From 41013d2caed25b39d26becce7858804d389b1f16 Mon Sep 17 00:00:00 2001 From: Christian Krueger <15275971+ChrisKruegerDev@users.noreply.github.com> Date: Fri, 15 Nov 2024 18:17:18 +0100 Subject: [PATCH] Add origin_country to movie details --- .../moviebase/tmdb/model/TmdbMovieModel.kt | 25 +- .../moviebase/tmdb/api/TmdbMoviesApiTest.kt | 16 +- .../tmdb3/movie/movie_details_37799.json | 9438 +++++++++++++++++ 3 files changed, 9465 insertions(+), 14 deletions(-) create mode 100644 tmdb-api/src/jvmTest/resources/tmdb3/movie/movie_details_37799.json diff --git a/tmdb-api/src/commonMain/kotlin/app/moviebase/tmdb/model/TmdbMovieModel.kt b/tmdb-api/src/commonMain/kotlin/app/moviebase/tmdb/model/TmdbMovieModel.kt index fb49ab6..33f3fcd 100644 --- a/tmdb-api/src/commonMain/kotlin/app/moviebase/tmdb/model/TmdbMovieModel.kt +++ b/tmdb-api/src/commonMain/kotlin/app/moviebase/tmdb/model/TmdbMovieModel.kt @@ -91,30 +91,31 @@ data class TmdbMoviePageResult( @Serializable data class TmdbMovieDetail( - val adult: Boolean, + @SerialName("adult") val adult: Boolean, @SerialName("backdrop_path") val backdropPath: String?, - val budget: Long, + @SerialName("budget") val budget: Long, @SerialName("genres") val genres: List, - val homepage: String? = null, - val id: Int, + @SerialName("homepage") val homepage: String? = null, + @SerialName("id")val id: Int, @SerialName("imdb_id") val imdbId: String? = null, - val title: String, - val runtime: Int? = null, + @SerialName("origin_country") val originCountry: List = emptyList(), + @SerialName("title") val title: String, + @SerialName("runtime") val runtime: Int? = null, @SerialName("original_title") val originalTitle: String, @SerialName("original_language") val originalLanguage: String, - val overview: String, + @SerialName("overview") val overview: String, @SerialName("poster_path") val posterPath: String?, @SerialName("vote_average") override val voteAverage: Float, @SerialName("vote_count") override val voteCount: Int, @SerialName("external_ids") val externalIds: TmdbExternalIds? = null, - val status: TmdbMovieStatus, - val tagline: String, - val video: Boolean, - val popularity: Float, + @SerialName("status") val status: TmdbMovieStatus, + @SerialName("tagline") val tagline: String, + @SerialName("video") val video: Boolean, + @SerialName("popularity") val popularity: Float, @SerialName("release_date") @Serializable(LocalDateSerializer::class) val releaseDate: LocalDate?, - val revenue: Long, + @SerialName("revenue") val revenue: Long, @SerialName("release_dates") val releaseDates: TmdbResult? = null, @SerialName("production_companies") val productionCompanies: List? = null, @SerialName("production_countries") val productionCountries: List? = null, diff --git a/tmdb-api/src/jvmTest/kotlin/app/moviebase/tmdb/api/TmdbMoviesApiTest.kt b/tmdb-api/src/jvmTest/kotlin/app/moviebase/tmdb/api/TmdbMoviesApiTest.kt index 1376a0e..4168502 100644 --- a/tmdb-api/src/jvmTest/kotlin/app/moviebase/tmdb/api/TmdbMoviesApiTest.kt +++ b/tmdb-api/src/jvmTest/kotlin/app/moviebase/tmdb/api/TmdbMoviesApiTest.kt @@ -2,15 +2,14 @@ package app.moviebase.tmdb.api +import app.moviebase.tmdb.core.mockHttpClient import app.moviebase.tmdb.model.AppendResponse import app.moviebase.tmdb.model.TmdbReleaseType import app.moviebase.tmdb.model.TmdbVideoType import app.moviebase.tmdb.model.getCertification import app.moviebase.tmdb.model.getReleaseDateBy import app.moviebase.tmdb.model.getReleaseDatesBy -import app.moviebase.tmdb.core.mockHttpClient import com.google.common.truth.Truth.assertThat -import kotlin.test.assertNotNull import kotlinx.coroutines.test.runTest import kotlinx.datetime.toInstant import org.junit.jupiter.api.Test @@ -28,6 +27,8 @@ class TmdbMoviesApiTest { to "movie/movie_details_607.json", "movie/526896?language=en-US&append_to_response=release_dates" to "movie/movie_images_526896.json", + "movie/37799?language=en-US" + to "movie/movie_details_37799.json", "movie/popular?page=1&language=en-US" to "movie/movie_popular.json", ) @@ -136,4 +137,15 @@ class TmdbMoviesApiTest { assertThat(popular.results).isNotEmpty() assertThat(popular.page).isEqualTo(1) } + + @Test + fun `it has the origin country`() = runTest { + val movieDetails = classToTest.getDetails( + movieId = 37799, + language = "en-US", + ) + + assertThat(movieDetails.originCountry.size).isEqualTo(1) + assertThat(movieDetails.originCountry.first()).isEqualTo("US") + } } diff --git a/tmdb-api/src/jvmTest/resources/tmdb3/movie/movie_details_37799.json b/tmdb-api/src/jvmTest/resources/tmdb3/movie/movie_details_37799.json new file mode 100644 index 0000000..0709e00 --- /dev/null +++ b/tmdb-api/src/jvmTest/resources/tmdb3/movie/movie_details_37799.json @@ -0,0 +1,9438 @@ +{ + "adult": false, + "backdrop_path": "/1PXwh3nJzgRkkYnqfWInJNypeL4.jpg", + "belongs_to_collection": null, + "budget": 40000000, + "genres": [ + { + "id": 18, + "name": "Drama" + } + ], + "homepage": "https://www.sonypictures.com/movies/thesocialnetwork", + "id": 37799, + "imdb_id": "tt1285016", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_title": "The Social Network", + "overview": "The tale of a new breed of cultural insurgent: a punk genius who sparked a revolution and changed the face of human interaction for a generation, and perhaps forever. Chronicling the formation of Facebook and the battles over ownership that followed upon the website's unfathomable success, The Social Network bears witness to the birth of an idea that rewove the fabric of society even as it unraveled the friendship of its creators.", + "popularity": 57.98, + "poster_path": "/n0ybibhJtQ5icDqTp8eRytcIHJx.jpg", + "production_companies": [ + { + "id": 5, + "logo_path": "/71BqEFAF4V3qjjMPCpLuyJFB9A.png", + "name": "Columbia Pictures", + "origin_country": "US" + }, + { + "id": 7295, + "logo_path": "/62E1B91PxZw8q4KNkge5Qemo7EM.png", + "name": "Relativity Media", + "origin_country": "US" + }, + { + "id": 258, + "logo_path": null, + "name": "Scott Rudin Productions", + "origin_country": "US" + }, + { + "id": 11370, + "logo_path": null, + "name": "Michael De Luca Productions", + "origin_country": "US" + }, + { + "id": 7626, + "logo_path": "/4839MGss4pPAalhqqYH1AD1CnEj.png", + "name": "Trigger Street Productions", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2010-10-01", + "revenue": 224920315, + "runtime": 121, + "spoken_languages": [ + { + "english_name": "English", + "iso_639_1": "en", + "name": "English" + } + ], + "status": "Released", + "tagline": "You don't get to 500 million friends without making a few enemies.", + "title": "The Social Network", + "video": false, + "vote_average": 7.37, + "vote_count": 12007, + "videos": { + "results": [ + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "Eduardo Saverin Learns The Truth About His Facebook Shares", + "key": "orAWNu1cVXg", + "site": "YouTube", + "size": 1080, + "type": "Clip", + "official": true, + "published_at": "2024-09-29T00:00:32.000Z", + "id": "66f8d2dee7d24ebb2ba23c76" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "First 10 Minutes", + "key": "uvap4gEOC5I", + "site": "YouTube", + "size": 1080, + "type": "Clip", + "official": true, + "published_at": "2020-10-02T15:00:20.000Z", + "id": "62b5dee3383df200613e343b" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "Top 10 PIVOTAL Moments from The Social Network (2010)", + "key": "Cjya49c5Sak", + "site": "YouTube", + "size": 1080, + "type": "Clip", + "official": true, + "published_at": "2020-10-01T17:14:25.000Z", + "id": "6607aaab2faf4d0164c7e276" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "Clip - Sopranos", + "key": "3fD0o-ALim4", + "site": "YouTube", + "size": 1080, + "type": "Clip", + "official": true, + "published_at": "2010-10-11T10:48:26.000Z", + "id": "6607ab830d417e016305125c" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "Clip - Sign", + "key": "4tqT0Z9k9XA", + "site": "YouTube", + "size": 1080, + "type": "Clip", + "official": true, + "published_at": "2010-10-11T10:48:07.000Z", + "id": "6607aba0a894d6017c64f043" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "Clip - Sean", + "key": "J62D6IrQFp0", + "site": "YouTube", + "size": 1080, + "type": "Clip", + "official": true, + "published_at": "2010-10-11T10:47:53.000Z", + "id": "6607ab92a6ddcb017c46f390" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "Clip - Equation", + "key": "8_Higk7j6ck", + "site": "YouTube", + "size": 1080, + "type": "Clip", + "official": true, + "published_at": "2010-10-11T10:47:33.000Z", + "id": "6607aab4f9183a016647ea5e" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "Clip - Rain", + "key": "mFFtpd8VNN0", + "site": "YouTube", + "size": 1080, + "type": "Clip", + "official": true, + "published_at": "2010-10-11T10:46:57.000Z", + "id": "6607aabea894d6017c64eef0" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "Clip - Outside", + "key": "JtxyfQtZlKQ", + "site": "YouTube", + "size": 1080, + "type": "Clip", + "official": true, + "published_at": "2010-10-11T10:46:42.000Z", + "id": "6607ab748a0e9b017c4eca2a" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "Clip - Going Live", + "key": "T3M3tgXk2_8", + "site": "YouTube", + "size": 1080, + "type": "Clip", + "official": true, + "published_at": "2010-10-11T10:46:10.000Z", + "id": "6607aacbf9183a014c472a79" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "Clip 'Hallway'", + "key": "BHr0rYrVFdY", + "site": "YouTube", + "size": 1080, + "type": "Clip", + "official": true, + "published_at": "2010-10-08T13:53:13.000Z", + "id": "6607aae6021cee0163489972" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "Clip 'Rashida '", + "key": "uF9w0S5VWx4", + "site": "YouTube", + "size": 1080, + "type": "Clip", + "official": true, + "published_at": "2010-10-08T13:44:48.000Z", + "id": "6607ab66590086017cb8e344" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "Clip 'Video Game'", + "key": "aKVyVw9AzNA", + "site": "YouTube", + "size": 1080, + "type": "Clip", + "official": true, + "published_at": "2010-10-08T12:52:41.000Z", + "id": "6607ab532faf4d017dc952ac" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "Clip 'School'", + "key": "DhPFL3cqW5o", + "site": "YouTube", + "size": 1080, + "type": "Clip", + "official": true, + "published_at": "2010-10-08T12:42:56.000Z", + "id": "6607ab8b021cee01634899ef" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "International Trailer", + "key": "rBCNU0XT9GY", + "site": "YouTube", + "size": 360, + "type": "Trailer", + "official": true, + "published_at": "2010-10-07T11:21:22.000Z", + "id": "6607ab38a894d601496294b4" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "TV Spot", + "key": "iJCSRxzPfXI", + "site": "YouTube", + "size": 1080, + "type": "Teaser", + "official": true, + "published_at": "2010-07-31T00:50:05.000Z", + "id": "619505a317792c004454f220" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "Official Trailer", + "key": "lB95KLmpLR4", + "site": "YouTube", + "size": 720, + "type": "Trailer", + "official": true, + "published_at": "2010-07-16T23:46:40.000Z", + "id": "619504f89451e7005f80a0a1" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "Teaser 2", + "key": "5BpvUY8Mgeg", + "site": "YouTube", + "size": 720, + "type": "Teaser", + "official": true, + "published_at": "2010-07-08T16:44:44.000Z", + "id": "619506183e09f3006b4926bb" + }, + { + "iso_639_1": "en", + "iso_3166_1": "US", + "name": "Teaser", + "key": "mWoUgftTj3Y", + "site": "YouTube", + "size": 720, + "type": "Teaser", + "official": true, + "published_at": "2010-06-26T00:02:17.000Z", + "id": "6195059317792c008fcf4b1a" + } + ] + }, + "external_ids": { + "imdb_id": "tt1285016", + "wikidata_id": "Q185888", + "facebook_id": "TheSocialNetworkMovie", + "instagram_id": null, + "twitter_id": null + }, + "release_dates": { + "results": [ + { + "iso_3166_1": "AE", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-28T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "AR", + "release_dates": [ + { + "certification": "13", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-21T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "AT", + "release_dates": [ + { + "certification": "12", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-07T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "AU", + "release_dates": [ + { + "certification": "M", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-28T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BE", + "release_dates": [ + { + "certification": "16", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-27T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BG", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-15T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BO", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-12-02T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BR", + "release_dates": [ + { + "certification": "14", + "descriptors": [ + "Inappropriate Language", + "Legal Drugs" + ], + "iso_639_1": "", + "note": "", + "release_date": "2010-12-03T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CA", + "release_dates": [ + { + "certification": "PG", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-01T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CH", + "release_dates": [ + { + "certification": "16", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-07T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CL", + "release_dates": [ + { + "certification": "Y7", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-28T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CO", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-11-26T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CS", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-11-04T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CZ", + "release_dates": [ + { + "certification": "12+", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-11-04T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "DE", + "release_dates": [ + { + "certification": "12", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-07T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "DK", + "release_dates": [ + { + "certification": "A", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-14T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "EC", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-12-03T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "EE", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-15T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "EG", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-27T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "ES", + "release_dates": [ + { + "certification": "7", + "descriptors": [], + "iso_639_1": "es", + "note": "", + "release_date": "2010-10-15T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "FI", + "release_dates": [ + { + "certification": "K-13", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-22T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "FR", + "release_dates": [ + { + "certification": "TP", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-13T00:00:00.000Z", + "type": 3 + }, + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "VOD", + "release_date": "2013-08-15T00:00:00.000Z", + "type": 4 + }, + { + "certification": "12", + "descriptors": [], + "iso_639_1": "", + "note": "Netflix", + "release_date": "2022-07-01T00:00:00.000Z", + "type": 4 + }, + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "DVD & Blu-Ray", + "release_date": "2011-02-16T00:00:00.000Z", + "type": 5 + } + ] + }, + { + "iso_3166_1": "GB", + "release_dates": [ + { + "certification": "12A", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-15T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "GR", + "release_dates": [ + { + "certification": "13", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-27T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "HK", + "release_dates": [ + { + "certification": "IIB", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-11-18T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "HU", + "release_dates": [ + { + "certification": "16", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-11-11T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "ID", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-11-03T00:00:00.000Z", + "type": 3 + }, + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "Netflix", + "release_date": "2024-03-01T00:00:00.000Z", + "type": 4 + } + ] + }, + { + "iso_3166_1": "IE", + "release_dates": [ + { + "certification": "12A", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-15T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IL", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-28T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IN", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-11-12T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IS", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-15T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IT", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-11-12T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "JO", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-27T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "JP", + "release_dates": [ + { + "certification": "PG12", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2011-01-15T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "KE", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-29T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "KP", + "release_dates": [ + { + "certification": "15세 이상 관람가", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-11-18T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "KR", + "release_dates": [ + { + "certification": "15", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-11-18T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "KW", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-28T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "LB", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-28T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "LT", + "release_dates": [ + { + "certification": "N-13", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-22T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "LV", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-15T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "MX", + "release_dates": [ + { + "certification": "B-15", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-12-10T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "MY", + "release_dates": [ + { + "certification": "PG-13", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-12-02T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NG", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-11-19T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NL", + "release_dates": [ + { + "certification": "12", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-28T00:00:00.000Z", + "type": 3 + }, + { + "certification": "12", + "descriptors": [], + "iso_639_1": "", + "note": "Blu ray", + "release_date": "2012-03-15T00:00:00.000Z", + "type": 5 + }, + { + "certification": "12", + "descriptors": [], + "iso_639_1": "", + "note": "DVD", + "release_date": "2011-02-14T00:00:00.000Z", + "type": 5 + } + ] + }, + { + "iso_3166_1": "NO", + "release_dates": [ + { + "certification": "A", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-22T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NZ", + "release_dates": [ + { + "certification": "M", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-11-11T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "OM", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-28T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PE", + "release_dates": [ + { + "certification": "14", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-12-02T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PH", + "release_dates": [ + { + "certification": "R-13", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-27T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PL", + "release_dates": [ + { + "certification": "16", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-15T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PT", + "release_dates": [ + { + "certification": "M/12", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-11-04T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "QA", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-28T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "RO", + "release_dates": [ + { + "certification": "12", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-29T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "RU", + "release_dates": [ + { + "certification": "12+", + "descriptors": [], + "iso_639_1": "", + "note": "American Film Festival", + "release_date": "2010-10-07T00:00:00.000Z", + "type": 1 + }, + { + "certification": "12+", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-28T00:00:00.000Z", + "type": 3 + }, + { + "certification": "12+", + "descriptors": [], + "iso_639_1": "", + "note": "Blu-ray", + "release_date": "2011-02-24T00:00:00.000Z", + "type": 5 + }, + { + "certification": "12+", + "descriptors": [], + "iso_639_1": "", + "note": "DVD", + "release_date": "2010-11-25T00:00:00.000Z", + "type": 5 + } + ] + }, + { + "iso_3166_1": "SE", + "release_dates": [ + { + "certification": "7", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-22T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SG", + "release_dates": [ + { + "certification": "NC-16", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-28T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SI", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-28T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SK", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-11-04T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SY", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-28T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "TH", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-12-02T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "TR", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-22T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "TW", + "release_dates": [ + { + "certification": "輔12", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-11-05T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "UA", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-21T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "US", + "release_dates": [ + { + "certification": "PG-13", + "descriptors": [], + "iso_639_1": "", + "note": "New York Film Festival", + "release_date": "2010-09-24T00:00:00.000Z", + "type": 1 + }, + { + "certification": "PG-13", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-01T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "UY", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-10-15T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "VE", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-12-03T00:00:00.000Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "ZA", + "release_dates": [ + { + "certification": "", + "descriptors": [], + "iso_639_1": "", + "note": "", + "release_date": "2010-11-05T00:00:00.000Z", + "type": 3 + } + ] + } + ] + }, + "credits": { + "cast": [ + { + "adult": false, + "gender": 2, + "id": 44735, + "known_for_department": "Acting", + "name": "Jesse Eisenberg", + "original_name": "Jesse Eisenberg", + "popularity": 26.434, + "profile_path": "/8BMnXLVJDysMO1E8JCAyOFv2QAb.jpg", + "cast_id": 7, + "character": "Mark Zuckerberg", + "credit_id": "52fe466f9251416c910546cb", + "order": 0 + }, + { + "adult": false, + "gender": 2, + "id": 37625, + "known_for_department": "Acting", + "name": "Andrew Garfield", + "original_name": "Andrew Garfield", + "popularity": 56.996, + "profile_path": "/5ydZ6TluPtxlz5G8nlWMB7SGmow.jpg", + "cast_id": 10, + "character": "Eduardo Saverin", + "credit_id": "52fe466f9251416c910546d7", + "order": 1 + }, + { + "adult": false, + "gender": 2, + "id": 53807, + "known_for_department": "Acting", + "name": "Armie Hammer", + "original_name": "Armie Hammer", + "popularity": 18.604, + "profile_path": "/19lRnnnKd6fjNmfEGR4ftM1qJOk.jpg", + "cast_id": 18, + "character": "Cameron Winklevoss / Tyler Winklevoss", + "credit_id": "52fe466f9251416c910546f7", + "order": 2 + }, + { + "adult": false, + "gender": 2, + "id": 12111, + "known_for_department": "Acting", + "name": "Justin Timberlake", + "original_name": "Justin Timberlake", + "popularity": 21.921, + "profile_path": "/fNis6ROoreHGGLvtA75CmnUHviI.jpg", + "cast_id": 9, + "character": "Sean Parker", + "credit_id": "52fe466f9251416c910546d3", + "order": 3 + }, + { + "adult": false, + "gender": 2, + "id": 2978, + "known_for_department": "Acting", + "name": "Max Minghella", + "original_name": "Max Minghella", + "popularity": 11.462, + "profile_path": "/Ss5K1HMrYtB8jtirYXK27EwwzV.jpg", + "cast_id": 12, + "character": "Divya Narendra", + "credit_id": "52fe466f9251416c910546df", + "order": 4 + }, + { + "adult": false, + "gender": 2, + "id": 928532, + "known_for_department": "Acting", + "name": "Josh Pence", + "original_name": "Josh Pence", + "popularity": 6.623, + "profile_path": "/tkDFl0BEVCUcwKR30ICeG3yCTbr.jpg", + "cast_id": 49, + "character": "Tyler Winklevoss", + "credit_id": "5643e6299251410a490039eb", + "order": 5 + }, + { + "adult": false, + "gender": 1, + "id": 88123, + "known_for_department": "Acting", + "name": "Brenda Song", + "original_name": "Brenda Song", + "popularity": 29.51, + "profile_path": "/nJOB9ZbIchbk0omaMq9E2C22J8x.jpg", + "cast_id": 11, + "character": "Christy Lee", + "credit_id": "52fe466f9251416c910546db", + "order": 6 + }, + { + "adult": false, + "gender": 1, + "id": 80591, + "known_for_department": "Acting", + "name": "Rashida Jones", + "original_name": "Rashida Jones", + "popularity": 35.346, + "profile_path": "/jjp33eRM6oavyesW0UM6XBCxQSa.jpg", + "cast_id": 34, + "character": "Marylin Delpy", + "credit_id": "52fe466f9251416c91054745", + "order": 7 + }, + { + "adult": false, + "gender": 2, + "id": 20211, + "known_for_department": "Acting", + "name": "John Getz", + "original_name": "John Getz", + "popularity": 17.867, + "profile_path": "/NL52y1nH5SZMlJKfKpPBnofoJk.jpg", + "cast_id": 47, + "character": "Sy", + "credit_id": "5643e582c3a36870e800393b", + "order": 8 + }, + { + "adult": false, + "gender": 2, + "id": 56930, + "known_for_department": "Acting", + "name": "David Selby", + "original_name": "David Selby", + "popularity": 7.863, + "profile_path": "/w7OUsn0tXFV3p056704eP7DkrcP.jpg", + "cast_id": 38, + "character": "Gage", + "credit_id": "54d2a4919251413fd300079e", + "order": 9 + }, + { + "adult": false, + "gender": 1, + "id": 968542, + "known_for_department": "Acting", + "name": "Denise Grayson", + "original_name": "Denise Grayson", + "popularity": 2.244, + "profile_path": "/m0Zc4BDjLudF2BRZO4Hb18CK1US.jpg", + "cast_id": 46, + "character": "Gretchen", + "credit_id": "5643e55ec3a36870e00039d1", + "order": 10 + }, + { + "adult": false, + "gender": 2, + "id": 113526, + "known_for_department": "Production", + "name": "Douglas Urbanski", + "original_name": "Douglas Urbanski", + "popularity": 3.531, + "profile_path": "/jWLhfREIiedwGcxbvyMMEXLo5Ks.jpg", + "cast_id": 59, + "character": "Larry Summers", + "credit_id": "5643e92f9251410a4c003a4f", + "order": 11 + }, + { + "adult": false, + "gender": 1, + "id": 108916, + "known_for_department": "Acting", + "name": "Rooney Mara", + "original_name": "Rooney Mara", + "popularity": 21.527, + "profile_path": "/zT6UyHFHEQ9RcKykplWCycKBnoS.jpg", + "cast_id": 4, + "character": "Erica Albright", + "credit_id": "52fe466f9251416c910546c3", + "order": 12 + }, + { + "adult": false, + "gender": 0, + "id": 135851, + "known_for_department": "Acting", + "name": "Bryan Barter", + "original_name": "Bryan Barter", + "popularity": 0.202, + "profile_path": "/lXPpIs1MZZJqX7js2CWUG1EDW46.jpg", + "cast_id": 16, + "character": "Billy Olsen", + "credit_id": "52fe466f9251416c910546ef", + "order": 13 + }, + { + "adult": false, + "gender": 2, + "id": 115406, + "known_for_department": "Acting", + "name": "Dustin Fitzsimons", + "original_name": "Dustin Fitzsimons", + "popularity": 2.023, + "profile_path": "/uC3Vcre1JSTywqTu4CVroGCT1C5.jpg", + "cast_id": 17, + "character": "Phoenix Club President", + "credit_id": "52fe466f9251416c910546f3", + "order": 14 + }, + { + "adult": false, + "gender": 2, + "id": 4787, + "known_for_department": "Acting", + "name": "Joseph Mazzello", + "original_name": "Joseph Mazzello", + "popularity": 10.617, + "profile_path": "/44gsv7TlXOOKDGg5aRtqxZjM9ae.jpg", + "cast_id": 5, + "character": "Dustin Moskovitz", + "credit_id": "52fe466f9251416c910546c7", + "order": 15 + }, + { + "adult": false, + "gender": 2, + "id": 135852, + "known_for_department": "Acting", + "name": "Patrick Mapel", + "original_name": "Patrick Mapel", + "popularity": 3.981, + "profile_path": "/6ft6eTNQdvNWM8Xm8o8JJZtmekF.jpg", + "cast_id": 19, + "character": "Chris Hughes", + "credit_id": "52fe466f9251416c910546fb", + "order": 16 + }, + { + "adult": false, + "gender": 2, + "id": 135853, + "known_for_department": "Acting", + "name": "Toby Meuli", + "original_name": "Toby Meuli", + "popularity": 2.59, + "profile_path": "/fbE12VM7JIjFkLmDiLkD2rLA3UN.jpg", + "cast_id": 20, + "character": "Phoenix Member Playing Facemash", + "credit_id": "52fe466f9251416c910546ff", + "order": 17 + }, + { + "adult": false, + "gender": 0, + "id": 4242125, + "known_for_department": "Acting", + "name": "Alecia Svensen", + "original_name": "Alecia Svensen", + "popularity": 0.001, + "profile_path": "/3zyhe6PmpGvkxx68hMWPA3VHxwX.jpg", + "cast_id": 230, + "character": "Girl at Phoenix Club", + "credit_id": "64ee9a393a993700ff625a7a", + "order": 18 + }, + { + "adult": false, + "gender": 0, + "id": 4242130, + "known_for_department": "Acting", + "name": "Jami Owen", + "original_name": "Jami Owen", + "popularity": 0.001, + "profile_path": null, + "cast_id": 231, + "character": "Student Playing Facemash", + "credit_id": "64ee9aa43a993700ff625ade", + "order": 19 + }, + { + "adult": false, + "gender": 0, + "id": 1534711, + "known_for_department": "Directing", + "name": "James Dastoli", + "original_name": "James Dastoli", + "popularity": 0.266, + "profile_path": "/59AdDN5ahzhggX3iTe0dwLXjxu2.jpg", + "cast_id": 40, + "character": "Student Playing Facemash", + "credit_id": "5643e3b4c3a36870e3003d8c", + "order": 20 + }, + { + "adult": false, + "gender": 0, + "id": 1534712, + "known_for_department": "Directing", + "name": "Robert Dastoli", + "original_name": "Robert Dastoli", + "popularity": 0.357, + "profile_path": null, + "cast_id": 41, + "character": "Student Playing Facemash", + "credit_id": "5643e3f19251410a44003bb2", + "order": 21 + }, + { + "adult": false, + "gender": 0, + "id": 1432597, + "known_for_department": "Acting", + "name": "Scotty Crowe", + "original_name": "Scotty Crowe", + "popularity": 2.679, + "profile_path": "/hxwyY3vP1LkJHbR6z19N0wKGK6I.jpg", + "cast_id": 42, + "character": "Student Playing Facemash", + "credit_id": "5643e42fc3a36870e000398e", + "order": 22 + }, + { + "adult": false, + "gender": 2, + "id": 1817037, + "known_for_department": "Acting", + "name": "Jayk Gallagher", + "original_name": "Jayk Gallagher", + "popularity": 1.905, + "profile_path": "/tCft2uTB9UUjzWvU3RsLAU44TiU.jpg", + "cast_id": 232, + "character": "Student Playing Facemash", + "credit_id": "64ee9aaf97a4e6011bae8ae2", + "order": 23 + }, + { + "adult": false, + "gender": 1, + "id": 54698, + "known_for_department": "Acting", + "name": "Marcella Lentz-Pope", + "original_name": "Marcella Lentz-Pope", + "popularity": 3.229, + "profile_path": "/vSzzdPYyGtZGj4RqKsDGdXZN6E0.jpg", + "cast_id": 43, + "character": "Erica's Roommate", + "credit_id": "5643e4759251410a44003bd2", + "order": 24 + }, + { + "adult": false, + "gender": 2, + "id": 61256, + "known_for_department": "Acting", + "name": "Trevor Wright", + "original_name": "Trevor Wright", + "popularity": 7.081, + "profile_path": "/2xsRqIdfjwEsquJdoOAIjpx0OyY.jpg", + "cast_id": 14, + "character": "B.U. Guy in Bra", + "credit_id": "52fe466f9251416c910546e7", + "order": 25 + }, + { + "adult": false, + "gender": 2, + "id": 75344, + "known_for_department": "Acting", + "name": "Barry Livingston", + "original_name": "Barry Livingston", + "popularity": 4.761, + "profile_path": "/6EIVcfvEUv4LLItoIrGzCM2QQnS.jpg", + "cast_id": 44, + "character": "Mr. Cox", + "credit_id": "5643e4c19251410a47003b05", + "order": 26 + }, + { + "adult": false, + "gender": 1, + "id": 1672467, + "known_for_department": "Acting", + "name": "Marybeth Massett", + "original_name": "Marybeth Massett", + "popularity": 2.058, + "profile_path": "/xMLGROZ6iWOknl7X6VQX8NsppPF.jpg", + "cast_id": 233, + "character": "Mrs. Cox", + "credit_id": "64ee9b1527167101006be8f3", + "order": 27 + }, + { + "adult": false, + "gender": 0, + "id": 1500116, + "known_for_department": "Acting", + "name": "Randy Evans", + "original_name": "Randy Evans", + "popularity": 0.701, + "profile_path": "/jfSoG2x8rLm4tqf2HAM0aKyzn8s.jpg", + "cast_id": 45, + "character": "Student in Communications Office", + "credit_id": "5643e5229251410a3f0039cf", + "order": 28 + }, + { + "adult": false, + "gender": 1, + "id": 168800, + "known_for_department": "Acting", + "name": "Carrie Armstrong", + "original_name": "Carrie Armstrong", + "popularity": 3.098, + "profile_path": "/rIOFnIfdfqhPq1YaFpF46mzITSR.jpg", + "cast_id": 48, + "character": "Court Reporter", + "credit_id": "5643e5e2c3a36870e00039f7", + "order": 29 + }, + { + "adult": false, + "gender": 0, + "id": 1670621, + "known_for_department": "Directing", + "name": "Henry Roosevelt", + "original_name": "Henry Roosevelt", + "popularity": 1.6, + "profile_path": "/dnLNdEMSecgJjpIpdxsdEj73NYE.jpg", + "cast_id": 234, + "character": "Henry", + "credit_id": "64ee9b80e0ca7f012eb18323", + "order": 30 + }, + { + "adult": false, + "gender": 1, + "id": 97857, + "known_for_department": "Acting", + "name": "Pamela Roylance", + "original_name": "Pamela Roylance", + "popularity": 3.022, + "profile_path": "/lpJYXvuAK0yJsByRYJ87uUEGp1z.jpg", + "cast_id": 50, + "character": "Ad Board Chairwoman", + "credit_id": "5643e66cc3a36870ec0038dc", + "order": 31 + }, + { + "adult": false, + "gender": 2, + "id": 89708, + "known_for_department": "Acting", + "name": "Brian Palermo", + "original_name": "Brian Palermo", + "popularity": 1.582, + "profile_path": "/xDtXluglFB3MVayQqQvVYm5a0YA.jpg", + "cast_id": 51, + "character": "CS Lab Professor", + "credit_id": "5643e68c9251410a3f003a26", + "order": 32 + }, + { + "adult": false, + "gender": 0, + "id": 1439098, + "known_for_department": "Acting", + "name": "Brett Leigh", + "original_name": "Brett Leigh", + "popularity": 2.133, + "profile_path": "/isWZHdXIH6qYoRWj3cpZhVUkVLT.jpg", + "cast_id": 52, + "character": "Phoenix Club Hazer", + "credit_id": "5643e6bac3a36870db003ccb", + "order": 33 + }, + { + "adult": false, + "gender": 0, + "id": 1457056, + "known_for_department": "Acting", + "name": "Chris Gouchoe", + "original_name": "Chris Gouchoe", + "popularity": 0.403, + "profile_path": "/nTErKdkJJFtbDVz6iWZ5AHmL6H6.jpg", + "cast_id": 39, + "character": "Phoenix Club Pledge", + "credit_id": "5563920e92514151c300262d", + "order": 34 + }, + { + "adult": false, + "gender": 0, + "id": 4242136, + "known_for_department": "Acting", + "name": "Nicholas Tubbs", + "original_name": "Nicholas Tubbs", + "popularity": 0.001, + "profile_path": null, + "cast_id": 235, + "character": "A Capella Group", + "credit_id": "64ee9bf827167101006be9a3", + "order": 35 + }, + { + "adult": false, + "gender": 0, + "id": 4242137, + "known_for_department": "Acting", + "name": "Kevin Chui", + "original_name": "Kevin Chui", + "popularity": 0.001, + "profile_path": null, + "cast_id": 236, + "character": "A Capella Group", + "credit_id": "64ee9bff3a993700ff625bfb", + "order": 36 + }, + { + "adult": false, + "gender": 0, + "id": 4242138, + "known_for_department": "Acting", + "name": "Richie Ferris", + "original_name": "Richie Ferris", + "popularity": 0.001, + "profile_path": null, + "cast_id": 237, + "character": "A Capella Group", + "credit_id": "64ee9c11caa508012b055ddd", + "order": 37 + }, + { + "adult": false, + "gender": 0, + "id": 4242140, + "known_for_department": "Acting", + "name": "Burke Walton", + "original_name": "Burke Walton", + "popularity": 0.001, + "profile_path": null, + "cast_id": 238, + "character": "A Capella Group", + "credit_id": "64ee9c193a9937011cbcced0", + "order": 38 + }, + { + "adult": false, + "gender": 0, + "id": 2675938, + "known_for_department": "Acting", + "name": "Nguyen Anh Tuan", + "original_name": "Nguyen Anh Tuan", + "popularity": 0.203, + "profile_path": "/ifomKTzXrqSK7iKM0GpT7zdgWUS.jpg", + "cast_id": 239, + "character": "A Capella Group", + "credit_id": "64ee9c2e27167101006be9cf", + "order": 39 + }, + { + "adult": false, + "gender": 1, + "id": 1727140, + "known_for_department": "Acting", + "name": "Inbal Amirav", + "original_name": "Inbal Amirav", + "popularity": 0.893, + "profile_path": "/py6UwKZPGJdeKHDFhUuXH7acArk.jpg", + "cast_id": 220, + "character": "Model", + "credit_id": "5c6b86f1c3a368745ee91b1f", + "order": 40 + }, + { + "adult": false, + "gender": 0, + "id": 4242141, + "known_for_department": "Acting", + "name": "Dane Nightingale", + "original_name": "Dane Nightingale", + "popularity": 0.001, + "profile_path": null, + "cast_id": 240, + "character": "A Capella Group", + "credit_id": "64ee9c3e77d23b0150385517", + "order": 41 + }, + { + "adult": false, + "gender": 0, + "id": 4242142, + "known_for_department": "Acting", + "name": "Stephen Fuller", + "original_name": "Stephen Fuller", + "popularity": 0.001, + "profile_path": null, + "cast_id": 241, + "character": "A Capella Group", + "credit_id": "64ee9c623a993700e2f6a9e0", + "order": 42 + }, + { + "adult": false, + "gender": 0, + "id": 4242143, + "known_for_department": "Acting", + "name": "John He", + "original_name": "John He", + "popularity": 0.001, + "profile_path": null, + "cast_id": 242, + "character": "A Capella Group", + "credit_id": "64ee9c6fcaa50800e950bf25", + "order": 43 + }, + { + "adult": false, + "gender": 2, + "id": 1643259, + "known_for_department": "Acting", + "name": "Nick Smoke", + "original_name": "Nick Smoke", + "popularity": 1.575, + "profile_path": "/vKeTxT9rEmOehVIV1KVLSBpzSeX.jpg", + "cast_id": 243, + "character": "KC's Friend", + "credit_id": "64ee9c8077d23b010d6ac932", + "order": 44 + }, + { + "adult": false, + "gender": 1, + "id": 90859, + "known_for_department": "Acting", + "name": "Cali Fredrichs", + "original_name": "Cali Fredrichs", + "popularity": 1.855, + "profile_path": "/8Kzb5TknfN6XAYdF6qfHBhTRRTJ.jpg", + "cast_id": 53, + "character": "KC's Friend", + "credit_id": "5643e7c39251410a53003aaa", + "order": 45 + }, + { + "adult": false, + "gender": 1, + "id": 25113, + "known_for_department": "Acting", + "name": "Shelby Young", + "original_name": "Shelby Young", + "popularity": 7.634, + "profile_path": "/oh4VeJpkORXoGJdIohNpXJyO3kt.jpg", + "cast_id": 54, + "character": "KC", + "credit_id": "5643e7ebc3a36870dd003e5e", + "order": 46 + }, + { + "adult": false, + "gender": 0, + "id": 1488896, + "known_for_department": "Acting", + "name": "Steve Sires", + "original_name": "Steve Sires", + "popularity": 0.388, + "profile_path": "/vKmn7kR8Q9QVlYFBoqbS5BcP3xb.jpg", + "cast_id": 244, + "character": "Speaker / Bill Gates", + "credit_id": "64ee9d3077d23b012e8923c8", + "order": 47 + }, + { + "adult": false, + "gender": 1, + "id": 118544, + "known_for_department": "Acting", + "name": "Melise", + "original_name": "Melise", + "popularity": 9.504, + "profile_path": "/1USFrxT2872quJ0KGUUs2Zur3fl.jpg", + "cast_id": 8, + "character": "Alice Cantwel", + "credit_id": "52fe466f9251416c910546cf", + "order": 48 + }, + { + "adult": false, + "gender": 2, + "id": 2735392, + "known_for_department": "Acting", + "name": "Victor Z. Isaac", + "original_name": "Victor Z. Isaac", + "popularity": 1.026, + "profile_path": "/AcH7NDvJOxKkDCyFdv3irs3h85Y.jpg", + "cast_id": 245, + "character": "Stuart Singer", + "credit_id": "64ee9d78caa50800ab71010f", + "order": 49 + }, + { + "adult": false, + "gender": 2, + "id": 1324452, + "known_for_department": "Acting", + "name": "Abhi Sinha", + "original_name": "Abhi Sinha", + "popularity": 1.803, + "profile_path": "/9zWQNs1VTrdJ0K75Yrj8YX7ag4t.jpg", + "cast_id": 55, + "character": "Vikram", + "credit_id": "5643e85dc3a36870dd003e78", + "order": 50 + }, + { + "adult": false, + "gender": 2, + "id": 212218, + "known_for_department": "Acting", + "name": "Mark Saul", + "original_name": "Mark Saul", + "popularity": 3.769, + "profile_path": "/lYlJ9UEODZWTRvgo3SE7JRRZg7P.jpg", + "cast_id": 56, + "character": "Bob", + "credit_id": "5643e89e9251410a47003bf8", + "order": 51 + }, + { + "adult": false, + "gender": 2, + "id": 123587, + "known_for_department": "Acting", + "name": "Cedric Sanders", + "original_name": "Cedric Sanders", + "popularity": 6.147, + "profile_path": "/jPoC4rpGAKTHGy3oWyh0uNZgInn.jpg", + "cast_id": 57, + "character": "Reggie", + "credit_id": "5643e8c9c3a36870ec00394f", + "order": 52 + }, + { + "adult": false, + "gender": 1, + "id": 118545, + "known_for_department": "Acting", + "name": "Dakota Johnson", + "original_name": "Dakota Johnson", + "popularity": 73.521, + "profile_path": "/qFek0KqpaPV5mVyHHNfAapDE9Tj.jpg", + "cast_id": 13, + "character": "Amelia Ritter", + "credit_id": "52fe466f9251416c910546e3", + "order": 53 + }, + { + "adult": false, + "gender": 1, + "id": 156523, + "known_for_department": "Acting", + "name": "Nancy Linari", + "original_name": "Nancy Linari", + "popularity": 7.244, + "profile_path": "/nDcIVinFEuLlM1JXHnLszP8F53F.jpg", + "cast_id": 58, + "character": "Larry Summers' Secretary", + "credit_id": "5643e905c3a36870ec00395e", + "order": 54 + }, + { + "adult": false, + "gender": 1, + "id": 1446823, + "known_for_department": "Acting", + "name": "Inger Tudor", + "original_name": "Inger Tudor", + "popularity": 1.66, + "profile_path": "/2nkrYwvqWAqRuYICo2RIKNOq0PB.jpg", + "cast_id": 60, + "character": "Anne", + "credit_id": "5643e94f9251410a53003af2", + "order": 55 + }, + { + "adult": false, + "gender": 2, + "id": 13520, + "known_for_department": "Writing", + "name": "Aaron Sorkin", + "original_name": "Aaron Sorkin", + "popularity": 6.288, + "profile_path": "/hGkusztbd1rb23QFAjvpJxKSTAU.jpg", + "cast_id": 61, + "character": "Ad Executive", + "credit_id": "5643e9769251410a44003cfa", + "order": 56 + }, + { + "adult": false, + "gender": 1, + "id": 585673, + "known_for_department": "Acting", + "name": "Mariah Bonner", + "original_name": "Mariah Bonner", + "popularity": 3.704, + "profile_path": "/yuMt7XJwcBVJ0D7NOvGuAAm11GC.jpg", + "cast_id": 62, + "character": "Tori", + "credit_id": "5643e9cd9251410a53003b12", + "order": 57 + }, + { + "adult": false, + "gender": 2, + "id": 992282, + "known_for_department": "Acting", + "name": "Kyle Fain", + "original_name": "Kyle Fain", + "popularity": 0.588, + "profile_path": "/yAhy2WO64YXK3Burxfxp9w4haOm.jpg", + "cast_id": 63, + "character": "Intern Eric", + "credit_id": "5643e9f19251410a44003d1c", + "order": 58 + }, + { + "adult": false, + "gender": 2, + "id": 1424524, + "known_for_department": "Production", + "name": "Christopher Khai", + "original_name": "Christopher Khai", + "popularity": 1.624, + "profile_path": "/ae9ptSLeYnlSjtKynfyr1BCdQWH.jpg", + "cast_id": 64, + "character": "Intern Ian", + "credit_id": "5643ea199251410a44003d27", + "order": 59 + }, + { + "adult": false, + "gender": 1, + "id": 1011107, + "known_for_department": "Acting", + "name": "Emma Fitzpatrick", + "original_name": "Emma Fitzpatrick", + "popularity": 10.59, + "profile_path": "/BAzos636qZDfKaRwrZuZFwIFyC.jpg", + "cast_id": 65, + "character": "Sharon", + "credit_id": "5643ea46c3a36870dd003ede", + "order": 60 + }, + { + "adult": false, + "gender": 2, + "id": 3762602, + "known_for_department": "Acting", + "name": "Jeffrey Thomas Border", + "original_name": "Jeffrey Thomas Border", + "popularity": 0.106, + "profile_path": null, + "cast_id": 246, + "character": "Andrew", + "credit_id": "64ee9df0caa50800ab71017a", + "order": 61 + }, + { + "adult": false, + "gender": 0, + "id": 4242149, + "known_for_department": "Acting", + "name": "Courtney Arndt", + "original_name": "Courtney Arndt", + "popularity": 0.001, + "profile_path": "/iYmgwKQ1HwE8ryN7g8mkbkYAStL.jpg", + "cast_id": 247, + "character": "Victoria's Secret Model", + "credit_id": "64ee9df8180dea00e2409229", + "order": 62 + }, + { + "adult": false, + "gender": 1, + "id": 210334, + "known_for_department": "Acting", + "name": "Felisha Terrell", + "original_name": "Felisha Terrell", + "popularity": 3.858, + "profile_path": "/7VHzNKb3Nqvs4KzofCWhcfHyUVG.jpg", + "cast_id": 35, + "character": "Beautiful Woman", + "credit_id": "52fe466f9251416c91054749", + "order": 63 + }, + { + "adult": false, + "gender": 0, + "id": 4242150, + "known_for_department": "Acting", + "name": "Zoe De Toledo", + "original_name": "Zoe De Toledo", + "popularity": 0.001, + "profile_path": null, + "cast_id": 249, + "character": "Harvard Rowers' Coxman", + "credit_id": "64ee9ee5e0ca7f014f695aab", + "order": 64 + }, + { + "adult": false, + "gender": 0, + "id": 4242151, + "known_for_department": "Acting", + "name": "Simon Barr", + "original_name": "Simon Barr", + "popularity": 0.001, + "profile_path": null, + "cast_id": 250, + "character": "Harvard Rower", + "credit_id": "64ee9eef3a993700ada95f79", + "order": 65 + }, + { + "adult": false, + "gender": 0, + "id": 4242152, + "known_for_department": "Acting", + "name": "Alex Leigh", + "original_name": "Alex Leigh", + "popularity": 0.001, + "profile_path": null, + "cast_id": 251, + "character": "Harvard Rower", + "credit_id": "64ee9ef777d23b012e892508", + "order": 66 + }, + { + "adult": false, + "gender": 0, + "id": 4242153, + "known_for_department": "Acting", + "name": "Phil Turnham", + "original_name": "Phil Turnham", + "popularity": 0.001, + "profile_path": null, + "cast_id": 252, + "character": "Harvard Rower", + "credit_id": "64ee9efecaa50800e950c10e", + "order": 67 + }, + { + "adult": false, + "gender": 0, + "id": 4242154, + "known_for_department": "Acting", + "name": "Richie Steele", + "original_name": "Richie Steele", + "popularity": 0.001, + "profile_path": null, + "cast_id": 253, + "character": "Harvard Rower", + "credit_id": "64ee9f06caa50800ab710226", + "order": 68 + }, + { + "adult": false, + "gender": 0, + "id": 4242155, + "known_for_department": "Acting", + "name": "Chris Friend", + "original_name": "Chris Friend", + "popularity": 0.001, + "profile_path": null, + "cast_id": 254, + "character": "Harvard Rower", + "credit_id": "64ee9f1327167100c6dc2813", + "order": 69 + }, + { + "adult": false, + "gender": 0, + "id": 1735196, + "known_for_department": "Acting", + "name": "Tom Harvey", + "original_name": "Tom Harvey", + "popularity": 0.001, + "profile_path": null, + "cast_id": 255, + "character": "Harvard Rower", + "credit_id": "64ee9f1e180dea011c3c2da4", + "order": 70 + }, + { + "adult": false, + "gender": 0, + "id": 4242157, + "known_for_department": "Acting", + "name": "Alex Olijnyk", + "original_name": "Alex Olijnyk", + "popularity": 0.001, + "profile_path": null, + "cast_id": 256, + "character": "Hollandia Rowers' Coxman", + "credit_id": "64ee9f4ae0ca7f00cbe39b85", + "order": 71 + }, + { + "adult": false, + "gender": 0, + "id": 4242158, + "known_for_department": "Acting", + "name": "Ray Poulter", + "original_name": "Ray Poulter", + "popularity": 0.001, + "profile_path": null, + "cast_id": 257, + "character": "Hollandia Rower", + "credit_id": "64ee9f5697a4e600ac3d7e72", + "order": 72 + }, + { + "adult": false, + "gender": 0, + "id": 4242159, + "known_for_department": "Acting", + "name": "Bob Hewitt", + "original_name": "Bob Hewitt", + "popularity": 0.001, + "profile_path": null, + "cast_id": 258, + "character": "Hollandia Rower", + "credit_id": "64ee9f5de0ca7f010de2e33e", + "order": 73 + }, + { + "adult": false, + "gender": 0, + "id": 4242160, + "known_for_department": "Acting", + "name": "Dave Lambourn", + "original_name": "Dave Lambourn", + "popularity": 0.001, + "profile_path": null, + "cast_id": 259, + "character": "Hollandia Rower", + "credit_id": "64ee9f644b0c6300c4260ec9", + "order": 74 + }, + { + "adult": false, + "gender": 0, + "id": 4242161, + "known_for_department": "Acting", + "name": "James Padmore", + "original_name": "James Padmore", + "popularity": 0.001, + "profile_path": null, + "cast_id": 260, + "character": "Hollandia Rower", + "credit_id": "64ee9f6be0ca7f00cbe39b9c", + "order": 75 + }, + { + "adult": false, + "gender": 0, + "id": 4242162, + "known_for_department": "Acting", + "name": "Sebastian Kouba", + "original_name": "Sebastian Kouba", + "popularity": 0.001, + "profile_path": null, + "cast_id": 261, + "character": "Hollandia Rower", + "credit_id": "64ee9f734b0c6300abaa20e4", + "order": 76 + }, + { + "adult": false, + "gender": 0, + "id": 4242163, + "known_for_department": "Acting", + "name": "Charles Herbert", + "original_name": "Charles Herbert", + "popularity": 0.001, + "profile_path": null, + "cast_id": 262, + "character": "Hollandia Rower", + "credit_id": "64ee9f8327167100e35de194", + "order": 77 + }, + { + "adult": false, + "gender": 0, + "id": 4242164, + "known_for_department": "Acting", + "name": "Robin Dowell", + "original_name": "Robin Dowell", + "popularity": 0.001, + "profile_path": null, + "cast_id": 263, + "character": "Hollandia Rower", + "credit_id": "64ee9f8b3a9937011cbcd0f7", + "order": 78 + }, + { + "adult": false, + "gender": 0, + "id": 4242165, + "known_for_department": "Acting", + "name": "Nathan Hillyer", + "original_name": "Nathan Hillyer", + "popularity": 0.001, + "profile_path": null, + "cast_id": 264, + "character": "Hollandia Rower", + "credit_id": "64ee9f93caa50800ab71028e", + "order": 79 + }, + { + "adult": false, + "gender": 2, + "id": 170376, + "known_for_department": "Acting", + "name": "James Shanklin", + "original_name": "James Shanklin", + "popularity": 6.271, + "profile_path": "/teMNAV8dp4KmR8AriT5IJPztPEu.jpg", + "cast_id": 66, + "character": "Prince Albert", + "credit_id": "5643eb13c3a36870db003dc3", + "order": 80 + }, + { + "adult": false, + "gender": 0, + "id": 1495439, + "known_for_department": "Acting", + "name": "Alex Reznik", + "original_name": "Alex Reznik", + "popularity": 1.217, + "profile_path": "/hevhkXSoKFm23t2DCCRgOnFwd2O.jpg", + "cast_id": 67, + "character": "Prince Albert's Aide", + "credit_id": "5643eb3d9251410a49003af3", + "order": 81 + }, + { + "adult": false, + "gender": 2, + "id": 203216, + "known_for_department": "Acting", + "name": "John Hayden", + "original_name": "John Hayden", + "popularity": 1.548, + "profile_path": "/dKpln8oWdZfKz3zYjF3inmSaiCp.jpg", + "cast_id": 68, + "character": "Howard Winklevoss", + "credit_id": "5643eb949251410a53003b73", + "order": 82 + }, + { + "adult": false, + "gender": 2, + "id": 93035, + "known_for_department": "Acting", + "name": "Oliver Muirhead", + "original_name": "Oliver Muirhead", + "popularity": 6.415, + "profile_path": "/eWHCT4IFfE4RTKnNVxSTSKfYBkC.jpg", + "cast_id": 69, + "character": "Mr. Kenwright", + "credit_id": "5643ebbb9251410a41003b91", + "order": 83 + }, + { + "adult": false, + "gender": 0, + "id": 1673694, + "known_for_department": "Acting", + "name": "Shane Adler", + "original_name": "Shane Adler", + "popularity": 0.4, + "profile_path": "/rxtUjShMAEYsEkvehnEvyiI4Pk.jpg", + "cast_id": 248, + "character": "Stoned Girl", + "credit_id": "64ee9e8d271671011de1093c", + "order": 84 + }, + { + "adult": false, + "gender": 1, + "id": 230060, + "known_for_department": "Acting", + "name": "Amy Ferguson", + "original_name": "Amy Ferguson", + "popularity": 3.069, + "profile_path": "/JKVyXMemjTvL4Bl4O27mUU9bx6.jpg", + "cast_id": 70, + "character": "Stoned Girl", + "credit_id": "5643ebf89251410a53003b83", + "order": 85 + }, + { + "adult": false, + "gender": 1, + "id": 156339, + "known_for_department": "Acting", + "name": "Monique Edwards", + "original_name": "Monique Edwards", + "popularity": 3.375, + "profile_path": "/chEmMXbXoWxD2DEmqKlvMyBR3Ht.jpg", + "cast_id": 214, + "character": "Bank Teller", + "credit_id": "5a454a220e0a2620e00840fb", + "order": 86 + }, + { + "adult": false, + "gender": 0, + "id": 1373392, + "known_for_department": "Directing", + "name": "Cayman Grant", + "original_name": "Cayman Grant", + "popularity": 0.143, + "profile_path": "/oNC4Tkhl6NSx4uXzjixvfe8f3IP.jpg", + "cast_id": 72, + "character": "Peter Thiel's Assistant", + "credit_id": "5643ec639251410a44003dca", + "order": 87 + }, + { + "adult": false, + "gender": 2, + "id": 17421, + "known_for_department": "Acting", + "name": "Wallace Langham", + "original_name": "Wallace Langham", + "popularity": 10.942, + "profile_path": "/pjc9iFeNMAAHI3zOsiP1anZ0wis.jpg", + "cast_id": 73, + "character": "Peter Thiel", + "credit_id": "5643ec8a9251410a53003ba0", + "order": 88 + }, + { + "adult": false, + "gender": 2, + "id": 42317, + "known_for_department": "Acting", + "name": "Scott Lawrence", + "original_name": "Scott Lawrence", + "popularity": 4.799, + "profile_path": "/8lwnmlHN6QPK75NwfufsIFZZhmB.jpg", + "cast_id": 74, + "character": "Maurice", + "credit_id": "5643ecc1c3a36870ec003a1d", + "order": 89 + }, + { + "adult": false, + "gender": 2, + "id": 1225911, + "known_for_department": "Acting", + "name": "Peter Holden", + "original_name": "Peter Holden", + "popularity": 3.123, + "profile_path": "/9pAORmxw7zi5lEerUmyInQM3PlF.jpg", + "cast_id": 37, + "character": "Facebook Lawyer", + "credit_id": "5389b57ec3a3680aed000dce", + "order": 90 + }, + { + "adult": false, + "gender": 2, + "id": 1235973, + "known_for_department": "Acting", + "name": "Darin Cooper", + "original_name": "Darin Cooper", + "popularity": 4.924, + "profile_path": "/iqPOzFjFJwBSv3Pw8Y4C4B2juSk.jpg", + "cast_id": 75, + "character": "Facebook Lawyer", + "credit_id": "5643ecf9c3a36870db003e38", + "order": 91 + }, + { + "adult": false, + "gender": 2, + "id": 170321, + "known_for_department": "Acting", + "name": "Jared Hillman", + "original_name": "Jared Hillman", + "popularity": 4.533, + "profile_path": "/nX1NCw8t8go7EyTYCfPHRbBaWQw.jpg", + "cast_id": 76, + "character": "Mackey", + "credit_id": "5643ed229251410a3f003ba4", + "order": 92 + }, + { + "adult": false, + "gender": 1, + "id": 1069630, + "known_for_department": "Acting", + "name": "Caitlin Gerard", + "original_name": "Caitlin Gerard", + "popularity": 11.391, + "profile_path": "/z0iCiV5kUb3GtKSlJ5BFZMCuRy9.jpg", + "cast_id": 77, + "character": "Ashleigh", + "credit_id": "5643ed509251410a44003df4", + "order": 93 + }, + { + "adult": false, + "gender": 1, + "id": 168897, + "known_for_department": "Acting", + "name": "Lacey Beeman", + "original_name": "Lacey Beeman", + "popularity": 12.153, + "profile_path": "/7gDZTxyXi2zDHvGiJGdgE7PU68L.jpg", + "cast_id": 78, + "character": "Sorority Girl", + "credit_id": "5643ed7cc3a36870ec003a46", + "order": 94 + }, + { + "adult": false, + "gender": 1, + "id": 78342, + "known_for_department": "Acting", + "name": "Cherilyn Wilson", + "original_name": "Cherilyn Wilson", + "popularity": 6.993, + "profile_path": "/k8itd4vlL7vGYDZUuAhrMrVq5pO.jpg", + "cast_id": 79, + "character": "Sorority Girl", + "credit_id": "5643ed9cc3a36870e0003bc5", + "order": 95 + }, + { + "adult": false, + "gender": 2, + "id": 572541, + "known_for_department": "Acting", + "name": "Caleb Landry Jones", + "original_name": "Caleb Landry Jones", + "popularity": 9.668, + "profile_path": "/8M5lPHrERwAIfWK56RkH30FOjhV.jpg", + "cast_id": 217, + "character": "Fraternity Guy", + "credit_id": "5b0060a7c3a36851d20013c8", + "order": 96 + }, + { + "adult": false, + "gender": 2, + "id": 220056, + "known_for_department": "Acting", + "name": "Franco Vega", + "original_name": "Franco Vega", + "popularity": 1.299, + "profile_path": "/mubbbhErHFuan2f40VNXXbzeK2P.jpg", + "cast_id": 81, + "character": "Policeman", + "credit_id": "5643edf09251410a3f003bcd", + "order": 97 + }, + { + "adult": false, + "gender": 2, + "id": 76037, + "known_for_department": "Acting", + "name": "Andrew Thacher", + "original_name": "Andrew Thacher", + "popularity": 2.732, + "profile_path": "/zLKEI7HiCKqzFbF5sWxG3xthfKi.jpg", + "cast_id": 82, + "character": "Policeman", + "credit_id": "5643ee0cc3a36870e300401d", + "order": 98 + }, + { + "adult": false, + "gender": 1, + "id": 118546, + "known_for_department": "Acting", + "name": "Adina Porter", + "original_name": "Adina Porter", + "popularity": 13.023, + "profile_path": "/1TCVeyvQ3XW5gmVXv56xO85N6gg.jpg", + "cast_id": 15, + "character": "Gretchen's Associate (uncredited)", + "credit_id": "52fe466f9251416c910546eb", + "order": 99 + }, + { + "adult": false, + "gender": 2, + "id": 1656064, + "known_for_department": "Acting", + "name": "Jeff Martineau", + "original_name": "Jeff Martineau", + "popularity": 0.146, + "profile_path": "/sLqwrV8L2DuAr43ShlM0mPl8FjI.jpg", + "cast_id": 212, + "character": "Bobby's Friend (uncredited)", + "credit_id": "5795deb6c3a36837ae00f2e0", + "order": 100 + }, + { + "adult": false, + "gender": 2, + "id": 1535475, + "known_for_department": "Acting", + "name": "Noah Baron", + "original_name": "Noah Baron", + "popularity": 2.15, + "profile_path": "/nTZlvV8QdGhb8cyj613WRoNAiT9.jpg", + "cast_id": 172, + "character": "Student (uncredited)", + "credit_id": "56461f1f9251413acc000101", + "order": 101 + }, + { + "adult": false, + "gender": 2, + "id": 1310760, + "known_for_department": "Acting", + "name": "Ki Hong Lee", + "original_name": "Ki Hong Lee", + "popularity": 11.538, + "profile_path": "/96zkB3e07LB1hw2segekZS1PlQb.jpg", + "cast_id": 269, + "character": "Student (uncredited)", + "credit_id": "65fc7454197de40149144765", + "order": 102 + }, + { + "adult": false, + "gender": 2, + "id": 168872, + "known_for_department": "Acting", + "name": "Jesse Heiman", + "original_name": "Jesse Heiman", + "popularity": 4.677, + "profile_path": "/kzpEjCcrXpwFozTEBC8xPcYkU7l.jpg", + "cast_id": 173, + "character": "Student (uncredited)", + "credit_id": "56461f9cc3a36826110000e3", + "order": 103 + }, + { + "adult": false, + "gender": 0, + "id": 1505370, + "known_for_department": "Writing", + "name": "David Broyles", + "original_name": "David Broyles", + "popularity": 0.048, + "profile_path": null, + "cast_id": 174, + "character": "Student Playing Facemash (uncredited)", + "credit_id": "56462041c3a3682608000148", + "order": 104 + }, + { + "adult": false, + "gender": 2, + "id": 1535487, + "known_for_department": "Acting", + "name": "Mike Bash", + "original_name": "Mike Bash", + "popularity": 5.711, + "profile_path": "/3AYqIZPayoJ6ghGyX5DpcUD9YbI.jpg", + "cast_id": 175, + "character": "Bob (uncredited)", + "credit_id": "564620c89251413e7f0000b8", + "order": 105 + }, + { + "adult": false, + "gender": 0, + "id": 1535488, + "known_for_department": "Acting", + "name": "Tony Calle", + "original_name": "Tony Calle", + "popularity": 0.596, + "profile_path": null, + "cast_id": 176, + "character": "Harvard Student (uncredited)", + "credit_id": "5646211cc3a368260c000141", + "order": 106 + }, + { + "adult": false, + "gender": 2, + "id": 2422830, + "known_for_department": "Acting", + "name": "Cooper Conley-Currier", + "original_name": "Cooper Conley-Currier", + "popularity": 0.001, + "profile_path": null, + "cast_id": 221, + "character": "Pheonix Club Hazee (uncredited)", + "credit_id": "5d9371597a3c5200243aca05", + "order": 107 + }, + { + "adult": false, + "gender": 0, + "id": 1457537, + "known_for_department": "Acting", + "name": "Elliott Ehlers", + "original_name": "Elliott Ehlers", + "popularity": 1.138, + "profile_path": null, + "cast_id": 177, + "character": "Harvard Student (uncredited)", + "credit_id": "56462148c3a368261a000147", + "order": 108 + }, + { + "adult": false, + "gender": 2, + "id": 1075815, + "known_for_department": "Acting", + "name": "Brett A. Newton", + "original_name": "Brett A. Newton", + "popularity": 1.141, + "profile_path": "/mCZThTAaKNcuRXVBJYPj2vTNm1L.jpg", + "cast_id": 178, + "character": "Harvard Student (uncredited)", + "credit_id": "564621a2c3a3682608000186", + "order": 109 + }, + { + "adult": false, + "gender": 2, + "id": 1535489, + "known_for_department": "Acting", + "name": "Nathan Dean Snyder", + "original_name": "Nathan Dean Snyder", + "popularity": 0.107, + "profile_path": null, + "cast_id": 179, + "character": "Harvard Student (uncredited)", + "credit_id": "56462210c3a3682608000195", + "order": 110 + }, + { + "adult": false, + "gender": 1, + "id": 587221, + "known_for_department": "Acting", + "name": "Kristen Clement", + "original_name": "Kristen Clement", + "popularity": 0.504, + "profile_path": null, + "cast_id": 181, + "character": "Party Girl (uncredited)", + "credit_id": "564622fb9251413acc00016f", + "order": 111 + }, + { + "adult": false, + "gender": 1, + "id": 1475368, + "known_for_department": "Acting", + "name": "Tatum Miranda", + "original_name": "Tatum Miranda", + "popularity": 1.387, + "profile_path": "/uls9oPk6VDbDBXocjvGbSFpAK92.jpg", + "cast_id": 182, + "character": "Party Girl (uncredited)", + "credit_id": "564623599251413acf000176", + "order": 112 + }, + { + "adult": false, + "gender": 0, + "id": 1415309, + "known_for_department": "Acting", + "name": "Chad Davis", + "original_name": "Chad Davis", + "popularity": 0.476, + "profile_path": null, + "cast_id": 183, + "character": "B.U. Guy in Bra #2 (uncredited)", + "credit_id": "564623ecc3a368260c000190", + "order": 113 + }, + { + "adult": false, + "gender": 0, + "id": 1446877, + "known_for_department": "Acting", + "name": "Tony DeSean", + "original_name": "Tony DeSean", + "popularity": 1.466, + "profile_path": null, + "cast_id": 185, + "character": "Waiter (uncredited)", + "credit_id": "564624919251413ae100018e", + "order": 114 + }, + { + "adult": false, + "gender": 2, + "id": 989187, + "known_for_department": "Acting", + "name": "Vincent Rivera", + "original_name": "Vincent Rivera", + "popularity": 2.218, + "profile_path": null, + "cast_id": 186, + "character": "Waiter (uncredited)", + "credit_id": "564624c59251413acf0001aa", + "order": 115 + }, + { + "adult": false, + "gender": 2, + "id": 973, + "known_for_department": "Acting", + "name": "Jason Flemyng", + "original_name": "Jason Flemyng", + "popularity": 10.712, + "profile_path": "/nYl0180ACnLzVlGbaAfuPtdGr9K.jpg", + "cast_id": 188, + "character": "Regatta Spectator (uncredited)", + "credit_id": "564625399251413ad70001e2", + "order": 116 + }, + { + "adult": false, + "gender": 2, + "id": 1448129, + "known_for_department": "Acting", + "name": "Carlos Foglia", + "original_name": "Carlos Foglia", + "popularity": 1.235, + "profile_path": null, + "cast_id": 190, + "character": "MIT Student (uncredited)", + "credit_id": "564626a59251413ad7000213", + "order": 117 + }, + { + "adult": false, + "gender": 2, + "id": 1460913, + "known_for_department": "Acting", + "name": "Bryan Forrest", + "original_name": "Bryan Forrest", + "popularity": 2.174, + "profile_path": "/qc1DwSjh98VnbTmzjNEDuwZuZcV.jpg", + "cast_id": 191, + "character": "Popular Harvard Student (uncredited)", + "credit_id": "564626fdc3a3682614000225", + "order": 118 + }, + { + "adult": false, + "gender": 1, + "id": 49305, + "known_for_department": "Acting", + "name": "Jessica Franz", + "original_name": "Jessica Franz", + "popularity": 1.961, + "profile_path": null, + "cast_id": 192, + "character": "Sorority Girl (uncredited)", + "credit_id": "56462741c3a36826200001dd", + "order": 119 + }, + { + "adult": false, + "gender": 1, + "id": 928116, + "known_for_department": "Acting", + "name": "Eli Jane", + "original_name": "Eli Jane", + "popularity": 11.197, + "profile_path": "/93ucpvgTM54djKCJcGuRXLbFzDM.jpg", + "cast_id": 193, + "character": "Dancer (uncredited)", + "credit_id": "564627dbc3a368261a000220", + "order": 120 + }, + { + "adult": false, + "gender": 1, + "id": 1505365, + "known_for_department": "Acting", + "name": "Sara Murphy", + "original_name": "Sara Murphy", + "popularity": 0.014, + "profile_path": null, + "cast_id": 194, + "character": "Dancer (uncredited)", + "credit_id": "5646284b9251413ad7000251", + "order": 121 + }, + { + "adult": false, + "gender": 1, + "id": 1418493, + "known_for_department": "Acting", + "name": "Kandis Mak", + "original_name": "Kandis Mak", + "popularity": 2.807, + "profile_path": "/dRmfdF7qfu7d6BGNzlNlIZdAvsy.jpg", + "cast_id": 195, + "character": "Go-Go Dancer (uncredited)", + "credit_id": "564628d2c3a3682620000227", + "order": 122 + }, + { + "adult": false, + "gender": 0, + "id": 1173855, + "known_for_department": "Acting", + "name": "Eric La Barr", + "original_name": "Eric La Barr", + "popularity": 0.597, + "profile_path": null, + "cast_id": 196, + "character": "Harvard Note-Passer (uncredited)", + "credit_id": "5646298fc3a368261400027b", + "order": 123 + }, + { + "adult": false, + "gender": 1, + "id": 1262237, + "known_for_department": "Acting", + "name": "Naina Michaud", + "original_name": "Naina Michaud", + "popularity": 2.096, + "profile_path": "/ftv7KmOfmVTimQek3tBQuSIOgAD.jpg", + "cast_id": 197, + "character": "Final Club Girl (uncredited)", + "credit_id": "56462a329251413acf000243", + "order": 124 + }, + { + "adult": false, + "gender": 1, + "id": 1058848, + "known_for_department": "Acting", + "name": "Riley Voelkel", + "original_name": "Riley Voelkel", + "popularity": 8.61, + "profile_path": "/9k93nQjC1nh8i9M1jeY9aSYpbZq.jpg", + "cast_id": 198, + "character": "Final Club Girl (uncredited)", + "credit_id": "56462a619251413ade000249", + "order": 125 + }, + { + "adult": false, + "gender": 1, + "id": 206036, + "known_for_department": "Acting", + "name": "Tia Robinson", + "original_name": "Tia Robinson", + "popularity": 1.053, + "profile_path": null, + "cast_id": 200, + "character": "Club Waitress (uncredited)", + "credit_id": "56462c0a9251413ae1000289", + "order": 126 + }, + { + "adult": false, + "gender": 2, + "id": 1354417, + "known_for_department": "Acting", + "name": "Jeff Rosick", + "original_name": "Jeff Rosick", + "popularity": 0.976, + "profile_path": "/sDNDmyZirNE3kFzgSDvG9pK3NQw.jpg", + "cast_id": 201, + "character": "Dorm Room Guy #2 (uncredited)", + "credit_id": "56462c5b9251413ad50002af", + "order": 127 + }, + { + "adult": false, + "gender": 1, + "id": 1378735, + "known_for_department": "Acting", + "name": "Alexandra Ruddy", + "original_name": "Alexandra Ruddy", + "popularity": 3.254, + "profile_path": "/bBG0qAZECMUMiStZfCJozQ2Dj9d.jpg", + "cast_id": 202, + "character": "Ruby Skye Waitress (uncredited)", + "credit_id": "56462c8c9251413ad70002d9", + "order": 128 + }, + { + "adult": false, + "gender": 1, + "id": 1018821, + "known_for_department": "Acting", + "name": "Adrienne Rusk", + "original_name": "Adrienne Rusk", + "popularity": 2.928, + "profile_path": null, + "cast_id": 203, + "character": "Club 66 Girl (uncredited)", + "credit_id": "56462cc4c3a36826080002dd", + "order": 129 + }, + { + "adult": false, + "gender": 1, + "id": 69503, + "known_for_department": "Acting", + "name": "Rebecca Tilney", + "original_name": "Rebecca Tilney", + "popularity": 2.221, + "profile_path": null, + "cast_id": 204, + "character": "Art History Professor (uncredited)", + "credit_id": "56462e099251413ade0002c4", + "order": 130 + }, + { + "adult": false, + "gender": 1, + "id": 1309431, + "known_for_department": "Acting", + "name": "Georgina Tolentino", + "original_name": "Georgina Tolentino", + "popularity": 0.708, + "profile_path": "/g0di3NQV9YvTFYVfeqwj9AXZMdb.jpg", + "cast_id": 205, + "character": "Club-Goer (uncredited)", + "credit_id": "56462e529251413ad50002f2", + "order": 131 + } + ], + "crew": [ + { + "adult": false, + "gender": 2, + "id": 1614502, + "known_for_department": "Editing", + "name": "Tyler Nelson", + "original_name": "Tyler Nelson", + "popularity": 0.857, + "profile_path": "/zIQfw4mkedgWaC0c84ynZn7zRTc.jpg", + "credit_id": "607c3835f6787a0058f9f8bd", + "department": "Editing", + "job": "Assistant Editor" + }, + { + "adult": false, + "gender": 2, + "id": 54417, + "known_for_department": "Production", + "name": "Dana Brunetti", + "original_name": "Dana Brunetti", + "popularity": 1.335, + "profile_path": "/qsI9fcJoo3p91chiy7SuBdeLT88.jpg", + "credit_id": "52fe466f9251416c9105470b", + "department": "Production", + "job": "Producer" + }, + { + "adult": false, + "gender": 1, + "id": 7475, + "known_for_department": "Production", + "name": "Ceán Chaffin", + "original_name": "Ceán Chaffin", + "popularity": 3.699, + "profile_path": "/rk8DPo1CAMTWL0YjRsMFIy3gRmT.jpg", + "credit_id": "52fe466f9251416c91054717", + "department": "Production", + "job": "Producer" + }, + { + "adult": false, + "gender": 0, + "id": 23712, + "known_for_department": "Writing", + "name": "Tom Abrams", + "original_name": "Tom Abrams", + "popularity": 1.266, + "profile_path": null, + "credit_id": "52fe466f9251416c91054723", + "department": "Camera", + "job": "Camera Supervisor" + }, + { + "adult": false, + "gender": 2, + "id": 13520, + "known_for_department": "Writing", + "name": "Aaron Sorkin", + "original_name": "Aaron Sorkin", + "popularity": 6.288, + "profile_path": "/hGkusztbd1rb23QFAjvpJxKSTAU.jpg", + "credit_id": "52fe466f9251416c91054735", + "department": "Writing", + "job": "Screenplay" + }, + { + "adult": false, + "gender": 2, + "id": 54418, + "known_for_department": "Writing", + "name": "Ben Mezrich", + "original_name": "Ben Mezrich", + "popularity": 0.951, + "profile_path": "/5tTvjyPJPeUjw14tfiqMlRZpjRa.jpg", + "credit_id": "52fe466f9251416c9105473b", + "department": "Writing", + "job": "Novel" + }, + { + "adult": false, + "gender": 2, + "id": 7467, + "known_for_department": "Directing", + "name": "David Fincher", + "original_name": "David Fincher", + "popularity": 22.649, + "profile_path": "/tpEczFclQZeKAiCeKZZ0adRvtfz.jpg", + "credit_id": "52fe466f9251416c91054741", + "department": "Directing", + "job": "Director" + }, + { + "adult": false, + "gender": 2, + "id": 1979, + "known_for_department": "Acting", + "name": "Kevin Spacey", + "original_name": "Kevin Spacey", + "popularity": 17.775, + "profile_path": "/nPrUZDEbGQe6jwpVbHKJCXsMd7r.jpg", + "credit_id": "52fe466f9251416c9105471d", + "department": "Production", + "job": "Executive Producer" + }, + { + "adult": false, + "gender": 2, + "id": 2997, + "known_for_department": "Production", + "name": "Scott Rudin", + "original_name": "Scott Rudin", + "popularity": 4.159, + "profile_path": "/sSaFhz7Fiq6T969nqQfvgeu7fyl.jpg", + "credit_id": "52fe466f9251416c91054705", + "department": "Production", + "job": "Producer" + }, + { + "adult": false, + "gender": 2, + "id": 4767, + "known_for_department": "Production", + "name": "Michael De Luca", + "original_name": "Michael De Luca", + "popularity": 3.553, + "profile_path": "/i87R2uZafgOmFdbT7PgCBXjsL5s.jpg", + "credit_id": "52fe466f9251416c91054711", + "department": "Production", + "job": "Producer" + }, + { + "adult": false, + "gender": 1, + "id": 1400010, + "known_for_department": "Art", + "name": "Trish Gallaher Glenn", + "original_name": "Trish Gallaher Glenn", + "popularity": 1.086, + "profile_path": null, + "credit_id": "60b81792839d930021dbaaf4", + "department": "Art", + "job": "Property Master" + }, + { + "adult": false, + "gender": 2, + "id": 2563317, + "known_for_department": "Writing", + "name": "Iain Reid", + "original_name": "Iain Reid", + "popularity": 0.932, + "profile_path": "/9SDuIgMAjwWK8NMw2mThiOynHX3.jpg", + "credit_id": "64e79346c3c89100e35fc2b5", + "department": "Crew", + "job": "Thanks" + }, + { + "adult": false, + "gender": 0, + "id": 1834846, + "known_for_department": "Directing", + "name": "Matt Carver", + "original_name": "Matt Carver", + "popularity": 0.333, + "profile_path": null, + "credit_id": "64eea3103a993700ada961b6", + "department": "Directing", + "job": "Second Assistant Director" + }, + { + "adult": false, + "gender": 2, + "id": 1534969, + "known_for_department": "Directing", + "name": "Allen Kupetsky", + "original_name": "Allen Kupetsky", + "popularity": 3.419, + "profile_path": null, + "credit_id": "64eea319180dea00e2409519", + "department": "Directing", + "job": "Second Assistant Director" + }, + { + "adult": false, + "gender": 2, + "id": 1758614, + "known_for_department": "Directing", + "name": "Bob Wagner", + "original_name": "Bob Wagner", + "popularity": 1.347, + "profile_path": null, + "credit_id": "64eea32227167100c6dc2a4c", + "department": "Directing", + "job": "First Assistant Director" + }, + { + "adult": false, + "gender": 1, + "id": 1899631, + "known_for_department": "Directing", + "name": "Maileen Williams Matheny", + "original_name": "Maileen Williams Matheny", + "popularity": 1.168, + "profile_path": null, + "credit_id": "64eea32b3a993700ada961db", + "department": "Directing", + "job": "Second Second Assistant Director" + }, + { + "adult": false, + "gender": 2, + "id": 1534987, + "known_for_department": "Sound", + "name": "Tom Williams", + "original_name": "Tom Williams", + "popularity": 0.318, + "profile_path": null, + "credit_id": "61066c7517c443005d51a9f4", + "department": "Sound", + "job": "Sound Mixer" + }, + { + "adult": false, + "gender": 2, + "id": 7479, + "known_for_department": "Camera", + "name": "Jeff Cronenweth", + "original_name": "Jeff Cronenweth", + "popularity": 2.686, + "profile_path": "/93Mn7WPDJjAEVvDv2J39RhzlnEE.jpg", + "credit_id": "53266b30925141652a002961", + "department": "Camera", + "job": "Director of Photography" + }, + { + "adult": false, + "gender": 0, + "id": 1182907, + "known_for_department": "Art", + "name": "Aaron Haye", + "original_name": "Aaron Haye", + "popularity": 1.165, + "profile_path": null, + "credit_id": "5644d1a79251410a49006070", + "department": "Art", + "job": "Set Designer" + }, + { + "adult": false, + "gender": 2, + "id": 1534970, + "known_for_department": "Art", + "name": "Chris Samp", + "original_name": "Chris Samp", + "popularity": 3.025, + "profile_path": null, + "credit_id": "5644d2819251410a470062d7", + "department": "Art", + "job": "Standby Painter" + }, + { + "adult": false, + "gender": 0, + "id": 1534974, + "known_for_department": "Costume & Make-Up", + "name": "Wayne Kimball", + "original_name": "Wayne Kimball", + "popularity": 0.001, + "profile_path": null, + "credit_id": "5644d67592514133ab005aa5", + "department": "Costume & Make-Up", + "job": "Set Dressing Artist" + }, + { + "adult": false, + "gender": 2, + "id": 20209, + "known_for_department": "Art", + "name": "Donald Graham Burt", + "original_name": "Donald Graham Burt", + "popularity": 0.913, + "profile_path": "/6OrBc0oeIsdYgcUSyyQ33pDxu6Y.jpg", + "credit_id": "5644cb7cc3a36870ef00627b", + "department": "Art", + "job": "Production Design" + }, + { + "adult": false, + "gender": 2, + "id": 964726, + "known_for_department": "Editing", + "name": "Kirk Baxter", + "original_name": "Kirk Baxter", + "popularity": 4.136, + "profile_path": "/9nNjSKdf63hs0Ww2wNa6dVYyttM.jpg", + "credit_id": "5644caeac3a36870dd006557", + "department": "Editing", + "job": "Editor" + }, + { + "adult": false, + "gender": 2, + "id": 17455, + "known_for_department": "Editing", + "name": "Angus Wall", + "original_name": "Angus Wall", + "popularity": 0.266, + "profile_path": "/4z60xPBZVGq4D8k6yW3gIzKYOqS.jpg", + "credit_id": "5644cb17c3a36870d600629a", + "department": "Editing", + "job": "Editor" + }, + { + "adult": false, + "gender": 1, + "id": 7481, + "known_for_department": "Production", + "name": "Laray Mayfield", + "original_name": "Laray Mayfield", + "popularity": 1.646, + "profile_path": "/yBshxhOfzKrcvoVaFdI6VpH1BJ.jpg", + "credit_id": "5644cb4d92514133ab00594e", + "department": "Production", + "job": "Casting" + }, + { + "adult": false, + "gender": 0, + "id": 1405704, + "known_for_department": "Costume & Make-Up", + "name": "Kelly Muldoon", + "original_name": "Kelly Muldoon", + "popularity": 1.641, + "profile_path": null, + "credit_id": "5644cceec3a36870db00654d", + "department": "Costume & Make-Up", + "job": "Key Hair Stylist" + }, + { + "adult": false, + "gender": 1, + "id": 75377, + "known_for_department": "Costume & Make-Up", + "name": "Ann Pala", + "original_name": "Ann Pala", + "popularity": 2.088, + "profile_path": null, + "credit_id": "5644cdba9251410a4400650a", + "department": "Costume & Make-Up", + "job": "Makeup Artist" + }, + { + "adult": false, + "gender": 0, + "id": 966928, + "known_for_department": "Art", + "name": "Curt Beech", + "original_name": "Curt Beech", + "popularity": 0.642, + "profile_path": null, + "credit_id": "5644cbc29251410a470061e9", + "department": "Art", + "job": "Art Direction" + }, + { + "adult": false, + "gender": 0, + "id": 59834, + "known_for_department": "Production", + "name": "JoAnn Perritano", + "original_name": "JoAnn Perritano", + "popularity": 1.919, + "profile_path": null, + "credit_id": "5644ce39c3a36870e80060d9", + "department": "Production", + "job": "Unit Production Manager" + }, + { + "adult": false, + "gender": 0, + "id": 1534976, + "known_for_department": "Crew", + "name": "James R. Lord", + "original_name": "James R. Lord", + "popularity": 0.098, + "profile_path": null, + "credit_id": "5644d6d59251410a4700635e", + "department": "Crew", + "job": "Propmaker" + }, + { + "adult": false, + "gender": 0, + "id": 1534978, + "known_for_department": "Crew", + "name": "Gregory Lynch Jr.", + "original_name": "Gregory Lynch Jr.", + "popularity": 0.571, + "profile_path": null, + "credit_id": "5644d72bc3a36870dd006717", + "department": "Crew", + "job": "Carpenter" + }, + { + "adult": false, + "gender": 2, + "id": 1389534, + "known_for_department": "Sound", + "name": "Richard Quinn", + "original_name": "Richard Quinn", + "popularity": 1.772, + "profile_path": null, + "credit_id": "5644dafb9251410a440066b1", + "department": "Sound", + "job": "ADR & Dubbing" + }, + { + "adult": false, + "gender": 2, + "id": 1534985, + "known_for_department": "Sound", + "name": "David Raymond", + "original_name": "David Raymond", + "popularity": 1.678, + "profile_path": null, + "credit_id": "5644dbc49251410a47006400", + "department": "Sound", + "job": "Boom Operator" + }, + { + "adult": false, + "gender": 0, + "id": 1534966, + "known_for_department": "Costume & Make-Up", + "name": "Clare M. Corsick", + "original_name": "Clare M. Corsick", + "popularity": 1.288, + "profile_path": null, + "credit_id": "5644cd3d9251410a4c006073", + "department": "Costume & Make-Up", + "job": "Hairstylist" + }, + { + "adult": false, + "gender": 1, + "id": 1412767, + "known_for_department": "Costume & Make-Up", + "name": "Yeşim \"Shimmy\" Osman", + "original_name": "Yeşim \"Shimmy\" Osman", + "popularity": 1.504, + "profile_path": null, + "credit_id": "5644cd94c3a36870dd0065aa", + "department": "Costume & Make-Up", + "job": "Hairstylist" + }, + { + "adult": false, + "gender": 0, + "id": 49886, + "known_for_department": "Art", + "name": "Freddy Waff", + "original_name": "Freddy Waff", + "popularity": 1.662, + "profile_path": null, + "credit_id": "5644d3ef9251410a490060cd", + "department": "Art", + "job": "Leadman" + }, + { + "adult": false, + "gender": 1, + "id": 1397823, + "known_for_department": "Sound", + "name": "Alyson Dee Moore", + "original_name": "Alyson Dee Moore", + "popularity": 3.572, + "profile_path": null, + "credit_id": "5644d97ac3a36870ec005f1d", + "department": "Sound", + "job": "Foley" + }, + { + "adult": false, + "gender": 0, + "id": 1478854, + "known_for_department": "Sound", + "name": "Thom Brennan", + "original_name": "Thom Brennan", + "popularity": 0.77, + "profile_path": null, + "credit_id": "5644de739251410a530062de", + "department": "Sound", + "job": "Foley" + }, + { + "adult": false, + "gender": 2, + "id": 6055, + "known_for_department": "Art", + "name": "Victor J. Zolfo", + "original_name": "Victor J. Zolfo", + "popularity": 1.623, + "profile_path": null, + "credit_id": "5644cc18c3a36870ec005d82", + "department": "Art", + "job": "Set Decoration" + }, + { + "adult": false, + "gender": 1, + "id": 1408293, + "known_for_department": "Costume & Make-Up", + "name": "Linda D. Flowers", + "original_name": "Linda D. Flowers", + "popularity": 2.185, + "profile_path": null, + "credit_id": "5644ccb7c3a36870e800609d", + "department": "Costume & Make-Up", + "job": "Hair Department Head" + }, + { + "adult": false, + "gender": 2, + "id": 1339445, + "known_for_department": "Art", + "name": "Chris Snyder", + "original_name": "Chris Snyder", + "popularity": 0.527, + "profile_path": null, + "credit_id": "5644d372c3a36870ec005e63", + "department": "Art", + "job": "Construction Coordinator" + }, + { + "adult": false, + "gender": 2, + "id": 1415465, + "known_for_department": "Sound", + "name": "E. Larry Oatfield", + "original_name": "E. Larry Oatfield", + "popularity": 1.675, + "profile_path": null, + "credit_id": "5644da129251410a3f00614e", + "department": "Sound", + "job": "Sound Effects Editor" + }, + { + "adult": false, + "gender": 2, + "id": 1378828, + "known_for_department": "Sound", + "name": "Michael Semanick", + "original_name": "Michael Semanick", + "popularity": 2.099, + "profile_path": "/poGaVc3vdZmkZCvSLNIkkIsxffj.jpg", + "credit_id": "5644dc489251410a53006276", + "department": "Sound", + "job": "Sound Re-Recording Mixer" + }, + { + "adult": false, + "gender": 2, + "id": 1534982, + "known_for_department": "Crew", + "name": "Cesar Orozco", + "original_name": "Cesar Orozco", + "popularity": 1.249, + "profile_path": null, + "credit_id": "5644d7b99251410a41006235", + "department": "Crew", + "job": "Propmaker" + }, + { + "adult": false, + "gender": 2, + "id": 1399117, + "known_for_department": "Sound", + "name": "David C. Hughes", + "original_name": "David C. Hughes", + "popularity": 2.084, + "profile_path": null, + "credit_id": "5644d9109251410a49006180", + "department": "Sound", + "job": "Sound Effects Editor" + }, + { + "adult": false, + "gender": 0, + "id": 1534967, + "known_for_department": "Costume & Make-Up", + "name": "Alex Proctor", + "original_name": "Alex Proctor", + "popularity": 0.001, + "profile_path": null, + "credit_id": "5644cdf29251410a4c006095", + "department": "Costume & Make-Up", + "job": "Makeup Artist" + }, + { + "adult": false, + "gender": 0, + "id": 1534968, + "known_for_department": "Crew", + "name": "Carey Len Smith", + "original_name": "Carey Len Smith", + "popularity": 1.932, + "profile_path": null, + "credit_id": "5644cf589251410a4c0060cb", + "department": "Crew", + "job": "Post Production Supervisor" + }, + { + "adult": false, + "gender": 0, + "id": 1395435, + "known_for_department": "Art", + "name": "Theodore Sharps", + "original_name": "Theodore Sharps", + "popularity": 0.211, + "profile_path": null, + "credit_id": "5644d306c3a36870d6006381", + "department": "Art", + "job": "Set Designer" + }, + { + "adult": false, + "gender": 2, + "id": 7763, + "known_for_department": "Sound", + "name": "Ren Klyce", + "original_name": "Ren Klyce", + "popularity": 4.224, + "profile_path": "/tMDHEVa05pe3od1NMpfplPVPnxD.jpg", + "credit_id": "5644d94a9251410a4c006224", + "department": "Sound", + "job": "Sound Re-Recording Mixer" + }, + { + "adult": false, + "gender": 0, + "id": 21568, + "known_for_department": "Art", + "name": "Keith P. Cunningham", + "original_name": "Keith P. Cunningham", + "popularity": 1.243, + "profile_path": null, + "credit_id": "5644cbec9251410a4100609a", + "department": "Art", + "job": "Art Direction" + }, + { + "adult": false, + "gender": 2, + "id": 1534971, + "known_for_department": "Crew", + "name": "Steve Burnes", + "original_name": "Steve Burnes", + "popularity": 0.4, + "profile_path": null, + "credit_id": "5644d47ec3a36870dd00669f", + "department": "Crew", + "job": "Propmaker" + }, + { + "adult": false, + "gender": 2, + "id": 1534973, + "known_for_department": "Art", + "name": "Francesco Franco Ferrara", + "original_name": "Francesco Franco Ferrara", + "popularity": 1.099, + "profile_path": null, + "credit_id": "5644d61a9251410a530061a3", + "department": "Art", + "job": "Painter" + }, + { + "adult": false, + "gender": 0, + "id": 1534981, + "known_for_department": "Crew", + "name": "Ted Nolan", + "original_name": "Ted Nolan", + "popularity": 0.001, + "profile_path": null, + "credit_id": "5644d775c3a36870e30068ff", + "department": "Crew", + "job": "Carpenter" + }, + { + "adult": false, + "gender": 2, + "id": 1116937, + "known_for_department": "Sound", + "name": "John Roesch", + "original_name": "John Roesch", + "popularity": 3.479, + "profile_path": "/sdVwSbK33OmcniJhX8ZkTByQmLQ.jpg", + "credit_id": "5644dc149251410a490061de", + "department": "Sound", + "job": "Foley" + }, + { + "adult": false, + "gender": 1, + "id": 1319843, + "known_for_department": "Costume & Make-Up", + "name": "Felicity Bowring", + "original_name": "Felicity Bowring", + "popularity": 3.13, + "profile_path": null, + "credit_id": "5644cc7c9251410a49005fcf", + "department": "Costume & Make-Up", + "job": "Makeup Department Head" + }, + { + "adult": false, + "gender": 1, + "id": 935491, + "known_for_department": "Art", + "name": "Cindy M. Ichikawa", + "original_name": "Cindy M. Ichikawa", + "popularity": 0.276, + "profile_path": null, + "credit_id": "5644d1e5c3a36870e8006149", + "department": "Art", + "job": "Art Department Coordinator" + }, + { + "adult": false, + "gender": 1, + "id": 958488, + "known_for_department": "Costume & Make-Up", + "name": "Jacqueline West", + "original_name": "Jacqueline West", + "popularity": 3.64, + "profile_path": "/yN1c0lFV69UYMLUKWRXCPYl3dhV.jpg", + "credit_id": "5644cc479251410a440064d8", + "department": "Costume & Make-Up", + "job": "Costume Design" + }, + { + "adult": false, + "gender": 0, + "id": 1411509, + "known_for_department": "Art", + "name": "Jane Wuu", + "original_name": "Jane Wuu", + "popularity": 0.913, + "profile_path": null, + "credit_id": "5644d4209251410a47006312", + "department": "Art", + "job": "Set Designer" + }, + { + "adult": false, + "gender": 2, + "id": 1406614, + "known_for_department": "Sound", + "name": "David Parker", + "original_name": "David Parker", + "popularity": 2.442, + "profile_path": "/bDGLVWQShONQ59fvwKqP6dtFxT5.jpg", + "credit_id": "5644da549251410a3f006158", + "department": "Sound", + "job": "Sound Re-Recording Mixer" + }, + { + "adult": false, + "gender": 0, + "id": 1534986, + "known_for_department": "Sound", + "name": "David C. Manahan", + "original_name": "David C. Manahan", + "popularity": 0.001, + "profile_path": null, + "credit_id": "5644dce692514133ab005b55", + "department": "Sound", + "job": "Sound" + }, + { + "adult": false, + "gender": 0, + "id": 1403191, + "known_for_department": "Visual Effects", + "name": "Andrea D'Amico", + "original_name": "Andrea D'Amico", + "popularity": 0.349, + "profile_path": null, + "credit_id": "564526149251410a4c006b2c", + "department": "Visual Effects", + "job": "Visual Effects Producer" + }, + { + "adult": false, + "gender": 0, + "id": 1384375, + "known_for_department": "Visual Effects", + "name": "Max Leonard", + "original_name": "Max Leonard", + "popularity": 1.166, + "profile_path": null, + "credit_id": "564526999251410a3f006ac4", + "department": "Visual Effects", + "job": "Visual Effects Coordinator" + }, + { + "adult": false, + "gender": 0, + "id": 1309924, + "known_for_department": "Sound", + "name": "Michael Patterson", + "original_name": "Michael Patterson", + "popularity": 1.52, + "profile_path": null, + "credit_id": "564533c9c3a36870e00070a8", + "department": "Sound", + "job": "Scoring Mixer" + }, + { + "adult": false, + "gender": 0, + "id": 1535093, + "known_for_department": "Visual Effects", + "name": "Maciek Sokalski", + "original_name": "Maciek Sokalski", + "popularity": 0.001, + "profile_path": null, + "credit_id": "564528eec3a36870d6006e4e", + "department": "Visual Effects", + "job": "Digital Compositors" + }, + { + "adult": false, + "gender": 0, + "id": 1535088, + "known_for_department": "Visual Effects", + "name": "Enid Dalkoff", + "original_name": "Enid Dalkoff", + "popularity": 0.024, + "profile_path": null, + "credit_id": "5645256ac3a36870db007053", + "department": "Visual Effects", + "job": "Digital Compositors" + }, + { + "adult": false, + "gender": 0, + "id": 1535090, + "known_for_department": "Visual Effects", + "name": "Fred Pienkos", + "original_name": "Fred Pienkos", + "popularity": 0.008, + "profile_path": null, + "credit_id": "56452824c3a36870dd007197", + "department": "Visual Effects", + "job": "Visual Effects Supervisor" + }, + { + "adult": false, + "gender": 2, + "id": 1172443, + "known_for_department": "Camera", + "name": "Merrick Morton", + "original_name": "Merrick Morton", + "popularity": 2.783, + "profile_path": null, + "credit_id": "56452b40c3a36870e8006d41", + "department": "Camera", + "job": "Still Photographer" + }, + { + "adult": false, + "gender": 0, + "id": 1413045, + "known_for_department": "Production", + "name": "Jonah Coombes", + "original_name": "Jonah Coombes", + "popularity": 2.38, + "profile_path": null, + "credit_id": "564534cbc3a36870db007467", + "department": "Production", + "job": "Location Manager" + }, + { + "adult": false, + "gender": 2, + "id": 1394750, + "known_for_department": "Visual Effects", + "name": "Thomas Nittmann", + "original_name": "Thomas Nittmann", + "popularity": 1.464, + "profile_path": null, + "credit_id": "5645278fc3a36870dd007178", + "department": "Visual Effects", + "job": "Visual Effects Producer" + }, + { + "adult": false, + "gender": 0, + "id": 1535100, + "known_for_department": "Camera", + "name": "Miles Gutkin", + "original_name": "Miles Gutkin", + "popularity": 1.031, + "profile_path": null, + "credit_id": "56452d6d92514133ab00668f", + "department": "Camera", + "job": "Grip" + }, + { + "adult": false, + "gender": 0, + "id": 1535104, + "known_for_department": "Lighting", + "name": "Richard Jones", + "original_name": "Richard Jones", + "popularity": 0.001, + "profile_path": null, + "credit_id": "56452facc3a36870e0006f8d", + "department": "Lighting", + "job": "Rigging Grip" + }, + { + "adult": false, + "gender": 0, + "id": 1427522, + "known_for_department": "Production", + "name": "Ben Gladstone", + "original_name": "Ben Gladstone", + "popularity": 1.305, + "profile_path": null, + "credit_id": "564535539251410a47007093", + "department": "Production", + "job": "Location Manager" + }, + { + "adult": false, + "gender": 0, + "id": 1535097, + "known_for_department": "Camera", + "name": "John Flemming", + "original_name": "John Flemming", + "popularity": 1.495, + "profile_path": null, + "credit_id": "56452d309251410a4c006cfa", + "department": "Camera", + "job": "Grip" + }, + { + "adult": false, + "gender": 2, + "id": 1535101, + "known_for_department": "Camera", + "name": "William T. Iversen", + "original_name": "William T. Iversen", + "popularity": 0.015, + "profile_path": null, + "credit_id": "56452dbf9251410a41006db6", + "department": "Camera", + "job": "Grip" + }, + { + "adult": false, + "gender": 1, + "id": 1535105, + "known_for_department": "Production", + "name": "Patty Connolly", + "original_name": "Patty Connolly", + "popularity": 1.067, + "profile_path": null, + "credit_id": "564531749251410a4c006e1e", + "department": "Sound", + "job": "ADR & Dubbing" + }, + { + "adult": false, + "gender": 0, + "id": 1535087, + "known_for_department": "Crew", + "name": "Robert Cole", + "original_name": "Robert Cole", + "popularity": 1.46, + "profile_path": null, + "credit_id": "5645242c9251410a3f006a92", + "department": "Crew", + "job": "Special Effects" + }, + { + "adult": false, + "gender": 0, + "id": 1367826, + "known_for_department": "Visual Effects", + "name": "Brice Liesveld", + "original_name": "Brice Liesveld", + "popularity": 0.367, + "profile_path": null, + "credit_id": "5645272a9251410a3f006ad6", + "department": "Visual Effects", + "job": "Visual Effects Producer" + }, + { + "adult": false, + "gender": 2, + "id": 1535095, + "known_for_department": "Crew", + "name": "Dan Brown", + "original_name": "Dan Brown", + "popularity": 2.576, + "profile_path": "/Aa65AAZkoxPGt7L5royKFHIehYb.jpg", + "credit_id": "56452a2ec3a36870d6006eb8", + "department": "Crew", + "job": "Stunts" + }, + { + "adult": false, + "gender": 2, + "id": 1311507, + "known_for_department": "Crew", + "name": "Steve Cremin", + "original_name": "Steve Cremin", + "popularity": 2.663, + "profile_path": null, + "credit_id": "56452358c3a36870e8006be0", + "department": "Crew", + "job": "Special Effects Coordinator" + }, + { + "adult": false, + "gender": 2, + "id": 1122560, + "known_for_department": "Crew", + "name": "Mickey Giacomazzi", + "original_name": "Mickey Giacomazzi", + "popularity": 2.573, + "profile_path": "/pKeZNewK7yJvOV4feKUXZcD8LMa.jpg", + "credit_id": "56452afa9251410a4c006c5d", + "department": "Crew", + "job": "Stunt Coordinator" + }, + { + "adult": false, + "gender": 2, + "id": 1399877, + "known_for_department": "Camera", + "name": "Peter Rosenfeld", + "original_name": "Peter Rosenfeld", + "popularity": 3.142, + "profile_path": null, + "credit_id": "56452b84c3a36870db0071ad", + "department": "Camera", + "job": "Camera Operator" + }, + { + "adult": false, + "gender": 0, + "id": 1535103, + "known_for_department": "Lighting", + "name": "Andrea Krout", + "original_name": "Andrea Krout", + "popularity": 0.001, + "profile_path": null, + "credit_id": "56452f3f9251410a53006d9a", + "department": "Lighting", + "job": "Rigging Grip" + }, + { + "adult": false, + "gender": 0, + "id": 1533033, + "known_for_department": "Lighting", + "name": "Wally Webber", + "original_name": "Wally Webber", + "popularity": 0.136, + "profile_path": null, + "credit_id": "56452ef292514133ab0066fc", + "department": "Camera", + "job": "Grip" + }, + { + "adult": false, + "gender": 2, + "id": 1422418, + "known_for_department": "Sound", + "name": "Jonathon Stevens", + "original_name": "Jonathon Stevens", + "popularity": 2.635, + "profile_path": null, + "credit_id": "564533479251410a49006d7d", + "department": "Sound", + "job": "Music Editor" + }, + { + "adult": false, + "gender": 0, + "id": 1424186, + "known_for_department": "Production", + "name": "Charley Armstrong", + "original_name": "Charley Armstrong", + "popularity": 1.343, + "profile_path": null, + "credit_id": "56453485c3a36870dd007504", + "department": "Production", + "job": "Location Manager" + }, + { + "adult": false, + "gender": 0, + "id": 1535102, + "known_for_department": "Camera", + "name": "Shaun Sangkarat", + "original_name": "Shaun Sangkarat", + "popularity": 0.672, + "profile_path": null, + "credit_id": "56452e50c3a36870e0006f35", + "department": "Camera", + "job": "Grip" + }, + { + "adult": false, + "gender": 2, + "id": 184314, + "known_for_department": "Production", + "name": "Mark Sussman", + "original_name": "Mark Sussman", + "popularity": 6.257, + "profile_path": "/3AV531gRXjmLg6WPx90aMLrr2HK.jpg", + "credit_id": "564530839251410a47006f20", + "department": "Sound", + "job": "ADR & Dubbing" + }, + { + "adult": false, + "gender": 0, + "id": 1535096, + "known_for_department": "Camera", + "name": "Adam Camacho", + "original_name": "Adam Camacho", + "popularity": 1.529, + "profile_path": null, + "credit_id": "56452c87c3a36870ec0069af", + "department": "Camera", + "job": "Grip" + }, + { + "adult": false, + "gender": 0, + "id": 1486851, + "known_for_department": "Editing", + "name": "Alex Olivares", + "original_name": "Alex Olivares", + "popularity": 0.578, + "profile_path": null, + "credit_id": "5645328e9251410a47006fc4", + "department": "Editing", + "job": "Assistant Editor" + }, + { + "adult": false, + "gender": 0, + "id": 1535108, + "known_for_department": "Crew", + "name": "Elena Moscatt", + "original_name": "Elena Moscatt", + "popularity": 0.24, + "profile_path": null, + "credit_id": "564536069251410a53006f76", + "department": "Crew", + "job": "Craft Service" + }, + { + "adult": false, + "gender": 0, + "id": 1447626, + "known_for_department": "Lighting", + "name": "Harold Skinner", + "original_name": "Harold Skinner", + "popularity": 0.89, + "profile_path": null, + "credit_id": "56452bb89251410a3f006c08", + "department": "Lighting", + "job": "Gaffer" + }, + { + "adult": false, + "gender": 1, + "id": 1415509, + "known_for_department": "Sound", + "name": "Marie Ebbing", + "original_name": "Marie Ebbing", + "popularity": 1.662, + "profile_path": null, + "credit_id": "56453320c3a36870d6007138", + "department": "Sound", + "job": "Music Editor" + }, + { + "adult": false, + "gender": 2, + "id": 1181784, + "known_for_department": "Production", + "name": "William Doyle", + "original_name": "William Doyle", + "popularity": 0.726, + "profile_path": null, + "credit_id": "564535019251410a4c006f04", + "department": "Production", + "job": "Location Manager" + }, + { + "adult": false, + "gender": 0, + "id": 1535470, + "known_for_department": "Crew", + "name": "Patrick Mahoney", + "original_name": "Patrick Mahoney", + "popularity": 0.088, + "profile_path": null, + "credit_id": "56461dcdc3a368261a0000d0", + "department": "Crew", + "job": "Craft Service" + }, + { + "adult": false, + "gender": 1, + "id": 1395290, + "known_for_department": "Directing", + "name": "Sharron Reynolds-Enriquez", + "original_name": "Sharron Reynolds-Enriquez", + "popularity": 2.128, + "profile_path": null, + "credit_id": "56461bf59251413adb0000c3", + "department": "Directing", + "job": "Script Supervisor" + }, + { + "adult": false, + "gender": 0, + "id": 132616, + "known_for_department": "Production", + "name": "Richard Schuler", + "original_name": "Richard Schuler", + "popularity": 1.406, + "profile_path": null, + "credit_id": "56461c3d9251413ade0000ab", + "department": "Production", + "job": "Location Manager" + }, + { + "adult": false, + "gender": 1, + "id": 1347760, + "known_for_department": "Crew", + "name": "Elizabeth Himelstein", + "original_name": "Elizabeth Himelstein", + "popularity": 2.197, + "profile_path": null, + "credit_id": "56461d4d9251413acf0000b6", + "department": "Crew", + "job": "Dialect Coach" + }, + { + "adult": false, + "gender": 1, + "id": 1428851, + "known_for_department": "Directing", + "name": "Lisa Arnone", + "original_name": "Lisa Arnone", + "popularity": 1.084, + "profile_path": null, + "credit_id": "56461c95c3a368261100009a", + "department": "Directing", + "job": "Script Supervisor" + }, + { + "adult": false, + "gender": 0, + "id": 1278371, + "known_for_department": "Acting", + "name": "Ken Edling", + "original_name": "Ken Edling", + "popularity": 0.848, + "profile_path": "/g8JAXalEHsaZQ8r8hGyFkBIYXH8.jpg", + "credit_id": "56461cf1c3a36826110000a5", + "department": "Crew", + "job": "Stand In" + }, + { + "adult": false, + "gender": 0, + "id": 1463778, + "known_for_department": "Lighting", + "name": "Chris Weigand", + "original_name": "Chris Weigand", + "popularity": 0.893, + "profile_path": null, + "credit_id": "564e6b399251414b0a001249", + "department": "Lighting", + "job": "Lighting Technician" + }, + { + "adult": false, + "gender": 0, + "id": 1411517, + "known_for_department": "Art", + "name": "David Corral", + "original_name": "David Corral", + "popularity": 1.239, + "profile_path": null, + "credit_id": "565ad22ac3a3685066001767", + "department": "Art", + "job": "Greensman" + }, + { + "adult": false, + "gender": 0, + "id": 1554385, + "known_for_department": "Visual Effects", + "name": "Dave Levine", + "original_name": "Dave Levine", + "popularity": 1.112, + "profile_path": null, + "credit_id": "56802b32c3a3684be300df71", + "department": "Visual Effects", + "job": "VFX Artist" + }, + { + "adult": false, + "gender": 0, + "id": 1554387, + "known_for_department": "Visual Effects", + "name": "Jeremiah Sweeney", + "original_name": "Jeremiah Sweeney", + "popularity": 0.538, + "profile_path": null, + "credit_id": "56802dfcc3a368607500becf", + "department": "Visual Effects", + "job": "VFX Artist" + }, + { + "adult": false, + "gender": 2, + "id": 1394755, + "known_for_department": "Visual Effects", + "name": "Edson Williams", + "original_name": "Edson Williams", + "popularity": 2.976, + "profile_path": null, + "credit_id": "56802f1a9251417def00e197", + "department": "Visual Effects", + "job": "Visual Effects Supervisor" + }, + { + "adult": false, + "gender": 2, + "id": 1415342, + "known_for_department": "Production", + "name": "Marc A. Hammer", + "original_name": "Marc A. Hammer", + "popularity": 1.752, + "profile_path": null, + "credit_id": "56fd62e2c3a3685cd1000556", + "department": "Production", + "job": "Production Supervisor" + }, + { + "adult": false, + "gender": 0, + "id": 1195362, + "known_for_department": "Art", + "name": "David E. Scott", + "original_name": "David E. Scott", + "popularity": 2.0, + "profile_path": null, + "credit_id": "57be416c92514172e20041b6", + "department": "Art", + "job": "Production Design" + }, + { + "adult": false, + "gender": 2, + "id": 1836887, + "known_for_department": "Directing", + "name": "Michael Stevenson", + "original_name": "Michael Stevenson", + "popularity": 6.252, + "profile_path": "/xGgGcLtVV9k4fVVvSs8wfUTAAsS.jpg", + "credit_id": "66397426c9054f012a918924", + "department": "Directing", + "job": "Additional Second Assistant Director" + }, + { + "adult": false, + "gender": 0, + "id": 1368863, + "known_for_department": "Art", + "name": "Randall D. Wilkins", + "original_name": "Randall D. Wilkins", + "popularity": 2.136, + "profile_path": null, + "credit_id": "5a46b9f00e0a265597000f3e", + "department": "Art", + "job": "Set Designer" + }, + { + "adult": false, + "gender": 2, + "id": 89425, + "known_for_department": "Sound", + "name": "Ronald G. Roumas", + "original_name": "Ronald G. Roumas", + "popularity": 1.425, + "profile_path": null, + "credit_id": "5ab18d59925141510b0000fa", + "department": "Sound", + "job": "Sound Recordist" + }, + { + "adult": false, + "gender": 2, + "id": 1555637, + "known_for_department": "Sound", + "name": "Mark Weingarten", + "original_name": "Mark Weingarten", + "popularity": 2.16, + "profile_path": "/wsRszNSdLKbVpyUPKng0enkKqX6.jpg", + "credit_id": "5b24c5d1c3a36841d1003248", + "department": "Sound", + "job": "Sound Mixer" + }, + { + "adult": false, + "gender": 2, + "id": 2185270, + "known_for_department": "Directing", + "name": "Noble Jones", + "original_name": "Noble Jones", + "popularity": 0.633, + "profile_path": "/meqCJJIN3vtlHndj5pHoF3qD7aU.jpg", + "credit_id": "5c46bc029251410e1b5054b3", + "department": "Directing", + "job": "Second Unit Director" + }, + { + "adult": false, + "gender": 2, + "id": 1415464, + "known_for_department": "Sound", + "name": "Malcolm Fife", + "original_name": "Malcolm Fife", + "popularity": 2.264, + "profile_path": null, + "credit_id": "5e19edbcb3f6f50016d5ff3c", + "department": "Sound", + "job": "Dialogue Editor" + }, + { + "adult": false, + "gender": 2, + "id": 3186, + "known_for_department": "Sound", + "name": "Trent Reznor", + "original_name": "Trent Reznor", + "popularity": 8.096, + "profile_path": "/gzvgK9ydCfW5Sh9tsEeYcYCnxrh.jpg", + "credit_id": "5e4976bb35811d0015484f9c", + "department": "Sound", + "job": "Original Music Composer" + }, + { + "adult": false, + "gender": 2, + "id": 142391, + "known_for_department": "Sound", + "name": "Atticus Ross", + "original_name": "Atticus Ross", + "popularity": 4.945, + "profile_path": "/q9FkywKCRqe3pNnhTApHYfnwMiC.jpg", + "credit_id": "5e4977189b86160018620142", + "department": "Sound", + "job": "Original Music Composer" + }, + { + "adult": false, + "gender": 0, + "id": 1785934, + "known_for_department": "Production", + "name": "Adam Cole", + "original_name": "Adam Cole", + "popularity": 3.065, + "profile_path": null, + "credit_id": "5eed40880f1e580036b62641", + "department": "Production", + "job": "Post Production Coordinator" + } + ] + }, + "reviews": { + "page": 1, + "results": [ + { + "author": "Andres Gomez", + "author_details": { + "name": "Andres Gomez", + "username": "tanty", + "avatar_path": null, + "rating": 7.0 + }, + "content": "Eisenberg was probably born for this role.\r\n\r\nThe story is well threaded and you don't get bored until the end. A decent movie.", + "created_at": "2014-04-24T00:18:08.906Z", + "id": "53585840c3a36856210081e4", + "updated_at": "2021-06-23T15:57:26.193Z", + "url": "https://www.themoviedb.org/review/53585840c3a36856210081e4" + }, + { + "author": "Manuel São Bento", + "author_details": { + "name": "Manuel São Bento", + "username": "msbreviews", + "avatar_path": null, + "rating": 9.0 + }, + "content": "If you enjoy reading my Spoiler-Free reviews, please follow my blog @\r\nhttps://www.msbreviews.com\r\n\r\nHere we go with the fourth review of a David Fincher's film this week, in preparation for the upcoming Mank, directed by the same person who delivered phenomenal movies like Se7en, Fight Club, Zodiac, and more. Now, it's time for The Social Network, which premise can be summed up in \"the story behind the creation of Facebook\". Ten years have passed since its release, and the real Mark Zuckerberg already stated that most of the film is based on fictional events and conversations. Truth is, this movie was never marketed as a true story, but yes as an adaptation of Ben Mezrich's 2009 book The Accidental Billionaires. It's a film like any other, not a detailed account of whatever happened in real life.\r\n\r\nWith that said, this is easily one of the best adapted screenplays of all-time. Aaron Sorkin, the man behind one of the best movies of 2020 (The Trial of the Chicago 7), demonstrates his incredibly talented writing skills in The Social Network, proving that he's one of the most meticulous writers working today. If you've been reading my previous reviews, there's a couple of compliments I keep giving to Fincher, which are his extreme attention to detail and his impressive dedication to the narrative he wants to tell. So, what happens when you put together two of the most perfectionist filmmakers ever? An award-worthy, \"best of the year\" contender arises from their gifted minds.\r\n\r\nThere's not even much to discuss besides the narrative itself since this is, by far, the aspect that elevates the whole film. Jeff Cronenweth, who previously worked in Fight Club, brings out Fincher's trademark realistic look and feel through his simple yet powerful cinematography. Trent Reznor and Atticus Ross' original score is packed with little effects that resemble computer sounds, making it quite addictive while also increasing the movie's energy in the most exciting sequences. Finally, just like in Zodiac, the editing work (Angus Wall, Kirk Baxter) is absolutely seamless, and it's definitely the technical component that better helps Sorkin's screenplay shine due to the latter's structure.\r\n\r\nThroughout the entire runtime, the story is told through a nonlinear timeline, mixing up Facebook's actual creation (ideas, planning, programming) with the future legal issues that Mark Zuckerberg faces. This structure allows for an exceptionally captivating and tremendously entertaining couple of hours by never letting the pacing slow down or to have an uneventful sequence. The protagonist is accused of stealing the concept from the Winklevoss twins (both interpreted by Armie Hammer), gets in trouble with his best friend, Eduardo Saverin (Andrew Garfield), over the website's monetization, and Sean Parker (Justin Timberlake) is partially the trigger for a lot of the chaos that ends up overwhelming Zuckerberg's life.\r\n\r\nSorkin and Fincher's greatest accomplishment is their success in making the viewer feel invested in a main character who's an utter \"asshole\", an adjective with a lot of weight in the film. Jesse Eisenberg is remarkable as one of those characters people \"love to hate\" (no wonder the real Zuckerberg didn't enjoy the movie since he's depicted as a contemptible friend). Eisenberg has a unique manner of speaking and distinctive mannerisms that are perfect for this character. Garfield and Timberlake are also formidable, incorporating their characters effortlessly. Once again, comparing with Zodiac, The Social Network is also a dialogue-driven narrative, but the latter resonated with me a bit more due to my area of work.\r\n\r\nThe only issue I have involves the Winklevoss family. Armie Hammer is excellent as both twins, as is Max Minghella as Divya Narendra, but their subplot occasionally drifts from the main story, losing my interest for those short moments. There's even a rowboat race that feels out-of-place and unnecessary, but I admit that it's gorgeously shot and accompanied by a fantastic soundtrack. Despite this little misstep, Fincher continues to impress me with his outstanding directing techniques, forcing the actors to prove their worth by making them go through their dialogues faster and implementing long takes every time that's possible.\r\n\r\nAll in all, The Social Network is yet another masterful piece of cinema, this time delivered by not one but two magnificent filmmakers. David Fincher and Aaron Sorkin employ their mutual perfectionism and meticulousness to create an extraordinarily engaging narrative. Boasting a nonlinear but tremendously effective structure, the two pillars of any film - story and characters - are wonderfully built, even reaching the point of making the viewer feel invested in a despicable yet fascinating protagonist. Jesse Eisenberg shines in a career-defining performance, but Andrew Garfield and Justin Timberlake also rise to the necessary level of dedication, dealing with the rapid-fire dialogues and outstanding long takes seamlessly. Technically, great camera work offers a realistic feel, an addictive score increases the excitement levels, and flawless editing makes the different timelines shift seamlessly. Despite an occasionally unnecessary, irrelevant detour concerning a minor subplot, this is another brilliant addition to Fincher's filmography.\r\n\r\nRating: A", + "created_at": "2020-11-24T17:38:00.116Z", + "id": "5fbd44f82866fa00404c9d07", + "updated_at": "2021-06-23T15:58:47.935Z", + "url": "https://www.themoviedb.org/review/5fbd44f82866fa00404c9d07" + }, + { + "author": "beyondthecineramadome", + "author_details": { + "name": "", + "username": "beyondthecineramadome", + "avatar_path": null, + "rating": 10.0 + }, + "content": "Full review: https://www.tinakakadelis.com/beyond-the-cinerama-dome/2021/12/28/no-new-friends-the-social-network-review\r\n\r\nPerhaps no other website has altered the course of the 21st century like Facebook. Its launch in 2004 forever changed the way society talks about social media and connects with friends and strangers, and became the lightning rod of a multitude of controversies. Conspiracy theories, political propaganda, and mass surveillance became the norm. All of it a far cry from the basic “hot or not” site Facebook sprang from.\r\n\r\n_The Social Network_ takes the audience back to that fateful night at Harvard when a primitive version of Facebook was born in the dorm room of Mark Zuckerberg (Jesse Eisenberg) and Eduardo Saverin (Andrew Garfield). Director David Fincher and writer Aaron Sorkin are a dream team in this film. Sorkin’s signature quick dialogue is a perfect match for the pace of this movie. It gives Zuckerberg a smarminess that is easy for the audience to rally against, as though creating a website that objectifies women simply because his girlfriend dumped him isn’t enough to cause immediate dislike.", + "created_at": "2022-06-20T19:09:23.045Z", + "id": "62b0c5e3f5f1c5008b421ff4", + "updated_at": "2022-07-15T14:42:01.925Z", + "url": "https://www.themoviedb.org/review/62b0c5e3f5f1c5008b421ff4" + }, + { + "author": "CinemaSerf", + "author_details": { + "name": "CinemaSerf", + "username": "Geronimo1967", + "avatar_path": "/yz2HPme8NPLne0mM8tBnZ5ZWJzf.jpg", + "rating": 7.0 + }, + "content": "You have to wonder whether Mark Zuckerberg would ever have liked this career defining portrayal by Jesse Eisenberg? His character comes across as an arrogant ass of a man who is prepared to chuck just about everyone under the bus in order to get his original concept of an inter-connected network that enables folk to chat with each other in real time online. He is fed the germ of the idea by the Winklevoss twins (Armie Hammer) and using $1,000 from his best (and only) pal Eduardo Saverin (Andrew Garfield) is soon well on the way to developing \"Facebook\". That comes to the attention of the savvier Sean Parker (Justin Timberlake) but it's pretty clear that he and Saverin are no match made in heaven. As the story progresses, the personalities are quite sensitively and intensely developed as ambition takes over and Zuckerberg finds himself more and more isolated. Eisenberg is really quite effective here. His portrayal of a man who is fiercely intelligent, sarcastic and focussed is quite compelling to watch - even if it does, frequently, make you want to shoot him. Garfield, too, works well as the almost diametrically opposite sort of character who only towards the end realises he is being played and institutes the legal proceedings around which the entire biopic is based. There are so many NDAs involved to know the extent to which this might be true or just speculative, but Aaron Sorkin is at his writing best and David Fincher likewise in the director's chair as we are introduced to an embryonic industry riddled with selfishness and innovation.", + "created_at": "2024-03-14T11:32:09.787Z", + "id": "65f2e03906f9840162448b0d", + "updated_at": "2024-03-14T11:32:09.888Z", + "url": "https://www.themoviedb.org/review/65f2e03906f9840162448b0d" + } + ], + "total_pages": 1, + "total_results": 4 + }, + "watch/providers": { + "results": { + "AD": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=AD", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/dQeAar5H991VYporEjUspolDarG.jpg", + "provider_id": 119, + "provider_name": "Amazon Prime Video", + "display_priority": 1 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 27 + } + ] + }, + "AE": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=AE", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 1 + } + ], + "flatrate": [ + { + "logo_path": "/pDroY6RxYdVw63eAepag4b116Ub.jpg", + "provider_id": 630, + "provider_name": "STARZPLAY", + "display_priority": 7 + }, + { + "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + "provider_id": 1750, + "provider_name": "TOD", + "display_priority": 15 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 1 + } + ] + }, + "AG": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=AG", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 12 + } + ] + }, + "AL": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=AL", + "rent": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 8 + } + ], + "buy": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 8 + } + ] + }, + "AO": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=AO", + "buy": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 0 + } + ], + "rent": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 0 + } + ] + }, + "AR": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=AR", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 3 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 4 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 3 + }, + { + "logo_path": "/tRNA2CRgA4XHvd7Mx9dH3sFtDVb.jpg", + "provider_id": 339, + "provider_name": "MovistarTV", + "display_priority": 8 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 1 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 60 + } + ] + }, + "AT": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=AT", + "flatrate": [ + { + "logo_path": "/9MABvFilVMUAV86vLUgBgeM5LQQ.jpg", + "provider_id": 533, + "provider_name": "Amazon Arthaus Channel", + "display_priority": 28 + } + ], + "rent": [ + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 3 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 9 + }, + { + "logo_path": "/6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg", + "provider_id": 130, + "provider_name": "Sky Store", + "display_priority": 20 + } + ], + "buy": [ + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 3 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 7 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 9 + }, + { + "logo_path": "/6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg", + "provider_id": 130, + "provider_name": "Sky Store", + "display_priority": 20 + } + ] + }, + "AU": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=AU", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 10 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 12 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 13 + }, + { + "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + "provider_id": 192, + "provider_name": "YouTube", + "display_priority": 21 + }, + { + "logo_path": "/9B7l9ZSos54kFrZbliVExt2z9C9.jpg", + "provider_id": 436, + "provider_name": "Fetch TV", + "display_priority": 31 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 10 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 12 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 13 + }, + { + "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + "provider_id": 192, + "provider_name": "YouTube", + "display_priority": 21 + }, + { + "logo_path": "/9B7l9ZSos54kFrZbliVExt2z9C9.jpg", + "provider_id": 436, + "provider_name": "Fetch TV", + "display_priority": 31 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 1 + }, + { + "logo_path": "/dQeAar5H991VYporEjUspolDarG.jpg", + "provider_id": 119, + "provider_name": "Amazon Prime Video", + "display_priority": 2 + }, + { + "logo_path": "/7QX5OdsQZrXGNBKq9SPzoPV9OYQ.jpg", + "provider_id": 385, + "provider_name": "BINGE", + "display_priority": 3 + }, + { + "logo_path": "/fejdSG7TwNQ5E0p6u7A6LVs280R.jpg", + "provider_id": 134, + "provider_name": "Foxtel Now", + "display_priority": 7 + }, + { + "logo_path": "/sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg", + "provider_id": 21, + "provider_name": "Stan", + "display_priority": 9 + }, + { + "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + "provider_id": 1796, + "provider_name": "Netflix basic with Ads", + "display_priority": 52 + } + ] + }, + "AZ": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=AZ", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 2 + } + ], + "buy": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 1 + } + ], + "rent": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 1 + } + ] + }, + "BA": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=BA", + "rent": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 8 + } + ], + "buy": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 8 + } + ], + "flatrate": [ + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 29 + } + ] + }, + "BB": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=BB", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 25 + } + ] + }, + "BE": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=BE", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 6 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 7 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 10 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 49 + } + ], + "flatrate": [ + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 67 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 6 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 10 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 49 + } + ] + }, + "BF": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=BF", + "rent": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 0 + } + ], + "buy": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 0 + } + ] + }, + "BG": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=BG", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + } + ], + "flatrate": [ + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 22 + } + ] + }, + "BH": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=BH", + "flatrate": [ + { + "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + "provider_id": 1750, + "provider_name": "TOD", + "display_priority": 24 + } + ] + }, + "BM": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=BM", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + } + ] + }, + "BO": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=BO", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 32 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 20 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 20 + } + ] + }, + "BR": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=BR", + "rent": [ + { + "logo_path": "/21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg", + "provider_id": 167, + "provider_name": "Claro video", + "display_priority": 3 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 8 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 13 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 14 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 15 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 8 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 13 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 14 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 15 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 2 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 7 + }, + { + "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + "provider_id": 1796, + "provider_name": "Netflix basic with Ads", + "display_priority": 46 + }, + { + "logo_path": "/erfmV26akboHUerxGjpl8pBwww3.jpg", + "provider_id": 1825, + "provider_name": "Max Amazon Channel", + "display_priority": 83 + } + ] + }, + "BS": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=BS", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 26 + } + ] + }, + "BY": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=BY", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 5 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 0 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 1 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 0 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 1 + } + ] + }, + "BZ": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=BZ", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 7 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 10 + } + ], + "rent": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 1 + } + ], + "buy": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 1 + } + ] + }, + "CA": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=CA", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 6 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 8 + }, + { + "logo_path": "/d1mUAhpJpxy0YMjwVOZ4lxAAbeT.jpg", + "provider_id": 140, + "provider_name": "Cineplex", + "display_priority": 19 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 23 + }, + { + "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + "provider_id": 192, + "provider_name": "YouTube", + "display_priority": 37 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 59 + } + ], + "flatrate": [ + { + "logo_path": "/ewOptMVIYcOadMGGJz8DJueH2bH.jpg", + "provider_id": 230, + "provider_name": "Crave", + "display_priority": 4 + }, + { + "logo_path": "/csPQMbeJWY7bjwWruZjtc27xf2l.jpg", + "provider_id": 305, + "provider_name": "Crave Starz", + "display_priority": 5 + }, + { + "logo_path": "/hExO4PtimLIYn3kBOrzsejNv7cT.jpg", + "provider_id": 582, + "provider_name": "Paramount+ Amazon Channel", + "display_priority": 13 + }, + { + "logo_path": "/esiLBRzDUwodjfN8gA4qj7l3ZF7.jpg", + "provider_id": 1794, + "provider_name": "Starz Amazon Channel", + "display_priority": 108 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 6 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 8 + }, + { + "logo_path": "/d1mUAhpJpxy0YMjwVOZ4lxAAbeT.jpg", + "provider_id": 140, + "provider_name": "Cineplex", + "display_priority": 19 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 23 + }, + { + "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + "provider_id": 192, + "provider_name": "YouTube", + "display_priority": 37 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 59 + } + ] + }, + "CH": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=CH", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/l5SFTF3l9l1KSgZJM7foAppUenz.jpg", + "provider_id": 622, + "provider_name": "UPC TV", + "display_priority": 35 + } + ], + "buy": [ + { + "logo_path": "/47klot430ytIqldQUUx2avN45Sr.jpg", + "provider_id": 150, + "provider_name": "blue TV", + "display_priority": 3 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 5 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 9 + }, + { + "logo_path": "/6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg", + "provider_id": 130, + "provider_name": "Sky Store", + "display_priority": 15 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 9 + }, + { + "logo_path": "/6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg", + "provider_id": 130, + "provider_name": "Sky Store", + "display_priority": 15 + } + ] + }, + "CL": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=CL", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 3 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 4 + }, + { + "logo_path": "/21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg", + "provider_id": 167, + "provider_name": "Claro video", + "display_priority": 9 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 1 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 7 + }, + { + "logo_path": "/tRNA2CRgA4XHvd7Mx9dH3sFtDVb.jpg", + "provider_id": 339, + "provider_name": "MovistarTV", + "display_priority": 8 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 3 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 4 + } + ] + }, + "CO": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=CO", + "rent": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/tRNA2CRgA4XHvd7Mx9dH3sFtDVb.jpg", + "provider_id": 339, + "provider_name": "MovistarTV", + "display_priority": 8 + }, + { + "logo_path": "/21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg", + "provider_id": 167, + "provider_name": "Claro video", + "display_priority": 9 + } + ], + "buy": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 2 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 6 + } + ] + }, + "CR": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=CR", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 4 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 5 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 21 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 5 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 21 + } + ] + }, + "CU": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=CU", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + } + ] + }, + "CV": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=CV", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 11 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 11 + } + ] + }, + "CY": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=CY", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 0 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 1 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 2 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 0 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 1 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 2 + } + ] + }, + "CZ": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=CZ", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 5 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 34 + } + ], + "flatrate": [ + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 36 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 5 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 34 + } + ] + }, + "DE": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=DE", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 9 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 12 + }, + { + "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + "provider_id": 192, + "provider_name": "YouTube", + "display_priority": 15 + }, + { + "logo_path": "/6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg", + "provider_id": 130, + "provider_name": "Sky Store", + "display_priority": 16 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 17 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 32 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 9 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 12 + }, + { + "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + "provider_id": 192, + "provider_name": "YouTube", + "display_priority": 15 + }, + { + "logo_path": "/6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg", + "provider_id": 130, + "provider_name": "Sky Store", + "display_priority": 16 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 17 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 32 + } + ], + "flatrate": [ + { + "logo_path": "/lrEigPPAhggq02q53uM8vdWAIUX.jpg", + "provider_id": 178, + "provider_name": "MagentaTV", + "display_priority": 24 + }, + { + "logo_path": "/9MABvFilVMUAV86vLUgBgeM5LQQ.jpg", + "provider_id": 533, + "provider_name": "Amazon Arthaus Channel", + "display_priority": 52 + }, + { + "logo_path": "/as1NArQkfAnptYQP3VS03GOJPdm.jpg", + "provider_id": 2038, + "provider_name": "Arthaus+ Apple TV channel", + "display_priority": 152 + }, + { + "logo_path": "/inTlUMvnQrtCee5fnO4J45SuIwH.jpg", + "provider_id": 2137, + "provider_name": "Arthaus+", + "display_priority": 167 + } + ] + }, + "DK": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=DK", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 5 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 6 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 14 + }, + { + "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + "provider_id": 423, + "provider_name": "Blockbuster", + "display_priority": 16 + }, + { + "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + "provider_id": 426, + "provider_name": "SF Anytime", + "display_priority": 17 + } + ], + "buy": [ + { + "logo_path": "/bnoTnLzz2MAhK3Yc6P9KXe5drIz.jpg", + "provider_id": 76, + "provider_name": "Viaplay", + "display_priority": 4 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 5 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 6 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 14 + }, + { + "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + "provider_id": 423, + "provider_name": "Blockbuster", + "display_priority": 16 + }, + { + "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + "provider_id": 426, + "provider_name": "SF Anytime", + "display_priority": 17 + } + ] + }, + "DO": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=DO", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 32 + } + ] + }, + "DZ": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=DZ", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + "provider_id": 1750, + "provider_name": "TOD", + "display_priority": 26 + } + ] + }, + "EC": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=EC", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 6 + }, + { + "logo_path": "/21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg", + "provider_id": 167, + "provider_name": "Claro video", + "display_priority": 8 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 9 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 6 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 9 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/tRNA2CRgA4XHvd7Mx9dH3sFtDVb.jpg", + "provider_id": 339, + "provider_name": "MovistarTV", + "display_priority": 4 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 5 + } + ] + }, + "EE": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=EE", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + } + ] + }, + "EG": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=EG", + "flatrate": [ + { + "logo_path": "/pDroY6RxYdVw63eAepag4b116Ub.jpg", + "provider_id": 630, + "provider_name": "STARZPLAY", + "display_priority": 23 + }, + { + "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + "provider_id": 1750, + "provider_name": "TOD", + "display_priority": 31 + } + ] + }, + "ES": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=ES", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 5 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 6 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 15 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 36 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 5 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 6 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 15 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 36 + } + ], + "flatrate": [ + { + "logo_path": "/dQeAar5H991VYporEjUspolDarG.jpg", + "provider_id": 119, + "provider_name": "Amazon Prime Video", + "display_priority": 3 + }, + { + "logo_path": "/f6TRLB3H4jDpFEZ0z2KWSSvu1SB.jpg", + "provider_id": 149, + "provider_name": "Movistar Plus+", + "display_priority": 7 + }, + { + "logo_path": "/kO2SWXvDCHAquaUuTJBuZkTBAuU.jpg", + "provider_id": 63, + "provider_name": "Filmin", + "display_priority": 10 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 17 + }, + { + "logo_path": "/8VhN4PeHU7yfMNoWK0DnwdS1HlS.jpg", + "provider_id": 1838, + "provider_name": "Tivify", + "display_priority": 68 + } + ] + }, + "FI": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=FI", + "buy": [ + { + "logo_path": "/bnoTnLzz2MAhK3Yc6P9KXe5drIz.jpg", + "provider_id": 76, + "provider_name": "Viaplay", + "display_priority": 4 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 8 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 9 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 14 + }, + { + "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + "provider_id": 423, + "provider_name": "Blockbuster", + "display_priority": 15 + }, + { + "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + "provider_id": 426, + "provider_name": "SF Anytime", + "display_priority": 16 + }, + { + "logo_path": "/eglAxQEXSO13p6gNf3HKymrIu7y.jpg", + "provider_id": 540, + "provider_name": "Elisa Viihde", + "display_priority": 22 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 8 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 9 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 14 + }, + { + "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + "provider_id": 423, + "provider_name": "Blockbuster", + "display_priority": 15 + }, + { + "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + "provider_id": 426, + "provider_name": "SF Anytime", + "display_priority": 16 + }, + { + "logo_path": "/eglAxQEXSO13p6gNf3HKymrIu7y.jpg", + "provider_id": 540, + "provider_name": "Elisa Viihde", + "display_priority": 22 + }, + { + "logo_path": "/7QzLA6rsML2rKxhuagWlDl7Zxlm.jpg", + "provider_id": 553, + "provider_name": "Telia Play", + "display_priority": 31 + } + ] + }, + "FJ": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=FJ", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + } + ] + }, + "FR": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=FR", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 7 + }, + { + "logo_path": "/9Fyo6njYvroAIxAzTBbLgnjgYga.jpg", + "provider_id": 61, + "provider_name": "Orange VOD", + "display_priority": 11 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 14 + }, + { + "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + "provider_id": 192, + "provider_name": "YouTube", + "display_priority": 15 + }, + { + "logo_path": "/br0wtjMDSjMahkhzn5XAXYWyr3V.jpg", + "provider_id": 138, + "provider_name": "FILMO", + "display_priority": 17 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 20 + }, + { + "logo_path": "/1syoSwH2yIskHUqeOiK9re8AMJC.jpg", + "provider_id": 310, + "provider_name": "LaCinetek", + "display_priority": 22 + }, + { + "logo_path": "/11Yzww3g6lYZznKrom3cSrKP4St.jpg", + "provider_id": 239, + "provider_name": "Universcine", + "display_priority": 36 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 40 + }, + { + "logo_path": "/cAUTwxqoI7zc9XtYr1SMtWZEsXg.jpg", + "provider_id": 58, + "provider_name": "Canal VOD", + "display_priority": 115 + }, + { + "logo_path": "/PAaj5bekwbeeoRC1evWg4KJW8p.jpg", + "provider_id": 2286, + "provider_name": "VIVA by videofutur", + "display_priority": 122 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + "provider_id": 1796, + "provider_name": "Netflix basic with Ads", + "display_priority": 71 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 114 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 7 + }, + { + "logo_path": "/9Fyo6njYvroAIxAzTBbLgnjgYga.jpg", + "provider_id": 61, + "provider_name": "Orange VOD", + "display_priority": 11 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 14 + }, + { + "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + "provider_id": 192, + "provider_name": "YouTube", + "display_priority": 15 + }, + { + "logo_path": "/br0wtjMDSjMahkhzn5XAXYWyr3V.jpg", + "provider_id": 138, + "provider_name": "FILMO", + "display_priority": 17 + }, + { + "logo_path": "/s7mg9n4UHrcdJQL78JmaU6oAdHt.jpg", + "provider_id": 59, + "provider_name": "Bbox VOD", + "display_priority": 19 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 20 + }, + { + "logo_path": "/1syoSwH2yIskHUqeOiK9re8AMJC.jpg", + "provider_id": 310, + "provider_name": "LaCinetek", + "display_priority": 22 + }, + { + "logo_path": "/11Yzww3g6lYZznKrom3cSrKP4St.jpg", + "provider_id": 239, + "provider_name": "Universcine", + "display_priority": 36 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 40 + }, + { + "logo_path": "/cAUTwxqoI7zc9XtYr1SMtWZEsXg.jpg", + "provider_id": 58, + "provider_name": "Canal VOD", + "display_priority": 115 + }, + { + "logo_path": "/PAaj5bekwbeeoRC1evWg4KJW8p.jpg", + "provider_id": 2286, + "provider_name": "VIVA by videofutur", + "display_priority": 122 + } + ] + }, + "GB": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=GB", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 5 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 7 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 15 + }, + { + "logo_path": "/6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg", + "provider_id": 130, + "provider_name": "Sky Store", + "display_priority": 17 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 18 + }, + { + "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + "provider_id": 192, + "provider_name": "YouTube", + "display_priority": 22 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 5 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 7 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 15 + }, + { + "logo_path": "/6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg", + "provider_id": 130, + "provider_name": "Sky Store", + "display_priority": 17 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 18 + }, + { + "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + "provider_id": 192, + "provider_name": "YouTube", + "display_priority": 22 + } + ] + }, + "GF": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=GF", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + } + ] + }, + "GH": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=GH", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 14 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 14 + } + ] + }, + "GR": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=GR", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 24 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 24 + } + ] + }, + "GT": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=GT", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 6 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 21 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 6 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 21 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 4 + } + ] + }, + "GY": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=GY", + "flatrate": [ + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 4 + } + ] + }, + "HK": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=HK", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 1 + }, + { + "logo_path": "/f7z2izTDn3zyYtDymYHqhjEqFuj.jpg", + "provider_id": 425, + "provider_name": "HBO Go", + "display_priority": 35 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 11 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + } + ] + }, + "HN": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=HN", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 5 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 20 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 32 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 5 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 20 + } + ] + }, + "HR": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=HR", + "buy": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + } + ], + "rent": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + } + ], + "flatrate": [ + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 36 + } + ] + }, + "HU": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=HU", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 3 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 4 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 27 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 3 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 4 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 27 + } + ], + "flatrate": [ + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 29 + } + ] + }, + "ID": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=ID", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 6 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 6 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/f7z2izTDn3zyYtDymYHqhjEqFuj.jpg", + "provider_id": 425, + "provider_name": "HBO Go", + "display_priority": 14 + } + ] + }, + "IE": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=IE", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 7 + }, + { + "logo_path": "/6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg", + "provider_id": 130, + "provider_name": "Sky Store", + "display_priority": 9 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 12 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 14 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 46 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 7 + }, + { + "logo_path": "/6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg", + "provider_id": 130, + "provider_name": "Sky Store", + "display_priority": 9 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 12 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 14 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 46 + } + ] + }, + "IL": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=IL", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 24 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 24 + } + ] + }, + "IN": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=IN", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/3973zlBbBXdXxaWqRWzGG2GYxbT.jpg", + "provider_id": 237, + "provider_name": "Sony Liv", + "display_priority": 11 + }, + { + "logo_path": "/i7FaDWpD2xoIWB5lyF191cykfck.jpg", + "provider_id": 2180, + "provider_name": "Sony Pictures Amazon Channel", + "display_priority": 86 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 3 + }, + { + "logo_path": "/vPIW5b0ebTLj9bFCZypoBbF8wSl.jpg", + "provider_id": 232, + "provider_name": "Zee5", + "display_priority": 7 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 9 + }, + { + "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + "provider_id": 192, + "provider_name": "YouTube", + "display_priority": 12 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 44 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 3 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 9 + }, + { + "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + "provider_id": 192, + "provider_name": "YouTube", + "display_priority": 12 + } + ] + }, + "IQ": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=IQ", + "flatrate": [ + { + "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + "provider_id": 1750, + "provider_name": "TOD", + "display_priority": 25 + } + ] + }, + "IS": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=IS", + "rent": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 4 + } + ], + "buy": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 4 + }, + { + "logo_path": "/bnoTnLzz2MAhK3Yc6P9KXe5drIz.jpg", + "provider_id": 76, + "provider_name": "Viaplay", + "display_priority": 25 + } + ] + }, + "IT": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=IT", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + "provider_id": 1796, + "provider_name": "Netflix basic with Ads", + "display_priority": 64 + } + ], + "rent": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 3 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 7 + }, + { + "logo_path": "/6FDKQWcR6JfmRKLqezSsvGgRuUY.jpg", + "provider_id": 109, + "provider_name": "Timvision", + "display_priority": 15 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 39 + } + ], + "buy": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 3 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 7 + }, + { + "logo_path": "/6FDKQWcR6JfmRKLqezSsvGgRuUY.jpg", + "provider_id": 109, + "provider_name": "Timvision", + "display_priority": 15 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 39 + } + ] + }, + "JM": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=JM", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 24 + } + ] + }, + "JO": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=JO", + "flatrate": [ + { + "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + "provider_id": 1750, + "provider_name": "TOD", + "display_priority": 24 + } + ] + }, + "JP": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=JP", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/a5T7vNaGvoeckYO6rQkHolvyYf4.jpg", + "provider_id": 84, + "provider_name": "U-NEXT", + "display_priority": 3 + }, + { + "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + "provider_id": 1796, + "provider_name": "Netflix basic with Ads", + "display_priority": 27 + } + ], + "buy": [ + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 5 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 6 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 8 + } + ], + "rent": [ + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 5 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 6 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 8 + } + ] + }, + "KR": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=KR", + "buy": [ + { + "logo_path": "/hPcjSaWfMwEqXaCMu7Fkb529Dkc.jpg", + "provider_id": 356, + "provider_name": "wavve", + "display_priority": 3 + }, + { + "logo_path": "/crFbxg6jkiKc14gpIGMkre9Y3mu.jpg", + "provider_id": 96, + "provider_name": "Naver Store", + "display_priority": 6 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 7 + } + ], + "flatrate": [ + { + "logo_path": "/5gmEivxOGPdq4Afpq1f8ktLtEW1.jpg", + "provider_id": 97, + "provider_name": "Watcha", + "display_priority": 4 + } + ], + "rent": [ + { + "logo_path": "/hPcjSaWfMwEqXaCMu7Fkb529Dkc.jpg", + "provider_id": 356, + "provider_name": "wavve", + "display_priority": 3 + }, + { + "logo_path": "/crFbxg6jkiKc14gpIGMkre9Y3mu.jpg", + "provider_id": 96, + "provider_name": "Naver Store", + "display_priority": 6 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 7 + } + ] + }, + "KW": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=KW", + "flatrate": [ + { + "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + "provider_id": 1750, + "provider_name": "TOD", + "display_priority": 25 + } + ] + }, + "LB": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=LB", + "flatrate": [ + { + "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + "provider_id": 1750, + "provider_name": "TOD", + "display_priority": 25 + } + ] + }, + "LC": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=LC", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 11 + } + ] + }, + "LT": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=LT", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + } + ] + }, + "LU": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=LU", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 0 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 2 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 0 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 1 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 2 + } + ] + }, + "LV": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=LV", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + } + ] + }, + "LY": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=LY", + "flatrate": [ + { + "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + "provider_id": 1750, + "provider_name": "TOD", + "display_priority": 26 + } + ] + }, + "MA": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=MA", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + "provider_id": 1750, + "provider_name": "TOD", + "display_priority": 25 + } + ] + }, + "MC": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=MC", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 27 + } + ] + }, + "MD": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=MD", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 27 + } + ] + }, + "ME": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=ME", + "buy": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 0 + } + ], + "rent": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 0 + } + ], + "flatrate": [ + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 7 + } + ] + }, + "MK": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=MK", + "rent": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 8 + } + ], + "flatrate": [ + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 28 + } + ], + "buy": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 8 + } + ] + }, + "ML": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=ML", + "rent": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 1 + } + ], + "buy": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 1 + } + ] + }, + "MT": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=MT", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + } + ], + "rent": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 8 + } + ], + "buy": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 8 + } + ] + }, + "MU": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=MU", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 13 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 13 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + } + ] + }, + "MX": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=MX", + "flatrate": [ + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 5 + }, + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 8 + }, + { + "logo_path": "/erfmV26akboHUerxGjpl8pBwww3.jpg", + "provider_id": 1825, + "provider_name": "Max Amazon Channel", + "display_priority": 18 + }, + { + "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + "provider_id": 1796, + "provider_name": "Netflix basic with Ads", + "display_priority": 46 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 7 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 13 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 14 + }, + { + "logo_path": "/21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg", + "provider_id": 167, + "provider_name": "Claro video", + "display_priority": 24 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 7 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 13 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 14 + }, + { + "logo_path": "/21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg", + "provider_id": 167, + "provider_name": "Claro video", + "display_priority": 24 + } + ] + }, + "MY": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=MY", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 5 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 1 + }, + { + "logo_path": "/f7z2izTDn3zyYtDymYHqhjEqFuj.jpg", + "provider_id": 425, + "provider_name": "HBO Go", + "display_priority": 14 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 5 + } + ] + }, + "MZ": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=MZ", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 14 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 14 + } + ] + }, + "NI": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=NI", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 11 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 14 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 0 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 1 + } + ], + "rent": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 1 + } + ] + }, + "NL": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=NL", + "buy": [ + { + "logo_path": "/lnOkJKyFl87mzqNebAbE8ADdHoB.jpg", + "provider_id": 71, + "provider_name": "Pathé Thuis", + "display_priority": 7 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 9 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 13 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 14 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 15 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 37 + } + ], + "rent": [ + { + "logo_path": "/lnOkJKyFl87mzqNebAbE8ADdHoB.jpg", + "provider_id": 71, + "provider_name": "Pathé Thuis", + "display_priority": 7 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 9 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 14 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 15 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 37 + }, + { + "logo_path": "/651I5dLHpxDUePZcNkYTDcARTeE.jpg", + "provider_id": 697, + "provider_name": "meJane", + "display_priority": 43 + } + ], + "flatrate": [ + { + "logo_path": "/dQeAar5H991VYporEjUspolDarG.jpg", + "provider_id": 119, + "provider_name": "Amazon Prime Video", + "display_priority": 1 + }, + { + "logo_path": "/nzjqsR28PVVp5GJAlHtbBArNKqN.jpg", + "provider_id": 563, + "provider_name": "KPN", + "display_priority": 32 + } + ] + }, + "NO": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=NO", + "buy": [ + { + "logo_path": "/bnoTnLzz2MAhK3Yc6P9KXe5drIz.jpg", + "provider_id": 76, + "provider_name": "Viaplay", + "display_priority": 4 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 5 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 8 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 9 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 14 + }, + { + "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + "provider_id": 423, + "provider_name": "Blockbuster", + "display_priority": 16 + }, + { + "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + "provider_id": 426, + "provider_name": "SF Anytime", + "display_priority": 17 + }, + { + "logo_path": "/tpfmd22xEapb1aW2gzjSM5104rx.jpg", + "provider_id": 431, + "provider_name": "TV 2 Play", + "display_priority": 18 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 5 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 8 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 9 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 14 + }, + { + "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + "provider_id": 423, + "provider_name": "Blockbuster", + "display_priority": 16 + }, + { + "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + "provider_id": 426, + "provider_name": "SF Anytime", + "display_priority": 17 + }, + { + "logo_path": "/tpfmd22xEapb1aW2gzjSM5104rx.jpg", + "provider_id": 431, + "provider_name": "TV 2 Play", + "display_priority": 18 + } + ] + }, + "NZ": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=NZ", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 1 + }, + { + "logo_path": "/dQeAar5H991VYporEjUspolDarG.jpg", + "provider_id": 119, + "provider_name": "Amazon Prime Video", + "display_priority": 2 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 6 + } + ] + }, + "OM": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=OM", + "flatrate": [ + { + "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + "provider_id": 1750, + "provider_name": "TOD", + "display_priority": 24 + } + ] + }, + "PA": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=PA", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 32 + } + ] + }, + "PE": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=PE", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 3 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 4 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 3 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 4 + }, + { + "logo_path": "/tRNA2CRgA4XHvd7Mx9dH3sFtDVb.jpg", + "provider_id": 339, + "provider_name": "MovistarTV", + "display_priority": 8 + }, + { + "logo_path": "/21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg", + "provider_id": 167, + "provider_name": "Claro video", + "display_priority": 9 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 2 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 7 + } + ] + }, + "PF": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=PF", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + } + ] + }, + "PG": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=PG", + "buy": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 0 + } + ] + }, + "PH": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=PH", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/f7z2izTDn3zyYtDymYHqhjEqFuj.jpg", + "provider_id": 425, + "provider_name": "HBO Go", + "display_priority": 12 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 5 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + } + ] + }, + "PK": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=PK", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + } + ] + }, + "PL": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=PL", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 4 + }, + { + "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + "provider_id": 192, + "provider_name": "YouTube", + "display_priority": 8 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 30 + }, + { + "logo_path": "/mBliLuM0AbkRPGDoVa7IGxwC59b.jpg", + "provider_id": 2102, + "provider_name": "Premiery Canal+", + "display_priority": 36 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 37 + } + ], + "flatrate": [ + { + "logo_path": "/jhMNVBV2UocEGepRkr9oFPD7Gpb.jpg", + "provider_id": 505, + "provider_name": "Player", + "display_priority": 11 + }, + { + "logo_path": "/fbveJTcro9Xw2KuPIIoPPePHiwy.jpg", + "provider_id": 701, + "provider_name": "FilmBox+", + "display_priority": 26 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 40 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 4 + }, + { + "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + "provider_id": 192, + "provider_name": "YouTube", + "display_priority": 8 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 30 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 37 + } + ] + }, + "PS": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=PS", + "flatrate": [ + { + "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + "provider_id": 1750, + "provider_name": "TOD", + "display_priority": 25 + } + ] + }, + "PT": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=PT", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 5 + }, + { + "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + "provider_id": 192, + "provider_name": "YouTube", + "display_priority": 7 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 8 + } + ], + "flatrate": [ + { + "logo_path": "/dQeAar5H991VYporEjUspolDarG.jpg", + "provider_id": 119, + "provider_name": "Amazon Prime Video", + "display_priority": 2 + } + ], + "rent": [ + { + "logo_path": "/ldkEX7JzLoWBvMP0GUHEfwAnK3B.jpg", + "provider_id": 242, + "provider_name": "Meo", + "display_priority": 3 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 8 + } + ] + }, + "PY": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=PY", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 5 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 20 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 31 + } + ] + }, + "QA": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=QA", + "flatrate": [ + { + "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + "provider_id": 1750, + "provider_name": "TOD", + "display_priority": 24 + } + ] + }, + "RO": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=RO", + "flatrate": [ + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 25 + } + ], + "rent": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 23 + } + ], + "buy": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 23 + } + ] + }, + "RS": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=RS", + "flatrate": [ + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 30 + } + ], + "rent": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 8 + } + ], + "buy": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 8 + } + ] + }, + "RU": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=RU", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 4 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 4 + } + ] + }, + "SA": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=SA", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 1 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 1 + } + ], + "flatrate": [ + { + "logo_path": "/pDroY6RxYdVw63eAepag4b116Ub.jpg", + "provider_id": 630, + "provider_name": "STARZPLAY", + "display_priority": 21 + }, + { + "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + "provider_id": 1750, + "provider_name": "TOD", + "display_priority": 29 + } + ] + }, + "SE": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=SE", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 8 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 9 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 15 + }, + { + "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + "provider_id": 423, + "provider_name": "Blockbuster", + "display_priority": 16 + }, + { + "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + "provider_id": 426, + "provider_name": "SF Anytime", + "display_priority": 17 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 43 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/bnoTnLzz2MAhK3Yc6P9KXe5drIz.jpg", + "provider_id": 76, + "provider_name": "Viaplay", + "display_priority": 6 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 8 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 9 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 15 + }, + { + "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + "provider_id": 423, + "provider_name": "Blockbuster", + "display_priority": 16 + }, + { + "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + "provider_id": 426, + "provider_name": "SF Anytime", + "display_priority": 17 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 43 + } + ] + }, + "SG": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=SG", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 5 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 6 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/f7z2izTDn3zyYtDymYHqhjEqFuj.jpg", + "provider_id": 425, + "provider_name": "HBO Go", + "display_priority": 13 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 5 + } + ] + }, + "SI": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=SI", + "rent": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 8 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 25 + } + ], + "buy": [ + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 8 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 25 + } + ], + "flatrate": [ + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 30 + } + ] + }, + "SK": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=SK", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 6 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 39 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 6 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 39 + } + ], + "flatrate": [ + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 40 + } + ] + }, + "SM": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=SM", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + } + ] + }, + "SV": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=SV", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 32 + } + ] + }, + "TC": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=TC", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 11 + } + ] + }, + "TH": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=TH", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 1 + }, + { + "logo_path": "/f7z2izTDn3zyYtDymYHqhjEqFuj.jpg", + "provider_id": 425, + "provider_name": "HBO Go", + "display_priority": 12 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 5 + } + ] + }, + "TN": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=TN", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + "provider_id": 1750, + "provider_name": "TOD", + "display_priority": 26 + } + ] + }, + "TR": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=TR", + "flatrate": [ + { + "logo_path": "/c8ryDZroFQtuyRVPBwXq5PLpTWV.jpg", + "provider_id": 1904, + "provider_name": "TV+", + "display_priority": 11 + } + ], + "buy": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 7 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 8 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 8 + } + ] + }, + "TT": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=TT", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 12 + } + ] + }, + "TW": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=TW", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 6 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 6 + }, + { + "logo_path": "/9qSVItdgkVHH3Rrl9db2yRWsgBq.jpg", + "provider_id": 159, + "provider_name": "Catchplay", + "display_priority": 13 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/9qSVItdgkVHH3Rrl9db2yRWsgBq.jpg", + "provider_id": 159, + "provider_name": "Catchplay", + "display_priority": 13 + }, + { + "logo_path": "/f7z2izTDn3zyYtDymYHqhjEqFuj.jpg", + "provider_id": 425, + "provider_name": "HBO Go", + "display_priority": 35 + } + ] + }, + "TZ": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=TZ", + "buy": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 18 + } + ], + "rent": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 18 + } + ] + }, + "UA": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=UA", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 4 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + }, + { + "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + "provider_id": 35, + "provider_name": "Rakuten TV", + "display_priority": 4 + } + ] + }, + "UG": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=UG", + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 14 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 14 + } + ] + }, + "US": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=US", + "ads": [ + { + "logo_path": "/dB8G41Q6tSL5NBisrIeqByfepBc.jpg", + "provider_id": 300, + "provider_name": "Pluto TV", + "display_priority": 81 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 5 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 15 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 16 + }, + { + "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + "provider_id": 192, + "provider_name": "YouTube", + "display_priority": 17 + }, + { + "logo_path": "/i6lRmkKmJ23oOZ6IyjnOYLKxA9J.jpg", + "provider_id": 7, + "provider_name": "Fandango At Home", + "display_priority": 37 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 46 + }, + { + "logo_path": "/aAb9CUHjFe9Y3O57qnrJH0KOF1B.jpg", + "provider_id": 486, + "provider_name": "Spectrum On Demand", + "display_priority": 133 + } + ], + "flatrate": [ + { + "logo_path": "/9BgaNQRMDvVlji1JBZi6tcfxpKx.jpg", + "provider_id": 257, + "provider_name": "fuboTV", + "display_priority": 8 + }, + { + "logo_path": "/hExO4PtimLIYn3kBOrzsejNv7cT.jpg", + "provider_id": 582, + "provider_name": "Paramount+ Amazon Channel", + "display_priority": 24 + }, + { + "logo_path": "/ywIoxSjoYJGUIbR6BfxUiCHdPi3.jpg", + "provider_id": 633, + "provider_name": "Paramount+ Roku Premium Channel", + "display_priority": 28 + } + ], + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 5 + }, + { + "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + "provider_id": 10, + "provider_name": "Amazon Video", + "display_priority": 15 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 16 + }, + { + "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + "provider_id": 192, + "provider_name": "YouTube", + "display_priority": 17 + }, + { + "logo_path": "/i6lRmkKmJ23oOZ6IyjnOYLKxA9J.jpg", + "provider_id": 7, + "provider_name": "Fandango At Home", + "display_priority": 37 + }, + { + "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + "provider_id": 68, + "provider_name": "Microsoft Store", + "display_priority": 46 + } + ] + }, + "UY": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=UY", + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 3 + } + ] + }, + "VE": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=VE", + "rent": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + } + ], + "buy": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + }, + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 4 + } + ], + "flatrate": [ + { + "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + "provider_id": 8, + "provider_name": "Netflix", + "display_priority": 0 + }, + { + "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + "provider_id": 1899, + "provider_name": "Max", + "display_priority": 29 + } + ] + }, + "YE": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=YE", + "flatrate": [ + { + "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + "provider_id": 1750, + "provider_name": "TOD", + "display_priority": 25 + } + ] + }, + "ZA": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=ZA", + "buy": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + } + ], + "rent": [ + { + "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + "provider_id": 2, + "provider_name": "Apple TV", + "display_priority": 2 + }, + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 3 + } + ] + }, + "ZW": { + "link": "https://www.themoviedb.org/movie/37799-the-social-network/watch?locale=ZW", + "buy": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 1 + } + ], + "rent": [ + { + "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + "provider_id": 3, + "provider_name": "Google Play Movies", + "display_priority": 1 + } + ] + } + } + } +}