From 926e9f01879027f575055584d7eaf96717f9fcb3 Mon Sep 17 00:00:00 2001 From: Michael Bisbjerg Date: Sat, 26 Jan 2019 18:54:53 +0100 Subject: [PATCH] Add data --- .../Data/data-AccountStateConverterTest.json | 142 + .../Data/data-ChangeItemConverterTest.json | 309 + .../Data/data-ClientAccountTests.json | 711 + .../Data/data-ClientAuthenticationTests.json | 152 + .../Data/data-ClientCertificationsTests.json | 1382 + .../Data/data-ClientChangesTests.json | 12294 ++++++ .../Data/data-ClientCollectionTests.json | 2339 ++ .../Data/data-ClientCompanyTests.json | 1839 + .../Data/data-ClientConfigurationTests.json | 4391 ++ TMDbLibTests/Data/data-ClientCreditTests.json | 348 + .../Data/data-ClientDiscoverTests.json | 4667 +++ TMDbLibTests/Data/data-ClientFindTests.json | 271 + TMDbLibTests/Data/data-ClientGenreTests.json | 1607 + .../Data/data-ClientGuestSessionTests.json | 482 + .../Data/data-ClientKeywordTests.json | 1414 + TMDbLibTests/Data/data-ClientListsTests.json | 4567 ++ TMDbLibTests/Data/data-ClientMovieTests.json | 34339 ++++++++++++++++ .../Data/data-ClientNetworkTests.json | 73 + TMDbLibTests/Data/data-ClientPersonTests.json | 23256 +++++++++++ TMDbLibTests/Data/data-ClientReviewTests.json | 34 + TMDbLibTests/Data/data-ClientSearchTests.json | 5832 +++ TMDbLibTests/Data/data-ClientTests.json | 108 + .../Data/data-ClientTrendingTests.json | 2328 ++ .../Data/data-ClientTvEpisodeTests.json | 1867 + .../Data/data-ClientTvSeasonTests.json | 8842 ++++ TMDbLibTests/Data/data-ClientTvShowTests.json | 11346 +++++ ...ata-CustomDatetimeFormatConverterTest.json | 16 + .../data-EnumStringValueConverterTest.json | 1 + .../Data/data-KnownForConverterTest.json | 1126 + .../Data/data-SearchBaseConverterTest.json | 1355 + .../Data/data-TaggedImageConverterTest.json | 257 + TMDbLibTests/TMDbLibTests.csproj | 4 + 32 files changed, 127699 insertions(+) create mode 100644 TMDbLibTests/Data/data-AccountStateConverterTest.json create mode 100644 TMDbLibTests/Data/data-ChangeItemConverterTest.json create mode 100644 TMDbLibTests/Data/data-ClientAccountTests.json create mode 100644 TMDbLibTests/Data/data-ClientAuthenticationTests.json create mode 100644 TMDbLibTests/Data/data-ClientCertificationsTests.json create mode 100644 TMDbLibTests/Data/data-ClientChangesTests.json create mode 100644 TMDbLibTests/Data/data-ClientCollectionTests.json create mode 100644 TMDbLibTests/Data/data-ClientCompanyTests.json create mode 100644 TMDbLibTests/Data/data-ClientConfigurationTests.json create mode 100644 TMDbLibTests/Data/data-ClientCreditTests.json create mode 100644 TMDbLibTests/Data/data-ClientDiscoverTests.json create mode 100644 TMDbLibTests/Data/data-ClientFindTests.json create mode 100644 TMDbLibTests/Data/data-ClientGenreTests.json create mode 100644 TMDbLibTests/Data/data-ClientGuestSessionTests.json create mode 100644 TMDbLibTests/Data/data-ClientKeywordTests.json create mode 100644 TMDbLibTests/Data/data-ClientListsTests.json create mode 100644 TMDbLibTests/Data/data-ClientMovieTests.json create mode 100644 TMDbLibTests/Data/data-ClientNetworkTests.json create mode 100644 TMDbLibTests/Data/data-ClientPersonTests.json create mode 100644 TMDbLibTests/Data/data-ClientReviewTests.json create mode 100644 TMDbLibTests/Data/data-ClientSearchTests.json create mode 100644 TMDbLibTests/Data/data-ClientTests.json create mode 100644 TMDbLibTests/Data/data-ClientTrendingTests.json create mode 100644 TMDbLibTests/Data/data-ClientTvEpisodeTests.json create mode 100644 TMDbLibTests/Data/data-ClientTvSeasonTests.json create mode 100644 TMDbLibTests/Data/data-ClientTvShowTests.json create mode 100644 TMDbLibTests/Data/data-CustomDatetimeFormatConverterTest.json create mode 100644 TMDbLibTests/Data/data-EnumStringValueConverterTest.json create mode 100644 TMDbLibTests/Data/data-KnownForConverterTest.json create mode 100644 TMDbLibTests/Data/data-SearchBaseConverterTest.json create mode 100644 TMDbLibTests/Data/data-TaggedImageConverterTest.json diff --git a/TMDbLibTests/Data/data-AccountStateConverterTest.json b/TMDbLibTests/Data/data-AccountStateConverterTest.json new file mode 100644 index 0000000..25bcba0 --- /dev/null +++ b/TMDbLibTests/Data/data-AccountStateConverterTest.json @@ -0,0 +1,142 @@ +[ + { + "RecordedAt": "2019-01-26T17:47:38.7868492Z", + "ReducedUri": "/3/account?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "avatar": { + "gravatar": { + "hash": "7cf5357dbc2014cbd616257c358ea0a1" + } + }, + "id": 6089455, + "iso_639_1": "en", + "iso_3166_1": "BE", + "name": "Test Name", + "include_adult": false, + "username": "TMDbTestAccount" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:38.6189928Z", + "ReducedUri": "/3/movie/19995/account_states?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "id": 19995, + "favorite": true, + "rated": { + "value": 2.5 + }, + "watchlist": false + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:38.9881702Z", + "ReducedUri": "/3/tv/1418/season/1/account_states?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "id": 3738, + "results": [ + { + "id": 64766, + "episode_number": 1, + "rated": { + "value": 5.0 + } + }, + { + "id": 64777, + "episode_number": 2, + "rated": false + }, + { + "id": 64765, + "episode_number": 3, + "rated": false + }, + { + "id": 64762, + "episode_number": 4, + "rated": false + }, + { + "id": 64763, + "episode_number": 5, + "rated": false + }, + { + "id": 64764, + "episode_number": 6, + "rated": false + }, + { + "id": 64767, + "episode_number": 7, + "rated": false + }, + { + "id": 64769, + "episode_number": 8, + "rated": false + }, + { + "id": 64770, + "episode_number": 9, + "rated": false + }, + { + "id": 64650, + "episode_number": 10, + "rated": false + }, + { + "id": 64768, + "episode_number": 11, + "rated": false + }, + { + "id": 64774, + "episode_number": 12, + "rated": false + }, + { + "id": 64775, + "episode_number": 13, + "rated": false + }, + { + "id": 64773, + "episode_number": 14, + "rated": false + }, + { + "id": 64771, + "episode_number": 15, + "rated": false + }, + { + "id": 64772, + "episode_number": 16, + "rated": false + }, + { + "id": 64776, + "episode_number": 17, + "rated": false + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ChangeItemConverterTest.json b/TMDbLibTests/Data/data-ChangeItemConverterTest.json new file mode 100644 index 0000000..75fa75c --- /dev/null +++ b/TMDbLibTests/Data/data-ChangeItemConverterTest.json @@ -0,0 +1,309 @@ +[ + { + "RecordedAt": "0001-01-01T00:00:00", + "ReducedUri": "/3/movie/578061/changes", + "RespData": { + "changes": [ + { + "items": [ + { + "id": "5c4c85580e0a26494dd30711", + "action": "added", + "time": "2019-01-26 16:05:44 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "tt1380176" + } + ], + "key": "imdb_id" + }, + { + "items": [ + { + "id": "5c4c85580e0a26494dd3070d", + "action": "added", + "time": "2019-01-26 16:05:44 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "en-US" + } + ], + "key": "translations" + }, + { + "items": [ + { + "id": "5c4c85580e0a26494dd3070c", + "action": "added", + "time": "2019-01-26 16:05:44 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": 0 + } + ], + "key": "revenue" + }, + { + "items": [ + { + "id": "5c4c85580e0a26494dd30710", + "action": "added", + "time": "2019-01-26 16:05:44 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "Movie" + } + ], + "key": "_type" + }, + { + "items": [ + { + "id": "5c4c85580e0a26494dd3070e", + "action": "added", + "time": "2019-01-26 16:05:44 UTC", + "iso_639_1": "en", + "iso_3166_1": "US", + "value": 85 + } + ], + "key": "runtime" + }, + { + "items": [ + { + "id": "5c4c85580e0a26494dd3070b", + "action": "added", + "time": "2019-01-26 16:05:44 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": 0 + } + ], + "key": "budget" + }, + { + "items": [ + { + "id": "5c4c85580e0a26494dd3070a", + "action": "added", + "time": "2019-01-26 16:05:44 UTC", + "iso_639_1": "en", + "iso_3166_1": "US", + "value": "The sexual adventures of a girl (Dominique Saint Claire) staying with her sister (Obaya Roberts) and brother-in-law (Yves Callas)" + } + ], + "key": "overview" + }, + { + "items": [ + { + "id": "5c4c85580e0a26494dd3070f", + "action": "added", + "time": "2019-01-26 16:05:44 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "Released" + } + ], + "key": "status" + }, + { + "items": [ + { + "id": "5c4c85580e0a26494dd30709", + "action": "added", + "time": "2019-01-26 16:05:44 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "Passions déchaînées" + } + ], + "key": "original_title" + }, + { + "items": [ + { + "id": "5c4c85580e0a26494dd30707", + "action": "created", + "time": "2019-01-26 16:05:44 UTC", + "iso_639_1": "", + "iso_3166_1": "" + } + ], + "key": "general" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:38.5950092Z", + "ReducedUri": "/3/movie/578076/changes", + "RespData": { + "changes": [ + { + "items": [ + { + "id": "5c4c9c2792514151a95554a5", + "action": "added", + "time": "2019-01-26 17:43:03 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "en-US" + } + ], + "key": "translations" + }, + { + "items": [ + { + "id": "5c4c9c2792514151a95554a4", + "action": "added", + "time": "2019-01-26 17:43:03 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": 0 + } + ], + "key": "revenue" + }, + { + "items": [ + { + "id": "5c4c9c2792514151a95554a8", + "action": "added", + "time": "2019-01-26 17:43:03 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "Movie" + } + ], + "key": "_type" + }, + { + "items": [ + { + "id": "5c4c9c2792514151a95554a6", + "action": "added", + "time": "2019-01-26 17:43:03 UTC", + "iso_639_1": "en", + "iso_3166_1": "US", + "value": 45 + } + ], + "key": "runtime" + }, + { + "items": [ + { + "id": "5c4c9c2792514151a95554a3", + "action": "added", + "time": "2019-01-26 17:43:03 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": 0 + } + ], + "key": "budget" + }, + { + "items": [ + { + "id": "5c4c9c2792514151a95554a2", + "action": "added", + "time": "2019-01-26 17:43:03 UTC", + "iso_639_1": "en", + "iso_3166_1": "US", + "value": "Sexploitation comedy about an aspiring artist. Alan and Sue switch roles: she goes out to work while he looks after the home and concentrates on his painting. However, he fails to anticipate the time-consuming attentions of various female neighbours." + } + ], + "key": "overview" + }, + { + "items": [ + { + "id": "5c4c9c2792514151a95554a7", + "action": "added", + "time": "2019-01-26 17:43:03 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "Released" + } + ], + "key": "status" + }, + { + "items": [ + { + "id": "5c4c9c2792514151a95554a1", + "action": "added", + "time": "2019-01-26 17:43:03 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "The Over-Amorous Artist" + } + ], + "key": "original_title" + }, + { + "items": [ + { + "id": "5c4c9c2792514151a955549f", + "action": "created", + "time": "2019-01-26 17:43:03 UTC", + "iso_639_1": "", + "iso_3166_1": "" + } + ], + "key": "general" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:38.4346612Z", + "ReducedUri": "/3/movie/latest", + "RespData": { + "adult": false, + "backdrop_path": null, + "belongs_to_collection": null, + "budget": 0, + "genres": [], + "homepage": null, + "id": 578076, + "imdb_id": null, + "original_language": "en", + "original_title": "The Over-Amorous Artist", + "overview": "Sexploitation comedy about an aspiring artist. Alan and Sue switch roles: she goes out to work while he looks after the home and concentrates on his painting. However, he fails to anticipate the time-consuming attentions of various female neighbours.", + "popularity": 0.0, + "poster_path": null, + "production_companies": [], + "production_countries": [], + "release_date": "1974-01-01", + "revenue": 0, + "runtime": 45, + "spoken_languages": [], + "status": "Released", + "tagline": "", + "title": "The Over-Amorous Artist", + "video": false, + "vote_average": 0.0, + "vote_count": 0 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientAccountTests.json b/TMDbLibTests/Data/data-ClientAccountTests.json new file mode 100644 index 0000000..16472e7 --- /dev/null +++ b/TMDbLibTests/Data/data-ClientAccountTests.json @@ -0,0 +1,711 @@ +[ + { + "RecordedAt": "2019-01-26T17:52:03.3447484Z", + "ReducedUri": "/3/account/6089455/favorite/movies?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/aHcth2AXzZSjhX7JYh7ie73YVNc.jpg", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "id": 19995, + "original_language": "en", + "original_title": "Avatar", + "overview": "In the 22nd century, a paraplegic Marine is dispatched to the moon Pandora on a unique mission, but becomes torn between following orders and protecting an alien civilization.", + "poster_path": "/kmcqlZGaSh20zpTbuoF0Cdn07dT.jpg", + "release_date": "2009-12-10", + "title": "Avatar", + "video": false, + "vote_average": 7.4, + "vote_count": 17460, + "popularity": 29.055 + }, + { + "adult": false, + "backdrop_path": "/f6ljQGv7WnJuwBPty017oPWfqjx.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "id": 49026, + "original_language": "en", + "original_title": "The Dark Knight Rises", + "overview": "Following the death of District Attorney Harvey Dent, Batman assumes responsibility for Dent's crimes to protect the late attorney's reputation and is subsequently hunted by the Gotham City Police Department. Eight years later, Batman encounters the mysterious Selina Kyle and the villainous Bane, a new terrorist leader who overwhelms Gotham's finest. The Dark Knight resurfaces to protect a city that has branded him an enemy.", + "poster_path": "/dEYnvnUfXrqvqeRSqvIEtmzhoA8.jpg", + "release_date": "2012-07-16", + "title": "The Dark Knight Rises", + "video": false, + "vote_average": 7.7, + "vote_count": 13006, + "popularity": 30.972 + }, + { + "adult": false, + "backdrop_path": "/5t3ObSn7mRi2QpV9Rs7heb3y9rJ.jpg", + "genre_ids": [ + 18, + 36 + ], + "id": 1396, + "original_language": "ru", + "original_title": "Зеркало", + "overview": "A dying man in his forties recalls his childhood, his mother, the war and personal moments that tell of and juxtapose pivotal moments in Soviet history with daily life.", + "poster_path": "/9PknVc5uubhVLZ6ofvfJAprM9UZ.jpg", + "release_date": "1975-03-07", + "title": "Mirror", + "video": false, + "vote_average": 8.0, + "vote_count": 276, + "popularity": 9.253 + }, + { + "adult": false, + "backdrop_path": "/phszHPFVhPHhMZgo0fWTKBDQsJA.jpg", + "genre_ids": [ + 28, + 12, + 878, + 53 + ], + "id": 76341, + "original_language": "en", + "original_title": "Mad Max: Fury Road", + "overview": "An apocalyptic story set in the furthest reaches of our planet, in a stark desert landscape where humanity is broken, and most everyone is crazed fighting for the necessities of life. Within this world exist two rebels on the run who just might be able to restore order. There's Max, a man of action and a man of few words, who seeks peace of mind following the loss of his wife and child in the aftermath of the chaos. And Furiosa, a woman of action and a woman who believes her path to survival may be achieved if she can make it across the desert back to her childhood homeland.", + "poster_path": "/kqjL17yufvn9OVLyXYpvtyrFfak.jpg", + "release_date": "2015-05-13", + "title": "Mad Max: Fury Road", + "video": false, + "vote_average": 7.4, + "vote_count": 13528, + "popularity": 32.109 + } + ], + "total_pages": 1, + "total_results": 4 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:03.5033461Z", + "ReducedUri": "/3/account/6089455/favorite/movies?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&page=2", + "RespData": { + "page": 2, + "results": [], + "total_pages": 1, + "total_results": 4 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:46.9827731Z", + "ReducedUri": "/3/account/6089455/favorite/tv?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "page": 1, + "results": [ + { + "original_name": "Breaking Bad", + "id": 1396, + "name": "Breaking Bad", + "vote_count": 3040, + "vote_average": 8.4, + "first_air_date": "2008-01-20", + "poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg", + "genre_ids": [ + 18 + ], + "original_language": "en", + "backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg", + "overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + "origin_country": [ + "US" + ], + "popularity": 78.773 + } + ], + "total_pages": 1, + "total_results": 1 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:46.8422079Z", + "ReducedUri": "/3/account/6089455/favorite/tv?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&page=2", + "RespData": { + "page": 2, + "results": [], + "total_pages": 1, + "total_results": 1 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:46.098832Z", + "ReducedUri": "/3/account/6089455/favorite?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 13, + "status_message": "The item/record was deleted successfully." + }, + "ReqData": { + "media_type": "tv", + "media_id": 121, + "favorite": false + }, + "RespStatusCode": 200, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:03.2056002Z", + "ReducedUri": "/3/account/6089455/favorite?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 13, + "status_message": "The item/record was deleted successfully." + }, + "ReqData": { + "media_type": "movie", + "media_id": 218, + "favorite": false + }, + "RespStatusCode": 200, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:45.7633912Z", + "ReducedUri": "/3/account/6089455/favorite?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 1, + "status_message": "Success." + }, + "ReqData": { + "media_type": "tv", + "media_id": 121, + "favorite": true + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:02.9107676Z", + "ReducedUri": "/3/account/6089455/favorite?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 1, + "status_message": "Success." + }, + "ReqData": { + "media_type": "movie", + "media_id": 218, + "favorite": true + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:53:01.066647Z", + "ReducedUri": "/3/account/6089455/lists?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "page": 1, + "results": [ + { + "description": "This is a test list", + "favorite_count": 0, + "id": 1724, + "item_count": 1, + "iso_639_1": "en", + "list_type": "movie", + "name": "Test list", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 9886, + "item_count": 0, + "iso_639_1": "en", + "list_type": "movie", + "name": "Test List 123", + "poster_path": null + } + ], + "total_pages": 1, + "total_results": 2 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:53:01.3307128Z", + "ReducedUri": "/3/account/6089455/lists?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&page=2", + "RespData": { + "page": 2, + "results": [ + { + "description": "This is a test list", + "favorite_count": 0, + "id": 1724, + "item_count": 1, + "iso_639_1": "en", + "list_type": "movie", + "name": "Test list", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 9886, + "item_count": 0, + "iso_639_1": "en", + "list_type": "movie", + "name": "Test List 123", + "poster_path": null + } + ], + "total_pages": 1, + "total_results": 2 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:47.634463Z", + "ReducedUri": "/3/account/6089455/rated/tv/episodes?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "page": 1, + "results": [ + { + "air_date": "2015-04-10", + "episode_number": 13, + "id": 1036361, + "name": "Daredevil", + "overview": "In the season finale, a boxed-in Fisk and a desperate Murdock, Foggy and Karen are forced to play their end games.", + "production_code": null, + "season_number": 1, + "show_id": 61889, + "still_path": "/nSCJMlJkGULVKHuisKeH9Crguy8.jpg", + "vote_average": 7.714, + "vote_count": 28, + "rating": 8.0 + }, + { + "air_date": "2007-09-24", + "episode_number": 1, + "id": 64766, + "name": "Pilot", + "overview": "Brilliant physicist roommates Leonard and Sheldon meet their new neighbor Penny, who begins showing them that as much as they know about science, they know little about actual living.", + "production_code": "276023", + "season_number": 1, + "show_id": 1418, + "still_path": "/rxWlBXZhGWhumbLB8gAHyyW3ITD.jpg", + "vote_average": 6.836, + "vote_count": 55, + "rating": 5.0 + }, + { + "air_date": "2008-01-20", + "episode_number": 1, + "id": 62085, + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117, + "rating": 5.0 + } + ], + "total_pages": 1, + "total_results": 3 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:47.4723064Z", + "ReducedUri": "/3/account/6089455/rated/tv/episodes?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&page=2", + "RespData": { + "page": 2, + "results": [], + "total_pages": 1, + "total_results": 3 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:55.919382Z", + "ReducedUri": "/3/account/6089455/rated/tv?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "page": 1, + "results": [ + { + "original_name": "Marvel's Daredevil", + "id": 61889, + "name": "Marvel's Daredevil", + "vote_count": 1267, + "vote_average": 7.8, + "first_air_date": "2015-04-10", + "poster_path": "/wVadC1BT2w3hDh5Vq0J0LFFTrLP.jpg", + "genre_ids": [ + 28, + 80 + ], + "original_language": "en", + "backdrop_path": "/dpNeXLEnuKzAvbNwveJhNEiQvXZ.jpg", + "overview": "Lawyer-by-day Matt Murdock uses his heightened senses from being blinded as a young boy to fight crime at night on the streets of Hell’s Kitchen as Daredevil.", + "origin_country": [ + "US" + ], + "popularity": 23.343, + "rating": 7.5 + }, + { + "original_name": "House", + "id": 1408, + "name": "House", + "vote_count": 957, + "vote_average": 8.2, + "first_air_date": "2004-11-16", + "poster_path": "/lxSzRZ49NXwsiyHuvMsd19QxduC.jpg", + "genre_ids": [ + 35, + 18, + 9648 + ], + "original_language": "en", + "backdrop_path": "/ncdS5plsKvO3DLbRX0fBETB6SNS.jpg", + "overview": "Dr. Gregory House, a drug-addicted, unconventional, misanthropic medical genius, leads a team of diagnosticians at the fictional Princeton–Plainsboro Teaching Hospital in New Jersey.", + "origin_country": [ + "US" + ], + "popularity": 31.977, + "rating": 7.5 + }, + { + "original_name": "The Big Bang Theory", + "id": 1418, + "name": "The Big Bang Theory", + "vote_count": 3521, + "vote_average": 6.8, + "first_air_date": "2007-09-24", + "poster_path": "/ooBGRQBdbGzBxAVfExiO8r7kloA.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/nGsNruW3W27V6r4gkyc3iiEGsKR.jpg", + "overview": "The Big Bang Theory is centered on five characters living in Pasadena, California: roommates Leonard Hofstadter and Sheldon Cooper; Penny, a waitress and aspiring actress who lives across the hall; and Leonard and Sheldon's equally geeky and socially awkward friends and co-workers, mechanical engineer Howard Wolowitz and astrophysicist Raj Koothrappali. The geekiness and intellect of the four guys is contrasted for comic effect with Penny's social skills and common sense.", + "origin_country": [ + "US" + ], + "popularity": 133.002, + "rating": 5.0 + }, + { + "original_name": "The Simpsons", + "id": 456, + "name": "The Simpsons", + "vote_count": 1831, + "vote_average": 7.1, + "first_air_date": "1989-12-17", + "poster_path": "/yTZQkSsxUFJZJe67IenRM0AEklc.jpg", + "genre_ids": [ + 16, + 35 + ], + "original_language": "en", + "backdrop_path": "/lnnrirKFGwFW18GiH3AmuYy40cz.jpg", + "overview": "Set in Springfield, the average American town, the show focuses on the antics and everyday adventures of the Simpson family; Homer, Marge, Bart, Lisa and Maggie, as well as a virtual cast of thousands. Since the beginning, the series has been a pop culture icon, attracting hundreds of celebrities to guest star. The show has also made name for itself in its fearless satirical take on politics, media and American life in general.", + "origin_country": [ + "US" + ], + "popularity": 112.127, + "rating": 5.0 + }, + { + "original_name": "Breaking Bad", + "id": 1396, + "name": "Breaking Bad", + "vote_count": 3040, + "vote_average": 8.4, + "first_air_date": "2008-01-20", + "poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg", + "genre_ids": [ + 18 + ], + "original_language": "en", + "backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg", + "overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + "origin_country": [ + "US" + ], + "popularity": 78.773, + "rating": 5.0 + } + ], + "total_pages": 1, + "total_results": 5 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:55.6905602Z", + "ReducedUri": "/3/account/6089455/rated/tv?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&page=2", + "RespData": { + "page": 2, + "results": [], + "total_pages": 1, + "total_results": 5 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:57.3130023Z", + "ReducedUri": "/3/account/6089455/watchlist/movies?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/pMNSiNT55XrxWPmoI5ytJyinRa8.jpg", + "genre_ids": [ + 35 + ], + "id": 100042, + "original_language": "en", + "original_title": "Dumb and Dumber To", + "overview": "20 years after the dimwits set out on their first adventure, they head out in search of one of their long lost children in the hope of gaining a new kidney.", + "poster_path": "/Ekw3ijq9L6RiKvv5m2tPOEklHF.jpg", + "release_date": "2014-11-12", + "title": "Dumb and Dumber To", + "video": false, + "vote_average": 5.4, + "vote_count": 1692, + "popularity": 13.654 + } + ], + "total_pages": 1, + "total_results": 1 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:57.4521296Z", + "ReducedUri": "/3/account/6089455/watchlist/movies?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&page=2", + "RespData": { + "page": 2, + "results": [], + "total_pages": 1, + "total_results": 1 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:49.0635824Z", + "ReducedUri": "/3/account/6089455/watchlist/tv?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "page": 1, + "results": [ + { + "original_name": "Marvel's Daredevil", + "id": 61889, + "name": "Marvel's Daredevil", + "vote_count": 1267, + "vote_average": 7.8, + "first_air_date": "2015-04-10", + "poster_path": "/wVadC1BT2w3hDh5Vq0J0LFFTrLP.jpg", + "genre_ids": [ + 28, + 80 + ], + "original_language": "en", + "backdrop_path": "/dpNeXLEnuKzAvbNwveJhNEiQvXZ.jpg", + "overview": "Lawyer-by-day Matt Murdock uses his heightened senses from being blinded as a young boy to fight crime at night on the streets of Hell’s Kitchen as Daredevil.", + "origin_country": [ + "US" + ], + "popularity": 23.343 + } + ], + "total_pages": 1, + "total_results": 1 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:49.214097Z", + "ReducedUri": "/3/account/6089455/watchlist/tv?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&page=2", + "RespData": { + "page": 2, + "results": [], + "total_pages": 1, + "total_results": 1 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:48.9000491Z", + "ReducedUri": "/3/account/6089455/watchlist?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 13, + "status_message": "The item/record was deleted successfully." + }, + "ReqData": { + "media_type": "tv", + "media_id": 121, + "watchlist": false + }, + "RespStatusCode": 200, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:57.1205497Z", + "ReducedUri": "/3/account/6089455/watchlist?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 13, + "status_message": "The item/record was deleted successfully." + }, + "ReqData": { + "media_type": "movie", + "media_id": 218, + "watchlist": false + }, + "RespStatusCode": 200, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:48.5688787Z", + "ReducedUri": "/3/account/6089455/watchlist?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 1, + "status_message": "Success." + }, + "ReqData": { + "media_type": "tv", + "media_id": 121, + "watchlist": true + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:47:56.8077605Z", + "ReducedUri": "/3/account/6089455/watchlist?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 1, + "status_message": "Success." + }, + "ReqData": { + "media_type": "movie", + "media_id": 218, + "watchlist": true + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:53:00.8033199Z", + "ReducedUri": "/3/account?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "avatar": { + "gravatar": { + "hash": "7cf5357dbc2014cbd616257c358ea0a1" + } + }, + "id": 6089455, + "iso_639_1": "en", + "iso_3166_1": "BE", + "name": "Test Name", + "include_adult": false, + "username": "TMDbTestAccount" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientAuthenticationTests.json b/TMDbLibTests/Data/data-ClientAuthenticationTests.json new file mode 100644 index 0000000..5f67e0d --- /dev/null +++ b/TMDbLibTests/Data/data-ClientAuthenticationTests.json @@ -0,0 +1,152 @@ +[ + { + "RecordedAt": "2019-01-26T17:48:00.4063593Z", + "ReducedUri": "/3/authentication/guest_session/new", + "RespData": { + "success": true, + "guest_session_id": "94fbd15821a0d05dc2ad39bced35ace3", + "expires_at": "2019-01-27 17:48:02 UTC" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:04.5998667Z", + "ReducedUri": "/3/authentication/session/new?request_token=24c52a71bf8dc298d853d67d8a63fe4847336fde", + "RespData": { + "success": true, + "session_id": "790f8b122dfa176247111b50370489ad1b0baacd" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:04.7173699Z", + "ReducedUri": "/3/authentication/session/new?request_token=5f3a62c0d7977319e3d14adf1a2064c0c0938bcf", + "RespData": { + "failure": true, + "status_code": 17, + "status_message": "Session denied." + }, + "RespStatusCode": 401, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "0001-01-01T00:00:00", + "ReducedUri": "/3/authentication/session/new?request_token=700c24718297450ae2714ca0dfa8626bc7d0a973", + "RespData": { + "success": true, + "session_id": "a32d4cef9af50399e249f07f37b3cf4e4d76cccf" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:01.4466321Z", + "ReducedUri": "/3/authentication/session/new?request_token=bla", + "RespData": { + "failure": true, + "status_code": 17, + "status_message": "Session denied." + }, + "RespStatusCode": 401, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:04.299881Z", + "ReducedUri": "/3/authentication/token/new", + "RespData": { + "success": true, + "expires_at": "2019-01-26 18:48:06 UTC", + "request_token": "24c52a71bf8dc298d853d67d8a63fe4847336fde" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:04.1895225Z", + "ReducedUri": "/3/authentication/token/validate_with_login?request_token=191bb176c4aad46e060cd06b00b6d023b1a335bd&username=TMDbTestAccount&password=TJX6vP7bPC%25!ZrJwAqtCU5FshHEKAwzr6YvR3%25CU9s7BrjqUWmjC8AMuXju*eTEu524zsxDQK5ySY6EmjAC3e54B%25WvkS9FNPE3K", + "RespData": { + "success": true, + "expires_at": "2019-01-26 18:48:05 UTC", + "request_token": "191bb176c4aad46e060cd06b00b6d023b1a335bd" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:04.4471648Z", + "ReducedUri": "/3/authentication/token/validate_with_login?request_token=24c52a71bf8dc298d853d67d8a63fe4847336fde&username=TMDbTestAccount&password=TJX6vP7bPC%25!ZrJwAqtCU5FshHEKAwzr6YvR3%25CU9s7BrjqUWmjC8AMuXju*eTEu524zsxDQK5ySY6EmjAC3e54B%25WvkS9FNPE3K", + "RespData": { + "success": true, + "expires_at": "2019-01-26 18:48:06 UTC", + "request_token": "24c52a71bf8dc298d853d67d8a63fe4847336fde" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "0001-01-01T00:00:00", + "ReducedUri": "/3/authentication/token/validate_with_login?request_token=700c24718297450ae2714ca0dfa8626bc7d0a973&username=TMDbTestAccount&password=TJX6vP7bPC%25!ZrJwAqtCU5FshHEKAwzr6YvR3%25CU9s7BrjqUWmjC8AMuXju*eTEu524zsxDQK5ySY6EmjAC3e54B%25WvkS9FNPE3K", + "RespData": { + "success": true, + "expires_at": "2019-01-26 18:17:34 UTC", + "request_token": "700c24718297450ae2714ca0dfa8626bc7d0a973" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:00.7268903Z", + "ReducedUri": "/3/authentication/token/validate_with_login?request_token=8020d71f533c2439163ba0b34d76af5430c3088e&username=bla&password=bla", + "RespData": { + "status_code": 30, + "status_message": "Invalid username and/or password: You did not provide a valid login." + }, + "RespStatusCode": 401, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "0001-01-01T00:00:00", + "ReducedUri": "/3/authentication/token/validate_with_login?request_token=bd99c86b719d14d6249ce9c38f1c447bf4aa86de&username=bla&password=bla", + "RespData": { + "status_code": 30, + "status_message": "Invalid username and/or password: You did not provide a valid login." + }, + "RespStatusCode": 401, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientCertificationsTests.json b/TMDbLibTests/Data/data-ClientCertificationsTests.json new file mode 100644 index 0000000..ed2c69a --- /dev/null +++ b/TMDbLibTests/Data/data-ClientCertificationsTests.json @@ -0,0 +1,1382 @@ +[ + { + "RecordedAt": "2019-01-26T17:48:00.378723Z", + "ReducedUri": "/3/certification/movie/list", + "RespData": { + "certifications": { + "US": [ + { + "certification": "G", + "meaning": "All ages admitted. There is no content that would be objectionable to most parents. This is one of only two ratings dating back to 1968 that still exists today.", + "order": 1 + }, + { + "certification": "PG-13", + "meaning": "Some material may be inappropriate for children under 13. Films given this rating may contain sexual content, brief or partial nudity, some strong language and innuendo, humor, mature themes, political themes, terror and/or intense action violence. However, bloodshed is rarely present. This is the minimum rating at which drug content is present.", + "order": 3 + }, + { + "certification": "R", + "meaning": "Under 17 requires accompanying parent or adult guardian 21 or older. The parent/guardian is required to stay with the child under 17 through the entire movie, even if the parent gives the child/teenager permission to see the film alone. These films may contain strong profanity, graphic sexuality, nudity, strong violence, horror, gore, and strong drug use. A movie rated R for profanity often has more severe or frequent language than the PG-13 rating would permit. An R-rated movie may have more blood, gore, drug use, nudity, or graphic sexuality than a PG-13 movie would admit.", + "order": 4 + }, + { + "certification": "NC-17", + "meaning": "These films contain excessive graphic violence, intense or explicit sex, depraved, abhorrent behavior, explicit drug abuse, strong language, explicit nudity, or any other elements which, at present, most parents would consider too strong and therefore off-limits for viewing by their children and teens. NC-17 does not necessarily mean obscene or pornographic in the oft-accepted or legal meaning of those words.", + "order": 5 + }, + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "PG", + "meaning": "Some material may not be suitable for children under 10. These films may contain some mild language, crude/suggestive humor, scary moments and/or violence. No drug content is present. There are a few exceptions to this rule. A few racial insults may also be heard.", + "order": 2 + } + ], + "CA": [ + { + "certification": "18A", + "meaning": "Persons under 18 years of age must be accompanied by an adult. In the Maritimes & Manitoba, children under the age of 14 are prohibited from viewing the film.", + "order": 4 + }, + { + "certification": "G", + "meaning": "All ages.", + "order": 1 + }, + { + "certification": "PG", + "meaning": "Parental guidance advised. There is no age restriction but some material may not be suitable for all children.", + "order": 2 + }, + { + "certification": "14A", + "meaning": "Persons under 14 years of age must be accompanied by an adult.", + "order": 3 + }, + { + "certification": "A", + "meaning": "Admittance restricted to people 18 years of age or older. Sole purpose of the film is the portrayal of sexually explicit activity and/or explicit violence.", + "order": 5 + } + ], + "AU": [ + { + "certification": "E", + "meaning": "Exempt from classification. Films that are exempt from classification must not contain contentious material (i.e. material that would ordinarily be rated M or higher).", + "order": 1 + }, + { + "certification": "G", + "meaning": "General. The content is very mild in impact.", + "order": 2 + }, + { + "certification": "R18+", + "meaning": "Restricted to 18 years and over. Adults only. The content is high in impact.", + "order": 6 + }, + { + "certification": "RC", + "meaning": "Refused Classification. Banned from sale or hire in Australia; also generally applies to importation (if inspected by and suspicious to Customs). Private Internet viewing is unenforced and attempts to legally censor such online material has resulted in controversy. Films are rated RC if their content exceeds the guidelines. The content is very high in impact.", + "order": 8 + }, + { + "certification": "PG", + "meaning": "Parental guidance recommended. There are no age restrictions. The content is mild in impact.", + "order": 3 + }, + { + "certification": "M", + "meaning": "Recommended for mature audiences. There are no age restrictions. The content is moderate in impact.", + "order": 4 + }, + { + "certification": "MA15+", + "meaning": "Mature Accompanied. Unsuitable for children younger than 15. Children younger than 15 years must be accompanied by a parent or guardian. The content is strong in impact.", + "order": 5 + }, + { + "certification": "X18+", + "meaning": "Restricted to 18 years and over. Films with this rating have pornographic content. Films classified as X18+ are banned from being sold or rented in all Australian states and are only legally available in the Australian Capital Territory and the Northern Territory. However, importing X18+ material from the two territories to any of the Australian states is legal.The content is sexually explicit in impact.", + "order": 7 + } + ], + "DE": [ + { + "certification": "0", + "meaning": "No age restriction.", + "order": 1 + }, + { + "certification": "6", + "meaning": "No children younger than 6 years admitted.", + "order": 2 + }, + { + "certification": "12", + "meaning": "Children 12 or older admitted, children between 6 and 11 only when accompanied by parent or a legal guardian.", + "order": 3 + }, + { + "certification": "16", + "meaning": "Children 16 or older admitted, nobody under this age admitted.", + "order": 4 + }, + { + "certification": "18", + "meaning": "No youth admitted, only adults.", + "order": 5 + } + ], + "FR": [ + { + "certification": "U", + "meaning": "(Tous publics) valid for all audiences.", + "order": 1 + }, + { + "certification": "12", + "meaning": "(Interdit aux moins de 12 ans) unsuitable for children younger than 12 or forbidden in cinemas for under 12.", + "order": 3 + }, + { + "certification": "10", + "meaning": "(Déconseillé aux moins de 10 ans) unsuitable for children younger than 10 (this rating is only used for TV); equivalent in theatres : \"avertissement\" (warning), some scenes may be disturbing to young children and sensitive people; equivalent on video : \"accord parental\" (parental guidance).", + "order": 2 + }, + { + "certification": "16", + "meaning": "(Interdit aux moins de 16 ans) unsuitable for children younger than 16 or forbidden in cinemas for under 16.", + "order": 4 + }, + { + "certification": "18", + "meaning": "(Interdit aux mineurs) unsuitable for children younger than 18 or forbidden in cinemas for under 18.", + "order": 5 + } + ], + "NZ": [ + { + "certification": "M", + "meaning": "Suitable for (but not restricted to) mature audiences 16 years and up.", + "order": 3 + }, + { + "certification": "13", + "meaning": "Restricted to persons 13 years of age and over.", + "order": 4 + }, + { + "certification": "15", + "meaning": "Restricted to persons 15 years of age and over.", + "order": 5 + }, + { + "certification": "G", + "meaning": "Suitable for general audiences.", + "order": 1 + }, + { + "certification": "PG", + "meaning": "Parental guidance recommended for younger viewers.", + "order": 2 + }, + { + "certification": "16", + "meaning": "Restricted to persons 16 years of age and over.", + "order": 6 + }, + { + "certification": "18", + "meaning": "Restricted to persons 18 years of age and over.", + "order": 7 + }, + { + "certification": "R", + "meaning": "Restricted to a particular class of persons, or for particular purposes, or both.", + "order": 8 + } + ], + "IN": [ + { + "certification": "U", + "meaning": "Unrestricted Public Exhibition throughout India, suitable for all age groups. Films under this category should not upset children over 4. Such films may contain educational, social or family-oriented themes. Films under this category may also contain fantasy violence and/or mild bad language.", + "order": 0 + }, + { + "certification": "UA", + "meaning": "All ages admitted, but it is advised that children below 12 be accompanied by a parent as the theme or content may be considered intense or inappropriate for young children. Films under this category may contain mature themes, sexual references, mild sex scenes, violence with brief gory images and/or infrequent use of crude language.", + "order": 1 + }, + { + "certification": "A", + "meaning": "Restricted to adult audiences (18 years or over). Nobody below the age of 18 may buy/rent an A-rated DVD, VHS, UMD or watch a film in the cinema with this rating. Films under this category may contain adult/disturbing themes, frequent crude language, brutal violence with blood and gore, strong sex scenes and/or scenes of drug abuse which is considered unsuitable for minors.", + "order": 2 + } + ], + "GB": [ + { + "certification": "15", + "meaning": "Only those over 15 years are admitted. Nobody younger than 15 can rent or buy a 15-rated VHS, DVD, Blu-ray Disc, UMD or game, or watch a film in the cinema with this rating. Films under this category can contain adult themes, hard drugs, frequent strong language and limited use of very strong language, strong violence and strong sex references, and nudity without graphic detail. Sexual activity may be portrayed but without any strong detail. Sexual violence may be shown if discreet and justified by context.", + "order": 5 + }, + { + "certification": "R18", + "meaning": "Can only be shown at licensed adult cinemas or sold at licensed sex shops, and only to adults, those aged 18 or over. Films under this category are always hard-core pornography, defined as material intended for sexual stimulation and containing clear images of real sexual activity, strong fetish material, explicit animated images, or sight of certain acts such as triple simultaneous penetration and snowballing. There remains a range of material that is often cut from the R18 rating: strong images of injury in BDSM or spanking works, urolagnia, scenes suggesting incest even if staged, references to underage sex or childhood sexual development and aggressive behaviour such as hair-pulling or spitting on a performer are not permitted. More cuts are demanded in this category than any other category.", + "order": 7 + }, + { + "certification": "U", + "meaning": "All ages admitted, there is nothing unsuitable for children.", + "order": 1 + }, + { + "certification": "PG", + "meaning": "All ages admitted, but certain scenes may be unsuitable for young children. May contain mild language and sex/drugs references. May contain moderate violence if justified by context (e.g. fantasy).", + "order": 2 + }, + { + "certification": "12A", + "meaning": "Films under this category are considered to be unsuitable for very young people. Those aged under 12 years are only admitted if accompanied by an adult, aged at least 18 years, at all times during the motion picture. However, it is generally not recommended that children under 12 years should watch the film. Films under this category can contain mature themes, discrimination, soft drugs, moderate swear words, infrequent strong language and moderate violence, sex references and nudity. Sexual activity may be briefly and discreetly portrayed. Sexual violence may be implied or briefly indicated.", + "order": 3 + }, + { + "certification": "12", + "meaning": "Home media only since 2002. 12A-rated films are usually given a 12 certificate for the VHS/DVD version unless extra material has been added that requires a higher rating. Nobody younger than 12 can rent or buy a 12-rated VHS, DVD, Blu-ray Disc, UMD or game. The content guidelines are identical to those used for the 12A certificate.", + "order": 4 + }, + { + "certification": "18", + "meaning": "Only adults are admitted. Nobody younger than 18 can rent or buy an 18-rated VHS, DVD, Blu-ray Disc, UMD or game, or watch a film in the cinema with this rating. Films under this category do not have limitation on the bad language that is used. Hard drugs are generally allowed, and explicit sex references along with detailed sexual activity are also allowed. Scenes of strong real sex may be permitted if justified by the context. Very strong, gory, and/or sadistic violence is usually permitted. Strong sexual violence is permitted unless it is eroticised or excessively graphic.", + "order": 6 + } + ], + "NL": [ + { + "certification": "AL", + "meaning": "All ages.", + "order": 1 + }, + { + "certification": "6", + "meaning": "Potentially harmful to children under 6 years.", + "order": 2 + }, + { + "certification": "9", + "meaning": "Potentially harmful to children under 9 years.", + "order": 3 + }, + { + "certification": "12", + "meaning": "Potentially harmful to children under 12 years; broadcasting is not allowed before 8:00 pm.", + "order": 4 + }, + { + "certification": "16", + "meaning": "Potentially harmful to children under 16 years; broadcasting is not allowed before 10:00 pm.", + "order": 5 + } + ], + "BR": [ + { + "certification": "L", + "meaning": "General Audiences. Do not expose children to potentially harmful content.", + "order": 1 + }, + { + "certification": "10", + "meaning": "Not recommended for minors under ten. Violent content or inappropriate language to children, even if of a less intensity.", + "order": 2 + }, + { + "certification": "12", + "meaning": "Not recommended for minors under twelve. Scenes can include physical aggression, use of legal drugs and sexual innuendo.", + "order": 3 + }, + { + "certification": "14", + "meaning": "Not recommended for minors under fourteen. More violent material, stronger sex references and/or nudity.", + "order": 4 + }, + { + "certification": "16", + "meaning": "Not recommended for minors under sixteen. Scenes featuring production, trafficking and/or use of illegal drugs, hyper-realistic sex, sexual violence, abortion, torture, mutilation, suicide, trivialization of violence and death penalty.", + "order": 5 + }, + { + "certification": "18", + "meaning": "Not recommended for minors under eighteen. Scenes featuring explicit sex, incest, pedophilia, praising of the use of illegal drugs and violence of a strong imagery impact.", + "order": 6 + } + ], + "FI": [ + { + "certification": "S", + "meaning": "For all ages.", + "order": 1 + }, + { + "certification": "K-7", + "meaning": "Over 7 years.", + "order": 2 + }, + { + "certification": "K-12", + "meaning": "Over 12 years.", + "order": 3 + }, + { + "certification": "K-16", + "meaning": "Over 16 years.", + "order": 4 + }, + { + "certification": "K-18", + "meaning": "Adults only.", + "order": 5 + }, + { + "certification": "KK", + "meaning": "Banned from commercial distribution.", + "order": 6 + } + ], + "BG": [ + { + "certification": "A", + "meaning": "Recommended for children.", + "order": 1 + }, + { + "certification": "B", + "meaning": "Without age restrictions.", + "order": 2 + }, + { + "certification": "C", + "meaning": "Not recommended for children under 12.", + "order": 3 + }, + { + "certification": "D", + "meaning": "Prohibited for persons under 16.", + "order": 4 + }, + { + "certification": "X", + "meaning": "Prohibited for persons under 18.", + "order": 5 + } + ], + "ES": [ + { + "certification": "APTA", + "meaning": "General admission.", + "order": 1 + }, + { + "certification": "7", + "meaning": "Not recommended for audiences under 7.", + "order": 2 + }, + { + "certification": "12", + "meaning": "Not recommended for audiences under 12.", + "order": 3 + }, + { + "certification": "16", + "meaning": "Not recommended for audiences under 16.", + "order": 4 + }, + { + "certification": "18", + "meaning": "Not recommended for audiences under 18.", + "order": 5 + }, + { + "certification": "X", + "meaning": "Prohibited for audiences under 18.", + "order": 6 + } + ], + "PT": [ + { + "certification": "Públicos", + "meaning": "For all the public (especially designed for children under 3 years of age).", + "order": 1 + }, + { + "certification": "M/3", + "meaning": "Passed for viewers aged 3 and older.", + "order": 2 + }, + { + "certification": "M/6", + "meaning": "Passed for viewers aged 6 and older.", + "order": 3 + }, + { + "certification": "M/12", + "meaning": "Passed for viewers aged 12 and older.", + "order": 4 + }, + { + "certification": "M/14", + "meaning": "Passed for viewers aged 14 and older.", + "order": 5 + }, + { + "certification": "M/16", + "meaning": "Passed for viewers aged 16 and older.", + "order": 6 + }, + { + "certification": "M/18", + "meaning": "Passed for viewers aged 18 and older.", + "order": 7 + }, + { + "certification": "P", + "meaning": "Special rating supplementary to the M/18 age rating denoting pornography.", + "order": 8 + } + ], + "MY": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "U", + "meaning": "(Umum: \"General Audiences\") - For general audiences. (Used by the majority of films screened in Malaysia until 2008 but it continues only for television, notably for RTM.)", + "order": 1 + }, + { + "certification": "P13", + "meaning": "(Penjaga 13 : \"Parental Guidance 13\") - Children under 13 not admitted unless accompanied by an adult. (Introduced in 2006, this became the official Malaysian motion picture rating system in 2008. The \"PG-13\" rating was revised to \"P13\" from April 2012 onwards to emphasize the use of Malay language instead of English.) Passionate kissing scenes are not allowed under a P13 rating.", + "order": 2 + }, + { + "certification": "18SG", + "meaning": "(Seram, Ganas: \"Graphic Violence and Horror/Terror\") - Film may contain strong violence, gore or horror/terror people may find objectionable.", + "order": 3 + }, + { + "certification": "18SX", + "meaning": "(Seks: \"Sexual Content\") - Film may contain sex scenes, nudity or sexual dialogue/references people may find objectionable (despite scenes of sex and nudity being strictly censored off by the LPF.)", + "order": 4 + }, + { + "certification": "18PA", + "meaning": "(Politik, Agama: \"Strong Religious or Political Elements\") - Film may contain elements which include religious, social or political aspects people may find objectionable. Rarely used.", + "order": 5 + }, + { + "certification": "18PL", + "meaning": "(Pelbagai: \"Various\") - Film may contain strong violence, gore, horror/terror, sex scenes, nudity, sexual dialogues/references, religious, social or political aspects people may find objectionable. The majority of the 18+ movies use this rating. For example, a film with sex scenes and strong violence will be classified as 18PL, despite scenes of sex and nudity being strictly censored off by the LPF.", + "order": 6 + } + ], + "CA-QC": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "G", + "meaning": "General Rating – May be viewed, rented or purchased by persons of all ages. If a film carrying a \"G\" rating might offend the sensibilities of a child under 8 years of age, \"Not suitable for young children\" is appended to the classification.", + "order": 1 + }, + { + "certification": "13+", + "meaning": "13 years and over – May be viewed, rented or purchased only by children 13 years of age or over. Children under 13 may be admitted only if accompanied by an adult.", + "order": 2 + }, + { + "certification": "16+", + "meaning": "16 years and over – May be viewed, rented or purchased only by children 16 years of age or over.", + "order": 3 + }, + { + "certification": "18+", + "meaning": "18 years and over – May be viewed, rented or purchased only by adults 18 years of age or over. If a film contains real and explicit sexual activity \"Explicit sexuality\" is appended to the classification, and in the retail video industry storeowners are required to place the film in a room reserved for adults.", + "order": 4 + } + ], + "SE": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "Btl", + "meaning": "All ages.", + "order": 1 + }, + { + "certification": "7", + "meaning": "Children under the age of 7, who are accompanied by an adult (a person aged 18 or over), are admitted to films that have been passed for children from the age of 7.", + "order": 2 + }, + { + "certification": "11", + "meaning": "Children over the age of 7, who are accompanied by an adult, are admitted to films that have been passed for children from the age of 11.", + "order": 3 + }, + { + "certification": "15", + "meaning": "Children over the age of 7, who are accompanied by an adult, are admitted to films that have been passed for children from the age of 11. Updated on March 1, 2017.", + "order": 4 + } + ], + "DK": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "A", + "meaning": "Suitable for a general audience.", + "order": 1 + }, + { + "certification": "7", + "meaning": "Not recommended for children under 7.", + "order": 2 + }, + { + "certification": "11", + "meaning": "For ages 11 and up.", + "order": 3 + }, + { + "certification": "15", + "meaning": "For ages 15 and up.", + "order": 4 + }, + { + "certification": "F", + "meaning": "Exempt from classification.", + "order": 5 + } + ], + "NO": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "A", + "meaning": "Suitable for all.", + "order": 1 + }, + { + "certification": "6", + "meaning": "6 years (no restriction for children accompanied by an adult).", + "order": 2 + }, + { + "certification": "9", + "meaning": "9 years (children down to 6 years accompanied by an adult).", + "order": 3 + }, + { + "certification": "12", + "meaning": "12 years (children down to 9 years accompanied by an adult).", + "order": 4 + }, + { + "certification": "15", + "meaning": "15 years (young down to 12 years accompanied by an adult).", + "order": 5 + }, + { + "certification": "18", + "meaning": " 18 years (absolute lower limit).", + "order": 6 + } + ], + "HU": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "KN", + "meaning": "Without age restriction.", + "order": 1 + }, + { + "certification": "6", + "meaning": "Not recommended below age of 6.", + "order": 2 + }, + { + "certification": "12", + "meaning": "Not recommended below age of 12.", + "order": 3 + }, + { + "certification": "16", + "meaning": "Not recommended below age of 16.", + "order": 4 + }, + { + "certification": "18", + "meaning": "Not recommended below age of 18.", + "order": 5 + }, + { + "certification": "X", + "meaning": "Restricted below 18, for adults only.", + "order": 6 + } + ], + "LT": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "V", + "meaning": "Movies for the audience of all ages.", + "order": 1 + }, + { + "certification": "N-7", + "meaning": "Movies for viewers from 7 years old. Younger than 7 years of age, viewers of this index have been featured only together with accompanying adult persons.", + "order": 2 + }, + { + "certification": "N-13", + "meaning": "Movies for viewers from 13 years of age. The viewers from 7 to 13 years of age are allowed to enter this index only together with accompanying adult persons.", + "order": 3 + }, + { + "certification": "N-16", + "meaning": "Movies for viewers from 16 years of age.", + "order": 4 + }, + { + "certification": "N-18", + "meaning": "Movies for viewers from 18 years of age.", + "order": 5 + } + ], + "RU": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "0+", + "meaning": "All ages are admitted.", + "order": 1 + }, + { + "certification": "6+", + "meaning": "(For children above 6) – Unsuitable for children under 6.", + "order": 2 + }, + { + "certification": "12+", + "meaning": "(For children above 12) – Unsuitable for children under 12.", + "order": 3 + }, + { + "certification": "16+", + "meaning": "(For children above 16) – Unsuitable for children under 16.", + "order": 4 + }, + { + "certification": "18+", + "meaning": "(Prohibited for children) – Prohibited for children under 18.", + "order": 5 + } + ], + "PH": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "G", + "meaning": "Viewers of all ages are admitted.", + "order": 1 + }, + { + "certification": "PG", + "meaning": "Viewers below 13 years old must be accompanied by a parent or supervising adult.", + "order": 2 + }, + { + "certification": "R-13", + "meaning": "Only viewers who are 13 years old and above can be admitted.", + "order": 3 + }, + { + "certification": "R-16", + "meaning": "Only viewers who are 16 years old and above can be admitted.", + "order": 4 + }, + { + "certification": "R-18", + "meaning": "Only viewers who are 18 years old and above can be admitted.", + "order": 5 + }, + { + "certification": "X", + "meaning": "“X-rated” films are not suitable for public exhibition.", + "order": 6 + } + ], + "IT": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "T", + "meaning": "All ages admitted.", + "order": 1 + }, + { + "certification": "VM14", + "meaning": "No admittance for children under 14.", + "order": 2 + }, + { + "certification": "VM18", + "meaning": "No admittance for children under 18.", + "order": 3 + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:00.645501Z", + "ReducedUri": "/3/certification/tv/list", + "RespData": { + "certifications": { + "RU": [ + { + "certification": "18+", + "meaning": "Restricted to People 18 or Older.", + "order": 5 + }, + { + "certification": "0+", + "meaning": "Can be watched by Any Age.", + "order": 1 + }, + { + "certification": "6+", + "meaning": "Only kids the age of 6 or older can watch.", + "order": 2 + }, + { + "certification": "12+", + "meaning": "Only kids the age of 12 or older can watch.", + "order": 3 + }, + { + "certification": "16+", + "meaning": "Only teens the age of 16 or older can watch.", + "order": 4 + } + ], + "US": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "TV-Y", + "meaning": "This program is designed to be appropriate for all children.", + "order": 1 + }, + { + "certification": "TV-Y7", + "meaning": "This program is designed for children age 7 and above.", + "order": 2 + }, + { + "certification": "TV-G", + "meaning": "Most parents would find this program suitable for all ages.", + "order": 3 + }, + { + "certification": "TV-PG", + "meaning": "This program contains material that parents may find unsuitable for younger children.", + "order": 4 + }, + { + "certification": "TV-14", + "meaning": "This program contains some material that many parents would find unsuitable for children under 14 years of age.", + "order": 5 + }, + { + "certification": "TV-MA", + "meaning": "This program is specifically designed to be viewed by adults and therefore may be unsuitable for children under 17.", + "order": 6 + } + ], + "CA": [ + { + "certification": "Exempt", + "meaning": "Shows which are exempt from ratings (such as news and sports programming) will not display an on-screen rating at all.", + "order": 0 + }, + { + "certification": "C", + "meaning": "Programming suitable for children ages of 2–7 years. No profanity or sexual content of any level allowed. Contains little violence.", + "order": 1 + }, + { + "certification": "C8", + "meaning": "Suitable for children ages 8+. Low level violence and fantasy horror is allowed. No foul language is allowed, but occasional \"socially offensive and discriminatory\" language is allowed if in the context of the story. No sexual content of any level allowed.", + "order": 2 + }, + { + "certification": "G", + "meaning": "Suitable for general audiences. Programming suitable for the entire family with mild violence, and mild profanity and/or censored language.", + "order": 3 + }, + { + "certification": "PG", + "meaning": "Parental guidance. Moderate violence and moderate profanity is allowed, as is brief nudity and sexual references if important to the context of the story.", + "order": 4 + }, + { + "certification": "14+", + "meaning": "Programming intended for viewers ages 14 and older. May contain strong violence and strong profanity, and depictions of sexual activity as long as they are within the context of a story.", + "order": 5 + }, + { + "certification": "18+", + "meaning": "Programming intended for viewers ages 18 and older. May contain explicit violence and sexual activity. Programming with this rating cannot air before the watershed (9:00 p.m. to 6:00 a.m.).", + "order": 6 + } + ], + "AU": [ + { + "certification": "P", + "meaning": "Programming is intended for younger children 2–11; commercial stations must show at least 30 minutes of P-rated content each weekday and weekends at all times. No advertisements may be shown during P-rated programs.", + "order": 1 + }, + { + "certification": "C", + "meaning": "Programming intended for older children 5–14; commercial stations must show at least 30 minutes of C-rated content each weekday between 7 a.m. and 8 a.m. or between 4 p.m. and 8:30 p.m. A further 2 and a half ours a week must also be shown either within these time bands or between 7 a.m. and 8:30 p.m. on weekends and school holidays, for a total of five hours a week (averaged as 260 hours over the course of a year). C-rated content is subject to certain restrictions and limitations on advertising (typically five minutes maximum per 30-minute period or seven minutes including promotions and community announcements).", + "order": 2 + }, + { + "certification": "G", + "meaning": "For general exhibition; all ages are permitted to watch programming with this rating.", + "order": 3 + }, + { + "certification": "PG", + "meaning": "Parental guidance is recommended for young viewers; PG-rated content may air at any time on digital-only channels, otherwise, it should only be broadcast between 8:30 a.m. and 4:00 p.m. and between 7:00 p.m. and 6:00 a.m. on weekdays, and between 10:00 a.m. and 6:00 a.m. on weekends.", + "order": 4 + }, + { + "certification": "M", + "meaning": "Recommended for mature audiences; M-rated content may only be broadcast between 8:30 p.m. and 5:00 a.m. on any day, and additionally between 12:00 p.m. and 3:00 p.m. on schooldays.", + "order": 5 + }, + { + "certification": "MA15+", + "meaning": "Not suitable for children and teens under 15; MA15+-rated programming may only be broadcast between 9:00 p.m. and 5:00 a.m. on any given day. Consumer advice is mandatory. Some R18+ rated movies on DVD/Blu-ray are often re-edited on free TV/cable channels to secure a more \"appropriate\" MA15+ rating. Some movies that were rated R18 on DVD have since been aired in Australian TV with MA15+ rating.", + "order": 6 + }, + { + "certification": "AV15+", + "meaning": "Not suitable for children and teens under 15; this is the same as the MA15+ rating, except the \"AV\" stands for \"Adult Violence\" meaning that anything that is Classified \"MA15+\" with the consumer advice \"Frequent Violence\" or \"Strong Violence\" will automatically become AV15+ (with that same consumer advice.) The AV rating is still allowed to exceed any MA15+ content, in particular – 'Violence'. AV15+ content may only be broadcast between 9:30 p.m. and 5:00 a.m. on any day. Consumer advice is mandatory.", + "order": 7 + }, + { + "certification": "R18+", + "meaning": "Not for children under 18; this is limited to Adult \"Pay Per View\" VC 196 and 197. Content may include graphic violence, sexual situations, coarse language and explicit drug use.", + "order": 8 + } + ], + "FR": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "10", + "meaning": "Not recommended for children under 10. Not allowed in children's television series.", + "order": 1 + }, + { + "certification": "12", + "meaning": "Not recommended for children under 12. Not allowed air before 10:00 p.m. Some channels and programs are subject to exception.", + "order": 2 + }, + { + "certification": "16", + "meaning": "Not recommended for children under 16. Not allowed air before 10:30 p.m. Some channels and programs are subject to exception.", + "order": 3 + }, + { + "certification": "18", + "meaning": "Not recommended for persons under 18. Allowed between midnight and 5 a.m. and only in some channels, access to these programs is locked by a personal password.", + "order": 4 + } + ], + "DE": [ + { + "certification": "0", + "meaning": "Can be aired at any time.", + "order": 0 + }, + { + "certification": "6", + "meaning": "Can be aired at any time.", + "order": 1 + }, + { + "certification": "12", + "meaning": "The broadcaster must take the decision about the air time by taking in consideration the impact on young children in the timeframe from 6:00am to 8:00pm.", + "order": 2 + }, + { + "certification": "16", + "meaning": "Can be aired only from 10:00pm Uhr to 6:00am.", + "order": 3 + }, + { + "certification": "18", + "meaning": "Can be aired only from 11:00pm Uhr to 6:00am.", + "order": 4 + } + ], + "TH": [ + { + "certification": "ส", + "meaning": "Sor - Educational movies which the public should be encouraged to see.", + "order": 0 + }, + { + "certification": "ท", + "meaning": "Tor - G Movies appropriate for the general public. No sex, abusive language or violence.", + "order": 1 + }, + { + "certification": "น 13+", + "meaning": "Nor 13+ Movies appropriate for audiences aged 13 and older.", + "order": 2 + }, + { + "certification": "น 15+", + "meaning": "Nor 15+ Movies appropriate for audiences aged 15 and older. Some violence, brutality, inhumanity, bad language or indecent gestures allowed.", + "order": 3 + }, + { + "certification": "น 18+", + "meaning": "Nor 18+ Movies appropriate for audiences aged 18 and older.", + "order": 4 + }, + { + "certification": "ฉ 20-", + "meaning": "Chor 20 - Movies prohibited for audiences aged below 20.", + "order": 5 + }, + { + "certification": "-", + "meaning": "Banned.", + "order": 6 + } + ], + "KR": [ + { + "certification": "Exempt", + "meaning": "This rating is only for knowledge based game shows; lifestyle shows; documentary shows; news; current topic discussion shows; education/culture shows; sports that excludes MMA or other violent sports; and other programs that Korea Communications Standards Commission recognizes.", + "order": 0 + }, + { + "certification": "ALL", + "meaning": "This rating is for programming that is appropriate for all ages. This program usually involves programs designed for children or families.", + "order": 1 + }, + { + "certification": "7", + "meaning": "This rating is for programming that may contain material inappropriate for children younger than 7, and parental discretion should be used. Some cartoon programming not deemed strictly as \"educational\", and films rated \"G\" or \"PG\" in North America may fall into the 7 category.", + "order": 2 + }, + { + "certification": "12", + "meaning": "This rating is for programs that may deemed inappropriate for those younger than 12, and parental discretion should be used. Usually used for animations that have stronger themes or violence then those designed for children, or for reality shows that have mild violence, themes, or language.", + "order": 3 + }, + { + "certification": "15", + "meaning": "This rating is for programs that contain material that may be inappropriate for children under 15, and that parental discretion should be used. Examples include most dramas, and talk shows on OTA (over-the-air) TV (KBS, MBC, SBS), and many American TV shows/dramas on Cable TV channels like OCN and OnStyle. The programs that have this rating may include moderate or strong adult themes, language, sexual inference, and violence. As with the TV-MA rating in North America, this rating is commonly applied to live events where the occurrence of inappropriate dialogue is unpredictable. Since 2007, this rating is the most used rating for TV.", + "order": 4 + }, + { + "certification": "19", + "meaning": "This rating is for programs that are intended for adults only. 19-rated programming cannot air during the hours of 7:00AM to 9:00AM, and 1:00PM to 10:00PM. Programmes that receive this rating will almost certainly have adult themes, sexual situations, frequent use of strong language and disturbing scenes of violence.", + "order": 5 + } + ], + "GB": [ + { + "certification": "U", + "meaning": "The U symbol stands for Universal. A U film should be suitable for audiences aged four years and over.", + "order": 0 + }, + { + "certification": "PG", + "meaning": "PG stands for Parental Guidance. This means a film is suitable for general viewing, but some scenes may be unsuitable for young children. A PG film should not unsettle a child aged around eight or older.", + "order": 1 + }, + { + "certification": "12A", + "meaning": "Films classified 12A and video works classified 12 contain material that is not generally suitable for children aged under 12. 12A requires an adult to accompany any child under 12 seeing a 12A film at the cinema.", + "order": 2 + }, + { + "certification": "12", + "meaning": "Films classified 12A and video works classified 12 contain material that is not generally suitable for children aged under 12.", + "order": 3 + }, + { + "certification": "15", + "meaning": "No-one under 15 is allowed to see a 15 film at the cinema or buy/rent a 15 rated video. 15 rated works are not suitable for children under 15 years of age.", + "order": 4 + }, + { + "certification": "18", + "meaning": "Films rated 18 are for adults. No-one under 18 is allowed to see an 18 film at the cinema or buy / rent an 18 rated video. No 18 rated works are suitable for children.", + "order": 5 + }, + { + "certification": "R18", + "meaning": "The R18 category is a special and legally-restricted classification primarily for explicit works of consenting sex or strong fetish material involving adults.", + "order": 6 + } + ], + "BR": [ + { + "certification": "L", + "meaning": "Content is suitable for all audiences.", + "order": 0 + }, + { + "certification": "10", + "meaning": "Content suitable for viewers over the age of 10.", + "order": 1 + }, + { + "certification": "12", + "meaning": "Content suitable for viewers over the age of 12.", + "order": 2 + }, + { + "certification": "14", + "meaning": "Content suitable for viewers over the age of 14.", + "order": 3 + }, + { + "certification": "16", + "meaning": "Content suitable for viewers over the age of 16.", + "order": 4 + }, + { + "certification": "18", + "meaning": "Content suitable for viewers over the age of 18.", + "order": 5 + } + ], + "NL": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "AL", + "meaning": "Not harmful / All Ages.", + "order": 1 + }, + { + "certification": "6", + "meaning": "Take care with children under 6.", + "order": 2 + }, + { + "certification": "9", + "meaning": "Take care with children under 9.", + "order": 3 + }, + { + "certification": "12", + "meaning": "Take care with children under 12.", + "order": 4 + }, + { + "certification": "16", + "meaning": "Take care with children under 16.", + "order": 5 + } + ], + "PT": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "T", + "meaning": "Todos (suitable for all).", + "order": 1 + }, + { + "certification": "10AP", + "meaning": "Acompanhamento Parental (may not be suitable for children under 10, parental guidance advised).", + "order": 2 + }, + { + "certification": "12AP", + "meaning": "Acompanhamento Parental (may not be suitable for children under 12, parental guidance advised).", + "order": 3 + }, + { + "certification": "16", + "meaning": "Not suitable for children under 16, access to these programs is locked by a personal password.", + "order": 4 + }, + { + "certification": "18", + "meaning": "Not suitable for children under 18.", + "order": 5 + } + ], + "CA-QC": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "G", + "meaning": "Appropriate for all ages and must contain little or no violence and little to no sexual content.", + "order": 1 + }, + { + "certification": "8+", + "meaning": "Appropriate for children 8 and up may contain with little violence, language, and little to no sexual situations.", + "order": 2 + }, + { + "certification": "13+", + "meaning": "Appropriate – suitable for children 13 and up and may contain with moderate violence, language, and some sexual situations.", + "order": 3 + }, + { + "certification": "16+", + "meaning": "Recommended for children over the age of 16 and may contain with strong violence, strong language, and strong sexual content.", + "order": 4 + }, + { + "certification": "18+", + "meaning": "Only to be viewed by adults and may contain extreme violence and graphic sexual content. It is mostly used for 18+ movies and pornography.", + "order": 5 + } + ], + "HU": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "Unrated", + "meaning": "Without age restriction.", + "order": 1 + }, + { + "certification": "Children", + "meaning": "Programs recommended for children. It is an optional rating, there is no obligation for broadcasters to indicate it.", + "order": 2 + }, + { + "certification": "6", + "meaning": "Programs not recommended for children below the age of 6, may not contain any violence or sexual content. A yellow circle with the number 6 written inside is used for this rating.", + "order": 3 + }, + { + "certification": "12", + "meaning": "Programs not recommended for children below the age of 12, may contain light sexual content or explicit language. Most films without serious violence or sexual content fit into this category as well. A yellow circle with the number 12 written inside is used for this rating.", + "order": 4 + }, + { + "certification": "16", + "meaning": "Programs not recommended for teens and children below the age of 16, may contain more intensive violence and sexual content. A yellow circle with the number 16 written inside is used for this rating.", + "order": 5 + }, + { + "certification": "18", + "meaning": "The program is recommended only for adult viewers (for ages 18 and up), may contain explicit violence and explicit sexual content. A red circle with the number 18 written inside is used for this rating (the red circle was also used until 2002, but it did not contain any number in it).", + "order": 6 + } + ], + "LT": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "N-7", + "meaning": "Intended for viewers from 7 years old.", + "order": 1 + }, + { + "certification": "N-14", + "meaning": "Intended for viewers from 14 years of age and broadcast from 21 (9pm) to 6 (6am) hours.", + "order": 2 + }, + { + "certification": "S", + "meaning": "Intended for adult viewers from the age of 18 (corresponding to the age-appropriate index N-18) and broadcast between 23 (11pm) and 6 (6am) hours; Limited to minors and intended for adult audiences.", + "order": 3 + } + ], + "PH": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "G", + "meaning": "Suitable for all ages. Material for television, which in the judgment of the Board does not contain anything unsuitable for children.", + "order": 1 + }, + { + "certification": "PG", + "meaning": "Parental guidance suggested. Material for television, which, in the judgment of the Board, may contain some adult material that may be permissible for children to watch but only under the guidance and supervision of a parent or adult.", + "order": 2 + }, + { + "certification": "SPG", + "meaning": "Stronger and more vigilant parental guidance is suggested. Programs classified as “SPG” may contain more serious topic and theme, which may not be advisable for children to watch except under the very vigilant guidance and presence of a parent or an adult.", + "order": 3 + }, + { + "certification": "X", + "meaning": "Any television program that does not conform to the “G”, “PG”, and “SPG” classification shall be disapproved for television broadcast.", + "order": 4 + } + ], + "ES": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "Infantil", + "meaning": "Specially recommended for younger children.", + "order": 1 + }, + { + "certification": "TP", + "meaning": "For general viewing.", + "order": 2 + }, + { + "certification": "7", + "meaning": "Not recommended for viewers under the age of 7.", + "order": 3 + }, + { + "certification": "10", + "meaning": "Not recommended for viewers under the age of 10.", + "order": 4 + }, + { + "certification": "12", + "meaning": "Not recommended for viewers under the age of 12.", + "order": 5 + }, + { + "certification": "13", + "meaning": "Not recommended for viewers under the age of 13.", + "order": 6 + }, + { + "certification": "16", + "meaning": "Not recommended for viewers under the age of 16.", + "order": 7 + }, + { + "certification": "18", + "meaning": "Not recommended for viewers under the age of 18.", + "order": 8 + } + ], + "SK": [ + { + "certification": "NR", + "meaning": "No rating information.", + "order": 0 + }, + { + "certification": "7", + "meaning": "Content suitable for children over 6 years.", + "order": 1 + }, + { + "certification": "12", + "meaning": "Content suitable for children over 12 years.", + "order": 2 + }, + { + "certification": "15", + "meaning": "Content suitable for teens over 15 years.", + "order": 3 + }, + { + "certification": "18", + "meaning": "Content exclusively for adults.", + "order": 4 + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientChangesTests.json b/TMDbLibTests/Data/data-ClientChangesTests.json new file mode 100644 index 0000000..cdf4c4d --- /dev/null +++ b/TMDbLibTests/Data/data-ClientChangesTests.json @@ -0,0 +1,12294 @@ +[ + { + "RecordedAt": "2019-01-26T17:52:01.7648361Z", + "ReducedUri": "/3/movie/changes", + "RespData": { + "results": [ + { + "id": 286307, + "adult": false + }, + { + "id": 482710, + "adult": false + }, + { + "id": 551298, + "adult": false + }, + { + "id": 42362, + "adult": false + }, + { + "id": 486101, + "adult": false + }, + { + "id": 493271, + "adult": false + }, + { + "id": 541633, + "adult": false + }, + { + "id": 369459, + "adult": false + }, + { + "id": 923, + "adult": false + }, + { + "id": 16559, + "adult": false + }, + { + "id": 40804, + "adult": false + }, + { + "id": 12621, + "adult": false + }, + { + "id": 284, + "adult": false + }, + { + "id": 62211, + "adult": false + }, + { + "id": 442062, + "adult": false + }, + { + "id": 11216, + "adult": false + }, + { + "id": 14926, + "adult": false + }, + { + "id": 174430, + "adult": false + }, + { + "id": 1125, + "adult": false + }, + { + "id": 324333, + "adult": false + }, + { + "id": 282775, + "adult": false + }, + { + "id": 143551, + "adult": false + }, + { + "id": 32040, + "adult": false + }, + { + "id": 436931, + "adult": false + }, + { + "id": 278793, + "adult": false + }, + { + "id": 27636, + "adult": false + }, + { + "id": 184525, + "adult": false + }, + { + "id": 4538, + "adult": false + }, + { + "id": 578070, + "adult": false + }, + { + "id": 411516, + "adult": false + }, + { + "id": 507790, + "adult": false + }, + { + "id": 578069, + "adult": false + }, + { + "id": 235, + "adult": false + }, + { + "id": 561699, + "adult": false + }, + { + "id": 554753, + "adult": false + }, + { + "id": 578068, + "adult": false + }, + { + "id": 10393, + "adult": false + }, + { + "id": 578067, + "adult": false + }, + { + "id": 215816, + "adult": false + }, + { + "id": 574904, + "adult": false + }, + { + "id": 530754, + "adult": false + }, + { + "id": 322361, + "adult": false + }, + { + "id": 577529, + "adult": false + }, + { + "id": 419560, + "adult": false + }, + { + "id": 577335, + "adult": false + }, + { + "id": 307920, + "adult": false + }, + { + "id": 307999, + "adult": false + }, + { + "id": 577604, + "adult": false + }, + { + "id": 214022, + "adult": false + }, + { + "id": 303318, + "adult": false + }, + { + "id": 119860, + "adult": false + }, + { + "id": 180863, + "adult": false + }, + { + "id": 578066, + "adult": false + }, + { + "id": 409436, + "adult": false + }, + { + "id": 463116, + "adult": false + }, + { + "id": 578065, + "adult": false + }, + { + "id": 254935, + "adult": false + }, + { + "id": 578064, + "adult": false + }, + { + "id": 65610, + "adult": false + }, + { + "id": 11879, + "adult": false + }, + { + "id": 150838, + "adult": false + }, + { + "id": 333187, + "adult": false + }, + { + "id": 527729, + "adult": false + }, + { + "id": 487672, + "adult": false + }, + { + "id": 39315, + "adult": false + }, + { + "id": 82448, + "adult": false + }, + { + "id": 433023, + "adult": false + }, + { + "id": 446170, + "adult": false + }, + { + "id": 48309, + "adult": false + }, + { + "id": 7551, + "adult": false + }, + { + "id": 492877, + "adult": false + }, + { + "id": 495891, + "adult": false + }, + { + "id": 64319, + "adult": false + }, + { + "id": 244043, + "adult": false + }, + { + "id": 65211, + "adult": false + }, + { + "id": 65213, + "adult": false + }, + { + "id": 310978, + "adult": false + }, + { + "id": 175386, + "adult": false + }, + { + "id": 9804, + "adult": false + }, + { + "id": 161742, + "adult": false + }, + { + "id": 2501, + "adult": false + }, + { + "id": 22522, + "adult": false + }, + { + "id": 43490, + "adult": false + }, + { + "id": 293709, + "adult": false + }, + { + "id": 438373, + "adult": false + }, + { + "id": 240462, + "adult": false + }, + { + "id": 578061, + "adult": false + }, + { + "id": 475094, + "adult": false + }, + { + "id": 42359, + "adult": false + }, + { + "id": 534677, + "adult": false + }, + { + "id": 17677, + "adult": false + }, + { + "id": 578059, + "adult": false + }, + { + "id": 29880, + "adult": false + }, + { + "id": 411088, + "adult": false + }, + { + "id": 410862, + "adult": false + }, + { + "id": 289435, + "adult": false + }, + { + "id": 399222, + "adult": false + }, + { + "id": 525295, + "adult": false + }, + { + "id": 211775, + "adult": false + }, + { + "id": 578057, + "adult": false + }, + { + "id": 70950, + "adult": false + }, + { + "id": 575314, + "adult": false + }, + { + "id": 575739, + "adult": null + }, + { + "id": 175182, + "adult": false + }, + { + "id": 136467, + "adult": false + }, + { + "id": 41430, + "adult": false + }, + { + "id": 318208, + "adult": false + }, + { + "id": 37038, + "adult": false + }, + { + "id": 139523, + "adult": false + }, + { + "id": 578054, + "adult": false + }, + { + "id": 578053, + "adult": true + }, + { + "id": 566062, + "adult": false + }, + { + "id": 248780, + "adult": false + }, + { + "id": 131913, + "adult": false + }, + { + "id": 308019, + "adult": false + }, + { + "id": 13970, + "adult": false + }, + { + "id": 453352, + "adult": false + }, + { + "id": 458604, + "adult": null + }, + { + "id": 460013, + "adult": null + }, + { + "id": 459288, + "adult": null + }, + { + "id": 474944, + "adult": false + }, + { + "id": 459890, + "adult": null + }, + { + "id": 37621, + "adult": false + }, + { + "id": 459893, + "adult": null + }, + { + "id": 460015, + "adult": null + }, + { + "id": 460016, + "adult": null + }, + { + "id": 460018, + "adult": null + }, + { + "id": 418250, + "adult": false + }, + { + "id": 459289, + "adult": null + }, + { + "id": 467105, + "adult": false + }, + { + "id": 5036, + "adult": false + }, + { + "id": 487416, + "adult": false + }, + { + "id": 578051, + "adult": false + }, + { + "id": 2270, + "adult": false + }, + { + "id": 441056, + "adult": false + }, + { + "id": 37870, + "adult": false + }, + { + "id": 516051, + "adult": false + }, + { + "id": 18818, + "adult": false + }, + { + "id": 545053, + "adult": false + }, + { + "id": 578049, + "adult": false + }, + { + "id": 238732, + "adult": false + }, + { + "id": 303991, + "adult": false + }, + { + "id": 20444, + "adult": false + }, + { + "id": 42792, + "adult": false + }, + { + "id": 578048, + "adult": false + }, + { + "id": 169788, + "adult": false + }, + { + "id": 441066, + "adult": false + }, + { + "id": 4933, + "adult": false + }, + { + "id": 6844, + "adult": false + }, + { + "id": 448337, + "adult": false + }, + { + "id": 561857, + "adult": false + }, + { + "id": 578045, + "adult": false + }, + { + "id": 258509, + "adult": false + }, + { + "id": 74672, + "adult": false + }, + { + "id": 554851, + "adult": false + }, + { + "id": 11558, + "adult": false + }, + { + "id": 281338, + "adult": false + }, + { + "id": 57300, + "adult": false + }, + { + "id": 525910, + "adult": false + }, + { + "id": 18254, + "adult": false + }, + { + "id": 578043, + "adult": false + }, + { + "id": 484638, + "adult": false + }, + { + "id": 441310, + "adult": false + }, + { + "id": 484247, + "adult": false + }, + { + "id": 516083, + "adult": false + }, + { + "id": 425634, + "adult": false + }, + { + "id": 382517, + "adult": false + }, + { + "id": 330299, + "adult": false + }, + { + "id": 66966, + "adult": false + }, + { + "id": 32615, + "adult": false + }, + { + "id": 11316, + "adult": false + }, + { + "id": 39834, + "adult": false + }, + { + "id": 277396, + "adult": false + }, + { + "id": 152601, + "adult": false + }, + { + "id": 42626, + "adult": false + }, + { + "id": 39308, + "adult": false + }, + { + "id": 308423, + "adult": false + }, + { + "id": 141, + "adult": false + }, + { + "id": 578042, + "adult": false + }, + { + "id": 482948, + "adult": false + }, + { + "id": 578041, + "adult": false + }, + { + "id": 578040, + "adult": false + }, + { + "id": 24134, + "adult": false + }, + { + "id": 340613, + "adult": false + }, + { + "id": 578076, + "adult": false + }, + { + "id": 9763, + "adult": false + }, + { + "id": 495470, + "adult": false + }, + { + "id": 87924, + "adult": false + }, + { + "id": 171376, + "adult": false + }, + { + "id": 23567, + "adult": false + }, + { + "id": 128396, + "adult": false + }, + { + "id": 3003, + "adult": false + }, + { + "id": 59709, + "adult": false + }, + { + "id": 46968, + "adult": false + }, + { + "id": 38621, + "adult": false + }, + { + "id": 578036, + "adult": false + }, + { + "id": 575414, + "adult": false + }, + { + "id": 578035, + "adult": false + }, + { + "id": 9827, + "adult": false + }, + { + "id": 564766, + "adult": false + }, + { + "id": 524288, + "adult": false + }, + { + "id": 308187, + "adult": false + }, + { + "id": 4552, + "adult": false + }, + { + "id": 907, + "adult": false + }, + { + "id": 15925, + "adult": false + }, + { + "id": 437375, + "adult": false + }, + { + "id": 146608, + "adult": false + }, + { + "id": 363676, + "adult": false + }, + { + "id": 395992, + "adult": false + }, + { + "id": 37451, + "adult": false + }, + { + "id": 577843, + "adult": false + }, + { + "id": 578031, + "adult": false + }, + { + "id": 259750, + "adult": false + }, + { + "id": 294890, + "adult": false + }, + { + "id": 284440, + "adult": false + }, + { + "id": 420152, + "adult": false + }, + { + "id": 121986, + "adult": false + }, + { + "id": 27573, + "adult": false + }, + { + "id": 578044, + "adult": false + }, + { + "id": 521595, + "adult": false + }, + { + "id": 578030, + "adult": false + }, + { + "id": 578029, + "adult": false + }, + { + "id": 239400, + "adult": false + }, + { + "id": 251967, + "adult": false + }, + { + "id": 2161, + "adult": false + }, + { + "id": 441048, + "adult": false + }, + { + "id": 399248, + "adult": false + }, + { + "id": 578027, + "adult": false + }, + { + "id": 15788, + "adult": false + }, + { + "id": 432357, + "adult": false + }, + { + "id": 20051, + "adult": false + }, + { + "id": 256961, + "adult": false + }, + { + "id": 347375, + "adult": false + }, + { + "id": 505192, + "adult": false + }, + { + "id": 402900, + "adult": false + }, + { + "id": 18209, + "adult": false + }, + { + "id": 404469, + "adult": false + }, + { + "id": 433778, + "adult": false + }, + { + "id": 246057, + "adult": false + }, + { + "id": 578025, + "adult": false + }, + { + "id": 55307, + "adult": false + }, + { + "id": 401847, + "adult": false + }, + { + "id": 81888, + "adult": false + }, + { + "id": 456509, + "adult": false + }, + { + "id": 289373, + "adult": false + }, + { + "id": 40172, + "adult": false + }, + { + "id": 276629, + "adult": false + }, + { + "id": 263776, + "adult": false + }, + { + "id": 57158, + "adult": false + }, + { + "id": 55381, + "adult": false + }, + { + "id": 22311, + "adult": false + }, + { + "id": 218337, + "adult": false + }, + { + "id": 512412, + "adult": false + }, + { + "id": 216648, + "adult": false + }, + { + "id": 79850, + "adult": false + }, + { + "id": 12193, + "adult": false + }, + { + "id": 409101, + "adult": false + }, + { + "id": 13722, + "adult": false + }, + { + "id": 303470, + "adult": false + }, + { + "id": 286734, + "adult": false + }, + { + "id": 578024, + "adult": false + }, + { + "id": 245457, + "adult": false + }, + { + "id": 460321, + "adult": false + }, + { + "id": 42246, + "adult": false + }, + { + "id": 181950, + "adult": false + }, + { + "id": 5600, + "adult": false + }, + { + "id": 272073, + "adult": false + }, + { + "id": 17671, + "adult": false + }, + { + "id": 400650, + "adult": false + }, + { + "id": 920, + "adult": false + }, + { + "id": 96001, + "adult": false + }, + { + "id": 578023, + "adult": false + }, + { + "id": 359426, + "adult": false + }, + { + "id": 578033, + "adult": true + }, + { + "id": 522414, + "adult": false + }, + { + "id": 361249, + "adult": false + }, + { + "id": 415214, + "adult": false + }, + { + "id": 209594, + "adult": false + }, + { + "id": 13491, + "adult": false + }, + { + "id": 35153, + "adult": false + }, + { + "id": 297763, + "adult": false + }, + { + "id": 578022, + "adult": false + }, + { + "id": 114364, + "adult": false + }, + { + "id": 7484, + "adult": false + }, + { + "id": 396424, + "adult": false + }, + { + "id": 12783, + "adult": false + }, + { + "id": 576834, + "adult": false + }, + { + "id": 15794, + "adult": false + }, + { + "id": 8055, + "adult": false + }, + { + "id": 399174, + "adult": false + }, + { + "id": 648, + "adult": false + }, + { + "id": 9615, + "adult": false + }, + { + "id": 10344, + "adult": false + }, + { + "id": 313653, + "adult": false + }, + { + "id": 9562, + "adult": false + }, + { + "id": 261891, + "adult": false + }, + { + "id": 258926, + "adult": false + }, + { + "id": 174971, + "adult": false + }, + { + "id": 4566, + "adult": false + }, + { + "id": 410308, + "adult": false + }, + { + "id": 524387, + "adult": false + }, + { + "id": 522438, + "adult": false + }, + { + "id": 578017, + "adult": false + }, + { + "id": 260972, + "adult": false + }, + { + "id": 25649, + "adult": false + }, + { + "id": 242737, + "adult": false + }, + { + "id": 46934, + "adult": false + }, + { + "id": 415634, + "adult": false + }, + { + "id": 401469, + "adult": false + }, + { + "id": 376865, + "adult": false + }, + { + "id": 82693, + "adult": false + }, + { + "id": 578016, + "adult": false + }, + { + "id": 303942, + "adult": false + }, + { + "id": 170150, + "adult": false + }, + { + "id": 274863, + "adult": false + }, + { + "id": 221449, + "adult": false + }, + { + "id": 320762, + "adult": false + }, + { + "id": 494050, + "adult": false + }, + { + "id": 46207, + "adult": false + }, + { + "id": 13522, + "adult": false + }, + { + "id": 15263, + "adult": false + }, + { + "id": 578014, + "adult": false + }, + { + "id": 40723, + "adult": false + }, + { + "id": 14626, + "adult": false + }, + { + "id": 10215, + "adult": false + }, + { + "id": 578055, + "adult": false + }, + { + "id": 508, + "adult": false + }, + { + "id": 578039, + "adult": false + }, + { + "id": 18645, + "adult": false + }, + { + "id": 375785, + "adult": false + }, + { + "id": 361841, + "adult": false + }, + { + "id": 8818, + "adult": false + }, + { + "id": 72414, + "adult": false + }, + { + "id": 46745, + "adult": false + }, + { + "id": 578011, + "adult": false + }, + { + "id": 578052, + "adult": false + }, + { + "id": 9980, + "adult": false + }, + { + "id": 578010, + "adult": false + }, + { + "id": 578009, + "adult": false + }, + { + "id": 11156, + "adult": false + }, + { + "id": 253112, + "adult": false + }, + { + "id": 21597, + "adult": false + }, + { + "id": 25313, + "adult": false + }, + { + "id": 24984, + "adult": false + }, + { + "id": 578071, + "adult": false + }, + { + "id": 8810, + "adult": false + }, + { + "id": 371457, + "adult": false + }, + { + "id": 16279, + "adult": false + }, + { + "id": 426563, + "adult": false + }, + { + "id": 572586, + "adult": false + }, + { + "id": 30200, + "adult": false + }, + { + "id": 51010, + "adult": false + }, + { + "id": 479355, + "adult": false + }, + { + "id": 1407, + "adult": false + }, + { + "id": 145893, + "adult": false + }, + { + "id": 18857, + "adult": false + }, + { + "id": 1989, + "adult": false + }, + { + "id": 4497, + "adult": false + }, + { + "id": 374139, + "adult": false + }, + { + "id": 574850, + "adult": false + }, + { + "id": 578007, + "adult": true + }, + { + "id": 10476, + "adult": false + }, + { + "id": 5241, + "adult": false + }, + { + "id": 578006, + "adult": false + }, + { + "id": 50401, + "adult": false + }, + { + "id": 303, + "adult": false + }, + { + "id": 572593, + "adult": false + }, + { + "id": 26932, + "adult": false + }, + { + "id": 456502, + "adult": false + }, + { + "id": 115494, + "adult": false + }, + { + "id": 34803, + "adult": false + }, + { + "id": 573702, + "adult": false + }, + { + "id": 4550, + "adult": false + }, + { + "id": 578003, + "adult": false + }, + { + "id": 2229, + "adult": false + }, + { + "id": 7326, + "adult": false + }, + { + "id": 59, + "adult": false + }, + { + "id": 414714, + "adult": false + }, + { + "id": 25704, + "adult": false + }, + { + "id": 42347, + "adult": false + }, + { + "id": 18993, + "adult": false + }, + { + "id": 380002, + "adult": false + }, + { + "id": 537915, + "adult": false + }, + { + "id": 577998, + "adult": false + }, + { + "id": 42607, + "adult": false + }, + { + "id": 577997, + "adult": false + }, + { + "id": 578050, + "adult": false + }, + { + "id": 72570, + "adult": false + }, + { + "id": 102389, + "adult": false + }, + { + "id": 7461, + "adult": false + }, + { + "id": 562599, + "adult": false + }, + { + "id": 451915, + "adult": false + }, + { + "id": 577996, + "adult": false + }, + { + "id": 13341, + "adult": false + }, + { + "id": 531862, + "adult": false + }, + { + "id": 554967, + "adult": false + }, + { + "id": 377985, + "adult": false + }, + { + "id": 6023, + "adult": false + }, + { + "id": 577995, + "adult": false + }, + { + "id": 548945, + "adult": false + }, + { + "id": 13690, + "adult": false + }, + { + "id": 262500, + "adult": false + }, + { + "id": 62346, + "adult": false + }, + { + "id": 5718, + "adult": false + }, + { + "id": 550844, + "adult": false + }, + { + "id": 174309, + "adult": false + }, + { + "id": 18927, + "adult": false + }, + { + "id": 294254, + "adult": false + }, + { + "id": 60479, + "adult": false + }, + { + "id": 336843, + "adult": false + }, + { + "id": 266844, + "adult": false + }, + { + "id": 198663, + "adult": false + }, + { + "id": 577994, + "adult": false + }, + { + "id": 36415, + "adult": false + }, + { + "id": 10773, + "adult": false + }, + { + "id": 577993, + "adult": false + }, + { + "id": 577992, + "adult": null + }, + { + "id": 424694, + "adult": false + }, + { + "id": 577990, + "adult": true + }, + { + "id": 577989, + "adult": false + }, + { + "id": 577988, + "adult": false + }, + { + "id": 570670, + "adult": false + }, + { + "id": 459287, + "adult": null + }, + { + "id": 441881, + "adult": false + }, + { + "id": 38695, + "adult": false + }, + { + "id": 65481, + "adult": false + }, + { + "id": 577991, + "adult": false + }, + { + "id": 84529, + "adult": false + }, + { + "id": 577987, + "adult": false + }, + { + "id": 10303, + "adult": false + }, + { + "id": 401326, + "adult": false + }, + { + "id": 14930, + "adult": false + }, + { + "id": 577986, + "adult": false + }, + { + "id": 402898, + "adult": false + }, + { + "id": 577984, + "adult": false + }, + { + "id": 512023, + "adult": false + }, + { + "id": 576512, + "adult": false + }, + { + "id": 577982, + "adult": false + }, + { + "id": 491622, + "adult": false + }, + { + "id": 50507, + "adult": false + }, + { + "id": 577981, + "adult": false + }, + { + "id": 139008, + "adult": false + }, + { + "id": 496412, + "adult": false + }, + { + "id": 421744, + "adult": false + }, + { + "id": 577980, + "adult": false + }, + { + "id": 512098, + "adult": false + }, + { + "id": 410851, + "adult": false + }, + { + "id": 234043, + "adult": false + }, + { + "id": 10227, + "adult": false + }, + { + "id": 373475, + "adult": false + }, + { + "id": 469240, + "adult": false + }, + { + "id": 324151, + "adult": false + }, + { + "id": 577978, + "adult": false + }, + { + "id": 9907, + "adult": false + }, + { + "id": 39859, + "adult": false + }, + { + "id": 15121, + "adult": false + }, + { + "id": 578015, + "adult": false + }, + { + "id": 409266, + "adult": false + }, + { + "id": 529646, + "adult": false + }, + { + "id": 24731, + "adult": false + }, + { + "id": 577977, + "adult": false + }, + { + "id": 14475, + "adult": false + }, + { + "id": 465054, + "adult": false + }, + { + "id": 452889, + "adult": false + }, + { + "id": 18513, + "adult": false + }, + { + "id": 101033, + "adult": false + }, + { + "id": 15660, + "adult": false + }, + { + "id": 209249, + "adult": false + }, + { + "id": 36457, + "adult": false + }, + { + "id": 69058, + "adult": false + }, + { + "id": 335173, + "adult": false + }, + { + "id": 205514, + "adult": true + }, + { + "id": 1937, + "adult": false + }, + { + "id": 536869, + "adult": false + }, + { + "id": 362584, + "adult": false + }, + { + "id": 254905, + "adult": false + }, + { + "id": 449459, + "adult": false + }, + { + "id": 12116, + "adult": false + }, + { + "id": 29805, + "adult": false + }, + { + "id": 235208, + "adult": false + }, + { + "id": 42787, + "adult": false + }, + { + "id": 350765, + "adult": false + }, + { + "id": 307316, + "adult": false + }, + { + "id": 482604, + "adult": false + }, + { + "id": 459892, + "adult": null + }, + { + "id": 19851, + "adult": false + }, + { + "id": 561729, + "adult": false + }, + { + "id": 31303, + "adult": false + }, + { + "id": 577972, + "adult": false + }, + { + "id": 565276, + "adult": false + }, + { + "id": 577971, + "adult": false + }, + { + "id": 411931, + "adult": false + }, + { + "id": 433249, + "adult": false + }, + { + "id": 40700, + "adult": false + }, + { + "id": 81481, + "adult": false + }, + { + "id": 30940, + "adult": false + }, + { + "id": 544902, + "adult": false + }, + { + "id": 291624, + "adult": false + }, + { + "id": 444143, + "adult": false + }, + { + "id": 25680, + "adult": false + }, + { + "id": 311867, + "adult": false + }, + { + "id": 472451, + "adult": false + }, + { + "id": 42236, + "adult": false + }, + { + "id": 577976, + "adult": null + }, + { + "id": 13569, + "adult": false + }, + { + "id": 95562, + "adult": false + }, + { + "id": 20967, + "adult": false + }, + { + "id": 102286, + "adult": false + }, + { + "id": 118544, + "adult": false + }, + { + "id": 540233, + "adult": false + }, + { + "id": 44826, + "adult": false + }, + { + "id": 197467, + "adult": false + }, + { + "id": 17905, + "adult": false + }, + { + "id": 76726, + "adult": false + }, + { + "id": 534562, + "adult": false + }, + { + "id": 107179, + "adult": false + }, + { + "id": 329280, + "adult": false + }, + { + "id": 379019, + "adult": false + }, + { + "id": 577736, + "adult": false + }, + { + "id": 528268, + "adult": false + }, + { + "id": 577908, + "adult": false + }, + { + "id": 577358, + "adult": false + }, + { + "id": 572151, + "adult": false + }, + { + "id": 11918, + "adult": false + }, + { + "id": 459055, + "adult": null + }, + { + "id": 594, + "adult": false + }, + { + "id": 9815, + "adult": false + }, + { + "id": 577974, + "adult": false + }, + { + "id": 267330, + "adult": false + }, + { + "id": 83752, + "adult": false + }, + { + "id": 312128, + "adult": false + }, + { + "id": 547198, + "adult": false + }, + { + "id": 16563, + "adult": false + }, + { + "id": 454293, + "adult": false + }, + { + "id": 461809, + "adult": false + }, + { + "id": 503609, + "adult": false + }, + { + "id": 62393, + "adult": false + }, + { + "id": 557648, + "adult": false + }, + { + "id": 340148, + "adult": false + }, + { + "id": 484436, + "adult": false + }, + { + "id": 471011, + "adult": false + }, + { + "id": 277766, + "adult": false + }, + { + "id": 577882, + "adult": false + }, + { + "id": 81847, + "adult": false + }, + { + "id": 64115, + "adult": false + }, + { + "id": 422742, + "adult": false + }, + { + "id": 577956, + "adult": false + }, + { + "id": 9741, + "adult": false + }, + { + "id": 549172, + "adult": false + }, + { + "id": 299534, + "adult": false + }, + { + "id": 577969, + "adult": false + }, + { + "id": 577366, + "adult": false + }, + { + "id": 14202, + "adult": false + }, + { + "id": 577904, + "adult": false + }, + { + "id": 249497, + "adult": false + }, + { + "id": 577937, + "adult": false + }, + { + "id": 520651, + "adult": null + }, + { + "id": 11973, + "adult": false + }, + { + "id": 505975, + "adult": false + }, + { + "id": 502490, + "adult": false + }, + { + "id": 11605, + "adult": false + }, + { + "id": 489999, + "adult": false + }, + { + "id": 379536, + "adult": false + }, + { + "id": 155451, + "adult": false + }, + { + "id": 164154, + "adult": false + }, + { + "id": 534213, + "adult": false + }, + { + "id": 491673, + "adult": false + }, + { + "id": 399402, + "adult": false + }, + { + "id": 495687, + "adult": false + }, + { + "id": 363817, + "adult": false + }, + { + "id": 419303, + "adult": false + }, + { + "id": 17804, + "adult": false + }, + { + "id": 503752, + "adult": false + }, + { + "id": 578008, + "adult": false + }, + { + "id": 576231, + "adult": false + }, + { + "id": 577913, + "adult": false + }, + { + "id": 220005, + "adult": false + }, + { + "id": 572931, + "adult": false + }, + { + "id": 577460, + "adult": false + }, + { + "id": 4176, + "adult": false + }, + { + "id": 463272, + "adult": false + }, + { + "id": 83232, + "adult": false + }, + { + "id": 12208, + "adult": false + }, + { + "id": 577902, + "adult": false + }, + { + "id": 326794, + "adult": false + }, + { + "id": 13398, + "adult": false + }, + { + "id": 575832, + "adult": false + }, + { + "id": 11932, + "adult": false + }, + { + "id": 574150, + "adult": false + }, + { + "id": 126331, + "adult": false + }, + { + "id": 514855, + "adult": false + }, + { + "id": 487817, + "adult": false + }, + { + "id": 559387, + "adult": false + }, + { + "id": 3558, + "adult": false + }, + { + "id": 17614, + "adult": false + }, + { + "id": 549472, + "adult": false + }, + { + "id": 557264, + "adult": false + }, + { + "id": 81716, + "adult": false + }, + { + "id": 577941, + "adult": false + }, + { + "id": 10835, + "adult": false + }, + { + "id": 338276, + "adult": false + }, + { + "id": 362585, + "adult": false + }, + { + "id": 19971, + "adult": false + }, + { + "id": 64629, + "adult": false + }, + { + "id": 429829, + "adult": false + }, + { + "id": 360173, + "adult": false + }, + { + "id": 38579, + "adult": false + }, + { + "id": 577962, + "adult": false + }, + { + "id": 464825, + "adult": false + }, + { + "id": 482924, + "adult": false + }, + { + "id": 576478, + "adult": false + }, + { + "id": 53516, + "adult": false + }, + { + "id": 287625, + "adult": false + }, + { + "id": 288624, + "adult": false + }, + { + "id": 936, + "adult": false + }, + { + "id": 10064, + "adult": false + }, + { + "id": 577899, + "adult": false + }, + { + "id": 77877, + "adult": false + }, + { + "id": 563081, + "adult": false + }, + { + "id": 555112, + "adult": false + }, + { + "id": 7873, + "adult": false + }, + { + "id": 327790, + "adult": false + }, + { + "id": 538228, + "adult": false + }, + { + "id": 49047, + "adult": false + }, + { + "id": 349353, + "adult": false + }, + { + "id": 86531, + "adult": false + }, + { + "id": 577742, + "adult": null + }, + { + "id": 360904, + "adult": false + }, + { + "id": 322664, + "adult": false + }, + { + "id": 578072, + "adult": false + }, + { + "id": 467612, + "adult": false + }, + { + "id": 2899, + "adult": false + }, + { + "id": 19306, + "adult": false + }, + { + "id": 189192, + "adult": false + }, + { + "id": 480414, + "adult": false + }, + { + "id": 457799, + "adult": false + }, + { + "id": 259937, + "adult": false + }, + { + "id": 9515, + "adult": false + }, + { + "id": 577897, + "adult": false + }, + { + "id": 310121, + "adult": false + }, + { + "id": 344933, + "adult": false + }, + { + "id": 513302, + "adult": false + }, + { + "id": 504599, + "adult": false + }, + { + "id": 561077, + "adult": false + }, + { + "id": 576909, + "adult": true + }, + { + "id": 466172, + "adult": false + }, + { + "id": 490017, + "adult": false + }, + { + "id": 118289, + "adult": false + }, + { + "id": 244786, + "adult": false + }, + { + "id": 316205, + "adult": false + }, + { + "id": 376660, + "adult": false + }, + { + "id": 11832, + "adult": false + }, + { + "id": 91994, + "adult": false + }, + { + "id": 186971, + "adult": false + }, + { + "id": 38984, + "adult": false + }, + { + "id": 1023, + "adult": false + }, + { + "id": 494407, + "adult": false + }, + { + "id": 329996, + "adult": false + }, + { + "id": 577906, + "adult": false + }, + { + "id": 561406, + "adult": false + }, + { + "id": 4972, + "adult": false + }, + { + "id": 1645, + "adult": false + }, + { + "id": 344556, + "adult": false + }, + { + "id": 273153, + "adult": false + }, + { + "id": 577425, + "adult": false + }, + { + "id": 34593, + "adult": false + }, + { + "id": 505197, + "adult": false + }, + { + "id": 347549, + "adult": false + }, + { + "id": 527211, + "adult": null + }, + { + "id": 47104, + "adult": false + }, + { + "id": 512196, + "adult": false + }, + { + "id": 450465, + "adult": false + }, + { + "id": 68337, + "adult": false + }, + { + "id": 224972, + "adult": false + }, + { + "id": 181441, + "adult": false + }, + { + "id": 131244, + "adult": false + }, + { + "id": 424139, + "adult": false + }, + { + "id": 173385, + "adult": false + }, + { + "id": 207, + "adult": false + }, + { + "id": 277228, + "adult": false + }, + { + "id": 24191, + "adult": false + }, + { + "id": 138078, + "adult": false + }, + { + "id": 577893, + "adult": false + }, + { + "id": 97590, + "adult": false + }, + { + "id": 577979, + "adult": false + }, + { + "id": 48482, + "adult": false + }, + { + "id": 575538, + "adult": false + }, + { + "id": 578058, + "adult": false + }, + { + "id": 10796, + "adult": false + }, + { + "id": 489170, + "adult": false + }, + { + "id": 292431, + "adult": false + }, + { + "id": 307981, + "adult": false + }, + { + "id": 72710, + "adult": false + }, + { + "id": 452832, + "adult": false + }, + { + "id": 163758, + "adult": false + }, + { + "id": 577890, + "adult": false + }, + { + "id": 365942, + "adult": false + }, + { + "id": 10426, + "adult": false + }, + { + "id": 21878, + "adult": false + }, + { + "id": 514586, + "adult": false + }, + { + "id": 375111, + "adult": false + }, + { + "id": 522421, + "adult": false + }, + { + "id": 577983, + "adult": false + }, + { + "id": 421447, + "adult": false + }, + { + "id": 6278, + "adult": false + }, + { + "id": 9276, + "adult": false + }, + { + "id": 538207, + "adult": false + }, + { + "id": 21332, + "adult": false + }, + { + "id": 429623, + "adult": false + }, + { + "id": 125110, + "adult": false + }, + { + "id": 24012, + "adult": false + }, + { + "id": 458559, + "adult": false + }, + { + "id": 404594, + "adult": false + }, + { + "id": 9697, + "adult": false + }, + { + "id": 25643, + "adult": false + }, + { + "id": 366517, + "adult": false + }, + { + "id": 457041, + "adult": false + }, + { + "id": 339988, + "adult": false + }, + { + "id": 341735, + "adult": false + }, + { + "id": 117251, + "adult": false + }, + { + "id": 32047, + "adult": false + }, + { + "id": 503551, + "adult": false + }, + { + "id": 517062, + "adult": false + }, + { + "id": 87916, + "adult": false + }, + { + "id": 10464, + "adult": false + }, + { + "id": 35669, + "adult": false + }, + { + "id": 28124, + "adult": false + }, + { + "id": 489539, + "adult": false + }, + { + "id": 577891, + "adult": false + }, + { + "id": 471506, + "adult": false + }, + { + "id": 77461, + "adult": false + }, + { + "id": 256421, + "adult": false + }, + { + "id": 577889, + "adult": false + }, + { + "id": 575923, + "adult": false + }, + { + "id": 432248, + "adult": false + }, + { + "id": 107454, + "adult": false + }, + { + "id": 172149, + "adult": false + }, + { + "id": 217411, + "adult": false + }, + { + "id": 1581, + "adult": false + }, + { + "id": 577900, + "adult": false + }, + { + "id": 578046, + "adult": false + }, + { + "id": 324857, + "adult": false + }, + { + "id": 371866, + "adult": false + }, + { + "id": 577949, + "adult": false + }, + { + "id": 433627, + "adult": false + }, + { + "id": 10229, + "adult": false + }, + { + "id": 577883, + "adult": false + }, + { + "id": 395269, + "adult": false + }, + { + "id": 577909, + "adult": false + }, + { + "id": 9406, + "adult": false + }, + { + "id": 67102, + "adult": false + }, + { + "id": 11636, + "adult": false + }, + { + "id": 339380, + "adult": false + }, + { + "id": 577466, + "adult": false + }, + { + "id": 424783, + "adult": false + }, + { + "id": 577963, + "adult": false + }, + { + "id": 384680, + "adult": false + }, + { + "id": 296493, + "adult": false + }, + { + "id": 566676, + "adult": true + }, + { + "id": 499378, + "adult": false + }, + { + "id": 253519, + "adult": false + }, + { + "id": 538356, + "adult": false + }, + { + "id": 17692, + "adult": false + }, + { + "id": 1985, + "adult": false + }, + { + "id": 577911, + "adult": false + }, + { + "id": 360172, + "adult": false + }, + { + "id": 11954, + "adult": false + }, + { + "id": 310568, + "adult": false + }, + { + "id": 8681, + "adult": false + }, + { + "id": 499152, + "adult": false + }, + { + "id": 236143, + "adult": false + }, + { + "id": 577867, + "adult": false + }, + { + "id": 578047, + "adult": false + }, + { + "id": 61108, + "adult": false + }, + { + "id": 568257, + "adult": false + }, + { + "id": 339219, + "adult": false + }, + { + "id": 40440, + "adult": false + }, + { + "id": 576420, + "adult": false + }, + { + "id": 383498, + "adult": false + }, + { + "id": 26663, + "adult": false + }, + { + "id": 125310, + "adult": false + }, + { + "id": 328630, + "adult": false + }, + { + "id": 11948, + "adult": false + }, + { + "id": 577886, + "adult": false + }, + { + "id": 562540, + "adult": false + }, + { + "id": 1052, + "adult": false + }, + { + "id": 512064, + "adult": false + }, + { + "id": 87308, + "adult": false + }, + { + "id": 34016, + "adult": false + }, + { + "id": 577863, + "adult": true + }, + { + "id": 129697, + "adult": false + }, + { + "id": 108726, + "adult": false + }, + { + "id": 13387, + "adult": false + }, + { + "id": 223283, + "adult": false + }, + { + "id": 6511, + "adult": false + }, + { + "id": 205588, + "adult": false + }, + { + "id": 467613, + "adult": false + }, + { + "id": 14979, + "adult": false + }, + { + "id": 257641, + "adult": false + }, + { + "id": 489930, + "adult": false + }, + { + "id": 402868, + "adult": false + }, + { + "id": 9061, + "adult": false + }, + { + "id": 252673, + "adult": false + }, + { + "id": 369128, + "adult": false + }, + { + "id": 515364, + "adult": null + }, + { + "id": 73624, + "adult": false + }, + { + "id": 76099, + "adult": false + }, + { + "id": 392204, + "adult": false + }, + { + "id": 348657, + "adult": false + }, + { + "id": 346910, + "adult": false + }, + { + "id": 1427, + "adult": false + }, + { + "id": 578056, + "adult": false + }, + { + "id": 5876, + "adult": false + }, + { + "id": 460648, + "adult": false + }, + { + "id": 64079, + "adult": false + }, + { + "id": 9335, + "adult": false + }, + { + "id": 184558, + "adult": false + }, + { + "id": 441244, + "adult": false + }, + { + "id": 574060, + "adult": false + }, + { + "id": 549666, + "adult": false + }, + { + "id": 438650, + "adult": false + }, + { + "id": 280217, + "adult": false + }, + { + "id": 106210, + "adult": false + }, + { + "id": 10431, + "adult": false + }, + { + "id": 275985, + "adult": false + }, + { + "id": 577878, + "adult": false + }, + { + "id": 25876, + "adult": false + }, + { + "id": 428078, + "adult": false + }, + { + "id": 577953, + "adult": false + }, + { + "id": 500853, + "adult": false + }, + { + "id": 182896, + "adult": false + }, + { + "id": 577894, + "adult": false + }, + { + "id": 274856, + "adult": false + }, + { + "id": 35165, + "adult": false + }, + { + "id": 360171, + "adult": false + }, + { + "id": 479700, + "adult": false + }, + { + "id": 429197, + "adult": false + }, + { + "id": 206186, + "adult": false + }, + { + "id": 179, + "adult": false + }, + { + "id": 143066, + "adult": false + }, + { + "id": 553030, + "adult": false + }, + { + "id": 538512, + "adult": true + }, + { + "id": 11589, + "adult": false + }, + { + "id": 557409, + "adult": null + }, + { + "id": 242264, + "adult": false + }, + { + "id": 380817, + "adult": false + }, + { + "id": 514988, + "adult": false + }, + { + "id": 254411, + "adult": false + }, + { + "id": 446827, + "adult": false + }, + { + "id": 538061, + "adult": false + }, + { + "id": 434966, + "adult": false + }, + { + "id": 935, + "adult": false + }, + { + "id": 465914, + "adult": false + }, + { + "id": 10362, + "adult": false + }, + { + "id": 286721, + "adult": false + }, + { + "id": 202253, + "adult": false + }, + { + "id": 277432, + "adult": false + }, + { + "id": 503742, + "adult": false + }, + { + "id": 439552, + "adult": false + }, + { + "id": 141810, + "adult": false + }, + { + "id": 539036, + "adult": false + }, + { + "id": 12911, + "adult": false + }, + { + "id": 9429, + "adult": false + }, + { + "id": 10140, + "adult": false + }, + { + "id": 23047, + "adult": false + }, + { + "id": 44664, + "adult": false + }, + { + "id": 577874, + "adult": false + }, + { + "id": 399170, + "adult": false + }, + { + "id": 338461, + "adult": false + }, + { + "id": 160165, + "adult": false + }, + { + "id": 558311, + "adult": false + }, + { + "id": 423476, + "adult": false + }, + { + "id": 10783, + "adult": false + }, + { + "id": 240188, + "adult": false + }, + { + "id": 54575, + "adult": false + }, + { + "id": 577955, + "adult": false + }, + { + "id": 10851, + "adult": false + }, + { + "id": 471507, + "adult": false + }, + { + "id": 577861, + "adult": false + }, + { + "id": 495667, + "adult": false + }, + { + "id": 438208, + "adult": false + }, + { + "id": 363343, + "adult": false + }, + { + "id": 1634, + "adult": false + }, + { + "id": 575516, + "adult": false + }, + { + "id": 578034, + "adult": false + }, + { + "id": 437990, + "adult": false + }, + { + "id": 150897, + "adult": false + }, + { + "id": 574284, + "adult": false + }, + { + "id": 80278, + "adult": false + }, + { + "id": 39826, + "adult": false + }, + { + "id": 514124, + "adult": false + }, + { + "id": 440875, + "adult": false + }, + { + "id": 485297, + "adult": false + }, + { + "id": 55204, + "adult": false + }, + { + "id": 694, + "adult": false + }, + { + "id": 578005, + "adult": false + }, + { + "id": 532711, + "adult": false + }, + { + "id": 280858, + "adult": false + }, + { + "id": 505611, + "adult": false + }, + { + "id": 425505, + "adult": false + }, + { + "id": 520172, + "adult": false + }, + { + "id": 43532, + "adult": false + }, + { + "id": 515916, + "adult": false + }, + { + "id": 577868, + "adult": false + }, + { + "id": 421763, + "adult": false + }, + { + "id": 543803, + "adult": false + }, + { + "id": 140823, + "adult": false + }, + { + "id": 519077, + "adult": false + }, + { + "id": 300667, + "adult": false + }, + { + "id": 96163, + "adult": false + }, + { + "id": 369373, + "adult": false + }, + { + "id": 13385, + "adult": false + }, + { + "id": 14574, + "adult": false + }, + { + "id": 60412, + "adult": false + }, + { + "id": 132712, + "adult": false + }, + { + "id": 578062, + "adult": false + }, + { + "id": 345733, + "adult": false + }, + { + "id": 507660, + "adult": false + }, + { + "id": 1878, + "adult": false + }, + { + "id": 51170, + "adult": false + }, + { + "id": 441202, + "adult": false + }, + { + "id": 517814, + "adult": false + }, + { + "id": 486947, + "adult": false + }, + { + "id": 419038, + "adult": false + }, + { + "id": 490110, + "adult": false + }, + { + "id": 10647, + "adult": false + }, + { + "id": 59352, + "adult": false + }, + { + "id": 577826, + "adult": false + }, + { + "id": 577985, + "adult": false + }, + { + "id": 431898, + "adult": false + }, + { + "id": 40978, + "adult": false + }, + { + "id": 762, + "adult": false + }, + { + "id": 480429, + "adult": false + }, + { + "id": 1252, + "adult": false + }, + { + "id": 577910, + "adult": false + }, + { + "id": 98184, + "adult": false + }, + { + "id": 577862, + "adult": false + }, + { + "id": 578060, + "adult": false + }, + { + "id": 429300, + "adult": false + }, + { + "id": 463063, + "adult": false + }, + { + "id": 577679, + "adult": false + }, + { + "id": 539825, + "adult": false + }, + { + "id": 361292, + "adult": false + }, + { + "id": 25541, + "adult": false + }, + { + "id": 77338, + "adult": false + }, + { + "id": 577888, + "adult": false + }, + { + "id": 446807, + "adult": false + }, + { + "id": 2196, + "adult": false + }, + { + "id": 11247, + "adult": false + }, + { + "id": 577074, + "adult": false + }, + { + "id": 2493, + "adult": false + }, + { + "id": 577905, + "adult": false + }, + { + "id": 362202, + "adult": false + }, + { + "id": 287293, + "adult": false + }, + { + "id": 577881, + "adult": false + }, + { + "id": 20871, + "adult": false + }, + { + "id": 76025, + "adult": false + }, + { + "id": 577866, + "adult": false + }, + { + "id": 534255, + "adult": false + }, + { + "id": 567966, + "adult": false + }, + { + "id": 578004, + "adult": false + }, + { + "id": 396175, + "adult": false + }, + { + "id": 279794, + "adult": false + }, + { + "id": 426030, + "adult": false + }, + { + "id": 10425, + "adult": false + }, + { + "id": 535131, + "adult": false + }, + { + "id": 577967, + "adult": false + }, + { + "id": 189492, + "adult": false + }, + { + "id": 33152, + "adult": false + }, + { + "id": 73, + "adult": false + }, + { + "id": 16450, + "adult": false + }, + { + "id": 405476, + "adult": false + }, + { + "id": 487297, + "adult": false + }, + { + "id": 475132, + "adult": false + }, + { + "id": 179835, + "adult": false + }, + { + "id": 49529, + "adult": false + }, + { + "id": 577325, + "adult": false + }, + { + "id": 31287, + "adult": false + }, + { + "id": 99272, + "adult": false + }, + { + "id": 15873, + "adult": false + }, + { + "id": 755, + "adult": false + }, + { + "id": 447274, + "adult": false + }, + { + "id": 347256, + "adult": false + }, + { + "id": 577625, + "adult": false + }, + { + "id": 438146, + "adult": false + }, + { + "id": 576633, + "adult": false + }, + { + "id": 577864, + "adult": false + }, + { + "id": 534296, + "adult": false + }, + { + "id": 577813, + "adult": false + }, + { + "id": 145014, + "adult": false + }, + { + "id": 56194, + "adult": false + }, + { + "id": 577668, + "adult": false + }, + { + "id": 3512, + "adult": false + }, + { + "id": 449562, + "adult": false + }, + { + "id": 404368, + "adult": false + }, + { + "id": 14424, + "adult": false + }, + { + "id": 440471, + "adult": false + }, + { + "id": 341244, + "adult": false + }, + { + "id": 435230, + "adult": false + }, + { + "id": 555199, + "adult": false + }, + { + "id": 493623, + "adult": false + }, + { + "id": 577876, + "adult": false + }, + { + "id": 78041, + "adult": false + }, + { + "id": 469310, + "adult": false + }, + { + "id": 578038, + "adult": false + }, + { + "id": 36404, + "adult": false + }, + { + "id": 228194, + "adult": false + }, + { + "id": 245600, + "adult": false + }, + { + "id": 516582, + "adult": null + }, + { + "id": 420817, + "adult": false + }, + { + "id": 438094, + "adult": false + }, + { + "id": 577052, + "adult": false + }, + { + "id": 470044, + "adult": false + }, + { + "id": 151133, + "adult": false + }, + { + "id": 119337, + "adult": false + }, + { + "id": 577895, + "adult": false + }, + { + "id": 179267, + "adult": false + }, + { + "id": 150456, + "adult": false + }, + { + "id": 537996, + "adult": false + }, + { + "id": 405774, + "adult": false + }, + { + "id": 578019, + "adult": false + }, + { + "id": 475430, + "adult": false + }, + { + "id": 92784, + "adult": false + }, + { + "id": 577901, + "adult": false + }, + { + "id": 283204, + "adult": false + }, + { + "id": 550722, + "adult": false + }, + { + "id": 454764, + "adult": false + }, + { + "id": 484335, + "adult": false + }, + { + "id": 339846, + "adult": false + }, + { + "id": 96279, + "adult": false + }, + { + "id": 9407, + "adult": false + }, + { + "id": 577973, + "adult": false + }, + { + "id": 369192, + "adult": false + }, + { + "id": 303916, + "adult": false + }, + { + "id": 577964, + "adult": false + }, + { + "id": 5002, + "adult": false + }, + { + "id": 42689, + "adult": false + }, + { + "id": 575815, + "adult": false + }, + { + "id": 389614, + "adult": false + }, + { + "id": 40370, + "adult": false + }, + { + "id": 191824, + "adult": false + }, + { + "id": 578037, + "adult": false + }, + { + "id": 269965, + "adult": false + }, + { + "id": 489934, + "adult": false + }, + { + "id": 289733, + "adult": false + }, + { + "id": 4108, + "adult": false + }, + { + "id": 427824, + "adult": false + }, + { + "id": 422615, + "adult": false + }, + { + "id": 80800, + "adult": false + }, + { + "id": 399579, + "adult": false + }, + { + "id": 584, + "adult": false + }, + { + "id": 80849, + "adult": false + }, + { + "id": 166428, + "adult": false + }, + { + "id": 132831, + "adult": false + }, + { + "id": 576152, + "adult": false + }, + { + "id": 577869, + "adult": false + }, + { + "id": 79, + "adult": false + }, + { + "id": 327331, + "adult": false + }, + { + "id": 76493, + "adult": false + }, + { + "id": 345632, + "adult": false + }, + { + "id": 577860, + "adult": false + }, + { + "id": 15764, + "adult": false + }, + { + "id": 328868, + "adult": false + }, + { + "id": 33294, + "adult": false + }, + { + "id": 240833, + "adult": false + }, + { + "id": 11223, + "adult": false + }, + { + "id": 28916, + "adult": false + }, + { + "id": 76871, + "adult": false + }, + { + "id": 574152, + "adult": false + }, + { + "id": 82695, + "adult": false + }, + { + "id": 577833, + "adult": null + }, + { + "id": 348130, + "adult": false + }, + { + "id": 570661, + "adult": false + }, + { + "id": 47907, + "adult": false + }, + { + "id": 512578, + "adult": null + }, + { + "id": 538347, + "adult": false + }, + { + "id": 11046, + "adult": false + }, + { + "id": 578, + "adult": false + }, + { + "id": 476414, + "adult": false + }, + { + "id": 9023, + "adult": false + }, + { + "id": 440472, + "adult": false + }, + { + "id": 259037, + "adult": false + }, + { + "id": 577739, + "adult": false + }, + { + "id": 544024, + "adult": false + }, + { + "id": 70586, + "adult": false + }, + { + "id": 577871, + "adult": false + }, + { + "id": 180286, + "adult": false + }, + { + "id": 392647, + "adult": false + }, + { + "id": 577872, + "adult": false + }, + { + "id": 533219, + "adult": false + }, + { + "id": 522681, + "adult": false + }, + { + "id": 449563, + "adult": false + }, + { + "id": 296339, + "adult": false + }, + { + "id": 576928, + "adult": false + }, + { + "id": 369560, + "adult": false + }, + { + "id": 578032, + "adult": false + }, + { + "id": 10741, + "adult": false + }, + { + "id": 49051, + "adult": false + }, + { + "id": 9331, + "adult": false + }, + { + "id": 543771, + "adult": false + }, + { + "id": 568165, + "adult": false + }, + { + "id": 542828, + "adult": false + }, + { + "id": 42692, + "adult": false + }, + { + "id": 577620, + "adult": false + }, + { + "id": 10597, + "adult": false + }, + { + "id": 27031, + "adult": false + }, + { + "id": 520360, + "adult": false + }, + { + "id": 14655, + "adult": false + }, + { + "id": 560772, + "adult": false + }, + { + "id": 516944, + "adult": false + }, + { + "id": 185849, + "adult": false + }, + { + "id": 582, + "adult": false + }, + { + "id": 1654, + "adult": false + }, + { + "id": 429416, + "adult": false + }, + { + "id": 68734, + "adult": false + }, + { + "id": 571756, + "adult": false + }, + { + "id": 247993, + "adult": false + }, + { + "id": 577921, + "adult": false + }, + { + "id": 33788, + "adult": false + }, + { + "id": 577918, + "adult": true + }, + { + "id": 68202, + "adult": false + }, + { + "id": 532688, + "adult": false + }, + { + "id": 16241, + "adult": false + }, + { + "id": 169083, + "adult": false + }, + { + "id": 356440, + "adult": false + }, + { + "id": 475327, + "adult": false + }, + { + "id": 577877, + "adult": false + }, + { + "id": 545564, + "adult": false + }, + { + "id": 493775, + "adult": false + }, + { + "id": 407448, + "adult": false + }, + { + "id": 496, + "adult": false + }, + { + "id": 577873, + "adult": true + }, + { + "id": 572500, + "adult": false + }, + { + "id": 463319, + "adult": false + }, + { + "id": 13641, + "adult": false + }, + { + "id": 1948, + "adult": false + }, + { + "id": 1669, + "adult": false + }, + { + "id": 87917, + "adult": false + }, + { + "id": 347941, + "adult": false + }, + { + "id": 575922, + "adult": false + }, + { + "id": 14462, + "adult": false + }, + { + "id": 28209, + "adult": false + }, + { + "id": 63154, + "adult": false + }, + { + "id": 577357, + "adult": false + }, + { + "id": 320128, + "adult": false + }, + { + "id": 444539, + "adult": false + }, + { + "id": 577939, + "adult": false + }, + { + "id": 4147, + "adult": false + }, + { + "id": 51521, + "adult": false + }, + { + "id": 577879, + "adult": false + }, + { + "id": 319998, + "adult": false + }, + { + "id": 151791, + "adult": false + }, + { + "id": 372288, + "adult": false + }, + { + "id": 375588, + "adult": false + }, + { + "id": 577880, + "adult": false + }, + { + "id": 576583, + "adult": false + }, + { + "id": 829, + "adult": false + }, + { + "id": 307082, + "adult": false + }, + { + "id": 570910, + "adult": false + }, + { + "id": 577898, + "adult": false + }, + { + "id": 483184, + "adult": false + }, + { + "id": 578012, + "adult": false + }, + { + "id": 296984, + "adult": false + }, + { + "id": 527228, + "adult": false + }, + { + "id": 300681, + "adult": false + }, + { + "id": 123111, + "adult": false + }, + { + "id": 489929, + "adult": false + }, + { + "id": 578063, + "adult": false + }, + { + "id": 43699, + "adult": false + }, + { + "id": 33253, + "adult": false + }, + { + "id": 550175, + "adult": null + }, + { + "id": 572676, + "adult": false + }, + { + "id": 577887, + "adult": false + }, + { + "id": 7303, + "adult": false + }, + { + "id": 454458, + "adult": false + }, + { + "id": 407449, + "adult": false + }, + { + "id": 577875, + "adult": false + }, + { + "id": 478820, + "adult": false + }, + { + "id": 462313, + "adult": false + }, + { + "id": 577892, + "adult": false + }, + { + "id": 42275, + "adult": false + }, + { + "id": 534379, + "adult": false + }, + { + "id": 17578, + "adult": false + }, + { + "id": 477489, + "adult": false + }, + { + "id": 345165, + "adult": false + }, + { + "id": 550755, + "adult": false + }, + { + "id": 578018, + "adult": false + }, + { + "id": 15801, + "adult": false + }, + { + "id": 505953, + "adult": false + }, + { + "id": 325562, + "adult": false + }, + { + "id": 577907, + "adult": false + }, + { + "id": 405718, + "adult": false + }, + { + "id": 577884, + "adult": false + }, + { + "id": 577943, + "adult": false + }, + { + "id": 577870, + "adult": false + }, + { + "id": 58776, + "adult": false + }, + { + "id": 460282, + "adult": false + }, + { + "id": 532030, + "adult": false + }, + { + "id": 524655, + "adult": false + }, + { + "id": 490132, + "adult": false + }, + { + "id": 10830, + "adult": false + }, + { + "id": 348674, + "adult": false + }, + { + "id": 484492, + "adult": false + }, + { + "id": 578075, + "adult": false + }, + { + "id": 9355, + "adult": false + }, + { + "id": 576358, + "adult": false + }, + { + "id": 41507, + "adult": false + }, + { + "id": 574309, + "adult": false + }, + { + "id": 318917, + "adult": false + }, + { + "id": 281957, + "adult": false + }, + { + "id": 253771, + "adult": false + }, + { + "id": 444471, + "adult": false + }, + { + "id": 446218, + "adult": null + }, + { + "id": 11533, + "adult": false + }, + { + "id": 451136, + "adult": false + }, + { + "id": 429617, + "adult": false + }, + { + "id": 234108, + "adult": false + }, + { + "id": 575523, + "adult": false + }, + { + "id": 400155, + "adult": false + }, + { + "id": 40163, + "adult": false + }, + { + "id": 295687, + "adult": false + }, + { + "id": 568601, + "adult": true + }, + { + "id": 475930, + "adult": false + }, + { + "id": 245025, + "adult": false + }, + { + "id": 476863, + "adult": null + }, + { + "id": 236387, + "adult": false + }, + { + "id": 314, + "adult": false + }, + { + "id": 14608, + "adult": false + }, + { + "id": 567860, + "adult": false + }, + { + "id": 492024, + "adult": false + }, + { + "id": 500727, + "adult": false + }, + { + "id": 142357, + "adult": false + }, + { + "id": 171944, + "adult": false + }, + { + "id": 316789, + "adult": false + }, + { + "id": 27092, + "adult": false + }, + { + "id": 547102, + "adult": false + }, + { + "id": 2265, + "adult": false + }, + { + "id": 58376, + "adult": false + }, + { + "id": 577912, + "adult": false + }, + { + "id": 382944, + "adult": false + }, + { + "id": 77086, + "adult": false + }, + { + "id": 36226, + "adult": false + }, + { + "id": 575190, + "adult": false + }, + { + "id": 578026, + "adult": false + }, + { + "id": 314365, + "adult": false + }, + { + "id": 690, + "adult": false + }, + { + "id": 318229, + "adult": false + }, + { + "id": 13092, + "adult": false + }, + { + "id": 360605, + "adult": false + }, + { + "id": 800, + "adult": false + }, + { + "id": 546887, + "adult": false + }, + { + "id": 399131, + "adult": false + }, + { + "id": 32048, + "adult": false + }, + { + "id": 532097, + "adult": false + }, + { + "id": 132177, + "adult": false + }, + { + "id": 575389, + "adult": false + }, + { + "id": 95956, + "adult": false + }, + { + "id": 293711, + "adult": false + }, + { + "id": 575024, + "adult": false + }, + { + "id": 403420, + "adult": false + }, + { + "id": 101651, + "adult": false + }, + { + "id": 521257, + "adult": false + }, + { + "id": 440423, + "adult": false + }, + { + "id": 504838, + "adult": false + }, + { + "id": 539435, + "adult": false + }, + { + "id": 28973, + "adult": false + }, + { + "id": 268078, + "adult": false + }, + { + "id": 628, + "adult": false + }, + { + "id": 375262, + "adult": false + }, + { + "id": 577914, + "adult": false + }, + { + "id": 99770, + "adult": false + }, + { + "id": 578013, + "adult": false + }, + { + "id": 576296, + "adult": false + }, + { + "id": 296849, + "adult": false + }, + { + "id": 282937, + "adult": false + }, + { + "id": 13539, + "adult": false + }, + { + "id": 211166, + "adult": false + }, + { + "id": 290733, + "adult": false + }, + { + "id": 8316, + "adult": false + }, + { + "id": 382323, + "adult": false + }, + { + "id": 332562, + "adult": false + }, + { + "id": 577831, + "adult": false + }, + { + "id": 577915, + "adult": false + }, + { + "id": 1969, + "adult": false + }, + { + "id": 577647, + "adult": false + }, + { + "id": 10331, + "adult": false + }, + { + "id": 577903, + "adult": false + }, + { + "id": 74068, + "adult": false + }, + { + "id": 36882, + "adult": false + }, + { + "id": 577916, + "adult": false + }, + { + "id": 289, + "adult": false + }, + { + "id": 19429, + "adult": false + }, + { + "id": 9073, + "adult": false + }, + { + "id": 152814, + "adult": false + }, + { + "id": 501, + "adult": false + }, + { + "id": 530030, + "adult": false + }, + { + "id": 555109, + "adult": false + }, + { + "id": 477887, + "adult": false + }, + { + "id": 534209, + "adult": false + }, + { + "id": 36645, + "adult": false + }, + { + "id": 366770, + "adult": false + }, + { + "id": 396373, + "adult": false + }, + { + "id": 516500, + "adult": false + }, + { + "id": 25318, + "adult": false + }, + { + "id": 479455, + "adult": false + }, + { + "id": 661, + "adult": false + }, + { + "id": 13, + "adult": false + }, + { + "id": 22241, + "adult": false + }, + { + "id": 10161, + "adult": false + }, + { + "id": 430275, + "adult": false + }, + { + "id": 114572, + "adult": false + }, + { + "id": 571, + "adult": false + }, + { + "id": 577917, + "adult": false + }, + { + "id": 50211, + "adult": false + }, + { + "id": 17809, + "adult": false + }, + { + "id": 503832, + "adult": false + }, + { + "id": 318845, + "adult": false + }, + { + "id": 577919, + "adult": false + }, + { + "id": 234868, + "adult": false + }, + { + "id": 440444, + "adult": false + }, + { + "id": 393435, + "adult": false + }, + { + "id": 380780, + "adult": false + }, + { + "id": 577958, + "adult": false + }, + { + "id": 505423, + "adult": false + }, + { + "id": 577927, + "adult": false + }, + { + "id": 566237, + "adult": false + }, + { + "id": 572240, + "adult": false + }, + { + "id": 503449, + "adult": false + }, + { + "id": 284063, + "adult": false + }, + { + "id": 574856, + "adult": false + }, + { + "id": 29077, + "adult": false + }, + { + "id": 16890, + "adult": false + }, + { + "id": 283686, + "adult": false + }, + { + "id": 575810, + "adult": false + }, + { + "id": 412191, + "adult": false + }, + { + "id": 480100, + "adult": false + }, + { + "id": 575824, + "adult": false + }, + { + "id": 254200, + "adult": false + }, + { + "id": 575849, + "adult": false + }, + { + "id": 575864, + "adult": false + }, + { + "id": 144384, + "adult": false + }, + { + "id": 440298, + "adult": false + }, + { + "id": 577379, + "adult": false + }, + { + "id": 372596, + "adult": false + }, + { + "id": 577793, + "adult": false + }, + { + "id": 172767, + "adult": false + }, + { + "id": 525183, + "adult": false + }, + { + "id": 216965, + "adult": false + }, + { + "id": 204768, + "adult": false + }, + { + "id": 40372, + "adult": false + }, + { + "id": 22579, + "adult": false + }, + { + "id": 54933, + "adult": false + }, + { + "id": 552365, + "adult": false + }, + { + "id": 282886, + "adult": false + }, + { + "id": 432616, + "adult": false + }, + { + "id": 255159, + "adult": false + }, + { + "id": 577968, + "adult": false + }, + { + "id": 577920, + "adult": false + }, + { + "id": 548612, + "adult": false + }, + { + "id": 438970, + "adult": false + }, + { + "id": 577476, + "adult": false + }, + { + "id": 577796, + "adult": false + }, + { + "id": 472715, + "adult": false + }, + { + "id": 291869, + "adult": false + }, + { + "id": 577952, + "adult": false + }, + { + "id": 408873, + "adult": false + }, + { + "id": 55484, + "adult": false + }, + { + "id": 99786, + "adult": false + }, + { + "id": 80633, + "adult": false + }, + { + "id": 465041, + "adult": false + }, + { + "id": 277005, + "adult": true + }, + { + "id": 84119, + "adult": false + }, + { + "id": 577922, + "adult": false + }, + { + "id": 477016, + "adult": false + }, + { + "id": 551586, + "adult": false + }, + { + "id": 577923, + "adult": false + }, + { + "id": 577924, + "adult": false + }, + { + "id": 32275, + "adult": false + }, + { + "id": 463684, + "adult": false + }, + { + "id": 577204, + "adult": false + }, + { + "id": 11583, + "adult": false + }, + { + "id": 577925, + "adult": false + }, + { + "id": 136426, + "adult": false + }, + { + "id": 577926, + "adult": false + }, + { + "id": 577928, + "adult": false + }, + { + "id": 577929, + "adult": false + }, + { + "id": 9644, + "adult": false + }, + { + "id": 489927, + "adult": false + }, + { + "id": 577931, + "adult": false + }, + { + "id": 278, + "adult": false + }, + { + "id": 573611, + "adult": false + }, + { + "id": 183127, + "adult": false + }, + { + "id": 234266, + "adult": false + }, + { + "id": 577932, + "adult": false + }, + { + "id": 42603, + "adult": false + }, + { + "id": 517155, + "adult": false + }, + { + "id": 577933, + "adult": false + }, + { + "id": 514031, + "adult": false + }, + { + "id": 256653, + "adult": false + }, + { + "id": 37861, + "adult": false + }, + { + "id": 461813, + "adult": false + }, + { + "id": 577934, + "adult": false + }, + { + "id": 385360, + "adult": false + }, + { + "id": 484619, + "adult": false + }, + { + "id": 549386, + "adult": false + }, + { + "id": 307806, + "adult": false + }, + { + "id": 571896, + "adult": false + }, + { + "id": 483645, + "adult": null + }, + { + "id": 61482, + "adult": true + }, + { + "id": 441243, + "adult": false + }, + { + "id": 110369, + "adult": false + }, + { + "id": 286272, + "adult": false + }, + { + "id": 462304, + "adult": false + }, + { + "id": 577938, + "adult": false + }, + { + "id": 577940, + "adult": false + }, + { + "id": 460071, + "adult": false + }, + { + "id": 288641, + "adult": false + }, + { + "id": 363506, + "adult": false + }, + { + "id": 530083, + "adult": null + }, + { + "id": 429963, + "adult": false + }, + { + "id": 450766, + "adult": false + }, + { + "id": 415954, + "adult": null + }, + { + "id": 577942, + "adult": false + }, + { + "id": 122917, + "adult": false + }, + { + "id": 409582, + "adult": false + }, + { + "id": 53512, + "adult": false + }, + { + "id": 482585, + "adult": false + }, + { + "id": 214318, + "adult": false + }, + { + "id": 453755, + "adult": false + }, + { + "id": 446767, + "adult": null + }, + { + "id": 578073, + "adult": false + }, + { + "id": 83229, + "adult": false + }, + { + "id": 657, + "adult": false + }, + { + "id": 310036, + "adult": false + }, + { + "id": 6973, + "adult": false + }, + { + "id": 414191, + "adult": false + }, + { + "id": 578020, + "adult": false + }, + { + "id": 457136, + "adult": false + }, + { + "id": 500854, + "adult": false + }, + { + "id": 443395, + "adult": null + }, + { + "id": 63887, + "adult": false + }, + { + "id": 191874, + "adult": false + }, + { + "id": 533992, + "adult": false + }, + { + "id": 432249, + "adult": false + }, + { + "id": 36583, + "adult": false + }, + { + "id": 467248, + "adult": false + }, + { + "id": 287947, + "adult": false + }, + { + "id": 98, + "adult": false + }, + { + "id": 418201, + "adult": null + }, + { + "id": 468672, + "adult": null + }, + { + "id": 516717, + "adult": false + }, + { + "id": 6963, + "adult": false + }, + { + "id": 577944, + "adult": false + }, + { + "id": 536385, + "adult": null + }, + { + "id": 517588, + "adult": false + }, + { + "id": 297802, + "adult": false + }, + { + "id": 294308, + "adult": false + }, + { + "id": 577935, + "adult": false + }, + { + "id": 567453, + "adult": null + }, + { + "id": 566143, + "adult": false + }, + { + "id": 516501, + "adult": false + }, + { + "id": 516623, + "adult": false + }, + { + "id": 9602, + "adult": false + }, + { + "id": 476136, + "adult": null + }, + { + "id": 577945, + "adult": false + }, + { + "id": 459002, + "adult": null + }, + { + "id": 359743, + "adult": false + }, + { + "id": 535689, + "adult": false + }, + { + "id": 577489, + "adult": false + }, + { + "id": 56007, + "adult": false + }, + { + "id": 516032, + "adult": false + }, + { + "id": 577464, + "adult": false + }, + { + "id": 366668, + "adult": false + }, + { + "id": 9681, + "adult": false + }, + { + "id": 4584, + "adult": false + }, + { + "id": 522449, + "adult": false + }, + { + "id": 397113, + "adult": false + }, + { + "id": 77700, + "adult": false + }, + { + "id": 573860, + "adult": false + }, + { + "id": 577946, + "adult": false + }, + { + "id": 393452, + "adult": false + }, + { + "id": 47955, + "adult": false + }, + { + "id": 492452, + "adult": false + }, + { + "id": 74860, + "adult": false + }, + { + "id": 504997, + "adult": false + }, + { + "id": 577947, + "adult": false + }, + { + "id": 483906, + "adult": false + }, + { + "id": 78822, + "adult": false + }, + { + "id": 137179, + "adult": false + }, + { + "id": 92694, + "adult": false + }, + { + "id": 1359, + "adult": false + }, + { + "id": 511808, + "adult": false + }, + { + "id": 9947, + "adult": false + }, + { + "id": 24402, + "adult": false + }, + { + "id": 577721, + "adult": false + }, + { + "id": 454349, + "adult": false + }, + { + "id": 232585, + "adult": false + }, + { + "id": 10417, + "adult": false + }, + { + "id": 211701, + "adult": false + }, + { + "id": 510452, + "adult": false + }, + { + "id": 512199, + "adult": false + }, + { + "id": 577948, + "adult": false + }, + { + "id": 433340, + "adult": false + }, + { + "id": 7299, + "adult": false + }, + { + "id": 466272, + "adult": false + }, + { + "id": 209269, + "adult": false + }, + { + "id": 197481, + "adult": false + }, + { + "id": 537009, + "adult": false + }, + { + "id": 192857, + "adult": false + }, + { + "id": 532671, + "adult": false + }, + { + "id": 577965, + "adult": false + }, + { + "id": 39922, + "adult": true + }, + { + "id": 345677, + "adult": false + }, + { + "id": 577950, + "adult": true + }, + { + "id": 11324, + "adult": false + }, + { + "id": 472304, + "adult": false + }, + { + "id": 577936, + "adult": null + }, + { + "id": 68633, + "adult": false + }, + { + "id": 54138, + "adult": false + }, + { + "id": 577951, + "adult": false + }, + { + "id": 429471, + "adult": false + }, + { + "id": 254410, + "adult": false + }, + { + "id": 236126, + "adult": false + }, + { + "id": 43184, + "adult": true + }, + { + "id": 434773, + "adult": false + }, + { + "id": 577954, + "adult": false + }, + { + "id": 577957, + "adult": true + }, + { + "id": 327335, + "adult": false + }, + { + "id": 416194, + "adult": false + }, + { + "id": 6977, + "adult": false + }, + { + "id": 577959, + "adult": false + }, + { + "id": 79247, + "adult": false + }, + { + "id": 509968, + "adult": false + }, + { + "id": 469947, + "adult": null + }, + { + "id": 129734, + "adult": false + }, + { + "id": 400335, + "adult": false + }, + { + "id": 21295, + "adult": false + }, + { + "id": 11005, + "adult": false + }, + { + "id": 577960, + "adult": false + }, + { + "id": 18438, + "adult": false + }, + { + "id": 42894, + "adult": false + }, + { + "id": 39412, + "adult": false + }, + { + "id": 298382, + "adult": false + }, + { + "id": 290859, + "adult": false + }, + { + "id": 577961, + "adult": false + }, + { + "id": 574436, + "adult": false + }, + { + "id": 20873, + "adult": false + }, + { + "id": 577930, + "adult": false + }, + { + "id": 95186, + "adult": false + }, + { + "id": 51619, + "adult": false + }, + { + "id": 340326, + "adult": false + }, + { + "id": 63224, + "adult": false + }, + { + "id": 557968, + "adult": false + }, + { + "id": 229741, + "adult": false + }, + { + "id": 357486, + "adult": false + }, + { + "id": 274643, + "adult": false + }, + { + "id": 302699, + "adult": false + }, + { + "id": 499406, + "adult": false + }, + { + "id": 668, + "adult": false + }, + { + "id": 289559, + "adult": false + }, + { + "id": 499401, + "adult": false + }, + { + "id": 575496, + "adult": false + }, + { + "id": 499389, + "adult": false + }, + { + "id": 438631, + "adult": false + }, + { + "id": 18413, + "adult": false + }, + { + "id": 497805, + "adult": false + }, + { + "id": 466282, + "adult": false + }, + { + "id": 24056, + "adult": false + }, + { + "id": 173557, + "adult": false + }, + { + "id": 63578, + "adult": false + }, + { + "id": 462139, + "adult": false + }, + { + "id": 79034, + "adult": false + }, + { + "id": 577896, + "adult": false + }, + { + "id": 49672, + "adult": false + }, + { + "id": 261170, + "adult": false + }, + { + "id": 561929, + "adult": false + }, + { + "id": 517856, + "adult": false + }, + { + "id": 371464, + "adult": false + }, + { + "id": 5353, + "adult": false + }, + { + "id": 25205, + "adult": false + }, + { + "id": 537223, + "adult": false + }, + { + "id": 278801, + "adult": false + }, + { + "id": 10772, + "adult": false + }, + { + "id": 574534, + "adult": false + }, + { + "id": 578028, + "adult": false + }, + { + "id": 154200, + "adult": false + }, + { + "id": 333326, + "adult": false + }, + { + "id": 525424, + "adult": false + }, + { + "id": 158455, + "adult": false + }, + { + "id": 88633, + "adult": false + }, + { + "id": 281580, + "adult": false + }, + { + "id": 238781, + "adult": false + }, + { + "id": 65482, + "adult": false + }, + { + "id": 576136, + "adult": false + }, + { + "id": 28978, + "adult": false + }, + { + "id": 59961, + "adult": false + }, + { + "id": 209251, + "adult": false + }, + { + "id": 261860, + "adult": false + }, + { + "id": 455290, + "adult": false + }, + { + "id": 129119, + "adult": false + }, + { + "id": 576879, + "adult": false + }, + { + "id": 577865, + "adult": false + }, + { + "id": 207695, + "adult": false + }, + { + "id": 167658, + "adult": false + }, + { + "id": 268790, + "adult": false + }, + { + "id": 294899, + "adult": false + }, + { + "id": 577966, + "adult": false + }, + { + "id": 369972, + "adult": false + }, + { + "id": 13161, + "adult": false + }, + { + "id": 577975, + "adult": false + }, + { + "id": 299537, + "adult": false + }, + { + "id": 9679, + "adult": false + }, + { + "id": 68724, + "adult": false + }, + { + "id": 283366, + "adult": false + }, + { + "id": 153150, + "adult": false + }, + { + "id": 474161, + "adult": false + }, + { + "id": 518502, + "adult": false + }, + { + "id": 10047, + "adult": false + }, + { + "id": 577885, + "adult": false + }, + { + "id": 356983, + "adult": false + }, + { + "id": 7278, + "adult": false + }, + { + "id": 9667, + "adult": false + }, + { + "id": 79595, + "adult": false + }, + { + "id": 1815, + "adult": false + }, + { + "id": 578021, + "adult": false + }, + { + "id": 423181, + "adult": false + }, + { + "id": 472982, + "adult": false + }, + { + "id": 577970, + "adult": false + }, + { + "id": 408355, + "adult": false + }, + { + "id": 426232, + "adult": false + }, + { + "id": 573641, + "adult": false + }, + { + "id": 572125, + "adult": false + }, + { + "id": 312303, + "adult": false + }, + { + "id": 360920, + "adult": false + }, + { + "id": 280529, + "adult": false + }, + { + "id": 452906, + "adult": false + }, + { + "id": 285956, + "adult": false + } + ], + "page": 1, + "total_pages": 1, + "total_results": 1 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:01.9089985Z", + "ReducedUri": "/3/person/changes", + "RespData": { + "results": [ + { + "id": 2226952, + "adult": false + }, + { + "id": 2226951, + "adult": false + }, + { + "id": 1845613, + "adult": false + }, + { + "id": 2226948, + "adult": false + }, + { + "id": 1982195, + "adult": false + }, + { + "id": 2226946, + "adult": false + }, + { + "id": 2226944, + "adult": false + }, + { + "id": 2226942, + "adult": false + }, + { + "id": 44792, + "adult": false + }, + { + "id": 2226941, + "adult": false + }, + { + "id": 2226940, + "adult": false + }, + { + "id": 2226939, + "adult": false + }, + { + "id": 2226938, + "adult": false + }, + { + "id": 1214277, + "adult": false + }, + { + "id": 2226937, + "adult": false + }, + { + "id": 2226936, + "adult": false + }, + { + "id": 2226935, + "adult": false + }, + { + "id": 2226934, + "adult": false + }, + { + "id": 2226933, + "adult": false + }, + { + "id": 166314, + "adult": false + }, + { + "id": 1188336, + "adult": false + }, + { + "id": 2226932, + "adult": false + }, + { + "id": 1668853, + "adult": false + }, + { + "id": 1167513, + "adult": false + }, + { + "id": 2226931, + "adult": false + }, + { + "id": 2226930, + "adult": false + }, + { + "id": 2226929, + "adult": false + }, + { + "id": 2226928, + "adult": false + }, + { + "id": 2226927, + "adult": false + }, + { + "id": 2226925, + "adult": false + }, + { + "id": 2226924, + "adult": false + }, + { + "id": 1056810, + "adult": false + }, + { + "id": 2226923, + "adult": false + }, + { + "id": 1653705, + "adult": false + }, + { + "id": 2226922, + "adult": false + }, + { + "id": 2226921, + "adult": false + }, + { + "id": 2226920, + "adult": false + }, + { + "id": 2226919, + "adult": false + }, + { + "id": 2226918, + "adult": false + }, + { + "id": 2226917, + "adult": false + }, + { + "id": 1357094, + "adult": false + }, + { + "id": 2226916, + "adult": false + }, + { + "id": 2226915, + "adult": false + }, + { + "id": 2226914, + "adult": false + }, + { + "id": 2226913, + "adult": false + }, + { + "id": 2226912, + "adult": false + }, + { + "id": 2226911, + "adult": false + }, + { + "id": 2226909, + "adult": false + }, + { + "id": 2226907, + "adult": false + }, + { + "id": 2226906, + "adult": false + }, + { + "id": 588736, + "adult": false + }, + { + "id": 2223786, + "adult": false + }, + { + "id": 2226903, + "adult": false + }, + { + "id": 2226902, + "adult": false + }, + { + "id": 1422078, + "adult": false + }, + { + "id": 2126420, + "adult": true + }, + { + "id": 1558755, + "adult": false + }, + { + "id": 2226901, + "adult": false + }, + { + "id": 2226898, + "adult": false + }, + { + "id": 2226897, + "adult": false + }, + { + "id": 2226894, + "adult": false + }, + { + "id": 2226893, + "adult": false + }, + { + "id": 2226892, + "adult": false + }, + { + "id": 2226891, + "adult": false + }, + { + "id": 1553051, + "adult": false + }, + { + "id": 2226890, + "adult": false + }, + { + "id": 2226889, + "adult": false + }, + { + "id": 2226888, + "adult": false + }, + { + "id": 1262722, + "adult": false + }, + { + "id": 2226887, + "adult": false + }, + { + "id": 2226886, + "adult": false + }, + { + "id": 2226885, + "adult": false + }, + { + "id": 2226884, + "adult": false + }, + { + "id": 2226883, + "adult": false + }, + { + "id": 2226882, + "adult": false + }, + { + "id": 2071553, + "adult": false + }, + { + "id": 2226881, + "adult": false + }, + { + "id": 2226880, + "adult": false + }, + { + "id": 2226879, + "adult": false + }, + { + "id": 2226878, + "adult": false + }, + { + "id": 2226876, + "adult": false + }, + { + "id": 2226875, + "adult": false + }, + { + "id": 22787, + "adult": false + }, + { + "id": 2226874, + "adult": false + }, + { + "id": 1053359, + "adult": false + }, + { + "id": 2226873, + "adult": false + }, + { + "id": 2226872, + "adult": false + }, + { + "id": 2226871, + "adult": false + }, + { + "id": 2226870, + "adult": false + }, + { + "id": 2226869, + "adult": false + }, + { + "id": 2226868, + "adult": false + }, + { + "id": 2226945, + "adult": false + }, + { + "id": 1294257, + "adult": false + }, + { + "id": 2226867, + "adult": false + }, + { + "id": 2226866, + "adult": false + }, + { + "id": 1597103, + "adult": false + }, + { + "id": 2226865, + "adult": false + }, + { + "id": 2226864, + "adult": false + }, + { + "id": 2226863, + "adult": false + }, + { + "id": 2226862, + "adult": false + }, + { + "id": 2226861, + "adult": false + }, + { + "id": 2226860, + "adult": false + }, + { + "id": 2226943, + "adult": false + }, + { + "id": 1294256, + "adult": false + }, + { + "id": 2226858, + "adult": false + }, + { + "id": 2226857, + "adult": false + }, + { + "id": 2226856, + "adult": false + }, + { + "id": 2217128, + "adult": false + }, + { + "id": 2226855, + "adult": false + }, + { + "id": 2226854, + "adult": false + }, + { + "id": 2226853, + "adult": false + }, + { + "id": 2226852, + "adult": false + }, + { + "id": 2226851, + "adult": false + }, + { + "id": 2226850, + "adult": false + }, + { + "id": 2226947, + "adult": false + }, + { + "id": 1294258, + "adult": false + }, + { + "id": 2226848, + "adult": false + }, + { + "id": 191264, + "adult": false + }, + { + "id": 2226847, + "adult": false + }, + { + "id": 2226846, + "adult": false + }, + { + "id": 2226844, + "adult": false + }, + { + "id": 2226842, + "adult": false + }, + { + "id": 2226840, + "adult": false + }, + { + "id": 2226839, + "adult": false + }, + { + "id": 1553050, + "adult": false + }, + { + "id": 2226838, + "adult": false + }, + { + "id": 1228013, + "adult": false + }, + { + "id": 2226837, + "adult": false + }, + { + "id": 2226836, + "adult": false + }, + { + "id": 2226835, + "adult": false + }, + { + "id": 2226834, + "adult": false + }, + { + "id": 2226833, + "adult": false + }, + { + "id": 2226832, + "adult": false + }, + { + "id": 2226831, + "adult": false + }, + { + "id": 2226829, + "adult": false + }, + { + "id": 2226828, + "adult": false + }, + { + "id": 2226827, + "adult": false + }, + { + "id": 2226826, + "adult": false + }, + { + "id": 2226825, + "adult": false + }, + { + "id": 2226824, + "adult": false + }, + { + "id": 2226823, + "adult": false + }, + { + "id": 2226822, + "adult": false + }, + { + "id": 2226821, + "adult": false + }, + { + "id": 2226820, + "adult": false + }, + { + "id": 2226819, + "adult": false + }, + { + "id": 1163943, + "adult": false + }, + { + "id": 2217117, + "adult": false + }, + { + "id": 2226817, + "adult": false + }, + { + "id": 2226816, + "adult": false + }, + { + "id": 2226814, + "adult": false + }, + { + "id": 2226813, + "adult": false + }, + { + "id": 2218101, + "adult": false + }, + { + "id": 2226812, + "adult": false + }, + { + "id": 2226811, + "adult": false + }, + { + "id": 2226810, + "adult": false + }, + { + "id": 2226809, + "adult": false + }, + { + "id": 1553048, + "adult": false + }, + { + "id": 1889035, + "adult": false + }, + { + "id": 2226808, + "adult": false + }, + { + "id": 2226807, + "adult": false + }, + { + "id": 2226806, + "adult": false + }, + { + "id": 98103, + "adult": false + }, + { + "id": 2226804, + "adult": false + }, + { + "id": 76070, + "adult": false + }, + { + "id": 2226803, + "adult": false + }, + { + "id": 2226802, + "adult": false + }, + { + "id": 2226801, + "adult": false + }, + { + "id": 2226800, + "adult": false + }, + { + "id": 2226799, + "adult": false + }, + { + "id": 2226798, + "adult": false + }, + { + "id": 2226797, + "adult": false + }, + { + "id": 1318763, + "adult": false + }, + { + "id": 2226796, + "adult": false + }, + { + "id": 1223632, + "adult": false + }, + { + "id": 2226794, + "adult": false + }, + { + "id": 2226793, + "adult": false + }, + { + "id": 2226792, + "adult": false + }, + { + "id": 2226791, + "adult": false + }, + { + "id": 2226790, + "adult": false + }, + { + "id": 2226789, + "adult": false + }, + { + "id": 2226788, + "adult": false + }, + { + "id": 2226787, + "adult": false + }, + { + "id": 2218082, + "adult": false + }, + { + "id": 2226785, + "adult": false + }, + { + "id": 2217116, + "adult": false + }, + { + "id": 2226783, + "adult": false + }, + { + "id": 2226782, + "adult": false + }, + { + "id": 1345908, + "adult": false + }, + { + "id": 2226781, + "adult": false + }, + { + "id": 2226780, + "adult": false + }, + { + "id": 1751251, + "adult": null + }, + { + "id": 2226904, + "adult": false + }, + { + "id": 1751144, + "adult": null + }, + { + "id": 2226845, + "adult": false + }, + { + "id": 1137429, + "adult": false + }, + { + "id": 1889036, + "adult": null + }, + { + "id": 2226779, + "adult": false + }, + { + "id": 2226778, + "adult": false + }, + { + "id": 1018942, + "adult": false + }, + { + "id": 2226777, + "adult": false + }, + { + "id": 1154124, + "adult": false + }, + { + "id": 2226776, + "adult": false + }, + { + "id": 2226775, + "adult": false + }, + { + "id": 2226774, + "adult": false + }, + { + "id": 2226773, + "adult": false + }, + { + "id": 2226772, + "adult": false + }, + { + "id": 2226771, + "adult": false + }, + { + "id": 2226770, + "adult": false + }, + { + "id": 1018940, + "adult": false + }, + { + "id": 2226769, + "adult": false + }, + { + "id": 2226768, + "adult": false + }, + { + "id": 2226767, + "adult": false + }, + { + "id": 30040, + "adult": false + }, + { + "id": 2226766, + "adult": false + }, + { + "id": 1018943, + "adult": false + }, + { + "id": 2226765, + "adult": false + }, + { + "id": 2226764, + "adult": false + }, + { + "id": 2226763, + "adult": false + }, + { + "id": 2226762, + "adult": false + }, + { + "id": 2226761, + "adult": false + }, + { + "id": 2052501, + "adult": false + }, + { + "id": 2226759, + "adult": false + }, + { + "id": 2226758, + "adult": false + }, + { + "id": 1018941, + "adult": false + }, + { + "id": 2226757, + "adult": false + }, + { + "id": 2226756, + "adult": false + }, + { + "id": 2226755, + "adult": false + }, + { + "id": 2226754, + "adult": false + }, + { + "id": 2226753, + "adult": false + }, + { + "id": 2218057, + "adult": false + }, + { + "id": 2226752, + "adult": false + }, + { + "id": 2226751, + "adult": false + }, + { + "id": 2226750, + "adult": false + }, + { + "id": 1864736, + "adult": false + }, + { + "id": 1011370, + "adult": false + }, + { + "id": 2071632, + "adult": false + }, + { + "id": 591280, + "adult": false + }, + { + "id": 2226749, + "adult": false + }, + { + "id": 2226748, + "adult": false + }, + { + "id": 2226747, + "adult": false + }, + { + "id": 2226746, + "adult": false + }, + { + "id": 2226745, + "adult": false + }, + { + "id": 930833, + "adult": false + }, + { + "id": 2226744, + "adult": false + }, + { + "id": 2226743, + "adult": false + }, + { + "id": 2226742, + "adult": false + }, + { + "id": 2226740, + "adult": false + }, + { + "id": 2226739, + "adult": false + }, + { + "id": 2226738, + "adult": false + }, + { + "id": 2226736, + "adult": false + }, + { + "id": 2226735, + "adult": false + }, + { + "id": 2226734, + "adult": false + }, + { + "id": 2226732, + "adult": false + }, + { + "id": 2226731, + "adult": false + }, + { + "id": 2226730, + "adult": false + }, + { + "id": 2226729, + "adult": false + }, + { + "id": 2226728, + "adult": false + }, + { + "id": 2226727, + "adult": false + }, + { + "id": 1500406, + "adult": null + }, + { + "id": 2226726, + "adult": false + }, + { + "id": 1175607, + "adult": false + }, + { + "id": 2226725, + "adult": false + }, + { + "id": 2226724, + "adult": false + }, + { + "id": 2226910, + "adult": false + }, + { + "id": 1026362, + "adult": false + }, + { + "id": 67428, + "adult": false + }, + { + "id": 102503, + "adult": false + }, + { + "id": 2010753, + "adult": null + }, + { + "id": 1039613, + "adult": false + }, + { + "id": 103497, + "adult": false + }, + { + "id": 1277875, + "adult": false + }, + { + "id": 2226423, + "adult": false + }, + { + "id": 2226421, + "adult": false + }, + { + "id": 2226539, + "adult": false + }, + { + "id": 1669588, + "adult": false + }, + { + "id": 2226364, + "adult": true + }, + { + "id": 2226417, + "adult": false + }, + { + "id": 2226414, + "adult": false + }, + { + "id": 2226411, + "adult": false + }, + { + "id": 2226410, + "adult": false + }, + { + "id": 2226422, + "adult": false + }, + { + "id": 2226405, + "adult": false + }, + { + "id": 60253, + "adult": false + }, + { + "id": 2226404, + "adult": false + }, + { + "id": 2226413, + "adult": false + }, + { + "id": 1209257, + "adult": false + }, + { + "id": 592611, + "adult": true + }, + { + "id": 2226245, + "adult": false + }, + { + "id": 2185489, + "adult": false + }, + { + "id": 2163414, + "adult": null + }, + { + "id": 2226401, + "adult": false + }, + { + "id": 1190156, + "adult": false + }, + { + "id": 2226399, + "adult": false + }, + { + "id": 2098740, + "adult": false + }, + { + "id": 2226398, + "adult": false + }, + { + "id": 2226397, + "adult": false + }, + { + "id": 2226394, + "adult": false + }, + { + "id": 2226393, + "adult": false + }, + { + "id": 2226392, + "adult": false + }, + { + "id": 2226386, + "adult": false + }, + { + "id": 2226385, + "adult": false + }, + { + "id": 2226384, + "adult": false + }, + { + "id": 2226380, + "adult": false + }, + { + "id": 2226379, + "adult": false + }, + { + "id": 2226378, + "adult": false + }, + { + "id": 2226622, + "adult": false + }, + { + "id": 21044, + "adult": false + }, + { + "id": 2226377, + "adult": false + }, + { + "id": 2226376, + "adult": false + }, + { + "id": 266422, + "adult": false + }, + { + "id": 2226373, + "adult": false + }, + { + "id": 2226372, + "adult": false + }, + { + "id": 5881, + "adult": false + }, + { + "id": 2226370, + "adult": false + }, + { + "id": 2226369, + "adult": false + }, + { + "id": 2226367, + "adult": false + }, + { + "id": 2226365, + "adult": false + }, + { + "id": 9420, + "adult": false + }, + { + "id": 2226363, + "adult": false + }, + { + "id": 1999657, + "adult": false + }, + { + "id": 2226348, + "adult": false + }, + { + "id": 2226362, + "adult": false + }, + { + "id": 97629, + "adult": false + }, + { + "id": 2226361, + "adult": false + }, + { + "id": 2226374, + "adult": false + }, + { + "id": 2226634, + "adult": false + }, + { + "id": 2226360, + "adult": false + }, + { + "id": 1213331, + "adult": false + }, + { + "id": 1421496, + "adult": false + }, + { + "id": 2226368, + "adult": false + }, + { + "id": 2226459, + "adult": false + }, + { + "id": 1764408, + "adult": false + }, + { + "id": 2226662, + "adult": true + }, + { + "id": 1222853, + "adult": null + }, + { + "id": 2226355, + "adult": false + }, + { + "id": 2226366, + "adult": false + }, + { + "id": 1775782, + "adult": null + }, + { + "id": 118900, + "adult": false + }, + { + "id": 2226495, + "adult": false + }, + { + "id": 2226412, + "adult": false + }, + { + "id": 2226354, + "adult": false + }, + { + "id": 2226353, + "adult": false + }, + { + "id": 2226859, + "adult": false + }, + { + "id": 1184377, + "adult": false + }, + { + "id": 2226352, + "adult": false + }, + { + "id": 2192516, + "adult": null + }, + { + "id": 2226349, + "adult": false + }, + { + "id": 2226351, + "adult": false + }, + { + "id": 2226346, + "adult": false + }, + { + "id": 2226391, + "adult": false + }, + { + "id": 69238, + "adult": false + }, + { + "id": 2226344, + "adult": false + }, + { + "id": 2226815, + "adult": false + }, + { + "id": 2407, + "adult": false + }, + { + "id": 1764411, + "adult": null + }, + { + "id": 2226676, + "adult": true + }, + { + "id": 2226343, + "adult": false + }, + { + "id": 1764410, + "adult": null + }, + { + "id": 2226666, + "adult": true + }, + { + "id": 1764406, + "adult": null + }, + { + "id": 1764415, + "adult": null + }, + { + "id": 1764414, + "adult": null + }, + { + "id": 2226674, + "adult": true + }, + { + "id": 1764407, + "adult": null + }, + { + "id": 2226668, + "adult": false + }, + { + "id": 1764405, + "adult": null + }, + { + "id": 118899, + "adult": false + }, + { + "id": 2226207, + "adult": false + }, + { + "id": 1741107, + "adult": null + }, + { + "id": 7385, + "adult": false + }, + { + "id": 2226396, + "adult": false + }, + { + "id": 2226345, + "adult": false + }, + { + "id": 2226388, + "adult": false + }, + { + "id": 90616, + "adult": false + }, + { + "id": 2226415, + "adult": false + }, + { + "id": 591487, + "adult": false + }, + { + "id": 1545865, + "adult": false + }, + { + "id": 2226547, + "adult": false + }, + { + "id": 2226416, + "adult": false + }, + { + "id": 2226895, + "adult": false + }, + { + "id": 122790, + "adult": false + }, + { + "id": 1196173, + "adult": false + }, + { + "id": 2226383, + "adult": false + }, + { + "id": 1727214, + "adult": null + }, + { + "id": 2226172, + "adult": false + }, + { + "id": 2226341, + "adult": false + }, + { + "id": 1321778, + "adult": false + }, + { + "id": 2226339, + "adult": true + }, + { + "id": 2226338, + "adult": false + }, + { + "id": 2226337, + "adult": false + }, + { + "id": 2226336, + "adult": false + }, + { + "id": 2226304, + "adult": false + }, + { + "id": 2210741, + "adult": false + }, + { + "id": 2226335, + "adult": false + }, + { + "id": 2226402, + "adult": false + }, + { + "id": 2017252, + "adult": null + }, + { + "id": 2226795, + "adult": false + }, + { + "id": 1348111, + "adult": false + }, + { + "id": 2226420, + "adult": false + }, + { + "id": 1142183, + "adult": false + }, + { + "id": 2226516, + "adult": false + }, + { + "id": 2226400, + "adult": false + }, + { + "id": 2226513, + "adult": false + }, + { + "id": 2226418, + "adult": false + }, + { + "id": 2134371, + "adult": null + }, + { + "id": 2226515, + "adult": false + }, + { + "id": 1846587, + "adult": false + }, + { + "id": 2226332, + "adult": false + }, + { + "id": 2226331, + "adult": false + }, + { + "id": 2226330, + "adult": false + }, + { + "id": 2226329, + "adult": false + }, + { + "id": 2226328, + "adult": false + }, + { + "id": 2226327, + "adult": false + }, + { + "id": 2226326, + "adult": false + }, + { + "id": 2226899, + "adult": false + }, + { + "id": 1086949, + "adult": false + }, + { + "id": 2226324, + "adult": false + }, + { + "id": 2226323, + "adult": false + }, + { + "id": 2226322, + "adult": false + }, + { + "id": 2226321, + "adult": false + }, + { + "id": 2226340, + "adult": false + }, + { + "id": 49307, + "adult": false + }, + { + "id": 14678, + "adult": false + }, + { + "id": 2226319, + "adult": false + }, + { + "id": 2226318, + "adult": false + }, + { + "id": 2226316, + "adult": true + }, + { + "id": 2226315, + "adult": false + }, + { + "id": 2226314, + "adult": false + }, + { + "id": 2226313, + "adult": false + }, + { + "id": 2226312, + "adult": false + }, + { + "id": 2226311, + "adult": false + }, + { + "id": 103, + "adult": false + }, + { + "id": 2226427, + "adult": false + }, + { + "id": 2134369, + "adult": null + }, + { + "id": 2226408, + "adult": false + }, + { + "id": 2226276, + "adult": false + }, + { + "id": 2226310, + "adult": false + }, + { + "id": 63, + "adult": false + }, + { + "id": 2226267, + "adult": false + }, + { + "id": 2226308, + "adult": false + }, + { + "id": 51128, + "adult": false + }, + { + "id": 1120519, + "adult": false + }, + { + "id": 2226266, + "adult": false + }, + { + "id": 2226307, + "adult": false + }, + { + "id": 19907, + "adult": false + }, + { + "id": 2226262, + "adult": false + }, + { + "id": 1764413, + "adult": null + }, + { + "id": 2226664, + "adult": true + }, + { + "id": 2226244, + "adult": false + }, + { + "id": 2226306, + "adult": false + }, + { + "id": 2226390, + "adult": false + }, + { + "id": 10131, + "adult": false + }, + { + "id": 2226243, + "adult": false + }, + { + "id": 2226406, + "adult": false + }, + { + "id": 76886, + "adult": false + }, + { + "id": 1475109, + "adult": false + }, + { + "id": 2226553, + "adult": false + }, + { + "id": 2226305, + "adult": false + }, + { + "id": 1068832, + "adult": false + }, + { + "id": 1592855, + "adult": false + }, + { + "id": 2226701, + "adult": false + }, + { + "id": 2226371, + "adult": false + }, + { + "id": 2226760, + "adult": false + }, + { + "id": 1080817, + "adult": false + }, + { + "id": 2226293, + "adult": false + }, + { + "id": 216710, + "adult": false + }, + { + "id": 2226333, + "adult": false + }, + { + "id": 2226908, + "adult": false + }, + { + "id": 19409, + "adult": false + }, + { + "id": 24632, + "adult": false + }, + { + "id": 2226387, + "adult": false + }, + { + "id": 1654227, + "adult": false + }, + { + "id": 2226222, + "adult": false + }, + { + "id": 2226279, + "adult": false + }, + { + "id": 54072, + "adult": false + }, + { + "id": 1064801, + "adult": false + }, + { + "id": 2226428, + "adult": false + }, + { + "id": 134875, + "adult": false + }, + { + "id": 2226202, + "adult": false + }, + { + "id": 2226221, + "adult": false + }, + { + "id": 2226278, + "adult": false + }, + { + "id": 2226220, + "adult": false + }, + { + "id": 2226325, + "adult": false + }, + { + "id": 2084595, + "adult": false + }, + { + "id": 1731618, + "adult": false + }, + { + "id": 2226219, + "adult": false + }, + { + "id": 2226218, + "adult": false + }, + { + "id": 2226741, + "adult": false + }, + { + "id": 1555249, + "adult": false + }, + { + "id": 2226356, + "adult": false + }, + { + "id": 1764400, + "adult": null + }, + { + "id": 2226646, + "adult": false + }, + { + "id": 2226216, + "adult": false + }, + { + "id": 2226215, + "adult": false + }, + { + "id": 2226347, + "adult": false + }, + { + "id": 1323497, + "adult": false + }, + { + "id": 2226214, + "adult": false + }, + { + "id": 2226213, + "adult": false + }, + { + "id": 2226211, + "adult": false + }, + { + "id": 1062644, + "adult": false + }, + { + "id": 2226447, + "adult": false + }, + { + "id": 2107790, + "adult": false + }, + { + "id": 2226210, + "adult": false + }, + { + "id": 2226209, + "adult": false + }, + { + "id": 2226900, + "adult": false + }, + { + "id": 1726744, + "adult": false + }, + { + "id": 1272612, + "adult": null + }, + { + "id": 2226441, + "adult": false + }, + { + "id": 2226160, + "adult": false + }, + { + "id": 1494851, + "adult": false + }, + { + "id": 2226208, + "adult": false + }, + { + "id": 588703, + "adult": false + }, + { + "id": 2226206, + "adult": false + }, + { + "id": 1764402, + "adult": false + }, + { + "id": 2226650, + "adult": false + }, + { + "id": 2226205, + "adult": false + }, + { + "id": 2226358, + "adult": false + }, + { + "id": 2226334, + "adult": false + }, + { + "id": 1618599, + "adult": false + }, + { + "id": 2226403, + "adult": false + }, + { + "id": 591480, + "adult": false + }, + { + "id": 2226271, + "adult": false + }, + { + "id": 1246719, + "adult": false + }, + { + "id": 2226204, + "adult": false + }, + { + "id": 1764397, + "adult": null + }, + { + "id": 2226389, + "adult": false + }, + { + "id": 1802183, + "adult": false + }, + { + "id": 2226632, + "adult": false + }, + { + "id": 2226203, + "adult": false + }, + { + "id": 2226201, + "adult": false + }, + { + "id": 2226200, + "adult": false + }, + { + "id": 2226299, + "adult": false + }, + { + "id": 2226199, + "adult": false + }, + { + "id": 2226198, + "adult": false + }, + { + "id": 2226176, + "adult": false + }, + { + "id": 2226196, + "adult": false + }, + { + "id": 2226195, + "adult": false + }, + { + "id": 2226737, + "adult": false + }, + { + "id": 1999092, + "adult": null + }, + { + "id": 1773981, + "adult": null + }, + { + "id": 1078811, + "adult": false + }, + { + "id": 2226194, + "adult": false + }, + { + "id": 2226193, + "adult": false + }, + { + "id": 2226357, + "adult": false + }, + { + "id": 2226239, + "adult": false + }, + { + "id": 2226190, + "adult": false + }, + { + "id": 1544224, + "adult": false + }, + { + "id": 2226629, + "adult": false + }, + { + "id": 1845701, + "adult": true + }, + { + "id": 2226395, + "adult": false + }, + { + "id": 1524316, + "adult": false + }, + { + "id": 118745, + "adult": false + }, + { + "id": 2226157, + "adult": false + }, + { + "id": 6193, + "adult": false + }, + { + "id": 2226290, + "adult": false + }, + { + "id": 1245433, + "adult": false + }, + { + "id": 2226424, + "adult": false + }, + { + "id": 138527, + "adult": false + }, + { + "id": 1333033, + "adult": false + }, + { + "id": 2226170, + "adult": false + }, + { + "id": 2226168, + "adult": false + }, + { + "id": 14902, + "adult": false + }, + { + "id": 2226180, + "adult": false + }, + { + "id": 2226164, + "adult": false + }, + { + "id": 1764398, + "adult": null + }, + { + "id": 2226642, + "adult": false + }, + { + "id": 2226197, + "adult": false + }, + { + "id": 1156197, + "adult": false + }, + { + "id": 232342, + "adult": false + }, + { + "id": 2226606, + "adult": false + }, + { + "id": 1889103, + "adult": false + }, + { + "id": 2226169, + "adult": false + }, + { + "id": 2226309, + "adult": false + }, + { + "id": 967253, + "adult": false + }, + { + "id": 14949, + "adult": false + }, + { + "id": 2226291, + "adult": false + }, + { + "id": 2226174, + "adult": false + }, + { + "id": 2163410, + "adult": null + }, + { + "id": 1578306, + "adult": false + }, + { + "id": 1459894, + "adult": false + }, + { + "id": 2226159, + "adult": false + }, + { + "id": 1977181, + "adult": false + }, + { + "id": 2226158, + "adult": false + }, + { + "id": 2217127, + "adult": false + }, + { + "id": 1087, + "adult": false + }, + { + "id": 2226156, + "adult": false + }, + { + "id": 2226684, + "adult": false + }, + { + "id": 2134373, + "adult": null + }, + { + "id": 115440, + "adult": false + }, + { + "id": 2226212, + "adult": false + }, + { + "id": 2226407, + "adult": false + }, + { + "id": 2226171, + "adult": false + }, + { + "id": 1792482, + "adult": false + }, + { + "id": 81291, + "adult": false + }, + { + "id": 2226187, + "adult": false + }, + { + "id": 1106593, + "adult": false + }, + { + "id": 2226270, + "adult": false + }, + { + "id": 2226246, + "adult": false + }, + { + "id": 2226409, + "adult": false + }, + { + "id": 1962533, + "adult": false + }, + { + "id": 2226303, + "adult": false + }, + { + "id": 2226189, + "adult": false + }, + { + "id": 1617321, + "adult": false + }, + { + "id": 2226163, + "adult": false + }, + { + "id": 2226877, + "adult": false + }, + { + "id": 2079336, + "adult": false + }, + { + "id": 2226165, + "adult": false + }, + { + "id": 2226549, + "adult": false + }, + { + "id": 1351426, + "adult": false + }, + { + "id": 2226541, + "adult": false + }, + { + "id": 2226161, + "adult": false + }, + { + "id": 2226167, + "adult": false + }, + { + "id": 1762115, + "adult": false + }, + { + "id": 2226184, + "adult": false + }, + { + "id": 2226786, + "adult": false + }, + { + "id": 2196983, + "adult": false + }, + { + "id": 2054216, + "adult": false + }, + { + "id": 928146, + "adult": false + }, + { + "id": 2226162, + "adult": false + }, + { + "id": 2226166, + "adult": false + }, + { + "id": 2226342, + "adult": false + }, + { + "id": 2226217, + "adult": false + }, + { + "id": 1715063, + "adult": false + }, + { + "id": 2226230, + "adult": false + }, + { + "id": 2226287, + "adult": false + }, + { + "id": 2226359, + "adult": false + }, + { + "id": 2192518, + "adult": null + }, + { + "id": 2225757, + "adult": false + }, + { + "id": 2226470, + "adult": false + }, + { + "id": 1079368, + "adult": false + }, + { + "id": 2226124, + "adult": true + }, + { + "id": 2226382, + "adult": false + }, + { + "id": 18997, + "adult": false + }, + { + "id": 1019, + "adult": false + }, + { + "id": 2226652, + "adult": false + }, + { + "id": 2226177, + "adult": false + }, + { + "id": 1764403, + "adult": null + }, + { + "id": 1049264, + "adult": false + }, + { + "id": 2215880, + "adult": false + }, + { + "id": 2226178, + "adult": false + }, + { + "id": 1741106, + "adult": null + }, + { + "id": 2226179, + "adult": false + }, + { + "id": 2226949, + "adult": false + }, + { + "id": 1510119, + "adult": false + }, + { + "id": 2226558, + "adult": false + }, + { + "id": 2226181, + "adult": false + }, + { + "id": 1487982, + "adult": false + }, + { + "id": 2226182, + "adult": false + }, + { + "id": 1678523, + "adult": null + }, + { + "id": 2226183, + "adult": false + }, + { + "id": 2226296, + "adult": false + }, + { + "id": 117642, + "adult": false + }, + { + "id": 2226186, + "adult": false + }, + { + "id": 560321, + "adult": false + }, + { + "id": 2226175, + "adult": false + }, + { + "id": 134704, + "adult": false + }, + { + "id": 2226185, + "adult": false + }, + { + "id": 165467, + "adult": false + }, + { + "id": 1764412, + "adult": null + }, + { + "id": 2226670, + "adult": false + }, + { + "id": 2224438, + "adult": false + }, + { + "id": 2226231, + "adult": false + }, + { + "id": 1249726, + "adult": false + }, + { + "id": 2087185, + "adult": false + }, + { + "id": 2226288, + "adult": false + }, + { + "id": 1245783, + "adult": false + }, + { + "id": 11656, + "adult": false + }, + { + "id": 2226457, + "adult": false + }, + { + "id": 2226188, + "adult": false + }, + { + "id": 52362, + "adult": false + }, + { + "id": 2226223, + "adult": false + }, + { + "id": 2226926, + "adult": false + }, + { + "id": 1935765, + "adult": false + }, + { + "id": 2226280, + "adult": false + }, + { + "id": 2134372, + "adult": null + }, + { + "id": 2226419, + "adult": false + }, + { + "id": 1462208, + "adult": false + }, + { + "id": 2226508, + "adult": false + }, + { + "id": 2226224, + "adult": false + }, + { + "id": 2226289, + "adult": false + }, + { + "id": 2226225, + "adult": false + }, + { + "id": 2226282, + "adult": false + }, + { + "id": 2226226, + "adult": false + }, + { + "id": 2226283, + "adult": false + }, + { + "id": 2226227, + "adult": false + }, + { + "id": 2226284, + "adult": false + }, + { + "id": 17012, + "adult": false + }, + { + "id": 2226681, + "adult": true + }, + { + "id": 2226228, + "adult": false + }, + { + "id": 2226277, + "adult": false + }, + { + "id": 2226286, + "adult": false + }, + { + "id": 2226232, + "adult": false + }, + { + "id": 2226297, + "adult": false + }, + { + "id": 2226233, + "adult": false + }, + { + "id": 2226235, + "adult": false + }, + { + "id": 1446281, + "adult": false + }, + { + "id": 2226644, + "adult": false + }, + { + "id": 2226292, + "adult": false + }, + { + "id": 2226236, + "adult": false + }, + { + "id": 2226285, + "adult": false + }, + { + "id": 2226237, + "adult": false + }, + { + "id": 2210739, + "adult": false + }, + { + "id": 2226294, + "adult": false + }, + { + "id": 2210740, + "adult": false + }, + { + "id": 2226295, + "adult": false + }, + { + "id": 2226240, + "adult": false + }, + { + "id": 1150062, + "adult": false + }, + { + "id": 2226567, + "adult": false + }, + { + "id": 2226241, + "adult": false + }, + { + "id": 2226298, + "adult": false + }, + { + "id": 2226242, + "adult": false + }, + { + "id": 2076407, + "adult": false + }, + { + "id": 2226300, + "adult": false + }, + { + "id": 2226281, + "adult": false + }, + { + "id": 1537609, + "adult": false + }, + { + "id": 2226591, + "adult": false + }, + { + "id": 2226302, + "adult": false + }, + { + "id": 1991074, + "adult": false + }, + { + "id": 2226248, + "adult": false + }, + { + "id": 2226249, + "adult": false + }, + { + "id": 2226250, + "adult": false + }, + { + "id": 2226251, + "adult": false + }, + { + "id": 2021315, + "adult": null + }, + { + "id": 2226818, + "adult": false + }, + { + "id": 44301, + "adult": false + }, + { + "id": 2226252, + "adult": false + }, + { + "id": 2224722, + "adult": false + }, + { + "id": 2226301, + "adult": false + }, + { + "id": 52792, + "adult": false + }, + { + "id": 2226449, + "adult": false + }, + { + "id": 588808, + "adult": false + }, + { + "id": 2226253, + "adult": false + }, + { + "id": 2226274, + "adult": false + }, + { + "id": 2226254, + "adult": false + }, + { + "id": 2226255, + "adult": false + }, + { + "id": 2226256, + "adult": false + }, + { + "id": 2226257, + "adult": false + }, + { + "id": 36875, + "adult": false + }, + { + "id": 2226639, + "adult": false + }, + { + "id": 2226258, + "adult": false + }, + { + "id": 2226259, + "adult": false + }, + { + "id": 2226260, + "adult": false + }, + { + "id": 2226261, + "adult": false + }, + { + "id": 2226263, + "adult": false + }, + { + "id": 1558795, + "adult": false + }, + { + "id": 1764404, + "adult": null + }, + { + "id": 23263, + "adult": false + }, + { + "id": 2226265, + "adult": false + }, + { + "id": 1774379, + "adult": false + }, + { + "id": 2226173, + "adult": false + }, + { + "id": 2226375, + "adult": false + }, + { + "id": 9618, + "adult": false + }, + { + "id": 2226659, + "adult": false + }, + { + "id": 2226192, + "adult": false + }, + { + "id": 1557607, + "adult": false + }, + { + "id": 2226268, + "adult": false + }, + { + "id": 1605384, + "adult": false + }, + { + "id": 2226269, + "adult": false + }, + { + "id": 2226272, + "adult": false + }, + { + "id": 1553049, + "adult": false + }, + { + "id": 2035268, + "adult": false + }, + { + "id": 72927, + "adult": false + }, + { + "id": 2226563, + "adult": false + }, + { + "id": 2226273, + "adult": false + }, + { + "id": 2226275, + "adult": false + }, + { + "id": 1761289, + "adult": false + }, + { + "id": 2226350, + "adult": false + }, + { + "id": 2226317, + "adult": false + }, + { + "id": 2226425, + "adult": false + }, + { + "id": 2226426, + "adult": false + }, + { + "id": 2226429, + "adult": false + }, + { + "id": 2226430, + "adult": false + }, + { + "id": 1807967, + "adult": false + }, + { + "id": 2226434, + "adult": false + }, + { + "id": 2226431, + "adult": false + }, + { + "id": 142736, + "adult": false + }, + { + "id": 2226475, + "adult": false + }, + { + "id": 2226708, + "adult": false + }, + { + "id": 2226320, + "adult": false + }, + { + "id": 2008512, + "adult": false + }, + { + "id": 1245438, + "adult": false + }, + { + "id": 2226559, + "adult": false + }, + { + "id": 136726, + "adult": false + }, + { + "id": 1406142, + "adult": false + }, + { + "id": 2226528, + "adult": false + }, + { + "id": 2226841, + "adult": false + }, + { + "id": 1966175, + "adult": false + }, + { + "id": 2226381, + "adult": false + }, + { + "id": 1682052, + "adult": false + }, + { + "id": 2226566, + "adult": false + }, + { + "id": 2226234, + "adult": false + }, + { + "id": 143954, + "adult": false + }, + { + "id": 39768, + "adult": false + }, + { + "id": 2226534, + "adult": false + }, + { + "id": 2226432, + "adult": false + }, + { + "id": 2199839, + "adult": null + }, + { + "id": 551744, + "adult": false + }, + { + "id": 963208, + "adult": true + }, + { + "id": 2226433, + "adult": false + }, + { + "id": 146543, + "adult": false + }, + { + "id": 168624, + "adult": false + }, + { + "id": 1190057, + "adult": false + }, + { + "id": 1276298, + "adult": false + }, + { + "id": 1648936, + "adult": false + }, + { + "id": 2226672, + "adult": true + }, + { + "id": 927724, + "adult": false + }, + { + "id": 7449, + "adult": false + }, + { + "id": 2226435, + "adult": false + }, + { + "id": 1258568, + "adult": false + }, + { + "id": 2226436, + "adult": false + }, + { + "id": 2226950, + "adult": false + }, + { + "id": 2031510, + "adult": false + }, + { + "id": 2226705, + "adult": false + }, + { + "id": 2226437, + "adult": false + }, + { + "id": 2226438, + "adult": false + }, + { + "id": 2226439, + "adult": false + }, + { + "id": 2226440, + "adult": false + }, + { + "id": 2226645, + "adult": false + }, + { + "id": 2226805, + "adult": false + }, + { + "id": 64513, + "adult": false + }, + { + "id": 1796395, + "adult": false + }, + { + "id": 2226698, + "adult": false + }, + { + "id": 2226442, + "adult": false + }, + { + "id": 2226443, + "adult": false + }, + { + "id": 2226444, + "adult": false + }, + { + "id": 2226445, + "adult": false + }, + { + "id": 2226446, + "adult": false + }, + { + "id": 2226448, + "adult": false + }, + { + "id": 2226843, + "adult": false + }, + { + "id": 1419478, + "adult": false + }, + { + "id": 2226450, + "adult": false + }, + { + "id": 2226451, + "adult": false + }, + { + "id": 2226452, + "adult": false + }, + { + "id": 2226733, + "adult": false + }, + { + "id": 1497754, + "adult": false + }, + { + "id": 2226546, + "adult": false + }, + { + "id": 2226830, + "adult": false + }, + { + "id": 82479, + "adult": false + }, + { + "id": 2226519, + "adult": false + }, + { + "id": 1093619, + "adult": false + }, + { + "id": 2226453, + "adult": false + }, + { + "id": 2226713, + "adult": false + }, + { + "id": 1292298, + "adult": false + }, + { + "id": 2226454, + "adult": false + }, + { + "id": 2226455, + "adult": false + }, + { + "id": 2226482, + "adult": false + }, + { + "id": 2226456, + "adult": false + }, + { + "id": 1255397, + "adult": false + }, + { + "id": 1864731, + "adult": false + }, + { + "id": 1191614, + "adult": false + }, + { + "id": 229224, + "adult": false + }, + { + "id": 2226229, + "adult": false + }, + { + "id": 135136, + "adult": false + }, + { + "id": 57607, + "adult": false + }, + { + "id": 226742, + "adult": false + }, + { + "id": 2226530, + "adult": false + }, + { + "id": 2226849, + "adult": false + }, + { + "id": 2018401, + "adult": false + }, + { + "id": 1195512, + "adult": false + }, + { + "id": 2226458, + "adult": false + }, + { + "id": 2226460, + "adult": false + }, + { + "id": 2226461, + "adult": false + }, + { + "id": 2226462, + "adult": false + }, + { + "id": 2226463, + "adult": false + }, + { + "id": 2226464, + "adult": false + }, + { + "id": 2226465, + "adult": false + }, + { + "id": 2226466, + "adult": false + }, + { + "id": 2226468, + "adult": false + }, + { + "id": 2226469, + "adult": false + }, + { + "id": 2226471, + "adult": false + }, + { + "id": 2226472, + "adult": false + }, + { + "id": 2226474, + "adult": false + }, + { + "id": 2226896, + "adult": false + }, + { + "id": 2225053, + "adult": null + }, + { + "id": 2226905, + "adult": false + }, + { + "id": 2225054, + "adult": null + }, + { + "id": 1422377, + "adult": false + }, + { + "id": 2226487, + "adult": false + }, + { + "id": 3063, + "adult": false + }, + { + "id": 2226593, + "adult": false + }, + { + "id": 2226476, + "adult": false + }, + { + "id": 2219369, + "adult": false + }, + { + "id": 1455826, + "adult": false + }, + { + "id": 2226477, + "adult": false + }, + { + "id": 2226478, + "adult": false + }, + { + "id": 2219371, + "adult": false + }, + { + "id": 2226479, + "adult": false + }, + { + "id": 2219372, + "adult": false + }, + { + "id": 2226480, + "adult": false + }, + { + "id": 2226481, + "adult": false + }, + { + "id": 136684, + "adult": false + }, + { + "id": 2226483, + "adult": false + }, + { + "id": 2226484, + "adult": false + }, + { + "id": 2226485, + "adult": false + }, + { + "id": 227399, + "adult": false + }, + { + "id": 1779915, + "adult": false + }, + { + "id": 1467167, + "adult": null + }, + { + "id": 2226488, + "adult": false + }, + { + "id": 1570181, + "adult": false + }, + { + "id": 2226704, + "adult": false + }, + { + "id": 2226489, + "adult": false + }, + { + "id": 2226490, + "adult": false + }, + { + "id": 2226491, + "adult": false + }, + { + "id": 2226723, + "adult": false + }, + { + "id": 55751, + "adult": false + }, + { + "id": 2226492, + "adult": false + }, + { + "id": 2226493, + "adult": false + }, + { + "id": 2226494, + "adult": false + }, + { + "id": 2226496, + "adult": false + }, + { + "id": 2219373, + "adult": false + }, + { + "id": 2226497, + "adult": false + }, + { + "id": 2226498, + "adult": false + }, + { + "id": 2226499, + "adult": false + }, + { + "id": 2226500, + "adult": false + }, + { + "id": 2226501, + "adult": false + }, + { + "id": 2226502, + "adult": false + }, + { + "id": 2226503, + "adult": false + }, + { + "id": 2226504, + "adult": false + }, + { + "id": 1200120, + "adult": false + }, + { + "id": 2226657, + "adult": false + }, + { + "id": 2226505, + "adult": false + }, + { + "id": 2226506, + "adult": false + }, + { + "id": 2226507, + "adult": false + }, + { + "id": 2226509, + "adult": false + }, + { + "id": 2226510, + "adult": false + }, + { + "id": 2226511, + "adult": false + }, + { + "id": 2226512, + "adult": false + }, + { + "id": 2226514, + "adult": false + }, + { + "id": 1871609, + "adult": false + }, + { + "id": 1876882, + "adult": false + }, + { + "id": 2226517, + "adult": false + }, + { + "id": 2226518, + "adult": false + }, + { + "id": 2226520, + "adult": false + }, + { + "id": 2226521, + "adult": false + }, + { + "id": 2226522, + "adult": false + }, + { + "id": 2226523, + "adult": false + }, + { + "id": 2226524, + "adult": false + }, + { + "id": 1678698, + "adult": false + }, + { + "id": 2226525, + "adult": false + }, + { + "id": 2226526, + "adult": false + }, + { + "id": 2226527, + "adult": false + }, + { + "id": 1076218, + "adult": false + }, + { + "id": 2226529, + "adult": false + }, + { + "id": 1678697, + "adult": null + }, + { + "id": 48, + "adult": false + }, + { + "id": 2226531, + "adult": false + }, + { + "id": 2226532, + "adult": false + }, + { + "id": 2226486, + "adult": false + }, + { + "id": 1301685, + "adult": false + }, + { + "id": 2226533, + "adult": false + }, + { + "id": 2226535, + "adult": false + }, + { + "id": 2226536, + "adult": false + }, + { + "id": 2226537, + "adult": false + }, + { + "id": 2226538, + "adult": false + }, + { + "id": 1467193, + "adult": false + }, + { + "id": 2226540, + "adult": false + }, + { + "id": 2226543, + "adult": false + }, + { + "id": 2226544, + "adult": false + }, + { + "id": 2226545, + "adult": false + }, + { + "id": 2226548, + "adult": false + }, + { + "id": 2226550, + "adult": false + }, + { + "id": 2226551, + "adult": false + }, + { + "id": 2226784, + "adult": false + }, + { + "id": 96068, + "adult": false + }, + { + "id": 2226552, + "adult": false + }, + { + "id": 2226554, + "adult": false + }, + { + "id": 1475110, + "adult": false + }, + { + "id": 2226555, + "adult": false + }, + { + "id": 2226556, + "adult": false + }, + { + "id": 1475111, + "adult": false + }, + { + "id": 1222596, + "adult": false + }, + { + "id": 2226557, + "adult": false + }, + { + "id": 2226560, + "adult": false + }, + { + "id": 2226561, + "adult": false + }, + { + "id": 2226562, + "adult": false + }, + { + "id": 2226564, + "adult": false + }, + { + "id": 19975, + "adult": false + }, + { + "id": 2226565, + "adult": false + }, + { + "id": 1308842, + "adult": false + }, + { + "id": 2226568, + "adult": false + }, + { + "id": 2226569, + "adult": false + }, + { + "id": 2226570, + "adult": true + }, + { + "id": 2226571, + "adult": true + }, + { + "id": 2226572, + "adult": true + }, + { + "id": 11129, + "adult": false + }, + { + "id": 2226573, + "adult": false + }, + { + "id": 2226574, + "adult": false + }, + { + "id": 2226575, + "adult": false + }, + { + "id": 2226576, + "adult": false + }, + { + "id": 2226577, + "adult": false + }, + { + "id": 2226578, + "adult": false + }, + { + "id": 2226579, + "adult": false + }, + { + "id": 2226580, + "adult": false + }, + { + "id": 2226581, + "adult": false + }, + { + "id": 1836510, + "adult": false + }, + { + "id": 2226583, + "adult": false + }, + { + "id": 1390603, + "adult": false + }, + { + "id": 2226584, + "adult": false + }, + { + "id": 2226585, + "adult": false + }, + { + "id": 1622151, + "adult": false + }, + { + "id": 2226586, + "adult": false + }, + { + "id": 2226587, + "adult": false + }, + { + "id": 2226588, + "adult": false + }, + { + "id": 2226589, + "adult": false + }, + { + "id": 2226590, + "adult": false + }, + { + "id": 2226592, + "adult": false + }, + { + "id": 2226594, + "adult": false + }, + { + "id": 1689143, + "adult": false + }, + { + "id": 2226595, + "adult": false + }, + { + "id": 81054, + "adult": false + }, + { + "id": 2226596, + "adult": false + }, + { + "id": 2226597, + "adult": false + }, + { + "id": 2226598, + "adult": false + }, + { + "id": 2226599, + "adult": false + }, + { + "id": 1820616, + "adult": false + }, + { + "id": 2226600, + "adult": false + }, + { + "id": 2226601, + "adult": false + }, + { + "id": 2226602, + "adult": false + }, + { + "id": 5589, + "adult": false + }, + { + "id": 2226603, + "adult": false + }, + { + "id": 2226467, + "adult": false + }, + { + "id": 1999089, + "adult": null + }, + { + "id": 2226473, + "adult": false + }, + { + "id": 1999088, + "adult": null + }, + { + "id": 2226604, + "adult": false + }, + { + "id": 2226605, + "adult": false + }, + { + "id": 2226607, + "adult": false + }, + { + "id": 2226608, + "adult": false + }, + { + "id": 1172115, + "adult": false + }, + { + "id": 2226609, + "adult": false + }, + { + "id": 2226610, + "adult": false + }, + { + "id": 2226611, + "adult": false + }, + { + "id": 2226612, + "adult": false + }, + { + "id": 2226613, + "adult": false + }, + { + "id": 2226247, + "adult": false + }, + { + "id": 1946637, + "adult": false + }, + { + "id": 2226614, + "adult": false + }, + { + "id": 2226615, + "adult": false + }, + { + "id": 2226238, + "adult": false + }, + { + "id": 1660223, + "adult": null + }, + { + "id": 95515, + "adult": false + }, + { + "id": 2226616, + "adult": false + }, + { + "id": 188983, + "adult": false + }, + { + "id": 2226617, + "adult": false + }, + { + "id": 2226618, + "adult": false + }, + { + "id": 1326574, + "adult": false + }, + { + "id": 2226619, + "adult": false + }, + { + "id": 2226620, + "adult": false + }, + { + "id": 2226621, + "adult": false + }, + { + "id": 2226623, + "adult": false + }, + { + "id": 2524, + "adult": false + }, + { + "id": 2226624, + "adult": false + }, + { + "id": 2226625, + "adult": false + }, + { + "id": 2226626, + "adult": false + }, + { + "id": 2226627, + "adult": false + }, + { + "id": 2226628, + "adult": false + }, + { + "id": 2226630, + "adult": false + }, + { + "id": 2226631, + "adult": false + }, + { + "id": 2226633, + "adult": false + }, + { + "id": 2226635, + "adult": false + }, + { + "id": 86709, + "adult": false + }, + { + "id": 2226636, + "adult": false + }, + { + "id": 2226637, + "adult": false + }, + { + "id": 2226638, + "adult": false + }, + { + "id": 1894282, + "adult": false + }, + { + "id": 196057, + "adult": false + }, + { + "id": 2226640, + "adult": false + }, + { + "id": 2226641, + "adult": false + }, + { + "id": 2226643, + "adult": false + }, + { + "id": 2226647, + "adult": false + }, + { + "id": 2226648, + "adult": false + }, + { + "id": 2226649, + "adult": false + }, + { + "id": 2226651, + "adult": false + }, + { + "id": 2226653, + "adult": false + }, + { + "id": 2226654, + "adult": false + }, + { + "id": 2226264, + "adult": false + }, + { + "id": 1134502, + "adult": false + }, + { + "id": 2226655, + "adult": false + }, + { + "id": 2226656, + "adult": false + }, + { + "id": 2226658, + "adult": false + }, + { + "id": 2226660, + "adult": false + }, + { + "id": 2226661, + "adult": false + }, + { + "id": 990468, + "adult": false + }, + { + "id": 104940, + "adult": false + }, + { + "id": 2226663, + "adult": false + }, + { + "id": 2226665, + "adult": false + }, + { + "id": 2226667, + "adult": false + }, + { + "id": 2226669, + "adult": true + }, + { + "id": 2226671, + "adult": true + }, + { + "id": 2226675, + "adult": true + }, + { + "id": 2226677, + "adult": true + }, + { + "id": 11218, + "adult": false + }, + { + "id": 2226678, + "adult": false + }, + { + "id": 2226679, + "adult": true + }, + { + "id": 2565, + "adult": false + }, + { + "id": 2226680, + "adult": true + }, + { + "id": 2226682, + "adult": true + }, + { + "id": 2226683, + "adult": true + }, + { + "id": 2226685, + "adult": false + }, + { + "id": 2226673, + "adult": true + }, + { + "id": 1020761, + "adult": false + }, + { + "id": 2226686, + "adult": false + }, + { + "id": 2226687, + "adult": false + }, + { + "id": 2226688, + "adult": true + }, + { + "id": 2226689, + "adult": false + }, + { + "id": 2226690, + "adult": true + }, + { + "id": 2226691, + "adult": false + }, + { + "id": 2226692, + "adult": false + }, + { + "id": 2226693, + "adult": false + }, + { + "id": 2226694, + "adult": false + }, + { + "id": 2226695, + "adult": false + }, + { + "id": 2226696, + "adult": true + }, + { + "id": 2226697, + "adult": false + }, + { + "id": 2226699, + "adult": false + }, + { + "id": 2226700, + "adult": false + }, + { + "id": 82475, + "adult": false + }, + { + "id": 2226702, + "adult": false + }, + { + "id": 2226703, + "adult": false + }, + { + "id": 2226706, + "adult": false + }, + { + "id": 2226542, + "adult": false + }, + { + "id": 13557, + "adult": false + }, + { + "id": 2226707, + "adult": false + }, + { + "id": 1649247, + "adult": false + }, + { + "id": 2226709, + "adult": false + }, + { + "id": 2226710, + "adult": false + }, + { + "id": 2226711, + "adult": false + }, + { + "id": 2226712, + "adult": false + }, + { + "id": 2226714, + "adult": false + }, + { + "id": 2226715, + "adult": false + }, + { + "id": 2226716, + "adult": false + }, + { + "id": 2226717, + "adult": false + }, + { + "id": 1132574, + "adult": false + }, + { + "id": 2226718, + "adult": false + }, + { + "id": 1245356, + "adult": false + }, + { + "id": 2226719, + "adult": false + }, + { + "id": 1909553, + "adult": true + }, + { + "id": 2226720, + "adult": false + }, + { + "id": 1179159, + "adult": false + }, + { + "id": 2226721, + "adult": false + }, + { + "id": 2226722, + "adult": false + }, + { + "id": 2167, + "adult": false + }, + { + "id": 2226582, + "adult": false + }, + { + "id": 11435, + "adult": false + }, + { + "id": 2226191, + "adult": false + }, + { + "id": 8584, + "adult": false + }, + { + "id": 1493793, + "adult": false + } + ], + "page": 1, + "total_pages": 1, + "total_results": 1 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:01.4475307Z", + "ReducedUri": "/3/tv/changes", + "RespData": { + "results": [ + { + "id": 32726, + "adult": false + }, + { + "id": 86193, + "adult": false + }, + { + "id": 70384, + "adult": false + }, + { + "id": 16586, + "adult": false + }, + { + "id": 11616, + "adult": false + }, + { + "id": 13343, + "adult": false + }, + { + "id": 3858, + "adult": false + }, + { + "id": 5160, + "adult": false + }, + { + "id": 4851, + "adult": false + }, + { + "id": 85310, + "adult": false + }, + { + "id": 26068, + "adult": false + }, + { + "id": 1188, + "adult": false + }, + { + "id": 9676, + "adult": false + }, + { + "id": 9248, + "adult": false + }, + { + "id": 3490, + "adult": false + }, + { + "id": 64432, + "adult": false + }, + { + "id": 27765, + "adult": false + }, + { + "id": 27467, + "adult": false + }, + { + "id": 7799, + "adult": false + }, + { + "id": 29635, + "adult": false + }, + { + "id": 6332, + "adult": false + }, + { + "id": 397, + "adult": false + }, + { + "id": 26465, + "adult": false + }, + { + "id": 676, + "adult": false + }, + { + "id": 84327, + "adult": false + }, + { + "id": 86192, + "adult": false + }, + { + "id": 7617, + "adult": false + }, + { + "id": 67915, + "adult": false + }, + { + "id": 47089, + "adult": false + }, + { + "id": 33955, + "adult": false + }, + { + "id": 86191, + "adult": false + }, + { + "id": 82221, + "adult": false + }, + { + "id": 2316, + "adult": false + }, + { + "id": 86190, + "adult": false + }, + { + "id": 4959, + "adult": false + }, + { + "id": 6186, + "adult": false + }, + { + "id": 14814, + "adult": false + }, + { + "id": 4419, + "adult": false + }, + { + "id": 86189, + "adult": false + }, + { + "id": 16981, + "adult": false + }, + { + "id": 63418, + "adult": false + }, + { + "id": 41693, + "adult": false + }, + { + "id": 45815, + "adult": false + }, + { + "id": 1220, + "adult": false + }, + { + "id": 76506, + "adult": false + }, + { + "id": 76912, + "adult": false + }, + { + "id": 75274, + "adult": false + }, + { + "id": 83454, + "adult": false + }, + { + "id": 86188, + "adult": false + }, + { + "id": 1996, + "adult": false + }, + { + "id": 64730, + "adult": false + }, + { + "id": 67896, + "adult": false + }, + { + "id": 66980, + "adult": false + }, + { + "id": 82879, + "adult": false + }, + { + "id": 86151, + "adult": false + }, + { + "id": 16946, + "adult": false + }, + { + "id": 74159, + "adult": false + }, + { + "id": 85703, + "adult": false + }, + { + "id": 82986, + "adult": false + }, + { + "id": 1326, + "adult": false + }, + { + "id": 85517, + "adult": false + }, + { + "id": 78154, + "adult": false + }, + { + "id": 86127, + "adult": false + }, + { + "id": 85712, + "adult": false + }, + { + "id": 1920, + "adult": false + }, + { + "id": 61118, + "adult": false + }, + { + "id": 86148, + "adult": false + }, + { + "id": 14363, + "adult": false + }, + { + "id": 52193, + "adult": false + }, + { + "id": 26324, + "adult": false + }, + { + "id": 2370, + "adult": false + }, + { + "id": 67557, + "adult": false + }, + { + "id": 86144, + "adult": false + }, + { + "id": 45817, + "adult": false + }, + { + "id": 75450, + "adult": false + }, + { + "id": 80308, + "adult": false + }, + { + "id": 67210, + "adult": false + }, + { + "id": 30980, + "adult": false + }, + { + "id": 85586, + "adult": false + }, + { + "id": 16587, + "adult": false + }, + { + "id": 66156, + "adult": false + }, + { + "id": 71886, + "adult": false + }, + { + "id": 71728, + "adult": false + }, + { + "id": 13910, + "adult": false + }, + { + "id": 86178, + "adult": false + }, + { + "id": 82859, + "adult": false + }, + { + "id": 82994, + "adult": false + }, + { + "id": 21409, + "adult": false + }, + { + "id": 86136, + "adult": false + }, + { + "id": 84915, + "adult": false + }, + { + "id": 4057, + "adult": false + }, + { + "id": 85306, + "adult": false + }, + { + "id": 67593, + "adult": false + }, + { + "id": 61889, + "adult": false + }, + { + "id": 86177, + "adult": false + }, + { + "id": 82792, + "adult": false + }, + { + "id": 82340, + "adult": false + }, + { + "id": 63, + "adult": false + }, + { + "id": 1412, + "adult": false + }, + { + "id": 33085, + "adult": false + }, + { + "id": 63351, + "adult": false + }, + { + "id": 456, + "adult": false + }, + { + "id": 81372, + "adult": false + }, + { + "id": 44006, + "adult": false + }, + { + "id": 84371, + "adult": false + }, + { + "id": 4426, + "adult": false + }, + { + "id": 3936, + "adult": false + }, + { + "id": 86179, + "adult": false + }, + { + "id": 9105, + "adult": false + }, + { + "id": 71738, + "adult": false + }, + { + "id": 12786, + "adult": false + }, + { + "id": 1281, + "adult": false + }, + { + "id": 86183, + "adult": false + }, + { + "id": 3459, + "adult": false + }, + { + "id": 80350, + "adult": false + }, + { + "id": 5608, + "adult": false + }, + { + "id": 1855, + "adult": false + }, + { + "id": 14750, + "adult": false + }, + { + "id": 40605, + "adult": false + }, + { + "id": 69255, + "adult": false + }, + { + "id": 86066, + "adult": false + }, + { + "id": 67663, + "adult": false + }, + { + "id": 39491, + "adult": false + }, + { + "id": 21607, + "adult": false + }, + { + "id": 2253, + "adult": false + }, + { + "id": 75753, + "adult": false + }, + { + "id": 67198, + "adult": false + }, + { + "id": 3425, + "adult": false + }, + { + "id": 83108, + "adult": false + }, + { + "id": 82701, + "adult": false + }, + { + "id": 355, + "adult": false + }, + { + "id": 86187, + "adult": false + }, + { + "id": 66631, + "adult": false + }, + { + "id": 86171, + "adult": false + }, + { + "id": 3155, + "adult": false + }, + { + "id": 28678, + "adult": false + }, + { + "id": 1401, + "adult": false + }, + { + "id": 71914, + "adult": false + }, + { + "id": 86175, + "adult": false + }, + { + "id": 83109, + "adult": false + }, + { + "id": 85974, + "adult": false + }, + { + "id": 51015, + "adult": false + }, + { + "id": 77484, + "adult": false + }, + { + "id": 86181, + "adult": false + }, + { + "id": 62974, + "adult": false + }, + { + "id": 68573, + "adult": false + }, + { + "id": 40858, + "adult": false + }, + { + "id": 78950, + "adult": false + }, + { + "id": 76492, + "adult": false + }, + { + "id": 48521, + "adult": false + }, + { + "id": 86165, + "adult": false + }, + { + "id": 86176, + "adult": false + }, + { + "id": 85950, + "adult": false + }, + { + "id": 30941, + "adult": false + }, + { + "id": 65332, + "adult": false + }, + { + "id": 69309, + "adult": false + }, + { + "id": 77396, + "adult": false + }, + { + "id": 61671, + "adult": false + }, + { + "id": 72983, + "adult": false + }, + { + "id": 14424, + "adult": false + }, + { + "id": 404, + "adult": false + }, + { + "id": 46879, + "adult": false + }, + { + "id": 35016, + "adult": false + }, + { + "id": 21009, + "adult": false + }, + { + "id": 71171, + "adult": false + }, + { + "id": 42381, + "adult": false + }, + { + "id": 60723, + "adult": false + }, + { + "id": 8514, + "adult": false + }, + { + "id": 68646, + "adult": false + }, + { + "id": 86174, + "adult": false + }, + { + "id": 64280, + "adult": false + }, + { + "id": 32573, + "adult": false + }, + { + "id": 86185, + "adult": false + }, + { + "id": 7076, + "adult": false + }, + { + "id": 580, + "adult": false + }, + { + "id": 37826, + "adult": false + }, + { + "id": 70419, + "adult": false + }, + { + "id": 85055, + "adult": false + }, + { + "id": 5723, + "adult": false + }, + { + "id": 86149, + "adult": false + }, + { + "id": 72474, + "adult": false + }, + { + "id": 83618, + "adult": false + }, + { + "id": 2255, + "adult": false + }, + { + "id": 60839, + "adult": false + }, + { + "id": 70593, + "adult": false + }, + { + "id": 83779, + "adult": false + }, + { + "id": 82645, + "adult": false + }, + { + "id": 83874, + "adult": false + }, + { + "id": 6535, + "adult": false + }, + { + "id": 86180, + "adult": false + }, + { + "id": 85792, + "adult": false + }, + { + "id": 17610, + "adult": false + }, + { + "id": 65666, + "adult": false + }, + { + "id": 57838, + "adult": false + }, + { + "id": 85414, + "adult": false + }, + { + "id": 23241, + "adult": false + }, + { + "id": 84155, + "adult": false + }, + { + "id": 39651, + "adult": false + }, + { + "id": 72844, + "adult": false + }, + { + "id": 81024, + "adult": true + }, + { + "id": 80737, + "adult": false + }, + { + "id": 86052, + "adult": false + }, + { + "id": 85457, + "adult": false + }, + { + "id": 86109, + "adult": false + }, + { + "id": 85702, + "adult": false + }, + { + "id": 86182, + "adult": false + }, + { + "id": 60735, + "adult": false + }, + { + "id": 75006, + "adult": false + }, + { + "id": 33247, + "adult": false + }, + { + "id": 8903, + "adult": false + }, + { + "id": 61692, + "adult": false + }, + { + "id": 45782, + "adult": false + }, + { + "id": 77566, + "adult": false + }, + { + "id": 70699, + "adult": true + }, + { + "id": 84231, + "adult": false + }, + { + "id": 85597, + "adult": false + }, + { + "id": 61457, + "adult": false + }, + { + "id": 37434, + "adult": false + }, + { + "id": 1663, + "adult": false + }, + { + "id": 2275, + "adult": false + }, + { + "id": 65715, + "adult": false + }, + { + "id": 27653, + "adult": false + }, + { + "id": 76479, + "adult": false + }, + { + "id": 44217, + "adult": false + }, + { + "id": 46671, + "adult": false + }, + { + "id": 84385, + "adult": false + }, + { + "id": 17565, + "adult": false + }, + { + "id": 12271, + "adult": false + }, + { + "id": 77841, + "adult": false + }, + { + "id": 17572, + "adult": false + }, + { + "id": 35507, + "adult": false + }, + { + "id": 16937, + "adult": false + }, + { + "id": 69607, + "adult": false + }, + { + "id": 34634, + "adult": false + }, + { + "id": 78363, + "adult": false + }, + { + "id": 5146, + "adult": false + }, + { + "id": 72899, + "adult": false + }, + { + "id": 62041, + "adult": false + }, + { + "id": 81556, + "adult": false + }, + { + "id": 81442, + "adult": false + }, + { + "id": 80490, + "adult": false + }, + { + "id": 65567, + "adult": false + }, + { + "id": 84607, + "adult": false + }, + { + "id": 1100, + "adult": false + }, + { + "id": 2606, + "adult": false + }, + { + "id": 86184, + "adult": false + }, + { + "id": 67482, + "adult": false + }, + { + "id": 84071, + "adult": null + }, + { + "id": 1416, + "adult": false + }, + { + "id": 69129, + "adult": false + }, + { + "id": 1649, + "adult": false + }, + { + "id": 76887, + "adult": false + }, + { + "id": 85862, + "adult": false + }, + { + "id": 85040, + "adult": false + }, + { + "id": 1667, + "adult": false + }, + { + "id": 61679, + "adult": false + }, + { + "id": 70805, + "adult": false + }, + { + "id": 85529, + "adult": false + }, + { + "id": 13354, + "adult": false + }, + { + "id": 36697, + "adult": false + }, + { + "id": 63601, + "adult": false + }, + { + "id": 749, + "adult": false + }, + { + "id": 63763, + "adult": false + }, + { + "id": 15260, + "adult": false + }, + { + "id": 39907, + "adult": false + }, + { + "id": 61175, + "adult": false + }, + { + "id": 62643, + "adult": false + }, + { + "id": 86012, + "adult": false + }, + { + "id": 82740, + "adult": false + }, + { + "id": 70881, + "adult": false + }, + { + "id": 25888, + "adult": false + }, + { + "id": 86186, + "adult": false + }, + { + "id": 86166, + "adult": false + }, + { + "id": 86015, + "adult": false + }, + { + "id": 4556, + "adult": false + }, + { + "id": 11147, + "adult": false + }, + { + "id": 81937, + "adult": false + }, + { + "id": 53193, + "adult": false + } + ], + "page": 1, + "total_pages": 1, + "total_results": 1 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientCollectionTests.json b/TMDbLibTests/Data/data-ClientCollectionTests.json new file mode 100644 index 0000000..83782da --- /dev/null +++ b/TMDbLibTests/Data/data-ClientCollectionTests.json @@ -0,0 +1,2339 @@ +[ + { + "RecordedAt": "2019-01-26T17:48:04.140848Z", + "ReducedUri": "/3/collection/645", + "RespData": { + "id": 645, + "name": "James Bond Collection", + "overview": "The James Bond film series is a British series of spy films based on the fictional character of MI6 agent James Bond, codename \"007\". With all of the action, adventure, gadgetry & film scores that Bond is famous for. (We do not consider the 1954 release of Casino Royale for this series because it was actually a television episode and not a theatrical film.)", + "poster_path": "/HORpg5CSkmeQlAolx3bKMrKgfi.jpg", + "backdrop_path": "/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg", + "parts": [ + { + "adult": false, + "backdrop_path": "/1N4CeQyy3kh1pqmTGvMU090sCvh.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 253, + "original_language": "en", + "original_title": "Live and Let Die", + "overview": "James Bond must investigate a mysterious murder case of a British agent in New Orleans. Soon he finds himself up against a gangster boss named Mr. Big.", + "poster_path": "/p34OScaro2KdISrT4EMfeh1aS0E.jpg", + "release_date": "1973-07-05", + "title": "Live and Let Die", + "video": false, + "vote_average": 6.5, + "vote_count": 820, + "popularity": 19.003 + }, + { + "adult": false, + "backdrop_path": "/9QcYwm5af4JaUSOyuysVEYOyEXn.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 646, + "original_language": "en", + "original_title": "Dr. No", + "overview": "In the film that launched the James Bond saga, Agent 007 battles mysterious Dr. No, a scientific genius bent on destroying the U.S. space program. As the countdown to disaster begins, Bond must go to Jamaica, where he encounters beautiful Honey Ryder, to confront a megalomaniacal villain in his massive island headquarters.", + "poster_path": "/gRdfLVVf6FheOw6mw6wOsKhZG1l.jpg", + "release_date": "1962-10-04", + "title": "Dr. No", + "video": false, + "vote_average": 7.0, + "vote_count": 1478, + "popularity": 26.429 + }, + { + "adult": false, + "backdrop_path": "/vemDErY5wkg2Yg5eTQ7ciPRuyqt.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 657, + "original_language": "en", + "original_title": "From Russia with Love", + "overview": "Agent 007 is back in the second installment of the James Bond series, this time battling a secret crime organization known as SPECTRE. Russians Rosa Klebb and Kronsteen are out to snatch a decoding device known as the Lektor, using the ravishing Tatiana to lure Bond into helping them. Bond willingly travels to meet Tatiana in Istanbul, where he must rely on his wits to escape with his life in a series of deadly encounters with the enemy", + "poster_path": "/fvIG285JwenrV1K6kVASi1TECJ0.jpg", + "release_date": "1963-10-11", + "title": "From Russia with Love", + "video": false, + "vote_average": 7.1, + "vote_count": 1209, + "popularity": 24.353 + }, + { + "adult": false, + "backdrop_path": "/iyD72nJFBGbEIrpQjzdhE3wFxPL.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 658, + "original_language": "en", + "original_title": "Goldfinger", + "overview": "Special agent 007 comes face to face with one of the most notorious villains of all time, and now he must outwit and outgun the powerful tycoon to prevent him from cashing in on a devious scheme to raid Fort Knox -- and obliterate the world's economy.", + "poster_path": "/vBNbFU3OS6okJIQBOos1aZXpy2Z.jpg", + "release_date": "1964-09-17", + "title": "Goldfinger", + "video": false, + "vote_average": 7.4, + "vote_count": 1557, + "popularity": 16.706 + }, + { + "adult": false, + "backdrop_path": "/qd0jrqxFLCKkNruPuJ7zXuQRpKG.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 660, + "original_language": "en", + "original_title": "Thunderball", + "overview": "A criminal organization has obtained two nuclear bombs and are asking for a 100 million pound ransom in the form of diamonds in seven days or they will use the weapons. The secret service sends James Bond to the Bahamas to once again save the world.", + "poster_path": "/sASN1VnJxWosdzp4mH40P47Xhhz.jpg", + "release_date": "1965-12-15", + "title": "Thunderball", + "video": false, + "vote_average": 6.7, + "vote_count": 906, + "popularity": 11.697 + }, + { + "adult": false, + "backdrop_path": "/jahBdYTAGMJaEove9l9hzYpDKJD.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 667, + "original_language": "en", + "original_title": "You Only Live Twice", + "overview": "A mysterious space craft kidnaps a Russian and American space capsule and brings the world on the verge of another World War. James Bond investigates the case in Japan and meets with his archenemy Blofeld. The fifth film from the legendary James Bond series starring Sean Connery as the British super agent.", + "poster_path": "/7dnsJZniZK1Hbc9mOFDYa5W0dHi.jpg", + "release_date": "1967-06-12", + "title": "You Only Live Twice", + "video": false, + "vote_average": 6.6, + "vote_count": 833, + "popularity": 17.159 + }, + { + "adult": false, + "backdrop_path": "/o71ywQSmQ1hNPSLKJuCMyDTrL7K.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 668, + "original_language": "en", + "original_title": "On Her Majesty's Secret Service", + "overview": "James Bond tracks his archnemesis, Ernst Blofeld, to a mountaintop retreat where he is training an army of beautiful, lethal women. Along the way, Bond falls for Italian contessa Tracy Draco, and marries her in order to get closer to Blofeld.", + "poster_path": "/7mcqT56ES5U3wg26vQQuEnOaFSj.jpg", + "release_date": "1969-12-12", + "title": "On Her Majesty's Secret Service", + "video": false, + "vote_average": 6.5, + "vote_count": 734, + "popularity": 19.909 + }, + { + "adult": false, + "backdrop_path": "/gIGLXXvsljHK1jdDNaIXsjhZnnH.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 681, + "original_language": "en", + "original_title": "Diamonds Are Forever", + "overview": "Diamonds are stolen only to be sold again in the international market. James Bond infiltrates a smuggling mission to find out who’s guilty. The mission takes him to Las Vegas where Bond meets his archenemy Blofeld.", + "poster_path": "/viPjZ3JCOahcfNCcVhiPExusJoZ.jpg", + "release_date": "1971-12-13", + "title": "Diamonds Are Forever", + "video": false, + "vote_average": 6.4, + "vote_count": 857, + "popularity": 11.961 + }, + { + "adult": false, + "backdrop_path": "/f6HNlsfahFWcYC3VH5sQsMrOL72.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 682, + "original_language": "en", + "original_title": "The Man with the Golden Gun", + "overview": "A golden bullet has 007 engraved on it as it smashes into the secret service headquarters. The bullet came from the professional killer Scaramanga who has yet to miss a target and James Bond begins a mission to try and stop him.", + "poster_path": "/7VSVgxAvA7IdTf8T6Oon1eaReeJ.jpg", + "release_date": "1974-12-01", + "title": "The Man with the Golden Gun", + "video": false, + "vote_average": 6.4, + "vote_count": 819, + "popularity": 12.835 + }, + { + "adult": false, + "backdrop_path": "/2tCAEhE2rPONBmUOs4W73AlBWYg.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 691, + "original_language": "en", + "original_title": "The Spy Who Loved Me", + "overview": "Russian and British submarines with nuclear missiles on board both vanish from sight without a trace. England and Russia both blame each other as James Bond tries to solve the riddle of the disappearing ships. But the KGB also has an agent on the case.", + "poster_path": "/vYMgDqQDpqHDhz3enGkwBmTs7p7.jpg", + "release_date": "1977-07-07", + "title": "The Spy Who Loved Me", + "video": false, + "vote_average": 6.7, + "vote_count": 775, + "popularity": 14.456 + }, + { + "id": 698, + "video": false, + "vote_count": 820, + "vote_average": 6.1, + "title": "Moonraker", + "release_date": "1979-06-26", + "original_language": "en", + "original_title": "Moonraker", + "genre_ids": [ + 28, + 12, + 878, + 53 + ], + "backdrop_path": "/ueJ8K4ik1UQKa3cVUa8RHfDDqL.jpg", + "adult": false, + "overview": "During the transportation of a Space Shuttle a Boeing 747 crashes in the Atlantic Ocean yet when they go to look for the destroyed shuttle it is not there. James Bond investigates the missing mission space shuttle and soon learns that the shuttles owner Hugo Drax wants to kill all of mankind.", + "poster_path": "/pz2r25q3NzNTDGygTYesq5mvwbz.jpg", + "popularity": 18.744 + }, + { + "adult": false, + "backdrop_path": "/hg8ecg8LrR8ChvZh4aMETNUraGA.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 699, + "original_language": "en", + "original_title": "For Your Eyes Only", + "overview": "A British spy ship has sunk and on board was a hi-tech encryption device. James Bond is sent to find the device that holds British launching instructions before the enemy Soviets get to it first.", + "poster_path": "/vpZZZ2eq8z4I6PSeGxR2UWNciGG.jpg", + "release_date": "1981-06-23", + "title": "For Your Eyes Only", + "video": false, + "vote_average": 6.5, + "vote_count": 754, + "popularity": 15.396 + }, + { + "adult": false, + "backdrop_path": "/nOp4RM4AYlW8Ux0XHBTqXbPlSgY.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 700, + "original_language": "en", + "original_title": "Octopussy", + "overview": "James Bond is sent to investigate after a fellow “00” agent is found dead with a priceless Fabergé egg. James Bond follows the mystery and uncovers a smuggling scandal and a Russian General who wants to provoke a new World War.", + "poster_path": "/s1GeJcwTclopbed1Bo2hjunSika.jpg", + "release_date": "1983-06-05", + "title": "Octopussy", + "video": false, + "vote_average": 6.3, + "vote_count": 815, + "popularity": 12.102 + }, + { + "adult": false, + "backdrop_path": "/9SudvdR6HYtgTqMz17RYXdWuTUl.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 707, + "original_language": "en", + "original_title": "A View to a Kill", + "overview": "A newly developed microchip designed by Zorin Industries for the British Government that can survive the electromagnetic radiation caused by a nuclear explosion has landed in the hands of the KGB. James Bond must find out how and why. His suspicions soon lead him to big industry leader Max Zorin.", + "poster_path": "/veDMW7eX6tat86EapsvGEICJ8Tq.jpg", + "release_date": "1985-05-24", + "title": "A View to a Kill", + "video": false, + "vote_average": 6.2, + "vote_count": 772, + "popularity": 18.187 + }, + { + "adult": false, + "backdrop_path": "/lNNTk5VpV8OtZlAm9nf4Jl1unAY.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 709, + "original_language": "en", + "original_title": "Licence to Kill", + "overview": "James Bond and his American colleague Felix Leiter arrest the drug lord Sanchez who succeeds in escaping and takes revenge on Felix and his wife. Bond knows but just one thing: revenge.", + "poster_path": "/27EySoBH3oBuI6xat2QOquB9X8j.jpg", + "release_date": "1989-07-07", + "title": "Licence to Kill", + "video": false, + "vote_average": 6.1, + "vote_count": 830, + "popularity": 16.17 + }, + { + "adult": false, + "backdrop_path": "/dA9I0Vd9OZzRQ2GyGcsFXdKGMz3.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 710, + "original_language": "en", + "original_title": "GoldenEye", + "overview": "James Bond must unmask the mysterious head of the Janus Syndicate and prevent the leader from utilizing the GoldenEye weapons system to inflict devastating revenge on Britain.", + "poster_path": "/5c0ovjT41KnYIHYuF4AWsTe3sKh.jpg", + "release_date": "1995-11-16", + "title": "GoldenEye", + "video": false, + "vote_average": 6.8, + "vote_count": 1817, + "popularity": 21.034 + }, + { + "adult": false, + "backdrop_path": "/lHZ5H1jd4zVJYr1wfLKBdXYtZ17.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 714, + "original_language": "en", + "original_title": "Tomorrow Never Dies", + "overview": "A deranged media mogul is staging international incidents to pit the world’s superpowers against each other. Now 007 must take on this evil mastermind in an adrenaline-charged battle to end his reign of terror and prevent global pandemonium.", + "poster_path": "/k3eI9q7ISgpDEu2CMwR2s6inJVp.jpg", + "release_date": "1997-12-11", + "title": "Tomorrow Never Dies", + "video": false, + "vote_average": 6.2, + "vote_count": 1429, + "popularity": 20.784 + }, + { + "adult": false, + "backdrop_path": "/hfZVY8lMiE7HH1cDc2qzSFF6Kbt.jpg", + "genre_ids": [ + 28, + 12, + 80, + 53 + ], + "id": 10764, + "original_language": "en", + "original_title": "Quantum of Solace", + "overview": "Quantum of Solace continues the adventures of James Bond after Casino Royale. Betrayed by Vesper, the woman he loved, 007 fights the urge to make his latest mission personal. Pursuing his determination to uncover the truth, Bond and M interrogate Mr. White, who reveals that the organization that blackmailed Vesper is far more complex and dangerous than anyone had imagined.", + "poster_path": "/6mlNx0Jiqhg3D7NlANT9pidsgPJ.jpg", + "release_date": "2008-10-30", + "title": "Quantum of Solace", + "video": false, + "vote_average": 6.2, + "vote_count": 4187, + "popularity": 23.031 + }, + { + "adult": false, + "backdrop_path": "/xq6hXdBpDPIXWjtmvbFmtLvBFJt.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 36557, + "original_language": "en", + "original_title": "Casino Royale", + "overview": "Le Chiffre, a banker to the world's terrorists, is scheduled to participate in a high-stakes poker game in Montenegro, where he intends to use his winnings to establish his financial grip on the terrorist market. M sends Bond – on his maiden mission as a 00 Agent – to attend this game and prevent Le Chiffre from winning. With the help of Vesper Lynd and Felix Leiter, Bond enters the most important poker game in his already dangerous career.", + "poster_path": "/zlWBxz2pTA9p45kUTrI8AQiKrHm.jpg", + "release_date": "2006-11-14", + "title": "Casino Royale", + "video": false, + "vote_average": 7.4, + "vote_count": 5590, + "popularity": 22.697 + }, + { + "adult": false, + "backdrop_path": "/4xAb2zAe5Pmno928hBQqff4RVwr.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 36643, + "original_language": "en", + "original_title": "The World Is Not Enough", + "overview": "Greed, revenge, world dominance and high-tech terrorism – it's all in a day's work for Bond, who's on a mission to protect a beautiful oil heiress from a notorious terrorist. In a race against time that culminates in a dramatic submarine showdown, Bond works to defuse the international power struggle that has the world's oil supply hanging in the balance.", + "poster_path": "/aPfALBxfgx2tsbTwRMR1MbNHSvn.jpg", + "release_date": "1999-11-17", + "title": "The World Is Not Enough", + "video": false, + "vote_average": 6.2, + "vote_count": 1341, + "popularity": 17.841 + }, + { + "adult": false, + "backdrop_path": "/3YQfmtpbiFCMHcXY3lJ7fGEcOL6.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 36669, + "original_language": "en", + "original_title": "Die Another Day", + "overview": "Bond takes on a North Korean leader who undergoes DNA replacement procedures that allow him to assume different identities. American agent, Jinx Johnson assists Bond in his attempt to thwart the villain's plans to exploit a satellite that is powered by solar energy.", + "poster_path": "/1iUZqUXS7x5FcGM5J0u01xuObWC.jpg", + "release_date": "2002-11-17", + "title": "Die Another Day", + "video": false, + "vote_average": 5.9, + "vote_count": 1715, + "popularity": 12.966 + }, + { + "adult": false, + "backdrop_path": "/6bjRujKSnCVSrzC1qjmqfAyaiET.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 37724, + "original_language": "en", + "original_title": "Skyfall", + "overview": "When Bond's latest assignment goes gravely wrong and agents around the world are exposed, MI6 is attacked forcing M to relocate the agency. These events cause her authority and position to be challenged by Gareth Mallory, the new Chairman of the Intelligence and Security Committee. With MI6 now compromised from both inside and out, M is left with one ally she can trust: Bond. 007 takes to the shadows - aided only by field agent, Eve - following a trail to the mysterious Silva, whose lethal and hidden motives have yet to reveal themselves.", + "poster_path": "/lQCkPLDxFONmgzrWLvq085v1g2d.jpg", + "release_date": "2012-10-25", + "title": "Skyfall", + "video": false, + "vote_average": 7.1, + "vote_count": 9925, + "popularity": 21.988 + }, + { + "adult": false, + "backdrop_path": "/wVTYlkKPKrljJfugXN7UlLNjtuJ.jpg", + "genre_ids": [ + 28, + 12, + 80 + ], + "id": 206647, + "original_language": "en", + "original_title": "Spectre", + "overview": "A cryptic message from Bond’s past sends him on a trail to uncover a sinister organization. While M battles political forces to keep the secret service alive, Bond peels back the layers of deceit to reveal the terrible truth behind SPECTRE.", + "poster_path": "/hE24GYddaxB9MVZl1CaiI86M3kp.jpg", + "release_date": "2015-10-26", + "title": "Spectre", + "video": false, + "vote_average": 6.4, + "vote_count": 6345, + "popularity": 20.058 + }, + { + "adult": false, + "backdrop_path": "/gt0TafbcheJeT9SFewDLqYWk3Sd.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 708, + "original_language": "en", + "original_title": "The Living Daylights", + "overview": "James Bond helps a Russian General escape into the west. He soon finds out that the KGB wants to kill him for helping the General. A little while later the General is kidnapped from the Secret Service leading 007 to be suspicious.", + "poster_path": "/yEryMe58dx7zm1QBhQFeuYcv2aH.jpg", + "release_date": "1987-06-29", + "title": "The Living Daylights", + "video": false, + "vote_average": 6.4, + "vote_count": 688, + "popularity": 14.264 + }, + { + "adult": false, + "backdrop_path": null, + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 370172, + "original_language": "en", + "original_title": "Bond 25", + "overview": "The further adventures of globe-trotting secret agent James Bond.", + "poster_path": "/rV4zmJSOL1V2BlTyckb9G9ghtha.jpg", + "release_date": "2020-02-14", + "title": "Bond 25", + "video": false, + "vote_average": 0.0, + "vote_count": 0, + "popularity": 10.913 + }, + { + "adult": false, + "backdrop_path": "/jYO08KXUKvJvzx3KcE7MoaDYvoM.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 36670, + "original_language": "en", + "original_title": "Never Say Never Again", + "overview": "James Bond returns as the secret agent 007 one more time to battle the evil organization SPECTRE. Bond must defeat Largo, who has stolen two atomic warheads for nuclear blackmail. But Bond has an ally in Largo's girlfriend, the willowy Domino, who falls for Bond and seeks revenge. This is the last time for Sean Connery as Her Majesty's Secret Agent 007. Made outside of the traditional Broccoli production environment due to separate rights having been obtained for this specific Ian Fleming story.", + "poster_path": "/s9tBlhTEW0OtYJdemVMPbRcD7wk.jpg", + "release_date": "1983-10-07", + "title": "Never Say Never Again", + "video": false, + "vote_average": 6.0, + "vote_count": 558, + "popularity": 12.085 + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:01.6715464Z", + "ReducedUri": "/3/collection/645/images", + "RespData": { + "id": 645, + "backdrops": [ + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.426, + "vote_count": 13, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/dOSECZImeyZldoq0ObieBE0lwie.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.358, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/v57QgSTbbiN33sshS1AS0QDcPC2.jpg", + "height": 720, + "iso_639_1": "en", + "vote_average": 5.3174603174603172, + "vote_count": 3, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/iMyzpZiBLoojAbWt1WfxfnHuf2P.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.312, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/A6N0JJonAz5Gk0trIqvhGOHLSzi.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.25230987917555, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/5zwN7DRFRBztMJIKQBDPRRAPnEk.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.246, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/oYMPriEBB3j3OEOszmlpEvkffhk.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7787037037037039, + "file_path": "/79hG7VXuvASQcD66gv3BrPStIPY.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.19, + "vote_count": 5, + "width": 1921 + }, + { + "aspect_ratio": 1.77819083023544, + "file_path": "/7JR1ecQdlntHEe5qPOP3L86LwyC.jpg", + "height": 807, + "iso_639_1": null, + "vote_average": 5.182, + "vote_count": 5, + "width": 1435 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/vDNiVbpiTdbB2k3RWKf5rJ8zYXF.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.172, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/gd7LDApLNEAKMxc19ZDOVaBDBzv.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.172, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/ePK469g8XSQULosRFPC9M2kyL0E.jpg", + "height": 720, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1280 + }, + { + "aspect_ratio": 1.778645833333333, + "file_path": "/bBcG6plhzcMRKsC1Utz9ZSdNmTA.jpg", + "height": 768, + "iso_639_1": "xx", + "vote_average": 5.118, + "vote_count": 4, + "width": 1366 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/5PZlQ0SKuzCptoBrvU1Iw9ZU9Fw.jpg", + "height": 720, + "iso_639_1": "en", + "vote_average": 5.11727078891258, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/peKR7ulbgkWVOU6kFkG3EUDJOSM.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.106, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7875, + "file_path": "/2mRjeg4WnDg7SUflJ8kkaFX3WLx.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.106, + "vote_count": 2, + "width": 1287 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/tdIO3Cb7p1RISo1CSqRuT6CH8Ph.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.106, + "vote_count": 2, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/hE1UJT86d8sasGiIIKjnJFcKmpJ.jpg", + "height": 720, + "iso_639_1": "xx", + "vote_average": 5.05, + "vote_count": 3, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/hhkQyyBfThplbHvc4PSrcgdViPI.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.0035536602700779, + "vote_count": 4, + "width": 1920 + } + ], + "posters": [ + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/HORpg5CSkmeQlAolx3bKMrKgfi.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.576, + "vote_count": 13, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/yFDenToBJnApZUUvqxDsK0UoN3C.jpg", + "height": 1500, + "iso_639_1": "xx", + "vote_average": 5.4551820728291309, + "vote_count": 5, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/kZEkjqy8yta4KMpd24ulVPPs6iT.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.318, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/os0V7u6tGAuxINNrHS3LMVJbDa9.jpg", + "height": 2100, + "iso_639_1": "en", + "vote_average": 5.318, + "vote_count": 3, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/1t5MumnYzGIKHxgw0M86a9qpptf.jpg", + "height": 1500, + "iso_639_1": "nl", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/iQUutLAp2w4LiEm8Xd4IQdvwIIq.jpg", + "height": 2100, + "iso_639_1": "en", + "vote_average": 5.312, + "vote_count": 1, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/u8T7Z6tTDLE4DRGrscl9bCPpvIE.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/yA8qqkwEfO9oDl5e6uDF5imS2Ak.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.3, + "vote_count": 6, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/ayZ0YJ5UyQ0KzK4rE7LDTfvSyHi.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.294, + "vote_count": 5, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fIRENDarilhpX8Fe6NOiOsunVyi.jpg", + "height": 1500, + "iso_639_1": null, + "vote_average": 5.2827380952380949, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66698292220113853, + "file_path": "/ckNgEItskTZHeTySYfGvageRFSq.jpg", + "height": 2108, + "iso_639_1": "en", + "vote_average": 5.2808302808302807, + "vote_count": 15, + "width": 1406 + }, + { + "aspect_ratio": 0.675625, + "file_path": "/pLyvyIE9owDu6oswKAdwr8Rgrbb.jpg", + "height": 1600, + "iso_639_1": "en", + "vote_average": 5.27, + "vote_count": 10, + "width": 1081 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/p8BiXPN0BYx9R9hhZ5qtU7mAYSt.jpg", + "height": 1500, + "iso_639_1": "xx", + "vote_average": 5.2576647097195046, + "vote_count": 10, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/AdTSX5FRqfeepriFsDf12XTR4fV.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.252, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/e1UFoo1S6lm98VRGFrimcaw7qM2.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.70419011882426519, + "file_path": "/ua30d7zTbHCw4UcDV5P13nQp4qY.jpg", + "height": 1599, + "iso_639_1": "en", + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1126 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/ofwSiqOFShhunAIYYdSMHMJQSx2.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2452025586353948, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/j8h08QE9azEltz99Wg92CGNSicY.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2380952380952381, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.7275390625, + "file_path": "/434MllxL54RTfAtfO1O9FQPlfCw.jpg", + "height": 1024, + "iso_639_1": "en", + "vote_average": 5.2380952380952381, + "vote_count": 9, + "width": 745 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/7poEW68DYLsej205jeC4DJUVbNI.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2309879175550824, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/gjtpj83MGDBjBCSmznTuAyPby5l.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2234432234432244, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.708, + "file_path": "/z452DtzgTyiBAzIjgkifusLac1e.jpg", + "height": 750, + "iso_639_1": "en", + "vote_average": 5.1883439943141436, + "vote_count": 4, + "width": 531 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/wNfj7RGNFBxomMzB8TwWGV86IDp.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.1875901875901871, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.699443413729128, + "file_path": "/gI1KU134ZdKW0zQIkRdXOadQP2O.jpg", + "height": 1078, + "iso_639_1": "es", + "vote_average": 5.186813186813187, + "vote_count": 2, + "width": 754 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/Y5GGwPICmPUXwjo0unFKzyZHaT.jpg", + "height": 1500, + "iso_639_1": "nl", + "vote_average": 5.172, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.70752565564424175, + "file_path": "/mo8lTFD27PyFd2spbhhT11OSr8C.jpg", + "height": 1754, + "iso_639_1": "xx", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1241 + }, + { + "aspect_ratio": 0.68965517241379315, + "file_path": "/uXcc4QOTRKcKL1GpPRmLh6jQpPY.jpg", + "height": 580, + "iso_639_1": "hu", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.6806451612903226, + "file_path": "/3shkSeUA813O77CCGxkM2Was11r.jpg", + "height": 1240, + "iso_639_1": "en", + "vote_average": 5.1659451659451658, + "vote_count": 3, + "width": 844 + }, + { + "aspect_ratio": 0.6806451612903226, + "file_path": "/sVvLc6TucJ8VBg8YoxyfP1WBI5v.jpg", + "height": 1240, + "iso_639_1": "en", + "vote_average": 5.0793650793650791, + "vote_count": 6, + "width": 844 + }, + { + "aspect_ratio": 0.71069767441860465, + "file_path": "/lmeItcaljKeNQXc0GbEV4kPUJVx.jpg", + "height": 1075, + "iso_639_1": "hu", + "vote_average": 5.0675195451314856, + "vote_count": 4, + "width": 764 + }, + { + "aspect_ratio": 0.70368448365334713, + "file_path": "/5JrIT8DYUa9ht6KWlEG6GoVaWJB.jpg", + "height": 1927, + "iso_639_1": "en", + "vote_average": 5.0476190476190466, + "vote_count": 12, + "width": 1356 + }, + { + "aspect_ratio": 0.69808027923211169, + "file_path": "/Ag3pvCrDTsNDgGLySWoakdfq6Hl.jpg", + "height": 1146, + "iso_639_1": "en", + "vote_average": 4.9125979505726338, + "vote_count": 16, + "width": 800 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/xbBOJYEKNysqyhKp8mA3CNl9G0L.jpg", + "height": 1500, + "iso_639_1": "cs", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/3Jf9fgFeZMoWMROdwQXHTLytbOG.jpg", + "height": 1500, + "iso_639_1": "cs", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fjFYxhZKwqTau2bOnAGM9PAD6UD.jpg", + "height": 1500, + "iso_639_1": "cs", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zKzBkUuCynF56Z4Mtojj00ugWFK.jpg", + "height": 1500, + "iso_639_1": "cs", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/q9GUIrc7tHC9U5dQnmWEeS2DRN9.jpg", + "height": 1500, + "iso_639_1": "xx", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.675625, + "file_path": "/10GhjehJxFsh2SC57Y00JE1mdtz.jpg", + "height": 1600, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1081 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zLZ7Ua5sc6P8sjv019ysl49rwWQ.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/t9Ioyb4wRLUPq8EFdN6SK07e3zV.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66390041493775931, + "file_path": "/s2Qn8aqA6Qkrxs4fvgviXwaekQI.jpg", + "height": 1205, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 800 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/p2fMtkZBd3Vs4IN1Kl9QM4TJEBC.jpg", + "height": 1500, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/g9Hn93TU4LimPpiWAnHEmkZO4YY.jpg", + "height": 2100, + "iso_639_1": "de", + "vote_average": 0.0, + "vote_count": 0, + "width": 1400 + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:08.9826403Z", + "ReducedUri": "/3/collection/645?append_to_response=images", + "RespData": { + "id": 645, + "name": "James Bond Collection", + "overview": "The James Bond film series is a British series of spy films based on the fictional character of MI6 agent James Bond, codename \"007\". With all of the action, adventure, gadgetry & film scores that Bond is famous for. (We do not consider the 1954 release of Casino Royale for this series because it was actually a television episode and not a theatrical film.)", + "poster_path": "/HORpg5CSkmeQlAolx3bKMrKgfi.jpg", + "backdrop_path": "/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg", + "parts": [ + { + "adult": false, + "backdrop_path": "/1N4CeQyy3kh1pqmTGvMU090sCvh.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 253, + "original_language": "en", + "original_title": "Live and Let Die", + "overview": "James Bond must investigate a mysterious murder case of a British agent in New Orleans. Soon he finds himself up against a gangster boss named Mr. Big.", + "poster_path": "/p34OScaro2KdISrT4EMfeh1aS0E.jpg", + "release_date": "1973-07-05", + "title": "Live and Let Die", + "video": false, + "vote_average": 6.5, + "vote_count": 820, + "popularity": 19.003 + }, + { + "adult": false, + "backdrop_path": "/9QcYwm5af4JaUSOyuysVEYOyEXn.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 646, + "original_language": "en", + "original_title": "Dr. No", + "overview": "In the film that launched the James Bond saga, Agent 007 battles mysterious Dr. No, a scientific genius bent on destroying the U.S. space program. As the countdown to disaster begins, Bond must go to Jamaica, where he encounters beautiful Honey Ryder, to confront a megalomaniacal villain in his massive island headquarters.", + "poster_path": "/gRdfLVVf6FheOw6mw6wOsKhZG1l.jpg", + "release_date": "1962-10-04", + "title": "Dr. No", + "video": false, + "vote_average": 7.0, + "vote_count": 1478, + "popularity": 26.429 + }, + { + "adult": false, + "backdrop_path": "/vemDErY5wkg2Yg5eTQ7ciPRuyqt.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 657, + "original_language": "en", + "original_title": "From Russia with Love", + "overview": "Agent 007 is back in the second installment of the James Bond series, this time battling a secret crime organization known as SPECTRE. Russians Rosa Klebb and Kronsteen are out to snatch a decoding device known as the Lektor, using the ravishing Tatiana to lure Bond into helping them. Bond willingly travels to meet Tatiana in Istanbul, where he must rely on his wits to escape with his life in a series of deadly encounters with the enemy", + "poster_path": "/fvIG285JwenrV1K6kVASi1TECJ0.jpg", + "release_date": "1963-10-11", + "title": "From Russia with Love", + "video": false, + "vote_average": 7.1, + "vote_count": 1209, + "popularity": 24.353 + }, + { + "adult": false, + "backdrop_path": "/iyD72nJFBGbEIrpQjzdhE3wFxPL.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 658, + "original_language": "en", + "original_title": "Goldfinger", + "overview": "Special agent 007 comes face to face with one of the most notorious villains of all time, and now he must outwit and outgun the powerful tycoon to prevent him from cashing in on a devious scheme to raid Fort Knox -- and obliterate the world's economy.", + "poster_path": "/vBNbFU3OS6okJIQBOos1aZXpy2Z.jpg", + "release_date": "1964-09-17", + "title": "Goldfinger", + "video": false, + "vote_average": 7.4, + "vote_count": 1557, + "popularity": 16.706 + }, + { + "adult": false, + "backdrop_path": "/qd0jrqxFLCKkNruPuJ7zXuQRpKG.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 660, + "original_language": "en", + "original_title": "Thunderball", + "overview": "A criminal organization has obtained two nuclear bombs and are asking for a 100 million pound ransom in the form of diamonds in seven days or they will use the weapons. The secret service sends James Bond to the Bahamas to once again save the world.", + "poster_path": "/sASN1VnJxWosdzp4mH40P47Xhhz.jpg", + "release_date": "1965-12-15", + "title": "Thunderball", + "video": false, + "vote_average": 6.7, + "vote_count": 906, + "popularity": 11.697 + }, + { + "adult": false, + "backdrop_path": "/jahBdYTAGMJaEove9l9hzYpDKJD.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 667, + "original_language": "en", + "original_title": "You Only Live Twice", + "overview": "A mysterious space craft kidnaps a Russian and American space capsule and brings the world on the verge of another World War. James Bond investigates the case in Japan and meets with his archenemy Blofeld. The fifth film from the legendary James Bond series starring Sean Connery as the British super agent.", + "poster_path": "/7dnsJZniZK1Hbc9mOFDYa5W0dHi.jpg", + "release_date": "1967-06-12", + "title": "You Only Live Twice", + "video": false, + "vote_average": 6.6, + "vote_count": 833, + "popularity": 17.159 + }, + { + "adult": false, + "backdrop_path": "/o71ywQSmQ1hNPSLKJuCMyDTrL7K.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 668, + "original_language": "en", + "original_title": "On Her Majesty's Secret Service", + "overview": "James Bond tracks his archnemesis, Ernst Blofeld, to a mountaintop retreat where he is training an army of beautiful, lethal women. Along the way, Bond falls for Italian contessa Tracy Draco, and marries her in order to get closer to Blofeld.", + "poster_path": "/7mcqT56ES5U3wg26vQQuEnOaFSj.jpg", + "release_date": "1969-12-12", + "title": "On Her Majesty's Secret Service", + "video": false, + "vote_average": 6.5, + "vote_count": 734, + "popularity": 19.909 + }, + { + "adult": false, + "backdrop_path": "/gIGLXXvsljHK1jdDNaIXsjhZnnH.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 681, + "original_language": "en", + "original_title": "Diamonds Are Forever", + "overview": "Diamonds are stolen only to be sold again in the international market. James Bond infiltrates a smuggling mission to find out who’s guilty. The mission takes him to Las Vegas where Bond meets his archenemy Blofeld.", + "poster_path": "/viPjZ3JCOahcfNCcVhiPExusJoZ.jpg", + "release_date": "1971-12-13", + "title": "Diamonds Are Forever", + "video": false, + "vote_average": 6.4, + "vote_count": 857, + "popularity": 11.961 + }, + { + "adult": false, + "backdrop_path": "/f6HNlsfahFWcYC3VH5sQsMrOL72.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 682, + "original_language": "en", + "original_title": "The Man with the Golden Gun", + "overview": "A golden bullet has 007 engraved on it as it smashes into the secret service headquarters. The bullet came from the professional killer Scaramanga who has yet to miss a target and James Bond begins a mission to try and stop him.", + "poster_path": "/7VSVgxAvA7IdTf8T6Oon1eaReeJ.jpg", + "release_date": "1974-12-01", + "title": "The Man with the Golden Gun", + "video": false, + "vote_average": 6.4, + "vote_count": 819, + "popularity": 12.835 + }, + { + "adult": false, + "backdrop_path": "/2tCAEhE2rPONBmUOs4W73AlBWYg.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 691, + "original_language": "en", + "original_title": "The Spy Who Loved Me", + "overview": "Russian and British submarines with nuclear missiles on board both vanish from sight without a trace. England and Russia both blame each other as James Bond tries to solve the riddle of the disappearing ships. But the KGB also has an agent on the case.", + "poster_path": "/vYMgDqQDpqHDhz3enGkwBmTs7p7.jpg", + "release_date": "1977-07-07", + "title": "The Spy Who Loved Me", + "video": false, + "vote_average": 6.7, + "vote_count": 775, + "popularity": 14.456 + }, + { + "id": 698, + "video": false, + "vote_count": 820, + "vote_average": 6.1, + "title": "Moonraker", + "release_date": "1979-06-26", + "original_language": "en", + "original_title": "Moonraker", + "genre_ids": [ + 28, + 12, + 878, + 53 + ], + "backdrop_path": "/ueJ8K4ik1UQKa3cVUa8RHfDDqL.jpg", + "adult": false, + "overview": "During the transportation of a Space Shuttle a Boeing 747 crashes in the Atlantic Ocean yet when they go to look for the destroyed shuttle it is not there. James Bond investigates the missing mission space shuttle and soon learns that the shuttles owner Hugo Drax wants to kill all of mankind.", + "poster_path": "/pz2r25q3NzNTDGygTYesq5mvwbz.jpg", + "popularity": 18.744 + }, + { + "adult": false, + "backdrop_path": "/hg8ecg8LrR8ChvZh4aMETNUraGA.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 699, + "original_language": "en", + "original_title": "For Your Eyes Only", + "overview": "A British spy ship has sunk and on board was a hi-tech encryption device. James Bond is sent to find the device that holds British launching instructions before the enemy Soviets get to it first.", + "poster_path": "/vpZZZ2eq8z4I6PSeGxR2UWNciGG.jpg", + "release_date": "1981-06-23", + "title": "For Your Eyes Only", + "video": false, + "vote_average": 6.5, + "vote_count": 754, + "popularity": 15.396 + }, + { + "adult": false, + "backdrop_path": "/nOp4RM4AYlW8Ux0XHBTqXbPlSgY.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 700, + "original_language": "en", + "original_title": "Octopussy", + "overview": "James Bond is sent to investigate after a fellow “00” agent is found dead with a priceless Fabergé egg. James Bond follows the mystery and uncovers a smuggling scandal and a Russian General who wants to provoke a new World War.", + "poster_path": "/s1GeJcwTclopbed1Bo2hjunSika.jpg", + "release_date": "1983-06-05", + "title": "Octopussy", + "video": false, + "vote_average": 6.3, + "vote_count": 815, + "popularity": 12.102 + }, + { + "adult": false, + "backdrop_path": "/9SudvdR6HYtgTqMz17RYXdWuTUl.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 707, + "original_language": "en", + "original_title": "A View to a Kill", + "overview": "A newly developed microchip designed by Zorin Industries for the British Government that can survive the electromagnetic radiation caused by a nuclear explosion has landed in the hands of the KGB. James Bond must find out how and why. His suspicions soon lead him to big industry leader Max Zorin.", + "poster_path": "/veDMW7eX6tat86EapsvGEICJ8Tq.jpg", + "release_date": "1985-05-24", + "title": "A View to a Kill", + "video": false, + "vote_average": 6.2, + "vote_count": 772, + "popularity": 18.187 + }, + { + "adult": false, + "backdrop_path": "/lNNTk5VpV8OtZlAm9nf4Jl1unAY.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 709, + "original_language": "en", + "original_title": "Licence to Kill", + "overview": "James Bond and his American colleague Felix Leiter arrest the drug lord Sanchez who succeeds in escaping and takes revenge on Felix and his wife. Bond knows but just one thing: revenge.", + "poster_path": "/27EySoBH3oBuI6xat2QOquB9X8j.jpg", + "release_date": "1989-07-07", + "title": "Licence to Kill", + "video": false, + "vote_average": 6.1, + "vote_count": 830, + "popularity": 16.17 + }, + { + "adult": false, + "backdrop_path": "/dA9I0Vd9OZzRQ2GyGcsFXdKGMz3.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 710, + "original_language": "en", + "original_title": "GoldenEye", + "overview": "James Bond must unmask the mysterious head of the Janus Syndicate and prevent the leader from utilizing the GoldenEye weapons system to inflict devastating revenge on Britain.", + "poster_path": "/5c0ovjT41KnYIHYuF4AWsTe3sKh.jpg", + "release_date": "1995-11-16", + "title": "GoldenEye", + "video": false, + "vote_average": 6.8, + "vote_count": 1817, + "popularity": 21.034 + }, + { + "adult": false, + "backdrop_path": "/lHZ5H1jd4zVJYr1wfLKBdXYtZ17.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 714, + "original_language": "en", + "original_title": "Tomorrow Never Dies", + "overview": "A deranged media mogul is staging international incidents to pit the world’s superpowers against each other. Now 007 must take on this evil mastermind in an adrenaline-charged battle to end his reign of terror and prevent global pandemonium.", + "poster_path": "/k3eI9q7ISgpDEu2CMwR2s6inJVp.jpg", + "release_date": "1997-12-11", + "title": "Tomorrow Never Dies", + "video": false, + "vote_average": 6.2, + "vote_count": 1429, + "popularity": 20.784 + }, + { + "adult": false, + "backdrop_path": "/hfZVY8lMiE7HH1cDc2qzSFF6Kbt.jpg", + "genre_ids": [ + 28, + 12, + 80, + 53 + ], + "id": 10764, + "original_language": "en", + "original_title": "Quantum of Solace", + "overview": "Quantum of Solace continues the adventures of James Bond after Casino Royale. Betrayed by Vesper, the woman he loved, 007 fights the urge to make his latest mission personal. Pursuing his determination to uncover the truth, Bond and M interrogate Mr. White, who reveals that the organization that blackmailed Vesper is far more complex and dangerous than anyone had imagined.", + "poster_path": "/6mlNx0Jiqhg3D7NlANT9pidsgPJ.jpg", + "release_date": "2008-10-30", + "title": "Quantum of Solace", + "video": false, + "vote_average": 6.2, + "vote_count": 4187, + "popularity": 23.031 + }, + { + "adult": false, + "backdrop_path": "/xq6hXdBpDPIXWjtmvbFmtLvBFJt.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 36557, + "original_language": "en", + "original_title": "Casino Royale", + "overview": "Le Chiffre, a banker to the world's terrorists, is scheduled to participate in a high-stakes poker game in Montenegro, where he intends to use his winnings to establish his financial grip on the terrorist market. M sends Bond – on his maiden mission as a 00 Agent – to attend this game and prevent Le Chiffre from winning. With the help of Vesper Lynd and Felix Leiter, Bond enters the most important poker game in his already dangerous career.", + "poster_path": "/zlWBxz2pTA9p45kUTrI8AQiKrHm.jpg", + "release_date": "2006-11-14", + "title": "Casino Royale", + "video": false, + "vote_average": 7.4, + "vote_count": 5590, + "popularity": 22.697 + }, + { + "adult": false, + "backdrop_path": "/4xAb2zAe5Pmno928hBQqff4RVwr.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 36643, + "original_language": "en", + "original_title": "The World Is Not Enough", + "overview": "Greed, revenge, world dominance and high-tech terrorism – it's all in a day's work for Bond, who's on a mission to protect a beautiful oil heiress from a notorious terrorist. In a race against time that culminates in a dramatic submarine showdown, Bond works to defuse the international power struggle that has the world's oil supply hanging in the balance.", + "poster_path": "/aPfALBxfgx2tsbTwRMR1MbNHSvn.jpg", + "release_date": "1999-11-17", + "title": "The World Is Not Enough", + "video": false, + "vote_average": 6.2, + "vote_count": 1341, + "popularity": 17.841 + }, + { + "adult": false, + "backdrop_path": "/3YQfmtpbiFCMHcXY3lJ7fGEcOL6.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 36669, + "original_language": "en", + "original_title": "Die Another Day", + "overview": "Bond takes on a North Korean leader who undergoes DNA replacement procedures that allow him to assume different identities. American agent, Jinx Johnson assists Bond in his attempt to thwart the villain's plans to exploit a satellite that is powered by solar energy.", + "poster_path": "/1iUZqUXS7x5FcGM5J0u01xuObWC.jpg", + "release_date": "2002-11-17", + "title": "Die Another Day", + "video": false, + "vote_average": 5.9, + "vote_count": 1715, + "popularity": 12.966 + }, + { + "adult": false, + "backdrop_path": "/6bjRujKSnCVSrzC1qjmqfAyaiET.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 37724, + "original_language": "en", + "original_title": "Skyfall", + "overview": "When Bond's latest assignment goes gravely wrong and agents around the world are exposed, MI6 is attacked forcing M to relocate the agency. These events cause her authority and position to be challenged by Gareth Mallory, the new Chairman of the Intelligence and Security Committee. With MI6 now compromised from both inside and out, M is left with one ally she can trust: Bond. 007 takes to the shadows - aided only by field agent, Eve - following a trail to the mysterious Silva, whose lethal and hidden motives have yet to reveal themselves.", + "poster_path": "/lQCkPLDxFONmgzrWLvq085v1g2d.jpg", + "release_date": "2012-10-25", + "title": "Skyfall", + "video": false, + "vote_average": 7.1, + "vote_count": 9925, + "popularity": 21.988 + }, + { + "adult": false, + "backdrop_path": "/wVTYlkKPKrljJfugXN7UlLNjtuJ.jpg", + "genre_ids": [ + 28, + 12, + 80 + ], + "id": 206647, + "original_language": "en", + "original_title": "Spectre", + "overview": "A cryptic message from Bond’s past sends him on a trail to uncover a sinister organization. While M battles political forces to keep the secret service alive, Bond peels back the layers of deceit to reveal the terrible truth behind SPECTRE.", + "poster_path": "/hE24GYddaxB9MVZl1CaiI86M3kp.jpg", + "release_date": "2015-10-26", + "title": "Spectre", + "video": false, + "vote_average": 6.4, + "vote_count": 6345, + "popularity": 20.058 + }, + { + "adult": false, + "backdrop_path": "/gt0TafbcheJeT9SFewDLqYWk3Sd.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 708, + "original_language": "en", + "original_title": "The Living Daylights", + "overview": "James Bond helps a Russian General escape into the west. He soon finds out that the KGB wants to kill him for helping the General. A little while later the General is kidnapped from the Secret Service leading 007 to be suspicious.", + "poster_path": "/yEryMe58dx7zm1QBhQFeuYcv2aH.jpg", + "release_date": "1987-06-29", + "title": "The Living Daylights", + "video": false, + "vote_average": 6.4, + "vote_count": 688, + "popularity": 14.264 + }, + { + "adult": false, + "backdrop_path": null, + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 370172, + "original_language": "en", + "original_title": "Bond 25", + "overview": "The further adventures of globe-trotting secret agent James Bond.", + "poster_path": "/rV4zmJSOL1V2BlTyckb9G9ghtha.jpg", + "release_date": "2020-02-14", + "title": "Bond 25", + "video": false, + "vote_average": 0.0, + "vote_count": 0, + "popularity": 10.913 + }, + { + "adult": false, + "backdrop_path": "/jYO08KXUKvJvzx3KcE7MoaDYvoM.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 36670, + "original_language": "en", + "original_title": "Never Say Never Again", + "overview": "James Bond returns as the secret agent 007 one more time to battle the evil organization SPECTRE. Bond must defeat Largo, who has stolen two atomic warheads for nuclear blackmail. But Bond has an ally in Largo's girlfriend, the willowy Domino, who falls for Bond and seeks revenge. This is the last time for Sean Connery as Her Majesty's Secret Agent 007. Made outside of the traditional Broccoli production environment due to separate rights having been obtained for this specific Ian Fleming story.", + "poster_path": "/s9tBlhTEW0OtYJdemVMPbRcD7wk.jpg", + "release_date": "1983-10-07", + "title": "Never Say Never Again", + "video": false, + "vote_average": 6.0, + "vote_count": 558, + "popularity": 12.085 + } + ], + "images": { + "backdrops": [ + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.426, + "vote_count": 13, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/dOSECZImeyZldoq0ObieBE0lwie.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.358, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/v57QgSTbbiN33sshS1AS0QDcPC2.jpg", + "height": 720, + "iso_639_1": "en", + "vote_average": 5.3174603174603172, + "vote_count": 3, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/iMyzpZiBLoojAbWt1WfxfnHuf2P.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.312, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/A6N0JJonAz5Gk0trIqvhGOHLSzi.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.25230987917555, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/5zwN7DRFRBztMJIKQBDPRRAPnEk.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.246, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/oYMPriEBB3j3OEOszmlpEvkffhk.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7787037037037039, + "file_path": "/79hG7VXuvASQcD66gv3BrPStIPY.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.19, + "vote_count": 5, + "width": 1921 + }, + { + "aspect_ratio": 1.77819083023544, + "file_path": "/7JR1ecQdlntHEe5qPOP3L86LwyC.jpg", + "height": 807, + "iso_639_1": null, + "vote_average": 5.182, + "vote_count": 5, + "width": 1435 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/vDNiVbpiTdbB2k3RWKf5rJ8zYXF.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.172, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/gd7LDApLNEAKMxc19ZDOVaBDBzv.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.172, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/ePK469g8XSQULosRFPC9M2kyL0E.jpg", + "height": 720, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1280 + }, + { + "aspect_ratio": 1.778645833333333, + "file_path": "/bBcG6plhzcMRKsC1Utz9ZSdNmTA.jpg", + "height": 768, + "iso_639_1": "xx", + "vote_average": 5.118, + "vote_count": 4, + "width": 1366 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/5PZlQ0SKuzCptoBrvU1Iw9ZU9Fw.jpg", + "height": 720, + "iso_639_1": "en", + "vote_average": 5.11727078891258, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/peKR7ulbgkWVOU6kFkG3EUDJOSM.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.106, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7875, + "file_path": "/2mRjeg4WnDg7SUflJ8kkaFX3WLx.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.106, + "vote_count": 2, + "width": 1287 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/tdIO3Cb7p1RISo1CSqRuT6CH8Ph.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.106, + "vote_count": 2, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/hE1UJT86d8sasGiIIKjnJFcKmpJ.jpg", + "height": 720, + "iso_639_1": "xx", + "vote_average": 5.05, + "vote_count": 3, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/hhkQyyBfThplbHvc4PSrcgdViPI.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.0035536602700779, + "vote_count": 4, + "width": 1920 + } + ], + "posters": [ + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/HORpg5CSkmeQlAolx3bKMrKgfi.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.576, + "vote_count": 13, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/yFDenToBJnApZUUvqxDsK0UoN3C.jpg", + "height": 1500, + "iso_639_1": "xx", + "vote_average": 5.4551820728291309, + "vote_count": 5, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/kZEkjqy8yta4KMpd24ulVPPs6iT.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.318, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/os0V7u6tGAuxINNrHS3LMVJbDa9.jpg", + "height": 2100, + "iso_639_1": "en", + "vote_average": 5.318, + "vote_count": 3, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/1t5MumnYzGIKHxgw0M86a9qpptf.jpg", + "height": 1500, + "iso_639_1": "nl", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/iQUutLAp2w4LiEm8Xd4IQdvwIIq.jpg", + "height": 2100, + "iso_639_1": "en", + "vote_average": 5.312, + "vote_count": 1, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/u8T7Z6tTDLE4DRGrscl9bCPpvIE.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/yA8qqkwEfO9oDl5e6uDF5imS2Ak.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.3, + "vote_count": 6, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/ayZ0YJ5UyQ0KzK4rE7LDTfvSyHi.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.294, + "vote_count": 5, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fIRENDarilhpX8Fe6NOiOsunVyi.jpg", + "height": 1500, + "iso_639_1": null, + "vote_average": 5.2827380952380949, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66698292220113853, + "file_path": "/ckNgEItskTZHeTySYfGvageRFSq.jpg", + "height": 2108, + "iso_639_1": "en", + "vote_average": 5.2808302808302807, + "vote_count": 15, + "width": 1406 + }, + { + "aspect_ratio": 0.675625, + "file_path": "/pLyvyIE9owDu6oswKAdwr8Rgrbb.jpg", + "height": 1600, + "iso_639_1": "en", + "vote_average": 5.27, + "vote_count": 10, + "width": 1081 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/p8BiXPN0BYx9R9hhZ5qtU7mAYSt.jpg", + "height": 1500, + "iso_639_1": "xx", + "vote_average": 5.2576647097195046, + "vote_count": 10, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/AdTSX5FRqfeepriFsDf12XTR4fV.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.252, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/e1UFoo1S6lm98VRGFrimcaw7qM2.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.70419011882426519, + "file_path": "/ua30d7zTbHCw4UcDV5P13nQp4qY.jpg", + "height": 1599, + "iso_639_1": "en", + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1126 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/ofwSiqOFShhunAIYYdSMHMJQSx2.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2452025586353948, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/j8h08QE9azEltz99Wg92CGNSicY.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2380952380952381, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.7275390625, + "file_path": "/434MllxL54RTfAtfO1O9FQPlfCw.jpg", + "height": 1024, + "iso_639_1": "en", + "vote_average": 5.2380952380952381, + "vote_count": 9, + "width": 745 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/7poEW68DYLsej205jeC4DJUVbNI.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2309879175550824, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/gjtpj83MGDBjBCSmznTuAyPby5l.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2234432234432244, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.708, + "file_path": "/z452DtzgTyiBAzIjgkifusLac1e.jpg", + "height": 750, + "iso_639_1": "en", + "vote_average": 5.1883439943141436, + "vote_count": 4, + "width": 531 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/wNfj7RGNFBxomMzB8TwWGV86IDp.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.1875901875901871, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.699443413729128, + "file_path": "/gI1KU134ZdKW0zQIkRdXOadQP2O.jpg", + "height": 1078, + "iso_639_1": "es", + "vote_average": 5.186813186813187, + "vote_count": 2, + "width": 754 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/Y5GGwPICmPUXwjo0unFKzyZHaT.jpg", + "height": 1500, + "iso_639_1": "nl", + "vote_average": 5.172, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.70752565564424175, + "file_path": "/mo8lTFD27PyFd2spbhhT11OSr8C.jpg", + "height": 1754, + "iso_639_1": "xx", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1241 + }, + { + "aspect_ratio": 0.68965517241379315, + "file_path": "/uXcc4QOTRKcKL1GpPRmLh6jQpPY.jpg", + "height": 580, + "iso_639_1": "hu", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.6806451612903226, + "file_path": "/3shkSeUA813O77CCGxkM2Was11r.jpg", + "height": 1240, + "iso_639_1": "en", + "vote_average": 5.1659451659451658, + "vote_count": 3, + "width": 844 + }, + { + "aspect_ratio": 0.6806451612903226, + "file_path": "/sVvLc6TucJ8VBg8YoxyfP1WBI5v.jpg", + "height": 1240, + "iso_639_1": "en", + "vote_average": 5.0793650793650791, + "vote_count": 6, + "width": 844 + }, + { + "aspect_ratio": 0.71069767441860465, + "file_path": "/lmeItcaljKeNQXc0GbEV4kPUJVx.jpg", + "height": 1075, + "iso_639_1": "hu", + "vote_average": 5.0675195451314856, + "vote_count": 4, + "width": 764 + }, + { + "aspect_ratio": 0.70368448365334713, + "file_path": "/5JrIT8DYUa9ht6KWlEG6GoVaWJB.jpg", + "height": 1927, + "iso_639_1": "en", + "vote_average": 5.0476190476190466, + "vote_count": 12, + "width": 1356 + }, + { + "aspect_ratio": 0.69808027923211169, + "file_path": "/Ag3pvCrDTsNDgGLySWoakdfq6Hl.jpg", + "height": 1146, + "iso_639_1": "en", + "vote_average": 4.9125979505726338, + "vote_count": 16, + "width": 800 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/xbBOJYEKNysqyhKp8mA3CNl9G0L.jpg", + "height": 1500, + "iso_639_1": "cs", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/3Jf9fgFeZMoWMROdwQXHTLytbOG.jpg", + "height": 1500, + "iso_639_1": "cs", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fjFYxhZKwqTau2bOnAGM9PAD6UD.jpg", + "height": 1500, + "iso_639_1": "cs", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zKzBkUuCynF56Z4Mtojj00ugWFK.jpg", + "height": 1500, + "iso_639_1": "cs", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/q9GUIrc7tHC9U5dQnmWEeS2DRN9.jpg", + "height": 1500, + "iso_639_1": "xx", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.675625, + "file_path": "/10GhjehJxFsh2SC57Y00JE1mdtz.jpg", + "height": 1600, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1081 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zLZ7Ua5sc6P8sjv019ysl49rwWQ.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/t9Ioyb4wRLUPq8EFdN6SK07e3zV.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66390041493775931, + "file_path": "/s2Qn8aqA6Qkrxs4fvgviXwaekQI.jpg", + "height": 1205, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 800 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/p2fMtkZBd3Vs4IN1Kl9QM4TJEBC.jpg", + "height": 1500, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/g9Hn93TU4LimPpiWAnHEmkZO4YY.jpg", + "height": 2100, + "iso_639_1": "de", + "vote_average": 0.0, + "vote_count": 0, + "width": 1400 + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:00.2501717Z", + "ReducedUri": "/3/collection/999999999", + "RespData": { + "status_code": 34, + "status_message": "The resource you requested could not be found." + }, + "RespStatusCode": 404, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:01.4495514Z", + "ReducedUri": "/3/configuration", + "RespData": { + "images": { + "base_url": "http://image.tmdb.org/t/p/", + "secure_base_url": "https://image.tmdb.org/t/p/", + "backdrop_sizes": [ + "w300", + "w780", + "w1280", + "original" + ], + "logo_sizes": [ + "w45", + "w92", + "w154", + "w185", + "w300", + "w500", + "original" + ], + "poster_sizes": [ + "w92", + "w154", + "w185", + "w342", + "w500", + "w780", + "original" + ], + "profile_sizes": [ + "w45", + "w185", + "h632", + "original" + ], + "still_sizes": [ + "w92", + "w185", + "w300", + "original" + ] + }, + "change_keys": [ + "adult", + "air_date", + "also_known_as", + "alternative_titles", + "biography", + "birthday", + "budget", + "cast", + "certifications", + "character_names", + "created_by", + "crew", + "deathday", + "episode", + "episode_number", + "episode_run_time", + "freebase_id", + "freebase_mid", + "general", + "genres", + "guest_stars", + "homepage", + "images", + "imdb_id", + "languages", + "name", + "network", + "origin_country", + "original_name", + "original_title", + "overview", + "parts", + "place_of_birth", + "plot_keywords", + "production_code", + "production_companies", + "production_countries", + "releases", + "revenue", + "runtime", + "season", + "season_number", + "season_regular", + "spoken_languages", + "status", + "tagline", + "title", + "translations", + "tvdb_id", + "tvrage_id", + "type", + "video", + "videos" + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientCompanyTests.json b/TMDbLibTests/Data/data-ClientCompanyTests.json new file mode 100644 index 0000000..0fb89b9 --- /dev/null +++ b/TMDbLibTests/Data/data-ClientCompanyTests.json @@ -0,0 +1,1839 @@ +[ + { + "RecordedAt": "2019-01-26T17:52:01.6290389Z", + "ReducedUri": "/3/company/25", + "RespData": { + "description": "", + "headquarters": "Century City, California, USA", + "homepage": "http://www.foxmovies.com/", + "id": 25, + "logo_path": "/nM2MfoMqzJQRiSynsDabOtFKetD.png", + "name": "20th Century Fox", + "origin_country": "US", + "parent_company": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:04.1610957Z", + "ReducedUri": "/3/company/25/movies", + "RespData": { + "id": 25, + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/93xA62uLd5CwMOAs37eQ7vPc1iV.jpg", + "genre_ids": [ + 18, + 10402 + ], + "id": 424694, + "original_language": "en", + "original_title": "Bohemian Rhapsody", + "overview": "Singer Freddie Mercury, guitarist Brian May, drummer Roger Taylor and bass guitarist John Deacon take the music world by storm when they form the rock 'n' roll band Queen in 1970. Hit songs become instant classics. When Mercury's increasingly wild lifestyle starts to spiral out of control, Queen soon faces its greatest challenge yet – finding a way to keep the band together amid the success and excess.", + "poster_path": "/gbmkFWdtihe1VfydTDsieQ6VfGL.jpg", + "release_date": "2018-10-24", + "title": "Bohemian Rhapsody", + "video": false, + "vote_average": 8.2, + "vote_count": 3944, + "popularity": 242.391 + }, + { + "adult": false, + "backdrop_path": "/7RqpTZq0mPpTcEwZ6qqwRZAFoLe.jpg", + "genre_ids": [ + 35, + 28 + ], + "id": 567604, + "original_language": "en", + "original_title": "Once Upon a Deadpool", + "overview": "A kidnapped Fred Savage is forced to endure Deadpool's PG-13 rendition of Deadpool 2 as a Princess Bride-esque story that's full of magic, wonder & zero F's.", + "poster_path": "/5Ka49BWWyKMXr93YMbH5wLN7aAM.jpg", + "release_date": "2018-12-11", + "title": "Once Upon a Deadpool", + "video": false, + "vote_average": 7.2, + "vote_count": 88, + "popularity": 91.801 + }, + { + "adult": false, + "backdrop_path": "/3P52oz9HPQWxcwHOwxtyrVV1LKi.jpg", + "genre_ids": [ + 28, + 35, + 12 + ], + "id": 383498, + "original_language": "en", + "original_title": "Deadpool 2", + "overview": "Wisecracking mercenary Deadpool battles the evil and powerful Cable and other bad guys to save a boy's life.", + "poster_path": "/to0spRl1CMDvyUbOnbb4fTk3VAd.jpg", + "release_date": "2018-05-15", + "title": "Deadpool 2", + "video": false, + "vote_average": 7.5, + "vote_count": 7173, + "popularity": 67.564 + }, + { + "adult": false, + "backdrop_path": "/f4E0ocYeToEuXvczZv6QArrMDJ.jpg", + "genre_ids": [ + 878, + 28, + 53, + 12, + 27 + ], + "id": 346910, + "original_language": "en", + "original_title": "The Predator", + "overview": "When a kid accidentally triggers the universe's most lethal hunters' return to Earth, only a ragtag crew of ex-soldiers and a disgruntled female scientist can prevent the end of the human race.", + "poster_path": "/wMq9kQXTeQCHUZOG4fAe5cAxyUA.jpg", + "release_date": "2018-09-05", + "title": "The Predator", + "video": false, + "vote_average": 5.2, + "vote_count": 1581, + "popularity": 58.002 + }, + { + "adult": false, + "backdrop_path": "/gb3TVVZNNxVGNfS1NxGaiWZfwnW.jpg", + "genre_ids": [ + 53, + 80, + 9648, + 18 + ], + "id": 446021, + "original_language": "en", + "original_title": "Bad Times at the El Royale", + "overview": "Lake Tahoe, 1969. Seven strangers, each one with a secret to bury, meet at El Royale, a decadent motel with a dark past. In the course of a fateful night, everyone will have one last shot at redemption.", + "poster_path": "/iNtFgXqXPRMkm1QO8CHn5sHfUgE.jpg", + "release_date": "2018-10-04", + "title": "Bad Times at the El Royale", + "video": false, + "vote_average": 6.8, + "vote_count": 775, + "popularity": 49.232 + }, + { + "adult": false, + "backdrop_path": "/4iJfYYoQzZcONB9hNzg0J0wWyPH.jpg", + "genre_ids": [ + 12, + 28, + 878 + ], + "id": 11, + "original_language": "en", + "original_title": "Star Wars", + "overview": "Princess Leia is captured and held hostage by the evil Imperial forces in their effort to take over the galactic Empire. Venturesome Luke Skywalker and dashing captain Han Solo team together with the loveable robot duo R2-D2 and C-3PO to rescue the beautiful princess and restore peace and justice in the Empire.", + "poster_path": "/btTdmkgIvOi0FFip1sPuZI2oQG6.jpg", + "release_date": "1977-05-25", + "title": "Star Wars", + "video": false, + "vote_average": 8.2, + "vote_count": 10597, + "popularity": 38.003 + }, + { + "adult": false, + "backdrop_path": "/8ZNGBfGoN3uI5Akj5vEUDMxvmGO.jpg", + "genre_ids": [ + 9648, + 53, + 18 + ], + "id": 210577, + "original_language": "en", + "original_title": "Gone Girl", + "overview": "With his wife's disappearance having become the focus of an intense media circus, a man sees the spotlight turned on him when it's suspected that he may not be innocent.", + "poster_path": "/gdiLTof3rbPDAmPaCf4g6op46bj.jpg", + "release_date": "2014-10-01", + "title": "Gone Girl", + "video": false, + "vote_average": 7.9, + "vote_count": 9381, + "popularity": 36.761 + }, + { + "adult": false, + "backdrop_path": "/lkOZcsXcOLZYeJ2YxJd3vSldvU4.jpg", + "genre_ids": [ + 28, + 9648, + 878, + 53 + ], + "id": 198663, + "original_language": "en", + "original_title": "The Maze Runner", + "overview": "Set in a post-apocalyptic world, young Thomas is deposited in a community of boys after his memory is erased, soon learning they're all trapped in a maze that will require him to join forces with fellow “runners” for a shot at escape.", + "poster_path": "/coss7RgL0NH6g4fC2s5atvf3dFO.jpg", + "release_date": "2014-09-10", + "title": "The Maze Runner", + "video": false, + "vote_average": 7.1, + "vote_count": 9901, + "popularity": 35.164 + }, + { + "adult": false, + "backdrop_path": "/2tORuaa5qxWmyMygBh9K67gZTs0.jpg", + "genre_ids": [ + 28, + 878, + 53, + 10749 + ], + "id": 399579, + "original_language": "en", + "original_title": "Alita: Battle Angel", + "overview": "When Alita awakens with no memory of who she is in a future world she does not recognize, she is taken in by Ido, a compassionate doctor who realizes that somewhere in this abandoned cyborg shell is the heart and soul of a young woman with an extraordinary past. As Alita learns to navigate her new life and the treacherous streets of Iron City, Ido tries to shield her from her mysterious history while her street-smart new friend Hugo offers instead to help trigger her memories. But it is only when the deadly and corrupt forces that run the city come after Alita that she discovers a clue to her past - she has unique fighting abilities that those in power will stop at nothing to control. If she can stay out of their grasp, she could be the key to saving her friends, her family and the world she's grown to love.", + "poster_path": "/xRWht48C2V8XNfzvPehyClOvDni.jpg", + "release_date": "2019-02-05", + "title": "Alita: Battle Angel", + "video": false, + "vote_average": 0.0, + "vote_count": 0, + "popularity": 33.342 + }, + { + "adult": false, + "backdrop_path": "/n1y094tVDFATSzkTnFxoGZ1qNsG.jpg", + "genre_ids": [ + 28, + 12, + 35 + ], + "id": 293660, + "original_language": "en", + "original_title": "Deadpool", + "overview": "Deadpool tells the origin story of former Special Forces operative turned mercenary Wade Wilson, who after being subjected to a rogue experiment that leaves him with accelerated healing powers, adopts the alter ego Deadpool. Armed with his new abilities and a dark, twisted sense of humor, Deadpool hunts down the man who nearly destroyed his life.", + "poster_path": "/inVq3FRqcYIRl2la8iZikYYxFNR.jpg", + "release_date": "2016-02-09", + "title": "Deadpool", + "video": false, + "vote_average": 7.5, + "vote_count": 18668, + "popularity": 31.704 + }, + { + "adult": false, + "backdrop_path": "/gt8Pe0H2kdm99yuHYDs8goKbTkn.jpg", + "genre_ids": [ + 35, + 10751 + ], + "id": 9714, + "original_language": "en", + "original_title": "Home Alone 3", + "overview": "9-year-old Alex Pruitt is home alone with the chicken pox. Turns out, due to a mix-up among nefarious spies, Alex was given a toy car concealing a top-secret microchip. Now Alex must fend off the spies as they try break into his house to get it back.", + "poster_path": "/z6ugEdjGuY4qcX1ymdV2CTVSvKN.jpg", + "release_date": "1997-12-12", + "title": "Home Alone 3", + "video": false, + "vote_average": 5.1, + "vote_count": 1300, + "popularity": 30.064 + }, + { + "adult": false, + "backdrop_path": "/5LBcSLHAtEIIgvNkA2dPmYH5wR7.jpg", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "id": 127585, + "original_language": "en", + "original_title": "X-Men: Days of Future Past", + "overview": "The ultimate X-Men ensemble fights a war for the survival of the species across two time periods as they join forces with their younger selves in an epic battle that must change the past – to save our future.", + "poster_path": "/pb1IURTkK5rImP9ZV83lxJO2us7.jpg", + "release_date": "2014-05-15", + "title": "X-Men: Days of Future Past", + "video": false, + "vote_average": 7.5, + "vote_count": 9349, + "popularity": 29.444 + }, + { + "adult": false, + "backdrop_path": "/aHcth2AXzZSjhX7JYh7ie73YVNc.jpg", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "id": 19995, + "original_language": "en", + "original_title": "Avatar", + "overview": "In the 22nd century, a paraplegic Marine is dispatched to the moon Pandora on a unique mission, but becomes torn between following orders and protecting an alien civilization.", + "poster_path": "/kmcqlZGaSh20zpTbuoF0Cdn07dT.jpg", + "release_date": "2009-12-10", + "title": "Avatar", + "video": false, + "vote_average": 7.4, + "vote_count": 17460, + "popularity": 29.055 + }, + { + "adult": false, + "backdrop_path": "/5pAGnkFYSsFJ99ZxDIYnhQbQFXs.jpg", + "genre_ids": [ + 28, + 18, + 878 + ], + "id": 263115, + "original_language": "en", + "original_title": "Logan", + "overview": "In the near future, a weary Logan cares for an ailing Professor X in a hideout on the Mexican border. But Logan's attempts to hide from the world and his legacy are upended when a young mutant arrives, pursued by dark forces.", + "poster_path": "/gGBu0hKw9BGddG8RkRAMX7B6NDB.jpg", + "release_date": "2017-02-28", + "title": "Logan", + "video": false, + "vote_average": 7.8, + "vote_count": 11376, + "popularity": 28.706 + }, + { + "adult": false, + "backdrop_path": "/87hTDiay2N2qWyX4Ds7ybXi9h8I.jpg", + "genre_ids": [ + 18 + ], + "id": 550, + "original_language": "en", + "original_title": "Fight Club", + "overview": "A ticking-time-bomb insomniac and a slippery soap salesman channel primal male aggression into a shocking new form of therapy. Their concept catches on, with underground \"fight clubs\" forming in every town, until an eccentric gets in the way and ignites an out-of-control spiral toward oblivion.", + "poster_path": "/adw6Lq9FiC9zjYEpOqfq03ituwp.jpg", + "release_date": "1999-10-15", + "title": "Fight Club", + "video": false, + "vote_average": 8.4, + "vote_count": 15029, + "popularity": 28.313 + }, + { + "adult": false, + "backdrop_path": "/sFTXZBtYAPHCwvX6OYNr916M6SZ.jpg", + "genre_ids": [ + 53, + 28 + ], + "id": 260346, + "original_language": "en", + "original_title": "Taken 3", + "overview": "Ex-government operative Bryan Mills finds his life is shattered when he's falsely accused of a murder that hits close to home. As he's pursued by a savvy police inspector, Mills employs his particular set of skills to track the real killer and exact his unique brand of justice.", + "poster_path": "/ikDwR3i2bczqnRf1urJTy77YTFf.jpg", + "release_date": "2014-12-16", + "title": "Taken 3", + "video": false, + "vote_average": 6.1, + "vote_count": 3183, + "popularity": 27.844 + }, + { + "adult": false, + "backdrop_path": "/zpq404Sk7qQ7N4x3xOeNgp74GtU.jpg", + "genre_ids": [ + 18 + ], + "id": 316029, + "original_language": "en", + "original_title": "The Greatest Showman", + "overview": "The story of American showman P.T. Barnum, founder of the circus that became the famous traveling Ringling Bros. and Barnum & Bailey Circus.", + "poster_path": "/b9CeobiihCx1uG1tpw8hXmpi7nm.jpg", + "release_date": "2017-12-20", + "title": "The Greatest Showman", + "video": false, + "vote_average": 8.0, + "vote_count": 4484, + "popularity": 27.341 + }, + { + "adult": false, + "backdrop_path": "/8b9mOlxer8DVw4k368IXNG5HPBI.jpg", + "genre_ids": [ + 12, + 35, + 14, + 10751 + ], + "id": 181533, + "original_language": "en", + "original_title": "Night at the Museum: Secret of the Tomb", + "overview": "When the magic powers of The Tablet of Ahkmenrah begin to die out, Larry Daley spans the globe, uniting favorite and new characters while embarking on an epic quest to save the magic before it is gone forever.", + "poster_path": "/tWwASv4CU1Au1IukacdSUewDCV3.jpg", + "release_date": "2014-12-17", + "title": "Night at the Museum: Secret of the Tomb", + "video": false, + "vote_average": 6.1, + "vote_count": 3222, + "popularity": 27.051 + }, + { + "adult": false, + "backdrop_path": "/eg049B1TJdWuKuyKowNmhZxNToc.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 562, + "original_language": "en", + "original_title": "Die Hard", + "overview": "NYPD cop John McClane's plan to reconcile with his estranged wife is thrown for a serious loop when, minutes after he arrives at her office, the entire building is overtaken by a group of terrorists. With little help from the LAPD, wisecracking McClane sets out to single-handedly rescue the hostages and bring the bad guys down.", + "poster_path": "/mc7MubOLcIw3MDvnuQFrO9psfCa.jpg", + "release_date": "1988-07-15", + "title": "Die Hard", + "video": false, + "vote_average": 7.6, + "vote_count": 5775, + "popularity": 26.241 + }, + { + "adult": false, + "backdrop_path": "/oQWWth5AOtbWG9o8SCAviGcADed.jpg", + "genre_ids": [ + 28, + 12, + 878, + 14 + ], + "id": 246655, + "original_language": "en", + "original_title": "X-Men: Apocalypse", + "overview": "After the re-emergence of the world's first mutant, world-destroyer Apocalypse, the X-Men must unite to defeat his extinction level plan.", + "poster_path": "/zSouWWrySXshPCT4t3UKCQGayyo.jpg", + "release_date": "2016-05-18", + "title": "X-Men: Apocalypse", + "video": false, + "vote_average": 6.5, + "vote_count": 7647, + "popularity": 26.047 + } + ], + "total_pages": 70, + "total_results": 1395 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:04.411643Z", + "ReducedUri": "/3/company/25/movies?language=it", + "RespData": { + "id": 25, + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/93xA62uLd5CwMOAs37eQ7vPc1iV.jpg", + "genre_ids": [ + 18, + 10402 + ], + "id": 424694, + "original_language": "en", + "original_title": "Bohemian Rhapsody", + "overview": "Bohemian Rhapsody, il film diretto da Bryan Singer e Dexter Fletcher, è una coinvolgente celebrazione dei Queen, della loro musica e del loro leggendario frontman Freddie Mercury, che sfidò gli stereotipi e infranse le convenzioni, diventando uno degli artisti più amati al mondo. Il film ricostruisce la meteorica ascesa della band attraverso le sue iconiche canzoni e il suo sound rivoluzionario, la sua crisi quasi fatale, man mano che lo stile di vita vita di Mercury andava fuori controllo, e la sua trionfante reunion alla vigilia del Live Aid, quando Mercury, afflitto da una gravissima malattia, condusse la band in una delle performance più grandiose della storia del rock. Facendo questo, il film cementa l'eredità di una band che è sempre stata più di una famiglia e che continua ancora oggi a ispirare gli outsider, i sognatori e gli appassionati di musica", + "poster_path": "/guQaXtD3hyCqAkX9AdjPALlaR1A.jpg", + "release_date": "2018-10-24", + "title": "Bohemian Rhapsody", + "video": false, + "vote_average": 8.2, + "vote_count": 3944, + "popularity": 242.391 + }, + { + "adult": false, + "backdrop_path": "/7RqpTZq0mPpTcEwZ6qqwRZAFoLe.jpg", + "genre_ids": [ + 35, + 28 + ], + "id": 567604, + "original_language": "en", + "original_title": "Once Upon a Deadpool", + "overview": "", + "poster_path": "/5Ka49BWWyKMXr93YMbH5wLN7aAM.jpg", + "release_date": "2018-12-11", + "title": "Once Upon a Deadpool", + "video": false, + "vote_average": 7.2, + "vote_count": 88, + "popularity": 91.801 + }, + { + "adult": false, + "backdrop_path": "/3P52oz9HPQWxcwHOwxtyrVV1LKi.jpg", + "genre_ids": [ + 28, + 35, + 12 + ], + "id": 383498, + "original_language": "en", + "original_title": "Deadpool 2", + "overview": "Deadpool sta venendo di nuovo e stavolta non è da solo: in questo secondo capitolo, il supereroe più dissacrante della Marvel crea un nuovo team, l'X-Force, con l'obiettivo di proteggere un ragazzino da Cable, mutante venuto dal futuro per ucciderlo.", + "poster_path": "/ltoieqmMIb1v90HWkXZguAYnkbR.jpg", + "release_date": "2018-05-15", + "title": "Deadpool 2", + "video": false, + "vote_average": 7.5, + "vote_count": 7173, + "popularity": 67.564 + }, + { + "adult": false, + "backdrop_path": "/f4E0ocYeToEuXvczZv6QArrMDJ.jpg", + "genre_ids": [ + 878, + 28, + 53, + 12, + 27 + ], + "id": 346910, + "original_language": "en", + "original_title": "The Predator", + "overview": "Dai confini dello spazio inesplorato, la caccia arriva nelle strade di una piccola città nella terrificante reinvenzione della serie di Predator nel progetto registico di Shane Black. Geneticamente modificati, attraverso la combinazione dei DNA di specie diverse, i cacciatori più letali dell'universo sono adesso ancora più pericolosi, più forti, più intelligenti. Quando un ragazzino innesca accidentalmente il loro ritorno sulla Terra, solo un gruppo di ex soldati e una disillusa insegnante di scienze può impedire la fine della razza umana.", + "poster_path": "/pbUxjoq3kFkGtUoSkrzEH3B4hKl.jpg", + "release_date": "2018-09-05", + "title": "The Predator", + "video": false, + "vote_average": 5.2, + "vote_count": 1581, + "popularity": 58.002 + }, + { + "adult": false, + "backdrop_path": "/gb3TVVZNNxVGNfS1NxGaiWZfwnW.jpg", + "genre_ids": [ + 53, + 80, + 9648, + 18 + ], + "id": 446021, + "original_language": "en", + "original_title": "Bad Times at the El Royale", + "overview": "Sette estranei, ognuno con un passato da seppellire, si incontrano nel fatiscente El Royale, un hotel a Lake Tahoe sul confine tra California e Nevada. Nel corso di una notte, ognuno di loro avrà un’ultima possibilità per redimersi, prima che vada tutto in malora.", + "poster_path": "/4IdVbw6Gexd0rvCVBf9ZDr4oOTd.jpg", + "release_date": "2018-10-04", + "title": "7 Sconosciuti a El Royale", + "video": false, + "vote_average": 6.8, + "vote_count": 775, + "popularity": 49.232 + }, + { + "adult": false, + "backdrop_path": "/4iJfYYoQzZcONB9hNzg0J0wWyPH.jpg", + "genre_ids": [ + 12, + 28, + 878 + ], + "id": 11, + "original_language": "en", + "original_title": "Star Wars", + "overview": "In un lontano Impero Galattico è in atto una rivolta contro i suoi dispotici capi, tra i quali il più cattivo è Lord Darth Vader. Prima di cadere nelle sue mani, la principessa Leila Organa, rappresentante dei ribelli, riesce ad affidare a due robot i piani della \"Morte Nera\" - la potentissima base spaziale di Darth Vader, capace di disintegrare un intero pianeta - e un appello al vecchio generale Obi-Wan Kenobi, che abita sul pianeta Tatooine, perché accorra in aiuto dei rivoltosi. Il messaggio viene raccolto dal giovane Luke Skywalker che, rintracciato Obi Wan Kenobi, parte con lui in soccorso della principessa a bordo di un'astronave guidata dal mercenario Han Solo e dal suo secondo Chewbacca.", + "poster_path": "/xk7SJaSoDwDscxhSXq9pznxgKyN.jpg", + "release_date": "1977-05-25", + "title": "Guerre stellari", + "video": false, + "vote_average": 8.2, + "vote_count": 10597, + "popularity": 38.003 + }, + { + "adult": false, + "backdrop_path": "/8ZNGBfGoN3uI5Akj5vEUDMxvmGO.jpg", + "genre_ids": [ + 9648, + 53, + 18 + ], + "id": 210577, + "original_language": "en", + "original_title": "Gone Girl", + "overview": "Da poco trasferirtisi in una piccola cittadina del Missouri da New York, Nick Dunne (Ben Affleck) e la moglie Amy (Rosamunde Pike) stanno attraversando un periodo difficile, con un matrimonio in crisi per via della difficoltà della donna ad abituarsi alla nuova esistenza. Il giorno del quinto anniversario di nozze, Amy scompare e il primo ad essere sospettato della sua scomparsa è Nick ma la realtà è ben diversa da come appare a prima vista.", + "poster_path": "/8KmuwkhV5EJU0CZaRhbet0iOBJv.jpg", + "release_date": "2014-10-01", + "title": "L'amore bugiardo - Gone Girl", + "video": false, + "vote_average": 7.9, + "vote_count": 9381, + "popularity": 36.761 + }, + { + "adult": false, + "backdrop_path": "/lkOZcsXcOLZYeJ2YxJd3vSldvU4.jpg", + "genre_ids": [ + 28, + 9648, + 878, + 53 + ], + "id": 198663, + "original_language": "en", + "original_title": "The Maze Runner", + "overview": "Basato sul celebre best seller, Maze Runner è ambientato in un mondo post-apocalittico, nel quale Thomas è rinchiuso in una comunità di ragazzi, dopo che la sua memoria è stata cancellata. Dopo aver scoperto di essere rinchiusi in un labirinto, Thomas si unirà ai suoi amici \"runners\" non solo per scappare dal labirinto, ma anche per risolvere il mistero e svelare il segreto su chi li ha portati lì, e perché.", + "poster_path": "/jUbxPjUpRFh7wQ64wUIwV63rTAY.jpg", + "release_date": "2014-09-10", + "title": "Maze Runner - Il labirinto", + "video": false, + "vote_average": 7.1, + "vote_count": 9901, + "popularity": 35.164 + }, + { + "adult": false, + "backdrop_path": "/2tORuaa5qxWmyMygBh9K67gZTs0.jpg", + "genre_ids": [ + 28, + 878, + 53, + 10749 + ], + "id": 399579, + "original_language": "en", + "original_title": "Alita: Battle Angel", + "overview": "La storia del film è quella di una ragazza cyborg che viene recuperata da una discarica e addestrata a diventare una guerriera, delle sue avventure e dei suoi amori.", + "poster_path": "/s6RTNzR0PcwidEgwI7EVaMj04DE.jpg", + "release_date": "2019-02-05", + "title": "Alita - Angelo della battaglia", + "video": false, + "vote_average": 0.0, + "vote_count": 0, + "popularity": 33.342 + }, + { + "adult": false, + "backdrop_path": "/n1y094tVDFATSzkTnFxoGZ1qNsG.jpg", + "genre_ids": [ + 28, + 12, + 35 + ], + "id": 293660, + "original_language": "en", + "original_title": "Deadpool", + "overview": "Tratto dal fumetto sul più irriverente anti-eroe dell’universo Marvel, il film racconta la storia del mercenario Wade Wilson, ex agente operativo delle Special Forces, che, dopo essere stato sottoposto a un terribile esperimento, acquisisce l’eccezionale potere del Fattore Rigenerante e abbraccia una nuova identità. Con la sua nuova abilità di guarire rapidamente e un pungente senso dell’umorismo, Deadpool andrà a caccia dell’uomo che gli ha quasi rovinato la vita.", + "poster_path": "/ylTFLWpQU9pPtGkSLtonEvZbOy4.jpg", + "release_date": "2016-02-09", + "title": "Deadpool", + "video": false, + "vote_average": 7.5, + "vote_count": 18668, + "popularity": 31.704 + }, + { + "adult": false, + "backdrop_path": "/gt8Pe0H2kdm99yuHYDs8goKbTkn.jpg", + "genre_ids": [ + 35, + 10751 + ], + "id": 9714, + "original_language": "en", + "original_title": "Home Alone 3", + "overview": "Ancora un bambino, solo in casa perché affetto da morbillo che ingaggia un'ingegnosa lotta con un quartetto di ladri che, però, sono spie industriali a caccia di un microchip da dieci milioni di dollari, nascosto in un'automobilina telecomandata", + "poster_path": "/ie0W9YaqZBadBJmuYmSrfLt5jgd.jpg", + "release_date": "1997-12-12", + "title": "Mamma, ho preso il morbillo", + "video": false, + "vote_average": 5.1, + "vote_count": 1300, + "popularity": 30.064 + }, + { + "adult": false, + "backdrop_path": "/5LBcSLHAtEIIgvNkA2dPmYH5wR7.jpg", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "id": 127585, + "original_language": "en", + "original_title": "X-Men: Days of Future Past", + "overview": "Logan torna dagli X-Men, riuniti da Charles Xavier per combattere una guerra contro le feroci Sentinelle che minacciano di distruggere i mutanti e lo stesso Magneto. Per evitare che il conflitto abbia inizio, Logan viene spedito indietro nel tempo e suo compito sarà quello di modificare la storia e salvare il futuro.", + "poster_path": "/4fSsWiL9BZa0ktGGg1ie7qKlnOL.jpg", + "release_date": "2014-05-15", + "title": "X-Men - Giorni di un futuro passato", + "video": false, + "vote_average": 7.5, + "vote_count": 9349, + "popularity": 29.444 + }, + { + "adult": false, + "backdrop_path": "/aHcth2AXzZSjhX7JYh7ie73YVNc.jpg", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "id": 19995, + "original_language": "en", + "original_title": "Avatar", + "overview": "Jake Sully è un marine costretto su una sedia a rotelle che accetta di trasferirsi sul pianeta Pandora in sostituzione del fratello morto, la cui missione era quella di esplorare il pianeta. Essendo l'atmosfera del pianeta tossica per gli umani sono stati creati degli esseri simili ai nativi Na'vi che possono essere 'guidati' dagli umani. Pandora è un enorme giacimento di un minerale prezioso per la Terra dove le fonti di energia sono azzerate. Gli indigeni Na'vi non hanno intenzione di essere colonizzati. Il compito iniziale dell'avatar di Jake sarà quello di conoscerne usi e costumi e di farsi accettare all'interno delle comunità indigene. Jake conosce così Neytiri, una guerriera Na'vi figlia del capo tribù. Da lei impara a divenire un guerriero molto diverso dal marine che è stato e se ne innamora ricambiato.", + "poster_path": "/b1UAG3QykMoLxwDgzk1LqsBkkG3.jpg", + "release_date": "2009-12-10", + "title": "Avatar", + "video": false, + "vote_average": 7.4, + "vote_count": 17460, + "popularity": 29.055 + }, + { + "adult": false, + "backdrop_path": "/5pAGnkFYSsFJ99ZxDIYnhQbQFXs.jpg", + "genre_ids": [ + 28, + 18, + 878 + ], + "id": 263115, + "original_language": "en", + "original_title": "Logan", + "overview": "El Paso, 2029. Sono 25 anni che non nascono più mutanti e quelli che sono sopravvissuti sono degli emarginati, in via di estinzione. Logan/Wolverine vive facendo lo chaffeur e la sua capacità di rigenerazione non funziona più come un tempo, mentre il Professor X ha novant'anni e il controllo dei suoi poteri psichici è sempre meno sicuro. Quando una donna messicana cerca Logan per presentargli una bambina misteriosa di nome Laura, nuove attenzioni e nuovi guai cominciano a raggiungere i mutanti.", + "poster_path": "/kHA8Ru0xKTa6ZW4UQWjsVwgtEHi.jpg", + "release_date": "2017-02-28", + "title": "Logan - The Wolverine", + "video": false, + "vote_average": 7.8, + "vote_count": 11376, + "popularity": 28.706 + }, + { + "adult": false, + "backdrop_path": "/87hTDiay2N2qWyX4Ds7ybXi9h8I.jpg", + "genre_ids": [ + 18 + ], + "id": 550, + "original_language": "en", + "original_title": "Fight Club", + "overview": "Un uomo di trent'anni è insofferente su tutto e la notte non riesce più a dormire. In cerca di qualche luogo dove scaricare la propria ansia si mette a frequentare quei corsi dove gruppi di malati gravi si riuniscono e confessano agli altri le rispettive situazioni. Mentre si lascia andare alla commozione e al pianto di fronte a quello che vede, l'uomo fa la conoscenza prima di Marla Singer poi di Tyler Durden. Lei è una ragazza a sua volta alla deriva, incapace di scelte o decisioni; lui è un tipo deciso e vigoroso con un'idea precisa in testa. Tyler fa saltare per aria l'appartamento dell'uomo e i due vanno a vivere insieme in una casa fatiscente. Deciso a coinvolgerlo nel suo progetto, Tyler lo fa entrare in un 'Fight Club', uno stanzone sotterraneo dove ci si riunisce per picchiarsi e in questo modo sentirsi di nuovo vivi...", + "poster_path": "/n76isoucmTVu48znhSNtFmaM4QT.jpg", + "release_date": "1999-10-15", + "title": "Fight Club", + "video": false, + "vote_average": 8.4, + "vote_count": 15029, + "popularity": 28.313 + }, + { + "adult": false, + "backdrop_path": "/sFTXZBtYAPHCwvX6OYNr916M6SZ.jpg", + "genre_ids": [ + 53, + 28 + ], + "id": 260346, + "original_language": "en", + "original_title": "Taken 3", + "overview": "Bryan Mills, ex agente della CIA, si gode il meritato riposo a Los Angeles. La sua vita adesso scorre ordinaria tra una visita alla figlia Kim, che ha appena scoperto di essere incinta, e un bicchiere di vino rosso con l'ex moglie Lenore, in crisi col nuovo compagno e decisa a sedurre il suo ex marito. Ma Bryan vuole restarne fuori, almeno fino a quando Lenore non avrà chiarito la situazione con Stuart, che una sera si presenta alla sua porta e gli domanda nervosamente di stare lontano da lei. La mattina dopo Lenore viene trovata morta nella casa di Bryan, accusato immediatamente dalla polizia. Quasi catturato dagli agenti, Bryan ha comunque la meglio e fugge, deciso a dimostrare la propria innocenza. Ancora una volta lo aiuteranno nell'impresa il fedele Sam, ex collega, e la figlia Kim, che non ha mai dubitato di lui.", + "poster_path": "/d3qao9V7AgPOm8HD1JvPc5M6p3C.jpg", + "release_date": "2014-12-16", + "title": "Taken 3 - L'ora della verità", + "video": false, + "vote_average": 6.1, + "vote_count": 3183, + "popularity": 27.844 + }, + { + "adult": false, + "backdrop_path": "/zpq404Sk7qQ7N4x3xOeNgp74GtU.jpg", + "genre_ids": [ + 18 + ], + "id": 316029, + "original_language": "en", + "original_title": "The Greatest Showman", + "overview": "La storia di P.T. Barnum, imprenditore visionario ambizioso e fantasioso che divenne noto nel'America dell'Ottocento per la creazione di spettacoli affascinanti - prima l'American Museum, poi un colossale circo, divenuto ben presto un fenomeno mondiale.", + "poster_path": "/lnvh46MW76GXSpRnAmIq1ERE6Sz.jpg", + "release_date": "2017-12-20", + "title": "The greatest showman", + "video": false, + "vote_average": 8.0, + "vote_count": 4484, + "popularity": 27.341 + }, + { + "adult": false, + "backdrop_path": "/8b9mOlxer8DVw4k368IXNG5HPBI.jpg", + "genre_ids": [ + 12, + 35, + 14, + 10751 + ], + "id": 181533, + "original_language": "en", + "original_title": "Night at the Museum: Secret of the Tomb", + "overview": "Quando il potere magico della tavola di Ahkmenrah comincia a morire, Larry deve intervenire per salvare la magia ed i suoi amici prima che sia troppo tardi, e così, i protagonisti di Una notte al museo attraversano l’Atlantico e da New York sbarcano a Londra, al British Museum.", + "poster_path": "/86kYu7rxXsdnO83uTrhDL0EPDR5.jpg", + "release_date": "2014-12-17", + "title": "Una notte al museo 3 - Il segreto del faraone", + "video": false, + "vote_average": 6.1, + "vote_count": 3222, + "popularity": 27.051 + }, + { + "adult": false, + "backdrop_path": "/eg049B1TJdWuKuyKowNmhZxNToc.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 562, + "original_language": "en", + "original_title": "Die Hard", + "overview": "Durante la tradizionale festa di natale, un gruppo di terroristi prende in ostaggio i dipendenti di una multinazionale giapponese all'interno di un modernissimo grattacielo. John McClane, poliziotto, però sfugge ai terroristi e grazie all'aiuto dei nascondigli naturali del grattacielo conduce una battaglia solitaria per portare in salvo gli ostaggi, tra i quali si trova anche la moglie.", + "poster_path": "/xnl0dQUHLPvJl6ezNIs9S88E22H.jpg", + "release_date": "1988-07-15", + "title": "Die Hard - Trappola di cristallo", + "video": false, + "vote_average": 7.6, + "vote_count": 5775, + "popularity": 26.241 + }, + { + "adult": false, + "backdrop_path": "/oQWWth5AOtbWG9o8SCAviGcADed.jpg", + "genre_ids": [ + 28, + 12, + 878, + 14 + ], + "id": 246655, + "original_language": "en", + "original_title": "X-Men: Apocalypse", + "overview": "Antico Egitto. En Sabah Nur, detto Apocalisse e venerato come un dio, sta per compiere il rito di trasferimento della sua anima nel corpo di un mutante che ha il potere di rigenerare le proprie ferite, ottenendo così l'immortalità, ma un gruppo di ribelli lo imprigiona sotto una piramide. Nel 1983, mentre il mondo è ancora in debito con Raven e il Prof. X per aver salvato il Presidente degli Stati Uniti e Magneto ha provato a rifarsi una vita e una famiglia mantenendo l'anonimato, un gruppo di fanatici risveglia dal suo riposo eterno Apocalisse, più che mai intenzionato a riprendere il posto che gli spetta sul trono del mondo.", + "poster_path": "/tx1JAlRC9hD7NdqDXM22TgPSU0Z.jpg", + "release_date": "2016-05-18", + "title": "X-Men - Apocalisse", + "video": false, + "vote_average": 6.5, + "vote_count": 7647, + "popularity": 26.047 + } + ], + "total_pages": 70, + "total_results": 1395 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:04.2987064Z", + "ReducedUri": "/3/company/25/movies?page=2", + "RespData": { + "id": 25, + "page": 2, + "results": [ + { + "adult": false, + "backdrop_path": "/sGzuQYSTwJvLBc2PnuSVLHhuFeh.jpg", + "genre_ids": [ + 9648, + 53 + ], + "id": 401981, + "original_language": "en", + "original_title": "Red Sparrow", + "overview": "Prima ballerina, Dominika Egorova faces a bleak and uncertain future after she suffers an injury that ends her career. She soon turns to Sparrow School, a secret intelligence service that trains exceptional young people to use their minds and bodies as weapons. Dominika emerges as the most dangerous Sparrow after completing the sadistic training process. As she comes to terms with her new abilities, she meets a CIA agent who tries to convince her that he is the only person she can trust.", + "poster_path": "/vLCogyfQGxVLDC1gqUdNAIkc29L.jpg", + "release_date": "2018-02-28", + "title": "Red Sparrow", + "video": false, + "vote_average": 6.5, + "vote_count": 2952, + "popularity": 24.825 + }, + { + "id": 13186, + "video": false, + "vote_count": 490, + "vote_average": 5.6, + "title": "Wrong Turn 2: Dead End", + "release_date": "2007-08-25", + "original_language": "en", + "original_title": "Wrong Turn 2: Dead End", + "genre_ids": [ + 27, + 53 + ], + "backdrop_path": "/6hBIRNqGhaFxMHLRyudhRJOJGHt.jpg", + "adult": false, + "overview": "Retired military commander Colonel Dale Murphy hosts the simulated post-apocalyptic reality show where participants are challenged to survive a remote West Virginia wasteland. But the show turns into a nightmarish showdown when each realizes they are being hunted by an inbred family of cannibals determined to make them all dinner!", + "poster_path": "/ftmiyfrTrqTi5Qod62nGRP9BGPn.jpg", + "popularity": 24.026 + }, + { + "adult": false, + "backdrop_path": "/sy3e2e4JwdAtd2oZGA2uUilZe8j.jpg", + "genre_ids": [ + 18, + 12, + 878 + ], + "id": 286217, + "original_language": "en", + "original_title": "The Martian", + "overview": "During a manned mission to Mars, Astronaut Mark Watney is presumed dead after a fierce storm and left behind by his crew. But Watney has survived and finds himself stranded and alone on the hostile planet. With only meager supplies, he must draw upon his ingenuity, wit and spirit to subsist and find a way to signal to Earth that he is alive.", + "poster_path": "/5aGhaIHYuQbqlHWvWYqMCnj40y2.jpg", + "release_date": "2015-09-30", + "title": "The Martian", + "video": false, + "vote_average": 7.7, + "vote_count": 11243, + "popularity": 23.48 + }, + { + "id": 597, + "video": false, + "vote_count": 12978, + "vote_average": 7.8, + "title": "Titanic", + "release_date": "1997-11-18", + "original_language": "en", + "original_title": "Titanic", + "genre_ids": [ + 18, + 53, + 10749 + ], + "backdrop_path": "/vFUI5obFtx4IdhP6k8Om5ezHTrk.jpg", + "adult": false, + "overview": "84 years later, a 101-year-old woman named Rose DeWitt Bukater tells the story to her granddaughter Lizzy Calvert, Brock Lovett, Lewis Bodine, Bobby Buell and Anatoly Mikailavich on the Keldysh about her life set in April 10th 1912, on a ship called Titanic when young Rose boards the departing ship with the upper-class passengers and her mother, Ruth DeWitt Bukater, and her fiancé, Caledon Hockley. Meanwhile, a drifter and artist named Jack Dawson and his best friend Fabrizio De Rossi win third-class tickets to the ship in a game. And she explains the whole story from departure until the death of Titanic on its first and last voyage April 15th, 1912 at 2:20 in the morning.", + "poster_path": "/kHXEpyfl6zqn8a6YuozZUujufXf.jpg", + "popularity": 23.438 + }, + { + "adult": false, + "backdrop_path": "/7McaexSsSTLD8V17UgaZAfI0Cu9.jpg", + "genre_ids": [ + 80, + 35, + 28, + 12 + ], + "id": 207703, + "original_language": "en", + "original_title": "Kingsman: The Secret Service", + "overview": "The story of a super-secret spy organization that recruits an unrefined but promising street kid into the agency's ultra-competitive training program just as a global threat emerges from a twisted tech genius.", + "poster_path": "/8x7ej0LnHdKUqilNNJXYOeyB6L9.jpg", + "release_date": "2015-01-24", + "title": "Kingsman: The Secret Service", + "video": false, + "vote_average": 7.6, + "vote_count": 9589, + "popularity": 23.102 + }, + { + "adult": false, + "backdrop_path": "/6jajFcaY2YsfGQstJ5HaqZNVseX.jpg", + "genre_ids": [ + 27, + 878, + 53 + ], + "id": 126889, + "original_language": "en", + "original_title": "Alien: Covenant", + "overview": "Bound for a remote planet on the far side of the galaxy, the crew of the colony ship 'Covenant' discovers what is thought to be an uncharted paradise, but is actually a dark, dangerous world—which has a sole inhabitant: the 'synthetic', David, survivor of the doomed Prometheus expedition.", + "poster_path": "/zecMELPbU5YMQpC81Z8ImaaXuf9.jpg", + "release_date": "2017-05-09", + "title": "Alien: Covenant", + "video": false, + "vote_average": 5.9, + "vote_count": 4627, + "popularity": 23.078 + }, + { + "adult": false, + "backdrop_path": "/eMBPHubjEyYx0XdTja5kNn8aOaJ.jpg", + "genre_ids": [ + 878, + 28, + 12, + 53 + ], + "id": 106, + "original_language": "en", + "original_title": "Predator", + "overview": "Dutch and his group of commandos are hired by the CIA to rescue downed airmen from guerillas in a Central American jungle. The mission goes well but as they return they find that something is hunting them. Nearly invisible, it blends in with the forest, taking trophies from the bodies of its victims as it goes along. Occasionally seeing through its eyes, the audience sees it is an intelligent alien hunter, hunting them for sport, killing them off one at a time.", + "poster_path": "/m3ZrNzktpkQjCByBg0kzJYAzH71.jpg", + "release_date": "1987-06-12", + "title": "Predator", + "video": false, + "vote_average": 7.4, + "vote_count": 3414, + "popularity": 21.715 + }, + { + "adult": false, + "backdrop_path": "/8PUnfgnw615Ii8obYnIdGd4DINU.jpg", + "genre_ids": [ + 28, + 878 + ], + "id": 2048, + "original_language": "en", + "original_title": "I, Robot", + "overview": "In 2035, where robots are common-place and abide by the three laws of robotics, a techno-phobic cop investigates an apparent suicide. Suspecting that a robot may be responsible for the death, his investigation leads him to believe that humanity may be in danger.", + "poster_path": "/2mkFzf168xJrV6Leqq0bjqOlJCK.jpg", + "release_date": "2004-07-15", + "title": "I, Robot", + "video": false, + "vote_average": 6.8, + "vote_count": 6285, + "popularity": 21.644 + }, + { + "adult": false, + "backdrop_path": "/oDqbewoFuIEWA7UWurole6MzDGn.jpg", + "genre_ids": [ + 16, + 35, + 10751, + 12 + ], + "id": 425, + "original_language": "en", + "original_title": "Ice Age", + "overview": "With the impending ice age almost upon them, a mismatched trio of prehistoric critters – Manny the woolly mammoth, Diego the saber-toothed tiger and Sid the giant sloth – find an orphaned infant and decide to return it to its human parents. Along the way, the unlikely allies become friends but, when enemies attack, their quest takes on far nobler aims.", + "poster_path": "/zpaQwR0YViPd83bx1e559QyZ35i.jpg", + "release_date": "2002-03-10", + "title": "Ice Age", + "video": false, + "vote_average": 7.2, + "vote_count": 6849, + "popularity": 21.45 + }, + { + "adult": false, + "backdrop_path": "/dS1EMlZK8Axj5wrgRpWGLOb85KN.jpg", + "genre_ids": [ + 35, + 10751, + 12, + 80 + ], + "id": 772, + "original_language": "en", + "original_title": "Home Alone 2: Lost in New York", + "overview": "Instead of flying to Florida with his folks, Kevin ends up alone in New York, where he gets a hotel room with his dad's credit card—despite problems from a clerk and meddling bellboy. But when Kevin runs into his old nemeses, the Wet Bandits, he's determined to foil their plans to rob a toy store on Christmas eve.", + "poster_path": "/ezGcLFTvwR64I3Z7RqHnXRFet4r.jpg", + "release_date": "1992-11-19", + "title": "Home Alone 2: Lost in New York", + "video": false, + "vote_average": 6.5, + "vote_count": 4515, + "popularity": 21.243 + }, + { + "id": 61791, + "video": false, + "vote_count": 6773, + "vote_average": 7.2, + "title": "Rise of the Planet of the Apes", + "release_date": "2011-08-03", + "original_language": "en", + "original_title": "Rise of the Planet of the Apes", + "genre_ids": [ + 28, + 18, + 878, + 53 + ], + "backdrop_path": "/oxrovtv9Yo9snk4WLM0bK0SCRES.jpg", + "adult": false, + "overview": "Scientist Will Rodman is determined to find a cure for Alzheimer's, the disease which has slowly consumed his father. Will feels certain he is close to a breakthrough and tests his latest serum on apes, noticing dramatic increases in intelligence and brain activity in the primate subjects – especially Caesar, his pet chimpanzee.", + "poster_path": "/esqXMJv6PiK7GJVRwd2FA3SZUoW.jpg", + "popularity": 21.213 + }, + { + "adult": false, + "backdrop_path": "/rqMEeajyzSF4PpJtdCB816Iz8Vr.jpg", + "genre_ids": [ + 35, + 18, + 10749 + ], + "id": 449176, + "original_language": "en", + "original_title": "Love, Simon", + "overview": "Everyone deserves a great love story. But for seventeen-year old Simon Spier it's a little more complicated: he's yet to tell his family or friends he's gay and he doesn't know the identity of the anonymous classmate he's fallen for online.", + "poster_path": "/5YUYg5q7QfC4IoNwNUtiwdiYKPr.jpg", + "release_date": "2018-02-16", + "title": "Love, Simon", + "video": false, + "vote_average": 8.2, + "vote_count": 2603, + "popularity": 21.091 + }, + { + "adult": false, + "backdrop_path": "/jSL39cn3irkniMXthexHksr0ksA.jpg", + "genre_ids": [ + 18, + 14, + 10749 + ], + "id": 162, + "original_language": "en", + "original_title": "Edward Scissorhands", + "overview": "A small suburban town receives a visit from a castaway unfinished science experiment named Edward.", + "poster_path": "/kgLTB53HinftRRwhft7yrUOclDC.jpg", + "release_date": "1990-12-05", + "title": "Edward Scissorhands", + "video": false, + "vote_average": 7.6, + "vote_count": 6722, + "popularity": 20.775 + }, + { + "adult": false, + "backdrop_path": "/dfNrZ82poQ8blHWJreIv6JZQ9JA.jpg", + "genre_ids": [ + 27, + 878 + ], + "id": 348, + "original_language": "en", + "original_title": "Alien", + "overview": "During its return to the earth, commercial spaceship Nostromo intercepts a distress signal from a distant planet. When a three-member team of the crew discovers a chamber containing thousands of eggs on the planet, a creature inside one of the eggs attacks an explorer. The entire crew is unaware of the impending nightmare set to descend upon them when the alien parasite planted inside its unfortunate host is birthed.", + "poster_path": "/2h00HrZs89SL3tXB4nbkiM7BKHs.jpg", + "release_date": "1979-05-25", + "title": "Alien", + "video": false, + "vote_average": 8.0, + "vote_count": 6950, + "popularity": 20.696 + }, + { + "id": 281338, + "video": false, + "vote_count": 4863, + "vote_average": 7.0, + "title": "War for the Planet of the Apes", + "release_date": "2017-07-11", + "original_language": "en", + "original_title": "War for the Planet of the Apes", + "genre_ids": [ + 18, + 878, + 10752 + ], + "backdrop_path": "/ulMscezy9YX0bhknvJbZoUgQxO5.jpg", + "adult": false, + "overview": "Caesar and his apes are forced into a deadly conflict with an army of humans led by a ruthless Colonel. After the apes suffer unimaginable losses, Caesar wrestles with his darker instincts and begins his own mythic quest to avenge his kind. As the journey finally brings them face to face, Caesar and the Colonel are pitted against each other in an epic battle that will determine the fate of both their species and the future of the planet.", + "poster_path": "/n9sZe4fXA4mF5YW4BlTmspRaUGy.jpg", + "popularity": 20.071 + }, + { + "adult": false, + "backdrop_path": "/bvbyidkMaBls1LTaIWYY6UmYTaL.jpg", + "genre_ids": [ + 28, + 9648, + 878, + 53, + 12, + 14 + ], + "id": 336843, + "original_language": "en", + "original_title": "Maze Runner: The Death Cure", + "overview": "Thomas leads his group of escaped Gladers on their final and most dangerous mission yet. To save their friends, they must break into the legendary Last City, a WCKD-controlled labyrinth that may turn out to be the deadliest maze of all. Anyone who makes it out alive will get answers to the questions the Gladers have been asking since they first arrived in the maze.", + "poster_path": "/2zYfzA3TBwrMC8tfFbpiTLODde0.jpg", + "release_date": "2018-01-10", + "title": "Maze Runner: The Death Cure", + "video": false, + "vote_average": 7.1, + "vote_count": 3360, + "popularity": 20.004 + }, + { + "id": 1979, + "video": false, + "vote_count": 4342, + "vote_average": 5.5, + "title": "Fantastic Four: Rise of the Silver Surfer", + "release_date": "2007-06-13", + "original_language": "en", + "original_title": "Fantastic Four: Rise of the Silver Surfer", + "genre_ids": [ + 28, + 12, + 14, + 53 + ], + "backdrop_path": "/nq60mZOlrD4mZJg1T4hHUtWTIkN.jpg", + "adult": false, + "overview": "The Fantastic Four return to the big screen as a new and all powerful enemy threatens the Earth. The seemingly unstoppable 'Silver Surfer', but all is not what it seems and there are old and new enemies that pose a greater threat than the intrepid superheroes realize.", + "poster_path": "/fXpziQgnBnB4bLgjKhjTbLQumE5.jpg", + "popularity": 19.625 + }, + { + "adult": false, + "backdrop_path": "/5nBIWhdexEU0peSUK0wZEkjgy6h.jpg", + "genre_ids": [ + 18, + 35 + ], + "id": 274479, + "original_language": "en", + "original_title": "Joy", + "overview": "A story based on the life of a struggling Long Island single mom who became one of the country's most successful entrepreneurs.", + "poster_path": "/8HmSDWzknzMdy8i2Pyh60chSXfP.jpg", + "release_date": "2015-12-24", + "title": "Joy", + "video": false, + "vote_average": 6.5, + "vote_count": 2508, + "popularity": 19.224 + }, + { + "adult": false, + "backdrop_path": "/rRhoMIqgdX9wEtRUOLsqXKkH9I0.jpg", + "genre_ids": [ + 878, + 12, + 9648 + ], + "id": 70981, + "original_language": "en", + "original_title": "Prometheus", + "overview": "A team of explorers discover a clue to the origins of mankind on Earth, leading them on a journey to the darkest corners of the universe. There, they must fight a terrifying battle to save the future of the human race.", + "poster_path": "/ng8ALjSDhUmwLl7vtjUWIZNQSlt.jpg", + "release_date": "2012-05-30", + "title": "Prometheus", + "video": false, + "vote_average": 6.4, + "vote_count": 6975, + "popularity": 19.174 + }, + { + "id": 126963, + "video": false, + "vote_count": 641, + "vote_average": 6.6, + "title": "Dragon Ball Z: Battle of Gods", + "release_date": "2013-03-30", + "original_language": "ja", + "original_title": "ドラゴンボールZ 神と神", + "genre_ids": [ + 28, + 16 + ], + "backdrop_path": "/eVrW2OF0vulxB2tnsJEt4oCDXVl.jpg", + "adult": false, + "overview": "The events of Battle of Gods take place some years after the battle with Majin Buu, which determined the fate of the entire universe. After awakening from a long slumber, Beerus, the God of Destruction is visited by Whis, his attendant and learns that the galactic overlord Frieza has been defeated by a Super Saiyan from the North Quadrant of the universe named Goku, who is also a former student of the North Kai. Ecstatic over the new challenge, Goku ignores King Kai's advice and battles Beerus, but he is easily overwhelmed and defeated. Beerus leaves, but his eerie remark of \"Is there nobody on Earth more worthy to destroy?\" lingers on. Now it is up to the heroes to stop the God of Destruction before all is lost.", + "poster_path": "/xI5LlCzSkp8iFSbmla0Dh4iT5ie.jpg", + "popularity": 18.91 + } + ], + "total_pages": 70, + "total_results": 1395 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:04.0447385Z", + "ReducedUri": "/3/company/25?append_to_response=movies", + "RespData": { + "description": "", + "headquarters": "Century City, California, USA", + "homepage": "http://www.foxmovies.com/", + "id": 25, + "logo_path": "/nM2MfoMqzJQRiSynsDabOtFKetD.png", + "name": "20th Century Fox", + "origin_country": "US", + "parent_company": null, + "movies": { + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/93xA62uLd5CwMOAs37eQ7vPc1iV.jpg", + "genre_ids": [ + 18, + 10402 + ], + "id": 424694, + "original_language": "en", + "original_title": "Bohemian Rhapsody", + "overview": "Singer Freddie Mercury, guitarist Brian May, drummer Roger Taylor and bass guitarist John Deacon take the music world by storm when they form the rock 'n' roll band Queen in 1970. Hit songs become instant classics. When Mercury's increasingly wild lifestyle starts to spiral out of control, Queen soon faces its greatest challenge yet – finding a way to keep the band together amid the success and excess.", + "poster_path": "/gbmkFWdtihe1VfydTDsieQ6VfGL.jpg", + "release_date": "2018-10-24", + "title": "Bohemian Rhapsody", + "video": false, + "vote_average": 8.2, + "vote_count": 3944, + "popularity": 242.391 + }, + { + "adult": false, + "backdrop_path": "/7RqpTZq0mPpTcEwZ6qqwRZAFoLe.jpg", + "genre_ids": [ + 35, + 28 + ], + "id": 567604, + "original_language": "en", + "original_title": "Once Upon a Deadpool", + "overview": "A kidnapped Fred Savage is forced to endure Deadpool's PG-13 rendition of Deadpool 2 as a Princess Bride-esque story that's full of magic, wonder & zero F's.", + "poster_path": "/5Ka49BWWyKMXr93YMbH5wLN7aAM.jpg", + "release_date": "2018-12-11", + "title": "Once Upon a Deadpool", + "video": false, + "vote_average": 7.2, + "vote_count": 88, + "popularity": 91.801 + }, + { + "adult": false, + "backdrop_path": "/3P52oz9HPQWxcwHOwxtyrVV1LKi.jpg", + "genre_ids": [ + 28, + 35, + 12 + ], + "id": 383498, + "original_language": "en", + "original_title": "Deadpool 2", + "overview": "Wisecracking mercenary Deadpool battles the evil and powerful Cable and other bad guys to save a boy's life.", + "poster_path": "/to0spRl1CMDvyUbOnbb4fTk3VAd.jpg", + "release_date": "2018-05-15", + "title": "Deadpool 2", + "video": false, + "vote_average": 7.5, + "vote_count": 7173, + "popularity": 67.564 + }, + { + "adult": false, + "backdrop_path": "/f4E0ocYeToEuXvczZv6QArrMDJ.jpg", + "genre_ids": [ + 878, + 28, + 53, + 12, + 27 + ], + "id": 346910, + "original_language": "en", + "original_title": "The Predator", + "overview": "When a kid accidentally triggers the universe's most lethal hunters' return to Earth, only a ragtag crew of ex-soldiers and a disgruntled female scientist can prevent the end of the human race.", + "poster_path": "/wMq9kQXTeQCHUZOG4fAe5cAxyUA.jpg", + "release_date": "2018-09-05", + "title": "The Predator", + "video": false, + "vote_average": 5.2, + "vote_count": 1581, + "popularity": 58.002 + }, + { + "adult": false, + "backdrop_path": "/gb3TVVZNNxVGNfS1NxGaiWZfwnW.jpg", + "genre_ids": [ + 53, + 80, + 9648, + 18 + ], + "id": 446021, + "original_language": "en", + "original_title": "Bad Times at the El Royale", + "overview": "Lake Tahoe, 1969. Seven strangers, each one with a secret to bury, meet at El Royale, a decadent motel with a dark past. In the course of a fateful night, everyone will have one last shot at redemption.", + "poster_path": "/iNtFgXqXPRMkm1QO8CHn5sHfUgE.jpg", + "release_date": "2018-10-04", + "title": "Bad Times at the El Royale", + "video": false, + "vote_average": 6.8, + "vote_count": 775, + "popularity": 49.232 + }, + { + "adult": false, + "backdrop_path": "/4iJfYYoQzZcONB9hNzg0J0wWyPH.jpg", + "genre_ids": [ + 12, + 28, + 878 + ], + "id": 11, + "original_language": "en", + "original_title": "Star Wars", + "overview": "Princess Leia is captured and held hostage by the evil Imperial forces in their effort to take over the galactic Empire. Venturesome Luke Skywalker and dashing captain Han Solo team together with the loveable robot duo R2-D2 and C-3PO to rescue the beautiful princess and restore peace and justice in the Empire.", + "poster_path": "/btTdmkgIvOi0FFip1sPuZI2oQG6.jpg", + "release_date": "1977-05-25", + "title": "Star Wars", + "video": false, + "vote_average": 8.2, + "vote_count": 10597, + "popularity": 38.003 + }, + { + "adult": false, + "backdrop_path": "/8ZNGBfGoN3uI5Akj5vEUDMxvmGO.jpg", + "genre_ids": [ + 9648, + 53, + 18 + ], + "id": 210577, + "original_language": "en", + "original_title": "Gone Girl", + "overview": "With his wife's disappearance having become the focus of an intense media circus, a man sees the spotlight turned on him when it's suspected that he may not be innocent.", + "poster_path": "/gdiLTof3rbPDAmPaCf4g6op46bj.jpg", + "release_date": "2014-10-01", + "title": "Gone Girl", + "video": false, + "vote_average": 7.9, + "vote_count": 9381, + "popularity": 36.761 + }, + { + "adult": false, + "backdrop_path": "/lkOZcsXcOLZYeJ2YxJd3vSldvU4.jpg", + "genre_ids": [ + 28, + 9648, + 878, + 53 + ], + "id": 198663, + "original_language": "en", + "original_title": "The Maze Runner", + "overview": "Set in a post-apocalyptic world, young Thomas is deposited in a community of boys after his memory is erased, soon learning they're all trapped in a maze that will require him to join forces with fellow “runners” for a shot at escape.", + "poster_path": "/coss7RgL0NH6g4fC2s5atvf3dFO.jpg", + "release_date": "2014-09-10", + "title": "The Maze Runner", + "video": false, + "vote_average": 7.1, + "vote_count": 9901, + "popularity": 35.164 + }, + { + "adult": false, + "backdrop_path": "/2tORuaa5qxWmyMygBh9K67gZTs0.jpg", + "genre_ids": [ + 28, + 878, + 53, + 10749 + ], + "id": 399579, + "original_language": "en", + "original_title": "Alita: Battle Angel", + "overview": "When Alita awakens with no memory of who she is in a future world she does not recognize, she is taken in by Ido, a compassionate doctor who realizes that somewhere in this abandoned cyborg shell is the heart and soul of a young woman with an extraordinary past. As Alita learns to navigate her new life and the treacherous streets of Iron City, Ido tries to shield her from her mysterious history while her street-smart new friend Hugo offers instead to help trigger her memories. But it is only when the deadly and corrupt forces that run the city come after Alita that she discovers a clue to her past - she has unique fighting abilities that those in power will stop at nothing to control. If she can stay out of their grasp, she could be the key to saving her friends, her family and the world she's grown to love.", + "poster_path": "/xRWht48C2V8XNfzvPehyClOvDni.jpg", + "release_date": "2019-02-05", + "title": "Alita: Battle Angel", + "video": false, + "vote_average": 0.0, + "vote_count": 0, + "popularity": 33.342 + }, + { + "adult": false, + "backdrop_path": "/n1y094tVDFATSzkTnFxoGZ1qNsG.jpg", + "genre_ids": [ + 28, + 12, + 35 + ], + "id": 293660, + "original_language": "en", + "original_title": "Deadpool", + "overview": "Deadpool tells the origin story of former Special Forces operative turned mercenary Wade Wilson, who after being subjected to a rogue experiment that leaves him with accelerated healing powers, adopts the alter ego Deadpool. Armed with his new abilities and a dark, twisted sense of humor, Deadpool hunts down the man who nearly destroyed his life.", + "poster_path": "/inVq3FRqcYIRl2la8iZikYYxFNR.jpg", + "release_date": "2016-02-09", + "title": "Deadpool", + "video": false, + "vote_average": 7.5, + "vote_count": 18668, + "popularity": 31.704 + }, + { + "adult": false, + "backdrop_path": "/gt8Pe0H2kdm99yuHYDs8goKbTkn.jpg", + "genre_ids": [ + 35, + 10751 + ], + "id": 9714, + "original_language": "en", + "original_title": "Home Alone 3", + "overview": "9-year-old Alex Pruitt is home alone with the chicken pox. Turns out, due to a mix-up among nefarious spies, Alex was given a toy car concealing a top-secret microchip. Now Alex must fend off the spies as they try break into his house to get it back.", + "poster_path": "/z6ugEdjGuY4qcX1ymdV2CTVSvKN.jpg", + "release_date": "1997-12-12", + "title": "Home Alone 3", + "video": false, + "vote_average": 5.1, + "vote_count": 1300, + "popularity": 30.064 + }, + { + "adult": false, + "backdrop_path": "/5LBcSLHAtEIIgvNkA2dPmYH5wR7.jpg", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "id": 127585, + "original_language": "en", + "original_title": "X-Men: Days of Future Past", + "overview": "The ultimate X-Men ensemble fights a war for the survival of the species across two time periods as they join forces with their younger selves in an epic battle that must change the past – to save our future.", + "poster_path": "/pb1IURTkK5rImP9ZV83lxJO2us7.jpg", + "release_date": "2014-05-15", + "title": "X-Men: Days of Future Past", + "video": false, + "vote_average": 7.5, + "vote_count": 9349, + "popularity": 29.444 + }, + { + "adult": false, + "backdrop_path": "/aHcth2AXzZSjhX7JYh7ie73YVNc.jpg", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "id": 19995, + "original_language": "en", + "original_title": "Avatar", + "overview": "In the 22nd century, a paraplegic Marine is dispatched to the moon Pandora on a unique mission, but becomes torn between following orders and protecting an alien civilization.", + "poster_path": "/kmcqlZGaSh20zpTbuoF0Cdn07dT.jpg", + "release_date": "2009-12-10", + "title": "Avatar", + "video": false, + "vote_average": 7.4, + "vote_count": 17460, + "popularity": 29.055 + }, + { + "adult": false, + "backdrop_path": "/5pAGnkFYSsFJ99ZxDIYnhQbQFXs.jpg", + "genre_ids": [ + 28, + 18, + 878 + ], + "id": 263115, + "original_language": "en", + "original_title": "Logan", + "overview": "In the near future, a weary Logan cares for an ailing Professor X in a hideout on the Mexican border. But Logan's attempts to hide from the world and his legacy are upended when a young mutant arrives, pursued by dark forces.", + "poster_path": "/gGBu0hKw9BGddG8RkRAMX7B6NDB.jpg", + "release_date": "2017-02-28", + "title": "Logan", + "video": false, + "vote_average": 7.8, + "vote_count": 11376, + "popularity": 28.706 + }, + { + "adult": false, + "backdrop_path": "/87hTDiay2N2qWyX4Ds7ybXi9h8I.jpg", + "genre_ids": [ + 18 + ], + "id": 550, + "original_language": "en", + "original_title": "Fight Club", + "overview": "A ticking-time-bomb insomniac and a slippery soap salesman channel primal male aggression into a shocking new form of therapy. Their concept catches on, with underground \"fight clubs\" forming in every town, until an eccentric gets in the way and ignites an out-of-control spiral toward oblivion.", + "poster_path": "/adw6Lq9FiC9zjYEpOqfq03ituwp.jpg", + "release_date": "1999-10-15", + "title": "Fight Club", + "video": false, + "vote_average": 8.4, + "vote_count": 15029, + "popularity": 28.313 + }, + { + "adult": false, + "backdrop_path": "/sFTXZBtYAPHCwvX6OYNr916M6SZ.jpg", + "genre_ids": [ + 53, + 28 + ], + "id": 260346, + "original_language": "en", + "original_title": "Taken 3", + "overview": "Ex-government operative Bryan Mills finds his life is shattered when he's falsely accused of a murder that hits close to home. As he's pursued by a savvy police inspector, Mills employs his particular set of skills to track the real killer and exact his unique brand of justice.", + "poster_path": "/ikDwR3i2bczqnRf1urJTy77YTFf.jpg", + "release_date": "2014-12-16", + "title": "Taken 3", + "video": false, + "vote_average": 6.1, + "vote_count": 3183, + "popularity": 27.844 + }, + { + "adult": false, + "backdrop_path": "/zpq404Sk7qQ7N4x3xOeNgp74GtU.jpg", + "genre_ids": [ + 18 + ], + "id": 316029, + "original_language": "en", + "original_title": "The Greatest Showman", + "overview": "The story of American showman P.T. Barnum, founder of the circus that became the famous traveling Ringling Bros. and Barnum & Bailey Circus.", + "poster_path": "/b9CeobiihCx1uG1tpw8hXmpi7nm.jpg", + "release_date": "2017-12-20", + "title": "The Greatest Showman", + "video": false, + "vote_average": 8.0, + "vote_count": 4484, + "popularity": 27.341 + }, + { + "adult": false, + "backdrop_path": "/8b9mOlxer8DVw4k368IXNG5HPBI.jpg", + "genre_ids": [ + 12, + 35, + 14, + 10751 + ], + "id": 181533, + "original_language": "en", + "original_title": "Night at the Museum: Secret of the Tomb", + "overview": "When the magic powers of The Tablet of Ahkmenrah begin to die out, Larry Daley spans the globe, uniting favorite and new characters while embarking on an epic quest to save the magic before it is gone forever.", + "poster_path": "/tWwASv4CU1Au1IukacdSUewDCV3.jpg", + "release_date": "2014-12-17", + "title": "Night at the Museum: Secret of the Tomb", + "video": false, + "vote_average": 6.1, + "vote_count": 3222, + "popularity": 27.051 + }, + { + "adult": false, + "backdrop_path": "/eg049B1TJdWuKuyKowNmhZxNToc.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 562, + "original_language": "en", + "original_title": "Die Hard", + "overview": "NYPD cop John McClane's plan to reconcile with his estranged wife is thrown for a serious loop when, minutes after he arrives at her office, the entire building is overtaken by a group of terrorists. With little help from the LAPD, wisecracking McClane sets out to single-handedly rescue the hostages and bring the bad guys down.", + "poster_path": "/mc7MubOLcIw3MDvnuQFrO9psfCa.jpg", + "release_date": "1988-07-15", + "title": "Die Hard", + "video": false, + "vote_average": 7.6, + "vote_count": 5775, + "popularity": 26.241 + }, + { + "adult": false, + "backdrop_path": "/oQWWth5AOtbWG9o8SCAviGcADed.jpg", + "genre_ids": [ + 28, + 12, + 878, + 14 + ], + "id": 246655, + "original_language": "en", + "original_title": "X-Men: Apocalypse", + "overview": "After the re-emergence of the world's first mutant, world-destroyer Apocalypse, the X-Men must unite to defeat his extinction level plan.", + "poster_path": "/zSouWWrySXshPCT4t3UKCQGayyo.jpg", + "release_date": "2016-05-18", + "title": "X-Men: Apocalypse", + "video": false, + "vote_average": 6.5, + "vote_count": 7647, + "popularity": 26.047 + } + ], + "total_pages": 70, + "total_results": 1395 + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:01.8894746Z", + "ReducedUri": "/3/company/5", + "RespData": { + "description": "Columbia Pictures Industries, Inc. (CPII) is an American film production and distribution company. Columbia Pictures now forms part of the Columbia TriStar Motion Picture Group, owned by Sony Pictures Entertainment, a subsidiary of the Japanese conglomerate Sony. It is one of the leading film companies in the world, a member of the so-called Big Six. It was one of the so-called Little Three among the eight major film studios of Hollywood's Golden Age.", + "headquarters": "Culver City, California", + "homepage": "http://www.sonypictures.com/", + "id": 5, + "logo_path": "/71BqEFAF4V3qjjMPCpLuyJFB9A.png", + "name": "Columbia Pictures", + "origin_country": "US", + "parent_company": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:00.4235074Z", + "ReducedUri": "/3/company/999999999", + "RespData": { + "status_code": 34, + "status_message": "The resource you requested could not be found." + }, + "RespStatusCode": 404, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:01.4495497Z", + "ReducedUri": "/3/configuration", + "RespData": { + "images": { + "base_url": "http://image.tmdb.org/t/p/", + "secure_base_url": "https://image.tmdb.org/t/p/", + "backdrop_sizes": [ + "w300", + "w780", + "w1280", + "original" + ], + "logo_sizes": [ + "w45", + "w92", + "w154", + "w185", + "w300", + "w500", + "original" + ], + "poster_sizes": [ + "w92", + "w154", + "w185", + "w342", + "w500", + "w780", + "original" + ], + "profile_sizes": [ + "w45", + "w185", + "h632", + "original" + ], + "still_sizes": [ + "w92", + "w185", + "w300", + "original" + ] + }, + "change_keys": [ + "adult", + "air_date", + "also_known_as", + "alternative_titles", + "biography", + "birthday", + "budget", + "cast", + "certifications", + "character_names", + "created_by", + "crew", + "deathday", + "episode", + "episode_number", + "episode_run_time", + "freebase_id", + "freebase_mid", + "general", + "genres", + "guest_stars", + "homepage", + "images", + "imdb_id", + "languages", + "name", + "network", + "origin_country", + "original_name", + "original_title", + "overview", + "parts", + "place_of_birth", + "plot_keywords", + "production_code", + "production_companies", + "production_countries", + "releases", + "revenue", + "runtime", + "season", + "season_number", + "season_regular", + "spoken_languages", + "status", + "tagline", + "title", + "translations", + "tvdb_id", + "tvrage_id", + "type", + "video", + "videos" + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientConfigurationTests.json b/TMDbLibTests/Data/data-ClientConfigurationTests.json new file mode 100644 index 0000000..622a231 --- /dev/null +++ b/TMDbLibTests/Data/data-ClientConfigurationTests.json @@ -0,0 +1,4391 @@ +[ + { + "RecordedAt": "2019-01-26T17:51:51.3464269Z", + "ReducedUri": "/3/configuration/countries", + "RespData": [ + { + "iso_3166_1": "AD", + "english_name": "Andorra" + }, + { + "iso_3166_1": "AE", + "english_name": "United Arab Emirates" + }, + { + "iso_3166_1": "AF", + "english_name": "Afghanistan" + }, + { + "iso_3166_1": "AG", + "english_name": "Antigua and Barbuda" + }, + { + "iso_3166_1": "AI", + "english_name": "Anguilla" + }, + { + "iso_3166_1": "AL", + "english_name": "Albania" + }, + { + "iso_3166_1": "AM", + "english_name": "Armenia" + }, + { + "iso_3166_1": "AN", + "english_name": "Netherlands Antilles" + }, + { + "iso_3166_1": "AO", + "english_name": "Angola" + }, + { + "iso_3166_1": "AQ", + "english_name": "Antarctica" + }, + { + "iso_3166_1": "AR", + "english_name": "Argentina" + }, + { + "iso_3166_1": "AS", + "english_name": "American Samoa" + }, + { + "iso_3166_1": "AT", + "english_name": "Austria" + }, + { + "iso_3166_1": "AU", + "english_name": "Australia" + }, + { + "iso_3166_1": "AW", + "english_name": "Aruba" + }, + { + "iso_3166_1": "AZ", + "english_name": "Azerbaijan" + }, + { + "iso_3166_1": "BA", + "english_name": "Bosnia and Herzegovina" + }, + { + "iso_3166_1": "BB", + "english_name": "Barbados" + }, + { + "iso_3166_1": "BD", + "english_name": "Bangladesh" + }, + { + "iso_3166_1": "BE", + "english_name": "Belgium" + }, + { + "iso_3166_1": "BF", + "english_name": "Burkina Faso" + }, + { + "iso_3166_1": "BG", + "english_name": "Bulgaria" + }, + { + "iso_3166_1": "BH", + "english_name": "Bahrain" + }, + { + "iso_3166_1": "BI", + "english_name": "Burundi" + }, + { + "iso_3166_1": "BJ", + "english_name": "Benin" + }, + { + "iso_3166_1": "BM", + "english_name": "Bermuda" + }, + { + "iso_3166_1": "BN", + "english_name": "Brunei Darussalam" + }, + { + "iso_3166_1": "BO", + "english_name": "Bolivia" + }, + { + "iso_3166_1": "BR", + "english_name": "Brazil" + }, + { + "iso_3166_1": "BS", + "english_name": "Bahamas" + }, + { + "iso_3166_1": "BT", + "english_name": "Bhutan" + }, + { + "iso_3166_1": "BV", + "english_name": "Bouvet Island" + }, + { + "iso_3166_1": "BW", + "english_name": "Botswana" + }, + { + "iso_3166_1": "BZ", + "english_name": "Belize" + }, + { + "iso_3166_1": "BY", + "english_name": "Belarus" + }, + { + "iso_3166_1": "CA", + "english_name": "Canada" + }, + { + "iso_3166_1": "CC", + "english_name": "Cocos Islands" + }, + { + "iso_3166_1": "CD", + "english_name": "Congo" + }, + { + "iso_3166_1": "CF", + "english_name": "Central African Republic" + }, + { + "iso_3166_1": "CG", + "english_name": "Congo" + }, + { + "iso_3166_1": "CH", + "english_name": "Switzerland" + }, + { + "iso_3166_1": "CI", + "english_name": "Cote D'Ivoire" + }, + { + "iso_3166_1": "CK", + "english_name": "Cook Islands" + }, + { + "iso_3166_1": "CL", + "english_name": "Chile" + }, + { + "iso_3166_1": "CM", + "english_name": "Cameroon" + }, + { + "iso_3166_1": "CN", + "english_name": "China" + }, + { + "iso_3166_1": "CO", + "english_name": "Colombia" + }, + { + "iso_3166_1": "CR", + "english_name": "Costa Rica" + }, + { + "iso_3166_1": "CS", + "english_name": "Serbia and Montenegro" + }, + { + "iso_3166_1": "CU", + "english_name": "Cuba" + }, + { + "iso_3166_1": "CV", + "english_name": "Cape Verde" + }, + { + "iso_3166_1": "CX", + "english_name": "Christmas Island" + }, + { + "iso_3166_1": "CY", + "english_name": "Cyprus" + }, + { + "iso_3166_1": "CZ", + "english_name": "Czech Republic" + }, + { + "iso_3166_1": "DE", + "english_name": "Germany" + }, + { + "iso_3166_1": "DJ", + "english_name": "Djibouti" + }, + { + "iso_3166_1": "DK", + "english_name": "Denmark" + }, + { + "iso_3166_1": "DM", + "english_name": "Dominica" + }, + { + "iso_3166_1": "DO", + "english_name": "Dominican Republic" + }, + { + "iso_3166_1": "DZ", + "english_name": "Algeria" + }, + { + "iso_3166_1": "EC", + "english_name": "Ecuador" + }, + { + "iso_3166_1": "EE", + "english_name": "Estonia" + }, + { + "iso_3166_1": "EG", + "english_name": "Egypt" + }, + { + "iso_3166_1": "EH", + "english_name": "Western Sahara" + }, + { + "iso_3166_1": "ER", + "english_name": "Eritrea" + }, + { + "iso_3166_1": "ES", + "english_name": "Spain" + }, + { + "iso_3166_1": "ET", + "english_name": "Ethiopia" + }, + { + "iso_3166_1": "FI", + "english_name": "Finland" + }, + { + "iso_3166_1": "FJ", + "english_name": "Fiji" + }, + { + "iso_3166_1": "FK", + "english_name": "Falkland Islands" + }, + { + "iso_3166_1": "RS", + "english_name": "Serbia" + }, + { + "iso_3166_1": "FM", + "english_name": "Micronesia" + }, + { + "iso_3166_1": "FO", + "english_name": "Faeroe Islands" + }, + { + "iso_3166_1": "FR", + "english_name": "France" + }, + { + "iso_3166_1": "GA", + "english_name": "Gabon" + }, + { + "iso_3166_1": "GB", + "english_name": "United Kingdom" + }, + { + "iso_3166_1": "GD", + "english_name": "Grenada" + }, + { + "iso_3166_1": "GE", + "english_name": "Georgia" + }, + { + "iso_3166_1": "GF", + "english_name": "French Guiana" + }, + { + "iso_3166_1": "GH", + "english_name": "Ghana" + }, + { + "iso_3166_1": "GI", + "english_name": "Gibraltar" + }, + { + "iso_3166_1": "GL", + "english_name": "Greenland" + }, + { + "iso_3166_1": "GM", + "english_name": "Gambia" + }, + { + "iso_3166_1": "GN", + "english_name": "Guinea" + }, + { + "iso_3166_1": "GP", + "english_name": "Guadaloupe" + }, + { + "iso_3166_1": "GQ", + "english_name": "Equatorial Guinea" + }, + { + "iso_3166_1": "GR", + "english_name": "Greece" + }, + { + "iso_3166_1": "GS", + "english_name": "South Georgia and the South Sandwich Islands" + }, + { + "iso_3166_1": "GT", + "english_name": "Guatemala" + }, + { + "iso_3166_1": "GU", + "english_name": "Guam" + }, + { + "iso_3166_1": "GW", + "english_name": "Guinea-Bissau" + }, + { + "iso_3166_1": "GY", + "english_name": "Guyana" + }, + { + "iso_3166_1": "HK", + "english_name": "Hong Kong" + }, + { + "iso_3166_1": "HM", + "english_name": "Heard and McDonald Islands" + }, + { + "iso_3166_1": "HN", + "english_name": "Honduras" + }, + { + "iso_3166_1": "HR", + "english_name": "Croatia" + }, + { + "iso_3166_1": "HT", + "english_name": "Haiti" + }, + { + "iso_3166_1": "HU", + "english_name": "Hungary" + }, + { + "iso_3166_1": "ID", + "english_name": "Indonesia" + }, + { + "iso_3166_1": "IE", + "english_name": "Ireland" + }, + { + "iso_3166_1": "IL", + "english_name": "Israel" + }, + { + "iso_3166_1": "IN", + "english_name": "India" + }, + { + "iso_3166_1": "IO", + "english_name": "British Indian Ocean Territory" + }, + { + "iso_3166_1": "IQ", + "english_name": "Iraq" + }, + { + "iso_3166_1": "IR", + "english_name": "Iran" + }, + { + "iso_3166_1": "IS", + "english_name": "Iceland" + }, + { + "iso_3166_1": "IT", + "english_name": "Italy" + }, + { + "iso_3166_1": "JM", + "english_name": "Jamaica" + }, + { + "iso_3166_1": "JO", + "english_name": "Jordan" + }, + { + "iso_3166_1": "JP", + "english_name": "Japan" + }, + { + "iso_3166_1": "KE", + "english_name": "Kenya" + }, + { + "iso_3166_1": "KG", + "english_name": "Kyrgyz Republic" + }, + { + "iso_3166_1": "KH", + "english_name": "Cambodia" + }, + { + "iso_3166_1": "KI", + "english_name": "Kiribati" + }, + { + "iso_3166_1": "KM", + "english_name": "Comoros" + }, + { + "iso_3166_1": "KN", + "english_name": "St. Kitts and Nevis" + }, + { + "iso_3166_1": "KP", + "english_name": "North Korea" + }, + { + "iso_3166_1": "KW", + "english_name": "Kuwait" + }, + { + "iso_3166_1": "KY", + "english_name": "Cayman Islands" + }, + { + "iso_3166_1": "KZ", + "english_name": "Kazakhstan" + }, + { + "iso_3166_1": "LA", + "english_name": "Lao People's Democratic Republic" + }, + { + "iso_3166_1": "LB", + "english_name": "Lebanon" + }, + { + "iso_3166_1": "LC", + "english_name": "St. Lucia" + }, + { + "iso_3166_1": "LI", + "english_name": "Liechtenstein" + }, + { + "iso_3166_1": "LK", + "english_name": "Sri Lanka" + }, + { + "iso_3166_1": "LR", + "english_name": "Liberia" + }, + { + "iso_3166_1": "LS", + "english_name": "Lesotho" + }, + { + "iso_3166_1": "LT", + "english_name": "Lithuania" + }, + { + "iso_3166_1": "LU", + "english_name": "Luxembourg" + }, + { + "iso_3166_1": "LV", + "english_name": "Latvia" + }, + { + "iso_3166_1": "LY", + "english_name": "Libyan Arab Jamahiriya" + }, + { + "iso_3166_1": "MA", + "english_name": "Morocco" + }, + { + "iso_3166_1": "MC", + "english_name": "Monaco" + }, + { + "iso_3166_1": "MD", + "english_name": "Moldova" + }, + { + "iso_3166_1": "MG", + "english_name": "Madagascar" + }, + { + "iso_3166_1": "MH", + "english_name": "Marshall Islands" + }, + { + "iso_3166_1": "MK", + "english_name": "Macedonia" + }, + { + "iso_3166_1": "ML", + "english_name": "Mali" + }, + { + "iso_3166_1": "MM", + "english_name": "Myanmar" + }, + { + "iso_3166_1": "MN", + "english_name": "Mongolia" + }, + { + "iso_3166_1": "MO", + "english_name": "Macao" + }, + { + "iso_3166_1": "MP", + "english_name": "Northern Mariana Islands" + }, + { + "iso_3166_1": "MQ", + "english_name": "Martinique" + }, + { + "iso_3166_1": "MR", + "english_name": "Mauritania" + }, + { + "iso_3166_1": "MS", + "english_name": "Montserrat" + }, + { + "iso_3166_1": "MT", + "english_name": "Malta" + }, + { + "iso_3166_1": "MU", + "english_name": "Mauritius" + }, + { + "iso_3166_1": "MV", + "english_name": "Maldives" + }, + { + "iso_3166_1": "MW", + "english_name": "Malawi" + }, + { + "iso_3166_1": "MX", + "english_name": "Mexico" + }, + { + "iso_3166_1": "MY", + "english_name": "Malaysia" + }, + { + "iso_3166_1": "MZ", + "english_name": "Mozambique" + }, + { + "iso_3166_1": "NA", + "english_name": "Namibia" + }, + { + "iso_3166_1": "NC", + "english_name": "New Caledonia" + }, + { + "iso_3166_1": "NE", + "english_name": "Niger" + }, + { + "iso_3166_1": "NF", + "english_name": "Norfolk Island" + }, + { + "iso_3166_1": "NG", + "english_name": "Nigeria" + }, + { + "iso_3166_1": "ME", + "english_name": "Montenegro" + }, + { + "iso_3166_1": "NI", + "english_name": "Nicaragua" + }, + { + "iso_3166_1": "NL", + "english_name": "Netherlands" + }, + { + "iso_3166_1": "NO", + "english_name": "Norway" + }, + { + "iso_3166_1": "NP", + "english_name": "Nepal" + }, + { + "iso_3166_1": "NR", + "english_name": "Nauru" + }, + { + "iso_3166_1": "NU", + "english_name": "Niue" + }, + { + "iso_3166_1": "NZ", + "english_name": "New Zealand" + }, + { + "iso_3166_1": "OM", + "english_name": "Oman" + }, + { + "iso_3166_1": "PA", + "english_name": "Panama" + }, + { + "iso_3166_1": "PE", + "english_name": "Peru" + }, + { + "iso_3166_1": "PF", + "english_name": "French Polynesia" + }, + { + "iso_3166_1": "PG", + "english_name": "Papua New Guinea" + }, + { + "iso_3166_1": "PH", + "english_name": "Philippines" + }, + { + "iso_3166_1": "YU", + "english_name": "Yugoslavia" + }, + { + "iso_3166_1": "XK", + "english_name": "Kosovo" + }, + { + "iso_3166_1": "XC", + "english_name": "Czechoslovakia" + }, + { + "iso_3166_1": "PK", + "english_name": "Pakistan" + }, + { + "iso_3166_1": "PL", + "english_name": "Poland" + }, + { + "iso_3166_1": "PM", + "english_name": "St. Pierre and Miquelon" + }, + { + "iso_3166_1": "PN", + "english_name": "Pitcairn Island" + }, + { + "iso_3166_1": "PR", + "english_name": "Puerto Rico" + }, + { + "iso_3166_1": "PS", + "english_name": "Palestinian Territory" + }, + { + "iso_3166_1": "PT", + "english_name": "Portugal" + }, + { + "iso_3166_1": "PW", + "english_name": "Palau" + }, + { + "iso_3166_1": "PY", + "english_name": "Paraguay" + }, + { + "iso_3166_1": "QA", + "english_name": "Qatar" + }, + { + "iso_3166_1": "RE", + "english_name": "Reunion" + }, + { + "iso_3166_1": "RO", + "english_name": "Romania" + }, + { + "iso_3166_1": "RU", + "english_name": "Russia" + }, + { + "iso_3166_1": "RW", + "english_name": "Rwanda" + }, + { + "iso_3166_1": "SA", + "english_name": "Saudi Arabia" + }, + { + "iso_3166_1": "SB", + "english_name": "Solomon Islands" + }, + { + "iso_3166_1": "SC", + "english_name": "Seychelles" + }, + { + "iso_3166_1": "SD", + "english_name": "Sudan" + }, + { + "iso_3166_1": "SE", + "english_name": "Sweden" + }, + { + "iso_3166_1": "SG", + "english_name": "Singapore" + }, + { + "iso_3166_1": "SH", + "english_name": "St. Helena" + }, + { + "iso_3166_1": "SI", + "english_name": "Slovenia" + }, + { + "iso_3166_1": "SJ", + "english_name": "Svalbard & Jan Mayen Islands" + }, + { + "iso_3166_1": "SK", + "english_name": "Slovakia" + }, + { + "iso_3166_1": "SL", + "english_name": "Sierra Leone" + }, + { + "iso_3166_1": "SM", + "english_name": "San Marino" + }, + { + "iso_3166_1": "SN", + "english_name": "Senegal" + }, + { + "iso_3166_1": "SO", + "english_name": "Somalia" + }, + { + "iso_3166_1": "SR", + "english_name": "Suriname" + }, + { + "iso_3166_1": "ST", + "english_name": "Sao Tome and Principe" + }, + { + "iso_3166_1": "SV", + "english_name": "El Salvador" + }, + { + "iso_3166_1": "SY", + "english_name": "Syrian Arab Republic" + }, + { + "iso_3166_1": "SZ", + "english_name": "Swaziland" + }, + { + "iso_3166_1": "TC", + "english_name": "Turks and Caicos Islands" + }, + { + "iso_3166_1": "TD", + "english_name": "Chad" + }, + { + "iso_3166_1": "TF", + "english_name": "French Southern Territories" + }, + { + "iso_3166_1": "TG", + "english_name": "Togo" + }, + { + "iso_3166_1": "TH", + "english_name": "Thailand" + }, + { + "iso_3166_1": "TJ", + "english_name": "Tajikistan" + }, + { + "iso_3166_1": "TK", + "english_name": "Tokelau" + }, + { + "iso_3166_1": "TL", + "english_name": "Timor-Leste" + }, + { + "iso_3166_1": "TM", + "english_name": "Turkmenistan" + }, + { + "iso_3166_1": "TN", + "english_name": "Tunisia" + }, + { + "iso_3166_1": "TO", + "english_name": "Tonga" + }, + { + "iso_3166_1": "TR", + "english_name": "Turkey" + }, + { + "iso_3166_1": "TT", + "english_name": "Trinidad and Tobago" + }, + { + "iso_3166_1": "TV", + "english_name": "Tuvalu" + }, + { + "iso_3166_1": "TW", + "english_name": "Taiwan" + }, + { + "iso_3166_1": "TZ", + "english_name": "Tanzania" + }, + { + "iso_3166_1": "UA", + "english_name": "Ukraine" + }, + { + "iso_3166_1": "UG", + "english_name": "Uganda" + }, + { + "iso_3166_1": "UM", + "english_name": "United States Minor Outlying Islands" + }, + { + "iso_3166_1": "US", + "english_name": "United States of America" + }, + { + "iso_3166_1": "UY", + "english_name": "Uruguay" + }, + { + "iso_3166_1": "UZ", + "english_name": "Uzbekistan" + }, + { + "iso_3166_1": "VA", + "english_name": "Holy See" + }, + { + "iso_3166_1": "VC", + "english_name": "St. Vincent and the Grenadines" + }, + { + "iso_3166_1": "VE", + "english_name": "Venezuela" + }, + { + "iso_3166_1": "VG", + "english_name": "British Virgin Islands" + }, + { + "iso_3166_1": "VI", + "english_name": "US Virgin Islands" + }, + { + "iso_3166_1": "VN", + "english_name": "Vietnam" + }, + { + "iso_3166_1": "VU", + "english_name": "Vanuatu" + }, + { + "iso_3166_1": "WF", + "english_name": "Wallis and Futuna Islands" + }, + { + "iso_3166_1": "WS", + "english_name": "Samoa" + }, + { + "iso_3166_1": "YE", + "english_name": "Yemen" + }, + { + "iso_3166_1": "YT", + "english_name": "Mayotte" + }, + { + "iso_3166_1": "ZA", + "english_name": "South Africa" + }, + { + "iso_3166_1": "ZM", + "english_name": "Zambia" + }, + { + "iso_3166_1": "ZW", + "english_name": "Zimbabwe" + }, + { + "iso_3166_1": "KR", + "english_name": "South Korea" + }, + { + "iso_3166_1": "XG", + "english_name": "East Germany" + }, + { + "iso_3166_1": "SU", + "english_name": "Soviet Union" + }, + { + "iso_3166_1": "SS", + "english_name": "South Sudan" + } + ], + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:51.647239Z", + "ReducedUri": "/3/configuration/jobs", + "RespData": [ + { + "department": "Crew", + "jobs": [ + "Special Effects", + "Post Production Supervisor", + "Second Unit", + "Choreographer", + "Stunts", + "Stunt Coordinator", + "Special Effects Coordinator", + "Supervising Technical Director", + "Supervising Animator", + "Production Artist", + "Sequence Lead", + "Second Film Editor", + "Temp Music Editor", + "Temp Sound Editor", + "Sequence Supervisor", + "Software Team Lead", + "Software Engineer", + "Documentation & Support", + "Machinist", + "Photoscience Manager", + "Department Administrator", + "Schedule Coordinator", + "Supervisor of Production Resources", + "Production Office Assistant", + "Information Systems Manager", + "Systems Administrators & Support", + "Projection", + "Post Production Assistant", + "Sound Design Assistant", + "Mix Technician", + "Motion Actor", + "Sets & Props Supervisor", + "Compositor", + "Tattooist", + "Sets & Props Artist", + "Motion Capture Artist", + "Sequence Artist", + "Mixing Engineer", + "Special Sound Effects", + "Post-Production Manager", + "Dialect Coach", + "Picture Car Coordinator", + "Cableman", + "Set Production Assistant", + "Video Assist Operator", + "Unit Publicist", + "Set Medic", + "Stand In", + "Transportation Coordinator", + "Transportation Captain", + "Post Production Consulting", + "Production Intern", + "Utility Stunts", + "Actor's Assistant", + "Set Production Intern", + "Production Controller", + "Studio Teacher", + "Chef", + "Craft Service", + "Scenic Artist", + "Propmaker", + "Prop Maker", + "Transportation Co-Captain", + "Driver", + "Security", + "Second Unit Cinematographer", + "Loader", + "Manager of Operations", + "Quality Control Supervisor", + "Legal Services", + "Public Relations", + "Score Engineer", + "Translator", + "Title Graphics", + "Telecine Colorist", + "Animatronic and Prosthetic Effects", + "Martial Arts Choreographer", + "Cinematography", + "Steadycam", + "Executive Visual Effects Producer", + "Visual Effects Design Consultant", + "Digital Effects Supervisor", + "Digital Producer", + "CG Supervisor", + "Visual Effects Art Director", + "Visual Effects Editor", + "Executive in Charge of Finance", + "Associate Choreographer", + "Makeup Effects", + "Treatment", + "Dramaturgy", + "Lighting Camera", + "Technical Supervisor", + "CGI Supervisor", + "Creative Consultant", + "Script", + "Executive Music Producer", + "Commissioning Editor", + "Additional Writing", + "Additional Music", + "Poem", + "Thanks", + "Creator", + "Additional Dialogue", + "Video Game", + "Graphic Novel Illustrator", + "Other", + "Series Writer", + "Radio Play", + "Armorer", + "Carpenter", + "Editorial Staff", + "Aerial Coordinator", + "Animal Coordinator", + "Animal Wrangler", + "Animatronics Designer", + "Drone Operator", + "In Memory Of", + "Pilot", + "Presenter", + "Animatronics Supervisor", + "Armory Coordinator", + "Digital Effects Producer", + "Fight Choreographer", + "Marine Coordinator", + "Pyrotechnician", + "Techno Crane Operator", + "Acting Double", + "Additional Script Supervisor", + "Administrative Assistant", + "Assistant Chef", + "Assistant Craft Service", + "Assistant Picture Car Coordinator", + "Assistant Script", + "Assistant Vehicles Coordinator", + "Base Camp Operator", + "Captain Driver", + "Cast Driver", + "Catering", + "Catering Head Chef", + "Chaperone", + "Chaperone Tutor", + "Charge Scenic Artist", + "Child Wrangler", + "Clearances Coordinator", + "Clearances Consultant", + "Dialogue Coach", + "Digital Supervisor", + "Director of Communications", + "File Footage", + "Film Processor", + "Floor Runner", + "Generator Operator", + "Head Driver", + "Health and Safety", + "Interactive Manager", + "Intern", + "Key Scenic Artist", + "Key Special Effects", + "Logistics Coordinator", + "Marine Pilot", + "Master at Arms", + "Medical Consultant", + "Military Consultant", + "Playback Coordinator", + "Police Consultant", + "Post Production Scripts", + "Receptionist", + "Scientific Consultant", + "Security Coordinator", + "Series Publicist", + "Set Runner", + "Special Effects Assistant", + "Special Effects Best Boy", + "Special Effects Manager", + "Special Effects Technician", + "Specialized Driver", + "Sponsorship Coordinator", + "Sponsorship Director", + "Stunt Double", + "Stunt Driver", + "Supervising Armorer", + "Technical Advisor", + "Transcriptions", + "Unit Medic", + "Vehicles Coordinator", + "Vehicles Wrangler", + "Weapons Master", + "Weapons Wrangler" + ] + }, + { + "department": "Sound", + "jobs": [ + "Original Music Composer", + "Sound Designer", + "Sound Editor", + "Sound Director", + "Sound Mixer", + "Music Editor", + "Sound Effects Editor", + "Production Sound Mixer", + "Additional Soundtrack", + "Supervising Sound Editor", + "Supervising Sound Effects Editor", + "Sound Re-Recording Mixer", + "Recording Supervision", + "Boom Operator", + "Sound Montage Associate", + "Songs", + "Music", + "ADR & Dubbing", + "Sound Recordist", + "Sound Engineer", + "Foley", + "Dialogue Editor", + "Additional Music Supervisor", + "First Assistant Sound Editor", + "Scoring Mixer", + "Dolby Consultant", + "Other", + "Music Director", + "Orchestrator", + "Vocal Coach", + "Music Supervisor", + "Sound", + "Musician", + "Additional Sound Re-Recording Mixer", + "Additional Sound Re-Recordist", + "ADR Editor", + "ADR Supervisor", + "Apprentice Sound Editor", + "Assistant Music Supervisor", + "Assistant Sound Editor", + "Conductor", + "Foley Editor", + "Music Programmer", + "Music Score Producer", + "Playback Singer", + "Sound Effects", + "Sound Effects Designer", + "Supervising ADR Editor", + "Supervising Dialogue Editor", + "Supervising Music Editor", + "Theme Song Performance", + "Utility Sound", + "Additional Production Sound Mixer", + "ADR Editor", + "ADR Engineer", + "ADR Coordinator", + "ADR Mixer", + "ADR Post Producer", + "ADR Recording Engineer", + "ADR Recordist", + "Assistant Dialogue Editor", + "Assistant Foley Artist", + "Assistant Sound Designer", + "Assistant Sound Engineer", + "Audio Post Coordinator", + "Digital Foley Artist", + "Foley Artist", + "Foley Mixer", + "Foley Recording Engineer", + "Foley Recordist", + "Foley Supervisor", + "Joint ADR Mixer", + "Keyboard Programmer", + "Location Sound Assistant", + "Location Sound Mixer", + "Location Sound Recordist", + "Loop Group Coordinator", + "Main Title Theme Composer", + "Music Arranger", + "Music Co-Supervisor", + "Music Consultant", + "Music Coordinator", + "Music Producer", + "Music Sound Design and Processing", + "Music Supervision Assistant", + "O.B. Sound", + "Second Assistant Sound", + "Sound Assistant", + "Sound Mix Technician", + "Sound Post Production Coordinator", + "Sound Post Supervisor", + "Sound Re-Recording Assistant", + "Sound Supervisor", + "Sound Technical Supervisor", + "Vocals" + ] + }, + { + "department": "Lighting", + "jobs": [ + "Lighting Technician", + "Best Boy Electric", + "Gaffer", + "Rigging Gaffer", + "Lighting Supervisor", + "Lighting Manager", + "Directing Lighting Artist", + "Master Lighting Artist", + "Lighting Artist", + "Lighting Coordinator", + "Lighting Production Assistant", + "Best Boy Electrician", + "Electrician", + "Rigging Grip", + "Other", + "Chief Lighting Technician", + "Lighting Director", + "Rigging Supervisor", + "Underwater Gaffer", + "Additional Gaffer", + "Additional Lighting Technician", + "Assistant Chief Lighting Technician", + "Assistant Electrician", + "Assistant Gaffer", + "Best Boy Lighting Technician", + "Daily Electrics", + "Genetator Operator", + "Key Rigging Grip", + "Lighting Design", + "Lighting Programmer", + "O.B. Lighting", + "Standby Rigger" + ] + }, + { + "department": "Production", + "jobs": [ + "Producer", + "Executive Producer", + "Casting", + "Production Manager", + "Unit Production Manager", + "Line Producer", + "Location Manager", + "Other", + "Production Supervisor", + "Production Accountant", + "Production Office Coordinator", + "Finance", + "Executive Consultant", + "Character Technical Supervisor", + "Development Manager", + "Administration", + "Executive In Charge Of Post Production", + "Production Director", + "Executive In Charge Of Production", + "Publicist", + "Associate Producer", + "Co-Producer", + "Co-Executive Producer", + "Casting Associate", + "Researcher", + "Production Coordinator", + "Consulting Producer", + "Supervising Producer", + "Senior Executive Consultant", + "Unit Manager", + "ADR Voice Casting", + "Assistant Production Coordinator", + "Assistant Production Manager", + "Casting Assistant", + "Casting Consultant", + "Coordinating Producer", + "Local Casting", + "Script Researcher", + "Accountant", + "Accounting Clerk Assistant", + "Accounting Supervisor", + "Accounting Trainee", + "Additional Casting", + "Additional Production Assistant", + "Additional Post-Production Supervisor", + "Art Department Production Assistant", + "Assistant Accountant", + "Assistant Extras Casting", + "Assistant Location Manager", + "Assistant Unit Manager", + "Attorney", + "Background Casting Director", + "Back-up Set Production Assistant", + "Back-up Truck Production Assistant", + "Broadcast Producer", + "Business Affairs Coordinator", + "Casting Coordinator", + "Casting Director", + "Casting Producer", + "Casting Researcher", + "Consulting Accountant", + "Contract Manager", + "Controller", + "Data Management Technician", + "Delegated Producer", + "Development Producer", + "Director of Operations", + "Executive Assistant", + "Executive Co-Producer", + "Executive Producer's Assistant", + "Extras Casting", + "Extras Casting Assistant", + "Extras Casting Coordinator", + "Feature Finishing Producer", + "Finishing Producer", + "First Assistant Accountant", + "First Assistant Production Coordinator", + "General Manager", + "Grip Production Assistant", + "Head of Production", + "Head of Programming", + "Head of Research", + "Human Resources", + "Insert Unit Location Manager", + "Key Accountant", + "Key Art Production Assistant", + "Key Grip Production Assistant", + "Key Production Assistant", + "Key Set Production Assistant", + "Locale Casting Director", + "Location Assistant", + "Location Casting", + "Location Coordinator", + "Location Production Assistant", + "Musical Casting", + "Original Casting", + "Payroll Accountant", + "Post Coordinator", + "Post Producer", + "Post Production Accountant", + "Post Production Coordinator", + "Post Production Producer", + "Post Production Technical Engineer", + "Producer's Assistant", + "Production Assistant", + "Production Consultant", + "Production Designer", + "Production Driver", + "Production Executive", + "Production Runner", + "Production Secretary", + "Production Trainee", + "Research Assistant", + "Second Assistant Accountant", + "Second Assistant Production Coordinator", + "Second Assistant Unit Manager", + "Second Unit Location Manager", + "Street Casting", + "Trainee Production Coordinator", + "Travel Coordinator", + "Truck Production Assistant", + "Unit Swing" + ] + }, + { + "department": "Art", + "jobs": [ + "Production Design", + "Art Direction", + "Set Decoration", + "Set Designer", + "Conceptual Design", + "Interior Designer", + "Settings", + "Assistant Art Director", + "Art Department Coordinator", + "Assistant Property Master", + "Other", + "Art Department Manager", + "Sculptor", + "Art Department Assistant", + "Background Designer", + "Co-Art Director", + "Set Decoration Buyer", + "Production Illustrator", + "Standby Painter", + "Property Master", + "Location Scout", + "Supervising Art Director", + "Leadman", + "Greensman", + "Gun Wrangler", + "Construction Coordinator", + "Construction Foreman", + "Lead Painter", + "Sign Painter", + "Painter", + "Assistant Set Dresser", + "Conceptual Illustrator", + "Draughtsman", + "Lead Set Dresser", + "Prop Designer", + "Set Decorating Coordinator", + "Set Dresser", + "Storyboard Designer", + "Title Designer", + "Additional Construction", + "Additional Construction Grip", + "Additional Key Construction Grip", + "Additional Set Dresser", + "Additional Storyboarding", + "Art Department Trainee", + "Art Designer", + "Art Direction Intern", + "Assistant Decorator", + "Assistant Director of Photography", + "Assistant Production Design", + "Assistant Set Decoration Buyer", + "Assistant Set Decoration", + "Assistant Set Designer", + "Assistant Set Propsman", + "Concept Artist", + "Construction Buyer", + "Construction Grip", + "Construction Manager", + "Creative Director", + "Daily Grip", + "Decorator", + "Digital Storyboarding", + "Dressing Prop", + "First Assistant Art Direction", + "First Assistant Property Master", + "Graphic Designer", + "Head Carpenter", + "Head Decorator", + "Head Designer", + "Head Greensman", + "Helping Hand", + "Key Carpenter", + "Key Construction Grip", + "Key Set Painter", + "Main Title Designer", + "On Set Computer Graphics", + "On Set Key Props", + "On Set Props", + "Opening Title Sequence", + "Original Series Design", + "Paint Coordinator", + "Petty Cash Buyer", + "Property Builder", + "Property Buyer", + "Property Graphic Designer", + "Props", + "Runner Art Department", + "Second Assistant Art Director", + "Set Dressing Buyer", + "Set Painter", + "Set Propsman", + "Set Supervisor", + "Set Buyer", + "Shop Electric", + "Special Props", + "Standby Art Director", + "Standby Carpenter", + "Standby Property Master", + "Storyboard Artist", + "Storyboard Assistant", + "Supervising Carpenter", + "Swing", + "Textile Artist", + "Title Illustration", + "Web Designer" + ] + }, + { + "department": "Editing", + "jobs": [ + "Editor", + "Supervising Film Editor", + "Additional Editing", + "Editorial Manager", + "First Assistant Editor", + "Additional Editorial Assistant", + "Editorial Coordinator", + "Editorial Production Assistant", + "Editorial Services", + "Archival Footage Coordinator", + "Archival Footage Research", + "Color Timer", + "Digital Intermediate", + "Other", + "Assistant Editor", + "Associate Editor", + "Co-Editor", + "Negative Cutter", + "3D Digital Colorist", + "3D Editor", + "Additional Colorist", + "Additional Editor", + "Assistant Picture Editor", + "Atmos Editor", + "Color Assistant", + "Color Grading", + "Colorist", + "Consulting Editor", + "Dailies Manager", + "Dailies Operator", + "Dailies Technician", + "Digital Color Timer", + "Digital Colorist", + "Digital Conform Editor", + "Digital Intermediate Assistant", + "Digital Intermediate Colorist", + "Digital Intermediate Data Wrangler", + "Digital Intermediate Editor", + "Digital Intermediate Producer", + "Editorial Consultant", + "EPK Editor", + "First Assistant Picture Editor", + "Lead Editor", + "Online Editor", + "Project Manager", + "Senior Colorist", + "Senior Digital Intermediate Colorist", + "Stereoscopic Editor", + "Supervising Editor" + ] + }, + { + "department": "Costume & Make-Up", + "jobs": [ + "Costume Design", + "Makeup Artist", + "Hairstylist", + "Set Dressing Artist", + "Set Dressing Supervisor", + "Set Dressing Manager", + "Set Dressing Production Assistant", + "Facial Setup Artist", + "Hair Setup", + "Costume Supervisor", + "Set Costumer", + "Makeup Department Head", + "Wigmaker", + "Shoe Design", + "Other", + "Co-Costume Designer", + "Hair Department Head", + "Hair Designer", + "Makeup Designer", + "Assistant Costume Designer", + "Prosthetic Supervisor", + "Seamstress", + "Key Hair Stylist", + "Ager/Dyer", + "Costume Consultant", + "Costume Coordinator", + "Costume Illustrator", + "Hair Supervisor", + "Key Costumer", + "Key Makeup Artist", + "Key Set Costumer", + "Makeup Effects Designer", + "Makeup Supervisor", + "Prosthetic Designer", + "Prosthetic Makeup Artist", + "Tailor", + "Tattoo Designer", + "Wardrobe Supervisor", + "Wig Designer", + "Additional Hairstylist", + "Additional Wardrobe Assistant", + "Assistant Hairstylist", + "Assistant Hairdresser", + "Assistant Makeup Artist", + "Contact Lens Designer", + "Contact Lens Painter", + "Contact Lens Technician", + "Costume Assistant", + "Costume Mistress", + "Costume Designer", + "Costume Set Supervisor", + "Costume Standby", + "Costumer", + "Daily Makeup & Hair", + "Daily Wardrobe", + "Dresser", + "Extras Dresser", + "Extras Makeup Artist", + "First Assistant Hairstylist", + "First Assistant Makeup Artist", + "Hair Assistant", + "Hairdresser", + "Key Dresser", + "Key Hairdresser", + "Lead Costumer", + "Makeup & Hair", + "Makeup & Hair Assistant", + "Makeup Trainee", + "On Set Dresser", + "Principal Costumer", + "Prosthetics", + "Prosthetics Painter", + "Prosthetics Sculptor", + "Special Effects Key Makeup Artist", + "Special Effects Makeup Artist", + "Truck Costumer", + "Truck Supervisor", + "Wardrobe Assistant", + "Wardrobe Coordinator", + "Wardrobe Designer", + "Wardrobe Intern", + "Wardrobe Master", + "Wardrobe Specialized Technician" + ] + }, + { + "department": "Camera", + "jobs": [ + "Director of Photography", + "Underwater Camera", + "Camera Operator", + "Still Photographer", + "Camera Department Manager", + "Camera Supervisor", + "Camera Technician", + "Other", + "Grip", + "Steadicam Operator", + "Additional Camera", + "Camera Intern", + "Additional Photography", + "Helicopter Camera", + "First Assistant Camera", + "Additional Still Photographer", + "Aerial Camera", + "Aerial Camera Technician", + "Aerial Director of Photography", + "Camera Loader", + "Dolly Grip", + "Epk Camera Operator", + "Key Grip", + "Russian Arm Operator", + "Second Unit Director of Photography", + "Ultimate Arm Operator", + "Underwater Director of Photography", + "\"A\" Camera Operator", + "\"B\" Camera Operator", + "\"C\" Camera Operator", + "\"D\" Camera Operator", + "Additional Director of Photography", + "Additional First Assistant Camera", + "Additional Grip", + "Additional Key Grip", + "Additional Second Assistant Camera", + "Additional Set Photographer", + "Additional Underwater Photography", + "Assistant Camera", + "Assistant Grip", + "Best Boy Grip", + "BTS Footage", + "BTS Photographer", + "BTS Videographer", + "Camera Car", + "Camera Department Production Assistant", + "Camera Production Assistant", + "Camera Trainee", + "Camera Truck", + "Clapper Loader", + "Data Wrangler", + "Digital Imaging Technician", + "Drone Cinematographer", + "Drone Pilot", + "Epk Director", + "Epk Producer", + "First Assistant \"A\" Camera", + "First Assistant \"B\" Camera", + "First Assistant \"C\" Camera", + "First Assistant \"D\" Camera", + "First Company Grip", + "Focus Puller", + "Head of Layout", + "Jimmy Jib Operator", + "Libra Head Technician", + "Phantom Operator", + "Red Technician", + "Second Assistant \"A\" Camera", + "Second Assistant \"B\" Camera", + "Second Assistant \"C\" Camera", + "Second Assistant \"D\" Camera", + "Second Assistant Camera", + "Second Company Grip", + "Set Photographer", + "Third Assistant \"A\" Camera", + "Third Assistant \"B\" Camera", + "Third Assistant \"C\" Camera", + "Third Assistant \"D\" Camera", + "Third Assistant Camera", + "Underwater Epk Photographer", + "Underwater Stills Photographer", + "Videojournalist", + "Video Report" + ] + }, + { + "department": "Directing", + "jobs": [ + "Director", + "Script Supervisor", + "Other", + "Layout", + "Script Coordinator", + "Special Guest Director", + "Assistant Director", + "Co-Director", + "Continuity", + "First Assistant Director", + "Second Assistant Director", + "Third Assistant Director", + "Action Director", + "Additional Second Assistant Director", + "Additional Third Assistant Director", + "Assistant Director Trainee", + "Crowd Assistant Director", + "Field Director", + "First Assistant Director (Prep)", + "First Assistant Director Trainee", + "Insert Unit Director", + "Insert Unit First Assistant Director", + "Second Assistant Director Trainee", + "Second Second Assistant Director", + "Second Unit Director", + "Second Unit First Assistant Director", + "Series Director", + "Stage Director" + ] + }, + { + "department": "Visual Effects", + "jobs": [ + "Animation", + "Visual Effects", + "Chief Technician / Stop-Motion Expert", + "Creature Design", + "Shading", + "Modeling", + "CG Painter", + "Visual Development", + "Animation Manager", + "Animation Director", + "Fix Animator", + "Animation Department Coordinator", + "Animation Fix Coordinator", + "Animation Production Assistant", + "Visual Effects Supervisor", + "Mechanical & Creature Designer", + "Battle Motion Coordinator", + "Animation Supervisor", + "VFX Supervisor", + "Cloth Setup", + "VFX Artist", + "CG Engineer", + "24 Frame Playback", + "Imaging Science", + "I/O Supervisor", + "Visual Effects Producer", + "VFX Production Coordinator", + "I/O Manager", + "Additional Effects Development", + "Color Designer", + "Simulation & Effects Production Assistant", + "Simulation & Effects Artist", + "Pyrotechnic Supervisor", + "Special Effects Supervisor", + "3D Supervisor", + "3D Director", + "Digital Compositor", + "Visual Effects Coordinator", + "VFX Editor", + "2D Artist", + "2D Supervisor", + "3D Animator", + "3D Artist", + "3D Coordinator", + "3D Generalist", + "3D Modeller", + "3D Sequence Supervisor", + "3D Tracking Layout", + "CG Animator", + "CGI Director", + "Character Designer", + "Character Modelling Supervisor", + "Creature Technical Director", + "Digital Effects Producer", + "Key Animation", + "Lead Animator", + "Lead Character Designer", + "Matchmove Supervisor", + "Mechanical Designer", + "Opening/Ending Animation", + "Pre-Visualization Supervisor", + "Roto Supervisor", + "Stereoscopic Coordinator", + "VFX Director of Photography", + "VFX Lighting Artist", + "Visual Effects Designer", + "Visual Effects Technical Director", + "2D Sequence Supervisor", + "Additional Visual Effects", + "Animation Coordinator", + "Animation Technical Director", + "CG Artist", + "Compositing Artist", + "Compositing Lead", + "Compositing Supervisor", + "Creature Effects Technical Director", + "Cyber Scanning Supervisor", + "Digital Film Recording", + "Director of Previsualization", + "Effects Supervisor", + "Generalist", + "Head of Animation", + "Layout Supervisor", + "Lead Creature Designer", + "Matte Painter", + "Modelling Supervisor", + "Pipeline Technical Director", + "Photo Retouching", + "Pre-Visualization Coordinator", + "Rotoscoping Artist", + "Senior Animator", + "Senior Generalist", + "Senior Modeller", + "Senior Visual Effects Supervisor", + "Smoke Artist", + "Stereoscopic Supervisor", + "Stereoscopic Technical Director", + "Supervising Animation Director", + "Visual Effects Assistant Editor", + "Visual Effects Camera", + "Visual Effects Compositor", + "Visual Effects Director", + "Visual Effects Lineup", + "Visual Effects Production Assistant", + "Visual Effects Production Manager" + ] + }, + { + "department": "Actors", + "jobs": [ + "Actor", + "Stunt Double", + "Voice", + "Cameo", + "Special Guest" + ] + }, + { + "department": "Writing", + "jobs": [ + "Screenplay", + "Author", + "Novel", + "Characters", + "Theatre Play", + "Adaptation", + "Dialogue", + "Writer", + "Other", + "Storyboard", + "Original Story", + "Scenario Writer", + "Screenstory", + "Musical", + "Idea", + "Story", + "Creative Producer", + "Teleplay", + "Opera", + "Co-Writer", + "Book", + "Comic Book", + "Short Story", + "Series Composition", + "Script Editor", + "Script Consultant", + "Story Editor", + "Executive Story Editor", + "Graphic Novel", + "Head of Story", + "Junior Story Editor", + "Lyricist", + "Original Concept", + "Original Film Writer", + "Original Series Creator", + "Senior Story Editor", + "Staff Writer", + "Story Artist", + "Story Consultant", + "Story Coordinator", + "Story Developer", + "Story Manager", + "Story Supervisor", + "Writers' Assistant", + "Writers' Production" + ] + } + ], + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:51.7792947Z", + "ReducedUri": "/3/configuration/languages", + "RespData": [ + { + "iso_639_1": "xx", + "english_name": "No Language", + "name": "No Language" + }, + { + "iso_639_1": "aa", + "english_name": "Afar", + "name": "" + }, + { + "iso_639_1": "af", + "english_name": "Afrikaans", + "name": "Afrikaans" + }, + { + "iso_639_1": "ak", + "english_name": "Akan", + "name": "" + }, + { + "iso_639_1": "an", + "english_name": "Aragonese", + "name": "" + }, + { + "iso_639_1": "as", + "english_name": "Assamese", + "name": "" + }, + { + "iso_639_1": "av", + "english_name": "Avaric", + "name": "" + }, + { + "iso_639_1": "ae", + "english_name": "Avestan", + "name": "" + }, + { + "iso_639_1": "ay", + "english_name": "Aymara", + "name": "" + }, + { + "iso_639_1": "az", + "english_name": "Azerbaijani", + "name": "Azərbaycan" + }, + { + "iso_639_1": "ba", + "english_name": "Bashkir", + "name": "" + }, + { + "iso_639_1": "bm", + "english_name": "Bambara", + "name": "Bamanankan" + }, + { + "iso_639_1": "bi", + "english_name": "Bislama", + "name": "" + }, + { + "iso_639_1": "bo", + "english_name": "Tibetan", + "name": "" + }, + { + "iso_639_1": "br", + "english_name": "Breton", + "name": "" + }, + { + "iso_639_1": "ca", + "english_name": "Catalan", + "name": "Català" + }, + { + "iso_639_1": "cs", + "english_name": "Czech", + "name": "Český" + }, + { + "iso_639_1": "ce", + "english_name": "Chechen", + "name": "" + }, + { + "iso_639_1": "cu", + "english_name": "Slavic", + "name": "" + }, + { + "iso_639_1": "cv", + "english_name": "Chuvash", + "name": "" + }, + { + "iso_639_1": "kw", + "english_name": "Cornish", + "name": "" + }, + { + "iso_639_1": "co", + "english_name": "Corsican", + "name": "" + }, + { + "iso_639_1": "cr", + "english_name": "Cree", + "name": "" + }, + { + "iso_639_1": "cy", + "english_name": "Welsh", + "name": "Cymraeg" + }, + { + "iso_639_1": "da", + "english_name": "Danish", + "name": "Dansk" + }, + { + "iso_639_1": "de", + "english_name": "German", + "name": "Deutsch" + }, + { + "iso_639_1": "dv", + "english_name": "Divehi", + "name": "" + }, + { + "iso_639_1": "dz", + "english_name": "Dzongkha", + "name": "" + }, + { + "iso_639_1": "eo", + "english_name": "Esperanto", + "name": "Esperanto" + }, + { + "iso_639_1": "et", + "english_name": "Estonian", + "name": "Eesti" + }, + { + "iso_639_1": "eu", + "english_name": "Basque", + "name": "euskera" + }, + { + "iso_639_1": "fo", + "english_name": "Faroese", + "name": "" + }, + { + "iso_639_1": "fj", + "english_name": "Fijian", + "name": "" + }, + { + "iso_639_1": "fi", + "english_name": "Finnish", + "name": "suomi" + }, + { + "iso_639_1": "fr", + "english_name": "French", + "name": "Français" + }, + { + "iso_639_1": "fy", + "english_name": "Frisian", + "name": "" + }, + { + "iso_639_1": "ff", + "english_name": "Fulah", + "name": "Fulfulde" + }, + { + "iso_639_1": "gd", + "english_name": "Gaelic", + "name": "" + }, + { + "iso_639_1": "ga", + "english_name": "Irish", + "name": "Gaeilge" + }, + { + "iso_639_1": "gl", + "english_name": "Galician", + "name": "Galego" + }, + { + "iso_639_1": "gv", + "english_name": "Manx", + "name": "" + }, + { + "iso_639_1": "gn", + "english_name": "Guarani", + "name": "" + }, + { + "iso_639_1": "gu", + "english_name": "Gujarati", + "name": "" + }, + { + "iso_639_1": "ht", + "english_name": "Haitian; Haitian Creole", + "name": "" + }, + { + "iso_639_1": "ha", + "english_name": "Hausa", + "name": "Hausa" + }, + { + "iso_639_1": "sh", + "english_name": "Serbo-Croatian", + "name": "" + }, + { + "iso_639_1": "hz", + "english_name": "Herero", + "name": "" + }, + { + "iso_639_1": "ho", + "english_name": "Hiri Motu", + "name": "" + }, + { + "iso_639_1": "hr", + "english_name": "Croatian", + "name": "Hrvatski" + }, + { + "iso_639_1": "hu", + "english_name": "Hungarian", + "name": "Magyar" + }, + { + "iso_639_1": "ig", + "english_name": "Igbo", + "name": "" + }, + { + "iso_639_1": "io", + "english_name": "Ido", + "name": "" + }, + { + "iso_639_1": "ii", + "english_name": "Yi", + "name": "" + }, + { + "iso_639_1": "iu", + "english_name": "Inuktitut", + "name": "" + }, + { + "iso_639_1": "ie", + "english_name": "Interlingue", + "name": "" + }, + { + "iso_639_1": "ia", + "english_name": "Interlingua", + "name": "" + }, + { + "iso_639_1": "id", + "english_name": "Indonesian", + "name": "Bahasa indonesia" + }, + { + "iso_639_1": "ik", + "english_name": "Inupiaq", + "name": "" + }, + { + "iso_639_1": "is", + "english_name": "Icelandic", + "name": "Íslenska" + }, + { + "iso_639_1": "it", + "english_name": "Italian", + "name": "Italiano" + }, + { + "iso_639_1": "jv", + "english_name": "Javanese", + "name": "" + }, + { + "iso_639_1": "ja", + "english_name": "Japanese", + "name": "日本語" + }, + { + "iso_639_1": "kl", + "english_name": "Kalaallisut", + "name": "" + }, + { + "iso_639_1": "kn", + "english_name": "Kannada", + "name": "?????" + }, + { + "iso_639_1": "ks", + "english_name": "Kashmiri", + "name": "" + }, + { + "iso_639_1": "kr", + "english_name": "Kanuri", + "name": "" + }, + { + "iso_639_1": "kk", + "english_name": "Kazakh", + "name": "қазақ" + }, + { + "iso_639_1": "km", + "english_name": "Khmer", + "name": "" + }, + { + "iso_639_1": "ki", + "english_name": "Kikuyu", + "name": "" + }, + { + "iso_639_1": "rw", + "english_name": "Kinyarwanda", + "name": "Kinyarwanda" + }, + { + "iso_639_1": "ky", + "english_name": "Kirghiz", + "name": "??????" + }, + { + "iso_639_1": "kv", + "english_name": "Komi", + "name": "" + }, + { + "iso_639_1": "kg", + "english_name": "Kongo", + "name": "" + }, + { + "iso_639_1": "ko", + "english_name": "Korean", + "name": "한국어/조선말" + }, + { + "iso_639_1": "kj", + "english_name": "Kuanyama", + "name": "" + }, + { + "iso_639_1": "ku", + "english_name": "Kurdish", + "name": "" + }, + { + "iso_639_1": "lo", + "english_name": "Lao", + "name": "" + }, + { + "iso_639_1": "la", + "english_name": "Latin", + "name": "Latin" + }, + { + "iso_639_1": "lv", + "english_name": "Latvian", + "name": "Latviešu" + }, + { + "iso_639_1": "li", + "english_name": "Limburgish", + "name": "" + }, + { + "iso_639_1": "ln", + "english_name": "Lingala", + "name": "" + }, + { + "iso_639_1": "lt", + "english_name": "Lithuanian", + "name": "Lietuvių" + }, + { + "iso_639_1": "lb", + "english_name": "Letzeburgesch", + "name": "" + }, + { + "iso_639_1": "lu", + "english_name": "Luba-Katanga", + "name": "" + }, + { + "iso_639_1": "lg", + "english_name": "Ganda", + "name": "" + }, + { + "iso_639_1": "mh", + "english_name": "Marshall", + "name": "" + }, + { + "iso_639_1": "ml", + "english_name": "Malayalam", + "name": "" + }, + { + "iso_639_1": "mr", + "english_name": "Marathi", + "name": "" + }, + { + "iso_639_1": "mg", + "english_name": "Malagasy", + "name": "" + }, + { + "iso_639_1": "mt", + "english_name": "Maltese", + "name": "Malti" + }, + { + "iso_639_1": "mo", + "english_name": "Moldavian", + "name": "" + }, + { + "iso_639_1": "mn", + "english_name": "Mongolian", + "name": "" + }, + { + "iso_639_1": "mi", + "english_name": "Maori", + "name": "" + }, + { + "iso_639_1": "ms", + "english_name": "Malay", + "name": "Bahasa melayu" + }, + { + "iso_639_1": "my", + "english_name": "Burmese", + "name": "" + }, + { + "iso_639_1": "na", + "english_name": "Nauru", + "name": "" + }, + { + "iso_639_1": "nv", + "english_name": "Navajo", + "name": "" + }, + { + "iso_639_1": "nr", + "english_name": "Ndebele", + "name": "" + }, + { + "iso_639_1": "nd", + "english_name": "Ndebele", + "name": "" + }, + { + "iso_639_1": "ng", + "english_name": "Ndonga", + "name": "" + }, + { + "iso_639_1": "ne", + "english_name": "Nepali", + "name": "" + }, + { + "iso_639_1": "nl", + "english_name": "Dutch", + "name": "Nederlands" + }, + { + "iso_639_1": "nn", + "english_name": "Norwegian Nynorsk", + "name": "" + }, + { + "iso_639_1": "nb", + "english_name": "Norwegian Bokmål", + "name": "Bokmål" + }, + { + "iso_639_1": "no", + "english_name": "Norwegian", + "name": "Norsk" + }, + { + "iso_639_1": "ny", + "english_name": "Chichewa; Nyanja", + "name": "" + }, + { + "iso_639_1": "oc", + "english_name": "Occitan", + "name": "" + }, + { + "iso_639_1": "oj", + "english_name": "Ojibwa", + "name": "" + }, + { + "iso_639_1": "or", + "english_name": "Oriya", + "name": "" + }, + { + "iso_639_1": "om", + "english_name": "Oromo", + "name": "" + }, + { + "iso_639_1": "os", + "english_name": "Ossetian; Ossetic", + "name": "" + }, + { + "iso_639_1": "pi", + "english_name": "Pali", + "name": "" + }, + { + "iso_639_1": "pl", + "english_name": "Polish", + "name": "Polski" + }, + { + "iso_639_1": "pt", + "english_name": "Portuguese", + "name": "Português" + }, + { + "iso_639_1": "qu", + "english_name": "Quechua", + "name": "" + }, + { + "iso_639_1": "rm", + "english_name": "Raeto-Romance", + "name": "" + }, + { + "iso_639_1": "ro", + "english_name": "Romanian", + "name": "Română" + }, + { + "iso_639_1": "rn", + "english_name": "Rundi", + "name": "Kirundi" + }, + { + "iso_639_1": "ru", + "english_name": "Russian", + "name": "Pусский" + }, + { + "iso_639_1": "sg", + "english_name": "Sango", + "name": "" + }, + { + "iso_639_1": "sa", + "english_name": "Sanskrit", + "name": "" + }, + { + "iso_639_1": "si", + "english_name": "Sinhalese", + "name": "සිංහල" + }, + { + "iso_639_1": "sk", + "english_name": "Slovak", + "name": "Slovenčina" + }, + { + "iso_639_1": "sl", + "english_name": "Slovenian", + "name": "Slovenščina" + }, + { + "iso_639_1": "se", + "english_name": "Northern Sami", + "name": "" + }, + { + "iso_639_1": "sm", + "english_name": "Samoan", + "name": "" + }, + { + "iso_639_1": "sn", + "english_name": "Shona", + "name": "" + }, + { + "iso_639_1": "sd", + "english_name": "Sindhi", + "name": "" + }, + { + "iso_639_1": "so", + "english_name": "Somali", + "name": "Somali" + }, + { + "iso_639_1": "st", + "english_name": "Sotho", + "name": "" + }, + { + "iso_639_1": "es", + "english_name": "Spanish", + "name": "Español" + }, + { + "iso_639_1": "sq", + "english_name": "Albanian", + "name": "shqip" + }, + { + "iso_639_1": "sc", + "english_name": "Sardinian", + "name": "" + }, + { + "iso_639_1": "sr", + "english_name": "Serbian", + "name": "Srpski" + }, + { + "iso_639_1": "ss", + "english_name": "Swati", + "name": "" + }, + { + "iso_639_1": "su", + "english_name": "Sundanese", + "name": "" + }, + { + "iso_639_1": "sw", + "english_name": "Swahili", + "name": "Kiswahili" + }, + { + "iso_639_1": "sv", + "english_name": "Swedish", + "name": "svenska" + }, + { + "iso_639_1": "ty", + "english_name": "Tahitian", + "name": "" + }, + { + "iso_639_1": "ta", + "english_name": "Tamil", + "name": "தமிழ்" + }, + { + "iso_639_1": "tt", + "english_name": "Tatar", + "name": "" + }, + { + "iso_639_1": "te", + "english_name": "Telugu", + "name": "తెలుగు" + }, + { + "iso_639_1": "tg", + "english_name": "Tajik", + "name": "" + }, + { + "iso_639_1": "tl", + "english_name": "Tagalog", + "name": "" + }, + { + "iso_639_1": "th", + "english_name": "Thai", + "name": "ภาษาไทย" + }, + { + "iso_639_1": "ti", + "english_name": "Tigrinya", + "name": "" + }, + { + "iso_639_1": "to", + "english_name": "Tonga", + "name": "" + }, + { + "iso_639_1": "tn", + "english_name": "Tswana", + "name": "" + }, + { + "iso_639_1": "ts", + "english_name": "Tsonga", + "name": "" + }, + { + "iso_639_1": "tk", + "english_name": "Turkmen", + "name": "" + }, + { + "iso_639_1": "tr", + "english_name": "Turkish", + "name": "Türkçe" + }, + { + "iso_639_1": "tw", + "english_name": "Twi", + "name": "" + }, + { + "iso_639_1": "ug", + "english_name": "Uighur", + "name": "" + }, + { + "iso_639_1": "uk", + "english_name": "Ukrainian", + "name": "Український" + }, + { + "iso_639_1": "ur", + "english_name": "Urdu", + "name": "اردو" + }, + { + "iso_639_1": "uz", + "english_name": "Uzbek", + "name": "ozbek" + }, + { + "iso_639_1": "ve", + "english_name": "Venda", + "name": "" + }, + { + "iso_639_1": "vi", + "english_name": "Vietnamese", + "name": "Tiếng Việt" + }, + { + "iso_639_1": "vo", + "english_name": "Volapük", + "name": "" + }, + { + "iso_639_1": "wa", + "english_name": "Walloon", + "name": "" + }, + { + "iso_639_1": "wo", + "english_name": "Wolof", + "name": "Wolof" + }, + { + "iso_639_1": "xh", + "english_name": "Xhosa", + "name": "" + }, + { + "iso_639_1": "yi", + "english_name": "Yiddish", + "name": "" + }, + { + "iso_639_1": "za", + "english_name": "Zhuang", + "name": "" + }, + { + "iso_639_1": "zu", + "english_name": "Zulu", + "name": "isiZulu" + }, + { + "iso_639_1": "ab", + "english_name": "Abkhazian", + "name": "" + }, + { + "iso_639_1": "zh", + "english_name": "Mandarin", + "name": "普通话" + }, + { + "iso_639_1": "ps", + "english_name": "Pushto", + "name": "پښتو" + }, + { + "iso_639_1": "am", + "english_name": "Amharic", + "name": "" + }, + { + "iso_639_1": "ar", + "english_name": "Arabic", + "name": "العربية" + }, + { + "iso_639_1": "bg", + "english_name": "Bulgarian", + "name": "български език" + }, + { + "iso_639_1": "cn", + "english_name": "Cantonese", + "name": "广州话 / 廣州話" + }, + { + "iso_639_1": "mk", + "english_name": "Macedonian", + "name": "" + }, + { + "iso_639_1": "el", + "english_name": "Greek", + "name": "ελληνικά" + }, + { + "iso_639_1": "fa", + "english_name": "Persian", + "name": "فارسی" + }, + { + "iso_639_1": "he", + "english_name": "Hebrew", + "name": "עִבְרִית" + }, + { + "iso_639_1": "hi", + "english_name": "Hindi", + "name": "हिन्दी" + }, + { + "iso_639_1": "hy", + "english_name": "Armenian", + "name": "" + }, + { + "iso_639_1": "en", + "english_name": "English", + "name": "English" + }, + { + "iso_639_1": "ee", + "english_name": "Ewe", + "name": "Èʋegbe" + }, + { + "iso_639_1": "ka", + "english_name": "Georgian", + "name": "ქართული" + }, + { + "iso_639_1": "pa", + "english_name": "Punjabi", + "name": "ਪੰਜਾਬੀ" + }, + { + "iso_639_1": "bn", + "english_name": "Bengali", + "name": "বাংলা" + }, + { + "iso_639_1": "bs", + "english_name": "Bosnian", + "name": "Bosanski" + }, + { + "iso_639_1": "ch", + "english_name": "Chamorro", + "name": "Finu' Chamorro" + }, + { + "iso_639_1": "be", + "english_name": "Belarusian", + "name": "беларуская мова" + }, + { + "iso_639_1": "yo", + "english_name": "Yoruba", + "name": "Èdè Yorùbá" + } + ], + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:51.5035754Z", + "ReducedUri": "/3/timezones/list", + "RespData": [ + { + "AD": [ + "Europe/Andorra" + ] + }, + { + "AE": [ + "Asia/Dubai" + ] + }, + { + "AF": [ + "Asia/Kabul" + ] + }, + { + "AG": [ + "America/Port_of_Spain" + ] + }, + { + "AI": [ + "America/Port_of_Spain" + ] + }, + { + "AL": [ + "Europe/Tirane" + ] + }, + { + "AM": [ + "Asia/Yerevan" + ] + }, + { + "AO": [ + "Africa/Lagos" + ] + }, + { + "AQ": [ + "Antarctica/Casey", + "Antarctica/Davis", + "Antarctica/DumontDUrville", + "Antarctica/Mawson", + "Antarctica/Palmer", + "Antarctica/Rothera", + "Antarctica/Syowa", + "Antarctica/Troll", + "Antarctica/Vostok", + "Pacific/Auckland" + ] + }, + { + "AR": [ + "America/Argentina/Buenos_Aires", + "America/Argentina/Cordoba", + "America/Argentina/Salta", + "America/Argentina/Jujuy", + "America/Argentina/Tucuman", + "America/Argentina/Catamarca", + "America/Argentina/La_Rioja", + "America/Argentina/San_Juan", + "America/Argentina/Mendoza", + "America/Argentina/San_Luis", + "America/Argentina/Rio_Gallegos", + "America/Argentina/Ushuaia" + ] + }, + { + "AS": [ + "Pacific/Pago_Pago" + ] + }, + { + "AT": [ + "Europe/Vienna" + ] + }, + { + "AU": [ + "Australia/Lord_Howe", + "Antarctica/Macquarie", + "Australia/Hobart", + "Australia/Currie", + "Australia/Melbourne", + "Australia/Sydney", + "Australia/Broken_Hill", + "Australia/Brisbane", + "Australia/Lindeman", + "Australia/Adelaide", + "Australia/Darwin", + "Australia/Perth", + "Australia/Eucla" + ] + }, + { + "AW": [ + "America/Curacao" + ] + }, + { + "AX": [ + "Europe/Helsinki" + ] + }, + { + "AZ": [ + "Asia/Baku" + ] + }, + { + "BA": [ + "Europe/Belgrade" + ] + }, + { + "BB": [ + "America/Barbados" + ] + }, + { + "BD": [ + "Asia/Dhaka" + ] + }, + { + "BE": [ + "Europe/Brussels" + ] + }, + { + "BF": [ + "Africa/Abidjan" + ] + }, + { + "BG": [ + "Europe/Sofia" + ] + }, + { + "BH": [ + "Asia/Qatar" + ] + }, + { + "BI": [ + "Africa/Maputo" + ] + }, + { + "BJ": [ + "Africa/Lagos" + ] + }, + { + "BL": [ + "America/Port_of_Spain" + ] + }, + { + "BM": [ + "Atlantic/Bermuda" + ] + }, + { + "BN": [ + "Asia/Brunei" + ] + }, + { + "BO": [ + "America/La_Paz" + ] + }, + { + "BQ": [ + "America/Curacao" + ] + }, + { + "BR": [ + "America/Noronha", + "America/Belem", + "America/Fortaleza", + "America/Recife", + "America/Araguaina", + "America/Maceio", + "America/Bahia", + "America/Sao_Paulo", + "America/Campo_Grande", + "America/Cuiaba", + "America/Santarem", + "America/Porto_Velho", + "America/Boa_Vista", + "America/Manaus", + "America/Eirunepe", + "America/Rio_Branco" + ] + }, + { + "BS": [ + "America/Nassau" + ] + }, + { + "BT": [ + "Asia/Thimphu" + ] + }, + { + "BV": [] + }, + { + "BW": [ + "Africa/Maputo" + ] + }, + { + "BY": [ + "Europe/Minsk" + ] + }, + { + "BZ": [ + "America/Belize" + ] + }, + { + "CA": [ + "America/St_Johns", + "America/Halifax", + "America/Glace_Bay", + "America/Moncton", + "America/Goose_Bay", + "America/Blanc-Sablon", + "America/Toronto", + "America/Nipigon", + "America/Thunder_Bay", + "America/Iqaluit", + "America/Pangnirtung", + "America/Atikokan", + "America/Winnipeg", + "America/Rainy_River", + "America/Resolute", + "America/Rankin_Inlet", + "America/Regina", + "America/Swift_Current", + "America/Edmonton", + "America/Cambridge_Bay", + "America/Yellowknife", + "America/Inuvik", + "America/Creston", + "America/Dawson_Creek", + "America/Fort_Nelson", + "America/Vancouver", + "America/Whitehorse", + "America/Dawson" + ] + }, + { + "CC": [ + "Indian/Cocos" + ] + }, + { + "CD": [ + "Africa/Maputo", + "Africa/Lagos" + ] + }, + { + "CF": [ + "Africa/Lagos" + ] + }, + { + "CG": [ + "Africa/Lagos" + ] + }, + { + "CH": [ + "Europe/Zurich" + ] + }, + { + "CI": [ + "Africa/Abidjan" + ] + }, + { + "CK": [ + "Pacific/Rarotonga" + ] + }, + { + "CL": [ + "America/Santiago", + "America/Punta_Arenas", + "Pacific/Easter" + ] + }, + { + "CM": [ + "Africa/Lagos" + ] + }, + { + "CN": [ + "Asia/Shanghai", + "Asia/Urumqi" + ] + }, + { + "CO": [ + "America/Bogota" + ] + }, + { + "CR": [ + "America/Costa_Rica" + ] + }, + { + "CU": [ + "America/Havana" + ] + }, + { + "CV": [ + "Atlantic/Cape_Verde" + ] + }, + { + "CW": [ + "America/Curacao" + ] + }, + { + "CX": [ + "Indian/Christmas" + ] + }, + { + "CY": [ + "Asia/Nicosia", + "Asia/Famagusta" + ] + }, + { + "CZ": [ + "Europe/Prague" + ] + }, + { + "DE": [ + "Europe/Berlin", + "Europe/Zurich" + ] + }, + { + "DJ": [ + "Africa/Nairobi" + ] + }, + { + "DK": [ + "Europe/Copenhagen" + ] + }, + { + "DM": [ + "America/Port_of_Spain" + ] + }, + { + "DO": [ + "America/Santo_Domingo" + ] + }, + { + "DZ": [ + "Africa/Algiers" + ] + }, + { + "EC": [ + "America/Guayaquil", + "Pacific/Galapagos" + ] + }, + { + "EE": [ + "Europe/Tallinn" + ] + }, + { + "EG": [ + "Africa/Cairo" + ] + }, + { + "EH": [ + "Africa/El_Aaiun" + ] + }, + { + "ER": [ + "Africa/Nairobi" + ] + }, + { + "ES": [ + "Europe/Madrid", + "Africa/Ceuta", + "Atlantic/Canary" + ] + }, + { + "ET": [ + "Africa/Nairobi" + ] + }, + { + "FI": [ + "Europe/Helsinki" + ] + }, + { + "FJ": [ + "Pacific/Fiji" + ] + }, + { + "FK": [ + "Atlantic/Stanley" + ] + }, + { + "FM": [ + "Pacific/Chuuk", + "Pacific/Pohnpei", + "Pacific/Kosrae" + ] + }, + { + "FO": [ + "Atlantic/Faroe" + ] + }, + { + "FR": [ + "Europe/Paris" + ] + }, + { + "GA": [ + "Africa/Lagos" + ] + }, + { + "GB": [ + "Europe/London" + ] + }, + { + "GD": [ + "America/Port_of_Spain" + ] + }, + { + "GE": [ + "Asia/Tbilisi" + ] + }, + { + "GF": [ + "America/Cayenne" + ] + }, + { + "GG": [ + "Europe/London" + ] + }, + { + "GH": [ + "Africa/Accra" + ] + }, + { + "GI": [ + "Europe/Gibraltar" + ] + }, + { + "GL": [ + "America/Godthab", + "America/Danmarkshavn", + "America/Scoresbysund", + "America/Thule" + ] + }, + { + "GM": [ + "Africa/Abidjan" + ] + }, + { + "GN": [ + "Africa/Abidjan" + ] + }, + { + "GP": [ + "America/Port_of_Spain" + ] + }, + { + "GQ": [ + "Africa/Lagos" + ] + }, + { + "GR": [ + "Europe/Athens" + ] + }, + { + "GS": [ + "Atlantic/South_Georgia" + ] + }, + { + "GT": [ + "America/Guatemala" + ] + }, + { + "GU": [ + "Pacific/Guam" + ] + }, + { + "GW": [ + "Africa/Bissau" + ] + }, + { + "GY": [ + "America/Guyana" + ] + }, + { + "HK": [ + "Asia/Hong_Kong" + ] + }, + { + "HM": [] + }, + { + "HN": [ + "America/Tegucigalpa" + ] + }, + { + "HR": [ + "Europe/Belgrade" + ] + }, + { + "HT": [ + "America/Port-au-Prince" + ] + }, + { + "HU": [ + "Europe/Budapest" + ] + }, + { + "ID": [ + "Asia/Jakarta", + "Asia/Pontianak", + "Asia/Makassar", + "Asia/Jayapura" + ] + }, + { + "IE": [ + "Europe/Dublin" + ] + }, + { + "IL": [ + "Asia/Jerusalem" + ] + }, + { + "IM": [ + "Europe/London" + ] + }, + { + "IN": [ + "Asia/Kolkata" + ] + }, + { + "IO": [ + "Indian/Chagos" + ] + }, + { + "IQ": [ + "Asia/Baghdad" + ] + }, + { + "IR": [ + "Asia/Tehran" + ] + }, + { + "IS": [ + "Atlantic/Reykjavik" + ] + }, + { + "IT": [ + "Europe/Rome" + ] + }, + { + "JE": [ + "Europe/London" + ] + }, + { + "JM": [ + "America/Jamaica" + ] + }, + { + "JO": [ + "Asia/Amman" + ] + }, + { + "JP": [ + "Asia/Tokyo" + ] + }, + { + "KE": [ + "Africa/Nairobi" + ] + }, + { + "KG": [ + "Asia/Bishkek" + ] + }, + { + "KH": [ + "Asia/Bangkok" + ] + }, + { + "KI": [ + "Pacific/Tarawa", + "Pacific/Enderbury", + "Pacific/Kiritimati" + ] + }, + { + "KM": [ + "Africa/Nairobi" + ] + }, + { + "KN": [ + "America/Port_of_Spain" + ] + }, + { + "KP": [ + "Asia/Pyongyang" + ] + }, + { + "KR": [ + "Asia/Seoul" + ] + }, + { + "KW": [ + "Asia/Riyadh" + ] + }, + { + "KY": [ + "America/Panama" + ] + }, + { + "KZ": [ + "Asia/Almaty", + "Asia/Qyzylorda", + "Asia/Aqtobe", + "Asia/Aqtau", + "Asia/Atyrau", + "Asia/Oral" + ] + }, + { + "LA": [ + "Asia/Bangkok" + ] + }, + { + "LB": [ + "Asia/Beirut" + ] + }, + { + "LC": [ + "America/Port_of_Spain" + ] + }, + { + "LI": [ + "Europe/Zurich" + ] + }, + { + "LK": [ + "Asia/Colombo" + ] + }, + { + "LR": [ + "Africa/Monrovia" + ] + }, + { + "LS": [ + "Africa/Johannesburg" + ] + }, + { + "LT": [ + "Europe/Vilnius" + ] + }, + { + "LU": [ + "Europe/Luxembourg" + ] + }, + { + "LV": [ + "Europe/Riga" + ] + }, + { + "LY": [ + "Africa/Tripoli" + ] + }, + { + "MA": [ + "Africa/Casablanca" + ] + }, + { + "MC": [ + "Europe/Monaco" + ] + }, + { + "MD": [ + "Europe/Chisinau" + ] + }, + { + "ME": [ + "Europe/Belgrade" + ] + }, + { + "MF": [ + "America/Port_of_Spain" + ] + }, + { + "MG": [ + "Africa/Nairobi" + ] + }, + { + "MH": [ + "Pacific/Majuro", + "Pacific/Kwajalein" + ] + }, + { + "MK": [ + "Europe/Belgrade" + ] + }, + { + "ML": [ + "Africa/Abidjan" + ] + }, + { + "MM": [ + "Asia/Yangon" + ] + }, + { + "MN": [ + "Asia/Ulaanbaatar", + "Asia/Hovd", + "Asia/Choibalsan" + ] + }, + { + "MO": [ + "Asia/Macau" + ] + }, + { + "MP": [ + "Pacific/Guam" + ] + }, + { + "MQ": [ + "America/Martinique" + ] + }, + { + "MR": [ + "Africa/Abidjan" + ] + }, + { + "MS": [ + "America/Port_of_Spain" + ] + }, + { + "MT": [ + "Europe/Malta" + ] + }, + { + "MU": [ + "Indian/Mauritius" + ] + }, + { + "MV": [ + "Indian/Maldives" + ] + }, + { + "MW": [ + "Africa/Maputo" + ] + }, + { + "MX": [ + "America/Mexico_City", + "America/Cancun", + "America/Merida", + "America/Monterrey", + "America/Matamoros", + "America/Mazatlan", + "America/Chihuahua", + "America/Ojinaga", + "America/Hermosillo", + "America/Tijuana", + "America/Bahia_Banderas" + ] + }, + { + "MY": [ + "Asia/Kuala_Lumpur", + "Asia/Kuching" + ] + }, + { + "MZ": [ + "Africa/Maputo" + ] + }, + { + "NA": [ + "Africa/Windhoek" + ] + }, + { + "NC": [ + "Pacific/Noumea" + ] + }, + { + "NE": [ + "Africa/Lagos" + ] + }, + { + "NF": [ + "Pacific/Norfolk" + ] + }, + { + "NG": [ + "Africa/Lagos" + ] + }, + { + "NI": [ + "America/Managua" + ] + }, + { + "NL": [ + "Europe/Amsterdam" + ] + }, + { + "NO": [ + "Europe/Oslo" + ] + }, + { + "NP": [ + "Asia/Kathmandu" + ] + }, + { + "NR": [ + "Pacific/Nauru" + ] + }, + { + "NU": [ + "Pacific/Niue" + ] + }, + { + "NZ": [ + "Pacific/Auckland", + "Pacific/Chatham" + ] + }, + { + "OM": [ + "Asia/Dubai" + ] + }, + { + "PA": [ + "America/Panama" + ] + }, + { + "PE": [ + "America/Lima" + ] + }, + { + "PF": [ + "Pacific/Tahiti", + "Pacific/Marquesas", + "Pacific/Gambier" + ] + }, + { + "PG": [ + "Pacific/Port_Moresby", + "Pacific/Bougainville" + ] + }, + { + "PH": [ + "Asia/Manila" + ] + }, + { + "PK": [ + "Asia/Karachi" + ] + }, + { + "PL": [ + "Europe/Warsaw" + ] + }, + { + "PM": [ + "America/Miquelon" + ] + }, + { + "PN": [ + "Pacific/Pitcairn" + ] + }, + { + "PR": [ + "America/Puerto_Rico" + ] + }, + { + "PS": [ + "Asia/Gaza", + "Asia/Hebron" + ] + }, + { + "PT": [ + "Europe/Lisbon", + "Atlantic/Madeira", + "Atlantic/Azores" + ] + }, + { + "PW": [ + "Pacific/Palau" + ] + }, + { + "PY": [ + "America/Asuncion" + ] + }, + { + "QA": [ + "Asia/Qatar" + ] + }, + { + "RE": [ + "Indian/Reunion" + ] + }, + { + "RO": [ + "Europe/Bucharest" + ] + }, + { + "RS": [ + "Europe/Belgrade" + ] + }, + { + "RU": [ + "Europe/Kaliningrad", + "Europe/Moscow", + "Europe/Simferopol", + "Europe/Volgograd", + "Europe/Kirov", + "Europe/Astrakhan", + "Europe/Saratov", + "Europe/Ulyanovsk", + "Europe/Samara", + "Asia/Yekaterinburg", + "Asia/Omsk", + "Asia/Novosibirsk", + "Asia/Barnaul", + "Asia/Tomsk", + "Asia/Novokuznetsk", + "Asia/Krasnoyarsk", + "Asia/Irkutsk", + "Asia/Chita", + "Asia/Yakutsk", + "Asia/Khandyga", + "Asia/Vladivostok", + "Asia/Ust-Nera", + "Asia/Magadan", + "Asia/Sakhalin", + "Asia/Srednekolymsk", + "Asia/Kamchatka", + "Asia/Anadyr" + ] + }, + { + "RW": [ + "Africa/Maputo" + ] + }, + { + "SA": [ + "Asia/Riyadh" + ] + }, + { + "SB": [ + "Pacific/Guadalcanal" + ] + }, + { + "SC": [ + "Indian/Mahe" + ] + }, + { + "SD": [ + "Africa/Khartoum" + ] + }, + { + "SE": [ + "Europe/Stockholm" + ] + }, + { + "SG": [ + "Asia/Singapore" + ] + }, + { + "SH": [ + "Africa/Abidjan" + ] + }, + { + "SI": [ + "Europe/Belgrade" + ] + }, + { + "SJ": [ + "Europe/Oslo" + ] + }, + { + "SK": [ + "Europe/Prague" + ] + }, + { + "SL": [ + "Africa/Abidjan" + ] + }, + { + "SM": [ + "Europe/Rome" + ] + }, + { + "SN": [ + "Africa/Abidjan" + ] + }, + { + "SO": [ + "Africa/Nairobi" + ] + }, + { + "SR": [ + "America/Paramaribo" + ] + }, + { + "SS": [ + "Africa/Juba" + ] + }, + { + "ST": [ + "Africa/Sao_Tome" + ] + }, + { + "SV": [ + "America/El_Salvador" + ] + }, + { + "SX": [ + "America/Curacao" + ] + }, + { + "SY": [ + "Asia/Damascus" + ] + }, + { + "SZ": [ + "Africa/Johannesburg" + ] + }, + { + "TC": [ + "America/Grand_Turk" + ] + }, + { + "TD": [ + "Africa/Ndjamena" + ] + }, + { + "TF": [ + "Indian/Kerguelen", + "Indian/Reunion" + ] + }, + { + "TG": [ + "Africa/Abidjan" + ] + }, + { + "TH": [ + "Asia/Bangkok" + ] + }, + { + "TJ": [ + "Asia/Dushanbe" + ] + }, + { + "TK": [ + "Pacific/Fakaofo" + ] + }, + { + "TL": [ + "Asia/Dili" + ] + }, + { + "TM": [ + "Asia/Ashgabat" + ] + }, + { + "TN": [ + "Africa/Tunis" + ] + }, + { + "TO": [ + "Pacific/Tongatapu" + ] + }, + { + "TR": [ + "Europe/Istanbul" + ] + }, + { + "TT": [ + "America/Port_of_Spain" + ] + }, + { + "TV": [ + "Pacific/Funafuti" + ] + }, + { + "TW": [ + "Asia/Taipei" + ] + }, + { + "TZ": [ + "Africa/Nairobi" + ] + }, + { + "UA": [ + "Europe/Kiev", + "Europe/Uzhgorod", + "Europe/Zaporozhye" + ] + }, + { + "UG": [ + "Africa/Nairobi" + ] + }, + { + "UM": [ + "Pacific/Wake", + "Pacific/Pago_Pago", + "Pacific/Honolulu" + ] + }, + { + "US": [ + "America/New_York", + "America/Detroit", + "America/Kentucky/Louisville", + "America/Kentucky/Monticello", + "America/Indiana/Indianapolis", + "America/Indiana/Vincennes", + "America/Indiana/Winamac", + "America/Indiana/Marengo", + "America/Indiana/Petersburg", + "America/Indiana/Vevay", + "America/Chicago", + "America/Indiana/Tell_City", + "America/Indiana/Knox", + "America/Menominee", + "America/North_Dakota/Center", + "America/North_Dakota/New_Salem", + "America/North_Dakota/Beulah", + "America/Denver", + "America/Boise", + "America/Phoenix", + "America/Los_Angeles", + "America/Anchorage", + "America/Juneau", + "America/Sitka", + "America/Metlakatla", + "America/Yakutat", + "America/Nome", + "America/Adak", + "Pacific/Honolulu" + ] + }, + { + "UY": [ + "America/Montevideo" + ] + }, + { + "UZ": [ + "Asia/Samarkand", + "Asia/Tashkent" + ] + }, + { + "VA": [ + "Europe/Rome" + ] + }, + { + "VC": [ + "America/Port_of_Spain" + ] + }, + { + "VE": [ + "America/Caracas" + ] + }, + { + "VG": [ + "America/Port_of_Spain" + ] + }, + { + "VI": [ + "America/Port_of_Spain" + ] + }, + { + "VN": [ + "Asia/Ho_Chi_Minh", + "Asia/Bangkok" + ] + }, + { + "VU": [ + "Pacific/Efate" + ] + }, + { + "WF": [ + "Pacific/Wallis" + ] + }, + { + "WS": [ + "Pacific/Apia" + ] + }, + { + "YE": [ + "Asia/Riyadh" + ] + }, + { + "YT": [ + "Africa/Nairobi" + ] + }, + { + "ZA": [ + "Africa/Johannesburg" + ] + }, + { + "ZM": [ + "Africa/Maputo" + ] + }, + { + "ZW": [ + "Africa/Maputo" + ] + } + ], + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientCreditTests.json b/TMDbLibTests/Data/data-ClientCreditTests.json new file mode 100644 index 0000000..4efd99b --- /dev/null +++ b/TMDbLibTests/Data/data-ClientCreditTests.json @@ -0,0 +1,348 @@ +[ + { + "RecordedAt": "2019-01-26T17:51:51.6471442Z", + "ReducedUri": "/3/credit/5256ccf519c2956ff607ca00", + "RespData": { + "credit_type": "cast", + "department": "Acting", + "job": "Actor", + "media": { + "original_name": "House", + "id": 1408, + "name": "House", + "vote_count": 957, + "vote_average": 8.2, + "first_air_date": "2004-11-16", + "poster_path": "/lxSzRZ49NXwsiyHuvMsd19QxduC.jpg", + "genre_ids": [ + 35, + 18, + 9648 + ], + "original_language": "en", + "backdrop_path": "/ncdS5plsKvO3DLbRX0fBETB6SNS.jpg", + "overview": "Dr. Gregory House, a drug-addicted, unconventional, misanthropic medical genius, leads a team of diagnosticians at the fictional Princeton–Plainsboro Teaching Hospital in New Jersey.", + "origin_country": [ + "US" + ], + "popularity": 31.977, + "character": "Gregory House", + "episodes": [], + "seasons": [ + { + "air_date": null, + "episode_count": 6, + "id": 3682, + "name": "Specials", + "overview": "", + "poster_path": "/4qDffrHMZRjSqiR3mVmzvAkhh54.jpg", + "season_number": 0, + "show_id": 1408 + }, + { + "air_date": "2004-11-16", + "episode_count": 22, + "id": 3674, + "name": "Season 1", + "overview": "Dr. Gregory House is devoid of bedside manner and wouldn't even talk to his patients if he could get away with it. Dealing with his own constant physical pain, he uses a cane that seems to punctuate his acerbic, brutally honest demeanor. While his behavior can border on antisocial, House is a maverick physician whose unconventional thinking and flawless instincts have afforded him a great deal of respect. House's roster of medical cases are the inexplicable ones other doctors can't solve, and he has assembled an elite team of young medical experts to help him in his effort to solve these diagnostic mysteries.", + "poster_path": "/lXBIhFheyDRA72vRQvYF1mkEF27.jpg", + "season_number": 1, + "show_id": 1408 + }, + { + "air_date": "2006-09-05", + "episode_count": 24, + "id": 3679, + "name": "Season 3", + "overview": "In the Season 2 finale, House suffered multiple gunshot wounds inflicted by a former patient's husband determined to carry out retribution for House's treatment of his wife's case. In a shocking surprise to his co-workers, House comes through the ordeal with a slightly new perspective on his treatment of patients — but will it affect how he makes medical decisions? And will it last?", + "poster_path": "/muuLevUfVbpq87lWljfZ8HLga6b.jpg", + "season_number": 3, + "show_id": 1408 + }, + { + "air_date": "2005-09-13", + "episode_count": 24, + "id": 3675, + "name": "Season 2", + "overview": "House will do whatever it takes to solve a case before it's too late, from sending one of his team to break into a patient's home in search of clues, to attempting a controversial, trial-and-error form of treatment to see how a patient responds. House's methods may be suspect, but his results are not — he saves lives no one else can. Always in House's way is Dr. Lisa Cuddy, the Dean of Medicine and hospital administrator — and ethical gatekeeper of the hospital who is in constant conflict with House over his extreme treatments and unconventional behavior. House's former love Stacy Warner recently accepted a job as General Counsel to the hospital, and her presence there has reignited feelings House thought were safely buried.", + "poster_path": "/j2LxTsMhXYqfi4k9Vome8kQc26U.jpg", + "season_number": 2, + "show_id": 1408 + }, + { + "air_date": "2011-10-03", + "episode_count": 22, + "id": 3681, + "name": "Season 8", + "overview": "Last season, House and Cuddy finally decided to take their relationship to the next level, but struggled to find a balance between their professional and personal lives, and ultimately, Cuddy made the very emotional decision to end their relationship. As each of them dealt with the aftermath of the break-up, House got married to an immigrant in need of a Green Card. In the series' milestone 150th episode, Thirteen was released from prison after euthanizing her brother who was suffering from the late stages of Huntington's Disease, the same disease with which she is afflicted. As the season comes to a close, when House's attempts to mend his relationship with Cuddy fall short, he's compelled to take drastic and possibly irrevocable measures that could forever change the course of their relationship.", + "poster_path": "/fqMpdjiGe4jejxTm1NAWnhRV6CM.jpg", + "season_number": 8, + "show_id": 1408 + }, + { + "air_date": "2010-09-20", + "episode_count": 23, + "id": 3680, + "name": "Season 7", + "overview": "In the Season 6 finale, House, driven by the loss of a patient he treated at an accident site and confronted with the unexpected news that Cuddy was now engaged, spiraled into despair and considered treating his mental and emotional anguish with Vicodin, potentially prompting the cycle of his dependency and addiction all over again. But in a surprising turn, Cuddy revealed that she called off her engagement and admitted to House she loves him, despite wishing she didn’t. Also, Thirteen submitted her leave of absence from the hospital, prompting questions about the status of her health. As Season 7 begins, House and Cuddy attempt to make a real relationship work and face the question as to whether their new relationship will affect their ability to diagnose patients.", + "poster_path": "/z0zkn4BME4M9ycaHldChWR3m7XL.jpg", + "season_number": 7, + "show_id": 1408 + }, + { + "air_date": "2009-09-21", + "episode_count": 22, + "id": 3677, + "name": "Season 6", + "overview": "When the previous season concluded, House was forced to admit that he had lost his grip on reality and could no longer practice medicine. Out of options, he checked himself into a psychiatric hospital. Season 6 will explore House’s long and twisted road to recovery: Can he find some version of sanity and normalcy? Can he stay away from the workplace that arguably drove him to mental instability but is also the only stable foundation in his life? Can Princeton-Plainsboro continue its celebrated Department of Diagnostics without him? How will Cuddy’s relationship with House change, now that their imagined affair is out in the open?", + "poster_path": "/hhcJGHhq2xMUCp2sGRrw523M7Zx.jpg", + "season_number": 6, + "show_id": 1408 + }, + { + "air_date": "2008-09-16", + "episode_count": 24, + "id": 3676, + "name": "Season 5", + "overview": "In the Season 4 finale, after a massive bus accident left House without recollection of the accident, he and the team put the pieces of his memory together and discover Wilson’s girlfriend Amber was on the bus with him and was fatally injured. Wilson has to face the shocking realization that House was involved in Amber’s death.\n\nAs Season 5 opens, with his friendship with Wilson shattered, House must determine if he’s responsible for Amber’s death and Wilson must decide if House is a destructive force in his life while Cuddy attempts to advance a reconciliation between the two of them.", + "poster_path": "/bwE3QGVeC7E5VycnIPVzPtzpBId.jpg", + "season_number": 5, + "show_id": 1408 + }, + { + "air_date": "2007-09-25", + "episode_count": 16, + "id": 3678, + "name": "Season 4", + "overview": "In the Season 3 finale, the set-in-his-ways House was confronted with a series of major changes to his team — but any effects of this “house-cleaning,\" or the changes it may bring to House professionally or personally, remain to be seen...", + "poster_path": "/CryJFbwif5U1VViZ5EkmeomD3q.jpg", + "season_number": 4, + "show_id": 1408 + } + ] + }, + "media_type": "tv", + "id": "5256ccf519c2956ff607ca00", + "person": { + "adult": false, + "gender": 2, + "name": "Hugh Laurie", + "id": 41419, + "known_for": [ + { + "adult": false, + "backdrop_path": "/fQbc5XuB4vWA9gnY1CmyxFaOufF.jpg", + "genre_ids": [ + 12, + 10751, + 9648, + 878 + ], + "id": 158852, + "original_language": "en", + "original_title": "Tomorrowland", + "overview": "Bound by a shared destiny, a bright, optimistic teen bursting with scientific curiosity and a former boy-genius inventor jaded by disillusionment embark on a danger-filled mission to unearth the secrets of an enigmatic place somewhere in time and space that exists in their collective memory as \"Tomorrowland.\"", + "poster_path": "/69Cz9VNQZy39fUE2g0Ggth6SBTM.jpg", + "release_date": "2015-05-19", + "title": "Tomorrowland", + "video": false, + "vote_average": 6.2, + "vote_count": 4325, + "popularity": 18.291, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/a5zAJBPShxIQmkUsXMPsHhORQXO.jpg", + "genre_ids": [ + 16, + 10751, + 12, + 878 + ], + "id": 15512, + "original_language": "en", + "original_title": "Monsters vs Aliens", + "overview": "When Susan Murphy is unwittingly clobbered by a meteor full of outer space gunk on her wedding day, she mysteriously grows to 49-feet-11-inches. The military jumps into action and captures Susan, secreting her away to a covert government compound. She is renamed Ginormica and placed in confinement with a ragtag group of Monsters...", + "poster_path": "/uNGGJQR82y7z9uTRaSj6UQUqxOl.jpg", + "release_date": "2009-03-19", + "title": "Monsters vs Aliens", + "video": false, + "vote_average": 6.1, + "vote_count": 2323, + "popularity": 10.883, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/bfiybUiH5TEiuk1Znn2cYG4w0YD.jpg", + "genre_ids": [ + 16, + 14, + 10751, + 35 + ], + "id": 10137, + "original_language": "en", + "original_title": "Stuart Little", + "overview": "The adventures of a heroic and debonair stalwart mouse named Stuart Little with human qualities, who faces some comic misadventures while searching for his lost bird friend and living with a human family as their child.", + "poster_path": "/539JU71suy9q4Wd5vvkKQLl5fTC.jpg", + "release_date": "1999-12-17", + "title": "Stuart Little", + "video": false, + "vote_average": 5.9, + "vote_count": 1980, + "popularity": 8.911, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/3qCmEHtq5fBW8dbzsYDSy16Zqb0.jpg", + "popularity": 4.967 + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:23.0999106Z", + "ReducedUri": "/3/credit/525719bb760ee3776a1835d3", + "RespData": { + "credit_type": "cast", + "department": "Acting", + "job": "Actor", + "media": { + "backdrop_path": "/dtvRLuUgo4CLh5kRy26MImDyHvr.jpg", + "first_air_date": "1984-09-16", + "genre_ids": [ + 80, + 18 + ], + "id": 1908, + "name": "Miami Vice", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Miami Vice", + "overview": "The story of the Miami Police Department's vice squad and its efforts to end drug trafficking and prostitution, centered on the unlikely partnership of Sonny Crockett and Ricardo Tubbs - who first meet when Tubbs is undercover in a drug cartel.", + "poster_path": "/6psPEKu03UCiLqBxzeSy7wRQOVN.jpg", + "vote_average": 7.3, + "vote_count": 110, + "popularity": 12.35, + "character": "", + "episodes": [ + { + "air_date": "1984-11-09", + "episode_number": 8, + "id": 124339, + "name": "No Exit", + "overview": "Crockett and Tubbs reluctantly help government agents in their pursuit of a dangerous arms dealer.", + "production_code": "59508", + "season_number": 1, + "show_id": 1908, + "still_path": "/zJZDnnNGO0ciOQ9SUdEGLLCE4r0.jpg", + "vote_average": 4.0, + "vote_count": 1 + } + ], + "seasons": [] + }, + "media_type": "tv", + "id": "525719bb760ee3776a1835d3", + "person": { + "adult": false, + "gender": 2, + "name": "Bruce Willis", + "id": 62, + "known_for": [ + { + "adult": false, + "backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg", + "genre_ids": [ + 53, + 80 + ], + "id": 680, + "original_language": "en", + "original_title": "Pulp Fiction", + "overview": "A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.", + "poster_path": "/dM2w364MScsjFf8pfMbaWUcWrR.jpg", + "release_date": "1994-09-10", + "title": "Pulp Fiction", + "video": false, + "vote_average": 8.4, + "vote_count": 13875, + "popularity": 37.649, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/4G6FNNLSIVrwSRZyFs91hQ3lZtD.jpg", + "genre_ids": [ + 27, + 53 + ], + "id": 381288, + "original_language": "en", + "original_title": "Split", + "overview": "Though Kevin has evidenced 23 personalities to his trusted psychiatrist, Dr. Fletcher, there remains one still submerged who is set to materialize and dominate all the others. Compelled to abduct three teenage girls led by the willful, observant Casey, Kevin reaches a war for survival among all of those contained within him — as well as everyone around him — as the walls between his compartments shatter apart.", + "poster_path": "/rXMWOZiCt6eMX22jWuTOSdQ98bY.jpg", + "release_date": "2017-01-19", + "title": "Split", + "video": false, + "vote_average": 7.2, + "vote_count": 8986, + "popularity": 68.454, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "genre_ids": [ + 28, + 53, + 878 + ], + "id": 59967, + "original_language": "en", + "original_title": "Looper", + "overview": "In the futuristic action thriller Looper, time travel will be invented but it will be illegal and only available on the black market. When the mob wants to get rid of someone, they will send their target 30 years into the past where a looper, a hired gun, like Joe is waiting to mop up. Joe is getting rich and life is good until the day the mob decides to close the loop, sending back Joe's future self for assassination.", + "poster_path": "/sNjL6SqErDBE8OUZlrDLkexfsCj.jpg", + "release_date": "2012-09-26", + "title": "Looper", + "video": false, + "vote_average": 6.8, + "vote_count": 6342, + "popularity": 14.358, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "popularity": 17.767 + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:51.3459883Z", + "ReducedUri": "/3/credit/999999999", + "RespData": { + "status_code": 34, + "status_message": "The resource you requested could not be found." + }, + "RespStatusCode": 404, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientDiscoverTests.json b/TMDbLibTests/Data/data-ClientDiscoverTests.json new file mode 100644 index 0000000..6216a62 --- /dev/null +++ b/TMDbLibTests/Data/data-ClientDiscoverTests.json @@ -0,0 +1,4667 @@ +[ + { + "RecordedAt": "2019-01-26T17:51:46.8992009Z", + "ReducedUri": "/3/discover/movie", + "RespData": { + "page": 1, + "total_results": 399573, + "total_pages": 19979, + "results": [ + { + "vote_count": 928, + "id": 424783, + "video": false, + "vote_average": 6.5, + "title": "Bumblebee", + "popularity": 333.153, + "poster_path": "/fw02ONlDhrYjTSZV8XO6hhU3ds3.jpg", + "original_language": "en", + "original_title": "Bumblebee", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/hMANgfPHR1tRObNp2oPiOi9mMlz.jpg", + "adult": false, + "overview": "On the run in the year 1987, Bumblebee finds refuge in a junkyard in a small Californian beach town. Charlie, on the cusp of turning 18 and trying to find her place in the world, discovers Bumblebee, battle-scarred and broken. When Charlie revives him, she quickly learns this is no ordinary yellow VW bug.", + "release_date": "2018-12-15" + }, + { + "vote_count": 2938, + "id": 297802, + "video": false, + "vote_average": 6.9, + "title": "Aquaman", + "popularity": 331.431, + "poster_path": "/5Kg76ldv7VxeX9YlcQXiowHgdX6.jpg", + "original_language": "en", + "original_title": "Aquaman", + "genre_ids": [ + 28, + 14, + 878, + 12 + ], + "backdrop_path": "/7icgF1dgUJaCpnWV235eafXFznJ.jpg", + "adult": false, + "overview": "Arthur Curry learns that he is the heir to the underwater kingdom of Atlantis, and must step forward to lead his people and be a hero to the world.", + "release_date": "2018-12-07" + }, + { + "vote_count": 3963, + "id": 424694, + "video": false, + "vote_average": 8.2, + "title": "Bohemian Rhapsody", + "popularity": 242.391, + "poster_path": "/gbmkFWdtihe1VfydTDsieQ6VfGL.jpg", + "original_language": "en", + "original_title": "Bohemian Rhapsody", + "genre_ids": [ + 18, + 10402 + ], + "backdrop_path": "/93xA62uLd5CwMOAs37eQ7vPc1iV.jpg", + "adult": false, + "overview": "Singer Freddie Mercury, guitarist Brian May, drummer Roger Taylor and bass guitarist John Deacon take the music world by storm when they form the rock 'n' roll band Queen in 1970. Hit songs become instant classics. When Mercury's increasingly wild lifestyle starts to spiral out of control, Queen soon faces its greatest challenge yet – finding a way to keep the band together amid the success and excess.", + "release_date": "2018-10-24" + }, + { + "vote_count": 591, + "id": 428078, + "video": false, + "vote_average": 6, + "title": "Mortal Engines", + "popularity": 210.646, + "poster_path": "/gLhYg9NIvIPKVRTtvzCWnp1qJWG.jpg", + "original_language": "en", + "original_title": "Mortal Engines", + "genre_ids": [ + 878, + 28, + 12, + 14, + 53 + ], + "backdrop_path": "/rxYG6Sj95as9rv9wKIHUx6ATWd3.jpg", + "adult": false, + "overview": "Set in a world many thousands of years in the future. Earth’s cities now roam the globe on huge wheels, devouring each other in a struggle for ever diminishing resources. On one of these massive Traction Cities, Tom Natsworthy has an unexpected encounter with a mysterious young woman from the Outlands who will change the course of his life forever.", + "release_date": "2018-12-05" + }, + { + "vote_count": 706, + "id": 480530, + "video": false, + "vote_average": 6.5, + "title": "Creed II", + "popularity": 209.752, + "poster_path": "/v3QyboWRoA4O9RbcsqH8tJMe8EB.jpg", + "original_language": "en", + "original_title": "Creed II", + "genre_ids": [ + 18, + 28 + ], + "backdrop_path": "/8yqLPNwNCtpOPc3XkOlkSMnghzw.jpg", + "adult": false, + "overview": "Follows Adonis Creed's life inside and outside of the ring as he deals with new found fame, issues with his family, and his continuing quest to become a champion.", + "release_date": "2018-11-21" + }, + { + "vote_count": 2, + "id": 568709, + "video": false, + "vote_average": 9.3, + "title": "Preman Pensiun", + "popularity": 209.427, + "poster_path": "/7xfWyoz4SF5LHZ713eMtC2aZ0lT.jpg", + "original_language": "id", + "original_title": "Preman Pensiun", + "genre_ids": [ + 35, + 18 + ], + "backdrop_path": "/rrznEEdi4OVPsrqbEgmCE7nzjPs.jpg", + "adult": false, + "overview": "", + "release_date": "2019-01-17" + }, + { + "vote_count": 440, + "id": 375588, + "video": false, + "vote_average": 5.8, + "title": "Robin Hood", + "popularity": 169.74, + "poster_path": "/AiRfixFcfTkNbn2A73qVJPlpkUo.jpg", + "original_language": "en", + "original_title": "Robin Hood", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/AuA50D7T7S7OEVcGo0ZKaMhERn0.jpg", + "adult": false, + "overview": "A war-hardened Crusader and his Moorish commander mount an audacious revolt against the corrupt English crown.", + "release_date": "2018-11-20" + }, + { + "vote_count": 11, + "id": 390634, + "video": false, + "vote_average": 4.8, + "title": "Fate/stay night: Heaven’s Feel II. lost butterfly", + "popularity": 165.584, + "poster_path": "/t0jwlwFUrtkPJoq5JH9YrRVROXZ.jpg", + "original_language": "ja", + "original_title": "劇場版「Fate/stay night [Heaven's Feel] ⅠⅠ. lost butterfly」", + "genre_ids": [ + 16, + 28, + 14, + 12 + ], + "backdrop_path": "/3haESpzscyP1pLl2BxQ9j5KK9cM.jpg", + "adult": false, + "overview": "Theatrical-release adaptation of the visual novel \"Fate/stay night\", following the third and final route. (Part 2 of a trilogy.)", + "release_date": "2019-01-12" + }, + { + "vote_count": 691, + "id": 450465, + "video": false, + "vote_average": 6.9, + "title": "Glass", + "popularity": 165.309, + "poster_path": "/svIDTNUoajS8dLEo7EosxvyAsgJ.jpg", + "original_language": "en", + "original_title": "Glass", + "genre_ids": [ + 53, + 27, + 9648, + 18 + ], + "backdrop_path": "/ngBFDOsx13sFXiMweDoL54XYknR.jpg", + "adult": false, + "overview": "In a series of escalating encounters, security guard David Dunn uses his supernatural abilities to track Kevin Wendell Crumb, a disturbed man who has twenty-four personalities. Meanwhile, the shadowy presence of Elijah Price emerges as an orchestrator who holds secrets critical to both men.", + "release_date": "2019-01-16" + }, + { + "vote_count": 2875, + "id": 332562, + "video": false, + "vote_average": 7.5, + "title": "A Star Is Born", + "popularity": 155.21, + "poster_path": "/wrFpXMNBRj2PBiN4Z5kix51XaIZ.jpg", + "original_language": "en", + "original_title": "A Star Is Born", + "genre_ids": [ + 18, + 10402, + 10749 + ], + "backdrop_path": "/wqtaHWOEZ3rXDJ8c6ZZShulbo18.jpg", + "adult": false, + "overview": "Seasoned musician Jackson Maine discovers—and falls in love with—struggling artist Ally. She has just about given up on her dream to make it big as a singer—until Jack coaxes her into the spotlight. But even as Ally's career takes off, the personal side of their relationship is breaking down, as Jack fights an ongoing battle with his own internal demons.", + "release_date": "2018-10-03" + }, + { + "vote_count": 218, + "id": 504172, + "video": false, + "vote_average": 6.1, + "title": "The Mule", + "popularity": 135.793, + "poster_path": "/t0idiLMalKMj2pLsvqHrOM4LPdQ.jpg", + "original_language": "en", + "original_title": "The Mule", + "genre_ids": [ + 80, + 18, + 53 + ], + "backdrop_path": "/bkc4AY6FTa3yNqrshE9b1elDzPt.jpg", + "adult": false, + "overview": "A 90 year old horticulturalist and Korean War veteran is caught transporting $3 million worth of cocaine through Illinois for a Mexican drug cartel.", + "release_date": "2018-12-14" + }, + { + "vote_count": 244, + "id": 503314, + "video": false, + "vote_average": 7.4, + "title": "Dragon Ball Super: Broly", + "popularity": 135.52, + "poster_path": "/f03YksE4NggUjG75toz4H1YAGRf.jpg", + "original_language": "ja", + "original_title": "ドラゴンボール超スーパー ブロリー", + "genre_ids": [ + 28, + 16, + 878 + ], + "backdrop_path": "/6OTRuxpwUUGbmCX3MKP25dOmo59.jpg", + "adult": false, + "overview": "Earth is peaceful following the Tournament of Power. Realizing that the universes still hold many more strong people yet to see, Goku spends all his days training to reach even greater heights. Then one day, Goku and Vegeta are faced by a Saiyan called 'Broly' who they've never seen before. The Saiyans were supposed to have been almost completely wiped out in the destruction of Planet Vegeta, so what's this one doing on Earth? This encounter between the three Saiyans who have followed completely different destinies turns into a stupendous battle, with even Frieza (back from Hell) getting caught up in the mix.", + "release_date": "2018-12-14" + }, + { + "vote_count": 643, + "id": 360920, + "video": false, + "vote_average": 6.3, + "title": "The Grinch", + "popularity": 130.115, + "poster_path": "/gpkHvkCtZOeCQ2DelnJ2LB1WjZ5.jpg", + "original_language": "en", + "original_title": "The Grinch", + "genre_ids": [ + 16, + 10751, + 35, + 14 + ], + "backdrop_path": "/juc9wt7Eh2IarLL5S1yQ1a21O1A.jpg", + "adult": false, + "overview": "The Grinch hatches a scheme to ruin Christmas when the residents of Whoville plan their annual holiday celebration.", + "release_date": "2018-11-08" + }, + { + "vote_count": 1312, + "id": 324857, + "video": false, + "vote_average": 8.5, + "title": "Spider-Man: Into the Spider-Verse", + "popularity": 114.503, + "poster_path": "/laMM4lpQSh5z6KIBPwWogkjzBVQ.jpg", + "original_language": "en", + "original_title": "Spider-Man: Into the Spider-Verse", + "genre_ids": [ + 28, + 12, + 16, + 878, + 35 + ], + "backdrop_path": "/7d6EY00g1c39SGZOoCJ5Py9nNth.jpg", + "adult": false, + "overview": "Miles Morales is juggling his life between being a high school student and being a spider-man. When Wilson \"Kingpin\" Fisk uses a super collider, others from across the Spider-Verse are transported to this dimension.", + "release_date": "2018-12-07" + }, + { + "vote_count": 52, + "id": 522681, + "video": false, + "vote_average": 7.1, + "title": "Escape Room", + "popularity": 114.258, + "poster_path": "/8yZAx7tlKRZIg7pJfaPhl00yHIQ.jpg", + "original_language": "en", + "original_title": "Escape Room", + "genre_ids": [ + 27, + 53, + 28 + ], + "backdrop_path": "/9cmrRktcAmhteKMNRl2hU6rQzLJ.jpg", + "adult": false, + "overview": "Six strangers find themselves in circumstances beyond their control, and must use their wits to survive.", + "release_date": "2019-01-03" + }, + { + "vote_count": 226, + "id": 446807, + "video": false, + "vote_average": 5.9, + "title": "The Girl in the Spider's Web", + "popularity": 109.135, + "poster_path": "/w4ibr8R702DCjwYniry1D1XwQXj.jpg", + "original_language": "en", + "original_title": "The Girl in the Spider's Web", + "genre_ids": [ + 18, + 53, + 9648, + 80, + 28 + ], + "backdrop_path": "/r0ljJIPBGsGdpeDdlHpzCiNnxiB.jpg", + "adult": false, + "overview": "In Stockholm, Sweden, hacker Lisbeth Salander is hired by Frans Balder, a computer engineer, to retrieve a program that he believes it is too dangerous to exist.", + "release_date": "2018-10-26" + }, + { + "vote_count": 10997, + "id": 299536, + "video": false, + "vote_average": 8.3, + "title": "Avengers: Infinity War", + "popularity": 108.095, + "poster_path": "/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg", + "original_language": "en", + "original_title": "Avengers: Infinity War", + "genre_ids": [ + 12, + 28, + 14 + ], + "backdrop_path": "/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg", + "adult": false, + "overview": "As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.", + "release_date": "2018-04-25" + }, + { + "vote_count": 89, + "id": 166428, + "video": false, + "vote_average": 8.5, + "title": "How to Train Your Dragon: The Hidden World", + "popularity": 105.53, + "poster_path": "/ij0xoc13hGhrYIlXGGuPXWTh3vi.jpg", + "original_language": "en", + "original_title": "How to Train Your Dragon: The Hidden World", + "genre_ids": [ + 16, + 10751, + 12 + ], + "backdrop_path": "/xt1eGafwaY42gBvYCUqXQrjUVjw.jpg", + "adult": false, + "overview": "As Hiccup fulfills his dream of creating a peaceful dragon utopia, Toothless’ discovery of an untamed, elusive mate draws the Night Fury away. When danger mounts at home and Hiccup’s reign as village chief is tested, both dragon and rider must make impossible decisions to save their kind.", + "release_date": "2019-01-03" + }, + { + "vote_count": 326, + "id": 399402, + "video": false, + "vote_average": 5.9, + "title": "Hunter Killer", + "popularity": 102.919, + "poster_path": "/a0j18XNVhP4RcW3wXwsqT0kVoQm.jpg", + "original_language": "en", + "original_title": "Hunter Killer", + "genre_ids": [ + 28, + 53 + ], + "backdrop_path": "/gCIB3DdK00DyfwosVGf7pnFFdK3.jpg", + "adult": false, + "overview": "An untested American submarine captain teams with U.S. Navy SEALs to rescue the Russian president, who has been kidnapped by a rogue general.", + "release_date": "2018-10-19" + }, + { + "vote_count": 3263, + "id": 405774, + "video": false, + "vote_average": 7.1, + "title": "Bird Box", + "popularity": 96.734, + "poster_path": "/rGfGfgL2pEPCfhIvqHXieXFn7gp.jpg", + "original_language": "en", + "original_title": "Bird Box", + "genre_ids": [ + 53, + 18, + 878, + 27 + ], + "backdrop_path": "/z6m7s4w4Erxnr5k2jc1TZR1AMva.jpg", + "adult": false, + "overview": "When a mysterious force decimates the world’s population, only one thing is certain: if you see it, you take your life. Facing the unknown, Malorie finds love, hope and a new beginning only for it to unravel. Now she must flee with her two children down a treacherous river to the one place left that may offer sanctuary. But to survive, they'll have to undertake the perilous two-day journey blindfolded.", + "release_date": "2018-12-13" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:23.0952161Z", + "ReducedUri": "/3/discover/movie?language=da-DK&primary_release_date.gte=2017-01-01", + "RespData": { + "page": 1, + "total_results": 31669, + "total_pages": 1584, + "results": [ + { + "vote_count": 928, + "id": 424783, + "video": false, + "vote_average": 6.5, + "title": "Bumblebee", + "popularity": 333.153, + "poster_path": "/fw02ONlDhrYjTSZV8XO6hhU3ds3.jpg", + "original_language": "en", + "original_title": "Bumblebee", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/hMANgfPHR1tRObNp2oPiOi9mMlz.jpg", + "adult": false, + "overview": "Året er 1987 og Bumblebee er på flugt og skjuler sig på en skrotplads i en lille Californisk badeby. Charlie kan snart fejre sin 18 års fødselsdag, da hun finder den kamphærgede og ramponerede Bumblebee. Det lykkes Charlie at få liv i Bumblebee igen og hun opdager snart, at det ikke er et helt almindelig Folkevogn, hun har fundet.", + "release_date": "2018-12-15" + }, + { + "vote_count": 2938, + "id": 297802, + "video": false, + "vote_average": 6.9, + "title": "Aquaman", + "popularity": 331.431, + "poster_path": "/5Kg76ldv7VxeX9YlcQXiowHgdX6.jpg", + "original_language": "en", + "original_title": "Aquaman", + "genre_ids": [ + 28, + 14, + 878, + 12 + ], + "backdrop_path": "/7icgF1dgUJaCpnWV235eafXFznJ.jpg", + "adult": false, + "overview": "Arthur Curry erfarer han er arving til Atlantis undervandsrige, og skal træde i karakter for at lede sit folk og blive en superhelt for hele verden.", + "release_date": "2018-12-07" + }, + { + "vote_count": 3963, + "id": 424694, + "video": false, + "vote_average": 8.2, + "title": "Bohemian Rhapsody", + "popularity": 242.391, + "poster_path": "/gbmkFWdtihe1VfydTDsieQ6VfGL.jpg", + "original_language": "en", + "original_title": "Bohemian Rhapsody", + "genre_ids": [ + 18, + 10402 + ], + "backdrop_path": "/93xA62uLd5CwMOAs37eQ7vPc1iV.jpg", + "adult": false, + "overview": "En biografi om forsangeren for rockbandet Queen, Freddie Mercury. Dramaet fokusere på tiden op til bandets optræden ved Live Aid-koncerten i 1985.", + "release_date": "2018-10-24" + }, + { + "vote_count": 591, + "id": 428078, + "video": false, + "vote_average": 6, + "title": "Mortal Engines", + "popularity": 210.646, + "poster_path": "/gLhYg9NIvIPKVRTtvzCWnp1qJWG.jpg", + "original_language": "en", + "original_title": "Mortal Engines", + "genre_ids": [ + 878, + 28, + 12, + 14, + 53 + ], + "backdrop_path": "/rxYG6Sj95as9rv9wKIHUx6ATWd3.jpg", + "adult": false, + "overview": "Der er gået tusinder af år, siden civilisationen blev totalt udslettet, men menneskeheden har tilpasset sig og nye måder at leve på har udviklet sig. Gigantiske, flytbare byer bevæger sig nu rundt på jorden og jagter hensynsløst mindre trækbyer. Tom Natsworthy — som kommer fra et lavere niveau af den stor trækby London – må kæmpe for sin overlevelse, efter han møder den farlige Hester Shaw, der er på flugt. De er to modsætninger, som sammen skaber en højst usandsynlig alliance, der kommer til at ændre fremtiden.", + "release_date": "2018-12-05" + }, + { + "vote_count": 706, + "id": 480530, + "video": false, + "vote_average": 6.5, + "title": "Creed II", + "popularity": 209.752, + "poster_path": "/v3QyboWRoA4O9RbcsqH8tJMe8EB.jpg", + "original_language": "en", + "original_title": "Creed II", + "genre_ids": [ + 18, + 28 + ], + "backdrop_path": "/8yqLPNwNCtpOPc3XkOlkSMnghzw.jpg", + "adult": false, + "overview": "Den unge bokser Adonis Creed bliver trænet af den legendariske Rocky Balboa. I det nye kapitel skal Adonis møde Viktor Drago, søn af Ivan Drago.", + "release_date": "2018-11-21" + }, + { + "vote_count": 2, + "id": 568709, + "video": false, + "vote_average": 9.3, + "title": "Preman Pensiun", + "popularity": 209.427, + "poster_path": "/7xfWyoz4SF5LHZ713eMtC2aZ0lT.jpg", + "original_language": "id", + "original_title": "Preman Pensiun", + "genre_ids": [ + 35, + 18 + ], + "backdrop_path": "/rrznEEdi4OVPsrqbEgmCE7nzjPs.jpg", + "adult": false, + "overview": "", + "release_date": "2019-01-17" + }, + { + "vote_count": 440, + "id": 375588, + "video": false, + "vote_average": 5.8, + "title": "Robin Hood", + "popularity": 169.74, + "poster_path": "/ayLDZ8ohroTbao4jQOq0VU22cMP.jpg", + "original_language": "en", + "original_title": "Robin Hood", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/AuA50D7T7S7OEVcGo0ZKaMhERn0.jpg", + "adult": false, + "overview": "En ny vinkel på den klassiske historie om tyveknægten der tager fra de rige og giver til de fattige, og som er med til at starte en folke-opstand mod overmagten.", + "release_date": "2018-11-20" + }, + { + "vote_count": 11, + "id": 390634, + "video": false, + "vote_average": 4.8, + "title": "劇場版「Fate/stay night [Heaven's Feel] ⅠⅠ. lost butterfly」", + "popularity": 165.584, + "poster_path": "/t0jwlwFUrtkPJoq5JH9YrRVROXZ.jpg", + "original_language": "ja", + "original_title": "劇場版「Fate/stay night [Heaven's Feel] ⅠⅠ. lost butterfly」", + "genre_ids": [ + 16, + 28, + 14, + 12 + ], + "backdrop_path": "/3haESpzscyP1pLl2BxQ9j5KK9cM.jpg", + "adult": false, + "overview": "", + "release_date": "2019-01-12" + }, + { + "vote_count": 691, + "id": 450465, + "video": false, + "vote_average": 6.9, + "title": "Glass", + "popularity": 165.309, + "poster_path": "/svIDTNUoajS8dLEo7EosxvyAsgJ.jpg", + "original_language": "en", + "original_title": "Glass", + "genre_ids": [ + 53, + 27, + 9648, + 18 + ], + "backdrop_path": "/ngBFDOsx13sFXiMweDoL54XYknR.jpg", + "adult": false, + "overview": "Kevin Wendell Crumb, Mr. Glass og David Dunn mener alle tre, at de har overnaturlige evner – at de er en slags superhelte. Mens de to første begår grusomme forbrydelser mod mennesker, mener David, at han er superhelten, som skal stoppe forbryderne. Efterhånden som politiet pågriber dem, bliver de spærret inde på et topsikret sindssygehospital, hvor psykiateren vil overbevise dem om, at de blot lider af vrangforestillinger. Men kan de i længden holdes indespærret?", + "release_date": "2019-01-16" + }, + { + "vote_count": 2875, + "id": 332562, + "video": false, + "vote_average": 7.5, + "title": "A Star Is Born", + "popularity": 155.21, + "poster_path": "/wINOlj4tVtB5PodPnhUF4q12lMY.jpg", + "original_language": "en", + "original_title": "A Star Is Born", + "genre_ids": [ + 18, + 10402, + 10749 + ], + "backdrop_path": "/wqtaHWOEZ3rXDJ8c6ZZShulbo18.jpg", + "adult": false, + "overview": "Gribende kærlighedsdrama og genindspilning af en filmklassiker. Bradley Cooper spiller den erfarne musiker Jackson Maine, der ved et tilfælde opdager - og bliver stormende forelsket i kunstneren Ally . Hun knokler som servitrice og har næsten opgivet sin drøm om at slå igennem som sangerinde... indtil Jack lokker hende ind i spotlightet. Men selvom Allys karriere hurtig tager fart, vakler deres skrøbelige kærlighedsforhold, da Jack kæmper en hård kamp mod sine indre dæmoner.", + "release_date": "2018-10-03" + }, + { + "vote_count": 218, + "id": 504172, + "video": false, + "vote_average": 6.1, + "title": "The Mule", + "popularity": 135.793, + "poster_path": "/t0idiLMalKMj2pLsvqHrOM4LPdQ.jpg", + "original_language": "en", + "original_title": "The Mule", + "genre_ids": [ + 80, + 18, + 53 + ], + "backdrop_path": "/bkc4AY6FTa3yNqrshE9b1elDzPt.jpg", + "adult": false, + "overview": "Earl Stone er en ældre mand i slutningen af firserne, der lever alene og er tæt på at være ruineret, da hans forretning står til at gå på tvangsauktion. Netop da det hele ser allerværst ud, får han tilbudt et job, der i al sin enkelhed går ud på at køre hans bil fra punkt A til B. Det hele virker let og ukompliceret, men hvad Earl ikke ved er, at han lige er blevet narko kurér for et hårdkogt mexicansk narkokartel. Han udfører jobbet til alles tilfredshed og faktisk så godt, at hans varer ikke alene forøges, men han får også tildelt en medchauffør, der både skal passer på ham og varerne. Uheldigvis er det dog ikke den eneste, der holder øje med Earl, for den mystiske nye kurers succes er også blevet opdaget af den kompromisløse DEA agent, Colin Bates . Så trods Earls økonomiske problemer er løst, begynder hans samvittighed at nage ham. Kan han nå at vaske tavlen ren igen før enten politiet eller kartellets bødler – når at stille ham til regnskab for sine synder...", + "release_date": "2018-12-14" + }, + { + "vote_count": 244, + "id": 503314, + "video": false, + "vote_average": 7.4, + "title": "ドラゴンボール超スーパー ブロリー", + "popularity": 135.52, + "poster_path": "/f03YksE4NggUjG75toz4H1YAGRf.jpg", + "original_language": "ja", + "original_title": "ドラゴンボール超スーパー ブロリー", + "genre_ids": [ + 28, + 16, + 878 + ], + "backdrop_path": "/6OTRuxpwUUGbmCX3MKP25dOmo59.jpg", + "adult": false, + "overview": "", + "release_date": "2018-12-14" + }, + { + "vote_count": 643, + "id": 360920, + "video": false, + "vote_average": 6.3, + "title": "Grinchen", + "popularity": 130.115, + "poster_path": "/gpkHvkCtZOeCQ2DelnJ2LB1WjZ5.jpg", + "original_language": "en", + "original_title": "The Grinch", + "genre_ids": [ + 16, + 10751, + 35, + 14 + ], + "backdrop_path": "/juc9wt7Eh2IarLL5S1yQ1a21O1A.jpg", + "adult": false, + "overview": "Den grønne, grimme og grufulde Grinch truer julefreden, han vil nemlig sætte en stopper for det hele ved at stjæle julen.", + "release_date": "2018-11-08" + }, + { + "vote_count": 1312, + "id": 324857, + "video": false, + "vote_average": 8.5, + "title": "Spider-Man: Into the Spider-Verse", + "popularity": 114.503, + "poster_path": "/laMM4lpQSh5z6KIBPwWogkjzBVQ.jpg", + "original_language": "en", + "original_title": "Spider-Man: Into the Spider-Verse", + "genre_ids": [ + 28, + 12, + 16, + 878, + 35 + ], + "backdrop_path": "/7d6EY00g1c39SGZOoCJ5Py9nNth.jpg", + "adult": false, + "overview": "Animationsfilmen 'Spider-Man: Into the Spider-Verse' er en ny fortælling om Marvel-superhelten Spider-Man - men ikke i traditionel forstand. Filmen fokuserer på den unge afro-amerikaner Miles Morales, der prøver at finde sin vej igennem tilværelsen i Brooklyn, da han bliver bidt af en radioaktiv edderkop, som giver ham superkræfter. Det nye, store ansvar hviler tungt på den unge Spider-Mans skuldre. Da en superskurk står til at ville udslette den virkelighed, vi kender, får Miles hjælp af en aldrende Peter Park og alternative versioner af superhelten fra nye dimension.", + "release_date": "2018-12-07" + }, + { + "vote_count": 52, + "id": 522681, + "video": false, + "vote_average": 7.1, + "title": "Escape Room", + "popularity": 114.258, + "poster_path": "/8yZAx7tlKRZIg7pJfaPhl00yHIQ.jpg", + "original_language": "en", + "original_title": "Escape Room", + "genre_ids": [ + 27, + 53, + 28 + ], + "backdrop_path": "/9cmrRktcAmhteKMNRl2hU6rQzLJ.jpg", + "adult": false, + "overview": "Filmen handler om seks fremmede, der pludselig befinder sig under mærkelige omstændigheder. Sammen skal de bruge deres viden for at slippe fri.", + "release_date": "2019-01-03" + }, + { + "vote_count": 226, + "id": 446807, + "video": false, + "vote_average": 5.9, + "title": "The Girl in the Spider's Web - Det der ikke slår os ihjel", + "popularity": 109.135, + "poster_path": "/kPqhU05ud2SsQJv115GCRCP3MEn.jpg", + "original_language": "en", + "original_title": "The Girl in the Spider's Web", + "genre_ids": [ + 18, + 53, + 9648, + 80, + 28 + ], + "backdrop_path": "/r0ljJIPBGsGdpeDdlHpzCiNnxiB.jpg", + "adult": false, + "overview": "Den unge computerhacker Lisbeth Salander jages af cyberkriminelle og korrupte embedsmænd, og ikke mindst jages hun af sin fortid. Hun får hjælp af journalistvennen Mikael Blomkvist, og sammen kæmper de for at overvinde en dyster underverden.", + "release_date": "2018-10-26" + }, + { + "vote_count": 10997, + "id": 299536, + "video": false, + "vote_average": 8.3, + "title": "Avengers: Infinity War", + "popularity": 108.095, + "poster_path": "/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg", + "original_language": "en", + "original_title": "Avengers: Infinity War", + "genre_ids": [ + 12, + 28, + 14 + ], + "backdrop_path": "/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg", + "adult": false, + "overview": "Avengers og deres superheltekolleger må indstille sig på at ofre alt i forsøget på at besejre den mægtige Thanos, inden hans grusomme ødelæggelsestrang forårsager selve universets undergang.", + "release_date": "2018-04-25" + }, + { + "vote_count": 89, + "id": 166428, + "video": false, + "vote_average": 8.5, + "title": "Sådan Træner Du Din Drage 3", + "popularity": 105.53, + "poster_path": "/aCnpixOOolj10t5yw3qnQc4AS48.jpg", + "original_language": "en", + "original_title": "How to Train Your Dragon: The Hidden World", + "genre_ids": [ + 16, + 10751, + 12 + ], + "backdrop_path": "/xt1eGafwaY42gBvYCUqXQrjUVjw.jpg", + "adult": false, + "overview": "Den unge viking Hikke leder byen Berk sammen med Astrid, mens hans drage Tandløs står i spidsen for de andre drager. Men nu dukker der en ny trussel op, som alvorligt truer dragerne og deres mennesker. Og Tandløs møder en anden natskygge-drage, hvilket sætter hans og Hikkes venskab på en alvorlig prøve.", + "release_date": "2019-01-03" + }, + { + "vote_count": 326, + "id": 399402, + "video": false, + "vote_average": 5.9, + "title": "Hunter Killer", + "popularity": 102.919, + "poster_path": "/a0j18XNVhP4RcW3wXwsqT0kVoQm.jpg", + "original_language": "en", + "original_title": "Hunter Killer", + "genre_ids": [ + 28, + 53 + ], + "backdrop_path": "/gCIB3DdK00DyfwosVGf7pnFFdK3.jpg", + "adult": false, + "overview": "En amerikansk ubådskaptajn bliver sendt ud for at hjælpe U.S. Navy Seals med en redningsaktion. Kaptajnen skal finde den russiske præsident, der er blevet kidnappet af en oprørsk general.", + "release_date": "2018-10-19" + }, + { + "vote_count": 3263, + "id": 405774, + "video": false, + "vote_average": 7.1, + "title": "Bird Box", + "popularity": 96.734, + "poster_path": "/rGfGfgL2pEPCfhIvqHXieXFn7gp.jpg", + "original_language": "en", + "original_title": "Bird Box", + "genre_ids": [ + 53, + 18, + 878, + 27 + ], + "backdrop_path": "/z6m7s4w4Erxnr5k2jc1TZR1AMva.jpg", + "adult": false, + "overview": "Fem år efter en usynlig tilstedeværelse drev det meste af samfundet til selvmord, gør en overlevende og hendes to børn et desperat forsøg på at komme i sikkerhed.", + "release_date": "2018-12-13" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:46.7364184Z", + "ReducedUri": "/3/discover/movie?page=2", + "RespData": { + "page": 2, + "total_results": 399573, + "total_pages": 19979, + "results": [ + { + "vote_count": 1371, + "id": 369972, + "video": false, + "vote_average": 7.1, + "title": "First Man", + "popularity": 96.531, + "poster_path": "/i91mfvFcPPlaegcbOyjGgiWfZzh.jpg", + "original_language": "en", + "original_title": "First Man", + "genre_ids": [ + 36, + 18 + ], + "backdrop_path": "/z1FkoHO7bz40S4JiptWHSYoPpxq.jpg", + "adult": false, + "overview": "A look at the life of the astronaut, Neil Armstrong, and the legendary space mission that led him to become the first man to walk on the Moon on July 20, 1969.", + "release_date": "2018-10-11" + }, + { + "vote_count": 692, + "id": 400650, + "video": false, + "vote_average": 6.8, + "title": "Mary Poppins Returns", + "popularity": 96.241, + "poster_path": "/uTVGku4LibMGyKgQvjBtv3OYfAX.jpg", + "original_language": "en", + "original_title": "Mary Poppins Returns", + "genre_ids": [ + 14, + 10751, + 35 + ], + "backdrop_path": "/cwiJQXezWz876K3jS57Sq56RYCZ.jpg", + "adult": false, + "overview": "In Depression-era London, a now-grown Jane and Michael Banks, along with Michael's three children, are visited by the enigmatic Mary Poppins following a personal loss. Through her unique magical skills, and with the aid of her friend Jack, she helps the family rediscover the joy and wonder missing in their lives.", + "release_date": "2018-12-19" + }, + { + "vote_count": 43, + "id": 505954, + "video": false, + "vote_average": 4.6, + "title": "T-34", + "popularity": 95.815, + "poster_path": "/qNBjbjpQC2Rm8M1v0X8jQxb4AnN.jpg", + "original_language": "ru", + "original_title": "Т-34", + "genre_ids": [ + 10752, + 18, + 12 + ], + "backdrop_path": "/vDx8XxfYjkn573bCFGF6SkdM33Q.jpg", + "adult": false, + "overview": "1941 - WWii. the second lieutenant Nikolai ivushkin, commander of a t-34, engages in an unequal battle against the tank ace Klaus Jager in a battle near moscow. His mission is more of a suicide - to destroy a dozen german tanks, all by himself. that said, luck does favour the bold. He wins the battle, barely survives, but loses his tank and lands himself in captivity for three long years... there was little to no chance for ivushkin and Jager to meet again, but the war knows how to throw a curve ball.in the spring of 1944, the Wehrmacht commands Jager to take charge of the ohrdruf re range and turn it into a training center for elite german armored forces, using the latest t-34 as a running target. this is how Jager and ivushkin cross paths again. Jager o ers ivushkin to become the commander of a legendary tank and pick his crew from fellow camp prisoners. Nothing goes according to plan, though, when ivushkin uses exercises for a daring and carefully planned escape.", + "release_date": "2018-12-27" + }, + { + "vote_count": 358, + "id": 401469, + "video": false, + "vote_average": 6.7, + "title": "Widows", + "popularity": 94.373, + "poster_path": "/tvmPiTShsfp4vSUBFsCHYaX9M7i.jpg", + "original_language": "en", + "original_title": "Widows", + "genre_ids": [ + 80, + 18, + 53 + ], + "backdrop_path": "/3eD5kjFEQcTrGGys0zjtHkreQcr.jpg", + "adult": false, + "overview": "A police shootout leaves four thieves dead during an explosive armed robbery attempt in Chicago. Their widows have nothing in common except a debt left behind by their spouses' criminal activities. Hoping to forge a future on their own terms, they join forces to pull off a heist.", + "release_date": "2018-11-06" + }, + { + "vote_count": 3046, + "id": 338952, + "video": false, + "vote_average": 6.9, + "title": "Fantastic Beasts: The Crimes of Grindelwald", + "popularity": 92.983, + "poster_path": "/kQKcbJ9uYkTQql2R8L4jTUz7l90.jpg", + "original_language": "en", + "original_title": "Fantastic Beasts: The Crimes of Grindelwald", + "genre_ids": [ + 10751, + 14, + 12 + ], + "backdrop_path": "/wDN3FIcQQ1HI7mz1OOKYHSQtaiE.jpg", + "adult": false, + "overview": "Gellert Grindelwald has escaped imprisonment and has begun gathering followers to his cause—elevating wizards above all non-magical beings. The only one capable of putting a stop to him is the wizard he once called his closest friend, Albus Dumbledore. However, Dumbledore will need to seek help from the wizard who had thwarted Grindelwald once before, his former student Newt Scamander, who agrees to help, unaware of the dangers that lie ahead. Lines are drawn as love and loyalty are tested, even among the truest friends and family, in an increasingly divided wizarding world.", + "release_date": "2018-11-14" + }, + { + "vote_count": 88, + "id": 567604, + "video": false, + "vote_average": 7.2, + "title": "Once Upon a Deadpool", + "popularity": 91.801, + "poster_path": "/5Ka49BWWyKMXr93YMbH5wLN7aAM.jpg", + "original_language": "en", + "original_title": "Once Upon a Deadpool", + "genre_ids": [ + 35, + 28 + ], + "backdrop_path": "/7RqpTZq0mPpTcEwZ6qqwRZAFoLe.jpg", + "adult": false, + "overview": "A kidnapped Fred Savage is forced to endure Deadpool's PG-13 rendition of Deadpool 2 as a Princess Bride-esque story that's full of magic, wonder & zero F's.", + "release_date": "2018-12-11" + }, + { + "vote_count": 4482, + "id": 335983, + "video": false, + "vote_average": 6.6, + "title": "Venom", + "popularity": 86.381, + "poster_path": "/2uNW4WbgBXL25BAbXGLnLqX71Sw.jpg", + "original_language": "en", + "original_title": "Venom", + "genre_ids": [ + 878, + 28 + ], + "backdrop_path": "/VuukZLgaCrho2Ar8Scl9HtV3yD.jpg", + "adult": false, + "overview": "Investigative journalist Eddie Brock attempts a comeback following a scandal, but accidentally becomes the host of Venom, a violent, super powerful alien symbiote. Soon, he must rely on his newfound powers to protect the world from a shadowy organization looking for a symbiote of their own.", + "release_date": "2018-09-28" + }, + { + "vote_count": 56, + "id": 503616, + "video": false, + "vote_average": 6.5, + "title": "Second Act", + "popularity": 81.75, + "poster_path": "/maUMIZVGs8g1hYtq4dQ9Lg9FtVF.jpg", + "original_language": "en", + "original_title": "Second Act", + "genre_ids": [ + 10749, + 35 + ], + "backdrop_path": "/gZ1n5lvEWLTQgmVbeKHyfIUrqgx.jpg", + "adult": false, + "overview": "Maya, a 40-year-old woman struggling with frustrations from unfulfilled dreams. Until that is, she gets the chance to prove to Madison Avenue that street smarts are as valuable as book smarts, and that it is never too late for a second act.", + "release_date": "2018-11-22" + }, + { + "vote_count": 482, + "id": 426543, + "video": false, + "vote_average": 6, + "title": "The Nutcracker and the Four Realms", + "popularity": 77.621, + "poster_path": "/3TwxpPfMoeFLxzhgAWlptE6srsZ.jpg", + "original_language": "en", + "original_title": "The Nutcracker and the Four Realms", + "genre_ids": [ + 14, + 12, + 10751 + ], + "backdrop_path": "/l2ji4YiNSPBV69WjGBgU0gCvRqy.jpg", + "adult": false, + "overview": "A young girl is transported into a magical world of gingerbread soldiers and an army of mice. In Disney’s magical take on the classic The Nutcracker, Clara wants a one-of-a-kind key that will unlock a box holding a priceless gift. A golden thread presented at her godfather’s holiday party leads her to the coveted key—which promptly disappears into a strange and mysterious parallel world. There Clara encounters a soldier, a gang of mice and the regents of three magical Realms. But she must brave the ominous Fourth Realm, home to the tyrant Mother Ginger, to retrieve her key and return harmony to the unstable world.", + "release_date": "2018-10-26" + }, + { + "vote_count": 934, + "id": 404368, + "video": false, + "vote_average": 7.4, + "title": "Ralph Breaks the Internet", + "popularity": 77.598, + "poster_path": "/lDroo0e4Pr33c1Y4LWr7f4IE8f2.jpg", + "original_language": "en", + "original_title": "Ralph Breaks the Internet", + "genre_ids": [ + 10751, + 16, + 35, + 14 + ], + "backdrop_path": "/88poTBTafMXaz73vYi3c74g0y2k.jpg", + "adult": false, + "overview": "Six years after the events of \"Wreck-It Ralph,\" Ralph and Vanellope, now friends, discover a wi-fi router in their arcade, leading them into a new adventure.", + "release_date": "2018-11-20" + }, + { + "vote_count": 277, + "id": 429197, + "video": false, + "vote_average": 7.2, + "title": "Vice", + "popularity": 74.417, + "poster_path": "/e0NZxqQ4B8YZ6kRrZish2DPqtdi.jpg", + "original_language": "en", + "original_title": "Vice", + "genre_ids": [ + 18, + 36, + 35 + ], + "backdrop_path": "/uvy89JLcYEiUb0VOoSjkUrIW3nJ.jpg", + "adult": false, + "overview": "George W. Bush picks Dick Cheney, the CEO of Halliburton Co., to be his Republican running mate in the 2000 presidential election. No stranger to politics, Cheney's impressive résumé includes stints as White House chief of staff, House Minority Whip and defense secretary. When Bush wins by a narrow margin, Cheney begins to use his newfound power to help reshape the country and the world.", + "release_date": "2018-12-25" + }, + { + "vote_count": 805, + "id": 426426, + "video": false, + "vote_average": 8.1, + "title": "Roma", + "popularity": 72.313, + "poster_path": "/dtIIyQyALk57ko5bjac7hi01YQ.jpg", + "original_language": "es", + "original_title": "Roma", + "genre_ids": [ + 18 + ], + "backdrop_path": "/uXs8rTXZDaWUclprxZuxfaZqei5.jpg", + "adult": false, + "overview": "In 1970s Mexico City, two domestic workers help a mother of four while her husband is away for an extended period of time.", + "release_date": "2018-08-25" + }, + { + "vote_count": 7173, + "id": 383498, + "video": false, + "vote_average": 7.5, + "title": "Deadpool 2", + "popularity": 67.564, + "poster_path": "/to0spRl1CMDvyUbOnbb4fTk3VAd.jpg", + "original_language": "en", + "original_title": "Deadpool 2", + "genre_ids": [ + 28, + 35, + 12 + ], + "backdrop_path": "/3P52oz9HPQWxcwHOwxtyrVV1LKi.jpg", + "adult": false, + "overview": "Wisecracking mercenary Deadpool battles the evil and powerful Cable and other bad guys to save a boy's life.", + "release_date": "2018-05-15" + }, + { + "vote_count": 328, + "id": 375262, + "video": false, + "vote_average": 7.6, + "title": "The Favourite", + "popularity": 67.428, + "poster_path": "/4hgPWxYeGWtTEx9BPhUo99wj77z.jpg", + "original_language": "en", + "original_title": "The Favourite", + "genre_ids": [ + 18, + 36, + 35 + ], + "backdrop_path": "/ekWMoBZ4B9rM60INZEh5FAD2HFR.jpg", + "adult": false, + "overview": "In 18th century England, the close relationship between Queen Anne and Sarah Churchill is threatened by the arrival of Sarah's cousin, Abigail Hill, resulting in a bitter rivalry between the two cousins to be the Queen's favourite.", + "release_date": "2018-11-20" + }, + { + "vote_count": 4812, + "id": 260513, + "video": false, + "vote_average": 7.6, + "title": "Incredibles 2", + "popularity": 66.695, + "poster_path": "/9lFKBtaVIhP7E2Pk0IY1CwTKTMZ.jpg", + "original_language": "en", + "original_title": "Incredibles 2", + "genre_ids": [ + 28, + 12, + 16, + 10751 + ], + "backdrop_path": "/mabuNsGJgRuCTuGqjFkWe1xdu19.jpg", + "adult": false, + "overview": "Elastigirl springs into action to save the day, while Mr. Incredible faces his greatest challenge yet – taking care of the problems of his three children.", + "release_date": "2018-06-14" + }, + { + "vote_count": 3161, + "id": 337167, + "video": false, + "vote_average": 6.1, + "title": "Fifty Shades Freed", + "popularity": 65.895, + "poster_path": "/jjPJ4s3DWZZvI4vw8Xfi4Vqa1Q8.jpg", + "original_language": "en", + "original_title": "Fifty Shades Freed", + "genre_ids": [ + 18, + 10749 + ], + "backdrop_path": "/9ywA15OAiwjSTvg3cBs9B7kOCBF.jpg", + "adult": false, + "overview": "Believing they have left behind shadowy figures from their past, newlyweds Christian and Ana fully embrace an inextricable connection and shared life of luxury. But just as she steps into her role as Mrs. Grey and he relaxes into an unfamiliar stability, new threats could jeopardize their happy ending before it even begins.", + "release_date": "2018-01-17" + }, + { + "vote_count": 676, + "id": 347375, + "video": false, + "vote_average": 5.9, + "title": "Mile 22", + "popularity": 65.11, + "poster_path": "/2L8ehd95eSW9x7KINYtZmRkAlrZ.jpg", + "original_language": "en", + "original_title": "Mile 22", + "genre_ids": [ + 28, + 53, + 12, + 80 + ], + "backdrop_path": "/2nOMUnQ4OtsKVTmpp3og7MYt4oG.jpg", + "adult": false, + "overview": "An elite group of American operatives, aided by a top-secret tactical command team, must transport an asset who holds life-threatening information to an extraction point 22 miles away through the hostile streets of an Asian city.", + "release_date": "2018-08-16" + }, + { + "vote_count": 19, + "id": 52371, + "video": false, + "vote_average": 4.4, + "title": "LelleBelle", + "popularity": 65.034, + "poster_path": "/nJVPgIq3icZMQ26p5uWIFdUZJfL.jpg", + "original_language": "nl", + "original_title": "LelleBelle", + "genre_ids": [ + 10402, + 10749 + ], + "backdrop_path": "/xOGEw8iywxcFMolV6SF6YdTdJTb.jpg", + "adult": false, + "overview": "19-year old Belle practices playing the violin diligently, but is unable to impart her music with a sensitive undertone. Her life changes when she discovers that sexual desire stimulates passion in her music.", + "release_date": "2010-10-09" + }, + { + "vote_count": 10199, + "id": 284054, + "video": false, + "vote_average": 7.4, + "title": "Black Panther", + "popularity": 63.16, + "poster_path": "/uxzzxijgPIY7slzFvMotPv8wjKA.jpg", + "original_language": "en", + "original_title": "Black Panther", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/b6ZJZHUdMEFECvGiDpJjlfUWela.jpg", + "adult": false, + "overview": "King T'Challa returns home from America to the reclusive, technologically advanced African nation of Wakanda to serve as his country's new leader. However, T'Challa soon finds that he is challenged for the throne by factions within his own country as well as without. Using powers reserved to Wakandan kings, T'Challa assumes the Black Panther mantel to join with girlfriend Nakia, the queen-mother, his princess-kid sister, members of the Dora Milaje (the Wakandan 'special forces') and an American secret agent, to prevent Wakanda from being dragged into a world war.", + "release_date": "2018-02-13" + }, + { + "vote_count": 48, + "id": 483906, + "video": false, + "vote_average": 6.6, + "title": "Polar", + "popularity": 62.692, + "poster_path": "/qOBEpKVLl8Q9CZScbOcRRVISezV.jpg", + "original_language": "en", + "original_title": "Polar", + "genre_ids": [ + 28, + 80, + 35, + 18 + ], + "backdrop_path": "/u8CP7EeWbYMlIVqEoKAt6OYsEe1.jpg", + "adult": false, + "overview": "When a retiring assassin realizes he is the target of a hit, he winds up back in the game going head to head with a gang of younger, ruthless killers.", + "release_date": "2019-01-25" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:47.9507977Z", + "ReducedUri": "/3/discover/movie?page=2®ion=BR&primary_release_date.gte=2017-01-01", + "RespData": { + "page": 2, + "total_results": 1891, + "total_pages": 95, + "results": [ + { + "vote_count": 3161, + "id": 337167, + "video": false, + "vote_average": 6.1, + "title": "Fifty Shades Freed", + "popularity": 65.895, + "poster_path": "/jjPJ4s3DWZZvI4vw8Xfi4Vqa1Q8.jpg", + "original_language": "en", + "original_title": "Fifty Shades Freed", + "genre_ids": [ + 18, + 10749 + ], + "backdrop_path": "/9ywA15OAiwjSTvg3cBs9B7kOCBF.jpg", + "adult": false, + "overview": "Believing they have left behind shadowy figures from their past, newlyweds Christian and Ana fully embrace an inextricable connection and shared life of luxury. But just as she steps into her role as Mrs. Grey and he relaxes into an unfamiliar stability, new threats could jeopardize their happy ending before it even begins.", + "release_date": "2018-02-09" + }, + { + "vote_count": 676, + "id": 347375, + "video": false, + "vote_average": 5.9, + "title": "Mile 22", + "popularity": 65.11, + "poster_path": "/2L8ehd95eSW9x7KINYtZmRkAlrZ.jpg", + "original_language": "en", + "original_title": "Mile 22", + "genre_ids": [ + 28, + 53, + 12, + 80 + ], + "backdrop_path": "/2nOMUnQ4OtsKVTmpp3og7MYt4oG.jpg", + "adult": false, + "overview": "An elite group of American operatives, aided by a top-secret tactical command team, must transport an asset who holds life-threatening information to an extraction point 22 miles away through the hostile streets of an Asian city.", + "release_date": "2018-09-20" + }, + { + "vote_count": 10199, + "id": 284054, + "video": false, + "vote_average": 7.4, + "title": "Black Panther", + "popularity": 63.16, + "poster_path": "/uxzzxijgPIY7slzFvMotPv8wjKA.jpg", + "original_language": "en", + "original_title": "Black Panther", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/b6ZJZHUdMEFECvGiDpJjlfUWela.jpg", + "adult": false, + "overview": "King T'Challa returns home from America to the reclusive, technologically advanced African nation of Wakanda to serve as his country's new leader. However, T'Challa soon finds that he is challenged for the throne by factions within his own country as well as without. Using powers reserved to Wakandan kings, T'Challa assumes the Black Panther mantel to join with girlfriend Nakia, the queen-mother, his princess-kid sister, members of the Dora Milaje (the Wakandan 'special forces') and an American secret agent, to prevent Wakanda from being dragged into a world war.", + "release_date": "2018-02-15" + }, + { + "vote_count": 9056, + "id": 381288, + "video": false, + "vote_average": 7.2, + "title": "Split", + "popularity": 58.77, + "poster_path": "/rXMWOZiCt6eMX22jWuTOSdQ98bY.jpg", + "original_language": "en", + "original_title": "Split", + "genre_ids": [ + 27, + 53 + ], + "backdrop_path": "/4G6FNNLSIVrwSRZyFs91hQ3lZtD.jpg", + "adult": false, + "overview": "Though Kevin has evidenced 23 personalities to his trusted psychiatrist, Dr. Fletcher, there remains one still submerged who is set to materialize and dominate all the others. Compelled to abduct three teenage girls led by the willful, observant Casey, Kevin reaches a war for survival among all of those contained within him — as well as everyone around him — as the walls between his compartments shatter apart.", + "release_date": "2017-03-23" + }, + { + "vote_count": 1584, + "id": 346910, + "video": false, + "vote_average": 5.2, + "title": "The Predator", + "popularity": 58.002, + "poster_path": "/wMq9kQXTeQCHUZOG4fAe5cAxyUA.jpg", + "original_language": "en", + "original_title": "The Predator", + "genre_ids": [ + 878, + 28, + 53, + 12, + 27 + ], + "backdrop_path": "/f4E0ocYeToEuXvczZv6QArrMDJ.jpg", + "adult": false, + "overview": "When a kid accidentally triggers the universe's most lethal hunters' return to Earth, only a ragtag crew of ex-soldiers and a disgruntled female scientist can prevent the end of the human race.", + "release_date": "2018-09-14" + }, + { + "vote_count": 971, + "id": 489999, + "video": false, + "vote_average": 7.7, + "title": "Searching", + "popularity": 57.52, + "poster_path": "/pk9R56ZFlofbBzfwBnHlDyg5DMs.jpg", + "original_language": "en", + "original_title": "Searching", + "genre_ids": [ + 18, + 53, + 9648 + ], + "backdrop_path": "/3CCfgSvtvN3HwVs5hbcC1NhOAzw.jpg", + "adult": false, + "overview": "After David Kim's 16-year-old daughter goes missing, a local investigation is opened and a detective is assigned to the case. But 37 hours later and without a single lead, David decides to search the one place no one has looked yet, where all secrets are kept today: his daughter's laptop.", + "release_date": "2018-09-20" + }, + { + "vote_count": 1687, + "id": 487558, + "video": false, + "vote_average": 7.5, + "title": "BlacKkKlansman", + "popularity": 55.039, + "poster_path": "/55W6mUVv4CXMMQHHhV2zXtLSpXQ.jpg", + "original_language": "en", + "original_title": "BlacKkKlansman", + "genre_ids": [ + 80, + 18 + ], + "backdrop_path": "/gMVdhfQ7q9DFHhDkehrququjGPd.jpg", + "adult": false, + "overview": "Colorado Springs, late 1970s. Ron Stallworth, an African American police officer, and Flip Zimmerman, his Jewish colleague, run an undercover operation to infiltrate the Ku Klux Klan.", + "release_date": "2018-11-22" + }, + { + "vote_count": 3488, + "id": 466282, + "video": false, + "vote_average": 8, + "title": "To All the Boys I've Loved Before", + "popularity": 54.199, + "poster_path": "/hKHZhUbIyUAjcSrqJThFGYIR6kI.jpg", + "original_language": "en", + "original_title": "To All the Boys I've Loved Before", + "genre_ids": [ + 35, + 10749 + ], + "backdrop_path": "/uZTtVdOEIwPA6vwVRI3217DoPM.jpg", + "adult": false, + "overview": "Lara Jean's love life goes from imaginary to out of control when her secret letters to every boy she's ever fallen for are mysteriously mailed out.", + "release_date": "2018-08-17" + }, + { + "vote_count": 1162, + "id": 484247, + "video": false, + "vote_average": 6.5, + "title": "A Simple Favor", + "popularity": 53.77, + "poster_path": "/aIYsjQM0piKc0ibPBCTWv3sqshj.jpg", + "original_language": "en", + "original_title": "A Simple Favor", + "genre_ids": [ + 53, + 80, + 9648, + 35, + 18 + ], + "backdrop_path": "/xXGNyEG2v48q0bVR4AH4Vca2yvy.jpg", + "adult": false, + "overview": "Stephanie, a dedicated mother and popular vlogger, befriends Emily, a mysterious upper-class woman whose son Nicky attends the same school as Miles, Stephanie's son. When Emily asks her to pick Nicky up from school and then disappears, Stephanie undertakes an investigation that will dive deep into Emily's cloudy past.", + "release_date": "2018-09-14" + }, + { + "vote_count": 417, + "id": 446894, + "video": false, + "vote_average": 6.6, + "title": "Smallfoot", + "popularity": 50.617, + "poster_path": "/zfaiO7QgpcvR8XDOMokWLRfKeTE.jpg", + "original_language": "en", + "original_title": "Smallfoot", + "genre_ids": [ + 35, + 16, + 10751, + 12, + 14 + ], + "backdrop_path": "/2lHG8RhwEke0Sz6Tj0X0Wzoib39.jpg", + "adult": false, + "overview": "A bright young yeti finds something he thought didn't exist—a human. News of this “smallfoot” throws the simple yeti community into an uproar over what else might be out there in the big world beyond their snowy village.", + "release_date": "2018-09-23" + }, + { + "vote_count": 170, + "id": 451915, + "video": false, + "vote_average": 7.4, + "title": "Beautiful Boy", + "popularity": 49.473, + "poster_path": "/ArNIWAnSVipAt6cgHYCe55tDy7F.jpg", + "original_language": "en", + "original_title": "Beautiful Boy", + "genre_ids": [ + 18 + ], + "backdrop_path": "/sOhtC4cmaYPOlcjXCWxxrx2NKKn.jpg", + "adult": false, + "overview": "After he and his first wife separate, journalist David Sheff struggles to help their teenage son, who goes from experimenting with drugs to becoming devastatingly addicted to methamphetamine.", + "release_date": "2019-02-14" + }, + { + "vote_count": 775, + "id": 446021, + "video": false, + "vote_average": 6.8, + "title": "Bad Times at the El Royale", + "popularity": 49.232, + "poster_path": "/iNtFgXqXPRMkm1QO8CHn5sHfUgE.jpg", + "original_language": "en", + "original_title": "Bad Times at the El Royale", + "genre_ids": [ + 53, + 80, + 9648, + 18 + ], + "backdrop_path": "/gb3TVVZNNxVGNfS1NxGaiWZfwnW.jpg", + "adult": false, + "overview": "Lake Tahoe, 1969. Seven strangers, each one with a secret to bury, meet at El Royale, a decadent motel with a dark past. In the course of a fateful night, everyone will have one last shot at redemption.", + "release_date": "2018-10-25" + }, + { + "vote_count": 2297, + "id": 345940, + "video": false, + "vote_average": 5.9, + "title": "The Meg", + "popularity": 48.115, + "poster_path": "/eyWICPcxOuTcDDDbTMOZawoOn8d.jpg", + "original_language": "en", + "original_title": "The Meg", + "genre_ids": [ + 28, + 878, + 53, + 27 + ], + "backdrop_path": "/rH79sB6Nkx4cMW3JzsUy7wK0rhX.jpg", + "adult": false, + "overview": "A deep sea submersible pilot revisits his past fears in the Mariana Trench, and accidentally unleashes the seventy foot ancestor of the Great White Shark believed to be extinct.", + "release_date": "2018-08-09" + }, + { + "vote_count": 604, + "id": 463821, + "video": false, + "vote_average": 6.2, + "title": "The House with a Clock in Its Walls", + "popularity": 47.842, + "poster_path": "/qM66Hv4ByAxnilr0jaqCA9uOD4Y.jpg", + "original_language": "en", + "original_title": "The House with a Clock in Its Walls", + "genre_ids": [ + 27, + 14, + 53, + 10751, + 9648 + ], + "backdrop_path": "/meyZ0ZZLLNaKIrvbmVpuXzZ11sD.jpg", + "adult": false, + "overview": "When ten-year-old Lewis is suddenly orphaned, he is sent to live with his Uncle Jonathan in a creaky (and creepy) old mansion with a mysterious ticking noise that emanates from the walls. Upon discovering that his uncle is a warlock, Lewis begins learning magic, but when he rebelliously resurrects an evil warlock he must find the secret of the house and save the world from destruction.", + "release_date": "2018-09-21" + }, + { + "vote_count": 3138, + "id": 353081, + "video": false, + "vote_average": 7.3, + "title": "Mission: Impossible - Fallout", + "popularity": 47.28, + "poster_path": "/AkJQpZp9WoNdj7pLYSj1L0RcMMN.jpg", + "original_language": "en", + "original_title": "Mission: Impossible - Fallout", + "genre_ids": [ + 28, + 53, + 12 + ], + "backdrop_path": "/18vI248rVel5q19eKkxENQ1v1dX.jpg", + "adult": false, + "overview": "When an IMF mission ends badly, the world is faced with dire consequences. As Ethan Hunt takes it upon himself to fulfill his original briefing, the CIA begin to question his loyalty and his motives. The IMF team find themselves in a race against time, hunted by assassins while trying to prevent a global catastrophe.", + "release_date": "2018-07-26" + }, + { + "vote_count": 4488, + "id": 363088, + "video": false, + "vote_average": 6.9, + "title": "Ant-Man and the Wasp", + "popularity": 45.416, + "poster_path": "/rv1AWImgx386ULjcf62VYaW8zSt.jpg", + "original_language": "en", + "original_title": "Ant-Man and the Wasp", + "genre_ids": [ + 28, + 12, + 878, + 35, + 10751 + ], + "backdrop_path": "/6P3c80EOm7BodndGBUAJHHsHKrp.jpg", + "adult": false, + "overview": "Just when his time under house arrest is about to end, Scott Lang once again puts his freedom at risk to help Hope van Dyne and Dr. Hank Pym dive into the quantum realm and try to accomplish, against time and any chance of success, a very dangerous rescue mission.", + "release_date": "2018-07-05" + }, + { + "vote_count": 1619, + "id": 345887, + "video": false, + "vote_average": 6.3, + "title": "The Equalizer 2", + "popularity": 43.832, + "poster_path": "/cQvc9N6JiMVKqol3wcYrGshsIdZ.jpg", + "original_language": "en", + "original_title": "The Equalizer 2", + "genre_ids": [ + 53, + 28, + 80 + ], + "backdrop_path": "/a24i4Qw6qFTtkFLQsncv8WPwevj.jpg", + "adult": false, + "overview": "Robert McCall, who serves an unflinching justice for the exploited and oppressed, embarks on a relentless, globe-trotting quest for vengeance when a long-time girl friend is murdered.", + "release_date": "2018-08-16" + }, + { + "vote_count": 2208, + "id": 439079, + "video": false, + "vote_average": 5.7, + "title": "The Nun", + "popularity": 43.399, + "poster_path": "/sFC1ElvoKGdHJIWRpNB3xWJ9lJA.jpg", + "original_language": "en", + "original_title": "The Nun", + "genre_ids": [ + 27, + 9648, + 53 + ], + "backdrop_path": "/fgsHxz21B27hOOqQBiw9L6yWcM7.jpg", + "adult": false, + "overview": "When a young nun at a cloistered abbey in Romania takes her own life, a priest with a haunted past and a novitiate on the threshold of her final vows are sent by the Vatican to investigate. Together they uncover the order’s unholy secret. Risking not only their lives but their faith and their very souls, they confront a malevolent force in the form of the same demonic nun that first terrorized audiences in “The Conjuring 2” as the abbey becomes a horrific battleground between the living and the damned.", + "release_date": "2018-09-06" + }, + { + "vote_count": 6700, + "id": 141052, + "video": false, + "vote_average": 6.2, + "title": "Justice League", + "popularity": 42.779, + "poster_path": "/eifGNCSDuxJeS1loAXil5bIGgvC.jpg", + "original_language": "en", + "original_title": "Justice League", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/o5T8rZxoWSBMYwjsUFUqTt6uMQB.jpg", + "adult": false, + "overview": "Fuelled by his restored faith in humanity and inspired by Superman's selfless act, Bruce Wayne and Diana Prince assemble a team of metahumans consisting of Barry Allen, Arthur Curry and Victor Stone to face the catastrophic threat of Steppenwolf and the Parademons who are on the hunt for three Mother Boxes on Earth.", + "release_date": "2017-11-15" + }, + { + "vote_count": 5044, + "id": 351286, + "video": false, + "vote_average": 6.5, + "title": "Jurassic World: Fallen Kingdom", + "popularity": 42.574, + "poster_path": "/c9XxwwhPHdaImA2f1WEfEsbhaFB.jpg", + "original_language": "en", + "original_title": "Jurassic World: Fallen Kingdom", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/3s9O5af2xWKWR5JzP2iJZpZeQQg.jpg", + "adult": false, + "overview": "Three years after the demise of Jurassic World, a volcanic eruption threatens the remaining dinosaurs on the isla Nublar, so Claire Dearing, the former park manager, recruits Owen Grady to help prevent the extinction of the dinosaurs once again.", + "release_date": "2018-06-21" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:47.2188824Z", + "ReducedUri": "/3/discover/movie?page=2&vote_count.gte=1000&vote_average.gte=2", + "RespData": { + "page": 2, + "total_results": 1852, + "total_pages": 93, + "results": [ + { + "vote_count": 17755, + "id": 24428, + "video": false, + "vote_average": 7.6, + "title": "The Avengers", + "popularity": 50.466, + "poster_path": "/cezWGskPY5x7GaglTTRN4Fugfb8.jpg", + "original_language": "en", + "original_title": "The Avengers", + "genre_ids": [ + 878, + 28, + 12 + ], + "backdrop_path": "/hbn46fQaRmlpBuUrEiFqv0GDL6Y.jpg", + "adult": false, + "overview": "When an unexpected enemy emerges and threatens global safety and security, Nick Fury, director of the international peacekeeping agency known as S.H.I.E.L.D., finds himself in need of a team to pull the world back from the brink of disaster. Spanning the globe, a daring recruitment effort begins!", + "release_date": "2012-04-25" + }, + { + "vote_count": 1457, + "id": 424139, + "video": false, + "vote_average": 6.4, + "title": "Halloween", + "popularity": 48.873, + "poster_path": "/bXs0zkv2iGVViZEy78teg2ycDBm.jpg", + "original_language": "en", + "original_title": "Halloween", + "genre_ids": [ + 53, + 27 + ], + "backdrop_path": "/tZ358Wk4BnOc4FjdGsiexAUvCMH.jpg", + "adult": false, + "overview": "Laurie Strode comes to her final confrontation with Michael Myers, the masked figure who has haunted her since she narrowly escaped his killing spree on Halloween night four decades ago.", + "release_date": "2018-10-18" + }, + { + "vote_count": 4091, + "id": 9741, + "video": false, + "vote_average": 7.1, + "title": "Unbreakable", + "popularity": 48.581, + "poster_path": "/pvL37V88plePxFSszCbV3wRHiBm.jpg", + "original_language": "en", + "original_title": "Unbreakable", + "genre_ids": [ + 53, + 18, + 878 + ], + "backdrop_path": "/4WQG7oGOjNQX9U89CpPO0hyLFxz.jpg", + "adult": false, + "overview": "An ordinary man makes an extraordinary discovery when a train accident leaves his fellow passengers dead — and him unscathed. The answer to this mystery could lie with the mysterious Elijah Price, a man who suffers from a disease that renders his bones as fragile as glass.", + "release_date": "2000-11-13" + }, + { + "vote_count": 2297, + "id": 345940, + "video": false, + "vote_average": 5.9, + "title": "The Meg", + "popularity": 48.115, + "poster_path": "/eyWICPcxOuTcDDDbTMOZawoOn8d.jpg", + "original_language": "en", + "original_title": "The Meg", + "genre_ids": [ + 28, + 878, + 53, + 27 + ], + "backdrop_path": "/rH79sB6Nkx4cMW3JzsUy7wK0rhX.jpg", + "adult": false, + "overview": "A deep sea submersible pilot revisits his past fears in the Mariana Trench, and accidentally unleashes the seventy foot ancestor of the Great White Shark believed to be extinct.", + "release_date": "2018-08-09" + }, + { + "vote_count": 3138, + "id": 353081, + "video": false, + "vote_average": 7.3, + "title": "Mission: Impossible - Fallout", + "popularity": 47.28, + "poster_path": "/AkJQpZp9WoNdj7pLYSj1L0RcMMN.jpg", + "original_language": "en", + "original_title": "Mission: Impossible - Fallout", + "genre_ids": [ + 28, + 53, + 12 + ], + "backdrop_path": "/18vI248rVel5q19eKkxENQ1v1dX.jpg", + "adult": false, + "overview": "When an IMF mission ends badly, the world is faced with dire consequences. As Ethan Hunt takes it upon himself to fulfill his original briefing, the CIA begin to question his loyalty and his motives. The IMF team find themselves in a race against time, hunted by assassins while trying to prevent a global catastrophe.", + "release_date": "2018-07-13" + }, + { + "vote_count": 16282, + "id": 118340, + "video": false, + "vote_average": 7.9, + "title": "Guardians of the Galaxy", + "popularity": 46.294, + "poster_path": "/y31QB9kn3XSudA15tV7UWQ9XLuW.jpg", + "original_language": "en", + "original_title": "Guardians of the Galaxy", + "genre_ids": [ + 28, + 878, + 12 + ], + "backdrop_path": "/bHarw8xrmQeqf3t8HpuMY7zoK4x.jpg", + "adult": false, + "overview": "Light years from Earth, 26 years after being abducted, Peter Quill finds himself the prime target of a manhunt after discovering an orb wanted by Ronan the Accuser.", + "release_date": "2014-07-30" + }, + { + "vote_count": 4488, + "id": 363088, + "video": false, + "vote_average": 6.9, + "title": "Ant-Man and the Wasp", + "popularity": 45.416, + "poster_path": "/rv1AWImgx386ULjcf62VYaW8zSt.jpg", + "original_language": "en", + "original_title": "Ant-Man and the Wasp", + "genre_ids": [ + 28, + 12, + 878, + 35, + 10751 + ], + "backdrop_path": "/6P3c80EOm7BodndGBUAJHHsHKrp.jpg", + "adult": false, + "overview": "Just when his time under house arrest is about to end, Scott Lang once again puts his freedom at risk to help Hope van Dyne and Dr. Hank Pym dive into the quantum realm and try to accomplish, against time and any chance of success, a very dangerous rescue mission.", + "release_date": "2018-07-04" + }, + { + "vote_count": 1619, + "id": 345887, + "video": false, + "vote_average": 6.3, + "title": "The Equalizer 2", + "popularity": 43.832, + "poster_path": "/cQvc9N6JiMVKqol3wcYrGshsIdZ.jpg", + "original_language": "en", + "original_title": "The Equalizer 2", + "genre_ids": [ + 53, + 28, + 80 + ], + "backdrop_path": "/a24i4Qw6qFTtkFLQsncv8WPwevj.jpg", + "adult": false, + "overview": "Robert McCall, who serves an unflinching justice for the exploited and oppressed, embarks on a relentless, globe-trotting quest for vengeance when a long-time girl friend is murdered.", + "release_date": "2018-07-19" + }, + { + "vote_count": 2208, + "id": 439079, + "video": false, + "vote_average": 5.7, + "title": "The Nun", + "popularity": 43.399, + "poster_path": "/sFC1ElvoKGdHJIWRpNB3xWJ9lJA.jpg", + "original_language": "en", + "original_title": "The Nun", + "genre_ids": [ + 27, + 9648, + 53 + ], + "backdrop_path": "/fgsHxz21B27hOOqQBiw9L6yWcM7.jpg", + "adult": false, + "overview": "When a young nun at a cloistered abbey in Romania takes her own life, a priest with a haunted past and a novitiate on the threshold of her final vows are sent by the Vatican to investigate. Together they uncover the order’s unholy secret. Risking not only their lives but their faith and their very souls, they confront a malevolent force in the form of the same demonic nun that first terrorized audiences in “The Conjuring 2” as the abbey becomes a horrific battleground between the living and the damned.", + "release_date": "2018-09-05" + }, + { + "vote_count": 13381, + "id": 120, + "video": false, + "vote_average": 8.3, + "title": "The Lord of the Rings: The Fellowship of the Ring", + "popularity": 42.901, + "poster_path": "/56zTpe2xvaA4alU51sRWPoKPYZy.jpg", + "original_language": "en", + "original_title": "The Lord of the Rings: The Fellowship of the Ring", + "genre_ids": [ + 12, + 14, + 28 + ], + "backdrop_path": "/pIUvQ9Ed35wlWhY2oU6OmwEsmzG.jpg", + "adult": false, + "overview": "Young hobbit Frodo Baggins, after inheriting a mysterious ring from his uncle Bilbo, must leave his home in order to keep it from falling into the hands of its evil creator. Along the way, a fellowship is formed to protect the ringbearer and make sure that the ring arrives at its final destination: Mt. Doom, the only place where it can be destroyed.", + "release_date": "2001-12-18" + }, + { + "vote_count": 6700, + "id": 141052, + "video": false, + "vote_average": 6.2, + "title": "Justice League", + "popularity": 42.779, + "poster_path": "/eifGNCSDuxJeS1loAXil5bIGgvC.jpg", + "original_language": "en", + "original_title": "Justice League", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/o5T8rZxoWSBMYwjsUFUqTt6uMQB.jpg", + "adult": false, + "overview": "Fuelled by his restored faith in humanity and inspired by Superman's selfless act, Bruce Wayne and Diana Prince assemble a team of metahumans consisting of Barry Allen, Arthur Curry and Victor Stone to face the catastrophic threat of Steppenwolf and the Parademons who are on the hunt for three Mother Boxes on Earth.", + "release_date": "2017-11-15" + }, + { + "vote_count": 5044, + "id": 351286, + "video": false, + "vote_average": 6.5, + "title": "Jurassic World: Fallen Kingdom", + "popularity": 42.574, + "poster_path": "/c9XxwwhPHdaImA2f1WEfEsbhaFB.jpg", + "original_language": "en", + "original_title": "Jurassic World: Fallen Kingdom", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/3s9O5af2xWKWR5JzP2iJZpZeQQg.jpg", + "adult": false, + "overview": "Three years after the demise of Jurassic World, a volcanic eruption threatens the remaining dinosaurs on the isla Nublar, so Claire Dearing, the former park manager, recruits Owen Grady to help prevent the extinction of the dinosaurs once again.", + "release_date": "2018-06-06" + }, + { + "vote_count": 3018, + "id": 348350, + "video": false, + "vote_average": 6.6, + "title": "Solo: A Star Wars Story", + "popularity": 42.499, + "poster_path": "/3IGbjc5ZC5yxim5W0sFING2kdcz.jpg", + "original_language": "en", + "original_title": "Solo: A Star Wars Story", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/bJekWFxi4FwojQbKfTaW3iCAMhL.jpg", + "adult": false, + "overview": "Through a series of daring escapades deep within a dark and dangerous criminal underworld, Han Solo meets his mighty future copilot Chewbacca and encounters the notorious gambler Lando Calrissian.", + "release_date": "2018-05-15" + }, + { + "vote_count": 17049, + "id": 157336, + "video": false, + "vote_average": 8.2, + "title": "Interstellar", + "popularity": 41, + "poster_path": "/nBNZadXqJSdt05SHLqgT0HuC5Gm.jpg", + "original_language": "en", + "original_title": "Interstellar", + "genre_ids": [ + 12, + 18, + 878 + ], + "backdrop_path": "/xu9zaAevzQ5nnrsXN6JcahLnG4i.jpg", + "adult": false, + "overview": "Interstellar chronicles the adventures of a group of explorers who make use of a newly discovered wormhole to surpass the limitations on human space travel and conquer the vast distances involved in an interstellar voyage.", + "release_date": "2014-11-05" + }, + { + "vote_count": 9823, + "id": 284053, + "video": false, + "vote_average": 7.5, + "title": "Thor: Ragnarok", + "popularity": 40.823, + "poster_path": "/rzRwTcFvttcN1ZpX2xv4j3tSdJu.jpg", + "original_language": "en", + "original_title": "Thor: Ragnarok", + "genre_ids": [ + 28, + 12, + 35, + 14, + 878 + ], + "backdrop_path": "/r9DmhMfsndC8QtrXKyad3KCRdcC.jpg", + "adult": false, + "overview": "Thor is on the other side of the universe and finds himself in a race against time to get back to Asgard to stop Ragnarok, the prophecy of destruction to his homeworld and the end of Asgardian civilization, at the hands of an all-powerful new threat, the ruthless Hela.", + "release_date": "2017-10-25" + }, + { + "vote_count": 8898, + "id": 245891, + "video": false, + "vote_average": 7.1, + "title": "John Wick", + "popularity": 40.803, + "poster_path": "/5vHssUeVe25bMrof1HyaPyWgaP.jpg", + "original_language": "en", + "original_title": "John Wick", + "genre_ids": [ + 28, + 53 + ], + "backdrop_path": "/umC04Cozevu8nn3JTDJ1pc7PVTn.jpg", + "adult": false, + "overview": "Ex-hitman John Wick comes out of retirement to track down the gangsters that took everything from him.", + "release_date": "2014-10-22" + }, + { + "vote_count": 12172, + "id": 122, + "video": false, + "vote_average": 8.4, + "title": "The Lord of the Rings: The Return of the King", + "popularity": 39.798, + "poster_path": "/rCzpDGLbOoPwLjy3OAm5NUPOTrC.jpg", + "original_language": "en", + "original_title": "The Lord of the Rings: The Return of the King", + "genre_ids": [ + 12, + 14, + 28 + ], + "backdrop_path": "/8BPZO0Bf8TeAy8znF43z8soK3ys.jpg", + "adult": false, + "overview": "Aragorn is revealed as the heir to the ancient kings as he, Gandalf and the other members of the broken fellowship struggle to save Gondor from Sauron's forces. Meanwhile, Frodo and Sam bring the ring closer to the heart of Mordor, the dark lord's realm.", + "release_date": "2003-12-01" + }, + { + "vote_count": 6750, + "id": 10191, + "video": false, + "vote_average": 7.7, + "title": "How to Train Your Dragon", + "popularity": 38.322, + "poster_path": "/hIXX3IRFy0InUOmYeWjvhCAgQNj.jpg", + "original_language": "en", + "original_title": "How to Train Your Dragon", + "genre_ids": [ + 14, + 12, + 16, + 10751 + ], + "backdrop_path": "/3eR9HOkPZUbrGWDRdKHeKoiMLc4.jpg", + "adult": false, + "overview": "As the son of a Viking leader on the cusp of manhood, shy Hiccup Horrendous Haddock III faces a rite of passage: he must kill a dragon to prove his warrior mettle. But after downing a feared dragon, he realizes that he no longer wants to destroy it, and instead befriends the beast – which he names Toothless – much to the chagrin of his warrior father", + "release_date": "2010-03-10" + }, + { + "vote_count": 10597, + "id": 11, + "video": false, + "vote_average": 8.2, + "title": "Star Wars", + "popularity": 38.003, + "poster_path": "/btTdmkgIvOi0FFip1sPuZI2oQG6.jpg", + "original_language": "en", + "original_title": "Star Wars", + "genre_ids": [ + 12, + 28, + 878 + ], + "backdrop_path": "/4iJfYYoQzZcONB9hNzg0J0wWyPH.jpg", + "adult": false, + "overview": "Princess Leia is captured and held hostage by the evil Imperial forces in their effort to take over the galactic Empire. Venturesome Luke Skywalker and dashing captain Han Solo team together with the loveable robot duo R2-D2 and C-3PO to rescue the beautiful princess and restore peace and justice in the Empire.", + "release_date": "1977-05-25" + }, + { + "vote_count": 4614, + "id": 447332, + "video": false, + "vote_average": 7.3, + "title": "A Quiet Place", + "popularity": 36.959, + "poster_path": "/nAU74GmpUk7t5iklEp3bufwDq4n.jpg", + "original_language": "en", + "original_title": "A Quiet Place", + "genre_ids": [ + 18, + 27, + 53, + 878 + ], + "backdrop_path": "/roYyPiQDQKmIKUEhO912693tSja.jpg", + "adult": false, + "overview": "A family is forced to live in silence while hiding from creatures that hunt by sound.", + "release_date": "2018-04-03" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:47.8213413Z", + "ReducedUri": "/3/discover/movie?region=BR&primary_release_date.gte=2017-01-01", + "RespData": { + "page": 1, + "total_results": 1891, + "total_pages": 95, + "results": [ + { + "vote_count": 928, + "id": 424783, + "video": false, + "vote_average": 6.5, + "title": "Bumblebee", + "popularity": 333.153, + "poster_path": "/fw02ONlDhrYjTSZV8XO6hhU3ds3.jpg", + "original_language": "en", + "original_title": "Bumblebee", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/hMANgfPHR1tRObNp2oPiOi9mMlz.jpg", + "adult": false, + "overview": "On the run in the year 1987, Bumblebee finds refuge in a junkyard in a small Californian beach town. Charlie, on the cusp of turning 18 and trying to find her place in the world, discovers Bumblebee, battle-scarred and broken. When Charlie revives him, she quickly learns this is no ordinary yellow VW bug.", + "release_date": "2018-12-20" + }, + { + "vote_count": 2938, + "id": 297802, + "video": false, + "vote_average": 6.9, + "title": "Aquaman", + "popularity": 331.431, + "poster_path": "/5Kg76ldv7VxeX9YlcQXiowHgdX6.jpg", + "original_language": "en", + "original_title": "Aquaman", + "genre_ids": [ + 28, + 14, + 878, + 12 + ], + "backdrop_path": "/7icgF1dgUJaCpnWV235eafXFznJ.jpg", + "adult": false, + "overview": "Arthur Curry learns that he is the heir to the underwater kingdom of Atlantis, and must step forward to lead his people and be a hero to the world.", + "release_date": "2018-12-13" + }, + { + "vote_count": 591, + "id": 428078, + "video": false, + "vote_average": 6, + "title": "Mortal Engines", + "popularity": 210.646, + "poster_path": "/gLhYg9NIvIPKVRTtvzCWnp1qJWG.jpg", + "original_language": "en", + "original_title": "Mortal Engines", + "genre_ids": [ + 878, + 28, + 12, + 14, + 53 + ], + "backdrop_path": "/rxYG6Sj95as9rv9wKIHUx6ATWd3.jpg", + "adult": false, + "overview": "Set in a world many thousands of years in the future. Earth’s cities now roam the globe on huge wheels, devouring each other in a struggle for ever diminishing resources. On one of these massive Traction Cities, Tom Natsworthy has an unexpected encounter with a mysterious young woman from the Outlands who will change the course of his life forever.", + "release_date": "2019-01-10" + }, + { + "vote_count": 706, + "id": 480530, + "video": false, + "vote_average": 6.5, + "title": "Creed II", + "popularity": 209.752, + "poster_path": "/v3QyboWRoA4O9RbcsqH8tJMe8EB.jpg", + "original_language": "en", + "original_title": "Creed II", + "genre_ids": [ + 18, + 28 + ], + "backdrop_path": "/8yqLPNwNCtpOPc3XkOlkSMnghzw.jpg", + "adult": false, + "overview": "Follows Adonis Creed's life inside and outside of the ring as he deals with new found fame, issues with his family, and his continuing quest to become a champion.", + "release_date": "2019-01-24" + }, + { + "vote_count": 691, + "id": 450465, + "video": false, + "vote_average": 6.9, + "title": "Glass", + "popularity": 165.309, + "poster_path": "/svIDTNUoajS8dLEo7EosxvyAsgJ.jpg", + "original_language": "en", + "original_title": "Glass", + "genre_ids": [ + 53, + 27, + 9648, + 18 + ], + "backdrop_path": "/ngBFDOsx13sFXiMweDoL54XYknR.jpg", + "adult": false, + "overview": "In a series of escalating encounters, security guard David Dunn uses his supernatural abilities to track Kevin Wendell Crumb, a disturbed man who has twenty-four personalities. Meanwhile, the shadowy presence of Elijah Price emerges as an orchestrator who holds secrets critical to both men.", + "release_date": "2019-01-17" + }, + { + "vote_count": 2875, + "id": 332562, + "video": false, + "vote_average": 7.5, + "title": "A Star Is Born", + "popularity": 155.21, + "poster_path": "/wrFpXMNBRj2PBiN4Z5kix51XaIZ.jpg", + "original_language": "en", + "original_title": "A Star Is Born", + "genre_ids": [ + 18, + 10402, + 10749 + ], + "backdrop_path": "/wqtaHWOEZ3rXDJ8c6ZZShulbo18.jpg", + "adult": false, + "overview": "Seasoned musician Jackson Maine discovers—and falls in love with—struggling artist Ally. She has just about given up on her dream to make it big as a singer—until Jack coaxes her into the spotlight. But even as Ally's career takes off, the personal side of their relationship is breaking down, as Jack fights an ongoing battle with his own internal demons.", + "release_date": "2018-10-11" + }, + { + "vote_count": 244, + "id": 503314, + "video": false, + "vote_average": 7.4, + "title": "Dragon Ball Super: Broly", + "popularity": 135.52, + "poster_path": "/f03YksE4NggUjG75toz4H1YAGRf.jpg", + "original_language": "ja", + "original_title": "ドラゴンボール超スーパー ブロリー", + "genre_ids": [ + 28, + 16, + 878 + ], + "backdrop_path": "/6OTRuxpwUUGbmCX3MKP25dOmo59.jpg", + "adult": false, + "overview": "Earth is peaceful following the Tournament of Power. Realizing that the universes still hold many more strong people yet to see, Goku spends all his days training to reach even greater heights. Then one day, Goku and Vegeta are faced by a Saiyan called 'Broly' who they've never seen before. The Saiyans were supposed to have been almost completely wiped out in the destruction of Planet Vegeta, so what's this one doing on Earth? This encounter between the three Saiyans who have followed completely different destinies turns into a stupendous battle, with even Frieza (back from Hell) getting caught up in the mix.", + "release_date": "2019-01-03" + }, + { + "vote_count": 643, + "id": 360920, + "video": false, + "vote_average": 6.3, + "title": "The Grinch", + "popularity": 130.115, + "poster_path": "/gpkHvkCtZOeCQ2DelnJ2LB1WjZ5.jpg", + "original_language": "en", + "original_title": "The Grinch", + "genre_ids": [ + 16, + 10751, + 35, + 14 + ], + "backdrop_path": "/juc9wt7Eh2IarLL5S1yQ1a21O1A.jpg", + "adult": false, + "overview": "The Grinch hatches a scheme to ruin Christmas when the residents of Whoville plan their annual holiday celebration.", + "release_date": "2018-11-08" + }, + { + "vote_count": 1312, + "id": 324857, + "video": false, + "vote_average": 8.5, + "title": "Spider-Man: Into the Spider-Verse", + "popularity": 114.503, + "poster_path": "/laMM4lpQSh5z6KIBPwWogkjzBVQ.jpg", + "original_language": "en", + "original_title": "Spider-Man: Into the Spider-Verse", + "genre_ids": [ + 28, + 12, + 16, + 878, + 35 + ], + "backdrop_path": "/7d6EY00g1c39SGZOoCJ5Py9nNth.jpg", + "adult": false, + "overview": "Miles Morales is juggling his life between being a high school student and being a spider-man. When Wilson \"Kingpin\" Fisk uses a super collider, others from across the Spider-Verse are transported to this dimension.", + "release_date": "2019-01-10" + }, + { + "vote_count": 10997, + "id": 299536, + "video": false, + "vote_average": 8.3, + "title": "Avengers: Infinity War", + "popularity": 108.095, + "poster_path": "/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg", + "original_language": "en", + "original_title": "Avengers: Infinity War", + "genre_ids": [ + 12, + 28, + 14 + ], + "backdrop_path": "/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg", + "adult": false, + "overview": "As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.", + "release_date": "2018-04-26" + }, + { + "vote_count": 326, + "id": 399402, + "video": false, + "vote_average": 5.9, + "title": "Hunter Killer", + "popularity": 102.919, + "poster_path": "/a0j18XNVhP4RcW3wXwsqT0kVoQm.jpg", + "original_language": "en", + "original_title": "Hunter Killer", + "genre_ids": [ + 28, + 53 + ], + "backdrop_path": "/gCIB3DdK00DyfwosVGf7pnFFdK3.jpg", + "adult": false, + "overview": "An untested American submarine captain teams with U.S. Navy SEALs to rescue the Russian president, who has been kidnapped by a rogue general.", + "release_date": "2018-10-25" + }, + { + "vote_count": 1371, + "id": 369972, + "video": false, + "vote_average": 7.1, + "title": "First Man", + "popularity": 96.531, + "poster_path": "/i91mfvFcPPlaegcbOyjGgiWfZzh.jpg", + "original_language": "en", + "original_title": "First Man", + "genre_ids": [ + 36, + 18 + ], + "backdrop_path": "/z1FkoHO7bz40S4JiptWHSYoPpxq.jpg", + "adult": false, + "overview": "A look at the life of the astronaut, Neil Armstrong, and the legendary space mission that led him to become the first man to walk on the Moon on July 20, 1969.", + "release_date": "2018-10-18" + }, + { + "vote_count": 692, + "id": 400650, + "video": false, + "vote_average": 6.8, + "title": "Mary Poppins Returns", + "popularity": 96.241, + "poster_path": "/uTVGku4LibMGyKgQvjBtv3OYfAX.jpg", + "original_language": "en", + "original_title": "Mary Poppins Returns", + "genre_ids": [ + 14, + 10751, + 35 + ], + "backdrop_path": "/cwiJQXezWz876K3jS57Sq56RYCZ.jpg", + "adult": false, + "overview": "In Depression-era London, a now-grown Jane and Michael Banks, along with Michael's three children, are visited by the enigmatic Mary Poppins following a personal loss. Through her unique magical skills, and with the aid of her friend Jack, she helps the family rediscover the joy and wonder missing in their lives.", + "release_date": "2018-12-20" + }, + { + "vote_count": 3046, + "id": 338952, + "video": false, + "vote_average": 6.9, + "title": "Fantastic Beasts: The Crimes of Grindelwald", + "popularity": 92.983, + "poster_path": "/kQKcbJ9uYkTQql2R8L4jTUz7l90.jpg", + "original_language": "en", + "original_title": "Fantastic Beasts: The Crimes of Grindelwald", + "genre_ids": [ + 10751, + 14, + 12 + ], + "backdrop_path": "/wDN3FIcQQ1HI7mz1OOKYHSQtaiE.jpg", + "adult": false, + "overview": "Gellert Grindelwald has escaped imprisonment and has begun gathering followers to his cause—elevating wizards above all non-magical beings. The only one capable of putting a stop to him is the wizard he once called his closest friend, Albus Dumbledore. However, Dumbledore will need to seek help from the wizard who had thwarted Grindelwald once before, his former student Newt Scamander, who agrees to help, unaware of the dangers that lie ahead. Lines are drawn as love and loyalty are tested, even among the truest friends and family, in an increasingly divided wizarding world.", + "release_date": "2018-11-15" + }, + { + "vote_count": 4482, + "id": 335983, + "video": false, + "vote_average": 6.6, + "title": "Venom", + "popularity": 86.381, + "poster_path": "/2uNW4WbgBXL25BAbXGLnLqX71Sw.jpg", + "original_language": "en", + "original_title": "Venom", + "genre_ids": [ + 878, + 28 + ], + "backdrop_path": "/VuukZLgaCrho2Ar8Scl9HtV3yD.jpg", + "adult": false, + "overview": "Investigative journalist Eddie Brock attempts a comeback following a scandal, but accidentally becomes the host of Venom, a violent, super powerful alien symbiote. Soon, he must rely on his newfound powers to protect the world from a shadowy organization looking for a symbiote of their own.", + "release_date": "2018-10-05" + }, + { + "vote_count": 934, + "id": 404368, + "video": false, + "vote_average": 7.4, + "title": "Ralph Breaks the Internet", + "popularity": 77.598, + "poster_path": "/lDroo0e4Pr33c1Y4LWr7f4IE8f2.jpg", + "original_language": "en", + "original_title": "Ralph Breaks the Internet", + "genre_ids": [ + 10751, + 16, + 35, + 14 + ], + "backdrop_path": "/88poTBTafMXaz73vYi3c74g0y2k.jpg", + "adult": false, + "overview": "Six years after the events of \"Wreck-It Ralph,\" Ralph and Vanellope, now friends, discover a wi-fi router in their arcade, leading them into a new adventure.", + "release_date": "2019-01-03" + }, + { + "vote_count": 277, + "id": 429197, + "video": false, + "vote_average": 7.2, + "title": "Vice", + "popularity": 74.417, + "poster_path": "/e0NZxqQ4B8YZ6kRrZish2DPqtdi.jpg", + "original_language": "en", + "original_title": "Vice", + "genre_ids": [ + 18, + 36, + 35 + ], + "backdrop_path": "/uvy89JLcYEiUb0VOoSjkUrIW3nJ.jpg", + "adult": false, + "overview": "George W. Bush picks Dick Cheney, the CEO of Halliburton Co., to be his Republican running mate in the 2000 presidential election. No stranger to politics, Cheney's impressive résumé includes stints as White House chief of staff, House Minority Whip and defense secretary. When Bush wins by a narrow margin, Cheney begins to use his newfound power to help reshape the country and the world.", + "release_date": "2019-01-31" + }, + { + "vote_count": 7173, + "id": 383498, + "video": false, + "vote_average": 7.5, + "title": "Deadpool 2", + "popularity": 67.564, + "poster_path": "/to0spRl1CMDvyUbOnbb4fTk3VAd.jpg", + "original_language": "en", + "original_title": "Deadpool 2", + "genre_ids": [ + 28, + 35, + 12 + ], + "backdrop_path": "/3P52oz9HPQWxcwHOwxtyrVV1LKi.jpg", + "adult": false, + "overview": "Wisecracking mercenary Deadpool battles the evil and powerful Cable and other bad guys to save a boy's life.", + "release_date": "2018-05-18" + }, + { + "vote_count": 328, + "id": 375262, + "video": false, + "vote_average": 7.6, + "title": "The Favourite", + "popularity": 67.428, + "poster_path": "/4hgPWxYeGWtTEx9BPhUo99wj77z.jpg", + "original_language": "en", + "original_title": "The Favourite", + "genre_ids": [ + 18, + 36, + 35 + ], + "backdrop_path": "/ekWMoBZ4B9rM60INZEh5FAD2HFR.jpg", + "adult": false, + "overview": "In 18th century England, the close relationship between Queen Anne and Sarah Churchill is threatened by the arrival of Sarah's cousin, Abigail Hill, resulting in a bitter rivalry between the two cousins to be the Queen's favourite.", + "release_date": "2019-01-24" + }, + { + "vote_count": 4812, + "id": 260513, + "video": false, + "vote_average": 7.6, + "title": "Incredibles 2", + "popularity": 66.695, + "poster_path": "/9lFKBtaVIhP7E2Pk0IY1CwTKTMZ.jpg", + "original_language": "en", + "original_title": "Incredibles 2", + "genre_ids": [ + 28, + 12, + 16, + 10751 + ], + "backdrop_path": "/mabuNsGJgRuCTuGqjFkWe1xdu19.jpg", + "adult": false, + "overview": "Elastigirl springs into action to save the day, while Mr. Incredible faces his greatest challenge yet – taking care of the problems of his three children.", + "release_date": "2018-06-28" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:47.0730801Z", + "ReducedUri": "/3/discover/movie?vote_count.gte=1000&vote_average.gte=2", + "RespData": { + "page": 1, + "total_results": 1852, + "total_pages": 93, + "results": [ + { + "vote_count": 2938, + "id": 297802, + "video": false, + "vote_average": 6.9, + "title": "Aquaman", + "popularity": 331.431, + "poster_path": "/5Kg76ldv7VxeX9YlcQXiowHgdX6.jpg", + "original_language": "en", + "original_title": "Aquaman", + "genre_ids": [ + 28, + 14, + 878, + 12 + ], + "backdrop_path": "/7icgF1dgUJaCpnWV235eafXFznJ.jpg", + "adult": false, + "overview": "Arthur Curry learns that he is the heir to the underwater kingdom of Atlantis, and must step forward to lead his people and be a hero to the world.", + "release_date": "2018-12-07" + }, + { + "vote_count": 3963, + "id": 424694, + "video": false, + "vote_average": 8.2, + "title": "Bohemian Rhapsody", + "popularity": 242.391, + "poster_path": "/gbmkFWdtihe1VfydTDsieQ6VfGL.jpg", + "original_language": "en", + "original_title": "Bohemian Rhapsody", + "genre_ids": [ + 18, + 10402 + ], + "backdrop_path": "/93xA62uLd5CwMOAs37eQ7vPc1iV.jpg", + "adult": false, + "overview": "Singer Freddie Mercury, guitarist Brian May, drummer Roger Taylor and bass guitarist John Deacon take the music world by storm when they form the rock 'n' roll band Queen in 1970. Hit songs become instant classics. When Mercury's increasingly wild lifestyle starts to spiral out of control, Queen soon faces its greatest challenge yet – finding a way to keep the band together amid the success and excess.", + "release_date": "2018-10-24" + }, + { + "vote_count": 2875, + "id": 332562, + "video": false, + "vote_average": 7.5, + "title": "A Star Is Born", + "popularity": 155.21, + "poster_path": "/wrFpXMNBRj2PBiN4Z5kix51XaIZ.jpg", + "original_language": "en", + "original_title": "A Star Is Born", + "genre_ids": [ + 18, + 10402, + 10749 + ], + "backdrop_path": "/wqtaHWOEZ3rXDJ8c6ZZShulbo18.jpg", + "adult": false, + "overview": "Seasoned musician Jackson Maine discovers—and falls in love with—struggling artist Ally. She has just about given up on her dream to make it big as a singer—until Jack coaxes her into the spotlight. But even as Ally's career takes off, the personal side of their relationship is breaking down, as Jack fights an ongoing battle with his own internal demons.", + "release_date": "2018-10-03" + }, + { + "vote_count": 1312, + "id": 324857, + "video": false, + "vote_average": 8.5, + "title": "Spider-Man: Into the Spider-Verse", + "popularity": 114.503, + "poster_path": "/laMM4lpQSh5z6KIBPwWogkjzBVQ.jpg", + "original_language": "en", + "original_title": "Spider-Man: Into the Spider-Verse", + "genre_ids": [ + 28, + 12, + 16, + 878, + 35 + ], + "backdrop_path": "/7d6EY00g1c39SGZOoCJ5Py9nNth.jpg", + "adult": false, + "overview": "Miles Morales is juggling his life between being a high school student and being a spider-man. When Wilson \"Kingpin\" Fisk uses a super collider, others from across the Spider-Verse are transported to this dimension.", + "release_date": "2018-12-07" + }, + { + "vote_count": 10997, + "id": 299536, + "video": false, + "vote_average": 8.3, + "title": "Avengers: Infinity War", + "popularity": 108.095, + "poster_path": "/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg", + "original_language": "en", + "original_title": "Avengers: Infinity War", + "genre_ids": [ + 12, + 28, + 14 + ], + "backdrop_path": "/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg", + "adult": false, + "overview": "As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.", + "release_date": "2018-04-25" + }, + { + "vote_count": 3263, + "id": 405774, + "video": false, + "vote_average": 7.1, + "title": "Bird Box", + "popularity": 96.734, + "poster_path": "/rGfGfgL2pEPCfhIvqHXieXFn7gp.jpg", + "original_language": "en", + "original_title": "Bird Box", + "genre_ids": [ + 53, + 18, + 878, + 27 + ], + "backdrop_path": "/z6m7s4w4Erxnr5k2jc1TZR1AMva.jpg", + "adult": false, + "overview": "When a mysterious force decimates the world’s population, only one thing is certain: if you see it, you take your life. Facing the unknown, Malorie finds love, hope and a new beginning only for it to unravel. Now she must flee with her two children down a treacherous river to the one place left that may offer sanctuary. But to survive, they'll have to undertake the perilous two-day journey blindfolded.", + "release_date": "2018-12-13" + }, + { + "vote_count": 1371, + "id": 369972, + "video": false, + "vote_average": 7.1, + "title": "First Man", + "popularity": 96.531, + "poster_path": "/i91mfvFcPPlaegcbOyjGgiWfZzh.jpg", + "original_language": "en", + "original_title": "First Man", + "genre_ids": [ + 36, + 18 + ], + "backdrop_path": "/z1FkoHO7bz40S4JiptWHSYoPpxq.jpg", + "adult": false, + "overview": "A look at the life of the astronaut, Neil Armstrong, and the legendary space mission that led him to become the first man to walk on the Moon on July 20, 1969.", + "release_date": "2018-10-11" + }, + { + "vote_count": 3046, + "id": 338952, + "video": false, + "vote_average": 6.9, + "title": "Fantastic Beasts: The Crimes of Grindelwald", + "popularity": 92.983, + "poster_path": "/kQKcbJ9uYkTQql2R8L4jTUz7l90.jpg", + "original_language": "en", + "original_title": "Fantastic Beasts: The Crimes of Grindelwald", + "genre_ids": [ + 10751, + 14, + 12 + ], + "backdrop_path": "/wDN3FIcQQ1HI7mz1OOKYHSQtaiE.jpg", + "adult": false, + "overview": "Gellert Grindelwald has escaped imprisonment and has begun gathering followers to his cause—elevating wizards above all non-magical beings. The only one capable of putting a stop to him is the wizard he once called his closest friend, Albus Dumbledore. However, Dumbledore will need to seek help from the wizard who had thwarted Grindelwald once before, his former student Newt Scamander, who agrees to help, unaware of the dangers that lie ahead. Lines are drawn as love and loyalty are tested, even among the truest friends and family, in an increasingly divided wizarding world.", + "release_date": "2018-11-14" + }, + { + "vote_count": 4482, + "id": 335983, + "video": false, + "vote_average": 6.6, + "title": "Venom", + "popularity": 86.381, + "poster_path": "/2uNW4WbgBXL25BAbXGLnLqX71Sw.jpg", + "original_language": "en", + "original_title": "Venom", + "genre_ids": [ + 878, + 28 + ], + "backdrop_path": "/VuukZLgaCrho2Ar8Scl9HtV3yD.jpg", + "adult": false, + "overview": "Investigative journalist Eddie Brock attempts a comeback following a scandal, but accidentally becomes the host of Venom, a violent, super powerful alien symbiote. Soon, he must rely on his newfound powers to protect the world from a shadowy organization looking for a symbiote of their own.", + "release_date": "2018-09-28" + }, + { + "vote_count": 7173, + "id": 383498, + "video": false, + "vote_average": 7.5, + "title": "Deadpool 2", + "popularity": 67.564, + "poster_path": "/to0spRl1CMDvyUbOnbb4fTk3VAd.jpg", + "original_language": "en", + "original_title": "Deadpool 2", + "genre_ids": [ + 28, + 35, + 12 + ], + "backdrop_path": "/3P52oz9HPQWxcwHOwxtyrVV1LKi.jpg", + "adult": false, + "overview": "Wisecracking mercenary Deadpool battles the evil and powerful Cable and other bad guys to save a boy's life.", + "release_date": "2018-05-15" + }, + { + "vote_count": 4812, + "id": 260513, + "video": false, + "vote_average": 7.6, + "title": "Incredibles 2", + "popularity": 66.695, + "poster_path": "/9lFKBtaVIhP7E2Pk0IY1CwTKTMZ.jpg", + "original_language": "en", + "original_title": "Incredibles 2", + "genre_ids": [ + 28, + 12, + 16, + 10751 + ], + "backdrop_path": "/mabuNsGJgRuCTuGqjFkWe1xdu19.jpg", + "adult": false, + "overview": "Elastigirl springs into action to save the day, while Mr. Incredible faces his greatest challenge yet – taking care of the problems of his three children.", + "release_date": "2018-06-14" + }, + { + "vote_count": 3161, + "id": 337167, + "video": false, + "vote_average": 6.1, + "title": "Fifty Shades Freed", + "popularity": 65.895, + "poster_path": "/jjPJ4s3DWZZvI4vw8Xfi4Vqa1Q8.jpg", + "original_language": "en", + "original_title": "Fifty Shades Freed", + "genre_ids": [ + 18, + 10749 + ], + "backdrop_path": "/9ywA15OAiwjSTvg3cBs9B7kOCBF.jpg", + "adult": false, + "overview": "Believing they have left behind shadowy figures from their past, newlyweds Christian and Ana fully embrace an inextricable connection and shared life of luxury. But just as she steps into her role as Mrs. Grey and he relaxes into an unfamiliar stability, new threats could jeopardize their happy ending before it even begins.", + "release_date": "2018-01-17" + }, + { + "vote_count": 10199, + "id": 284054, + "video": false, + "vote_average": 7.4, + "title": "Black Panther", + "popularity": 63.16, + "poster_path": "/uxzzxijgPIY7slzFvMotPv8wjKA.jpg", + "original_language": "en", + "original_title": "Black Panther", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/b6ZJZHUdMEFECvGiDpJjlfUWela.jpg", + "adult": false, + "overview": "King T'Challa returns home from America to the reclusive, technologically advanced African nation of Wakanda to serve as his country's new leader. However, T'Challa soon finds that he is challenged for the throne by factions within his own country as well as without. Using powers reserved to Wakandan kings, T'Challa assumes the Black Panther mantel to join with girlfriend Nakia, the queen-mother, his princess-kid sister, members of the Dora Milaje (the Wakandan 'special forces') and an American secret agent, to prevent Wakanda from being dragged into a world war.", + "release_date": "2018-02-13" + }, + { + "vote_count": 9056, + "id": 381288, + "video": false, + "vote_average": 7.2, + "title": "Split", + "popularity": 58.77, + "poster_path": "/rXMWOZiCt6eMX22jWuTOSdQ98bY.jpg", + "original_language": "en", + "original_title": "Split", + "genre_ids": [ + 27, + 53 + ], + "backdrop_path": "/4G6FNNLSIVrwSRZyFs91hQ3lZtD.jpg", + "adult": false, + "overview": "Though Kevin has evidenced 23 personalities to his trusted psychiatrist, Dr. Fletcher, there remains one still submerged who is set to materialize and dominate all the others. Compelled to abduct three teenage girls led by the willful, observant Casey, Kevin reaches a war for survival among all of those contained within him — as well as everyone around him — as the walls between his compartments shatter apart.", + "release_date": "2017-01-19" + }, + { + "vote_count": 1584, + "id": 346910, + "video": false, + "vote_average": 5.2, + "title": "The Predator", + "popularity": 58.002, + "poster_path": "/wMq9kQXTeQCHUZOG4fAe5cAxyUA.jpg", + "original_language": "en", + "original_title": "The Predator", + "genre_ids": [ + 878, + 28, + 53, + 12, + 27 + ], + "backdrop_path": "/f4E0ocYeToEuXvczZv6QArrMDJ.jpg", + "adult": false, + "overview": "When a kid accidentally triggers the universe's most lethal hunters' return to Earth, only a ragtag crew of ex-soldiers and a disgruntled female scientist can prevent the end of the human race.", + "release_date": "2018-09-05" + }, + { + "vote_count": 7729, + "id": 122917, + "video": false, + "vote_average": 7.2, + "title": "The Hobbit: The Battle of the Five Armies", + "popularity": 55.679, + "poster_path": "/9zRzFJuaj0CHIOhAkcCcFTvyu2X.jpg", + "original_language": "en", + "original_title": "The Hobbit: The Battle of the Five Armies", + "genre_ids": [ + 28, + 12, + 14 + ], + "backdrop_path": "/qhH3GyIfAnGv1pjdV3mw03qAilg.jpg", + "adult": false, + "overview": "Immediately after the events of The Desolation of Smaug, Bilbo and the dwarves try to defend Erebor's mountain of treasure from others who claim it: the men of the ruined Laketown and the elves of Mirkwood. Meanwhile an army of Orcs led by Azog the Defiler is marching on Erebor, fueled by the rise of the dark lord Sauron. Dwarves, elves and men must unite, and the hope for Middle-Earth falls into Bilbo's hands.", + "release_date": "2014-12-10" + }, + { + "vote_count": 1687, + "id": 487558, + "video": false, + "vote_average": 7.5, + "title": "BlacKkKlansman", + "popularity": 55.039, + "poster_path": "/55W6mUVv4CXMMQHHhV2zXtLSpXQ.jpg", + "original_language": "en", + "original_title": "BlacKkKlansman", + "genre_ids": [ + 80, + 18 + ], + "backdrop_path": "/gMVdhfQ7q9DFHhDkehrququjGPd.jpg", + "adult": false, + "overview": "Colorado Springs, late 1970s. Ron Stallworth, an African American police officer, and Flip Zimmerman, his Jewish colleague, run an undercover operation to infiltrate the Ku Klux Klan.", + "release_date": "2018-07-30" + }, + { + "vote_count": 3488, + "id": 466282, + "video": false, + "vote_average": 8, + "title": "To All the Boys I've Loved Before", + "popularity": 54.199, + "poster_path": "/hKHZhUbIyUAjcSrqJThFGYIR6kI.jpg", + "original_language": "en", + "original_title": "To All the Boys I've Loved Before", + "genre_ids": [ + 35, + 10749 + ], + "backdrop_path": "/uZTtVdOEIwPA6vwVRI3217DoPM.jpg", + "adult": false, + "overview": "Lara Jean's love life goes from imaginary to out of control when her secret letters to every boy she's ever fallen for are mysteriously mailed out.", + "release_date": "2018-08-16" + }, + { + "vote_count": 1162, + "id": 484247, + "video": false, + "vote_average": 6.5, + "title": "A Simple Favor", + "popularity": 53.77, + "poster_path": "/aIYsjQM0piKc0ibPBCTWv3sqshj.jpg", + "original_language": "en", + "original_title": "A Simple Favor", + "genre_ids": [ + 53, + 80, + 9648, + 35, + 18 + ], + "backdrop_path": "/xXGNyEG2v48q0bVR4AH4Vca2yvy.jpg", + "adult": false, + "overview": "Stephanie, a dedicated mother and popular vlogger, befriends Emily, a mysterious upper-class woman whose son Nicky attends the same school as Miles, Stephanie's son. When Emily asks her to pick Nicky up from school and then disappears, Stephanie undertakes an investigation that will dive deep into Emily's cloudy past.", + "release_date": "2018-08-29" + }, + { + "vote_count": 12633, + "id": 671, + "video": false, + "vote_average": 7.8, + "title": "Harry Potter and the Philosopher's Stone", + "popularity": 53.122, + "poster_path": "/dCtFvscYcXQKTNvyyaQr2g2UacJ.jpg", + "original_language": "en", + "original_title": "Harry Potter and the Philosopher's Stone", + "genre_ids": [ + 12, + 14, + 10751 + ], + "backdrop_path": "/hziiv14OpD73u9gAak4XDDfBKa2.jpg", + "adult": false, + "overview": "Harry Potter has lived under the stairs at his aunt and uncle's house his whole life. But on his 11th birthday, he learns he's a powerful wizard -- with a place waiting for him at the Hogwarts School of Witchcraft and Wizardry. As he learns to harness his newfound powers with the help of the school's kindly headmaster, Harry uncovers the truth about his parents' deaths -- and about the villain who's to blame.", + "release_date": "2001-11-16" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:47.6905837Z", + "ReducedUri": "/3/discover/tv", + "RespData": { + "page": 1, + "total_results": 78844, + "total_pages": 3943, + "results": [ + { + "original_name": "Marvel's Iron Fist", + "genre_ids": [ + 80, + 18, + 10759, + 10765 + ], + "name": "Marvel's Iron Fist", + "popularity": 370.937, + "origin_country": [ + "US" + ], + "vote_count": 753, + "first_air_date": "2017-03-17", + "backdrop_path": "/xHCfWGlxwbtMeeOnTvxUCZRGnkk.jpg", + "original_language": "en", + "id": 62127, + "vote_average": 6.1, + "overview": "Danny Rand resurfaces 15 years after being presumed dead. Now, with the power of the Iron Fist, he seeks to reclaim his past and fulfill his destiny.", + "poster_path": "/nv4nLXbDhcISPP8C1mgaxKU50KO.jpg" + }, + { + "original_name": "Arrow", + "genre_ids": [ + 80, + 18, + 9648, + 10759 + ], + "name": "Arrow", + "popularity": 349.761, + "origin_country": [ + "US" + ], + "vote_count": 2170, + "first_air_date": "2012-10-10", + "backdrop_path": "/dKxkwAJfGuznW8Hu0mhaDJtna0n.jpg", + "original_language": "en", + "id": 1412, + "vote_average": 5.9, + "overview": "Spoiled billionaire playboy Oliver Queen is missing and presumed dead when his yacht is lost at sea. He returns five years later a changed man, determined to clean up the city as a hooded vigilante armed with a bow.", + "poster_path": "/mo0FP1GxOFZT4UDde7RFDz5APXF.jpg" + }, + { + "original_name": "The Flash", + "genre_ids": [ + 18, + 10765 + ], + "name": "The Flash", + "popularity": 229.16, + "origin_country": [ + "US" + ], + "vote_count": 2459, + "first_air_date": "2014-10-07", + "backdrop_path": "/jC1KqsFx8ZyqJyQa2Ohi7xgL7XC.jpg", + "original_language": "en", + "id": 60735, + "vote_average": 6.7, + "overview": "After a particle accelerator causes a freak storm, CSI Investigator Barry Allen is struck by lightning and falls into a coma. Months later he awakens with the power of super speed, granting him the ability to move through Central City like an unseen guardian angel. Though initially excited by his newfound powers, Barry is shocked to discover he is not the only \"meta-human\" who was created in the wake of the accelerator explosion -- and not everyone is using their new powers for good. Barry partners with S.T.A.R. Labs and dedicates his life to protect the innocent. For now, only a few close friends and associates know that Barry is literally the fastest man alive, but it won't be long before the world learns what Barry Allen has become...The Flash.", + "poster_path": "/fki3kBlwJzFp8QohL43g9ReV455.jpg" + }, + { + "original_name": "Riverdale", + "genre_ids": [ + 18, + 9648 + ], + "name": "Riverdale", + "popularity": 212.691, + "origin_country": [ + "US" + ], + "vote_count": 407, + "first_air_date": "2017-01-26", + "backdrop_path": "/2IUpoKSP64r6rp2vBo0Fdk8a1UU.jpg", + "original_language": "en", + "id": 69050, + "vote_average": 7.2, + "overview": "Set in the present, the series offers a bold, subversive take on Archie, Betty, Veronica and their friends, exploring the surreality of small-town life, the darkness and weirdness bubbling beneath Riverdale’s wholesome facade.", + "poster_path": "/gskv297rlbyzLaTU1XZf8UBbxp0.jpg" + }, + { + "original_name": "Vikings", + "genre_ids": [ + 18, + 10759 + ], + "name": "Vikings", + "popularity": 188.168, + "origin_country": [ + "CA" + ], + "vote_count": 1516, + "first_air_date": "2013-03-03", + "backdrop_path": "/A30ZqEoDbchvE7mCZcSp6TEwB1Q.jpg", + "original_language": "en", + "id": 44217, + "vote_average": 7.4, + "overview": "Vikings follows the adventures of Ragnar Lothbrok, the greatest hero of his age. The series tells the sagas of Ragnar's band of Viking brothers and his family, as he rises to become King of the Viking tribes. As well as being a fearless warrior, Ragnar embodies the Norse traditions of devotion to the gods. Legend has it that he was a direct descendant of Odin, the god of war and warriors.", + "poster_path": "/94gP9uXNdbypwCLORjeurlad15Z.jpg" + }, + { + "original_name": "Gotham", + "genre_ids": [ + 80, + 18, + 14 + ], + "name": "Gotham", + "popularity": 182.182, + "origin_country": [ + "US" + ], + "vote_count": 979, + "first_air_date": "2014-09-22", + "backdrop_path": "/mKBP1OCgCG0jw8DwVYlnYqVILtc.jpg", + "original_language": "en", + "id": 60708, + "vote_average": 6.9, + "overview": "Before there was Batman, there was GOTHAM. \n\nEveryone knows the name Commissioner Gordon. He is one of the crime world's greatest foes, a man whose reputation is synonymous with law and order. But what is known of Gordon's story and his rise from rookie detective to Police Commissioner? What did it take to navigate the multiple layers of corruption that secretly ruled Gotham City, the spawning ground of the world's most iconic villains? And what circumstances created them – the larger-than-life personas who would become Catwoman, The Penguin, The Riddler, Two-Face and The Joker? ", + "poster_path": "/4XddcRDtnNjYmLRMYpbrhFxsbuq.jpg" + }, + { + "original_name": "Supernatural", + "genre_ids": [ + 18, + 9648, + 10765 + ], + "name": "Supernatural", + "popularity": 174.938, + "origin_country": [ + "US" + ], + "vote_count": 1679, + "first_air_date": "2005-09-13", + "backdrop_path": "/o9OKe3M06QMLOzTl3l6GStYtnE9.jpg", + "original_language": "en", + "id": 1622, + "vote_average": 7.2, + "overview": "When they were boys, Sam and Dean Winchester lost their mother to a mysterious and demonic supernatural force. Subsequently, their father raised them to be soldiers. He taught them about the paranormal evil that lives in the dark corners and on the back roads of America ... and he taught them how to kill it. Now, the Winchester brothers crisscross the country in their '67 Chevy Impala, battling every kind of supernatural threat they encounter along the way. ", + "poster_path": "/3iFm6Kz7iYoFaEcj4fLyZHAmTQA.jpg" + }, + { + "original_name": "ドラゴンボール", + "genre_ids": [ + 16, + 35, + 10759, + 10765 + ], + "name": "Dragon Ball", + "popularity": 170.651, + "origin_country": [ + "JP" + ], + "vote_count": 223, + "first_air_date": "1986-02-26", + "backdrop_path": "/iflq7ZJfso6WC7gk9l1tD3unWK.jpg", + "original_language": "ja", + "id": 12609, + "vote_average": 7.7, + "overview": "Long ago in the mountains, a fighting master known as Gohan discovered a strange boy whom he named Goku. Gohan raised him and trained Goku in martial arts until he died. The young and very strong boy was on his own, but easily managed. Then one day, Goku met a teenage girl named Bulma, whose search for the dragon balls brought her to Goku's home. Together, they set off to find all seven dragon balls in an adventure that would change Goku's life forever. See how Goku met his life long friends Bulma, Yamcha, Krillin, Master Roshi and more. And see his adventures as a boy, all leading up to Dragonball Z and later Dragonball GT.", + "poster_path": "/3wx3EAMtqnbSLhGG8NrqXriCUIQ.jpg" + }, + { + "original_name": "フェアリーテイル", + "genre_ids": [ + 16, + 35, + 10759, + 10765 + ], + "name": "Fairy Tail", + "popularity": 162.339, + "origin_country": [ + "JP" + ], + "vote_count": 105, + "first_air_date": "2009-10-12", + "backdrop_path": "/m2lugAG39sO0yCcuxEAu4fY5u1o.jpg", + "original_language": "ja", + "id": 46261, + "vote_average": 7, + "overview": "Lucy is a 17-year-old girl, who wants to be a full-fledged mage. One day when visiting Harujion Town, she meets Natsu, a young man who gets sick easily by any type of transportation. But Natsu isn't just any ordinary kid, he's a member of one of the world's most infamous mage guilds: Fairy Tail.", + "poster_path": "/58GKcwFV3lpVOGzybeMrrNOjHpz.jpg" + }, + { + "original_name": "ナルト 疾風伝", + "genre_ids": [ + 16, + 35, + 18 + ], + "name": "Naruto Shippūden", + "popularity": 161.743, + "origin_country": [ + "JP" + ], + "vote_count": 178, + "first_air_date": "2007-02-15", + "backdrop_path": "/c14vjmndzL9tBdooGsMznMFrFLo.jpg", + "original_language": "ja", + "id": 31910, + "vote_average": 7.5, + "overview": "Naruto Shippuuden is the continuation of the original animated TV series Naruto.The story revolves around an older and slightly more matured Uzumaki Naruto and his quest to save his friend Uchiha Sasuke from the grips of the snake-like Shinobi, Orochimaru. After 2 and a half years Naruto finally returns to his village of Konoha, and sets about putting his ambitions to work, though it will not be easy, as He has amassed a few (more dangerous) enemies, in the likes of the shinobi organization; Akatsuki.", + "poster_path": "/ic9Gb4Zz09ns3JPYHdax8u5kt0n.jpg" + }, + { + "original_name": "Game of Thrones", + "genre_ids": [ + 18, + 10759, + 10765 + ], + "name": "Game of Thrones", + "popularity": 161.321, + "origin_country": [ + "US" + ], + "vote_count": 5191, + "first_air_date": "2011-04-17", + "backdrop_path": "/gX8SYlnL9ZznfZwEH4KJUePBFUM.jpg", + "original_language": "en", + "id": 1399, + "vote_average": 8.2, + "overview": "Seven noble families fight for control of the mythical land of Westeros. Friction between the houses leads to full-scale war. All while a very ancient evil awakens in the farthest north. Amidst the war, a neglected military order of misfits, the Night's Watch, is all that stands between the realms of men and icy horrors beyond.", + "poster_path": "/gwPSoYUHAKmdyVywgLpKKA4BjRr.jpg" + }, + { + "original_name": "Grey's Anatomy", + "genre_ids": [ + 18 + ], + "name": "Grey's Anatomy", + "popularity": 137.171, + "origin_country": [ + "US" + ], + "vote_count": 844, + "first_air_date": "2005-03-27", + "backdrop_path": "/y6JABtgWMVYPx84Rvy7tROU5aNH.jpg", + "original_language": "en", + "id": 1416, + "vote_average": 6.3, + "overview": "Follows the personal and professional lives of a group of doctors at Seattle’s Grey Sloan Memorial Hospital.", + "poster_path": "/mgOZSS2FFIGtfVeac1buBw3Cx5w.jpg" + }, + { + "original_name": "The Big Bang Theory", + "genre_ids": [ + 35 + ], + "name": "The Big Bang Theory", + "popularity": 133.002, + "origin_country": [ + "US" + ], + "vote_count": 3521, + "first_air_date": "2007-09-24", + "backdrop_path": "/nGsNruW3W27V6r4gkyc3iiEGsKR.jpg", + "original_language": "en", + "id": 1418, + "vote_average": 6.8, + "overview": "The Big Bang Theory is centered on five characters living in Pasadena, California: roommates Leonard Hofstadter and Sheldon Cooper; Penny, a waitress and aspiring actress who lives across the hall; and Leonard and Sheldon's equally geeky and socially awkward friends and co-workers, mechanical engineer Howard Wolowitz and astrophysicist Raj Koothrappali. The geekiness and intellect of the four guys is contrasted for comic effect with Penny's social skills and common sense.", + "poster_path": "/ooBGRQBdbGzBxAVfExiO8r7kloA.jpg" + }, + { + "original_name": "ブラッククローバー", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "Black Clover", + "popularity": 132.049, + "origin_country": [ + "JP" + ], + "vote_count": 36, + "first_air_date": "2017-10-03", + "backdrop_path": "/jHH4jmWWmYWpoxpGwMYM5RqJnvo.jpg", + "original_language": "ja", + "id": 73223, + "vote_average": 5.9, + "overview": "Asta and Yuno were abandoned together at the same church, and have been inseparable since. As children, they promised that they would compete against each other to see who would become the next Emperor Magus. However, as they grew up, some differences between them became plain. Yuno was a genius with magic, with amazing power and control, while Asta could not use magic at all, and tried to make up for his lack by training physically. When they received their Grimoires at age 15, Yuno got a spectacular book with a four-leaf clover (most people receive a three-leaf-clover), while Asta received nothing at all. However, when Yuno was threatened, the truth about Asta's power was revealed, he received a five-leaf clover Grimoire, a \"black clover\"! Now the two friends are heading out in the world, both seeking the same goal!", + "poster_path": "/kaMisKeOoTBPxPkbC3OW7Wgt6ON.jpg" + }, + { + "original_name": "Family Guy", + "genre_ids": [ + 16, + 35 + ], + "name": "Family Guy", + "popularity": 121.159, + "origin_country": [ + "US" + ], + "vote_count": 1368, + "first_air_date": "1999-01-31", + "backdrop_path": "/pH38r4TWTqq7Mcs6XAlwgzNUeJe.jpg", + "original_language": "en", + "id": 1434, + "vote_average": 6.5, + "overview": "Sick, twisted, politically incorrect and Freakin' Sweet animated series featuring the adventures of the dysfunctional Griffin family. Bumbling Peter and long-suffering Lois have three kids. Stewie (a brilliant but sadistic baby bent on killing his mother and taking over the world), Meg (the oldest, and is the most unpopular girl in town) and Chris (the middle kid, he's not very bright but has a passion for movies). The final member of the family is Brian - a talking dog and much more than a pet, he keeps Stewie in check whilst sipping Martinis and sorting through his own life issues.", + "poster_path": "/gBGUL1UTUNmdRQT8gA1LUV4yg39.jpg" + }, + { + "original_name": "Star Trek: Discovery", + "genre_ids": [ + 10765 + ], + "name": "Star Trek: Discovery", + "popularity": 116.267, + "origin_country": [ + "US" + ], + "vote_count": 454, + "first_air_date": "2017-09-24", + "backdrop_path": "/rhE2h8WYJOPuBlMl20MQRnJw3aq.jpg", + "original_language": "en", + "id": 67198, + "vote_average": 6.8, + "overview": "Follow the voyages of Starfleet on their missions to discover new worlds and new life forms, and one Starfleet officer who must learn that to truly understand all things alien, you must first understand yourself.", + "poster_path": "/aJTSeqG43514TewIuS9hiHvbero.jpg" + }, + { + "original_name": "僕のヒーローアカデミア", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "My Hero Academia", + "popularity": 114.616, + "origin_country": [ + "JP" + ], + "vote_count": 119, + "first_air_date": "2016-04-03", + "backdrop_path": "/wokDQZwuY7VxKQ8vbANh4nJrKTi.jpg", + "original_language": "ja", + "id": 65930, + "vote_average": 7.7, + "overview": "People are not born equal, a realization that 4-year-old Midoriya Izuku faced when bullied by his classmates who had unique special powers. Izuku was one of the rare cases where he was born with absolutely no unique powers. This did not stop Izuku from pursuing his dream, a dream of becoming a great hero like the legendary All-Might. To become the great hero he hopelessly wants to become, he now will join the ranks of one of the highest rated \"Hero Academies\" in the country: UA. With the help of his idol All-Might, will he be able to claim the ranks and become a true hero?", + "poster_path": "/n7v0dbkNhfxLaaGyp6g24FpvAUi.jpg" + }, + { + "original_name": "The 100", + "genre_ids": [ + 18, + 10765 + ], + "name": "The 100", + "popularity": 113.867, + "origin_country": [ + "US" + ], + "vote_count": 1385, + "first_air_date": "2014-03-19", + "backdrop_path": "/qYTIuJJ7fIehicAt3bl0vW70Sq6.jpg", + "original_language": "en", + "id": 48866, + "vote_average": 6.5, + "overview": "Based on the books by Kass Morgan, this show takes place 100 years in the future, when the Earth has been abandoned due to radioactivity. The last surviving humans live on an ark orbiting the planet — but the ark won't last forever. So the repressive regime picks 100 expendable juvenile delinquents to send down to Earth to see if the planet is still habitable.", + "poster_path": "/wHIMMLFsk32wIzDmawWkYVbxFCS.jpg" + }, + { + "original_name": "Brooklyn Nine-Nine", + "genre_ids": [ + 35, + 80 + ], + "name": "Brooklyn Nine-Nine", + "popularity": 113.784, + "origin_country": [ + "US" + ], + "vote_count": 525, + "first_air_date": "2013-09-17", + "backdrop_path": "/ncC9ZgZuKOdaVm7yXinUn26Qyok.jpg", + "original_language": "en", + "id": 48891, + "vote_average": 7.6, + "overview": "A single-camera ensemble comedy following the lives of an eclectic group of detectives in a New York precinct, including one slacker who is forced to shape up when he gets a new boss.", + "poster_path": "/kSvVRYB4WGGueigKOENClUSq8N2.jpg" + }, + { + "original_name": "The Simpsons", + "genre_ids": [ + 16, + 35 + ], + "name": "The Simpsons", + "popularity": 112.127, + "origin_country": [ + "US" + ], + "vote_count": 1831, + "first_air_date": "1989-12-17", + "backdrop_path": "/lnnrirKFGwFW18GiH3AmuYy40cz.jpg", + "original_language": "en", + "id": 456, + "vote_average": 7.1, + "overview": "Set in Springfield, the average American town, the show focuses on the antics and everyday adventures of the Simpson family; Homer, Marge, Bart, Lisa and Maggie, as well as a virtual cast of thousands. Since the beginning, the series has been a pop culture icon, attracting hundreds of celebrities to guest star. The show has also made name for itself in its fearless satirical take on politics, media and American life in general.", + "poster_path": "/yTZQkSsxUFJZJe67IenRM0AEklc.jpg" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:47.5558104Z", + "ReducedUri": "/3/discover/tv?page=2", + "RespData": { + "page": 2, + "total_results": 78844, + "total_pages": 3943, + "results": [ + { + "original_name": "Legacies", + "genre_ids": [ + 18, + 9648, + 10765 + ], + "name": "Legacies", + "popularity": 111.718, + "origin_country": [ + "US" + ], + "vote_count": 33, + "first_air_date": "2018-10-25", + "backdrop_path": "/tIYb76SgqjUJ6XLFwBrk4gvGNtn.jpg", + "original_language": "en", + "id": 79460, + "vote_average": 7.3, + "overview": "In a place where young witches, vampires, and werewolves are nurtured to be their best selves in spite of their worst impulses, Klaus Mikaelson’s daughter, 17-year-old Hope Mikaelson, Alaric Saltzman’s twins, Lizzie and Josie Saltzman, among others, come of age into heroes and villains at The Salvatore School for the Young and Gifted.", + "poster_path": "/pwvKOtTpbMacI463EDfyKtfn4Kd.jpg" + }, + { + "original_name": "Future Man", + "genre_ids": [ + 35, + 10765 + ], + "name": "Future Man", + "popularity": 109.584, + "origin_country": [ + "US" + ], + "vote_count": 70, + "first_air_date": "2017-11-14", + "backdrop_path": "/qQxb3uVa3mhZ1pFY2DlmtdKreXd.jpg", + "original_language": "en", + "id": 73157, + "vote_average": 7.1, + "overview": "Josh Futturman, a janitor by day/world-ranked gamer by night, is tasked with preventing the extinction of humanity after mysterious visitors from the future proclaim him the key to defeating the imminent super-race invasion.", + "poster_path": "/9P72cymABXbQKaOUBdZf6pOW64e.jpg" + }, + { + "original_name": "Sex Education", + "genre_ids": [ + 35, + 18 + ], + "name": "Sex Education", + "popularity": 107.577, + "origin_country": [ + "GB", + "US" + ], + "vote_count": 33, + "first_air_date": "2019-01-11", + "backdrop_path": "/u23G9KZregWHs1use6ir1fX27gl.jpg", + "original_language": "en", + "id": 81356, + "vote_average": 7.7, + "overview": "Inexperienced Otis channels his sex therapist mom when he teams up with rebellious Maeve to set up an underground sex therapy clinic at school.", + "poster_path": "/4Bph0hhnDH6dpc0SZIV522bLm4P.jpg" + }, + { + "original_name": "Supergirl", + "genre_ids": [ + 28, + 12, + 18, + 878 + ], + "name": "Supergirl", + "popularity": 103.667, + "origin_country": [ + "US" + ], + "vote_count": 836, + "first_air_date": "2015-10-26", + "backdrop_path": "/2qou2R47XZ1N6SlqGZcoCHDyEhN.jpg", + "original_language": "en", + "id": 62688, + "vote_average": 5.7, + "overview": "Twenty-four-year-old Kara Zor-El, who was taken in by the Danvers family when she was 13 after being sent away from Krypton, must learn to embrace her powers after previously hiding them. The Danvers teach her to be careful with her powers, until she has to reveal them during an unexpected disaster, setting her on her journey of heroism.", + "poster_path": "/vqBsgL9nd2v04ZvCqPzwtckDdFD.jpg" + }, + { + "original_name": "ワンピース", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "One Piece", + "popularity": 100.562, + "origin_country": [ + "JP" + ], + "vote_count": 187, + "first_air_date": "1999-10-20", + "backdrop_path": "/xgs7zAF5VSGAK0QstH1Q0ivybXz.jpg", + "original_language": "ja", + "id": 37854, + "vote_average": 7.7, + "overview": "Years ago, the fearsome pirate king Gol D. Roger was executed, leaving a huge pile of treasure and the famous \"One Piece\" behind. Whoever claims the \"One Piece\" will be named the new pirate king. Monkey D. Luffy, a boy who consumed one of the \"Devil's Fruits\", has it in his head that he'll follow in the footsteps of his idol, the pirate Shanks, and find the One Piece. It helps, of course, that his body has the properties of rubber and he's surrounded by a bevy of skilled fighters and thieves to help him along the way. Monkey D. Luffy brings a bunch of his crew followed by, Roronoa Zoro, Nami, Usopp, Sanji, Tony-Tony Chopper, Nico Robin, Franky, and Brook. They will do anything to get the One Piece and become King of the Pirates!", + "poster_path": "/yeJyZkhO7WS4jJl2xqQjnRTHwuE.jpg" + }, + { + "original_name": "ドラゴンボールゼット", + "genre_ids": [ + 16, + 35, + 10759, + 10765 + ], + "name": "Dragon Ball Z", + "popularity": 99.065, + "origin_country": [ + "JP" + ], + "vote_count": 248, + "first_air_date": "1989-04-26", + "backdrop_path": "/ydf1CeiBLfdxiyNTpskM0802TKl.jpg", + "original_language": "ja", + "id": 12971, + "vote_average": 8, + "overview": "Dragon Ball Z is a Japanese animated television series produced by Toei Animation. Dragon Ball Z is the sequel to the Dragon Ball anime and adapts the last 26 volumes of the original 42 volume Dragon Ball manga series created by Akira Toriyama The series Debut in 1988-1995 on Weekly Shounen Jump. Dragon Ball Z depicts the continuing adventures of Goku and his companions to defend against an assortment of villains which seek to destroy or rule the Earth.\n\nThe anime first aired in Japan from April 25, 1989, to January 31, 1996, and was dubbed in several territories around the world, including the United States, Europe, and in Latin America.", + "poster_path": "/dBsDWUcdfbuZwglgyeeQ9ChRoS4.jpg" + }, + { + "original_name": "NCIS", + "genre_ids": [ + 80, + 18, + 10759 + ], + "name": "NCIS", + "popularity": 97.27, + "origin_country": [ + "US" + ], + "vote_count": 687, + "first_air_date": "2003-09-23", + "backdrop_path": "/nymeWHYQ1JaWP2wyNW5a5WHiDCd.jpg", + "original_language": "en", + "id": 4614, + "vote_average": 6.7, + "overview": "From murder and espionage to terrorism and stolen submarines, a team of special agents investigates any crime that has a shred of evidence connected to Navy and Marine Corps personnel, regardless of rank or position.", + "poster_path": "/eoj15m14Zpf2bUWXqNIs7itZK9w.jpg" + }, + { + "original_name": "盾の勇者の成り上がり", + "genre_ids": [ + 16, + 18, + 10759, + 10765 + ], + "name": "The Rising of The Shield Hero", + "popularity": 89.486, + "origin_country": [ + "JP" + ], + "vote_count": 5, + "first_air_date": "2019-01-09", + "backdrop_path": "/qSgBzXdu6QwVVeqOYOlHolkLRxZ.jpg", + "original_language": "ja", + "id": 83095, + "vote_average": 7.8, + "overview": "Iwatani Naofumi was summoned into a parallel world along with 3 other people to become the world's Heroes. Each of the heroes respectively equipped with their own legendary equipment when summoned, Naofumi received the Legendary Shield as his weapon. Due to Naofumi's lack of charisma and experience he's labeled as the weakest, only to end up betrayed, falsely accused, and robbed by on the third day of adventure. Shunned by everyone from the king to peasants, Naofumi's thoughts were filled with nothing but vengeance and hatred. Thus, his destiny in a parallel World begins...", + "poster_path": "/6cXf5EDwVhsRv8GlBzUTVnWuk8Z.jpg" + }, + { + "original_name": "ソードアート・オンライン", + "genre_ids": [ + 16, + 10759, + 10765 + ], + "name": "Sword Art Online", + "popularity": 89.416, + "origin_country": [ + "JP" + ], + "vote_count": 167, + "first_air_date": "2012-07-08", + "backdrop_path": "/1ENifuXpviC2kEZ1Ya08EyN9SYg.jpg", + "original_language": "ja", + "id": 45782, + "vote_average": 7.5, + "overview": "The players of a virtual reality MMORPG, Sword Art Online, are trapped and fighting for their very lives. After it is announced that the only way to leave the game is by beating it, Kirito—a very powerful swordsman—and his friends take on a quest to free all the minds trapped in Aincrad.", + "poster_path": "/1i7KsXiFlhqdyRzWfTg90WkLIMY.jpg" + }, + { + "original_name": "転生したらスライムだった件", + "genre_ids": [ + 16, + 10759, + 10765 + ], + "name": "That Time I Got Reincarnated as a Slime", + "popularity": 89.212, + "origin_country": [ + "JP" + ], + "vote_count": 11, + "first_air_date": "2018-10-02", + "backdrop_path": "/xzjZDyqUobuJtkBljhgLH4Fdnye.jpg", + "original_language": "ja", + "id": 82684, + "vote_average": 7.8, + "overview": "\"Rimuru Tempest\" is the new name of a slime in a fantasy world taken by a former 37-year-old human Satou Mikami after he is killed by a passing robber. Broken free from ordinary, stale past life, his fresh adventure in a fantasy world as a slime monster with unique abilities begins.", + "poster_path": "/mbJmGS9I4GZmfUIMDdhzKObALcP.jpg" + }, + { + "original_name": "Suits", + "genre_ids": [ + 18 + ], + "name": "Suits", + "popularity": 87.975, + "origin_country": [ + "US" + ], + "vote_count": 813, + "first_air_date": "2011-06-23", + "backdrop_path": "/7gRvLvHH78YAdchOghNpH2EysJ2.jpg", + "original_language": "en", + "id": 37680, + "vote_average": 7.5, + "overview": "While running from a drug deal gone bad, Mike Ross, a brilliant young college-dropout, slips into a job interview with one of New York City's best legal closers, Harvey Specter. Tired of cookie-cutter law school grads, Harvey takes a gamble by hiring Mike on the spot after he recognizes his raw talent and photographic memory.", + "poster_path": "/nVz7cZZ59PsCLgiWFC0M0N6AFC3.jpg" + }, + { + "original_name": "Law & Order: Special Victims Unit", + "genre_ids": [ + 80, + 18 + ], + "name": "Law & Order: Special Victims Unit", + "popularity": 87.447, + "origin_country": [ + "US" + ], + "vote_count": 574, + "first_air_date": "1999-09-20", + "backdrop_path": "/kOvt2BOOwSAQCT8yo3pM3X2GXjh.jpg", + "original_language": "en", + "id": 2734, + "vote_average": 6.3, + "overview": "In the criminal justice system, sexually-based offenses are considered especially heinous. In New York City, the dedicated detectives who investigate these vicious felonies are members of an elite squad known as the Special Victims Unit. These are their stories.", + "poster_path": "/ydSvHgksuB8Ix0V05QEZBKrnIcg.jpg" + }, + { + "original_name": "七つの大罪", + "genre_ids": [ + 16, + 10759, + 10765 + ], + "name": "The Seven Deadly Sins", + "popularity": 86.852, + "origin_country": [ + "JP" + ], + "vote_count": 70, + "first_air_date": "2014-10-05", + "backdrop_path": "/n5Ty1KJIRNCXlDHDjcPpUgp57tr.jpg", + "original_language": "ja", + "id": 62104, + "vote_average": 7.9, + "overview": "The “Seven Deadly Sins”—a group of evil knights who conspired to overthrow the kingdom of Britannia—were said to have been eradicated by the Holy Knights, although some claim that they still live. Ten years later, the Holy Knights have staged a Coup d'état and assassinated the king, becoming the new, tyrannical rulers of the kingdom. Elizabeth, the king's only daughter, sets out on a journey to find the “Seven Deadly Sins,” and to enlist their help in taking back the kingdom.", + "poster_path": "/gxTojpKEOtue85EEFlozwRbDXwJ.jpg" + }, + { + "original_name": "The Blacklist", + "genre_ids": [ + 80, + 18, + 9648 + ], + "name": "The Blacklist", + "popularity": 85.569, + "origin_country": [ + "US" + ], + "vote_count": 853, + "first_air_date": "2013-09-23", + "backdrop_path": "/fHwiAqIKragaCbNJo9Qs4lrccIN.jpg", + "original_language": "en", + "id": 46952, + "vote_average": 7.1, + "overview": "Raymond \"Red\" Reddington, one of the FBI's most wanted fugitives, surrenders in person at FBI Headquarters in Washington, D.C. He claims that he and the FBI have the same interests: bringing down dangerous criminals and terrorists. In the last two decades, he's made a list of criminals and terrorists that matter the most but the FBI cannot find because it does not know they exist. Reddington calls this \"The Blacklist\". Reddington will co-operate, but insists that he will speak only to Elizabeth Keen, a rookie FBI profiler.", + "poster_path": "/bgbQCW4fE9b6wSOSC6Fb4FfVzsW.jpg" + }, + { + "original_name": "Lethal Weapon", + "genre_ids": [ + 80, + 18, + 10759 + ], + "name": "Lethal Weapon", + "popularity": 85.477, + "origin_country": [ + "US" + ], + "vote_count": 317, + "first_air_date": "2016-09-21", + "backdrop_path": "/yqZ5ACKeNJ30mylUEzvtWZu4pGU.jpg", + "original_language": "en", + "id": 67116, + "vote_average": 7.3, + "overview": "A slightly unhinged former Navy SEAL lands a job as a police officer in Los Angeles where he's partnered with a veteran detective trying to keep maintain a low stress level in his life.", + "poster_path": "/jbMZkxLHVDSKiZh0HppCthRW96k.jpg" + }, + { + "original_name": "東京喰種トーキョーグール", + "genre_ids": [ + 16, + 80, + 18, + 10759 + ], + "name": "Tokyo Ghoul", + "popularity": 83.832, + "origin_country": [ + "JP" + ], + "vote_count": 110, + "first_air_date": "2014-07-04", + "backdrop_path": "/nPPfk2PkrDkHN9egN8gdkJP1iVG.jpg", + "original_language": "ja", + "id": 61374, + "vote_average": 7.1, + "overview": "Ken Kaneki is a bookworm college student who meets a girl names Rize at a cafe he frequents. They're the same age and have the same interests, so they quickly become close. Little does Kaneki know that Rize is a ghoul - a kind of monster that lives by hunting and devouring human flesh. When part of her special organ - \"the red child\" - is transplanted into Kaneki, he becomes a ghoul himself, trapped in a warped world where humans are not the top of the food chain.", + "poster_path": "/jUtFWNCJCflNTbvac4w6Qyzh43w.jpg" + }, + { + "original_name": "The Orville", + "genre_ids": [ + 35, + 18, + 10765 + ], + "name": "The Orville", + "popularity": 83.649, + "origin_country": [ + "US" + ], + "vote_count": 297, + "first_air_date": "2017-09-10", + "backdrop_path": "/2Qg2fViQzWenpUaMjhv0kNhCbE9.jpg", + "original_language": "en", + "id": 71738, + "vote_average": 7.2, + "overview": "Follows the crew of the not-so-functional exploratory ship in the Earth's interstellar fleet, 400 years in the future.", + "poster_path": "/1q2gRQ8uN8D2ythPMzd5NvsHkVf.jpg" + }, + { + "original_name": "ドメスティックな彼女", + "genre_ids": [ + 35, + 18, + 10751 + ], + "name": "Domestic Girlfriend", + "popularity": 83.533, + "origin_country": [ + "JP" + ], + "vote_count": 2, + "first_air_date": "2019-01-11", + "backdrop_path": "/iPwaKpGMDS81F9fQtyNYe6SkjhR.jpg", + "original_language": "ja", + "id": 83103, + "vote_average": 9.5, + "overview": "Natsuo is a high school boy who is experiencing the crushing despair of unrequited love. To make matters worse, the person he is in love with is his teacher, Hina. In an attempt to lift his spirits, he attends a mixer where he meets a girl named Rui. The two sleep together, expecting never to see one another again, but fate has other plans. His life suddenly becomes more complicated when his father comes home and announces he has remarried a woman with two daughters whom Natsuo has met before: Hina and Rui!", + "poster_path": "/kncCvE2jrLylahDpRRmtWC7sP4x.jpg" + }, + { + "original_name": "The Gifted", + "genre_ids": [ + 18, + 10759, + 10765 + ], + "name": "The Gifted", + "popularity": 82.554, + "origin_country": [ + "US" + ], + "vote_count": 227, + "first_air_date": "2017-10-02", + "backdrop_path": "/18inwHlpKnK9mt02wFBJoIVKXI.jpg", + "original_language": "en", + "id": 69629, + "vote_average": 6.9, + "overview": "A suburban couple's ordinary lives are rocked by the sudden discovery that their children possess mutant powers. Forced to go on the run from a hostile government, the family joins up with an underground network of mutants and must fight to survive.", + "poster_path": "/nshCqszjTNuqhrB53vrSqWO18sE.jpg" + }, + { + "original_name": "Criminal Minds", + "genre_ids": [ + 80, + 18, + 9648 + ], + "name": "Criminal Minds", + "popularity": 81.786, + "origin_country": [ + "US" + ], + "vote_count": 537, + "first_air_date": "2005-09-22", + "backdrop_path": "/mzyLxbwy5jOveyfsbC1OWGp78NV.jpg", + "original_language": "en", + "id": 4057, + "vote_average": 7, + "overview": "An elite team of FBI profilers analyze the country's most twisted criminal minds, anticipating their next moves before they strike again. The Behavioral Analysis Unit's most experienced agent is David Rossi, a founding member of the BAU who returns to help the team solve new cases.", + "poster_path": "/7TCwgX7oQKxcWYEhSPRmaHe6ULN.jpg" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:48.4161267Z", + "ReducedUri": "/3/discover/tv?page=2&vote_count.gte=100&vote_average.gte=2", + "RespData": { + "page": 2, + "total_results": 520, + "total_pages": 26, + "results": [ + { + "original_name": "ワンピース", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "One Piece", + "popularity": 100.562, + "origin_country": [ + "JP" + ], + "vote_count": 187, + "first_air_date": "1999-10-20", + "backdrop_path": "/xgs7zAF5VSGAK0QstH1Q0ivybXz.jpg", + "original_language": "ja", + "id": 37854, + "vote_average": 7.7, + "overview": "Years ago, the fearsome pirate king Gol D. Roger was executed, leaving a huge pile of treasure and the famous \"One Piece\" behind. Whoever claims the \"One Piece\" will be named the new pirate king. Monkey D. Luffy, a boy who consumed one of the \"Devil's Fruits\", has it in his head that he'll follow in the footsteps of his idol, the pirate Shanks, and find the One Piece. It helps, of course, that his body has the properties of rubber and he's surrounded by a bevy of skilled fighters and thieves to help him along the way. Monkey D. Luffy brings a bunch of his crew followed by, Roronoa Zoro, Nami, Usopp, Sanji, Tony-Tony Chopper, Nico Robin, Franky, and Brook. They will do anything to get the One Piece and become King of the Pirates!", + "poster_path": "/yeJyZkhO7WS4jJl2xqQjnRTHwuE.jpg" + }, + { + "original_name": "ドラゴンボールゼット", + "genre_ids": [ + 16, + 35, + 10759, + 10765 + ], + "name": "Dragon Ball Z", + "popularity": 99.065, + "origin_country": [ + "JP" + ], + "vote_count": 248, + "first_air_date": "1989-04-26", + "backdrop_path": "/ydf1CeiBLfdxiyNTpskM0802TKl.jpg", + "original_language": "ja", + "id": 12971, + "vote_average": 8, + "overview": "Dragon Ball Z is a Japanese animated television series produced by Toei Animation. Dragon Ball Z is the sequel to the Dragon Ball anime and adapts the last 26 volumes of the original 42 volume Dragon Ball manga series created by Akira Toriyama The series Debut in 1988-1995 on Weekly Shounen Jump. Dragon Ball Z depicts the continuing adventures of Goku and his companions to defend against an assortment of villains which seek to destroy or rule the Earth.\n\nThe anime first aired in Japan from April 25, 1989, to January 31, 1996, and was dubbed in several territories around the world, including the United States, Europe, and in Latin America.", + "poster_path": "/dBsDWUcdfbuZwglgyeeQ9ChRoS4.jpg" + }, + { + "original_name": "NCIS", + "genre_ids": [ + 80, + 18, + 10759 + ], + "name": "NCIS", + "popularity": 97.27, + "origin_country": [ + "US" + ], + "vote_count": 687, + "first_air_date": "2003-09-23", + "backdrop_path": "/nymeWHYQ1JaWP2wyNW5a5WHiDCd.jpg", + "original_language": "en", + "id": 4614, + "vote_average": 6.7, + "overview": "From murder and espionage to terrorism and stolen submarines, a team of special agents investigates any crime that has a shred of evidence connected to Navy and Marine Corps personnel, regardless of rank or position.", + "poster_path": "/eoj15m14Zpf2bUWXqNIs7itZK9w.jpg" + }, + { + "original_name": "ソードアート・オンライン", + "genre_ids": [ + 16, + 10759, + 10765 + ], + "name": "Sword Art Online", + "popularity": 89.416, + "origin_country": [ + "JP" + ], + "vote_count": 167, + "first_air_date": "2012-07-08", + "backdrop_path": "/1ENifuXpviC2kEZ1Ya08EyN9SYg.jpg", + "original_language": "ja", + "id": 45782, + "vote_average": 7.5, + "overview": "The players of a virtual reality MMORPG, Sword Art Online, are trapped and fighting for their very lives. After it is announced that the only way to leave the game is by beating it, Kirito—a very powerful swordsman—and his friends take on a quest to free all the minds trapped in Aincrad.", + "poster_path": "/1i7KsXiFlhqdyRzWfTg90WkLIMY.jpg" + }, + { + "original_name": "Suits", + "genre_ids": [ + 18 + ], + "name": "Suits", + "popularity": 87.975, + "origin_country": [ + "US" + ], + "vote_count": 813, + "first_air_date": "2011-06-23", + "backdrop_path": "/7gRvLvHH78YAdchOghNpH2EysJ2.jpg", + "original_language": "en", + "id": 37680, + "vote_average": 7.5, + "overview": "While running from a drug deal gone bad, Mike Ross, a brilliant young college-dropout, slips into a job interview with one of New York City's best legal closers, Harvey Specter. Tired of cookie-cutter law school grads, Harvey takes a gamble by hiring Mike on the spot after he recognizes his raw talent and photographic memory.", + "poster_path": "/nVz7cZZ59PsCLgiWFC0M0N6AFC3.jpg" + }, + { + "original_name": "Law & Order: Special Victims Unit", + "genre_ids": [ + 80, + 18 + ], + "name": "Law & Order: Special Victims Unit", + "popularity": 87.447, + "origin_country": [ + "US" + ], + "vote_count": 574, + "first_air_date": "1999-09-20", + "backdrop_path": "/kOvt2BOOwSAQCT8yo3pM3X2GXjh.jpg", + "original_language": "en", + "id": 2734, + "vote_average": 6.3, + "overview": "In the criminal justice system, sexually-based offenses are considered especially heinous. In New York City, the dedicated detectives who investigate these vicious felonies are members of an elite squad known as the Special Victims Unit. These are their stories.", + "poster_path": "/ydSvHgksuB8Ix0V05QEZBKrnIcg.jpg" + }, + { + "original_name": "The Blacklist", + "genre_ids": [ + 80, + 18, + 9648 + ], + "name": "The Blacklist", + "popularity": 85.569, + "origin_country": [ + "US" + ], + "vote_count": 853, + "first_air_date": "2013-09-23", + "backdrop_path": "/fHwiAqIKragaCbNJo9Qs4lrccIN.jpg", + "original_language": "en", + "id": 46952, + "vote_average": 7.1, + "overview": "Raymond \"Red\" Reddington, one of the FBI's most wanted fugitives, surrenders in person at FBI Headquarters in Washington, D.C. He claims that he and the FBI have the same interests: bringing down dangerous criminals and terrorists. In the last two decades, he's made a list of criminals and terrorists that matter the most but the FBI cannot find because it does not know they exist. Reddington calls this \"The Blacklist\". Reddington will co-operate, but insists that he will speak only to Elizabeth Keen, a rookie FBI profiler.", + "poster_path": "/bgbQCW4fE9b6wSOSC6Fb4FfVzsW.jpg" + }, + { + "original_name": "Lethal Weapon", + "genre_ids": [ + 80, + 18, + 10759 + ], + "name": "Lethal Weapon", + "popularity": 85.477, + "origin_country": [ + "US" + ], + "vote_count": 317, + "first_air_date": "2016-09-21", + "backdrop_path": "/yqZ5ACKeNJ30mylUEzvtWZu4pGU.jpg", + "original_language": "en", + "id": 67116, + "vote_average": 7.3, + "overview": "A slightly unhinged former Navy SEAL lands a job as a police officer in Los Angeles where he's partnered with a veteran detective trying to keep maintain a low stress level in his life.", + "poster_path": "/jbMZkxLHVDSKiZh0HppCthRW96k.jpg" + }, + { + "original_name": "東京喰種トーキョーグール", + "genre_ids": [ + 16, + 80, + 18, + 10759 + ], + "name": "Tokyo Ghoul", + "popularity": 83.832, + "origin_country": [ + "JP" + ], + "vote_count": 110, + "first_air_date": "2014-07-04", + "backdrop_path": "/nPPfk2PkrDkHN9egN8gdkJP1iVG.jpg", + "original_language": "ja", + "id": 61374, + "vote_average": 7.1, + "overview": "Ken Kaneki is a bookworm college student who meets a girl names Rize at a cafe he frequents. They're the same age and have the same interests, so they quickly become close. Little does Kaneki know that Rize is a ghoul - a kind of monster that lives by hunting and devouring human flesh. When part of her special organ - \"the red child\" - is transplanted into Kaneki, he becomes a ghoul himself, trapped in a warped world where humans are not the top of the food chain.", + "poster_path": "/jUtFWNCJCflNTbvac4w6Qyzh43w.jpg" + }, + { + "original_name": "The Orville", + "genre_ids": [ + 35, + 18, + 10765 + ], + "name": "The Orville", + "popularity": 83.649, + "origin_country": [ + "US" + ], + "vote_count": 297, + "first_air_date": "2017-09-10", + "backdrop_path": "/2Qg2fViQzWenpUaMjhv0kNhCbE9.jpg", + "original_language": "en", + "id": 71738, + "vote_average": 7.2, + "overview": "Follows the crew of the not-so-functional exploratory ship in the Earth's interstellar fleet, 400 years in the future.", + "poster_path": "/1q2gRQ8uN8D2ythPMzd5NvsHkVf.jpg" + }, + { + "original_name": "The Gifted", + "genre_ids": [ + 18, + 10759, + 10765 + ], + "name": "The Gifted", + "popularity": 82.554, + "origin_country": [ + "US" + ], + "vote_count": 227, + "first_air_date": "2017-10-02", + "backdrop_path": "/18inwHlpKnK9mt02wFBJoIVKXI.jpg", + "original_language": "en", + "id": 69629, + "vote_average": 6.9, + "overview": "A suburban couple's ordinary lives are rocked by the sudden discovery that their children possess mutant powers. Forced to go on the run from a hostile government, the family joins up with an underground network of mutants and must fight to survive.", + "poster_path": "/nshCqszjTNuqhrB53vrSqWO18sE.jpg" + }, + { + "original_name": "Criminal Minds", + "genre_ids": [ + 80, + 18, + 9648 + ], + "name": "Criminal Minds", + "popularity": 81.786, + "origin_country": [ + "US" + ], + "vote_count": 537, + "first_air_date": "2005-09-22", + "backdrop_path": "/mzyLxbwy5jOveyfsbC1OWGp78NV.jpg", + "original_language": "en", + "id": 4057, + "vote_average": 7, + "overview": "An elite team of FBI profilers analyze the country's most twisted criminal minds, anticipating their next moves before they strike again. The Behavioral Analysis Unit's most experienced agent is David Rossi, a founding member of the BAU who returns to help the team solve new cases.", + "poster_path": "/7TCwgX7oQKxcWYEhSPRmaHe6ULN.jpg" + }, + { + "original_name": "Prison Break", + "genre_ids": [ + 80, + 18, + 10759 + ], + "name": "Prison Break", + "popularity": 80.374, + "origin_country": [ + "US" + ], + "vote_count": 1036, + "first_air_date": "2005-08-29", + "backdrop_path": "/92OPBZpLc82y8CzOtrQ8P9RDvIN.jpg", + "original_language": "en", + "id": 2288, + "vote_average": 7.5, + "overview": "Due to a political conspiracy, an innocent man is sent to death row and his only hope is his brother, who makes it his mission to deliberately get himself sent to the same prison in order to break the both of them out, from the inside out.", + "poster_path": "/5E1BhkCgjLBlqx557Z5yzcN0i88.jpg" + }, + { + "original_name": "Modern Family", + "genre_ids": [ + 35 + ], + "name": "Modern Family", + "popularity": 80.186, + "origin_country": [ + "US" + ], + "vote_count": 764, + "first_air_date": "2009-09-23", + "backdrop_path": "/snxFgPvHMcpW5f8Q3wu6uRRycww.jpg", + "original_language": "en", + "id": 1421, + "vote_average": 7.2, + "overview": "The Pritchett-Dunphy-Tucker clan is a wonderfully large and blended family. They give us an honest and often hilarious look into the sometimes warm, sometimes twisted, embrace of the modern family.", + "poster_path": "/gLAcu4VPCAb90oJvJ4nUJc5ZBQi.jpg" + }, + { + "original_name": "American Dad!", + "genre_ids": [ + 16, + 35 + ], + "name": "American Dad!", + "popularity": 79.774, + "origin_country": [ + "US" + ], + "vote_count": 565, + "first_air_date": "2005-02-06", + "backdrop_path": "/vddYkC55H3DqWK5cG5hepSnhzGP.jpg", + "original_language": "en", + "id": 1433, + "vote_average": 6.2, + "overview": "The series focuses on an eccentric motley crew that is the Smith family and their three housemates: Father, husband, and breadwinner Stan Smith; his better half housewife, Francine Smith; their college-aged daughter, Hayley Smith; and their high-school-aged son, Steve Smith. Outside of the Smith family, there are three additional main characters, including Hayley's boyfriend turned husband, Jeff Fischer; the family's man-in-a-goldfish-body pet, Klaus; and most notably the family's zany alien, Roger, who is \"full of masquerades, brazenness, and shocking antics.\"", + "poster_path": "/eo2Xu4UWXHE8UlBlAktNiSsAmfx.jpg" + }, + { + "original_name": "Hawaii Five-0", + "genre_ids": [ + 28, + 80, + 18 + ], + "name": "Hawaii Five-0", + "popularity": 79.252, + "origin_country": [ + "US" + ], + "vote_count": 324, + "first_air_date": "2010-09-20", + "backdrop_path": "/2wig5p3n4AMHGjedvYk7ZgJ4481.jpg", + "original_language": "en", + "id": 32798, + "vote_average": 6.3, + "overview": "Steve McGarrett returns home to Oahu, in order to find his father's killer. The governor offers him the chance to run his own task force (Five-0). Steve's team is joined by Chin Ho Kelly, Danny \"Danno\" Williams, and Kono Kalakaua.", + "poster_path": "/gEbD5od43txhKQ7BaNCjN7q4txR.jpg" + }, + { + "original_name": "Breaking Bad", + "genre_ids": [ + 18 + ], + "name": "Breaking Bad", + "popularity": 78.773, + "origin_country": [ + "US" + ], + "vote_count": 3040, + "first_air_date": "2008-01-20", + "backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg", + "original_language": "en", + "id": 1396, + "vote_average": 8.4, + "overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + "poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg" + }, + { + "original_name": "The Walking Dead", + "genre_ids": [ + 18, + 10759, + 10765 + ], + "name": "The Walking Dead", + "popularity": 78.511, + "origin_country": [ + "US" + ], + "vote_count": 3908, + "first_air_date": "2010-10-31", + "backdrop_path": "/xVzvD5BPAU4HpleFSo8QOdHkndo.jpg", + "original_language": "en", + "id": 1402, + "vote_average": 7.3, + "overview": "Sheriff's deputy Rick Grimes awakens from a coma to find a post-apocalyptic world dominated by flesh-eating zombies. He sets out to find his family and encounters many other survivors along the way.", + "poster_path": "/yn7psGTZsHumHOkLUmYpyrIcA2G.jpg" + }, + { + "original_name": "South Park", + "genre_ids": [ + 16, + 35 + ], + "name": "South Park", + "popularity": 78.354, + "origin_country": [ + "US" + ], + "vote_count": 983, + "first_air_date": "1997-08-13", + "backdrop_path": "/mSDKNVvDfitFE6Fb6fSSl5DQmgS.jpg", + "original_language": "en", + "id": 2190, + "vote_average": 7.8, + "overview": "Follows the misadventures of four irreverent grade-schoolers in the quiet, dysfunctional town of South Park, Colorado.", + "poster_path": "/v9zc0cZpy5aPSfAy6Tgb6I1zWgV.jpg" + }, + { + "original_name": "Lucifer", + "genre_ids": [ + 80, + 10765 + ], + "name": "Lucifer", + "popularity": 78.118, + "origin_country": [ + "US" + ], + "vote_count": 868, + "first_air_date": "2016-01-25", + "backdrop_path": "/6kZCuvbirx6ibJfaWqwV2p90yPI.jpg", + "original_language": "en", + "id": 63174, + "vote_average": 7.4, + "overview": "Bored and unhappy as the Lord of Hell, Lucifer Morningstar abandoned his throne and retired to Los Angeles, where he has teamed up with LAPD detective Chloe Decker to take down criminals. But the longer he's away from the underworld, the greater the threat that the worst of humanity could escape.", + "poster_path": "/wmOuYyqVaczBLXxQNFSaRfAUgPz.jpg" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:48.2763702Z", + "ReducedUri": "/3/discover/tv?vote_count.gte=100&vote_average.gte=2", + "RespData": { + "page": 1, + "total_results": 520, + "total_pages": 26, + "results": [ + { + "original_name": "Marvel's Iron Fist", + "genre_ids": [ + 80, + 18, + 10759, + 10765 + ], + "name": "Marvel's Iron Fist", + "popularity": 370.937, + "origin_country": [ + "US" + ], + "vote_count": 753, + "first_air_date": "2017-03-17", + "backdrop_path": "/xHCfWGlxwbtMeeOnTvxUCZRGnkk.jpg", + "original_language": "en", + "id": 62127, + "vote_average": 6.1, + "overview": "Danny Rand resurfaces 15 years after being presumed dead. Now, with the power of the Iron Fist, he seeks to reclaim his past and fulfill his destiny.", + "poster_path": "/nv4nLXbDhcISPP8C1mgaxKU50KO.jpg" + }, + { + "original_name": "Arrow", + "genre_ids": [ + 80, + 18, + 9648, + 10759 + ], + "name": "Arrow", + "popularity": 349.761, + "origin_country": [ + "US" + ], + "vote_count": 2170, + "first_air_date": "2012-10-10", + "backdrop_path": "/dKxkwAJfGuznW8Hu0mhaDJtna0n.jpg", + "original_language": "en", + "id": 1412, + "vote_average": 5.9, + "overview": "Spoiled billionaire playboy Oliver Queen is missing and presumed dead when his yacht is lost at sea. He returns five years later a changed man, determined to clean up the city as a hooded vigilante armed with a bow.", + "poster_path": "/mo0FP1GxOFZT4UDde7RFDz5APXF.jpg" + }, + { + "original_name": "The Flash", + "genre_ids": [ + 18, + 10765 + ], + "name": "The Flash", + "popularity": 229.16, + "origin_country": [ + "US" + ], + "vote_count": 2459, + "first_air_date": "2014-10-07", + "backdrop_path": "/jC1KqsFx8ZyqJyQa2Ohi7xgL7XC.jpg", + "original_language": "en", + "id": 60735, + "vote_average": 6.7, + "overview": "After a particle accelerator causes a freak storm, CSI Investigator Barry Allen is struck by lightning and falls into a coma. Months later he awakens with the power of super speed, granting him the ability to move through Central City like an unseen guardian angel. Though initially excited by his newfound powers, Barry is shocked to discover he is not the only \"meta-human\" who was created in the wake of the accelerator explosion -- and not everyone is using their new powers for good. Barry partners with S.T.A.R. Labs and dedicates his life to protect the innocent. For now, only a few close friends and associates know that Barry is literally the fastest man alive, but it won't be long before the world learns what Barry Allen has become...The Flash.", + "poster_path": "/fki3kBlwJzFp8QohL43g9ReV455.jpg" + }, + { + "original_name": "Riverdale", + "genre_ids": [ + 18, + 9648 + ], + "name": "Riverdale", + "popularity": 212.691, + "origin_country": [ + "US" + ], + "vote_count": 407, + "first_air_date": "2017-01-26", + "backdrop_path": "/2IUpoKSP64r6rp2vBo0Fdk8a1UU.jpg", + "original_language": "en", + "id": 69050, + "vote_average": 7.2, + "overview": "Set in the present, the series offers a bold, subversive take on Archie, Betty, Veronica and their friends, exploring the surreality of small-town life, the darkness and weirdness bubbling beneath Riverdale’s wholesome facade.", + "poster_path": "/gskv297rlbyzLaTU1XZf8UBbxp0.jpg" + }, + { + "original_name": "Vikings", + "genre_ids": [ + 18, + 10759 + ], + "name": "Vikings", + "popularity": 188.168, + "origin_country": [ + "CA" + ], + "vote_count": 1516, + "first_air_date": "2013-03-03", + "backdrop_path": "/A30ZqEoDbchvE7mCZcSp6TEwB1Q.jpg", + "original_language": "en", + "id": 44217, + "vote_average": 7.4, + "overview": "Vikings follows the adventures of Ragnar Lothbrok, the greatest hero of his age. The series tells the sagas of Ragnar's band of Viking brothers and his family, as he rises to become King of the Viking tribes. As well as being a fearless warrior, Ragnar embodies the Norse traditions of devotion to the gods. Legend has it that he was a direct descendant of Odin, the god of war and warriors.", + "poster_path": "/94gP9uXNdbypwCLORjeurlad15Z.jpg" + }, + { + "original_name": "Gotham", + "genre_ids": [ + 80, + 18, + 14 + ], + "name": "Gotham", + "popularity": 182.182, + "origin_country": [ + "US" + ], + "vote_count": 979, + "first_air_date": "2014-09-22", + "backdrop_path": "/mKBP1OCgCG0jw8DwVYlnYqVILtc.jpg", + "original_language": "en", + "id": 60708, + "vote_average": 6.9, + "overview": "Before there was Batman, there was GOTHAM. \n\nEveryone knows the name Commissioner Gordon. He is one of the crime world's greatest foes, a man whose reputation is synonymous with law and order. But what is known of Gordon's story and his rise from rookie detective to Police Commissioner? What did it take to navigate the multiple layers of corruption that secretly ruled Gotham City, the spawning ground of the world's most iconic villains? And what circumstances created them – the larger-than-life personas who would become Catwoman, The Penguin, The Riddler, Two-Face and The Joker? ", + "poster_path": "/4XddcRDtnNjYmLRMYpbrhFxsbuq.jpg" + }, + { + "original_name": "Supernatural", + "genre_ids": [ + 18, + 9648, + 10765 + ], + "name": "Supernatural", + "popularity": 174.938, + "origin_country": [ + "US" + ], + "vote_count": 1679, + "first_air_date": "2005-09-13", + "backdrop_path": "/o9OKe3M06QMLOzTl3l6GStYtnE9.jpg", + "original_language": "en", + "id": 1622, + "vote_average": 7.2, + "overview": "When they were boys, Sam and Dean Winchester lost their mother to a mysterious and demonic supernatural force. Subsequently, their father raised them to be soldiers. He taught them about the paranormal evil that lives in the dark corners and on the back roads of America ... and he taught them how to kill it. Now, the Winchester brothers crisscross the country in their '67 Chevy Impala, battling every kind of supernatural threat they encounter along the way. ", + "poster_path": "/3iFm6Kz7iYoFaEcj4fLyZHAmTQA.jpg" + }, + { + "original_name": "ドラゴンボール", + "genre_ids": [ + 16, + 35, + 10759, + 10765 + ], + "name": "Dragon Ball", + "popularity": 170.651, + "origin_country": [ + "JP" + ], + "vote_count": 223, + "first_air_date": "1986-02-26", + "backdrop_path": "/iflq7ZJfso6WC7gk9l1tD3unWK.jpg", + "original_language": "ja", + "id": 12609, + "vote_average": 7.7, + "overview": "Long ago in the mountains, a fighting master known as Gohan discovered a strange boy whom he named Goku. Gohan raised him and trained Goku in martial arts until he died. The young and very strong boy was on his own, but easily managed. Then one day, Goku met a teenage girl named Bulma, whose search for the dragon balls brought her to Goku's home. Together, they set off to find all seven dragon balls in an adventure that would change Goku's life forever. See how Goku met his life long friends Bulma, Yamcha, Krillin, Master Roshi and more. And see his adventures as a boy, all leading up to Dragonball Z and later Dragonball GT.", + "poster_path": "/3wx3EAMtqnbSLhGG8NrqXriCUIQ.jpg" + }, + { + "original_name": "フェアリーテイル", + "genre_ids": [ + 16, + 35, + 10759, + 10765 + ], + "name": "Fairy Tail", + "popularity": 162.339, + "origin_country": [ + "JP" + ], + "vote_count": 105, + "first_air_date": "2009-10-12", + "backdrop_path": "/m2lugAG39sO0yCcuxEAu4fY5u1o.jpg", + "original_language": "ja", + "id": 46261, + "vote_average": 7, + "overview": "Lucy is a 17-year-old girl, who wants to be a full-fledged mage. One day when visiting Harujion Town, she meets Natsu, a young man who gets sick easily by any type of transportation. But Natsu isn't just any ordinary kid, he's a member of one of the world's most infamous mage guilds: Fairy Tail.", + "poster_path": "/58GKcwFV3lpVOGzybeMrrNOjHpz.jpg" + }, + { + "original_name": "ナルト 疾風伝", + "genre_ids": [ + 16, + 35, + 18 + ], + "name": "Naruto Shippūden", + "popularity": 161.743, + "origin_country": [ + "JP" + ], + "vote_count": 178, + "first_air_date": "2007-02-15", + "backdrop_path": "/c14vjmndzL9tBdooGsMznMFrFLo.jpg", + "original_language": "ja", + "id": 31910, + "vote_average": 7.5, + "overview": "Naruto Shippuuden is the continuation of the original animated TV series Naruto.The story revolves around an older and slightly more matured Uzumaki Naruto and his quest to save his friend Uchiha Sasuke from the grips of the snake-like Shinobi, Orochimaru. After 2 and a half years Naruto finally returns to his village of Konoha, and sets about putting his ambitions to work, though it will not be easy, as He has amassed a few (more dangerous) enemies, in the likes of the shinobi organization; Akatsuki.", + "poster_path": "/ic9Gb4Zz09ns3JPYHdax8u5kt0n.jpg" + }, + { + "original_name": "Game of Thrones", + "genre_ids": [ + 18, + 10759, + 10765 + ], + "name": "Game of Thrones", + "popularity": 161.321, + "origin_country": [ + "US" + ], + "vote_count": 5191, + "first_air_date": "2011-04-17", + "backdrop_path": "/gX8SYlnL9ZznfZwEH4KJUePBFUM.jpg", + "original_language": "en", + "id": 1399, + "vote_average": 8.2, + "overview": "Seven noble families fight for control of the mythical land of Westeros. Friction between the houses leads to full-scale war. All while a very ancient evil awakens in the farthest north. Amidst the war, a neglected military order of misfits, the Night's Watch, is all that stands between the realms of men and icy horrors beyond.", + "poster_path": "/gwPSoYUHAKmdyVywgLpKKA4BjRr.jpg" + }, + { + "original_name": "Grey's Anatomy", + "genre_ids": [ + 18 + ], + "name": "Grey's Anatomy", + "popularity": 137.171, + "origin_country": [ + "US" + ], + "vote_count": 844, + "first_air_date": "2005-03-27", + "backdrop_path": "/y6JABtgWMVYPx84Rvy7tROU5aNH.jpg", + "original_language": "en", + "id": 1416, + "vote_average": 6.3, + "overview": "Follows the personal and professional lives of a group of doctors at Seattle’s Grey Sloan Memorial Hospital.", + "poster_path": "/mgOZSS2FFIGtfVeac1buBw3Cx5w.jpg" + }, + { + "original_name": "The Big Bang Theory", + "genre_ids": [ + 35 + ], + "name": "The Big Bang Theory", + "popularity": 133.002, + "origin_country": [ + "US" + ], + "vote_count": 3521, + "first_air_date": "2007-09-24", + "backdrop_path": "/nGsNruW3W27V6r4gkyc3iiEGsKR.jpg", + "original_language": "en", + "id": 1418, + "vote_average": 6.8, + "overview": "The Big Bang Theory is centered on five characters living in Pasadena, California: roommates Leonard Hofstadter and Sheldon Cooper; Penny, a waitress and aspiring actress who lives across the hall; and Leonard and Sheldon's equally geeky and socially awkward friends and co-workers, mechanical engineer Howard Wolowitz and astrophysicist Raj Koothrappali. The geekiness and intellect of the four guys is contrasted for comic effect with Penny's social skills and common sense.", + "poster_path": "/ooBGRQBdbGzBxAVfExiO8r7kloA.jpg" + }, + { + "original_name": "Family Guy", + "genre_ids": [ + 16, + 35 + ], + "name": "Family Guy", + "popularity": 121.159, + "origin_country": [ + "US" + ], + "vote_count": 1368, + "first_air_date": "1999-01-31", + "backdrop_path": "/pH38r4TWTqq7Mcs6XAlwgzNUeJe.jpg", + "original_language": "en", + "id": 1434, + "vote_average": 6.5, + "overview": "Sick, twisted, politically incorrect and Freakin' Sweet animated series featuring the adventures of the dysfunctional Griffin family. Bumbling Peter and long-suffering Lois have three kids. Stewie (a brilliant but sadistic baby bent on killing his mother and taking over the world), Meg (the oldest, and is the most unpopular girl in town) and Chris (the middle kid, he's not very bright but has a passion for movies). The final member of the family is Brian - a talking dog and much more than a pet, he keeps Stewie in check whilst sipping Martinis and sorting through his own life issues.", + "poster_path": "/gBGUL1UTUNmdRQT8gA1LUV4yg39.jpg" + }, + { + "original_name": "Star Trek: Discovery", + "genre_ids": [ + 10765 + ], + "name": "Star Trek: Discovery", + "popularity": 116.267, + "origin_country": [ + "US" + ], + "vote_count": 454, + "first_air_date": "2017-09-24", + "backdrop_path": "/rhE2h8WYJOPuBlMl20MQRnJw3aq.jpg", + "original_language": "en", + "id": 67198, + "vote_average": 6.8, + "overview": "Follow the voyages of Starfleet on their missions to discover new worlds and new life forms, and one Starfleet officer who must learn that to truly understand all things alien, you must first understand yourself.", + "poster_path": "/aJTSeqG43514TewIuS9hiHvbero.jpg" + }, + { + "original_name": "僕のヒーローアカデミア", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "My Hero Academia", + "popularity": 114.616, + "origin_country": [ + "JP" + ], + "vote_count": 119, + "first_air_date": "2016-04-03", + "backdrop_path": "/wokDQZwuY7VxKQ8vbANh4nJrKTi.jpg", + "original_language": "ja", + "id": 65930, + "vote_average": 7.7, + "overview": "People are not born equal, a realization that 4-year-old Midoriya Izuku faced when bullied by his classmates who had unique special powers. Izuku was one of the rare cases where he was born with absolutely no unique powers. This did not stop Izuku from pursuing his dream, a dream of becoming a great hero like the legendary All-Might. To become the great hero he hopelessly wants to become, he now will join the ranks of one of the highest rated \"Hero Academies\" in the country: UA. With the help of his idol All-Might, will he be able to claim the ranks and become a true hero?", + "poster_path": "/n7v0dbkNhfxLaaGyp6g24FpvAUi.jpg" + }, + { + "original_name": "The 100", + "genre_ids": [ + 18, + 10765 + ], + "name": "The 100", + "popularity": 113.867, + "origin_country": [ + "US" + ], + "vote_count": 1385, + "first_air_date": "2014-03-19", + "backdrop_path": "/qYTIuJJ7fIehicAt3bl0vW70Sq6.jpg", + "original_language": "en", + "id": 48866, + "vote_average": 6.5, + "overview": "Based on the books by Kass Morgan, this show takes place 100 years in the future, when the Earth has been abandoned due to radioactivity. The last surviving humans live on an ark orbiting the planet — but the ark won't last forever. So the repressive regime picks 100 expendable juvenile delinquents to send down to Earth to see if the planet is still habitable.", + "poster_path": "/wHIMMLFsk32wIzDmawWkYVbxFCS.jpg" + }, + { + "original_name": "Brooklyn Nine-Nine", + "genre_ids": [ + 35, + 80 + ], + "name": "Brooklyn Nine-Nine", + "popularity": 113.784, + "origin_country": [ + "US" + ], + "vote_count": 525, + "first_air_date": "2013-09-17", + "backdrop_path": "/ncC9ZgZuKOdaVm7yXinUn26Qyok.jpg", + "original_language": "en", + "id": 48891, + "vote_average": 7.6, + "overview": "A single-camera ensemble comedy following the lives of an eclectic group of detectives in a New York precinct, including one slacker who is forced to shape up when he gets a new boss.", + "poster_path": "/kSvVRYB4WGGueigKOENClUSq8N2.jpg" + }, + { + "original_name": "The Simpsons", + "genre_ids": [ + 16, + 35 + ], + "name": "The Simpsons", + "popularity": 112.127, + "origin_country": [ + "US" + ], + "vote_count": 1831, + "first_air_date": "1989-12-17", + "backdrop_path": "/lnnrirKFGwFW18GiH3AmuYy40cz.jpg", + "original_language": "en", + "id": 456, + "vote_average": 7.1, + "overview": "Set in Springfield, the average American town, the show focuses on the antics and everyday adventures of the Simpson family; Homer, Marge, Bart, Lisa and Maggie, as well as a virtual cast of thousands. Since the beginning, the series has been a pop culture icon, attracting hundreds of celebrities to guest star. The show has also made name for itself in its fearless satirical take on politics, media and American life in general.", + "poster_path": "/yTZQkSsxUFJZJe67IenRM0AEklc.jpg" + }, + { + "original_name": "Supergirl", + "genre_ids": [ + 28, + 12, + 18, + 878 + ], + "name": "Supergirl", + "popularity": 103.667, + "origin_country": [ + "US" + ], + "vote_count": 836, + "first_air_date": "2015-10-26", + "backdrop_path": "/2qou2R47XZ1N6SlqGZcoCHDyEhN.jpg", + "original_language": "en", + "id": 62688, + "vote_average": 5.7, + "overview": "Twenty-four-year-old Kara Zor-El, who was taken in by the Danvers family when she was 13 after being sent away from Krypton, must learn to embrace her powers after previously hiding them. The Danvers teach her to be careful with her powers, until she has to reveal them during an unexpected disaster, setting her on her journey of heroism.", + "poster_path": "/vqBsgL9nd2v04ZvCqPzwtckDdFD.jpg" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientFindTests.json b/TMDbLibTests/Data/data-ClientFindTests.json new file mode 100644 index 0000000..878e6fb --- /dev/null +++ b/TMDbLibTests/Data/data-ClientFindTests.json @@ -0,0 +1,271 @@ +[ + { + "RecordedAt": "2019-01-26T17:48:11.4591996Z", + "ReducedUri": "/3/find/30272?external_source=tvdb_id", + "RespData": { + "movie_results": [], + "person_results": [], + "tv_results": [], + "tv_episode_results": [ + { + "air_date": "1971-05-13", + "episode_number": 1, + "id": 202650, + "name": "The Bishop Warms Up", + "overview": "", + "production_code": null, + "season_number": 5, + "show_id": 2635, + "still_path": null, + "vote_average": 0.0, + "vote_count": 0 + } + ], + "tv_season_results": [ + { + "air_date": "2008-01-20", + "episode_count": 7, + "id": 3572, + "name": "Season 1", + "overview": "High school chemistry teacher Walter White's life is suddenly transformed by a dire medical diagnosis. Street-savvy former student Jesse Pinkman \"teaches\" Walter a new trade.", + "poster_path": "/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg", + "season_number": 1, + "show_id": 1396 + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:11.9858694Z", + "ReducedUri": "/3/find/81189?external_source=tvdb_id", + "RespData": { + "movie_results": [], + "person_results": [], + "tv_results": [ + { + "original_name": "Breaking Bad", + "id": 1396, + "name": "Breaking Bad", + "vote_count": 3040, + "vote_average": 8.4, + "first_air_date": "2008-01-20", + "poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg", + "genre_ids": [ + 18 + ], + "original_language": "en", + "backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg", + "overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + "origin_country": [ + "US" + ], + "popularity": 78.773 + } + ], + "tv_episode_results": [], + "tv_season_results": [] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:12.1096861Z", + "ReducedUri": "/3/find/nm0000246?external_source=imdb_id", + "RespData": { + "movie_results": [], + "person_results": [ + { + "adult": false, + "gender": 2, + "name": "Bruce Willis", + "id": 62, + "known_for": [ + { + "adult": false, + "backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg", + "genre_ids": [ + 53, + 80 + ], + "id": 680, + "original_language": "en", + "original_title": "Pulp Fiction", + "overview": "A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.", + "poster_path": "/dM2w364MScsjFf8pfMbaWUcWrR.jpg", + "release_date": "1994-09-10", + "title": "Pulp Fiction", + "video": false, + "vote_average": 8.4, + "vote_count": 13875, + "popularity": 37.649, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/4G6FNNLSIVrwSRZyFs91hQ3lZtD.jpg", + "genre_ids": [ + 27, + 53 + ], + "id": 381288, + "original_language": "en", + "original_title": "Split", + "overview": "Though Kevin has evidenced 23 personalities to his trusted psychiatrist, Dr. Fletcher, there remains one still submerged who is set to materialize and dominate all the others. Compelled to abduct three teenage girls led by the willful, observant Casey, Kevin reaches a war for survival among all of those contained within him — as well as everyone around him — as the walls between his compartments shatter apart.", + "poster_path": "/rXMWOZiCt6eMX22jWuTOSdQ98bY.jpg", + "release_date": "2017-01-19", + "title": "Split", + "video": false, + "vote_average": 7.2, + "vote_count": 8986, + "popularity": 68.454, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "genre_ids": [ + 28, + 53, + 878 + ], + "id": 59967, + "original_language": "en", + "original_title": "Looper", + "overview": "In the futuristic action thriller Looper, time travel will be invented but it will be illegal and only available on the black market. When the mob wants to get rid of someone, they will send their target 30 years into the past where a looper, a hired gun, like Joe is waiting to mop up. Joe is getting rich and life is good until the day the mob decides to close the loop, sending back Joe's future self for assassination.", + "poster_path": "/sNjL6SqErDBE8OUZlrDLkexfsCj.jpg", + "release_date": "2012-09-26", + "title": "Looper", + "video": false, + "vote_average": 6.8, + "vote_count": 6342, + "popularity": 14.358, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "popularity": 17.767 + } + ], + "tv_results": [], + "tv_episode_results": [], + "tv_season_results": [] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:11.8667574Z", + "ReducedUri": "/3/find/tt0088247?external_source=imdb_id", + "RespData": { + "movie_results": [ + { + "adult": false, + "backdrop_path": "/6yFoLNQgFdVbA8TZMdfgVpszOla.jpg", + "genre_ids": [ + 28, + 53, + 878 + ], + "id": 218, + "original_language": "en", + "original_title": "The Terminator", + "overview": "In the post-apocalyptic future, reigning tyrannical supercomputers teleport a cyborg assassin known as the \"Terminator\" back to 1984 to kill Sarah Connor, whose unborn son is destined to lead insurgents against 21st century mechanical hegemony. Meanwhile, the human-resistance movement dispatches a lone warrior to safeguard Sarah. Can he stop the virtually indestructible killing machine?", + "poster_path": "/q8ffBuxQlYOHrvPniLgCbmKK4Lv.jpg", + "release_date": "1984-10-26", + "title": "The Terminator", + "video": false, + "vote_average": 7.5, + "vote_count": 6258, + "popularity": 21.643 + } + ], + "person_results": [], + "tv_results": [], + "tv_episode_results": [], + "tv_season_results": [] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:11.6362693Z", + "ReducedUri": "/3/find/tt0903747?external_source=imdb_id", + "RespData": { + "movie_results": [], + "person_results": [], + "tv_results": [ + { + "original_name": "Breaking Bad", + "id": 1396, + "name": "Breaking Bad", + "vote_count": 3040, + "vote_average": 8.4, + "first_air_date": "2008-01-20", + "poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg", + "genre_ids": [ + 18 + ], + "original_language": "en", + "backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg", + "overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + "origin_country": [ + "US" + ], + "popularity": 78.773 + } + ], + "tv_episode_results": [], + "tv_season_results": [] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:11.7520272Z", + "ReducedUri": "/3/find/tt0959621?external_source=imdb_id", + "RespData": { + "movie_results": [], + "person_results": [], + "tv_results": [], + "tv_episode_results": [ + { + "air_date": "2008-01-20", + "episode_number": 1, + "id": 62085, + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117 + } + ], + "tv_season_results": [] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientGenreTests.json b/TMDbLibTests/Data/data-ClientGenreTests.json new file mode 100644 index 0000000..3b89aea --- /dev/null +++ b/TMDbLibTests/Data/data-ClientGenreTests.json @@ -0,0 +1,1607 @@ +[ + { + "RecordedAt": "2019-01-26T17:52:27.2560474Z", + "ReducedUri": "/3/genre/28/movies", + "RespData": { + "id": 28, + "page": 1, + "results": [ + { + "id": 424783, + "video": false, + "vote_count": 925, + "vote_average": 6.5, + "title": "Bumblebee", + "release_date": "2018-12-15", + "original_language": "en", + "original_title": "Bumblebee", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/hMANgfPHR1tRObNp2oPiOi9mMlz.jpg", + "adult": false, + "overview": "On the run in the year 1987, Bumblebee finds refuge in a junkyard in a small Californian beach town. Charlie, on the cusp of turning 18 and trying to find her place in the world, discovers Bumblebee, battle-scarred and broken. When Charlie revives him, she quickly learns this is no ordinary yellow VW bug.", + "poster_path": "/fw02ONlDhrYjTSZV8XO6hhU3ds3.jpg", + "popularity": 333.153 + }, + { + "id": 297802, + "video": false, + "vote_count": 2916, + "vote_average": 6.9, + "title": "Aquaman", + "release_date": "2018-12-07", + "original_language": "en", + "original_title": "Aquaman", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/7icgF1dgUJaCpnWV235eafXFznJ.jpg", + "adult": false, + "overview": "Arthur Curry learns that he is the heir to the underwater kingdom of Atlantis, and must step forward to lead his people and be a hero to the world.", + "poster_path": "/5Kg76ldv7VxeX9YlcQXiowHgdX6.jpg", + "popularity": 331.431 + }, + { + "adult": false, + "backdrop_path": "/rxYG6Sj95as9rv9wKIHUx6ATWd3.jpg", + "genre_ids": [ + 878, + 28, + 12, + 14, + 53 + ], + "id": 428078, + "original_language": "en", + "original_title": "Mortal Engines", + "overview": "Set in a world many thousands of years in the future. Earth’s cities now roam the globe on huge wheels, devouring each other in a struggle for ever diminishing resources. On one of these massive Traction Cities, Tom Natsworthy has an unexpected encounter with a mysterious young woman from the Outlands who will change the course of his life forever.", + "poster_path": "/uXJVpPXxZO4L8Rz3IG1Y8XvZJcg.jpg", + "release_date": "2018-12-05", + "title": "Mortal Engines", + "video": false, + "vote_average": 6.0, + "vote_count": 584, + "popularity": 210.646 + }, + { + "adult": false, + "backdrop_path": "/8yqLPNwNCtpOPc3XkOlkSMnghzw.jpg", + "genre_ids": [ + 18, + 28 + ], + "id": 480530, + "original_language": "en", + "original_title": "Creed II", + "overview": "Follows Adonis Creed's life inside and outside of the ring as he deals with new found fame, issues with his family, and his continuing quest to become a champion.", + "poster_path": "/v3QyboWRoA4O9RbcsqH8tJMe8EB.jpg", + "release_date": "2018-11-21", + "title": "Creed II", + "video": false, + "vote_average": 6.5, + "vote_count": 706, + "popularity": 209.752 + }, + { + "id": 375588, + "video": false, + "vote_count": 438, + "vote_average": 5.8, + "title": "Robin Hood", + "release_date": "2018-11-20", + "original_language": "en", + "original_title": "Robin Hood", + "genre_ids": [ + 28, + 12, + 53 + ], + "backdrop_path": "/AuA50D7T7S7OEVcGo0ZKaMhERn0.jpg", + "adult": false, + "overview": "A war-hardened Crusader and his Moorish commander mount an audacious revolt against the corrupt English crown.", + "poster_path": "/AiRfixFcfTkNbn2A73qVJPlpkUo.jpg", + "popularity": 169.74 + }, + { + "adult": false, + "backdrop_path": "/3haESpzscyP1pLl2BxQ9j5KK9cM.jpg", + "genre_ids": [ + 16, + 28, + 14, + 12 + ], + "id": 390634, + "original_language": "ja", + "original_title": "劇場版「Fate/stay night [Heaven's Feel] ⅠⅠ. lost butterfly」", + "overview": "Theatrical-release adaptation of the visual novel \"Fate/stay night\", following the third and final route. (Part 2 of a trilogy.)", + "poster_path": "/t0jwlwFUrtkPJoq5JH9YrRVROXZ.jpg", + "release_date": "2019-01-12", + "title": "Fate/stay night: Heaven’s Feel II. lost butterfly", + "video": false, + "vote_average": 4.8, + "vote_count": 11, + "popularity": 165.584 + }, + { + "adult": false, + "backdrop_path": "/6OTRuxpwUUGbmCX3MKP25dOmo59.jpg", + "genre_ids": [ + 28, + 16, + 878 + ], + "id": 503314, + "original_language": "ja", + "original_title": "ドラゴンボール超スーパー ブロリー", + "overview": "Earth is peaceful following the Tournament of Power. Realizing that the universes still hold many more strong people yet to see, Goku spends all his days training to reach even greater heights. Then one day, Goku and Vegeta are faced by a Saiyan called 'Broly' who they've never seen before. The Saiyans were supposed to have been almost completely wiped out in the destruction of Planet Vegeta, so what's this one doing on Earth? This encounter between the three Saiyans who have followed completely different destinies turns into a stupendous battle, with even Frieza (back from Hell) getting caught up in the mix.", + "poster_path": "/f03YksE4NggUjG75toz4H1YAGRf.jpg", + "release_date": "2018-12-14", + "title": "Dragon Ball Super: Broly", + "video": false, + "vote_average": 7.4, + "vote_count": 244, + "popularity": 135.52 + }, + { + "adult": false, + "backdrop_path": "/7d6EY00g1c39SGZOoCJ5Py9nNth.jpg", + "genre_ids": [ + 28, + 12, + 16, + 878, + 35 + ], + "id": 324857, + "original_language": "en", + "original_title": "Spider-Man: Into the Spider-Verse", + "overview": "Miles Morales is juggling his life between being a high school student and being a spider-man. When Wilson \"Kingpin\" Fisk uses a super collider, others from across the Spider-Verse are transported to this dimension.", + "poster_path": "/laMM4lpQSh5z6KIBPwWogkjzBVQ.jpg", + "release_date": "2018-12-07", + "title": "Spider-Man: Into the Spider-Verse", + "video": false, + "vote_average": 8.5, + "vote_count": 1304, + "popularity": 114.503 + }, + { + "adult": false, + "backdrop_path": "/9cmrRktcAmhteKMNRl2hU6rQzLJ.jpg", + "genre_ids": [ + 27, + 53, + 28 + ], + "id": 522681, + "original_language": "en", + "original_title": "Escape Room", + "overview": "Six strangers find themselves in circumstances beyond their control, and must use their wits to survive.", + "poster_path": "/8yZAx7tlKRZIg7pJfaPhl00yHIQ.jpg", + "release_date": "2019-01-03", + "title": "Escape Room", + "video": false, + "vote_average": 7.1, + "vote_count": 52, + "popularity": 114.258 + }, + { + "adult": false, + "backdrop_path": "/r0ljJIPBGsGdpeDdlHpzCiNnxiB.jpg", + "genre_ids": [ + 18, + 53, + 9648, + 80, + 28 + ], + "id": 446807, + "original_language": "en", + "original_title": "The Girl in the Spider's Web", + "overview": "In Stockholm, Sweden, hacker Lisbeth Salander is hired by Frans Balder, a computer engineer, to retrieve a program that he believes it is too dangerous to exist.", + "poster_path": "/w4ibr8R702DCjwYniry1D1XwQXj.jpg", + "release_date": "2018-10-26", + "title": "The Girl in the Spider's Web", + "video": false, + "vote_average": 5.9, + "vote_count": 220, + "popularity": 109.135 + }, + { + "id": 299536, + "video": false, + "vote_count": 10991, + "vote_average": 8.3, + "title": "Avengers: Infinity War", + "release_date": "2018-04-25", + "original_language": "en", + "original_title": "Avengers: Infinity War", + "genre_ids": [ + 28, + 12, + 14 + ], + "backdrop_path": "/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg", + "adult": false, + "overview": "As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.", + "poster_path": "/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg", + "popularity": 108.095 + }, + { + "adult": false, + "backdrop_path": "/gCIB3DdK00DyfwosVGf7pnFFdK3.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 399402, + "original_language": "en", + "original_title": "Hunter Killer", + "overview": "An untested American submarine captain teams with U.S. Navy SEALs to rescue the Russian president, who has been kidnapped by a rogue general.", + "poster_path": "/a0j18XNVhP4RcW3wXwsqT0kVoQm.jpg", + "release_date": "2018-10-19", + "title": "Hunter Killer", + "video": false, + "vote_average": 5.9, + "vote_count": 323, + "popularity": 102.919 + }, + { + "adult": false, + "backdrop_path": "/7RqpTZq0mPpTcEwZ6qqwRZAFoLe.jpg", + "genre_ids": [ + 35, + 28 + ], + "id": 567604, + "original_language": "en", + "original_title": "Once Upon a Deadpool", + "overview": "A kidnapped Fred Savage is forced to endure Deadpool's PG-13 rendition of Deadpool 2 as a Princess Bride-esque story that's full of magic, wonder & zero F's.", + "poster_path": "/5Ka49BWWyKMXr93YMbH5wLN7aAM.jpg", + "release_date": "2018-12-11", + "title": "Once Upon a Deadpool", + "video": false, + "vote_average": 7.2, + "vote_count": 88, + "popularity": 91.801 + }, + { + "adult": false, + "backdrop_path": "/VuukZLgaCrho2Ar8Scl9HtV3yD.jpg", + "genre_ids": [ + 878, + 28 + ], + "id": 335983, + "original_language": "en", + "original_title": "Venom", + "overview": "Investigative journalist Eddie Brock attempts a comeback following a scandal, but accidentally becomes the host of Venom, a violent, super powerful alien symbiote. Soon, he must rely on his newfound powers to protect the world from a shadowy organization looking for a symbiote of their own.", + "poster_path": "/2uNW4WbgBXL25BAbXGLnLqX71Sw.jpg", + "release_date": "2018-09-28", + "title": "Venom", + "video": false, + "vote_average": 6.6, + "vote_count": 4482, + "popularity": 86.381 + }, + { + "adult": false, + "backdrop_path": "/3P52oz9HPQWxcwHOwxtyrVV1LKi.jpg", + "genre_ids": [ + 28, + 35, + 12 + ], + "id": 383498, + "original_language": "en", + "original_title": "Deadpool 2", + "overview": "Wisecracking mercenary Deadpool battles the evil and powerful Cable and other bad guys to save a boy's life.", + "poster_path": "/to0spRl1CMDvyUbOnbb4fTk3VAd.jpg", + "release_date": "2018-05-15", + "title": "Deadpool 2", + "video": false, + "vote_average": 7.5, + "vote_count": 7173, + "popularity": 67.564 + }, + { + "adult": false, + "backdrop_path": "/mabuNsGJgRuCTuGqjFkWe1xdu19.jpg", + "genre_ids": [ + 28, + 12, + 16, + 10751 + ], + "id": 260513, + "original_language": "en", + "original_title": "Incredibles 2", + "overview": "Elastigirl springs into action to save the day, while Mr. Incredible faces his greatest challenge yet – taking care of the problems of his three children.", + "poster_path": "/9lFKBtaVIhP7E2Pk0IY1CwTKTMZ.jpg", + "release_date": "2018-06-14", + "title": "Incredibles 2", + "video": false, + "vote_average": 7.6, + "vote_count": 4811, + "popularity": 66.695 + }, + { + "id": 347375, + "video": false, + "vote_count": 673, + "vote_average": 5.9, + "title": "Mile 22", + "release_date": "2018-08-16", + "original_language": "en", + "original_title": "Mile 22", + "genre_ids": [ + 28, + 12, + 80, + 53 + ], + "backdrop_path": "/2nOMUnQ4OtsKVTmpp3og7MYt4oG.jpg", + "adult": false, + "overview": "An elite group of American operatives, aided by a top-secret tactical command team, must transport an asset who holds life-threatening information to an extraction point 22 miles away through the hostile streets of an Asian city.", + "poster_path": "/2L8ehd95eSW9x7KINYtZmRkAlrZ.jpg", + "popularity": 65.11 + }, + { + "adult": false, + "backdrop_path": "/b6ZJZHUdMEFECvGiDpJjlfUWela.jpg", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "id": 284054, + "original_language": "en", + "original_title": "Black Panther", + "overview": "King T'Challa returns home from America to the reclusive, technologically advanced African nation of Wakanda to serve as his country's new leader. However, T'Challa soon finds that he is challenged for the throne by factions within his own country as well as without. Using powers reserved to Wakandan kings, T'Challa assumes the Black Panther mantel to join with girlfriend Nakia, the queen-mother, his princess-kid sister, members of the Dora Milaje (the Wakandan 'special forces') and an American secret agent, to prevent Wakanda from being dragged into a world war.", + "poster_path": "/uxzzxijgPIY7slzFvMotPv8wjKA.jpg", + "release_date": "2018-02-13", + "title": "Black Panther", + "video": false, + "vote_average": 7.4, + "vote_count": 10199, + "popularity": 63.16 + }, + { + "adult": false, + "backdrop_path": "/u8CP7EeWbYMlIVqEoKAt6OYsEe1.jpg", + "genre_ids": [ + 28, + 80, + 35, + 18 + ], + "id": 483906, + "original_language": "en", + "original_title": "Polar", + "overview": "When a retiring assassin realizes he is the target of a hit, he winds up back in the game going head to head with a gang of younger, ruthless killers.", + "poster_path": "/qOBEpKVLl8Q9CZScbOcRRVISezV.jpg", + "release_date": "2019-01-25", + "title": "Polar", + "video": false, + "vote_average": 6.6, + "vote_count": 34, + "popularity": 62.692 + }, + { + "adult": false, + "backdrop_path": "/b7Q0uX4Tcd6lXWItJEMxYk9XBbc.jpg", + "genre_ids": [ + 12, + 10751, + 28, + 35 + ], + "id": 463272, + "original_language": "en", + "original_title": "Johnny English Strikes Again", + "overview": "Disaster strikes when a criminal mastermind reveals the identities of all active undercover agents in Britain. The secret service can now rely on only one man - Johnny English. Currently teaching at a minor prep school, Johnny springs back into action to find the mysterious hacker. For this mission to succeed, he’ll need all of his skills - what few he has - as the man with yesterday’s analogue methods faces off against tomorrow’s digital technology.", + "poster_path": "/ryACHOzmRJiJEKjatbokudfkO74.jpg", + "release_date": "2018-09-13", + "title": "Johnny English Strikes Again", + "video": false, + "vote_average": 6.1, + "vote_count": 701, + "popularity": 60.205 + } + ], + "total_pages": 1160, + "total_results": 23192 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:28.7208304Z", + "ReducedUri": "/3/genre/28/movies?include_all_movies=true", + "RespData": { + "id": 28, + "page": 1, + "results": [ + { + "id": 424783, + "video": false, + "vote_count": 925, + "vote_average": 6.5, + "title": "Bumblebee", + "release_date": "2018-12-15", + "original_language": "en", + "original_title": "Bumblebee", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/hMANgfPHR1tRObNp2oPiOi9mMlz.jpg", + "adult": false, + "overview": "On the run in the year 1987, Bumblebee finds refuge in a junkyard in a small Californian beach town. Charlie, on the cusp of turning 18 and trying to find her place in the world, discovers Bumblebee, battle-scarred and broken. When Charlie revives him, she quickly learns this is no ordinary yellow VW bug.", + "poster_path": "/fw02ONlDhrYjTSZV8XO6hhU3ds3.jpg", + "popularity": 333.153 + }, + { + "id": 297802, + "video": false, + "vote_count": 2916, + "vote_average": 6.9, + "title": "Aquaman", + "release_date": "2018-12-07", + "original_language": "en", + "original_title": "Aquaman", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/7icgF1dgUJaCpnWV235eafXFznJ.jpg", + "adult": false, + "overview": "Arthur Curry learns that he is the heir to the underwater kingdom of Atlantis, and must step forward to lead his people and be a hero to the world.", + "poster_path": "/5Kg76ldv7VxeX9YlcQXiowHgdX6.jpg", + "popularity": 331.431 + }, + { + "adult": false, + "backdrop_path": "/rxYG6Sj95as9rv9wKIHUx6ATWd3.jpg", + "genre_ids": [ + 878, + 28, + 12, + 14, + 53 + ], + "id": 428078, + "original_language": "en", + "original_title": "Mortal Engines", + "overview": "Set in a world many thousands of years in the future. Earth’s cities now roam the globe on huge wheels, devouring each other in a struggle for ever diminishing resources. On one of these massive Traction Cities, Tom Natsworthy has an unexpected encounter with a mysterious young woman from the Outlands who will change the course of his life forever.", + "poster_path": "/gLhYg9NIvIPKVRTtvzCWnp1qJWG.jpg", + "release_date": "2018-12-05", + "title": "Mortal Engines", + "video": false, + "vote_average": 6.0, + "vote_count": 584, + "popularity": 210.646 + }, + { + "adult": false, + "backdrop_path": "/8yqLPNwNCtpOPc3XkOlkSMnghzw.jpg", + "genre_ids": [ + 18, + 28 + ], + "id": 480530, + "original_language": "en", + "original_title": "Creed II", + "overview": "Follows Adonis Creed's life inside and outside of the ring as he deals with new found fame, issues with his family, and his continuing quest to become a champion.", + "poster_path": "/v3QyboWRoA4O9RbcsqH8tJMe8EB.jpg", + "release_date": "2018-11-21", + "title": "Creed II", + "video": false, + "vote_average": 6.5, + "vote_count": 706, + "popularity": 209.752 + }, + { + "adult": false, + "backdrop_path": "/AuA50D7T7S7OEVcGo0ZKaMhERn0.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 375588, + "original_language": "en", + "original_title": "Robin Hood", + "overview": "A war-hardened Crusader and his Moorish commander mount an audacious revolt against the corrupt English crown.", + "poster_path": "/AiRfixFcfTkNbn2A73qVJPlpkUo.jpg", + "release_date": "2018-11-20", + "title": "Robin Hood", + "video": false, + "vote_average": 5.8, + "vote_count": 438, + "popularity": 169.74 + }, + { + "adult": false, + "backdrop_path": "/3haESpzscyP1pLl2BxQ9j5KK9cM.jpg", + "genre_ids": [ + 16, + 28, + 14, + 12 + ], + "id": 390634, + "original_language": "ja", + "original_title": "劇場版「Fate/stay night [Heaven's Feel] ⅠⅠ. lost butterfly」", + "overview": "Theatrical-release adaptation of the visual novel \"Fate/stay night\", following the third and final route. (Part 2 of a trilogy.)", + "poster_path": "/t0jwlwFUrtkPJoq5JH9YrRVROXZ.jpg", + "release_date": "2019-01-12", + "title": "Fate/stay night: Heaven’s Feel II. lost butterfly", + "video": false, + "vote_average": 4.8, + "vote_count": 11, + "popularity": 165.584 + }, + { + "adult": false, + "backdrop_path": "/6OTRuxpwUUGbmCX3MKP25dOmo59.jpg", + "genre_ids": [ + 28, + 16, + 878 + ], + "id": 503314, + "original_language": "ja", + "original_title": "ドラゴンボール超スーパー ブロリー", + "overview": "Earth is peaceful following the Tournament of Power. Realizing that the universes still hold many more strong people yet to see, Goku spends all his days training to reach even greater heights. Then one day, Goku and Vegeta are faced by a Saiyan called 'Broly' who they've never seen before. The Saiyans were supposed to have been almost completely wiped out in the destruction of Planet Vegeta, so what's this one doing on Earth? This encounter between the three Saiyans who have followed completely different destinies turns into a stupendous battle, with even Frieza (back from Hell) getting caught up in the mix.", + "poster_path": "/f03YksE4NggUjG75toz4H1YAGRf.jpg", + "release_date": "2018-12-14", + "title": "Dragon Ball Super: Broly", + "video": false, + "vote_average": 7.4, + "vote_count": 244, + "popularity": 135.52 + }, + { + "adult": false, + "backdrop_path": "/7d6EY00g1c39SGZOoCJ5Py9nNth.jpg", + "genre_ids": [ + 28, + 12, + 16, + 878, + 35 + ], + "id": 324857, + "original_language": "en", + "original_title": "Spider-Man: Into the Spider-Verse", + "overview": "Miles Morales is juggling his life between being a high school student and being a spider-man. When Wilson \"Kingpin\" Fisk uses a super collider, others from across the Spider-Verse are transported to this dimension.", + "poster_path": "/laMM4lpQSh5z6KIBPwWogkjzBVQ.jpg", + "release_date": "2018-12-07", + "title": "Spider-Man: Into the Spider-Verse", + "video": false, + "vote_average": 8.5, + "vote_count": 1304, + "popularity": 114.503 + }, + { + "id": 522681, + "video": false, + "vote_count": 52, + "vote_average": 7.1, + "title": "Escape Room", + "release_date": "2019-01-03", + "original_language": "en", + "original_title": "Escape Room", + "genre_ids": [ + 28, + 27, + 53 + ], + "backdrop_path": "/9cmrRktcAmhteKMNRl2hU6rQzLJ.jpg", + "adult": false, + "overview": "Six strangers find themselves in circumstances beyond their control, and must use their wits to survive.", + "poster_path": "/8yZAx7tlKRZIg7pJfaPhl00yHIQ.jpg", + "popularity": 114.258 + }, + { + "adult": false, + "backdrop_path": "/r0ljJIPBGsGdpeDdlHpzCiNnxiB.jpg", + "genre_ids": [ + 18, + 53, + 9648, + 80, + 28 + ], + "id": 446807, + "original_language": "en", + "original_title": "The Girl in the Spider's Web", + "overview": "In Stockholm, Sweden, hacker Lisbeth Salander is hired by Frans Balder, a computer engineer, to retrieve a program that he believes it is too dangerous to exist.", + "poster_path": "/w4ibr8R702DCjwYniry1D1XwQXj.jpg", + "release_date": "2018-10-26", + "title": "The Girl in the Spider's Web", + "video": false, + "vote_average": 5.9, + "vote_count": 220, + "popularity": 109.135 + }, + { + "id": 299536, + "video": false, + "vote_count": 10991, + "vote_average": 8.3, + "title": "Avengers: Infinity War", + "release_date": "2018-04-25", + "original_language": "en", + "original_title": "Avengers: Infinity War", + "genre_ids": [ + 28, + 12, + 14 + ], + "backdrop_path": "/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg", + "adult": false, + "overview": "As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.", + "poster_path": "/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg", + "popularity": 108.095 + }, + { + "adult": false, + "backdrop_path": "/gCIB3DdK00DyfwosVGf7pnFFdK3.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 399402, + "original_language": "en", + "original_title": "Hunter Killer", + "overview": "An untested American submarine captain teams with U.S. Navy SEALs to rescue the Russian president, who has been kidnapped by a rogue general.", + "poster_path": "/a0j18XNVhP4RcW3wXwsqT0kVoQm.jpg", + "release_date": "2018-10-19", + "title": "Hunter Killer", + "video": false, + "vote_average": 5.9, + "vote_count": 323, + "popularity": 102.919 + }, + { + "adult": false, + "backdrop_path": "/7RqpTZq0mPpTcEwZ6qqwRZAFoLe.jpg", + "genre_ids": [ + 35, + 28 + ], + "id": 567604, + "original_language": "en", + "original_title": "Once Upon a Deadpool", + "overview": "A kidnapped Fred Savage is forced to endure Deadpool's PG-13 rendition of Deadpool 2 as a Princess Bride-esque story that's full of magic, wonder & zero F's.", + "poster_path": "/5Ka49BWWyKMXr93YMbH5wLN7aAM.jpg", + "release_date": "2018-12-11", + "title": "Once Upon a Deadpool", + "video": false, + "vote_average": 7.2, + "vote_count": 88, + "popularity": 91.801 + }, + { + "adult": false, + "backdrop_path": "/VuukZLgaCrho2Ar8Scl9HtV3yD.jpg", + "genre_ids": [ + 878, + 28 + ], + "id": 335983, + "original_language": "en", + "original_title": "Venom", + "overview": "Investigative journalist Eddie Brock attempts a comeback following a scandal, but accidentally becomes the host of Venom, a violent, super powerful alien symbiote. Soon, he must rely on his newfound powers to protect the world from a shadowy organization looking for a symbiote of their own.", + "poster_path": "/2uNW4WbgBXL25BAbXGLnLqX71Sw.jpg", + "release_date": "2018-09-28", + "title": "Venom", + "video": false, + "vote_average": 6.6, + "vote_count": 4482, + "popularity": 86.381 + }, + { + "adult": false, + "backdrop_path": "/3P52oz9HPQWxcwHOwxtyrVV1LKi.jpg", + "genre_ids": [ + 28, + 35, + 12 + ], + "id": 383498, + "original_language": "en", + "original_title": "Deadpool 2", + "overview": "Wisecracking mercenary Deadpool battles the evil and powerful Cable and other bad guys to save a boy's life.", + "poster_path": "/to0spRl1CMDvyUbOnbb4fTk3VAd.jpg", + "release_date": "2018-05-15", + "title": "Deadpool 2", + "video": false, + "vote_average": 7.5, + "vote_count": 7173, + "popularity": 67.564 + }, + { + "adult": false, + "backdrop_path": "/mabuNsGJgRuCTuGqjFkWe1xdu19.jpg", + "genre_ids": [ + 28, + 12, + 16, + 10751 + ], + "id": 260513, + "original_language": "en", + "original_title": "Incredibles 2", + "overview": "Elastigirl springs into action to save the day, while Mr. Incredible faces his greatest challenge yet – taking care of the problems of his three children.", + "poster_path": "/9lFKBtaVIhP7E2Pk0IY1CwTKTMZ.jpg", + "release_date": "2018-06-14", + "title": "Incredibles 2", + "video": false, + "vote_average": 7.6, + "vote_count": 4811, + "popularity": 66.695 + }, + { + "id": 347375, + "video": false, + "vote_count": 673, + "vote_average": 5.9, + "title": "Mile 22", + "release_date": "2018-08-16", + "original_language": "en", + "original_title": "Mile 22", + "genre_ids": [ + 28, + 12, + 80, + 53 + ], + "backdrop_path": "/2nOMUnQ4OtsKVTmpp3og7MYt4oG.jpg", + "adult": false, + "overview": "An elite group of American operatives, aided by a top-secret tactical command team, must transport an asset who holds life-threatening information to an extraction point 22 miles away through the hostile streets of an Asian city.", + "poster_path": "/2L8ehd95eSW9x7KINYtZmRkAlrZ.jpg", + "popularity": 65.11 + }, + { + "adult": false, + "backdrop_path": "/b6ZJZHUdMEFECvGiDpJjlfUWela.jpg", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "id": 284054, + "original_language": "en", + "original_title": "Black Panther", + "overview": "King T'Challa returns home from America to the reclusive, technologically advanced African nation of Wakanda to serve as his country's new leader. However, T'Challa soon finds that he is challenged for the throne by factions within his own country as well as without. Using powers reserved to Wakandan kings, T'Challa assumes the Black Panther mantel to join with girlfriend Nakia, the queen-mother, his princess-kid sister, members of the Dora Milaje (the Wakandan 'special forces') and an American secret agent, to prevent Wakanda from being dragged into a world war.", + "poster_path": "/uxzzxijgPIY7slzFvMotPv8wjKA.jpg", + "release_date": "2018-02-13", + "title": "Black Panther", + "video": false, + "vote_average": 7.4, + "vote_count": 10199, + "popularity": 63.16 + }, + { + "adult": false, + "backdrop_path": "/u8CP7EeWbYMlIVqEoKAt6OYsEe1.jpg", + "genre_ids": [ + 28, + 80, + 35, + 18 + ], + "id": 483906, + "original_language": "en", + "original_title": "Polar", + "overview": "When a retiring assassin realizes he is the target of a hit, he winds up back in the game going head to head with a gang of younger, ruthless killers.", + "poster_path": "/qOBEpKVLl8Q9CZScbOcRRVISezV.jpg", + "release_date": "2019-01-25", + "title": "Polar", + "video": false, + "vote_average": 6.6, + "vote_count": 34, + "popularity": 62.692 + }, + { + "adult": false, + "backdrop_path": "/b7Q0uX4Tcd6lXWItJEMxYk9XBbc.jpg", + "genre_ids": [ + 12, + 10751, + 28, + 35 + ], + "id": 463272, + "original_language": "en", + "original_title": "Johnny English Strikes Again", + "overview": "Disaster strikes when a criminal mastermind reveals the identities of all active undercover agents in Britain. The secret service can now rely on only one man - Johnny English. Currently teaching at a minor prep school, Johnny springs back into action to find the mysterious hacker. For this mission to succeed, he’ll need all of his skills - what few he has - as the man with yesterday’s analogue methods faces off against tomorrow’s digital technology.", + "poster_path": "/ryACHOzmRJiJEKjatbokudfkO74.jpg", + "release_date": "2018-09-13", + "title": "Johnny English Strikes Again", + "video": false, + "vote_average": 6.1, + "vote_count": 701, + "popularity": 60.205 + } + ], + "total_pages": 1160, + "total_results": 23196 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:28.2405027Z", + "ReducedUri": "/3/genre/28/movies?language=it&page=2&include_all_movies=false", + "RespData": { + "id": 28, + "page": 2, + "results": [ + { + "adult": false, + "backdrop_path": "/f4E0ocYeToEuXvczZv6QArrMDJ.jpg", + "genre_ids": [ + 878, + 28, + 53, + 12, + 27 + ], + "id": 346910, + "original_language": "en", + "original_title": "The Predator", + "overview": "Dai confini dello spazio inesplorato, la caccia arriva nelle strade di una piccola città nella terrificante reinvenzione della serie di Predator nel progetto registico di Shane Black. Geneticamente modificati, attraverso la combinazione dei DNA di specie diverse, i cacciatori più letali dell'universo sono adesso ancora più pericolosi, più forti, più intelligenti. Quando un ragazzino innesca accidentalmente il loro ritorno sulla Terra, solo un gruppo di ex soldati e una disillusa insegnante di scienze può impedire la fine della razza umana.", + "poster_path": "/pbUxjoq3kFkGtUoSkrzEH3B4hKl.jpg", + "release_date": "2018-09-05", + "title": "The Predator", + "video": false, + "vote_average": 5.2, + "vote_count": 1581, + "popularity": 58.002 + }, + { + "adult": false, + "backdrop_path": "/qhH3GyIfAnGv1pjdV3mw03qAilg.jpg", + "genre_ids": [ + 28, + 12, + 14 + ], + "id": 122917, + "original_language": "en", + "original_title": "The Hobbit: The Battle of the Five Armies", + "overview": "Smaug ha deciso di scatenarsi dando fuoco a Pontelagolungo e ai suoi abitanti. Mentre i nani, inermi, guardano la scena dalla montagna, in un delirio di fughe disperate solo Bard decide di combattere il drago riuscendo in extremis a penetrare l'unico punto scoperto della sua dura scorza con una sola grande freccia. Sconfitta la creatura si apre uno scenario ancora più truce: la montagna è libera e il tesoro dei nani incustodito, la notizia si sparge in fretta e, vista la bramosia di Thorin nel tenere l'oro per sè, alle porte si prepara un conflitto tra l'esercito degli elfi e degli uomini (desiderosi di vedere rispettata la promessa fattagli dal nano ora \"re sotto la montagna\"), quello dei nani accorsi a difendere il loro simile e il grande nemico di Thorin, desideroso d'oro e vendetta. In mezzo a tutto ciò Bilbo ha rubato la bramata Arkengemma e deve decidere che farne.", + "poster_path": "/A8wKjIrSncKxnDInEklXlPefHWv.jpg", + "release_date": "2014-12-10", + "title": "Lo Hobbit: La battaglia delle cinque armate", + "video": false, + "vote_average": 7.2, + "vote_count": 7729, + "popularity": 55.679 + }, + { + "adult": false, + "backdrop_path": "/9c8LgVXzPkXh7VIEoRoUy7FOZv1.jpg", + "genre_ids": [ + 28, + 35 + ], + "id": 461693, + "original_language": "ta", + "original_title": "சிலுக்குவார்பட்டி சிங்கம்", + "overview": "", + "poster_path": "/iIPbuINYWjvRZhXVrA5TDcKDuCy.jpg", + "release_date": "2018-12-21", + "title": "சிலுக்குவார்பட்டி சிங்கம்", + "video": false, + "vote_average": 2.0, + "vote_count": 3, + "popularity": 54.185 + }, + { + "adult": false, + "backdrop_path": "/hbn46fQaRmlpBuUrEiFqv0GDL6Y.jpg", + "genre_ids": [ + 878, + 28, + 12 + ], + "id": 24428, + "original_language": "en", + "original_title": "The Avengers", + "overview": "I supereroi più famosi si riuniscono in una squadra di personaggi Marvel leggendari come Iron Man, l'incredibile Hulk, Thor, Captain America, Occhio di Falco e Vedova Nera. Quando la comparsa di un nemico inatteso minaccia la tranquillità e la sicurezza del mondo, Nick Fury, direttore dell'agenzia internazionale per il mantenimento della pace conosciuta come S.H.I.E.L.D., si trova ad aver bisogno di una squadra che salvi il pianeta dall'orlo del disastro. Inizia così, da un capo all'altro della terra, un audace lavoro di reclutamento. Dopo aver riunito la squadra, Nick Fury e il suo fidato assistente, l'Agente Coulson, dovranno convincere i supereroi a convivere e lavorare insieme, utilizzando i loro incredibili poteri contro il pericoloso Loki che è riuscito ad accedere al Tesseract e ai suoi poteri illimitati.", + "poster_path": "/mJwEvI0k75o1uRkd57ZbERazxzf.jpg", + "release_date": "2012-04-25", + "title": "The Avengers", + "video": false, + "vote_average": 7.6, + "vote_count": 17751, + "popularity": 50.466 + }, + { + "adult": false, + "backdrop_path": "/cdCMUHWyXBOsbLL4dOEPdCEtwM4.jpg", + "genre_ids": [ + 16, + 28, + 878 + ], + "id": 487672, + "original_language": "en", + "original_title": "Reign of the Supermen", + "overview": "", + "poster_path": "/jKqe91SItNh7NWs52yiu8xNOFsj.jpg", + "release_date": "2019-01-13", + "title": "Reign of the Supermen", + "video": false, + "vote_average": 7.0, + "vote_count": 53, + "popularity": 49.436 + }, + { + "adult": false, + "backdrop_path": "/rH79sB6Nkx4cMW3JzsUy7wK0rhX.jpg", + "genre_ids": [ + 28, + 878, + 53, + 27 + ], + "id": 345940, + "original_language": "en", + "original_title": "The Meg", + "overview": "Un sommergibile oceanico, parte di un programma internazionale di osservazione sottomarina, viene attaccato da un’imponente creatura che si riteneva estinta e che ora giace sul fondo della fossa più profonda del Pacifico… e il suo equipaggio è intrappolato all’interno. Il tempo stringe, l’esperto di salvataggi subacquei Jonas Taylor viene incaricato da un visionario oceanografo cinese, contro il volere della figlia Suyin, di salvare l’equipaggio. e l’oceano stesso. da questa inarrestabile minaccia: uno squalo preistorico di quasi 23 metri conosciuto come Megalodon. Quello che nessuno avrebbe potuto immaginare era che, anni prima, Taylor si era già trovato faccia a faccia con quella terrificante creatura. E ora, in squadra con Suyin, deve affrontare le sue paure e mettere a rischio la propria vita per salvare l’equipaggio intrappolato laggiù e ritrovarsi ancora una volta di fronte al più grande predatore di tutti i tempi.", + "poster_path": "/1QZhmuQ6WN5Hnr8IlbTGy9mCSAw.jpg", + "release_date": "2018-08-09", + "title": "Shark - Il primo squalo", + "video": false, + "vote_average": 5.9, + "vote_count": 2297, + "popularity": 48.115 + }, + { + "adult": false, + "backdrop_path": "/LvszV7H5pkRcTig5HcqQ5wEpcq.jpg", + "genre_ids": [ + 28 + ], + "id": 450001, + "original_language": "cn", + "original_title": "葉問外傳:張天志", + "overview": "", + "poster_path": "/puPdv7xyTM8Zidli3TPjWbAPcWJ.jpg", + "release_date": "2018-10-13", + "title": "葉問外傳:張天志", + "video": false, + "vote_average": 7.8, + "vote_count": 2, + "popularity": 47.447 + }, + { + "adult": false, + "backdrop_path": "/18vI248rVel5q19eKkxENQ1v1dX.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 353081, + "original_language": "en", + "original_title": "Mission: Impossible - Fallout", + "overview": "Ethan Hunt riceve a Belfast l'ordine di una nuova missione impossibile: recuperare una valigia di plutonio e scovare i cattivissimi che immancabilmente vogliono metterci le mani sopra. Sulle tracce di John Lark, il misterioso finanziatore del rapimento di uno scienziato anarchico ed esperto in armi nucleari, ritrova a Berlino i compagni di sempre: Benji e Luther, a cui salva la pelle compromettendo la missione. E adesso tocca riparare, lanciandosi sul cielo di Parigi per (s)mascherare Lark e incontrare la Vedova Bianca, un'intermediaria sexy e letale. Come a ogni missione, niente andrà come previsto.", + "poster_path": "/rGqDSzMrc7pGfPSzDv7FBxrf2dH.jpg", + "release_date": "2018-07-13", + "title": "Mission: Impossible - Fallout", + "video": false, + "vote_average": 7.3, + "vote_count": 3138, + "popularity": 47.28 + }, + { + "adult": false, + "backdrop_path": "/bHarw8xrmQeqf3t8HpuMY7zoK4x.jpg", + "genre_ids": [ + 28, + 878, + 12 + ], + "id": 118340, + "original_language": "en", + "original_title": "Guardians of the Galaxy", + "overview": "L'audace esploratore Peter Quill è inseguito dai cacciatori di taglie per aver rubato una misteriosa sfera ambita da Ronan, un essere malvagio la cui sfrenata ambizione minaccia l'intero universo. Per sfuggire all’ostinato Ronan, Quill è costretto a una scomoda alleanza con quattro improbabili personaggi: Rocket, un procione armato; Groot, un umanoide dalle sembianze di un albero; la letale ed enigmatica Gamora e il vendicativo Drax il Distruttore. Ma quando Quill scopre il vero potere della sfera e la minaccia che costituisce per il cosmo, farà di tutto per guidare questa squadra improvvisata in un'ultima, disperata battaglia per salvare il destino della galassia.", + "poster_path": "/emCxRYmaiBDA4OwRUGNOn3J9bXN.jpg", + "release_date": "2014-07-30", + "title": "Guardiani della Galassia", + "video": false, + "vote_average": 7.9, + "vote_count": 16281, + "popularity": 46.294 + }, + { + "adult": false, + "backdrop_path": "/6P3c80EOm7BodndGBUAJHHsHKrp.jpg", + "genre_ids": [ + 28, + 12, + 878, + 35, + 10751 + ], + "id": 363088, + "original_language": "en", + "original_title": "Ant-Man and the Wasp", + "overview": "Alle prese con la ricerca di un equilibrio tra la sua vita privata e le responsabilità di supereroe, Scott Lang si ritrova ancora una volta ad indossare i panni di Ant-Man e insieme a Hope van Dyne, in arte Wasp, andrà alla scoperta di incredibili segreti del passato.", + "poster_path": "/or1icPybZ3bcWh5rqQQH0bx8NlV.jpg", + "release_date": "2018-07-04", + "title": "Ant-Man and the Wasp", + "video": false, + "vote_average": 6.9, + "vote_count": 4488, + "popularity": 45.416 + }, + { + "adult": false, + "backdrop_path": "/a24i4Qw6qFTtkFLQsncv8WPwevj.jpg", + "genre_ids": [ + 53, + 28, + 80 + ], + "id": 345887, + "original_language": "en", + "original_title": "The Equalizer 2", + "overview": "Robert McCall, in passato agente segreto, vive ora in un quartiere popolare a Boston, Massachusetts, e si guadagna da vivere facendo l'autista. La sua amica Susan viene incaricata delle indagini su un apparente omicidio-suicidio avvenuto a Bruxelles in coppia con Dave York, un tempo collega di McCall. L'investigatrice viene però attirata in un tranello e a quel punto Robert entra in azione.", + "poster_path": "/m83e2O2y1EBtcyaRpV2kn3sv7P0.jpg", + "release_date": "2018-07-19", + "title": "The Equalizer 2 - Senza perdono", + "video": false, + "vote_average": 6.3, + "vote_count": 1619, + "popularity": 43.832 + }, + { + "adult": false, + "backdrop_path": "/pIUvQ9Ed35wlWhY2oU6OmwEsmzG.jpg", + "genre_ids": [ + 12, + 14, + 28 + ], + "id": 120, + "original_language": "en", + "original_title": "The Lord of the Rings: The Fellowship of the Ring", + "overview": "Bilbo Baggins ha deciso di celebrare il suo centoundicesimo compleanno in maniera molto particolare;alla fine della festa, abbandona parenti, amici, conoscenti e il suo affezionato nipote Frodo, cui lascia ogni cosa. Lo stregone Gandalf insiste perché lo hobbit lasci a Frodo anche il suo anello magico, su cui intende tenere un occhio vigile e fare alcune ricerche, perché potrebbe celare un mistero più inquietante di quanto non sembri. E così è; quello di Bilbo è l'Unico Anello, l'Anello per domarli, il cuore del potere del malefico Signore Oscuro Sauron, che sta tornando a tessere le sue trame di conquista e distruzione. Per impedirgli di vedere realizzato il suo sanguinoso disegno, l'anello dovrà essere distrutto, cosa possibile soltanto nella fornace di Monte Fato, dove Sauron, secoli prima, lo forgiò.", + "poster_path": "/xvjOBWfm32skiwIAU2iocb6fyC8.jpg", + "release_date": "2001-12-18", + "title": "Il signore degli anelli - La compagnia dell'anello", + "video": false, + "vote_average": 8.3, + "vote_count": 13381, + "popularity": 42.901 + }, + { + "adult": false, + "backdrop_path": "/o5T8rZxoWSBMYwjsUFUqTt6uMQB.jpg", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "id": 141052, + "original_language": "en", + "original_title": "Justice League", + "overview": "Alimentato dalla sua rinnovata fiducia nell’umanità e ispirato dal gesto d’altruismo di Superman, Bruce Wayne chiede aiuto alla sua ritrovata alleata Diana Prince, per affrontare un nemico ancora più temibile. Insieme, Batman e Wonder Woman si mettono subito al lavoro per trovare e assemblare una squadra di metaumani pronti a fronteggiare questa nuova minaccia. Ma nonostante la formazione di questa alleanza di eroi senza precedenti, Batman, Wonder Woman, Aquaman, Cyborg e Flash, potrebbe essere già troppo tardi per salvare il pianeta da un attacco di proporzioni catastrofiche.", + "poster_path": "/dKCpOcAFtuPjnzDXwjLfxEYLsKT.jpg", + "release_date": "2017-11-15", + "title": "Justice League", + "video": false, + "vote_average": 6.2, + "vote_count": 6699, + "popularity": 42.779 + }, + { + "adult": false, + "backdrop_path": "/3s9O5af2xWKWR5JzP2iJZpZeQQg.jpg", + "genre_ids": [ + 28, + 12, + 878 + ], + "id": 351286, + "original_language": "en", + "original_title": "Jurassic World: Fallen Kingdom", + "overview": "Sono passati tre anni da quando il parco tematico di Jurassic World è stato distrutto dai dinosauri scappati dalle gabbie di contenimento; Isla Nublar adesso è un luogo selvaggio abbandonato dagli umani dove i dinosauri sopravvissuti cercano riparo nella giungla. Al risveglio del vulcano, inattivo fino a quel momento, Owen (Chris Pratt) e Claire (Bryce Dallas Howard) intraprendono una campagna per salvaguardare le specie di dinosauri ancora in vita da un evento di distruzione di massa. Owen è intento a cercare Blue, il suo principale velociraptor ancora disperso nella foresta, mentre Claire nel frattempo ha sviluppato un rispetto nei confronti di queste creature, divenute ormai la sua missione. Giunti sull’isola proprio mentre la lava inizia a scorrere i due scoprono anche una cospirazione di portata globale che potrebbe far ritornare l’intero pianeta a un rovinoso stato di disordine come non si vedeva dalla preistoria.", + "poster_path": "/4iGHioQuva4Q3KkeYNgohMP9kaR.jpg", + "release_date": "2018-06-06", + "title": "Jurassic World – Il regno distrutto", + "video": false, + "vote_average": 6.5, + "vote_count": 5044, + "popularity": 42.574 + }, + { + "id": 348350, + "video": false, + "vote_count": 3018, + "vote_average": 6.6, + "title": "Solo: A Star Wars Story", + "release_date": "2018-05-15", + "original_language": "en", + "original_title": "Solo: A Star Wars Story", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/bJekWFxi4FwojQbKfTaW3iCAMhL.jpg", + "adult": false, + "overview": "Attraverso una serie di rischiose bravate vissute nel pericoloso sottobosco criminale galattico, Han Solo incontrerà Chewbacca, il suo futuro copilota, e Lando Calrissian, noto giocatore d'azzardo, in un viaggio che definirà il corso di uno dei più improbabili eroi della saga Star Wars.", + "poster_path": "/pw8SERd6h2HrMFLPzODW1KnapoO.jpg", + "popularity": 42.499 + }, + { + "adult": false, + "backdrop_path": "/uufTqD2CSn1NqL3cXEl4Vp3bCav.jpg", + "genre_ids": [ + 28, + 12, + 878 + ], + "id": 543103, + "original_language": "ja", + "original_title": "仮面ライダー平成ジェネレーションズFOREVER", + "overview": "", + "poster_path": "/wUg2Xr4y12y4oVp3FEXYcPFLd0n.jpg", + "release_date": "2018-12-22", + "title": "仮面ライダー平成ジェネレーションズFOREVER", + "video": false, + "vote_average": 5.0, + "vote_count": 5, + "popularity": 41.583 + }, + { + "adult": false, + "backdrop_path": "/r9DmhMfsndC8QtrXKyad3KCRdcC.jpg", + "genre_ids": [ + 28, + 12, + 35, + 14, + 878 + ], + "id": 284053, + "original_language": "en", + "original_title": "Thor: Ragnarok", + "overview": "Thor è imprigionato dall’altro lato dell’universo senza il suo potente martello e deve lottare contro il tempo per tornare ad Asgard e fermare il Ragnarok — la distruzione del suo mondo e la fine della civiltà asgardiana — per mano di una nuova e onnipotente minaccia, la spietata Hela. Ma prima dovrà sopravvivere a un letale scontro fra gladiatori che lo metterà contro il suo vecchio alleato e compagno nel team degli Avengers: l’Incredibile Hulk.", + "poster_path": "/9k12tUa75kGKqyEe1Brdxyed0u1.jpg", + "release_date": "2017-10-25", + "title": "Thor: Ragnarok", + "video": false, + "vote_average": 7.5, + "vote_count": 9823, + "popularity": 40.823 + }, + { + "adult": false, + "backdrop_path": "/umC04Cozevu8nn3JTDJ1pc7PVTn.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 245891, + "original_language": "en", + "original_title": "John Wick", + "overview": "Dopo la morte dell'amata moglie, il leggendario ex assassino John Wick (Keanu Reeves) trascorre le giornate a rimettere in sesto la sua Ford Mustang del 1969 e con la sola compagnia del cane Daisy. La sua esistenza scivola via senza intoppi fino a quando un sadico delinquente di nome Yosef Tarasof nota la sua auto. Non accettando il rifiuto di venderla di Wick, Yosef manda due suoi complici a rubare la macchina e a uccidere brutalmente Daisy. Da quel momento, John si mette sulle tracce del criminale a New York, scoprendo di avere a che fare con l'unico figlio del boss della mala Viggo Tarasof. Quando in breve tempo per la città si diffonde la voce che John è in cerca di Yosef per vendicarsi, Viggo mette sulla sua testa una grande ricompensa, che attira tutti gli assassini in circolazione.", + "poster_path": "/n2Iz9EGqh89dCyTAhEfGkJEKVYf.jpg", + "release_date": "2014-10-22", + "title": "John Wick", + "video": false, + "vote_average": 7.1, + "vote_count": 8897, + "popularity": 40.803 + }, + { + "adult": false, + "backdrop_path": "/q9HocL5f8WwPldwpvmpk8ZaNZkC.jpg", + "genre_ids": [ + 28, + 53, + 878, + 27 + ], + "id": 500664, + "original_language": "en", + "original_title": "Upgrade", + "overview": "La storia è quella di un uomo che, vittima di un aggressione che costa la vita all'amatissima moglie, si ritrova paraplegico. Ma in suo soccorso arriva un giovane scienziato che gli propone di fare da cavia per testare una sua innovativa invenzione: un chip contenente un vero e proprio sistema operativo da innestare alla base del cervelletto, in grado di riportare il suo corpo alla normale funzionalità.", + "poster_path": "/kyYBgneUtjdf1gJmUt8D2x8J6Mn.jpg", + "release_date": "2018-06-01", + "title": "Upgrade", + "video": false, + "vote_average": 7.4, + "vote_count": 907, + "popularity": 40.555 + }, + { + "adult": false, + "backdrop_path": "/j7n2zYUODG8ViBSq7VyXyGlwJfH.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 460321, + "original_language": "en", + "original_title": "Close", + "overview": "Per proteggere un'ereditiera da alcuni rapitori professionisti, una solitaria esperta di sicurezza deve sventare un complotto inquietante, cercando di sopravvivere.", + "poster_path": "/4kjUGqPIv6kpxJUvjmeQX7nQpKd.jpg", + "release_date": "2019-01-18", + "title": "Close", + "video": false, + "vote_average": 6.0, + "vote_count": 64, + "popularity": 40.383 + } + ], + "total_pages": 1160, + "total_results": 23196 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:23.0929378Z", + "ReducedUri": "/3/genre/movie/list", + "RespData": { + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 12, + "name": "Adventure" + }, + { + "id": 16, + "name": "Animation" + }, + { + "id": 35, + "name": "Comedy" + }, + { + "id": 80, + "name": "Crime" + }, + { + "id": 99, + "name": "Documentary" + }, + { + "id": 18, + "name": "Drama" + }, + { + "id": 10751, + "name": "Family" + }, + { + "id": 14, + "name": "Fantasy" + }, + { + "id": 36, + "name": "History" + }, + { + "id": 27, + "name": "Horror" + }, + { + "id": 10402, + "name": "Music" + }, + { + "id": 9648, + "name": "Mystery" + }, + { + "id": 10749, + "name": "Romance" + }, + { + "id": 878, + "name": "Science Fiction" + }, + { + "id": 10770, + "name": "TV Movie" + }, + { + "id": 53, + "name": "Thriller" + }, + { + "id": 10752, + "name": "War" + }, + { + "id": 37, + "name": "Western" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:11.8606814Z", + "ReducedUri": "/3/genre/movie/list?language=da", + "RespData": { + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 12, + "name": "Eventyr" + }, + { + "id": 16, + "name": "Animation" + }, + { + "id": 35, + "name": "Komedie" + }, + { + "id": 80, + "name": "Kriminalitet" + }, + { + "id": 99, + "name": "Documentary" + }, + { + "id": 18, + "name": "Drama" + }, + { + "id": 10751, + "name": "Familie" + }, + { + "id": 14, + "name": "Fantasy" + }, + { + "id": 36, + "name": "Historie " + }, + { + "id": 27, + "name": "Gyser" + }, + { + "id": 10402, + "name": "Musik" + }, + { + "id": 9648, + "name": "Mysterium" + }, + { + "id": 10749, + "name": "Romantik" + }, + { + "id": 878, + "name": "Sci-fi" + }, + { + "id": 10770, + "name": "TV film" + }, + { + "id": 53, + "name": "Thriller" + }, + { + "id": 10752, + "name": "Krig" + }, + { + "id": 37, + "name": "Western" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:11.4551305Z", + "ReducedUri": "/3/genre/tv/list", + "RespData": { + "genres": [ + { + "id": 10759, + "name": "Action & Adventure" + }, + { + "id": 16, + "name": "Animation" + }, + { + "id": 35, + "name": "Comedy" + }, + { + "id": 80, + "name": "Crime" + }, + { + "id": 99, + "name": "Documentary" + }, + { + "id": 18, + "name": "Drama" + }, + { + "id": 10751, + "name": "Family" + }, + { + "id": 10762, + "name": "Kids" + }, + { + "id": 9648, + "name": "Mystery" + }, + { + "id": 10763, + "name": "News" + }, + { + "id": 10764, + "name": "Reality" + }, + { + "id": 10765, + "name": "Sci-Fi & Fantasy" + }, + { + "id": 10766, + "name": "Soap" + }, + { + "id": 10767, + "name": "Talk" + }, + { + "id": 10768, + "name": "War & Politics" + }, + { + "id": 37, + "name": "Western" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:11.6170405Z", + "ReducedUri": "/3/genre/tv/list?language=da", + "RespData": { + "genres": [ + { + "id": 10759, + "name": "Action og eventyr" + }, + { + "id": 16, + "name": "Animation" + }, + { + "id": 35, + "name": "Komedie" + }, + { + "id": 80, + "name": "Kriminalitet" + }, + { + "id": 99, + "name": "Documentary" + }, + { + "id": 18, + "name": "Drama" + }, + { + "id": 10751, + "name": "Familie" + }, + { + "id": 10762, + "name": "Børn" + }, + { + "id": 9648, + "name": "Mysterium" + }, + { + "id": 10763, + "name": "Nyhed" + }, + { + "id": 10764, + "name": "Virkelighed " + }, + { + "id": 10765, + "name": "Sci-fi og Fantasy" + }, + { + "id": 10766, + "name": "Sæbe" + }, + { + "id": 10767, + "name": "Snakke" + }, + { + "id": 10768, + "name": "Krig & Politik" + }, + { + "id": 37, + "name": "Western" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientGuestSessionTests.json b/TMDbLibTests/Data/data-ClientGuestSessionTests.json new file mode 100644 index 0000000..36a7aae --- /dev/null +++ b/TMDbLibTests/Data/data-ClientGuestSessionTests.json @@ -0,0 +1,482 @@ +[ + { + "RecordedAt": "2019-01-26T17:48:22.1620483Z", + "ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/movies", + "RespData": { + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/aHcth2AXzZSjhX7JYh7ie73YVNc.jpg", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "id": 19995, + "original_language": "en", + "original_title": "Avatar", + "overview": "In the 22nd century, a paraplegic Marine is dispatched to the moon Pandora on a unique mission, but becomes torn between following orders and protecting an alien civilization.", + "poster_path": "/kmcqlZGaSh20zpTbuoF0Cdn07dT.jpg", + "release_date": "2009-12-10", + "title": "Avatar", + "video": false, + "vote_average": 7.4, + "vote_count": 17460, + "popularity": 29.055, + "rating": 8.0 + } + ], + "total_pages": 1, + "total_results": 1 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:14.8944991Z", + "ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/movies?page=1", + "RespData": { + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/aHcth2AXzZSjhX7JYh7ie73YVNc.jpg", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "id": 19995, + "original_language": "en", + "original_title": "Avatar", + "overview": "In the 22nd century, a paraplegic Marine is dispatched to the moon Pandora on a unique mission, but becomes torn between following orders and protecting an alien civilization.", + "poster_path": "/kmcqlZGaSh20zpTbuoF0Cdn07dT.jpg", + "release_date": "2009-12-10", + "title": "Avatar", + "video": false, + "vote_average": 7.4, + "vote_count": 17460, + "popularity": 29.055, + "rating": 8.0 + }, + { + "adult": false, + "backdrop_path": "/6yFoLNQgFdVbA8TZMdfgVpszOla.jpg", + "genre_ids": [ + 28, + 53, + 878 + ], + "id": 218, + "original_language": "en", + "original_title": "The Terminator", + "overview": "In the post-apocalyptic future, reigning tyrannical supercomputers teleport a cyborg assassin known as the \"Terminator\" back to 1984 to kill Sarah Connor, whose unborn son is destined to lead insurgents against 21st century mechanical hegemony. Meanwhile, the human-resistance movement dispatches a lone warrior to safeguard Sarah. Can he stop the virtually indestructible killing machine?", + "poster_path": "/q8ffBuxQlYOHrvPniLgCbmKK4Lv.jpg", + "release_date": "1984-10-26", + "title": "The Terminator", + "video": false, + "vote_average": 7.5, + "vote_count": 6258, + "popularity": 21.643, + "rating": 7.5 + } + ], + "total_pages": 1, + "total_results": 2 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:15.1104721Z", + "ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/movies?page=2", + "RespData": { + "page": 2, + "results": [], + "total_pages": 1, + "total_results": 2 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:29.1507635Z", + "ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/tv", + "RespData": { + "page": 1, + "results": [ + { + "original_name": "The Big Bang Theory", + "id": 1418, + "name": "The Big Bang Theory", + "vote_count": 3521, + "vote_average": 6.8, + "first_air_date": "2007-09-24", + "poster_path": "/ooBGRQBdbGzBxAVfExiO8r7kloA.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/nGsNruW3W27V6r4gkyc3iiEGsKR.jpg", + "overview": "The Big Bang Theory is centered on five characters living in Pasadena, California: roommates Leonard Hofstadter and Sheldon Cooper; Penny, a waitress and aspiring actress who lives across the hall; and Leonard and Sheldon's equally geeky and socially awkward friends and co-workers, mechanical engineer Howard Wolowitz and astrophysicist Raj Koothrappali. The geekiness and intellect of the four guys is contrasted for comic effect with Penny's social skills and common sense.", + "origin_country": [ + "US" + ], + "popularity": 133.002, + "rating": 7.5 + }, + { + "original_name": "Breaking Bad", + "id": 1396, + "name": "Breaking Bad", + "vote_count": 3040, + "vote_average": 8.4, + "first_air_date": "2008-01-20", + "poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg", + "genre_ids": [ + 18 + ], + "original_language": "en", + "backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg", + "overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + "origin_country": [ + "US" + ], + "popularity": 78.773, + "rating": 8.0 + } + ], + "total_pages": 1, + "total_results": 2 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:16.8108137Z", + "ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/tv/episodes", + "RespData": { + "page": 1, + "results": [ + { + "air_date": "2007-09-24", + "episode_number": 1, + "id": 64766, + "name": "Pilot", + "overview": "Brilliant physicist roommates Leonard and Sheldon meet their new neighbor Penny, who begins showing them that as much as they know about science, they know little about actual living.", + "production_code": "276023", + "season_number": 1, + "show_id": 1418, + "still_path": "/rxWlBXZhGWhumbLB8gAHyyW3ITD.jpg", + "vote_average": 6.836, + "vote_count": 55, + "rating": 7.5 + }, + { + "air_date": "2008-01-20", + "episode_number": 1, + "id": 62085, + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117, + "rating": 7.5 + } + ], + "total_pages": 1, + "total_results": 2 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:15.763448Z", + "ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/tv/episodes?page=1", + "RespData": { + "page": 1, + "results": [ + { + "air_date": "2007-09-24", + "episode_number": 1, + "id": 64766, + "name": "Pilot", + "overview": "Brilliant physicist roommates Leonard and Sheldon meet their new neighbor Penny, who begins showing them that as much as they know about science, they know little about actual living.", + "production_code": "276023", + "season_number": 1, + "show_id": 1418, + "still_path": "/rxWlBXZhGWhumbLB8gAHyyW3ITD.jpg", + "vote_average": 6.836, + "vote_count": 55, + "rating": 7.5 + }, + { + "air_date": "2008-01-20", + "episode_number": 1, + "id": 62085, + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117, + "rating": 7.5 + } + ], + "total_pages": 1, + "total_results": 2 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:16.5657001Z", + "ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/tv/episodes?page=2", + "RespData": { + "page": 2, + "results": [], + "total_pages": 1, + "total_results": 2 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:11.682546Z", + "ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/tv?page=1", + "RespData": { + "page": 1, + "results": [ + { + "original_name": "The Big Bang Theory", + "id": 1418, + "name": "The Big Bang Theory", + "vote_count": 3521, + "vote_average": 6.8, + "first_air_date": "2007-09-24", + "poster_path": "/ooBGRQBdbGzBxAVfExiO8r7kloA.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/nGsNruW3W27V6r4gkyc3iiEGsKR.jpg", + "overview": "The Big Bang Theory is centered on five characters living in Pasadena, California: roommates Leonard Hofstadter and Sheldon Cooper; Penny, a waitress and aspiring actress who lives across the hall; and Leonard and Sheldon's equally geeky and socially awkward friends and co-workers, mechanical engineer Howard Wolowitz and astrophysicist Raj Koothrappali. The geekiness and intellect of the four guys is contrasted for comic effect with Penny's social skills and common sense.", + "origin_country": [ + "US" + ], + "popularity": 133.002, + "rating": 7.5 + }, + { + "original_name": "Breaking Bad", + "id": 1396, + "name": "Breaking Bad", + "vote_count": 3040, + "vote_average": 8.4, + "first_air_date": "2008-01-20", + "poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg", + "genre_ids": [ + 18 + ], + "original_language": "en", + "backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg", + "overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + "origin_country": [ + "US" + ], + "popularity": 78.773, + "rating": 8.0 + } + ], + "total_pages": 1, + "total_results": 2 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:11.8436857Z", + "ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/tv?page=2", + "RespData": { + "page": 2, + "results": [], + "total_pages": 1, + "total_results": 2 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:19.9870851Z", + "ReducedUri": "/3/movie/218/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7", + "RespData": { + "status_code": 13, + "status_message": "The item/record was deleted successfully." + }, + "RespStatusCode": 200, + "ReqMethod": "DELETE", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:15.4060744Z", + "ReducedUri": "/3/movie/218/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7", + "RespData": { + "status_code": 12, + "status_message": "The item/record was updated successfully." + }, + "ReqData": { + "value": 7.5 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:17.6940449Z", + "ReducedUri": "/3/movie/218/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7", + "RespData": { + "status_code": 12, + "status_message": "The item/record was updated successfully." + }, + "ReqData": { + "value": 8.0 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "0001-01-01T00:00:00", + "ReducedUri": "/3/tv/1396/season/1/episode/1/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7", + "RespData": { + "status_code": 12, + "status_message": "The item/record was updated successfully." + }, + "ReqData": { + "value": 7.5 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:26.9828888Z", + "ReducedUri": "/3/tv/1408/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7", + "RespData": { + "status_code": 13, + "status_message": "The item/record was deleted successfully." + }, + "RespStatusCode": 200, + "ReqMethod": "DELETE", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:22.2989174Z", + "ReducedUri": "/3/tv/1408/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7", + "RespData": { + "status_code": 1, + "status_message": "Success." + }, + "ReqData": { + "value": 7.5 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:24.6351248Z", + "ReducedUri": "/3/tv/1408/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7", + "RespData": { + "status_code": 12, + "status_message": "The item/record was updated successfully." + }, + "ReqData": { + "value": 8.0 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:11.4618054Z", + "ReducedUri": "/3/tv/1418/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7", + "RespData": { + "status_code": 12, + "status_message": "The item/record was updated successfully." + }, + "ReqData": { + "value": 7.5 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:15.4872781Z", + "ReducedUri": "/3/tv/1418/season/1/episode/1/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7", + "RespData": { + "status_code": 12, + "status_message": "The item/record was updated successfully." + }, + "ReqData": { + "value": 7.5 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientKeywordTests.json b/TMDbLibTests/Data/data-ClientKeywordTests.json new file mode 100644 index 0000000..638bb16 --- /dev/null +++ b/TMDbLibTests/Data/data-ClientKeywordTests.json @@ -0,0 +1,1414 @@ +[ + { + "RecordedAt": "2019-01-26T17:52:15.7849992Z", + "ReducedUri": "/3/keyword/10685", + "RespData": { + "id": 10685, + "name": "escape" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:15.9106378Z", + "ReducedUri": "/3/keyword/18074", + "RespData": { + "id": 18074, + "name": "courthouse" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:16.1942265Z", + "ReducedUri": "/3/keyword/186447", + "RespData": { + "id": 186447, + "name": "rogue" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:16.3178149Z", + "ReducedUri": "/3/keyword/186450", + "RespData": { + "id": 186450, + "name": "moscow" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:15.6562946Z", + "ReducedUri": "/3/keyword/2139", + "RespData": { + "id": 2139, + "name": "russia" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:15.3903357Z", + "ReducedUri": "/3/keyword/258", + "RespData": { + "id": 258, + "name": "bomb" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:11.6176199Z", + "ReducedUri": "/3/keyword/258/movies", + "RespData": { + "id": 258, + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/rKzHtW1bdboA89FwiyRBNTY7edc.jpg", + "genre_ids": [ + 18, + 36, + 53, + 80 + ], + "id": 474354, + "original_language": "en", + "original_title": "22 July", + "overview": "In Norway on 22 July 2011, right-wing terrorist Anders Behring Breivik murdered 77 young people attending a Labour Party Youth Camp on Utöya Island outside of Oslo. This three-part story will focus on the survivors of the attacks, the political leadership of Norway, and the lawyers involved.", + "poster_path": "/rd940KzuIZwbdOvOUF7XDTzn8te.jpg", + "release_date": "2018-09-05", + "title": "22 July", + "video": false, + "vote_average": 7.2, + "vote_count": 328, + "popularity": 21.434 + }, + { + "adult": false, + "backdrop_path": "/1N4CeQyy3kh1pqmTGvMU090sCvh.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 253, + "original_language": "en", + "original_title": "Live and Let Die", + "overview": "James Bond must investigate a mysterious murder case of a British agent in New Orleans. Soon he finds himself up against a gangster boss named Mr. Big.", + "poster_path": "/p34OScaro2KdISrT4EMfeh1aS0E.jpg", + "release_date": "1973-07-05", + "title": "Live and Let Die", + "video": false, + "vote_average": 6.5, + "vote_count": 820, + "popularity": 19.003 + }, + { + "adult": false, + "backdrop_path": "/aJCEQFFXNcfg5YneJzTG15qzxF7.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 1572, + "original_language": "en", + "original_title": "Die Hard: With a Vengeance", + "overview": "New York detective John McClane is back and kicking bad-guy butt in the third installment of this action-packed series, which finds him teaming with civilian Zeus Carver to prevent the loss of innocent lives. McClane thought he'd seen it all, until a genius named Simon engages McClane, his new \"partner\" -- and his beloved city -- in a deadly game that demands their concentration.", + "poster_path": "/ivpXGcsPZglyYrN65THWSD7JM3q.jpg", + "release_date": "1995-05-19", + "title": "Die Hard: With a Vengeance", + "video": false, + "vote_average": 7.1, + "vote_count": 3040, + "popularity": 17.181 + }, + { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 47964, + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "release_date": "2013-02-06", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4273, + "popularity": 15.524 + }, + { + "adult": false, + "backdrop_path": "/fAwYX0Fha35CaYYUJ06VTN3bEeh.jpg", + "genre_ids": [ + 28, + 35, + 18, + 53 + ], + "id": 787, + "original_language": "en", + "original_title": "Mr. & Mrs. Smith", + "overview": "After five (or six) years of vanilla-wedded bliss, ordinary suburbanites John and Jane Smith are stuck in a huge rut. Unbeknownst to each other, they are both coolly lethal, highly-paid assassins working for rival organisations. When they discover they're each other's next target, their secret lives collide in a spicy, explosive mix of wicked comedy, pent-up passion, nonstop action and high-tech weaponry.", + "poster_path": "/dqs5BmwSULtB28Kls3IB6khTQwp.jpg", + "release_date": "2005-06-07", + "title": "Mr. & Mrs. Smith", + "video": false, + "vote_average": 6.6, + "vote_count": 5166, + "popularity": 15.31 + }, + { + "adult": false, + "backdrop_path": "/x8cIgtcVi9DVrlPuvlsvc43dik9.jpg", + "genre_ids": [ + 53, + 878, + 9648 + ], + "id": 45612, + "original_language": "en", + "original_title": "Source Code", + "overview": "Decorated soldier Captain Colter Stevens wakes up in the body of an unknown man, discovering he's involved in a mission to find the bomber of a Chicago commuter train. He learns he's part of a top-secret experimental program that enables him to experience the final 8 minutes of another person's life. Colter re-lives the train incident over and over again, gathering more clues each time.", + "poster_path": "/cpl7R5d3qwWvykRRSxdhQ0htstU.jpg", + "release_date": "2011-03-30", + "title": "Source Code", + "video": false, + "vote_average": 7.2, + "vote_count": 4114, + "popularity": 13.616 + }, + { + "adult": false, + "backdrop_path": "/cxx75Ypwhlnv3K2gRaA2DJbrtmi.jpg", + "genre_ids": [ + 28, + 35, + 878, + 53 + ], + "id": 10771, + "original_language": "en", + "original_title": "The Tuxedo", + "overview": "Cabbie-turned-chauffeur Jimmy Tong learns there is really only one rule when you work for playboy millionaire Clark Devlin : Never touch Devlin's prized tuxedo. But when Devlin is temporarily put out of commission in an explosive accident, Jimmy puts on the tux and soon discovers that this extraordinary suit may be more black belt than black tie. Paired with a partner as inexperienced as he is, Jimmy becomes an unwitting secret agent.", + "poster_path": "/yDjNnQvyGLTOl9656dGOpxPAva3.jpg", + "release_date": "2002-09-27", + "title": "The Tuxedo", + "video": false, + "vote_average": 5.5, + "vote_count": 855, + "popularity": 13.443 + }, + { + "adult": false, + "backdrop_path": "/sDiGcjWhSu42dCw0jQmBInAkDZ9.jpg", + "genre_ids": [ + 28, + 53, + 18 + ], + "id": 379149, + "original_language": "en", + "original_title": "The Foreigner", + "overview": "Quan is a humble London businessman whose long-buried past erupts in a revenge-fueled vendetta when the only person left for him to love – his teenage daughter – dies in a senseless act of politically-motivated terrorism. His relentless search to find the terrorists leads to a cat-and-mouse conflict with a British government official whose own past may hold the clues to the identities of the elusive killers.", + "poster_path": "/rwM4hzrmc5HiWfQD9ls9DL4QgGl.jpg", + "release_date": "2017-09-28", + "title": "The Foreigner", + "video": false, + "vote_average": 6.7, + "vote_count": 976, + "popularity": 12.701 + }, + { + "id": 1637, + "video": false, + "vote_count": 2820, + "vote_average": 6.9, + "title": "Speed", + "release_date": "1994-06-09", + "original_language": "en", + "original_title": "Speed", + "genre_ids": [ + 28, + 12, + 80 + ], + "backdrop_path": "/pGVpDc6MgLRtOYdxsA5fhj1SZki.jpg", + "adult": false, + "overview": "Los Angeles SWAT cop Jack Traven is up against bomb expert Howard Payne, who's after major ransom money. First it's a rigged elevator in a very tall building. Then it's a rigged bus--if it slows, it will blow, bad enough any day, but a nightmare in LA traffic. And that's still not the end.", + "poster_path": "/u5ZqizbcZ0RZhVqmu8lSU4SARBT.jpg", + "popularity": 12.108 + }, + { + "adult": false, + "backdrop_path": "/vise7XoPrUGV9hmdK8Gt3BWGkym.jpg", + "genre_ids": [ + 878, + 53 + ], + "id": 1272, + "original_language": "en", + "original_title": "Sunshine", + "overview": "Fifty years into the future, the sun is dying, and Earth is threatened by arctic temperatures. A team of astronauts is sent to revive the Sun — but the mission fails. Seven years later, a new team is sent to finish the mission as mankind’s last hope.", + "poster_path": "/upgi8oTlMthM9sweAyBoXqr8doZ.jpg", + "release_date": "2007-04-05", + "title": "Sunshine", + "video": false, + "vote_average": 7.0, + "vote_count": 1779, + "popularity": 11.564 + }, + { + "adult": false, + "backdrop_path": "/ptNcTh2bewqzcV2qVpjDgsh6pTs.jpg", + "genre_ids": [ + 18, + 36, + 53, + 10752 + ], + "id": 2253, + "original_language": "en", + "original_title": "Valkyrie", + "overview": "Wounded in Africa during World War II, Nazi Col. Claus von Stauffenberg returns to his native Germany and joins the Resistance in a daring plan to create a shadow government and assassinate Adolf Hitler. When events unfold so that he becomes a central player, he finds himself tasked with both leading the coup and personally killing the Führer.", + "poster_path": "/54GgkO63zZyJJb5Fk2CKvNIoUvr.jpg", + "release_date": "2008-12-25", + "title": "Valkyrie", + "video": false, + "vote_average": 6.8, + "vote_count": 1772, + "popularity": 11.106 + }, + { + "adult": false, + "backdrop_path": "/fX5n06X5zy5CzQcRYi2p0i37Fw7.jpg", + "genre_ids": [ + 28, + 878, + 53 + ], + "id": 10045, + "original_language": "fr", + "original_title": "Banlieue 13", + "overview": "Set in the ghettos of Paris in 2010, an undercover cop and ex-thug try to infiltrate a gang in order to defuse a neutron bomb.", + "poster_path": "/4mxGgU8aUxjjv1E0Zoww061WdWB.jpg", + "release_date": "2004-11-09", + "title": "District B13", + "video": false, + "vote_average": 6.6, + "vote_count": 853, + "popularity": 10.071 + }, + { + "adult": false, + "backdrop_path": "/7DwOjEHdJ3dc3kBNaN7XQ0yE258.jpg", + "genre_ids": [ + 18, + 28, + 53, + 80 + ], + "id": 7461, + "original_language": "en", + "original_title": "Vantage Point", + "overview": "The attempted assassination of the American President is told and re-told from several different perspectives.", + "poster_path": "/2PnFsTzmFC3Ydhj0uBEYjPqHWHO.jpg", + "release_date": "2008-02-01", + "title": "Vantage Point", + "video": false, + "vote_average": 6.3, + "vote_count": 1026, + "popularity": 9.428 + }, + { + "adult": false, + "backdrop_path": "/nUTwBFGGA3Exz0VnWQSWpamFF8a.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "id": 13291, + "original_language": "en", + "original_title": "Traitor", + "overview": "When straight arrow FBI agent Roy Clayton heads up the investigation into a dangerous international conspiracy, all clues seem to lead back to former U.S. Special Operations officer, Samir Horn.", + "poster_path": "/euLk9RxsPHfpyWUHzTDNY6Dksch.jpg", + "release_date": "2008-08-23", + "title": "Traitor", + "video": false, + "vote_average": 6.6, + "vote_count": 298, + "popularity": 9.281 + }, + { + "id": 146198, + "video": false, + "vote_count": 1184, + "vote_average": 5.8, + "title": "Triple 9", + "release_date": "2016-02-19", + "original_language": "en", + "original_title": "Triple 9", + "genre_ids": [ + 28, + 9648, + 53 + ], + "backdrop_path": "/paT9Ovofjj30JvsDRyhFfjgUEfn.jpg", + "adult": false, + "overview": "A gang of criminals and corrupt cops plan the murder of a police officer in order to pull off their biggest heist yet across town.", + "poster_path": "/36zbHT728v00HbbUBmrsOMu7Hde.jpg", + "popularity": 9.208 + }, + { + "adult": false, + "backdrop_path": "/cPr5sLYNT7w9jzHRGtUpsj5tiMj.jpg", + "genre_ids": [ + 80, + 18, + 53, + 9648 + ], + "id": 1073, + "original_language": "en", + "original_title": "Arlington Road", + "overview": "Threats from sinister foreign nationals aren't the only thing to fear. Bedraggled college professor Michael Faraday has been vexed (and increasingly paranoid) since his wife's accidental death in a botched FBI operation. But all that takes a backseat when a seemingly all-American couple set up house next door.", + "poster_path": "/jMwDRI4qu5FrSAzf7BfNveuRVf9.jpg", + "release_date": "1999-03-19", + "title": "Arlington Road", + "video": false, + "vote_average": 7.1, + "vote_count": 415, + "popularity": 9.196 + }, + { + "adult": false, + "backdrop_path": "/LHfTH0FBVefeqD5diMU0xGR869.jpg", + "genre_ids": [ + 9648, + 878, + 53 + ], + "id": 846, + "original_language": "en", + "original_title": "The X Files", + "overview": "Mulder and Scully, now taken off the FBI's X Files cases, must find a way to fight the shadowy elements of the government to find out the truth about a conspiracy that might mean the alien colonization of Earth.", + "poster_path": "/cpvwMPMkvsZLzThJTcnh8wcNPMH.jpg", + "release_date": "1998-06-19", + "title": "The X Files", + "video": false, + "vote_average": 6.7, + "vote_count": 701, + "popularity": 8.652 + }, + { + "id": 303858, + "video": false, + "vote_count": 1706, + "vote_average": 6.4, + "title": "Money Monster", + "release_date": "2016-05-12", + "original_language": "en", + "original_title": "Money Monster", + "genre_ids": [ + 18, + 53 + ], + "backdrop_path": "/24JDK9dRRRzkBjHBsKQIGs7sBkj.jpg", + "adult": false, + "overview": "Financial TV host Lee Gates and his producer Patty are put in an extreme situation when an irate investor takes over their studio.", + "poster_path": "/p7KDmC2beuKCCMO49L767OgwLQr.jpg", + "popularity": 8.632 + }, + { + "adult": false, + "backdrop_path": "/7crRVZFSGSrDk0wR3Lahxr1Fb7P.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 9319, + "original_language": "en", + "original_title": "The Last Boy Scout", + "overview": "When the girl that detective Joe Hallenback is protecting gets murdered, the boyfriend of the murdered girl attempts to investigate and solve the case. What they discover is that there is deep seated corruption going on between a crooked politician and the owner of a pro football team.", + "poster_path": "/cTl2WqsERuZ5vYmAmtfsPIJBLr0.jpg", + "release_date": "1991-12-11", + "title": "The Last Boy Scout", + "video": false, + "vote_average": 6.6, + "vote_count": 765, + "popularity": 8.479 + }, + { + "adult": false, + "backdrop_path": "/6WIG9ozIHNtHCkpgGl2edPjASel.jpg", + "genre_ids": [ + 28, + 12, + 18, + 53 + ], + "id": 2320, + "original_language": "en", + "original_title": "Executive Decision", + "overview": "Terrorists hijack a 747 inbound to Washington D.C., demanding the the release of their imprisoned leader. Intelligence expert David Grant (Kurt Russell) suspects another reason and he is soon the reluctant member of a special assault team that is assigned to intercept the plane and hijackers.", + "poster_path": "/wmgkFuEr8bHRAgs1HS5U46Rzo0I.jpg", + "release_date": "1996-03-15", + "title": "Executive Decision", + "video": false, + "vote_average": 6.1, + "vote_count": 366, + "popularity": 8.467 + } + ], + "total_pages": 7, + "total_results": 132 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:11.7507116Z", + "ReducedUri": "/3/keyword/258/movies?language=it", + "RespData": { + "id": 258, + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/rKzHtW1bdboA89FwiyRBNTY7edc.jpg", + "genre_ids": [ + 18, + 36, + 53, + 80 + ], + "id": 474354, + "original_language": "en", + "original_title": "22 July", + "overview": "La vera storia delle conseguenze causate dall'atroce attacco terroristico che colpì la Norvegia. Il 22 luglio 2011, 77 persone sono morte a causa di un duplice attentato per mano di un estremista di destra: l'esplosione di un'autobomba nel centro di Oslo e una sparatoria in un campus giovanile organizzato dal Partito Laburista Norvegese. Attraverso gli occhi e le emozioni di uno dei superstiti, si racconta il superamento del trauma e la normalizzazione del paese dopo l'attentato.", + "poster_path": "/rd940KzuIZwbdOvOUF7XDTzn8te.jpg", + "release_date": "2018-09-05", + "title": "22 Luglio", + "video": false, + "vote_average": 7.2, + "vote_count": 328, + "popularity": 21.434 + }, + { + "adult": false, + "backdrop_path": "/1N4CeQyy3kh1pqmTGvMU090sCvh.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 253, + "original_language": "en", + "original_title": "Live and Let Die", + "overview": "L'agente segreto James Bond lascia l'Inghilterra per il nuovo continente, con il compito di indagare sulla morte di tre suoi colleghi assassinati nello stesso giorno. Da New Orleans le tracce lo conducono a Sainte-Monique, un'isola dei Caraibi sulla quale il dottor Kananga - un uomo di colore che si fa chiamare anche Mister Big - ha installato la centrale operativa di un colossale traffico di droga. Con questa intende invadere gli Stati Uniti per annichilirne i bianchi e ridurre il Paese in suo potere...", + "poster_path": "/rnjtHGV0PrcnXItV0FnuEFSlPBi.jpg", + "release_date": "1973-07-05", + "title": "Agente 007 - Vivi e lascia morire", + "video": false, + "vote_average": 6.5, + "vote_count": 820, + "popularity": 19.003 + }, + { + "adult": false, + "backdrop_path": "/aJCEQFFXNcfg5YneJzTG15qzxF7.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 1572, + "original_language": "en", + "original_title": "Die Hard: With a Vengeance", + "overview": "Un terrorista di nome Simon (Irons) minaccia di far esplodere bombe in tutta New York, a meno che il poliziotto McClane (cui si affianca ben presto l'ex taxista Zeus) non segua le sue istruzioni. In realtà Simon realizza un clamoroso furto a Wall Street e solo i due indistruttibili eroi riescono a scoprirlo e a sconfiggerlo, dopo oltre due ore di corsa ininterrotta.", + "poster_path": "/2nP9aHSQT0LkZowTtDqNMPS5hNt.jpg", + "release_date": "1995-05-19", + "title": "Die Hard - Duri a morire", + "video": false, + "vote_average": 7.1, + "vote_count": 3040, + "popularity": 17.181 + }, + { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 47964, + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "McClane arriva a Mosca per rintracciare il figlio che non vede da tempo, Jack (Jai Courtney), ma rimane stupito quando scopre che lui lavora sotto copertura per proteggere un informatore del governo, Komarov. Con la loro vita appesa a un filo, i McClane sono costretti a superare ogni contrasto per portare al sicuro Komarov e impedire un crimine disastroso nel luogo più desolato sulla faccia della Terra, Chernobyl.", + "poster_path": "/3c0bVygWGnswyOnEirhN0oRVcgu.jpg", + "release_date": "2013-02-06", + "title": "Die Hard - Un buon giorno per morire", + "video": false, + "vote_average": 5.2, + "vote_count": 4273, + "popularity": 15.524 + }, + { + "adult": false, + "backdrop_path": "/fAwYX0Fha35CaYYUJ06VTN3bEeh.jpg", + "genre_ids": [ + 28, + 35, + 18, + 53 + ], + "id": 787, + "original_language": "en", + "original_title": "Mr. & Mrs. Smith", + "overview": "John e Jane Smith sono sposati da \"cinque o sei anni\". Il film si apre con una seduta dei coniugi presso lo studio di un consulente matrimoniale, mai inquadrato nel film. Alcune domande di rito e parte il flashback sul loro primo incontro, in Colombia: sei settimane dopo i due decideranno di sposarsi. E torniamo al presente.Schegge di vita quotidiana e uno scanzonato Adam Brody (nel film Benjamin Danz) che viene incaricato da un enigmatico personaggio una misteriosa missione. Intanto emerge ciò che i trailer hanno ampiamente pubblicizzato: John e Jane Smith sono in realtà due killer professionisti, dipendenti da due differenti compagnie.Entrambi ignorano la doppia vita condotta dal coniuge, finché non vengono separatamente incaricati di impedire il trasferimento di un detenuto, lo stesso Benjamin Danz. A quel punto i due entrano in contatto, si identificano a vicenda e vengono dunque incaricati dalle rispettive agenzie di eliminarsi l'un l'altro.", + "poster_path": "/wzIO3ytxeSNt1wRpXLIdkNbGoDm.jpg", + "release_date": "2005-06-07", + "title": "Mr. & Mrs. Smith", + "video": false, + "vote_average": 6.6, + "vote_count": 5166, + "popularity": 15.31 + }, + { + "adult": false, + "backdrop_path": "/x8cIgtcVi9DVrlPuvlsvc43dik9.jpg", + "genre_ids": [ + 53, + 878, + 9648 + ], + "id": 45612, + "original_language": "en", + "original_title": "Source Code", + "overview": "Il capitano Colter Stevens, pilota di elicotteri e veterano della guerra in Afghanistan, si risveglia su un treno di pendolari senza avere la minima idea di dove si trovi. Di fronte a lui Christina, una bella ragazza che lo conosce ma che lui non riconosce affatto. In tasca (e nello specchio) l'identità di un giovane insegnante di nome Sean Fentress. Poi l'esplosione, che squarcia il convoglio. Ma Colter non è morto, da un monitor un ufficiale donna lo informa che dovrà tornare sul treno per identificare l'attentatore e prevenire un successivo, più micidiale attacco. Ogni volta che farà ritorno sul treno avrà solo 8 minuti a disposizione. Di più non gli è dato sapere, la missione è top-secret, il suo nome: \"Source Code\".", + "poster_path": "/AtQDTlj3MFOXJd5C9OopaRo3rRo.jpg", + "release_date": "2011-03-30", + "title": "Source Code", + "video": false, + "vote_average": 7.2, + "vote_count": 4114, + "popularity": 13.616 + }, + { + "adult": false, + "backdrop_path": "/cxx75Ypwhlnv3K2gRaA2DJbrtmi.jpg", + "genre_ids": [ + 28, + 35, + 878, + 53 + ], + "id": 10771, + "original_language": "en", + "original_title": "The Tuxedo", + "overview": "Jimmy Tong, ex tassista ora autista di un playboy miliardario che in realtà è un agente segreto, vorrebbe tanto essere nei suoi panni. In particolare aspirerebbe ad indossare il suo smoking, ma l'unica regola da non infrangere con il suo datore di lavoro è di non toccare mai il costoso capo di abbigliamento. Quando finalmente Jimmy ha l'occasione di indossare lo smoking, scopre che il vestito nasconde delle sorprese...", + "poster_path": "/nfdT1jCOiKuiWlomh54bYftyT23.jpg", + "release_date": "2002-09-27", + "title": "Lo smoking", + "video": false, + "vote_average": 5.5, + "vote_count": 855, + "popularity": 13.443 + }, + { + "adult": false, + "backdrop_path": "/sDiGcjWhSu42dCw0jQmBInAkDZ9.jpg", + "genre_ids": [ + 28, + 53, + 18 + ], + "id": 379149, + "original_language": "en", + "original_title": "The Foreigner", + "overview": "Il proprietario di un ristorante cinese di Londra è devastato da un attacco orchestrato dai terroristi irlandesi dell'IRA. Senza poter contare sull'aiuto delle autorità, decide di rintracciare da solo i colpevoli della morte della figlia facendo leva sul suo letale passato mai dimenticato.", + "poster_path": "/rwM4hzrmc5HiWfQD9ls9DL4QgGl.jpg", + "release_date": "2017-09-28", + "title": "The Foreigner", + "video": false, + "vote_average": 6.7, + "vote_count": 976, + "popularity": 12.701 + }, + { + "id": 1637, + "video": false, + "vote_count": 2820, + "vote_average": 6.9, + "title": "Speed", + "release_date": "1994-06-09", + "original_language": "en", + "original_title": "Speed", + "genre_ids": [ + 28, + 12, + 80 + ], + "backdrop_path": "/pGVpDc6MgLRtOYdxsA5fhj1SZki.jpg", + "adult": false, + "overview": "Un supercriminale di Los Angeles con sofisticate apparecchiature tecnologiche mette su un autobus di linea, con quindici passeggeri a bordo, un congegno che esplode se il veicolo scende sotto gli 80 km orari.", + "poster_path": "/8c9PwFFVKOSE0Q1a9jjGUyxppzg.jpg", + "popularity": 12.108 + }, + { + "adult": false, + "backdrop_path": "/vise7XoPrUGV9hmdK8Gt3BWGkym.jpg", + "genre_ids": [ + 878, + 53 + ], + "id": 1272, + "original_language": "en", + "original_title": "Sunshine", + "overview": "2057, il Sole sta morendo. Il genere umano, prossimo alla completa estinzione, ripone le sue ultime speranze nell'Icarus II, una nave spaziale armata con un ordigno nucleare necessario per riattivare la stella. Durante il viaggio, l'equipaggio riceve però un misterioso segnale proveniente dall'Icarus I, scomparsa in una missione analoga sette anni prima a causa di un incidente...", + "poster_path": "/6GhUyabA4LI9uWsWHEanqX4bykt.jpg", + "release_date": "2007-04-05", + "title": "Sunshine", + "video": false, + "vote_average": 7.0, + "vote_count": 1779, + "popularity": 11.564 + }, + { + "adult": false, + "backdrop_path": "/ptNcTh2bewqzcV2qVpjDgsh6pTs.jpg", + "genre_ids": [ + 18, + 36, + 53, + 10752 + ], + "id": 2253, + "original_language": "en", + "original_title": "Valkyrie", + "overview": "Claus Philipp Maria Schenk Graf von Stauffenberg è un colonnello della Wehrmacht che sta combattendo nel Nord Africa ma ha già maturato una profonda ribellione contro i metodi hitleriani. Rientrato in Germania si unisce a un gruppo di militari di grado elevato che intendono ridurre Hitler all'impotenza. Il piano prende progressivamente forma: si dovrà attentare alla vita del Fuhrer e immediatamente dopo accusare le SS dell'omicidio, neutralizzarle e assumere il comando di una nuova Germania.", + "poster_path": "/dRMcWFdegYC0Xn8L8466sqPpRQL.jpg", + "release_date": "2008-12-25", + "title": "Operazione Valchiria", + "video": false, + "vote_average": 6.8, + "vote_count": 1772, + "popularity": 11.106 + }, + { + "adult": false, + "backdrop_path": "/fX5n06X5zy5CzQcRYi2p0i37Fw7.jpg", + "genre_ids": [ + 28, + 878, + 53 + ], + "id": 10045, + "original_language": "fr", + "original_title": "Banlieue 13", + "overview": "Nel 2013, un muro insormontabile separa il centro di Parigi dai quartieri periferici - le \"banlieues\" - diventati regno incontrastato della criminalità. Quando una gang della \"banlieue 13\" si impadronisce di un ordigno nucleare trasportato da un furgone blindato, le autorità assegnano all'agente speciale Damien il compito di recuperarlo prima che la delinquenza organizzata metta in pericolo l'intera città. Damien, maestro di arti marziali ed esperto nell'infiltrarsi tra le file dei criminali, sa che potrà contare soltanto sull'astuzia e sulla forza per assolvere la missione: nella zona proibita, non esistono leggi né onore e soltanto la crudeltà e la violenza possono garantire la sopravvivenza. Leito, un piccolo delinquente della zona, accetta di collaborare con il poliziotto se questi in cambio lo aiuterà a liberare la sorella Lola, prigioniera del narcotrafficante Taha.", + "poster_path": "/mOwnLuQ553mnGGzpDP5UnvprkAa.jpg", + "release_date": "2004-11-09", + "title": "Banlieue 13", + "video": false, + "vote_average": 6.6, + "vote_count": 853, + "popularity": 10.071 + }, + { + "adult": false, + "backdrop_path": "/7DwOjEHdJ3dc3kBNaN7XQ0yE258.jpg", + "genre_ids": [ + 18, + 28, + 53, + 80 + ], + "id": 7461, + "original_language": "en", + "original_title": "Vantage Point", + "overview": "Otto estranei, da otto punti di vista differenti, cercano di scoprire l'unica verità dietro il tentativo di assassinare il Presidente degli Stati Uniti. Thomas Barnes (Dennis Quaid) e Kent Taylor (Matthew Fox) sono due agenti dei servizi segreti che hanno l'incarico di proteggere il presidente Ashton (William Hurt) durante un fondamentale summit sulla guerra globale al terrorismo. Quando il presidente viene colpito da alcuni spari dopo il suo arrivo in Spagna, si scatena il caos e diverse vite si incrociano per dare la caccia al colpevole...", + "poster_path": "/lYQtHpHZ4qY7HLyfXdhHDTnavA9.jpg", + "release_date": "2008-02-01", + "title": "Prospettive di un delitto", + "video": false, + "vote_average": 6.3, + "vote_count": 1026, + "popularity": 9.428 + }, + { + "adult": false, + "backdrop_path": "/nUTwBFGGA3Exz0VnWQSWpamFF8a.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "id": 13291, + "original_language": "en", + "original_title": "Traitor", + "overview": "L'agente dell'FBI Roy Clayton, sta indagando su una cospirazione mondiale a scopo terroristico. Tutti gli indizi sembrano collegare l'agente infiltrato Samir Horn, con una serie di fatti come: un'evasione da una prigione dello Yemen, un bombardamento a Nizza ed una incursione a Londra. Clayton, comincia a sospettare che Horn, sia in realtŕ un soldato nemico, e inizia a seguire Horn in giro per il mondo; non si darŕ pace sino a quando non scoprirà la verità", + "poster_path": "/euLk9RxsPHfpyWUHzTDNY6Dksch.jpg", + "release_date": "2008-08-23", + "title": "Traitor", + "video": false, + "vote_average": 6.6, + "vote_count": 298, + "popularity": 9.281 + }, + { + "adult": false, + "backdrop_path": "/paT9Ovofjj30JvsDRyhFfjgUEfn.jpg", + "genre_ids": [ + 28, + 53, + 9648 + ], + "id": 146198, + "original_language": "en", + "original_title": "Triple 9", + "overview": "Una banda di poliziotti corrotti capeggiata da Michael Atwood (Chiwetel Ejiofor), dopo una rapina in banca finita con una frenetica sparatoria in autostrada, è costretta da Irina Vlaslov (Kate Winslet), spietata boss della mafia russo-israeliana, a tentare un'ultima e, all'apparenza, impossibile rapina. La sola speranza che la banda ha di portare a termine il colpo è quella di distrarre tutte le forze dell'ordine organizzando un \"999\", il codice usato dalla polizia per segnalare che un agente è stato colpito in azione.", + "poster_path": "/rmm91gGo3pucoibDZfSIG8iOB6j.jpg", + "release_date": "2016-02-19", + "title": "Codice 999", + "video": false, + "vote_average": 5.8, + "vote_count": 1184, + "popularity": 9.208 + }, + { + "adult": false, + "backdrop_path": "/cPr5sLYNT7w9jzHRGtUpsj5tiMj.jpg", + "genre_ids": [ + 80, + 18, + 53, + 9648 + ], + "id": 1073, + "original_language": "en", + "original_title": "Arlington Road", + "overview": "Michael Faraday, vedovo da un paio d'anni, vive ora con una nuova fidanzata. Quando una coppia di nuovi vicini si trasferisce accanto a loro, nonostante si dimostrino molto amichevoli, Michael ha uno strano presentimento. I nuovi vicini infatti nascondono un terribile segreto..", + "poster_path": "/rNmPsLkWzbHDPViYuhR2RlQrzkS.jpg", + "release_date": "1999-03-19", + "title": "Arlington Road - L'inganno", + "video": false, + "vote_average": 7.1, + "vote_count": 415, + "popularity": 9.196 + }, + { + "adult": false, + "backdrop_path": "/LHfTH0FBVefeqD5diMU0xGR869.jpg", + "genre_ids": [ + 9648, + 878, + 53 + ], + "id": 846, + "original_language": "en", + "original_title": "The X Files", + "overview": "Nella notte dei tempi, in una caverna, un essere mostruoso aggredisce due uomini primitivi. Ai giorni nostri, questa specie mantiene la sua presenza sul nostro pianeta. A conoscere il segreto non sono solo le vittime, bensì una vasta schiera di potenti del mondo che preparano segretamente la colonizzazione del pianeta. Fox Mulder e Dana Scully si trovano a Dallas, esautorati dall'FBI sui casi X-files: di fronte a un delicato caso di terrorismo, si rendono conto che la posta in palio non è solo la distruzione indiscriminata. Le complesse trame del complotto li portano a scoprire lo strumento con cui gli alieni intendono propagare il virus (le api): Scully finisce persino ostaggio degli extraterrestri. I due agenti sventano il piano, ma lo scontro per la libertà è solo rimandato.", + "poster_path": "/codbwyCvbREm4KgNDRHohpm5Neq.jpg", + "release_date": "1998-06-19", + "title": "X-Files - Il film", + "video": false, + "vote_average": 6.7, + "vote_count": 701, + "popularity": 8.652 + }, + { + "adult": false, + "backdrop_path": "/24JDK9dRRRzkBjHBsKQIGs7sBkj.jpg", + "genre_ids": [ + 53, + 18 + ], + "id": 303858, + "original_language": "en", + "original_title": "Money Monster", + "overview": "Lee Gates è un venditore televisivo da strapazzo, il cui programma, Money Monster, e la sua stessa vita vengono presi in ostaggio da un terribile uomo armato. Il sequestratore lo accusa di averlo portato alla bancarotta con i suoi consigli d'investimento e mentre il mondo segue in diretta la vicenda, Gates deve fare di tutto per restare in vita. Mentre la sua producer cercherà in tutti i modi di salvarlo, verrà alla luce una scomoda verità.", + "poster_path": "/1mjcuZXCeLnylKE0urthfMjDj7s.jpg", + "release_date": "2016-05-12", + "title": "Money Monster - L'altra faccia del denaro", + "video": false, + "vote_average": 6.4, + "vote_count": 1706, + "popularity": 8.632 + }, + { + "adult": false, + "backdrop_path": "/7crRVZFSGSrDk0wR3Lahxr1Fb7P.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 9319, + "original_language": "en", + "original_title": "The Last Boy Scout", + "overview": "Joe Hallenbeck, perduto il lavoro e la dignità per colpa di un politico corrotto, sopravvive facendo il detective privato. Insieme ad un altro perdente, Jimmy Dix, ex giocatore di football, risolverà un complicato caso che lega le scommesse clandestine al mondo politico. Per entrambi sarà l'occasione di ritrovare la dignità ed il rispetto degli altri.", + "poster_path": "/dGD6nxIKUI7cU7WOxJUzRt32w8r.jpg", + "release_date": "1991-12-11", + "title": "L'ultimo boy scout - Missione: sopravvivere", + "video": false, + "vote_average": 6.6, + "vote_count": 765, + "popularity": 8.479 + }, + { + "adult": false, + "backdrop_path": "/6WIG9ozIHNtHCkpgGl2edPjASel.jpg", + "genre_ids": [ + 28, + 12, + 18, + 53 + ], + "id": 2320, + "original_language": "en", + "original_title": "Executive Decision", + "overview": "Un terrorista islamico dirotta un Boeing 747 in volo da Londra a New York col proposito di far esplodere sopra Washington un carico letale di gas nervino. Ad una squadra del Pentagono viene affidato il compito di liberare i passeggeri dal pericolo.", + "poster_path": "/c4bsehdRxDTkHIqJJ0fl6YCyt2E.jpg", + "release_date": "1996-03-15", + "title": "Decisione critica", + "video": false, + "vote_average": 6.1, + "vote_count": 366, + "popularity": 8.467 + } + ], + "total_pages": 7, + "total_results": 132 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:11.8643142Z", + "ReducedUri": "/3/keyword/258/movies?page=2", + "RespData": { + "id": 258, + "page": 2, + "results": [ + { + "id": 333669, + "video": false, + "vote_count": 610, + "vote_average": 6.1, + "title": "Bastille Day", + "release_date": "2016-04-22", + "original_language": "en", + "original_title": "Bastille Day", + "genre_ids": [ + 28 + ], + "backdrop_path": "/hb8brf5uYGt2t1qy33I5fHvmPkM.jpg", + "adult": false, + "overview": "Michael Mason is an American pickpocket living in Paris who finds himself hunted by the CIA when he steals a bag that contains more than just a wallet. Sean Briar, the field agent on the case, soon realises that Michael is just a pawn in a much bigger game and is also his best asset to uncover a large-scale conspiracy.", + "poster_path": "/8QcOMU8vFSInSJ1kE7Naor7L2vM.jpg", + "popularity": 7.948 + }, + { + "adult": false, + "backdrop_path": "/obqNqj4tBoUkWzufsMLmDABFLEL.jpg", + "genre_ids": [ + 28, + 80, + 35 + ], + "id": 40805, + "original_language": "en", + "original_title": "The Green Hornet", + "overview": "Britt Reid (Seth Rogen), the heir to the largest newspaper fortune in Los Angeles, is a spoiled playboy who has been, thus far, happy to lead an aimless life. After his father (Tom Wilkinson) dies, Britt meets Kato (Jay Chou), a resourceful company employee. Realizing that they have the talent and resources to make something of their lives, Britt and Kato join forces as costumed crime-fighters to bring down the city's most-powerful criminal, Chudnofsky (Christoph Waltz).", + "poster_path": "/hZvTFnyqiTiQDO1FRsQvwhFNg3G.jpg", + "release_date": "2011-01-12", + "title": "The Green Hornet", + "video": false, + "vote_average": 5.5, + "vote_count": 1752, + "popularity": 7.936 + }, + { + "adult": false, + "backdrop_path": "/j9TWVrd0BHUfk9AuSFnchgexY0A.jpg", + "genre_ids": [ + 18, + 36, + 10752 + ], + "id": 17295, + "original_language": "it", + "original_title": "La battaglia di Algeri", + "overview": "Tracing the struggle of the Algerian Front de Liberation Nationale to gain freedom from French colonial rule as seen through the eyes of Ali from his start as a petty thief to his rise to prominence in the organisation and capture by the French in 1957. The film traces the rebels' struggle and the increasingly extreme measures taken by the French government to quell the revolt.", + "poster_path": "/zsNc43QfSqeMBW186o9Fozfmkst.jpg", + "release_date": "1966-09-08", + "title": "The Battle of Algiers", + "video": false, + "vote_average": 8.0, + "vote_count": 259, + "popularity": 7.928 + }, + { + "adult": false, + "backdrop_path": "/8qv3bqwiqXzcCZv95TdcL23kbdO.jpg", + "genre_ids": [ + 28, + 18, + 53 + ], + "id": 10671, + "original_language": "en", + "original_title": "Airport", + "overview": "Melodrama about a bomber on board an airplane, an airport almost closed by snow, and various personal problems of the people involved.", + "poster_path": "/aUCkZ5c4PgyoiPuGGW7ikcogNjq.jpg", + "release_date": "1970-03-05", + "title": "Airport", + "video": false, + "vote_average": 6.4, + "vote_count": 138, + "popularity": 7.887 + }, + { + "adult": false, + "backdrop_path": "/urovI2vLKwXPHd2OUFEs8aU8UOp.jpg", + "genre_ids": [ + 18, + 53 + ], + "id": 231, + "original_language": "en", + "original_title": "Syriana", + "overview": "The Middle Eastern oil industry is the backdrop of this tense drama, which weaves together numerous story lines. Bennett Holiday is an American lawyer in charge of facilitating a dubious merger of oil companies, while Bryan Woodman, a Switzerland-based energy analyst, experiences both personal tragedy and opportunity during a visit with Arabian royalty. Meanwhile, veteran CIA agent Bob Barnes uncovers an assassination plot with unsettling origins.", + "poster_path": "/ArLpoafsdFhs5USOn2AUsEIImxI.jpg", + "release_date": "2005-11-23", + "title": "Syriana", + "video": false, + "vote_average": 6.4, + "vote_count": 645, + "popularity": 7.833 + }, + { + "adult": false, + "backdrop_path": "/mA3cMu5YdLQ6GgNf5kwTWINDXfC.jpg", + "genre_ids": [ + 28, + 35, + 18 + ], + "id": 45132, + "original_language": "en", + "original_title": "Super", + "overview": "After his wife falls under the influence of a drug dealer, an everyday guy transforms himself into Crimson Bolt, a superhero with the best intentions, though he lacks for heroic skills.", + "poster_path": "/wRYZdWGCcC7ttY7MFNbIKpR3pnn.jpg", + "release_date": "2010-09-09", + "title": "Super", + "video": false, + "vote_average": 6.6, + "vote_count": 673, + "popularity": 7.711 + }, + { + "adult": false, + "backdrop_path": "/vEK1JcaRbwK3jiVGZy78EMj11dI.jpg", + "genre_ids": [ + 18, + 14, + 27, + 53 + ], + "id": 1433, + "original_language": "es", + "original_title": "El Espinazo del Diablo", + "overview": "After losing his father, 10-year-old Carlos arrives at the Santa Lucia School, which shelters orphans of the Republican militia and politicians, and is taken in by the steely headmistress, Carmen, and the kindly professor, Casares. Soon after his arrival, Carlos has a run-in with the violent caretaker, Jacinto. Gradually, Carlos uncovers the secrets of the school, including the youthful ghost that wanders the grounds.", + "poster_path": "/e9UizPFgoCnRCPtR0tyg2JNXY6A.jpg", + "release_date": "2001-04-20", + "title": "The Devil's Backbone", + "video": false, + "vote_average": 7.3, + "vote_count": 487, + "popularity": 7.602 + }, + { + "id": 7984, + "video": false, + "vote_count": 661, + "vote_average": 7.9, + "title": "In the Name of the Father", + "release_date": "1993-12-12", + "original_language": "en", + "original_title": "In the Name of the Father", + "genre_ids": [ + 18 + ], + "backdrop_path": "/pBvKhZ0ZrVeu9Nwyr0BHd8emvN4.jpg", + "adult": false, + "overview": "A small time thief from Belfast, Gerry Conlon, is falsely implicated in the IRA bombing of a pub that kills several people while he is in London. He and his four friends are coerced by British police into confessing their guilt. Gerry's father and other relatives in London are also implicated in the crime. He spends fifteen years in prison with his father trying to prove his innocence.", + "poster_path": "/22UfH59UppgMtDIMjD6DxhO8J2C.jpg", + "popularity": 7.554 + }, + { + "adult": false, + "backdrop_path": "/qbCDw16kzv3OTUbw6Z8EgFX8OmA.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 14636, + "original_language": "en", + "original_title": "The Condemned", + "overview": "Jack Conrad is awaiting the death penalty in a corrupt Central American prison. He is \"purchased\" by a wealthy television producer and taken to a desolate island where he must fight to the death against nine other condemned killers from all corners of the world, with freedom going to the sole survivor.", + "poster_path": "/dYocAyHDOUg4y4pcetRWqHWH0fi.jpg", + "release_date": "2007-04-27", + "title": "The Condemned", + "video": false, + "vote_average": 5.8, + "vote_count": 317, + "popularity": 6.891 + }, + { + "adult": false, + "backdrop_path": "/x7olteFm31lU0Bfh24gnYfMnxsU.jpg", + "genre_ids": [ + 28, + 53, + 10749 + ], + "id": 11859, + "original_language": "en", + "original_title": "Fair Game", + "overview": "Max Kirkpatrick is a cop who protects Kate McQuean, a civil law attorney, from a renegade KGB team out to terminate her", + "poster_path": "/ew0LrIN5fpxdimrErEy9Yry3Nn2.jpg", + "release_date": "1995-11-03", + "title": "Fair Game", + "video": false, + "vote_average": 4.1, + "vote_count": 92, + "popularity": 6.796 + }, + { + "adult": false, + "backdrop_path": "/4pIPqyhSA0BzKCjaLCEwAKNvKfX.jpg", + "genre_ids": [ + 18 + ], + "id": 4012, + "original_language": "en", + "original_title": "The Believer", + "overview": "A hardcore American racist skinhead who, because of his intelligence, leads a gang dedicated to fighting the enemy: the supposed American-Jewish conspiracy for domination. However, he's hiding a secret: he's Jewish-born, a brilliant scholar whose questioning of the tenets of his faith has left him angry and confused, turning against those who he thinks have a tragic history of their own making.", + "poster_path": "/ziXye4ih6Hd7jOezr5KUQw8I8G8.jpg", + "release_date": "2001-10-10", + "title": "The Believer", + "video": false, + "vote_average": 7.0, + "vote_count": 270, + "popularity": 6.767 + }, + { + "adult": false, + "backdrop_path": "/v5s9UfzQZfnBg3inqRqYYRrJi9x.jpg", + "genre_ids": [ + 28, + 12, + 18, + 53 + ], + "id": 10355, + "original_language": "ko", + "original_title": "쉬리", + "overview": "North Korea's 8th Special Forces hijacks a shipment of CTX, a potent new liquid explosive, and threatens South Korea as part of a plot to re-unify the two countries.Ryu and Lee, special agents of O.P., South Korea's secret intelligence service, attempt to track down the terrorists and find the CTX. Meanwhile Hee, the 8th's ultra-bad female sniper, resurfaces to wreak havoc and haunt Ryu.", + "poster_path": "/tzUQNjTT7DZt0KqISxECknx805r.jpg", + "release_date": "1999-02-13", + "title": "Shiri", + "video": false, + "vote_average": 6.0, + "vote_count": 61, + "popularity": 6.483 + }, + { + "adult": false, + "backdrop_path": "/5KBslzorripWd9F7MapLu528ch1.jpg", + "genre_ids": [ + 18, + 36, + 10752 + ], + "id": 13752, + "original_language": "en", + "original_title": "Max Manus", + "overview": "Max Manus is a Norwegian 2008 biographic war film based on the real events of the life of resistance fighter Max Manus (1914–96), after his contribution in the Winter War against the Soviet Union. The story follows Manus through the outbreak of World War II in Norway until peacetime in 1945.", + "poster_path": "/phNtKB0XE6ZDa01tO4j6koNnXEm.jpg", + "release_date": "2008-12-18", + "title": "Max Manus: Man of War", + "video": false, + "vote_average": 7.1, + "vote_count": 104, + "popularity": 6.446 + }, + { + "adult": false, + "backdrop_path": "/ngrd70H4uInf6m5hhZ9wHtVxRGL.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "id": 9414, + "original_language": "en", + "original_title": "The Man Who Knew Too Little", + "overview": "An American gets a ticket for an audience participation game in London, then gets involved in a case of mistaken identity. As an international plot unravels around him, he thinks it's all part of the act.", + "poster_path": "/32UQkAUWy9NpuvJfF82xrMr2A0G.jpg", + "release_date": "1997-11-14", + "title": "The Man Who Knew Too Little", + "video": false, + "vote_average": 6.4, + "vote_count": 196, + "popularity": 6.295 + }, + { + "id": 20024, + "video": false, + "vote_count": 93, + "vote_average": 6.7, + "title": "The End of the Affair", + "release_date": "1999-12-03", + "original_language": "en", + "original_title": "The End of the Affair", + "genre_ids": [ + 18 + ], + "backdrop_path": "/sUPWjskNXip394SxoknaBuyLuUL.jpg", + "adult": false, + "overview": "On a rainy London night in 1946, novelist Maurice Bendrix has a chance meeting with Henry Miles, husband of his ex-mistress Sarah, who abruptly ended their affair two years before. Bendrix's obsession with Sarah is rekindled; he succumbs to his own jealousy and arranges to have her followed.", + "poster_path": "/32NkI9HqueF0THSQFKJVGtnBHsA.jpg", + "popularity": 6.151 + }, + { + "adult": false, + "backdrop_path": "/9vQ6aIaeKgaJg5bPBB96SjrzF3A.jpg", + "genre_ids": [ + 80, + 18, + 53, + 10749 + ], + "id": 10575, + "original_language": "en", + "original_title": "Heaven", + "overview": "A woman takes the law into her own hands after police ignore her pleas to arrest the man responsible for her husband's death, and finds herself not only under arrest for murder but falling in love with an officer.", + "poster_path": "/xPdtOuGtcQt655uRrmIdBkSRmVx.jpg", + "release_date": "2002-02-06", + "title": "Heaven", + "video": false, + "vote_average": 6.6, + "vote_count": 111, + "popularity": 5.764 + }, + { + "adult": false, + "backdrop_path": "/a6kxQmwmrUpcfoIMUImILdDNbqG.jpg", + "genre_ids": [ + 18, + 36 + ], + "id": 319337, + "original_language": "de", + "original_title": "Elser", + "overview": "The breath-taking story of a man who nearly would have changed the world. 1939, when Hitler tricked millions of people at the height of his power, one said a radical No: Georg Elser, disparaged as an assassin, is one of the greatest resistance fighters.", + "poster_path": "/r0Vm0R0kP3uF8VUpgE2MNpOXjzQ.jpg", + "release_date": "2015-04-09", + "title": "13 Minutes", + "video": false, + "vote_average": 6.9, + "vote_count": 122, + "popularity": 5.583 + }, + { + "id": 16876, + "video": false, + "vote_count": 77, + "vote_average": 7.2, + "title": "Bang Bang You're Dead", + "release_date": "2002-06-07", + "original_language": "en", + "original_title": "Bang Bang You're Dead", + "genre_ids": [ + 18, + 53 + ], + "backdrop_path": "/iwehlIcIbF1xyjI3DAi7Wn7Mpuv.jpg", + "adult": false, + "overview": "Trevor is a troubled high school student, thanks to the effects of bullying. This is the story of his fight to break free.", + "poster_path": "/yJ0BmS0ib3ADdPrZq0HuKbJzzXq.jpg", + "popularity": 5.541 + }, + { + "adult": false, + "backdrop_path": "/aOQ4xfyD950wcDORY0Fvgk4kwJC.jpg", + "genre_ids": [ + 18, + 53, + 10749 + ], + "id": 15705, + "original_language": "en", + "original_title": "Incendiary", + "overview": "An adulterous woman's life is torn apart when her husband and infant son are killed in a suicide bombing at a soccer match.", + "poster_path": "/ewU3becuuYxERRalqrQGwEDOkUK.jpg", + "release_date": "2008-01-20", + "title": "Incendiary", + "video": false, + "vote_average": 5.5, + "vote_count": 88, + "popularity": 5.533 + }, + { + "adult": false, + "backdrop_path": "/yZMkGzcIMGnv5oMm6tFyhshflMA.jpg", + "genre_ids": [ + 35, + 18, + 10749 + ], + "id": 5781, + "original_language": "fr", + "original_title": "Cet obscur objet du désir", + "overview": "After dumping a bucket of water on a beautiful young woman from the window of a train car, wealthy Frenchman Mathieu, regales his fellow passengers with the story of the dysfunctional relationship between himself and the young woman in question, a fiery 19-year-old flamenco dancer named Conchita. What follows is a tale of cruelty, depravity and lies -- the very building blocks of love.", + "poster_path": "/9iUdC4dftkjYSBUJq5DAxC6WqB9.jpg", + "release_date": "1977-08-17", + "title": "That Obscure Object of Desire", + "video": false, + "vote_average": 7.6, + "vote_count": 103, + "popularity": 5.339 + } + ], + "total_pages": 7, + "total_results": 132 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:16.0607294Z", + "ReducedUri": "/3/keyword/33705", + "RespData": { + "id": 33705, + "name": "agent" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:15.525053Z", + "ReducedUri": "/3/keyword/591", + "RespData": { + "id": 591, + "name": "cia" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:15.23371Z", + "ReducedUri": "/3/movie/47964/keywords", + "RespData": { + "id": 47964, + "keywords": [ + { + "id": 258, + "name": "bomb" + }, + { + "id": 591, + "name": "cia" + }, + { + "id": 2139, + "name": "russia" + }, + { + "id": 10685, + "name": "escape" + }, + { + "id": 18074, + "name": "courthouse" + }, + { + "id": 33705, + "name": "agent" + }, + { + "id": 186447, + "name": "rogue" + }, + { + "id": 186450, + "name": "moscow" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:11.9969839Z", + "ReducedUri": "/3/movie/999999999/keywords", + "RespData": { + "status_code": 34, + "status_message": "The resource you requested could not be found." + }, + "RespStatusCode": 404, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientListsTests.json b/TMDbLibTests/Data/data-ClientListsTests.json new file mode 100644 index 0000000..c314dc7 --- /dev/null +++ b/TMDbLibTests/Data/data-ClientListsTests.json @@ -0,0 +1,4567 @@ +[ + { + "RecordedAt": "2019-01-26T17:53:54.0063525Z", + "ReducedUri": "/3/account?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "avatar": { + "gravatar": { + "hash": "7cf5357dbc2014cbd616257c358ea0a1" + } + }, + "id": 6089455, + "iso_639_1": "en", + "iso_3166_1": "BE", + "name": "Test Name", + "include_adult": false, + "username": "TMDbTestAccount" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/list/103921", + "RespData": { + "created_by": "TMDbTestAccount", + "description": "", + "favorite_count": 0, + "id": "103921", + "items": [], + "item_count": 0, + "iso_639_1": "en", + "name": "Test List 123", + "poster_path": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/list/103921?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 11, + "status_message": "Internal error: Something went wrong, contact TMDb." + }, + "RespStatusCode": 500, + "ReqMethod": "DELETE", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/list/103924", + "RespData": { + "created_by": "TMDbTestAccount", + "description": "", + "favorite_count": 0, + "id": "103924", + "items": [], + "item_count": 0, + "iso_639_1": "en", + "name": "Test List 123", + "poster_path": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/list/103924?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 11, + "status_message": "Internal error: Something went wrong, contact TMDb." + }, + "RespStatusCode": 500, + "ReqMethod": "DELETE", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:39.9742194Z", + "ReducedUri": "/3/list/103925", + "RespData": { + "created_by": "TMDbTestAccount", + "description": "", + "favorite_count": 0, + "id": "103925", + "items": [], + "item_count": 0, + "iso_639_1": "en", + "name": "Test List 123", + "poster_path": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:40.1568839Z", + "ReducedUri": "/3/list/103925?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 11, + "status_message": "Internal error: Something went wrong, contact TMDb." + }, + "RespStatusCode": 500, + "ReqMethod": "DELETE", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:23.7581502Z", + "ReducedUri": "/3/list/103926", + "RespData": { + "created_by": "TMDbTestAccount", + "description": "", + "favorite_count": 0, + "id": "103926", + "items": [], + "item_count": 0, + "iso_639_1": "en", + "name": "Test List 123", + "poster_path": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:24.0297207Z", + "ReducedUri": "/3/list/103926?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 11, + "status_message": "Internal error: Something went wrong, contact TMDb." + }, + "RespStatusCode": 500, + "ReqMethod": "DELETE", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:53:53.4439666Z", + "ReducedUri": "/3/list/103927", + "RespData": { + "created_by": "TMDbTestAccount", + "description": "", + "favorite_count": 0, + "id": "103927", + "items": [], + "item_count": 0, + "iso_639_1": "en", + "name": "Test List 123", + "poster_path": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:53:53.7451382Z", + "ReducedUri": "/3/list/103927?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 11, + "status_message": "Internal error: Something went wrong, contact TMDb." + }, + "RespStatusCode": 500, + "ReqMethod": "DELETE", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:41.084057Z", + "ReducedUri": "/3/list/528349d419c2954bd21ca0a8", + "RespData": { + "created_by": "TMDbTestAccount", + "description": "This is a test list", + "favorite_count": 0, + "id": "528349d419c2954bd21ca0a8", + "items": [], + "item_count": 0, + "iso_639_1": "en", + "name": "Test list", + "poster_path": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:39.4295383Z", + "ReducedUri": "/3/list/528349d419c2954bd21ca0a8/add_item?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 12, + "status_message": "The item/record was updated successfully." + }, + "ReqData": { + "media_id": 19995 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:40.4631914Z", + "ReducedUri": "/3/list/528349d419c2954bd21ca0a8/add_item?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 12, + "status_message": "The item/record was updated successfully." + }, + "ReqData": { + "media_id": 76341 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:53:54.2991845Z", + "ReducedUri": "/3/list/528349d419c2954bd21ca0a8/add_item?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 8, + "status_message": "Duplicate entry: The data you tried to submit already exists." + }, + "ReqData": { + "media_id": 2698 + }, + "RespStatusCode": 403, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:40.8219189Z", + "ReducedUri": "/3/list/528349d419c2954bd21ca0a8/clear?confirm=true&session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 12, + "status_message": "The item/record was updated successfully." + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:39.5612425Z", + "ReducedUri": "/3/list/528349d419c2954bd21ca0a8/item_status?movie_id=19995", + "RespData": { + "id": "528349d419c2954bd21ca0a8", + "item_present": true + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json" + } + }, + { + "RecordedAt": "2019-01-26T17:51:38.8432265Z", + "ReducedUri": "/3/list/528349d419c2954bd21ca0a8/item_status?movie_id=218", + "RespData": { + "id": "528349d419c2954bd21ca0a8", + "item_present": false + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json" + } + }, + { + "RecordedAt": "2019-01-26T17:51:38.6798383Z", + "ReducedUri": "/3/list/999999999", + "RespData": { + "status_code": 34, + "status_message": "The resource you requested could not be found." + }, + "RespStatusCode": 404, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:53:52.5613818Z", + "ReducedUri": "/3/list/bla?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 11, + "status_message": "Internal error: Something went wrong, contact TMDb." + }, + "RespStatusCode": 500, + "ReqMethod": "DELETE", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:53:53.1521533Z", + "ReducedUri": "/3/list?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 1, + "status_message": "The item/record was created successfully.", + "success": true, + "list_id": 103927 + }, + "ReqData": { + "name": "Test List 123", + "description": "" + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json" + } + }, + { + "ReducedUri": "/3/movie/19995/lists", + "RespData": { + "id": 19995, + "page": 1, + "results": [ + { + "description": "This is a test list", + "favorite_count": 0, + "id": 1724, + "item_count": 2, + "iso_639_1": "en", + "list_type": "movie", + "name": "Test list", + "poster_path": null + }, + { + "description": "Filmer som är sedda på bio någon gång.", + "favorite_count": 0, + "id": 14776, + "item_count": 1755, + "iso_639_1": "sv", + "list_type": "movie", + "name": "Filmer sedda på bio.", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 19829, + "item_count": 1168, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies about everything...", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 16626, + "item_count": 150, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watchlist", + "poster_path": null + }, + { + "description": "All movies I have ever watched", + "favorite_count": 0, + "id": 31939, + "item_count": 891, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "film vu", + "favorite_count": 0, + "id": 8595, + "item_count": 459, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 103850, + "item_count": 274, + "iso_639_1": "en", + "list_type": "movie", + "name": "Films visionnés", + "poster_path": null + }, + { + "description": "Список фильмов на которые я ходил смотреть в кинотеатр\nThe list of films that I went to watch the cinema", + "favorite_count": 0, + "id": 64443, + "item_count": 308, + "iso_639_1": "ru", + "list_type": "movie", + "name": "Что я смотрел в кинотеатре мои оценки фильмов, а также мои избранные фильмы (What I watched in the cinema)", + "poster_path": null + }, + { + "description": "watched movies - a personal reminder", + "favorite_count": 0, + "id": 47953, + "item_count": 863, + "iso_639_1": "it", + "list_type": "movie", + "name": "Memento - movies", + "poster_path": null + }, + { + "description": "watched movies", + "favorite_count": 0, + "id": 44662, + "item_count": 997, + "iso_639_1": "ar", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "movies in my library", + "favorite_count": 0, + "id": 84887, + "item_count": 121, + "iso_639_1": "en", + "list_type": "movie", + "name": "my list", + "poster_path": null + }, + { + "description": "I'm trying to list all the movies I've ever watched", + "favorite_count": 0, + "id": 70156, + "item_count": 468, + "iso_639_1": "de", + "list_type": "movie", + "name": "seen", + "poster_path": null + }, + { + "description": "Movies I have seen!", + "favorite_count": 0, + "id": 35362, + "item_count": 2560, + "iso_639_1": "en", + "list_type": "movie", + "name": "All My Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 79155, + "item_count": 1155, + "iso_639_1": "en", + "list_type": "movie", + "name": "Digital Movie Collection", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 85028, + "item_count": 288, + "iso_639_1": "en", + "list_type": "movie", + "name": "Upcoming", + "poster_path": null + }, + { + "description": "Master List In Progress", + "favorite_count": 0, + "id": 51108, + "item_count": 3465, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Movies", + "poster_path": null + }, + { + "description": "Filmes e/ou series ja assistidos", + "favorite_count": 0, + "id": 78949, + "item_count": 1099, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Assistido", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 16832, + "item_count": 297, + "iso_639_1": "en", + "list_type": "movie", + "name": "Filmofil", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 103739, + "item_count": 243, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "Please be sure to check your request is not currently on MV, before submitting your request. Thank you. Not there", + "favorite_count": 0, + "id": 44136, + "item_count": 1446, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watchlist", + "poster_path": null + } + ], + "total_pages": 53, + "total_results": 1047 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/19995/lists?page=10", + "RespData": { + "id": 19995, + "page": 10, + "results": [ + { + "description": "desc", + "favorite_count": 0, + "id": 63130, + "item_count": 12712, + "iso_639_1": "en", + "list_type": "movie", + "name": "All BluRay Movies EVER", + "poster_path": null + }, + { + "description": "Every film I own", + "favorite_count": 0, + "id": 10466, + "item_count": 250, + "iso_639_1": "en", + "list_type": "movie", + "name": "Film Collection", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 52317, + "item_count": 33, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies you have to watch to understand me", + "poster_path": null + }, + { + "description": "List created by QlickPlay for Kodi.", + "favorite_count": 0, + "id": 84498, + "item_count": 32, + "iso_639_1": "en", + "list_type": "movie", + "name": "Must Watch", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 96725, + "item_count": 428, + "iso_639_1": "en", + "list_type": "movie", + "name": "popular", + "poster_path": null + }, + { + "description": "List created by Mehran for Kodi.", + "favorite_count": 0, + "id": 50971, + "item_count": 155, + "iso_639_1": "en", + "list_type": "movie", + "name": "**.MEHRAN.**", + "poster_path": null + }, + { + "description": "private videotheque", + "favorite_count": 0, + "id": 8708, + "item_count": 294, + "iso_639_1": "de", + "list_type": "movie", + "name": "JollyR Archiv", + "poster_path": "/tX6BISlbYEfmOs7QDpSlmgh2xNM.jpg" + }, + { + "description": "This is my watched list", + "favorite_count": 0, + "id": 88108, + "item_count": 81, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched List", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 96628, + "item_count": 82, + "iso_639_1": "ko", + "list_type": "movie", + "name": "snowmen0Bluray", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 43997, + "item_count": 902, + "iso_639_1": "en", + "list_type": "movie", + "name": "Entire Collection (includes disc only movies)", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 44005, + "item_count": 714, + "iso_639_1": "en", + "list_type": "movie", + "name": "PG13 & Below UV", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 96623, + "item_count": 1, + "iso_639_1": "en", + "list_type": "movie", + "name": "Avatar", + "poster_path": null + }, + { + "description": "List created by Mehran for Kodi.", + "favorite_count": 0, + "id": 51489, + "item_count": 60, + "iso_639_1": "en", + "list_type": "movie", + "name": "Anime", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 65066, + "item_count": 940, + "iso_639_1": "en", + "list_type": "movie", + "name": "first", + "poster_path": null + }, + { + "description": "Movie collection.", + "favorite_count": 0, + "id": 83917, + "item_count": 54, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 79474, + "item_count": 632, + "iso_639_1": "zh", + "list_type": "movie", + "name": "watched", + "poster_path": null + }, + { + "description": "Just an awesome list dawg.", + "favorite_count": 0, + "id": 81063, + "item_count": 48, + "iso_639_1": "en", + "list_type": "movie", + "name": "Dummy List", + "poster_path": null + }, + { + "description": "My collection of movies safe for general viewing. Typically G through PG-13", + "favorite_count": 0, + "id": 2500, + "item_count": 172, + "iso_639_1": "en", + "list_type": "movie", + "name": "Safe for General Viewing", + "poster_path": "/5asiecDO4gV6Vk3QAvMrn4apDiL.jpg" + }, + { + "description": "All the movies I have watched/owned", + "favorite_count": 0, + "id": 11943, + "item_count": 769, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies", + "poster_path": null + }, + { + "description": "My collection of DVD's", + "favorite_count": 0, + "id": 33728, + "item_count": 1827, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Personal Collection...", + "poster_path": null + } + ], + "total_pages": 53, + "total_results": 1047 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/19995/lists?page=11", + "RespData": { + "id": 19995, + "page": 11, + "results": [ + { + "description": "", + "favorite_count": 0, + "id": 703, + "item_count": 796, + "iso_639_1": "en", + "list_type": "movie", + "name": "TermiteTowers", + "poster_path": "/9UDSileKZAeGTjnEzH6bncCWsKV.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 5209, + "item_count": 308, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Movies", + "poster_path": "/6wbHVmIaiu1oXgttEzy7HAITdzq.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 86676, + "item_count": 329, + "iso_639_1": "en", + "list_type": "movie", + "name": "Steve", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 95840, + "item_count": 110, + "iso_639_1": "en", + "list_type": "movie", + "name": "CyberFlix Request", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 95929, + "item_count": 11, + "iso_639_1": "de", + "list_type": "movie", + "name": "Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 93529, + "item_count": 25, + "iso_639_1": "de", + "list_type": "movie", + "name": "cgi", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 87522, + "item_count": 250, + "iso_639_1": "en", + "list_type": "movie", + "name": "Bluray collectie", + "poster_path": null + }, + { + "description": "movies that I've watched", + "favorite_count": 0, + "id": 6357, + "item_count": 1798, + "iso_639_1": "en", + "list_type": "movie", + "name": "watched", + "poster_path": "/7o7fCNaruJGrTjWpmmK2jj8rE7Q.jpg" + }, + { + "description": "https://en.wikipedia.org/wiki/Golden_Globe_Award_for_Best_Motion_Picture_%E2%80%93_Drama", + "favorite_count": 0, + "id": 234, + "item_count": 68, + "iso_639_1": "it", + "list_type": "movie", + "name": "Golden Globe Award for Best Motion Picture – Drama [Film Awards]", + "poster_path": "/h7QWQTGIXTpQukpuBCHrMZ4yOkm.jpg" + }, + { + "description": "Films watched, listed by decade. 2000-2009", + "favorite_count": 0, + "id": 95688, + "item_count": 50, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched by decade 2000-2009", + "poster_path": null + }, + { + "description": "This is my watched list", + "favorite_count": 0, + "id": 87884, + "item_count": 166, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched List", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 22222, + "item_count": 478, + "iso_639_1": "tr", + "list_type": "movie", + "name": "İzlediklerim", + "poster_path": null + }, + { + "description": "Lista film guardati by Federico Margutti", + "favorite_count": 0, + "id": 6064, + "item_count": 608, + "iso_639_1": "it", + "list_type": "movie", + "name": "Film guardati FM", + "poster_path": "/893bPAcgEwZY5tIMjbhQFSZ40A8.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 5757, + "item_count": 222, + "iso_639_1": "de", + "list_type": "movie", + "name": "Sci-Fi", + "poster_path": "/ocATatKENqGj6NnTe9vMqeXrtBZ.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 95043, + "item_count": 21, + "iso_639_1": "en", + "list_type": "movie", + "name": "List to See", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 91198, + "item_count": 53, + "iso_639_1": "es", + "list_type": "movie", + "name": "Películas - Temática Syfy / Fantasía", + "poster_path": null + }, + { + "description": "Filmes que possuo em DVD ou Blu-Ray", + "favorite_count": 0, + "id": 94713, + "item_count": 85, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Os meus Filmes", + "poster_path": null + }, + { + "description": "This is my watched list", + "favorite_count": 0, + "id": 94780, + "item_count": 233, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched List", + "poster_path": null + }, + { + "description": "movies watched", + "favorite_count": 0, + "id": 23414, + "item_count": 156, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "This is my watched list", + "favorite_count": 0, + "id": 94441, + "item_count": 176, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched List", + "poster_path": null + } + ], + "total_pages": 53, + "total_results": 1047 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/19995/lists?page=2", + "RespData": { + "id": 19995, + "page": 2, + "results": [ + { + "description": "", + "favorite_count": 0, + "id": 19285, + "item_count": 867, + "iso_639_1": "en", + "list_type": "movie", + "name": "watched", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 24949, + "item_count": 2383, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies I have seen", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 96924, + "item_count": 1043, + "iso_639_1": "es", + "list_type": "movie", + "name": "Vistas", + "poster_path": null + }, + { + "description": "Film già visti", + "favorite_count": 0, + "id": 87575, + "item_count": 116, + "iso_639_1": "it", + "list_type": "movie", + "name": "Visti", + "poster_path": null + }, + { + "description": "If I had a Movie collection, this would be it.", + "favorite_count": 0, + "id": 27300, + "item_count": 1217, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 35039, + "item_count": 104, + "iso_639_1": "en", + "list_type": "movie", + "name": "Sci-Fi", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 85047, + "item_count": 325, + "iso_639_1": "es", + "list_type": "movie", + "name": "Pelis Vistas", + "poster_path": null + }, + { + "description": "Collezione Personale by Filippo Nisi", + "favorite_count": 0, + "id": 224, + "item_count": 693, + "iso_639_1": "it", + "list_type": "movie", + "name": "Collezione Film by Fili", + "poster_path": "/fjg5pxatEoRJk0VLZkcoLpR310C.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 103618, + "item_count": 39, + "iso_639_1": "ro", + "list_type": "movie", + "name": "filme vazute", + "poster_path": null + }, + { + "description": "Films I have watched (and remember doing it). TV series included only if I have seen all episodes excluding separate standalone episodes such as Halloween or Yule specials.", + "favorite_count": 0, + "id": 103204, + "item_count": 1156, + "iso_639_1": "en", + "list_type": "movie", + "name": "Films I Have Watched", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 97238, + "item_count": 567, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 40995, + "item_count": 1248, + "iso_639_1": "it", + "list_type": "movie", + "name": "Film 1080p H265 mkv", + "poster_path": null + }, + { + "description": "Your favorite and classic movies of the 2000's", + "favorite_count": 0, + "id": 6989, + "item_count": 459, + "iso_639_1": "en", + "list_type": "movie", + "name": "2000", + "poster_path": "/4VN4pg4pzE7m228CZeG8Wokoxzn.jpg" + }, + { + "description": "This is my watched list", + "favorite_count": 0, + "id": 93137, + "item_count": 47, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched List", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 84645, + "item_count": 721, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 22730, + "item_count": 552, + "iso_639_1": "en", + "list_type": "movie", + "name": "MOVIES", + "poster_path": null + }, + { + "description": "Alle jemals gesehene Filme", + "favorite_count": 0, + "id": 13628, + "item_count": 1198, + "iso_639_1": "de", + "list_type": "movie", + "name": "All", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 19436, + "item_count": 866, + "iso_639_1": "fr", + "list_type": "movie", + "name": "Liste CE", + "poster_path": null + }, + { + "description": "Development test", + "favorite_count": 0, + "id": 95533, + "item_count": 853, + "iso_639_1": "nl", + "list_type": "movie", + "name": "Nas", + "poster_path": null + }, + { + "description": "A list of movies watched generated by the movie-tracker application (https://github.com/mikeecb/movie-tracker)", + "favorite_count": 0, + "id": 50659, + "item_count": 831, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies Watched (generated by movie-tracker)", + "poster_path": null + } + ], + "total_pages": 53, + "total_results": 1047 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/19995/lists?page=3", + "RespData": { + "id": 19995, + "page": 3, + "results": [ + { + "description": "", + "favorite_count": 0, + "id": 46653, + "item_count": 296, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 13634, + "item_count": 161, + "iso_639_1": "fi", + "list_type": "movie", + "name": "Movies", + "poster_path": null + }, + { + "description": "Lista de Filmes", + "favorite_count": 0, + "id": 57237, + "item_count": 348, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Filmes", + "poster_path": null + }, + { + "description": "Sci-Fi Movies", + "favorite_count": 0, + "id": 80859, + "item_count": 236, + "iso_639_1": "en", + "list_type": "movie", + "name": "Sci-Fi Movies", + "poster_path": null + }, + { + "description": "HDD", + "favorite_count": 0, + "id": 50367, + "item_count": 2016, + "iso_639_1": "es", + "list_type": "movie", + "name": "H264 Y H265", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 78664, + "item_count": 767, + "iso_639_1": "en", + "list_type": "movie", + "name": "watched", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 102743, + "item_count": 452, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movie", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 32910, + "item_count": 6248, + "iso_639_1": "en", + "list_type": "movie", + "name": "QER", + "poster_path": null + }, + { + "description": "Films in my library", + "favorite_count": 0, + "id": 36939, + "item_count": 719, + "iso_639_1": "en", + "list_type": "movie", + "name": "DvD Database", + "poster_path": null + }, + { + "description": "desc", + "favorite_count": 0, + "id": 63036, + "item_count": 11431, + "iso_639_1": "en", + "list_type": "movie", + "name": "2010-2018;US;All", + "poster_path": null + }, + { + "description": "Şuana Kadar İzlediğim Yabancı Filmlerin Listesi", + "favorite_count": 0, + "id": 63160, + "item_count": 251, + "iso_639_1": "tr", + "list_type": "movie", + "name": "Yabancı Filmler", + "poster_path": null + }, + { + "description": "All the movies and shows that I have watched and want to watch", + "favorite_count": 0, + "id": 14977, + "item_count": 520, + "iso_639_1": "en", + "list_type": "movie", + "name": "Favorites", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 81262, + "item_count": 161, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Filmes Que já assisti", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 12004, + "item_count": 1503, + "iso_639_1": "es", + "list_type": "movie", + "name": "Películas", + "poster_path": null + }, + { + "description": "All movies on Blu ray or Ultra HD Blu ray.", + "favorite_count": 0, + "id": 87363, + "item_count": 367, + "iso_639_1": "de", + "list_type": "movie", + "name": "my_filmlist", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 83609, + "item_count": 1078, + "iso_639_1": "tr", + "list_type": "movie", + "name": "izlenen filmler", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 7430, + "item_count": 207, + "iso_639_1": "es", + "list_type": "movie", + "name": "Películas 3", + "poster_path": "/qTeFRt8p5oKJZbrHF2gkcWTAb5s.jpg" + }, + { + "description": "This is my watched list", + "favorite_count": 0, + "id": 93657, + "item_count": 84, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched List", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 13480, + "item_count": 659, + "iso_639_1": "en", + "list_type": "movie", + "name": "Over a Lifetime ", + "poster_path": null + }, + { + "description": "Want to watch ", + "favorite_count": 0, + "id": 103216, + "item_count": 43, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watch list", + "poster_path": null + } + ], + "total_pages": 53, + "total_results": 1047 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/19995/lists?page=4", + "RespData": { + "id": 19995, + "page": 4, + "results": [ + { + "description": "Tutti i film visti (by joeki)", + "favorite_count": 0, + "id": 337, + "item_count": 1225, + "iso_639_1": "it", + "list_type": "movie", + "name": "Seen movies", + "poster_path": "/svSvwoP1A8P7rzr0XVO7NdSpCd5.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 21427, + "item_count": 2165, + "iso_639_1": "en", + "list_type": "movie", + "name": "All Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 11180, + "item_count": 135, + "iso_639_1": "en", + "list_type": "movie", + "name": "3D Movies", + "poster_path": null + }, + { + "description": "English Spoken Movies I have watched.", + "favorite_count": 0, + "id": 103006, + "item_count": 39, + "iso_639_1": "en", + "list_type": "movie", + "name": "English Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 33897, + "item_count": 153, + "iso_639_1": "pl", + "list_type": "movie", + "name": "ogladalem", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 83942, + "item_count": 813, + "iso_639_1": "en", + "list_type": "movie", + "name": "My list", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 98536, + "item_count": 887, + "iso_639_1": "fr", + "list_type": "movie", + "name": "Watched Films", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 80804, + "item_count": 1235, + "iso_639_1": "en", + "list_type": "movie", + "name": "watchlist", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 50237, + "item_count": 537, + "iso_639_1": "en", + "list_type": "movie", + "name": "AAA Science Fiction Movies", + "poster_path": null + }, + { + "description": "Minha lista de filmes", + "favorite_count": 0, + "id": 80615, + "item_count": 194, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Lista filmes", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 102738, + "item_count": 111, + "iso_639_1": "en", + "list_type": "movie", + "name": "Adam's Movie List", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 48872, + "item_count": 604, + "iso_639_1": "en", + "list_type": "movie", + "name": "DVD / Blu-ray collection", + "poster_path": null + }, + { + "description": "list of all movies watched", + "favorite_count": 0, + "id": 94378, + "item_count": 893, + "iso_639_1": "en", + "list_type": "movie", + "name": "allWatchedMovies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 102669, + "item_count": 500, + "iso_639_1": "en", + "list_type": "movie", + "name": "JK AS 12", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 63176, + "item_count": 53, + "iso_639_1": "en", + "list_type": "movie", + "name": "Space movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 12077, + "item_count": 430, + "iso_639_1": "it", + "list_type": "movie", + "name": "Lista De Noaltri", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 102723, + "item_count": 22, + "iso_639_1": "en", + "list_type": "movie", + "name": "jasalm", + "poster_path": null + }, + { + "description": "What I've Watched.", + "favorite_count": 0, + "id": 1006, + "item_count": 356, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies", + "poster_path": "/vMUD0oL66LkV6aPrmC1hLSK6bxu.jpg" + }, + { + "description": "This is a list of movies I have currently watched.", + "favorite_count": 0, + "id": 11831, + "item_count": 594, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies I Have Watched", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 48292, + "item_count": 129, + "iso_639_1": "en", + "list_type": "movie", + "name": "I saw and liked...", + "poster_path": null + } + ], + "total_pages": 53, + "total_results": 1047 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/19995/lists?page=5", + "RespData": { + "id": 19995, + "page": 5, + "results": [ + { + "description": "This is my watched list", + "favorite_count": 0, + "id": 94361, + "item_count": 771, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched List", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 4560, + "item_count": 190, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": "/rIJSrnpVIzWGhq2g3Vp5IyKCCsQ.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 93774, + "item_count": 33, + "iso_639_1": "en", + "list_type": "movie", + "name": "Area 51", + "poster_path": null + }, + { + "description": "Watched Movies", + "favorite_count": 0, + "id": 17469, + "item_count": 338, + "iso_639_1": "en", + "list_type": "movie", + "name": "Urbandonment Station", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 84737, + "item_count": 807, + "iso_639_1": "hu", + "list_type": "movie", + "name": "complet", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 28835, + "item_count": 840, + "iso_639_1": "es", + "list_type": "movie", + "name": "Películas", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 28455, + "item_count": 663, + "iso_639_1": "en", + "list_type": "movie", + "name": "list1", + "poster_path": null + }, + { + "description": "Minha lista de filmes já assistidos", + "favorite_count": 0, + "id": 47174, + "item_count": 949, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Assistidos", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 102418, + "item_count": 99, + "iso_639_1": "en", + "list_type": "movie", + "name": "2000s", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 13639, + "item_count": 886, + "iso_639_1": "nb", + "list_type": "movie", + "name": "Ymse filmer", + "poster_path": null + }, + { + "description": "Movies I own on iTunes.", + "favorite_count": 0, + "id": 102407, + "item_count": 364, + "iso_639_1": "en", + "list_type": "movie", + "name": "iTunes Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 23147, + "item_count": 487, + "iso_639_1": "en", + "list_type": "movie", + "name": "Cavey", + "poster_path": null + }, + { + "description": "This is my watched list", + "favorite_count": 0, + "id": 92791, + "item_count": 133, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched List", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 102340, + "item_count": 148, + "iso_639_1": "en", + "list_type": "movie", + "name": "GOLDEN GLOBES BEST PICTURE WINNERS BY TOMATOMETER", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 8762, + "item_count": 41, + "iso_639_1": "en", + "list_type": "movie", + "name": "Out of this world", + "poster_path": "/71aJggjCKfAz1hzfKlCMRZgOfUX.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 9147, + "item_count": 93, + "iso_639_1": "en", + "list_type": "movie", + "name": "Fantasy", + "poster_path": "/6Vr8haJWtawyrOP0oBgF6hWEpcf.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 4429, + "item_count": 295, + "iso_639_1": "en", + "list_type": "movie", + "name": "Garrett Movies", + "poster_path": "/4FHJSQnegNwOFkh8hBen142IQFu.jpg" + }, + { + "description": "Updated 1/5/2019", + "favorite_count": 0, + "id": 36831, + "item_count": 1393, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 63520, + "item_count": 942, + "iso_639_1": "de", + "list_type": "movie", + "name": "gesehen", + "poster_path": null + }, + { + "description": "PUBLIC \nEveryone can add to this list and it will be a category item at the top of the movie list in the vip apk\nEveryone just start off by adding 2 or 3 of your favorites (MOVIE ONLY) and later on add to it at will\nThis list belongs to all of you.", + "favorite_count": 0, + "id": 95185, + "item_count": 310, + "iso_639_1": "en", + "list_type": "movie", + "name": "VIP Only", + "poster_path": null + } + ], + "total_pages": 53, + "total_results": 1047 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/19995/lists?page=6", + "RespData": { + "id": 19995, + "page": 6, + "results": [ + { + "description": "Film già visti", + "favorite_count": 0, + "id": 45225, + "item_count": 219, + "iso_639_1": "it", + "list_type": "movie", + "name": "Visti", + "poster_path": null + }, + { + "description": "_keynote", + "favorite_count": 0, + "id": 102148, + "item_count": 6, + "iso_639_1": "de", + "list_type": "movie", + "name": "Keynote", + "poster_path": null + }, + { + "description": "science fiction oriented ", + "favorite_count": 0, + "id": 95306, + "item_count": 20, + "iso_639_1": "en", + "list_type": "movie", + "name": "Syfi Mania", + "poster_path": null + }, + { + "description": "My Movies", + "favorite_count": 0, + "id": 29489, + "item_count": 610, + "iso_639_1": "en", + "list_type": "movie", + "name": "Filme", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 6473, + "item_count": 1632, + "iso_639_1": "en", + "list_type": "movie", + "name": "movies watched", + "poster_path": "/vW7k5Lm3t95DXkaTUwYLpWztbpy.jpg" + }, + { + "description": "List created by ExtendedInfo Script for Kodi.", + "favorite_count": 0, + "id": 6635, + "item_count": 1524, + "iso_639_1": "en", + "list_type": "movie", + "name": "Kodi Film", + "poster_path": "/fNDGGfjNh1eKHGw78OqQ1bXdn6P.jpg" + }, + { + "description": "Eyeball Witnessed", + "favorite_count": 0, + "id": 47199, + "item_count": 1447, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Watched List", + "poster_path": null + }, + { + "description": "This is my watched list", + "favorite_count": 0, + "id": 102049, + "item_count": 116, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched List", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 8476, + "item_count": 840, + "iso_639_1": "de", + "list_type": "movie", + "name": "My Movies", + "poster_path": "/5Mfj6HrAx0xCTF1GviBDdQ7QcAx.jpg" + }, + { + "description": "รายชื่อภาพยนต์ Inter ที่เคยดู", + "favorite_count": 0, + "id": 26970, + "item_count": 611, + "iso_639_1": "en", + "list_type": "movie", + "name": "Inter", + "poster_path": null + }, + { + "description": "This is my watched list", + "favorite_count": 0, + "id": 96919, + "item_count": 122, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched List", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 101623, + "item_count": 294, + "iso_639_1": "en", + "list_type": "movie", + "name": "Plex Movies", + "poster_path": null + }, + { + "description": "Weekly Box Office Nº1 from 1982", + "favorite_count": 0, + "id": 5576, + "item_count": 823, + "iso_639_1": "es", + "list_type": "movie", + "name": "Weekly Box Office Nº1 from 1982", + "poster_path": "/yTpKlgaNw3fEBndyDYPg3hRloR5.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 44286, + "item_count": 948, + "iso_639_1": "sk", + "list_type": "movie", + "name": "FILMY", + "poster_path": null + }, + { + "description": "Alle jemals gesehene Filme in der Kategorie SciFi, alle Filme sind in der Kategorie \"All\" ebenfalls gelistet.", + "favorite_count": 0, + "id": 13630, + "item_count": 118, + "iso_639_1": "de", + "list_type": "movie", + "name": "All SciFi", + "poster_path": null + }, + { + "description": "Alle jemals gesehene Filme in der Kategorie SciFi, die im Weltraum spielen, alle Filme sind in der Kategorie \"SciFi\" und \"All\" ebenfalls gelistet.", + "favorite_count": 0, + "id": 13631, + "item_count": 39, + "iso_639_1": "de", + "list_type": "movie", + "name": "SciFi in space", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 13800, + "item_count": 107, + "iso_639_1": "de", + "list_type": "movie", + "name": "Seen in cinema", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 44163, + "item_count": 431, + "iso_639_1": "de", + "list_type": "movie", + "name": "Schorse's Movie Database", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 32096, + "item_count": 629, + "iso_639_1": "en", + "list_type": "movie", + "name": "MOVIES WATCHED", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 49398, + "item_count": 249, + "iso_639_1": "en", + "list_type": "movie", + "name": "ozzy's list", + "poster_path": null + } + ], + "total_pages": 53, + "total_results": 1047 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/19995/lists?page=7", + "RespData": { + "id": 19995, + "page": 7, + "results": [ + { + "description": "List created by QlickPlay for Kodi.", + "favorite_count": 0, + "id": 97678, + "item_count": 490, + "iso_639_1": "en", + "list_type": "movie", + "name": "M.F.", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 20290, + "item_count": 216, + "iso_639_1": "fr", + "list_type": "movie", + "name": "Films à télécharger", + "poster_path": null + }, + { + "description": "This is my watched list", + "favorite_count": 0, + "id": 97601, + "item_count": 19, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched List", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 3492, + "item_count": 605, + "iso_639_1": "en", + "list_type": "movie", + "name": "Mine", + "poster_path": "/vHatJIvyWgTgmcH5iIAx3FS8hk6.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 9820, + "item_count": 17, + "iso_639_1": "en", + "list_type": "movie", + "name": "Extended Info Picks", + "poster_path": null + }, + { + "description": "Movies I have seen", + "favorite_count": 0, + "id": 101444, + "item_count": 704, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 78677, + "item_count": 5702, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies", + "poster_path": null + }, + { + "description": "Action movies that I like", + "favorite_count": 0, + "id": 99134, + "item_count": 111, + "iso_639_1": "en", + "list_type": "movie", + "name": "Action packed", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 83675, + "item_count": 180, + "iso_639_1": "de", + "list_type": "movie", + "name": "Filmsammlung", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 5829, + "item_count": 436, + "iso_639_1": "de", + "list_type": "movie", + "name": "Criss Filme", + "poster_path": "/gnNU653Lm0cCpdYDaOgjTREf6JI.jpg" + }, + { + "description": "desc", + "favorite_count": 0, + "id": 64690, + "item_count": 19954, + "iso_639_1": "en", + "list_type": "movie", + "name": "1970-2018;US;20+vote", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 39207, + "item_count": 2054, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 36268, + "item_count": 362, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "This list is my movie collection , from the beginning of the cinema till our age\nit has an artistic and miraclous journies.", + "favorite_count": 0, + "id": 3392, + "item_count": 2034, + "iso_639_1": "en", + "list_type": "movie", + "name": "100 Years Of Cinema", + "poster_path": "/esxVxH8GdXVoPGSvXVKuBNFQY4M.jpg" + }, + { + "description": "Gute Filme", + "favorite_count": 0, + "id": 3532, + "item_count": 99, + "iso_639_1": "de", + "list_type": "movie", + "name": "Gute Filme", + "poster_path": "/r2FjELKqAzekITPMKvRZ55jwrwC.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 36324, + "item_count": 313, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "Movies seen in the big screen.", + "favorite_count": 0, + "id": 766, + "item_count": 101, + "iso_639_1": "en", + "list_type": "movie", + "name": "Cinema", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 99558, + "item_count": 433, + "iso_639_1": "en", + "list_type": "movie", + "name": "DVDBinder", + "poster_path": null + }, + { + "description": "Film que j'ai vue / Movie i've seen", + "favorite_count": 0, + "id": 36805, + "item_count": 79, + "iso_639_1": "fr", + "list_type": "movie", + "name": "Vue/Seen", + "poster_path": null + }, + { + "description": "This is my list of my movies that are on my Vudu account", + "favorite_count": 0, + "id": 31091, + "item_count": 940, + "iso_639_1": "en", + "list_type": "movie", + "name": "Darren's Vudu Movies", + "poster_path": null + } + ], + "total_pages": 53, + "total_results": 1047 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/19995/lists?page=8", + "RespData": { + "id": 19995, + "page": 8, + "results": [ + { + "description": "Mis películas favoritas", + "favorite_count": 0, + "id": 31429, + "item_count": 737, + "iso_639_1": "es", + "list_type": "movie", + "name": "Mi colección", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 64110, + "item_count": 25, + "iso_639_1": "ru", + "list_type": "movie", + "name": "Top Movie", + "poster_path": null + }, + { + "description": "Movies I have watched", + "favorite_count": 0, + "id": 14151, + "item_count": 801, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movie", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 34593, + "item_count": 137, + "iso_639_1": "fr", + "list_type": "movie", + "name": "Films vus", + "poster_path": null + }, + { + "description": "List maintained by Movie Collection, the iOS app.", + "favorite_count": 0, + "id": 508, + "item_count": 472, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movie Collection", + "poster_path": "/chKwuXbh0zM4pSeWA6V2VmbrpzL.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 6150, + "item_count": 213, + "iso_639_1": "it", + "list_type": "movie", + "name": "Film", + "poster_path": "/aquWoqqH1ypUCJDocDtSEJvUJ8W.jpg" + }, + { + "description": "This is my watched list", + "favorite_count": 0, + "id": 92811, + "item_count": 141, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched List", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 4016, + "item_count": 211, + "iso_639_1": "en", + "list_type": "movie", + "name": "illiama", + "poster_path": "/7cLIFx7O5i1CjeL43uBy04uATtQ.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 35036, + "item_count": 183, + "iso_639_1": "de", + "list_type": "movie", + "name": "3D - Familie", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 6471, + "item_count": 126, + "iso_639_1": "de", + "list_type": "movie", + "name": "Fantasy", + "poster_path": "/jxSARNKSlDoEZbYjTe2ZitWyxT7.jpg" + }, + { + "description": "All the movies I remember seeing", + "favorite_count": 0, + "id": 46375, + "item_count": 286, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 6363, + "item_count": 429, + "iso_639_1": "de", + "list_type": "movie", + "name": "Mediathek", + "poster_path": "/xOdjaVqIObjV6qSKTcTJ2mW4zzP.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 83764, + "item_count": 143, + "iso_639_1": "en", + "list_type": "movie", + "name": "Films [HD]---[A]", + "poster_path": null + }, + { + "description": "Meine BluRays, siehe Kommentare", + "favorite_count": 0, + "id": 14324, + "item_count": 266, + "iso_639_1": "de", + "list_type": "movie", + "name": "Meine Filme", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 98455, + "item_count": 279, + "iso_639_1": "de", + "list_type": "movie", + "name": "Casa Maroschek", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 98422, + "item_count": 13, + "iso_639_1": "en", + "list_type": "movie", + "name": "James Cameron", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 98148, + "item_count": 219, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies I Have Watched", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 88441, + "item_count": 109, + "iso_639_1": "en", + "list_type": "movie", + "name": "SciFi", + "poster_path": null + }, + { + "description": "This is my watched list", + "favorite_count": 0, + "id": 92847, + "item_count": 12, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched List", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 97988, + "item_count": 1436, + "iso_639_1": "en", + "list_type": "movie", + "name": "English Movies", + "poster_path": null + } + ], + "total_pages": 53, + "total_results": 1047 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/19995/lists?page=9", + "RespData": { + "id": 19995, + "page": 9, + "results": [ + { + "description": "", + "favorite_count": 0, + "id": 88032, + "item_count": 403, + "iso_639_1": "en", + "list_type": "movie", + "name": "CK 35", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 97886, + "item_count": 69, + "iso_639_1": "de", + "list_type": "movie", + "name": "A", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 97878, + "item_count": 271, + "iso_639_1": "de", + "list_type": "movie", + "name": "Videothek", + "poster_path": null + }, + { + "description": "My Movie Collection", + "favorite_count": 0, + "id": 36010, + "item_count": 995, + "iso_639_1": "en", + "list_type": "movie", + "name": "Will's Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 97433, + "item_count": 72, + "iso_639_1": "fr", + "list_type": "movie", + "name": "Film vu", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 79033, + "item_count": 55, + "iso_639_1": "en", + "list_type": "movie", + "name": "Rad Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 97145, + "item_count": 620, + "iso_639_1": "en", + "list_type": "movie", + "name": "EHD", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 15759, + "item_count": 1010, + "iso_639_1": "es", + "list_type": "movie", + "name": "HEVC BLURAYS", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 81320, + "item_count": 80, + "iso_639_1": "en", + "list_type": "movie", + "name": "Al's Top 80 Movies", + "poster_path": null + }, + { + "description": "www.myrandommovie.com", + "favorite_count": 0, + "id": 97258, + "item_count": 160, + "iso_639_1": "en", + "list_type": "movie", + "name": "MyRandomMovie", + "poster_path": null + }, + { + "description": "My current Blu-ray collection", + "favorite_count": 0, + "id": 31855, + "item_count": 45, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Blu-ray Collection", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 90023, + "item_count": 1445, + "iso_639_1": "es", + "list_type": "movie", + "name": "Mis pelis", + "poster_path": null + }, + { + "description": "This is my watched list", + "favorite_count": 0, + "id": 93682, + "item_count": 175, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched List", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 80325, + "item_count": 846, + "iso_639_1": "en", + "list_type": "movie", + "name": "Have", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 97149, + "item_count": 27, + "iso_639_1": "de", + "list_type": "movie", + "name": "A", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 49318, + "item_count": 192, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Filmes Assistidos", + "poster_path": null + }, + { + "description": "Movies I did not finish", + "favorite_count": 0, + "id": 46820, + "item_count": 32, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Ficaram a Meio", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 63325, + "item_count": 240, + "iso_639_1": "en", + "list_type": "movie", + "name": "Schmoozer Fav vids", + "poster_path": null + }, + { + "description": "Films vues", + "favorite_count": 0, + "id": 87145, + "item_count": 1019, + "iso_639_1": "en", + "list_type": "movie", + "name": "Films vues", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 91515, + "item_count": 98, + "iso_639_1": "fr", + "list_type": "movie", + "name": "Films", + "poster_path": null + } + ], + "total_pages": 53, + "total_results": 1047 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/2698/lists", + "RespData": { + "id": 2698, + "page": 1, + "results": [ + { + "description": "This is a test list", + "favorite_count": 0, + "id": 1724, + "item_count": 3, + "iso_639_1": "en", + "list_type": "movie", + "name": "Test list", + "poster_path": null + }, + { + "description": "Completed", + "favorite_count": 0, + "id": 58462, + "item_count": 832, + "iso_639_1": "es", + "list_type": "movie", + "name": "Movies Completed", + "poster_path": null + }, + { + "description": "Movies I have seen!", + "favorite_count": 0, + "id": 35362, + "item_count": 2560, + "iso_639_1": "en", + "list_type": "movie", + "name": "All My Movies", + "poster_path": null + }, + { + "description": "Master List In Progress", + "favorite_count": 0, + "id": 51108, + "item_count": 3465, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Movies", + "poster_path": null + }, + { + "description": "Filmes e/ou series ja assistidos", + "favorite_count": 0, + "id": 78949, + "item_count": 1099, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Assistido", + "poster_path": null + }, + { + "description": "All the movies and TV shows I physically own on DVDs or Blu-ray Discs.", + "favorite_count": 0, + "id": 23932, + "item_count": 755, + "iso_639_1": "en", + "list_type": "movie", + "name": "My DVD/BD Collection", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 24949, + "item_count": 2383, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies I have seen", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 96924, + "item_count": 1043, + "iso_639_1": "es", + "list_type": "movie", + "name": "Vistas", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 97238, + "item_count": 567, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "Development test", + "favorite_count": 0, + "id": 95533, + "item_count": 853, + "iso_639_1": "nl", + "list_type": "movie", + "name": "Nas", + "poster_path": null + }, + { + "description": "A list of movies watched generated by the movie-tracker application (https://github.com/mikeecb/movie-tracker)", + "favorite_count": 0, + "id": 50659, + "item_count": 831, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies Watched (generated by movie-tracker)", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 13634, + "item_count": 161, + "iso_639_1": "fi", + "list_type": "movie", + "name": "Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 87692, + "item_count": 981, + "iso_639_1": "en", + "list_type": "movie", + "name": "Video Library", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 32910, + "item_count": 6248, + "iso_639_1": "en", + "list_type": "movie", + "name": "QER", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 102275, + "item_count": 500, + "iso_639_1": "en", + "list_type": "movie", + "name": "JK AS 17", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 12004, + "item_count": 1503, + "iso_639_1": "es", + "list_type": "movie", + "name": "Películas", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 21427, + "item_count": 2165, + "iso_639_1": "en", + "list_type": "movie", + "name": "All Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 99150, + "item_count": 355, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies", + "poster_path": null + }, + { + "description": "Movies to Checkout", + "favorite_count": 0, + "id": 102151, + "item_count": 921, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies to Find", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 45355, + "item_count": 453, + "iso_639_1": "en", + "list_type": "movie", + "name": "movies2", + "poster_path": null + } + ], + "total_pages": 9, + "total_results": 171 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/2698/lists?page=2", + "RespData": { + "id": 2698, + "page": 2, + "results": [ + { + "description": "", + "favorite_count": 0, + "id": 98536, + "item_count": 887, + "iso_639_1": "fr", + "list_type": "movie", + "name": "Watched Films", + "poster_path": null + }, + { + "description": "Moja filmoteka", + "favorite_count": 0, + "id": 29310, + "item_count": 2404, + "iso_639_1": "pl", + "list_type": "movie", + "name": "Filmoteka", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 28835, + "item_count": 840, + "iso_639_1": "es", + "list_type": "movie", + "name": "Películas", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 13639, + "item_count": 886, + "iso_639_1": "nb", + "list_type": "movie", + "name": "Ymse filmer", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 6473, + "item_count": 1632, + "iso_639_1": "en", + "list_type": "movie", + "name": "movies watched", + "poster_path": "/vW7k5Lm3t95DXkaTUwYLpWztbpy.jpg" + }, + { + "description": "Eyeball Witnessed", + "favorite_count": 0, + "id": 47199, + "item_count": 1447, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Watched List", + "poster_path": null + }, + { + "description": "Weekly Box Office Nº1 from 1982", + "favorite_count": 0, + "id": 5576, + "item_count": 823, + "iso_639_1": "es", + "list_type": "movie", + "name": "Weekly Box Office Nº1 from 1982", + "poster_path": "/yTpKlgaNw3fEBndyDYPg3hRloR5.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 101595, + "item_count": 450, + "iso_639_1": "en", + "list_type": "movie", + "name": "Plex", + "poster_path": null + }, + { + "description": "Movies I have seen", + "favorite_count": 0, + "id": 101444, + "item_count": 704, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 78677, + "item_count": 5702, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies", + "poster_path": null + }, + { + "description": "desc", + "favorite_count": 0, + "id": 64690, + "item_count": 19954, + "iso_639_1": "en", + "list_type": "movie", + "name": "1970-2018;US;20+vote", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 39207, + "item_count": 2054, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 99558, + "item_count": 433, + "iso_639_1": "en", + "list_type": "movie", + "name": "DVDBinder", + "poster_path": null + }, + { + "description": "all the movies I watched for the 1st time since 01-12-2016 t/m 31-12-2017", + "favorite_count": 0, + "id": 13840, + "item_count": 319, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched 2017 (Incl. December 2016)", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 83760, + "item_count": 68, + "iso_639_1": "en", + "list_type": "movie", + "name": "Films [HD]---[E]", + "poster_path": null + }, + { + "description": "to see again, forgoten movies", + "favorite_count": 0, + "id": 48369, + "item_count": 29, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Vistos à Bué", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 97988, + "item_count": 1436, + "iso_639_1": "en", + "list_type": "movie", + "name": "English Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 80325, + "item_count": 846, + "iso_639_1": "en", + "list_type": "movie", + "name": "Have", + "poster_path": null + }, + { + "description": "Test", + "favorite_count": 0, + "id": 97021, + "item_count": 144, + "iso_639_1": "en", + "list_type": "movie", + "name": "Test", + "poster_path": null + }, + { + "description": "testing 1 2 3", + "favorite_count": 0, + "id": 95177, + "item_count": 10, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies I LIke", + "poster_path": null + } + ], + "total_pages": 9, + "total_results": 171 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/2698/lists?page=3", + "RespData": { + "id": 2698, + "page": 3, + "results": [ + { + "description": "desc", + "favorite_count": 0, + "id": 63130, + "item_count": 12712, + "iso_639_1": "en", + "list_type": "movie", + "name": "All BluRay Movies EVER", + "poster_path": null + }, + { + "description": "These are the movies I've watched", + "favorite_count": 0, + "id": 90000, + "item_count": 419, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 43997, + "item_count": 902, + "iso_639_1": "en", + "list_type": "movie", + "name": "Entire Collection (includes disc only movies)", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 44005, + "item_count": 714, + "iso_639_1": "en", + "list_type": "movie", + "name": "PG13 & Below UV", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 65066, + "item_count": 940, + "iso_639_1": "en", + "list_type": "movie", + "name": "first", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 88026, + "item_count": 500, + "iso_639_1": "en", + "list_type": "movie", + "name": "CK 36", + "poster_path": null + }, + { + "description": "This is a list of movies that I have seen, and hopefully I will get around to rating them as well.", + "favorite_count": 0, + "id": 5284, + "item_count": 1621, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies I have seen...", + "poster_path": "/5kQYHmN317DoB8GJIKuFbnys3aA.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 79474, + "item_count": 632, + "iso_639_1": "zh", + "list_type": "movie", + "name": "watched", + "poster_path": null + }, + { + "description": "Netflix Movies", + "favorite_count": 0, + "id": 44876, + "item_count": 788, + "iso_639_1": "en", + "list_type": "movie", + "name": "Netflix Movies", + "poster_path": null + }, + { + "description": "All the movies I have watched/owned", + "favorite_count": 0, + "id": 11943, + "item_count": 769, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies", + "poster_path": null + }, + { + "description": "movies that I've watched", + "favorite_count": 0, + "id": 6357, + "item_count": 1798, + "iso_639_1": "en", + "list_type": "movie", + "name": "watched", + "poster_path": "/7o7fCNaruJGrTjWpmmK2jj8rE7Q.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 9014, + "item_count": 199, + "iso_639_1": "en", + "list_type": "movie", + "name": "Comedy", + "poster_path": "/2TwAAS5YxJBBjEbkZlK0aLJlCtp.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 64840, + "item_count": 680, + "iso_639_1": "en", + "list_type": "movie", + "name": "hey", + "poster_path": null + }, + { + "description": "A list of movies I have watched or I can watch", + "favorite_count": 0, + "id": 50626, + "item_count": 455, + "iso_639_1": "en", + "list_type": "movie", + "name": "Inventory", + "poster_path": null + }, + { + "description": "Comedy movies", + "favorite_count": 0, + "id": 79555, + "item_count": 214, + "iso_639_1": "en", + "list_type": "movie", + "name": "LOL Movies", + "poster_path": null + }, + { + "description": "Collection of Movies from the 40’s to date.", + "favorite_count": 0, + "id": 52052, + "item_count": 1234, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies", + "poster_path": null + }, + { + "description": "A list of my favorite laugh-out-loud comedies", + "favorite_count": 0, + "id": 15109, + "item_count": 45, + "iso_639_1": "en", + "list_type": "movie", + "name": "Favorite comedies", + "poster_path": null + }, + { + "description": ".. top movies", + "favorite_count": 0, + "id": 86510, + "item_count": 1339, + "iso_639_1": "en", + "list_type": "movie", + "name": "jtm", + "poster_path": null + }, + { + "description": "Posters I translated to Hebrew and designed :)", + "favorite_count": 0, + "id": 541, + "item_count": 418, + "iso_639_1": "he", + "list_type": "movie", + "name": "Posters I Designed :)", + "poster_path": "/h7yzjyTjsSVnYbG2Q9UdhNskFtj.jpg" + }, + { + "description": "A list of movies that i have seen", + "favorite_count": 0, + "id": 12122, + "item_count": 1000, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies Dimshik watched", + "poster_path": null + } + ], + "total_pages": 9, + "total_results": 171 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/2698/lists?page=4", + "RespData": { + "id": 2698, + "page": 4, + "results": [ + { + "description": "", + "favorite_count": 0, + "id": 49522, + "item_count": 481, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Big Fat Conglomeration ", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 49323, + "item_count": 2037, + "iso_639_1": "en", + "list_type": "movie", + "name": "Collection", + "poster_path": null + }, + { + "description": "E", + "favorite_count": 0, + "id": 84839, + "item_count": 208, + "iso_639_1": "en", + "list_type": "movie", + "name": "E", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 23610, + "item_count": 7520, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Film Collection", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 80716, + "item_count": 145, + "iso_639_1": "en", + "list_type": "movie", + "name": "family films", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 81862, + "item_count": 281, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Completed", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 21871, + "item_count": 443, + "iso_639_1": "de", + "list_type": "movie", + "name": "Im TV gesehen", + "poster_path": null + }, + { + "description": "Movies that Kieraan has seen.", + "favorite_count": 0, + "id": 78755, + "item_count": 858, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies Watched", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 80304, + "item_count": 104, + "iso_639_1": "en", + "list_type": "movie", + "name": "My movies", + "poster_path": null + }, + { + "description": "İzlediğim filmler ", + "favorite_count": 0, + "id": 79473, + "item_count": 412, + "iso_639_1": "tr", + "list_type": "movie", + "name": "İzlediğim filmler ", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 51440, + "item_count": 653, + "iso_639_1": "de", + "list_type": "movie", + "name": "allgemein-filme", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 78957, + "item_count": 126, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Assistidos ", + "poster_path": null + }, + { + "description": "Lista dos filmes que já assisti", + "favorite_count": 0, + "id": 62934, + "item_count": 75, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Filmes Assistidos", + "poster_path": null + }, + { + "description": "List maintained by Movie Collection, the iOS app.", + "favorite_count": 0, + "id": 4835, + "item_count": 554, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movie Collection", + "poster_path": "/ziBF8D0VdpJAYkXIog2B8ABREHM.jpg" + }, + { + "description": "Minha lista de filmes assistidos", + "favorite_count": 0, + "id": 50663, + "item_count": 258, + "iso_639_1": "pt", + "list_type": "movie", + "name": "★ Assistidos", + "poster_path": null + }, + { + "description": "List created by QlickPlay for Kodi.", + "favorite_count": 0, + "id": 52259, + "item_count": 244, + "iso_639_1": "en", + "list_type": "movie", + "name": "Comedy", + "poster_path": null + }, + { + "description": "List maintained by Movie Collection, the iOS app.", + "favorite_count": 0, + "id": 2976, + "item_count": 365, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movie Collection", + "poster_path": "/2nN81bOuS0jcLxI8djZy6FzZgm.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 62650, + "item_count": 957, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Best 00's Movies", + "poster_path": null + }, + { + "description": "desc", + "favorite_count": 0, + "id": 62976, + "item_count": 8003, + "iso_639_1": "en", + "list_type": "movie", + "name": "50vote-count-2.0rating", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 62775, + "item_count": 8, + "iso_639_1": "en", + "list_type": "movie", + "name": "Owen", + "poster_path": null + } + ], + "total_pages": 9, + "total_results": 171 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/2698/lists?page=5", + "RespData": { + "id": 2698, + "page": 5, + "results": [ + { + "description": "", + "favorite_count": 0, + "id": 41796, + "item_count": 876, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Filmes Assistidos", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 4958, + "item_count": 312, + "iso_639_1": "en", + "list_type": "movie", + "name": "My List", + "poster_path": "/gNxW3Of17O8FjzLP9v3okeYqkSY.jpg" + }, + { + "description": "Comedies on in the Movies", + "favorite_count": 0, + "id": 51950, + "item_count": 137, + "iso_639_1": "en", + "list_type": "movie", + "name": "Comedy Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 51164, + "item_count": 500, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies Mixed Years", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 16962, + "item_count": 998, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "List maintained by Movie Collection, the iOS app.", + "favorite_count": 0, + "id": 1016, + "item_count": 1373, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movie Collection", + "poster_path": "/r7K5Kyzm4DGW11eT92PCW4QKQhD.jpg" + }, + { + "description": "DVD", + "favorite_count": 0, + "id": 1163, + "item_count": 362, + "iso_639_1": "en", + "list_type": "movie", + "name": "DVD Collection", + "poster_path": "/hXYJfELhc46OT210Xamq30HV45H.jpg" + }, + { + "description": "List maintained by Movie Collection, the iOS app.", + "favorite_count": 0, + "id": 2571, + "item_count": 806, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movie Collection", + "poster_path": "/rLddjSqE7VlX5W0P5VjtoDHqkM1.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 21966, + "item_count": 217, + "iso_639_1": "fr", + "list_type": "movie", + "name": "films bolo", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 2200, + "item_count": 872, + "iso_639_1": "nl", + "list_type": "movie", + "name": "Filmcollectie", + "poster_path": "/rRM3LnUCJoeeCPrWpRWz4ci1fYl.jpg" + }, + { + "description": "I am a completionist, and these are all the movies, good or bad, in my collection. Most of them are good old dvds, but the blurays are slowly gaining momentum. Also, I am happy to say that at the moment, the good movies are far superior to the bad ones.", + "favorite_count": 0, + "id": 4480, + "item_count": 965, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Complete Collection... of Movies!", + "poster_path": "/wlnuuLFc70BFbWo6xvOlBEdnBKy.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 3993, + "item_count": 2281, + "iso_639_1": "en", + "list_type": "movie", + "name": "watched", + "poster_path": "/vmZqEBfO2tqiNbZB9BZsdgivyq8.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 5516, + "item_count": 385, + "iso_639_1": "nl", + "list_type": "movie", + "name": "All movies ever seen", + "poster_path": "/kt0FiQxmfYVsMLQWVgLVtHot0O5.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 3936, + "item_count": 2971, + "iso_639_1": "en", + "list_type": "movie", + "name": "My movie collection", + "poster_path": "/6Pe6ERkdSMP27mw2x5HHXEQjrC1.jpg" + }, + { + "description": "List created by ExtendedInfo Script for Kodi.", + "favorite_count": 0, + "id": 10743, + "item_count": 604, + "iso_639_1": "en", + "list_type": "movie", + "name": "TBD", + "poster_path": null + }, + { + "description": "These are all the Movies I own, and have in my collection :)", + "favorite_count": 0, + "id": 6089, + "item_count": 952, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Collection", + "poster_path": "/xIuFSeWOPMpVVD8TrHTbpqfifC7.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 6846, + "item_count": 668, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": "/fSQhr4QClB0WSLJAGJlsDP8b5rn.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 5403, + "item_count": 2142, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies I Own", + "poster_path": "/Apx1O8iGA2ccME3bP3O6MvRLqFq.jpg" + }, + { + "description": "Anything and Everything about God, The Bible, Angels, and Jesus. From Classics, to Animation, to what's new... These are all Religious themed Movies.", + "favorite_count": 0, + "id": 6099, + "item_count": 88, + "iso_639_1": "en", + "list_type": "movie", + "name": "Religious Movies", + "poster_path": "/50tFzl51ydywln6jMcx8YoIXJ3X.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 13476, + "item_count": 159, + "iso_639_1": "en", + "list_type": "movie", + "name": "Christian Movies", + "poster_path": null + } + ], + "total_pages": 9, + "total_results": 171 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/2698/lists?page=6", + "RespData": { + "id": 2698, + "page": 6, + "results": [ + { + "description": "", + "favorite_count": 0, + "id": 24093, + "item_count": 113, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 11938, + "item_count": 844, + "iso_639_1": "en", + "list_type": "movie", + "name": "movies I've seen, 2000s", + "poster_path": null + }, + { + "description": "Goal: 1000 movies", + "favorite_count": 0, + "id": 4940, + "item_count": 865, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies", + "poster_path": "/b7wcZ2YRZ4e56UAIYs6wXnCgua7.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 19791, + "item_count": 497, + "iso_639_1": "en", + "list_type": "movie", + "name": "Kids Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 7340, + "item_count": 907, + "iso_639_1": "en", + "list_type": "movie", + "name": "Sarah's Movies", + "poster_path": "/y62BgjrdLyMhjnaztKxXpkruJSA.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 5135, + "item_count": 932, + "iso_639_1": "de", + "list_type": "movie", + "name": "Meine Filme", + "poster_path": "/comqW5X2QmUlqKyM4KpETIGAlNv.jpg" + }, + { + "description": "collection", + "favorite_count": 0, + "id": 2573, + "item_count": 909, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched Movies", + "poster_path": "/lJ1EYN7CQAwhqpz4bQumB6hnHYb.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 8128, + "item_count": 3365, + "iso_639_1": "it", + "list_type": "movie", + "name": "Quali film ho visto", + "poster_path": "/7Xrs4s361C2CkdrXqrQbd1JLXHI.jpg" + }, + { + "description": "A collection of Mr. Coots Faves", + "favorite_count": 0, + "id": 43311, + "item_count": 100, + "iso_639_1": "en", + "list_type": "movie", + "name": "Fave Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 22969, + "item_count": 233, + "iso_639_1": "en", + "list_type": "movie", + "name": "Baggins Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 9372, + "item_count": 833, + "iso_639_1": "de", + "list_type": "movie", + "name": "nior-dior", + "poster_path": "/cevEMBhMIo3OznWNdwvupPqDnXW.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 45099, + "item_count": 323, + "iso_639_1": "es", + "list_type": "movie", + "name": "Pelis vistas", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 4431, + "item_count": 292, + "iso_639_1": "en", + "list_type": "movie", + "name": "DVD Collection", + "poster_path": "/l2Vpoo9jlixzEoglDUJSCAr3WGw.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 1472, + "item_count": 912, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "Movies I have seen", + "favorite_count": 0, + "id": 2012, + "item_count": 1128, + "iso_639_1": "en", + "list_type": "movie", + "name": "Seen Movies", + "poster_path": null + }, + { + "description": "An overview of everything I have seen. Be my guest to use it to find new movies to watch :) It's a good mix of different genres.", + "favorite_count": 0, + "id": 3463, + "item_count": 657, + "iso_639_1": "en", + "list_type": "movie", + "name": "Everything I have watched", + "poster_path": "/6rtjKX2t0mJq4C0fTzbWoMWMhFO.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 21561, + "item_count": 846, + "iso_639_1": "es", + "list_type": "movie", + "name": "Vistas", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 18122, + "item_count": 1656, + "iso_639_1": "nl", + "list_type": "movie", + "name": "Seen", + "poster_path": null + }, + { + "description": "List maintained by Movie Collection, the iOS app.", + "favorite_count": 0, + "id": 2897, + "item_count": 322, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movie Collection", + "poster_path": "/3E0kil8wzvpXBlNlFS9GHDXobo3.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 11930, + "item_count": 324, + "iso_639_1": "en", + "list_type": "movie", + "name": "movies I've seen, #-E", + "poster_path": null + } + ], + "total_pages": 9, + "total_results": 171 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/2698/lists?page=7", + "RespData": { + "id": 2698, + "page": 7, + "results": [ + { + "description": "", + "favorite_count": 0, + "id": 48668, + "item_count": 30, + "iso_639_1": "fr", + "list_type": "movie", + "name": "morgan freeman", + "poster_path": null + }, + { + "description": "Movies suggested in the F1F Movie thread.", + "favorite_count": 0, + "id": 47802, + "item_count": 322, + "iso_639_1": "en", + "list_type": "movie", + "name": "F1F good Movies list", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 2695, + "item_count": 298, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies I've Watched", + "poster_path": "/174RqBoBpaiQXwl5nKGfXrEsX0Q.jpg" + }, + { + "description": "My favorite comedy movies & TV shows. Most I've already seen but maybe a few of the tv series to episodes or if it's a future movie/show, obviously", + "favorite_count": 0, + "id": 42732, + "item_count": 63, + "iso_639_1": "en", + "list_type": "movie", + "name": "Comedy Movies & TV Series", + "poster_path": null + }, + { + "description": "Created by ExtendedInfo Script", + "favorite_count": 0, + "id": 31231, + "item_count": 130, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watchlist Of All Watchlists", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 3591, + "item_count": 204, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Movies Collection", + "poster_path": "/vJuHzp5RgSR83ZT3jLlMBKTfaXN.jpg" + }, + { + "description": "Alt jeg har sett.", + "favorite_count": 0, + "id": 6140, + "item_count": 1021, + "iso_639_1": "en", + "list_type": "movie", + "name": "SETT", + "poster_path": "/w6aQgTYCBXxlmrB9B61Z89Ob4gM.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 37570, + "item_count": 54, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Filmes que já assisti", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 38285, + "item_count": 574, + "iso_639_1": "it", + "list_type": "movie", + "name": "Film Visti", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 34845, + "item_count": 360, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Filmes que ja assisti", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 34467, + "item_count": 152, + "iso_639_1": "de", + "list_type": "movie", + "name": "Gesehene Filme", + "poster_path": null + }, + { + "description": "Filmo3", + "favorite_count": 0, + "id": 1289, + "item_count": 283, + "iso_639_1": "es", + "list_type": "movie", + "name": "Filmoo3", + "poster_path": "/ccfNCx4Dsn4rYBx5IVkkjzM9x9T.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 31847, + "item_count": 743, + "iso_639_1": "en", + "list_type": "movie", + "name": "collect", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 33276, + "item_count": 2, + "iso_639_1": "en", + "list_type": "movie", + "name": "Bruce Almighty Collection", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 31459, + "item_count": 194, + "iso_639_1": "en", + "list_type": "movie", + "name": "Comedy/Lighthearted", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 31150, + "item_count": 829, + "iso_639_1": "en", + "list_type": "movie", + "name": "Radarr Rated", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 30781, + "item_count": 131, + "iso_639_1": "nl", + "list_type": "movie", + "name": "Gezien maar niet in collectie", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 30454, + "item_count": 611, + "iso_639_1": "en", + "list_type": "movie", + "name": "English Mvz", + "poster_path": null + }, + { + "description": "Created by SeenNotSeen.io. A list of all movies that I have seen.", + "favorite_count": 0, + "id": 701, + "item_count": 670, + "iso_639_1": "en", + "list_type": "movie", + "name": "Seen - SeenNotSeen.io", + "poster_path": "/6hoGv2vvP3TVdQPUJmp2ieKw3q8.jpg" + }, + { + "description": "A list of all the must-watch movies i have seen across the years.", + "favorite_count": 0, + "id": 24058, + "item_count": 62, + "iso_639_1": "en", + "list_type": "movie", + "name": "Cult movies", + "poster_path": null + } + ], + "total_pages": 9, + "total_results": 171 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/2698/lists?page=8", + "RespData": { + "id": 2698, + "page": 8, + "results": [ + { + "description": "Comedy Movie Collection", + "favorite_count": 0, + "id": 22194, + "item_count": 536, + "iso_639_1": "en", + "list_type": "movie", + "name": "Comedy", + "poster_path": null + }, + { + "description": "A collection of movies used by the PMDb platform to acquire a data set.", + "favorite_count": 0, + "id": 8777, + "item_count": 1022, + "iso_639_1": "nl", + "list_type": "movie", + "name": "FarmListMovies", + "poster_path": "/9exUVAbCANiSBEwoRNwUHRzzQyV.jpg" + }, + { + "description": "Must watch Movies!", + "favorite_count": 0, + "id": 2716, + "item_count": 93, + "iso_639_1": "en", + "list_type": "movie", + "name": "Nine Co Movie Collection", + "poster_path": "/iFQ7BXGF3BV3FACAnp8FI69DhNw.jpg" + }, + { + "description": "Awesome movies I want to get", + "favorite_count": 0, + "id": 4134, + "item_count": 135, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies to get", + "poster_path": "/oJhIU64P0OI7pYc7LzXyD79bg8h.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 19551, + "item_count": 2, + "iso_639_1": "en", + "list_type": "movie", + "name": "almighty", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 17858, + "item_count": 146, + "iso_639_1": "en", + "list_type": "movie", + "name": "To do (2005-2009) (First 3 pages only)", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 13974, + "item_count": 170, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 9541, + "item_count": 25, + "iso_639_1": "de", + "list_type": "movie", + "name": "Mild", + "poster_path": "/rEKMfyPhtu9UXIL7A6F5RpLRi9Y.jpg" + }, + { + "description": "This boring list at least starts with the first time I did a double bill.\r\n\r\nFor more info: letterboxd.com/maxthemoviekid/list/my-trips-to-the-cinema-2007/detail", + "favorite_count": 0, + "id": 4981, + "item_count": 12, + "iso_639_1": "en", + "list_type": "movie", + "name": "My trips to the cinema 2007", + "poster_path": "/djbAvm1QCGNzbVrCiQygqnN2T0e.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 8674, + "item_count": 5, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies with religious theme", + "poster_path": "/gcN0RS29hnox865xgmI7YIHoHGN.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 8553, + "item_count": 124, + "iso_639_1": "nl", + "list_type": "movie", + "name": "HDD", + "poster_path": "/BuXkdCmCYgMxCjphy5OGVFVx9u.jpg" + }, + { + "description": "Just mine... for now.", + "favorite_count": 0, + "id": 8150, + "item_count": 131, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Movie Collection", + "poster_path": "/75nw8yx39IUhSGpJKVhSoybqjvb.jpg" + }, + { + "description": "Film visti", + "favorite_count": 0, + "id": 7655, + "item_count": 278, + "iso_639_1": "it", + "list_type": "movie", + "name": "Visti", + "poster_path": "/lwv9iDnudmdOjR8bRo5eXlJ3erf.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 6896, + "item_count": 100, + "iso_639_1": "ru", + "list_type": "movie", + "name": "подборка", + "poster_path": "/yjuTzGvDgfJL662O4dLX7aFBwlG.jpg" + }, + { + "description": "Tyto filmy jsem viděl", + "favorite_count": 0, + "id": 5634, + "item_count": 250, + "iso_639_1": "cs", + "list_type": "movie", + "name": "Viděl jsem", + "poster_path": "/7cb2y6o9D5eBqzRVzjImBvpxsCa.jpg" + }, + { + "description": "Movies", + "favorite_count": 0, + "id": 5220, + "item_count": 79, + "iso_639_1": "en", + "list_type": "movie", + "name": "Family", + "poster_path": "/jehRnCSI2ZDXFxqZepRQBR5YIEx.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 5199, + "item_count": 318, + "iso_639_1": "hu", + "list_type": "movie", + "name": "Watched", + "poster_path": "/xmVjpRZmRaNs63atXNnumvwU4zC.jpg" + }, + { + "description": "movies", + "favorite_count": 0, + "id": 4945, + "item_count": 224, + "iso_639_1": "en", + "list_type": "movie", + "name": "movies ive watched", + "poster_path": "/lJ501WxTmvyKaFV17tlmtXdUnEH.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 4510, + "item_count": 221, + "iso_639_1": "en", + "list_type": "movie", + "name": "Gledala", + "poster_path": "/bxuOuQESmIfP6G1By2rq17hdL3a.jpg" + }, + { + "description": "Well, this is a list of movies that I own, have watched and... find horrendous and shockingly bad. The movies are bad for a number of reasons, among them... bad acting, lack of plot and lots of embarrasing slips that should have been caught in editing. Some of these movies, I knew was bad when I bought and watched them, but that, sadly, doesn't make them any less bad.\r\n\r\nI just have one piece of advice for you regarding these Misfits... don't waste your time or money on them... please!", + "favorite_count": 0, + "id": 4460, + "item_count": 59, + "iso_639_1": "en", + "list_type": "movie", + "name": "I Want My Money Back... Please!", + "poster_path": "/idR4oxuJS43aDvaLAysTpVX2O9c.jpg" + } + ], + "total_pages": 9, + "total_results": 171 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/2698/lists?page=9", + "RespData": { + "id": 2698, + "page": 9, + "results": [ + { + "description": "A list containing all the movies I have watched. A work in progress", + "favorite_count": 0, + "id": 4238, + "item_count": 30, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies I have watched", + "poster_path": "/7YGBHpZJde9ZdIxJLGqXRSslnF0.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 4169, + "item_count": 203, + "iso_639_1": "en", + "list_type": "movie", + "name": "My movie list", + "poster_path": "/oZ3qT6gyQ1gslMOiFBU5RQ8APgZ.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 3250, + "item_count": 241, + "iso_639_1": "en", + "list_type": "movie", + "name": "films ive seen", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 3236, + "item_count": 359, + "iso_639_1": "en", + "list_type": "movie", + "name": "Films i've seen", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 2224, + "item_count": 49, + "iso_639_1": "en", + "list_type": "movie", + "name": "Comedy!", + "poster_path": "/3Qwj02U9jsXXuamT29slN336p04.jpg" + }, + { + "description": "List maintained by Movie Collection, the iOS app.", + "favorite_count": 0, + "id": 1423, + "item_count": 277, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movie Collection", + "poster_path": "/vq0bKMiBpsYaxeMJVVBffJbXGr1.jpg" + }, + { + "description": "List maintained by Movie Collection, the iOS app.", + "favorite_count": 0, + "id": 1422, + "item_count": 356, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movie Collection", + "poster_path": "/kU0hJBJ9wgdXqRDzkm2Q6XiNptS.jpg" + }, + { + "description": "List maintained by Movie Collection, the iOS app.", + "favorite_count": 0, + "id": 1070, + "item_count": 539, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movie Collection", + "poster_path": "/yPw9SNxeMId0Q1ixLGS1yQTrRmu.jpg" + }, + { + "description": "Gerais", + "favorite_count": 0, + "id": 1029, + "item_count": 43, + "iso_639_1": "en", + "list_type": "movie", + "name": "Comédias", + "poster_path": "/lSn9TPaeFrroMC1ZHBiJe5HoQU2.jpg" + }, + { + "description": "All my movies ! Check it !!", + "favorite_count": 0, + "id": 795, + "item_count": 285, + "iso_639_1": "en", + "list_type": "movie", + "name": "Moufas1978", + "poster_path": "/eH5sLvyNj89BpV7H35NhJ7faBHv.jpg" + }, + { + "description": "", + "favorite_count": 0, + "id": 138, + "item_count": 352, + "iso_639_1": "en", + "list_type": "movie", + "name": "WATCHED", + "poster_path": "/yrp2FFiNQNlDCYdZchQeDqXg8pw.jpg" + } + ], + "total_pages": 9, + "total_results": 171 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientMovieTests.json b/TMDbLibTests/Data/data-ClientMovieTests.json new file mode 100644 index 0000000..1064740 --- /dev/null +++ b/TMDbLibTests/Data/data-ClientMovieTests.json @@ -0,0 +1,34339 @@ +[ + { + "RecordedAt": "2019-01-26T17:51:06.735097Z", + "ReducedUri": "/3/account/6089455/favorite?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 13, + "status_message": "The item/record was deleted successfully." + }, + "ReqData": { + "media_type": "movie", + "media_id": 76341, + "favorite": false + }, + "RespStatusCode": 200, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:09.0317765Z", + "ReducedUri": "/3/account/6089455/favorite?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 1, + "status_message": "Success." + }, + "ReqData": { + "media_type": "movie", + "media_id": 76341, + "favorite": true + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:15.4359555Z", + "ReducedUri": "/3/account/6089455/watchlist?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 1, + "status_message": "Success." + }, + "ReqData": { + "media_type": "movie", + "media_id": 76341, + "watchlist": true + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:38.594261Z", + "ReducedUri": "/3/account?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "avatar": { + "gravatar": { + "hash": "7cf5357dbc2014cbd616257c358ea0a1" + } + }, + "id": 6089455, + "iso_639_1": "en", + "iso_3166_1": "BE", + "name": "Test Name", + "include_adult": false, + "username": "TMDbTestAccount" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:18.2545874Z", + "ReducedUri": "/3/configuration", + "RespData": { + "images": { + "base_url": "http://image.tmdb.org/t/p/", + "secure_base_url": "https://image.tmdb.org/t/p/", + "backdrop_sizes": [ + "w300", + "w780", + "w1280", + "original" + ], + "logo_sizes": [ + "w45", + "w92", + "w154", + "w185", + "w300", + "w500", + "original" + ], + "poster_sizes": [ + "w92", + "w154", + "w185", + "w342", + "w500", + "w780", + "original" + ], + "profile_sizes": [ + "w45", + "w185", + "h632", + "original" + ], + "still_sizes": [ + "w92", + "w185", + "w300", + "original" + ] + }, + "change_keys": [ + "adult", + "air_date", + "also_known_as", + "alternative_titles", + "biography", + "birthday", + "budget", + "cast", + "certifications", + "character_names", + "created_by", + "crew", + "deathday", + "episode", + "episode_number", + "episode_run_time", + "freebase_id", + "freebase_mid", + "general", + "genres", + "guest_stars", + "homepage", + "images", + "imdb_id", + "languages", + "name", + "network", + "origin_country", + "original_name", + "original_title", + "overview", + "parts", + "place_of_birth", + "plot_keywords", + "production_code", + "production_companies", + "production_countries", + "releases", + "revenue", + "runtime", + "season", + "season_number", + "season_regular", + "spoken_languages", + "status", + "tagline", + "title", + "translations", + "tvdb_id", + "tvrage_id", + "type", + "video", + "videos" + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:25.1872519Z", + "ReducedUri": "/3/movie/168259?language=de", + "RespData": { + "adult": false, + "backdrop_path": "/ypyeMfKydpyuuTMdp36rMlkGDUL.jpg", + "belongs_to_collection": { + "id": 9485, + "name": "The Fast and the Furious Filmreihe", + "poster_path": "/wBzFu5iOsVUiMOLx2fYXNIbR5dL.jpg", + "backdrop_path": "/z5A5W3WYJc3UVEWljSGwdjDgQ0j.jpg" + }, + "budget": 190000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 80, + "name": "Krimi" + }, + { + "id": 53, + "name": "Thriller" + }, + { + "id": 18, + "name": "Drama" + } + ], + "homepage": "http://www.fast7-film.de/", + "id": 168259, + "imdb_id": "tt2820852", + "original_language": "en", + "original_title": "Furious 7", + "overview": "Nachdem Dominic Toretto und sein Team den Bösewicht Owen Shaw ausgeschaltet haben, sinnt dessen Bruder Deckard nach blutiger Rache. Doch der ist nicht ihr einziges Problem. Die Bleifuß-Freunde sollen nämlich gleichzeitig - im Auftrag eines mysteriösen Agenten namens Mr. Nobody - heimtückischen Terroristen ein \"Das Auge Gottes\" genanntes GPS-Programm abjagen und die Programmiererin Ramsey aus deren Händen befreien. Also klemmt sich die Crew noch einmal hinters Steuer und trotzt dabei mehrfach der Schwerkraft.", + "popularity": 22.771, + "poster_path": "/kOaj1bpLSme8cwrxdbFr9KLkO16.jpg", + "production_companies": [ + { + "id": 87857, + "logo_path": null, + "name": "Abu Dhabi Film Commission", + "origin_country": "" + }, + { + "id": 33, + "logo_path": "/8lvHyhjr8oUKOOy2dKXoALWKdp0.png", + "name": "Universal Pictures", + "origin_country": "US" + }, + { + "id": 40890, + "logo_path": null, + "name": "China Film Co.", + "origin_country": "" + }, + { + "id": 333, + "logo_path": "/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png", + "name": "Original Film", + "origin_country": "US" + }, + { + "id": 3341, + "logo_path": "/dTG5dXE1kU2mpmL9BNnraffckLU.png", + "name": "Fuji Television Network", + "origin_country": "JP" + }, + { + "id": 86352, + "logo_path": null, + "name": "Québec Production Services Tax Credit", + "origin_country": "" + }, + { + "id": 87858, + "logo_path": null, + "name": "Colorado Office of Film, Television & Media", + "origin_country": "" + }, + { + "id": 1778, + "logo_path": "/69xm6sF3JxugGVjfZfm1YY6d7EE.png", + "name": "Dentsu", + "origin_country": "JP" + }, + { + "id": 2531, + "logo_path": "/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png", + "name": "Media Rights Capital", + "origin_country": "US" + }, + { + "id": 1225, + "logo_path": null, + "name": "One Race", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2015-04-01", + "revenue": 1506249360, + "runtime": 137, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + } + ], + "status": "Released", + "tagline": "Zeit für Vergeltung", + "title": "Fast & Furious 7", + "video": false, + "vote_average": 7.3, + "vote_count": 6106 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:04.6717769Z", + "ReducedUri": "/3/movie/19995/account_states?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "id": 19995, + "favorite": true, + "rated": { + "value": 2.5 + }, + "watchlist": false + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:00.1134708Z", + "ReducedUri": "/3/movie/19995/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 12, + "status_message": "The item/record was updated successfully." + }, + "ReqData": { + "value": 7.5 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:02.4323063Z", + "ReducedUri": "/3/movie/19995/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 12, + "status_message": "The item/record was updated successfully." + }, + "ReqData": { + "value": 2.5 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:35.7110216Z", + "ReducedUri": "/3/movie/19995/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 18, + "status_message": "Value too low: Value must be greater than 0.0." + }, + "ReqData": { + "value": 0.0 + }, + "RespStatusCode": 400, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:38.3682226Z", + "ReducedUri": "/3/movie/19995/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 18, + "status_message": "Value invalid: Values must be a multiple of 0.50." + }, + "ReqData": { + "value": 7.1 + }, + "RespStatusCode": 400, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:38.8144639Z", + "ReducedUri": "/3/movie/19995/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 18, + "status_message": "Value too high: Value must be less than, or equal to 10.0." + }, + "ReqData": { + "value": 10.5 + }, + "RespStatusCode": 400, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:06.2436461Z", + "ReducedUri": "/3/movie/230", + "RespData": { + "status_code": 34, + "status_message": "The resource you requested could not be found." + }, + "RespStatusCode": 404, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:29.1550917Z", + "ReducedUri": "/3/movie/335984/external_ids", + "RespData": { + "id": 335984, + "imdb_id": "tt1856101", + "facebook_id": "BladeRunner2049", + "instagram_id": "bladerunnermovie", + "twitter_id": "bladerunner" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:26.0254149Z", + "ReducedUri": "/3/movie/47964", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard Collection", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "popularity": 15.524, + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 98, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Yippee Ki-Yay Mother Russia", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4274 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:32.8301434Z", + "ReducedUri": "/3/movie/47964/alternative_titles?country=FR", + "RespData": { + "id": 47964, + "titles": [ + { + "iso_3166_1": "FR", + "title": "Die Hard 5 - Belle Journée Pour mourir", + "type": "faux title" + }, + { + "iso_3166_1": "FR", + "title": "Die hard 5", + "type": "" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:32.6075609Z", + "ReducedUri": "/3/movie/47964/alternative_titles?country=US", + "RespData": { + "id": 47964, + "titles": [ + { + "iso_3166_1": "US", + "title": "Die Hard 5", + "type": "informal title" + }, + { + "iso_3166_1": "US", + "title": "Die Hard 5: A Good Day to Die Hard", + "type": "faux title" + }, + { + "iso_3166_1": "US", + "title": "Duro de matar 5", + "type": "" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:33.0585813Z", + "ReducedUri": "/3/movie/47964/credits", + "RespData": { + "id": 47964, + "cast": [ + { + "cast_id": 1, + "character": "John McClane", + "credit_id": "52fe4751c3a36847f812f049", + "gender": 2, + "id": 62, + "name": "Bruce Willis", + "order": 0, + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg" + }, + { + "cast_id": 5, + "character": "Jack McClane", + "credit_id": "52fe4751c3a36847f812f05f", + "gender": 2, + "id": 224181, + "name": "Jai Courtney", + "order": 1, + "profile_path": "/yJJz9PIrVWnSdfAEOrfhevxNbLO.jpg" + }, + { + "cast_id": 7, + "character": "Komorov", + "credit_id": "52fe4751c3a36847f812f063", + "gender": 2, + "id": 8197, + "name": "Sebastian Koch", + "order": 2, + "profile_path": "/gPXn2bsmb0gJoQVkXHVlv6Y2nCc.jpg" + }, + { + "cast_id": 18, + "character": "Lucy McClane", + "credit_id": "52fe4751c3a36847f812f087", + "gender": 1, + "id": 17628, + "name": "Mary Elizabeth Winstead", + "order": 3, + "profile_path": "/56ZV8gYATZ3f7HAW35Mw80oIUBN.jpg" + }, + { + "cast_id": 15, + "character": "Irina", + "credit_id": "52fe4751c3a36847f812f07b", + "gender": 1, + "id": 80998, + "name": "Yuliya Snigir", + "order": 4, + "profile_path": "/98fVPlaJaZoB06gzZoBZxj4I6ME.jpg" + }, + { + "cast_id": 22, + "character": "Alik", + "credit_id": "5324f548c3a3683f04001b71", + "gender": 2, + "id": 230400, + "name": "Radivoje Bukvić", + "order": 5, + "profile_path": "/aiTCplxQF67wOASBAdHGp7fhZ6U.jpg" + }, + { + "cast_id": 8, + "character": "Collins", + "credit_id": "52fe4751c3a36847f812f067", + "gender": 2, + "id": 6614, + "name": "Cole Hauser", + "order": 6, + "profile_path": "/2izzcOrZpt22ObHjSNq3qRhrGHu.jpg" + }, + { + "cast_id": 9, + "character": "Murphy", + "credit_id": "52fe4751c3a36847f812f06b", + "gender": 2, + "id": 17341, + "name": "Amaury Nolasco", + "order": 7, + "profile_path": "/tFH2iQmCIARuPJwjqcw7STwLeEr.jpg" + }, + { + "cast_id": 19, + "character": "Chagarin", + "credit_id": "52fe4751c3a36847f812f08b", + "gender": 0, + "id": 1150430, + "name": "Sergey Kolesnikov", + "order": 8, + "profile_path": "/n7NDZIAlWL8NJAJ2y5aFUG3DhC4.jpg" + }, + { + "cast_id": 23, + "character": "Anton", + "credit_id": "5324f5b0c3a36824af00158f", + "gender": 0, + "id": 130903, + "name": "Roman Luknár", + "order": 9, + "profile_path": "/dp5HqVOoksyEENiQ7WqPA2SGZmN.jpg" + }, + { + "cast_id": 16, + "character": "Russian Mafia Member", + "credit_id": "52fe4751c3a36847f812f07f", + "gender": 0, + "id": 64413, + "name": "Zolee Ganxsta", + "order": 10, + "profile_path": "/HuBAMnIyHU096JIyQM4PkjNcjp.jpg" + }, + { + "cast_id": 24, + "character": "Prosecutor", + "credit_id": "5324f698c3a3683f04001ba1", + "gender": 2, + "id": 456735, + "name": "Péter Takátsy", + "order": 11, + "profile_path": "/l0mth8pVJoB1lMUE45tkjJIwOrN.jpg" + }, + { + "cast_id": 14, + "character": "Taxi driver", + "credit_id": "52fe4751c3a36847f812f077", + "gender": 2, + "id": 52762, + "name": "Pavel Lychnikoff", + "order": 12, + "profile_path": "/7vBY7AGXmgk1LG8zkzaPsRusQai.jpg" + }, + { + "cast_id": 20, + "character": "Reporter", + "credit_id": "52fe4751c3a36847f812f08f", + "gender": 1, + "id": 25382, + "name": "Megalyn Echikunwoke", + "order": 13, + "profile_path": "/8orS1eGrZ9RMN7HlXtX2hYHWtIl.jpg" + }, + { + "cast_id": 25, + "character": "Lucas", + "credit_id": "5324f807c3a3685725008e64", + "gender": 1, + "id": 212778, + "name": "Melissa Tang", + "order": 14, + "profile_path": "/x3emNzx65NPNoYcL13iI6fHC5I0.jpg" + }, + { + "cast_id": 13, + "character": "Russian Mafia Member", + "credit_id": "52fe4751c3a36847f812f073", + "gender": 0, + "id": 125684, + "name": "Attila Árpa", + "order": 15, + "profile_path": "/8QdXIFpA4eCSM97wVyD0MD7Bw8R.jpg" + }, + { + "cast_id": 17, + "character": "Russian Mafia Member", + "credit_id": "52fe4751c3a36847f812f083", + "gender": 0, + "id": 235317, + "name": "Norbert Növényi", + "order": 16, + "profile_path": "/yYaAsahgvLNEBqOCBMCaFxq2ztw.jpg" + }, + { + "cast_id": 136, + "character": "Mako", + "credit_id": "58e10baac3a3683d1e01b74c", + "gender": 2, + "id": 1047710, + "name": "Martin Hindy", + "order": 17, + "profile_path": "/4B6rANegNycp1b7hAcI78atiVuy.jpg" + }, + { + "cast_id": 137, + "character": "Colonel", + "credit_id": "58e118c9c3a3683d0b01b71f", + "gender": 2, + "id": 1009511, + "name": "Rico Simonini", + "order": 18, + "profile_path": "/4inuRFEKkhLRrufMbgM7PgcyDYl.jpg" + }, + { + "cast_id": 12, + "character": "(uncredited)", + "credit_id": "52fe4751c3a36847f812f06f", + "gender": 0, + "id": 1059926, + "name": "Anne Vyalitsyna", + "order": 19, + "profile_path": "/abJPt45QwZk4clCgaDP95hdkOPv.jpg" + } + ], + "crew": [ + { + "credit_id": "5539fe50c3a3684c5b004652", + "department": "Production", + "gender": 0, + "id": 49670, + "job": "Casting", + "name": "Zsolt Csutak", + "profile_path": null + }, + { + "credit_id": "5539ff78c3a3685cf8002f4a", + "department": "Art", + "gender": 0, + "id": 1458414, + "job": "Set Decoration", + "name": "Dóra Papp", + "profile_path": null + }, + { + "credit_id": "5539ffd89251413f5a0035c5", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1424151, + "job": "Makeup Department Head", + "name": "Gerald Quist", + "profile_path": null + }, + { + "credit_id": "553a01db925141651800acb3", + "department": "Crew", + "gender": 0, + "id": 1458422, + "job": "Scenic Artist", + "name": "Howard Weaver", + "profile_path": null + }, + { + "credit_id": "553a012c925141275e002cb5", + "department": "Art", + "gender": 0, + "id": 1374788, + "job": "Greensman", + "name": "Mátyás Szakonyi", + "profile_path": null + }, + { + "credit_id": "52fe4751c3a36847f812f04f", + "department": "Directing", + "gender": 2, + "id": 12028, + "job": "Director", + "name": "John Moore", + "profile_path": "/1zFWQ0hCvRgfXlQ3NaUn2HzChBW.jpg" + }, + { + "credit_id": "52fe4751c3a36847f812f05b", + "department": "Writing", + "gender": 0, + "id": 18185, + "job": "Screenplay", + "name": "Skip Woods", + "profile_path": "/5bMdhiz2kNEK621Jetdy6F9erTf.jpg" + }, + { + "credit_id": "5336b02c9251417daa000c5b", + "department": "Production", + "gender": 0, + "id": 113665, + "job": "Producer", + "name": "Alex Young", + "profile_path": null + }, + { + "credit_id": "5336b04a9251417db4000c80", + "department": "Production", + "gender": 1, + "id": 3965, + "job": "Casting", + "name": "Deborah Aquila", + "profile_path": "/7OBiqW30sXcW4f2xMds53L4JBN5.jpg" + }, + { + "credit_id": "5336b08d9251417da4000cb9", + "department": "Production", + "gender": 1, + "id": 1034748, + "job": "Casting", + "name": "Tricia Wood", + "profile_path": "/hSYw8hshMtY06XzuX2ZAuYluO03.jpg" + }, + { + "credit_id": "54876a6c9251416b8f00000d", + "department": "Production", + "gender": 2, + "id": 6040, + "job": "Producer", + "name": "Wyck Godfrey", + "profile_path": "/tKoS0O3m1UROqeM9ZLLfbvgY6Vf.jpg" + }, + { + "credit_id": "5539fe2bc3a3683e14000d7b", + "department": "Editing", + "gender": 2, + "id": 6043, + "job": "Editor", + "name": "Dan Zimmerman", + "profile_path": null + }, + { + "credit_id": "5539fde5925141651800ac56", + "department": "Camera", + "gender": 2, + "id": 12033, + "job": "Director of Photography", + "name": "Jonathan Sela", + "profile_path": null + }, + { + "credit_id": "5539fe669251413f5a0035a1", + "department": "Art", + "gender": 2, + "id": 19291, + "job": "Production Design", + "name": "Daniel T. Dorrance", + "profile_path": null + }, + { + "credit_id": "5539fe78925141125600731d", + "department": "Art", + "gender": 0, + "id": 1458413, + "job": "Art Direction", + "name": "Nick Blanche", + "profile_path": null + }, + { + "credit_id": "5539febec3a3683e14000d8f", + "department": "Art", + "gender": 0, + "id": 1329411, + "job": "Art Direction", + "name": "Bence Erdelyi", + "profile_path": null + }, + { + "credit_id": "5539ff07c3a3683e55000db8", + "department": "Art", + "gender": 0, + "id": 1363066, + "job": "Art Direction", + "name": "Andrew Munro", + "profile_path": null + }, + { + "credit_id": "5539ff1b9251416874000c68", + "department": "Art", + "gender": 0, + "id": 41336, + "job": "Set Decoration", + "name": "Jille Azis", + "profile_path": null + }, + { + "credit_id": "5539ff66925141275e002c8d", + "department": "Art", + "gender": 0, + "id": 1177771, + "job": "Set Decoration", + "name": "Zoltán Horváth", + "profile_path": null + }, + { + "credit_id": "5539ff8bc3a3684c5b004671", + "department": "Costume & Make-Up", + "gender": 1, + "id": 1052870, + "job": "Costume Design", + "name": "Bojana Nikitović", + "profile_path": null + }, + { + "credit_id": "5539ffba92514138a9003faa", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1458416, + "job": "Hairstylist", + "name": "Francesca Crowder", + "profile_path": null + }, + { + "credit_id": "5539ffeec3a3685cf8002f58", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1403532, + "job": "Makeup Artist", + "name": "Fiona Connon", + "profile_path": null + }, + { + "credit_id": "553a001b92514138a9003fb6", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1458417, + "job": "Makeup Artist", + "name": "Anna Tesner", + "profile_path": null + }, + { + "credit_id": "553a0041c3a3683e14000db3", + "department": "Art", + "gender": 0, + "id": 1458419, + "job": "Art Department Coordinator", + "name": "Eniko Orosz", + "profile_path": null + }, + { + "credit_id": "553a007cc3a3687845008126", + "department": "Art", + "gender": 0, + "id": 1394115, + "job": "Assistant Art Director", + "name": "László Szirmai", + "profile_path": null + }, + { + "credit_id": "553a010d9251416874000c95", + "department": "Art", + "gender": 0, + "id": 1399629, + "job": "Greensman", + "name": "Gergely Kajdi", + "profile_path": null + }, + { + "credit_id": "553a01a39251413f5a0035f2", + "department": "Art", + "gender": 0, + "id": 1392595, + "job": "Sculptor", + "name": "Zoltán Kiss", + "profile_path": null + }, + { + "credit_id": "553a01ba9251411256007360", + "department": "Art", + "gender": 0, + "id": 1392594, + "job": "Sculptor", + "name": "Tamas Ordodi", + "profile_path": null + }, + { + "credit_id": "553a02b5925141275e002cd9", + "department": "Sound", + "gender": 0, + "id": 1367493, + "job": "Foley", + "name": "John T. Cucci", + "profile_path": null + }, + { + "credit_id": "553a02fd925141651800acdb", + "department": "Sound", + "gender": 2, + "id": 1360099, + "job": "Sound Effects Editor", + "name": "Lee Gilmore", + "profile_path": "/m3J8KCmSZ2ByrV4gHlbhw9zec2J.jpg" + }, + { + "credit_id": "553a03139251413f5a003619", + "department": "Sound", + "gender": 1, + "id": 1367494, + "job": "Sound Effects Editor", + "name": "Ai-Ling Lee", + "profile_path": null + }, + { + "credit_id": "553a0328925141275e002cea", + "department": "Sound", + "gender": 2, + "id": 113075, + "job": "Sound Effects Editor", + "name": "Chuck Michael", + "profile_path": null + }, + { + "credit_id": "553a034f925141125600737a", + "department": "Sound", + "gender": 0, + "id": 16177, + "job": "Sound Re-Recording Mixer", + "name": "Ron Bartlett", + "profile_path": "/AmFG81joHLkvnh4Io20TdCCBk8P.jpg" + }, + { + "credit_id": "553a0368925141275e002cf6", + "department": "Sound", + "gender": 2, + "id": 1377220, + "job": "Sound Re-Recording Mixer", + "name": "Doug Hemphill", + "profile_path": "/jpShbzJgiLoM4iZZcDe3KmoqnG4.jpg" + }, + { + "credit_id": "553a03989251416788000d53", + "department": "Sound", + "gender": 0, + "id": 1390524, + "job": "Supervising Sound Editor", + "name": "Jay Wilkinson", + "profile_path": null + }, + { + "credit_id": "553a03ae925141275e002cfc", + "department": "Sound", + "gender": 0, + "id": 13224, + "job": "Dolby Consultant", + "name": "Andy Potvin", + "profile_path": null + }, + { + "credit_id": "553a04439251416874000cf2", + "department": "Crew", + "gender": 0, + "id": 1458431, + "job": "CG Supervisor", + "name": "Matthew Lee", + "profile_path": null + }, + { + "credit_id": "553a045d925141408100378d", + "department": "Visual Effects", + "gender": 2, + "id": 1026854, + "job": "Animation Supervisor", + "name": "Petr Marek", + "profile_path": "/xTgg4tbba5UPJayoLqRBLpnBFWu.jpg" + }, + { + "credit_id": "553a04749251416874000cfa", + "department": "Crew", + "gender": 0, + "id": 1431033, + "job": "CG Supervisor", + "name": "Dan Mayer", + "profile_path": null + }, + { + "credit_id": "553a04a0c3a3683e55000e37", + "department": "Crew", + "gender": 0, + "id": 1458432, + "job": "CG Supervisor", + "name": "Mohsen Mousavi", + "profile_path": null + }, + { + "credit_id": "553a04d6c3a3683e55000e3e", + "department": "Visual Effects", + "gender": 0, + "id": 1458433, + "job": "Animation Supervisor", + "name": "Mike Warner", + "profile_path": null + }, + { + "credit_id": "553a0549c3a3683e55000e4a", + "department": "Visual Effects", + "gender": 0, + "id": 1458438, + "job": "Visual Effects Producer", + "name": "James Dornoff", + "profile_path": null + }, + { + "credit_id": "553a0561925141275e002d1a", + "department": "Visual Effects", + "gender": 2, + "id": 1214379, + "job": "Visual Effects Producer", + "name": "Brett Dowler", + "profile_path": null + }, + { + "credit_id": "553a057f92514112560073bc", + "department": "Visual Effects", + "gender": 1, + "id": 1399871, + "job": "Visual Effects Producer", + "name": "Charlene Eberle Douglas", + "profile_path": null + }, + { + "credit_id": "553a05afc3a3685cf8002fef", + "department": "Visual Effects", + "gender": 0, + "id": 1458440, + "job": "Visual Effects Producer", + "name": "Amber Kirsch", + "profile_path": null + }, + { + "credit_id": "553a05c79251416788000d94", + "department": "Crew", + "gender": 0, + "id": 1458441, + "job": "Visual Effects Editor", + "name": "Thorsten Knatz", + "profile_path": null + }, + { + "credit_id": "553a05f9c3a3685cf8002ff9", + "department": "Visual Effects", + "gender": 0, + "id": 1354929, + "job": "Visual Effects Producer", + "name": "Sarah Mooney", + "profile_path": null + }, + { + "credit_id": "553a0618c3a3683e14000e4b", + "department": "Visual Effects", + "gender": 0, + "id": 1399313, + "job": "Visual Effects Producer", + "name": "Julia Neighly", + "profile_path": null + }, + { + "credit_id": "553a0645c3a3684022000e8a", + "department": "Crew", + "gender": 0, + "id": 1458442, + "job": "Visual Effects Editor", + "name": "Jake Walshe", + "profile_path": null + }, + { + "credit_id": "553a065f92514138a9004048", + "department": "Visual Effects", + "gender": 0, + "id": 1367496, + "job": "Visual Effects Producer", + "name": "Christal Wolgamott", + "profile_path": null + }, + { + "credit_id": "553a06dd92514140810037bc", + "department": "Visual Effects", + "gender": 0, + "id": 1354927, + "job": "Visual Effects Supervisor", + "name": "Ed Bruce", + "profile_path": null + }, + { + "credit_id": "553a06f5c3a3684c5b004737", + "department": "Visual Effects", + "gender": 2, + "id": 104044, + "job": "Visual Effects Supervisor", + "name": "Everett Burrell", + "profile_path": "/45ASV2LWZD6u3pXb7qeOiRk8yT8.jpg" + }, + { + "credit_id": "553a0721925141275e002d33", + "department": "Crew", + "gender": 0, + "id": 1384372, + "job": "Visual Effects Editor", + "name": "Ryan Chavez", + "profile_path": null + }, + { + "credit_id": "553a0738c3a3683e14000e64", + "department": "Visual Effects", + "gender": 0, + "id": 1350244, + "job": "Visual Effects Supervisor", + "name": "Eric D. Christensen", + "profile_path": null + }, + { + "credit_id": "553a075892514140810037c2", + "department": "Visual Effects", + "gender": 0, + "id": 1418464, + "job": "Visual Effects Supervisor", + "name": "Sean Andrew Faden", + "profile_path": null + }, + { + "credit_id": "553a076ec3a3683e14000e6d", + "department": "Visual Effects", + "gender": 0, + "id": 1399303, + "job": "Visual Effects Supervisor", + "name": "Joe Farrell", + "profile_path": null + }, + { + "credit_id": "553a0788c3a3685cf8003017", + "department": "Visual Effects", + "gender": 0, + "id": 1335151, + "job": "Visual Effects Supervisor", + "name": "Bryan Godwin", + "profile_path": null + }, + { + "credit_id": "553a079cc3a3684c5b004755", + "department": "Visual Effects", + "gender": 0, + "id": 1458443, + "job": "Visual Effects Supervisor", + "name": "Randy Goux", + "profile_path": null + }, + { + "credit_id": "553a07b29251416874000d42", + "department": "Visual Effects", + "gender": 0, + "id": 1268981, + "job": "Visual Effects Supervisor", + "name": "Matthew Gratzner", + "profile_path": null + }, + { + "credit_id": "553a0808c3a3685cf800302e", + "department": "Crew", + "gender": 2, + "id": 1391697, + "job": "Stunt Coordinator", + "name": "Steve M. Davison", + "profile_path": "/tAiH1jZWRrvp6e2SLyItnYF7hFY.jpg" + }, + { + "credit_id": "553a0843925141651800ad40", + "department": "Crew", + "gender": 0, + "id": 1436594, + "job": "Stunt Coordinator", + "name": "Valery Derkach", + "profile_path": null + }, + { + "credit_id": "553a0861c3a3681be400643d", + "department": "Crew", + "gender": 0, + "id": 1392635, + "job": "Stunt Coordinator", + "name": "Domonkos Pardanyi", + "profile_path": null + }, + { + "credit_id": "553a0a75c3a3683e14000ebc", + "department": "Camera", + "gender": 0, + "id": 1458445, + "job": "Camera Operator", + "name": "Botond Aszalós", + "profile_path": null + }, + { + "credit_id": "553a0aa1925141651800ad7c", + "department": "Lighting", + "gender": 0, + "id": 1427840, + "job": "Gaffer", + "name": "Gábor Hevesi", + "profile_path": null + }, + { + "credit_id": "553a0ad1925141275e002d6f", + "department": "Camera", + "gender": 0, + "id": 1458446, + "job": "Camera Operator", + "name": "Imre Juhasz", + "profile_path": null + }, + { + "credit_id": "553a0b089251416874000d95", + "department": "Camera", + "gender": 0, + "id": 1421652, + "job": "Camera Operator", + "name": "György Réder", + "profile_path": null + }, + { + "credit_id": "553a0b299251416788000dff", + "department": "Camera", + "gender": 2, + "id": 1445895, + "job": "Camera Operator", + "name": "Gregory W. Smith", + "profile_path": null + }, + { + "credit_id": "553a0b7e925141275e002d83", + "department": "Camera", + "gender": 0, + "id": 1408358, + "job": "Camera Operator", + "name": "Des Whelan", + "profile_path": null + }, + { + "credit_id": "553a0ba2925141651800ad8d", + "department": "Camera", + "gender": 0, + "id": 1404244, + "job": "Helicopter Camera", + "name": "John Marzano", + "profile_path": null + }, + { + "credit_id": "553a0be6c3a3683e55000edb", + "department": "Lighting", + "gender": 0, + "id": 1458447, + "job": "Gaffer", + "name": "James Elton Davis", + "profile_path": null + }, + { + "credit_id": "553a0c12c3a3683e14000edd", + "department": "Camera", + "gender": 0, + "id": 1378240, + "job": "Still Photographer", + "name": "Frank Masi", + "profile_path": null + }, + { + "credit_id": "553a0cd7c3a36831dd00985a", + "department": "Camera", + "gender": 2, + "id": 1372955, + "job": "Additional Camera", + "name": "Márton Miklauzic", + "profile_path": "/zcMfpaV4TlsYSp0CidGIQZ99IIA.jpg" + }, + { + "credit_id": "553a0cf9c3a36831dd00985f", + "department": "Camera", + "gender": 0, + "id": 1458448, + "job": "Additional Photography", + "name": "Andrew Banwell", + "profile_path": null + }, + { + "credit_id": "553a0d66c3a3681be4006497", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1333944, + "job": "Costume Supervisor", + "name": "Adina Bucur", + "profile_path": null + }, + { + "credit_id": "553a0d7d925141651800adb2", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1322071, + "job": "Costume Supervisor", + "name": "Cristina Ghergheli", + "profile_path": null + }, + { + "credit_id": "553a0daac3a3684c5b0047cf", + "department": "Editing", + "gender": 0, + "id": 1407696, + "job": "Digital Intermediate", + "name": "Marisa Clayton", + "profile_path": null + }, + { + "credit_id": "553a0dc49251414081003861", + "department": "Editing", + "gender": 0, + "id": 1427435, + "job": "Digital Intermediate", + "name": "Mark Sahagun", + "profile_path": null + }, + { + "credit_id": "553a0de4c3a3685cf800309e", + "department": "Editing", + "gender": 0, + "id": 1458449, + "job": "First Assistant Editor", + "name": "Ian Silverstein", + "profile_path": null + }, + { + "credit_id": "553a0dff9251416874000dea", + "department": "Sound", + "gender": 0, + "id": 1419731, + "job": "Music Editor", + "name": "Jay Duerr", + "profile_path": null + }, + { + "credit_id": "553a0e2e92514138a90040f4", + "department": "Crew", + "gender": 0, + "id": 1392657, + "job": "Transportation Coordinator", + "name": "Claudia Kossik", + "profile_path": null + }, + { + "credit_id": "553a0e4a9251413f5a003703", + "department": "Crew", + "gender": 0, + "id": 1458450, + "job": "Transportation Coordinator", + "name": "Gábor Szénási", + "profile_path": null + }, + { + "credit_id": "553a0e7bc3a3685cf80030ad", + "department": "Production", + "gender": 0, + "id": 1394315, + "job": "Location Manager", + "name": "Rudolf András", + "profile_path": null + }, + { + "credit_id": "553a0e92c3a3683e55000f28", + "department": "Production", + "gender": 0, + "id": 1458451, + "job": "Location Manager", + "name": "János Cserven", + "profile_path": null + }, + { + "credit_id": "553a0ec6925141275e002dce", + "department": "Production", + "gender": 0, + "id": 1392664, + "job": "Location Manager", + "name": "Balint Kovacs", + "profile_path": null + }, + { + "credit_id": "553a0eeec3a3681be40064be", + "department": "Production", + "gender": 0, + "id": 1392663, + "job": "Location Manager", + "name": "Laszlo Rorariusz", + "profile_path": null + }, + { + "credit_id": "553a0f03925141651800add1", + "department": "Directing", + "gender": 1, + "id": 1427850, + "job": "Script Supervisor", + "name": "Dora Simko", + "profile_path": null + }, + { + "credit_id": "553a0f45c3a3687845008283", + "department": "Crew", + "gender": 0, + "id": 1458452, + "job": "Dialect Coach", + "name": "Elena Baranova", + "profile_path": null + }, + { + "credit_id": "553a0f94c3a3685cf80030c9", + "department": "Crew", + "gender": 0, + "id": 1399643, + "job": "Unit Publicist", + "name": "Larry Garrison", + "profile_path": null + }, + { + "credit_id": "570b90a0c3a36875700074a5", + "department": "Art", + "gender": 2, + "id": 1322142, + "job": "Supervising Art Director", + "name": "Tom Brown", + "profile_path": null + }, + { + "credit_id": "5651e496c3a36833e7007479", + "department": "Production", + "gender": 1, + "id": 67702, + "job": "Casting", + "name": "Lina Todd", + "profile_path": "/d4BTPVOh4Vj2Rhc7dHiYrF4BxDp.jpg" + }, + { + "credit_id": "5651e4ccc3a368070800b312", + "department": "Production", + "gender": 1, + "id": 1486198, + "job": "Casting Associate", + "name": "Kate Ringsell", + "profile_path": null + }, + { + "credit_id": "5651e4fcc3a36833e7007493", + "department": "Crew", + "gender": 0, + "id": 1539431, + "job": "Armorer", + "name": "Béla Gajdos", + "profile_path": null + }, + { + "credit_id": "5651e512c3a368070f00ae0c", + "department": "Crew", + "gender": 0, + "id": 1539433, + "job": "Armorer", + "name": "Gábor Gajdos", + "profile_path": null + }, + { + "credit_id": "5651e54bc3a368071b00b764", + "department": "Crew", + "gender": 0, + "id": 1422058, + "job": "Armorer", + "name": "Michael Papac", + "profile_path": null + }, + { + "credit_id": "5651e5659251414b0a00b1d5", + "department": "Crew", + "gender": 0, + "id": 1539434, + "job": "Armorer", + "name": "Sascha Robey", + "profile_path": null + }, + { + "credit_id": "58b886c29251415fba002086", + "department": "Crew", + "gender": 2, + "id": 1063017, + "job": "Stunts", + "name": "Eric Jacobus", + "profile_path": "/5ixSoc6mcKw6y3I5t0It4qbGj1A.jpg" + }, + { + "credit_id": "593b67d2c3a3680f67005acc", + "department": "Crew", + "gender": 2, + "id": 1831266, + "job": "Stunts", + "name": "Géza Kovács", + "profile_path": null + }, + { + "credit_id": "5acc1032925141433e01e6d2", + "department": "Crew", + "gender": 2, + "id": 23285, + "job": "Stunt Coordinator", + "name": "Jeffrey J. Dashnaw", + "profile_path": "/5Sw0YV4U8Yg7BpN8yVX7vVc8y8x.jpg" + }, + { + "credit_id": "5adf0847925141132e008f4e", + "department": "Camera", + "gender": 0, + "id": 1391520, + "job": "Second Unit Director of Photography", + "name": "Elena Ivanova", + "profile_path": null + }, + { + "credit_id": "5adf0878925141133300888f", + "department": "Camera", + "gender": 2, + "id": 1424180, + "job": "Second Unit Director of Photography", + "name": "Jonathan Taylor", + "profile_path": null + }, + { + "credit_id": "5adf088a0e0a2615f0009a84", + "department": "Sound", + "gender": 2, + "id": 113048, + "job": "Sound Recordist", + "name": "Tim Gomillion", + "profile_path": null + }, + { + "credit_id": "5adf089ec3a3686ad200896c", + "department": "Sound", + "gender": 2, + "id": 1458425, + "job": "Sound Recordist", + "name": "Ryan Cole", + "profile_path": null + }, + { + "credit_id": "5adf08b2c3a3686ad80082c8", + "department": "Art", + "gender": 0, + "id": 1420634, + "job": "Property Master", + "name": "Chris Cull", + "profile_path": null + }, + { + "credit_id": "5adf08eac3a3686ad40086b1", + "department": "Production", + "gender": 0, + "id": 1327763, + "job": "Local Casting", + "name": "Alena Garetovskaya", + "profile_path": null + }, + { + "credit_id": "5adf091c9251411331008bb3", + "department": "Production", + "gender": 1, + "id": 1198829, + "job": "Local Casting", + "name": "Kirsty McGregor", + "profile_path": null + }, + { + "credit_id": "5adf0934c3a3686adc009582", + "department": "Sound", + "gender": 2, + "id": 7229, + "job": "Original Music Composer", + "name": "Marco Beltrami", + "profile_path": "/tTBQHKWVieP5ARRfJRMkbnLTW6C.jpg" + }, + { + "credit_id": "5adf095ac3a3686ad2008a06", + "department": "Sound", + "gender": 0, + "id": 1425343, + "job": "ADR Supervisor", + "name": "Vanessa Lapato", + "profile_path": null + }, + { + "credit_id": "5adf097ac3a3686adc0095bc", + "department": "Sound", + "gender": 2, + "id": 1530322, + "job": "Foley Editor", + "name": "Matthew Harrison", + "profile_path": null + }, + { + "credit_id": "5bcab7d2c3a368354f000839", + "department": "Writing", + "gender": 0, + "id": 7670, + "job": "Characters", + "name": "Roderick Thorp", + "profile_path": null + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:36.4512257Z", + "ReducedUri": "/3/movie/47964/images", + "RespData": { + "id": 47964, + "backdrops": [ + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.538, + "vote_count": 13, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/xizM09IAYfm8W8U4NIdlqzRjHck.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.412, + "vote_count": 10, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/g7e0UMgnUL2mRvTxPtdpKoTmsVv.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.252, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/g5XcN0yt5KqAwsow2UNv9Qw6l8T.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.23, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/22DQWwjaam1LHTAEapxO2Wg7s2H.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.214, + "vote_count": 18, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/mM9vuLkgxRpDi9ZqPUPgG5qzjXL.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.204, + "vote_count": 7, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/p9xfYhlA3bPA985sDWcFthF4pmq.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.182, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/6bG6D7u1cKH73LOsZbR04hML7k9.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.182, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/ncd3yYDTPvyZ0bWz8mnzTrLA0ZK.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.182, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/1dFOiEnAE0DPM1RzAUagQifWS0L.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.182, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/wX88vZmQL0eFXqLrNDDBgj1qNpU.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.176, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/snVEJlCz9leITIa2DFXyTIDKVYd.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.176, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/HgUpieW9dRKOdydqkUV45YDbdH.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.176, + "vote_count": 5, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/sozVrNW6MnQ5wxgWIH8YnUeyRqf.jpg", + "height": 1080, + "iso_639_1": "de", + "vote_average": 5.172, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/35ge5xfSrHxtDI3wxLco3jnEHP3.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.166, + "vote_count": 9, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/2H9gpnshd6KrFwe7nLfFFcmxCJm.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.106, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/qXvT0U4EcXGCL28NqUWvL9I8mQm.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1280 + } + ], + "posters": [ + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/7JKli6FqxK6kEsNRUW8JVGmGSNI.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.596, + "vote_count": 30, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/92KUQKGNqhTDdZTLf1dOUJ8KF18.jpg", + "height": 2100, + "iso_639_1": "fr", + "vote_average": 5.574, + "vote_count": 5, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fZ8bzoRXaloY9qLrRs7pXOCos8a.jpg", + "height": 2100, + "iso_639_1": "en", + "vote_average": 5.45, + "vote_count": 11, + "width": 1400 + }, + { + "aspect_ratio": 0.69351230425055932, + "file_path": "/f59Z89cwPgwmz90WpfFHOEsvgwV.jpg", + "height": 1788, + "iso_639_1": "es", + "vote_average": 5.438, + "vote_count": 4, + "width": 1240 + }, + { + "aspect_ratio": 0.71530758226037194, + "file_path": "/j6vVXC80o2mXRuRnQvuuwZdpnWJ.jpg", + "height": 1398, + "iso_639_1": "pt", + "vote_average": 5.3968253968253972, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.75, + "file_path": "/3c0bVygWGnswyOnEirhN0oRVcgu.jpg", + "height": 1500, + "iso_639_1": "it", + "vote_average": 5.388, + "vote_count": 4, + "width": 1125 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/7jniyONQPVbyzbH48skvweoG69A.jpg", + "height": 1500, + "iso_639_1": "hu", + "vote_average": 5.384615384615385, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zThW5n5aSXcyEmOGo55Zmg3Wifl.jpg", + "height": 2100, + "iso_639_1": "de", + "vote_average": 5.384615384615385, + "vote_count": 2, + "width": 1400 + }, + { + "aspect_ratio": 0.672311600338696, + "file_path": "/xrATKt5GXfjrWOEttiAT9XAoeW.jpg", + "height": 1181, + "iso_639_1": "es", + "vote_average": 5.3479853479853476, + "vote_count": 2, + "width": 794 + }, + { + "aspect_ratio": 0.697565543071161, + "file_path": "/i0ESDiaA4XnTTqCnxGH6PrHL13l.jpg", + "height": 1068, + "iso_639_1": "es", + "vote_average": 5.3479853479853476, + "vote_count": 2, + "width": 745 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/c4G6lW5hAWmwveThfLSqs52yHB1.jpg", + "height": 2100, + "iso_639_1": "it", + "vote_average": 5.318, + "vote_count": 3, + "width": 1400 + }, + { + "aspect_ratio": 0.70005927682276226, + "file_path": "/s8AfXOs2a76vTRQjk3XWHSIvsyV.jpg", + "height": 1687, + "iso_639_1": "ro", + "vote_average": 5.3125, + "vote_count": 1, + "width": 1181 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/lovQ8Of5FPL96AxW0SGUXQCf23H.jpg", + "height": 2100, + "iso_639_1": "ja", + "vote_average": 5.312, + "vote_count": 1, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/6VXbfjhSVvWhrDcHLR43KaFTQwZ.jpg", + "height": 1500, + "iso_639_1": "he", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/EktjFIPWceg2MWOorzHsPj1gZ1.jpg", + "height": 1500, + "iso_639_1": "ru", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/yGot6qzp3pGaqBCaLEY1IayjCLg.jpg", + "height": 1500, + "iso_639_1": "it", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66622251832111923, + "file_path": "/xr4tXwKmPB0qpMWrCRjiMga86as.jpg", + "height": 1501, + "iso_639_1": "cs", + "vote_average": 5.3050595238095237, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.71864893999281354, + "file_path": "/ph1FHyoooIas6D6zl6AqFCr6Nnw.jpg", + "height": 2783, + "iso_639_1": "xx", + "vote_average": 5.3050595238095237, + "vote_count": 1, + "width": 2000 + }, + { + "aspect_ratio": 0.69351230425055932, + "file_path": "/vae2lN7Oq7ohiMQzVgqN4qUaz6c.jpg", + "height": 1788, + "iso_639_1": "es", + "vote_average": 5.3040293040293038, + "vote_count": 2, + "width": 1240 + }, + { + "aspect_ratio": 0.69364161849710981, + "file_path": "/qdXHkhTtLROnkC6FzTWvfDaIoyT.jpg", + "height": 865, + "iso_639_1": "es", + "vote_average": 5.3040293040293038, + "vote_count": 2, + "width": 600 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/nFo8AY4JR3EnvMBNZla0QVmpqWU.jpg", + "height": 2100, + "iso_639_1": "de", + "vote_average": 5.2976190476190466, + "vote_count": 1, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/xO42aJxjWiVnvWaAliq9iWjMpHZ.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.29251700680272, + "vote_count": 7, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.288, + "vote_count": 22, + "width": 1000 + }, + { + "aspect_ratio": 0.71014492753623193, + "file_path": "/p2FMqu0O8TtT4cFRS7DOmdvC2bI.jpg", + "height": 1242, + "iso_639_1": "es", + "vote_average": 5.2752976190476186, + "vote_count": 1, + "width": 882 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/1usmkMErAadA7hnctCi7rBok7n8.jpg", + "height": 1500, + "iso_639_1": "hu", + "vote_average": 5.2529761904761907, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.6939953810623557, + "file_path": "/3HZgmv3nv7gzqVRAwFM9R6ezX2H.jpg", + "height": 866, + "iso_639_1": "pt", + "vote_average": 5.2529761904761907, + "vote_count": 1, + "width": 601 + }, + { + "aspect_ratio": 0.69640479360852192, + "file_path": "/dHvwLRJPc5mHqma5ydNHSL9w0e7.jpg", + "height": 751, + "iso_639_1": "hu", + "vote_average": 5.2527472527472527, + "vote_count": 2, + "width": 523 + }, + { + "aspect_ratio": 0.75, + "file_path": "/2rfBEnHErwGbyOXxadmGmcM0DcF.jpg", + "height": 2048, + "iso_639_1": "fr", + "vote_average": 5.252, + "vote_count": 4, + "width": 1536 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/wDQIxbWGltKZRSIbnW1jHkatRUh.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/tayBIpIzOXd1hxoMhLJXBALEDvj.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/eSUAXuIt2KSmmpjZB4PfmcCyTCl.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/va6GxZEiFXZZ4okeSceyrV3IRHh.jpg", + "height": 750, + "iso_639_1": "fr", + "vote_average": 5.246, + "vote_count": 2, + "width": 500 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fzuNlBYhlDIky4vneaxHHgPpMnV.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.70509383378016088, + "file_path": "/50hqFp04b4WWm6ll2H9pmR9vzuK.jpg", + "height": 1119, + "iso_639_1": "hu", + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 789 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/cE8ypQRl1FUH331VWzpB2Rmpw9U.jpg", + "height": 1500, + "iso_639_1": "de", + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fU66gYJ8ZtvqroTzvqfuoCNH92x.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.6796875, + "file_path": "/dwAd59VTTyNdeA2aZWuR2IRYCwa.jpg", + "height": 640, + "iso_639_1": "es", + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 435 + }, + { + "aspect_ratio": 0.70175438596491224, + "file_path": "/7RCuLsBMDf5whhWs99ZX45xPulA.jpg", + "height": 1425, + "iso_639_1": "ko", + "vote_average": 5.2232142857142856, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.69465020576131686, + "file_path": "/4L98jex4j3B1XTfRXjKcc9966TC.jpg", + "height": 1215, + "iso_639_1": "en", + "vote_average": 5.2161172161172162, + "vote_count": 2, + "width": 844 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/2yJH73FoMXPd7zqkvvOK1MZhhGk.jpg", + "height": 750, + "iso_639_1": "de", + "vote_average": 5.216, + "vote_count": 4, + "width": 500 + }, + { + "aspect_ratio": 0.6770480704129993, + "file_path": "/6dngRaEjTxFgPFYwgK4ZW5ox6HU.jpg", + "height": 1477, + "iso_639_1": "tr", + "vote_average": 5.2157738095238093, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/hQ9eiNHTdBYpa6UoPENiOwkOl59.jpg", + "height": 1500, + "iso_639_1": "de", + "vote_average": 5.21, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/948VGv9ne6ge2IrGQidgDaWd41U.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.1820728291316529, + "vote_count": 5, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/pSgnrAo8LUjan72UdGCY3NixHT0.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.1803751803751812, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.70675300647548567, + "file_path": "/gzroGMlFliLwwR1zxgFVe7ii5DA.jpg", + "height": 2162, + "iso_639_1": "en", + "vote_average": 5.1731601731601726, + "vote_count": 3, + "width": 1528 + }, + { + "aspect_ratio": 0.70126227208976155, + "file_path": "/2qLK4lW5zsfM7PXC69n6cBvnZLS.jpg", + "height": 1426, + "iso_639_1": "fr", + "vote_average": 5.172, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/nLyF3uDmfs4dqBSIIsOhoRceDqs.jpg", + "height": 1500, + "iso_639_1": "fr", + "vote_average": 5.172, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.74609375, + "file_path": "/yc4O3OQEkmAXuU3cHPxdtqk9nCX.jpg", + "height": 1280, + "iso_639_1": "it", + "vote_average": 5.172, + "vote_count": 1, + "width": 955 + }, + { + "aspect_ratio": 0.7, + "file_path": "/yG9JFCRuPQOhQZO6Sdoy58PxUrs.jpg", + "height": 1500, + "iso_639_1": "it", + "vote_average": 5.172, + "vote_count": 1, + "width": 1050 + }, + { + "aspect_ratio": 0.7028347996089932, + "file_path": "/u5lQrDX0bPj9Ar4Vi2QQDk6wp9d.jpg", + "height": 1023, + "iso_639_1": "ru", + "vote_average": 5.172, + "vote_count": 1, + "width": 719 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/8nvDkm6UJ1h5Omw2auIgcNE3uvv.jpg", + "height": 2100, + "iso_639_1": "fr", + "vote_average": 5.172, + "vote_count": 1, + "width": 1400 + }, + { + "aspect_ratio": 0.703, + "file_path": "/gldVCmSAs34iMY7taUJFcm1rm73.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 5.172, + "vote_count": 1, + "width": 703 + }, + { + "aspect_ratio": 0.69541029207232263, + "file_path": "/e9WIUvv5SFcr7Cg7EsyoIdZxlGX.jpg", + "height": 1438, + "iso_639_1": "ja", + "vote_average": 5.172, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/n2az0Mh2f30PVqw54LkoLgi6tCx.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.69979006298110569, + "file_path": "/sGzNKCEaaoHUagfQUHlmenvbhAd.jpg", + "height": 1429, + "iso_639_1": "el", + "vote_average": 5.1575091575091578, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/pjtg4pZE9ItGMNhwB5JDObk8TA4.jpg", + "height": 1500, + "iso_639_1": "de", + "vote_average": 5.152, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.70671378091872794, + "file_path": "/icp7YLD5AY8prYHvZ8kU8g8dY1T.jpg", + "height": 1415, + "iso_639_1": "de", + "vote_average": 5.1501831501831514, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.69513406156901691, + "file_path": "/etXoBkHpl6z3RpXffSJh1t92z4z.jpg", + "height": 1007, + "iso_639_1": "he", + "vote_average": 5.15, + "vote_count": 2, + "width": 700 + }, + { + "aspect_ratio": 0.675219446320054, + "file_path": "/xgCuqaT3H5eWQ5jE6m9lIXWQALC.jpg", + "height": 1481, + "iso_639_1": "en", + "vote_average": 5.1457000710732057, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.69733333333333336, + "file_path": "/21C1zncGRkqA8r6WmZ2slRpVKpV.jpg", + "height": 750, + "iso_639_1": "hu", + "vote_average": 5.1208791208791213, + "vote_count": 2, + "width": 523 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/pnB4utEgnXloPVC1BicwM4rBy2K.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.11727078891258, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zWyYbvx8gnQ5rmpgNfsR7ajx8Hh.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.11727078891258, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zZRhjpMakB77iEqGAvXYfSWKwPw.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.11727078891258, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/2epfTLrxQ2Hd8wwiJ1Z7d7bXYGE.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.0989010989010994, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.67510548523206748, + "file_path": "/pOForOa1ivCXhQCy1dhff4albEa.jpg", + "height": 1185, + "iso_639_1": "fr", + "vote_average": 5.08, + "vote_count": 3, + "width": 800 + }, + { + "aspect_ratio": 0.67284768211920531, + "file_path": "/zlSFmwaWObiXJnXRwe0opolIbm5.jpg", + "height": 755, + "iso_639_1": "en", + "vote_average": 5.0432900432900443, + "vote_count": 3, + "width": 508 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/kogLsj9b2dSUO23xX4v8YYHfTqR.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 4.976525821596244, + "vote_count": 8, + "width": 1012 + }, + { + "aspect_ratio": 0.67476383265856954, + "file_path": "/nGWBbS6lFqRqV6XlATrFPM04sXU.jpg", + "height": 1482, + "iso_639_1": "en", + "vote_average": 4.8262548262548259, + "vote_count": 11, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/bWcWWTHcgQ8fh2hjLkvDXPiENLY.jpg", + "height": 3000, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 2000 + }, + { + "aspect_ratio": 0.65166666666666662, + "file_path": "/s1DXEtJhHbKa4dyJHKoVJmd1sO5.jpg", + "height": 1200, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 782 + }, + { + "aspect_ratio": 0.69246861924686187, + "file_path": "/xlKNPXqM3VWAZ0yBabka1QfxR1O.jpg", + "height": 1434, + "iso_639_1": "bg", + "vote_average": 0.0, + "vote_count": 0, + "width": 993 + }, + { + "aspect_ratio": 0.66728452270620942, + "file_path": "/jDzj4RZ47goRblp1uEQ9E0jISlz.jpg", + "height": 1079, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 720 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/pQsuw6t0CrjzELK6l05Ywgu9vmp.jpg", + "height": 1500, + "iso_639_1": "de", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/cu9u893ENYWIQKzlwpfcufuOjnq.jpg", + "height": 1800, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1200 + }, + { + "aspect_ratio": 0.70126227208976155, + "file_path": "/tU5LFjLkym495vIk7q4sZWwHCKA.jpg", + "height": 1426, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zhDDMSRXkDwUDzkcS05X92R773b.jpg", + "height": 1440, + "iso_639_1": "pl", + "vote_average": 0.0, + "vote_count": 0, + "width": 960 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fttLSrhqJtZN1dPvf0PNB1CNlSd.jpg", + "height": 2100, + "iso_639_1": "no", + "vote_average": 0.0, + "vote_count": 0, + "width": 1400 + }, + { + "aspect_ratio": 0.68161434977578472, + "file_path": "/sy96tIVFS3t3GK6l44pb0QwQz8f.jpg", + "height": 1115, + "iso_639_1": "pt", + "vote_average": 0.0, + "vote_count": 0, + "width": 760 + }, + { + "aspect_ratio": 0.70446096654275092, + "file_path": "/dbdsztIOA10MLmAWLK0PAbL79qq.jpg", + "height": 1076, + "iso_639_1": "pt", + "vote_average": 0.0, + "vote_count": 0, + "width": 758 + }, + { + "aspect_ratio": 0.69161920260374288, + "file_path": "/rS7HUTV05c5LrKx2ICmcjZI22mZ.jpg", + "height": 1229, + "iso_639_1": "bg", + "vote_average": 0.0, + "vote_count": 0, + "width": 850 + }, + { + "aspect_ratio": 0.67494356659142207, + "file_path": "/jHeSxij1ogseWrlmenEEr9P52wt.jpg", + "height": 1772, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1196 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/8P8954PphO54ZLSYQhc3hQkwDWI.jpg", + "height": 2100, + "iso_639_1": "da", + "vote_average": 0.0, + "vote_count": 0, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/cr5Phd280o6BFALShz5d3fEFmjb.jpg", + "height": 1500, + "iso_639_1": "zh", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.67611683848797255, + "file_path": "/yh69l17554A62jq637S6SIJyFjx.jpg", + "height": 1164, + "iso_639_1": "uk", + "vote_average": 0.0, + "vote_count": 0, + "width": 787 + }, + { + "aspect_ratio": 0.6770480704129993, + "file_path": "/3lu4MJNHl00qnxvtMNjXUYPqeDD.jpg", + "height": 1477, + "iso_639_1": "th", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/jmY3URoNIeYqVrsYaeYCoDrzaPq.jpg", + "height": 2100, + "iso_639_1": "nl", + "vote_average": 0.0, + "vote_count": 0, + "width": 1400 + }, + { + "aspect_ratio": 0.70018450184501846, + "file_path": "/3cBMz4xnyzdsj1dK7zOrR7mAoZG.jpg", + "height": 1084, + "iso_639_1": "da", + "vote_average": 0.0, + "vote_count": 0, + "width": 759 + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:29.391424Z", + "ReducedUri": "/3/movie/47964/images?language=en-US&include_image_language=en", + "RespData": { + "id": 47964, + "backdrops": [ + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/2H9gpnshd6KrFwe7nLfFFcmxCJm.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.106, + "vote_count": 2, + "width": 1920 + } + ], + "posters": [ + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/7JKli6FqxK6kEsNRUW8JVGmGSNI.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.596, + "vote_count": 30, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fZ8bzoRXaloY9qLrRs7pXOCos8a.jpg", + "height": 2100, + "iso_639_1": "en", + "vote_average": 5.45, + "vote_count": 11, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/xO42aJxjWiVnvWaAliq9iWjMpHZ.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.29251700680272, + "vote_count": 7, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.288, + "vote_count": 22, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/wDQIxbWGltKZRSIbnW1jHkatRUh.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/tayBIpIzOXd1hxoMhLJXBALEDvj.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/eSUAXuIt2KSmmpjZB4PfmcCyTCl.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fzuNlBYhlDIky4vneaxHHgPpMnV.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fU66gYJ8ZtvqroTzvqfuoCNH92x.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.69465020576131686, + "file_path": "/4L98jex4j3B1XTfRXjKcc9966TC.jpg", + "height": 1215, + "iso_639_1": "en", + "vote_average": 5.2161172161172162, + "vote_count": 2, + "width": 844 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/948VGv9ne6ge2IrGQidgDaWd41U.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.1820728291316529, + "vote_count": 5, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/pSgnrAo8LUjan72UdGCY3NixHT0.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.1803751803751812, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.70675300647548567, + "file_path": "/gzroGMlFliLwwR1zxgFVe7ii5DA.jpg", + "height": 2162, + "iso_639_1": "en", + "vote_average": 5.1731601731601726, + "vote_count": 3, + "width": 1528 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/n2az0Mh2f30PVqw54LkoLgi6tCx.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.675219446320054, + "file_path": "/xgCuqaT3H5eWQ5jE6m9lIXWQALC.jpg", + "height": 1481, + "iso_639_1": "en", + "vote_average": 5.1457000710732057, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/pnB4utEgnXloPVC1BicwM4rBy2K.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.11727078891258, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zWyYbvx8gnQ5rmpgNfsR7ajx8Hh.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.11727078891258, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zZRhjpMakB77iEqGAvXYfSWKwPw.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.11727078891258, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/2epfTLrxQ2Hd8wwiJ1Z7d7bXYGE.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.0989010989010994, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.67284768211920531, + "file_path": "/zlSFmwaWObiXJnXRwe0opolIbm5.jpg", + "height": 755, + "iso_639_1": "en", + "vote_average": 5.0432900432900443, + "vote_count": 3, + "width": 508 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/kogLsj9b2dSUO23xX4v8YYHfTqR.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 4.976525821596244, + "vote_count": 8, + "width": 1012 + }, + { + "aspect_ratio": 0.67476383265856954, + "file_path": "/nGWBbS6lFqRqV6XlATrFPM04sXU.jpg", + "height": 1482, + "iso_639_1": "en", + "vote_average": 4.8262548262548259, + "vote_count": 11, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/bWcWWTHcgQ8fh2hjLkvDXPiENLY.jpg", + "height": 3000, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 2000 + }, + { + "aspect_ratio": 0.66728452270620942, + "file_path": "/jDzj4RZ47goRblp1uEQ9E0jISlz.jpg", + "height": 1079, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 720 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/cu9u893ENYWIQKzlwpfcufuOjnq.jpg", + "height": 1800, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1200 + }, + { + "aspect_ratio": 0.70126227208976155, + "file_path": "/tU5LFjLkym495vIk7q4sZWwHCKA.jpg", + "height": 1426, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.67494356659142207, + "file_path": "/jHeSxij1ogseWrlmenEEr9P52wt.jpg", + "height": 1772, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1196 + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:12.0338046Z", + "ReducedUri": "/3/movie/47964/keywords", + "RespData": { + "id": 47964, + "keywords": [ + { + "id": 258, + "name": "bomb" + }, + { + "id": 591, + "name": "cia" + }, + { + "id": 2139, + "name": "russia" + }, + { + "id": 10685, + "name": "escape" + }, + { + "id": 18074, + "name": "courthouse" + }, + { + "id": 33705, + "name": "agent" + }, + { + "id": 186447, + "name": "rogue" + }, + { + "id": 186450, + "name": "moscow" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:05.2349717Z", + "ReducedUri": "/3/movie/47964/lists", + "RespData": { + "id": 47964, + "page": 1, + "results": [ + { + "description": "", + "favorite_count": 0, + "id": 102994, + "item_count": 657, + "iso_639_1": "en", + "list_type": "movie", + "name": "Best Movies Ever Made On The Planet", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 19829, + "item_count": 1168, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies about everything...", + "poster_path": null + }, + { + "description": "All movies I have ever watched", + "favorite_count": 0, + "id": 31939, + "item_count": 891, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "film vu", + "favorite_count": 0, + "id": 8595, + "item_count": 459, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "Liste de film déjà vu", + "favorite_count": 0, + "id": 16744, + "item_count": 1410, + "iso_639_1": "fr", + "list_type": "movie", + "name": "AJ Vu !", + "poster_path": null + }, + { + "description": "Films released between 2010 and 2019", + "favorite_count": 0, + "id": 102924, + "item_count": 75, + "iso_639_1": "en", + "list_type": "movie", + "name": "2010-2019", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 80482, + "item_count": 669, + "iso_639_1": "de", + "list_type": "movie", + "name": "Filme", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 103747, + "item_count": 65, + "iso_639_1": "en", + "list_type": "movie", + "name": "Grandma", + "poster_path": null + }, + { + "description": "Список фильмов на которые я ходил смотреть в кинотеатр\nThe list of films that I went to watch the cinema", + "favorite_count": 0, + "id": 64443, + "item_count": 308, + "iso_639_1": "ru", + "list_type": "movie", + "name": "Что я смотрел в кинотеатре мои оценки фильмов, а также мои избранные фильмы (What I watched in the cinema)", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 102728, + "item_count": 896, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movie", + "poster_path": null + }, + { + "description": "watched movies - a personal reminder", + "favorite_count": 0, + "id": 47953, + "item_count": 863, + "iso_639_1": "it", + "list_type": "movie", + "name": "Memento - movies", + "poster_path": null + }, + { + "description": "watched movies", + "favorite_count": 0, + "id": 44662, + "item_count": 997, + "iso_639_1": "ar", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "Movies I have seen!", + "favorite_count": 0, + "id": 35362, + "item_count": 2560, + "iso_639_1": "en", + "list_type": "movie", + "name": "All My Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 79155, + "item_count": 1155, + "iso_639_1": "en", + "list_type": "movie", + "name": "Digital Movie Collection", + "poster_path": null + }, + { + "description": "Master List In Progress", + "favorite_count": 0, + "id": 51108, + "item_count": 3465, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Movies", + "poster_path": null + }, + { + "description": "Filmes e/ou series ja assistidos", + "favorite_count": 0, + "id": 78949, + "item_count": 1099, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Assistido", + "poster_path": null + }, + { + "description": "All the movies and TV shows I physically own on DVDs or Blu-ray Discs.", + "favorite_count": 0, + "id": 23932, + "item_count": 755, + "iso_639_1": "en", + "list_type": "movie", + "name": "My DVD/BD Collection", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 102947, + "item_count": 608, + "iso_639_1": "en", + "list_type": "movie", + "name": "HGR 27", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 24949, + "item_count": 2383, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies I have seen", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 96924, + "item_count": 1043, + "iso_639_1": "es", + "list_type": "movie", + "name": "Vistas", + "poster_path": null + } + ], + "total_pages": 20, + "total_results": 392 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:05.4428729Z", + "ReducedUri": "/3/movie/47964/lists?page=2", + "RespData": { + "id": 47964, + "page": 2, + "results": [ + { + "description": "FILM VISTI", + "favorite_count": 0, + "id": 47796, + "item_count": 468, + "iso_639_1": "it", + "list_type": "movie", + "name": "Giuseppe", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 85047, + "item_count": 325, + "iso_639_1": "es", + "list_type": "movie", + "name": "Pelis Vistas", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 20491, + "item_count": 202, + "iso_639_1": "en", + "list_type": "movie", + "name": "Osamabenafflak list", + "poster_path": null + }, + { + "description": "Collezione Personale by Filippo Nisi", + "favorite_count": 0, + "id": 224, + "item_count": 693, + "iso_639_1": "it", + "list_type": "movie", + "name": "Collezione Film by Fili", + "poster_path": "/fjg5pxatEoRJk0VLZkcoLpR310C.jpg" + }, + { + "description": "View any of these movies when you borrow a Roku streaming stick. ", + "favorite_count": 0, + "id": 45423, + "item_count": 112, + "iso_639_1": "en", + "list_type": "movie", + "name": "On the Rokus: Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 40995, + "item_count": 1248, + "iso_639_1": "it", + "list_type": "movie", + "name": "Film 1080p H265 mkv", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 103595, + "item_count": 77, + "iso_639_1": "en", + "list_type": "movie", + "name": "ALL BRUCE WILLIS MOVIES RANKED", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 84645, + "item_count": 721, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 22730, + "item_count": 552, + "iso_639_1": "en", + "list_type": "movie", + "name": "MOVIES", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 40415, + "item_count": 728, + "iso_639_1": "en", + "list_type": "movie", + "name": "tntsniper", + "poster_path": null + }, + { + "description": "Alle jemals gesehene Filme", + "favorite_count": 0, + "id": 13628, + "item_count": 1198, + "iso_639_1": "de", + "list_type": "movie", + "name": "All", + "poster_path": null + }, + { + "description": "Development test", + "favorite_count": 0, + "id": 95533, + "item_count": 853, + "iso_639_1": "nl", + "list_type": "movie", + "name": "Nas", + "poster_path": null + }, + { + "description": "ønsker man en film kan man tilføje den til listen herinde.", + "favorite_count": 0, + "id": 85674, + "item_count": 95, + "iso_639_1": "da", + "list_type": "movie", + "name": "film ønsker!", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 52784, + "item_count": 462, + "iso_639_1": "en", + "list_type": "movie", + "name": "movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 32910, + "item_count": 6248, + "iso_639_1": "en", + "list_type": "movie", + "name": "QER", + "poster_path": null + }, + { + "description": "desc", + "favorite_count": 0, + "id": 63036, + "item_count": 11431, + "iso_639_1": "en", + "list_type": "movie", + "name": "2010-2018;US;All", + "poster_path": null + }, + { + "description": "List of films to watch", + "favorite_count": 0, + "id": 16351, + "item_count": 95, + "iso_639_1": "en", + "list_type": "movie", + "name": "List to watch", + "poster_path": null + }, + { + "description": "1955 màrcius 19", + "favorite_count": 0, + "id": 63845, + "item_count": 74, + "iso_639_1": "hu", + "list_type": "movie", + "name": "BRUCE WILLIS", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 85008, + "item_count": 61, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watchlist", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 12004, + "item_count": 1503, + "iso_639_1": "es", + "list_type": "movie", + "name": "Películas", + "poster_path": null + } + ], + "total_pages": 20, + "total_results": 392 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:05.831012Z", + "ReducedUri": "/3/movie/47964/recommendations", + "RespData": { + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/74J904knbahSF7csIEfmRtmdi0t.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 1571, + "original_language": "en", + "original_title": "Live Free or Die Hard", + "overview": "John McClane is back and badder than ever, and this time he's working for Homeland Security. He calls on the services of a young hacker in his bid to stop a ring of Internet terrorists intent on taking control of America's computer infrastructure.", + "poster_path": "/pHWgbaXiQD2nmex7u8Xv6XmhaZS.jpg", + "release_date": "2007-06-20", + "title": "Live Free or Die Hard", + "video": false, + "vote_average": 6.5, + "vote_count": 3075, + "popularity": 18.088 + }, + { + "adult": false, + "backdrop_path": "/aJCEQFFXNcfg5YneJzTG15qzxF7.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 1572, + "original_language": "en", + "original_title": "Die Hard: With a Vengeance", + "overview": "New York detective John McClane is back and kicking bad-guy butt in the third installment of this action-packed series, which finds him teaming with civilian Zeus Carver to prevent the loss of innocent lives. McClane thought he'd seen it all, until a genius named Simon engages McClane, his new \"partner\" -- and his beloved city -- in a deadly game that demands their concentration.", + "poster_path": "/ivpXGcsPZglyYrN65THWSD7JM3q.jpg", + "release_date": "1995-05-19", + "title": "Die Hard: With a Vengeance", + "video": false, + "vote_average": 7.1, + "vote_count": 3040, + "popularity": 17.181 + }, + { + "adult": false, + "backdrop_path": "/b9OVFl48ZV2oTLzACSwBpNrCUhJ.jpg", + "genre_ids": [ + 12, + 28, + 878, + 53 + ], + "id": 72559, + "original_language": "en", + "original_title": "G.I. Joe: Retaliation", + "overview": "Framed for crimes against the country, the G.I. Joe team is terminated by Presidential order. This forces the G.I. Joes into not only fighting their mortal enemy Cobra; they are forced to contend with threats from within the government that jeopardize their very existence.", + "poster_path": "/iFWxbu2LLtfaWv6D1TSrY11huTe.jpg", + "release_date": "2013-03-26", + "title": "G.I. Joe: Retaliation", + "video": false, + "vote_average": 5.5, + "vote_count": 3742, + "popularity": 12.63 + }, + { + "adult": false, + "backdrop_path": "/kywkOlRpYtfVlar41R1s8lO46vD.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 1573, + "original_language": "en", + "original_title": "Die Hard 2", + "overview": "Off-duty cop John McClane is gripped with a feeling of déjà vu when, on a snowy Christmas Eve in the nation’s capital, terrorists seize a major international airport, holding thousands of holiday travelers hostage. Renegade military commandos led by a murderous rogue officer plot to rescue a drug lord from justice and are prepared for every contingency except one: McClane’s smart-mouthed heroics.", + "poster_path": "/zSgL998DXaljsCmwQuwDM8Ak4rV.jpg", + "release_date": "1990-07-02", + "title": "Die Hard 2", + "video": false, + "vote_average": 6.8, + "vote_count": 2769, + "popularity": 17.768 + }, + { + "adult": false, + "backdrop_path": "/pIjnoUnXdLpROFzIRPNziPzgBUp.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 76163, + "original_language": "en", + "original_title": "The Expendables 2", + "overview": "Mr. Church reunites the Expendables for what should be an easy paycheck, but when one of their men is murdered on the job, their quest for revenge puts them deep in enemy territory and up against an unexpected threat.", + "poster_path": "/dJPnTe1qOcO7XqsJvESFph83m6m.jpg", + "release_date": "2012-08-08", + "title": "The Expendables 2", + "video": false, + "vote_average": 6.2, + "vote_count": 3950, + "popularity": 14.464 + }, + { + "adult": false, + "backdrop_path": "/p4Xazn7f63Sqwslw8va7IqDQBki.jpg", + "genre_ids": [ + 28, + 80, + 53 + ], + "id": 76640, + "original_language": "en", + "original_title": "The Last Stand", + "overview": "Ray Owens is sheriff of the quiet US border town of Sommerton Junction after leaving the LAPD following a bungled operation. Following his escape from the FBI, a notorious drug baron, his gang, and a hostage are heading toward Sommerton Junction where the police are preparing to make a last stand to intercept them before they cross the border. Owens is reluctant to become involved but ultimately joins in with the law enforcement efforts", + "poster_path": "/eOfpuaNcCcitHi3HOik7XFavRP4.jpg", + "release_date": "2013-01-12", + "title": "The Last Stand", + "video": false, + "vote_average": 5.8, + "vote_count": 1600, + "popularity": 7.884 + }, + { + "adult": false, + "backdrop_path": "/ezXodpP429qK0Av89pVNlaXWJkQ.jpg", + "genre_ids": [ + 80, + 18, + 53 + ], + "id": 75780, + "original_language": "en", + "original_title": "Jack Reacher", + "overview": "When a gunman takes five lives with six shots, all evidence points to the suspect in custody. On interrogation, the suspect offers up a single note: \"Get Jack Reacher!\" So begins an extraordinary chase for the truth, pitting Jack Reacher against an unexpected enemy, with a skill for violence and a secret to keep.", + "poster_path": "/38bmEXmuJuInLs9dwfgOGCHmZ7l.jpg", + "release_date": "2012-12-20", + "title": "Jack Reacher", + "video": false, + "vote_average": 6.4, + "vote_count": 3929, + "popularity": 15.007 + }, + { + "adult": false, + "backdrop_path": "/gCdJYpX1TXGEZrEJl0mMTTpinMh.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 49040, + "original_language": "en", + "original_title": "The Bourne Legacy", + "overview": "New CIA operative, Aaron Cross experiences life-or-death stakes that have been triggered by the previous actions of Jason Bourne.", + "poster_path": "/aVd03scP2vG08d8CMKqxCEpLC3d.jpg", + "release_date": "2012-08-08", + "title": "The Bourne Legacy", + "video": false, + "vote_average": 6.1, + "vote_count": 3445, + "popularity": 13.583 + }, + { + "adult": false, + "backdrop_path": "/y9lH6ijs5YXS8njSHtiJJj5UohO.jpg", + "genre_ids": [ + 28, + 80 + ], + "id": 119283, + "original_language": "en", + "original_title": "Parker", + "overview": "A thief with a unique code of professional ethics is double-crossed by his crew and left for dead. Assuming a new disguise and forming an unlikely alliance with a woman on the inside, he looks to hijack the score of the crew's latest heist.", + "poster_path": "/f5KkE5sOdcNF7eb15cCTIzDVlys.jpg", + "release_date": "2013-01-23", + "title": "Parker", + "video": false, + "vote_average": 5.8, + "vote_count": 1770, + "popularity": 8.765 + }, + { + "adult": false, + "backdrop_path": "/lxbMXD12UCj7kMgfqjaZq5irGAu.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 117263, + "original_language": "en", + "original_title": "Olympus Has Fallen", + "overview": "When the White House (Secret Service Code: \"Olympus\") is captured by a terrorist mastermind and the President is kidnapped, disgraced former Presidential guard Mike Banning finds himself trapped within the building. As the national security team scrambles to respond, they are forced to rely on Banning's inside knowledge to help retake the White House, save the President and avert an even bigger disaster.", + "poster_path": "/l542hLtKhsmOWEBFoC7Aajk0nKt.jpg", + "release_date": "2013-03-20", + "title": "Olympus Has Fallen", + "video": false, + "vote_average": 6.2, + "vote_count": 3898, + "popularity": 17.608 + }, + { + "adult": false, + "backdrop_path": "/eg049B1TJdWuKuyKowNmhZxNToc.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 562, + "original_language": "en", + "original_title": "Die Hard", + "overview": "NYPD cop John McClane's plan to reconcile with his estranged wife is thrown for a serious loop when, minutes after he arrives at her office, the entire building is overtaken by a group of terrorists. With little help from the LAPD, wisecracking McClane sets out to single-handedly rescue the hostages and bring the bad guys down.", + "poster_path": "/mc7MubOLcIw3MDvnuQFrO9psfCa.jpg", + "release_date": "1988-07-15", + "title": "Die Hard", + "video": false, + "vote_average": 7.6, + "vote_count": 5775, + "popularity": 26.241 + }, + { + "adult": false, + "backdrop_path": "/x5u73uBylbyCCnkzUGzt3uozqRp.jpg", + "genre_ids": [ + 53, + 12, + 28 + ], + "id": 27578, + "original_language": "en", + "original_title": "The Expendables", + "overview": "Barney Ross leads a band of highly skilled mercenaries including knife enthusiast Lee Christmas, a martial arts expert, heavy weapons specialist, demolitionist, and a loose-cannon sniper. When the group is commissioned by the mysterious Mr. Church to assassinate the dictator of a small South American island, Barney and Lee visit the remote locale to scout out their opposition and discover the true nature of the conflict engulfing the city.", + "poster_path": "/4gLFKsalwRy0ONzfYaRsKr5wilK.jpg", + "release_date": "2010-08-03", + "title": "The Expendables", + "video": false, + "vote_average": 6.1, + "vote_count": 4326, + "popularity": 23.241 + }, + { + "adult": false, + "backdrop_path": "/1TFEtFxD1M9OvMGlGcSAR5Pg53I.jpg", + "genre_ids": [ + 28, + 12, + 35, + 80, + 53 + ], + "id": 39514, + "original_language": "en", + "original_title": "RED", + "overview": "When his peaceful life is threatened by a high-tech assassin, former black-ops agent, Frank Moses reassembles his old team in a last ditch effort to survive and uncover his assailants.", + "poster_path": "/q2mwTRKrq1etP9S4SZVDIJq0wI2.jpg", + "release_date": "2010-10-13", + "title": "RED", + "video": false, + "vote_average": 6.6, + "vote_count": 3904, + "popularity": 13.711 + }, + { + "adult": false, + "backdrop_path": "/orFQbyZ6g7kPFaJXmgty0M88wJ0.jpg", + "genre_ids": [ + 28, + 878, + 12, + 53 + ], + "id": 64635, + "original_language": "en", + "original_title": "Total Recall", + "overview": "Welcome to Rekall, the company that can turn your dreams into real memories. For a factory worker named Douglas Quaid, even though he's got a beautiful wife who he loves, the mind-trip sounds like the perfect vacation from his frustrating life - real memories of life as a super-spy might be just what he needs. But when the procedure goes horribly wrong, Quaid becomes a hunted man. Finding himself on the run from the police - controlled by Chancellor Cohaagen, the leader of the free world - Quaid teams up with a rebel fighter to find the head of the underground resistance and stop Cohaagen. The line between fantasy and reality gets blurred and the fate of his world hangs in the balance as Quaid discovers his true identity, his true love, and his true fate.", + "poster_path": "/tWBo7aZk3I1dLxmMj7ZJcN8uke5.jpg", + "release_date": "2012-08-02", + "title": "Total Recall", + "video": false, + "vote_average": 5.9, + "vote_count": 3310, + "popularity": 11.247 + }, + { + "adult": false, + "backdrop_path": "/cIAl0oODM0XEXp1RBIKzhKfxj4y.jpg", + "genre_ids": [ + 28, + 12, + 10751, + 14 + ], + "id": 81005, + "original_language": "en", + "original_title": "Jack the Giant Slayer", + "overview": "The story of an ancient war that is reignited when a young farmhand unwittingly opens a gateway between our world and a fearsome race of giants. Unleashed on the Earth for the first time in centuries, the giants strive to reclaim the land they once lost, forcing the young man, Jack into the battle of his life to stop them. Fighting for a kingdom, its people, and the love of a brave princess, he comes face to face with the unstoppable warriors he thought only existed in legend–and gets the chance to become a legend himself.", + "poster_path": "/wn4aSJcKiQ0fPzJ92XEf6M9Kmlo.jpg", + "release_date": "2013-02-27", + "title": "Jack the Giant Slayer", + "video": false, + "vote_average": 5.6, + "vote_count": 3246, + "popularity": 8.626 + }, + { + "id": 82992, + "video": false, + "vote_count": 6686, + "vote_average": 6.7, + "title": "Fast & Furious 6", + "release_date": "2013-05-21", + "original_language": "en", + "original_title": "Fast & Furious 6", + "genre_ids": [ + 28, + 80, + 53 + ], + "backdrop_path": "/qjfE7SkPXpqFs8FX8rIaG6eO2aK.jpg", + "adult": false, + "overview": "Hobbs has Dominic and Brian reassemble their crew to take down a team of mercenaries: Dominic unexpectedly gets convoluted also facing his presumed deceased girlfriend, Letty.", + "poster_path": "/b9gTJKLdSbwcQRKzmqMq3dMfRwI.jpg", + "popularity": 2.015 + }, + { + "adult": false, + "backdrop_path": "/plssy6J0zmEmodjiyHVtceZB0yQ.jpg", + "genre_ids": [ + 28, + 14, + 27 + ], + "id": 60304, + "original_language": "en", + "original_title": "Hansel & Gretel: Witch Hunters", + "overview": "After getting a taste for blood as children, Hansel and Gretel have become the ultimate vigilantes, hell-bent on retribution. Now, unbeknownst to them, Hansel and Gretel have become the hunted, and must face an evil far greater than witches... their past.", + "poster_path": "/3bQHHXuzZDu2Ju3VFjIM72E9TSw.jpg", + "release_date": "2013-01-17", + "title": "Hansel & Gretel: Witch Hunters", + "video": false, + "vote_average": 5.8, + "vote_count": 4310, + "popularity": 14.484 + }, + { + "adult": false, + "backdrop_path": "/ieJ5ImFoJILNULvnIpbulAln7Lr.jpg", + "genre_ids": [ + 12, + 28, + 53, + 878 + ], + "id": 14869, + "original_language": "en", + "original_title": "G.I. Joe: The Rise of Cobra", + "overview": "From the Egyptian desert to deep below the polar ice caps, the elite G.I. JOE team uses the latest in next-generation spy and military equipment to fight the corrupt arms dealer Destro and the growing threat of the mysterious Cobra organization to prevent them from plunging the world into chaos.", + "poster_path": "/29eW5c5DaCFQejdt9V14RrA51yD.jpg", + "release_date": "2009-08-04", + "title": "G.I. Joe: The Rise of Cobra", + "video": false, + "vote_average": 5.7, + "vote_count": 2689, + "popularity": 12.722 + }, + { + "adult": false, + "backdrop_path": "/pc7a2qrIkIxzqWGqcexd3mHzIxy.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 56292, + "original_language": "en", + "original_title": "Mission: Impossible - Ghost Protocol", + "overview": "Ethan Hunt and his team are racing against time to track down a dangerous terrorist named Hendricks, who has gained access to Russian nuclear launch codes and is planning a strike on the United States. An attempt to stop him ends in an explosion causing severe destruction to the Kremlin and the IMF to be implicated in the bombing, forcing the President to disavow them. No longer being aided by the government, Ethan and his team chase Hendricks around the globe, although they might still be too late to stop a disaster.", + "poster_path": "/khlcsYHr7Hi4Tkymc7UGDvcUcx.jpg", + "release_date": "2011-12-07", + "title": "Mission: Impossible - Ghost Protocol", + "video": false, + "vote_average": 6.9, + "vote_count": 5706, + "popularity": 21.053 + }, + { + "adult": false, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "id": 146216, + "original_language": "en", + "original_title": "RED 2", + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "release_date": "2013-07-18", + "title": "RED 2", + "video": false, + "vote_average": 6.5, + "vote_count": 2204, + "popularity": 16.427 + } + ], + "total_pages": 2, + "total_results": 40 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:05.9494293Z", + "ReducedUri": "/3/movie/47964/recommendations?language=de", + "RespData": { + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/74J904knbahSF7csIEfmRtmdi0t.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 1571, + "original_language": "en", + "original_title": "Live Free or Die Hard", + "overview": "Die gesamte USA wird von einem bisher unvorstellbaren Akt des Terrorismus bedroht, der sich innovativster Techniken bedient und mittels Computerkraft das Land ins Chaos zu stürzen vermag. Die IT-Infrastruktur des Landes wird komplett außer Kraft gesetzt, Kommunikation und Bankwesen liegen lahm und die überraschten Behörden wissen zunächst nichts entgegen zu setzen. Nur ein Mann kann den Terror aufhalten: Der New Yorker Polizist John McClane hält nichts von modernem Schnickschnack und macht sich auf seine eigene Art auf die Jagd nach dem Drahtzieher des spektakulären Coups. Unterstützt wird er dabei von dem jungen Greg, den McClane eigentlich nur von New Jersey nach Washington bringen sollte. Doch mal wieder ist der alte Haudegen zur falschen Zeit am falschen Ort…", + "poster_path": "/5gYnnzE68uwyJ4dFwspfARFcLKs.jpg", + "release_date": "2007-06-20", + "title": "Stirb langsam 4.0", + "video": false, + "vote_average": 6.5, + "vote_count": 3075, + "popularity": 18.088 + }, + { + "adult": false, + "backdrop_path": "/aJCEQFFXNcfg5YneJzTG15qzxF7.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 1572, + "original_language": "en", + "original_title": "Die Hard: With a Vengeance", + "overview": "John McClane ist es gewohnt, dass ihm das Schicksal übel mitspielt, doch nun ist er wirklich am Ende: Seine Frau hat ihn verlassen, sein Boss hat ihn suspendiert und ein Irrer namens Simon macht sich einen Spaß daraus, ihn auf eine makabere Schnitzeljagd quer durch New York zu schicken. Der Terrorist droht damit, eine Schule in die Luft zu jagen, sollte McClane seine Rätsel nicht lösen könne. Seine erste Aufgabe führt ihn ins Ghetto von Harlem, wo er sich mit einem Schild mit der Aufschrift \"I hate niggers\" präsentieren soll. Bei den Anwohnern erntet er damit erwartungsgemäß keinen Beifall, sondern gerät postwendend in Bedrängnis. Der schwarze Ladenbesitzer Zeus kommt dem Polizisten zur Hilfe und wird McClane kurzerhand als unfreiwilliger Helfer zur Seite gestellt. Simon hat seine helle Freude daran, die Partner wider Willen durch die Stadt zu hetzen und ihnen unmögliche Aufgaben zu stellen...", + "poster_path": "/tfAvmT4fjA4BbeXaBpdsS3a5kIZ.jpg", + "release_date": "1995-05-19", + "title": "Stirb langsam - Jetzt erst recht", + "video": false, + "vote_average": 7.1, + "vote_count": 3040, + "popularity": 17.181 + }, + { + "adult": false, + "backdrop_path": "/b9OVFl48ZV2oTLzACSwBpNrCUhJ.jpg", + "genre_ids": [ + 12, + 28, + 878, + 53 + ], + "id": 72559, + "original_language": "en", + "original_title": "G.I. Joe: Retaliation", + "overview": "Die eigentlich recht wehrhafte Elite-Einheit G.I. Joe wird von einer höheren Instanz attackiert und soll vollständig ausgelöscht werden. Bei der perfide geplanten Liquidierungsaktion sterben viele Mitglieder der kampferprobten Elite-Einheit. Nur eine kleine Runde rund um Captain Duke Hauser, den zupackenden Roadblock und die verführerische Lady Jaye überleben den tödlichen Übergriff und gehen der Sache fortan auf den Grund. Unterstützung erhalten sie dabei von dem zwar etwas in die Jahre gekommenen, aber immer noch recht schlagfertigen General Joe Colton, seines Zeichens ehemaliger Gründer der Elite-Einheit G.I. Joe.", + "poster_path": "/5UEA7yw9Sx2Jz9BkAR24uSfCUF5.jpg", + "release_date": "2013-03-26", + "title": "G.I. Joe - Die Abrechnung", + "video": false, + "vote_average": 5.5, + "vote_count": 3742, + "popularity": 12.63 + }, + { + "adult": false, + "backdrop_path": "/kywkOlRpYtfVlar41R1s8lO46vD.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 1573, + "original_language": "en", + "original_title": "Die Hard 2", + "overview": "Det. Lt. John McClane wartet am Dulles Airport in Washington D.C. auf seine Frau Holly, die mit einem Flieger aus Los Angeles anreist, um mit ihm Weihnachten zu verbringen. Das Wetter ist miserabel: Schneestürme. Aber die meteorologischen Widrigkeiten sind nicht der Grund dafür, dass Hollys Maschine in der Luft bleiben muss. Der südamerikanische Drogen-Boss und Diktator Esperanza soll zur gleichen Zeit an die US-Behörden ausgeliefert werden. Aber Esperanza hat seine Flucht längst penibel vorbereitet. Unter Führung des ehemaligen Colonels Stuart, der inzwischen als Terrorist arbeitet, hat eine Spezialtruppe den Flughafen in ihre Gewalt gebracht. Die Kämpfer kontrollieren auch den Funkverkehr und die Computerzentrale, um Esperanza zur Flucht verhelfen zu können. Einmal mehr muss McClane als Einmann-Spezialeinheit die Lage bereinigen.", + "poster_path": "/m01gto4F8iw570veNN3xm5DMAQO.jpg", + "release_date": "1990-07-02", + "title": "Stirb langsam 2", + "video": false, + "vote_average": 6.8, + "vote_count": 2769, + "popularity": 17.768 + }, + { + "id": 76163, + "video": false, + "vote_count": 3950, + "vote_average": 6.2, + "title": "The Expendables 2", + "release_date": "2012-08-08", + "original_language": "en", + "original_title": "The Expendables 2", + "genre_ids": [ + 28, + 12, + 53 + ], + "backdrop_path": "/pIjnoUnXdLpROFzIRPNziPzgBUp.jpg", + "adult": false, + "overview": "Barney Ross, Lee Christmas, Yin Yang, Gunnar Jensen, Toll Road und Hale Caesar nehmen verstärkt von den Neumitgliedern Billy the Kid und Maggie einen Auftrag von Mr. Church an, der nach leicht verdientem Geld klingt. Doch dann läuft der gesamte Plan aus dem Ruder und einer der ihren wird sogar ermordet. Die „Expendables“ kennen nur noch einen Gedanken: Rache! Daher begibt sich der Söldnertrupp auf seine gefährlichste Mission tief in feindliches Gebiet und stößt dabei auf eine Verschwörung, die das Kräfteverhältnis in der Welt verändern könnte und bei der sechs Pfund gefährliches Plutonium eine gewichtige Rolle spielen.", + "poster_path": "/9D98d8Z7JSC7q4ZXzY6rHVMmCUZ.jpg", + "popularity": 14.464 + }, + { + "adult": false, + "backdrop_path": "/p4Xazn7f63Sqwslw8va7IqDQBki.jpg", + "genre_ids": [ + 28, + 80, + 53 + ], + "id": 76640, + "original_language": "en", + "original_title": "The Last Stand", + "overview": "Sheriff Ray Owens, einst ein knallharter Cop aus Los Angeles, hat es in eine verschlafene Kleinstadt an der Grenze zu Mexiko verschlagen. Schon bald wird seine geballte Erfahrung gefordert, denn einem gewieften Drogengangster ist in Las Vegas die Flucht aus einem schwer bewachten Gefangenenkonvoi gelungen und er rast direkt auf Owens Bezirk zu - begleitet von seinen Spießgesellen. Owens will ihn keinesfalls über die Grenze lassen – auch wenn ihm nur ein kleines Grüppchen von Laien und Chaoten zur Seite steht.", + "poster_path": "/hbJNSp2283PukEwWYDV7zQutCJp.jpg", + "release_date": "2013-01-12", + "title": "The Last Stand", + "video": false, + "vote_average": 5.8, + "vote_count": 1600, + "popularity": 7.884 + }, + { + "adult": false, + "backdrop_path": "/ezXodpP429qK0Av89pVNlaXWJkQ.jpg", + "genre_ids": [ + 80, + 18, + 53 + ], + "id": 75780, + "original_language": "en", + "original_title": "Jack Reacher", + "overview": "Als in einer US-Kleinstadt fünf Menschen scheinbar willkürlich einem Scharfschützen zum Opfer fallen, fällt der Verdacht auf einen Ex-Soldaten. Doch dieser beteuert seine Unschuld, die ausgerechnet der Mann beweisen soll, der ihn wegen Kriegsverbrechen hinter Gitter zu bringen versuchte. So kehrt Ex-Militärcop Jack Reacher aus der Anonymität zurück, in die er lange abgetaucht war. Schnell erkennt der harte und smarte Analytiker und Aufräumer, dass hinter dem Massaker andere Motive, vielleicht auch andere Täter stecken.", + "poster_path": "/zlMU79Lkr98vIZgG8UsUKqtmCbV.jpg", + "release_date": "2012-12-20", + "title": "Jack Reacher", + "video": false, + "vote_average": 6.4, + "vote_count": 3929, + "popularity": 15.007 + }, + { + "adult": false, + "backdrop_path": "/gCdJYpX1TXGEZrEJl0mMTTpinMh.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 49040, + "original_language": "en", + "original_title": "The Bourne Legacy", + "overview": "Jason Bourne war nicht alleine: Tatsächlich war er nur einer von vielen Agenten, die beim Treadstone-Programm zu einer willenlosen Tötungsmaschine umprogrammiert wurden. Zu ihnen gehörte auch Aaron Cross, ein Agent, der als verschwunden galt - bis er, wie Bourne, unvermittelt mit gelöschtem Gedächtnis wieder auftaucht und beginnt, Fragen zu stellen. Das sorgt für Panik bei den Verantwortlichen innerhalb des CIA, denn Aaron Cross ist bekannt dafür, noch viel gefährlicher zu sein als Jason Bourne.", + "poster_path": "/dhUoEMjKo3j0YchjRawGtXT9fzK.jpg", + "release_date": "2012-08-08", + "title": "Das Bourne Vermächtnis", + "video": false, + "vote_average": 6.1, + "vote_count": 3445, + "popularity": 13.583 + }, + { + "adult": false, + "backdrop_path": "/y9lH6ijs5YXS8njSHtiJJj5UohO.jpg", + "genre_ids": [ + 28, + 80 + ], + "id": 119283, + "original_language": "en", + "original_title": "Parker", + "overview": "Parker ist nicht nur ein erfolgreicher Dieb, er ist obendrein auch ein moralischer Dieb. Denn Parker hat genau zwei Regeln: Stiehl niemals von armen Leuten und verletze keine unschuldigen Menschen. Bis jetzt fuhr er damit auch sehr gut. Doch dann begeht Parker den Fehler, mit den falschen Leuten einen Juwelenraub zu planen. Diese, allen voran der fiese Melander, sind nicht so moralisch wie er. Der Coup verläuft ganz anders, als Parker es sich vorgestellt hat und am Ende bleibt er schwer verletzt und dem Tode nahe am Ort des Verbrechens, auch die Juwelen sind weg. Mit letzter Kraft entkommt Parker, lässt jedoch alle in dem Glauben, er wäre tot. Doch er plant bereits einen Racheakt, der seinesgleichen sucht - dafür benötigt er die Hilfe von Leslie.", + "poster_path": "/xxdHQ81ujLn9YN9Yae6zcYfw0yZ.jpg", + "release_date": "2013-01-23", + "title": "Parker", + "video": false, + "vote_average": 5.8, + "vote_count": 1770, + "popularity": 8.765 + }, + { + "adult": false, + "backdrop_path": "/lxbMXD12UCj7kMgfqjaZq5irGAu.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 117263, + "original_language": "en", + "original_title": "Olympus Has Fallen", + "overview": "Mike Banning arbeitet als Geheimdienst-Agent für die USA. Als er eines Abends zusammen mit dem Präsidenten Benjamin Asher und der First Lady Margaret in einem Auto unterwegs ist, kommt es zu einem tragischen Unfall. Banning muss blitzschnell handeln: Er entscheidet sich für die Rettung des Präsidenten und opfert somit dessen Frau. Obwohl ihm von allen Seiten bestätigt wird, die richtige Entscheidung getroffen zu haben, fällt er in Ungnade und bekommt einen Posten hinter dem Schreibtisch verpasst. Als die USA sich eines Tages ganz plötzlich von einer Gruppe Terroristen überrannt sieht, denen es in all dem Chaos gelingt, den Präsidenten in ihre Gewalt zu bringen, sieht Banning die Chance gekommen, seinen Fehler von einst wieder auszubügeln und das Land mit seinem heldenhaften Einsatz vor der Vernichtung zu retten.", + "poster_path": "/cmiPcEmWPx6N4xbTFgTwBptNpSs.jpg", + "release_date": "2013-03-20", + "title": "Olympus Has Fallen - Die Welt in Gefahr", + "video": false, + "vote_average": 6.2, + "vote_count": 3898, + "popularity": 17.608 + }, + { + "adult": false, + "backdrop_path": "/eg049B1TJdWuKuyKowNmhZxNToc.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 562, + "original_language": "en", + "original_title": "Die Hard", + "overview": "Eigentlich möchte der New Yorker Polizist John McClane dieses Weihnachten nur seine Noch-Ehefrau Holly, welche in Los Angeles in einer großen, erfolgreichen Firma Karriere gemacht hat, besuchen und das Fest mit den beiden gemeinsamen Kinder verbringen. Als die Feierlichkeiten im Nakatomi Plaza beginnen sollen, stürmt eine Gruppe von Terroristen das Hochhaus und nur John McClane schafft es ihnen zu entwischen. Lediglich bewaffnet mit ein paar Zigaretten und einem Walkie-Talkie, wodurch er den Funk der Geiselnehmer mithören kann, und mit Waffen, welche die Terroristen gelegentlich so rumliegen lassen, muss John nun nicht nur sein eigenes Leben retten, sondern möglichst auch das aller anderen Beteiligten. Und so beschließt er, die äußerst brutale Truppe auszumerzen und sich einen Terroristen nach dem anderen vorzuknöpfen. Während draußen dann schon die Polizei und das FBI stümperhaft versucht, das Gebäude zu stürmen, kämpft McClane ohne Schuhe gegen die 12 Aggressoren...", + "poster_path": "/5o1bKwpCBB7g2Vv4HoDC7lZ5mbC.jpg", + "release_date": "1988-07-15", + "title": "Stirb langsam", + "video": false, + "vote_average": 7.6, + "vote_count": 5775, + "popularity": 26.241 + }, + { + "adult": false, + "backdrop_path": "/x5u73uBylbyCCnkzUGzt3uozqRp.jpg", + "genre_ids": [ + 53, + 12, + 28 + ], + "id": 27578, + "original_language": "en", + "original_title": "The Expendables", + "overview": "The Expendables nennt sich ein Trupp bestens ausgebildeter Söldner, der von dem mit allen Wassern gewaschenen Barney Ross befehligt wird. Von dem undurchsichtigen Church, der den Mord an seinem Sohn rächen lassen will, erhalten sie den Auftrag, den Diktator Garza in seiner Bananenrepublik zu töten und den alten, demokratisch gewählten Präsidenten wieder zu installieren. Schnell stellen Ross und Co. fest, dass Garza zum einen von der CIA gedeckt wird, ihr Auftraggeber zum anderen mit falschen Karten spielt. Und dann heftet sich mit dem durchgeknallten Gunnar Jenssen auch noch ein unehrenhaft aus der Gruppe ausgeschiedener Killer an die Fersen der Expendables.", + "poster_path": "/Wmr8mGaCK3pScxpgSpxKyLh9T3.jpg", + "release_date": "2010-08-03", + "title": "The Expendables", + "video": false, + "vote_average": 6.1, + "vote_count": 4326, + "popularity": 23.241 + }, + { + "adult": false, + "backdrop_path": "/1TFEtFxD1M9OvMGlGcSAR5Pg53I.jpg", + "genre_ids": [ + 28, + 12, + 35, + 80, + 53 + ], + "id": 39514, + "original_language": "en", + "original_title": "RED", + "overview": "Frank, Joe, Marvin und Victoria sind Top-Agenten der CIA im Ruhestand. Jedoch macht sie das Wissen, welches sie während ihrer aktiven Zeit erhalten haben, nun zu den Top-Zielen ihres ehemaligen Arbeitgebers. Noch einmal muss sich die alte Riege zusammentun und all ihre Erfahrung nutzen, um der tödlichen Bedrohung immer einen Schritt voraus zu sein. Ihr Ziel ist es, in das CIA Hauptquartier einzubrechen und eine der größten Verschwörungen auf höchster Ebene aufzudecken.", + "poster_path": "/27HsaMG9NlVW3SPlPipU8L0omyv.jpg", + "release_date": "2010-10-13", + "title": "R.E.D. - Älter. Härter. Besser.", + "video": false, + "vote_average": 6.6, + "vote_count": 3904, + "popularity": 13.711 + }, + { + "adult": false, + "backdrop_path": "/orFQbyZ6g7kPFaJXmgty0M88wJ0.jpg", + "genre_ids": [ + 28, + 878, + 12, + 53 + ], + "id": 64635, + "original_language": "en", + "original_title": "Total Recall", + "overview": "Herzlich Willkommen bei Rekall, der Firma, die ihre Träume dank ihres Total Recall Verfahrens in reale Erinnerungen verwandeln kann. Für den Fabrikarbeiter Douglas Quaid klingt der Urlaub, den man nur in seiner Phantasie macht, nach der perfekten Lösung, seinem frustrierenden Leben zu entgehen. Obwohl er eine wundervolle Frau hat, die er liebt, könnten die Erinnerungen an ein Leben als Super-Agent genau das sein, was Douglas gerade braucht. Bei der Gedankenbefüllung geht jedoch etwas schief und Quaid wird plötzlich zu einem gejagten Mann. Auf der Flucht vor der Polizei verbündet sich Quaid mit einer Rebellenkämpferin. Zusammen wollen sie den Anführer jener Untergrundorganisation finden und Cohaagen aufhalten. Die Linie zwischen Fantasie und Realität beginnt zu verschwimmen und das Schicksal seiner Welt hängt am seidenen Faden, als Quaid herausfindet, was seine wahre Identität, seine wahre Liebe und sein wahres Schicksal ist.", + "poster_path": "/4zgwx4HySRVjqSlmbrEKetJr5qo.jpg", + "release_date": "2012-08-02", + "title": "Total Recall", + "video": false, + "vote_average": 5.9, + "vote_count": 3310, + "popularity": 11.247 + }, + { + "adult": false, + "backdrop_path": "/cIAl0oODM0XEXp1RBIKzhKfxj4y.jpg", + "genre_ids": [ + 28, + 12, + 10751, + 14 + ], + "id": 81005, + "original_language": "en", + "original_title": "Jack the Giant Slayer", + "overview": "Der junge Landarbeiter Jack stürzt sich in ein gefährliches Abenteuer, als er sich aufmacht, die entführte Prinzessin Isabelle zu retten. Er betritt die Welt der Riesen und beendet damit den lange währenden Frieden zwischen den Menschen und den meterhohen Geschöpfen. Dieser Frieden hielt einzig durch den Umstand, dass das Tor zwischen den zwei Welten fest verschlossen blieb - jenes Tor, das Jack nun versehentlich weit aufgestoßen hat. Die alten Auseinandersetzungen entbrennen erneut und den Menschen droht großes Unheil. Jack hielt die Erzählungen seiner Vorfahren immer für Märchen, aber die Riesen sind plötzlich real und es liegt nun an ihm, die scheinbar übermächtigen Widersacher aufzuhalten. Er hat gar keine andere Wahl, als sich dem Kampf zu stellen, wenn er seine Angebetete zurückerobern möchte.", + "poster_path": "/yr5XwVOSF83Y78Dxdbj49o4NHm5.jpg", + "release_date": "2013-02-27", + "title": "Jack and the Giants", + "video": false, + "vote_average": 5.6, + "vote_count": 3246, + "popularity": 8.626 + }, + { + "adult": false, + "backdrop_path": "/qjfE7SkPXpqFs8FX8rIaG6eO2aK.jpg", + "genre_ids": [ + 28, + 53, + 80 + ], + "id": 82992, + "original_language": "en", + "original_title": "Fast & Furious 6", + "overview": "Nach ihrem großen Rio-Coup haben sich Dominic Toretto, Brian O'Conner und ihre Crew über die ganze Welt verstreut. Durch die erbeuteten 100 Millionen Dollar sind sie zwar reich, leben jedoch ständig auf der Flucht. An eine Rückkehr in ihre Heimat ist nicht zu denken. FBI-Agent Luke Hobbs ist derweil auf der Jagd nach einer Organisation von zum Töten ausgebildeten Rennfahrern. Die Söldner agieren in über zwölf Ländern. Ihre Befehle erhalten sie von dem übergeordneten Bandenführer Owen Shaw. Unterstützung erhält der Boss von Letty, der totgeglaubten großen Liebe von Dom. Hobbs weiß, dass er die kriminelle Bande nur stoppen kann, wenn er sie auf der Straße besiegt. Dafür braucht er die Hilfe von Dom und bietet diesem an, sich seinem Elite-Team in London anzuschließen. Als Belohnung würden Dom und seine Partner von ihren Verbrechen freigesprochen werden.", + "poster_path": "/8WMMGNH1O6H4lERnGTU1loDtteR.jpg", + "release_date": "2013-05-21", + "title": "Fast & Furious 6", + "video": false, + "vote_average": 6.7, + "vote_count": 6686, + "popularity": 2.015 + }, + { + "adult": false, + "backdrop_path": "/plssy6J0zmEmodjiyHVtceZB0yQ.jpg", + "genre_ids": [ + 28, + 14, + 27 + ], + "id": 60304, + "original_language": "en", + "original_title": "Hansel & Gretel: Witch Hunters", + "overview": "Hänsel und Gretel verliefen sich im Wald… und kommen nach 15 Jahren mit Hänsel & Gretel: Hexenjäger als professionelle, gnadenlose Hexenjäger wieder! Das gerissene Geschwisterpaar hat sich nicht nur seine eigene Peinigerin vorgenommen. Hänsel und Gretel haben das Pfefferkuchenhaus hinter sich gelassen und aus ihrem traumatischen Erlebnis eine Lebensaufgabe gemacht. Sie ziehen nun durch das Land, um böse Hexen zur Strecke zu bringen. Praktischerweise sind die beiden immun gegen böse Zaubersprüche und Flüche prallen an ihnen ab wie Kugeln an Panzerglas. Der Ruf der Geschwister als der Hexen schlimmster Albtraum bringt Hänsel und Gretel gutes Geld ein. So werden sie vom Bürgermeister der Stadt Augsburg beauftragt, seine Stadt von der teuflischen Muriel zu befreien.", + "poster_path": "/m9DHGAepS5l1CyogrzRLnUj1wZu.jpg", + "release_date": "2013-01-17", + "title": "Hänsel und Gretel: Hexenjäger", + "video": false, + "vote_average": 5.8, + "vote_count": 4310, + "popularity": 14.484 + }, + { + "adult": false, + "backdrop_path": "/ieJ5ImFoJILNULvnIpbulAln7Lr.jpg", + "genre_ids": [ + 12, + 28, + 53, + 878 + ], + "id": 14869, + "original_language": "en", + "original_title": "G.I. Joe: The Rise of Cobra", + "overview": "Es soll lediglich eine Eskorte gefährlicher Sprengköpfe sein, die alles zerstörende Nano-Roboter beinhalten, doch für Captain Hauser und seinen Armeekollegen Weems kommt die Terrororganisation Cobra in die Quere, die nach der Weltherrschaft greift. Die brandgefährliche Baroness versucht im Auftrag des gemeingefährlichen \"Doctor\", die Sprengköpfe als Druckmittel in die Finger zu bekommen, als eine Spezialeinheit namens \"G.I.Joe\" unter der Führung von General Clayton \"Hawk\" Abernathy in letzter Minute eingreift. Einmal in Kontakt mit der Gruppe sehen Hauser und Weems in der mit neuester Kampftechnik ausgestatteten Gruppe eine ganz große Chance und bemühen sich um Beitritt zur Eliteeinheit...", + "poster_path": "/lmYJiIJhmVPDGCT4dotAW1jkXDF.jpg", + "release_date": "2009-08-04", + "title": "G.I. Joe - Geheimauftrag Cobra", + "video": false, + "vote_average": 5.7, + "vote_count": 2689, + "popularity": 12.722 + }, + { + "adult": false, + "backdrop_path": "/pc7a2qrIkIxzqWGqcexd3mHzIxy.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 56292, + "original_language": "en", + "original_title": "Mission: Impossible - Ghost Protocol", + "overview": "Bei einem Einsatz des IMF im Kreml kommt es zu einem folgenschweren Zwischenfall: IMF-Anführer Ethan Hunt wird Zeuge eines verheerenden Bombenattentats, das der IMF in die Schuhe geschoben wird. Die Regierung verleugnet die Elite-Abteilung und initiiert das Phantom-Protokoll, ihr einziger Kontakt zur Kommandostruktur wird ermordet. Mit seinen Leuten geht Ethan in den Untergrund, um auf eigene Faust den Drahtzieher zu stellen. Die Spur führt nach Dubai, wo sie dem undurchschaubaren Hendricks auf die Schliche kommen.", + "poster_path": "/5Zl1jgbv0wNnQrYClqG2SggDKIe.jpg", + "release_date": "2011-12-07", + "title": "Mission: Impossible - Phantom Protokoll", + "video": false, + "vote_average": 6.9, + "vote_count": 5706, + "popularity": 21.053 + }, + { + "adult": false, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "id": 146216, + "original_language": "en", + "original_title": "RED 2", + "overview": "Frank Moses ist ein ehemaliger CIA-Agent und genießt den Ruhestand. Auf der Beisetzung seines früheren Kollegen Marvin Boggs wird er vom FBI festgenommen und zum Thema ‘Nightshade’ befragt. Es geht dabei um eine Nuklearwaffe, die vor 25 unter mysteriösen Umständen verschwand. Niemand weiß, wo sich die Waffe heute befindet. Das Verhör wird jedoch unterbrochen, seine Kidnapper werden ermordet und plötzlich taucht der totgeglaubte Marvin wieder auf. Die beiden Männer wollen die Hintergründe zum Thema Nightshade ergründen und ihre Jagd führt sie schließlich nach London, Genua und Moskau. Auch ihre Ex-Kollegin Victoria unterstützt die beiden Agenten bei ihrer gefährlichen Suche nach der Wahrheit. Doch sie sind nicht die einzigen, die Interesse an der Nuklearwaffe haben. Und dann taucht auch noch die verführerische Katja, eine alte Bekannte von Frank, auf.", + "poster_path": "/nycnh4EqiG1zGlrU6auZ8dnBDg1.jpg", + "release_date": "2013-07-18", + "title": "R.E.D. 2 - Noch Älter. Härter. Besser.", + "video": false, + "vote_average": 6.5, + "vote_count": 2204, + "popularity": 16.427 + } + ], + "total_pages": 2, + "total_results": 40 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:29.2637435Z", + "ReducedUri": "/3/movie/47964/release_dates", + "RespData": { + "id": 47964, + "results": [ + { + "iso_3166_1": "BR", + "release_dates": [ + { + "certification": "12", + "iso_639_1": "pt", + "release_date": "2013-02-22T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IN", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-22T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "UY", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-16T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "RO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "KR", + "release_dates": [ + { + "certification": "15세 이상 관람가", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-06T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "GT", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "UA", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SI", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PA", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NZ", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "MX", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "HN", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "GR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NI", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "EE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IT", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SV", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "KW", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PH", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-13T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "VE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-12T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "HK", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-07T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "HU", + "release_dates": [ + { + "certification": "16 éven aluliak számára nem ajánlott", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-13T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "AU", + "release_dates": [ + { + "certification": "M", + "iso_639_1": "", + "note": "", + "release_date": "2013-03-20T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CA", + "release_dates": [ + { + "certification": "14A", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BA", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CN", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-03-13T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "ES", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NL", + "release_dates": [ + { + "certification": "12", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SK", + "release_dates": [ + { + "certification": "12", + "iso_639_1": "", + "note": "", + "release_date": "2013-03-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "LT", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CZ", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-03-14T00:00:00Z", + "type": 3 + }, + { + "certification": "", + "iso_639_1": "cs", + "release_date": "2013-06-19T00:00:00Z", + "type": 5 + } + ] + }, + { + "iso_3166_1": "IS", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SE", + "release_dates": [ + { + "certification": "15", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "TH", + "release_dates": [ + { + "certification": "น13+", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-13T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "RU", + "release_dates": [ + { + "certification": "18+", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "JP", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "DK", + "release_dates": [ + { + "certification": "11", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "KZ", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PL", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BY", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "AZ", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CL", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "GB", + "release_dates": [ + { + "certification": "12A", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "AR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SG", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-07T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "MK", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "HR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BG", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "FI", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "EC", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "TW", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-08T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "DE", + "release_dates": [ + { + "certification": "16", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PT", + "release_dates": [ + { + "certification": "M/12", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "DO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-28T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "US", + "release_dates": [ + { + "certification": "R", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-13T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "LV", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "FR", + "release_dates": [ + { + "certification": "10", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-20T00:00:00Z", + "type": 3 + } + ] + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:26.1772863Z", + "ReducedUri": "/3/movie/47964/releases", + "RespData": { + "id": 47964, + "countries": [ + { + "certification": "R", + "iso_3166_1": "US", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "16", + "iso_3166_1": "DE", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "BG", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "AR", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "AZ", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "BY", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "11", + "iso_3166_1": "DK", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "IE", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "KZ", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "M/12", + "iso_3166_1": "PT", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "18+", + "iso_3166_1": "RU", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "15", + "iso_3166_1": "SE", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "12A", + "iso_3166_1": "GB", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "LT", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "BE", + "primary": false, + "release_date": "2013-02-13" + }, + { + "certification": "10", + "iso_3166_1": "FR", + "primary": false, + "release_date": "2013-02-20" + }, + { + "certification": "12", + "iso_3166_1": "NL", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "NO", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "IS", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "ES", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "M", + "iso_3166_1": "AU", + "primary": false, + "release_date": "2013-03-20" + }, + { + "certification": "", + "iso_3166_1": "PL", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "16 éven aluliak számára nem ajánlott", + "iso_3166_1": "HU", + "primary": false, + "release_date": "2013-02-13" + }, + { + "certification": "", + "iso_3166_1": "HK", + "primary": false, + "release_date": "2013-02-07" + }, + { + "certification": "", + "iso_3166_1": "SG", + "primary": false, + "release_date": "2013-02-07" + }, + { + "certification": "", + "iso_3166_1": "TW", + "primary": false, + "release_date": "2013-02-08" + }, + { + "certification": "", + "iso_3166_1": "VE", + "primary": false, + "release_date": "2013-02-12" + }, + { + "certification": "", + "iso_3166_1": "PH", + "primary": false, + "release_date": "2013-02-13" + }, + { + "certification": "", + "iso_3166_1": "BO", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "BA", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "CL", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "CR", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "HR", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "SV", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "EE", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "GR", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "HN", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "JP", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "KW", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "MX", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "NZ", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "NI", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "PA", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "PE", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "PR", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "MK", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "SI", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "UA", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "CO", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "EC", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "FI", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "GT", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "LV", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "RO", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "UY", + "primary": false, + "release_date": "2013-02-16" + }, + { + "certification": "", + "iso_3166_1": "IN", + "primary": false, + "release_date": "2013-02-22" + }, + { + "certification": "", + "iso_3166_1": "DO", + "primary": false, + "release_date": "2013-02-28" + }, + { + "certification": "", + "iso_3166_1": "CZ", + "primary": false, + "release_date": "2013-03-14" + }, + { + "certification": "น13+", + "iso_3166_1": "TH", + "primary": false, + "release_date": "2013-02-13" + }, + { + "certification": "", + "iso_3166_1": "CN", + "primary": false, + "release_date": "2013-03-13" + }, + { + "certification": "15세 이상 관람가", + "iso_3166_1": "KR", + "primary": false, + "release_date": "2013-02-06" + }, + { + "certification": "12", + "iso_3166_1": "SK", + "primary": false, + "release_date": "2013-03-14" + }, + { + "certification": "", + "iso_3166_1": "IT", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "12", + "iso_3166_1": "BR", + "primary": false, + "release_date": "2013-02-22" + }, + { + "certification": "14A", + "iso_3166_1": "CA", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "CZ", + "primary": false, + "release_date": "2013-06-19" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:35.9571114Z", + "ReducedUri": "/3/movie/47964/similar", + "RespData": { + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/gt0TafbcheJeT9SFewDLqYWk3Sd.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 708, + "original_language": "en", + "original_title": "The Living Daylights", + "overview": "James Bond helps a Russian General escape into the west. He soon finds out that the KGB wants to kill him for helping the General. A little while later the General is kidnapped from the Secret Service leading 007 to be suspicious.", + "poster_path": "/yEryMe58dx7zm1QBhQFeuYcv2aH.jpg", + "release_date": "1987-06-29", + "title": "The Living Daylights", + "video": false, + "vote_average": 6.4, + "vote_count": 688, + "popularity": 14.264 + }, + { + "adult": false, + "backdrop_path": "/pc7a2qrIkIxzqWGqcexd3mHzIxy.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 56292, + "original_language": "en", + "original_title": "Mission: Impossible - Ghost Protocol", + "overview": "Ethan Hunt and his team are racing against time to track down a dangerous terrorist named Hendricks, who has gained access to Russian nuclear launch codes and is planning a strike on the United States. An attempt to stop him ends in an explosion causing severe destruction to the Kremlin and the IMF to be implicated in the bombing, forcing the President to disavow them. No longer being aided by the government, Ethan and his team chase Hendricks around the globe, although they might still be too late to stop a disaster.", + "poster_path": "/khlcsYHr7Hi4Tkymc7UGDvcUcx.jpg", + "release_date": "2011-12-07", + "title": "Mission: Impossible - Ghost Protocol", + "video": false, + "vote_average": 6.9, + "vote_count": 5706, + "popularity": 21.053 + }, + { + "adult": false, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "id": 146216, + "original_language": "en", + "original_title": "RED 2", + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "release_date": "2013-07-18", + "title": "RED 2", + "video": false, + "vote_average": 6.5, + "vote_count": 2204, + "popularity": 16.427 + }, + { + "adult": false, + "backdrop_path": "/7WURHOyx05AWAoNcBGp72clvB49.jpg", + "genre_ids": [ + 28, + 18, + 53 + ], + "id": 137094, + "original_language": "en", + "original_title": "Jack Ryan: Shadow Recruit", + "overview": "Jack Ryan, as a young covert CIA analyst, uncovers a Russian plot to crash the U.S. economy with a terrorist attack.", + "poster_path": "/jBibISmRBUO35p0Picv0nOo33sc.jpg", + "release_date": "2014-01-15", + "title": "Jack Ryan: Shadow Recruit", + "video": false, + "vote_average": 6.1, + "vote_count": 1587, + "popularity": 11.34 + }, + { + "adult": false, + "backdrop_path": "/tjQHn6xW5BiB1RJ3OZIPDzIOSkF.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 954, + "original_language": "en", + "original_title": "Mission: Impossible", + "overview": "When Ethan Hunt, the leader of a crack espionage team whose perilous operation has gone awry with no explanation, discovers that a mole has penetrated the CIA, he's surprised to learn that he's the No. 1 suspect. To clear his name, Hunt now must ferret out the real double agent and, in the process, even the score.", + "poster_path": "/vmj2PzTLC6xJvshpq8SlaYE3gbd.jpg", + "release_date": "1996-05-22", + "title": "Mission: Impossible", + "video": false, + "vote_average": 6.8, + "vote_count": 4368, + "popularity": 21.073 + }, + { + "adult": false, + "backdrop_path": "/aX2mwtawBe2TD1csPBYvm03sx3a.jpg", + "genre_ids": [ + 28, + 53, + 80 + ], + "id": 1701, + "original_language": "en", + "original_title": "Con Air", + "overview": "When the government puts all its rotten criminal eggs in one airborne basket, it's asking for trouble. Before you can say, \"Pass the barf bag,\" the crooks control the plane, led by creepy Cyrus \"The Virus\" Grissom. Watching his every move is the just-released Cameron Poe, who'd rather reunite with his family.", + "poster_path": "/yhaOQ7xXw0PLHLvg1w0M9zlPdg6.jpg", + "release_date": "1997-06-01", + "title": "Con Air", + "video": false, + "vote_average": 6.6, + "vote_count": 1948, + "popularity": 15.9 + }, + { + "adult": false, + "backdrop_path": "/cU3goO0TMNDWxgDwILAARyiblXK.jpg", + "genre_ids": [ + 28, + 12, + 53, + 10752 + ], + "id": 1368, + "original_language": "en", + "original_title": "First Blood", + "overview": "When former Green Beret John Rambo is harassed by local law enforcement and arrested for vagrancy, the Vietnam vet snaps, runs for the hills and rat-a-tat-tats his way into the action-movie hall of fame. Hounded by a relentless sheriff, Rambo employs heavy-handed guerilla tactics to shake the cops off his tail.", + "poster_path": "/bbYNNEGLXrV3lJpHDg7CKaPscCb.jpg", + "release_date": "1982-10-22", + "title": "First Blood", + "video": false, + "vote_average": 7.3, + "vote_count": 2526, + "popularity": 17.451 + }, + { + "adult": false, + "backdrop_path": "/vemDErY5wkg2Yg5eTQ7ciPRuyqt.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 657, + "original_language": "en", + "original_title": "From Russia with Love", + "overview": "Agent 007 is back in the second installment of the James Bond series, this time battling a secret crime organization known as SPECTRE. Russians Rosa Klebb and Kronsteen are out to snatch a decoding device known as the Lektor, using the ravishing Tatiana to lure Bond into helping them. Bond willingly travels to meet Tatiana in Istanbul, where he must rely on his wits to escape with his life in a series of deadly encounters with the enemy", + "poster_path": "/fvIG285JwenrV1K6kVASi1TECJ0.jpg", + "release_date": "1963-10-11", + "title": "From Russia with Love", + "video": false, + "vote_average": 7.1, + "vote_count": 1209, + "popularity": 24.353 + }, + { + "adult": false, + "backdrop_path": "/lDmAQexExnvfKAG8fvx04ro6Ly4.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 107846, + "original_language": "en", + "original_title": "Escape Plan", + "overview": "Ray Breslin is the world's foremost authority on structural security. After analyzing every high security prison and learning a vast array of survival skills so he can design escape-proof prisons, his skills are put to the test. He's framed and incarcerated in a master prison he designed himself. He needs to escape and find the person who put him behind bars.", + "poster_path": "/j3XZwBeWgoAbVmkW3JyOme79I2e.jpg", + "release_date": "2013-10-09", + "title": "Escape Plan", + "video": false, + "vote_average": 6.7, + "vote_count": 2551, + "popularity": 15.551 + }, + { + "id": 254904, + "video": false, + "vote_count": 817, + "vote_average": 6.1, + "title": "The November Man", + "release_date": "2014-08-27", + "original_language": "en", + "original_title": "The November Man", + "genre_ids": [ + 28, + 80, + 53 + ], + "backdrop_path": "/hSvpWAVXC781u5rOgI44799p2WL.jpg", + "adult": false, + "overview": "An ex- CIA operative is brought back in on a very personal mission and finds himself pitted against his former pupil in a deadly game involving high level CIA officials and the Russian president-elect.", + "poster_path": "/lcg1bkriMVvc8m0jz5zk0yvzVTA.jpg", + "popularity": 14.73 + }, + { + "adult": false, + "backdrop_path": "/bDdVZNvxb670EMlZqeIy6RdyJ4V.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 955, + "original_language": "en", + "original_title": "Mission: Impossible II", + "overview": "With computer genius Luther Stickell at his side and a beautiful thief on his mind, agent Ethan Hunt races across Australia and Spain to stop a former IMF agent from unleashing a genetically engineered biological weapon called Chimera. This mission, should Hunt choose to accept it, plunges him into the center of an international crisis of terrifying magnitude.", + "poster_path": "/12mI7kU22nJrmtAgGcDP8tbAz4a.jpg", + "release_date": "2000-05-24", + "title": "Mission: Impossible II", + "video": false, + "vote_average": 6.0, + "vote_count": 3247, + "popularity": 14.684 + }, + { + "adult": false, + "backdrop_path": "/2tCAEhE2rPONBmUOs4W73AlBWYg.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 691, + "original_language": "en", + "original_title": "The Spy Who Loved Me", + "overview": "Russian and British submarines with nuclear missiles on board both vanish from sight without a trace. England and Russia both blame each other as James Bond tries to solve the riddle of the disappearing ships. But the KGB also has an agent on the case.", + "poster_path": "/vYMgDqQDpqHDhz3enGkwBmTs7p7.jpg", + "release_date": "1977-07-07", + "title": "The Spy Who Loved Me", + "video": false, + "vote_average": 6.7, + "vote_count": 775, + "popularity": 14.456 + }, + { + "id": 11808, + "video": false, + "vote_count": 629, + "vote_average": 6.3, + "title": "U.S. Marshals", + "release_date": "1998-03-06", + "original_language": "en", + "original_title": "U.S. Marshals", + "genre_ids": [ + 28, + 80, + 53 + ], + "backdrop_path": "/kbVaXdh1wpeo9XqMDCQB9no4QlB.jpg", + "adult": false, + "overview": "U.S. Marshal Sam Gerard is accompanying a plane load of convicts from Chicago to New York. The plane crashes spectacularly, and Mark Sheridan escapes. But when Diplomatic Security Agent John Royce is assigned to help Gerard recapture Sheridan, it becomes clear that Sheridan is more than just another murderer.", + "poster_path": "/3uixF2pHa0whTKcYmenDrArX0II.jpg", + "popularity": 9.744 + }, + { + "adult": false, + "backdrop_path": "/nUTwBFGGA3Exz0VnWQSWpamFF8a.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "id": 13291, + "original_language": "en", + "original_title": "Traitor", + "overview": "When straight arrow FBI agent Roy Clayton heads up the investigation into a dangerous international conspiracy, all clues seem to lead back to former U.S. Special Operations officer, Samir Horn.", + "poster_path": "/euLk9RxsPHfpyWUHzTDNY6Dksch.jpg", + "release_date": "2008-08-23", + "title": "Traitor", + "video": false, + "vote_average": 6.6, + "vote_count": 298, + "popularity": 9.281 + }, + { + "adult": false, + "backdrop_path": "/ngrd70H4uInf6m5hhZ9wHtVxRGL.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "id": 9414, + "original_language": "en", + "original_title": "The Man Who Knew Too Little", + "overview": "An American gets a ticket for an audience participation game in London, then gets involved in a case of mistaken identity. As an international plot unravels around him, he thinks it's all part of the act.", + "poster_path": "/32UQkAUWy9NpuvJfF82xrMr2A0G.jpg", + "release_date": "1997-11-14", + "title": "The Man Who Knew Too Little", + "video": false, + "vote_average": 6.4, + "vote_count": 196, + "popularity": 6.295 + }, + { + "adult": false, + "backdrop_path": "/cPr5sLYNT7w9jzHRGtUpsj5tiMj.jpg", + "genre_ids": [ + 80, + 18, + 53, + 9648 + ], + "id": 1073, + "original_language": "en", + "original_title": "Arlington Road", + "overview": "Threats from sinister foreign nationals aren't the only thing to fear. Bedraggled college professor Michael Faraday has been vexed (and increasingly paranoid) since his wife's accidental death in a botched FBI operation. But all that takes a backseat when a seemingly all-American couple set up house next door.", + "poster_path": "/jMwDRI4qu5FrSAzf7BfNveuRVf9.jpg", + "release_date": "1999-03-19", + "title": "Arlington Road", + "video": false, + "vote_average": 7.1, + "vote_count": 415, + "popularity": 9.196 + }, + { + "adult": false, + "backdrop_path": "/csGyWqK4dTAtSPpreU26TzoY9ua.jpg", + "genre_ids": [ + 28, + 878, + 53 + ], + "id": 12088, + "original_language": "en", + "original_title": "Fortress", + "overview": "A futuristic prison movie. Protagonist and wife are nabbed at a future US emigration point with an illegal baby during population control. The resulting prison experience is the subject of the movie. The prison is a futuristic one run by a private corporation bent on mind control in various ways", + "poster_path": "/evjpqWPUY4VpOdyLpeRfkGU8DiR.jpg", + "release_date": "1992-09-30", + "title": "Fortress", + "video": false, + "vote_average": 5.8, + "vote_count": 263, + "popularity": 8.727 + }, + { + "adult": false, + "backdrop_path": "/otZSXsHSJNUSd6vIT4YUPTbviI5.jpg", + "genre_ids": [ + 28, + 27, + 878, + 53 + ], + "id": 71469, + "original_language": "en", + "original_title": "The Darkest Hour", + "overview": "In Moscow, five young people lead the charge against an alien race which has attacked Earth via our power supply.", + "poster_path": "/vRfn8Zxm4Xfssb7TFiSMDfpJEn.jpg", + "release_date": "2011-12-22", + "title": "The Darkest Hour", + "video": false, + "vote_average": 4.9, + "vote_count": 683, + "popularity": 8.449 + }, + { + "adult": false, + "backdrop_path": "/97oVyyXriXlwIaiDDvB0p72471o.jpg", + "genre_ids": [ + 80, + 18 + ], + "id": 903, + "original_language": "en", + "original_title": "Cool Hand Luke", + "overview": "When petty criminal Luke Jackson is sentenced to two years in a Florida prison farm, he doesn't play by the rules of either the sadistic warden or the yard's resident heavy, Dragline, who ends up admiring the new guy's unbreakable will. Luke's bravado, even in the face of repeated stints in the prison's dreaded solitary confinement cell, \"the box,\" make him a rebel hero to his fellow convicts and a thorn in the side of the prison officers.", + "poster_path": "/vDwphkloD7ToaDpKASAXGgHOclN.jpg", + "release_date": "1967-06-22", + "title": "Cool Hand Luke", + "video": false, + "vote_average": 7.8, + "vote_count": 584, + "popularity": 9.743 + }, + { + "adult": false, + "backdrop_path": "/rRK0LRpvRI2didoMaBFt1GqxjEy.jpg", + "genre_ids": [ + 18, + 53 + ], + "id": 134411, + "original_language": "en", + "original_title": "Snitch", + "overview": "Construction company owner John Matthews learns that his estranged son, Jason, has been arrested for drug trafficking. Facing an unjust prison sentence for a first time offender courtesy of mandatory minimum sentence laws, Jason has nothing to offer for leniency in good conscience. Desperately, John convinces the DEA and the opportunistic DA Joanne Keeghan to let him go undercover to help make arrests big enough to free his son in return. With the unwitting help of an ex-con employee, John enters the narcotics underworld where every move could be his last in an operation that will demand all his resources, wits and courage to survive.", + "poster_path": "/6bIr7h0AcZGZds7ep8ShsQRwUxX.jpg", + "release_date": "2013-02-21", + "title": "Snitch", + "video": false, + "vote_average": 5.9, + "vote_count": 1434, + "popularity": 8.147 + } + ], + "total_pages": 7, + "total_results": 126 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:36.2127369Z", + "ReducedUri": "/3/movie/47964/similar?language=de", + "RespData": { + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/gt0TafbcheJeT9SFewDLqYWk3Sd.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 708, + "original_language": "en", + "original_title": "The Living Daylights", + "overview": "James Bond verhilft einem russischen General zur Flucht in den Westen. Von ihm erfährt er, dass der KGB in einer groß angelegten Aktion alle feindlichen Agenten töten will. Wenig später wird der General vor den Augen des Secret Service entführt. 007 schöpft einen Verdacht.", + "poster_path": "/mBGxvbXHdpT7OPXCVCqL0JEbnby.jpg", + "release_date": "1987-06-29", + "title": "James Bond 007 - Der Hauch des Todes", + "video": false, + "vote_average": 6.4, + "vote_count": 688, + "popularity": 14.264 + }, + { + "adult": false, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "id": 146216, + "original_language": "en", + "original_title": "RED 2", + "overview": "Frank Moses ist ein ehemaliger CIA-Agent und genießt den Ruhestand. Auf der Beisetzung seines früheren Kollegen Marvin Boggs wird er vom FBI festgenommen und zum Thema ‘Nightshade’ befragt. Es geht dabei um eine Nuklearwaffe, die vor 25 unter mysteriösen Umständen verschwand. Niemand weiß, wo sich die Waffe heute befindet. Das Verhör wird jedoch unterbrochen, seine Kidnapper werden ermordet und plötzlich taucht der totgeglaubte Marvin wieder auf. Die beiden Männer wollen die Hintergründe zum Thema Nightshade ergründen und ihre Jagd führt sie schließlich nach London, Genua und Moskau. Auch ihre Ex-Kollegin Victoria unterstützt die beiden Agenten bei ihrer gefährlichen Suche nach der Wahrheit. Doch sie sind nicht die einzigen, die Interesse an der Nuklearwaffe haben. Und dann taucht auch noch die verführerische Katja, eine alte Bekannte von Frank, auf.", + "poster_path": "/nycnh4EqiG1zGlrU6auZ8dnBDg1.jpg", + "release_date": "2013-07-18", + "title": "R.E.D. 2 - Noch Älter. Härter. Besser.", + "video": false, + "vote_average": 6.5, + "vote_count": 2204, + "popularity": 16.427 + }, + { + "adult": false, + "backdrop_path": "/pc7a2qrIkIxzqWGqcexd3mHzIxy.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 56292, + "original_language": "en", + "original_title": "Mission: Impossible - Ghost Protocol", + "overview": "Bei einem Einsatz des IMF im Kreml kommt es zu einem folgenschweren Zwischenfall: IMF-Anführer Ethan Hunt wird Zeuge eines verheerenden Bombenattentats, das der IMF in die Schuhe geschoben wird. Die Regierung verleugnet die Elite-Abteilung und initiiert das Phantom-Protokoll, ihr einziger Kontakt zur Kommandostruktur wird ermordet. Mit seinen Leuten geht Ethan in den Untergrund, um auf eigene Faust den Drahtzieher zu stellen. Die Spur führt nach Dubai, wo sie dem undurchschaubaren Hendricks auf die Schliche kommen.", + "poster_path": "/5Zl1jgbv0wNnQrYClqG2SggDKIe.jpg", + "release_date": "2011-12-07", + "title": "Mission: Impossible - Phantom Protokoll", + "video": false, + "vote_average": 6.9, + "vote_count": 5706, + "popularity": 21.053 + }, + { + "adult": false, + "backdrop_path": "/7WURHOyx05AWAoNcBGp72clvB49.jpg", + "genre_ids": [ + 28, + 18, + 53 + ], + "id": 137094, + "original_language": "en", + "original_title": "Jack Ryan: Shadow Recruit", + "overview": "Jack Ryan hat sich nach seinen Erfahrungen als Soldat in Afghanistan einem bürgerlichen Leben verschrieben. Aus diesem Grund ist er mit seinem Bürojob an der New Yorker Wall Street mehr als zufrieden - doch Ryan muss schneller wieder zur Waffe greifen, als ihm lieb ist.Unter einem Vorwand lädt ihn der CIA-Agent William Harper zu einem Gespräch ein, bei dem er Ryan eröffnet, dass er dessen Hilfe brauche, um einen Anschlag zu verhindern. Die Gefahr geht angeblich vom russischen Oligarchen Viktor Cherevin aus, der zuerst die Vereinigten Staaten und dann sämtliche wichtigen Finanzplätze lahmlegen will...", + "poster_path": "/c9yRcAYqnEKPUywuqQn1KaflvIZ.jpg", + "release_date": "2014-01-15", + "title": "Jack Ryan: Shadow Recruit", + "video": false, + "vote_average": 6.1, + "vote_count": 1587, + "popularity": 11.34 + }, + { + "adult": false, + "backdrop_path": "/cU3goO0TMNDWxgDwILAARyiblXK.jpg", + "genre_ids": [ + 28, + 12, + 53, + 10752 + ], + "id": 1368, + "original_language": "en", + "original_title": "First Blood", + "overview": "John Rambo, ein vom Krieg verstörter Vietnamveteran, irrt trampend durch die Vereinigten Staaten. Unterwegs gerät er an den bösartigen Sheriff Teasle, der ihn ohne Grund in Haft nimmt. Als Rambo in der Zelle von den Cops misshandelt wird, dreht er durch, und flüchtet in den Wald. Jetzt haben die Provinzbullen endlich einen Grund, ihn zu jagen. Doch da haben sie sich den falschen ausgesucht…", + "poster_path": "/sHftTWM5j15NijPYrxNGjypjuYB.jpg", + "release_date": "1982-10-22", + "title": "Rambo", + "video": false, + "vote_average": 7.3, + "vote_count": 2526, + "popularity": 17.451 + }, + { + "adult": false, + "backdrop_path": "/aX2mwtawBe2TD1csPBYvm03sx3a.jpg", + "genre_ids": [ + 28, + 53, + 80 + ], + "id": 1701, + "original_language": "en", + "original_title": "Con Air", + "overview": "Der ehemalige US Ranger Cameron Poe verbüßt eine langjährige Haftstrafe, nachdem er in Notwehr einen Mann bei einer Schlägerei getötet hat. Am Tag seiner Entlassung soll er mit der mit einem Gefangenenflugzeug zu seinem Heimatort geflogen werden. Die anderen Gefangenen an Bord des Flugzeugs gelingt es jedoch die Maschine unter ihre Kontrolle zu bekommen und planen den Ausbruch...", + "poster_path": "/gPmSdhbLpXwnXRjpGLCIcq31bx.jpg", + "release_date": "1997-06-01", + "title": "Con Air", + "video": false, + "vote_average": 6.6, + "vote_count": 1948, + "popularity": 15.9 + }, + { + "adult": false, + "backdrop_path": "/vemDErY5wkg2Yg5eTQ7ciPRuyqt.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 657, + "original_language": "en", + "original_title": "From Russia with Love", + "overview": "James Bond soll in Istanbul eine russische Dechiffriermaschine von einer übergelaufenen Agentin erhalten. Das verlockende Angebot entpuppt sich jedoch als tödliche Falle.", + "poster_path": "/yGZzr1k0BmCCV19lVCPoiuTyUxd.jpg", + "release_date": "1963-10-11", + "title": "James Bond 007 - Liebesgrüße aus Moskau", + "video": false, + "vote_average": 7.1, + "vote_count": 1209, + "popularity": 24.353 + }, + { + "adult": false, + "backdrop_path": "/tjQHn6xW5BiB1RJ3OZIPDzIOSkF.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 954, + "original_language": "en", + "original_title": "Mission: Impossible", + "overview": "Als eine Liste mit den Codenamen verdeckter Top-Agenten zum Verkauf angeboten wird, soll ein Team von Spezialagenten den Verräter auf frischer Tat überführen.Cruise spielt den Geheimagenten Ethan Hunt, der miterleben muss, wie seine Kollegen bei diesem Einsatz zu Tode kommen. Bei einem Treffen mit seinem Kontaktmann der CIA erkennt Hunt, daß hinter der Mission ein perfides Doppelspiel steckt. Als Überlebenden wird ihm die Schuld am Tod seines Teams angehängt. Um seine Unschuld zu beweisen, muß Hunt den wahren Maulwurf finden. Ob auf der Flucht vor Killerkommandos der Regierung, beim Eindringen in den Hochsicherheitstrakt der CIA oder gar am Dach eines Hochgeschwindigkeitszuges festgeklammert, Hunt muß alles daransetzen, seinen Verfolgern stets einen Schritt voraus zu sein und der schrecklichen Wahrheit Schritt für Schritt näher zu kommen...", + "poster_path": "/vmj2PzTLC6xJvshpq8SlaYE3gbd.jpg", + "release_date": "1996-05-22", + "title": "Mission: Impossible", + "video": false, + "vote_average": 6.8, + "vote_count": 4368, + "popularity": 21.073 + }, + { + "adult": false, + "backdrop_path": "/lDmAQexExnvfKAG8fvx04ro6Ly4.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 107846, + "original_language": "en", + "original_title": "Escape Plan", + "overview": "Ray Breslin ist einer der besten Sicherheitsexperten der Welt. Mit seinen Kenntnissen ist er in der Lage, aus jedem Gefängnis auszubrechen. Er ist somit genau der richtige Mann für den Auftrag, eine wirklich ausbruchsichere Haftanstalt zu entwerfen. Zum Job gehört auch, dass er seinen neuen High-Tech-Hochsicherheitstrakt einem Praxistest unterzieht: Ray lässt sich inkognito als Insasse im Knast einschleusen. Doch schnell bemerkt er, dass ihm eine Falle gestellt wurde. Ray versucht zu entkommen, aber ein Ausbruch scheint tatsächlich unmöglich, dafür hat er schließlich selbst gesorgt. Erst als er den Mithäftling Emil Rottmayer kennenlernt, ergibt sich eine neue Perspektive. Gemeinsam schmieden sie einen Plan, um aus dem „Grab“, wie der Codename der Einrichtung lautet, zu fliehen.", + "poster_path": "/Adc9fJtAXl0kmye13tJW53oVBPY.jpg", + "release_date": "2013-10-09", + "title": "Escape Plan", + "video": false, + "vote_average": 6.7, + "vote_count": 2551, + "popularity": 15.551 + }, + { + "adult": false, + "backdrop_path": "/hSvpWAVXC781u5rOgI44799p2WL.jpg", + "genre_ids": [ + 80, + 28, + 53 + ], + "id": 254904, + "original_language": "en", + "original_title": "The November Man", + "overview": "Top-Agent Peter Devereaux, Code-Name \"November Man\", hat sich nach seinem letzten Fall in den verdienten Ruhestand in die Schweiz begeben. Doch das Idyll währt nicht lange: Peters ehemaliger Chef beordert seinen besten Mann zurück in den Dienst, denn wie es scheint, wurde der CIA von einem Maulwurf infiltriert. Peter soll die Zeugin Alice Fournier beschützen und den Komplott aufdecken, dessen Zielscheibe auch sein eigenes Leben ist - ein Killer wurde auf den Agenten angesetzt. Als Peter entdeckt, dass auch sein ehemaliger Schützling David Mason in die Affäre verwickelt zu sein scheint und womöglich dem russischen Geheimdienst angehört, gibt es für den Spion kaum noch Anhaltspunkte, wem er trauen kann und wem nicht: Er muss auf eigene Faust ermitteln.", + "poster_path": "/mFQld6Z9dZZpE31YvrUDHhb2R98.jpg", + "release_date": "2014-08-27", + "title": "The November Man", + "video": false, + "vote_average": 6.1, + "vote_count": 817, + "popularity": 14.73 + }, + { + "adult": false, + "backdrop_path": "/bDdVZNvxb670EMlZqeIy6RdyJ4V.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 955, + "original_language": "en", + "original_title": "Mission: Impossible II", + "overview": "Agent Ethan Hunt genießt gerade seinen Urlaub beim Freiklettern, als ihn eine vom Hubschrauber überbrachte Nachricht zur Arbeit zurückruft: Der kriminelle Ex-Kollege Sean Ambrose hat mit seiner Gang ein todbringendes Virus in seinen Besitz gebracht. Nun gilt es, den Verräter schleunigst ausfindig und dingfest zu machen. Deshalb macht sich Ethan gemeinsam mit dem Computer-Genie Luther, dem Australier Billy und der attraktiven Meisterdiebin Nyah an die unmöglich scheinende Mission, das Virus zurückzuholen.", + "poster_path": "/ozTb3YTZcZxk1g7qOswbJfe2WY3.jpg", + "release_date": "2000-05-24", + "title": "Mission: Impossible II", + "video": false, + "vote_average": 6.0, + "vote_count": 3247, + "popularity": 14.684 + }, + { + "adult": false, + "backdrop_path": "/2tCAEhE2rPONBmUOs4W73AlBWYg.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 691, + "original_language": "en", + "original_title": "The Spy Who Loved Me", + "overview": "Ein russisches und ein amerikanisches U-Boot mit Atomraketen an Bord verschwinden spurlos von der Bildfläche. Amerikaner und Russen beschuldigen sich gegenseitig. James Bond soll das Rätsel der verschwundenen U-Boote lösen. Aber auch der KGB hat schon einen Agenten losgeschickt.", + "poster_path": "/tOoxymmzIPayz99gQdftedxWBlf.jpg", + "release_date": "1977-07-07", + "title": "James Bond 007 - Der Spion, der mich liebte", + "video": false, + "vote_average": 6.7, + "vote_count": 775, + "popularity": 14.456 + }, + { + "adult": false, + "backdrop_path": "/kbVaXdh1wpeo9XqMDCQB9no4QlB.jpg", + "genre_ids": [ + 53, + 80, + 28 + ], + "id": 11808, + "original_language": "en", + "original_title": "U.S. Marshals", + "overview": "Der Ex-CIA-Agent Mark Roberts wird verdächtigt, zwei Morde begangen zu haben. Denn U.S. Marshal Sam Gerard hat dessen Fingerabdrücke am Tatort gefunden. Nach seiner Verhaftung soll Roberts nach New York geflogen werden. Doch die Maschine stürzt ab und dem vermeintlichen Mörder gelingt die Flucht. Gemeinsam mit dem Secret-Service-Agenten John Royce jagt Gerard den Häftling quer durch Amerika. Als der Marshal jedoch merkt, dass sein Partner versucht, Roberts zu beseitigen, beginnt er erneut zu recherchieren...", + "poster_path": "/aF9myWBcMGy0hPTPidLCh8SiWP2.jpg", + "release_date": "1998-03-06", + "title": "Auf der Jagd", + "video": false, + "vote_average": 6.3, + "vote_count": 629, + "popularity": 9.744 + }, + { + "adult": false, + "backdrop_path": "/nUTwBFGGA3Exz0VnWQSWpamFF8a.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "id": 13291, + "original_language": "en", + "original_title": "Traitor", + "overview": "Der muslimische Afroamerikaner Samir Horn gerät nach einem gescheiterten Sprengstoffdeal in jemenitische Gefangenschaft. FBI-Agent Roy Clayton scheitert beim Versuch, den Landsmann als Informanten zu gewinnen. Im Gefängnis freundet sich Samir mit dem Extremisten Omar an, der ihm schließlich zur Flucht verhilft und in seine international operierende Terrorgruppe einführt. In der Folge entpuppt sich der Amerikaner als überaus wertvoller Mitarbeiter, verfügt er doch dank seiner Erfahrungen beim US-Militär über detaillierte Kenntnisse im Umgang mit Sprengstoff und Bomben. Während das FBI die Schlinge immer enger zieht und Samir als Hauptverdächtigen einstuft, hat der Terrorchef allerdings nach wie vor Zweifel an dessen Loyalität. Ein Bombenanschlag auf das US-Konsulat in Nizza soll diese endgültig ausräumen ...", + "poster_path": "/9XCQeZewAE0DS3Q2nZ9dJlxJnM9.jpg", + "release_date": "2008-08-23", + "title": "Traitor", + "video": false, + "vote_average": 6.6, + "vote_count": 298, + "popularity": 9.281 + }, + { + "adult": false, + "backdrop_path": "/ngrd70H4uInf6m5hhZ9wHtVxRGL.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "id": 9414, + "original_language": "en", + "original_title": "The Man Who Knew Too Little", + "overview": "Der Amerikaner Wallace Ritchie besucht seinen Bruder James, einen erfolgreichen Banker, in London. Weil James keine Zeit für den Besucher hat, schenkt er Wallace eine Karte für das Theaterspiel „Theatre of Life“, bei dem der Zuschauer in das Geschehen mit einbezogen wird. Doch was Wallace erwartet, ist weitaus realer, als er sich es hätte vorstellen können. Denn statt zu der Inszenierung gerät der ahnungslose Wallace mittenhinein in echtes und tatsächliches Spionage-Komplott wie aus Zeiten des Kalten Krieges. Fest davon überzeugt, nach wie vor Teil des Theaters zu sein, schlüpft Wallace in die Rolle des Auftragskillers und meistert jede Situation mit mehr Glück als Verstand. Leidlich amüsiert befolgt er die Anweisungen seiner Kontaktpersonen, während ihm echte Kugeln um die Ohren fliegen. Erst als die hübsche Lori sein nächstes Opfer werden soll, beschließt er, das Drehbuch zu ändern…", + "poster_path": "/5mrkg69cFgpVhZtjo2lS9jxZvJ3.jpg", + "release_date": "1997-11-14", + "title": "Agent Null Null Nix", + "video": false, + "vote_average": 6.4, + "vote_count": 196, + "popularity": 6.295 + }, + { + "adult": false, + "backdrop_path": "/cPr5sLYNT7w9jzHRGtUpsj5tiMj.jpg", + "genre_ids": [ + 80, + 18, + 53, + 9648 + ], + "id": 1073, + "original_language": "en", + "original_title": "Arlington Road", + "overview": "Michael Faraday führt ein mehr oder weniger beschauliches Leben in einem Vorort von Washington. Umgeben von “normalen” Menschen und netten Nachbarn. Einer davon ist Oliver Lang. Aber irgendwann kommen Michael Zweifel an dem dreifachen Familienvater. Ist Oliver ein wahnsinniger Killer? Ein Terrorist? Ein Agent? Oder ist es Michael selbst, der die Realität nicht mehr von seiner paranoiden Phantasie unterscheiden kann? Ein mörderischer Wettlauf beginnt, an dessen Ende eins klar ist: In der Arlington Road wird das Leben nie mehr so sein, wie es einmal war. Oder war es nie so?", + "poster_path": "/3luGsMtaoZ5uLtSlCi8Tr7PDbzk.jpg", + "release_date": "1999-03-19", + "title": "Arlington Road", + "video": false, + "vote_average": 7.1, + "vote_count": 415, + "popularity": 9.196 + }, + { + "adult": false, + "backdrop_path": "/csGyWqK4dTAtSPpreU26TzoY9ua.jpg", + "genre_ids": [ + 28, + 878, + 53 + ], + "id": 12088, + "original_language": "en", + "original_title": "Fortress", + "overview": "In den Vereinigten Staaten der Zukunft ist es verboten mehr als ein Baby zu bekommen. John und Karen Brennick versuchen aus diesem Grund über die Grenze nach Mexiko zu flüchten, denn: Karen ist mit ihrem zweiten Kind schwanger. Sie werden entdeckt und inhaftiert. Das Gefängnis ist eine, unter der Erde errichtete, hochmoderne Verwahrungsanstalt, in der die Gefangenen mit Lasern, Kameras, Gedankenscannern und anderen Methoden kontrolliert werden. Die Kinder, die in Gefangenschaft geboren werden, werden dem High-Tech-Unternehmen MenTel für die Erschaffung von Cyborgs zur Verfügung gestellt. John und Karen wollen diesem Schicksal entgehen und planen eine gewagte Flucht. Doch der sadistische Gefängnisdirektor Poe hat sein Auge auf die attraktive Karen geworfen, was die Flucht zusätzlich erschweren könnte.", + "poster_path": "/bUwUkWSWmCTB1Roe3XhrGt0KjcQ.jpg", + "release_date": "1992-09-30", + "title": "Fortress - Die Festung", + "video": false, + "vote_average": 5.8, + "vote_count": 263, + "popularity": 8.727 + }, + { + "adult": false, + "backdrop_path": "/otZSXsHSJNUSd6vIT4YUPTbviI5.jpg", + "genre_ids": [ + 27, + 28, + 53, + 878 + ], + "id": 71469, + "original_language": "en", + "original_title": "The Darkest Hour", + "overview": "Es soll eine einzige große Party werden, doch es wird zum Kampf ums Überleben. Fünf Freunde reisen nach Moskau, um die faszinierende Metropole zu erleben. Doch dann kommt es zu einer Invasion aus dem All. Außerirdische, die kaum zu sehen sind, greifen die Erde an und fangen sofort an, die Menschheit zu töten. Die Invasoren können die Elektrizität kontrollieren und als tödliche Waffe einsetzen. Den Freunden gelingt es in den Untergrund zu fliehen und so zu überleben, während überirdisch die Menschheit nach und nach ausgerottet wird. Nach wenigen Tagen gleicht die einstige Metropole einer Geisterstadt. Die Gruppe fasst einen verzweifelten Entschluss: sie tritt zum Kampf gegen die außerirdische Macht an.", + "poster_path": "/rv9Rbpq9Rb8BRQWDyg69F0YhX1v.jpg", + "release_date": "2011-12-22", + "title": "Darkest Hour", + "video": false, + "vote_average": 4.9, + "vote_count": 683, + "popularity": 8.449 + }, + { + "adult": false, + "backdrop_path": "/97oVyyXriXlwIaiDDvB0p72471o.jpg", + "genre_ids": [ + 80, + 18 + ], + "id": 903, + "original_language": "en", + "original_title": "Cool Hand Luke", + "overview": "Wegen Randalierens wird der introvertierte Luke Jackson zu einer Gefängnisstrafe verurteilt, die er in einem Knast im Süden der Vereinigten Staaten verbüßen muss. Zwei Ausbruchversuche schlagen fehl. Dafür gewinnt Luke den Respekt der Insassen. Grund genug für den Direktor der Anstalt, Lukes Willen mit allen Mitteln zu brechen.", + "poster_path": "/8l5XzslyBfi6a1cMlFPodxSZwfo.jpg", + "release_date": "1967-06-22", + "title": "Der Unbeugsame", + "video": false, + "vote_average": 7.8, + "vote_count": 584, + "popularity": 9.743 + }, + { + "id": 134411, + "video": false, + "vote_count": 1434, + "vote_average": 5.9, + "title": "Snitch - Ein riskanter Deal", + "release_date": "2013-02-21", + "original_language": "en", + "original_title": "Snitch", + "genre_ids": [ + 18, + 53 + ], + "backdrop_path": "/rRK0LRpvRI2didoMaBFt1GqxjEy.jpg", + "adult": false, + "overview": "Als der 17-jährige Jason ein Paket mit Ecstasy-Pillen entgegennimmt, das ihm ein „guter Freund\" zugeschickt hat, soll er wegen Drogenhandels für zehn Jahre hinter Gitter -- das Mindeststrafmaß für Drogendelikte in den USA! Um ihn vor dieser drakonischen Strafe zu bewahren, vereinbart sein alarmierter Vater John mit der resoluten Staatsanwältin einen sogenannten „Snitch\": Sollte es John gelingen, einen der Drogenbosse ans Messer zu liefern, kommt sein Sohn frei.", + "poster_path": "/tOfq9Ql1EYP1VFVkTa1KesHAYSI.jpg", + "popularity": 8.147 + } + ], + "total_pages": 7, + "total_results": 126 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:05.6963826Z", + "ReducedUri": "/3/movie/47964/translations", + "RespData": { + "id": 47964, + "translations": [ + { + "iso_3166_1": "DE", + "iso_639_1": "de", + "name": "Deutsch", + "english_name": "German", + "data": { + "title": "Stirb langsam - Ein guter Tag zum Sterben", + "overview": "Als ein gefürchteter russischer Führer aus der Gefangenschaft ausbricht und John McClanes Sohn Jack in die Ereignisse verwickelt wird, reist John nach Russland. Dort will er mittels frecher Sprüche und Waffeneinsatz seinen Spross, mit dem er bislang wenig Kontakt hatte, aus der Gefahrenzone retten. Wie sich herausstellt, ist sein Sohn jedoch alles andere als der von John McClane erwartete Waschlappen geworden. Hier ist der Apfel nicht weit vom Stamm gefallen, denn ohne Johns Wissen wurde Jack zu einem kaltschnäuzigen CIA-Agenten ausgebildet und ist ebenso hart im Nehmen wie sein alter Herr. Mit von der Partie ist ein Russe namens Komorov, hinter dem die gesamte russische Unterwelt her ist. Gemeinsam sieht sich das taffe Vater-Sohn-Duo mit Unterstützung von Komorov der halben Sowjet-Armee gegenüber, die einen Machtwechsel in Russland anstrebt…", + "homepage": "" + } + }, + { + "iso_3166_1": "HU", + "iso_639_1": "hu", + "name": "Magyar", + "english_name": "Hungarian", + "data": { + "title": "Die Hard 5. - Drágább, mint az életed", + "overview": "Igazi New York-i zsaru: kopott, fáradt, de a humora és a bátorsága a legváratlanabb helyzetekben sem hagyja cserben. John McClane hadnagy (Bruce Willis) megtudja, hogy a fia, Jack (Jai Courtney) bajba került Moszkvában, és bár régóta nem beszélnek egymással, habozás nélkül a segítségére siet - és természetesen a küzdelem legközepében találja magát. McClane többnyire véletlenül keveredik a terroristák útjába, a fia viszont mindig tudja, mit csinál: és ő sem ijed meg könnyen. Két generáció együtt száll szembe a lehetetlennel: New Yorktól Moszkváig és tovább, egészen Csernobilig.", + "homepage": "" + } + }, + { + "iso_3166_1": "ES", + "iso_639_1": "es", + "name": "Español", + "english_name": "Spanish", + "data": { + "title": "La jungla: Un buen día para morir", + "overview": "Conservando la destreza y la actitud perseverante características de las anteriores entregas, que le han convertido en el mayor rival de todos los criminales que atentan contra la libertad de la humanidad y que han permitiendo la salvación de ésta en distintas situaciones y circunstancias, John McClane deberá viajar a Rusia para rescatar a su hijo que se encuentra encerrado en una prisión bajo las órdenes de un déspota líder ruso. Padre e hijo tendrán que unir fuerzas para luchar contra su adversario, conseguir liberarse y mantenerse con vida. Así, los protagonistas se verán envueltos en una sucesión de extrema hostilidad que no solo pondrá su vida en peligro, también la del resto de ciudadanos. Su deber será hacer todo lo posible por conservar algo tan esencial en la sociedad actual como es la democracia, una libertad de la que el perverso y autoritario líder antagonista querrá apoderarse.", + "homepage": "" + } + }, + { + "iso_3166_1": "CZ", + "iso_639_1": "cs", + "name": "Český", + "english_name": "Czech", + "data": { + "title": "Smrtonosná past: Opět v akci", + "overview": "John McClane tentokráte přijíždí do Moskvy, aby tady našel svého syna Jacka, který se mu poněkud odcizil. Johna ale čeká překvapení, zjistí, že i když jejich vztah otec - syn má k ideálu hodně daleko, jablko nepadlo daleko od stromu. Jack totiž v Moskvě působí jako tajný agent, chránící informátora z vládních řad, Komarovova. Otec a syn McClaneovi jsou nuceni překonat osobní neshody a nasadit vlastní krky, aby dostali Komarovova do bezpečí a odvrátili hrozbu katastrofálního zločinu v bezútěšném místě naší planety – v Černobylu. Do hry tak vstupuje obchod s plutoniem, ruští oligarchové, brutální moskevské podsvětí a také různé představy Johna a Jacka McClaneových, jak za těchto okolností prosadit zákon. A navíc se Jack McClane jako tajný agent v Moskvě skvěle vyzná i domluví, kdežto John je naprosto ztracený. A to mu na dobré náladě rozhodně nepřidává.", + "homepage": "" + } + }, + { + "iso_3166_1": "PT", + "iso_639_1": "pt", + "name": "Português", + "english_name": "Portuguese", + "data": { + "title": "Die Hard: Nunca é Bom Dia para Morrer", + "overview": "Nova York, Estados Unidos. O policial John McClane (Bruce Willis) está em busca de informações sobre o filho, Jack (Jai Courtney), com quem não fala há alguns anos. Com a ajuda de um amigo, ele descobre que Jack está preso na Rússia, acusado de ter cometido um assassinato. John logo parte para o país na intenção de rever o filho e, pouco após chegar, acaba encontrando-o em plena fuga do tribunal onde seria julgado. Jack está com Yuri Komorov (Sebastian Koch), um terrorista que diz ter em mãos um dossiê que pode incriminar um potencial candidato à presidência russa, Chagarin (Sergey Kolesnikov). Ele não gosta nem um pouco de reencontrar o pai, mas a insistência de John em ajudá-lo acaba, aos poucos, quebrando o gelo entre pai e filho.", + "homepage": "" + } + }, + { + "iso_3166_1": "TR", + "iso_639_1": "tr", + "name": "Türkçe", + "english_name": "Turkish", + "data": { + "title": "Zor Ölüm : Ölmek İçin Güzel Bir Gün", + "overview": "John McClane 20 seneden fazladır New York emniyet güçlerine bağlı olarak hizmet veren ve terörist grupları yok etmesiyle ünlü bir polistir. Bu yüzden de dünyanın dört bir köşesindeki teröristlerin can düşmanıdır. Rus mafya lideri hapisten kaçınca McClane, rotasını Rusya'ya çevirir; Rus yeraltı dünyası ile olan tek bağlantısı ise Komorov adında bir Rus'tur. Fakat Amerikalıları pek de sevmeyen bu ülkede, gizli görev esnasında karşısında oğlu Jack'i görünce daha da şaşıracaktır. John, oğlunun sandığından daha yetenekli olduğunu ve Rus mafyasını köşeye kıstırmak üzere olduğunu fark eder. Aynı dönemde Sovyet ordu kuvvetleri de kontrolü ele geçirmeye çalışmaktadırlar. Baba-oğul, kaçak mafya liderine karşı sert ve delice bir savaşa girişeceklerdir.", + "homepage": "" + } + }, + { + "iso_3166_1": "DK", + "iso_639_1": "da", + "name": "Dansk", + "english_name": "Danish", + "data": { + "title": "A Good Day To Die Hard", + "overview": "Da den gamle New York-strømer John McClane hører, at hans søn, Jack, rusker tremmer i Moskva, springer senior modstræbende på et fly til Rusland. Hvad John ikke ved er, at sønnike faktisk er udsendt af CIA. Han skal sikre, at en sending atomvåben ikke falder i de forkerte hænder. Med den russiske underverden i hælene forener far og søn deres kræfter for at give terroristerne tørt på - the American way.", + "homepage": "" + } + }, + { + "iso_3166_1": "CN", + "iso_639_1": "zh", + "name": "普通话", + "english_name": "Mandarin", + "data": { + "title": "虎胆龙威5", + "overview": "  由布鲁斯·威利斯所饰演的超级\"平凡英雄\"约翰麦克莱恩又回来了。这次他为了去俄罗斯救惹事的儿子杰克出监狱,向警察局告了假,以游客身份来到俄罗斯首都莫斯科。到了莫斯科,他意外发现杰克在当地为美国中情局执行着一项惊天任务:保护被逮捕的俄罗斯大亨并带他到中情局指定地点交人。可由于老爸约翰的出现,杰克错过了完成第一方案任务的时机,只好跑到备用安全房,但是也很快暴露遭到伏击。随后,三人与大亨的独女约好去取藏有揭发当局某高层进行核武交易罪证文件的钥匙。然而,这次见面差点要了父子俩的命,大亨的女儿为了钱,竟然绑架亲爹出卖了他们。而随着事态的发展,他们发现这一切的幕后操作者居然是大亨本人,其真正目的是要贩卖核武原料。生死关头,这对原本就意见不和的父子必须一起出生入死,冲出危险。即使个性迥异,冲突不断,却也因为血浓于水的亲情开始无间合作,共同面临一触即发的灾难。最终,父子俩人经过与恐怖分子的殊死搏斗,将其一网打尽,避免了核武原料的外流。", + "homepage": "" + } + }, + { + "iso_3166_1": "PL", + "iso_639_1": "pl", + "name": "Polski", + "english_name": "Polish", + "data": { + "title": "Szklana pułapka 5", + "overview": "John McClane (Bruce Willis) powraca w spektakularnym filmie akcji, by stawić czoła największemu wyzwaniu w swej dotychczasowej karierze i zapobiec wybuchowi zbrojnego konfliktu na międzynarodową skalę. Wraz ze swoim synem Jackiem - agentem CIA, udaje się do Rosji gdzie stara się zapobiec kradzieży przez grupę terrorystów broni nuklearnej.", + "homepage": "" + } + }, + { + "iso_3166_1": "IL", + "iso_639_1": "he", + "name": "עִבְרִית", + "english_name": "Hebrew", + "data": { + "title": "מת לחיות ביום טוב", + "overview": "לאחר שג'ק, בנו הבכור של ג'ון מקליין נכנס לצרות במוסקבה, ג'ון עושה הכל על מנת להציל את בנו הבכור. למרות שג'ק וג'ון חיים בנפרד ובעיקר לאור העובדה שג'ק התכחש לאביו במשך שנים רבות, על השניים לעבוד ביחד כדי לשמור על חייהם ועל הביטחון העולמי גם אם זה אומר שהם צריכים להשאיר את הבעיות המשפחתיות שלהם בצד. לאחר לא מאט אקשן השניים מסכלים את מזימה של הגנרל הרוסי אשר תיכנן להתנקש בחייו של נשיא ארה\"ב.", + "homepage": "" + } + }, + { + "iso_3166_1": "SK", + "iso_639_1": "sk", + "name": "Slovenčina", + "english_name": "Slovak", + "data": { + "title": "Smrtonosná pasca: Opäť v akcii", + "overview": "Bruce Willis sa v skvelej forme vracia so svojou najslávnejšou filmovou rolou - ako nezničiteľný policajný detektív John McClane. Tentoraz prichádza do Moskvy, aby tu našiel svojho syna Jacka (Jai Courtney), ktorý sa mu takpovediac odcudzil. Johna však čaká prekvapenie, keď zistí, že hoci ich vzťah otec - syn má od ideálu dosť ďaleko, jablko nepadlo ďaleko od stromu. Jack totiž v Moskve pôsobí ako tajný agent, chrániaci informátora z radov vlády, Komarovova (Sebastian Koch). Otec a syn McClaneovci sú nútení prekonať osobné nezhody a nasadiť vlastné krky, aby dostali Komarovova do bezpečia a odvrátili hrozbu katastrofálneho zločinu na bezútešnom mieste našej planéty – v Černobyle. Do hry tak vstupuje obchod s plutóniom, ruskí oligarchovia, brutálne moskovské podsvetie a tiež rôzne predstavy Johna a Jacka McClaneovcov ako za týchto okolností presadiť zákon. Navyše sa Jack McClane ako tajný agent v Moskve výborne vyzná aj dohovorí, naopak John je úplne stratený.", + "homepage": "" + } + }, + { + "iso_3166_1": "GR", + "iso_639_1": "el", + "name": "ελληνικά", + "english_name": "Greek", + "data": { + "title": "Πολύ Σκληρός Για Να Πεθάνει Σήμερα", + "overview": "Ο αστυνομικός John McClane (Bruce Willis) αντιμέτωπος με τη μεγαλύτερη πρόκληση στην καριέρα του. Ταξιδεύει μέχρι τη Μόσχα για να έρθει πρόσωπο με πρόσωπο με τον αποξενωμένο και δύστροπο γιο του Jack (Jai Courtney) που ζει εκεί. Αυτό που δεν γνωρίζει είναι πως ο γιος του είναι ένας άρτια εκπαιδευμένος πράκτορας της CIA με αποστολή να σταματήσει μια μεγάλη ληστεία πυρηνικών όπλων. Οι δυο McClanes μάχονται και καταδιώκουν τον ρωσικό υπόκοσμο ανακαλύπτοντας μεθόδους που θα τους κάνουν ανίκητους.", + "homepage": "" + } + }, + { + "iso_3166_1": "NO", + "iso_639_1": "no", + "name": "Norsk", + "english_name": "Norwegian", + "data": { + "title": "A Good Day to Die Hard", + "overview": "Også denne gangen havner den hardnakkede New York-politimannen, John McClane, på feil plass til feil tid etter å ha reist til Moskva for å hjelpe sin sønn Jack. John og Jack har ikke et helt ukomplisert far-og sønn forhold, og det faktum at Jack er minst lik sta som sin far forenkler ikke saken. Med Moskvas underverden etter seg og med tiden i mot seg for å stoppe et krigsutbrudd, oppdager de to McClanes at deres forskjellige metoder gjør dem til et uovervinnelig team.", + "homepage": "" + } + }, + { + "iso_3166_1": "JP", + "iso_639_1": "ja", + "name": "日本語", + "english_name": "Japanese", + "data": { + "title": "ダイ・ハード/ラスト・デイ", + "overview": "音信不通だった息子のジャックが、ロシアで警察沙汰を起こして身柄を拘束されたことを知る。マクレーンは娘ルーシーに見送られながらロシアへと渡る。ところが、ジャックが出廷するはずだった裁判所は突如爆破され、2人は大混乱の中で再会を果たす。だが、ジャックはマクレーンを突き離してその場から車で去る。それを追う謎の武装集団。状況を理解できていなかったがマクレーンはジャックらを追跡する。壮絶なカーチェイスの末、マクレーンは武装集団の車を大破させて、ジャックと合流する。その後、ジャックが隠れ家と称する建物に到着。そこで、ジャックがCIAの人間であることを知る。安全かと思われたが、謎の武装集団に襲撃される。それを何とか退けて隠れ家から脱出する。 かくして、マクレーンはいつものように愚痴りながらも、ジャックと共に何らかの目的のために行動を開始する。", + "homepage": "" + } + }, + { + "iso_3166_1": "KR", + "iso_639_1": "ko", + "name": "한국어/조선말", + "english_name": "Korean", + "data": { + "title": "다이 하드: 굿 데이 투 다이", + "overview": "미국 전체를 누비며 우연찮게 테러를 진압해온 뉴욕 경찰 존 맥클레인. 하나뿐인 아들 잭이 러시아에서 사건에 휘말렸다는 소식을 듣고 난생 처음 해외로 날아간다. 하지만 잭을 만나러 가던 중 눈 앞에서 대형 폭탄 테러가 발생하고, 전쟁터를 방불케 하는 극한 상황 속에 재회한 맥클레인 부자. 게다가 아들 잭은 모스크바에서 작전을 수행 중인 CIA 요원임을 알게 된다. 도심 곳곳에서는 다시금 무장 테러단의 공격이 이어지고, 고집스럽고 물불 안 가리는 아들로 인해 이번에도 엄청난 사건에 휘말리게 된 존 맥클레인은 마침내 잭과 힘을 합쳐 역대 최악의 테러리스트에 맞서게 되는데...", + "homepage": "" + } + }, + { + "iso_3166_1": "UA", + "iso_639_1": "uk", + "name": "Український", + "english_name": "Ukrainian", + "data": { + "title": "Міцний горішок. Гарний день, аби померти", + "overview": "Джон МакКлейн прибуває в Москву, щоб визволити з в'язниці свого непередбачуваного сина, але холодна голова і залізні м'язи грузнуть в павутині російської дійсності. Справа, в яку встряг МакКлейн-молодший, виявляється настільки «небезпечною трясовиною», що батькові і синові, щоб вижити і в черговий раз врятувати світ, доводиться об'єднати свої зусилля, забувши колишні, здавалося б, нездоланні розбіжності...", + "homepage": "" + } + }, + { + "iso_3166_1": "FI", + "iso_639_1": "fi", + "name": "suomi", + "english_name": "Finnish", + "data": { + "title": "", + "overview": "Ensimmäistä kertaa New Yorkin kovispoliisi McClane löytää itsensä kansainväliseltä maaperältä - Moskovasta. Tällä kertaa hän joutuu kohtaamaan elämänsä suurimman haasteen, oman poikansa Jackin, jota ei ole nähnyt vuosiin. Eikä omena ole kauas puusta pudonnut: Jack on jopa kovempi ja tiukka-asenteisempi kuin isänsä. Nyt heidän on unohdettava henkilökohtaiset ja ammatilliset eronsa, ja toimittava yhdessä pysyäkseen elossa. Heidän on pysäytettävä Moskovan alamaailma, joka pitää hallussaan ydinaseita.", + "homepage": "" + } + }, + { + "iso_3166_1": "ID", + "iso_639_1": "id", + "name": "Bahasa indonesia", + "english_name": "Indonesian", + "data": { + "title": "", + "overview": "", + "homepage": "" + } + }, + { + "iso_3166_1": "HR", + "iso_639_1": "hr", + "name": "Hrvatski", + "english_name": "Croatian", + "data": { + "title": "Umri muški: Dobar dan za umiranje", + "overview": "John McClane putuje u Rusiju kako bi pomogao naizgled zalutalome sinu Jacku. No na kraju saznaje da je Jack tajni CIA agent te zajedno krenu u borbu protiv podzemlja.", + "homepage": "" + } + }, + { + "iso_3166_1": "BR", + "iso_639_1": "pt", + "name": "Português", + "english_name": "Portuguese", + "data": { + "title": "Duro de Matar 5: Um Bom Dia para Morrer", + "overview": "Nova York, Estados Unidos. O policial John McClane (Bruce Willis) está em busca de informações sobre o filho, Jack (Jai Courtney), com quem não fala há alguns anos. Com a ajuda de um amigo, ele descobre que Jack está preso na Rússia, acusado de ter cometido um assassinato. John logo parte para o país na intenção de rever o filho e, pouco após chegar, acaba encontrando-o em plena fuga do tribunal onde seria julgado. Jack está com Yuri Komorov (Sebastian Koch), um terrorista que diz ter em mãos um dossiê que pode incriminar um potencial candidato à presidência russa, Chagarin (Sergey Kolesnikov). Ele não gosta nem um pouco de reencontrar o pai, mas a insistência de John em ajudá-lo acaba, aos poucos, quebrando o gelo entre pai e filho.", + "homepage": "" + } + }, + { + "iso_3166_1": "SA", + "iso_639_1": "ar", + "name": "العربية", + "english_name": "Arabic", + "data": { + "title": "", + "overview": "تلك المرة، الشرطي جون ماكلين (بروس ويلز) يجد نفسه في موسكو لمساعده ابنه \"جاك\"، محاولا تقديم مساعدات كثيرة لإنقاذه، وإذا به يكتشف أن جاك أحد عملاء جهاز المخابرات المركزية الأمريكية، وأنه قد تلقى تدريبات عالية لوقف سرقة الأسلحة النووية، فيتمكن ماكلين وجاك من تكوين ثناني ذي أسلوب معين لتحقيق هدفهما.", + "homepage": "" + } + }, + { + "iso_3166_1": "US", + "iso_639_1": "en", + "name": "English", + "english_name": "English", + "data": { + "title": "", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "homepage": "http://www.diehardmovie.com/" + } + }, + { + "iso_3166_1": "RU", + "iso_639_1": "ru", + "name": "Pусский", + "english_name": "Russian", + "data": { + "title": "Крепкий орешек: Хороший день, чтобы умереть", + "overview": "Джон Маклейн прибывает в Москву, чтобы вызволить из тюрьмы своего непредсказуемого сына, но холодная голова и железные мускулы вязнут в паутине российской действительности. Дело, в которое влип Маклейн-младший, оказывается настолько «опасной трясиной», что отцу и сыну, чтобы выжить и в очередной раз спасти мир, приходится объединить свои усилия, забыв прежние, казалось бы, непреодолимые разногласия.", + "homepage": "" + } + }, + { + "iso_3166_1": "BG", + "iso_639_1": "bg", + "name": "български език", + "english_name": "Bulgarian", + "data": { + "title": "Умирай трудно: Денят настъпи", + "overview": "Младият син на Джон Маклейн, Джак, е забъркан в дръзко бягство от строго охраняван затвор, и се превръща в мишена на престъпни организации и полицейски служби. Въпреки че не е виждал Джак от години, Маклейн се запътва към Русия с надеждата да го измъкне от създалата се ситуация.", + "homepage": "" + } + }, + { + "iso_3166_1": "IT", + "iso_639_1": "it", + "name": "Italiano", + "english_name": "Italian", + "data": { + "title": "Die Hard - Un buon giorno per morire", + "overview": "McClane arriva a Mosca per rintracciare il figlio che non vede da tempo, Jack (Jai Courtney), ma rimane stupito quando scopre che lui lavora sotto copertura per proteggere un informatore del governo, Komarov. Con la loro vita appesa a un filo, i McClane sono costretti a superare ogni contrasto per portare al sicuro Komarov e impedire un crimine disastroso nel luogo più desolato sulla faccia della Terra, Chernobyl.", + "homepage": "http://www.diehardmovie.com/" + } + }, + { + "iso_3166_1": "NL", + "iso_639_1": "nl", + "name": "Nederlands", + "english_name": "Dutch", + "data": { + "title": "A Good Day to Die Hard", + "overview": "John McClane reist af naar Rusland om zijn vervreemde zoon te helpen. Die is betrokken bij de gevangenisuitbraak van een Russische leider die een staatsgreep wil plegen. Vader en zoon moeten alles op alles zetten om zichzelf en elkaar in leven te houden en de werelddemocratie te beschermen.", + "homepage": "" + } + }, + { + "iso_3166_1": "FR", + "iso_639_1": "fr", + "name": "Français", + "english_name": "French", + "data": { + "title": "Die Hard : Belle journée pour mourir", + "overview": "John McClane, le flic sans état d’âme, est vraiment au mauvais endroit au mauvais moment, à Moscou, pour aider son fils Jack qu’il ne voit plus. Entre la mafia russe qui veut leur faire la peau et leur combat pour éviter le déclenchement d’une guerre, les McClane découvrent que leurs méthodes pourtant bien différentes font d’eux des héros que rien ne peut arrêter.", + "homepage": "" + } + }, + { + "iso_3166_1": "SE", + "iso_639_1": "sv", + "name": "svenska", + "english_name": "Swedish", + "data": { + "title": "", + "overview": "John McClane är tillbaka och även den här gången hamnar den hårdnackade New York-polisen på fel plats vid fel tillfälle, efter att ha rest till Moskva för att hjälpa sin son Jack . John och Jack har inte ett helt okomplicerat far- och son-förhållande, och det faktum att Jack är minst lika envis som sin pappa förenklar inte saken. Men med Moskvas undre värld efter sig och med tiden emot sig för att stoppa ett krigsutbrott, måste de trots detta samarbeta och två McClanes visar sig vara en svårslagen kombination…", + "homepage": "" + } + }, + { + "iso_3166_1": "TH", + "iso_639_1": "th", + "name": "ภาษาไทย", + "english_name": "Thai", + "data": { + "title": "วันดีมหาวินาศ คนอึดตายยาก", + "overview": "บรูซ วิลลิสกลับมารับบทบาท จอห์น แม็คเคลน ตำรวจสายลับที่สร้างชื่อเสียงให้เขาในภาพยนตร์ เรื่อง A Good Day to Die Hard เขาต้องมีส่วนเกี่ยวพันกับเบื้องหลังการทุจริตอย่างสาหัสและการล้างแค้นทางการเมืองในรัสเซีย แม็คเคลนเดินทางมาที่มอสโคว์สะกดรอยตาม แจ็ค (ไจ คอร์ทนีย์) ลูกชายที่ไม่ค่อยลงรอยกัน และต้องตกใจเมื่อพบว่าเขาทำงานให้ผู้อยู่ภายใต้การดูแลของรัฐบาล โคมารอฟ ซึ่งเป็นผู้กำความลับ ในช่วงวิกฤติหนีตายพ่อลูกแม็คเคลนต้องพักเรื่องความไม่ลงรอยกันไว้ก่อน เพื่อปกป้องโคมารอฟให้ปลอดภัยและสกัดอาชญากรรมที่อาจเกิดขึ้นใน เชอร์โนบิล ซึ่งเป็นสถานที่รกร้างว่างเปล่าที่สุดของโลก", + "homepage": "" + } + }, + { + "iso_3166_1": "TW", + "iso_639_1": "zh", + "name": "普通话", + "english_name": "Mandarin", + "data": { + "title": "終極警探:跨國救援", + "overview": "猶如本片英文片名「死不了」的布魯斯威利,將再度施展超級「平凡英雄」約翰麥克連的渾身絕技,首度走出美國前往充滿異國情調的俄羅斯莫斯科,並在異國遇到與他感情漸行漸遠的兒子傑克麥克連(傑寇特尼飾),希望將闖禍的兒子傑克帶回美國的約翰麥克連,意外發現兒子正獨自在當地為美國CIA執行一項重大任務,沒想到惹惱一海票國際恐怖份子,原本就失和而致使意見分歧的他們,必須為此聯手化解一場可能發生的核武危機。 這對火爆父子在出生入死之中,必須消弭彼此迥異的個性,過程中常因觀點不同而導致衝突不斷發生,他們是否能藉由血濃於水的親情化解紛爭?並且團結一致對抗恐怖分子,共同攜手拯救人民倖免於難?他們將在一連串驚險爆破、飛車、翻車、槍戰、核武危機之中,展開這場近乎窒息的亡命冒險……", + "homepage": "" + } + }, + { + "iso_3166_1": "IR", + "iso_639_1": "fa", + "name": "فارسی", + "english_name": "Persian", + "data": { + "title": "وقت به سختی مردن", + "overview": "جان مک کلین برای کمک به پسر نافرمانش جک، به روسیه سفر می‌کند اما متوجه می‌شود که جک یک مأمور سی آی ای است که قصد دارد از دزدی یک اسلحه اتمی جلوگیری کند. این مسئله باعث می‌شود تا پسر و پدر همراه شوند تا جلوی این نیروهای زیرزمینی را بگیرند...", + "homepage": "" + } + }, + { + "iso_3166_1": "RO", + "iso_639_1": "ro", + "name": "Română", + "english_name": "Romanian", + "data": { + "title": "Și mai greu de ucis", + "overview": "Polițistul iconoclast „nu-lua-niciun-prizonier” John McClane, se află pentru prima dată pe teren străin, după ce călătorește la Moscova pentru a-l ajuta pe fiul său capricios Jack - fără să știe că Jack este într-adevăr un agent CIA extrem de bine instruit pentru a opri un jaf de arme nucleare. Cu lumea interlopă rusă în urmărire și luptând contra cronometru până la război, cei doi McClane descoperă că metodele lor opuse îi transformă în eroi de neoprit.", + "homepage": "" + } + }, + { + "iso_3166_1": "MX", + "iso_639_1": "es", + "name": "Español", + "english_name": "Spanish", + "data": { + "title": "Duro de matar: Un buen día para morir", + "overview": "John McClane, un policía de la ciudad de Nueva York, y su hijo deben dejar de lado sus diferencias para trabajar juntos y evitar que el hampa de Moscú controle unas armas nucleares", + "homepage": "" + } + }, + { + "iso_3166_1": "CA", + "iso_639_1": "fr", + "name": "Français", + "english_name": "French", + "data": { + "title": "Une belle journée pour crever", + "overview": "Inquiet pour son fils, le détective John McClane se rend à Moscou pour tenter de le tirer d'une impasse. Il découvre alors que sa progéniture travaille en fait pour la CIA et a reçu pour mission de protéger un prisonnier politique qui aurait en sa possession des documents pouvant incriminer un important homme d'état. Les hommes de main de ce dernier cherchent pour leur part à capturer le détenu en liberté avant que ces éléments ne soient rendus publics. De leur côté, le père et le fils, faisant désormais équipe, sortent l'artillerie lourde pour mener la vie dure aux criminels.", + "homepage": "" + } + }, + { + "iso_3166_1": "LV", + "iso_639_1": "lv", + "name": "Latviešu", + "english_name": "Latvian", + "data": { + "title": "Cietākais rieksts", + "overview": "Neuzveicamais Džons Makleins ir atgriezies! Lai sameklētu un izpestītu no cietuma savu dēlu Džeku, Makleins dodas uz Maskavu pat nenojaušot, ka Džeks ir slepens CIP aģents, kurš iefiltrējies Krievijas kriminālajā pasaulē, lai novērstu kodolieroču zādzību.", + "homepage": "" + } + }, + { + "iso_3166_1": "RS", + "iso_639_1": "sr", + "name": "Srpski", + "english_name": "Serbian", + "data": { + "title": "Добар дан да се умре мушки", + "overview": "Брус Вилис је поново у култној улози Џона Меклејна, „правог“ хероја са умећем и ставом да увек остане једини преживели. Овог пута, полицајац који не узима таоце налази се на погрешном месту, након што дође у Москву да помогне отуђеном сину Џеку. Док руско подземље вршља и припрема рат, два Меклејна откривају да их комбинација њихових потпуно супротних метода чини незаустављивим херојима.", + "homepage": "" + } + }, + { + "iso_3166_1": "LT", + "iso_639_1": "lt", + "name": "Lietuvių", + "english_name": "Lithuanian", + "data": { + "title": "Kietas riešutėlis. Puiki diena mirti", + "overview": "Kad galėtų Maskvoje padėti savo nenuspėjamam sūnui Džekui, Džonas Makleinas pirmą kartą ryžtasi vykti į svečią šalį, neįtardamas, kad Džekas iš tikrųjų yra profesionalus CŽV agentas, kurio užduotis - padaryti galą atominių ginklų vagystei. Iki tikro karo tiksint sekundėms, abu Makleinai veikdami savo, atrodytų, nesuderinamais metodais, kovoja su rusų nusikaltėliais ir tampa nesustabdomais didvyriais.", + "homepage": "" + } + }, + { + "iso_3166_1": "HK", + "iso_639_1": "zh", + "name": "普通话", + "english_name": "Mandarin", + "data": { + "title": "虎膽龍威:擇日開戰", + "overview": "故事發生在莫斯科,講述約翰麥克連和他疏遠的兒子與恐怖分子作戰的故事。", + "homepage": "" + } + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:37.8991672Z", + "ReducedUri": "/3/movie/47964/videos", + "RespData": { + "id": 47964, + "results": [ + { + "id": "5b6feadbc3a368189d1603a8", + "iso_639_1": "en", + "iso_3166_1": "US", + "key": "eLu3z4Ikwes", + "name": "Good Day to Die Hard, A - Trailer", + "site": "YouTube", + "size": 1080, + "type": "Trailer" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:57.3621046Z", + "ReducedUri": "/3/movie/47964?append_to_response=alternative_titles", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard Collection", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "popularity": 15.524, + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 98, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Yippee Ki-Yay Mother Russia", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4274, + "alternative_titles": { + "titles": [ + { + "iso_3166_1": "FR", + "title": "Die Hard 5 - Belle Journée Pour mourir", + "type": "faux title" + }, + { + "iso_3166_1": "CO", + "title": "Duro de matar 5", + "type": "" + }, + { + "iso_3166_1": "US", + "title": "Die Hard 5: A Good Day to Die Hard", + "type": "faux title" + }, + { + "iso_3166_1": "ES", + "title": "La jungla 5: Un buen día para morir", + "type": "faux title" + }, + { + "iso_3166_1": "KR", + "title": "다이하드: 굿 데이 투 다이", + "type": "" + }, + { + "iso_3166_1": "US", + "title": "Die Hard 5", + "type": "informal title" + }, + { + "iso_3166_1": "ES", + "title": "La jungla Un buen día para morir (La jungla de cristal 5)", + "type": "faux title" + }, + { + "iso_3166_1": "ES", + "title": "La jungla de cristal 5", + "type": "faux title" + }, + { + "iso_3166_1": "MX", + "title": "Duro de Matar: Un buen día para morir", + "type": "" + }, + { + "iso_3166_1": "MX", + "title": "Duro de Matar 5: La jungla - Un buen día para morir", + "type": "" + }, + { + "iso_3166_1": "FR", + "title": "Die hard 5", + "type": "" + }, + { + "iso_3166_1": "CN", + "title": "虎胆龙威5", + "type": "" + }, + { + "iso_3166_1": "IT", + "title": "Die Hard 5 - Un buon giorno per morire", + "type": "" + }, + { + "iso_3166_1": "KR", + "title": "다이 하드 5", + "type": "" + }, + { + "iso_3166_1": "MX", + "title": "Duro de matar 5", + "type": "" + }, + { + "iso_3166_1": "ES", + "title": "Duro de matar 5", + "type": "" + }, + { + "iso_3166_1": "US", + "title": "Duro de matar 5", + "type": "" + }, + { + "iso_3166_1": "CA", + "title": "Une Belle journée pour crever", + "type": "" + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:58.823969Z", + "ReducedUri": "/3/movie/47964?append_to_response=changes", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard Collection", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "popularity": 15.524, + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 98, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Yippee Ki-Yay Mother Russia", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4274, + "changes": { + "changes": [] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:57.5557145Z", + "ReducedUri": "/3/movie/47964?append_to_response=credits", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard Collection", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "popularity": 15.524, + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 98, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Yippee Ki-Yay Mother Russia", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4274, + "credits": { + "cast": [ + { + "cast_id": 1, + "character": "John McClane", + "credit_id": "52fe4751c3a36847f812f049", + "gender": 2, + "id": 62, + "name": "Bruce Willis", + "order": 0, + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg" + }, + { + "cast_id": 5, + "character": "Jack McClane", + "credit_id": "52fe4751c3a36847f812f05f", + "gender": 2, + "id": 224181, + "name": "Jai Courtney", + "order": 1, + "profile_path": "/yJJz9PIrVWnSdfAEOrfhevxNbLO.jpg" + }, + { + "cast_id": 7, + "character": "Komorov", + "credit_id": "52fe4751c3a36847f812f063", + "gender": 2, + "id": 8197, + "name": "Sebastian Koch", + "order": 2, + "profile_path": "/gPXn2bsmb0gJoQVkXHVlv6Y2nCc.jpg" + }, + { + "cast_id": 18, + "character": "Lucy McClane", + "credit_id": "52fe4751c3a36847f812f087", + "gender": 1, + "id": 17628, + "name": "Mary Elizabeth Winstead", + "order": 3, + "profile_path": "/56ZV8gYATZ3f7HAW35Mw80oIUBN.jpg" + }, + { + "cast_id": 15, + "character": "Irina", + "credit_id": "52fe4751c3a36847f812f07b", + "gender": 1, + "id": 80998, + "name": "Yuliya Snigir", + "order": 4, + "profile_path": "/98fVPlaJaZoB06gzZoBZxj4I6ME.jpg" + }, + { + "cast_id": 22, + "character": "Alik", + "credit_id": "5324f548c3a3683f04001b71", + "gender": 2, + "id": 230400, + "name": "Radivoje Bukvić", + "order": 5, + "profile_path": "/aiTCplxQF67wOASBAdHGp7fhZ6U.jpg" + }, + { + "cast_id": 8, + "character": "Collins", + "credit_id": "52fe4751c3a36847f812f067", + "gender": 2, + "id": 6614, + "name": "Cole Hauser", + "order": 6, + "profile_path": "/2izzcOrZpt22ObHjSNq3qRhrGHu.jpg" + }, + { + "cast_id": 9, + "character": "Murphy", + "credit_id": "52fe4751c3a36847f812f06b", + "gender": 2, + "id": 17341, + "name": "Amaury Nolasco", + "order": 7, + "profile_path": "/tFH2iQmCIARuPJwjqcw7STwLeEr.jpg" + }, + { + "cast_id": 19, + "character": "Chagarin", + "credit_id": "52fe4751c3a36847f812f08b", + "gender": 0, + "id": 1150430, + "name": "Sergey Kolesnikov", + "order": 8, + "profile_path": "/n7NDZIAlWL8NJAJ2y5aFUG3DhC4.jpg" + }, + { + "cast_id": 23, + "character": "Anton", + "credit_id": "5324f5b0c3a36824af00158f", + "gender": 0, + "id": 130903, + "name": "Roman Luknár", + "order": 9, + "profile_path": "/dp5HqVOoksyEENiQ7WqPA2SGZmN.jpg" + }, + { + "cast_id": 16, + "character": "Russian Mafia Member", + "credit_id": "52fe4751c3a36847f812f07f", + "gender": 0, + "id": 64413, + "name": "Zolee Ganxsta", + "order": 10, + "profile_path": "/HuBAMnIyHU096JIyQM4PkjNcjp.jpg" + }, + { + "cast_id": 24, + "character": "Prosecutor", + "credit_id": "5324f698c3a3683f04001ba1", + "gender": 2, + "id": 456735, + "name": "Péter Takátsy", + "order": 11, + "profile_path": "/l0mth8pVJoB1lMUE45tkjJIwOrN.jpg" + }, + { + "cast_id": 14, + "character": "Taxi driver", + "credit_id": "52fe4751c3a36847f812f077", + "gender": 2, + "id": 52762, + "name": "Pavel Lychnikoff", + "order": 12, + "profile_path": "/7vBY7AGXmgk1LG8zkzaPsRusQai.jpg" + }, + { + "cast_id": 20, + "character": "Reporter", + "credit_id": "52fe4751c3a36847f812f08f", + "gender": 1, + "id": 25382, + "name": "Megalyn Echikunwoke", + "order": 13, + "profile_path": "/8orS1eGrZ9RMN7HlXtX2hYHWtIl.jpg" + }, + { + "cast_id": 25, + "character": "Lucas", + "credit_id": "5324f807c3a3685725008e64", + "gender": 1, + "id": 212778, + "name": "Melissa Tang", + "order": 14, + "profile_path": "/x3emNzx65NPNoYcL13iI6fHC5I0.jpg" + }, + { + "cast_id": 13, + "character": "Russian Mafia Member", + "credit_id": "52fe4751c3a36847f812f073", + "gender": 0, + "id": 125684, + "name": "Attila Árpa", + "order": 15, + "profile_path": "/8QdXIFpA4eCSM97wVyD0MD7Bw8R.jpg" + }, + { + "cast_id": 17, + "character": "Russian Mafia Member", + "credit_id": "52fe4751c3a36847f812f083", + "gender": 0, + "id": 235317, + "name": "Norbert Növényi", + "order": 16, + "profile_path": "/yYaAsahgvLNEBqOCBMCaFxq2ztw.jpg" + }, + { + "cast_id": 136, + "character": "Mako", + "credit_id": "58e10baac3a3683d1e01b74c", + "gender": 2, + "id": 1047710, + "name": "Martin Hindy", + "order": 17, + "profile_path": "/4B6rANegNycp1b7hAcI78atiVuy.jpg" + }, + { + "cast_id": 137, + "character": "Colonel", + "credit_id": "58e118c9c3a3683d0b01b71f", + "gender": 2, + "id": 1009511, + "name": "Rico Simonini", + "order": 18, + "profile_path": "/4inuRFEKkhLRrufMbgM7PgcyDYl.jpg" + }, + { + "cast_id": 12, + "character": "(uncredited)", + "credit_id": "52fe4751c3a36847f812f06f", + "gender": 0, + "id": 1059926, + "name": "Anne Vyalitsyna", + "order": 19, + "profile_path": "/abJPt45QwZk4clCgaDP95hdkOPv.jpg" + } + ], + "crew": [ + { + "credit_id": "5539fe50c3a3684c5b004652", + "department": "Production", + "gender": 0, + "id": 49670, + "job": "Casting", + "name": "Zsolt Csutak", + "profile_path": null + }, + { + "credit_id": "5539ff78c3a3685cf8002f4a", + "department": "Art", + "gender": 0, + "id": 1458414, + "job": "Set Decoration", + "name": "Dóra Papp", + "profile_path": null + }, + { + "credit_id": "5539ffd89251413f5a0035c5", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1424151, + "job": "Makeup Department Head", + "name": "Gerald Quist", + "profile_path": null + }, + { + "credit_id": "553a01db925141651800acb3", + "department": "Crew", + "gender": 0, + "id": 1458422, + "job": "Scenic Artist", + "name": "Howard Weaver", + "profile_path": null + }, + { + "credit_id": "553a012c925141275e002cb5", + "department": "Art", + "gender": 0, + "id": 1374788, + "job": "Greensman", + "name": "Mátyás Szakonyi", + "profile_path": null + }, + { + "credit_id": "52fe4751c3a36847f812f04f", + "department": "Directing", + "gender": 2, + "id": 12028, + "job": "Director", + "name": "John Moore", + "profile_path": "/1zFWQ0hCvRgfXlQ3NaUn2HzChBW.jpg" + }, + { + "credit_id": "52fe4751c3a36847f812f05b", + "department": "Writing", + "gender": 0, + "id": 18185, + "job": "Screenplay", + "name": "Skip Woods", + "profile_path": "/5bMdhiz2kNEK621Jetdy6F9erTf.jpg" + }, + { + "credit_id": "5336b02c9251417daa000c5b", + "department": "Production", + "gender": 0, + "id": 113665, + "job": "Producer", + "name": "Alex Young", + "profile_path": null + }, + { + "credit_id": "5336b04a9251417db4000c80", + "department": "Production", + "gender": 1, + "id": 3965, + "job": "Casting", + "name": "Deborah Aquila", + "profile_path": "/7OBiqW30sXcW4f2xMds53L4JBN5.jpg" + }, + { + "credit_id": "5336b08d9251417da4000cb9", + "department": "Production", + "gender": 1, + "id": 1034748, + "job": "Casting", + "name": "Tricia Wood", + "profile_path": "/hSYw8hshMtY06XzuX2ZAuYluO03.jpg" + }, + { + "credit_id": "54876a6c9251416b8f00000d", + "department": "Production", + "gender": 2, + "id": 6040, + "job": "Producer", + "name": "Wyck Godfrey", + "profile_path": "/tKoS0O3m1UROqeM9ZLLfbvgY6Vf.jpg" + }, + { + "credit_id": "5539fe2bc3a3683e14000d7b", + "department": "Editing", + "gender": 2, + "id": 6043, + "job": "Editor", + "name": "Dan Zimmerman", + "profile_path": null + }, + { + "credit_id": "5539fde5925141651800ac56", + "department": "Camera", + "gender": 2, + "id": 12033, + "job": "Director of Photography", + "name": "Jonathan Sela", + "profile_path": null + }, + { + "credit_id": "5539fe669251413f5a0035a1", + "department": "Art", + "gender": 2, + "id": 19291, + "job": "Production Design", + "name": "Daniel T. Dorrance", + "profile_path": null + }, + { + "credit_id": "5539fe78925141125600731d", + "department": "Art", + "gender": 0, + "id": 1458413, + "job": "Art Direction", + "name": "Nick Blanche", + "profile_path": null + }, + { + "credit_id": "5539febec3a3683e14000d8f", + "department": "Art", + "gender": 0, + "id": 1329411, + "job": "Art Direction", + "name": "Bence Erdelyi", + "profile_path": null + }, + { + "credit_id": "5539ff07c3a3683e55000db8", + "department": "Art", + "gender": 0, + "id": 1363066, + "job": "Art Direction", + "name": "Andrew Munro", + "profile_path": null + }, + { + "credit_id": "5539ff1b9251416874000c68", + "department": "Art", + "gender": 0, + "id": 41336, + "job": "Set Decoration", + "name": "Jille Azis", + "profile_path": null + }, + { + "credit_id": "5539ff66925141275e002c8d", + "department": "Art", + "gender": 0, + "id": 1177771, + "job": "Set Decoration", + "name": "Zoltán Horváth", + "profile_path": null + }, + { + "credit_id": "5539ff8bc3a3684c5b004671", + "department": "Costume & Make-Up", + "gender": 1, + "id": 1052870, + "job": "Costume Design", + "name": "Bojana Nikitović", + "profile_path": null + }, + { + "credit_id": "5539ffba92514138a9003faa", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1458416, + "job": "Hairstylist", + "name": "Francesca Crowder", + "profile_path": null + }, + { + "credit_id": "5539ffeec3a3685cf8002f58", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1403532, + "job": "Makeup Artist", + "name": "Fiona Connon", + "profile_path": null + }, + { + "credit_id": "553a001b92514138a9003fb6", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1458417, + "job": "Makeup Artist", + "name": "Anna Tesner", + "profile_path": null + }, + { + "credit_id": "553a0041c3a3683e14000db3", + "department": "Art", + "gender": 0, + "id": 1458419, + "job": "Art Department Coordinator", + "name": "Eniko Orosz", + "profile_path": null + }, + { + "credit_id": "553a007cc3a3687845008126", + "department": "Art", + "gender": 0, + "id": 1394115, + "job": "Assistant Art Director", + "name": "László Szirmai", + "profile_path": null + }, + { + "credit_id": "553a010d9251416874000c95", + "department": "Art", + "gender": 0, + "id": 1399629, + "job": "Greensman", + "name": "Gergely Kajdi", + "profile_path": null + }, + { + "credit_id": "553a01a39251413f5a0035f2", + "department": "Art", + "gender": 0, + "id": 1392595, + "job": "Sculptor", + "name": "Zoltán Kiss", + "profile_path": null + }, + { + "credit_id": "553a01ba9251411256007360", + "department": "Art", + "gender": 0, + "id": 1392594, + "job": "Sculptor", + "name": "Tamas Ordodi", + "profile_path": null + }, + { + "credit_id": "553a02b5925141275e002cd9", + "department": "Sound", + "gender": 0, + "id": 1367493, + "job": "Foley", + "name": "John T. Cucci", + "profile_path": null + }, + { + "credit_id": "553a02fd925141651800acdb", + "department": "Sound", + "gender": 2, + "id": 1360099, + "job": "Sound Effects Editor", + "name": "Lee Gilmore", + "profile_path": "/m3J8KCmSZ2ByrV4gHlbhw9zec2J.jpg" + }, + { + "credit_id": "553a03139251413f5a003619", + "department": "Sound", + "gender": 1, + "id": 1367494, + "job": "Sound Effects Editor", + "name": "Ai-Ling Lee", + "profile_path": null + }, + { + "credit_id": "553a0328925141275e002cea", + "department": "Sound", + "gender": 2, + "id": 113075, + "job": "Sound Effects Editor", + "name": "Chuck Michael", + "profile_path": null + }, + { + "credit_id": "553a034f925141125600737a", + "department": "Sound", + "gender": 0, + "id": 16177, + "job": "Sound Re-Recording Mixer", + "name": "Ron Bartlett", + "profile_path": "/AmFG81joHLkvnh4Io20TdCCBk8P.jpg" + }, + { + "credit_id": "553a0368925141275e002cf6", + "department": "Sound", + "gender": 2, + "id": 1377220, + "job": "Sound Re-Recording Mixer", + "name": "Doug Hemphill", + "profile_path": "/jpShbzJgiLoM4iZZcDe3KmoqnG4.jpg" + }, + { + "credit_id": "553a03989251416788000d53", + "department": "Sound", + "gender": 0, + "id": 1390524, + "job": "Supervising Sound Editor", + "name": "Jay Wilkinson", + "profile_path": null + }, + { + "credit_id": "553a03ae925141275e002cfc", + "department": "Sound", + "gender": 0, + "id": 13224, + "job": "Dolby Consultant", + "name": "Andy Potvin", + "profile_path": null + }, + { + "credit_id": "553a04439251416874000cf2", + "department": "Crew", + "gender": 0, + "id": 1458431, + "job": "CG Supervisor", + "name": "Matthew Lee", + "profile_path": null + }, + { + "credit_id": "553a045d925141408100378d", + "department": "Visual Effects", + "gender": 2, + "id": 1026854, + "job": "Animation Supervisor", + "name": "Petr Marek", + "profile_path": "/xTgg4tbba5UPJayoLqRBLpnBFWu.jpg" + }, + { + "credit_id": "553a04749251416874000cfa", + "department": "Crew", + "gender": 0, + "id": 1431033, + "job": "CG Supervisor", + "name": "Dan Mayer", + "profile_path": null + }, + { + "credit_id": "553a04a0c3a3683e55000e37", + "department": "Crew", + "gender": 0, + "id": 1458432, + "job": "CG Supervisor", + "name": "Mohsen Mousavi", + "profile_path": null + }, + { + "credit_id": "553a04d6c3a3683e55000e3e", + "department": "Visual Effects", + "gender": 0, + "id": 1458433, + "job": "Animation Supervisor", + "name": "Mike Warner", + "profile_path": null + }, + { + "credit_id": "553a0549c3a3683e55000e4a", + "department": "Visual Effects", + "gender": 0, + "id": 1458438, + "job": "Visual Effects Producer", + "name": "James Dornoff", + "profile_path": null + }, + { + "credit_id": "553a0561925141275e002d1a", + "department": "Visual Effects", + "gender": 2, + "id": 1214379, + "job": "Visual Effects Producer", + "name": "Brett Dowler", + "profile_path": null + }, + { + "credit_id": "553a057f92514112560073bc", + "department": "Visual Effects", + "gender": 1, + "id": 1399871, + "job": "Visual Effects Producer", + "name": "Charlene Eberle Douglas", + "profile_path": null + }, + { + "credit_id": "553a05afc3a3685cf8002fef", + "department": "Visual Effects", + "gender": 0, + "id": 1458440, + "job": "Visual Effects Producer", + "name": "Amber Kirsch", + "profile_path": null + }, + { + "credit_id": "553a05c79251416788000d94", + "department": "Crew", + "gender": 0, + "id": 1458441, + "job": "Visual Effects Editor", + "name": "Thorsten Knatz", + "profile_path": null + }, + { + "credit_id": "553a05f9c3a3685cf8002ff9", + "department": "Visual Effects", + "gender": 0, + "id": 1354929, + "job": "Visual Effects Producer", + "name": "Sarah Mooney", + "profile_path": null + }, + { + "credit_id": "553a0618c3a3683e14000e4b", + "department": "Visual Effects", + "gender": 0, + "id": 1399313, + "job": "Visual Effects Producer", + "name": "Julia Neighly", + "profile_path": null + }, + { + "credit_id": "553a0645c3a3684022000e8a", + "department": "Crew", + "gender": 0, + "id": 1458442, + "job": "Visual Effects Editor", + "name": "Jake Walshe", + "profile_path": null + }, + { + "credit_id": "553a065f92514138a9004048", + "department": "Visual Effects", + "gender": 0, + "id": 1367496, + "job": "Visual Effects Producer", + "name": "Christal Wolgamott", + "profile_path": null + }, + { + "credit_id": "553a06dd92514140810037bc", + "department": "Visual Effects", + "gender": 0, + "id": 1354927, + "job": "Visual Effects Supervisor", + "name": "Ed Bruce", + "profile_path": null + }, + { + "credit_id": "553a06f5c3a3684c5b004737", + "department": "Visual Effects", + "gender": 2, + "id": 104044, + "job": "Visual Effects Supervisor", + "name": "Everett Burrell", + "profile_path": "/45ASV2LWZD6u3pXb7qeOiRk8yT8.jpg" + }, + { + "credit_id": "553a0721925141275e002d33", + "department": "Crew", + "gender": 0, + "id": 1384372, + "job": "Visual Effects Editor", + "name": "Ryan Chavez", + "profile_path": null + }, + { + "credit_id": "553a0738c3a3683e14000e64", + "department": "Visual Effects", + "gender": 0, + "id": 1350244, + "job": "Visual Effects Supervisor", + "name": "Eric D. Christensen", + "profile_path": null + }, + { + "credit_id": "553a075892514140810037c2", + "department": "Visual Effects", + "gender": 0, + "id": 1418464, + "job": "Visual Effects Supervisor", + "name": "Sean Andrew Faden", + "profile_path": null + }, + { + "credit_id": "553a076ec3a3683e14000e6d", + "department": "Visual Effects", + "gender": 0, + "id": 1399303, + "job": "Visual Effects Supervisor", + "name": "Joe Farrell", + "profile_path": null + }, + { + "credit_id": "553a0788c3a3685cf8003017", + "department": "Visual Effects", + "gender": 0, + "id": 1335151, + "job": "Visual Effects Supervisor", + "name": "Bryan Godwin", + "profile_path": null + }, + { + "credit_id": "553a079cc3a3684c5b004755", + "department": "Visual Effects", + "gender": 0, + "id": 1458443, + "job": "Visual Effects Supervisor", + "name": "Randy Goux", + "profile_path": null + }, + { + "credit_id": "553a07b29251416874000d42", + "department": "Visual Effects", + "gender": 0, + "id": 1268981, + "job": "Visual Effects Supervisor", + "name": "Matthew Gratzner", + "profile_path": null + }, + { + "credit_id": "553a0808c3a3685cf800302e", + "department": "Crew", + "gender": 2, + "id": 1391697, + "job": "Stunt Coordinator", + "name": "Steve M. Davison", + "profile_path": "/tAiH1jZWRrvp6e2SLyItnYF7hFY.jpg" + }, + { + "credit_id": "553a0843925141651800ad40", + "department": "Crew", + "gender": 0, + "id": 1436594, + "job": "Stunt Coordinator", + "name": "Valery Derkach", + "profile_path": null + }, + { + "credit_id": "553a0861c3a3681be400643d", + "department": "Crew", + "gender": 0, + "id": 1392635, + "job": "Stunt Coordinator", + "name": "Domonkos Pardanyi", + "profile_path": null + }, + { + "credit_id": "553a0a75c3a3683e14000ebc", + "department": "Camera", + "gender": 0, + "id": 1458445, + "job": "Camera Operator", + "name": "Botond Aszalós", + "profile_path": null + }, + { + "credit_id": "553a0aa1925141651800ad7c", + "department": "Lighting", + "gender": 0, + "id": 1427840, + "job": "Gaffer", + "name": "Gábor Hevesi", + "profile_path": null + }, + { + "credit_id": "553a0ad1925141275e002d6f", + "department": "Camera", + "gender": 0, + "id": 1458446, + "job": "Camera Operator", + "name": "Imre Juhasz", + "profile_path": null + }, + { + "credit_id": "553a0b089251416874000d95", + "department": "Camera", + "gender": 0, + "id": 1421652, + "job": "Camera Operator", + "name": "György Réder", + "profile_path": null + }, + { + "credit_id": "553a0b299251416788000dff", + "department": "Camera", + "gender": 2, + "id": 1445895, + "job": "Camera Operator", + "name": "Gregory W. Smith", + "profile_path": null + }, + { + "credit_id": "553a0b7e925141275e002d83", + "department": "Camera", + "gender": 0, + "id": 1408358, + "job": "Camera Operator", + "name": "Des Whelan", + "profile_path": null + }, + { + "credit_id": "553a0ba2925141651800ad8d", + "department": "Camera", + "gender": 0, + "id": 1404244, + "job": "Helicopter Camera", + "name": "John Marzano", + "profile_path": null + }, + { + "credit_id": "553a0be6c3a3683e55000edb", + "department": "Lighting", + "gender": 0, + "id": 1458447, + "job": "Gaffer", + "name": "James Elton Davis", + "profile_path": null + }, + { + "credit_id": "553a0c12c3a3683e14000edd", + "department": "Camera", + "gender": 0, + "id": 1378240, + "job": "Still Photographer", + "name": "Frank Masi", + "profile_path": null + }, + { + "credit_id": "553a0cd7c3a36831dd00985a", + "department": "Camera", + "gender": 2, + "id": 1372955, + "job": "Additional Camera", + "name": "Márton Miklauzic", + "profile_path": "/zcMfpaV4TlsYSp0CidGIQZ99IIA.jpg" + }, + { + "credit_id": "553a0cf9c3a36831dd00985f", + "department": "Camera", + "gender": 0, + "id": 1458448, + "job": "Additional Photography", + "name": "Andrew Banwell", + "profile_path": null + }, + { + "credit_id": "553a0d66c3a3681be4006497", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1333944, + "job": "Costume Supervisor", + "name": "Adina Bucur", + "profile_path": null + }, + { + "credit_id": "553a0d7d925141651800adb2", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1322071, + "job": "Costume Supervisor", + "name": "Cristina Ghergheli", + "profile_path": null + }, + { + "credit_id": "553a0daac3a3684c5b0047cf", + "department": "Editing", + "gender": 0, + "id": 1407696, + "job": "Digital Intermediate", + "name": "Marisa Clayton", + "profile_path": null + }, + { + "credit_id": "553a0dc49251414081003861", + "department": "Editing", + "gender": 0, + "id": 1427435, + "job": "Digital Intermediate", + "name": "Mark Sahagun", + "profile_path": null + }, + { + "credit_id": "553a0de4c3a3685cf800309e", + "department": "Editing", + "gender": 0, + "id": 1458449, + "job": "First Assistant Editor", + "name": "Ian Silverstein", + "profile_path": null + }, + { + "credit_id": "553a0dff9251416874000dea", + "department": "Sound", + "gender": 0, + "id": 1419731, + "job": "Music Editor", + "name": "Jay Duerr", + "profile_path": null + }, + { + "credit_id": "553a0e2e92514138a90040f4", + "department": "Crew", + "gender": 0, + "id": 1392657, + "job": "Transportation Coordinator", + "name": "Claudia Kossik", + "profile_path": null + }, + { + "credit_id": "553a0e4a9251413f5a003703", + "department": "Crew", + "gender": 0, + "id": 1458450, + "job": "Transportation Coordinator", + "name": "Gábor Szénási", + "profile_path": null + }, + { + "credit_id": "553a0e7bc3a3685cf80030ad", + "department": "Production", + "gender": 0, + "id": 1394315, + "job": "Location Manager", + "name": "Rudolf András", + "profile_path": null + }, + { + "credit_id": "553a0e92c3a3683e55000f28", + "department": "Production", + "gender": 0, + "id": 1458451, + "job": "Location Manager", + "name": "János Cserven", + "profile_path": null + }, + { + "credit_id": "553a0ec6925141275e002dce", + "department": "Production", + "gender": 0, + "id": 1392664, + "job": "Location Manager", + "name": "Balint Kovacs", + "profile_path": null + }, + { + "credit_id": "553a0eeec3a3681be40064be", + "department": "Production", + "gender": 0, + "id": 1392663, + "job": "Location Manager", + "name": "Laszlo Rorariusz", + "profile_path": null + }, + { + "credit_id": "553a0f03925141651800add1", + "department": "Directing", + "gender": 1, + "id": 1427850, + "job": "Script Supervisor", + "name": "Dora Simko", + "profile_path": null + }, + { + "credit_id": "553a0f45c3a3687845008283", + "department": "Crew", + "gender": 0, + "id": 1458452, + "job": "Dialect Coach", + "name": "Elena Baranova", + "profile_path": null + }, + { + "credit_id": "553a0f94c3a3685cf80030c9", + "department": "Crew", + "gender": 0, + "id": 1399643, + "job": "Unit Publicist", + "name": "Larry Garrison", + "profile_path": null + }, + { + "credit_id": "570b90a0c3a36875700074a5", + "department": "Art", + "gender": 2, + "id": 1322142, + "job": "Supervising Art Director", + "name": "Tom Brown", + "profile_path": null + }, + { + "credit_id": "5651e496c3a36833e7007479", + "department": "Production", + "gender": 1, + "id": 67702, + "job": "Casting", + "name": "Lina Todd", + "profile_path": "/d4BTPVOh4Vj2Rhc7dHiYrF4BxDp.jpg" + }, + { + "credit_id": "5651e4ccc3a368070800b312", + "department": "Production", + "gender": 1, + "id": 1486198, + "job": "Casting Associate", + "name": "Kate Ringsell", + "profile_path": null + }, + { + "credit_id": "5651e4fcc3a36833e7007493", + "department": "Crew", + "gender": 0, + "id": 1539431, + "job": "Armorer", + "name": "Béla Gajdos", + "profile_path": null + }, + { + "credit_id": "5651e512c3a368070f00ae0c", + "department": "Crew", + "gender": 0, + "id": 1539433, + "job": "Armorer", + "name": "Gábor Gajdos", + "profile_path": null + }, + { + "credit_id": "5651e54bc3a368071b00b764", + "department": "Crew", + "gender": 0, + "id": 1422058, + "job": "Armorer", + "name": "Michael Papac", + "profile_path": null + }, + { + "credit_id": "5651e5659251414b0a00b1d5", + "department": "Crew", + "gender": 0, + "id": 1539434, + "job": "Armorer", + "name": "Sascha Robey", + "profile_path": null + }, + { + "credit_id": "58b886c29251415fba002086", + "department": "Crew", + "gender": 2, + "id": 1063017, + "job": "Stunts", + "name": "Eric Jacobus", + "profile_path": "/5ixSoc6mcKw6y3I5t0It4qbGj1A.jpg" + }, + { + "credit_id": "593b67d2c3a3680f67005acc", + "department": "Crew", + "gender": 2, + "id": 1831266, + "job": "Stunts", + "name": "Géza Kovács", + "profile_path": null + }, + { + "credit_id": "5acc1032925141433e01e6d2", + "department": "Crew", + "gender": 2, + "id": 23285, + "job": "Stunt Coordinator", + "name": "Jeffrey J. Dashnaw", + "profile_path": "/5Sw0YV4U8Yg7BpN8yVX7vVc8y8x.jpg" + }, + { + "credit_id": "5adf0847925141132e008f4e", + "department": "Camera", + "gender": 0, + "id": 1391520, + "job": "Second Unit Director of Photography", + "name": "Elena Ivanova", + "profile_path": null + }, + { + "credit_id": "5adf0878925141133300888f", + "department": "Camera", + "gender": 2, + "id": 1424180, + "job": "Second Unit Director of Photography", + "name": "Jonathan Taylor", + "profile_path": null + }, + { + "credit_id": "5adf088a0e0a2615f0009a84", + "department": "Sound", + "gender": 2, + "id": 113048, + "job": "Sound Recordist", + "name": "Tim Gomillion", + "profile_path": null + }, + { + "credit_id": "5adf089ec3a3686ad200896c", + "department": "Sound", + "gender": 2, + "id": 1458425, + "job": "Sound Recordist", + "name": "Ryan Cole", + "profile_path": null + }, + { + "credit_id": "5adf08b2c3a3686ad80082c8", + "department": "Art", + "gender": 0, + "id": 1420634, + "job": "Property Master", + "name": "Chris Cull", + "profile_path": null + }, + { + "credit_id": "5adf08eac3a3686ad40086b1", + "department": "Production", + "gender": 0, + "id": 1327763, + "job": "Local Casting", + "name": "Alena Garetovskaya", + "profile_path": null + }, + { + "credit_id": "5adf091c9251411331008bb3", + "department": "Production", + "gender": 1, + "id": 1198829, + "job": "Local Casting", + "name": "Kirsty McGregor", + "profile_path": null + }, + { + "credit_id": "5adf0934c3a3686adc009582", + "department": "Sound", + "gender": 2, + "id": 7229, + "job": "Original Music Composer", + "name": "Marco Beltrami", + "profile_path": "/tTBQHKWVieP5ARRfJRMkbnLTW6C.jpg" + }, + { + "credit_id": "5adf095ac3a3686ad2008a06", + "department": "Sound", + "gender": 0, + "id": 1425343, + "job": "ADR Supervisor", + "name": "Vanessa Lapato", + "profile_path": null + }, + { + "credit_id": "5adf097ac3a3686adc0095bc", + "department": "Sound", + "gender": 2, + "id": 1530322, + "job": "Foley Editor", + "name": "Matthew Harrison", + "profile_path": null + }, + { + "credit_id": "5bcab7d2c3a368354f000839", + "department": "Writing", + "gender": 0, + "id": 7670, + "job": "Characters", + "name": "Roderick Thorp", + "profile_path": null + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:59.6466595Z", + "ReducedUri": "/3/movie/47964?append_to_response=external_ids", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard Collection", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "popularity": 15.524, + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 98, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Yippee Ki-Yay Mother Russia", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4274, + "external_ids": { + "imdb_id": "tt1606378", + "facebook_id": "DieHardMovies", + "instagram_id": null, + "twitter_id": "DieHard" + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:57.6915613Z", + "ReducedUri": "/3/movie/47964?append_to_response=images", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard Collection", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "popularity": 15.524, + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 98, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Yippee Ki-Yay Mother Russia", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4274, + "images": { + "backdrops": [ + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.538, + "vote_count": 13, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/xizM09IAYfm8W8U4NIdlqzRjHck.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.412, + "vote_count": 10, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/g7e0UMgnUL2mRvTxPtdpKoTmsVv.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.252, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/g5XcN0yt5KqAwsow2UNv9Qw6l8T.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.23, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/22DQWwjaam1LHTAEapxO2Wg7s2H.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.214, + "vote_count": 18, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/mM9vuLkgxRpDi9ZqPUPgG5qzjXL.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.204, + "vote_count": 7, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/p9xfYhlA3bPA985sDWcFthF4pmq.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.182, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/6bG6D7u1cKH73LOsZbR04hML7k9.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.182, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/ncd3yYDTPvyZ0bWz8mnzTrLA0ZK.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.182, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/1dFOiEnAE0DPM1RzAUagQifWS0L.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.182, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/wX88vZmQL0eFXqLrNDDBgj1qNpU.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.176, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/snVEJlCz9leITIa2DFXyTIDKVYd.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.176, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/HgUpieW9dRKOdydqkUV45YDbdH.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.176, + "vote_count": 5, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/sozVrNW6MnQ5wxgWIH8YnUeyRqf.jpg", + "height": 1080, + "iso_639_1": "de", + "vote_average": 5.172, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/35ge5xfSrHxtDI3wxLco3jnEHP3.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.166, + "vote_count": 9, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/2H9gpnshd6KrFwe7nLfFFcmxCJm.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.106, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/qXvT0U4EcXGCL28NqUWvL9I8mQm.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1280 + } + ], + "posters": [ + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/7JKli6FqxK6kEsNRUW8JVGmGSNI.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.596, + "vote_count": 30, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/92KUQKGNqhTDdZTLf1dOUJ8KF18.jpg", + "height": 2100, + "iso_639_1": "fr", + "vote_average": 5.574, + "vote_count": 5, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fZ8bzoRXaloY9qLrRs7pXOCos8a.jpg", + "height": 2100, + "iso_639_1": "en", + "vote_average": 5.45, + "vote_count": 11, + "width": 1400 + }, + { + "aspect_ratio": 0.69351230425055932, + "file_path": "/f59Z89cwPgwmz90WpfFHOEsvgwV.jpg", + "height": 1788, + "iso_639_1": "es", + "vote_average": 5.438, + "vote_count": 4, + "width": 1240 + }, + { + "aspect_ratio": 0.71530758226037194, + "file_path": "/j6vVXC80o2mXRuRnQvuuwZdpnWJ.jpg", + "height": 1398, + "iso_639_1": "pt", + "vote_average": 5.3968253968253972, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.75, + "file_path": "/3c0bVygWGnswyOnEirhN0oRVcgu.jpg", + "height": 1500, + "iso_639_1": "it", + "vote_average": 5.388, + "vote_count": 4, + "width": 1125 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/7jniyONQPVbyzbH48skvweoG69A.jpg", + "height": 1500, + "iso_639_1": "hu", + "vote_average": 5.384615384615385, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zThW5n5aSXcyEmOGo55Zmg3Wifl.jpg", + "height": 2100, + "iso_639_1": "de", + "vote_average": 5.384615384615385, + "vote_count": 2, + "width": 1400 + }, + { + "aspect_ratio": 0.672311600338696, + "file_path": "/xrATKt5GXfjrWOEttiAT9XAoeW.jpg", + "height": 1181, + "iso_639_1": "es", + "vote_average": 5.3479853479853476, + "vote_count": 2, + "width": 794 + }, + { + "aspect_ratio": 0.697565543071161, + "file_path": "/i0ESDiaA4XnTTqCnxGH6PrHL13l.jpg", + "height": 1068, + "iso_639_1": "es", + "vote_average": 5.3479853479853476, + "vote_count": 2, + "width": 745 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/c4G6lW5hAWmwveThfLSqs52yHB1.jpg", + "height": 2100, + "iso_639_1": "it", + "vote_average": 5.318, + "vote_count": 3, + "width": 1400 + }, + { + "aspect_ratio": 0.70005927682276226, + "file_path": "/s8AfXOs2a76vTRQjk3XWHSIvsyV.jpg", + "height": 1687, + "iso_639_1": "ro", + "vote_average": 5.3125, + "vote_count": 1, + "width": 1181 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/lovQ8Of5FPL96AxW0SGUXQCf23H.jpg", + "height": 2100, + "iso_639_1": "ja", + "vote_average": 5.312, + "vote_count": 1, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/6VXbfjhSVvWhrDcHLR43KaFTQwZ.jpg", + "height": 1500, + "iso_639_1": "he", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/EktjFIPWceg2MWOorzHsPj1gZ1.jpg", + "height": 1500, + "iso_639_1": "ru", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/yGot6qzp3pGaqBCaLEY1IayjCLg.jpg", + "height": 1500, + "iso_639_1": "it", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66622251832111923, + "file_path": "/xr4tXwKmPB0qpMWrCRjiMga86as.jpg", + "height": 1501, + "iso_639_1": "cs", + "vote_average": 5.3050595238095237, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.71864893999281354, + "file_path": "/ph1FHyoooIas6D6zl6AqFCr6Nnw.jpg", + "height": 2783, + "iso_639_1": "xx", + "vote_average": 5.3050595238095237, + "vote_count": 1, + "width": 2000 + }, + { + "aspect_ratio": 0.69351230425055932, + "file_path": "/vae2lN7Oq7ohiMQzVgqN4qUaz6c.jpg", + "height": 1788, + "iso_639_1": "es", + "vote_average": 5.3040293040293038, + "vote_count": 2, + "width": 1240 + }, + { + "aspect_ratio": 0.69364161849710981, + "file_path": "/qdXHkhTtLROnkC6FzTWvfDaIoyT.jpg", + "height": 865, + "iso_639_1": "es", + "vote_average": 5.3040293040293038, + "vote_count": 2, + "width": 600 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/nFo8AY4JR3EnvMBNZla0QVmpqWU.jpg", + "height": 2100, + "iso_639_1": "de", + "vote_average": 5.2976190476190466, + "vote_count": 1, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/xO42aJxjWiVnvWaAliq9iWjMpHZ.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.29251700680272, + "vote_count": 7, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.288, + "vote_count": 22, + "width": 1000 + }, + { + "aspect_ratio": 0.71014492753623193, + "file_path": "/p2FMqu0O8TtT4cFRS7DOmdvC2bI.jpg", + "height": 1242, + "iso_639_1": "es", + "vote_average": 5.2752976190476186, + "vote_count": 1, + "width": 882 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/1usmkMErAadA7hnctCi7rBok7n8.jpg", + "height": 1500, + "iso_639_1": "hu", + "vote_average": 5.2529761904761907, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.6939953810623557, + "file_path": "/3HZgmv3nv7gzqVRAwFM9R6ezX2H.jpg", + "height": 866, + "iso_639_1": "pt", + "vote_average": 5.2529761904761907, + "vote_count": 1, + "width": 601 + }, + { + "aspect_ratio": 0.69640479360852192, + "file_path": "/dHvwLRJPc5mHqma5ydNHSL9w0e7.jpg", + "height": 751, + "iso_639_1": "hu", + "vote_average": 5.2527472527472527, + "vote_count": 2, + "width": 523 + }, + { + "aspect_ratio": 0.75, + "file_path": "/2rfBEnHErwGbyOXxadmGmcM0DcF.jpg", + "height": 2048, + "iso_639_1": "fr", + "vote_average": 5.252, + "vote_count": 4, + "width": 1536 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/wDQIxbWGltKZRSIbnW1jHkatRUh.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/tayBIpIzOXd1hxoMhLJXBALEDvj.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/eSUAXuIt2KSmmpjZB4PfmcCyTCl.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/va6GxZEiFXZZ4okeSceyrV3IRHh.jpg", + "height": 750, + "iso_639_1": "fr", + "vote_average": 5.246, + "vote_count": 2, + "width": 500 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fzuNlBYhlDIky4vneaxHHgPpMnV.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.70509383378016088, + "file_path": "/50hqFp04b4WWm6ll2H9pmR9vzuK.jpg", + "height": 1119, + "iso_639_1": "hu", + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 789 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/cE8ypQRl1FUH331VWzpB2Rmpw9U.jpg", + "height": 1500, + "iso_639_1": "de", + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fU66gYJ8ZtvqroTzvqfuoCNH92x.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.6796875, + "file_path": "/dwAd59VTTyNdeA2aZWuR2IRYCwa.jpg", + "height": 640, + "iso_639_1": "es", + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 435 + }, + { + "aspect_ratio": 0.70175438596491224, + "file_path": "/7RCuLsBMDf5whhWs99ZX45xPulA.jpg", + "height": 1425, + "iso_639_1": "ko", + "vote_average": 5.2232142857142856, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.69465020576131686, + "file_path": "/4L98jex4j3B1XTfRXjKcc9966TC.jpg", + "height": 1215, + "iso_639_1": "en", + "vote_average": 5.2161172161172162, + "vote_count": 2, + "width": 844 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/2yJH73FoMXPd7zqkvvOK1MZhhGk.jpg", + "height": 750, + "iso_639_1": "de", + "vote_average": 5.216, + "vote_count": 4, + "width": 500 + }, + { + "aspect_ratio": 0.6770480704129993, + "file_path": "/6dngRaEjTxFgPFYwgK4ZW5ox6HU.jpg", + "height": 1477, + "iso_639_1": "tr", + "vote_average": 5.2157738095238093, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/hQ9eiNHTdBYpa6UoPENiOwkOl59.jpg", + "height": 1500, + "iso_639_1": "de", + "vote_average": 5.21, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/948VGv9ne6ge2IrGQidgDaWd41U.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.1820728291316529, + "vote_count": 5, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/pSgnrAo8LUjan72UdGCY3NixHT0.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.1803751803751812, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.70675300647548567, + "file_path": "/gzroGMlFliLwwR1zxgFVe7ii5DA.jpg", + "height": 2162, + "iso_639_1": "en", + "vote_average": 5.1731601731601726, + "vote_count": 3, + "width": 1528 + }, + { + "aspect_ratio": 0.70126227208976155, + "file_path": "/2qLK4lW5zsfM7PXC69n6cBvnZLS.jpg", + "height": 1426, + "iso_639_1": "fr", + "vote_average": 5.172, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/nLyF3uDmfs4dqBSIIsOhoRceDqs.jpg", + "height": 1500, + "iso_639_1": "fr", + "vote_average": 5.172, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.74609375, + "file_path": "/yc4O3OQEkmAXuU3cHPxdtqk9nCX.jpg", + "height": 1280, + "iso_639_1": "it", + "vote_average": 5.172, + "vote_count": 1, + "width": 955 + }, + { + "aspect_ratio": 0.7, + "file_path": "/yG9JFCRuPQOhQZO6Sdoy58PxUrs.jpg", + "height": 1500, + "iso_639_1": "it", + "vote_average": 5.172, + "vote_count": 1, + "width": 1050 + }, + { + "aspect_ratio": 0.7028347996089932, + "file_path": "/u5lQrDX0bPj9Ar4Vi2QQDk6wp9d.jpg", + "height": 1023, + "iso_639_1": "ru", + "vote_average": 5.172, + "vote_count": 1, + "width": 719 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/8nvDkm6UJ1h5Omw2auIgcNE3uvv.jpg", + "height": 2100, + "iso_639_1": "fr", + "vote_average": 5.172, + "vote_count": 1, + "width": 1400 + }, + { + "aspect_ratio": 0.703, + "file_path": "/gldVCmSAs34iMY7taUJFcm1rm73.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 5.172, + "vote_count": 1, + "width": 703 + }, + { + "aspect_ratio": 0.69541029207232263, + "file_path": "/e9WIUvv5SFcr7Cg7EsyoIdZxlGX.jpg", + "height": 1438, + "iso_639_1": "ja", + "vote_average": 5.172, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/n2az0Mh2f30PVqw54LkoLgi6tCx.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.69979006298110569, + "file_path": "/sGzNKCEaaoHUagfQUHlmenvbhAd.jpg", + "height": 1429, + "iso_639_1": "el", + "vote_average": 5.1575091575091578, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/pjtg4pZE9ItGMNhwB5JDObk8TA4.jpg", + "height": 1500, + "iso_639_1": "de", + "vote_average": 5.152, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.70671378091872794, + "file_path": "/icp7YLD5AY8prYHvZ8kU8g8dY1T.jpg", + "height": 1415, + "iso_639_1": "de", + "vote_average": 5.1501831501831514, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.69513406156901691, + "file_path": "/etXoBkHpl6z3RpXffSJh1t92z4z.jpg", + "height": 1007, + "iso_639_1": "he", + "vote_average": 5.15, + "vote_count": 2, + "width": 700 + }, + { + "aspect_ratio": 0.675219446320054, + "file_path": "/xgCuqaT3H5eWQ5jE6m9lIXWQALC.jpg", + "height": 1481, + "iso_639_1": "en", + "vote_average": 5.1457000710732057, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.69733333333333336, + "file_path": "/21C1zncGRkqA8r6WmZ2slRpVKpV.jpg", + "height": 750, + "iso_639_1": "hu", + "vote_average": 5.1208791208791213, + "vote_count": 2, + "width": 523 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/pnB4utEgnXloPVC1BicwM4rBy2K.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.11727078891258, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zWyYbvx8gnQ5rmpgNfsR7ajx8Hh.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.11727078891258, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zZRhjpMakB77iEqGAvXYfSWKwPw.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.11727078891258, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/2epfTLrxQ2Hd8wwiJ1Z7d7bXYGE.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.0989010989010994, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.67510548523206748, + "file_path": "/pOForOa1ivCXhQCy1dhff4albEa.jpg", + "height": 1185, + "iso_639_1": "fr", + "vote_average": 5.08, + "vote_count": 3, + "width": 800 + }, + { + "aspect_ratio": 0.67284768211920531, + "file_path": "/zlSFmwaWObiXJnXRwe0opolIbm5.jpg", + "height": 755, + "iso_639_1": "en", + "vote_average": 5.0432900432900443, + "vote_count": 3, + "width": 508 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/kogLsj9b2dSUO23xX4v8YYHfTqR.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 4.976525821596244, + "vote_count": 8, + "width": 1012 + }, + { + "aspect_ratio": 0.67476383265856954, + "file_path": "/nGWBbS6lFqRqV6XlATrFPM04sXU.jpg", + "height": 1482, + "iso_639_1": "en", + "vote_average": 4.8262548262548259, + "vote_count": 11, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/bWcWWTHcgQ8fh2hjLkvDXPiENLY.jpg", + "height": 3000, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 2000 + }, + { + "aspect_ratio": 0.65166666666666662, + "file_path": "/s1DXEtJhHbKa4dyJHKoVJmd1sO5.jpg", + "height": 1200, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 782 + }, + { + "aspect_ratio": 0.69246861924686187, + "file_path": "/xlKNPXqM3VWAZ0yBabka1QfxR1O.jpg", + "height": 1434, + "iso_639_1": "bg", + "vote_average": 0.0, + "vote_count": 0, + "width": 993 + }, + { + "aspect_ratio": 0.66728452270620942, + "file_path": "/jDzj4RZ47goRblp1uEQ9E0jISlz.jpg", + "height": 1079, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 720 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/pQsuw6t0CrjzELK6l05Ywgu9vmp.jpg", + "height": 1500, + "iso_639_1": "de", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/cu9u893ENYWIQKzlwpfcufuOjnq.jpg", + "height": 1800, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1200 + }, + { + "aspect_ratio": 0.70126227208976155, + "file_path": "/tU5LFjLkym495vIk7q4sZWwHCKA.jpg", + "height": 1426, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zhDDMSRXkDwUDzkcS05X92R773b.jpg", + "height": 1440, + "iso_639_1": "pl", + "vote_average": 0.0, + "vote_count": 0, + "width": 960 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fttLSrhqJtZN1dPvf0PNB1CNlSd.jpg", + "height": 2100, + "iso_639_1": "no", + "vote_average": 0.0, + "vote_count": 0, + "width": 1400 + }, + { + "aspect_ratio": 0.68161434977578472, + "file_path": "/sy96tIVFS3t3GK6l44pb0QwQz8f.jpg", + "height": 1115, + "iso_639_1": "pt", + "vote_average": 0.0, + "vote_count": 0, + "width": 760 + }, + { + "aspect_ratio": 0.70446096654275092, + "file_path": "/dbdsztIOA10MLmAWLK0PAbL79qq.jpg", + "height": 1076, + "iso_639_1": "pt", + "vote_average": 0.0, + "vote_count": 0, + "width": 758 + }, + { + "aspect_ratio": 0.69161920260374288, + "file_path": "/rS7HUTV05c5LrKx2ICmcjZI22mZ.jpg", + "height": 1229, + "iso_639_1": "bg", + "vote_average": 0.0, + "vote_count": 0, + "width": 850 + }, + { + "aspect_ratio": 0.67494356659142207, + "file_path": "/jHeSxij1ogseWrlmenEEr9P52wt.jpg", + "height": 1772, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1196 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/8P8954PphO54ZLSYQhc3hQkwDWI.jpg", + "height": 2100, + "iso_639_1": "da", + "vote_average": 0.0, + "vote_count": 0, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/cr5Phd280o6BFALShz5d3fEFmjb.jpg", + "height": 1500, + "iso_639_1": "zh", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.67611683848797255, + "file_path": "/yh69l17554A62jq637S6SIJyFjx.jpg", + "height": 1164, + "iso_639_1": "uk", + "vote_average": 0.0, + "vote_count": 0, + "width": 787 + }, + { + "aspect_ratio": 0.6770480704129993, + "file_path": "/3lu4MJNHl00qnxvtMNjXUYPqeDD.jpg", + "height": 1477, + "iso_639_1": "th", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/jmY3URoNIeYqVrsYaeYCoDrzaPq.jpg", + "height": 2100, + "iso_639_1": "nl", + "vote_average": 0.0, + "vote_count": 0, + "width": 1400 + }, + { + "aspect_ratio": 0.70018450184501846, + "file_path": "/3cBMz4xnyzdsj1dK7zOrR7mAoZG.jpg", + "height": 1084, + "iso_639_1": "da", + "vote_average": 0.0, + "vote_count": 0, + "width": 759 + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:57.8213986Z", + "ReducedUri": "/3/movie/47964?append_to_response=keywords", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard Collection", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "popularity": 15.524, + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 98, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Yippee Ki-Yay Mother Russia", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4274, + "keywords": { + "keywords": [ + { + "id": 258, + "name": "bomb" + }, + { + "id": 591, + "name": "cia" + }, + { + "id": 2139, + "name": "russia" + }, + { + "id": 10685, + "name": "escape" + }, + { + "id": 18074, + "name": "courthouse" + }, + { + "id": 33705, + "name": "agent" + }, + { + "id": 186447, + "name": "rogue" + }, + { + "id": 186450, + "name": "moscow" + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:58.6647398Z", + "ReducedUri": "/3/movie/47964?append_to_response=lists", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard Collection", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "popularity": 15.524, + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 98, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Yippee Ki-Yay Mother Russia", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4274, + "lists": { + "page": 1, + "results": [ + { + "description": "", + "favorite_count": 0, + "id": 102994, + "item_count": 657, + "iso_639_1": "en", + "list_type": "movie", + "name": "Best Movies Ever Made On The Planet", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 19829, + "item_count": 1168, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies about everything...", + "poster_path": null + }, + { + "description": "All movies I have ever watched", + "favorite_count": 0, + "id": 31939, + "item_count": 891, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "film vu", + "favorite_count": 0, + "id": 8595, + "item_count": 459, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "Liste de film déjà vu", + "favorite_count": 0, + "id": 16744, + "item_count": 1410, + "iso_639_1": "fr", + "list_type": "movie", + "name": "AJ Vu !", + "poster_path": null + }, + { + "description": "Films released between 2010 and 2019", + "favorite_count": 0, + "id": 102924, + "item_count": 75, + "iso_639_1": "en", + "list_type": "movie", + "name": "2010-2019", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 80482, + "item_count": 669, + "iso_639_1": "de", + "list_type": "movie", + "name": "Filme", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 103747, + "item_count": 65, + "iso_639_1": "en", + "list_type": "movie", + "name": "Grandma", + "poster_path": null + }, + { + "description": "Список фильмов на которые я ходил смотреть в кинотеатр\nThe list of films that I went to watch the cinema", + "favorite_count": 0, + "id": 64443, + "item_count": 308, + "iso_639_1": "ru", + "list_type": "movie", + "name": "Что я смотрел в кинотеатре мои оценки фильмов, а также мои избранные фильмы (What I watched in the cinema)", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 102728, + "item_count": 896, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movie", + "poster_path": null + }, + { + "description": "watched movies - a personal reminder", + "favorite_count": 0, + "id": 47953, + "item_count": 863, + "iso_639_1": "it", + "list_type": "movie", + "name": "Memento - movies", + "poster_path": null + }, + { + "description": "watched movies", + "favorite_count": 0, + "id": 44662, + "item_count": 997, + "iso_639_1": "ar", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "Movies I have seen!", + "favorite_count": 0, + "id": 35362, + "item_count": 2560, + "iso_639_1": "en", + "list_type": "movie", + "name": "All My Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 79155, + "item_count": 1155, + "iso_639_1": "en", + "list_type": "movie", + "name": "Digital Movie Collection", + "poster_path": null + }, + { + "description": "Master List In Progress", + "favorite_count": 0, + "id": 51108, + "item_count": 3465, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Movies", + "poster_path": null + }, + { + "description": "Filmes e/ou series ja assistidos", + "favorite_count": 0, + "id": 78949, + "item_count": 1099, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Assistido", + "poster_path": null + }, + { + "description": "All the movies and TV shows I physically own on DVDs or Blu-ray Discs.", + "favorite_count": 0, + "id": 23932, + "item_count": 755, + "iso_639_1": "en", + "list_type": "movie", + "name": "My DVD/BD Collection", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 102947, + "item_count": 608, + "iso_639_1": "en", + "list_type": "movie", + "name": "HGR 27", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 24949, + "item_count": 2383, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies I have seen", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 96924, + "item_count": 1043, + "iso_639_1": "es", + "list_type": "movie", + "name": "Vistas", + "poster_path": null + } + ], + "total_pages": 20, + "total_results": 392 + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:59.5022851Z", + "ReducedUri": "/3/movie/47964?append_to_response=recommendations", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard Collection", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "popularity": 15.524, + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 98, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Yippee Ki-Yay Mother Russia", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4274, + "recommendations": { + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/74J904knbahSF7csIEfmRtmdi0t.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 1571, + "original_language": "en", + "original_title": "Live Free or Die Hard", + "overview": "John McClane is back and badder than ever, and this time he's working for Homeland Security. He calls on the services of a young hacker in his bid to stop a ring of Internet terrorists intent on taking control of America's computer infrastructure.", + "poster_path": "/pHWgbaXiQD2nmex7u8Xv6XmhaZS.jpg", + "release_date": "2007-06-20", + "title": "Live Free or Die Hard", + "video": false, + "vote_average": 6.5, + "vote_count": 3075, + "popularity": 18.088 + }, + { + "adult": false, + "backdrop_path": "/aJCEQFFXNcfg5YneJzTG15qzxF7.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 1572, + "original_language": "en", + "original_title": "Die Hard: With a Vengeance", + "overview": "New York detective John McClane is back and kicking bad-guy butt in the third installment of this action-packed series, which finds him teaming with civilian Zeus Carver to prevent the loss of innocent lives. McClane thought he'd seen it all, until a genius named Simon engages McClane, his new \"partner\" -- and his beloved city -- in a deadly game that demands their concentration.", + "poster_path": "/ivpXGcsPZglyYrN65THWSD7JM3q.jpg", + "release_date": "1995-05-19", + "title": "Die Hard: With a Vengeance", + "video": false, + "vote_average": 7.1, + "vote_count": 3040, + "popularity": 17.181 + }, + { + "adult": false, + "backdrop_path": "/b9OVFl48ZV2oTLzACSwBpNrCUhJ.jpg", + "genre_ids": [ + 12, + 28, + 878, + 53 + ], + "id": 72559, + "original_language": "en", + "original_title": "G.I. Joe: Retaliation", + "overview": "Framed for crimes against the country, the G.I. Joe team is terminated by Presidential order. This forces the G.I. Joes into not only fighting their mortal enemy Cobra; they are forced to contend with threats from within the government that jeopardize their very existence.", + "poster_path": "/iFWxbu2LLtfaWv6D1TSrY11huTe.jpg", + "release_date": "2013-03-26", + "title": "G.I. Joe: Retaliation", + "video": false, + "vote_average": 5.5, + "vote_count": 3742, + "popularity": 12.63 + }, + { + "adult": false, + "backdrop_path": "/kywkOlRpYtfVlar41R1s8lO46vD.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 1573, + "original_language": "en", + "original_title": "Die Hard 2", + "overview": "Off-duty cop John McClane is gripped with a feeling of déjà vu when, on a snowy Christmas Eve in the nation’s capital, terrorists seize a major international airport, holding thousands of holiday travelers hostage. Renegade military commandos led by a murderous rogue officer plot to rescue a drug lord from justice and are prepared for every contingency except one: McClane’s smart-mouthed heroics.", + "poster_path": "/zSgL998DXaljsCmwQuwDM8Ak4rV.jpg", + "release_date": "1990-07-02", + "title": "Die Hard 2", + "video": false, + "vote_average": 6.8, + "vote_count": 2769, + "popularity": 17.768 + }, + { + "adult": false, + "backdrop_path": "/pIjnoUnXdLpROFzIRPNziPzgBUp.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 76163, + "original_language": "en", + "original_title": "The Expendables 2", + "overview": "Mr. Church reunites the Expendables for what should be an easy paycheck, but when one of their men is murdered on the job, their quest for revenge puts them deep in enemy territory and up against an unexpected threat.", + "poster_path": "/dJPnTe1qOcO7XqsJvESFph83m6m.jpg", + "release_date": "2012-08-08", + "title": "The Expendables 2", + "video": false, + "vote_average": 6.2, + "vote_count": 3950, + "popularity": 14.464 + }, + { + "adult": false, + "backdrop_path": "/p4Xazn7f63Sqwslw8va7IqDQBki.jpg", + "genre_ids": [ + 28, + 80, + 53 + ], + "id": 76640, + "original_language": "en", + "original_title": "The Last Stand", + "overview": "Ray Owens is sheriff of the quiet US border town of Sommerton Junction after leaving the LAPD following a bungled operation. Following his escape from the FBI, a notorious drug baron, his gang, and a hostage are heading toward Sommerton Junction where the police are preparing to make a last stand to intercept them before they cross the border. Owens is reluctant to become involved but ultimately joins in with the law enforcement efforts", + "poster_path": "/eOfpuaNcCcitHi3HOik7XFavRP4.jpg", + "release_date": "2013-01-12", + "title": "The Last Stand", + "video": false, + "vote_average": 5.8, + "vote_count": 1600, + "popularity": 7.884 + }, + { + "adult": false, + "backdrop_path": "/ezXodpP429qK0Av89pVNlaXWJkQ.jpg", + "genre_ids": [ + 80, + 18, + 53 + ], + "id": 75780, + "original_language": "en", + "original_title": "Jack Reacher", + "overview": "When a gunman takes five lives with six shots, all evidence points to the suspect in custody. On interrogation, the suspect offers up a single note: \"Get Jack Reacher!\" So begins an extraordinary chase for the truth, pitting Jack Reacher against an unexpected enemy, with a skill for violence and a secret to keep.", + "poster_path": "/38bmEXmuJuInLs9dwfgOGCHmZ7l.jpg", + "release_date": "2012-12-20", + "title": "Jack Reacher", + "video": false, + "vote_average": 6.4, + "vote_count": 3929, + "popularity": 15.007 + }, + { + "adult": false, + "backdrop_path": "/gCdJYpX1TXGEZrEJl0mMTTpinMh.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 49040, + "original_language": "en", + "original_title": "The Bourne Legacy", + "overview": "New CIA operative, Aaron Cross experiences life-or-death stakes that have been triggered by the previous actions of Jason Bourne.", + "poster_path": "/aVd03scP2vG08d8CMKqxCEpLC3d.jpg", + "release_date": "2012-08-08", + "title": "The Bourne Legacy", + "video": false, + "vote_average": 6.1, + "vote_count": 3445, + "popularity": 13.583 + }, + { + "adult": false, + "backdrop_path": "/y9lH6ijs5YXS8njSHtiJJj5UohO.jpg", + "genre_ids": [ + 28, + 80 + ], + "id": 119283, + "original_language": "en", + "original_title": "Parker", + "overview": "A thief with a unique code of professional ethics is double-crossed by his crew and left for dead. Assuming a new disguise and forming an unlikely alliance with a woman on the inside, he looks to hijack the score of the crew's latest heist.", + "poster_path": "/f5KkE5sOdcNF7eb15cCTIzDVlys.jpg", + "release_date": "2013-01-23", + "title": "Parker", + "video": false, + "vote_average": 5.8, + "vote_count": 1770, + "popularity": 8.765 + }, + { + "adult": false, + "backdrop_path": "/lxbMXD12UCj7kMgfqjaZq5irGAu.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 117263, + "original_language": "en", + "original_title": "Olympus Has Fallen", + "overview": "When the White House (Secret Service Code: \"Olympus\") is captured by a terrorist mastermind and the President is kidnapped, disgraced former Presidential guard Mike Banning finds himself trapped within the building. As the national security team scrambles to respond, they are forced to rely on Banning's inside knowledge to help retake the White House, save the President and avert an even bigger disaster.", + "poster_path": "/l542hLtKhsmOWEBFoC7Aajk0nKt.jpg", + "release_date": "2013-03-20", + "title": "Olympus Has Fallen", + "video": false, + "vote_average": 6.2, + "vote_count": 3898, + "popularity": 17.608 + }, + { + "adult": false, + "backdrop_path": "/eg049B1TJdWuKuyKowNmhZxNToc.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 562, + "original_language": "en", + "original_title": "Die Hard", + "overview": "NYPD cop John McClane's plan to reconcile with his estranged wife is thrown for a serious loop when, minutes after he arrives at her office, the entire building is overtaken by a group of terrorists. With little help from the LAPD, wisecracking McClane sets out to single-handedly rescue the hostages and bring the bad guys down.", + "poster_path": "/mc7MubOLcIw3MDvnuQFrO9psfCa.jpg", + "release_date": "1988-07-15", + "title": "Die Hard", + "video": false, + "vote_average": 7.6, + "vote_count": 5775, + "popularity": 26.241 + }, + { + "adult": false, + "backdrop_path": "/x5u73uBylbyCCnkzUGzt3uozqRp.jpg", + "genre_ids": [ + 53, + 12, + 28 + ], + "id": 27578, + "original_language": "en", + "original_title": "The Expendables", + "overview": "Barney Ross leads a band of highly skilled mercenaries including knife enthusiast Lee Christmas, a martial arts expert, heavy weapons specialist, demolitionist, and a loose-cannon sniper. When the group is commissioned by the mysterious Mr. Church to assassinate the dictator of a small South American island, Barney and Lee visit the remote locale to scout out their opposition and discover the true nature of the conflict engulfing the city.", + "poster_path": "/4gLFKsalwRy0ONzfYaRsKr5wilK.jpg", + "release_date": "2010-08-03", + "title": "The Expendables", + "video": false, + "vote_average": 6.1, + "vote_count": 4326, + "popularity": 23.241 + }, + { + "adult": false, + "backdrop_path": "/1TFEtFxD1M9OvMGlGcSAR5Pg53I.jpg", + "genre_ids": [ + 28, + 12, + 35, + 80, + 53 + ], + "id": 39514, + "original_language": "en", + "original_title": "RED", + "overview": "When his peaceful life is threatened by a high-tech assassin, former black-ops agent, Frank Moses reassembles his old team in a last ditch effort to survive and uncover his assailants.", + "poster_path": "/q2mwTRKrq1etP9S4SZVDIJq0wI2.jpg", + "release_date": "2010-10-13", + "title": "RED", + "video": false, + "vote_average": 6.6, + "vote_count": 3904, + "popularity": 13.711 + }, + { + "adult": false, + "backdrop_path": "/orFQbyZ6g7kPFaJXmgty0M88wJ0.jpg", + "genre_ids": [ + 28, + 878, + 12, + 53 + ], + "id": 64635, + "original_language": "en", + "original_title": "Total Recall", + "overview": "Welcome to Rekall, the company that can turn your dreams into real memories. For a factory worker named Douglas Quaid, even though he's got a beautiful wife who he loves, the mind-trip sounds like the perfect vacation from his frustrating life - real memories of life as a super-spy might be just what he needs. But when the procedure goes horribly wrong, Quaid becomes a hunted man. Finding himself on the run from the police - controlled by Chancellor Cohaagen, the leader of the free world - Quaid teams up with a rebel fighter to find the head of the underground resistance and stop Cohaagen. The line between fantasy and reality gets blurred and the fate of his world hangs in the balance as Quaid discovers his true identity, his true love, and his true fate.", + "poster_path": "/tWBo7aZk3I1dLxmMj7ZJcN8uke5.jpg", + "release_date": "2012-08-02", + "title": "Total Recall", + "video": false, + "vote_average": 5.9, + "vote_count": 3310, + "popularity": 11.247 + }, + { + "adult": false, + "backdrop_path": "/cIAl0oODM0XEXp1RBIKzhKfxj4y.jpg", + "genre_ids": [ + 28, + 12, + 10751, + 14 + ], + "id": 81005, + "original_language": "en", + "original_title": "Jack the Giant Slayer", + "overview": "The story of an ancient war that is reignited when a young farmhand unwittingly opens a gateway between our world and a fearsome race of giants. Unleashed on the Earth for the first time in centuries, the giants strive to reclaim the land they once lost, forcing the young man, Jack into the battle of his life to stop them. Fighting for a kingdom, its people, and the love of a brave princess, he comes face to face with the unstoppable warriors he thought only existed in legend–and gets the chance to become a legend himself.", + "poster_path": "/wn4aSJcKiQ0fPzJ92XEf6M9Kmlo.jpg", + "release_date": "2013-02-27", + "title": "Jack the Giant Slayer", + "video": false, + "vote_average": 5.6, + "vote_count": 3246, + "popularity": 8.626 + }, + { + "id": 82992, + "video": false, + "vote_count": 6686, + "vote_average": 6.7, + "title": "Fast & Furious 6", + "release_date": "2013-05-21", + "original_language": "en", + "original_title": "Fast & Furious 6", + "genre_ids": [ + 28, + 80, + 53 + ], + "backdrop_path": "/qjfE7SkPXpqFs8FX8rIaG6eO2aK.jpg", + "adult": false, + "overview": "Hobbs has Dominic and Brian reassemble their crew to take down a team of mercenaries: Dominic unexpectedly gets convoluted also facing his presumed deceased girlfriend, Letty.", + "poster_path": "/b9gTJKLdSbwcQRKzmqMq3dMfRwI.jpg", + "popularity": 2.015 + }, + { + "adult": false, + "backdrop_path": "/plssy6J0zmEmodjiyHVtceZB0yQ.jpg", + "genre_ids": [ + 28, + 14, + 27 + ], + "id": 60304, + "original_language": "en", + "original_title": "Hansel & Gretel: Witch Hunters", + "overview": "After getting a taste for blood as children, Hansel and Gretel have become the ultimate vigilantes, hell-bent on retribution. Now, unbeknownst to them, Hansel and Gretel have become the hunted, and must face an evil far greater than witches... their past.", + "poster_path": "/3bQHHXuzZDu2Ju3VFjIM72E9TSw.jpg", + "release_date": "2013-01-17", + "title": "Hansel & Gretel: Witch Hunters", + "video": false, + "vote_average": 5.8, + "vote_count": 4310, + "popularity": 14.484 + }, + { + "adult": false, + "backdrop_path": "/ieJ5ImFoJILNULvnIpbulAln7Lr.jpg", + "genre_ids": [ + 12, + 28, + 53, + 878 + ], + "id": 14869, + "original_language": "en", + "original_title": "G.I. Joe: The Rise of Cobra", + "overview": "From the Egyptian desert to deep below the polar ice caps, the elite G.I. JOE team uses the latest in next-generation spy and military equipment to fight the corrupt arms dealer Destro and the growing threat of the mysterious Cobra organization to prevent them from plunging the world into chaos.", + "poster_path": "/29eW5c5DaCFQejdt9V14RrA51yD.jpg", + "release_date": "2009-08-04", + "title": "G.I. Joe: The Rise of Cobra", + "video": false, + "vote_average": 5.7, + "vote_count": 2689, + "popularity": 12.722 + }, + { + "adult": false, + "backdrop_path": "/pc7a2qrIkIxzqWGqcexd3mHzIxy.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 56292, + "original_language": "en", + "original_title": "Mission: Impossible - Ghost Protocol", + "overview": "Ethan Hunt and his team are racing against time to track down a dangerous terrorist named Hendricks, who has gained access to Russian nuclear launch codes and is planning a strike on the United States. An attempt to stop him ends in an explosion causing severe destruction to the Kremlin and the IMF to be implicated in the bombing, forcing the President to disavow them. No longer being aided by the government, Ethan and his team chase Hendricks around the globe, although they might still be too late to stop a disaster.", + "poster_path": "/khlcsYHr7Hi4Tkymc7UGDvcUcx.jpg", + "release_date": "2011-12-07", + "title": "Mission: Impossible - Ghost Protocol", + "video": false, + "vote_average": 6.9, + "vote_count": 5706, + "popularity": 21.053 + }, + { + "adult": false, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "id": 146216, + "original_language": "en", + "original_title": "RED 2", + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "release_date": "2013-07-18", + "title": "RED 2", + "video": false, + "vote_average": 6.5, + "vote_count": 2204, + "popularity": 16.427 + } + ], + "total_pages": 2, + "total_results": 40 + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:59.3728085Z", + "ReducedUri": "/3/movie/47964?append_to_response=release_dates", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard Collection", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "popularity": 15.524, + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 98, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Yippee Ki-Yay Mother Russia", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4274, + "release_dates": { + "results": [ + { + "iso_3166_1": "BR", + "release_dates": [ + { + "certification": "12", + "iso_639_1": "pt", + "release_date": "2013-02-22T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IN", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-22T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "UY", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-16T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "RO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "KR", + "release_dates": [ + { + "certification": "15세 이상 관람가", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-06T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "GT", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "UA", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SI", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PA", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NZ", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "MX", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "HN", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "GR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NI", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "EE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IT", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SV", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "KW", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PH", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-13T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "VE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-12T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "HK", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-07T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "HU", + "release_dates": [ + { + "certification": "16 éven aluliak számára nem ajánlott", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-13T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "AU", + "release_dates": [ + { + "certification": "M", + "iso_639_1": "", + "note": "", + "release_date": "2013-03-20T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CA", + "release_dates": [ + { + "certification": "14A", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BA", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CN", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-03-13T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "ES", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NL", + "release_dates": [ + { + "certification": "12", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SK", + "release_dates": [ + { + "certification": "12", + "iso_639_1": "", + "note": "", + "release_date": "2013-03-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "LT", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CZ", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-03-14T00:00:00Z", + "type": 3 + }, + { + "certification": "", + "iso_639_1": "cs", + "release_date": "2013-06-19T00:00:00Z", + "type": 5 + } + ] + }, + { + "iso_3166_1": "IS", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SE", + "release_dates": [ + { + "certification": "15", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "TH", + "release_dates": [ + { + "certification": "น13+", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-13T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "RU", + "release_dates": [ + { + "certification": "18+", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "JP", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "DK", + "release_dates": [ + { + "certification": "11", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "KZ", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PL", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BY", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "AZ", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CL", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "GB", + "release_dates": [ + { + "certification": "12A", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "AR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SG", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-07T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "MK", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "HR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BG", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "FI", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "EC", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "TW", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-08T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "DE", + "release_dates": [ + { + "certification": "16", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PT", + "release_dates": [ + { + "certification": "M/12", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "DO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-28T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "US", + "release_dates": [ + { + "certification": "R", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-13T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "LV", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "FR", + "release_dates": [ + { + "certification": "10", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-20T00:00:00Z", + "type": 3 + } + ] + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:57.9369947Z", + "ReducedUri": "/3/movie/47964?append_to_response=releases", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard Collection", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "popularity": 15.524, + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 98, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Yippee Ki-Yay Mother Russia", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4274, + "releases": { + "countries": [ + { + "certification": "R", + "iso_3166_1": "US", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "16", + "iso_3166_1": "DE", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "BG", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "AR", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "AZ", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "BY", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "11", + "iso_3166_1": "DK", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "IE", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "KZ", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "M/12", + "iso_3166_1": "PT", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "18+", + "iso_3166_1": "RU", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "15", + "iso_3166_1": "SE", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "12A", + "iso_3166_1": "GB", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "LT", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "BE", + "primary": false, + "release_date": "2013-02-13" + }, + { + "certification": "10", + "iso_3166_1": "FR", + "primary": false, + "release_date": "2013-02-20" + }, + { + "certification": "12", + "iso_3166_1": "NL", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "NO", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "IS", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "ES", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "M", + "iso_3166_1": "AU", + "primary": false, + "release_date": "2013-03-20" + }, + { + "certification": "", + "iso_3166_1": "PL", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "16 éven aluliak számára nem ajánlott", + "iso_3166_1": "HU", + "primary": false, + "release_date": "2013-02-13" + }, + { + "certification": "", + "iso_3166_1": "HK", + "primary": false, + "release_date": "2013-02-07" + }, + { + "certification": "", + "iso_3166_1": "SG", + "primary": false, + "release_date": "2013-02-07" + }, + { + "certification": "", + "iso_3166_1": "TW", + "primary": false, + "release_date": "2013-02-08" + }, + { + "certification": "", + "iso_3166_1": "VE", + "primary": false, + "release_date": "2013-02-12" + }, + { + "certification": "", + "iso_3166_1": "PH", + "primary": false, + "release_date": "2013-02-13" + }, + { + "certification": "", + "iso_3166_1": "BO", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "BA", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "CL", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "CR", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "HR", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "SV", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "EE", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "GR", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "HN", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "JP", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "KW", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "MX", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "NZ", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "NI", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "PA", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "PE", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "PR", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "MK", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "SI", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "UA", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "CO", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "EC", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "FI", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "GT", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "LV", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "RO", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "UY", + "primary": false, + "release_date": "2013-02-16" + }, + { + "certification": "", + "iso_3166_1": "IN", + "primary": false, + "release_date": "2013-02-22" + }, + { + "certification": "", + "iso_3166_1": "DO", + "primary": false, + "release_date": "2013-02-28" + }, + { + "certification": "", + "iso_3166_1": "CZ", + "primary": false, + "release_date": "2013-03-14" + }, + { + "certification": "น13+", + "iso_3166_1": "TH", + "primary": false, + "release_date": "2013-02-13" + }, + { + "certification": "", + "iso_3166_1": "CN", + "primary": false, + "release_date": "2013-03-13" + }, + { + "certification": "15세 이상 관람가", + "iso_3166_1": "KR", + "primary": false, + "release_date": "2013-02-06" + }, + { + "certification": "12", + "iso_3166_1": "SK", + "primary": false, + "release_date": "2013-03-14" + }, + { + "certification": "", + "iso_3166_1": "IT", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "12", + "iso_3166_1": "BR", + "primary": false, + "release_date": "2013-02-22" + }, + { + "certification": "14A", + "iso_3166_1": "CA", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "CZ", + "primary": false, + "release_date": "2013-06-19" + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:58.4314369Z", + "ReducedUri": "/3/movie/47964?append_to_response=reviews", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard Collection", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "popularity": 15.524, + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 98, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Yippee Ki-Yay Mother Russia", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4274, + "reviews": { + "page": 1, + "results": [ + { + "author": "Per Gunnar Jonsson", + "content": "My god what a disappointment! The original movie had a script worth watching and some good action and special effects. This one, well this was a typical Hollywood script written by someone who either was incredibly stupid or just too arrogant to care. It is a script that I would expect from a SyFy channel production.\r\n\r\nThere was absolutely nothing that made sense in this script. The actual plot about Chernobyl that was ludicrous to say the least. I’m sure the special effects guys had a great day doing the car chase at the beginning but it was just exaggerated and silly to watch. Obviously there are no cops or anything in Moscow since they could drive around smashing cars forever without anyone seeming to care. They walk into Chernobyl and sprays some magic fluid onto the highly radioactive place and voilà, the radioactivity is gone and they can take off their protective suits. What a load of bull! They steal a car and drive to Chernobyl (which is around 1000 kilometres away and the roads in Russia are NOT western highway standard) and they still manage to get there in time to catch the bad guys who are in choppers. Not to mention the fact that they actually get near the place without being stopped. I can go on with this but it is only more and more depressing.\r\n\r\nOh, my favourite (sarcasm), Switzerland have obviously invaded France since Grenoble is now in Switzerland. Funny that I, who lives a couple of hours drive from Grenoble, have not heard about this. That is just so typical dumbass American script writer who have never set foot outside of Hollywood. Maybe it was supposed to be funny but I honestly do not think so and in any case, it was not funny.\r\n\r\nThe only reason this movie gets a 4 out of 10 star rating is because the special effects are indeed impressive if you can push yourself to look past the ludicrousness of them and it is Bruce Willis after all. It is a shame that they obviously handed the franchise over to some idiot(s) that obviously where utterly incompetent at what they were doing.", + "id": "5ae9d7ae0e0a26394e008aeb", + "url": "https://www.themoviedb.org/review/5ae9d7ae0e0a26394e008aeb" + }, + { + "author": "Wuchak", + "content": "Big, dumb, fun action flick in Russia dies hard to entertain\r\n\r\nRELEASED IN 2013 and directed by John Moore, \"A Good Day to Die Hard\" is the Third of (currently) five installments in the Die Hard series. In this one John McClane (Bruce Willis) travels to Moscow to aid his unruly son, Jack (Jai Courtney), only to discover that Jack is an undercover agent. Father & son team-up to stop a nuclear weapons heist. Sebastian Koch is on hand as a focal point in the heist.\r\n\r\nThe Die Hard flicks fill the bill if you're in the mood for big, dumb, fun action thrills. Don't get me wrong because a lot of work goes into making these kinds of films and it takes talent & genius to pull them off. I mean \"dumb\" in the sense that the focus is on unbelievable action rather than deeper themes beyond \"genuinely good people may be flawed and somewhat profane, but they're courageous and never give up in the face of evil.\" Thankfully, this installment throws in some entertaining father/son character development in between the wild action sequences. McClane’s daughter also appears for good measure (Mary Elizabeth Winstead).\r\n\r\nThe story isn't quite as engaging as \"Live Free or Die Hard\" (2007), but it was good enough and the action scenes are out of this world, including a long vehicle chase in Moscow in the opening act. Director Moore ups the ante with quick-editing for this one. Some parts are eye-rolling absurd, but everything's done with a quasi-realistic tone, which sorta helps the viewer go along with the ridiculousness rather than tune out.\r\n\r\nThe Die Hard flicks are the natural progeny of over-the-top films like 1977's \"The Gauntlet\" where the action scenes are so overdone they're cartoony, but entertaining. There's a thin line that filmmakers must tread with these kinds of blockbusters because they can easily fall into overKILL, like 2001's \"The Mummy Returns.\" Thankfully, \"A Good Day to Die Hard\" pretty much evades that ditch by giving us entertaining protagonists & antagonists, amusing one-liners, worthy bits of character development and a compelling comic booky story. Speaking of the story, one of the highlights is the infamous Russian location of the final act. Another highlight is hottie raven-haired Yuliya Snigir.\r\n\r\nTHE MOVIE RUNS 1 hour, 38 minutes and was shot in Budapest, Hungary, with the Chernobyl scenes done at Old Soviet Air Force Base, Kiskunlacháza, Hungary, along with establishing shots of Moscow. WRITERS: Skip Woods.\r\n\r\nGRADE: B/B- (6.5/10)", + "id": "5b25e2d20e0a26672200b33b", + "url": "https://www.themoviedb.org/review/5b25e2d20e0a26672200b33b" + } + ], + "total_pages": 1, + "total_results": 2 + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:58.3135761Z", + "ReducedUri": "/3/movie/47964?append_to_response=similar", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard Collection", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "popularity": 15.524, + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 98, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Yippee Ki-Yay Mother Russia", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4274, + "similar": { + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/gt0TafbcheJeT9SFewDLqYWk3Sd.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 708, + "original_language": "en", + "original_title": "The Living Daylights", + "overview": "James Bond helps a Russian General escape into the west. He soon finds out that the KGB wants to kill him for helping the General. A little while later the General is kidnapped from the Secret Service leading 007 to be suspicious.", + "poster_path": "/yEryMe58dx7zm1QBhQFeuYcv2aH.jpg", + "release_date": "1987-06-29", + "title": "The Living Daylights", + "video": false, + "vote_average": 6.4, + "vote_count": 688, + "popularity": 14.264 + }, + { + "adult": false, + "backdrop_path": "/pc7a2qrIkIxzqWGqcexd3mHzIxy.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 56292, + "original_language": "en", + "original_title": "Mission: Impossible - Ghost Protocol", + "overview": "Ethan Hunt and his team are racing against time to track down a dangerous terrorist named Hendricks, who has gained access to Russian nuclear launch codes and is planning a strike on the United States. An attempt to stop him ends in an explosion causing severe destruction to the Kremlin and the IMF to be implicated in the bombing, forcing the President to disavow them. No longer being aided by the government, Ethan and his team chase Hendricks around the globe, although they might still be too late to stop a disaster.", + "poster_path": "/khlcsYHr7Hi4Tkymc7UGDvcUcx.jpg", + "release_date": "2011-12-07", + "title": "Mission: Impossible - Ghost Protocol", + "video": false, + "vote_average": 6.9, + "vote_count": 5706, + "popularity": 21.053 + }, + { + "adult": false, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "id": 146216, + "original_language": "en", + "original_title": "RED 2", + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "release_date": "2013-07-18", + "title": "RED 2", + "video": false, + "vote_average": 6.5, + "vote_count": 2204, + "popularity": 16.427 + }, + { + "adult": false, + "backdrop_path": "/7WURHOyx05AWAoNcBGp72clvB49.jpg", + "genre_ids": [ + 28, + 18, + 53 + ], + "id": 137094, + "original_language": "en", + "original_title": "Jack Ryan: Shadow Recruit", + "overview": "Jack Ryan, as a young covert CIA analyst, uncovers a Russian plot to crash the U.S. economy with a terrorist attack.", + "poster_path": "/jBibISmRBUO35p0Picv0nOo33sc.jpg", + "release_date": "2014-01-15", + "title": "Jack Ryan: Shadow Recruit", + "video": false, + "vote_average": 6.1, + "vote_count": 1587, + "popularity": 11.34 + }, + { + "adult": false, + "backdrop_path": "/tjQHn6xW5BiB1RJ3OZIPDzIOSkF.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 954, + "original_language": "en", + "original_title": "Mission: Impossible", + "overview": "When Ethan Hunt, the leader of a crack espionage team whose perilous operation has gone awry with no explanation, discovers that a mole has penetrated the CIA, he's surprised to learn that he's the No. 1 suspect. To clear his name, Hunt now must ferret out the real double agent and, in the process, even the score.", + "poster_path": "/vmj2PzTLC6xJvshpq8SlaYE3gbd.jpg", + "release_date": "1996-05-22", + "title": "Mission: Impossible", + "video": false, + "vote_average": 6.8, + "vote_count": 4368, + "popularity": 21.073 + }, + { + "adult": false, + "backdrop_path": "/aX2mwtawBe2TD1csPBYvm03sx3a.jpg", + "genre_ids": [ + 28, + 53, + 80 + ], + "id": 1701, + "original_language": "en", + "original_title": "Con Air", + "overview": "When the government puts all its rotten criminal eggs in one airborne basket, it's asking for trouble. Before you can say, \"Pass the barf bag,\" the crooks control the plane, led by creepy Cyrus \"The Virus\" Grissom. Watching his every move is the just-released Cameron Poe, who'd rather reunite with his family.", + "poster_path": "/yhaOQ7xXw0PLHLvg1w0M9zlPdg6.jpg", + "release_date": "1997-06-01", + "title": "Con Air", + "video": false, + "vote_average": 6.6, + "vote_count": 1948, + "popularity": 15.9 + }, + { + "adult": false, + "backdrop_path": "/cU3goO0TMNDWxgDwILAARyiblXK.jpg", + "genre_ids": [ + 28, + 12, + 53, + 10752 + ], + "id": 1368, + "original_language": "en", + "original_title": "First Blood", + "overview": "When former Green Beret John Rambo is harassed by local law enforcement and arrested for vagrancy, the Vietnam vet snaps, runs for the hills and rat-a-tat-tats his way into the action-movie hall of fame. Hounded by a relentless sheriff, Rambo employs heavy-handed guerilla tactics to shake the cops off his tail.", + "poster_path": "/bbYNNEGLXrV3lJpHDg7CKaPscCb.jpg", + "release_date": "1982-10-22", + "title": "First Blood", + "video": false, + "vote_average": 7.3, + "vote_count": 2526, + "popularity": 17.451 + }, + { + "adult": false, + "backdrop_path": "/vemDErY5wkg2Yg5eTQ7ciPRuyqt.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 657, + "original_language": "en", + "original_title": "From Russia with Love", + "overview": "Agent 007 is back in the second installment of the James Bond series, this time battling a secret crime organization known as SPECTRE. Russians Rosa Klebb and Kronsteen are out to snatch a decoding device known as the Lektor, using the ravishing Tatiana to lure Bond into helping them. Bond willingly travels to meet Tatiana in Istanbul, where he must rely on his wits to escape with his life in a series of deadly encounters with the enemy", + "poster_path": "/fvIG285JwenrV1K6kVASi1TECJ0.jpg", + "release_date": "1963-10-11", + "title": "From Russia with Love", + "video": false, + "vote_average": 7.1, + "vote_count": 1209, + "popularity": 24.353 + }, + { + "adult": false, + "backdrop_path": "/lDmAQexExnvfKAG8fvx04ro6Ly4.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 107846, + "original_language": "en", + "original_title": "Escape Plan", + "overview": "Ray Breslin is the world's foremost authority on structural security. After analyzing every high security prison and learning a vast array of survival skills so he can design escape-proof prisons, his skills are put to the test. He's framed and incarcerated in a master prison he designed himself. He needs to escape and find the person who put him behind bars.", + "poster_path": "/j3XZwBeWgoAbVmkW3JyOme79I2e.jpg", + "release_date": "2013-10-09", + "title": "Escape Plan", + "video": false, + "vote_average": 6.7, + "vote_count": 2551, + "popularity": 15.551 + }, + { + "id": 254904, + "video": false, + "vote_count": 817, + "vote_average": 6.1, + "title": "The November Man", + "release_date": "2014-08-27", + "original_language": "en", + "original_title": "The November Man", + "genre_ids": [ + 28, + 80, + 53 + ], + "backdrop_path": "/hSvpWAVXC781u5rOgI44799p2WL.jpg", + "adult": false, + "overview": "An ex- CIA operative is brought back in on a very personal mission and finds himself pitted against his former pupil in a deadly game involving high level CIA officials and the Russian president-elect.", + "poster_path": "/lcg1bkriMVvc8m0jz5zk0yvzVTA.jpg", + "popularity": 14.73 + }, + { + "adult": false, + "backdrop_path": "/bDdVZNvxb670EMlZqeIy6RdyJ4V.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 955, + "original_language": "en", + "original_title": "Mission: Impossible II", + "overview": "With computer genius Luther Stickell at his side and a beautiful thief on his mind, agent Ethan Hunt races across Australia and Spain to stop a former IMF agent from unleashing a genetically engineered biological weapon called Chimera. This mission, should Hunt choose to accept it, plunges him into the center of an international crisis of terrifying magnitude.", + "poster_path": "/12mI7kU22nJrmtAgGcDP8tbAz4a.jpg", + "release_date": "2000-05-24", + "title": "Mission: Impossible II", + "video": false, + "vote_average": 6.0, + "vote_count": 3247, + "popularity": 14.684 + }, + { + "adult": false, + "backdrop_path": "/2tCAEhE2rPONBmUOs4W73AlBWYg.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 691, + "original_language": "en", + "original_title": "The Spy Who Loved Me", + "overview": "Russian and British submarines with nuclear missiles on board both vanish from sight without a trace. England and Russia both blame each other as James Bond tries to solve the riddle of the disappearing ships. But the KGB also has an agent on the case.", + "poster_path": "/vYMgDqQDpqHDhz3enGkwBmTs7p7.jpg", + "release_date": "1977-07-07", + "title": "The Spy Who Loved Me", + "video": false, + "vote_average": 6.7, + "vote_count": 775, + "popularity": 14.456 + }, + { + "id": 11808, + "video": false, + "vote_count": 629, + "vote_average": 6.3, + "title": "U.S. Marshals", + "release_date": "1998-03-06", + "original_language": "en", + "original_title": "U.S. Marshals", + "genre_ids": [ + 28, + 80, + 53 + ], + "backdrop_path": "/kbVaXdh1wpeo9XqMDCQB9no4QlB.jpg", + "adult": false, + "overview": "U.S. Marshal Sam Gerard is accompanying a plane load of convicts from Chicago to New York. The plane crashes spectacularly, and Mark Sheridan escapes. But when Diplomatic Security Agent John Royce is assigned to help Gerard recapture Sheridan, it becomes clear that Sheridan is more than just another murderer.", + "poster_path": "/3uixF2pHa0whTKcYmenDrArX0II.jpg", + "popularity": 9.744 + }, + { + "adult": false, + "backdrop_path": "/nUTwBFGGA3Exz0VnWQSWpamFF8a.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "id": 13291, + "original_language": "en", + "original_title": "Traitor", + "overview": "When straight arrow FBI agent Roy Clayton heads up the investigation into a dangerous international conspiracy, all clues seem to lead back to former U.S. Special Operations officer, Samir Horn.", + "poster_path": "/euLk9RxsPHfpyWUHzTDNY6Dksch.jpg", + "release_date": "2008-08-23", + "title": "Traitor", + "video": false, + "vote_average": 6.6, + "vote_count": 298, + "popularity": 9.281 + }, + { + "adult": false, + "backdrop_path": "/ngrd70H4uInf6m5hhZ9wHtVxRGL.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "id": 9414, + "original_language": "en", + "original_title": "The Man Who Knew Too Little", + "overview": "An American gets a ticket for an audience participation game in London, then gets involved in a case of mistaken identity. As an international plot unravels around him, he thinks it's all part of the act.", + "poster_path": "/32UQkAUWy9NpuvJfF82xrMr2A0G.jpg", + "release_date": "1997-11-14", + "title": "The Man Who Knew Too Little", + "video": false, + "vote_average": 6.4, + "vote_count": 196, + "popularity": 6.295 + }, + { + "adult": false, + "backdrop_path": "/cPr5sLYNT7w9jzHRGtUpsj5tiMj.jpg", + "genre_ids": [ + 80, + 18, + 53, + 9648 + ], + "id": 1073, + "original_language": "en", + "original_title": "Arlington Road", + "overview": "Threats from sinister foreign nationals aren't the only thing to fear. Bedraggled college professor Michael Faraday has been vexed (and increasingly paranoid) since his wife's accidental death in a botched FBI operation. But all that takes a backseat when a seemingly all-American couple set up house next door.", + "poster_path": "/jMwDRI4qu5FrSAzf7BfNveuRVf9.jpg", + "release_date": "1999-03-19", + "title": "Arlington Road", + "video": false, + "vote_average": 7.1, + "vote_count": 415, + "popularity": 9.196 + }, + { + "adult": false, + "backdrop_path": "/csGyWqK4dTAtSPpreU26TzoY9ua.jpg", + "genre_ids": [ + 28, + 878, + 53 + ], + "id": 12088, + "original_language": "en", + "original_title": "Fortress", + "overview": "A futuristic prison movie. Protagonist and wife are nabbed at a future US emigration point with an illegal baby during population control. The resulting prison experience is the subject of the movie. The prison is a futuristic one run by a private corporation bent on mind control in various ways", + "poster_path": "/evjpqWPUY4VpOdyLpeRfkGU8DiR.jpg", + "release_date": "1992-09-30", + "title": "Fortress", + "video": false, + "vote_average": 5.8, + "vote_count": 263, + "popularity": 8.727 + }, + { + "adult": false, + "backdrop_path": "/otZSXsHSJNUSd6vIT4YUPTbviI5.jpg", + "genre_ids": [ + 28, + 27, + 878, + 53 + ], + "id": 71469, + "original_language": "en", + "original_title": "The Darkest Hour", + "overview": "In Moscow, five young people lead the charge against an alien race which has attacked Earth via our power supply.", + "poster_path": "/vRfn8Zxm4Xfssb7TFiSMDfpJEn.jpg", + "release_date": "2011-12-22", + "title": "The Darkest Hour", + "video": false, + "vote_average": 4.9, + "vote_count": 683, + "popularity": 8.449 + }, + { + "adult": false, + "backdrop_path": "/97oVyyXriXlwIaiDDvB0p72471o.jpg", + "genre_ids": [ + 80, + 18 + ], + "id": 903, + "original_language": "en", + "original_title": "Cool Hand Luke", + "overview": "When petty criminal Luke Jackson is sentenced to two years in a Florida prison farm, he doesn't play by the rules of either the sadistic warden or the yard's resident heavy, Dragline, who ends up admiring the new guy's unbreakable will. Luke's bravado, even in the face of repeated stints in the prison's dreaded solitary confinement cell, \"the box,\" make him a rebel hero to his fellow convicts and a thorn in the side of the prison officers.", + "poster_path": "/vDwphkloD7ToaDpKASAXGgHOclN.jpg", + "release_date": "1967-06-22", + "title": "Cool Hand Luke", + "video": false, + "vote_average": 7.8, + "vote_count": 584, + "popularity": 9.743 + }, + { + "adult": false, + "backdrop_path": "/rRK0LRpvRI2didoMaBFt1GqxjEy.jpg", + "genre_ids": [ + 18, + 53 + ], + "id": 134411, + "original_language": "en", + "original_title": "Snitch", + "overview": "Construction company owner John Matthews learns that his estranged son, Jason, has been arrested for drug trafficking. Facing an unjust prison sentence for a first time offender courtesy of mandatory minimum sentence laws, Jason has nothing to offer for leniency in good conscience. Desperately, John convinces the DEA and the opportunistic DA Joanne Keeghan to let him go undercover to help make arrests big enough to free his son in return. With the unwitting help of an ex-con employee, John enters the narcotics underworld where every move could be his last in an operation that will demand all his resources, wits and courage to survive.", + "poster_path": "/6bIr7h0AcZGZds7ep8ShsQRwUxX.jpg", + "release_date": "2013-02-21", + "title": "Snitch", + "video": false, + "vote_average": 5.9, + "vote_count": 1434, + "popularity": 8.147 + } + ], + "total_pages": 7, + "total_results": 126 + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:58.1951335Z", + "ReducedUri": "/3/movie/47964?append_to_response=translations", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard Collection", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "popularity": 15.524, + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 98, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Yippee Ki-Yay Mother Russia", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4274, + "translations": { + "translations": [ + { + "iso_3166_1": "DE", + "iso_639_1": "de", + "name": "Deutsch", + "english_name": "German", + "data": { + "title": "Stirb langsam - Ein guter Tag zum Sterben", + "overview": "Als ein gefürchteter russischer Führer aus der Gefangenschaft ausbricht und John McClanes Sohn Jack in die Ereignisse verwickelt wird, reist John nach Russland. Dort will er mittels frecher Sprüche und Waffeneinsatz seinen Spross, mit dem er bislang wenig Kontakt hatte, aus der Gefahrenzone retten. Wie sich herausstellt, ist sein Sohn jedoch alles andere als der von John McClane erwartete Waschlappen geworden. Hier ist der Apfel nicht weit vom Stamm gefallen, denn ohne Johns Wissen wurde Jack zu einem kaltschnäuzigen CIA-Agenten ausgebildet und ist ebenso hart im Nehmen wie sein alter Herr. Mit von der Partie ist ein Russe namens Komorov, hinter dem die gesamte russische Unterwelt her ist. Gemeinsam sieht sich das taffe Vater-Sohn-Duo mit Unterstützung von Komorov der halben Sowjet-Armee gegenüber, die einen Machtwechsel in Russland anstrebt…", + "homepage": "" + } + }, + { + "iso_3166_1": "HU", + "iso_639_1": "hu", + "name": "Magyar", + "english_name": "Hungarian", + "data": { + "title": "Die Hard 5. - Drágább, mint az életed", + "overview": "Igazi New York-i zsaru: kopott, fáradt, de a humora és a bátorsága a legváratlanabb helyzetekben sem hagyja cserben. John McClane hadnagy (Bruce Willis) megtudja, hogy a fia, Jack (Jai Courtney) bajba került Moszkvában, és bár régóta nem beszélnek egymással, habozás nélkül a segítségére siet - és természetesen a küzdelem legközepében találja magát. McClane többnyire véletlenül keveredik a terroristák útjába, a fia viszont mindig tudja, mit csinál: és ő sem ijed meg könnyen. Két generáció együtt száll szembe a lehetetlennel: New Yorktól Moszkváig és tovább, egészen Csernobilig.", + "homepage": "" + } + }, + { + "iso_3166_1": "ES", + "iso_639_1": "es", + "name": "Español", + "english_name": "Spanish", + "data": { + "title": "La jungla: Un buen día para morir", + "overview": "Conservando la destreza y la actitud perseverante características de las anteriores entregas, que le han convertido en el mayor rival de todos los criminales que atentan contra la libertad de la humanidad y que han permitiendo la salvación de ésta en distintas situaciones y circunstancias, John McClane deberá viajar a Rusia para rescatar a su hijo que se encuentra encerrado en una prisión bajo las órdenes de un déspota líder ruso. Padre e hijo tendrán que unir fuerzas para luchar contra su adversario, conseguir liberarse y mantenerse con vida. Así, los protagonistas se verán envueltos en una sucesión de extrema hostilidad que no solo pondrá su vida en peligro, también la del resto de ciudadanos. Su deber será hacer todo lo posible por conservar algo tan esencial en la sociedad actual como es la democracia, una libertad de la que el perverso y autoritario líder antagonista querrá apoderarse.", + "homepage": "" + } + }, + { + "iso_3166_1": "CZ", + "iso_639_1": "cs", + "name": "Český", + "english_name": "Czech", + "data": { + "title": "Smrtonosná past: Opět v akci", + "overview": "John McClane tentokráte přijíždí do Moskvy, aby tady našel svého syna Jacka, který se mu poněkud odcizil. Johna ale čeká překvapení, zjistí, že i když jejich vztah otec - syn má k ideálu hodně daleko, jablko nepadlo daleko od stromu. Jack totiž v Moskvě působí jako tajný agent, chránící informátora z vládních řad, Komarovova. Otec a syn McClaneovi jsou nuceni překonat osobní neshody a nasadit vlastní krky, aby dostali Komarovova do bezpečí a odvrátili hrozbu katastrofálního zločinu v bezútěšném místě naší planety – v Černobylu. Do hry tak vstupuje obchod s plutoniem, ruští oligarchové, brutální moskevské podsvětí a také různé představy Johna a Jacka McClaneových, jak za těchto okolností prosadit zákon. A navíc se Jack McClane jako tajný agent v Moskvě skvěle vyzná i domluví, kdežto John je naprosto ztracený. A to mu na dobré náladě rozhodně nepřidává.", + "homepage": "" + } + }, + { + "iso_3166_1": "PT", + "iso_639_1": "pt", + "name": "Português", + "english_name": "Portuguese", + "data": { + "title": "Die Hard: Nunca é Bom Dia para Morrer", + "overview": "Nova York, Estados Unidos. O policial John McClane (Bruce Willis) está em busca de informações sobre o filho, Jack (Jai Courtney), com quem não fala há alguns anos. Com a ajuda de um amigo, ele descobre que Jack está preso na Rússia, acusado de ter cometido um assassinato. John logo parte para o país na intenção de rever o filho e, pouco após chegar, acaba encontrando-o em plena fuga do tribunal onde seria julgado. Jack está com Yuri Komorov (Sebastian Koch), um terrorista que diz ter em mãos um dossiê que pode incriminar um potencial candidato à presidência russa, Chagarin (Sergey Kolesnikov). Ele não gosta nem um pouco de reencontrar o pai, mas a insistência de John em ajudá-lo acaba, aos poucos, quebrando o gelo entre pai e filho.", + "homepage": "" + } + }, + { + "iso_3166_1": "TR", + "iso_639_1": "tr", + "name": "Türkçe", + "english_name": "Turkish", + "data": { + "title": "Zor Ölüm : Ölmek İçin Güzel Bir Gün", + "overview": "John McClane 20 seneden fazladır New York emniyet güçlerine bağlı olarak hizmet veren ve terörist grupları yok etmesiyle ünlü bir polistir. Bu yüzden de dünyanın dört bir köşesindeki teröristlerin can düşmanıdır. Rus mafya lideri hapisten kaçınca McClane, rotasını Rusya'ya çevirir; Rus yeraltı dünyası ile olan tek bağlantısı ise Komorov adında bir Rus'tur. Fakat Amerikalıları pek de sevmeyen bu ülkede, gizli görev esnasında karşısında oğlu Jack'i görünce daha da şaşıracaktır. John, oğlunun sandığından daha yetenekli olduğunu ve Rus mafyasını köşeye kıstırmak üzere olduğunu fark eder. Aynı dönemde Sovyet ordu kuvvetleri de kontrolü ele geçirmeye çalışmaktadırlar. Baba-oğul, kaçak mafya liderine karşı sert ve delice bir savaşa girişeceklerdir.", + "homepage": "" + } + }, + { + "iso_3166_1": "DK", + "iso_639_1": "da", + "name": "Dansk", + "english_name": "Danish", + "data": { + "title": "A Good Day To Die Hard", + "overview": "Da den gamle New York-strømer John McClane hører, at hans søn, Jack, rusker tremmer i Moskva, springer senior modstræbende på et fly til Rusland. Hvad John ikke ved er, at sønnike faktisk er udsendt af CIA. Han skal sikre, at en sending atomvåben ikke falder i de forkerte hænder. Med den russiske underverden i hælene forener far og søn deres kræfter for at give terroristerne tørt på - the American way.", + "homepage": "" + } + }, + { + "iso_3166_1": "CN", + "iso_639_1": "zh", + "name": "普通话", + "english_name": "Mandarin", + "data": { + "title": "虎胆龙威5", + "overview": "  由布鲁斯·威利斯所饰演的超级\"平凡英雄\"约翰麦克莱恩又回来了。这次他为了去俄罗斯救惹事的儿子杰克出监狱,向警察局告了假,以游客身份来到俄罗斯首都莫斯科。到了莫斯科,他意外发现杰克在当地为美国中情局执行着一项惊天任务:保护被逮捕的俄罗斯大亨并带他到中情局指定地点交人。可由于老爸约翰的出现,杰克错过了完成第一方案任务的时机,只好跑到备用安全房,但是也很快暴露遭到伏击。随后,三人与大亨的独女约好去取藏有揭发当局某高层进行核武交易罪证文件的钥匙。然而,这次见面差点要了父子俩的命,大亨的女儿为了钱,竟然绑架亲爹出卖了他们。而随着事态的发展,他们发现这一切的幕后操作者居然是大亨本人,其真正目的是要贩卖核武原料。生死关头,这对原本就意见不和的父子必须一起出生入死,冲出危险。即使个性迥异,冲突不断,却也因为血浓于水的亲情开始无间合作,共同面临一触即发的灾难。最终,父子俩人经过与恐怖分子的殊死搏斗,将其一网打尽,避免了核武原料的外流。", + "homepage": "" + } + }, + { + "iso_3166_1": "PL", + "iso_639_1": "pl", + "name": "Polski", + "english_name": "Polish", + "data": { + "title": "Szklana pułapka 5", + "overview": "John McClane (Bruce Willis) powraca w spektakularnym filmie akcji, by stawić czoła największemu wyzwaniu w swej dotychczasowej karierze i zapobiec wybuchowi zbrojnego konfliktu na międzynarodową skalę. Wraz ze swoim synem Jackiem - agentem CIA, udaje się do Rosji gdzie stara się zapobiec kradzieży przez grupę terrorystów broni nuklearnej.", + "homepage": "" + } + }, + { + "iso_3166_1": "IL", + "iso_639_1": "he", + "name": "עִבְרִית", + "english_name": "Hebrew", + "data": { + "title": "מת לחיות ביום טוב", + "overview": "לאחר שג'ק, בנו הבכור של ג'ון מקליין נכנס לצרות במוסקבה, ג'ון עושה הכל על מנת להציל את בנו הבכור. למרות שג'ק וג'ון חיים בנפרד ובעיקר לאור העובדה שג'ק התכחש לאביו במשך שנים רבות, על השניים לעבוד ביחד כדי לשמור על חייהם ועל הביטחון העולמי גם אם זה אומר שהם צריכים להשאיר את הבעיות המשפחתיות שלהם בצד. לאחר לא מאט אקשן השניים מסכלים את מזימה של הגנרל הרוסי אשר תיכנן להתנקש בחייו של נשיא ארה\"ב.", + "homepage": "" + } + }, + { + "iso_3166_1": "SK", + "iso_639_1": "sk", + "name": "Slovenčina", + "english_name": "Slovak", + "data": { + "title": "Smrtonosná pasca: Opäť v akcii", + "overview": "Bruce Willis sa v skvelej forme vracia so svojou najslávnejšou filmovou rolou - ako nezničiteľný policajný detektív John McClane. Tentoraz prichádza do Moskvy, aby tu našiel svojho syna Jacka (Jai Courtney), ktorý sa mu takpovediac odcudzil. Johna však čaká prekvapenie, keď zistí, že hoci ich vzťah otec - syn má od ideálu dosť ďaleko, jablko nepadlo ďaleko od stromu. Jack totiž v Moskve pôsobí ako tajný agent, chrániaci informátora z radov vlády, Komarovova (Sebastian Koch). Otec a syn McClaneovci sú nútení prekonať osobné nezhody a nasadiť vlastné krky, aby dostali Komarovova do bezpečia a odvrátili hrozbu katastrofálneho zločinu na bezútešnom mieste našej planéty – v Černobyle. Do hry tak vstupuje obchod s plutóniom, ruskí oligarchovia, brutálne moskovské podsvetie a tiež rôzne predstavy Johna a Jacka McClaneovcov ako za týchto okolností presadiť zákon. Navyše sa Jack McClane ako tajný agent v Moskve výborne vyzná aj dohovorí, naopak John je úplne stratený.", + "homepage": "" + } + }, + { + "iso_3166_1": "GR", + "iso_639_1": "el", + "name": "ελληνικά", + "english_name": "Greek", + "data": { + "title": "Πολύ Σκληρός Για Να Πεθάνει Σήμερα", + "overview": "Ο αστυνομικός John McClane (Bruce Willis) αντιμέτωπος με τη μεγαλύτερη πρόκληση στην καριέρα του. Ταξιδεύει μέχρι τη Μόσχα για να έρθει πρόσωπο με πρόσωπο με τον αποξενωμένο και δύστροπο γιο του Jack (Jai Courtney) που ζει εκεί. Αυτό που δεν γνωρίζει είναι πως ο γιος του είναι ένας άρτια εκπαιδευμένος πράκτορας της CIA με αποστολή να σταματήσει μια μεγάλη ληστεία πυρηνικών όπλων. Οι δυο McClanes μάχονται και καταδιώκουν τον ρωσικό υπόκοσμο ανακαλύπτοντας μεθόδους που θα τους κάνουν ανίκητους.", + "homepage": "" + } + }, + { + "iso_3166_1": "NO", + "iso_639_1": "no", + "name": "Norsk", + "english_name": "Norwegian", + "data": { + "title": "A Good Day to Die Hard", + "overview": "Også denne gangen havner den hardnakkede New York-politimannen, John McClane, på feil plass til feil tid etter å ha reist til Moskva for å hjelpe sin sønn Jack. John og Jack har ikke et helt ukomplisert far-og sønn forhold, og det faktum at Jack er minst lik sta som sin far forenkler ikke saken. Med Moskvas underverden etter seg og med tiden i mot seg for å stoppe et krigsutbrudd, oppdager de to McClanes at deres forskjellige metoder gjør dem til et uovervinnelig team.", + "homepage": "" + } + }, + { + "iso_3166_1": "JP", + "iso_639_1": "ja", + "name": "日本語", + "english_name": "Japanese", + "data": { + "title": "ダイ・ハード/ラスト・デイ", + "overview": "音信不通だった息子のジャックが、ロシアで警察沙汰を起こして身柄を拘束されたことを知る。マクレーンは娘ルーシーに見送られながらロシアへと渡る。ところが、ジャックが出廷するはずだった裁判所は突如爆破され、2人は大混乱の中で再会を果たす。だが、ジャックはマクレーンを突き離してその場から車で去る。それを追う謎の武装集団。状況を理解できていなかったがマクレーンはジャックらを追跡する。壮絶なカーチェイスの末、マクレーンは武装集団の車を大破させて、ジャックと合流する。その後、ジャックが隠れ家と称する建物に到着。そこで、ジャックがCIAの人間であることを知る。安全かと思われたが、謎の武装集団に襲撃される。それを何とか退けて隠れ家から脱出する。 かくして、マクレーンはいつものように愚痴りながらも、ジャックと共に何らかの目的のために行動を開始する。", + "homepage": "" + } + }, + { + "iso_3166_1": "KR", + "iso_639_1": "ko", + "name": "한국어/조선말", + "english_name": "Korean", + "data": { + "title": "다이 하드: 굿 데이 투 다이", + "overview": "미국 전체를 누비며 우연찮게 테러를 진압해온 뉴욕 경찰 존 맥클레인. 하나뿐인 아들 잭이 러시아에서 사건에 휘말렸다는 소식을 듣고 난생 처음 해외로 날아간다. 하지만 잭을 만나러 가던 중 눈 앞에서 대형 폭탄 테러가 발생하고, 전쟁터를 방불케 하는 극한 상황 속에 재회한 맥클레인 부자. 게다가 아들 잭은 모스크바에서 작전을 수행 중인 CIA 요원임을 알게 된다. 도심 곳곳에서는 다시금 무장 테러단의 공격이 이어지고, 고집스럽고 물불 안 가리는 아들로 인해 이번에도 엄청난 사건에 휘말리게 된 존 맥클레인은 마침내 잭과 힘을 합쳐 역대 최악의 테러리스트에 맞서게 되는데...", + "homepage": "" + } + }, + { + "iso_3166_1": "UA", + "iso_639_1": "uk", + "name": "Український", + "english_name": "Ukrainian", + "data": { + "title": "Міцний горішок. Гарний день, аби померти", + "overview": "Джон МакКлейн прибуває в Москву, щоб визволити з в'язниці свого непередбачуваного сина, але холодна голова і залізні м'язи грузнуть в павутині російської дійсності. Справа, в яку встряг МакКлейн-молодший, виявляється настільки «небезпечною трясовиною», що батькові і синові, щоб вижити і в черговий раз врятувати світ, доводиться об'єднати свої зусилля, забувши колишні, здавалося б, нездоланні розбіжності...", + "homepage": "" + } + }, + { + "iso_3166_1": "FI", + "iso_639_1": "fi", + "name": "suomi", + "english_name": "Finnish", + "data": { + "title": "", + "overview": "Ensimmäistä kertaa New Yorkin kovispoliisi McClane löytää itsensä kansainväliseltä maaperältä - Moskovasta. Tällä kertaa hän joutuu kohtaamaan elämänsä suurimman haasteen, oman poikansa Jackin, jota ei ole nähnyt vuosiin. Eikä omena ole kauas puusta pudonnut: Jack on jopa kovempi ja tiukka-asenteisempi kuin isänsä. Nyt heidän on unohdettava henkilökohtaiset ja ammatilliset eronsa, ja toimittava yhdessä pysyäkseen elossa. Heidän on pysäytettävä Moskovan alamaailma, joka pitää hallussaan ydinaseita.", + "homepage": "" + } + }, + { + "iso_3166_1": "ID", + "iso_639_1": "id", + "name": "Bahasa indonesia", + "english_name": "Indonesian", + "data": { + "title": "", + "overview": "", + "homepage": "" + } + }, + { + "iso_3166_1": "HR", + "iso_639_1": "hr", + "name": "Hrvatski", + "english_name": "Croatian", + "data": { + "title": "Umri muški: Dobar dan za umiranje", + "overview": "John McClane putuje u Rusiju kako bi pomogao naizgled zalutalome sinu Jacku. No na kraju saznaje da je Jack tajni CIA agent te zajedno krenu u borbu protiv podzemlja.", + "homepage": "" + } + }, + { + "iso_3166_1": "BR", + "iso_639_1": "pt", + "name": "Português", + "english_name": "Portuguese", + "data": { + "title": "Duro de Matar 5: Um Bom Dia para Morrer", + "overview": "Nova York, Estados Unidos. O policial John McClane (Bruce Willis) está em busca de informações sobre o filho, Jack (Jai Courtney), com quem não fala há alguns anos. Com a ajuda de um amigo, ele descobre que Jack está preso na Rússia, acusado de ter cometido um assassinato. John logo parte para o país na intenção de rever o filho e, pouco após chegar, acaba encontrando-o em plena fuga do tribunal onde seria julgado. Jack está com Yuri Komorov (Sebastian Koch), um terrorista que diz ter em mãos um dossiê que pode incriminar um potencial candidato à presidência russa, Chagarin (Sergey Kolesnikov). Ele não gosta nem um pouco de reencontrar o pai, mas a insistência de John em ajudá-lo acaba, aos poucos, quebrando o gelo entre pai e filho.", + "homepage": "" + } + }, + { + "iso_3166_1": "SA", + "iso_639_1": "ar", + "name": "العربية", + "english_name": "Arabic", + "data": { + "title": "", + "overview": "تلك المرة، الشرطي جون ماكلين (بروس ويلز) يجد نفسه في موسكو لمساعده ابنه \"جاك\"، محاولا تقديم مساعدات كثيرة لإنقاذه، وإذا به يكتشف أن جاك أحد عملاء جهاز المخابرات المركزية الأمريكية، وأنه قد تلقى تدريبات عالية لوقف سرقة الأسلحة النووية، فيتمكن ماكلين وجاك من تكوين ثناني ذي أسلوب معين لتحقيق هدفهما.", + "homepage": "" + } + }, + { + "iso_3166_1": "US", + "iso_639_1": "en", + "name": "English", + "english_name": "English", + "data": { + "title": "", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "homepage": "http://www.diehardmovie.com/" + } + }, + { + "iso_3166_1": "RU", + "iso_639_1": "ru", + "name": "Pусский", + "english_name": "Russian", + "data": { + "title": "Крепкий орешек: Хороший день, чтобы умереть", + "overview": "Джон Маклейн прибывает в Москву, чтобы вызволить из тюрьмы своего непредсказуемого сына, но холодная голова и железные мускулы вязнут в паутине российской действительности. Дело, в которое влип Маклейн-младший, оказывается настолько «опасной трясиной», что отцу и сыну, чтобы выжить и в очередной раз спасти мир, приходится объединить свои усилия, забыв прежние, казалось бы, непреодолимые разногласия.", + "homepage": "" + } + }, + { + "iso_3166_1": "BG", + "iso_639_1": "bg", + "name": "български език", + "english_name": "Bulgarian", + "data": { + "title": "Умирай трудно: Денят настъпи", + "overview": "Младият син на Джон Маклейн, Джак, е забъркан в дръзко бягство от строго охраняван затвор, и се превръща в мишена на престъпни организации и полицейски служби. Въпреки че не е виждал Джак от години, Маклейн се запътва към Русия с надеждата да го измъкне от създалата се ситуация.", + "homepage": "" + } + }, + { + "iso_3166_1": "IT", + "iso_639_1": "it", + "name": "Italiano", + "english_name": "Italian", + "data": { + "title": "Die Hard - Un buon giorno per morire", + "overview": "McClane arriva a Mosca per rintracciare il figlio che non vede da tempo, Jack (Jai Courtney), ma rimane stupito quando scopre che lui lavora sotto copertura per proteggere un informatore del governo, Komarov. Con la loro vita appesa a un filo, i McClane sono costretti a superare ogni contrasto per portare al sicuro Komarov e impedire un crimine disastroso nel luogo più desolato sulla faccia della Terra, Chernobyl.", + "homepage": "http://www.diehardmovie.com/" + } + }, + { + "iso_3166_1": "NL", + "iso_639_1": "nl", + "name": "Nederlands", + "english_name": "Dutch", + "data": { + "title": "A Good Day to Die Hard", + "overview": "John McClane reist af naar Rusland om zijn vervreemde zoon te helpen. Die is betrokken bij de gevangenisuitbraak van een Russische leider die een staatsgreep wil plegen. Vader en zoon moeten alles op alles zetten om zichzelf en elkaar in leven te houden en de werelddemocratie te beschermen.", + "homepage": "" + } + }, + { + "iso_3166_1": "FR", + "iso_639_1": "fr", + "name": "Français", + "english_name": "French", + "data": { + "title": "Die Hard : Belle journée pour mourir", + "overview": "John McClane, le flic sans état d’âme, est vraiment au mauvais endroit au mauvais moment, à Moscou, pour aider son fils Jack qu’il ne voit plus. Entre la mafia russe qui veut leur faire la peau et leur combat pour éviter le déclenchement d’une guerre, les McClane découvrent que leurs méthodes pourtant bien différentes font d’eux des héros que rien ne peut arrêter.", + "homepage": "" + } + }, + { + "iso_3166_1": "SE", + "iso_639_1": "sv", + "name": "svenska", + "english_name": "Swedish", + "data": { + "title": "", + "overview": "John McClane är tillbaka och även den här gången hamnar den hårdnackade New York-polisen på fel plats vid fel tillfälle, efter att ha rest till Moskva för att hjälpa sin son Jack . John och Jack har inte ett helt okomplicerat far- och son-förhållande, och det faktum att Jack är minst lika envis som sin pappa förenklar inte saken. Men med Moskvas undre värld efter sig och med tiden emot sig för att stoppa ett krigsutbrott, måste de trots detta samarbeta och två McClanes visar sig vara en svårslagen kombination…", + "homepage": "" + } + }, + { + "iso_3166_1": "TH", + "iso_639_1": "th", + "name": "ภาษาไทย", + "english_name": "Thai", + "data": { + "title": "วันดีมหาวินาศ คนอึดตายยาก", + "overview": "บรูซ วิลลิสกลับมารับบทบาท จอห์น แม็คเคลน ตำรวจสายลับที่สร้างชื่อเสียงให้เขาในภาพยนตร์ เรื่อง A Good Day to Die Hard เขาต้องมีส่วนเกี่ยวพันกับเบื้องหลังการทุจริตอย่างสาหัสและการล้างแค้นทางการเมืองในรัสเซีย แม็คเคลนเดินทางมาที่มอสโคว์สะกดรอยตาม แจ็ค (ไจ คอร์ทนีย์) ลูกชายที่ไม่ค่อยลงรอยกัน และต้องตกใจเมื่อพบว่าเขาทำงานให้ผู้อยู่ภายใต้การดูแลของรัฐบาล โคมารอฟ ซึ่งเป็นผู้กำความลับ ในช่วงวิกฤติหนีตายพ่อลูกแม็คเคลนต้องพักเรื่องความไม่ลงรอยกันไว้ก่อน เพื่อปกป้องโคมารอฟให้ปลอดภัยและสกัดอาชญากรรมที่อาจเกิดขึ้นใน เชอร์โนบิล ซึ่งเป็นสถานที่รกร้างว่างเปล่าที่สุดของโลก", + "homepage": "" + } + }, + { + "iso_3166_1": "TW", + "iso_639_1": "zh", + "name": "普通话", + "english_name": "Mandarin", + "data": { + "title": "終極警探:跨國救援", + "overview": "猶如本片英文片名「死不了」的布魯斯威利,將再度施展超級「平凡英雄」約翰麥克連的渾身絕技,首度走出美國前往充滿異國情調的俄羅斯莫斯科,並在異國遇到與他感情漸行漸遠的兒子傑克麥克連(傑寇特尼飾),希望將闖禍的兒子傑克帶回美國的約翰麥克連,意外發現兒子正獨自在當地為美國CIA執行一項重大任務,沒想到惹惱一海票國際恐怖份子,原本就失和而致使意見分歧的他們,必須為此聯手化解一場可能發生的核武危機。 這對火爆父子在出生入死之中,必須消弭彼此迥異的個性,過程中常因觀點不同而導致衝突不斷發生,他們是否能藉由血濃於水的親情化解紛爭?並且團結一致對抗恐怖分子,共同攜手拯救人民倖免於難?他們將在一連串驚險爆破、飛車、翻車、槍戰、核武危機之中,展開這場近乎窒息的亡命冒險……", + "homepage": "" + } + }, + { + "iso_3166_1": "IR", + "iso_639_1": "fa", + "name": "فارسی", + "english_name": "Persian", + "data": { + "title": "وقت به سختی مردن", + "overview": "جان مک کلین برای کمک به پسر نافرمانش جک، به روسیه سفر می‌کند اما متوجه می‌شود که جک یک مأمور سی آی ای است که قصد دارد از دزدی یک اسلحه اتمی جلوگیری کند. این مسئله باعث می‌شود تا پسر و پدر همراه شوند تا جلوی این نیروهای زیرزمینی را بگیرند...", + "homepage": "" + } + }, + { + "iso_3166_1": "RO", + "iso_639_1": "ro", + "name": "Română", + "english_name": "Romanian", + "data": { + "title": "Și mai greu de ucis", + "overview": "Polițistul iconoclast „nu-lua-niciun-prizonier” John McClane, se află pentru prima dată pe teren străin, după ce călătorește la Moscova pentru a-l ajuta pe fiul său capricios Jack - fără să știe că Jack este într-adevăr un agent CIA extrem de bine instruit pentru a opri un jaf de arme nucleare. Cu lumea interlopă rusă în urmărire și luptând contra cronometru până la război, cei doi McClane descoperă că metodele lor opuse îi transformă în eroi de neoprit.", + "homepage": "" + } + }, + { + "iso_3166_1": "MX", + "iso_639_1": "es", + "name": "Español", + "english_name": "Spanish", + "data": { + "title": "Duro de matar: Un buen día para morir", + "overview": "John McClane, un policía de la ciudad de Nueva York, y su hijo deben dejar de lado sus diferencias para trabajar juntos y evitar que el hampa de Moscú controle unas armas nucleares", + "homepage": "" + } + }, + { + "iso_3166_1": "CA", + "iso_639_1": "fr", + "name": "Français", + "english_name": "French", + "data": { + "title": "Une belle journée pour crever", + "overview": "Inquiet pour son fils, le détective John McClane se rend à Moscou pour tenter de le tirer d'une impasse. Il découvre alors que sa progéniture travaille en fait pour la CIA et a reçu pour mission de protéger un prisonnier politique qui aurait en sa possession des documents pouvant incriminer un important homme d'état. Les hommes de main de ce dernier cherchent pour leur part à capturer le détenu en liberté avant que ces éléments ne soient rendus publics. De leur côté, le père et le fils, faisant désormais équipe, sortent l'artillerie lourde pour mener la vie dure aux criminels.", + "homepage": "" + } + }, + { + "iso_3166_1": "LV", + "iso_639_1": "lv", + "name": "Latviešu", + "english_name": "Latvian", + "data": { + "title": "Cietākais rieksts", + "overview": "Neuzveicamais Džons Makleins ir atgriezies! Lai sameklētu un izpestītu no cietuma savu dēlu Džeku, Makleins dodas uz Maskavu pat nenojaušot, ka Džeks ir slepens CIP aģents, kurš iefiltrējies Krievijas kriminālajā pasaulē, lai novērstu kodolieroču zādzību.", + "homepage": "" + } + }, + { + "iso_3166_1": "RS", + "iso_639_1": "sr", + "name": "Srpski", + "english_name": "Serbian", + "data": { + "title": "Добар дан да се умре мушки", + "overview": "Брус Вилис је поново у култној улози Џона Меклејна, „правог“ хероја са умећем и ставом да увек остане једини преживели. Овог пута, полицајац који не узима таоце налази се на погрешном месту, након што дође у Москву да помогне отуђеном сину Џеку. Док руско подземље вршља и припрема рат, два Меклејна откривају да их комбинација њихових потпуно супротних метода чини незаустављивим херојима.", + "homepage": "" + } + }, + { + "iso_3166_1": "LT", + "iso_639_1": "lt", + "name": "Lietuvių", + "english_name": "Lithuanian", + "data": { + "title": "Kietas riešutėlis. Puiki diena mirti", + "overview": "Kad galėtų Maskvoje padėti savo nenuspėjamam sūnui Džekui, Džonas Makleinas pirmą kartą ryžtasi vykti į svečią šalį, neįtardamas, kad Džekas iš tikrųjų yra profesionalus CŽV agentas, kurio užduotis - padaryti galą atominių ginklų vagystei. Iki tikro karo tiksint sekundėms, abu Makleinai veikdami savo, atrodytų, nesuderinamais metodais, kovoja su rusų nusikaltėliais ir tampa nesustabdomais didvyriais.", + "homepage": "" + } + }, + { + "iso_3166_1": "HK", + "iso_639_1": "zh", + "name": "普通话", + "english_name": "Mandarin", + "data": { + "title": "虎膽龍威:擇日開戰", + "overview": "故事發生在莫斯科,講述約翰麥克連和他疏遠的兒子與恐怖分子作戰的故事。", + "homepage": "" + } + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:58.0523748Z", + "ReducedUri": "/3/movie/47964?append_to_response=videos", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard Collection", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "popularity": 15.524, + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 98, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Yippee Ki-Yay Mother Russia", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4274, + "videos": { + "results": [ + { + "id": "5b6feadbc3a368189d1603a8", + "iso_639_1": "en", + "iso_3166_1": "US", + "key": "eLu3z4Ikwes", + "name": "Good Day to Die Hard, A - Trailer", + "site": "YouTube", + "size": 1080, + "type": "Trailer" + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:04.9112976Z", + "ReducedUri": "/3/movie/47964?language=it", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard - Collezione", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Azione" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "McClane arriva a Mosca per rintracciare il figlio che non vede da tempo, Jack (Jai Courtney), ma rimane stupito quando scopre che lui lavora sotto copertura per proteggere un informatore del governo, Komarov. Con la loro vita appesa a un filo, i McClane sono costretti a superare ogni contrasto per portare al sicuro Komarov e impedire un crimine disastroso nel luogo più desolato sulla faccia della Terra, Chernobyl.", + "popularity": 15.524, + "poster_path": "/3c0bVygWGnswyOnEirhN0oRVcgu.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 97, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Tale padre. Tale figlio. Stesso inferno.", + "title": "Die Hard - Un buon giorno per morire", + "video": false, + "vote_average": 5.2, + "vote_count": 4274 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:59.2139006Z", + "ReducedUri": "/3/movie/47964?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&append_to_response=account_states", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard Collection", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "popularity": 15.524, + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 98, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Yippee Ki-Yay Mother Russia", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4274, + "account_states": { + "favorite": false, + "rated": false, + "watchlist": false + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:12.4822064Z", + "ReducedUri": "/3/movie/47964?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&append_to_response=alternative_titles%2ccredits%2cimages%2ckeywords%2creleases%2cvideos%2ctranslations%2csimilar%2creviews%2clists%2cchanges%2caccount_states%2crelease_dates%2crecommendations%2cexternal_ids", + "RespData": { + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "belongs_to_collection": { + "id": 1570, + "name": "Die Hard Collection", + "poster_path": "/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg", + "backdrop_path": "/5kHVblr87FUScuab1PVSsK692IL.jpg" + }, + "budget": 92000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.diehardmovie.com/", + "id": 47964, + "imdb_id": "tt1606378", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "popularity": 15.524, + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "production_companies": [ + { + "id": 2735, + "logo_path": null, + "name": "Mid Atlantic Films", + "origin_country": "" + }, + { + "id": 290, + "logo_path": "/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png", + "name": "Ingenious Media", + "origin_country": "GB" + }, + { + "id": 444, + "logo_path": null, + "name": "Dune Entertainment", + "origin_country": "US" + }, + { + "id": 10893, + "logo_path": null, + "name": "Big Screen Productions", + "origin_country": "" + }, + { + "id": 12292, + "logo_path": "/llGRXF5WYUW2fzXg0ebCoKMXjmT.png", + "name": "Temple Hill Entertainment", + "origin_country": "US" + }, + { + "id": 22213, + "logo_path": "/qx9K6bFWJupwde0xQDwOvXkOaL8.png", + "name": "TSG Entertainment", + "origin_country": "US" + }, + { + "id": 34396, + "logo_path": null, + "name": "Giant Pictures", + "origin_country": "" + }, + { + "id": 34397, + "logo_path": null, + "name": "Origo Film Group", + "origin_country": "" + }, + { + "id": 25, + "logo_path": "/qZCc1lty5FzX30aOCVRBLzaVmcp.png", + "name": "20th Century Fox", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2013-02-06", + "revenue": 304654182, + "runtime": 98, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + }, + { + "iso_639_1": "ru", + "name": "Pусский" + } + ], + "status": "Released", + "tagline": "Yippee Ki-Yay Mother Russia", + "title": "A Good Day to Die Hard", + "video": false, + "vote_average": 5.2, + "vote_count": 4274, + "alternative_titles": { + "titles": [ + { + "iso_3166_1": "FR", + "title": "Die Hard 5 - Belle Journée Pour mourir", + "type": "faux title" + }, + { + "iso_3166_1": "CO", + "title": "Duro de matar 5", + "type": "" + }, + { + "iso_3166_1": "US", + "title": "Die Hard 5: A Good Day to Die Hard", + "type": "faux title" + }, + { + "iso_3166_1": "ES", + "title": "La jungla 5: Un buen día para morir", + "type": "faux title" + }, + { + "iso_3166_1": "KR", + "title": "다이하드: 굿 데이 투 다이", + "type": "" + }, + { + "iso_3166_1": "US", + "title": "Die Hard 5", + "type": "informal title" + }, + { + "iso_3166_1": "ES", + "title": "La jungla Un buen día para morir (La jungla de cristal 5)", + "type": "faux title" + }, + { + "iso_3166_1": "ES", + "title": "La jungla de cristal 5", + "type": "faux title" + }, + { + "iso_3166_1": "MX", + "title": "Duro de Matar: Un buen día para morir", + "type": "" + }, + { + "iso_3166_1": "MX", + "title": "Duro de Matar 5: La jungla - Un buen día para morir", + "type": "" + }, + { + "iso_3166_1": "FR", + "title": "Die hard 5", + "type": "" + }, + { + "iso_3166_1": "CN", + "title": "虎胆龙威5", + "type": "" + }, + { + "iso_3166_1": "IT", + "title": "Die Hard 5 - Un buon giorno per morire", + "type": "" + }, + { + "iso_3166_1": "KR", + "title": "다이 하드 5", + "type": "" + }, + { + "iso_3166_1": "MX", + "title": "Duro de matar 5", + "type": "" + }, + { + "iso_3166_1": "ES", + "title": "Duro de matar 5", + "type": "" + }, + { + "iso_3166_1": "US", + "title": "Duro de matar 5", + "type": "" + }, + { + "iso_3166_1": "CA", + "title": "Une Belle journée pour crever", + "type": "" + } + ] + }, + "credits": { + "cast": [ + { + "cast_id": 1, + "character": "John McClane", + "credit_id": "52fe4751c3a36847f812f049", + "gender": 2, + "id": 62, + "name": "Bruce Willis", + "order": 0, + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg" + }, + { + "cast_id": 5, + "character": "Jack McClane", + "credit_id": "52fe4751c3a36847f812f05f", + "gender": 2, + "id": 224181, + "name": "Jai Courtney", + "order": 1, + "profile_path": "/yJJz9PIrVWnSdfAEOrfhevxNbLO.jpg" + }, + { + "cast_id": 7, + "character": "Komorov", + "credit_id": "52fe4751c3a36847f812f063", + "gender": 2, + "id": 8197, + "name": "Sebastian Koch", + "order": 2, + "profile_path": "/gPXn2bsmb0gJoQVkXHVlv6Y2nCc.jpg" + }, + { + "cast_id": 18, + "character": "Lucy McClane", + "credit_id": "52fe4751c3a36847f812f087", + "gender": 1, + "id": 17628, + "name": "Mary Elizabeth Winstead", + "order": 3, + "profile_path": "/56ZV8gYATZ3f7HAW35Mw80oIUBN.jpg" + }, + { + "cast_id": 15, + "character": "Irina", + "credit_id": "52fe4751c3a36847f812f07b", + "gender": 1, + "id": 80998, + "name": "Yuliya Snigir", + "order": 4, + "profile_path": "/98fVPlaJaZoB06gzZoBZxj4I6ME.jpg" + }, + { + "cast_id": 22, + "character": "Alik", + "credit_id": "5324f548c3a3683f04001b71", + "gender": 2, + "id": 230400, + "name": "Radivoje Bukvić", + "order": 5, + "profile_path": "/aiTCplxQF67wOASBAdHGp7fhZ6U.jpg" + }, + { + "cast_id": 8, + "character": "Collins", + "credit_id": "52fe4751c3a36847f812f067", + "gender": 2, + "id": 6614, + "name": "Cole Hauser", + "order": 6, + "profile_path": "/2izzcOrZpt22ObHjSNq3qRhrGHu.jpg" + }, + { + "cast_id": 9, + "character": "Murphy", + "credit_id": "52fe4751c3a36847f812f06b", + "gender": 2, + "id": 17341, + "name": "Amaury Nolasco", + "order": 7, + "profile_path": "/tFH2iQmCIARuPJwjqcw7STwLeEr.jpg" + }, + { + "cast_id": 19, + "character": "Chagarin", + "credit_id": "52fe4751c3a36847f812f08b", + "gender": 0, + "id": 1150430, + "name": "Sergey Kolesnikov", + "order": 8, + "profile_path": "/n7NDZIAlWL8NJAJ2y5aFUG3DhC4.jpg" + }, + { + "cast_id": 23, + "character": "Anton", + "credit_id": "5324f5b0c3a36824af00158f", + "gender": 0, + "id": 130903, + "name": "Roman Luknár", + "order": 9, + "profile_path": "/dp5HqVOoksyEENiQ7WqPA2SGZmN.jpg" + }, + { + "cast_id": 16, + "character": "Russian Mafia Member", + "credit_id": "52fe4751c3a36847f812f07f", + "gender": 0, + "id": 64413, + "name": "Zolee Ganxsta", + "order": 10, + "profile_path": "/HuBAMnIyHU096JIyQM4PkjNcjp.jpg" + }, + { + "cast_id": 24, + "character": "Prosecutor", + "credit_id": "5324f698c3a3683f04001ba1", + "gender": 2, + "id": 456735, + "name": "Péter Takátsy", + "order": 11, + "profile_path": "/l0mth8pVJoB1lMUE45tkjJIwOrN.jpg" + }, + { + "cast_id": 14, + "character": "Taxi driver", + "credit_id": "52fe4751c3a36847f812f077", + "gender": 2, + "id": 52762, + "name": "Pavel Lychnikoff", + "order": 12, + "profile_path": "/7vBY7AGXmgk1LG8zkzaPsRusQai.jpg" + }, + { + "cast_id": 20, + "character": "Reporter", + "credit_id": "52fe4751c3a36847f812f08f", + "gender": 1, + "id": 25382, + "name": "Megalyn Echikunwoke", + "order": 13, + "profile_path": "/8orS1eGrZ9RMN7HlXtX2hYHWtIl.jpg" + }, + { + "cast_id": 25, + "character": "Lucas", + "credit_id": "5324f807c3a3685725008e64", + "gender": 1, + "id": 212778, + "name": "Melissa Tang", + "order": 14, + "profile_path": "/x3emNzx65NPNoYcL13iI6fHC5I0.jpg" + }, + { + "cast_id": 13, + "character": "Russian Mafia Member", + "credit_id": "52fe4751c3a36847f812f073", + "gender": 0, + "id": 125684, + "name": "Attila Árpa", + "order": 15, + "profile_path": "/8QdXIFpA4eCSM97wVyD0MD7Bw8R.jpg" + }, + { + "cast_id": 17, + "character": "Russian Mafia Member", + "credit_id": "52fe4751c3a36847f812f083", + "gender": 0, + "id": 235317, + "name": "Norbert Növényi", + "order": 16, + "profile_path": "/yYaAsahgvLNEBqOCBMCaFxq2ztw.jpg" + }, + { + "cast_id": 136, + "character": "Mako", + "credit_id": "58e10baac3a3683d1e01b74c", + "gender": 2, + "id": 1047710, + "name": "Martin Hindy", + "order": 17, + "profile_path": "/4B6rANegNycp1b7hAcI78atiVuy.jpg" + }, + { + "cast_id": 137, + "character": "Colonel", + "credit_id": "58e118c9c3a3683d0b01b71f", + "gender": 2, + "id": 1009511, + "name": "Rico Simonini", + "order": 18, + "profile_path": "/4inuRFEKkhLRrufMbgM7PgcyDYl.jpg" + }, + { + "cast_id": 12, + "character": "(uncredited)", + "credit_id": "52fe4751c3a36847f812f06f", + "gender": 0, + "id": 1059926, + "name": "Anne Vyalitsyna", + "order": 19, + "profile_path": "/abJPt45QwZk4clCgaDP95hdkOPv.jpg" + } + ], + "crew": [ + { + "credit_id": "5539fe50c3a3684c5b004652", + "department": "Production", + "gender": 0, + "id": 49670, + "job": "Casting", + "name": "Zsolt Csutak", + "profile_path": null + }, + { + "credit_id": "5539ff78c3a3685cf8002f4a", + "department": "Art", + "gender": 0, + "id": 1458414, + "job": "Set Decoration", + "name": "Dóra Papp", + "profile_path": null + }, + { + "credit_id": "5539ffd89251413f5a0035c5", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1424151, + "job": "Makeup Department Head", + "name": "Gerald Quist", + "profile_path": null + }, + { + "credit_id": "553a01db925141651800acb3", + "department": "Crew", + "gender": 0, + "id": 1458422, + "job": "Scenic Artist", + "name": "Howard Weaver", + "profile_path": null + }, + { + "credit_id": "553a012c925141275e002cb5", + "department": "Art", + "gender": 0, + "id": 1374788, + "job": "Greensman", + "name": "Mátyás Szakonyi", + "profile_path": null + }, + { + "credit_id": "52fe4751c3a36847f812f04f", + "department": "Directing", + "gender": 2, + "id": 12028, + "job": "Director", + "name": "John Moore", + "profile_path": "/1zFWQ0hCvRgfXlQ3NaUn2HzChBW.jpg" + }, + { + "credit_id": "52fe4751c3a36847f812f05b", + "department": "Writing", + "gender": 0, + "id": 18185, + "job": "Screenplay", + "name": "Skip Woods", + "profile_path": "/5bMdhiz2kNEK621Jetdy6F9erTf.jpg" + }, + { + "credit_id": "5336b02c9251417daa000c5b", + "department": "Production", + "gender": 0, + "id": 113665, + "job": "Producer", + "name": "Alex Young", + "profile_path": null + }, + { + "credit_id": "5336b04a9251417db4000c80", + "department": "Production", + "gender": 1, + "id": 3965, + "job": "Casting", + "name": "Deborah Aquila", + "profile_path": "/7OBiqW30sXcW4f2xMds53L4JBN5.jpg" + }, + { + "credit_id": "5336b08d9251417da4000cb9", + "department": "Production", + "gender": 1, + "id": 1034748, + "job": "Casting", + "name": "Tricia Wood", + "profile_path": "/hSYw8hshMtY06XzuX2ZAuYluO03.jpg" + }, + { + "credit_id": "54876a6c9251416b8f00000d", + "department": "Production", + "gender": 2, + "id": 6040, + "job": "Producer", + "name": "Wyck Godfrey", + "profile_path": "/tKoS0O3m1UROqeM9ZLLfbvgY6Vf.jpg" + }, + { + "credit_id": "5539fe2bc3a3683e14000d7b", + "department": "Editing", + "gender": 2, + "id": 6043, + "job": "Editor", + "name": "Dan Zimmerman", + "profile_path": null + }, + { + "credit_id": "5539fde5925141651800ac56", + "department": "Camera", + "gender": 2, + "id": 12033, + "job": "Director of Photography", + "name": "Jonathan Sela", + "profile_path": null + }, + { + "credit_id": "5539fe669251413f5a0035a1", + "department": "Art", + "gender": 2, + "id": 19291, + "job": "Production Design", + "name": "Daniel T. Dorrance", + "profile_path": null + }, + { + "credit_id": "5539fe78925141125600731d", + "department": "Art", + "gender": 0, + "id": 1458413, + "job": "Art Direction", + "name": "Nick Blanche", + "profile_path": null + }, + { + "credit_id": "5539febec3a3683e14000d8f", + "department": "Art", + "gender": 0, + "id": 1329411, + "job": "Art Direction", + "name": "Bence Erdelyi", + "profile_path": null + }, + { + "credit_id": "5539ff07c3a3683e55000db8", + "department": "Art", + "gender": 0, + "id": 1363066, + "job": "Art Direction", + "name": "Andrew Munro", + "profile_path": null + }, + { + "credit_id": "5539ff1b9251416874000c68", + "department": "Art", + "gender": 0, + "id": 41336, + "job": "Set Decoration", + "name": "Jille Azis", + "profile_path": null + }, + { + "credit_id": "5539ff66925141275e002c8d", + "department": "Art", + "gender": 0, + "id": 1177771, + "job": "Set Decoration", + "name": "Zoltán Horváth", + "profile_path": null + }, + { + "credit_id": "5539ff8bc3a3684c5b004671", + "department": "Costume & Make-Up", + "gender": 1, + "id": 1052870, + "job": "Costume Design", + "name": "Bojana Nikitović", + "profile_path": null + }, + { + "credit_id": "5539ffba92514138a9003faa", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1458416, + "job": "Hairstylist", + "name": "Francesca Crowder", + "profile_path": null + }, + { + "credit_id": "5539ffeec3a3685cf8002f58", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1403532, + "job": "Makeup Artist", + "name": "Fiona Connon", + "profile_path": null + }, + { + "credit_id": "553a001b92514138a9003fb6", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1458417, + "job": "Makeup Artist", + "name": "Anna Tesner", + "profile_path": null + }, + { + "credit_id": "553a0041c3a3683e14000db3", + "department": "Art", + "gender": 0, + "id": 1458419, + "job": "Art Department Coordinator", + "name": "Eniko Orosz", + "profile_path": null + }, + { + "credit_id": "553a007cc3a3687845008126", + "department": "Art", + "gender": 0, + "id": 1394115, + "job": "Assistant Art Director", + "name": "László Szirmai", + "profile_path": null + }, + { + "credit_id": "553a010d9251416874000c95", + "department": "Art", + "gender": 0, + "id": 1399629, + "job": "Greensman", + "name": "Gergely Kajdi", + "profile_path": null + }, + { + "credit_id": "553a01a39251413f5a0035f2", + "department": "Art", + "gender": 0, + "id": 1392595, + "job": "Sculptor", + "name": "Zoltán Kiss", + "profile_path": null + }, + { + "credit_id": "553a01ba9251411256007360", + "department": "Art", + "gender": 0, + "id": 1392594, + "job": "Sculptor", + "name": "Tamas Ordodi", + "profile_path": null + }, + { + "credit_id": "553a02b5925141275e002cd9", + "department": "Sound", + "gender": 0, + "id": 1367493, + "job": "Foley", + "name": "John T. Cucci", + "profile_path": null + }, + { + "credit_id": "553a02fd925141651800acdb", + "department": "Sound", + "gender": 2, + "id": 1360099, + "job": "Sound Effects Editor", + "name": "Lee Gilmore", + "profile_path": "/m3J8KCmSZ2ByrV4gHlbhw9zec2J.jpg" + }, + { + "credit_id": "553a03139251413f5a003619", + "department": "Sound", + "gender": 1, + "id": 1367494, + "job": "Sound Effects Editor", + "name": "Ai-Ling Lee", + "profile_path": null + }, + { + "credit_id": "553a0328925141275e002cea", + "department": "Sound", + "gender": 2, + "id": 113075, + "job": "Sound Effects Editor", + "name": "Chuck Michael", + "profile_path": null + }, + { + "credit_id": "553a034f925141125600737a", + "department": "Sound", + "gender": 0, + "id": 16177, + "job": "Sound Re-Recording Mixer", + "name": "Ron Bartlett", + "profile_path": "/AmFG81joHLkvnh4Io20TdCCBk8P.jpg" + }, + { + "credit_id": "553a0368925141275e002cf6", + "department": "Sound", + "gender": 2, + "id": 1377220, + "job": "Sound Re-Recording Mixer", + "name": "Doug Hemphill", + "profile_path": "/jpShbzJgiLoM4iZZcDe3KmoqnG4.jpg" + }, + { + "credit_id": "553a03989251416788000d53", + "department": "Sound", + "gender": 0, + "id": 1390524, + "job": "Supervising Sound Editor", + "name": "Jay Wilkinson", + "profile_path": null + }, + { + "credit_id": "553a03ae925141275e002cfc", + "department": "Sound", + "gender": 0, + "id": 13224, + "job": "Dolby Consultant", + "name": "Andy Potvin", + "profile_path": null + }, + { + "credit_id": "553a04439251416874000cf2", + "department": "Crew", + "gender": 0, + "id": 1458431, + "job": "CG Supervisor", + "name": "Matthew Lee", + "profile_path": null + }, + { + "credit_id": "553a045d925141408100378d", + "department": "Visual Effects", + "gender": 2, + "id": 1026854, + "job": "Animation Supervisor", + "name": "Petr Marek", + "profile_path": "/xTgg4tbba5UPJayoLqRBLpnBFWu.jpg" + }, + { + "credit_id": "553a04749251416874000cfa", + "department": "Crew", + "gender": 0, + "id": 1431033, + "job": "CG Supervisor", + "name": "Dan Mayer", + "profile_path": null + }, + { + "credit_id": "553a04a0c3a3683e55000e37", + "department": "Crew", + "gender": 0, + "id": 1458432, + "job": "CG Supervisor", + "name": "Mohsen Mousavi", + "profile_path": null + }, + { + "credit_id": "553a04d6c3a3683e55000e3e", + "department": "Visual Effects", + "gender": 0, + "id": 1458433, + "job": "Animation Supervisor", + "name": "Mike Warner", + "profile_path": null + }, + { + "credit_id": "553a0549c3a3683e55000e4a", + "department": "Visual Effects", + "gender": 0, + "id": 1458438, + "job": "Visual Effects Producer", + "name": "James Dornoff", + "profile_path": null + }, + { + "credit_id": "553a0561925141275e002d1a", + "department": "Visual Effects", + "gender": 2, + "id": 1214379, + "job": "Visual Effects Producer", + "name": "Brett Dowler", + "profile_path": null + }, + { + "credit_id": "553a057f92514112560073bc", + "department": "Visual Effects", + "gender": 1, + "id": 1399871, + "job": "Visual Effects Producer", + "name": "Charlene Eberle Douglas", + "profile_path": null + }, + { + "credit_id": "553a05afc3a3685cf8002fef", + "department": "Visual Effects", + "gender": 0, + "id": 1458440, + "job": "Visual Effects Producer", + "name": "Amber Kirsch", + "profile_path": null + }, + { + "credit_id": "553a05c79251416788000d94", + "department": "Crew", + "gender": 0, + "id": 1458441, + "job": "Visual Effects Editor", + "name": "Thorsten Knatz", + "profile_path": null + }, + { + "credit_id": "553a05f9c3a3685cf8002ff9", + "department": "Visual Effects", + "gender": 0, + "id": 1354929, + "job": "Visual Effects Producer", + "name": "Sarah Mooney", + "profile_path": null + }, + { + "credit_id": "553a0618c3a3683e14000e4b", + "department": "Visual Effects", + "gender": 0, + "id": 1399313, + "job": "Visual Effects Producer", + "name": "Julia Neighly", + "profile_path": null + }, + { + "credit_id": "553a0645c3a3684022000e8a", + "department": "Crew", + "gender": 0, + "id": 1458442, + "job": "Visual Effects Editor", + "name": "Jake Walshe", + "profile_path": null + }, + { + "credit_id": "553a065f92514138a9004048", + "department": "Visual Effects", + "gender": 0, + "id": 1367496, + "job": "Visual Effects Producer", + "name": "Christal Wolgamott", + "profile_path": null + }, + { + "credit_id": "553a06dd92514140810037bc", + "department": "Visual Effects", + "gender": 0, + "id": 1354927, + "job": "Visual Effects Supervisor", + "name": "Ed Bruce", + "profile_path": null + }, + { + "credit_id": "553a06f5c3a3684c5b004737", + "department": "Visual Effects", + "gender": 2, + "id": 104044, + "job": "Visual Effects Supervisor", + "name": "Everett Burrell", + "profile_path": "/45ASV2LWZD6u3pXb7qeOiRk8yT8.jpg" + }, + { + "credit_id": "553a0721925141275e002d33", + "department": "Crew", + "gender": 0, + "id": 1384372, + "job": "Visual Effects Editor", + "name": "Ryan Chavez", + "profile_path": null + }, + { + "credit_id": "553a0738c3a3683e14000e64", + "department": "Visual Effects", + "gender": 0, + "id": 1350244, + "job": "Visual Effects Supervisor", + "name": "Eric D. Christensen", + "profile_path": null + }, + { + "credit_id": "553a075892514140810037c2", + "department": "Visual Effects", + "gender": 0, + "id": 1418464, + "job": "Visual Effects Supervisor", + "name": "Sean Andrew Faden", + "profile_path": null + }, + { + "credit_id": "553a076ec3a3683e14000e6d", + "department": "Visual Effects", + "gender": 0, + "id": 1399303, + "job": "Visual Effects Supervisor", + "name": "Joe Farrell", + "profile_path": null + }, + { + "credit_id": "553a0788c3a3685cf8003017", + "department": "Visual Effects", + "gender": 0, + "id": 1335151, + "job": "Visual Effects Supervisor", + "name": "Bryan Godwin", + "profile_path": null + }, + { + "credit_id": "553a079cc3a3684c5b004755", + "department": "Visual Effects", + "gender": 0, + "id": 1458443, + "job": "Visual Effects Supervisor", + "name": "Randy Goux", + "profile_path": null + }, + { + "credit_id": "553a07b29251416874000d42", + "department": "Visual Effects", + "gender": 0, + "id": 1268981, + "job": "Visual Effects Supervisor", + "name": "Matthew Gratzner", + "profile_path": null + }, + { + "credit_id": "553a0808c3a3685cf800302e", + "department": "Crew", + "gender": 2, + "id": 1391697, + "job": "Stunt Coordinator", + "name": "Steve M. Davison", + "profile_path": "/tAiH1jZWRrvp6e2SLyItnYF7hFY.jpg" + }, + { + "credit_id": "553a0843925141651800ad40", + "department": "Crew", + "gender": 0, + "id": 1436594, + "job": "Stunt Coordinator", + "name": "Valery Derkach", + "profile_path": null + }, + { + "credit_id": "553a0861c3a3681be400643d", + "department": "Crew", + "gender": 0, + "id": 1392635, + "job": "Stunt Coordinator", + "name": "Domonkos Pardanyi", + "profile_path": null + }, + { + "credit_id": "553a0a75c3a3683e14000ebc", + "department": "Camera", + "gender": 0, + "id": 1458445, + "job": "Camera Operator", + "name": "Botond Aszalós", + "profile_path": null + }, + { + "credit_id": "553a0aa1925141651800ad7c", + "department": "Lighting", + "gender": 0, + "id": 1427840, + "job": "Gaffer", + "name": "Gábor Hevesi", + "profile_path": null + }, + { + "credit_id": "553a0ad1925141275e002d6f", + "department": "Camera", + "gender": 0, + "id": 1458446, + "job": "Camera Operator", + "name": "Imre Juhasz", + "profile_path": null + }, + { + "credit_id": "553a0b089251416874000d95", + "department": "Camera", + "gender": 0, + "id": 1421652, + "job": "Camera Operator", + "name": "György Réder", + "profile_path": null + }, + { + "credit_id": "553a0b299251416788000dff", + "department": "Camera", + "gender": 2, + "id": 1445895, + "job": "Camera Operator", + "name": "Gregory W. Smith", + "profile_path": null + }, + { + "credit_id": "553a0b7e925141275e002d83", + "department": "Camera", + "gender": 0, + "id": 1408358, + "job": "Camera Operator", + "name": "Des Whelan", + "profile_path": null + }, + { + "credit_id": "553a0ba2925141651800ad8d", + "department": "Camera", + "gender": 0, + "id": 1404244, + "job": "Helicopter Camera", + "name": "John Marzano", + "profile_path": null + }, + { + "credit_id": "553a0be6c3a3683e55000edb", + "department": "Lighting", + "gender": 0, + "id": 1458447, + "job": "Gaffer", + "name": "James Elton Davis", + "profile_path": null + }, + { + "credit_id": "553a0c12c3a3683e14000edd", + "department": "Camera", + "gender": 0, + "id": 1378240, + "job": "Still Photographer", + "name": "Frank Masi", + "profile_path": null + }, + { + "credit_id": "553a0cd7c3a36831dd00985a", + "department": "Camera", + "gender": 2, + "id": 1372955, + "job": "Additional Camera", + "name": "Márton Miklauzic", + "profile_path": "/zcMfpaV4TlsYSp0CidGIQZ99IIA.jpg" + }, + { + "credit_id": "553a0cf9c3a36831dd00985f", + "department": "Camera", + "gender": 0, + "id": 1458448, + "job": "Additional Photography", + "name": "Andrew Banwell", + "profile_path": null + }, + { + "credit_id": "553a0d66c3a3681be4006497", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1333944, + "job": "Costume Supervisor", + "name": "Adina Bucur", + "profile_path": null + }, + { + "credit_id": "553a0d7d925141651800adb2", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1322071, + "job": "Costume Supervisor", + "name": "Cristina Ghergheli", + "profile_path": null + }, + { + "credit_id": "553a0daac3a3684c5b0047cf", + "department": "Editing", + "gender": 0, + "id": 1407696, + "job": "Digital Intermediate", + "name": "Marisa Clayton", + "profile_path": null + }, + { + "credit_id": "553a0dc49251414081003861", + "department": "Editing", + "gender": 0, + "id": 1427435, + "job": "Digital Intermediate", + "name": "Mark Sahagun", + "profile_path": null + }, + { + "credit_id": "553a0de4c3a3685cf800309e", + "department": "Editing", + "gender": 0, + "id": 1458449, + "job": "First Assistant Editor", + "name": "Ian Silverstein", + "profile_path": null + }, + { + "credit_id": "553a0dff9251416874000dea", + "department": "Sound", + "gender": 0, + "id": 1419731, + "job": "Music Editor", + "name": "Jay Duerr", + "profile_path": null + }, + { + "credit_id": "553a0e2e92514138a90040f4", + "department": "Crew", + "gender": 0, + "id": 1392657, + "job": "Transportation Coordinator", + "name": "Claudia Kossik", + "profile_path": null + }, + { + "credit_id": "553a0e4a9251413f5a003703", + "department": "Crew", + "gender": 0, + "id": 1458450, + "job": "Transportation Coordinator", + "name": "Gábor Szénási", + "profile_path": null + }, + { + "credit_id": "553a0e7bc3a3685cf80030ad", + "department": "Production", + "gender": 0, + "id": 1394315, + "job": "Location Manager", + "name": "Rudolf András", + "profile_path": null + }, + { + "credit_id": "553a0e92c3a3683e55000f28", + "department": "Production", + "gender": 0, + "id": 1458451, + "job": "Location Manager", + "name": "János Cserven", + "profile_path": null + }, + { + "credit_id": "553a0ec6925141275e002dce", + "department": "Production", + "gender": 0, + "id": 1392664, + "job": "Location Manager", + "name": "Balint Kovacs", + "profile_path": null + }, + { + "credit_id": "553a0eeec3a3681be40064be", + "department": "Production", + "gender": 0, + "id": 1392663, + "job": "Location Manager", + "name": "Laszlo Rorariusz", + "profile_path": null + }, + { + "credit_id": "553a0f03925141651800add1", + "department": "Directing", + "gender": 1, + "id": 1427850, + "job": "Script Supervisor", + "name": "Dora Simko", + "profile_path": null + }, + { + "credit_id": "553a0f45c3a3687845008283", + "department": "Crew", + "gender": 0, + "id": 1458452, + "job": "Dialect Coach", + "name": "Elena Baranova", + "profile_path": null + }, + { + "credit_id": "553a0f94c3a3685cf80030c9", + "department": "Crew", + "gender": 0, + "id": 1399643, + "job": "Unit Publicist", + "name": "Larry Garrison", + "profile_path": null + }, + { + "credit_id": "570b90a0c3a36875700074a5", + "department": "Art", + "gender": 2, + "id": 1322142, + "job": "Supervising Art Director", + "name": "Tom Brown", + "profile_path": null + }, + { + "credit_id": "5651e496c3a36833e7007479", + "department": "Production", + "gender": 1, + "id": 67702, + "job": "Casting", + "name": "Lina Todd", + "profile_path": "/d4BTPVOh4Vj2Rhc7dHiYrF4BxDp.jpg" + }, + { + "credit_id": "5651e4ccc3a368070800b312", + "department": "Production", + "gender": 1, + "id": 1486198, + "job": "Casting Associate", + "name": "Kate Ringsell", + "profile_path": null + }, + { + "credit_id": "5651e4fcc3a36833e7007493", + "department": "Crew", + "gender": 0, + "id": 1539431, + "job": "Armorer", + "name": "Béla Gajdos", + "profile_path": null + }, + { + "credit_id": "5651e512c3a368070f00ae0c", + "department": "Crew", + "gender": 0, + "id": 1539433, + "job": "Armorer", + "name": "Gábor Gajdos", + "profile_path": null + }, + { + "credit_id": "5651e54bc3a368071b00b764", + "department": "Crew", + "gender": 0, + "id": 1422058, + "job": "Armorer", + "name": "Michael Papac", + "profile_path": null + }, + { + "credit_id": "5651e5659251414b0a00b1d5", + "department": "Crew", + "gender": 0, + "id": 1539434, + "job": "Armorer", + "name": "Sascha Robey", + "profile_path": null + }, + { + "credit_id": "58b886c29251415fba002086", + "department": "Crew", + "gender": 2, + "id": 1063017, + "job": "Stunts", + "name": "Eric Jacobus", + "profile_path": "/5ixSoc6mcKw6y3I5t0It4qbGj1A.jpg" + }, + { + "credit_id": "593b67d2c3a3680f67005acc", + "department": "Crew", + "gender": 2, + "id": 1831266, + "job": "Stunts", + "name": "Géza Kovács", + "profile_path": null + }, + { + "credit_id": "5acc1032925141433e01e6d2", + "department": "Crew", + "gender": 2, + "id": 23285, + "job": "Stunt Coordinator", + "name": "Jeffrey J. Dashnaw", + "profile_path": "/5Sw0YV4U8Yg7BpN8yVX7vVc8y8x.jpg" + }, + { + "credit_id": "5adf0847925141132e008f4e", + "department": "Camera", + "gender": 0, + "id": 1391520, + "job": "Second Unit Director of Photography", + "name": "Elena Ivanova", + "profile_path": null + }, + { + "credit_id": "5adf0878925141133300888f", + "department": "Camera", + "gender": 2, + "id": 1424180, + "job": "Second Unit Director of Photography", + "name": "Jonathan Taylor", + "profile_path": null + }, + { + "credit_id": "5adf088a0e0a2615f0009a84", + "department": "Sound", + "gender": 2, + "id": 113048, + "job": "Sound Recordist", + "name": "Tim Gomillion", + "profile_path": null + }, + { + "credit_id": "5adf089ec3a3686ad200896c", + "department": "Sound", + "gender": 2, + "id": 1458425, + "job": "Sound Recordist", + "name": "Ryan Cole", + "profile_path": null + }, + { + "credit_id": "5adf08b2c3a3686ad80082c8", + "department": "Art", + "gender": 0, + "id": 1420634, + "job": "Property Master", + "name": "Chris Cull", + "profile_path": null + }, + { + "credit_id": "5adf08eac3a3686ad40086b1", + "department": "Production", + "gender": 0, + "id": 1327763, + "job": "Local Casting", + "name": "Alena Garetovskaya", + "profile_path": null + }, + { + "credit_id": "5adf091c9251411331008bb3", + "department": "Production", + "gender": 1, + "id": 1198829, + "job": "Local Casting", + "name": "Kirsty McGregor", + "profile_path": null + }, + { + "credit_id": "5adf0934c3a3686adc009582", + "department": "Sound", + "gender": 2, + "id": 7229, + "job": "Original Music Composer", + "name": "Marco Beltrami", + "profile_path": "/tTBQHKWVieP5ARRfJRMkbnLTW6C.jpg" + }, + { + "credit_id": "5adf095ac3a3686ad2008a06", + "department": "Sound", + "gender": 0, + "id": 1425343, + "job": "ADR Supervisor", + "name": "Vanessa Lapato", + "profile_path": null + }, + { + "credit_id": "5adf097ac3a3686adc0095bc", + "department": "Sound", + "gender": 2, + "id": 1530322, + "job": "Foley Editor", + "name": "Matthew Harrison", + "profile_path": null + }, + { + "credit_id": "5bcab7d2c3a368354f000839", + "department": "Writing", + "gender": 0, + "id": 7670, + "job": "Characters", + "name": "Roderick Thorp", + "profile_path": null + } + ] + }, + "images": { + "backdrops": [ + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.538, + "vote_count": 13, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/xizM09IAYfm8W8U4NIdlqzRjHck.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.412, + "vote_count": 10, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/g7e0UMgnUL2mRvTxPtdpKoTmsVv.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.252, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/g5XcN0yt5KqAwsow2UNv9Qw6l8T.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.23, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/22DQWwjaam1LHTAEapxO2Wg7s2H.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.214, + "vote_count": 18, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/mM9vuLkgxRpDi9ZqPUPgG5qzjXL.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.204, + "vote_count": 7, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/p9xfYhlA3bPA985sDWcFthF4pmq.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.182, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/6bG6D7u1cKH73LOsZbR04hML7k9.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.182, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/ncd3yYDTPvyZ0bWz8mnzTrLA0ZK.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.182, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/1dFOiEnAE0DPM1RzAUagQifWS0L.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.182, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/wX88vZmQL0eFXqLrNDDBgj1qNpU.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.176, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/snVEJlCz9leITIa2DFXyTIDKVYd.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.176, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/HgUpieW9dRKOdydqkUV45YDbdH.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.176, + "vote_count": 5, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/sozVrNW6MnQ5wxgWIH8YnUeyRqf.jpg", + "height": 1080, + "iso_639_1": "de", + "vote_average": 5.172, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/35ge5xfSrHxtDI3wxLco3jnEHP3.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.166, + "vote_count": 9, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/2H9gpnshd6KrFwe7nLfFFcmxCJm.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.106, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/qXvT0U4EcXGCL28NqUWvL9I8mQm.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1280 + } + ], + "posters": [ + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/7JKli6FqxK6kEsNRUW8JVGmGSNI.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.596, + "vote_count": 30, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/92KUQKGNqhTDdZTLf1dOUJ8KF18.jpg", + "height": 2100, + "iso_639_1": "fr", + "vote_average": 5.574, + "vote_count": 5, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fZ8bzoRXaloY9qLrRs7pXOCos8a.jpg", + "height": 2100, + "iso_639_1": "en", + "vote_average": 5.45, + "vote_count": 11, + "width": 1400 + }, + { + "aspect_ratio": 0.69351230425055932, + "file_path": "/f59Z89cwPgwmz90WpfFHOEsvgwV.jpg", + "height": 1788, + "iso_639_1": "es", + "vote_average": 5.438, + "vote_count": 4, + "width": 1240 + }, + { + "aspect_ratio": 0.71530758226037194, + "file_path": "/j6vVXC80o2mXRuRnQvuuwZdpnWJ.jpg", + "height": 1398, + "iso_639_1": "pt", + "vote_average": 5.3968253968253972, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.75, + "file_path": "/3c0bVygWGnswyOnEirhN0oRVcgu.jpg", + "height": 1500, + "iso_639_1": "it", + "vote_average": 5.388, + "vote_count": 4, + "width": 1125 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/7jniyONQPVbyzbH48skvweoG69A.jpg", + "height": 1500, + "iso_639_1": "hu", + "vote_average": 5.384615384615385, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zThW5n5aSXcyEmOGo55Zmg3Wifl.jpg", + "height": 2100, + "iso_639_1": "de", + "vote_average": 5.384615384615385, + "vote_count": 2, + "width": 1400 + }, + { + "aspect_ratio": 0.672311600338696, + "file_path": "/xrATKt5GXfjrWOEttiAT9XAoeW.jpg", + "height": 1181, + "iso_639_1": "es", + "vote_average": 5.3479853479853476, + "vote_count": 2, + "width": 794 + }, + { + "aspect_ratio": 0.697565543071161, + "file_path": "/i0ESDiaA4XnTTqCnxGH6PrHL13l.jpg", + "height": 1068, + "iso_639_1": "es", + "vote_average": 5.3479853479853476, + "vote_count": 2, + "width": 745 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/c4G6lW5hAWmwveThfLSqs52yHB1.jpg", + "height": 2100, + "iso_639_1": "it", + "vote_average": 5.318, + "vote_count": 3, + "width": 1400 + }, + { + "aspect_ratio": 0.70005927682276226, + "file_path": "/s8AfXOs2a76vTRQjk3XWHSIvsyV.jpg", + "height": 1687, + "iso_639_1": "ro", + "vote_average": 5.3125, + "vote_count": 1, + "width": 1181 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/lovQ8Of5FPL96AxW0SGUXQCf23H.jpg", + "height": 2100, + "iso_639_1": "ja", + "vote_average": 5.312, + "vote_count": 1, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/6VXbfjhSVvWhrDcHLR43KaFTQwZ.jpg", + "height": 1500, + "iso_639_1": "he", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/EktjFIPWceg2MWOorzHsPj1gZ1.jpg", + "height": 1500, + "iso_639_1": "ru", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/yGot6qzp3pGaqBCaLEY1IayjCLg.jpg", + "height": 1500, + "iso_639_1": "it", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66622251832111923, + "file_path": "/xr4tXwKmPB0qpMWrCRjiMga86as.jpg", + "height": 1501, + "iso_639_1": "cs", + "vote_average": 5.3050595238095237, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.71864893999281354, + "file_path": "/ph1FHyoooIas6D6zl6AqFCr6Nnw.jpg", + "height": 2783, + "iso_639_1": "xx", + "vote_average": 5.3050595238095237, + "vote_count": 1, + "width": 2000 + }, + { + "aspect_ratio": 0.69351230425055932, + "file_path": "/vae2lN7Oq7ohiMQzVgqN4qUaz6c.jpg", + "height": 1788, + "iso_639_1": "es", + "vote_average": 5.3040293040293038, + "vote_count": 2, + "width": 1240 + }, + { + "aspect_ratio": 0.69364161849710981, + "file_path": "/qdXHkhTtLROnkC6FzTWvfDaIoyT.jpg", + "height": 865, + "iso_639_1": "es", + "vote_average": 5.3040293040293038, + "vote_count": 2, + "width": 600 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/nFo8AY4JR3EnvMBNZla0QVmpqWU.jpg", + "height": 2100, + "iso_639_1": "de", + "vote_average": 5.2976190476190466, + "vote_count": 1, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/xO42aJxjWiVnvWaAliq9iWjMpHZ.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.29251700680272, + "vote_count": 7, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.288, + "vote_count": 22, + "width": 1000 + }, + { + "aspect_ratio": 0.71014492753623193, + "file_path": "/p2FMqu0O8TtT4cFRS7DOmdvC2bI.jpg", + "height": 1242, + "iso_639_1": "es", + "vote_average": 5.2752976190476186, + "vote_count": 1, + "width": 882 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/1usmkMErAadA7hnctCi7rBok7n8.jpg", + "height": 1500, + "iso_639_1": "hu", + "vote_average": 5.2529761904761907, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.6939953810623557, + "file_path": "/3HZgmv3nv7gzqVRAwFM9R6ezX2H.jpg", + "height": 866, + "iso_639_1": "pt", + "vote_average": 5.2529761904761907, + "vote_count": 1, + "width": 601 + }, + { + "aspect_ratio": 0.69640479360852192, + "file_path": "/dHvwLRJPc5mHqma5ydNHSL9w0e7.jpg", + "height": 751, + "iso_639_1": "hu", + "vote_average": 5.2527472527472527, + "vote_count": 2, + "width": 523 + }, + { + "aspect_ratio": 0.75, + "file_path": "/2rfBEnHErwGbyOXxadmGmcM0DcF.jpg", + "height": 2048, + "iso_639_1": "fr", + "vote_average": 5.252, + "vote_count": 4, + "width": 1536 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/wDQIxbWGltKZRSIbnW1jHkatRUh.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/tayBIpIzOXd1hxoMhLJXBALEDvj.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/eSUAXuIt2KSmmpjZB4PfmcCyTCl.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/va6GxZEiFXZZ4okeSceyrV3IRHh.jpg", + "height": 750, + "iso_639_1": "fr", + "vote_average": 5.246, + "vote_count": 2, + "width": 500 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fzuNlBYhlDIky4vneaxHHgPpMnV.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.70509383378016088, + "file_path": "/50hqFp04b4WWm6ll2H9pmR9vzuK.jpg", + "height": 1119, + "iso_639_1": "hu", + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 789 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/cE8ypQRl1FUH331VWzpB2Rmpw9U.jpg", + "height": 1500, + "iso_639_1": "de", + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fU66gYJ8ZtvqroTzvqfuoCNH92x.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.6796875, + "file_path": "/dwAd59VTTyNdeA2aZWuR2IRYCwa.jpg", + "height": 640, + "iso_639_1": "es", + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 435 + }, + { + "aspect_ratio": 0.70175438596491224, + "file_path": "/7RCuLsBMDf5whhWs99ZX45xPulA.jpg", + "height": 1425, + "iso_639_1": "ko", + "vote_average": 5.2232142857142856, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.69465020576131686, + "file_path": "/4L98jex4j3B1XTfRXjKcc9966TC.jpg", + "height": 1215, + "iso_639_1": "en", + "vote_average": 5.2161172161172162, + "vote_count": 2, + "width": 844 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/2yJH73FoMXPd7zqkvvOK1MZhhGk.jpg", + "height": 750, + "iso_639_1": "de", + "vote_average": 5.216, + "vote_count": 4, + "width": 500 + }, + { + "aspect_ratio": 0.6770480704129993, + "file_path": "/6dngRaEjTxFgPFYwgK4ZW5ox6HU.jpg", + "height": 1477, + "iso_639_1": "tr", + "vote_average": 5.2157738095238093, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/hQ9eiNHTdBYpa6UoPENiOwkOl59.jpg", + "height": 1500, + "iso_639_1": "de", + "vote_average": 5.21, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/948VGv9ne6ge2IrGQidgDaWd41U.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.1820728291316529, + "vote_count": 5, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/pSgnrAo8LUjan72UdGCY3NixHT0.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.1803751803751812, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.70675300647548567, + "file_path": "/gzroGMlFliLwwR1zxgFVe7ii5DA.jpg", + "height": 2162, + "iso_639_1": "en", + "vote_average": 5.1731601731601726, + "vote_count": 3, + "width": 1528 + }, + { + "aspect_ratio": 0.70126227208976155, + "file_path": "/2qLK4lW5zsfM7PXC69n6cBvnZLS.jpg", + "height": 1426, + "iso_639_1": "fr", + "vote_average": 5.172, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/nLyF3uDmfs4dqBSIIsOhoRceDqs.jpg", + "height": 1500, + "iso_639_1": "fr", + "vote_average": 5.172, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.74609375, + "file_path": "/yc4O3OQEkmAXuU3cHPxdtqk9nCX.jpg", + "height": 1280, + "iso_639_1": "it", + "vote_average": 5.172, + "vote_count": 1, + "width": 955 + }, + { + "aspect_ratio": 0.7, + "file_path": "/yG9JFCRuPQOhQZO6Sdoy58PxUrs.jpg", + "height": 1500, + "iso_639_1": "it", + "vote_average": 5.172, + "vote_count": 1, + "width": 1050 + }, + { + "aspect_ratio": 0.7028347996089932, + "file_path": "/u5lQrDX0bPj9Ar4Vi2QQDk6wp9d.jpg", + "height": 1023, + "iso_639_1": "ru", + "vote_average": 5.172, + "vote_count": 1, + "width": 719 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/8nvDkm6UJ1h5Omw2auIgcNE3uvv.jpg", + "height": 2100, + "iso_639_1": "fr", + "vote_average": 5.172, + "vote_count": 1, + "width": 1400 + }, + { + "aspect_ratio": 0.703, + "file_path": "/gldVCmSAs34iMY7taUJFcm1rm73.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 5.172, + "vote_count": 1, + "width": 703 + }, + { + "aspect_ratio": 0.69541029207232263, + "file_path": "/e9WIUvv5SFcr7Cg7EsyoIdZxlGX.jpg", + "height": 1438, + "iso_639_1": "ja", + "vote_average": 5.172, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/n2az0Mh2f30PVqw54LkoLgi6tCx.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.69979006298110569, + "file_path": "/sGzNKCEaaoHUagfQUHlmenvbhAd.jpg", + "height": 1429, + "iso_639_1": "el", + "vote_average": 5.1575091575091578, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/pjtg4pZE9ItGMNhwB5JDObk8TA4.jpg", + "height": 1500, + "iso_639_1": "de", + "vote_average": 5.152, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.70671378091872794, + "file_path": "/icp7YLD5AY8prYHvZ8kU8g8dY1T.jpg", + "height": 1415, + "iso_639_1": "de", + "vote_average": 5.1501831501831514, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.69513406156901691, + "file_path": "/etXoBkHpl6z3RpXffSJh1t92z4z.jpg", + "height": 1007, + "iso_639_1": "he", + "vote_average": 5.15, + "vote_count": 2, + "width": 700 + }, + { + "aspect_ratio": 0.675219446320054, + "file_path": "/xgCuqaT3H5eWQ5jE6m9lIXWQALC.jpg", + "height": 1481, + "iso_639_1": "en", + "vote_average": 5.1457000710732057, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.69733333333333336, + "file_path": "/21C1zncGRkqA8r6WmZ2slRpVKpV.jpg", + "height": 750, + "iso_639_1": "hu", + "vote_average": 5.1208791208791213, + "vote_count": 2, + "width": 523 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/pnB4utEgnXloPVC1BicwM4rBy2K.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.11727078891258, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zWyYbvx8gnQ5rmpgNfsR7ajx8Hh.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.11727078891258, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zZRhjpMakB77iEqGAvXYfSWKwPw.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.11727078891258, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/2epfTLrxQ2Hd8wwiJ1Z7d7bXYGE.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.0989010989010994, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.67510548523206748, + "file_path": "/pOForOa1ivCXhQCy1dhff4albEa.jpg", + "height": 1185, + "iso_639_1": "fr", + "vote_average": 5.08, + "vote_count": 3, + "width": 800 + }, + { + "aspect_ratio": 0.67284768211920531, + "file_path": "/zlSFmwaWObiXJnXRwe0opolIbm5.jpg", + "height": 755, + "iso_639_1": "en", + "vote_average": 5.0432900432900443, + "vote_count": 3, + "width": 508 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/kogLsj9b2dSUO23xX4v8YYHfTqR.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 4.976525821596244, + "vote_count": 8, + "width": 1012 + }, + { + "aspect_ratio": 0.67476383265856954, + "file_path": "/nGWBbS6lFqRqV6XlATrFPM04sXU.jpg", + "height": 1482, + "iso_639_1": "en", + "vote_average": 4.8262548262548259, + "vote_count": 11, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/bWcWWTHcgQ8fh2hjLkvDXPiENLY.jpg", + "height": 3000, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 2000 + }, + { + "aspect_ratio": 0.65166666666666662, + "file_path": "/s1DXEtJhHbKa4dyJHKoVJmd1sO5.jpg", + "height": 1200, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 782 + }, + { + "aspect_ratio": 0.69246861924686187, + "file_path": "/xlKNPXqM3VWAZ0yBabka1QfxR1O.jpg", + "height": 1434, + "iso_639_1": "bg", + "vote_average": 0.0, + "vote_count": 0, + "width": 993 + }, + { + "aspect_ratio": 0.66728452270620942, + "file_path": "/jDzj4RZ47goRblp1uEQ9E0jISlz.jpg", + "height": 1079, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 720 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/pQsuw6t0CrjzELK6l05Ywgu9vmp.jpg", + "height": 1500, + "iso_639_1": "de", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/cu9u893ENYWIQKzlwpfcufuOjnq.jpg", + "height": 1800, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1200 + }, + { + "aspect_ratio": 0.70126227208976155, + "file_path": "/tU5LFjLkym495vIk7q4sZWwHCKA.jpg", + "height": 1426, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zhDDMSRXkDwUDzkcS05X92R773b.jpg", + "height": 1440, + "iso_639_1": "pl", + "vote_average": 0.0, + "vote_count": 0, + "width": 960 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fttLSrhqJtZN1dPvf0PNB1CNlSd.jpg", + "height": 2100, + "iso_639_1": "no", + "vote_average": 0.0, + "vote_count": 0, + "width": 1400 + }, + { + "aspect_ratio": 0.68161434977578472, + "file_path": "/sy96tIVFS3t3GK6l44pb0QwQz8f.jpg", + "height": 1115, + "iso_639_1": "pt", + "vote_average": 0.0, + "vote_count": 0, + "width": 760 + }, + { + "aspect_ratio": 0.70446096654275092, + "file_path": "/dbdsztIOA10MLmAWLK0PAbL79qq.jpg", + "height": 1076, + "iso_639_1": "pt", + "vote_average": 0.0, + "vote_count": 0, + "width": 758 + }, + { + "aspect_ratio": 0.69161920260374288, + "file_path": "/rS7HUTV05c5LrKx2ICmcjZI22mZ.jpg", + "height": 1229, + "iso_639_1": "bg", + "vote_average": 0.0, + "vote_count": 0, + "width": 850 + }, + { + "aspect_ratio": 0.67494356659142207, + "file_path": "/jHeSxij1ogseWrlmenEEr9P52wt.jpg", + "height": 1772, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1196 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/8P8954PphO54ZLSYQhc3hQkwDWI.jpg", + "height": 2100, + "iso_639_1": "da", + "vote_average": 0.0, + "vote_count": 0, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/cr5Phd280o6BFALShz5d3fEFmjb.jpg", + "height": 1500, + "iso_639_1": "zh", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.67611683848797255, + "file_path": "/yh69l17554A62jq637S6SIJyFjx.jpg", + "height": 1164, + "iso_639_1": "uk", + "vote_average": 0.0, + "vote_count": 0, + "width": 787 + }, + { + "aspect_ratio": 0.6770480704129993, + "file_path": "/3lu4MJNHl00qnxvtMNjXUYPqeDD.jpg", + "height": 1477, + "iso_639_1": "th", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/jmY3URoNIeYqVrsYaeYCoDrzaPq.jpg", + "height": 2100, + "iso_639_1": "nl", + "vote_average": 0.0, + "vote_count": 0, + "width": 1400 + }, + { + "aspect_ratio": 0.70018450184501846, + "file_path": "/3cBMz4xnyzdsj1dK7zOrR7mAoZG.jpg", + "height": 1084, + "iso_639_1": "da", + "vote_average": 0.0, + "vote_count": 0, + "width": 759 + } + ] + }, + "keywords": { + "keywords": [ + { + "id": 258, + "name": "bomb" + }, + { + "id": 591, + "name": "cia" + }, + { + "id": 2139, + "name": "russia" + }, + { + "id": 10685, + "name": "escape" + }, + { + "id": 18074, + "name": "courthouse" + }, + { + "id": 33705, + "name": "agent" + }, + { + "id": 186447, + "name": "rogue" + }, + { + "id": 186450, + "name": "moscow" + } + ] + }, + "releases": { + "countries": [ + { + "certification": "R", + "iso_3166_1": "US", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "16", + "iso_3166_1": "DE", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "BG", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "AR", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "AZ", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "BY", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "11", + "iso_3166_1": "DK", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "IE", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "KZ", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "M/12", + "iso_3166_1": "PT", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "18+", + "iso_3166_1": "RU", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "15", + "iso_3166_1": "SE", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "12A", + "iso_3166_1": "GB", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "LT", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "BE", + "primary": false, + "release_date": "2013-02-13" + }, + { + "certification": "10", + "iso_3166_1": "FR", + "primary": false, + "release_date": "2013-02-20" + }, + { + "certification": "12", + "iso_3166_1": "NL", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "NO", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "IS", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "ES", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "M", + "iso_3166_1": "AU", + "primary": false, + "release_date": "2013-03-20" + }, + { + "certification": "", + "iso_3166_1": "PL", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "16 éven aluliak számára nem ajánlott", + "iso_3166_1": "HU", + "primary": false, + "release_date": "2013-02-13" + }, + { + "certification": "", + "iso_3166_1": "HK", + "primary": false, + "release_date": "2013-02-07" + }, + { + "certification": "", + "iso_3166_1": "SG", + "primary": false, + "release_date": "2013-02-07" + }, + { + "certification": "", + "iso_3166_1": "TW", + "primary": false, + "release_date": "2013-02-08" + }, + { + "certification": "", + "iso_3166_1": "VE", + "primary": false, + "release_date": "2013-02-12" + }, + { + "certification": "", + "iso_3166_1": "PH", + "primary": false, + "release_date": "2013-02-13" + }, + { + "certification": "", + "iso_3166_1": "BO", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "BA", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "CL", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "CR", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "HR", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "SV", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "EE", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "GR", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "HN", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "JP", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "KW", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "MX", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "NZ", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "NI", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "PA", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "PE", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "PR", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "MK", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "SI", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "UA", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "CO", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "EC", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "FI", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "GT", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "LV", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "RO", + "primary": false, + "release_date": "2013-02-15" + }, + { + "certification": "", + "iso_3166_1": "UY", + "primary": false, + "release_date": "2013-02-16" + }, + { + "certification": "", + "iso_3166_1": "IN", + "primary": false, + "release_date": "2013-02-22" + }, + { + "certification": "", + "iso_3166_1": "DO", + "primary": false, + "release_date": "2013-02-28" + }, + { + "certification": "", + "iso_3166_1": "CZ", + "primary": false, + "release_date": "2013-03-14" + }, + { + "certification": "น13+", + "iso_3166_1": "TH", + "primary": false, + "release_date": "2013-02-13" + }, + { + "certification": "", + "iso_3166_1": "CN", + "primary": false, + "release_date": "2013-03-13" + }, + { + "certification": "15세 이상 관람가", + "iso_3166_1": "KR", + "primary": false, + "release_date": "2013-02-06" + }, + { + "certification": "12", + "iso_3166_1": "SK", + "primary": false, + "release_date": "2013-03-14" + }, + { + "certification": "", + "iso_3166_1": "IT", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "12", + "iso_3166_1": "BR", + "primary": false, + "release_date": "2013-02-22" + }, + { + "certification": "14A", + "iso_3166_1": "CA", + "primary": false, + "release_date": "2013-02-14" + }, + { + "certification": "", + "iso_3166_1": "CZ", + "primary": false, + "release_date": "2013-06-19" + } + ] + }, + "videos": { + "results": [ + { + "id": "5b6feadbc3a368189d1603a8", + "iso_639_1": "en", + "iso_3166_1": "US", + "key": "eLu3z4Ikwes", + "name": "Good Day to Die Hard, A - Trailer", + "site": "YouTube", + "size": 1080, + "type": "Trailer" + } + ] + }, + "translations": { + "translations": [ + { + "iso_3166_1": "DE", + "iso_639_1": "de", + "name": "Deutsch", + "english_name": "German", + "data": { + "title": "Stirb langsam - Ein guter Tag zum Sterben", + "overview": "Als ein gefürchteter russischer Führer aus der Gefangenschaft ausbricht und John McClanes Sohn Jack in die Ereignisse verwickelt wird, reist John nach Russland. Dort will er mittels frecher Sprüche und Waffeneinsatz seinen Spross, mit dem er bislang wenig Kontakt hatte, aus der Gefahrenzone retten. Wie sich herausstellt, ist sein Sohn jedoch alles andere als der von John McClane erwartete Waschlappen geworden. Hier ist der Apfel nicht weit vom Stamm gefallen, denn ohne Johns Wissen wurde Jack zu einem kaltschnäuzigen CIA-Agenten ausgebildet und ist ebenso hart im Nehmen wie sein alter Herr. Mit von der Partie ist ein Russe namens Komorov, hinter dem die gesamte russische Unterwelt her ist. Gemeinsam sieht sich das taffe Vater-Sohn-Duo mit Unterstützung von Komorov der halben Sowjet-Armee gegenüber, die einen Machtwechsel in Russland anstrebt…", + "homepage": "" + } + }, + { + "iso_3166_1": "HU", + "iso_639_1": "hu", + "name": "Magyar", + "english_name": "Hungarian", + "data": { + "title": "Die Hard 5. - Drágább, mint az életed", + "overview": "Igazi New York-i zsaru: kopott, fáradt, de a humora és a bátorsága a legváratlanabb helyzetekben sem hagyja cserben. John McClane hadnagy (Bruce Willis) megtudja, hogy a fia, Jack (Jai Courtney) bajba került Moszkvában, és bár régóta nem beszélnek egymással, habozás nélkül a segítségére siet - és természetesen a küzdelem legközepében találja magát. McClane többnyire véletlenül keveredik a terroristák útjába, a fia viszont mindig tudja, mit csinál: és ő sem ijed meg könnyen. Két generáció együtt száll szembe a lehetetlennel: New Yorktól Moszkváig és tovább, egészen Csernobilig.", + "homepage": "" + } + }, + { + "iso_3166_1": "ES", + "iso_639_1": "es", + "name": "Español", + "english_name": "Spanish", + "data": { + "title": "La jungla: Un buen día para morir", + "overview": "Conservando la destreza y la actitud perseverante características de las anteriores entregas, que le han convertido en el mayor rival de todos los criminales que atentan contra la libertad de la humanidad y que han permitiendo la salvación de ésta en distintas situaciones y circunstancias, John McClane deberá viajar a Rusia para rescatar a su hijo que se encuentra encerrado en una prisión bajo las órdenes de un déspota líder ruso. Padre e hijo tendrán que unir fuerzas para luchar contra su adversario, conseguir liberarse y mantenerse con vida. Así, los protagonistas se verán envueltos en una sucesión de extrema hostilidad que no solo pondrá su vida en peligro, también la del resto de ciudadanos. Su deber será hacer todo lo posible por conservar algo tan esencial en la sociedad actual como es la democracia, una libertad de la que el perverso y autoritario líder antagonista querrá apoderarse.", + "homepage": "" + } + }, + { + "iso_3166_1": "CZ", + "iso_639_1": "cs", + "name": "Český", + "english_name": "Czech", + "data": { + "title": "Smrtonosná past: Opět v akci", + "overview": "John McClane tentokráte přijíždí do Moskvy, aby tady našel svého syna Jacka, který se mu poněkud odcizil. Johna ale čeká překvapení, zjistí, že i když jejich vztah otec - syn má k ideálu hodně daleko, jablko nepadlo daleko od stromu. Jack totiž v Moskvě působí jako tajný agent, chránící informátora z vládních řad, Komarovova. Otec a syn McClaneovi jsou nuceni překonat osobní neshody a nasadit vlastní krky, aby dostali Komarovova do bezpečí a odvrátili hrozbu katastrofálního zločinu v bezútěšném místě naší planety – v Černobylu. Do hry tak vstupuje obchod s plutoniem, ruští oligarchové, brutální moskevské podsvětí a také různé představy Johna a Jacka McClaneových, jak za těchto okolností prosadit zákon. A navíc se Jack McClane jako tajný agent v Moskvě skvěle vyzná i domluví, kdežto John je naprosto ztracený. A to mu na dobré náladě rozhodně nepřidává.", + "homepage": "" + } + }, + { + "iso_3166_1": "PT", + "iso_639_1": "pt", + "name": "Português", + "english_name": "Portuguese", + "data": { + "title": "Die Hard: Nunca é Bom Dia para Morrer", + "overview": "Nova York, Estados Unidos. O policial John McClane (Bruce Willis) está em busca de informações sobre o filho, Jack (Jai Courtney), com quem não fala há alguns anos. Com a ajuda de um amigo, ele descobre que Jack está preso na Rússia, acusado de ter cometido um assassinato. John logo parte para o país na intenção de rever o filho e, pouco após chegar, acaba encontrando-o em plena fuga do tribunal onde seria julgado. Jack está com Yuri Komorov (Sebastian Koch), um terrorista que diz ter em mãos um dossiê que pode incriminar um potencial candidato à presidência russa, Chagarin (Sergey Kolesnikov). Ele não gosta nem um pouco de reencontrar o pai, mas a insistência de John em ajudá-lo acaba, aos poucos, quebrando o gelo entre pai e filho.", + "homepage": "" + } + }, + { + "iso_3166_1": "TR", + "iso_639_1": "tr", + "name": "Türkçe", + "english_name": "Turkish", + "data": { + "title": "Zor Ölüm : Ölmek İçin Güzel Bir Gün", + "overview": "John McClane 20 seneden fazladır New York emniyet güçlerine bağlı olarak hizmet veren ve terörist grupları yok etmesiyle ünlü bir polistir. Bu yüzden de dünyanın dört bir köşesindeki teröristlerin can düşmanıdır. Rus mafya lideri hapisten kaçınca McClane, rotasını Rusya'ya çevirir; Rus yeraltı dünyası ile olan tek bağlantısı ise Komorov adında bir Rus'tur. Fakat Amerikalıları pek de sevmeyen bu ülkede, gizli görev esnasında karşısında oğlu Jack'i görünce daha da şaşıracaktır. John, oğlunun sandığından daha yetenekli olduğunu ve Rus mafyasını köşeye kıstırmak üzere olduğunu fark eder. Aynı dönemde Sovyet ordu kuvvetleri de kontrolü ele geçirmeye çalışmaktadırlar. Baba-oğul, kaçak mafya liderine karşı sert ve delice bir savaşa girişeceklerdir.", + "homepage": "" + } + }, + { + "iso_3166_1": "DK", + "iso_639_1": "da", + "name": "Dansk", + "english_name": "Danish", + "data": { + "title": "A Good Day To Die Hard", + "overview": "Da den gamle New York-strømer John McClane hører, at hans søn, Jack, rusker tremmer i Moskva, springer senior modstræbende på et fly til Rusland. Hvad John ikke ved er, at sønnike faktisk er udsendt af CIA. Han skal sikre, at en sending atomvåben ikke falder i de forkerte hænder. Med den russiske underverden i hælene forener far og søn deres kræfter for at give terroristerne tørt på - the American way.", + "homepage": "" + } + }, + { + "iso_3166_1": "CN", + "iso_639_1": "zh", + "name": "普通话", + "english_name": "Mandarin", + "data": { + "title": "虎胆龙威5", + "overview": "  由布鲁斯·威利斯所饰演的超级\"平凡英雄\"约翰麦克莱恩又回来了。这次他为了去俄罗斯救惹事的儿子杰克出监狱,向警察局告了假,以游客身份来到俄罗斯首都莫斯科。到了莫斯科,他意外发现杰克在当地为美国中情局执行着一项惊天任务:保护被逮捕的俄罗斯大亨并带他到中情局指定地点交人。可由于老爸约翰的出现,杰克错过了完成第一方案任务的时机,只好跑到备用安全房,但是也很快暴露遭到伏击。随后,三人与大亨的独女约好去取藏有揭发当局某高层进行核武交易罪证文件的钥匙。然而,这次见面差点要了父子俩的命,大亨的女儿为了钱,竟然绑架亲爹出卖了他们。而随着事态的发展,他们发现这一切的幕后操作者居然是大亨本人,其真正目的是要贩卖核武原料。生死关头,这对原本就意见不和的父子必须一起出生入死,冲出危险。即使个性迥异,冲突不断,却也因为血浓于水的亲情开始无间合作,共同面临一触即发的灾难。最终,父子俩人经过与恐怖分子的殊死搏斗,将其一网打尽,避免了核武原料的外流。", + "homepage": "" + } + }, + { + "iso_3166_1": "PL", + "iso_639_1": "pl", + "name": "Polski", + "english_name": "Polish", + "data": { + "title": "Szklana pułapka 5", + "overview": "John McClane (Bruce Willis) powraca w spektakularnym filmie akcji, by stawić czoła największemu wyzwaniu w swej dotychczasowej karierze i zapobiec wybuchowi zbrojnego konfliktu na międzynarodową skalę. Wraz ze swoim synem Jackiem - agentem CIA, udaje się do Rosji gdzie stara się zapobiec kradzieży przez grupę terrorystów broni nuklearnej.", + "homepage": "" + } + }, + { + "iso_3166_1": "IL", + "iso_639_1": "he", + "name": "עִבְרִית", + "english_name": "Hebrew", + "data": { + "title": "מת לחיות ביום טוב", + "overview": "לאחר שג'ק, בנו הבכור של ג'ון מקליין נכנס לצרות במוסקבה, ג'ון עושה הכל על מנת להציל את בנו הבכור. למרות שג'ק וג'ון חיים בנפרד ובעיקר לאור העובדה שג'ק התכחש לאביו במשך שנים רבות, על השניים לעבוד ביחד כדי לשמור על חייהם ועל הביטחון העולמי גם אם זה אומר שהם צריכים להשאיר את הבעיות המשפחתיות שלהם בצד. לאחר לא מאט אקשן השניים מסכלים את מזימה של הגנרל הרוסי אשר תיכנן להתנקש בחייו של נשיא ארה\"ב.", + "homepage": "" + } + }, + { + "iso_3166_1": "SK", + "iso_639_1": "sk", + "name": "Slovenčina", + "english_name": "Slovak", + "data": { + "title": "Smrtonosná pasca: Opäť v akcii", + "overview": "Bruce Willis sa v skvelej forme vracia so svojou najslávnejšou filmovou rolou - ako nezničiteľný policajný detektív John McClane. Tentoraz prichádza do Moskvy, aby tu našiel svojho syna Jacka (Jai Courtney), ktorý sa mu takpovediac odcudzil. Johna však čaká prekvapenie, keď zistí, že hoci ich vzťah otec - syn má od ideálu dosť ďaleko, jablko nepadlo ďaleko od stromu. Jack totiž v Moskve pôsobí ako tajný agent, chrániaci informátora z radov vlády, Komarovova (Sebastian Koch). Otec a syn McClaneovci sú nútení prekonať osobné nezhody a nasadiť vlastné krky, aby dostali Komarovova do bezpečia a odvrátili hrozbu katastrofálneho zločinu na bezútešnom mieste našej planéty – v Černobyle. Do hry tak vstupuje obchod s plutóniom, ruskí oligarchovia, brutálne moskovské podsvetie a tiež rôzne predstavy Johna a Jacka McClaneovcov ako za týchto okolností presadiť zákon. Navyše sa Jack McClane ako tajný agent v Moskve výborne vyzná aj dohovorí, naopak John je úplne stratený.", + "homepage": "" + } + }, + { + "iso_3166_1": "GR", + "iso_639_1": "el", + "name": "ελληνικά", + "english_name": "Greek", + "data": { + "title": "Πολύ Σκληρός Για Να Πεθάνει Σήμερα", + "overview": "Ο αστυνομικός John McClane (Bruce Willis) αντιμέτωπος με τη μεγαλύτερη πρόκληση στην καριέρα του. Ταξιδεύει μέχρι τη Μόσχα για να έρθει πρόσωπο με πρόσωπο με τον αποξενωμένο και δύστροπο γιο του Jack (Jai Courtney) που ζει εκεί. Αυτό που δεν γνωρίζει είναι πως ο γιος του είναι ένας άρτια εκπαιδευμένος πράκτορας της CIA με αποστολή να σταματήσει μια μεγάλη ληστεία πυρηνικών όπλων. Οι δυο McClanes μάχονται και καταδιώκουν τον ρωσικό υπόκοσμο ανακαλύπτοντας μεθόδους που θα τους κάνουν ανίκητους.", + "homepage": "" + } + }, + { + "iso_3166_1": "NO", + "iso_639_1": "no", + "name": "Norsk", + "english_name": "Norwegian", + "data": { + "title": "A Good Day to Die Hard", + "overview": "Også denne gangen havner den hardnakkede New York-politimannen, John McClane, på feil plass til feil tid etter å ha reist til Moskva for å hjelpe sin sønn Jack. John og Jack har ikke et helt ukomplisert far-og sønn forhold, og det faktum at Jack er minst lik sta som sin far forenkler ikke saken. Med Moskvas underverden etter seg og med tiden i mot seg for å stoppe et krigsutbrudd, oppdager de to McClanes at deres forskjellige metoder gjør dem til et uovervinnelig team.", + "homepage": "" + } + }, + { + "iso_3166_1": "JP", + "iso_639_1": "ja", + "name": "日本語", + "english_name": "Japanese", + "data": { + "title": "ダイ・ハード/ラスト・デイ", + "overview": "音信不通だった息子のジャックが、ロシアで警察沙汰を起こして身柄を拘束されたことを知る。マクレーンは娘ルーシーに見送られながらロシアへと渡る。ところが、ジャックが出廷するはずだった裁判所は突如爆破され、2人は大混乱の中で再会を果たす。だが、ジャックはマクレーンを突き離してその場から車で去る。それを追う謎の武装集団。状況を理解できていなかったがマクレーンはジャックらを追跡する。壮絶なカーチェイスの末、マクレーンは武装集団の車を大破させて、ジャックと合流する。その後、ジャックが隠れ家と称する建物に到着。そこで、ジャックがCIAの人間であることを知る。安全かと思われたが、謎の武装集団に襲撃される。それを何とか退けて隠れ家から脱出する。 かくして、マクレーンはいつものように愚痴りながらも、ジャックと共に何らかの目的のために行動を開始する。", + "homepage": "" + } + }, + { + "iso_3166_1": "KR", + "iso_639_1": "ko", + "name": "한국어/조선말", + "english_name": "Korean", + "data": { + "title": "다이 하드: 굿 데이 투 다이", + "overview": "미국 전체를 누비며 우연찮게 테러를 진압해온 뉴욕 경찰 존 맥클레인. 하나뿐인 아들 잭이 러시아에서 사건에 휘말렸다는 소식을 듣고 난생 처음 해외로 날아간다. 하지만 잭을 만나러 가던 중 눈 앞에서 대형 폭탄 테러가 발생하고, 전쟁터를 방불케 하는 극한 상황 속에 재회한 맥클레인 부자. 게다가 아들 잭은 모스크바에서 작전을 수행 중인 CIA 요원임을 알게 된다. 도심 곳곳에서는 다시금 무장 테러단의 공격이 이어지고, 고집스럽고 물불 안 가리는 아들로 인해 이번에도 엄청난 사건에 휘말리게 된 존 맥클레인은 마침내 잭과 힘을 합쳐 역대 최악의 테러리스트에 맞서게 되는데...", + "homepage": "" + } + }, + { + "iso_3166_1": "UA", + "iso_639_1": "uk", + "name": "Український", + "english_name": "Ukrainian", + "data": { + "title": "Міцний горішок. Гарний день, аби померти", + "overview": "Джон МакКлейн прибуває в Москву, щоб визволити з в'язниці свого непередбачуваного сина, але холодна голова і залізні м'язи грузнуть в павутині російської дійсності. Справа, в яку встряг МакКлейн-молодший, виявляється настільки «небезпечною трясовиною», що батькові і синові, щоб вижити і в черговий раз врятувати світ, доводиться об'єднати свої зусилля, забувши колишні, здавалося б, нездоланні розбіжності...", + "homepage": "" + } + }, + { + "iso_3166_1": "FI", + "iso_639_1": "fi", + "name": "suomi", + "english_name": "Finnish", + "data": { + "title": "", + "overview": "Ensimmäistä kertaa New Yorkin kovispoliisi McClane löytää itsensä kansainväliseltä maaperältä - Moskovasta. Tällä kertaa hän joutuu kohtaamaan elämänsä suurimman haasteen, oman poikansa Jackin, jota ei ole nähnyt vuosiin. Eikä omena ole kauas puusta pudonnut: Jack on jopa kovempi ja tiukka-asenteisempi kuin isänsä. Nyt heidän on unohdettava henkilökohtaiset ja ammatilliset eronsa, ja toimittava yhdessä pysyäkseen elossa. Heidän on pysäytettävä Moskovan alamaailma, joka pitää hallussaan ydinaseita.", + "homepage": "" + } + }, + { + "iso_3166_1": "ID", + "iso_639_1": "id", + "name": "Bahasa indonesia", + "english_name": "Indonesian", + "data": { + "title": "", + "overview": "", + "homepage": "" + } + }, + { + "iso_3166_1": "HR", + "iso_639_1": "hr", + "name": "Hrvatski", + "english_name": "Croatian", + "data": { + "title": "Umri muški: Dobar dan za umiranje", + "overview": "John McClane putuje u Rusiju kako bi pomogao naizgled zalutalome sinu Jacku. No na kraju saznaje da je Jack tajni CIA agent te zajedno krenu u borbu protiv podzemlja.", + "homepage": "" + } + }, + { + "iso_3166_1": "BR", + "iso_639_1": "pt", + "name": "Português", + "english_name": "Portuguese", + "data": { + "title": "Duro de Matar 5: Um Bom Dia para Morrer", + "overview": "Nova York, Estados Unidos. O policial John McClane (Bruce Willis) está em busca de informações sobre o filho, Jack (Jai Courtney), com quem não fala há alguns anos. Com a ajuda de um amigo, ele descobre que Jack está preso na Rússia, acusado de ter cometido um assassinato. John logo parte para o país na intenção de rever o filho e, pouco após chegar, acaba encontrando-o em plena fuga do tribunal onde seria julgado. Jack está com Yuri Komorov (Sebastian Koch), um terrorista que diz ter em mãos um dossiê que pode incriminar um potencial candidato à presidência russa, Chagarin (Sergey Kolesnikov). Ele não gosta nem um pouco de reencontrar o pai, mas a insistência de John em ajudá-lo acaba, aos poucos, quebrando o gelo entre pai e filho.", + "homepage": "" + } + }, + { + "iso_3166_1": "SA", + "iso_639_1": "ar", + "name": "العربية", + "english_name": "Arabic", + "data": { + "title": "", + "overview": "تلك المرة، الشرطي جون ماكلين (بروس ويلز) يجد نفسه في موسكو لمساعده ابنه \"جاك\"، محاولا تقديم مساعدات كثيرة لإنقاذه، وإذا به يكتشف أن جاك أحد عملاء جهاز المخابرات المركزية الأمريكية، وأنه قد تلقى تدريبات عالية لوقف سرقة الأسلحة النووية، فيتمكن ماكلين وجاك من تكوين ثناني ذي أسلوب معين لتحقيق هدفهما.", + "homepage": "" + } + }, + { + "iso_3166_1": "US", + "iso_639_1": "en", + "name": "English", + "english_name": "English", + "data": { + "title": "", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "homepage": "http://www.diehardmovie.com/" + } + }, + { + "iso_3166_1": "RU", + "iso_639_1": "ru", + "name": "Pусский", + "english_name": "Russian", + "data": { + "title": "Крепкий орешек: Хороший день, чтобы умереть", + "overview": "Джон Маклейн прибывает в Москву, чтобы вызволить из тюрьмы своего непредсказуемого сына, но холодная голова и железные мускулы вязнут в паутине российской действительности. Дело, в которое влип Маклейн-младший, оказывается настолько «опасной трясиной», что отцу и сыну, чтобы выжить и в очередной раз спасти мир, приходится объединить свои усилия, забыв прежние, казалось бы, непреодолимые разногласия.", + "homepage": "" + } + }, + { + "iso_3166_1": "BG", + "iso_639_1": "bg", + "name": "български език", + "english_name": "Bulgarian", + "data": { + "title": "Умирай трудно: Денят настъпи", + "overview": "Младият син на Джон Маклейн, Джак, е забъркан в дръзко бягство от строго охраняван затвор, и се превръща в мишена на престъпни организации и полицейски служби. Въпреки че не е виждал Джак от години, Маклейн се запътва към Русия с надеждата да го измъкне от създалата се ситуация.", + "homepage": "" + } + }, + { + "iso_3166_1": "IT", + "iso_639_1": "it", + "name": "Italiano", + "english_name": "Italian", + "data": { + "title": "Die Hard - Un buon giorno per morire", + "overview": "McClane arriva a Mosca per rintracciare il figlio che non vede da tempo, Jack (Jai Courtney), ma rimane stupito quando scopre che lui lavora sotto copertura per proteggere un informatore del governo, Komarov. Con la loro vita appesa a un filo, i McClane sono costretti a superare ogni contrasto per portare al sicuro Komarov e impedire un crimine disastroso nel luogo più desolato sulla faccia della Terra, Chernobyl.", + "homepage": "http://www.diehardmovie.com/" + } + }, + { + "iso_3166_1": "NL", + "iso_639_1": "nl", + "name": "Nederlands", + "english_name": "Dutch", + "data": { + "title": "A Good Day to Die Hard", + "overview": "John McClane reist af naar Rusland om zijn vervreemde zoon te helpen. Die is betrokken bij de gevangenisuitbraak van een Russische leider die een staatsgreep wil plegen. Vader en zoon moeten alles op alles zetten om zichzelf en elkaar in leven te houden en de werelddemocratie te beschermen.", + "homepage": "" + } + }, + { + "iso_3166_1": "FR", + "iso_639_1": "fr", + "name": "Français", + "english_name": "French", + "data": { + "title": "Die Hard : Belle journée pour mourir", + "overview": "John McClane, le flic sans état d’âme, est vraiment au mauvais endroit au mauvais moment, à Moscou, pour aider son fils Jack qu’il ne voit plus. Entre la mafia russe qui veut leur faire la peau et leur combat pour éviter le déclenchement d’une guerre, les McClane découvrent que leurs méthodes pourtant bien différentes font d’eux des héros que rien ne peut arrêter.", + "homepage": "" + } + }, + { + "iso_3166_1": "SE", + "iso_639_1": "sv", + "name": "svenska", + "english_name": "Swedish", + "data": { + "title": "", + "overview": "John McClane är tillbaka och även den här gången hamnar den hårdnackade New York-polisen på fel plats vid fel tillfälle, efter att ha rest till Moskva för att hjälpa sin son Jack . John och Jack har inte ett helt okomplicerat far- och son-förhållande, och det faktum att Jack är minst lika envis som sin pappa förenklar inte saken. Men med Moskvas undre värld efter sig och med tiden emot sig för att stoppa ett krigsutbrott, måste de trots detta samarbeta och två McClanes visar sig vara en svårslagen kombination…", + "homepage": "" + } + }, + { + "iso_3166_1": "TH", + "iso_639_1": "th", + "name": "ภาษาไทย", + "english_name": "Thai", + "data": { + "title": "วันดีมหาวินาศ คนอึดตายยาก", + "overview": "บรูซ วิลลิสกลับมารับบทบาท จอห์น แม็คเคลน ตำรวจสายลับที่สร้างชื่อเสียงให้เขาในภาพยนตร์ เรื่อง A Good Day to Die Hard เขาต้องมีส่วนเกี่ยวพันกับเบื้องหลังการทุจริตอย่างสาหัสและการล้างแค้นทางการเมืองในรัสเซีย แม็คเคลนเดินทางมาที่มอสโคว์สะกดรอยตาม แจ็ค (ไจ คอร์ทนีย์) ลูกชายที่ไม่ค่อยลงรอยกัน และต้องตกใจเมื่อพบว่าเขาทำงานให้ผู้อยู่ภายใต้การดูแลของรัฐบาล โคมารอฟ ซึ่งเป็นผู้กำความลับ ในช่วงวิกฤติหนีตายพ่อลูกแม็คเคลนต้องพักเรื่องความไม่ลงรอยกันไว้ก่อน เพื่อปกป้องโคมารอฟให้ปลอดภัยและสกัดอาชญากรรมที่อาจเกิดขึ้นใน เชอร์โนบิล ซึ่งเป็นสถานที่รกร้างว่างเปล่าที่สุดของโลก", + "homepage": "" + } + }, + { + "iso_3166_1": "TW", + "iso_639_1": "zh", + "name": "普通话", + "english_name": "Mandarin", + "data": { + "title": "終極警探:跨國救援", + "overview": "猶如本片英文片名「死不了」的布魯斯威利,將再度施展超級「平凡英雄」約翰麥克連的渾身絕技,首度走出美國前往充滿異國情調的俄羅斯莫斯科,並在異國遇到與他感情漸行漸遠的兒子傑克麥克連(傑寇特尼飾),希望將闖禍的兒子傑克帶回美國的約翰麥克連,意外發現兒子正獨自在當地為美國CIA執行一項重大任務,沒想到惹惱一海票國際恐怖份子,原本就失和而致使意見分歧的他們,必須為此聯手化解一場可能發生的核武危機。 這對火爆父子在出生入死之中,必須消弭彼此迥異的個性,過程中常因觀點不同而導致衝突不斷發生,他們是否能藉由血濃於水的親情化解紛爭?並且團結一致對抗恐怖分子,共同攜手拯救人民倖免於難?他們將在一連串驚險爆破、飛車、翻車、槍戰、核武危機之中,展開這場近乎窒息的亡命冒險……", + "homepage": "" + } + }, + { + "iso_3166_1": "IR", + "iso_639_1": "fa", + "name": "فارسی", + "english_name": "Persian", + "data": { + "title": "وقت به سختی مردن", + "overview": "جان مک کلین برای کمک به پسر نافرمانش جک، به روسیه سفر می‌کند اما متوجه می‌شود که جک یک مأمور سی آی ای است که قصد دارد از دزدی یک اسلحه اتمی جلوگیری کند. این مسئله باعث می‌شود تا پسر و پدر همراه شوند تا جلوی این نیروهای زیرزمینی را بگیرند...", + "homepage": "" + } + }, + { + "iso_3166_1": "RO", + "iso_639_1": "ro", + "name": "Română", + "english_name": "Romanian", + "data": { + "title": "Și mai greu de ucis", + "overview": "Polițistul iconoclast „nu-lua-niciun-prizonier” John McClane, se află pentru prima dată pe teren străin, după ce călătorește la Moscova pentru a-l ajuta pe fiul său capricios Jack - fără să știe că Jack este într-adevăr un agent CIA extrem de bine instruit pentru a opri un jaf de arme nucleare. Cu lumea interlopă rusă în urmărire și luptând contra cronometru până la război, cei doi McClane descoperă că metodele lor opuse îi transformă în eroi de neoprit.", + "homepage": "" + } + }, + { + "iso_3166_1": "MX", + "iso_639_1": "es", + "name": "Español", + "english_name": "Spanish", + "data": { + "title": "Duro de matar: Un buen día para morir", + "overview": "John McClane, un policía de la ciudad de Nueva York, y su hijo deben dejar de lado sus diferencias para trabajar juntos y evitar que el hampa de Moscú controle unas armas nucleares", + "homepage": "" + } + }, + { + "iso_3166_1": "CA", + "iso_639_1": "fr", + "name": "Français", + "english_name": "French", + "data": { + "title": "Une belle journée pour crever", + "overview": "Inquiet pour son fils, le détective John McClane se rend à Moscou pour tenter de le tirer d'une impasse. Il découvre alors que sa progéniture travaille en fait pour la CIA et a reçu pour mission de protéger un prisonnier politique qui aurait en sa possession des documents pouvant incriminer un important homme d'état. Les hommes de main de ce dernier cherchent pour leur part à capturer le détenu en liberté avant que ces éléments ne soient rendus publics. De leur côté, le père et le fils, faisant désormais équipe, sortent l'artillerie lourde pour mener la vie dure aux criminels.", + "homepage": "" + } + }, + { + "iso_3166_1": "LV", + "iso_639_1": "lv", + "name": "Latviešu", + "english_name": "Latvian", + "data": { + "title": "Cietākais rieksts", + "overview": "Neuzveicamais Džons Makleins ir atgriezies! Lai sameklētu un izpestītu no cietuma savu dēlu Džeku, Makleins dodas uz Maskavu pat nenojaušot, ka Džeks ir slepens CIP aģents, kurš iefiltrējies Krievijas kriminālajā pasaulē, lai novērstu kodolieroču zādzību.", + "homepage": "" + } + }, + { + "iso_3166_1": "RS", + "iso_639_1": "sr", + "name": "Srpski", + "english_name": "Serbian", + "data": { + "title": "Добар дан да се умре мушки", + "overview": "Брус Вилис је поново у култној улози Џона Меклејна, „правог“ хероја са умећем и ставом да увек остане једини преживели. Овог пута, полицајац који не узима таоце налази се на погрешном месту, након што дође у Москву да помогне отуђеном сину Џеку. Док руско подземље вршља и припрема рат, два Меклејна откривају да их комбинација њихових потпуно супротних метода чини незаустављивим херојима.", + "homepage": "" + } + }, + { + "iso_3166_1": "LT", + "iso_639_1": "lt", + "name": "Lietuvių", + "english_name": "Lithuanian", + "data": { + "title": "Kietas riešutėlis. Puiki diena mirti", + "overview": "Kad galėtų Maskvoje padėti savo nenuspėjamam sūnui Džekui, Džonas Makleinas pirmą kartą ryžtasi vykti į svečią šalį, neįtardamas, kad Džekas iš tikrųjų yra profesionalus CŽV agentas, kurio užduotis - padaryti galą atominių ginklų vagystei. Iki tikro karo tiksint sekundėms, abu Makleinai veikdami savo, atrodytų, nesuderinamais metodais, kovoja su rusų nusikaltėliais ir tampa nesustabdomais didvyriais.", + "homepage": "" + } + }, + { + "iso_3166_1": "HK", + "iso_639_1": "zh", + "name": "普通话", + "english_name": "Mandarin", + "data": { + "title": "虎膽龍威:擇日開戰", + "overview": "故事發生在莫斯科,講述約翰麥克連和他疏遠的兒子與恐怖分子作戰的故事。", + "homepage": "" + } + } + ] + }, + "similar": { + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/gt0TafbcheJeT9SFewDLqYWk3Sd.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 708, + "original_language": "en", + "original_title": "The Living Daylights", + "overview": "James Bond helps a Russian General escape into the west. He soon finds out that the KGB wants to kill him for helping the General. A little while later the General is kidnapped from the Secret Service leading 007 to be suspicious.", + "poster_path": "/yEryMe58dx7zm1QBhQFeuYcv2aH.jpg", + "release_date": "1987-06-29", + "title": "The Living Daylights", + "video": false, + "vote_average": 6.4, + "vote_count": 688, + "popularity": 14.264 + }, + { + "adult": false, + "backdrop_path": "/pc7a2qrIkIxzqWGqcexd3mHzIxy.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 56292, + "original_language": "en", + "original_title": "Mission: Impossible - Ghost Protocol", + "overview": "Ethan Hunt and his team are racing against time to track down a dangerous terrorist named Hendricks, who has gained access to Russian nuclear launch codes and is planning a strike on the United States. An attempt to stop him ends in an explosion causing severe destruction to the Kremlin and the IMF to be implicated in the bombing, forcing the President to disavow them. No longer being aided by the government, Ethan and his team chase Hendricks around the globe, although they might still be too late to stop a disaster.", + "poster_path": "/khlcsYHr7Hi4Tkymc7UGDvcUcx.jpg", + "release_date": "2011-12-07", + "title": "Mission: Impossible - Ghost Protocol", + "video": false, + "vote_average": 6.9, + "vote_count": 5706, + "popularity": 21.053 + }, + { + "adult": false, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "id": 146216, + "original_language": "en", + "original_title": "RED 2", + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "release_date": "2013-07-18", + "title": "RED 2", + "video": false, + "vote_average": 6.5, + "vote_count": 2204, + "popularity": 16.427 + }, + { + "adult": false, + "backdrop_path": "/7WURHOyx05AWAoNcBGp72clvB49.jpg", + "genre_ids": [ + 28, + 18, + 53 + ], + "id": 137094, + "original_language": "en", + "original_title": "Jack Ryan: Shadow Recruit", + "overview": "Jack Ryan, as a young covert CIA analyst, uncovers a Russian plot to crash the U.S. economy with a terrorist attack.", + "poster_path": "/jBibISmRBUO35p0Picv0nOo33sc.jpg", + "release_date": "2014-01-15", + "title": "Jack Ryan: Shadow Recruit", + "video": false, + "vote_average": 6.1, + "vote_count": 1587, + "popularity": 11.34 + }, + { + "adult": false, + "backdrop_path": "/tjQHn6xW5BiB1RJ3OZIPDzIOSkF.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 954, + "original_language": "en", + "original_title": "Mission: Impossible", + "overview": "When Ethan Hunt, the leader of a crack espionage team whose perilous operation has gone awry with no explanation, discovers that a mole has penetrated the CIA, he's surprised to learn that he's the No. 1 suspect. To clear his name, Hunt now must ferret out the real double agent and, in the process, even the score.", + "poster_path": "/vmj2PzTLC6xJvshpq8SlaYE3gbd.jpg", + "release_date": "1996-05-22", + "title": "Mission: Impossible", + "video": false, + "vote_average": 6.8, + "vote_count": 4368, + "popularity": 21.073 + }, + { + "adult": false, + "backdrop_path": "/aX2mwtawBe2TD1csPBYvm03sx3a.jpg", + "genre_ids": [ + 28, + 53, + 80 + ], + "id": 1701, + "original_language": "en", + "original_title": "Con Air", + "overview": "When the government puts all its rotten criminal eggs in one airborne basket, it's asking for trouble. Before you can say, \"Pass the barf bag,\" the crooks control the plane, led by creepy Cyrus \"The Virus\" Grissom. Watching his every move is the just-released Cameron Poe, who'd rather reunite with his family.", + "poster_path": "/yhaOQ7xXw0PLHLvg1w0M9zlPdg6.jpg", + "release_date": "1997-06-01", + "title": "Con Air", + "video": false, + "vote_average": 6.6, + "vote_count": 1948, + "popularity": 15.9 + }, + { + "adult": false, + "backdrop_path": "/cU3goO0TMNDWxgDwILAARyiblXK.jpg", + "genre_ids": [ + 28, + 12, + 53, + 10752 + ], + "id": 1368, + "original_language": "en", + "original_title": "First Blood", + "overview": "When former Green Beret John Rambo is harassed by local law enforcement and arrested for vagrancy, the Vietnam vet snaps, runs for the hills and rat-a-tat-tats his way into the action-movie hall of fame. Hounded by a relentless sheriff, Rambo employs heavy-handed guerilla tactics to shake the cops off his tail.", + "poster_path": "/bbYNNEGLXrV3lJpHDg7CKaPscCb.jpg", + "release_date": "1982-10-22", + "title": "First Blood", + "video": false, + "vote_average": 7.3, + "vote_count": 2526, + "popularity": 17.451 + }, + { + "adult": false, + "backdrop_path": "/vemDErY5wkg2Yg5eTQ7ciPRuyqt.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 657, + "original_language": "en", + "original_title": "From Russia with Love", + "overview": "Agent 007 is back in the second installment of the James Bond series, this time battling a secret crime organization known as SPECTRE. Russians Rosa Klebb and Kronsteen are out to snatch a decoding device known as the Lektor, using the ravishing Tatiana to lure Bond into helping them. Bond willingly travels to meet Tatiana in Istanbul, where he must rely on his wits to escape with his life in a series of deadly encounters with the enemy", + "poster_path": "/fvIG285JwenrV1K6kVASi1TECJ0.jpg", + "release_date": "1963-10-11", + "title": "From Russia with Love", + "video": false, + "vote_average": 7.1, + "vote_count": 1209, + "popularity": 24.353 + }, + { + "adult": false, + "backdrop_path": "/lDmAQexExnvfKAG8fvx04ro6Ly4.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 107846, + "original_language": "en", + "original_title": "Escape Plan", + "overview": "Ray Breslin is the world's foremost authority on structural security. After analyzing every high security prison and learning a vast array of survival skills so he can design escape-proof prisons, his skills are put to the test. He's framed and incarcerated in a master prison he designed himself. He needs to escape and find the person who put him behind bars.", + "poster_path": "/j3XZwBeWgoAbVmkW3JyOme79I2e.jpg", + "release_date": "2013-10-09", + "title": "Escape Plan", + "video": false, + "vote_average": 6.7, + "vote_count": 2551, + "popularity": 15.551 + }, + { + "id": 254904, + "video": false, + "vote_count": 817, + "vote_average": 6.1, + "title": "The November Man", + "release_date": "2014-08-27", + "original_language": "en", + "original_title": "The November Man", + "genre_ids": [ + 28, + 80, + 53 + ], + "backdrop_path": "/hSvpWAVXC781u5rOgI44799p2WL.jpg", + "adult": false, + "overview": "An ex- CIA operative is brought back in on a very personal mission and finds himself pitted against his former pupil in a deadly game involving high level CIA officials and the Russian president-elect.", + "poster_path": "/lcg1bkriMVvc8m0jz5zk0yvzVTA.jpg", + "popularity": 14.73 + }, + { + "adult": false, + "backdrop_path": "/bDdVZNvxb670EMlZqeIy6RdyJ4V.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 955, + "original_language": "en", + "original_title": "Mission: Impossible II", + "overview": "With computer genius Luther Stickell at his side and a beautiful thief on his mind, agent Ethan Hunt races across Australia and Spain to stop a former IMF agent from unleashing a genetically engineered biological weapon called Chimera. This mission, should Hunt choose to accept it, plunges him into the center of an international crisis of terrifying magnitude.", + "poster_path": "/12mI7kU22nJrmtAgGcDP8tbAz4a.jpg", + "release_date": "2000-05-24", + "title": "Mission: Impossible II", + "video": false, + "vote_average": 6.0, + "vote_count": 3247, + "popularity": 14.684 + }, + { + "adult": false, + "backdrop_path": "/2tCAEhE2rPONBmUOs4W73AlBWYg.jpg", + "genre_ids": [ + 12, + 28, + 53 + ], + "id": 691, + "original_language": "en", + "original_title": "The Spy Who Loved Me", + "overview": "Russian and British submarines with nuclear missiles on board both vanish from sight without a trace. England and Russia both blame each other as James Bond tries to solve the riddle of the disappearing ships. But the KGB also has an agent on the case.", + "poster_path": "/vYMgDqQDpqHDhz3enGkwBmTs7p7.jpg", + "release_date": "1977-07-07", + "title": "The Spy Who Loved Me", + "video": false, + "vote_average": 6.7, + "vote_count": 775, + "popularity": 14.456 + }, + { + "id": 11808, + "video": false, + "vote_count": 629, + "vote_average": 6.3, + "title": "U.S. Marshals", + "release_date": "1998-03-06", + "original_language": "en", + "original_title": "U.S. Marshals", + "genre_ids": [ + 28, + 80, + 53 + ], + "backdrop_path": "/kbVaXdh1wpeo9XqMDCQB9no4QlB.jpg", + "adult": false, + "overview": "U.S. Marshal Sam Gerard is accompanying a plane load of convicts from Chicago to New York. The plane crashes spectacularly, and Mark Sheridan escapes. But when Diplomatic Security Agent John Royce is assigned to help Gerard recapture Sheridan, it becomes clear that Sheridan is more than just another murderer.", + "poster_path": "/3uixF2pHa0whTKcYmenDrArX0II.jpg", + "popularity": 9.744 + }, + { + "adult": false, + "backdrop_path": "/nUTwBFGGA3Exz0VnWQSWpamFF8a.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "id": 13291, + "original_language": "en", + "original_title": "Traitor", + "overview": "When straight arrow FBI agent Roy Clayton heads up the investigation into a dangerous international conspiracy, all clues seem to lead back to former U.S. Special Operations officer, Samir Horn.", + "poster_path": "/euLk9RxsPHfpyWUHzTDNY6Dksch.jpg", + "release_date": "2008-08-23", + "title": "Traitor", + "video": false, + "vote_average": 6.6, + "vote_count": 298, + "popularity": 9.281 + }, + { + "adult": false, + "backdrop_path": "/ngrd70H4uInf6m5hhZ9wHtVxRGL.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "id": 9414, + "original_language": "en", + "original_title": "The Man Who Knew Too Little", + "overview": "An American gets a ticket for an audience participation game in London, then gets involved in a case of mistaken identity. As an international plot unravels around him, he thinks it's all part of the act.", + "poster_path": "/32UQkAUWy9NpuvJfF82xrMr2A0G.jpg", + "release_date": "1997-11-14", + "title": "The Man Who Knew Too Little", + "video": false, + "vote_average": 6.4, + "vote_count": 196, + "popularity": 6.295 + }, + { + "adult": false, + "backdrop_path": "/cPr5sLYNT7w9jzHRGtUpsj5tiMj.jpg", + "genre_ids": [ + 80, + 18, + 53, + 9648 + ], + "id": 1073, + "original_language": "en", + "original_title": "Arlington Road", + "overview": "Threats from sinister foreign nationals aren't the only thing to fear. Bedraggled college professor Michael Faraday has been vexed (and increasingly paranoid) since his wife's accidental death in a botched FBI operation. But all that takes a backseat when a seemingly all-American couple set up house next door.", + "poster_path": "/jMwDRI4qu5FrSAzf7BfNveuRVf9.jpg", + "release_date": "1999-03-19", + "title": "Arlington Road", + "video": false, + "vote_average": 7.1, + "vote_count": 415, + "popularity": 9.196 + }, + { + "adult": false, + "backdrop_path": "/csGyWqK4dTAtSPpreU26TzoY9ua.jpg", + "genre_ids": [ + 28, + 878, + 53 + ], + "id": 12088, + "original_language": "en", + "original_title": "Fortress", + "overview": "A futuristic prison movie. Protagonist and wife are nabbed at a future US emigration point with an illegal baby during population control. The resulting prison experience is the subject of the movie. The prison is a futuristic one run by a private corporation bent on mind control in various ways", + "poster_path": "/evjpqWPUY4VpOdyLpeRfkGU8DiR.jpg", + "release_date": "1992-09-30", + "title": "Fortress", + "video": false, + "vote_average": 5.8, + "vote_count": 263, + "popularity": 8.727 + }, + { + "adult": false, + "backdrop_path": "/otZSXsHSJNUSd6vIT4YUPTbviI5.jpg", + "genre_ids": [ + 28, + 27, + 878, + 53 + ], + "id": 71469, + "original_language": "en", + "original_title": "The Darkest Hour", + "overview": "In Moscow, five young people lead the charge against an alien race which has attacked Earth via our power supply.", + "poster_path": "/vRfn8Zxm4Xfssb7TFiSMDfpJEn.jpg", + "release_date": "2011-12-22", + "title": "The Darkest Hour", + "video": false, + "vote_average": 4.9, + "vote_count": 683, + "popularity": 8.449 + }, + { + "adult": false, + "backdrop_path": "/97oVyyXriXlwIaiDDvB0p72471o.jpg", + "genre_ids": [ + 80, + 18 + ], + "id": 903, + "original_language": "en", + "original_title": "Cool Hand Luke", + "overview": "When petty criminal Luke Jackson is sentenced to two years in a Florida prison farm, he doesn't play by the rules of either the sadistic warden or the yard's resident heavy, Dragline, who ends up admiring the new guy's unbreakable will. Luke's bravado, even in the face of repeated stints in the prison's dreaded solitary confinement cell, \"the box,\" make him a rebel hero to his fellow convicts and a thorn in the side of the prison officers.", + "poster_path": "/vDwphkloD7ToaDpKASAXGgHOclN.jpg", + "release_date": "1967-06-22", + "title": "Cool Hand Luke", + "video": false, + "vote_average": 7.8, + "vote_count": 584, + "popularity": 9.743 + }, + { + "adult": false, + "backdrop_path": "/rRK0LRpvRI2didoMaBFt1GqxjEy.jpg", + "genre_ids": [ + 18, + 53 + ], + "id": 134411, + "original_language": "en", + "original_title": "Snitch", + "overview": "Construction company owner John Matthews learns that his estranged son, Jason, has been arrested for drug trafficking. Facing an unjust prison sentence for a first time offender courtesy of mandatory minimum sentence laws, Jason has nothing to offer for leniency in good conscience. Desperately, John convinces the DEA and the opportunistic DA Joanne Keeghan to let him go undercover to help make arrests big enough to free his son in return. With the unwitting help of an ex-con employee, John enters the narcotics underworld where every move could be his last in an operation that will demand all his resources, wits and courage to survive.", + "poster_path": "/6bIr7h0AcZGZds7ep8ShsQRwUxX.jpg", + "release_date": "2013-02-21", + "title": "Snitch", + "video": false, + "vote_average": 5.9, + "vote_count": 1434, + "popularity": 8.147 + } + ], + "total_pages": 7, + "total_results": 126 + }, + "reviews": { + "page": 1, + "results": [ + { + "author": "Per Gunnar Jonsson", + "content": "My god what a disappointment! The original movie had a script worth watching and some good action and special effects. This one, well this was a typical Hollywood script written by someone who either was incredibly stupid or just too arrogant to care. It is a script that I would expect from a SyFy channel production.\r\n\r\nThere was absolutely nothing that made sense in this script. The actual plot about Chernobyl that was ludicrous to say the least. I’m sure the special effects guys had a great day doing the car chase at the beginning but it was just exaggerated and silly to watch. Obviously there are no cops or anything in Moscow since they could drive around smashing cars forever without anyone seeming to care. They walk into Chernobyl and sprays some magic fluid onto the highly radioactive place and voilà, the radioactivity is gone and they can take off their protective suits. What a load of bull! They steal a car and drive to Chernobyl (which is around 1000 kilometres away and the roads in Russia are NOT western highway standard) and they still manage to get there in time to catch the bad guys who are in choppers. Not to mention the fact that they actually get near the place without being stopped. I can go on with this but it is only more and more depressing.\r\n\r\nOh, my favourite (sarcasm), Switzerland have obviously invaded France since Grenoble is now in Switzerland. Funny that I, who lives a couple of hours drive from Grenoble, have not heard about this. That is just so typical dumbass American script writer who have never set foot outside of Hollywood. Maybe it was supposed to be funny but I honestly do not think so and in any case, it was not funny.\r\n\r\nThe only reason this movie gets a 4 out of 10 star rating is because the special effects are indeed impressive if you can push yourself to look past the ludicrousness of them and it is Bruce Willis after all. It is a shame that they obviously handed the franchise over to some idiot(s) that obviously where utterly incompetent at what they were doing.", + "id": "5ae9d7ae0e0a26394e008aeb", + "url": "https://www.themoviedb.org/review/5ae9d7ae0e0a26394e008aeb" + }, + { + "author": "Wuchak", + "content": "Big, dumb, fun action flick in Russia dies hard to entertain\r\n\r\nRELEASED IN 2013 and directed by John Moore, \"A Good Day to Die Hard\" is the Third of (currently) five installments in the Die Hard series. In this one John McClane (Bruce Willis) travels to Moscow to aid his unruly son, Jack (Jai Courtney), only to discover that Jack is an undercover agent. Father & son team-up to stop a nuclear weapons heist. Sebastian Koch is on hand as a focal point in the heist.\r\n\r\nThe Die Hard flicks fill the bill if you're in the mood for big, dumb, fun action thrills. Don't get me wrong because a lot of work goes into making these kinds of films and it takes talent & genius to pull them off. I mean \"dumb\" in the sense that the focus is on unbelievable action rather than deeper themes beyond \"genuinely good people may be flawed and somewhat profane, but they're courageous and never give up in the face of evil.\" Thankfully, this installment throws in some entertaining father/son character development in between the wild action sequences. McClane’s daughter also appears for good measure (Mary Elizabeth Winstead).\r\n\r\nThe story isn't quite as engaging as \"Live Free or Die Hard\" (2007), but it was good enough and the action scenes are out of this world, including a long vehicle chase in Moscow in the opening act. Director Moore ups the ante with quick-editing for this one. Some parts are eye-rolling absurd, but everything's done with a quasi-realistic tone, which sorta helps the viewer go along with the ridiculousness rather than tune out.\r\n\r\nThe Die Hard flicks are the natural progeny of over-the-top films like 1977's \"The Gauntlet\" where the action scenes are so overdone they're cartoony, but entertaining. There's a thin line that filmmakers must tread with these kinds of blockbusters because they can easily fall into overKILL, like 2001's \"The Mummy Returns.\" Thankfully, \"A Good Day to Die Hard\" pretty much evades that ditch by giving us entertaining protagonists & antagonists, amusing one-liners, worthy bits of character development and a compelling comic booky story. Speaking of the story, one of the highlights is the infamous Russian location of the final act. Another highlight is hottie raven-haired Yuliya Snigir.\r\n\r\nTHE MOVIE RUNS 1 hour, 38 minutes and was shot in Budapest, Hungary, with the Chernobyl scenes done at Old Soviet Air Force Base, Kiskunlacháza, Hungary, along with establishing shots of Moscow. WRITERS: Skip Woods.\r\n\r\nGRADE: B/B- (6.5/10)", + "id": "5b25e2d20e0a26672200b33b", + "url": "https://www.themoviedb.org/review/5b25e2d20e0a26672200b33b" + } + ], + "total_pages": 1, + "total_results": 2 + }, + "lists": { + "page": 1, + "results": [ + { + "description": "", + "favorite_count": 0, + "id": 102994, + "item_count": 657, + "iso_639_1": "en", + "list_type": "movie", + "name": "Best Movies Ever Made On The Planet", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 19829, + "item_count": 1168, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies about everything...", + "poster_path": null + }, + { + "description": "All movies I have ever watched", + "favorite_count": 0, + "id": 31939, + "item_count": 891, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "film vu", + "favorite_count": 0, + "id": 8595, + "item_count": 459, + "iso_639_1": "en", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "Liste de film déjà vu", + "favorite_count": 0, + "id": 16744, + "item_count": 1410, + "iso_639_1": "fr", + "list_type": "movie", + "name": "AJ Vu !", + "poster_path": null + }, + { + "description": "Films released between 2010 and 2019", + "favorite_count": 0, + "id": 102924, + "item_count": 75, + "iso_639_1": "en", + "list_type": "movie", + "name": "2010-2019", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 80482, + "item_count": 669, + "iso_639_1": "de", + "list_type": "movie", + "name": "Filme", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 103747, + "item_count": 65, + "iso_639_1": "en", + "list_type": "movie", + "name": "Grandma", + "poster_path": null + }, + { + "description": "Список фильмов на которые я ходил смотреть в кинотеатр\nThe list of films that I went to watch the cinema", + "favorite_count": 0, + "id": 64443, + "item_count": 308, + "iso_639_1": "ru", + "list_type": "movie", + "name": "Что я смотрел в кинотеатре мои оценки фильмов, а также мои избранные фильмы (What I watched in the cinema)", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 102728, + "item_count": 896, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movie", + "poster_path": null + }, + { + "description": "watched movies - a personal reminder", + "favorite_count": 0, + "id": 47953, + "item_count": 863, + "iso_639_1": "it", + "list_type": "movie", + "name": "Memento - movies", + "poster_path": null + }, + { + "description": "watched movies", + "favorite_count": 0, + "id": 44662, + "item_count": 997, + "iso_639_1": "ar", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "Movies I have seen!", + "favorite_count": 0, + "id": 35362, + "item_count": 2560, + "iso_639_1": "en", + "list_type": "movie", + "name": "All My Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 79155, + "item_count": 1155, + "iso_639_1": "en", + "list_type": "movie", + "name": "Digital Movie Collection", + "poster_path": null + }, + { + "description": "Master List In Progress", + "favorite_count": 0, + "id": 51108, + "item_count": 3465, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Movies", + "poster_path": null + }, + { + "description": "Filmes e/ou series ja assistidos", + "favorite_count": 0, + "id": 78949, + "item_count": 1099, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Assistido", + "poster_path": null + }, + { + "description": "All the movies and TV shows I physically own on DVDs or Blu-ray Discs.", + "favorite_count": 0, + "id": 23932, + "item_count": 755, + "iso_639_1": "en", + "list_type": "movie", + "name": "My DVD/BD Collection", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 102947, + "item_count": 608, + "iso_639_1": "en", + "list_type": "movie", + "name": "HGR 27", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 24949, + "item_count": 2383, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies I have seen", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 96924, + "item_count": 1043, + "iso_639_1": "es", + "list_type": "movie", + "name": "Vistas", + "poster_path": null + } + ], + "total_pages": 20, + "total_results": 392 + }, + "changes": { + "changes": [] + }, + "account_states": { + "favorite": false, + "rated": false, + "watchlist": false + }, + "release_dates": { + "results": [ + { + "iso_3166_1": "BR", + "release_dates": [ + { + "certification": "12", + "iso_639_1": "pt", + "release_date": "2013-02-22T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IN", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-22T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "UY", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-16T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "RO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "KR", + "release_dates": [ + { + "certification": "15세 이상 관람가", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-06T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "GT", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "UA", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SI", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PA", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NZ", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "MX", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "HN", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "GR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NI", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "EE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IT", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SV", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "KW", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PH", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-13T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "VE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-12T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "HK", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-07T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "HU", + "release_dates": [ + { + "certification": "16 éven aluliak számára nem ajánlott", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-13T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "AU", + "release_dates": [ + { + "certification": "M", + "iso_639_1": "", + "note": "", + "release_date": "2013-03-20T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CA", + "release_dates": [ + { + "certification": "14A", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BA", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CN", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-03-13T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "ES", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NL", + "release_dates": [ + { + "certification": "12", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SK", + "release_dates": [ + { + "certification": "12", + "iso_639_1": "", + "note": "", + "release_date": "2013-03-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "LT", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CZ", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-03-14T00:00:00Z", + "type": 3 + }, + { + "certification": "", + "iso_639_1": "cs", + "release_date": "2013-06-19T00:00:00Z", + "type": 5 + } + ] + }, + { + "iso_3166_1": "IS", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SE", + "release_dates": [ + { + "certification": "15", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "TH", + "release_dates": [ + { + "certification": "น13+", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-13T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "RU", + "release_dates": [ + { + "certification": "18+", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "JP", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "DK", + "release_dates": [ + { + "certification": "11", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "KZ", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PL", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BY", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "AZ", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CL", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "GB", + "release_dates": [ + { + "certification": "12A", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "AR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SG", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-07T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "MK", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "HR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BG", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "FI", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "EC", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "TW", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-08T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "DE", + "release_dates": [ + { + "certification": "16", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PT", + "release_dates": [ + { + "certification": "M/12", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "DO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-28T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "US", + "release_dates": [ + { + "certification": "R", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-14T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-13T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "LV", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-15T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "FR", + "release_dates": [ + { + "certification": "10", + "iso_639_1": "", + "note": "", + "release_date": "2013-02-20T00:00:00Z", + "type": 3 + } + ] + } + ] + }, + "recommendations": { + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/74J904knbahSF7csIEfmRtmdi0t.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 1571, + "original_language": "en", + "original_title": "Live Free or Die Hard", + "overview": "John McClane is back and badder than ever, and this time he's working for Homeland Security. He calls on the services of a young hacker in his bid to stop a ring of Internet terrorists intent on taking control of America's computer infrastructure.", + "poster_path": "/pHWgbaXiQD2nmex7u8Xv6XmhaZS.jpg", + "release_date": "2007-06-20", + "title": "Live Free or Die Hard", + "video": false, + "vote_average": 6.5, + "vote_count": 3075, + "popularity": 18.088 + }, + { + "adult": false, + "backdrop_path": "/aJCEQFFXNcfg5YneJzTG15qzxF7.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 1572, + "original_language": "en", + "original_title": "Die Hard: With a Vengeance", + "overview": "New York detective John McClane is back and kicking bad-guy butt in the third installment of this action-packed series, which finds him teaming with civilian Zeus Carver to prevent the loss of innocent lives. McClane thought he'd seen it all, until a genius named Simon engages McClane, his new \"partner\" -- and his beloved city -- in a deadly game that demands their concentration.", + "poster_path": "/ivpXGcsPZglyYrN65THWSD7JM3q.jpg", + "release_date": "1995-05-19", + "title": "Die Hard: With a Vengeance", + "video": false, + "vote_average": 7.1, + "vote_count": 3040, + "popularity": 17.181 + }, + { + "adult": false, + "backdrop_path": "/b9OVFl48ZV2oTLzACSwBpNrCUhJ.jpg", + "genre_ids": [ + 12, + 28, + 878, + 53 + ], + "id": 72559, + "original_language": "en", + "original_title": "G.I. Joe: Retaliation", + "overview": "Framed for crimes against the country, the G.I. Joe team is terminated by Presidential order. This forces the G.I. Joes into not only fighting their mortal enemy Cobra; they are forced to contend with threats from within the government that jeopardize their very existence.", + "poster_path": "/iFWxbu2LLtfaWv6D1TSrY11huTe.jpg", + "release_date": "2013-03-26", + "title": "G.I. Joe: Retaliation", + "video": false, + "vote_average": 5.5, + "vote_count": 3742, + "popularity": 12.63 + }, + { + "adult": false, + "backdrop_path": "/kywkOlRpYtfVlar41R1s8lO46vD.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 1573, + "original_language": "en", + "original_title": "Die Hard 2", + "overview": "Off-duty cop John McClane is gripped with a feeling of déjà vu when, on a snowy Christmas Eve in the nation’s capital, terrorists seize a major international airport, holding thousands of holiday travelers hostage. Renegade military commandos led by a murderous rogue officer plot to rescue a drug lord from justice and are prepared for every contingency except one: McClane’s smart-mouthed heroics.", + "poster_path": "/zSgL998DXaljsCmwQuwDM8Ak4rV.jpg", + "release_date": "1990-07-02", + "title": "Die Hard 2", + "video": false, + "vote_average": 6.8, + "vote_count": 2769, + "popularity": 17.768 + }, + { + "adult": false, + "backdrop_path": "/pIjnoUnXdLpROFzIRPNziPzgBUp.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "id": 76163, + "original_language": "en", + "original_title": "The Expendables 2", + "overview": "Mr. Church reunites the Expendables for what should be an easy paycheck, but when one of their men is murdered on the job, their quest for revenge puts them deep in enemy territory and up against an unexpected threat.", + "poster_path": "/dJPnTe1qOcO7XqsJvESFph83m6m.jpg", + "release_date": "2012-08-08", + "title": "The Expendables 2", + "video": false, + "vote_average": 6.2, + "vote_count": 3950, + "popularity": 14.464 + }, + { + "adult": false, + "backdrop_path": "/p4Xazn7f63Sqwslw8va7IqDQBki.jpg", + "genre_ids": [ + 28, + 80, + 53 + ], + "id": 76640, + "original_language": "en", + "original_title": "The Last Stand", + "overview": "Ray Owens is sheriff of the quiet US border town of Sommerton Junction after leaving the LAPD following a bungled operation. Following his escape from the FBI, a notorious drug baron, his gang, and a hostage are heading toward Sommerton Junction where the police are preparing to make a last stand to intercept them before they cross the border. Owens is reluctant to become involved but ultimately joins in with the law enforcement efforts", + "poster_path": "/eOfpuaNcCcitHi3HOik7XFavRP4.jpg", + "release_date": "2013-01-12", + "title": "The Last Stand", + "video": false, + "vote_average": 5.8, + "vote_count": 1600, + "popularity": 7.884 + }, + { + "adult": false, + "backdrop_path": "/ezXodpP429qK0Av89pVNlaXWJkQ.jpg", + "genre_ids": [ + 80, + 18, + 53 + ], + "id": 75780, + "original_language": "en", + "original_title": "Jack Reacher", + "overview": "When a gunman takes five lives with six shots, all evidence points to the suspect in custody. On interrogation, the suspect offers up a single note: \"Get Jack Reacher!\" So begins an extraordinary chase for the truth, pitting Jack Reacher against an unexpected enemy, with a skill for violence and a secret to keep.", + "poster_path": "/38bmEXmuJuInLs9dwfgOGCHmZ7l.jpg", + "release_date": "2012-12-20", + "title": "Jack Reacher", + "video": false, + "vote_average": 6.4, + "vote_count": 3929, + "popularity": 15.007 + }, + { + "adult": false, + "backdrop_path": "/gCdJYpX1TXGEZrEJl0mMTTpinMh.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 49040, + "original_language": "en", + "original_title": "The Bourne Legacy", + "overview": "New CIA operative, Aaron Cross experiences life-or-death stakes that have been triggered by the previous actions of Jason Bourne.", + "poster_path": "/aVd03scP2vG08d8CMKqxCEpLC3d.jpg", + "release_date": "2012-08-08", + "title": "The Bourne Legacy", + "video": false, + "vote_average": 6.1, + "vote_count": 3445, + "popularity": 13.583 + }, + { + "adult": false, + "backdrop_path": "/y9lH6ijs5YXS8njSHtiJJj5UohO.jpg", + "genre_ids": [ + 28, + 80 + ], + "id": 119283, + "original_language": "en", + "original_title": "Parker", + "overview": "A thief with a unique code of professional ethics is double-crossed by his crew and left for dead. Assuming a new disguise and forming an unlikely alliance with a woman on the inside, he looks to hijack the score of the crew's latest heist.", + "poster_path": "/f5KkE5sOdcNF7eb15cCTIzDVlys.jpg", + "release_date": "2013-01-23", + "title": "Parker", + "video": false, + "vote_average": 5.8, + "vote_count": 1770, + "popularity": 8.765 + }, + { + "adult": false, + "backdrop_path": "/lxbMXD12UCj7kMgfqjaZq5irGAu.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 117263, + "original_language": "en", + "original_title": "Olympus Has Fallen", + "overview": "When the White House (Secret Service Code: \"Olympus\") is captured by a terrorist mastermind and the President is kidnapped, disgraced former Presidential guard Mike Banning finds himself trapped within the building. As the national security team scrambles to respond, they are forced to rely on Banning's inside knowledge to help retake the White House, save the President and avert an even bigger disaster.", + "poster_path": "/l542hLtKhsmOWEBFoC7Aajk0nKt.jpg", + "release_date": "2013-03-20", + "title": "Olympus Has Fallen", + "video": false, + "vote_average": 6.2, + "vote_count": 3898, + "popularity": 17.608 + }, + { + "adult": false, + "backdrop_path": "/eg049B1TJdWuKuyKowNmhZxNToc.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 562, + "original_language": "en", + "original_title": "Die Hard", + "overview": "NYPD cop John McClane's plan to reconcile with his estranged wife is thrown for a serious loop when, minutes after he arrives at her office, the entire building is overtaken by a group of terrorists. With little help from the LAPD, wisecracking McClane sets out to single-handedly rescue the hostages and bring the bad guys down.", + "poster_path": "/mc7MubOLcIw3MDvnuQFrO9psfCa.jpg", + "release_date": "1988-07-15", + "title": "Die Hard", + "video": false, + "vote_average": 7.6, + "vote_count": 5775, + "popularity": 26.241 + }, + { + "adult": false, + "backdrop_path": "/x5u73uBylbyCCnkzUGzt3uozqRp.jpg", + "genre_ids": [ + 53, + 12, + 28 + ], + "id": 27578, + "original_language": "en", + "original_title": "The Expendables", + "overview": "Barney Ross leads a band of highly skilled mercenaries including knife enthusiast Lee Christmas, a martial arts expert, heavy weapons specialist, demolitionist, and a loose-cannon sniper. When the group is commissioned by the mysterious Mr. Church to assassinate the dictator of a small South American island, Barney and Lee visit the remote locale to scout out their opposition and discover the true nature of the conflict engulfing the city.", + "poster_path": "/4gLFKsalwRy0ONzfYaRsKr5wilK.jpg", + "release_date": "2010-08-03", + "title": "The Expendables", + "video": false, + "vote_average": 6.1, + "vote_count": 4326, + "popularity": 23.241 + }, + { + "adult": false, + "backdrop_path": "/1TFEtFxD1M9OvMGlGcSAR5Pg53I.jpg", + "genre_ids": [ + 28, + 12, + 35, + 80, + 53 + ], + "id": 39514, + "original_language": "en", + "original_title": "RED", + "overview": "When his peaceful life is threatened by a high-tech assassin, former black-ops agent, Frank Moses reassembles his old team in a last ditch effort to survive and uncover his assailants.", + "poster_path": "/q2mwTRKrq1etP9S4SZVDIJq0wI2.jpg", + "release_date": "2010-10-13", + "title": "RED", + "video": false, + "vote_average": 6.6, + "vote_count": 3904, + "popularity": 13.711 + }, + { + "adult": false, + "backdrop_path": "/orFQbyZ6g7kPFaJXmgty0M88wJ0.jpg", + "genre_ids": [ + 28, + 878, + 12, + 53 + ], + "id": 64635, + "original_language": "en", + "original_title": "Total Recall", + "overview": "Welcome to Rekall, the company that can turn your dreams into real memories. For a factory worker named Douglas Quaid, even though he's got a beautiful wife who he loves, the mind-trip sounds like the perfect vacation from his frustrating life - real memories of life as a super-spy might be just what he needs. But when the procedure goes horribly wrong, Quaid becomes a hunted man. Finding himself on the run from the police - controlled by Chancellor Cohaagen, the leader of the free world - Quaid teams up with a rebel fighter to find the head of the underground resistance and stop Cohaagen. The line between fantasy and reality gets blurred and the fate of his world hangs in the balance as Quaid discovers his true identity, his true love, and his true fate.", + "poster_path": "/tWBo7aZk3I1dLxmMj7ZJcN8uke5.jpg", + "release_date": "2012-08-02", + "title": "Total Recall", + "video": false, + "vote_average": 5.9, + "vote_count": 3310, + "popularity": 11.247 + }, + { + "adult": false, + "backdrop_path": "/cIAl0oODM0XEXp1RBIKzhKfxj4y.jpg", + "genre_ids": [ + 28, + 12, + 10751, + 14 + ], + "id": 81005, + "original_language": "en", + "original_title": "Jack the Giant Slayer", + "overview": "The story of an ancient war that is reignited when a young farmhand unwittingly opens a gateway between our world and a fearsome race of giants. Unleashed on the Earth for the first time in centuries, the giants strive to reclaim the land they once lost, forcing the young man, Jack into the battle of his life to stop them. Fighting for a kingdom, its people, and the love of a brave princess, he comes face to face with the unstoppable warriors he thought only existed in legend–and gets the chance to become a legend himself.", + "poster_path": "/wn4aSJcKiQ0fPzJ92XEf6M9Kmlo.jpg", + "release_date": "2013-02-27", + "title": "Jack the Giant Slayer", + "video": false, + "vote_average": 5.6, + "vote_count": 3246, + "popularity": 8.626 + }, + { + "id": 82992, + "video": false, + "vote_count": 6686, + "vote_average": 6.7, + "title": "Fast & Furious 6", + "release_date": "2013-05-21", + "original_language": "en", + "original_title": "Fast & Furious 6", + "genre_ids": [ + 28, + 80, + 53 + ], + "backdrop_path": "/qjfE7SkPXpqFs8FX8rIaG6eO2aK.jpg", + "adult": false, + "overview": "Hobbs has Dominic and Brian reassemble their crew to take down a team of mercenaries: Dominic unexpectedly gets convoluted also facing his presumed deceased girlfriend, Letty.", + "poster_path": "/b9gTJKLdSbwcQRKzmqMq3dMfRwI.jpg", + "popularity": 2.015 + }, + { + "adult": false, + "backdrop_path": "/plssy6J0zmEmodjiyHVtceZB0yQ.jpg", + "genre_ids": [ + 28, + 14, + 27 + ], + "id": 60304, + "original_language": "en", + "original_title": "Hansel & Gretel: Witch Hunters", + "overview": "After getting a taste for blood as children, Hansel and Gretel have become the ultimate vigilantes, hell-bent on retribution. Now, unbeknownst to them, Hansel and Gretel have become the hunted, and must face an evil far greater than witches... their past.", + "poster_path": "/3bQHHXuzZDu2Ju3VFjIM72E9TSw.jpg", + "release_date": "2013-01-17", + "title": "Hansel & Gretel: Witch Hunters", + "video": false, + "vote_average": 5.8, + "vote_count": 4310, + "popularity": 14.484 + }, + { + "adult": false, + "backdrop_path": "/ieJ5ImFoJILNULvnIpbulAln7Lr.jpg", + "genre_ids": [ + 12, + 28, + 53, + 878 + ], + "id": 14869, + "original_language": "en", + "original_title": "G.I. Joe: The Rise of Cobra", + "overview": "From the Egyptian desert to deep below the polar ice caps, the elite G.I. JOE team uses the latest in next-generation spy and military equipment to fight the corrupt arms dealer Destro and the growing threat of the mysterious Cobra organization to prevent them from plunging the world into chaos.", + "poster_path": "/29eW5c5DaCFQejdt9V14RrA51yD.jpg", + "release_date": "2009-08-04", + "title": "G.I. Joe: The Rise of Cobra", + "video": false, + "vote_average": 5.7, + "vote_count": 2689, + "popularity": 12.722 + }, + { + "adult": false, + "backdrop_path": "/pc7a2qrIkIxzqWGqcexd3mHzIxy.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 56292, + "original_language": "en", + "original_title": "Mission: Impossible - Ghost Protocol", + "overview": "Ethan Hunt and his team are racing against time to track down a dangerous terrorist named Hendricks, who has gained access to Russian nuclear launch codes and is planning a strike on the United States. An attempt to stop him ends in an explosion causing severe destruction to the Kremlin and the IMF to be implicated in the bombing, forcing the President to disavow them. No longer being aided by the government, Ethan and his team chase Hendricks around the globe, although they might still be too late to stop a disaster.", + "poster_path": "/khlcsYHr7Hi4Tkymc7UGDvcUcx.jpg", + "release_date": "2011-12-07", + "title": "Mission: Impossible - Ghost Protocol", + "video": false, + "vote_average": 6.9, + "vote_count": 5706, + "popularity": 21.053 + }, + { + "adult": false, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "id": 146216, + "original_language": "en", + "original_title": "RED 2", + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "release_date": "2013-07-18", + "title": "RED 2", + "video": false, + "vote_average": 6.5, + "vote_count": 2204, + "popularity": 16.427 + } + ], + "total_pages": 2, + "total_results": 40 + }, + "external_ids": { + "imdb_id": "tt1606378", + "facebook_id": "DieHardMovies", + "instagram_id": null, + "twitter_id": "DieHard" + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:33.636774Z", + "ReducedUri": "/3/movie/49026/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 12, + "status_message": "The item/record was updated successfully." + }, + "ReqData": { + "value": 5.0 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:25.3097044Z", + "ReducedUri": "/3/movie/49026/reviews", + "RespData": { + "id": 49026, + "page": 1, + "results": [ + { + "author": "Travis Bell", + "content": "I felt like this was a tremendous end to Nolan's Batman trilogy. The Dark Knight Rises may very well have been the weakest of all 3 films but when you're talking about a scale of this magnitude, it still makes this one of the best movies I've seen in the past few years.\r\n\r\nI expected a little more _Batman_ than we got (especially with a runtime of 2:45) but while the story around the fall of Bruce Wayne and Gotham City was good I didn't find it amazing. This might be in fact, one of my only criticisms—it was a long movie but still, maybe too short for the story I felt was really being told. I feel confident in saying this big of a story could have been split into two movies.\r\n\r\nThe acting, editing, pacing, soundtrack and overall theme were the same 'as-close-to-perfect' as ever with any of Christopher Nolan's other films. Man does this guy know how to make a movie!\r\n\r\nYou don't have to be a Batman fan to enjoy these movies and I hope any of you who feel this way re-consider. These 3 movies are without a doubt in my mind, the finest display of comic mythology ever told on the big screen. They are damn near perfect.", + "id": "5010553819c2952d1b000451", + "url": "https://www.themoviedb.org/review/5010553819c2952d1b000451" + }, + { + "author": "Chris", + "content": "I personally thought this film is on par if not better than the Dark Knight.\r\n\r\nWhilst some think the film is too long for the story I didn't find this. The length of the film is longer than some (but doesn't feel it), I liked that the film took it's time rather than shoving more elements in it - I think this contributed to the dramatic ending (much like a classical piece of music will be relaxed and calm before the final crescendo).\r\n\r\nAt the end of the day whether you like this film will boil down to if you like films Christopher Nolan has directed and/or you like the Christopher Nolan Batman series so far.\r\n\r\nStupendously good film in my opinion.", + "id": "5013bc76760ee372cb00253e", + "url": "https://www.themoviedb.org/review/5013bc76760ee372cb00253e" + }, + { + "author": "GeekMasher", + "content": "The Dark Knight Rises is one of the best movies to come out in 2012. The story compels you to watch it time and time again. It also has I of, I my opinion, the best bad guys in any movie, Bane! Batman was well played as all ways and the cast where well selected. I think this movie is the best batman to see the light of day or the darkest nights (pun intended).", + "id": "51429a7519c29552e10eba16", + "url": "https://www.themoviedb.org/review/51429a7519c29552e10eba16" + }, + { + "author": "Im_Infinity", + "content": "No doubt that the movie is one of the best movies of this era.\r\nThe film doesn't lack in whatever it try to do.It has Simple narration with extraordinary Direction,Acting,Music,Cinematography and a lot of qualities.\r\nChristian Bale is supremely entertaining for sure.\r\nThe person behind the scenes is actually the real core creater of the film yes! The Director Christopher Nolan ❤ .\r\nThe film ofcorse completes with philosophical quality loaded with Lots of Sacrifices.\r\nThis one is the one you surely can't afford to miss.\r\nGo watch The Dark Knight.Go now.", + "id": "56b9e195c3a3681e6d0023b1", + "url": "https://www.themoviedb.org/review/56b9e195c3a3681e6d0023b1" + }, + { + "author": "talisencrw", + "content": "While it's clearly not as superlative as its famous predecessor, it's simply because of both Heath Ledger's outstanding and Oscar-winning performance, and the character of the Joker's etching in our collective unconscious as the greatest comic-book villain ever created (with Lex Luthor a very distant second place). This is still a masterwork, and is an excellent coda to the finest filmic trilogy ever made. As great as Christopher Nolan is as a director, and as fine a film as 'Interstellar' is, I really don't know if he'll ever be able to top his work here, on these three films. But I, for one, am certainly looking forward to finding out...", + "id": "57463d409251415e6c000310", + "url": "https://www.themoviedb.org/review/57463d409251415e6c000310" + }, + { + "author": "DoryDarko", + "content": "So here we have it. The end of a trilogy, the end of an era of the universe of Batman through the eyes of Christopher Nolan. And baby, it goes out with a bang...\r\n\r\nGoing into the theatre tonight I actually wasn't sure what I was up for. I loved Batman Begins, but I didn't actually care that much for The Dark Knight. So the big question was, will TDKR actually be more like the first or the second film? The answer is: neither.\r\n\r\nThis third instalment of the Nolan-franchise carries its weight all on its own merits. Despite the lack of any kind of intro or opening credits, there actually is plenty of build-up (partly thanks to the insane opening scene). The foundation for a proper, action-packed story is laid down perfectly, explaining things just enough whilst keeping the viewer intrigued to find out more. But if you thought that Nolan couldn't surpass his previous work, you will be pleasantly deceived.\r\n\r\nChristian Bale as Batman is terrific. Never before was a superhero so human, so vulnerable. As his mask of intangibility and anonymity slowly starts to crumble, this is a man who questions his reasons to keep being who he is, and he must figure it out before it is too late. Because somebody’s preparing to take him and Gotham down, and he might just be too strong for the Batman...\r\n\r\nThis somebody is a character called Bane. As a character, an actor and a performance it must be incredibly hard to follow Heath Ledger's The Joker, which was easily one of the greatest villains to ever appear on the silver screen. But tonight, Tom Hardy took a swing for the fence... and made it. His performance is thrilling and actually frightening, in the sense that you don't just *know* you're supposed to be afraid of this character, you actually FEEL it. He instils a feeling of horror and discomfort that is not rivalled by many other film villains. What I actually liked about his character the most is the fact that unlike Scarecrow, who grew into being a villain, and the Joker, who was just a raving maniac, Bane was actually (literally) born from evil. Born in hell, as it is said in the film. This is not a man, this is a creature. A living, breathing manifestation of evil that cannot be reasoned or negotiated with. Hardy's performance is masterful. Since his creepy mask is never removed, he, like only a few actors before him, must act without the use of any facial expressions, making his voice is main tool. His manner of speech (and the sound of it through his mask) is enough to send chills down your spine. This is more than just a another villain from a superhero flick, this is a character that just got torpedoed into the top 10 of the greatest antagonists in the history of film. Now I realise that's a bold statement to make, but you just go and watch TDKR and prove me wrong.\r\n\r\nI would say a slight downside to this film is the overflow of characters, both new and old. Aside from the already familiar characters, three new major ones are introduced. And there are also many characters running along in the margin which may seem not important enough to pay attention to, but actually they are so you need to stay focused.\r\n\r\nI understand the character of Joseph Gordon-Levitt, Blake, was written in specifically for him because Nolan wanted him in it. And although as a character he works just fine, it does feel like it was at the expense of Gary Oldman. As a cop, Levitt does everything that Oldman's character could've done, but he spends most of his screen time in the hospital, almost like they wanted to get him out of the way, and that's really too bad.\r\n\r\nNow, I was extremely excited to see what Nolan had done with Catwoman, because she is one of my favourite film characters. When I heard that she would be played by Anne Hathaway, I had my doubts. I thought she was just way too sweet to pull this off. But I must say, Ms Hathaway did a pretty good job. She is actually much more sly and devious than I thought she could be. The Nolan brothers, on the other hand, disappointed me here. Catwoman isn't really Catwoman, she's just a sexy girl in a spandex suit who can kick your ass. Her movements aren't even typically cat-like... So that was a bit of a letdown.\r\n\r\nI would also like to make a note on Michael Caine. I think his performance here was so much deeper and more character-driven than the other two films. In fact, there is one scene in particular, where he confesses something to Bruce, that almost moved me to tears. And this is actually TDKR’s greatest strength; unlike the other two films, this one deals much more with actual human emotions, it gives us an insight into what actually drives these characters, both heroes and villains alike. \r\n\r\nAs much as I would love to, the word-limit restricts me from elaborating more on the characters, so I'll just move on to the technical stuff. And in that department, actually pretty much everything was perfect. The pacing was very well balanced, and during those 2 ½ hours I didn't get bored once. Great action scenes alternate with more quiet moments, and the special effects are absolutely awesome. Hans Zimmer once again delivered a terrific score and there was some high quality dialogue. Also in store: a couple of great plot twists and two very cool cameos... There are a few plot holes, but everything else easily makes up for it. \r\n\r\nI highly recommend The Dark Knight Rises. It is a worthy conclusion to the trilogy, and it far exceeded my expectations.\r\n_(July 2012)_", + "id": "58ac509892514158bc0151ca", + "url": "https://www.themoviedb.org/review/58ac509892514158bc0151ca" + }, + { + "author": "Per Gunnar Jonsson", + "content": "Batman was one of my childhood heroes from the Comic magazines even though the Swedish plonkers, in their infinite stupidity, had renamed him to something as ridiculous “Läderlappen” which basically translates into “patch of leather”.\r\n\r\nThus, when Christopher Nolan brought us Batman Begins and steered away from the ridiculous comic shows that the previous batman movies (except the first one) had turned into I was thrilled. Unfortunately I was equally disappointed with this one.\r\n\r\nI think the title of the movie is quite misleading since Batman isn’t exactly rising at all but rather sinking. If this would have been a movie about some other “guy” it would probably have been excellent but it isn’t. It’s about Batman and as such I had expected him to be the hero going around beating up the bad guys.\r\n\r\nInstead the movie starts downright boring with Batman having dug himself down into a swamp of melancholy and closed himself off from the world. When he finally starts to appear again he gets pretty much beaten at every turn not to mention conned out of the Wayne fortune. What the f… is that? It isn’t until the end that he starts to be the real Batman and even then it’s not very exciting.\r\n\r\nActually Batman, as in Batman and not Wayne, is not really in the movie for a good chunk of the time and the real hero in this movie is really the young cop and he sure isn’t a particularly good substitute for the superhero Batman that I was expecting to watch.\r\n\r\nI was struggling with what to give this movie but in the end, since I probably would have thought it to be a good movie if it had not been labelled as a Batman movie, I gave it 5 out 10 stars. At least the special effects where quite okay.", + "id": "5a851c500e0a2640110241d9", + "url": "https://www.themoviedb.org/review/5a851c500e0a2640110241d9" + } + ], + "total_pages": 1, + "total_results": 7 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:17.889023Z", + "ReducedUri": "/3/movie/49026?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&append_to_response=account_states", + "RespData": { + "adult": false, + "backdrop_path": "/f6ljQGv7WnJuwBPty017oPWfqjx.jpg", + "belongs_to_collection": { + "id": 263, + "name": "The Dark Knight Collection", + "poster_path": "/bqS2lMgGkuodIXtDILFWTSWDDpa.jpg", + "backdrop_path": "/xfKot7lqaiW4XpL5TtDlVBA9ei9.jpg" + }, + "budget": 250000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 80, + "name": "Crime" + }, + { + "id": 18, + "name": "Drama" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.thedarkknightrises.com/", + "id": 49026, + "imdb_id": "tt1345836", + "original_language": "en", + "original_title": "The Dark Knight Rises", + "overview": "Following the death of District Attorney Harvey Dent, Batman assumes responsibility for Dent's crimes to protect the late attorney's reputation and is subsequently hunted by the Gotham City Police Department. Eight years later, Batman encounters the mysterious Selina Kyle and the villainous Bane, a new terrorist leader who overwhelms Gotham's finest. The Dark Knight resurfaces to protect a city that has branded him an enemy.", + "popularity": 30.972, + "poster_path": "/dEYnvnUfXrqvqeRSqvIEtmzhoA8.jpg", + "production_companies": [ + { + "id": 9996, + "logo_path": "/3tvBqYsBhxWeHlu62SIJ1el93O7.png", + "name": "Syncopy", + "origin_country": "GB" + }, + { + "id": 923, + "logo_path": "/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png", + "name": "Legendary Entertainment", + "origin_country": "US" + }, + { + "id": 9993, + "logo_path": "/2Tc1P3Ac8M479naPp1kYT3izLS5.png", + "name": "DC Entertainment", + "origin_country": "US" + }, + { + "id": 174, + "logo_path": "/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png", + "name": "Warner Bros. Pictures", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2012-07-16", + "revenue": 1084939099, + "runtime": 165, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + } + ], + "status": "Released", + "tagline": "The Legend Ends", + "title": "The Dark Knight Rises", + "video": false, + "vote_average": 7.7, + "vote_count": 13013, + "account_states": { + "favorite": true, + "rated": { + "value": 5.0 + }, + "watchlist": false + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/movie/578073/changes?start_date=2019-01-13&end_date=2019-01-27", + "RespData": { + "changes": [ + { + "items": [ + { + "id": "5c4c97f80e0a264965d3fca7", + "action": "added", + "time": "2019-01-26 17:25:12 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": { + "person_id": 1147, + "character": "Pułkownik", + "order": 1, + "cast_id": 1, + "credit_id": "5c4c97f80e0a264965d3fca5" + } + }, + { + "id": "5c4c980b0e0a260419d1006b", + "action": "added", + "time": "2019-01-26 17:25:31 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": { + "person_id": 553267, + "character": "Hanka", + "order": 2, + "cast_id": 2, + "credit_id": "5c4c980b0e0a260419d10069" + } + }, + { + "id": "5c4c98229251410e225a9b14", + "action": "added", + "time": "2019-01-26 17:25:54 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": { + "person_id": 136685, + "character": "Żona", + "order": 3, + "cast_id": 3, + "credit_id": "5c4c98229251410e225a9b12" + } + } + ], + "key": "cast" + }, + { + "items": [ + { + "id": "5c4c97bf9251410e245afaac", + "action": "updated", + "time": "2019-01-26 17:24:15 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": true + } + ], + "key": "video" + }, + { + "items": [ + { + "id": "5c4c97d6c3a36847779026f1", + "action": "added", + "time": "2019-01-26 17:24:38 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": [ + "pl" + ] + } + ], + "key": "spoken_languages" + }, + { + "items": [ + { + "id": "5c4c97bf9251410e245afaa9", + "action": "added", + "time": "2019-01-26 17:24:15 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": 0 + } + ], + "key": "revenue" + }, + { + "items": [ + { + "id": "5c4c97bf9251410e245afaaa", + "action": "added", + "time": "2019-01-26 17:24:15 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "pl-PL" + } + ], + "key": "translations" + }, + { + "items": [ + { + "id": "5c4c97bf9251410e245afaae", + "action": "added", + "time": "2019-01-26 17:24:15 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "Movie" + } + ], + "key": "_type" + }, + { + "items": [ + { + "id": "5c4c97bf9251410e245afaab", + "action": "added", + "time": "2019-01-26 17:24:15 UTC", + "iso_639_1": "pl", + "iso_3166_1": "PL", + "value": 79 + } + ], + "key": "runtime" + }, + { + "items": [ + { + "id": "5c4c97bf9251410e245afaa8", + "action": "added", + "time": "2019-01-26 17:24:15 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": 0 + } + ], + "key": "budget" + }, + { + "items": [ + { + "id": "5c4c97bf9251410e245afaa7", + "action": "added", + "time": "2019-01-26 17:24:15 UTC", + "iso_639_1": "pl", + "iso_3166_1": "PL", + "value": "Sztuka Wojciecha Tomczyka w reżyserii Waldemara Krzystka zdobyła Grand Prix na Festiwalu Dwa Teatry w roku 2007, a Dominika Ostałowska, Halina Łabonarska i Janusz Gajos – nagrody dla najlepszych aktorów. Temat podjęty przez Wojciecha Tomczyka jest bardzo gorący, dotyczy wciąż bolesnych rozliczeń z PRL-em, problemu ofiar i katów, uwikłanych w system komunistyczny i postkomunistyczny. Do emerytowanego oficera kontrwywiadu wojskowego zgłasza się dziennikarka. Hanka chce uzyskać informacje o pułkowniku, z którym nasz emeryt spotkał się w szkole piechoty, gdzie studiowali od jesieni 1953 roku. Stefan Kołodziej ma jednak inne plany. Chce opowiedzieć Hance swój życiorys, który w podejrzany sposób splata się z życiem dziennikarki. Spowiedź Pułkownika odsłania przerażające szambo komunizmu: wykończeni ludzie, zniszczone rodziny i kariery." + } + ], + "key": "overview" + }, + { + "items": [ + { + "id": "5c4c97bf9251410e245afaad", + "action": "added", + "time": "2019-01-26 17:24:15 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "Released" + } + ], + "key": "status" + }, + { + "items": [ + { + "id": "5c4c97bf9251410e245afaa6", + "action": "added", + "time": "2019-01-26 17:24:15 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "Norymberga" + } + ], + "key": "original_title" + }, + { + "items": [ + { + "id": "5c4c984c0e0a260419d10121", + "action": "added", + "time": "2019-01-26 17:26:36 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": { + "person_id": 94063, + "department": "Directing", + "job": "Director", + "cast_id": 4, + "credit_id": "5c4c984c0e0a260419d1011f" + } + } + ], + "key": "crew" + }, + { + "items": [ + { + "id": "5c4c97bf9251410e245afaa4", + "action": "created", + "time": "2019-01-26 17:24:15 UTC", + "iso_639_1": "", + "iso_3166_1": "" + } + ], + "key": "general" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:30.4462239Z", + "ReducedUri": "/3/movie/578078/changes?start_date=2019-01-13&end_date=2019-01-27", + "RespData": { + "changes": [ + { + "items": [ + { + "id": "5c4c9deec3a36847779032c3", + "action": "updated", + "time": "2019-01-26 17:50:38 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": true + } + ], + "key": "video" + }, + { + "items": [ + { + "id": "5c4c9deec3a36847779032c1", + "action": "added", + "time": "2019-01-26 17:50:38 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "pl-PL" + } + ], + "key": "translations" + }, + { + "items": [ + { + "id": "5c4c9deec3a36847779032c0", + "action": "added", + "time": "2019-01-26 17:50:38 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": 0 + } + ], + "key": "revenue" + }, + { + "items": [ + { + "id": "5c4c9deec3a36847779032c5", + "action": "added", + "time": "2019-01-26 17:50:38 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "Movie" + } + ], + "key": "_type" + }, + { + "items": [ + { + "id": "5c4c9deec3a36847779032c2", + "action": "added", + "time": "2019-01-26 17:50:38 UTC", + "iso_639_1": "pl", + "iso_3166_1": "PL", + "value": 55 + } + ], + "key": "runtime" + }, + { + "items": [ + { + "id": "5c4c9deec3a36847779032bf", + "action": "added", + "time": "2019-01-26 17:50:38 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": 0 + } + ], + "key": "budget" + }, + { + "items": [ + { + "id": "5c4c9deec3a36847779032be", + "action": "added", + "time": "2019-01-26 17:50:38 UTC", + "iso_639_1": "pl", + "iso_3166_1": "PL", + "value": "Aniołek i Niuniek są przeciętnym, niezamożnym małżeństwem, mieszkającym w blokowisku. Pewnego dnia otrzymują od kuzynów ze wsi list ze zdjęciem, na którym prezentują się na tle okazałej willi i drogiego samochodu. Miastowi postanawiają, że podczas wizyty krewnych w mieście również zaimponują im swoim stanem posiadania i wysokim poziomem życia. W tym celu chwilowo przeprowadzają się ze swojego ciasnego mieszkania do obszernego mieszkania w kamienicy, należącego do aktualnie nieobecnego szefa Niuńka. Dokonują obfitych zakupów żywności i urządzają godne przyjęcie. W trakcie biesiady wyłącza się prąd i muszą kontynuować ją przy świecach. Zakłóca ją jednak sąsiad, który nie może spać i wzywa milicjantów, którzy zabierają całe towarzystwo do komisariatu. Latem Aniołek i Niuniek wyjeżdżają do Gańków z rewizytą. Na wsi okazuje się, że willa i samochód ze zdjęcia należą do sąsiada. Film jest adaptacją opowiadania Jana Himilsbacha." + } + ], + "key": "overview" + }, + { + "items": [ + { + "id": "5c4c9deec3a36847779032c4", + "action": "added", + "time": "2019-01-26 17:50:38 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "Released" + } + ], + "key": "status" + }, + { + "items": [ + { + "id": "5c4c9deec3a36847779032bd", + "action": "added", + "time": "2019-01-26 17:50:38 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "Party przy świecach" + } + ], + "key": "original_title" + }, + { + "items": [ + { + "id": "5c4c9deec3a36847779032bb", + "action": "created", + "time": "2019-01-26 17:50:38 UTC", + "iso_639_1": "", + "iso_3166_1": "" + } + ], + "key": "general" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:28.9133882Z", + "ReducedUri": "/3/movie/76341/account_states?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "id": 76341, + "favorite": true, + "rated": { + "value": 5.0 + }, + "watchlist": false + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:29.0444002Z", + "ReducedUri": "/3/movie/76341/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 13, + "status_message": "The item/record was deleted successfully." + }, + "RespStatusCode": 200, + "ReqMethod": "DELETE", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:26.7737813Z", + "ReducedUri": "/3/movie/76341/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 1, + "status_message": "Success." + }, + "ReqData": { + "value": 5.0 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:06.1056825Z", + "ReducedUri": "/3/movie/999999999", + "RespData": { + "status_code": 34, + "status_message": "The resource you requested could not be found." + }, + "RespStatusCode": 404, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:30.2972668Z", + "ReducedUri": "/3/movie/latest", + "RespData": { + "adult": false, + "backdrop_path": null, + "belongs_to_collection": null, + "budget": 0, + "genres": [], + "homepage": null, + "id": 578078, + "imdb_id": null, + "original_language": "pl", + "original_title": "Party przy świecach", + "overview": "", + "popularity": 0.0, + "poster_path": null, + "production_companies": [], + "production_countries": [], + "release_date": "", + "revenue": 0, + "runtime": null, + "spoken_languages": [], + "status": "Released", + "tagline": "", + "title": "Party przy świecach", + "video": true, + "vote_average": 0.0, + "vote_count": 0 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:31.6845855Z", + "ReducedUri": "/3/movie/now_playing", + "RespData": { + "results": [ + { + "vote_count": 928, + "id": 424783, + "video": false, + "vote_average": 6.5, + "title": "Bumblebee", + "popularity": 333.153, + "poster_path": "/fw02ONlDhrYjTSZV8XO6hhU3ds3.jpg", + "original_language": "en", + "original_title": "Bumblebee", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/hMANgfPHR1tRObNp2oPiOi9mMlz.jpg", + "adult": false, + "overview": "On the run in the year 1987, Bumblebee finds refuge in a junkyard in a small Californian beach town. Charlie, on the cusp of turning 18 and trying to find her place in the world, discovers Bumblebee, battle-scarred and broken. When Charlie revives him, she quickly learns this is no ordinary yellow VW bug.", + "release_date": "2018-12-15" + }, + { + "vote_count": 2938, + "id": 297802, + "video": false, + "vote_average": 6.9, + "title": "Aquaman", + "popularity": 331.431, + "poster_path": "/5Kg76ldv7VxeX9YlcQXiowHgdX6.jpg", + "original_language": "en", + "original_title": "Aquaman", + "genre_ids": [ + 28, + 14, + 878, + 12 + ], + "backdrop_path": "/7icgF1dgUJaCpnWV235eafXFznJ.jpg", + "adult": false, + "overview": "Arthur Curry learns that he is the heir to the underwater kingdom of Atlantis, and must step forward to lead his people and be a hero to the world.", + "release_date": "2018-12-07" + }, + { + "vote_count": 591, + "id": 428078, + "video": false, + "vote_average": 6, + "title": "Mortal Engines", + "popularity": 210.646, + "poster_path": "/gLhYg9NIvIPKVRTtvzCWnp1qJWG.jpg", + "original_language": "en", + "original_title": "Mortal Engines", + "genre_ids": [ + 878, + 28, + 12, + 14, + 53 + ], + "backdrop_path": "/rxYG6Sj95as9rv9wKIHUx6ATWd3.jpg", + "adult": false, + "overview": "Set in a world many thousands of years in the future. Earth’s cities now roam the globe on huge wheels, devouring each other in a struggle for ever diminishing resources. On one of these massive Traction Cities, Tom Natsworthy has an unexpected encounter with a mysterious young woman from the Outlands who will change the course of his life forever.", + "release_date": "2018-12-05" + }, + { + "vote_count": 706, + "id": 480530, + "video": false, + "vote_average": 6.5, + "title": "Creed II", + "popularity": 209.752, + "poster_path": "/v3QyboWRoA4O9RbcsqH8tJMe8EB.jpg", + "original_language": "en", + "original_title": "Creed II", + "genre_ids": [ + 18, + 28 + ], + "backdrop_path": "/8yqLPNwNCtpOPc3XkOlkSMnghzw.jpg", + "adult": false, + "overview": "Follows Adonis Creed's life inside and outside of the ring as he deals with new found fame, issues with his family, and his continuing quest to become a champion.", + "release_date": "2018-11-21" + }, + { + "vote_count": 2, + "id": 568709, + "video": false, + "vote_average": 9.3, + "title": "Preman Pensiun", + "popularity": 209.427, + "poster_path": "/7xfWyoz4SF5LHZ713eMtC2aZ0lT.jpg", + "original_language": "id", + "original_title": "Preman Pensiun", + "genre_ids": [ + 35, + 18 + ], + "backdrop_path": "/rrznEEdi4OVPsrqbEgmCE7nzjPs.jpg", + "adult": false, + "overview": "", + "release_date": "2019-01-17" + }, + { + "vote_count": 440, + "id": 375588, + "video": false, + "vote_average": 5.8, + "title": "Robin Hood", + "popularity": 169.74, + "poster_path": "/AiRfixFcfTkNbn2A73qVJPlpkUo.jpg", + "original_language": "en", + "original_title": "Robin Hood", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/AuA50D7T7S7OEVcGo0ZKaMhERn0.jpg", + "adult": false, + "overview": "A war-hardened Crusader and his Moorish commander mount an audacious revolt against the corrupt English crown.", + "release_date": "2018-11-20" + }, + { + "vote_count": 11, + "id": 390634, + "video": false, + "vote_average": 4.8, + "title": "Fate/stay night: Heaven’s Feel II. lost butterfly", + "popularity": 165.584, + "poster_path": "/t0jwlwFUrtkPJoq5JH9YrRVROXZ.jpg", + "original_language": "ja", + "original_title": "劇場版「Fate/stay night [Heaven's Feel] ⅠⅠ. lost butterfly」", + "genre_ids": [ + 16, + 28, + 14, + 12 + ], + "backdrop_path": "/3haESpzscyP1pLl2BxQ9j5KK9cM.jpg", + "adult": false, + "overview": "Theatrical-release adaptation of the visual novel \"Fate/stay night\", following the third and final route. (Part 2 of a trilogy.)", + "release_date": "2019-01-12" + }, + { + "vote_count": 691, + "id": 450465, + "video": false, + "vote_average": 6.9, + "title": "Glass", + "popularity": 165.309, + "poster_path": "/svIDTNUoajS8dLEo7EosxvyAsgJ.jpg", + "original_language": "en", + "original_title": "Glass", + "genre_ids": [ + 53, + 27, + 9648, + 18 + ], + "backdrop_path": "/ngBFDOsx13sFXiMweDoL54XYknR.jpg", + "adult": false, + "overview": "In a series of escalating encounters, security guard David Dunn uses his supernatural abilities to track Kevin Wendell Crumb, a disturbed man who has twenty-four personalities. Meanwhile, the shadowy presence of Elijah Price emerges as an orchestrator who holds secrets critical to both men.", + "release_date": "2019-01-16" + }, + { + "vote_count": 2875, + "id": 332562, + "video": false, + "vote_average": 7.5, + "title": "A Star Is Born", + "popularity": 155.21, + "poster_path": "/wrFpXMNBRj2PBiN4Z5kix51XaIZ.jpg", + "original_language": "en", + "original_title": "A Star Is Born", + "genre_ids": [ + 18, + 10402, + 10749 + ], + "backdrop_path": "/wqtaHWOEZ3rXDJ8c6ZZShulbo18.jpg", + "adult": false, + "overview": "Seasoned musician Jackson Maine discovers—and falls in love with—struggling artist Ally. She has just about given up on her dream to make it big as a singer—until Jack coaxes her into the spotlight. But even as Ally's career takes off, the personal side of their relationship is breaking down, as Jack fights an ongoing battle with his own internal demons.", + "release_date": "2018-10-03" + }, + { + "vote_count": 218, + "id": 504172, + "video": false, + "vote_average": 6.1, + "title": "The Mule", + "popularity": 135.793, + "poster_path": "/t0idiLMalKMj2pLsvqHrOM4LPdQ.jpg", + "original_language": "en", + "original_title": "The Mule", + "genre_ids": [ + 80, + 18, + 53 + ], + "backdrop_path": "/bkc4AY6FTa3yNqrshE9b1elDzPt.jpg", + "adult": false, + "overview": "A 90 year old horticulturalist and Korean War veteran is caught transporting $3 million worth of cocaine through Illinois for a Mexican drug cartel.", + "release_date": "2018-12-14" + }, + { + "vote_count": 244, + "id": 503314, + "video": false, + "vote_average": 7.4, + "title": "Dragon Ball Super: Broly", + "popularity": 135.52, + "poster_path": "/f03YksE4NggUjG75toz4H1YAGRf.jpg", + "original_language": "ja", + "original_title": "ドラゴンボール超スーパー ブロリー", + "genre_ids": [ + 28, + 16, + 878 + ], + "backdrop_path": "/6OTRuxpwUUGbmCX3MKP25dOmo59.jpg", + "adult": false, + "overview": "Earth is peaceful following the Tournament of Power. Realizing that the universes still hold many more strong people yet to see, Goku spends all his days training to reach even greater heights. Then one day, Goku and Vegeta are faced by a Saiyan called 'Broly' who they've never seen before. The Saiyans were supposed to have been almost completely wiped out in the destruction of Planet Vegeta, so what's this one doing on Earth? This encounter between the three Saiyans who have followed completely different destinies turns into a stupendous battle, with even Frieza (back from Hell) getting caught up in the mix.", + "release_date": "2018-12-14" + }, + { + "vote_count": 643, + "id": 360920, + "video": false, + "vote_average": 6.3, + "title": "The Grinch", + "popularity": 130.115, + "poster_path": "/gpkHvkCtZOeCQ2DelnJ2LB1WjZ5.jpg", + "original_language": "en", + "original_title": "The Grinch", + "genre_ids": [ + 16, + 10751, + 35, + 14 + ], + "backdrop_path": "/juc9wt7Eh2IarLL5S1yQ1a21O1A.jpg", + "adult": false, + "overview": "The Grinch hatches a scheme to ruin Christmas when the residents of Whoville plan their annual holiday celebration.", + "release_date": "2018-11-08" + }, + { + "vote_count": 1312, + "id": 324857, + "video": false, + "vote_average": 8.5, + "title": "Spider-Man: Into the Spider-Verse", + "popularity": 114.503, + "poster_path": "/laMM4lpQSh5z6KIBPwWogkjzBVQ.jpg", + "original_language": "en", + "original_title": "Spider-Man: Into the Spider-Verse", + "genre_ids": [ + 28, + 12, + 16, + 878, + 35 + ], + "backdrop_path": "/7d6EY00g1c39SGZOoCJ5Py9nNth.jpg", + "adult": false, + "overview": "Miles Morales is juggling his life between being a high school student and being a spider-man. When Wilson \"Kingpin\" Fisk uses a super collider, others from across the Spider-Verse are transported to this dimension.", + "release_date": "2018-12-07" + }, + { + "vote_count": 52, + "id": 522681, + "video": false, + "vote_average": 7.1, + "title": "Escape Room", + "popularity": 114.258, + "poster_path": "/8yZAx7tlKRZIg7pJfaPhl00yHIQ.jpg", + "original_language": "en", + "original_title": "Escape Room", + "genre_ids": [ + 27, + 53, + 28 + ], + "backdrop_path": "/9cmrRktcAmhteKMNRl2hU6rQzLJ.jpg", + "adult": false, + "overview": "Six strangers find themselves in circumstances beyond their control, and must use their wits to survive.", + "release_date": "2019-01-03" + }, + { + "vote_count": 89, + "id": 166428, + "video": false, + "vote_average": 8.5, + "title": "How to Train Your Dragon: The Hidden World", + "popularity": 105.53, + "poster_path": "/ij0xoc13hGhrYIlXGGuPXWTh3vi.jpg", + "original_language": "en", + "original_title": "How to Train Your Dragon: The Hidden World", + "genre_ids": [ + 16, + 10751, + 12 + ], + "backdrop_path": "/xt1eGafwaY42gBvYCUqXQrjUVjw.jpg", + "adult": false, + "overview": "As Hiccup fulfills his dream of creating a peaceful dragon utopia, Toothless’ discovery of an untamed, elusive mate draws the Night Fury away. When danger mounts at home and Hiccup’s reign as village chief is tested, both dragon and rider must make impossible decisions to save their kind.", + "release_date": "2019-01-03" + }, + { + "vote_count": 326, + "id": 399402, + "video": false, + "vote_average": 5.9, + "title": "Hunter Killer", + "popularity": 102.919, + "poster_path": "/a0j18XNVhP4RcW3wXwsqT0kVoQm.jpg", + "original_language": "en", + "original_title": "Hunter Killer", + "genre_ids": [ + 28, + 53 + ], + "backdrop_path": "/gCIB3DdK00DyfwosVGf7pnFFdK3.jpg", + "adult": false, + "overview": "An untested American submarine captain teams with U.S. Navy SEALs to rescue the Russian president, who has been kidnapped by a rogue general.", + "release_date": "2018-10-19" + }, + { + "vote_count": 3263, + "id": 405774, + "video": false, + "vote_average": 7.1, + "title": "Bird Box", + "popularity": 96.734, + "poster_path": "/rGfGfgL2pEPCfhIvqHXieXFn7gp.jpg", + "original_language": "en", + "original_title": "Bird Box", + "genre_ids": [ + 53, + 18, + 878, + 27 + ], + "backdrop_path": "/z6m7s4w4Erxnr5k2jc1TZR1AMva.jpg", + "adult": false, + "overview": "When a mysterious force decimates the world’s population, only one thing is certain: if you see it, you take your life. Facing the unknown, Malorie finds love, hope and a new beginning only for it to unravel. Now she must flee with her two children down a treacherous river to the one place left that may offer sanctuary. But to survive, they'll have to undertake the perilous two-day journey blindfolded.", + "release_date": "2018-12-13" + }, + { + "vote_count": 692, + "id": 400650, + "video": false, + "vote_average": 6.8, + "title": "Mary Poppins Returns", + "popularity": 96.241, + "poster_path": "/uTVGku4LibMGyKgQvjBtv3OYfAX.jpg", + "original_language": "en", + "original_title": "Mary Poppins Returns", + "genre_ids": [ + 14, + 10751, + 35 + ], + "backdrop_path": "/cwiJQXezWz876K3jS57Sq56RYCZ.jpg", + "adult": false, + "overview": "In Depression-era London, a now-grown Jane and Michael Banks, along with Michael's three children, are visited by the enigmatic Mary Poppins following a personal loss. Through her unique magical skills, and with the aid of her friend Jack, she helps the family rediscover the joy and wonder missing in their lives.", + "release_date": "2018-12-19" + }, + { + "vote_count": 43, + "id": 505954, + "video": false, + "vote_average": 4.6, + "title": "T-34", + "popularity": 95.815, + "poster_path": "/qNBjbjpQC2Rm8M1v0X8jQxb4AnN.jpg", + "original_language": "ru", + "original_title": "Т-34", + "genre_ids": [ + 10752, + 18, + 12 + ], + "backdrop_path": "/vDx8XxfYjkn573bCFGF6SkdM33Q.jpg", + "adult": false, + "overview": "1941 - WWii. the second lieutenant Nikolai ivushkin, commander of a t-34, engages in an unequal battle against the tank ace Klaus Jager in a battle near moscow. His mission is more of a suicide - to destroy a dozen german tanks, all by himself. that said, luck does favour the bold. He wins the battle, barely survives, but loses his tank and lands himself in captivity for three long years... there was little to no chance for ivushkin and Jager to meet again, but the war knows how to throw a curve ball.in the spring of 1944, the Wehrmacht commands Jager to take charge of the ohrdruf re range and turn it into a training center for elite german armored forces, using the latest t-34 as a running target. this is how Jager and ivushkin cross paths again. Jager o ers ivushkin to become the commander of a legendary tank and pick his crew from fellow camp prisoners. Nothing goes according to plan, though, when ivushkin uses exercises for a daring and carefully planned escape.", + "release_date": "2018-12-27" + }, + { + "vote_count": 88, + "id": 567604, + "video": false, + "vote_average": 7.2, + "title": "Once Upon a Deadpool", + "popularity": 91.801, + "poster_path": "/5Ka49BWWyKMXr93YMbH5wLN7aAM.jpg", + "original_language": "en", + "original_title": "Once Upon a Deadpool", + "genre_ids": [ + 35, + 28 + ], + "backdrop_path": "/7RqpTZq0mPpTcEwZ6qqwRZAFoLe.jpg", + "adult": false, + "overview": "A kidnapped Fred Savage is forced to endure Deadpool's PG-13 rendition of Deadpool 2 as a Princess Bride-esque story that's full of magic, wonder & zero F's.", + "release_date": "2018-12-11" + } + ], + "page": 1, + "total_results": 804, + "dates": { + "maximum": "2019-01-31", + "minimum": "2018-12-14" + }, + "total_pages": 41 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:32.1566042Z", + "ReducedUri": "/3/movie/now_playing?language=de", + "RespData": { + "results": [ + { + "vote_count": 928, + "id": 424783, + "video": false, + "vote_average": 6.5, + "title": "Bumblebee", + "popularity": 333.153, + "poster_path": "/fw02ONlDhrYjTSZV8XO6hhU3ds3.jpg", + "original_language": "en", + "original_title": "Bumblebee", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/hMANgfPHR1tRObNp2oPiOi9mMlz.jpg", + "adult": false, + "overview": "Im Jahr 1987 versteckt sich das mysteriöse Maschinenwesen Bumblebee in der Gestalt eines alten VW Käfers auf dem Schrottplatz einer kleinen kalifornischen Küstenstadt. Kurz vor ihrem 18ten Geburtstag und auf der Suche nach ihrem Platz im Leben, findet die rebellische Charlie den kaputten und kampfgeschwächten Bumblebee. Mit mechanischem Geschick beginnt sie ihn zu reparieren und lernt schnell, dass es sich keineswegs nur um eine alte Schrottmühle handelt …", + "release_date": "2018-12-15" + }, + { + "vote_count": 2938, + "id": 297802, + "video": false, + "vote_average": 6.9, + "title": "Aquaman", + "popularity": 331.431, + "poster_path": "/wJhqsBTBrWHcuLfU5kHF4Ar4HOL.jpg", + "original_language": "en", + "original_title": "Aquaman", + "genre_ids": [ + 28, + 14, + 878, + 12 + ], + "backdrop_path": "/7icgF1dgUJaCpnWV235eafXFznJ.jpg", + "adult": false, + "overview": "Arthur Curry besser bekannt unter seinem Alias \"Aquaman\", ist der rechtmäßige Erbe des Thrones von Atlantis. Doch bisher ist dem Sohn eines menschlichen Vaters und einer atlantischen Mutter die Herrschaft über das mystische Unterwasserkönigreich verwehrt. Aquamans Halbbruder Orm herrscht über Atlantis und möchte auch die anderen sechs Königreiche der Meere um sich scharen, um vereint einen Krieg gegen die Menschen an der Erdoberfläche zu führen. Um seinen Anspruch auf den Thron zu beweisen, macht sich Aquaman gemeinsam mit Mera auf die Suche nach dem Dreizack des ersten Königs von Atlantis. Als Orm von diesem Plan erfährt, hetzt er den beiden den Piraten Black Manta auf den Hals, welcher mit Aquaman selbst noch eine Rechnung zu begleichen hat.", + "release_date": "2018-12-07" + }, + { + "vote_count": 591, + "id": 428078, + "video": false, + "vote_average": 6, + "title": "Mortal Engines: Krieg der Städte", + "popularity": 210.646, + "poster_path": "/ln4NUbzXkKQHaeWOCBctz9PzciQ.jpg", + "original_language": "en", + "original_title": "Mortal Engines", + "genre_ids": [ + 878, + 28, + 12, + 14, + 53 + ], + "backdrop_path": "/rxYG6Sj95as9rv9wKIHUx6ATWd3.jpg", + "adult": false, + "overview": "Vor Tausenden von Jahren verwüstete eine gewaltige Katastrophe die Erde, doch die Menschheit hat sich ihrer neuen Umgebung längst angepasst. Gigantische Metropolen auf Rädern erhoben sich aus den Trümmern der untergegangenen Zivilisation. Auf der Suche nach den letzten Ressourcen fahren sie über die verdörrte Steppe und verschlingen gnadenlos die kleineren Städte. Zu den großen Metropolen gehört auch London als einer der gewaltigsten rollenden Kolosse. In diesem unerbittlichen Kampf trifft der unscheinbare Tom Natsworthy (Robert Sheehan) in einer schicksalshaften Begegnung auf die gefährliche Flüchtige Hester Shaw (Hera Hilmar) – zwei Gegensätze prallen aufeinander, zwei Menschen, deren Wege einander nie hätten kreuzen sollen. Sie schmieden eine überraschende Allianz, die über den Fortgang der Menschheitsgeschichte bestimmen könnte.", + "release_date": "2018-12-05" + }, + { + "vote_count": 706, + "id": 480530, + "video": false, + "vote_average": 6.5, + "title": "Creed II - Rocky's Legacy", + "popularity": 209.752, + "poster_path": "/v3QyboWRoA4O9RbcsqH8tJMe8EB.jpg", + "original_language": "en", + "original_title": "Creed II", + "genre_ids": [ + 18, + 28 + ], + "backdrop_path": "/8yqLPNwNCtpOPc3XkOlkSMnghzw.jpg", + "adult": false, + "overview": "Adonis Creed muss sich der größten Herausforderung seines Lebens stellen: Im Boxring wartet niemand Geringeres als Viktor Drago auf ihn, dessen Vater Ivan Drago einst Adonis' Erzeuger Apollo Creed während eines Schaukampfes totschlug. Doch mit Rocky Balboa an seiner Seite stellt sich der junge Boxer seinem Kontrahenten.", + "release_date": "2018-11-21" + }, + { + "vote_count": 2, + "id": 568709, + "video": false, + "vote_average": 9.3, + "title": "Preman Pensiun", + "popularity": 209.427, + "poster_path": "/7xfWyoz4SF5LHZ713eMtC2aZ0lT.jpg", + "original_language": "id", + "original_title": "Preman Pensiun", + "genre_ids": [ + 35, + 18 + ], + "backdrop_path": "/rrznEEdi4OVPsrqbEgmCE7nzjPs.jpg", + "adult": false, + "overview": "", + "release_date": "2019-01-17" + }, + { + "vote_count": 440, + "id": 375588, + "video": false, + "vote_average": 5.8, + "title": "Robin Hood", + "popularity": 169.74, + "poster_path": "/3iwnyHWF3Byh6SGlXgtEROY3kJt.jpg", + "original_language": "en", + "original_title": "Robin Hood", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/AuA50D7T7S7OEVcGo0ZKaMhERn0.jpg", + "adult": false, + "overview": "Robin Hood hat in den Kreuzzügen gekämpft, doch als er in seine Heimat zurückkehrt, erkennt er das Land nicht wieder: England ist zu einer von Korruption und Intrigen gezeichneten Gesellschaft geworden, die Reichen schwelgen in Luxus, während es bei den Armen kaum zum Überleben reicht. Robin beschließt, dass er nicht länger wegschauen kann, und nimmt – ausgerüstet mit Maske, Pfeil und Bogen – den Kampf gegen die Ungerechtigkeit im Land und die tyrannische Oberschicht auf. Dabei findet er mit Little John einen Verbündeten und verliebt sich in die ebenso schöne wie willensstarke Marian. Doch die herrschende Klasse will Robins Raubzüge und seinen Kampf für Gerechtigkeit nicht einfach hinnehmen und setzt den gnadenlosen Sheriff von Nottingham auf ihn an…", + "release_date": "2018-11-20" + }, + { + "vote_count": 11, + "id": 390634, + "video": false, + "vote_average": 4.8, + "title": "劇場版「Fate/stay night [Heaven's Feel] ⅠⅠ. lost butterfly」", + "popularity": 165.584, + "poster_path": "/t0jwlwFUrtkPJoq5JH9YrRVROXZ.jpg", + "original_language": "ja", + "original_title": "劇場版「Fate/stay night [Heaven's Feel] ⅠⅠ. lost butterfly」", + "genre_ids": [ + 16, + 28, + 14, + 12 + ], + "backdrop_path": "/3haESpzscyP1pLl2BxQ9j5KK9cM.jpg", + "adult": false, + "overview": "", + "release_date": "2019-01-12" + }, + { + "vote_count": 691, + "id": 450465, + "video": false, + "vote_average": 6.9, + "title": "Glass", + "popularity": 165.309, + "poster_path": "/9xZfvSsygXPoziNJFoOjIpncloj.jpg", + "original_language": "en", + "original_title": "Glass", + "genre_ids": [ + 53, + 27, + 9648, + 18 + ], + "backdrop_path": "/ngBFDOsx13sFXiMweDoL54XYknR.jpg", + "adult": false, + "overview": "Kevin Wendell Crumb hat eine multiple Persöhnlichkeitsstörung und schon einige Menschen getötet. David Dunn observiert Kevin und versucht ihn dingfest zu machen. Doch welche Rolle spielt der mysteriöse Elijah Price aka. Mr. Glass in der Geschichte?", + "release_date": "2019-01-16" + }, + { + "vote_count": 2875, + "id": 332562, + "video": false, + "vote_average": 7.5, + "title": "A Star Is Born", + "popularity": 155.21, + "poster_path": "/hjfcwqTxj2GB3L9uxPaXWDgWD2.jpg", + "original_language": "en", + "original_title": "A Star Is Born", + "genre_ids": [ + 18, + 10402, + 10749 + ], + "backdrop_path": "/wqtaHWOEZ3rXDJ8c6ZZShulbo18.jpg", + "adult": false, + "overview": "Jackson MainesCountry-Karriere befindet sich am Tiefpunkt, als er eine begabte Unbekannte namens Ally entdeckt. Die beiden beginnen eine leidenschaftliche Liebesbeziehung, und Jack drängt Ally ins Rampenlicht, wo sie über Nacht zum Star aufsteigt. Als Allys Karriere Jack bald in den Schatten stellt, fällt es ihm zunehmend schwerer, sich mit seinem verblassenden Ruhm abzufinden.", + "release_date": "2018-10-03" + }, + { + "vote_count": 218, + "id": 504172, + "video": false, + "vote_average": 6.1, + "title": "The Mule", + "popularity": 135.793, + "poster_path": "/rRt4gDT0Er9c6Q2Qk9GxYo4CDB.jpg", + "original_language": "en", + "original_title": "The Mule", + "genre_ids": [ + 80, + 18, + 53 + ], + "backdrop_path": "/bkc4AY6FTa3yNqrshE9b1elDzPt.jpg", + "adult": false, + "overview": "Earl Stone ist ein alter Mann in seinen Achtzigern, der mittellos und einsam nach der Schließung seines Geschäfts einen Job annimmt, bei dem er eigentlich nur fahren und transportieren muss. Doch dann stellt sich heraus, dass der wichtigste Auftraggeber das mexikanischen Kartell ist und die Ware in Wirklichkeit eine ziemlich heiße Ware ist...", + "release_date": "2018-12-14" + }, + { + "vote_count": 244, + "id": 503314, + "video": false, + "vote_average": 7.4, + "title": "Dragon Ball Super Broly", + "popularity": 135.52, + "poster_path": "/f03YksE4NggUjG75toz4H1YAGRf.jpg", + "original_language": "ja", + "original_title": "ドラゴンボール超スーパー ブロリー", + "genre_ids": [ + 28, + 16, + 878 + ], + "backdrop_path": "/6OTRuxpwUUGbmCX3MKP25dOmo59.jpg", + "adult": false, + "overview": "Auf der Erde herrscht wieder einmal Frieden und Ordnung. Für Son Goku dennoch kein Grund auf der faulen Haut zu liegen, schließlich gibt es in den verschiedenen Universen noch zahllose enorm starke Konkurrenten. Also trainiert er fleißig, um die Grenzen seiner Kraft immer wieder aufs Neue zu sprengen. Eines Tages taucht ein Saiyajin namens Broly auf der Erde auf, den weder Son Goku noch Vegeta jemals zuvor gesehen haben. Doch wie kann das sein, schließlich sollten die restlichen Saiyajin bei der Zerstörung des Planeten Vegeta durch Freezer vollständig ausgelöscht worden sein? Diese Begegnung sowie die schicksalhafte Geschichte der Saiyajin ist der Beginn einer\r neuen, gewaltigen Schlacht ...", + "release_date": "2018-12-14" + }, + { + "vote_count": 643, + "id": 360920, + "video": false, + "vote_average": 6.3, + "title": "Der Grinch", + "popularity": 130.115, + "poster_path": "/n9BfoE3v2DYa6sl93uAaDXBAM7P.jpg", + "original_language": "en", + "original_title": "The Grinch", + "genre_ids": [ + 16, + 10751, + 35, + 14 + ], + "backdrop_path": "/juc9wt7Eh2IarLL5S1yQ1a21O1A.jpg", + "adult": false, + "overview": "Der Grinch, ein grüner, weihnachtshassender Miesepeter, lebt gemeinsam mit seinem treuen Hund Max in einer Höhle oberhalb des Dörfchens Whoville, wo man Weihnachten über alles liebt. Als das nächste Weihnachtsfest vor der Tür steht, hat der Grinch endgültig Schnauze voll und beschließt, die Feierlichkeiten zu sabotieren und Weihnachten zu stehlen. Bei der Umsetzung seines diabolischen Plans trifft er auf die kleine Cindy-Lou, die an Heiligabend extra länger wachgeblieben ist, um den Weihnachtsmann zu treffen und ihm dafür zu danken, dass er ihre überarbeitete Mutter unterstützt.", + "release_date": "2018-11-08" + }, + { + "vote_count": 1312, + "id": 324857, + "video": false, + "vote_average": 8.5, + "title": "Spider-Man: A New Universe", + "popularity": 114.503, + "poster_path": "/laMM4lpQSh5z6KIBPwWogkjzBVQ.jpg", + "original_language": "en", + "original_title": "Spider-Man: Into the Spider-Verse", + "genre_ids": [ + 28, + 12, + 16, + 878, + 35 + ], + "backdrop_path": "/7d6EY00g1c39SGZOoCJ5Py9nNth.jpg", + "adult": false, + "overview": "Animations-Abenteuer um Superheld Spider-Man. Im Gegensatz zu den Realfilmen geht es aber nicht um Peter Parker, sondern um Miles Morales – und noch andere Spinnenmänner..", + "release_date": "2018-12-07" + }, + { + "vote_count": 52, + "id": 522681, + "video": false, + "vote_average": 7.1, + "title": "Escape Room", + "popularity": 114.258, + "poster_path": "/zmdRZ834diMNSZqKmMFrVgH8KPZ.jpg", + "original_language": "en", + "original_title": "Escape Room", + "genre_ids": [ + 27, + 53, + 28 + ], + "backdrop_path": "/9cmrRktcAmhteKMNRl2hU6rQzLJ.jpg", + "adult": false, + "overview": "Amanda, Mike und Ben kennen sich nicht, haben aber gemeinsam, dass sie sich für besonders intelligent halten. Wie noch drei weitere Menschen, die auch glauben, sie seien besonders schlau, bekommen sie eine ganz spezielle Einladung: Sie dürfen an einer einzigartigen Escape-Room-Erfahrung teilnehmen und können dabei sogar noch ein Preisgeld in Höhe von einer Million Dollar gewinnnen. Doch verschwiegen wird in der Einladung ein nicht ganz unwichtiges Detail: Das Spiel kann (und wird) tödlich enden, wenn man eines der extrem herausfordernden Rätsel nicht schnell genug löst...", + "release_date": "2019-01-03" + }, + { + "vote_count": 89, + "id": 166428, + "video": false, + "vote_average": 8.5, + "title": "Drachenzähmen leicht gemacht 3: Die geheime Welt", + "popularity": 105.53, + "poster_path": "/9WPiaCI1JIamXwEEwWz3G2c1BfH.jpg", + "original_language": "en", + "original_title": "How to Train Your Dragon: The Hidden World", + "genre_ids": [ + 16, + 10751, + 12 + ], + "backdrop_path": "/xt1eGafwaY42gBvYCUqXQrjUVjw.jpg", + "adult": false, + "overview": "Hicks arbeitet nach wie vor an seinem Traum, eine Welt zu erschaffen, in der Drachen und Menschen friedlich zusammenleben können. Währenddessen trifft Ohnezahn auf eine ungezähmte Drachendame, die ihm gehörig den Kopf verdreht. Als sich eine neue Gefahr anbahnt, sind die beiden Freunde gezwungen, all ihre Fähigkeiten aufzubieten, um ihren Traum und sogar das Überleben von Ohnezahns Rasse zu sichern.", + "release_date": "2019-01-03" + }, + { + "vote_count": 326, + "id": 399402, + "video": false, + "vote_average": 5.9, + "title": "Hunter Killer", + "popularity": 102.919, + "poster_path": "/a0j18XNVhP4RcW3wXwsqT0kVoQm.jpg", + "original_language": "en", + "original_title": "Hunter Killer", + "genre_ids": [ + 28, + 53 + ], + "backdrop_path": "/gCIB3DdK00DyfwosVGf7pnFFdK3.jpg", + "adult": false, + "overview": "Ein U-Boot-Kapitän schließt sich mit einem Navy-SEAL-Team zusammen, um den russischen Präsidenten zu retten, der während eines Militärcoups gefangen genommen wurde, als er versuchte, einen durchgedrehten russischen General davon abzuhalten, den Dritten Weltkrieg zu entfachen. Neben der Befreiung des Präsidenten müssen die Helden die kriegerischen Pläne des Bösewichts vereiteln.", + "release_date": "2018-10-19" + }, + { + "vote_count": 3263, + "id": 405774, + "video": false, + "vote_average": 7.1, + "title": "Bird Box", + "popularity": 96.734, + "poster_path": "/9JmZZ0TjJ876whQe3x98SMeQJBC.jpg", + "original_language": "en", + "original_title": "Bird Box", + "genre_ids": [ + 53, + 18, + 878, + 27 + ], + "backdrop_path": "/z6m7s4w4Erxnr5k2jc1TZR1AMva.jpg", + "adult": false, + "overview": "Ein mysteriöser Schrecken hat die Welt heimgesucht. Es handelt sich dabei um eine mysteriöse Macht, die seine Opfer in den Selbstmord treibt. Sobald man sie erblickt erlebt man seine schlimmsten Ängste. Um sich und ihre zwei Kinder vor diesem grausamen Schicksal zu bewahren, muss sich Malorie mit ihnen in dieser in Angst und Schrecken versetzten Welt durchkämpfen. Dies mit verbundenen Augen, um dem unheimlichen Wesen keine Angriffsfläche zu bieten. Malorie erfährt von einem Ort am Fluß, an dem ein Überleben, vielleicht möglich ist. In einem kleinem Boot wagt sie mit ihren Kindern die gefährliche Fahrt...", + "release_date": "2018-12-13" + }, + { + "vote_count": 692, + "id": 400650, + "video": false, + "vote_average": 6.8, + "title": "Mary Poppins‘ Rückkehr", + "popularity": 96.241, + "poster_path": "/cZEu7VZnc8c9Q2l3bxpE0MAJtFl.jpg", + "original_language": "en", + "original_title": "Mary Poppins Returns", + "genre_ids": [ + 14, + 10751, + 35 + ], + "backdrop_path": "/cwiJQXezWz876K3jS57Sq56RYCZ.jpg", + "adult": false, + "overview": "Mary Poppins kehrt in das Haus der Familie Banks zurück, um der nächsten Banks-Generation nach einem tragischen Verlust wieder Freude und Heiterkeit zu bringen.", + "release_date": "2018-12-19" + }, + { + "vote_count": 43, + "id": 505954, + "video": false, + "vote_average": 4.6, + "title": "Т-34", + "popularity": 95.815, + "poster_path": "/qNBjbjpQC2Rm8M1v0X8jQxb4AnN.jpg", + "original_language": "ru", + "original_title": "Т-34", + "genre_ids": [ + 10752, + 18, + 12 + ], + "backdrop_path": "/vDx8XxfYjkn573bCFGF6SkdM33Q.jpg", + "adult": false, + "overview": "Der Leutnant Nikolai Iwuschkin, Kommandant eines T-34, führt einen ungleichen Kampf gegen das Panzerass Klaus Jager in einem Kampf nahe Moskau. Seine Mission ist eher ein Selbstmord - ein Dutzend deutscher Panzer alleine zu vernichten. Glück kommt den Mutigen zugute. Er gewinnt die Schlacht, und er überlebt nur knapp, verliert jedoch seinen Panzer und landet drei Jahre lang in Gefangenschaft. Im Frühjahr 1944 befiehlt die Wehrmacht Jager, die ,,Ohrdruf re range\" zu übernehmen und diese in einem Trainingszentrum für deutsche Panzerkräfte, in eine Elite zu verwandeln. Dabei wird der neueste t-34 als Ziel verwendet. So kreuzen sich die Leben von Jager und Ivushkin wieder. Jager bietet Ivushkin an, Kommandant des legendären t-34 Panzers zu werden, und seine Crew aus anderen Lagergefangenen zusammen zu stellen. Es gelingt jedoch nicht nach Plan, als Ivushkin die Übungen für eine mutige und sorgfältig geplante Flucht nutzt.", + "release_date": "2018-12-27" + }, + { + "vote_count": 88, + "id": 567604, + "video": false, + "vote_average": 7.2, + "title": "Es war einmal ein Deadpool", + "popularity": 91.801, + "poster_path": "/xLP1Wb9hhjYYaeMNN8dQXxnzlrD.jpg", + "original_language": "en", + "original_title": "Once Upon a Deadpool", + "genre_ids": [ + 35, + 28 + ], + "backdrop_path": "/7RqpTZq0mPpTcEwZ6qqwRZAFoLe.jpg", + "adult": false, + "overview": "Die Quasselstrippe unter Marvels Söldnern kehrt zurück! Größer, besser und gelegentlich hosenloser als jemals zuvor. Als ein Supersoldat in mörderischer Mission auf den Plan tritt, sieht Deadpool sich gezwungen, Werte wie Freundschaft und Familie zu überdenken und was es wirklich heißt, ein Held zu sein. Denn manchmal muss man, um das Richtige zu tun, schmutzig kämpfen.", + "release_date": "2018-12-11" + } + ], + "page": 1, + "total_results": 804, + "dates": { + "maximum": "2019-01-31", + "minimum": "2018-12-14" + }, + "total_pages": 41 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:31.9232531Z", + "ReducedUri": "/3/movie/now_playing?page=2", + "RespData": { + "results": [ + { + "vote_count": 56, + "id": 503616, + "video": false, + "vote_average": 6.5, + "title": "Second Act", + "popularity": 81.75, + "poster_path": "/maUMIZVGs8g1hYtq4dQ9Lg9FtVF.jpg", + "original_language": "en", + "original_title": "Second Act", + "genre_ids": [ + 10749, + 35 + ], + "backdrop_path": "/gZ1n5lvEWLTQgmVbeKHyfIUrqgx.jpg", + "adult": false, + "overview": "Maya, a 40-year-old woman struggling with frustrations from unfulfilled dreams. Until that is, she gets the chance to prove to Madison Avenue that street smarts are as valuable as book smarts, and that it is never too late for a second act.", + "release_date": "2018-11-22" + }, + { + "vote_count": 934, + "id": 404368, + "video": false, + "vote_average": 7.4, + "title": "Ralph Breaks the Internet", + "popularity": 77.598, + "poster_path": "/lDroo0e4Pr33c1Y4LWr7f4IE8f2.jpg", + "original_language": "en", + "original_title": "Ralph Breaks the Internet", + "genre_ids": [ + 10751, + 16, + 35, + 14 + ], + "backdrop_path": "/88poTBTafMXaz73vYi3c74g0y2k.jpg", + "adult": false, + "overview": "Six years after the events of \"Wreck-It Ralph,\" Ralph and Vanellope, now friends, discover a wi-fi router in their arcade, leading them into a new adventure.", + "release_date": "2018-11-20" + }, + { + "vote_count": 277, + "id": 429197, + "video": false, + "vote_average": 7.2, + "title": "Vice", + "popularity": 74.417, + "poster_path": "/e0NZxqQ4B8YZ6kRrZish2DPqtdi.jpg", + "original_language": "en", + "original_title": "Vice", + "genre_ids": [ + 18, + 36, + 35 + ], + "backdrop_path": "/uvy89JLcYEiUb0VOoSjkUrIW3nJ.jpg", + "adult": false, + "overview": "George W. Bush picks Dick Cheney, the CEO of Halliburton Co., to be his Republican running mate in the 2000 presidential election. No stranger to politics, Cheney's impressive résumé includes stints as White House chief of staff, House Minority Whip and defense secretary. When Bush wins by a narrow margin, Cheney begins to use his newfound power to help reshape the country and the world.", + "release_date": "2018-12-25" + }, + { + "vote_count": 805, + "id": 426426, + "video": false, + "vote_average": 8.1, + "title": "Roma", + "popularity": 72.313, + "poster_path": "/dtIIyQyALk57ko5bjac7hi01YQ.jpg", + "original_language": "es", + "original_title": "Roma", + "genre_ids": [ + 18 + ], + "backdrop_path": "/uXs8rTXZDaWUclprxZuxfaZqei5.jpg", + "adult": false, + "overview": "In 1970s Mexico City, two domestic workers help a mother of four while her husband is away for an extended period of time.", + "release_date": "2018-08-25" + }, + { + "vote_count": 328, + "id": 375262, + "video": false, + "vote_average": 7.6, + "title": "The Favourite", + "popularity": 67.428, + "poster_path": "/4hgPWxYeGWtTEx9BPhUo99wj77z.jpg", + "original_language": "en", + "original_title": "The Favourite", + "genre_ids": [ + 18, + 36, + 35 + ], + "backdrop_path": "/ekWMoBZ4B9rM60INZEh5FAD2HFR.jpg", + "adult": false, + "overview": "In 18th century England, the close relationship between Queen Anne and Sarah Churchill is threatened by the arrival of Sarah's cousin, Abigail Hill, resulting in a bitter rivalry between the two cousins to be the Queen's favourite.", + "release_date": "2018-11-20" + }, + { + "vote_count": 676, + "id": 347375, + "video": false, + "vote_average": 5.9, + "title": "Mile 22", + "popularity": 65.11, + "poster_path": "/2L8ehd95eSW9x7KINYtZmRkAlrZ.jpg", + "original_language": "en", + "original_title": "Mile 22", + "genre_ids": [ + 28, + 53, + 12, + 80 + ], + "backdrop_path": "/2nOMUnQ4OtsKVTmpp3og7MYt4oG.jpg", + "adult": false, + "overview": "An elite group of American operatives, aided by a top-secret tactical command team, must transport an asset who holds life-threatening information to an extraction point 22 miles away through the hostile streets of an Asian city.", + "release_date": "2018-08-16" + }, + { + "vote_count": 80, + "id": 300681, + "video": false, + "vote_average": 5.4, + "title": "Replicas", + "popularity": 60.011, + "poster_path": "/kEuIYDEJ9ReBbJLb7QeP9KdbjEe.jpg", + "original_language": "en", + "original_title": "Replicas", + "genre_ids": [ + 53, + 878, + 9648 + ], + "backdrop_path": "/sHPfBVFq7dlnXCz1zFdbEdwcBDJ.jpg", + "adult": false, + "overview": "A scientist becomes obsessed with bringing back his family members who died in a traffic accident.", + "release_date": "2018-11-01" + }, + { + "vote_count": 45, + "id": 426563, + "video": false, + "vote_average": 4.4, + "title": "Holmes & Watson", + "popularity": 59.251, + "poster_path": "/gY4ziK7sjmNbsoBnTbhqC3SkGoE.jpg", + "original_language": "en", + "original_title": "Holmes & Watson", + "genre_ids": [ + 9648, + 12, + 35, + 80 + ], + "backdrop_path": "/pikYQjSIHP96Zidprp9ngG8YmYJ.jpg", + "adult": false, + "overview": "Detective Sherlock Holmes and Dr. John Watson join forces to investigate a murder at Buckingham Palace. They soon learn that they have only four days to solve the case, or the queen will become the next victim.", + "release_date": "2018-12-25" + }, + { + "vote_count": 3, + "id": 461693, + "video": false, + "vote_average": 2, + "title": "Silukkuvarupatti Singam", + "popularity": 54.185, + "poster_path": "/iIPbuINYWjvRZhXVrA5TDcKDuCy.jpg", + "original_language": "ta", + "original_title": "சிலுக்குவார்பட்டி சிங்கம்", + "genre_ids": [ + 28, + 35 + ], + "backdrop_path": "/9c8LgVXzPkXh7VIEoRoUy7FOZv1.jpg", + "adult": false, + "overview": "A constable who prefers to mind his own business gets into a situation where he has to hide from a most-wanted gangster.", + "release_date": "2018-12-21" + }, + { + "vote_count": 170, + "id": 451915, + "video": false, + "vote_average": 7.4, + "title": "Beautiful Boy", + "popularity": 49.473, + "poster_path": "/ArNIWAnSVipAt6cgHYCe55tDy7F.jpg", + "original_language": "en", + "original_title": "Beautiful Boy", + "genre_ids": [ + 18 + ], + "backdrop_path": "/sOhtC4cmaYPOlcjXCWxxrx2NKKn.jpg", + "adult": false, + "overview": "After he and his first wife separate, journalist David Sheff struggles to help their teenage son, who goes from experimenting with drugs to becoming devastatingly addicted to methamphetamine.", + "release_date": "2018-10-12" + }, + { + "vote_count": 55, + "id": 487672, + "video": false, + "vote_average": 6.9, + "title": "Reign of the Supermen", + "popularity": 49.436, + "poster_path": "/jKqe91SItNh7NWs52yiu8xNOFsj.jpg", + "original_language": "en", + "original_title": "Reign of the Supermen", + "genre_ids": [ + 16, + 28, + 878 + ], + "backdrop_path": "/cdCMUHWyXBOsbLL4dOEPdCEtwM4.jpg", + "adult": false, + "overview": "In the wake of The Death of Superman, the world is still mourning the loss of the Man of Steel following his fatal battle with the monster Doomsday. However, no sooner as his body been laid to rest than do four new bearers of the Superman shield come forward to take on the mantle. The Last Son of Krypton, Superboy, Steel, and the Cyborg Superman all attempt to fill the vacuum left by the world's greatest champion. Meanwhile, Superman's death has also signaled to the universe that Earth is vulnerable. Can these new Supermen and the rest of the heroes prove them wrong?", + "release_date": "2019-01-13" + }, + { + "vote_count": 264, + "id": 490132, + "video": false, + "vote_average": 8.3, + "title": "Green Book", + "popularity": 45.041, + "poster_path": "/7BsvSuDQuoqhWmU2fL7W2GOcZHU.jpg", + "original_language": "en", + "original_title": "Green Book", + "genre_ids": [ + 18, + 35 + ], + "backdrop_path": "/78PjwaykLY2QqhMfWRDvmfbC6EV.jpg", + "adult": false, + "overview": "Tony Lip, a bouncer in 1962, is hired to drive pianist Don Shirley on a tour through the Deep South in the days when African Americans, forced to find alternate accommodations and services due to segregation laws below the Mason-Dixon Line, relied on a guide called The Negro Motorist Green Book.", + "release_date": "2018-11-16" + }, + { + "vote_count": 5, + "id": 543103, + "video": false, + "vote_average": 5, + "title": "Kamen Rider Heisei Generations FOREVER", + "popularity": 41.583, + "poster_path": "/wUg2Xr4y12y4oVp3FEXYcPFLd0n.jpg", + "original_language": "ja", + "original_title": "仮面ライダー平成ジェネレーションズFOREVER", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/uufTqD2CSn1NqL3cXEl4Vp3bCav.jpg", + "adult": false, + "overview": "In the world of Sougo Tokiwa and Sento Kiryu, their \"companions\" are losing their memories one after the other as they're replaced by other people. The Super Time Jacker, Tid , appears before them. He orders his powerful underlings, Another Double and Another Den-O, to pursue a young boy called Shingo. While fighting to protect Shingo, Sougo meets Ataru, a young man who loves Riders, but Ataru says that Kamen Riders aren't real. What is the meaning of those words? While the mystery deepens, the true enemy that Sougo and Sento must defeat appears in the Kuriogatake mountain...", + "release_date": "2018-12-22" + }, + { + "vote_count": 134, + "id": 340613, + "video": false, + "vote_average": 7.1, + "title": "The Wife", + "popularity": 40.216, + "poster_path": "/d4Qyuy0Ul549f6SOdUqGvIdYKD2.jpg", + "original_language": "en", + "original_title": "The Wife", + "genre_ids": [ + 18 + ], + "backdrop_path": "/jvLrBlzdlJuDZtLunkCCd0eOXSm.jpg", + "adult": false, + "overview": "A wife questions her life choices as she travels to Stockholm with her husband, where he is slated to receive the Nobel Prize for Literature.", + "release_date": "2018-08-02" + }, + { + "vote_count": 36, + "id": 449459, + "video": false, + "vote_average": 5.3, + "title": "The Vanishing", + "popularity": 39.3, + "poster_path": "/5HKn2CecRi2OlyC3T6FZz4QqkW5.jpg", + "original_language": "en", + "original_title": "The Vanishing", + "genre_ids": [ + 53, + 18, + 9648 + ], + "backdrop_path": "/jK4m8gjLT5D2PNwoC0jJ0dGmWMu.jpg", + "adult": false, + "overview": "Three lighthouse keepers on an uninhabited island off the coast of Scotland discover something that isn't theirs to keep.", + "release_date": "2018-11-15" + }, + { + "vote_count": 308, + "id": 398173, + "video": false, + "vote_average": 7.3, + "title": "The House That Jack Built", + "popularity": 39.249, + "poster_path": "/rHR3Z5QWzODnoI2GeYtEIHiz1R8.jpg", + "original_language": "en", + "original_title": "The House That Jack Built", + "genre_ids": [ + 18, + 27, + 80, + 53 + ], + "backdrop_path": "/regL3STcZA6HSvg4PhfT8jEMx64.jpg", + "adult": false, + "overview": "Failed architect, engineer and vicious murderer Jack tells Verge the details of some of his most elaborately orchestrated crimes, each of them a towering piece of art that defines his life's work as a serial killer for twelve years.", + "release_date": "2018-10-08" + }, + { + "vote_count": 1, + "id": 452832, + "video": false, + "vote_average": 10, + "title": "Serenity", + "popularity": 37.846, + "poster_path": "/hgWAcic93phg4DOuQ8NrsgQWiqu.jpg", + "original_language": "en", + "original_title": "Serenity", + "genre_ids": [ + 53, + 18 + ], + "backdrop_path": "/9TUXAXQ3SEyykLdW2nzGpKZtPn9.jpg", + "adult": false, + "overview": "Baker Dill is a fishing boat captain leading tours off a tranquil, tropical enclave called Plymouth Island. His quiet life is shattered, however, when his ex-wife Karen tracks him down with a desperate plea for help.", + "release_date": "2019-01-24" + }, + { + "vote_count": 131, + "id": 438808, + "video": false, + "vote_average": 6, + "title": "White Boy Rick", + "popularity": 37.7, + "poster_path": "/l15r2aLqdifXM9GFsJLkOq5Y8SI.jpg", + "original_language": "en", + "original_title": "White Boy Rick", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/meYHHs0v44Yvt4cHuaqrDSO2hDy.jpg", + "adult": false, + "overview": "The story of teenager, Richard Wershe Jr., who became an undercover informant for the police during the 1980s and was ultimately arrested for drug-trafficking and sentenced to life in prison.", + "release_date": "2018-09-14" + }, + { + "vote_count": 0, + "id": 568300, + "video": false, + "vote_average": 0, + "title": "BTS World Tour: Love Yourself in Seoul", + "popularity": 37.085, + "poster_path": "/mjzzNjirQ5Oi7oYoy30Hwu0DiVo.jpg", + "original_language": "ko", + "original_title": "러브 유어셀프 인 서울", + "genre_ids": [ + 10402, + 99 + ], + "backdrop_path": null, + "adult": false, + "overview": "Shot at the Olympic Stadium in Seoul during the BTS WORLD TOUR ‘LOVE YOURSELF’, an exclusive screening of the most sought-after concert of 2018 hits movie theaters worldwide for a one-day only event. This event will bring fans together to celebrate the seven members of the global boyband and their unprecedented international phenomenon.", + "release_date": "2019-01-26" + }, + { + "vote_count": 257, + "id": 442062, + "video": false, + "vote_average": 5.6, + "title": "Goosebumps 2: Haunted Halloween", + "popularity": 36.805, + "poster_path": "/t2wy38iiMpB8WsgJi3lYeDnGh2H.jpg", + "original_language": "en", + "original_title": "Goosebumps 2: Haunted Halloween", + "genre_ids": [ + 12, + 35, + 14, + 10751, + 27 + ], + "backdrop_path": "/h5BvesqaxL7V3vl1CmaR8waGyiM.jpg", + "adult": false, + "overview": "Two boys face an onslaught from witches, monsters, ghouls and a talking dummy after they discover a mysterious book by author R. L. Stine.", + "release_date": "2018-10-11" + } + ], + "page": 2, + "total_results": 804, + "dates": { + "maximum": "2019-01-31", + "minimum": "2018-12-14" + }, + "total_pages": 41 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:32.3808781Z", + "ReducedUri": "/3/movie/now_playing?region=de", + "RespData": { + "results": [ + { + "vote_count": 928, + "id": 424783, + "video": false, + "vote_average": 6.5, + "title": "Bumblebee", + "popularity": 333.153, + "poster_path": "/fw02ONlDhrYjTSZV8XO6hhU3ds3.jpg", + "original_language": "en", + "original_title": "Bumblebee", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/hMANgfPHR1tRObNp2oPiOi9mMlz.jpg", + "adult": false, + "overview": "On the run in the year 1987, Bumblebee finds refuge in a junkyard in a small Californian beach town. Charlie, on the cusp of turning 18 and trying to find her place in the world, discovers Bumblebee, battle-scarred and broken. When Charlie revives him, she quickly learns this is no ordinary yellow VW bug.", + "release_date": "2018-12-15" + }, + { + "vote_count": 2938, + "id": 297802, + "video": false, + "vote_average": 6.9, + "title": "Aquaman", + "popularity": 331.431, + "poster_path": "/5Kg76ldv7VxeX9YlcQXiowHgdX6.jpg", + "original_language": "en", + "original_title": "Aquaman", + "genre_ids": [ + 28, + 14, + 878, + 12 + ], + "backdrop_path": "/7icgF1dgUJaCpnWV235eafXFznJ.jpg", + "adult": false, + "overview": "Arthur Curry learns that he is the heir to the underwater kingdom of Atlantis, and must step forward to lead his people and be a hero to the world.", + "release_date": "2018-12-07" + }, + { + "vote_count": 706, + "id": 480530, + "video": false, + "vote_average": 6.5, + "title": "Creed II", + "popularity": 209.752, + "poster_path": "/v3QyboWRoA4O9RbcsqH8tJMe8EB.jpg", + "original_language": "en", + "original_title": "Creed II", + "genre_ids": [ + 18, + 28 + ], + "backdrop_path": "/8yqLPNwNCtpOPc3XkOlkSMnghzw.jpg", + "adult": false, + "overview": "Follows Adonis Creed's life inside and outside of the ring as he deals with new found fame, issues with his family, and his continuing quest to become a champion.", + "release_date": "2018-11-21" + }, + { + "vote_count": 440, + "id": 375588, + "video": false, + "vote_average": 5.8, + "title": "Robin Hood", + "popularity": 169.74, + "poster_path": "/AiRfixFcfTkNbn2A73qVJPlpkUo.jpg", + "original_language": "en", + "original_title": "Robin Hood", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/AuA50D7T7S7OEVcGo0ZKaMhERn0.jpg", + "adult": false, + "overview": "A war-hardened Crusader and his Moorish commander mount an audacious revolt against the corrupt English crown.", + "release_date": "2018-11-20" + }, + { + "vote_count": 691, + "id": 450465, + "video": false, + "vote_average": 6.9, + "title": "Glass", + "popularity": 165.309, + "poster_path": "/svIDTNUoajS8dLEo7EosxvyAsgJ.jpg", + "original_language": "en", + "original_title": "Glass", + "genre_ids": [ + 53, + 27, + 9648, + 18 + ], + "backdrop_path": "/ngBFDOsx13sFXiMweDoL54XYknR.jpg", + "adult": false, + "overview": "In a series of escalating encounters, security guard David Dunn uses his supernatural abilities to track Kevin Wendell Crumb, a disturbed man who has twenty-four personalities. Meanwhile, the shadowy presence of Elijah Price emerges as an orchestrator who holds secrets critical to both men.", + "release_date": "2019-01-16" + }, + { + "vote_count": 218, + "id": 504172, + "video": false, + "vote_average": 6.1, + "title": "The Mule", + "popularity": 135.793, + "poster_path": "/t0idiLMalKMj2pLsvqHrOM4LPdQ.jpg", + "original_language": "en", + "original_title": "The Mule", + "genre_ids": [ + 80, + 18, + 53 + ], + "backdrop_path": "/bkc4AY6FTa3yNqrshE9b1elDzPt.jpg", + "adult": false, + "overview": "A 90 year old horticulturalist and Korean War veteran is caught transporting $3 million worth of cocaine through Illinois for a Mexican drug cartel.", + "release_date": "2018-12-14" + }, + { + "vote_count": 244, + "id": 503314, + "video": false, + "vote_average": 7.4, + "title": "Dragon Ball Super: Broly", + "popularity": 135.52, + "poster_path": "/f03YksE4NggUjG75toz4H1YAGRf.jpg", + "original_language": "ja", + "original_title": "ドラゴンボール超スーパー ブロリー", + "genre_ids": [ + 28, + 16, + 878 + ], + "backdrop_path": "/6OTRuxpwUUGbmCX3MKP25dOmo59.jpg", + "adult": false, + "overview": "Earth is peaceful following the Tournament of Power. Realizing that the universes still hold many more strong people yet to see, Goku spends all his days training to reach even greater heights. Then one day, Goku and Vegeta are faced by a Saiyan called 'Broly' who they've never seen before. The Saiyans were supposed to have been almost completely wiped out in the destruction of Planet Vegeta, so what's this one doing on Earth? This encounter between the three Saiyans who have followed completely different destinies turns into a stupendous battle, with even Frieza (back from Hell) getting caught up in the mix.", + "release_date": "2018-12-14" + }, + { + "vote_count": 692, + "id": 400650, + "video": false, + "vote_average": 6.8, + "title": "Mary Poppins Returns", + "popularity": 96.241, + "poster_path": "/uTVGku4LibMGyKgQvjBtv3OYfAX.jpg", + "original_language": "en", + "original_title": "Mary Poppins Returns", + "genre_ids": [ + 14, + 10751, + 35 + ], + "backdrop_path": "/cwiJQXezWz876K3jS57Sq56RYCZ.jpg", + "adult": false, + "overview": "In Depression-era London, a now-grown Jane and Michael Banks, along with Michael's three children, are visited by the enigmatic Mary Poppins following a personal loss. Through her unique magical skills, and with the aid of her friend Jack, she helps the family rediscover the joy and wonder missing in their lives.", + "release_date": "2018-12-19" + }, + { + "vote_count": 56, + "id": 503616, + "video": false, + "vote_average": 6.5, + "title": "Second Act", + "popularity": 81.75, + "poster_path": "/maUMIZVGs8g1hYtq4dQ9Lg9FtVF.jpg", + "original_language": "en", + "original_title": "Second Act", + "genre_ids": [ + 10749, + 35 + ], + "backdrop_path": "/gZ1n5lvEWLTQgmVbeKHyfIUrqgx.jpg", + "adult": false, + "overview": "Maya, a 40-year-old woman struggling with frustrations from unfulfilled dreams. Until that is, she gets the chance to prove to Madison Avenue that street smarts are as valuable as book smarts, and that it is never too late for a second act.", + "release_date": "2018-11-22" + }, + { + "vote_count": 934, + "id": 404368, + "video": false, + "vote_average": 7.4, + "title": "Ralph Breaks the Internet", + "popularity": 77.598, + "poster_path": "/lDroo0e4Pr33c1Y4LWr7f4IE8f2.jpg", + "original_language": "en", + "original_title": "Ralph Breaks the Internet", + "genre_ids": [ + 10751, + 16, + 35, + 14 + ], + "backdrop_path": "/88poTBTafMXaz73vYi3c74g0y2k.jpg", + "adult": false, + "overview": "Six years after the events of \"Wreck-It Ralph,\" Ralph and Vanellope, now friends, discover a wi-fi router in their arcade, leading them into a new adventure.", + "release_date": "2018-11-20" + }, + { + "vote_count": 328, + "id": 375262, + "video": false, + "vote_average": 7.6, + "title": "The Favourite", + "popularity": 67.428, + "poster_path": "/4hgPWxYeGWtTEx9BPhUo99wj77z.jpg", + "original_language": "en", + "original_title": "The Favourite", + "genre_ids": [ + 18, + 36, + 35 + ], + "backdrop_path": "/ekWMoBZ4B9rM60INZEh5FAD2HFR.jpg", + "adult": false, + "overview": "In 18th century England, the close relationship between Queen Anne and Sarah Churchill is threatened by the arrival of Sarah's cousin, Abigail Hill, resulting in a bitter rivalry between the two cousins to be the Queen's favourite.", + "release_date": "2018-11-20" + }, + { + "vote_count": 170, + "id": 451915, + "video": false, + "vote_average": 7.4, + "title": "Beautiful Boy", + "popularity": 49.473, + "poster_path": "/ArNIWAnSVipAt6cgHYCe55tDy7F.jpg", + "original_language": "en", + "original_title": "Beautiful Boy", + "genre_ids": [ + 18 + ], + "backdrop_path": "/sOhtC4cmaYPOlcjXCWxxrx2NKKn.jpg", + "adult": false, + "overview": "After he and his first wife separate, journalist David Sheff struggles to help their teenage son, who goes from experimenting with drugs to becoming devastatingly addicted to methamphetamine.", + "release_date": "2018-10-12" + }, + { + "vote_count": 264, + "id": 490132, + "video": false, + "vote_average": 8.3, + "title": "Green Book", + "popularity": 45.041, + "poster_path": "/7BsvSuDQuoqhWmU2fL7W2GOcZHU.jpg", + "original_language": "en", + "original_title": "Green Book", + "genre_ids": [ + 18, + 35 + ], + "backdrop_path": "/78PjwaykLY2QqhMfWRDvmfbC6EV.jpg", + "adult": false, + "overview": "Tony Lip, a bouncer in 1962, is hired to drive pianist Don Shirley on a tour through the Deep South in the days when African Americans, forced to find alternate accommodations and services due to segregation laws below the Mason-Dixon Line, relied on a guide called The Negro Motorist Green Book.", + "release_date": "2018-11-16" + }, + { + "vote_count": 134, + "id": 340613, + "video": false, + "vote_average": 7.1, + "title": "The Wife", + "popularity": 40.216, + "poster_path": "/d4Qyuy0Ul549f6SOdUqGvIdYKD2.jpg", + "original_language": "en", + "original_title": "The Wife", + "genre_ids": [ + 18 + ], + "backdrop_path": "/jvLrBlzdlJuDZtLunkCCd0eOXSm.jpg", + "adult": false, + "overview": "A wife questions her life choices as she travels to Stockholm with her husband, where he is slated to receive the Nobel Prize for Literature.", + "release_date": "2018-08-02" + }, + { + "vote_count": 84, + "id": 457136, + "video": false, + "vote_average": 6.7, + "title": "Mary Queen of Scots", + "popularity": 23.205, + "poster_path": "/b5RMzLAyq5QW6GtN9sIeAEMLlBI.jpg", + "original_language": "en", + "original_title": "Mary Queen of Scots", + "genre_ids": [ + 18, + 36 + ], + "backdrop_path": "/iv5N169nQIzrS0pZ8MBEiemTtVt.jpg", + "adult": false, + "overview": "Mary Stuart, considered by many the legitimate sovereign of England, attempts to overthrow her cousin Queen Elizabeth I, only to find herself condemned to years of imprisonment before facing execution.", + "release_date": "2018-12-21" + }, + { + "vote_count": 149, + "id": 454652, + "video": false, + "vote_average": 7, + "title": "Colette", + "popularity": 20.537, + "poster_path": "/pGiUIkcTOEn2CwE5CUBFxWkcyxO.jpg", + "original_language": "en", + "original_title": "Colette", + "genre_ids": [ + 18, + 36 + ], + "backdrop_path": "/um7DVcGyLvImgAdn5JGpjIudYSV.jpg", + "adult": false, + "overview": "After marrying a successful Parisian writer known commonly as Willy, Sidonie-Gabrielle Colette is transplanted from her childhood home in rural France to the intellectual and artistic splendor of Paris. Soon after, Willy convinces Colette to ghostwrite for him. She pens a semi-autobiographical novel about a witty and brazen country girl named Claudine, sparking a bestseller and a cultural sensation. After its success, Colette and Willy become the talk of Paris and their adventures inspire additional Claudine novels.", + "release_date": "2018-09-21" + }, + { + "vote_count": 216, + "id": 505192, + "video": false, + "vote_average": 7.9, + "title": "Shoplifters", + "popularity": 16.15, + "poster_path": "/4nfRUOv3LX5zLn98WS1WqVBk9E9.jpg", + "original_language": "ja", + "original_title": "万引き家族", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/Z1JeznJExodyj0iUbL1wgkts88.jpg", + "adult": false, + "overview": "After one of their shoplifting sessions, Osamu and his son come across a little girl in the freezing cold. At first reluctant to shelter the girl, Osamu’s wife agrees to take care of her after learning of the hardships she faces. Although the family is poor, barely making enough money to survive through petty crime, they seem to live happily together until an unforeseen incident reveals hidden secrets, testing the bonds that unite them.", + "release_date": "2018-06-02" + }, + { + "vote_count": 82, + "id": 517814, + "video": false, + "vote_average": 8.5, + "title": "Capernaum", + "popularity": 14.749, + "poster_path": "/29iluGHcoADaZNFwrioQ3dThvrD.jpg", + "original_language": "ar", + "original_title": "کفرناحوم", + "genre_ids": [ + 18 + ], + "backdrop_path": "/8e0ETQmrgcP6R8TaVjd7o9NCGj9.jpg", + "adult": false, + "overview": "Zain, a 12-year-old boy scrambling to survive on the streets of Beirut, sues his parents for having brought him into such an unjust world, where being a refugee with no documents means that your rights can easily be denied.", + "release_date": "2018-10-06" + }, + { + "vote_count": 86, + "id": 491418, + "video": false, + "vote_average": 7.5, + "title": "Instant Family", + "popularity": 12.692, + "poster_path": "/4Y1AlIP3SIOTje3ky9p68XhQmHU.jpg", + "original_language": "en", + "original_title": "Instant Family", + "genre_ids": [ + 35, + 18, + 10751 + ], + "backdrop_path": "/hgESQ2sK21j22Yode4w99jfwj44.jpg", + "adult": false, + "overview": "When Pete and Ellie decide to start a family, they stumble into the world of foster care adoption. They hope to take in one small child but when they meet three siblings, including a rebellious 15 year old girl, they find themselves speeding from zero to three kids overnight.", + "release_date": "2018-11-16" + }, + { + "vote_count": 12, + "id": 508763, + "video": false, + "vote_average": 6.3, + "title": "A Dog's Way Home", + "popularity": 11.978, + "poster_path": "/pZn87R7gtmMCGGO8KeaAfZDhXLg.jpg", + "original_language": "en", + "original_title": "A Dog's Way Home", + "genre_ids": [ + 18, + 10751 + ], + "backdrop_path": "/bUhKLpns44kXGTWz8TSejzFFClr.jpg", + "adult": false, + "overview": "A dog travels 400 miles in search of her owner.", + "release_date": "2019-01-10" + } + ], + "page": 1, + "total_results": 70, + "dates": { + "maximum": "2019-01-31", + "minimum": "2018-12-14" + }, + "total_pages": 4 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:24.69145Z", + "ReducedUri": "/3/movie/popular", + "RespData": { + "page": 1, + "total_results": 19856, + "total_pages": 993, + "results": [ + { + "vote_count": 928, + "id": 424783, + "video": false, + "vote_average": 6.5, + "title": "Bumblebee", + "popularity": 333.153, + "poster_path": "/fw02ONlDhrYjTSZV8XO6hhU3ds3.jpg", + "original_language": "en", + "original_title": "Bumblebee", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/hMANgfPHR1tRObNp2oPiOi9mMlz.jpg", + "adult": false, + "overview": "On the run in the year 1987, Bumblebee finds refuge in a junkyard in a small Californian beach town. Charlie, on the cusp of turning 18 and trying to find her place in the world, discovers Bumblebee, battle-scarred and broken. When Charlie revives him, she quickly learns this is no ordinary yellow VW bug.", + "release_date": "2018-12-15" + }, + { + "vote_count": 2938, + "id": 297802, + "video": false, + "vote_average": 6.9, + "title": "Aquaman", + "popularity": 331.431, + "poster_path": "/5Kg76ldv7VxeX9YlcQXiowHgdX6.jpg", + "original_language": "en", + "original_title": "Aquaman", + "genre_ids": [ + 28, + 14, + 878, + 12 + ], + "backdrop_path": "/7icgF1dgUJaCpnWV235eafXFznJ.jpg", + "adult": false, + "overview": "Arthur Curry learns that he is the heir to the underwater kingdom of Atlantis, and must step forward to lead his people and be a hero to the world.", + "release_date": "2018-12-07" + }, + { + "vote_count": 3963, + "id": 424694, + "video": false, + "vote_average": 8.2, + "title": "Bohemian Rhapsody", + "popularity": 242.391, + "poster_path": "/gbmkFWdtihe1VfydTDsieQ6VfGL.jpg", + "original_language": "en", + "original_title": "Bohemian Rhapsody", + "genre_ids": [ + 18, + 10402 + ], + "backdrop_path": "/93xA62uLd5CwMOAs37eQ7vPc1iV.jpg", + "adult": false, + "overview": "Singer Freddie Mercury, guitarist Brian May, drummer Roger Taylor and bass guitarist John Deacon take the music world by storm when they form the rock 'n' roll band Queen in 1970. Hit songs become instant classics. When Mercury's increasingly wild lifestyle starts to spiral out of control, Queen soon faces its greatest challenge yet – finding a way to keep the band together amid the success and excess.", + "release_date": "2018-10-24" + }, + { + "vote_count": 591, + "id": 428078, + "video": false, + "vote_average": 6, + "title": "Mortal Engines", + "popularity": 210.646, + "poster_path": "/gLhYg9NIvIPKVRTtvzCWnp1qJWG.jpg", + "original_language": "en", + "original_title": "Mortal Engines", + "genre_ids": [ + 878, + 28, + 12, + 14, + 53 + ], + "backdrop_path": "/rxYG6Sj95as9rv9wKIHUx6ATWd3.jpg", + "adult": false, + "overview": "Set in a world many thousands of years in the future. Earth’s cities now roam the globe on huge wheels, devouring each other in a struggle for ever diminishing resources. On one of these massive Traction Cities, Tom Natsworthy has an unexpected encounter with a mysterious young woman from the Outlands who will change the course of his life forever.", + "release_date": "2018-12-05" + }, + { + "vote_count": 706, + "id": 480530, + "video": false, + "vote_average": 6.5, + "title": "Creed II", + "popularity": 209.752, + "poster_path": "/v3QyboWRoA4O9RbcsqH8tJMe8EB.jpg", + "original_language": "en", + "original_title": "Creed II", + "genre_ids": [ + 18, + 28 + ], + "backdrop_path": "/8yqLPNwNCtpOPc3XkOlkSMnghzw.jpg", + "adult": false, + "overview": "Follows Adonis Creed's life inside and outside of the ring as he deals with new found fame, issues with his family, and his continuing quest to become a champion.", + "release_date": "2018-11-21" + }, + { + "vote_count": 2, + "id": 568709, + "video": false, + "vote_average": 9.3, + "title": "Preman Pensiun", + "popularity": 209.427, + "poster_path": "/7xfWyoz4SF5LHZ713eMtC2aZ0lT.jpg", + "original_language": "id", + "original_title": "Preman Pensiun", + "genre_ids": [ + 35, + 18 + ], + "backdrop_path": "/rrznEEdi4OVPsrqbEgmCE7nzjPs.jpg", + "adult": false, + "overview": "", + "release_date": "2019-01-17" + }, + { + "vote_count": 440, + "id": 375588, + "video": false, + "vote_average": 5.8, + "title": "Robin Hood", + "popularity": 169.74, + "poster_path": "/AiRfixFcfTkNbn2A73qVJPlpkUo.jpg", + "original_language": "en", + "original_title": "Robin Hood", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/AuA50D7T7S7OEVcGo0ZKaMhERn0.jpg", + "adult": false, + "overview": "A war-hardened Crusader and his Moorish commander mount an audacious revolt against the corrupt English crown.", + "release_date": "2018-11-20" + }, + { + "vote_count": 11, + "id": 390634, + "video": false, + "vote_average": 4.8, + "title": "Fate/stay night: Heaven’s Feel II. lost butterfly", + "popularity": 165.584, + "poster_path": "/t0jwlwFUrtkPJoq5JH9YrRVROXZ.jpg", + "original_language": "ja", + "original_title": "劇場版「Fate/stay night [Heaven's Feel] ⅠⅠ. lost butterfly」", + "genre_ids": [ + 16, + 28, + 14, + 12 + ], + "backdrop_path": "/3haESpzscyP1pLl2BxQ9j5KK9cM.jpg", + "adult": false, + "overview": "Theatrical-release adaptation of the visual novel \"Fate/stay night\", following the third and final route. (Part 2 of a trilogy.)", + "release_date": "2019-01-12" + }, + { + "vote_count": 691, + "id": 450465, + "video": false, + "vote_average": 6.9, + "title": "Glass", + "popularity": 165.309, + "poster_path": "/svIDTNUoajS8dLEo7EosxvyAsgJ.jpg", + "original_language": "en", + "original_title": "Glass", + "genre_ids": [ + 53, + 27, + 9648, + 18 + ], + "backdrop_path": "/ngBFDOsx13sFXiMweDoL54XYknR.jpg", + "adult": false, + "overview": "In a series of escalating encounters, security guard David Dunn uses his supernatural abilities to track Kevin Wendell Crumb, a disturbed man who has twenty-four personalities. Meanwhile, the shadowy presence of Elijah Price emerges as an orchestrator who holds secrets critical to both men.", + "release_date": "2019-01-16" + }, + { + "vote_count": 2875, + "id": 332562, + "video": false, + "vote_average": 7.5, + "title": "A Star Is Born", + "popularity": 155.21, + "poster_path": "/wrFpXMNBRj2PBiN4Z5kix51XaIZ.jpg", + "original_language": "en", + "original_title": "A Star Is Born", + "genre_ids": [ + 18, + 10402, + 10749 + ], + "backdrop_path": "/wqtaHWOEZ3rXDJ8c6ZZShulbo18.jpg", + "adult": false, + "overview": "Seasoned musician Jackson Maine discovers—and falls in love with—struggling artist Ally. She has just about given up on her dream to make it big as a singer—until Jack coaxes her into the spotlight. But even as Ally's career takes off, the personal side of their relationship is breaking down, as Jack fights an ongoing battle with his own internal demons.", + "release_date": "2018-10-03" + }, + { + "vote_count": 218, + "id": 504172, + "video": false, + "vote_average": 6.1, + "title": "The Mule", + "popularity": 135.793, + "poster_path": "/t0idiLMalKMj2pLsvqHrOM4LPdQ.jpg", + "original_language": "en", + "original_title": "The Mule", + "genre_ids": [ + 80, + 18, + 53 + ], + "backdrop_path": "/bkc4AY6FTa3yNqrshE9b1elDzPt.jpg", + "adult": false, + "overview": "A 90 year old horticulturalist and Korean War veteran is caught transporting $3 million worth of cocaine through Illinois for a Mexican drug cartel.", + "release_date": "2018-12-14" + }, + { + "vote_count": 244, + "id": 503314, + "video": false, + "vote_average": 7.4, + "title": "Dragon Ball Super: Broly", + "popularity": 135.52, + "poster_path": "/f03YksE4NggUjG75toz4H1YAGRf.jpg", + "original_language": "ja", + "original_title": "ドラゴンボール超スーパー ブロリー", + "genre_ids": [ + 28, + 16, + 878 + ], + "backdrop_path": "/6OTRuxpwUUGbmCX3MKP25dOmo59.jpg", + "adult": false, + "overview": "Earth is peaceful following the Tournament of Power. Realizing that the universes still hold many more strong people yet to see, Goku spends all his days training to reach even greater heights. Then one day, Goku and Vegeta are faced by a Saiyan called 'Broly' who they've never seen before. The Saiyans were supposed to have been almost completely wiped out in the destruction of Planet Vegeta, so what's this one doing on Earth? This encounter between the three Saiyans who have followed completely different destinies turns into a stupendous battle, with even Frieza (back from Hell) getting caught up in the mix.", + "release_date": "2018-12-14" + }, + { + "vote_count": 643, + "id": 360920, + "video": false, + "vote_average": 6.3, + "title": "The Grinch", + "popularity": 130.115, + "poster_path": "/gpkHvkCtZOeCQ2DelnJ2LB1WjZ5.jpg", + "original_language": "en", + "original_title": "The Grinch", + "genre_ids": [ + 16, + 10751, + 35, + 14 + ], + "backdrop_path": "/juc9wt7Eh2IarLL5S1yQ1a21O1A.jpg", + "adult": false, + "overview": "The Grinch hatches a scheme to ruin Christmas when the residents of Whoville plan their annual holiday celebration.", + "release_date": "2018-11-08" + }, + { + "vote_count": 1312, + "id": 324857, + "video": false, + "vote_average": 8.5, + "title": "Spider-Man: Into the Spider-Verse", + "popularity": 114.503, + "poster_path": "/laMM4lpQSh5z6KIBPwWogkjzBVQ.jpg", + "original_language": "en", + "original_title": "Spider-Man: Into the Spider-Verse", + "genre_ids": [ + 28, + 12, + 16, + 878, + 35 + ], + "backdrop_path": "/7d6EY00g1c39SGZOoCJ5Py9nNth.jpg", + "adult": false, + "overview": "Miles Morales is juggling his life between being a high school student and being a spider-man. When Wilson \"Kingpin\" Fisk uses a super collider, others from across the Spider-Verse are transported to this dimension.", + "release_date": "2018-12-07" + }, + { + "vote_count": 52, + "id": 522681, + "video": false, + "vote_average": 7.1, + "title": "Escape Room", + "popularity": 114.258, + "poster_path": "/8yZAx7tlKRZIg7pJfaPhl00yHIQ.jpg", + "original_language": "en", + "original_title": "Escape Room", + "genre_ids": [ + 27, + 53, + 28 + ], + "backdrop_path": "/9cmrRktcAmhteKMNRl2hU6rQzLJ.jpg", + "adult": false, + "overview": "Six strangers find themselves in circumstances beyond their control, and must use their wits to survive.", + "release_date": "2019-01-03" + }, + { + "vote_count": 226, + "id": 446807, + "video": false, + "vote_average": 5.9, + "title": "The Girl in the Spider's Web", + "popularity": 109.135, + "poster_path": "/w4ibr8R702DCjwYniry1D1XwQXj.jpg", + "original_language": "en", + "original_title": "The Girl in the Spider's Web", + "genre_ids": [ + 18, + 53, + 9648, + 80, + 28 + ], + "backdrop_path": "/r0ljJIPBGsGdpeDdlHpzCiNnxiB.jpg", + "adult": false, + "overview": "In Stockholm, Sweden, hacker Lisbeth Salander is hired by Frans Balder, a computer engineer, to retrieve a program that he believes it is too dangerous to exist.", + "release_date": "2018-10-26" + }, + { + "vote_count": 10997, + "id": 299536, + "video": false, + "vote_average": 8.3, + "title": "Avengers: Infinity War", + "popularity": 108.095, + "poster_path": "/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg", + "original_language": "en", + "original_title": "Avengers: Infinity War", + "genre_ids": [ + 12, + 28, + 14 + ], + "backdrop_path": "/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg", + "adult": false, + "overview": "As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.", + "release_date": "2018-04-25" + }, + { + "vote_count": 89, + "id": 166428, + "video": false, + "vote_average": 8.5, + "title": "How to Train Your Dragon: The Hidden World", + "popularity": 105.53, + "poster_path": "/ij0xoc13hGhrYIlXGGuPXWTh3vi.jpg", + "original_language": "en", + "original_title": "How to Train Your Dragon: The Hidden World", + "genre_ids": [ + 16, + 10751, + 12 + ], + "backdrop_path": "/xt1eGafwaY42gBvYCUqXQrjUVjw.jpg", + "adult": false, + "overview": "As Hiccup fulfills his dream of creating a peaceful dragon utopia, Toothless’ discovery of an untamed, elusive mate draws the Night Fury away. When danger mounts at home and Hiccup’s reign as village chief is tested, both dragon and rider must make impossible decisions to save their kind.", + "release_date": "2019-01-03" + }, + { + "vote_count": 326, + "id": 399402, + "video": false, + "vote_average": 5.9, + "title": "Hunter Killer", + "popularity": 102.919, + "poster_path": "/a0j18XNVhP4RcW3wXwsqT0kVoQm.jpg", + "original_language": "en", + "original_title": "Hunter Killer", + "genre_ids": [ + 28, + 53 + ], + "backdrop_path": "/gCIB3DdK00DyfwosVGf7pnFFdK3.jpg", + "adult": false, + "overview": "An untested American submarine captain teams with U.S. Navy SEALs to rescue the Russian president, who has been kidnapped by a rogue general.", + "release_date": "2018-10-19" + }, + { + "vote_count": 3263, + "id": 405774, + "video": false, + "vote_average": 7.1, + "title": "Bird Box", + "popularity": 96.734, + "poster_path": "/rGfGfgL2pEPCfhIvqHXieXFn7gp.jpg", + "original_language": "en", + "original_title": "Bird Box", + "genre_ids": [ + 53, + 18, + 878, + 27 + ], + "backdrop_path": "/z6m7s4w4Erxnr5k2jc1TZR1AMva.jpg", + "adult": false, + "overview": "When a mysterious force decimates the world’s population, only one thing is certain: if you see it, you take your life. Facing the unknown, Malorie finds love, hope and a new beginning only for it to unravel. Now she must flee with her two children down a treacherous river to the one place left that may offer sanctuary. But to survive, they'll have to undertake the perilous two-day journey blindfolded.", + "release_date": "2018-12-13" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:24.9430011Z", + "ReducedUri": "/3/movie/popular?language=de", + "RespData": { + "page": 1, + "total_results": 19856, + "total_pages": 993, + "results": [ + { + "vote_count": 928, + "id": 424783, + "video": false, + "vote_average": 6.5, + "title": "Bumblebee", + "popularity": 333.153, + "poster_path": "/fw02ONlDhrYjTSZV8XO6hhU3ds3.jpg", + "original_language": "en", + "original_title": "Bumblebee", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/hMANgfPHR1tRObNp2oPiOi9mMlz.jpg", + "adult": false, + "overview": "Im Jahr 1987 versteckt sich das mysteriöse Maschinenwesen Bumblebee in der Gestalt eines alten VW Käfers auf dem Schrottplatz einer kleinen kalifornischen Küstenstadt. Kurz vor ihrem 18ten Geburtstag und auf der Suche nach ihrem Platz im Leben, findet die rebellische Charlie den kaputten und kampfgeschwächten Bumblebee. Mit mechanischem Geschick beginnt sie ihn zu reparieren und lernt schnell, dass es sich keineswegs nur um eine alte Schrottmühle handelt …", + "release_date": "2018-12-15" + }, + { + "vote_count": 2938, + "id": 297802, + "video": false, + "vote_average": 6.9, + "title": "Aquaman", + "popularity": 331.431, + "poster_path": "/wJhqsBTBrWHcuLfU5kHF4Ar4HOL.jpg", + "original_language": "en", + "original_title": "Aquaman", + "genre_ids": [ + 28, + 14, + 878, + 12 + ], + "backdrop_path": "/7icgF1dgUJaCpnWV235eafXFznJ.jpg", + "adult": false, + "overview": "Arthur Curry besser bekannt unter seinem Alias \"Aquaman\", ist der rechtmäßige Erbe des Thrones von Atlantis. Doch bisher ist dem Sohn eines menschlichen Vaters und einer atlantischen Mutter die Herrschaft über das mystische Unterwasserkönigreich verwehrt. Aquamans Halbbruder Orm herrscht über Atlantis und möchte auch die anderen sechs Königreiche der Meere um sich scharen, um vereint einen Krieg gegen die Menschen an der Erdoberfläche zu führen. Um seinen Anspruch auf den Thron zu beweisen, macht sich Aquaman gemeinsam mit Mera auf die Suche nach dem Dreizack des ersten Königs von Atlantis. Als Orm von diesem Plan erfährt, hetzt er den beiden den Piraten Black Manta auf den Hals, welcher mit Aquaman selbst noch eine Rechnung zu begleichen hat.", + "release_date": "2018-12-07" + }, + { + "vote_count": 3963, + "id": 424694, + "video": false, + "vote_average": 8.2, + "title": "Bohemian Rhapsody", + "popularity": 242.391, + "poster_path": "/3TQRC4WFjtr5PylWYpo81TlqPNU.jpg", + "original_language": "en", + "original_title": "Bohemian Rhapsody", + "genre_ids": [ + 18, + 10402 + ], + "backdrop_path": "/93xA62uLd5CwMOAs37eQ7vPc1iV.jpg", + "adult": false, + "overview": "\"Bohemian Rhapsody\" erzählt die Geschichte wie Freddie Mercury und seine Bandmitglieder Brian May, Roger Taylor und John Deacon Queen gründeten – eine der legendärsten Rockgruppen aller Zeiten. Durch so grundverschiedene Songs wie „Killer Queen”, „Bohemian Rhapsody”, „We Are The Champions” und „We Will Rock You” sowie unzählige weitere Songs gelang der Band ein beispielloser Erfolg, der Freddie zu einem der beliebtesten Entertainer weltweit machte. Doch hinter der Fassade von Erfolg kämpft Freddie mit seiner inneren Zerrissenheit. Der aus Sansibar stammende Parse sucht unablässig nach seinem Platz in der Welt, während er gleichzeitig versucht, sich in einer Gesellschaft, die in Stereotypen und Erwartungen gefangen ist, mit einer Sexualität zu arrangieren, die er selbst kaum definieren kann. Freddie wagt es, sich zu widersetzen, aber zahlt auch den Preis dafür...", + "release_date": "2018-10-24" + }, + { + "vote_count": 591, + "id": 428078, + "video": false, + "vote_average": 6, + "title": "Mortal Engines: Krieg der Städte", + "popularity": 210.646, + "poster_path": "/ln4NUbzXkKQHaeWOCBctz9PzciQ.jpg", + "original_language": "en", + "original_title": "Mortal Engines", + "genre_ids": [ + 878, + 28, + 12, + 14, + 53 + ], + "backdrop_path": "/rxYG6Sj95as9rv9wKIHUx6ATWd3.jpg", + "adult": false, + "overview": "Vor Tausenden von Jahren verwüstete eine gewaltige Katastrophe die Erde, doch die Menschheit hat sich ihrer neuen Umgebung längst angepasst. Gigantische Metropolen auf Rädern erhoben sich aus den Trümmern der untergegangenen Zivilisation. Auf der Suche nach den letzten Ressourcen fahren sie über die verdörrte Steppe und verschlingen gnadenlos die kleineren Städte. Zu den großen Metropolen gehört auch London als einer der gewaltigsten rollenden Kolosse. In diesem unerbittlichen Kampf trifft der unscheinbare Tom Natsworthy (Robert Sheehan) in einer schicksalshaften Begegnung auf die gefährliche Flüchtige Hester Shaw (Hera Hilmar) – zwei Gegensätze prallen aufeinander, zwei Menschen, deren Wege einander nie hätten kreuzen sollen. Sie schmieden eine überraschende Allianz, die über den Fortgang der Menschheitsgeschichte bestimmen könnte.", + "release_date": "2018-12-05" + }, + { + "vote_count": 706, + "id": 480530, + "video": false, + "vote_average": 6.5, + "title": "Creed II - Rocky's Legacy", + "popularity": 209.752, + "poster_path": "/v3QyboWRoA4O9RbcsqH8tJMe8EB.jpg", + "original_language": "en", + "original_title": "Creed II", + "genre_ids": [ + 18, + 28 + ], + "backdrop_path": "/8yqLPNwNCtpOPc3XkOlkSMnghzw.jpg", + "adult": false, + "overview": "Adonis Creed muss sich der größten Herausforderung seines Lebens stellen: Im Boxring wartet niemand Geringeres als Viktor Drago auf ihn, dessen Vater Ivan Drago einst Adonis' Erzeuger Apollo Creed während eines Schaukampfes totschlug. Doch mit Rocky Balboa an seiner Seite stellt sich der junge Boxer seinem Kontrahenten.", + "release_date": "2018-11-21" + }, + { + "vote_count": 2, + "id": 568709, + "video": false, + "vote_average": 9.3, + "title": "Preman Pensiun", + "popularity": 209.427, + "poster_path": "/7xfWyoz4SF5LHZ713eMtC2aZ0lT.jpg", + "original_language": "id", + "original_title": "Preman Pensiun", + "genre_ids": [ + 35, + 18 + ], + "backdrop_path": "/rrznEEdi4OVPsrqbEgmCE7nzjPs.jpg", + "adult": false, + "overview": "", + "release_date": "2019-01-17" + }, + { + "vote_count": 440, + "id": 375588, + "video": false, + "vote_average": 5.8, + "title": "Robin Hood", + "popularity": 169.74, + "poster_path": "/3iwnyHWF3Byh6SGlXgtEROY3kJt.jpg", + "original_language": "en", + "original_title": "Robin Hood", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/AuA50D7T7S7OEVcGo0ZKaMhERn0.jpg", + "adult": false, + "overview": "Robin Hood hat in den Kreuzzügen gekämpft, doch als er in seine Heimat zurückkehrt, erkennt er das Land nicht wieder: England ist zu einer von Korruption und Intrigen gezeichneten Gesellschaft geworden, die Reichen schwelgen in Luxus, während es bei den Armen kaum zum Überleben reicht. Robin beschließt, dass er nicht länger wegschauen kann, und nimmt – ausgerüstet mit Maske, Pfeil und Bogen – den Kampf gegen die Ungerechtigkeit im Land und die tyrannische Oberschicht auf. Dabei findet er mit Little John einen Verbündeten und verliebt sich in die ebenso schöne wie willensstarke Marian. Doch die herrschende Klasse will Robins Raubzüge und seinen Kampf für Gerechtigkeit nicht einfach hinnehmen und setzt den gnadenlosen Sheriff von Nottingham auf ihn an…", + "release_date": "2018-11-20" + }, + { + "vote_count": 11, + "id": 390634, + "video": false, + "vote_average": 4.8, + "title": "劇場版「Fate/stay night [Heaven's Feel] ⅠⅠ. lost butterfly」", + "popularity": 165.584, + "poster_path": "/t0jwlwFUrtkPJoq5JH9YrRVROXZ.jpg", + "original_language": "ja", + "original_title": "劇場版「Fate/stay night [Heaven's Feel] ⅠⅠ. lost butterfly」", + "genre_ids": [ + 16, + 28, + 14, + 12 + ], + "backdrop_path": "/3haESpzscyP1pLl2BxQ9j5KK9cM.jpg", + "adult": false, + "overview": "", + "release_date": "2019-01-12" + }, + { + "vote_count": 691, + "id": 450465, + "video": false, + "vote_average": 6.9, + "title": "Glass", + "popularity": 165.309, + "poster_path": "/9xZfvSsygXPoziNJFoOjIpncloj.jpg", + "original_language": "en", + "original_title": "Glass", + "genre_ids": [ + 53, + 27, + 9648, + 18 + ], + "backdrop_path": "/ngBFDOsx13sFXiMweDoL54XYknR.jpg", + "adult": false, + "overview": "Kevin Wendell Crumb hat eine multiple Persöhnlichkeitsstörung und schon einige Menschen getötet. David Dunn observiert Kevin und versucht ihn dingfest zu machen. Doch welche Rolle spielt der mysteriöse Elijah Price aka. Mr. Glass in der Geschichte?", + "release_date": "2019-01-16" + }, + { + "vote_count": 2875, + "id": 332562, + "video": false, + "vote_average": 7.5, + "title": "A Star Is Born", + "popularity": 155.21, + "poster_path": "/hjfcwqTxj2GB3L9uxPaXWDgWD2.jpg", + "original_language": "en", + "original_title": "A Star Is Born", + "genre_ids": [ + 18, + 10402, + 10749 + ], + "backdrop_path": "/wqtaHWOEZ3rXDJ8c6ZZShulbo18.jpg", + "adult": false, + "overview": "Jackson MainesCountry-Karriere befindet sich am Tiefpunkt, als er eine begabte Unbekannte namens Ally entdeckt. Die beiden beginnen eine leidenschaftliche Liebesbeziehung, und Jack drängt Ally ins Rampenlicht, wo sie über Nacht zum Star aufsteigt. Als Allys Karriere Jack bald in den Schatten stellt, fällt es ihm zunehmend schwerer, sich mit seinem verblassenden Ruhm abzufinden.", + "release_date": "2018-10-03" + }, + { + "vote_count": 218, + "id": 504172, + "video": false, + "vote_average": 6.1, + "title": "The Mule", + "popularity": 135.793, + "poster_path": "/rRt4gDT0Er9c6Q2Qk9GxYo4CDB.jpg", + "original_language": "en", + "original_title": "The Mule", + "genre_ids": [ + 80, + 18, + 53 + ], + "backdrop_path": "/bkc4AY6FTa3yNqrshE9b1elDzPt.jpg", + "adult": false, + "overview": "Earl Stone ist ein alter Mann in seinen Achtzigern, der mittellos und einsam nach der Schließung seines Geschäfts einen Job annimmt, bei dem er eigentlich nur fahren und transportieren muss. Doch dann stellt sich heraus, dass der wichtigste Auftraggeber das mexikanischen Kartell ist und die Ware in Wirklichkeit eine ziemlich heiße Ware ist...", + "release_date": "2018-12-14" + }, + { + "vote_count": 244, + "id": 503314, + "video": false, + "vote_average": 7.4, + "title": "Dragon Ball Super Broly", + "popularity": 135.52, + "poster_path": "/f03YksE4NggUjG75toz4H1YAGRf.jpg", + "original_language": "ja", + "original_title": "ドラゴンボール超スーパー ブロリー", + "genre_ids": [ + 28, + 16, + 878 + ], + "backdrop_path": "/6OTRuxpwUUGbmCX3MKP25dOmo59.jpg", + "adult": false, + "overview": "Auf der Erde herrscht wieder einmal Frieden und Ordnung. Für Son Goku dennoch kein Grund auf der faulen Haut zu liegen, schließlich gibt es in den verschiedenen Universen noch zahllose enorm starke Konkurrenten. Also trainiert er fleißig, um die Grenzen seiner Kraft immer wieder aufs Neue zu sprengen. Eines Tages taucht ein Saiyajin namens Broly auf der Erde auf, den weder Son Goku noch Vegeta jemals zuvor gesehen haben. Doch wie kann das sein, schließlich sollten die restlichen Saiyajin bei der Zerstörung des Planeten Vegeta durch Freezer vollständig ausgelöscht worden sein? Diese Begegnung sowie die schicksalhafte Geschichte der Saiyajin ist der Beginn einer\r neuen, gewaltigen Schlacht ...", + "release_date": "2018-12-14" + }, + { + "vote_count": 643, + "id": 360920, + "video": false, + "vote_average": 6.3, + "title": "Der Grinch", + "popularity": 130.115, + "poster_path": "/n9BfoE3v2DYa6sl93uAaDXBAM7P.jpg", + "original_language": "en", + "original_title": "The Grinch", + "genre_ids": [ + 16, + 10751, + 35, + 14 + ], + "backdrop_path": "/juc9wt7Eh2IarLL5S1yQ1a21O1A.jpg", + "adult": false, + "overview": "Der Grinch, ein grüner, weihnachtshassender Miesepeter, lebt gemeinsam mit seinem treuen Hund Max in einer Höhle oberhalb des Dörfchens Whoville, wo man Weihnachten über alles liebt. Als das nächste Weihnachtsfest vor der Tür steht, hat der Grinch endgültig Schnauze voll und beschließt, die Feierlichkeiten zu sabotieren und Weihnachten zu stehlen. Bei der Umsetzung seines diabolischen Plans trifft er auf die kleine Cindy-Lou, die an Heiligabend extra länger wachgeblieben ist, um den Weihnachtsmann zu treffen und ihm dafür zu danken, dass er ihre überarbeitete Mutter unterstützt.", + "release_date": "2018-11-08" + }, + { + "vote_count": 1312, + "id": 324857, + "video": false, + "vote_average": 8.5, + "title": "Spider-Man: A New Universe", + "popularity": 114.503, + "poster_path": "/laMM4lpQSh5z6KIBPwWogkjzBVQ.jpg", + "original_language": "en", + "original_title": "Spider-Man: Into the Spider-Verse", + "genre_ids": [ + 28, + 12, + 16, + 878, + 35 + ], + "backdrop_path": "/7d6EY00g1c39SGZOoCJ5Py9nNth.jpg", + "adult": false, + "overview": "Animations-Abenteuer um Superheld Spider-Man. Im Gegensatz zu den Realfilmen geht es aber nicht um Peter Parker, sondern um Miles Morales – und noch andere Spinnenmänner..", + "release_date": "2018-12-07" + }, + { + "vote_count": 52, + "id": 522681, + "video": false, + "vote_average": 7.1, + "title": "Escape Room", + "popularity": 114.258, + "poster_path": "/zmdRZ834diMNSZqKmMFrVgH8KPZ.jpg", + "original_language": "en", + "original_title": "Escape Room", + "genre_ids": [ + 27, + 53, + 28 + ], + "backdrop_path": "/9cmrRktcAmhteKMNRl2hU6rQzLJ.jpg", + "adult": false, + "overview": "Amanda, Mike und Ben kennen sich nicht, haben aber gemeinsam, dass sie sich für besonders intelligent halten. Wie noch drei weitere Menschen, die auch glauben, sie seien besonders schlau, bekommen sie eine ganz spezielle Einladung: Sie dürfen an einer einzigartigen Escape-Room-Erfahrung teilnehmen und können dabei sogar noch ein Preisgeld in Höhe von einer Million Dollar gewinnnen. Doch verschwiegen wird in der Einladung ein nicht ganz unwichtiges Detail: Das Spiel kann (und wird) tödlich enden, wenn man eines der extrem herausfordernden Rätsel nicht schnell genug löst...", + "release_date": "2019-01-03" + }, + { + "vote_count": 226, + "id": 446807, + "video": false, + "vote_average": 5.9, + "title": "Verschwörung", + "popularity": 109.135, + "poster_path": "/c3NVhtji2YAQEMHquC6Q71CVtbe.jpg", + "original_language": "en", + "original_title": "The Girl in the Spider's Web", + "genre_ids": [ + 18, + 53, + 9648, + 80, + 28 + ], + "backdrop_path": "/r0ljJIPBGsGdpeDdlHpzCiNnxiB.jpg", + "adult": false, + "overview": "Lisbeth Salander folgt wieder ihrer eigenen Agenda. Die Hackerin nimmt es mit dem größten Überwachungsorgan der Welt auf, der NSA. Dabei entdeckt sie Hinweise zu einer tiefreichenden Verschwörung innerhalb des Geheimdienstes sowie zu einer geheimen Verbrecherorganisation, die sich „Spider Society“ nennt. Salander macht sich mächtige Feinde. Der NSA-Experte Alona Casales ist ihr auf der Spur. Und auch die „Spider Society“ hat die Witterung aufgenommen.", + "release_date": "2018-10-26" + }, + { + "vote_count": 10997, + "id": 299536, + "video": false, + "vote_average": 8.3, + "title": "Avengers: Infinity War", + "popularity": 108.095, + "poster_path": "/9mvgmX2b05SERQWC1IAGIdkfd8n.jpg", + "original_language": "en", + "original_title": "Avengers: Infinity War", + "genre_ids": [ + 12, + 28, + 14 + ], + "backdrop_path": "/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg", + "adult": false, + "overview": "Der mächtige Titan Thanos hat es sich zur Aufgabe gemacht das halbe Universum auszulöschen. Um diesen perfiden Plan Realität werden zu lassen, benötigt er allerdings zuerst alle sechs Infinity-Steine, die ihm in Verbindung mit einem speziell gefertigten Handschuh, gottgleiche Kräfte verleihen. Da sich unglücklicherweise auch auf der Erde zwei dieser Steine befinden, betraut er seine treu ergebene Black Order mit deren Beschaffung. Sowohl die Avengers, als auch die Guardians of the Galaxy und Thor erfahren jedoch von Thanos' Plänen und stellen sich dem Schurken entgegen. Doch mit einen derart mächtigen Gegner hatte es bisher keiner von ihnen zu tun ...", + "release_date": "2018-04-25" + }, + { + "vote_count": 89, + "id": 166428, + "video": false, + "vote_average": 8.5, + "title": "Drachenzähmen leicht gemacht 3: Die geheime Welt", + "popularity": 105.53, + "poster_path": "/9WPiaCI1JIamXwEEwWz3G2c1BfH.jpg", + "original_language": "en", + "original_title": "How to Train Your Dragon: The Hidden World", + "genre_ids": [ + 16, + 10751, + 12 + ], + "backdrop_path": "/xt1eGafwaY42gBvYCUqXQrjUVjw.jpg", + "adult": false, + "overview": "Hicks arbeitet nach wie vor an seinem Traum, eine Welt zu erschaffen, in der Drachen und Menschen friedlich zusammenleben können. Währenddessen trifft Ohnezahn auf eine ungezähmte Drachendame, die ihm gehörig den Kopf verdreht. Als sich eine neue Gefahr anbahnt, sind die beiden Freunde gezwungen, all ihre Fähigkeiten aufzubieten, um ihren Traum und sogar das Überleben von Ohnezahns Rasse zu sichern.", + "release_date": "2019-01-03" + }, + { + "vote_count": 326, + "id": 399402, + "video": false, + "vote_average": 5.9, + "title": "Hunter Killer", + "popularity": 102.919, + "poster_path": "/a0j18XNVhP4RcW3wXwsqT0kVoQm.jpg", + "original_language": "en", + "original_title": "Hunter Killer", + "genre_ids": [ + 28, + 53 + ], + "backdrop_path": "/gCIB3DdK00DyfwosVGf7pnFFdK3.jpg", + "adult": false, + "overview": "Ein U-Boot-Kapitän schließt sich mit einem Navy-SEAL-Team zusammen, um den russischen Präsidenten zu retten, der während eines Militärcoups gefangen genommen wurde, als er versuchte, einen durchgedrehten russischen General davon abzuhalten, den Dritten Weltkrieg zu entfachen. Neben der Befreiung des Präsidenten müssen die Helden die kriegerischen Pläne des Bösewichts vereiteln.", + "release_date": "2018-10-19" + }, + { + "vote_count": 3263, + "id": 405774, + "video": false, + "vote_average": 7.1, + "title": "Bird Box", + "popularity": 96.734, + "poster_path": "/9JmZZ0TjJ876whQe3x98SMeQJBC.jpg", + "original_language": "en", + "original_title": "Bird Box", + "genre_ids": [ + 53, + 18, + 878, + 27 + ], + "backdrop_path": "/z6m7s4w4Erxnr5k2jc1TZR1AMva.jpg", + "adult": false, + "overview": "Ein mysteriöser Schrecken hat die Welt heimgesucht. Es handelt sich dabei um eine mysteriöse Macht, die seine Opfer in den Selbstmord treibt. Sobald man sie erblickt erlebt man seine schlimmsten Ängste. Um sich und ihre zwei Kinder vor diesem grausamen Schicksal zu bewahren, muss sich Malorie mit ihnen in dieser in Angst und Schrecken versetzten Welt durchkämpfen. Dies mit verbundenen Augen, um dem unheimlichen Wesen keine Angriffsfläche zu bieten. Malorie erfährt von einem Ort am Fluß, an dem ein Überleben, vielleicht möglich ist. In einem kleinem Boot wagt sie mit ihren Kindern die gefährliche Fahrt...", + "release_date": "2018-12-13" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:24.8223497Z", + "ReducedUri": "/3/movie/popular?page=2", + "RespData": { + "page": 2, + "total_results": 19856, + "total_pages": 993, + "results": [ + { + "vote_count": 1371, + "id": 369972, + "video": false, + "vote_average": 7.1, + "title": "First Man", + "popularity": 96.531, + "poster_path": "/i91mfvFcPPlaegcbOyjGgiWfZzh.jpg", + "original_language": "en", + "original_title": "First Man", + "genre_ids": [ + 36, + 18 + ], + "backdrop_path": "/z1FkoHO7bz40S4JiptWHSYoPpxq.jpg", + "adult": false, + "overview": "A look at the life of the astronaut, Neil Armstrong, and the legendary space mission that led him to become the first man to walk on the Moon on July 20, 1969.", + "release_date": "2018-10-11" + }, + { + "vote_count": 692, + "id": 400650, + "video": false, + "vote_average": 6.8, + "title": "Mary Poppins Returns", + "popularity": 96.241, + "poster_path": "/uTVGku4LibMGyKgQvjBtv3OYfAX.jpg", + "original_language": "en", + "original_title": "Mary Poppins Returns", + "genre_ids": [ + 14, + 10751, + 35 + ], + "backdrop_path": "/cwiJQXezWz876K3jS57Sq56RYCZ.jpg", + "adult": false, + "overview": "In Depression-era London, a now-grown Jane and Michael Banks, along with Michael's three children, are visited by the enigmatic Mary Poppins following a personal loss. Through her unique magical skills, and with the aid of her friend Jack, she helps the family rediscover the joy and wonder missing in their lives.", + "release_date": "2018-12-19" + }, + { + "vote_count": 43, + "id": 505954, + "video": false, + "vote_average": 4.6, + "title": "T-34", + "popularity": 95.815, + "poster_path": "/qNBjbjpQC2Rm8M1v0X8jQxb4AnN.jpg", + "original_language": "ru", + "original_title": "Т-34", + "genre_ids": [ + 10752, + 18, + 12 + ], + "backdrop_path": "/vDx8XxfYjkn573bCFGF6SkdM33Q.jpg", + "adult": false, + "overview": "1941 - WWii. the second lieutenant Nikolai ivushkin, commander of a t-34, engages in an unequal battle against the tank ace Klaus Jager in a battle near moscow. His mission is more of a suicide - to destroy a dozen german tanks, all by himself. that said, luck does favour the bold. He wins the battle, barely survives, but loses his tank and lands himself in captivity for three long years... there was little to no chance for ivushkin and Jager to meet again, but the war knows how to throw a curve ball.in the spring of 1944, the Wehrmacht commands Jager to take charge of the ohrdruf re range and turn it into a training center for elite german armored forces, using the latest t-34 as a running target. this is how Jager and ivushkin cross paths again. Jager o ers ivushkin to become the commander of a legendary tank and pick his crew from fellow camp prisoners. Nothing goes according to plan, though, when ivushkin uses exercises for a daring and carefully planned escape.", + "release_date": "2018-12-27" + }, + { + "vote_count": 358, + "id": 401469, + "video": false, + "vote_average": 6.7, + "title": "Widows", + "popularity": 94.373, + "poster_path": "/tvmPiTShsfp4vSUBFsCHYaX9M7i.jpg", + "original_language": "en", + "original_title": "Widows", + "genre_ids": [ + 80, + 18, + 53 + ], + "backdrop_path": "/3eD5kjFEQcTrGGys0zjtHkreQcr.jpg", + "adult": false, + "overview": "A police shootout leaves four thieves dead during an explosive armed robbery attempt in Chicago. Their widows have nothing in common except a debt left behind by their spouses' criminal activities. Hoping to forge a future on their own terms, they join forces to pull off a heist.", + "release_date": "2018-11-06" + }, + { + "vote_count": 3046, + "id": 338952, + "video": false, + "vote_average": 6.9, + "title": "Fantastic Beasts: The Crimes of Grindelwald", + "popularity": 92.983, + "poster_path": "/kQKcbJ9uYkTQql2R8L4jTUz7l90.jpg", + "original_language": "en", + "original_title": "Fantastic Beasts: The Crimes of Grindelwald", + "genre_ids": [ + 10751, + 14, + 12 + ], + "backdrop_path": "/wDN3FIcQQ1HI7mz1OOKYHSQtaiE.jpg", + "adult": false, + "overview": "Gellert Grindelwald has escaped imprisonment and has begun gathering followers to his cause—elevating wizards above all non-magical beings. The only one capable of putting a stop to him is the wizard he once called his closest friend, Albus Dumbledore. However, Dumbledore will need to seek help from the wizard who had thwarted Grindelwald once before, his former student Newt Scamander, who agrees to help, unaware of the dangers that lie ahead. Lines are drawn as love and loyalty are tested, even among the truest friends and family, in an increasingly divided wizarding world.", + "release_date": "2018-11-14" + }, + { + "vote_count": 88, + "id": 567604, + "video": false, + "vote_average": 7.2, + "title": "Once Upon a Deadpool", + "popularity": 91.801, + "poster_path": "/5Ka49BWWyKMXr93YMbH5wLN7aAM.jpg", + "original_language": "en", + "original_title": "Once Upon a Deadpool", + "genre_ids": [ + 35, + 28 + ], + "backdrop_path": "/7RqpTZq0mPpTcEwZ6qqwRZAFoLe.jpg", + "adult": false, + "overview": "A kidnapped Fred Savage is forced to endure Deadpool's PG-13 rendition of Deadpool 2 as a Princess Bride-esque story that's full of magic, wonder & zero F's.", + "release_date": "2018-12-11" + }, + { + "vote_count": 4482, + "id": 335983, + "video": false, + "vote_average": 6.6, + "title": "Venom", + "popularity": 86.381, + "poster_path": "/2uNW4WbgBXL25BAbXGLnLqX71Sw.jpg", + "original_language": "en", + "original_title": "Venom", + "genre_ids": [ + 878, + 28 + ], + "backdrop_path": "/VuukZLgaCrho2Ar8Scl9HtV3yD.jpg", + "adult": false, + "overview": "Investigative journalist Eddie Brock attempts a comeback following a scandal, but accidentally becomes the host of Venom, a violent, super powerful alien symbiote. Soon, he must rely on his newfound powers to protect the world from a shadowy organization looking for a symbiote of their own.", + "release_date": "2018-09-28" + }, + { + "vote_count": 56, + "id": 503616, + "video": false, + "vote_average": 6.5, + "title": "Second Act", + "popularity": 81.75, + "poster_path": "/maUMIZVGs8g1hYtq4dQ9Lg9FtVF.jpg", + "original_language": "en", + "original_title": "Second Act", + "genre_ids": [ + 10749, + 35 + ], + "backdrop_path": "/gZ1n5lvEWLTQgmVbeKHyfIUrqgx.jpg", + "adult": false, + "overview": "Maya, a 40-year-old woman struggling with frustrations from unfulfilled dreams. Until that is, she gets the chance to prove to Madison Avenue that street smarts are as valuable as book smarts, and that it is never too late for a second act.", + "release_date": "2018-11-22" + }, + { + "vote_count": 482, + "id": 426543, + "video": false, + "vote_average": 6, + "title": "The Nutcracker and the Four Realms", + "popularity": 77.621, + "poster_path": "/3TwxpPfMoeFLxzhgAWlptE6srsZ.jpg", + "original_language": "en", + "original_title": "The Nutcracker and the Four Realms", + "genre_ids": [ + 14, + 12, + 10751 + ], + "backdrop_path": "/l2ji4YiNSPBV69WjGBgU0gCvRqy.jpg", + "adult": false, + "overview": "A young girl is transported into a magical world of gingerbread soldiers and an army of mice. In Disney’s magical take on the classic The Nutcracker, Clara wants a one-of-a-kind key that will unlock a box holding a priceless gift. A golden thread presented at her godfather’s holiday party leads her to the coveted key—which promptly disappears into a strange and mysterious parallel world. There Clara encounters a soldier, a gang of mice and the regents of three magical Realms. But she must brave the ominous Fourth Realm, home to the tyrant Mother Ginger, to retrieve her key and return harmony to the unstable world.", + "release_date": "2018-10-26" + }, + { + "vote_count": 934, + "id": 404368, + "video": false, + "vote_average": 7.4, + "title": "Ralph Breaks the Internet", + "popularity": 77.598, + "poster_path": "/lDroo0e4Pr33c1Y4LWr7f4IE8f2.jpg", + "original_language": "en", + "original_title": "Ralph Breaks the Internet", + "genre_ids": [ + 10751, + 16, + 35, + 14 + ], + "backdrop_path": "/88poTBTafMXaz73vYi3c74g0y2k.jpg", + "adult": false, + "overview": "Six years after the events of \"Wreck-It Ralph,\" Ralph and Vanellope, now friends, discover a wi-fi router in their arcade, leading them into a new adventure.", + "release_date": "2018-11-20" + }, + { + "vote_count": 277, + "id": 429197, + "video": false, + "vote_average": 7.2, + "title": "Vice", + "popularity": 74.417, + "poster_path": "/e0NZxqQ4B8YZ6kRrZish2DPqtdi.jpg", + "original_language": "en", + "original_title": "Vice", + "genre_ids": [ + 18, + 36, + 35 + ], + "backdrop_path": "/uvy89JLcYEiUb0VOoSjkUrIW3nJ.jpg", + "adult": false, + "overview": "George W. Bush picks Dick Cheney, the CEO of Halliburton Co., to be his Republican running mate in the 2000 presidential election. No stranger to politics, Cheney's impressive résumé includes stints as White House chief of staff, House Minority Whip and defense secretary. When Bush wins by a narrow margin, Cheney begins to use his newfound power to help reshape the country and the world.", + "release_date": "2018-12-25" + }, + { + "vote_count": 805, + "id": 426426, + "video": false, + "vote_average": 8.1, + "title": "Roma", + "popularity": 72.313, + "poster_path": "/dtIIyQyALk57ko5bjac7hi01YQ.jpg", + "original_language": "es", + "original_title": "Roma", + "genre_ids": [ + 18 + ], + "backdrop_path": "/uXs8rTXZDaWUclprxZuxfaZqei5.jpg", + "adult": false, + "overview": "In 1970s Mexico City, two domestic workers help a mother of four while her husband is away for an extended period of time.", + "release_date": "2018-08-25" + }, + { + "vote_count": 7173, + "id": 383498, + "video": false, + "vote_average": 7.5, + "title": "Deadpool 2", + "popularity": 67.564, + "poster_path": "/to0spRl1CMDvyUbOnbb4fTk3VAd.jpg", + "original_language": "en", + "original_title": "Deadpool 2", + "genre_ids": [ + 28, + 35, + 12 + ], + "backdrop_path": "/3P52oz9HPQWxcwHOwxtyrVV1LKi.jpg", + "adult": false, + "overview": "Wisecracking mercenary Deadpool battles the evil and powerful Cable and other bad guys to save a boy's life.", + "release_date": "2018-05-15" + }, + { + "vote_count": 328, + "id": 375262, + "video": false, + "vote_average": 7.6, + "title": "The Favourite", + "popularity": 67.428, + "poster_path": "/4hgPWxYeGWtTEx9BPhUo99wj77z.jpg", + "original_language": "en", + "original_title": "The Favourite", + "genre_ids": [ + 18, + 36, + 35 + ], + "backdrop_path": "/ekWMoBZ4B9rM60INZEh5FAD2HFR.jpg", + "adult": false, + "overview": "In 18th century England, the close relationship between Queen Anne and Sarah Churchill is threatened by the arrival of Sarah's cousin, Abigail Hill, resulting in a bitter rivalry between the two cousins to be the Queen's favourite.", + "release_date": "2018-11-20" + }, + { + "vote_count": 4812, + "id": 260513, + "video": false, + "vote_average": 7.6, + "title": "Incredibles 2", + "popularity": 66.695, + "poster_path": "/9lFKBtaVIhP7E2Pk0IY1CwTKTMZ.jpg", + "original_language": "en", + "original_title": "Incredibles 2", + "genre_ids": [ + 28, + 12, + 16, + 10751 + ], + "backdrop_path": "/mabuNsGJgRuCTuGqjFkWe1xdu19.jpg", + "adult": false, + "overview": "Elastigirl springs into action to save the day, while Mr. Incredible faces his greatest challenge yet – taking care of the problems of his three children.", + "release_date": "2018-06-14" + }, + { + "vote_count": 3161, + "id": 337167, + "video": false, + "vote_average": 6.1, + "title": "Fifty Shades Freed", + "popularity": 65.895, + "poster_path": "/jjPJ4s3DWZZvI4vw8Xfi4Vqa1Q8.jpg", + "original_language": "en", + "original_title": "Fifty Shades Freed", + "genre_ids": [ + 18, + 10749 + ], + "backdrop_path": "/9ywA15OAiwjSTvg3cBs9B7kOCBF.jpg", + "adult": false, + "overview": "Believing they have left behind shadowy figures from their past, newlyweds Christian and Ana fully embrace an inextricable connection and shared life of luxury. But just as she steps into her role as Mrs. Grey and he relaxes into an unfamiliar stability, new threats could jeopardize their happy ending before it even begins.", + "release_date": "2018-01-17" + }, + { + "vote_count": 676, + "id": 347375, + "video": false, + "vote_average": 5.9, + "title": "Mile 22", + "popularity": 65.11, + "poster_path": "/2L8ehd95eSW9x7KINYtZmRkAlrZ.jpg", + "original_language": "en", + "original_title": "Mile 22", + "genre_ids": [ + 28, + 53, + 12, + 80 + ], + "backdrop_path": "/2nOMUnQ4OtsKVTmpp3og7MYt4oG.jpg", + "adult": false, + "overview": "An elite group of American operatives, aided by a top-secret tactical command team, must transport an asset who holds life-threatening information to an extraction point 22 miles away through the hostile streets of an Asian city.", + "release_date": "2018-08-16" + }, + { + "vote_count": 19, + "id": 52371, + "video": false, + "vote_average": 4.4, + "title": "LelleBelle", + "popularity": 65.034, + "poster_path": "/nJVPgIq3icZMQ26p5uWIFdUZJfL.jpg", + "original_language": "nl", + "original_title": "LelleBelle", + "genre_ids": [ + 10402, + 10749 + ], + "backdrop_path": "/xOGEw8iywxcFMolV6SF6YdTdJTb.jpg", + "adult": false, + "overview": "19-year old Belle practices playing the violin diligently, but is unable to impart her music with a sensitive undertone. Her life changes when she discovers that sexual desire stimulates passion in her music.", + "release_date": "2010-10-09" + }, + { + "vote_count": 10199, + "id": 284054, + "video": false, + "vote_average": 7.4, + "title": "Black Panther", + "popularity": 63.16, + "poster_path": "/uxzzxijgPIY7slzFvMotPv8wjKA.jpg", + "original_language": "en", + "original_title": "Black Panther", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/b6ZJZHUdMEFECvGiDpJjlfUWela.jpg", + "adult": false, + "overview": "King T'Challa returns home from America to the reclusive, technologically advanced African nation of Wakanda to serve as his country's new leader. However, T'Challa soon finds that he is challenged for the throne by factions within his own country as well as without. Using powers reserved to Wakandan kings, T'Challa assumes the Black Panther mantel to join with girlfriend Nakia, the queen-mother, his princess-kid sister, members of the Dora Milaje (the Wakandan 'special forces') and an American secret agent, to prevent Wakanda from being dragged into a world war.", + "release_date": "2018-02-13" + }, + { + "vote_count": 48, + "id": 483906, + "video": false, + "vote_average": 6.6, + "title": "Polar", + "popularity": 62.692, + "poster_path": "/qOBEpKVLl8Q9CZScbOcRRVISezV.jpg", + "original_language": "en", + "original_title": "Polar", + "genre_ids": [ + 28, + 80, + 35, + 18 + ], + "backdrop_path": "/u8CP7EeWbYMlIVqEoKAt6OYsEe1.jpg", + "adult": false, + "overview": "When a retiring assassin realizes he is the target of a hit, he winds up back in the game going head to head with a gang of younger, ruthless killers.", + "release_date": "2019-01-25" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:25.067836Z", + "ReducedUri": "/3/movie/popular?region=de", + "RespData": { + "page": 1, + "total_results": 19856, + "total_pages": 993, + "results": [ + { + "vote_count": 928, + "id": 424783, + "video": false, + "vote_average": 6.5, + "title": "Bumblebee", + "popularity": 333.153, + "poster_path": "/fw02ONlDhrYjTSZV8XO6hhU3ds3.jpg", + "original_language": "en", + "original_title": "Bumblebee", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/hMANgfPHR1tRObNp2oPiOi9mMlz.jpg", + "adult": false, + "overview": "On the run in the year 1987, Bumblebee finds refuge in a junkyard in a small Californian beach town. Charlie, on the cusp of turning 18 and trying to find her place in the world, discovers Bumblebee, battle-scarred and broken. When Charlie revives him, she quickly learns this is no ordinary yellow VW bug.", + "release_date": "2018-12-15" + }, + { + "vote_count": 2938, + "id": 297802, + "video": false, + "vote_average": 6.9, + "title": "Aquaman", + "popularity": 331.431, + "poster_path": "/5Kg76ldv7VxeX9YlcQXiowHgdX6.jpg", + "original_language": "en", + "original_title": "Aquaman", + "genre_ids": [ + 28, + 14, + 878, + 12 + ], + "backdrop_path": "/7icgF1dgUJaCpnWV235eafXFznJ.jpg", + "adult": false, + "overview": "Arthur Curry learns that he is the heir to the underwater kingdom of Atlantis, and must step forward to lead his people and be a hero to the world.", + "release_date": "2018-12-07" + }, + { + "vote_count": 3963, + "id": 424694, + "video": false, + "vote_average": 8.2, + "title": "Bohemian Rhapsody", + "popularity": 242.391, + "poster_path": "/gbmkFWdtihe1VfydTDsieQ6VfGL.jpg", + "original_language": "en", + "original_title": "Bohemian Rhapsody", + "genre_ids": [ + 18, + 10402 + ], + "backdrop_path": "/93xA62uLd5CwMOAs37eQ7vPc1iV.jpg", + "adult": false, + "overview": "Singer Freddie Mercury, guitarist Brian May, drummer Roger Taylor and bass guitarist John Deacon take the music world by storm when they form the rock 'n' roll band Queen in 1970. Hit songs become instant classics. When Mercury's increasingly wild lifestyle starts to spiral out of control, Queen soon faces its greatest challenge yet – finding a way to keep the band together amid the success and excess.", + "release_date": "2018-10-24" + }, + { + "vote_count": 591, + "id": 428078, + "video": false, + "vote_average": 6, + "title": "Mortal Engines", + "popularity": 210.646, + "poster_path": "/gLhYg9NIvIPKVRTtvzCWnp1qJWG.jpg", + "original_language": "en", + "original_title": "Mortal Engines", + "genre_ids": [ + 878, + 28, + 12, + 14, + 53 + ], + "backdrop_path": "/rxYG6Sj95as9rv9wKIHUx6ATWd3.jpg", + "adult": false, + "overview": "Set in a world many thousands of years in the future. Earth’s cities now roam the globe on huge wheels, devouring each other in a struggle for ever diminishing resources. On one of these massive Traction Cities, Tom Natsworthy has an unexpected encounter with a mysterious young woman from the Outlands who will change the course of his life forever.", + "release_date": "2018-12-05" + }, + { + "vote_count": 706, + "id": 480530, + "video": false, + "vote_average": 6.5, + "title": "Creed II", + "popularity": 209.752, + "poster_path": "/v3QyboWRoA4O9RbcsqH8tJMe8EB.jpg", + "original_language": "en", + "original_title": "Creed II", + "genre_ids": [ + 18, + 28 + ], + "backdrop_path": "/8yqLPNwNCtpOPc3XkOlkSMnghzw.jpg", + "adult": false, + "overview": "Follows Adonis Creed's life inside and outside of the ring as he deals with new found fame, issues with his family, and his continuing quest to become a champion.", + "release_date": "2018-11-21" + }, + { + "vote_count": 2, + "id": 568709, + "video": false, + "vote_average": 9.3, + "title": "Preman Pensiun", + "popularity": 209.427, + "poster_path": "/7xfWyoz4SF5LHZ713eMtC2aZ0lT.jpg", + "original_language": "id", + "original_title": "Preman Pensiun", + "genre_ids": [ + 35, + 18 + ], + "backdrop_path": "/rrznEEdi4OVPsrqbEgmCE7nzjPs.jpg", + "adult": false, + "overview": "", + "release_date": "2019-01-17" + }, + { + "vote_count": 440, + "id": 375588, + "video": false, + "vote_average": 5.8, + "title": "Robin Hood", + "popularity": 169.74, + "poster_path": "/AiRfixFcfTkNbn2A73qVJPlpkUo.jpg", + "original_language": "en", + "original_title": "Robin Hood", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/AuA50D7T7S7OEVcGo0ZKaMhERn0.jpg", + "adult": false, + "overview": "A war-hardened Crusader and his Moorish commander mount an audacious revolt against the corrupt English crown.", + "release_date": "2018-11-20" + }, + { + "vote_count": 11, + "id": 390634, + "video": false, + "vote_average": 4.8, + "title": "Fate/stay night: Heaven’s Feel II. lost butterfly", + "popularity": 165.584, + "poster_path": "/t0jwlwFUrtkPJoq5JH9YrRVROXZ.jpg", + "original_language": "ja", + "original_title": "劇場版「Fate/stay night [Heaven's Feel] ⅠⅠ. lost butterfly」", + "genre_ids": [ + 16, + 28, + 14, + 12 + ], + "backdrop_path": "/3haESpzscyP1pLl2BxQ9j5KK9cM.jpg", + "adult": false, + "overview": "Theatrical-release adaptation of the visual novel \"Fate/stay night\", following the third and final route. (Part 2 of a trilogy.)", + "release_date": "2019-01-12" + }, + { + "vote_count": 691, + "id": 450465, + "video": false, + "vote_average": 6.9, + "title": "Glass", + "popularity": 165.309, + "poster_path": "/svIDTNUoajS8dLEo7EosxvyAsgJ.jpg", + "original_language": "en", + "original_title": "Glass", + "genre_ids": [ + 53, + 27, + 9648, + 18 + ], + "backdrop_path": "/ngBFDOsx13sFXiMweDoL54XYknR.jpg", + "adult": false, + "overview": "In a series of escalating encounters, security guard David Dunn uses his supernatural abilities to track Kevin Wendell Crumb, a disturbed man who has twenty-four personalities. Meanwhile, the shadowy presence of Elijah Price emerges as an orchestrator who holds secrets critical to both men.", + "release_date": "2019-01-16" + }, + { + "vote_count": 2875, + "id": 332562, + "video": false, + "vote_average": 7.5, + "title": "A Star Is Born", + "popularity": 155.21, + "poster_path": "/wrFpXMNBRj2PBiN4Z5kix51XaIZ.jpg", + "original_language": "en", + "original_title": "A Star Is Born", + "genre_ids": [ + 18, + 10402, + 10749 + ], + "backdrop_path": "/wqtaHWOEZ3rXDJ8c6ZZShulbo18.jpg", + "adult": false, + "overview": "Seasoned musician Jackson Maine discovers—and falls in love with—struggling artist Ally. She has just about given up on her dream to make it big as a singer—until Jack coaxes her into the spotlight. But even as Ally's career takes off, the personal side of their relationship is breaking down, as Jack fights an ongoing battle with his own internal demons.", + "release_date": "2018-10-03" + }, + { + "vote_count": 218, + "id": 504172, + "video": false, + "vote_average": 6.1, + "title": "The Mule", + "popularity": 135.793, + "poster_path": "/t0idiLMalKMj2pLsvqHrOM4LPdQ.jpg", + "original_language": "en", + "original_title": "The Mule", + "genre_ids": [ + 80, + 18, + 53 + ], + "backdrop_path": "/bkc4AY6FTa3yNqrshE9b1elDzPt.jpg", + "adult": false, + "overview": "A 90 year old horticulturalist and Korean War veteran is caught transporting $3 million worth of cocaine through Illinois for a Mexican drug cartel.", + "release_date": "2018-12-14" + }, + { + "vote_count": 244, + "id": 503314, + "video": false, + "vote_average": 7.4, + "title": "Dragon Ball Super: Broly", + "popularity": 135.52, + "poster_path": "/f03YksE4NggUjG75toz4H1YAGRf.jpg", + "original_language": "ja", + "original_title": "ドラゴンボール超スーパー ブロリー", + "genre_ids": [ + 28, + 16, + 878 + ], + "backdrop_path": "/6OTRuxpwUUGbmCX3MKP25dOmo59.jpg", + "adult": false, + "overview": "Earth is peaceful following the Tournament of Power. Realizing that the universes still hold many more strong people yet to see, Goku spends all his days training to reach even greater heights. Then one day, Goku and Vegeta are faced by a Saiyan called 'Broly' who they've never seen before. The Saiyans were supposed to have been almost completely wiped out in the destruction of Planet Vegeta, so what's this one doing on Earth? This encounter between the three Saiyans who have followed completely different destinies turns into a stupendous battle, with even Frieza (back from Hell) getting caught up in the mix.", + "release_date": "2018-12-14" + }, + { + "vote_count": 643, + "id": 360920, + "video": false, + "vote_average": 6.3, + "title": "The Grinch", + "popularity": 130.115, + "poster_path": "/gpkHvkCtZOeCQ2DelnJ2LB1WjZ5.jpg", + "original_language": "en", + "original_title": "The Grinch", + "genre_ids": [ + 16, + 10751, + 35, + 14 + ], + "backdrop_path": "/juc9wt7Eh2IarLL5S1yQ1a21O1A.jpg", + "adult": false, + "overview": "The Grinch hatches a scheme to ruin Christmas when the residents of Whoville plan their annual holiday celebration.", + "release_date": "2018-11-08" + }, + { + "vote_count": 1312, + "id": 324857, + "video": false, + "vote_average": 8.5, + "title": "Spider-Man: Into the Spider-Verse", + "popularity": 114.503, + "poster_path": "/laMM4lpQSh5z6KIBPwWogkjzBVQ.jpg", + "original_language": "en", + "original_title": "Spider-Man: Into the Spider-Verse", + "genre_ids": [ + 28, + 12, + 16, + 878, + 35 + ], + "backdrop_path": "/7d6EY00g1c39SGZOoCJ5Py9nNth.jpg", + "adult": false, + "overview": "Miles Morales is juggling his life between being a high school student and being a spider-man. When Wilson \"Kingpin\" Fisk uses a super collider, others from across the Spider-Verse are transported to this dimension.", + "release_date": "2018-12-07" + }, + { + "vote_count": 52, + "id": 522681, + "video": false, + "vote_average": 7.1, + "title": "Escape Room", + "popularity": 114.258, + "poster_path": "/8yZAx7tlKRZIg7pJfaPhl00yHIQ.jpg", + "original_language": "en", + "original_title": "Escape Room", + "genre_ids": [ + 27, + 53, + 28 + ], + "backdrop_path": "/9cmrRktcAmhteKMNRl2hU6rQzLJ.jpg", + "adult": false, + "overview": "Six strangers find themselves in circumstances beyond their control, and must use their wits to survive.", + "release_date": "2019-01-03" + }, + { + "vote_count": 226, + "id": 446807, + "video": false, + "vote_average": 5.9, + "title": "The Girl in the Spider's Web", + "popularity": 109.135, + "poster_path": "/w4ibr8R702DCjwYniry1D1XwQXj.jpg", + "original_language": "en", + "original_title": "The Girl in the Spider's Web", + "genre_ids": [ + 18, + 53, + 9648, + 80, + 28 + ], + "backdrop_path": "/r0ljJIPBGsGdpeDdlHpzCiNnxiB.jpg", + "adult": false, + "overview": "In Stockholm, Sweden, hacker Lisbeth Salander is hired by Frans Balder, a computer engineer, to retrieve a program that he believes it is too dangerous to exist.", + "release_date": "2018-10-26" + }, + { + "vote_count": 10997, + "id": 299536, + "video": false, + "vote_average": 8.3, + "title": "Avengers: Infinity War", + "popularity": 108.095, + "poster_path": "/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg", + "original_language": "en", + "original_title": "Avengers: Infinity War", + "genre_ids": [ + 12, + 28, + 14 + ], + "backdrop_path": "/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg", + "adult": false, + "overview": "As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.", + "release_date": "2018-04-25" + }, + { + "vote_count": 89, + "id": 166428, + "video": false, + "vote_average": 8.5, + "title": "How to Train Your Dragon: The Hidden World", + "popularity": 105.53, + "poster_path": "/ij0xoc13hGhrYIlXGGuPXWTh3vi.jpg", + "original_language": "en", + "original_title": "How to Train Your Dragon: The Hidden World", + "genre_ids": [ + 16, + 10751, + 12 + ], + "backdrop_path": "/xt1eGafwaY42gBvYCUqXQrjUVjw.jpg", + "adult": false, + "overview": "As Hiccup fulfills his dream of creating a peaceful dragon utopia, Toothless’ discovery of an untamed, elusive mate draws the Night Fury away. When danger mounts at home and Hiccup’s reign as village chief is tested, both dragon and rider must make impossible decisions to save their kind.", + "release_date": "2019-01-03" + }, + { + "vote_count": 326, + "id": 399402, + "video": false, + "vote_average": 5.9, + "title": "Hunter Killer", + "popularity": 102.919, + "poster_path": "/a0j18XNVhP4RcW3wXwsqT0kVoQm.jpg", + "original_language": "en", + "original_title": "Hunter Killer", + "genre_ids": [ + 28, + 53 + ], + "backdrop_path": "/gCIB3DdK00DyfwosVGf7pnFFdK3.jpg", + "adult": false, + "overview": "An untested American submarine captain teams with U.S. Navy SEALs to rescue the Russian president, who has been kidnapped by a rogue general.", + "release_date": "2018-10-19" + }, + { + "vote_count": 3263, + "id": 405774, + "video": false, + "vote_average": 7.1, + "title": "Bird Box", + "popularity": 96.734, + "poster_path": "/rGfGfgL2pEPCfhIvqHXieXFn7gp.jpg", + "original_language": "en", + "original_title": "Bird Box", + "genre_ids": [ + 53, + 18, + 878, + 27 + ], + "backdrop_path": "/z6m7s4w4Erxnr5k2jc1TZR1AMva.jpg", + "adult": false, + "overview": "When a mysterious force decimates the world’s population, only one thing is certain: if you see it, you take your life. Facing the unknown, Malorie finds love, hope and a new beginning only for it to unravel. Now she must flee with her two children down a treacherous river to the one place left that may offer sanctuary. But to survive, they'll have to undertake the perilous two-day journey blindfolded.", + "release_date": "2018-12-13" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:25.4443541Z", + "ReducedUri": "/3/movie/top_rated", + "RespData": { + "page": 1, + "total_results": 6806, + "total_pages": 341, + "results": [ + { + "vote_count": 1966, + "id": 19404, + "video": false, + "vote_average": 9.1, + "title": "Dilwale Dulhania Le Jayenge", + "popularity": 15.162, + "poster_path": "/uC6TTUhPpQCmgldGyYveKRAu8JN.jpg", + "original_language": "hi", + "original_title": "दिलवाले दुल्हनिया ले जायेंगे", + "genre_ids": [ + 35, + 18, + 10749 + ], + "backdrop_path": "/nl79FQ8xWZkhL3rDr1v2RFFR6J0.jpg", + "adult": false, + "overview": "Raj is a rich, carefree, happy-go-lucky second generation NRI. Simran is the daughter of Chaudhary Baldev Singh, who in spite of being an NRI is very strict about adherence to Indian values. Simran has left for India to be married to her childhood fiancé. Raj leaves for India with a mission at his hands, to claim his lady love under the noses of her whole family. Thus begins a saga.", + "release_date": "1995-10-20" + }, + { + "vote_count": 12039, + "id": 278, + "video": false, + "vote_average": 8.6, + "title": "The Shawshank Redemption", + "popularity": 29.633, + "poster_path": "/9O7gLzmreU0nGkIB6K3BsJbzvNv.jpg", + "original_language": "en", + "original_title": "The Shawshank Redemption", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/j9XKiZrVeViAixVRzCta7h1VU9W.jpg", + "adult": false, + "overview": "Framed in the 1940s for the double murder of his wife and her lover, upstanding banker Andy Dufresne begins a new life at the Shawshank prison, where he puts his accounting skills to work for an amoral warden. During his long stretch in prison, Dufresne comes to be admired by the other inmates -- including an older prisoner named Red -- for his integrity and unquenchable sense of hope.", + "release_date": "1994-09-23" + }, + { + "vote_count": 9215, + "id": 238, + "video": false, + "vote_average": 8.6, + "title": "The Godfather", + "popularity": 23.638, + "poster_path": "/d4KNaTrltq6bpkFS01pYtyXa09m.jpg", + "original_language": "en", + "original_title": "The Godfather", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/6xKCYgH16UuwEGAyroLU6p8HLIn.jpg", + "adult": false, + "overview": "Spanning the years 1945 to 1955, a chronicle of the fictional Italian-American Corleone crime family. When organized crime family patriarch, Vito Corleone barely survives an attempt on his life, his youngest son, Michael steps in to take care of the would-be killers, launching a campaign of bloody revenge.", + "release_date": "1972-03-14" + }, + { + "vote_count": 3524, + "id": 372058, + "video": false, + "vote_average": 8.6, + "title": "Your Name.", + "popularity": 17.807, + "poster_path": "/xq1Ugd62d23K2knRUx6xxuALTZB.jpg", + "original_language": "ja", + "original_title": "君の名は。", + "genre_ids": [ + 10749, + 16, + 18 + ], + "backdrop_path": "/6vkhRvsRvWpmaRVyCXaxTkIEb7j.jpg", + "adult": false, + "overview": "High schoolers Mitsuha and Taki are complete strangers living separate lives. But one night, they suddenly switch places. Mitsuha wakes up in Taki’s body, and he in hers. This bizarre occurrence continues to happen randomly, and the two must adjust their lives around each other.", + "release_date": "2016-08-26" + }, + { + "vote_count": 1312, + "id": 324857, + "video": false, + "vote_average": 8.5, + "title": "Spider-Man: Into the Spider-Verse", + "popularity": 114.503, + "poster_path": "/laMM4lpQSh5z6KIBPwWogkjzBVQ.jpg", + "original_language": "en", + "original_title": "Spider-Man: Into the Spider-Verse", + "genre_ids": [ + 28, + 12, + 16, + 878, + 35 + ], + "backdrop_path": "/7d6EY00g1c39SGZOoCJ5Py9nNth.jpg", + "adult": false, + "overview": "Miles Morales is juggling his life between being a high school student and being a spider-man. When Wilson \"Kingpin\" Fisk uses a super collider, others from across the Spider-Verse are transported to this dimension.", + "release_date": "2018-12-07" + }, + { + "vote_count": 7218, + "id": 424, + "video": false, + "vote_average": 8.5, + "title": "Schindler's List", + "popularity": 23.941, + "poster_path": "/yPisjyLweCl1tbgwgtzBCNCBle.jpg", + "original_language": "en", + "original_title": "Schindler's List", + "genre_ids": [ + 18, + 36, + 10752 + ], + "backdrop_path": "/cTNYRUTXkBgPH3wP3kmPUB5U6dA.jpg", + "adult": false, + "overview": "The true story of how businessman Oskar Schindler saved over a thousand Jewish lives from the Nazis while they worked as slaves in his factory during World War II.", + "release_date": "1993-12-15" + }, + { + "vote_count": 5375, + "id": 240, + "video": false, + "vote_average": 8.5, + "title": "The Godfather: Part II", + "popularity": 18.489, + "poster_path": "/bVq65huQ8vHDd1a4Z37QtuyEvpA.jpg", + "original_language": "en", + "original_title": "The Godfather: Part II", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/gLbBRyS7MBrmVUNce91Hmx9vzqI.jpg", + "adult": false, + "overview": "In the continuing saga of the Corleone crime family, a young Vito Corleone grows up in Sicily and in 1910s New York. In the 1950s, Michael Corleone attempts to expand the family business into Las Vegas, Hollywood and Cuba.", + "release_date": "1974-12-20" + }, + { + "vote_count": 6700, + "id": 129, + "video": false, + "vote_average": 8.5, + "title": "Spirited Away", + "popularity": 24.727, + "poster_path": "/oRvMaJOmapypFUcQqpgHMZA6qL9.jpg", + "original_language": "ja", + "original_title": "千と千尋の神隠し", + "genre_ids": [ + 16, + 10751, + 14 + ], + "backdrop_path": "/mnpRKVSXBX6jb56nabvmGKA0Wig.jpg", + "adult": false, + "overview": "A young girl, Chihiro, becomes trapped in a strange new world of spirits. When her parents undergo a mysterious transformation, she must call upon the courage she never knew she had to free her family.", + "release_date": "2001-07-20" + }, + { + "vote_count": 7400, + "id": 497, + "video": false, + "vote_average": 8.4, + "title": "The Green Mile", + "popularity": 21.062, + "poster_path": "/sOHqdY1RnSn6kcfAHKu28jvTebE.jpg", + "original_language": "en", + "original_title": "The Green Mile", + "genre_ids": [ + 14, + 18, + 80 + ], + "backdrop_path": "/Rlt20sEbOQKPVjia7lUilFm49W.jpg", + "adult": false, + "overview": "A supernatural tale set on death row in a Southern prison, where gentle giant John Coffey possesses the mysterious power to heal people's ailments. When the cell block's head guard, Paul Edgecomb, recognizes Coffey's miraculous gift, he tries desperately to help stave off the condemned man's execution.", + "release_date": "1999-12-10" + }, + { + "vote_count": 6580, + "id": 637, + "video": false, + "vote_average": 8.4, + "title": "Life Is Beautiful", + "popularity": 17.068, + "poster_path": "/f7DImXDebOs148U4uPjI61iDvaK.jpg", + "original_language": "it", + "original_title": "La vita è bella", + "genre_ids": [ + 35, + 18 + ], + "backdrop_path": "/bORe0eI72D874TMawOOFvqWS6Xe.jpg", + "adult": false, + "overview": "A touching story of an Italian book seller of Jewish ancestry who lives in his own little fairy tale. His creative and happy life would come to an abrupt halt when his entire family is deported to a concentration camp during World War II. While locked up he tries to convince his son that the whole thing is just a game.", + "release_date": "1997-12-20" + }, + { + "vote_count": 237, + "id": 452522, + "video": false, + "vote_average": 8.4, + "title": "Twin Peaks", + "popularity": 10.787, + "poster_path": "/zQsEi6096L7PvowV39dtdqdW16f.jpg", + "original_language": "en", + "original_title": "Twin Peaks", + "genre_ids": [ + 18, + 9648 + ], + "backdrop_path": "/xqjGKLwLZeujg4fiBTOqhZkoL31.jpg", + "adult": false, + "overview": "Undercurrents of passion, greed, jealousy and intrigue surface in a seemingly respectable town when a high school homecoming queen is found murdered.", + "release_date": "1989-12-31" + }, + { + "vote_count": 13904, + "id": 680, + "video": false, + "vote_average": 8.4, + "title": "Pulp Fiction", + "popularity": 32.231, + "poster_path": "/dM2w364MScsjFf8pfMbaWUcWrR.jpg", + "original_language": "en", + "original_title": "Pulp Fiction", + "genre_ids": [ + 53, + 80 + ], + "backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg", + "adult": false, + "overview": "A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.", + "release_date": "1994-09-10" + }, + { + "vote_count": 274, + "id": 18491, + "video": false, + "vote_average": 8.4, + "title": "Neon Genesis Evangelion: The End of Evangelion", + "popularity": 9.024, + "poster_path": "/5JYzfyKBwReaQ41WFhqXgOZnPWV.jpg", + "original_language": "ja", + "original_title": "新世紀エヴァンゲリオン劇場版 THE END OF EVANGELION", + "genre_ids": [ + 18, + 878, + 16 + ], + "backdrop_path": "/AfyuI3glMCBDFmNPj9PY6DwbgGp.jpg", + "adult": false, + "overview": "The second of two theatrically released follow-ups to the Neon Genesis Evangelion series. Comprising of two alternate episodes which were first intended to take the place of episodes 25 and 26, this finale answers many of the questions surrounding the series, while also opening up some new possibilities.", + "release_date": "1997-07-19" + }, + { + "vote_count": 4414, + "id": 539, + "video": false, + "vote_average": 8.4, + "title": "Psycho", + "popularity": 21.499, + "poster_path": "/81d8oyEFgj7FlxJqSDXWr8JH8kV.jpg", + "original_language": "en", + "original_title": "Psycho", + "genre_ids": [ + 18, + 27, + 53, + 9648 + ], + "backdrop_path": "/12RDCQZNYQib19nep7sgOy5Mxij.jpg", + "adult": false, + "overview": "When larcenous real estate clerk Marion Crane goes on the lam with a wad of cash and hopes of starting a new life, she ends up at the notorious Bates Motel, where manager Norman Bates cares for his housebound mother. The place seems quirky, but fine… until Marion decides to take a shower.", + "release_date": "1960-06-16" + }, + { + "vote_count": 17595, + "id": 155, + "video": false, + "vote_average": 8.4, + "title": "The Dark Knight", + "popularity": 31.767, + "poster_path": "/1hRoyzDtpgMU7Dz4JF22RANzQO7.jpg", + "original_language": "en", + "original_title": "The Dark Knight", + "genre_ids": [ + 18, + 28, + 80, + 53 + ], + "backdrop_path": "/hqkIcbrOHL86UncnHIsHVcVmzue.jpg", + "adult": false, + "overview": "Batman raises the stakes in his war on crime. With the help of Lt. Jim Gordon and District Attorney Harvey Dent, Batman sets out to dismantle the remaining criminal organizations that plague the streets. The partnership proves to be effective, but they soon find themselves prey to a reign of chaos unleashed by a rising criminal mastermind known to the terrified citizens of Gotham as the Joker.", + "release_date": "2008-07-16" + }, + { + "vote_count": 15031, + "id": 550, + "video": false, + "vote_average": 8.4, + "title": "Fight Club", + "popularity": 28.313, + "poster_path": "/adw6Lq9FiC9zjYEpOqfq03ituwp.jpg", + "original_language": "en", + "original_title": "Fight Club", + "genre_ids": [ + 18 + ], + "backdrop_path": "/87hTDiay2N2qWyX4Ds7ybXi9h8I.jpg", + "adult": false, + "overview": "A ticking-time-bomb insomniac and a slippery soap salesman channel primal male aggression into a shocking new form of therapy. Their concept catches on, with underground \"fight clubs\" forming in every town, until an eccentric gets in the way and ignites an out-of-control spiral toward oblivion.", + "release_date": "1999-10-15" + }, + { + "vote_count": 206, + "id": 26451, + "video": false, + "vote_average": 8.4, + "title": "Investigation of a Citizen Above Suspicion", + "popularity": 8.197, + "poster_path": "/uGQV8KYXWbTzJT80Hwe9DXYR3F0.jpg", + "original_language": "it", + "original_title": "Indagine su un cittadino al di sopra di ogni sospetto", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/tJaeWoH1UJPyeIU2yd9YJgeghFC.jpg", + "adult": false, + "overview": "A chief of detectives, homicide section, commits a murder and deliberately leaves clues to prove his own responsibility for the crime.", + "release_date": "1970-02-09" + }, + { + "vote_count": 1342, + "id": 346, + "video": false, + "vote_average": 8.4, + "title": "Seven Samurai", + "popularity": 14.589, + "poster_path": "/v6xrz4fr92KY1oNC3HsEvrsvR1n.jpg", + "original_language": "ja", + "original_title": "七人の侍", + "genre_ids": [ + 28, + 18 + ], + "backdrop_path": "/61vLiK96sbXeHpQiMxI4CuqBA3z.jpg", + "adult": false, + "overview": "A samurai answers a village's request for protection after he falls on hard times. The town needs protection from bandits, so the samurai gathers six others to help him teach the people how to defend themselves, and the villagers provide the soldiers with food. A giant battle occurs when 40 bandits attack the village.", + "release_date": "1954-04-26" + }, + { + "vote_count": 13436, + "id": 13, + "video": false, + "vote_average": 8.4, + "title": "Forrest Gump", + "popularity": 24.036, + "poster_path": "/yE5d3BUhE8hCnkMUJOo1QDoOGNz.jpg", + "original_language": "en", + "original_title": "Forrest Gump", + "genre_ids": [ + 35, + 18, + 10749 + ], + "backdrop_path": "/wMgbnUVS9wbRGAdki8fqxKU1O0N.jpg", + "adult": false, + "overview": "A man with a low IQ has accomplished great things in his life and been present during significant historic events—in each case, far exceeding what anyone imagined he could do. But despite all he has achieved, his one true love eludes him.", + "release_date": "1994-07-06" + }, + { + "vote_count": 5108, + "id": 769, + "video": false, + "vote_average": 8.4, + "title": "GoodFellas", + "popularity": 19.325, + "poster_path": "/hAPeXBdGDGmXRPj4OZZ0poH65Iu.jpg", + "original_language": "en", + "original_title": "GoodFellas", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/sw7mordbZxgITU877yTpZCud90M.jpg", + "adult": false, + "overview": "The true story of Henry Hill, a half-Irish, half-Sicilian Brooklyn kid who is adopted by neighbourhood gangsters at an early age and climbs the ranks of a Mafia family under the guidance of Jimmy Conway.", + "release_date": "1990-09-12" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:25.7691307Z", + "ReducedUri": "/3/movie/top_rated?language=de", + "RespData": { + "page": 1, + "total_results": 6806, + "total_pages": 341, + "results": [ + { + "vote_count": 1966, + "id": 19404, + "video": false, + "vote_average": 9.1, + "title": "Dilwale Dulhania Le Jayenge - Wer zuerst kommt, kriegt die Braut", + "popularity": 15.162, + "poster_path": "/lKv92chrJoiBNjtmZygxWdQm5Ja.jpg", + "original_language": "hi", + "original_title": "दिलवाले दुल्हनिया ले जायेंगे", + "genre_ids": [ + 35, + 18, + 10749 + ], + "backdrop_path": "/nl79FQ8xWZkhL3rDr1v2RFFR6J0.jpg", + "adult": false, + "overview": "Eine Europareise mit romantischen Folgen: Auf seiner Interrailtour begegnet Raj Simran, einem Mädchen aus gutem Hause. Seinen Annäherungsversuchen geht sie zunächst erfolgreich aus dem Weg, denn immerhin ist Simran bereits einem Anderen versprochen. Doch in der Schweiz, auf fahrenden Zügen und duftenden Almwiesen, erliegt sie seinem Charme, und bald ist klar: Sie gehören zusammen. Nur Simrans Familie stellt sich ihrem Glück entgegen. \"Dilwale Dulhania Le Jayenge\" markiert die Geburtsstunde des Leinwandtraumpaars Shah Rukh Khan und Kajol und gilt unumstritten als Meilenstein indischer Film- und Kulturgeschichte. Neben des ausgeprägt zelebrierten Schweiz-Mythos kommen hier alle wichtigen Grundzutaten soliden Bollywoodkinos zusammen und machen den Film zu einer der erfolgreichsten indischen Produktionen aller Zeiten, die selbst heute noch in den Kinos Indiens zu sehen ist.", + "release_date": "1995-10-20" + }, + { + "vote_count": 12039, + "id": 278, + "video": false, + "vote_average": 8.6, + "title": "Die Verurteilten", + "popularity": 29.633, + "poster_path": "/seWYZw81LG4pqKptJ0wjHNR5aHv.jpg", + "original_language": "en", + "original_title": "The Shawshank Redemption", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/j9XKiZrVeViAixVRzCta7h1VU9W.jpg", + "adult": false, + "overview": "Das Shawshank Gefängnis in den 30ern: der wegen Mordes an seiner Frau verurteilte Andy Dufresne kommt als Neuling lebenslänglich hinter Gittern. Zurückhaltend wie er ist, ist er ständig das Ziel sexueller Angriffe, doch als er als Banker durchblicken läßt, daß er finanziell für den Direktor und die Wärter eine Menge tun kann, ist für seine Sicherheit gesorgt. Langsam aber sicher freundet er sich mit dem Langzeitinsassen Red an, baut die Gefängnisbibliothek auf und rückt nie von seiner Überzeugung ab, unschuldig zu sein. Viele Jahre vergehen, bis etwas geschieht, was sogar Reds Leben für immer verändern wird...", + "release_date": "1994-09-23" + }, + { + "vote_count": 9215, + "id": 238, + "video": false, + "vote_average": 8.6, + "title": "Der Pate", + "popularity": 23.638, + "poster_path": "/mmXWfTuUHQLi4vUW1o6fe5Jep3E.jpg", + "original_language": "en", + "original_title": "The Godfather", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/6xKCYgH16UuwEGAyroLU6p8HLIn.jpg", + "adult": false, + "overview": "Don Vito Corleone ist der Kopf einer der einflußreichsten Mafia-Familien New Yorks. Als die anderen Familien der Stadt beschließen, neben Glücksspiel und Schutzgelderpressungen nun auch den Handel mit Drogen als Erwerbsquelle zu nutzen und sich Don Corleone diesem Vorhaben nicht anschließen möchte, wird er zum Ziel eines hinterhältigen Mordanschlags. Nun steht Vitos Sohn Michael in der Verantwortung, in die Fußstapfen seines Vaters zu treten, obwohl er mit den Gechäften der Familie bis dato nichts zu tun haben wollte.", + "release_date": "1972-03-14" + }, + { + "vote_count": 3524, + "id": 372058, + "video": false, + "vote_average": 8.6, + "title": "Your Name. - Gestern, heute und für immer", + "popularity": 17.807, + "poster_path": "/7bAtBUQRC1M4zaIlihesBPTAJ8a.jpg", + "original_language": "ja", + "original_title": "君の名は。", + "genre_ids": [ + 10749, + 16, + 18 + ], + "backdrop_path": "/6vkhRvsRvWpmaRVyCXaxTkIEb7j.jpg", + "adult": false, + "overview": "Die Geschichte dreht sich um Mitsuha und Taki. Mitsuha lebt mit ihrer kleinen Schwester bei ihrer Großmutter in einer kleinen, ländlichen Stadt, die von Bergen umgeben ist. Sie ist ein sehr ehrliches Mädchen, aber sie findet weder Gefallen an den Bräuchen des Familienschreins, noch an dem Wahlkampf, an dem ihr Vater teilnimmt. Stattdessen beklagt sie sich über die ländliche Lebensweise und sehnt sich nach einem Leben in Tokyo. Taki dagegen lebt in Tokyo, verbringt viel Zeit mit seinen Freunden und arbeitet nebenbei in einem italienischen Restaurant. Außerdem interessiert er sich sehr für Architektur und bildende Kunst. Eines Tages jedoch hat Mitsuha einen Traum, in dem sie sich als Junge wiederfindet. Taki hat genau denselben Traum, findet sich aber als Mädchen in einer Stadt in den Bergen wieder, wo er noch nie zuvor war. Was ist das Geheimnis ihrer Träume und ihrer persönlichen Erfahrungen?", + "release_date": "2016-08-26" + }, + { + "vote_count": 1312, + "id": 324857, + "video": false, + "vote_average": 8.5, + "title": "Spider-Man: A New Universe", + "popularity": 114.503, + "poster_path": "/laMM4lpQSh5z6KIBPwWogkjzBVQ.jpg", + "original_language": "en", + "original_title": "Spider-Man: Into the Spider-Verse", + "genre_ids": [ + 28, + 12, + 16, + 878, + 35 + ], + "backdrop_path": "/7d6EY00g1c39SGZOoCJ5Py9nNth.jpg", + "adult": false, + "overview": "Animations-Abenteuer um Superheld Spider-Man. Im Gegensatz zu den Realfilmen geht es aber nicht um Peter Parker, sondern um Miles Morales – und noch andere Spinnenmänner..", + "release_date": "2018-12-07" + }, + { + "vote_count": 7218, + "id": 424, + "video": false, + "vote_average": 8.5, + "title": "Schindlers Liste", + "popularity": 23.941, + "poster_path": "/lExWRUDOkb0Oe7e5NCwLrTKUWVG.jpg", + "original_language": "en", + "original_title": "Schindler's List", + "genre_ids": [ + 18, + 36, + 10752 + ], + "backdrop_path": "/cTNYRUTXkBgPH3wP3kmPUB5U6dA.jpg", + "adult": false, + "overview": "Von einer wahren Begebenheit inspiriert, erzählt Schindlers Liste die Geschichte des Industriellen Oskar Schindler, der während des Zweiten Weltkriegs versucht, sich in Krakau eine Existenz aufzubauen. Aus finanziellen Gründen beschäftigt er nur Juden und leiht sich Geld von ihnen um eine Emaillefabrik zu gründen, die ihm letztlich großen Reichtum beschert. Als die Brutalität des Holocaust Krakau erreicht, riskiert er nicht nur sein Vermögen, sondern auch sein Leben um seine Arbeiter vor der Deportation zu bewahren.", + "release_date": "1993-12-15" + }, + { + "vote_count": 5375, + "id": 240, + "video": false, + "vote_average": 8.5, + "title": "Der Pate - Teil II", + "popularity": 18.489, + "poster_path": "/3JwnpSCdl76qZRB43KBeiln27rJ.jpg", + "original_language": "en", + "original_title": "The Godfather: Part II", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/gLbBRyS7MBrmVUNce91Hmx9vzqI.jpg", + "adult": false, + "overview": "Michael Corleone ist jetzt der Pate seiner Familie und führt diese Aufgabe mit der nötigen Gnadenlosigkeit aus. Als er in Las Vegas und auf Kuba expandieren will, weil ihm die alten Geschäftsideen nichts mehr einbringen, treten Schwierigkeiten auf. Um diese zu klären, veranlaßt Michael eine große Säuberungsaktion, die auch vor den Familienmitgliedern nicht halt macht.", + "release_date": "1974-12-20" + }, + { + "vote_count": 6700, + "id": 129, + "video": false, + "vote_average": 8.5, + "title": "Chihiros Reise ins Zauberland", + "popularity": 24.727, + "poster_path": "/6T7xQtRj8I3s1BaV6elLmq0mRgM.jpg", + "original_language": "ja", + "original_title": "千と千尋の神隠し", + "genre_ids": [ + 16, + 10751, + 14 + ], + "backdrop_path": "/mnpRKVSXBX6jb56nabvmGKA0Wig.jpg", + "adult": false, + "overview": "Als die kleine Chihiro mit ihren Eltern während eines Ausflugs einen dunklen Tunnel durchquert, ahnt sie noch nicht, was sie auf der anderen Seite erwarten wird. Denn dort liegt eine für Menschen normalerweise unsichtbare Stadt der Geister. Zu allem Übel muss Chihiro dann auch noch feststellen, dass sich ihre Eltern in Schweine verwandelt haben und sie selbst plötzlich unsichtbar zu werden scheint...", + "release_date": "2001-07-20" + }, + { + "vote_count": 7400, + "id": 497, + "video": false, + "vote_average": 8.4, + "title": "The Green Mile", + "popularity": 21.062, + "poster_path": "/oWhVJuy2hfPo5xnCSATWmnWuiSq.jpg", + "original_language": "en", + "original_title": "The Green Mile", + "genre_ids": [ + 14, + 18, + 80 + ], + "backdrop_path": "/Rlt20sEbOQKPVjia7lUilFm49W.jpg", + "adult": false, + "overview": "Paul Edgecomb und seine Kollegen sind Wärter im Todestrakt eines Gefängnisses in den 30ern. Paul versieht seinen Job zwar immer noch mit der größtmöglichen Menschlichkeit, doch er wird zunehmend zynischer, da er ständig Menschen sterben sieht. Außerdem ist er krank. Da kommt ein neuer Delinquent in den Trakt: John Coffey, ein farbiger Riese von friedlichster Bauart, der im Dunkeln Angst hat. Wie sich herausstellt, hat Coffey heilende Fähigkeiten, die auch Paul kennenlernt. Zunehmend gerät er in Zweifel, ob dieser Gigant sterben soll, vor allem da er die Morde, wegen der er verurteilt ist, nicht begangen zu haben scheint. Doch der Stuhl wartet und Coffeys Gabe droht für immer zu verschwinden ...", + "release_date": "1999-12-10" + }, + { + "vote_count": 6580, + "id": 637, + "video": false, + "vote_average": 8.4, + "title": "Das Leben ist schön", + "popularity": 17.068, + "poster_path": "/zjPSoGcuDZpatHg3XQpUtSjdA7F.jpg", + "original_language": "it", + "original_title": "La vita è bella", + "genre_ids": [ + 35, + 18 + ], + "backdrop_path": "/bORe0eI72D874TMawOOFvqWS6Xe.jpg", + "adult": false, + "overview": "Die Geschichte eines italienischen Buchhändlers jüdischer Abstammung, der in seiner eigenen Märchenwelt lebt. Doch seine kreative Vorstellungskraft wird vor eine bittere Herausforderung gestellt, als er mit seiner ganzen Familie während des Holocaust in ein Konzentrationslager deportiert wird. Kurzerhand erklärt er seinem kleinen Sohn, dass alles nur ein Spiel sei.", + "release_date": "1997-12-20" + }, + { + "vote_count": 237, + "id": 452522, + "video": false, + "vote_average": 8.4, + "title": "Twin Peaks", + "popularity": 10.787, + "poster_path": "/zQsEi6096L7PvowV39dtdqdW16f.jpg", + "original_language": "en", + "original_title": "Twin Peaks", + "genre_ids": [ + 18, + 9648 + ], + "backdrop_path": "/xqjGKLwLZeujg4fiBTOqhZkoL31.jpg", + "adult": false, + "overview": "", + "release_date": "1989-12-31" + }, + { + "vote_count": 13904, + "id": 680, + "video": false, + "vote_average": 8.4, + "title": "Pulp Fiction", + "popularity": 32.231, + "poster_path": "/g71Sk6usK5jgkqgJl3ZQ48G7djY.jpg", + "original_language": "en", + "original_title": "Pulp Fiction", + "genre_ids": [ + 53, + 80 + ], + "backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg", + "adult": false, + "overview": "Vincent Vega und Jules Winnfield holen für ihren Boss Marsellus Wallace eine schwarze Aktentasche aus einer Wohnung ab. Drei Jungs, die ihnen dabei im Weg stehen, lassen ihr Leben. Die Killer machen sich mit einem vierten Jungen als Geisel auf den Weg ins Hauptquartier. Doch als das Auto über eine Straßenerhöhung schaukelt, erschießt Vincent aus Versehen die Geisel. Um den blutverspritzten Wagen zu reinigen, machen die beiden einen Abstecher zu Jules's Freund Jimmie, wo auf Befehl vom Boss ein Spezialist für schwierige Aufträge zu ihnen stößt: The Wolf...", + "release_date": "1994-09-10" + }, + { + "vote_count": 274, + "id": 18491, + "video": false, + "vote_average": 8.4, + "title": "Neon Genesis Evangelion - The End of Evangelion", + "popularity": 9.024, + "poster_path": "/5JYzfyKBwReaQ41WFhqXgOZnPWV.jpg", + "original_language": "ja", + "original_title": "新世紀エヴァンゲリオン劇場版 THE END OF EVANGELION", + "genre_ids": [ + 18, + 878, + 16 + ], + "backdrop_path": "/AfyuI3glMCBDFmNPj9PY6DwbgGp.jpg", + "adult": false, + "overview": "Im Jahr 2015 sieht sich der junge Shinji mit einer besonderen Aufgabe konfrontiert: Der 14-Jährige soll einen Kampfroboter, den so genannten EVA, steuern, der die einzige Waffe gegen die die Menschheit angreifenden \"Engel\" ist. Die Engel kamen vor 15 Jahren auf die Erde und zerstörten große Teile davon. Jetzt, in der neu aufgebauten Stadt Tokyo-3, soll sich Shinji vor seinem Vater und seinen Kameraden beweisen.", + "release_date": "1997-07-19" + }, + { + "vote_count": 4414, + "id": 539, + "video": false, + "vote_average": 8.4, + "title": "Psycho", + "popularity": 21.499, + "poster_path": "/tbV6L1f6WN6ptx48lvYE96Vlo8A.jpg", + "original_language": "en", + "original_title": "Psycho", + "genre_ids": [ + 18, + 27, + 53, + 9648 + ], + "backdrop_path": "/12RDCQZNYQib19nep7sgOy5Mxij.jpg", + "adult": false, + "overview": "Die Sekretärin Marion Crane unterschlägt 40.000 Dollar und macht auf ihrer Flucht in einem abgelegenen Motel Station, das der eigentümliche Norman Bates leitet, der mit seiner Mutter im Haus neben dem Motel lebt. Als Marion sich frisch machen will, wird sie während des Duschens erstochen. Nachdem ein Privatdetektiv, der ihre Spur gefunden hatte, ebenfalls verschwindet, begeben sich Marions Freund Sam und ihre Schwester Lila auf die Suche. In Bates Motel, machen sie eine grausige Entdeckung.", + "release_date": "1960-06-16" + }, + { + "vote_count": 17595, + "id": 155, + "video": false, + "vote_average": 8.4, + "title": "The Dark Knight", + "popularity": 31.767, + "poster_path": "/v95VUr5pCel4YDl30EgUuQgHsV1.jpg", + "original_language": "en", + "original_title": "The Dark Knight", + "genre_ids": [ + 18, + 28, + 80, + 53 + ], + "backdrop_path": "/hqkIcbrOHL86UncnHIsHVcVmzue.jpg", + "adult": false, + "overview": "Gemeinsam mit Bezirksstaatsanwalt Harvey Dent und Lieutenant James Gordon versucht der im Fledermauskostüm agierende Milliardär Bruce Wayne dem Verbrechen in Gotham City Einhalt zu gebieten. Wie aus dem Nichts taucht plötzlich ein psychotischer Superverbrecher auf - der Joker. In seiner wahnhaften Vision möchte er die Stadt in Chaos und Anarchie stürzen und Batman scheint der einzige, der ihn stoppen kann. Bis es zum endgültigen Show-Down kommt, wird aber viel Blut fließen und auch Menschen die Bruce Wayne nahe stehen, könnten Opfer werden.", + "release_date": "2008-07-16" + }, + { + "vote_count": 15031, + "id": 550, + "video": false, + "vote_average": 8.4, + "title": "Fight Club", + "popularity": 28.313, + "poster_path": "/k5w6XErKZn50S61JrztSYwUbg8K.jpg", + "original_language": "en", + "original_title": "Fight Club", + "genre_ids": [ + 18 + ], + "backdrop_path": "/87hTDiay2N2qWyX4Ds7ybXi9h8I.jpg", + "adult": false, + "overview": "Ein Yuppie findet beim charismatischen Tyler Durden Unterschlupf, nachdem seine Wohnung in die Luft gejagt wird. Ein Gerangel zwischen den beiden entwickelt sich zu einer Schlägerei, die mit der Erkenntnis endet, dass man sich nach einer ordentlichen Portion Prügel einfach besser fühlt. Der \"Fight Club\" ist geboren. Immer mehr Männer versammeln sich, um sich zu schlagen - und gestärkt in den Alltag zu gehen. Wie ein Virus greift das Konzept um sich, doch für Tyler ist der Kampfverein nur die erste Stufe, um die USA in die Knie zu zwingen.", + "release_date": "1999-10-15" + }, + { + "vote_count": 206, + "id": 26451, + "video": false, + "vote_average": 8.4, + "title": "Ermittlungen gegen einen über jeden Verdacht erhabenen Bürger", + "popularity": 8.197, + "poster_path": "/uGQV8KYXWbTzJT80Hwe9DXYR3F0.jpg", + "original_language": "it", + "original_title": "Indagine su un cittadino al di sopra di ogni sospetto", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/tJaeWoH1UJPyeIU2yd9YJgeghFC.jpg", + "adult": false, + "overview": "Der Inspektor der Morddezernats wird von alle nur Dottore genannt. Um sich an seiner einflussreichen Stellung und seiner Macht zu berauschen, tötet er seine Geliebte Augusta Terzi. Zuvor hatten sich beide an sado-masochistischen Spielen erfreut, wobei sie das Mordopfer darstellte. Höchst zufrieden verfolgt der Dottore nun die Spurensuche seiner Mitarbeiter, die allerdings alle Hinweise auf den wahren Täter zu übersehen scheinen. Obwohl die Polizei Fingerabdrücke und weitere wichtige Beweise entdeckt, kommt niemand darauf, den angesehenen Inspektor zu verdächtigen. Stattdessen geraten Augustas Ex-Ehemann, ein homosexueller Künstler, und der Chemiestudent Antonio Pace, auch einer von ihren Liebhabern, ins Visier der Polizei. Doch wie lange kann der irre Dottore seine Mitarbeiter noch weiter herausfordern und seine wahnsinnigen Machtspielchen fortsetzen?", + "release_date": "1970-02-09" + }, + { + "vote_count": 1342, + "id": 346, + "video": false, + "vote_average": 8.4, + "title": "Die sieben Samurai", + "popularity": 14.589, + "poster_path": "/lgjOvqdSub5TK6y6CXvRJAsOihl.jpg", + "original_language": "ja", + "original_title": "七人の侍", + "genre_ids": [ + 28, + 18 + ], + "backdrop_path": "/61vLiK96sbXeHpQiMxI4CuqBA3z.jpg", + "adult": false, + "overview": "Japan im 16. Jahrhundert. Einmal im Jahr fällt eine Räuberbande in abgelegenes Provinznest ein und klaut den dort ansäßigen Bauern alle Vorräte und Wertsachen. Um dem Einhalt zu gebieten, wenden sich diese hilfesuchend an umhervagabundierende Samurai. Sieben Wanderkrieger entschließen sich aus unterschiedlichsten Motiven, den Landwirten beizustehen. Gemeinsam machen sie sich daran, das Dorf in eine Festung und die Agronomen in Hilfssoldaten umzurüsten, und schließlich weicht auch ihre ursprüngliche Söldnermentalität einem aufrichtigen Gefühl der Solidarität.", + "release_date": "1954-04-26" + }, + { + "vote_count": 13436, + "id": 13, + "video": false, + "vote_average": 8.4, + "title": "Forrest Gump", + "popularity": 24.036, + "poster_path": "/nntasdgJ4cyIPIZYpvmPyhz1cQ5.jpg", + "original_language": "en", + "original_title": "Forrest Gump", + "genre_ids": [ + 35, + 18, + 10749 + ], + "backdrop_path": "/wMgbnUVS9wbRGAdki8fqxKU1O0N.jpg", + "adult": false, + "overview": "Von seiner Mutter rückhaltlos unterstützt, macht sich der geistig ein wenig zurückgebliebene Forrest Gump in die Welt auf. Er bringt Elvis seinen Tanzstil bei, findet in der jungen Jenny eine echte Freundin, wird aufgrund seines Laufvermögens ein Football-Star, steht im Vietnamkrieg seinen Mann, rettet seinen Vorgesetzten Dan Taylor vor dem sicheren Tod und wird schließlich im Shrimps-Business zum Millionär. Doch all die Zeit kann er seine große Liebe Jenny nicht vergessen.", + "release_date": "1994-07-06" + }, + { + "vote_count": 5108, + "id": 769, + "video": false, + "vote_average": 8.4, + "title": "GoodFellas", + "popularity": 19.325, + "poster_path": "/iKJBv4o4nWxQ7ApCTA5HdXM4ZP.jpg", + "original_language": "en", + "original_title": "GoodFellas", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/sw7mordbZxgITU877yTpZCud90M.jpg", + "adult": false, + "overview": "Jimmy und Tommy können machen, was sie wollen. Sie sind Mitglieder der New Yorker Quartier-Mafia, brauchen auf niemanden Rücksicht zu nehmen und verdienen eine Menge Geld. Henry Hill ist von diesem Leben fasziniert und arbeitet daran, es ebenfalls führen zu können. Er wird in die Mafia aufgenommen und macht Karriere - schon bald organisiert er selbst Banküberfälle. Wer dabei im Weg steht, wird \"weggeräumt\", umgebracht. Dabei sind Jimmy und vor allem Tommy nicht zimperlich. Sie verstehen ihr Handwerk, einschließlich Mord, und kennen weder Pardon noch Gewissen...", + "release_date": "1990-09-12" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:25.6389097Z", + "ReducedUri": "/3/movie/top_rated?page=2", + "RespData": { + "page": 2, + "total_results": 6806, + "total_pages": 341, + "results": [ + { + "vote_count": 12172, + "id": 122, + "video": false, + "vote_average": 8.4, + "title": "The Lord of the Rings: The Return of the King", + "popularity": 39.798, + "poster_path": "/rCzpDGLbOoPwLjy3OAm5NUPOTrC.jpg", + "original_language": "en", + "original_title": "The Lord of the Rings: The Return of the King", + "genre_ids": [ + 12, + 14, + 28 + ], + "backdrop_path": "/8BPZO0Bf8TeAy8znF43z8soK3ys.jpg", + "adult": false, + "overview": "Aragorn is revealed as the heir to the ancient kings as he, Gandalf and the other members of the broken fellowship struggle to save Gondor from Sauron's forces. Meanwhile, Frodo and Sam bring the ring closer to the heart of Mordor, the dark lord's realm.", + "release_date": "2003-12-01" + }, + { + "vote_count": 1822, + "id": 12477, + "video": false, + "vote_average": 8.4, + "title": "Grave of the Fireflies", + "popularity": 0.6, + "poster_path": "/4u1vptE8aXuzb5zauZTmikyectV.jpg", + "original_language": "ja", + "original_title": "火垂るの墓", + "genre_ids": [ + 16, + 18, + 10752 + ], + "backdrop_path": "/fCUIuG7y4YKC3hofZ8wsj7zhCpR.jpg", + "adult": false, + "overview": "In the final months of World War II, 14-year-old Seita and his sister Setsuko are orphaned when their mother is killed during an air raid in Kobe, Japan. After a falling out with their aunt, they move into an abandoned bomb shelter. With no surviving relatives and their emergency rations depleted, Seita and Setsuko struggle to survive.", + "release_date": "1988-04-16" + }, + { + "vote_count": 364, + "id": 40096, + "video": false, + "vote_average": 8.4, + "title": "A Dog's Will", + "popularity": 6.269, + "poster_path": "/uHEmM49YphluJnGep8Ef1qwD2QX.jpg", + "original_language": "pt", + "original_title": "O Auto da Compadecida", + "genre_ids": [ + 12, + 35 + ], + "backdrop_path": "/alQqTpmEkxSLgajfEYTsTH6nAKB.jpg", + "adult": false, + "overview": "The lively João Grilo and the sly Chicó are poor guys living in the hinterland who cheat a bunch of people in a small Northeast Brazil town. But when they die, they have to be judged by Christ, the Devil and the Virgin Mary, before they are admitted to paradise.", + "release_date": "2000-09-15" + }, + { + "vote_count": 3394, + "id": 389, + "video": false, + "vote_average": 8.4, + "title": "12 Angry Men", + "popularity": 17.024, + "poster_path": "/3W0v956XxSG5xgm7LB6qu8ExYJ2.jpg", + "original_language": "en", + "original_title": "12 Angry Men", + "genre_ids": [ + 18 + ], + "backdrop_path": "/lH2Ga8OzjU1XlxJ73shOlPx6cRw.jpg", + "adult": false, + "overview": "The defense and the prosecution have rested and the jury is filing into the jury room to decide if a young Spanish-American is guilty or innocent of murdering his father. What begins as an open and shut case soon becomes a mini-drama of each of the jurors' prejudices and preconceptions about the trial, the accused, and each other.", + "release_date": "1957-03-25" + }, + { + "vote_count": 2013, + "id": 311, + "video": false, + "vote_average": 8.4, + "title": "Once Upon a Time in America", + "popularity": 16.347, + "poster_path": "/fqP3Q7DWMFqW7mh11hWXbNwN9rz.jpg", + "original_language": "en", + "original_title": "Once Upon a Time in America", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/vnT6HzjLSDrAweHn9xWykb8Ii6T.jpg", + "adult": false, + "overview": "A former Prohibition-era Jewish gangster returns to the Lower East Side of Manhattan over thirty years later, where he once again must confront the ghosts and regrets of his old life.", + "release_date": "1984-05-23" + }, + { + "vote_count": 5015, + "id": 510, + "video": false, + "vote_average": 8.4, + "title": "One Flew Over the Cuckoo's Nest", + "popularity": 20.525, + "poster_path": "/2Sns5oMb356JNdBHgBETjIpRYy9.jpg", + "original_language": "en", + "original_title": "One Flew Over the Cuckoo's Nest", + "genre_ids": [ + 18 + ], + "backdrop_path": "/4E7YQcwui0PfNXguf4V2X8YocPC.jpg", + "adult": false, + "overview": "While serving time for insanity at a state mental hospital, implacable rabble-rouser, Randle Patrick McMurphy inspires his fellow patients to rebel against the authoritarian rule of head nurse, Mildred Ratched.", + "release_date": "1975-11-18" + }, + { + "vote_count": 731, + "id": 374430, + "video": false, + "vote_average": 8.4, + "title": "Black Mirror: White Christmas", + "popularity": 7.962, + "poster_path": "/he609rnU3tiwBjRklKNa4n2jQSd.jpg", + "original_language": "en", + "original_title": "Black Mirror: White Christmas", + "genre_ids": [ + 18, + 9648, + 878, + 53, + 10770 + ], + "backdrop_path": "/rMCew7St2vy9iV3QOPzx15sAkFJ.jpg", + "adult": false, + "overview": "In a mysterious and remote snowy outpost, Matt and Potter share a Christmas meal, swapping creepy tales of their earlier lives in the outside world, but are both men who they appear to be?", + "release_date": "2014-12-16" + }, + { + "vote_count": 1559, + "id": 11216, + "video": false, + "vote_average": 8.4, + "title": "Cinema Paradiso", + "popularity": 11.52, + "poster_path": "/hYzCLju3W74nLhhRXfPkwDi1Tun.jpg", + "original_language": "it", + "original_title": "Nuovo Cinema Paradiso", + "genre_ids": [ + 18, + 10749 + ], + "backdrop_path": "/tVi83ttAeyMJinYpy6xfgJSpzvP.jpg", + "adult": false, + "overview": "A filmmaker recalls his childhood, when he fell in love with the movies at his village's theater and formed a deep friendship with the theater's projectionist.", + "release_date": "1988-11-17" + }, + { + "vote_count": 7193, + "id": 244786, + "video": false, + "vote_average": 8.4, + "title": "Whiplash", + "popularity": 31.103, + "poster_path": "/lIv1QinFqz4dlp5U4lQ6HaiskOZ.jpg", + "original_language": "en", + "original_title": "Whiplash", + "genre_ids": [ + 18, + 10402 + ], + "backdrop_path": "/6bbZ6XyvgfjhQwbplnUh1LSj1ky.jpg", + "adult": false, + "overview": "Under the direction of a ruthless instructor, a talented young drummer begins to pursue perfection at any cost, even his humanity.", + "release_date": "2014-10-10" + }, + { + "vote_count": 220, + "id": 14537, + "video": false, + "vote_average": 8.4, + "title": "Harakiri", + "popularity": 9.047, + "poster_path": "/5konZnIbcAxZjP616Cz5o9bKEfW.jpg", + "original_language": "ja", + "original_title": "切腹", + "genre_ids": [ + 28, + 18, + 36 + ], + "backdrop_path": "/pz9fxHyGiiNLZ21bccAtwrMAH7f.jpg", + "adult": false, + "overview": "Aging samurai Hanshiro Tsugumo arrives at the home of Kageyu Saito and asks to commit a ritual suicide on the property, which Saito thinks is a ploy to gain pity and a job. Saito tells Tsugumo of another samurai, Motome Chijiiwa, who threatened suicide as a stratagem, only to be forced to follow through on the task. When Tsugumo reveals that Chijiiwa was his son-in-law, the disclosure sets off a fierce conflict.", + "release_date": "1962-09-15" + }, + { + "vote_count": 781, + "id": 901, + "video": false, + "vote_average": 8.4, + "title": "City Lights", + "popularity": 12.058, + "poster_path": "/bXNvzjULc9jrOVhGfjcc64uKZmZ.jpg", + "original_language": "en", + "original_title": "City Lights", + "genre_ids": [ + 35, + 18, + 10749 + ], + "backdrop_path": "/vT6ux2rdyg2kexuLisO5Ygz7pHg.jpg", + "adult": false, + "overview": "City Lights is the first silent film that Charlie Chaplin directed after he established himself with sound accompanied films. The film is about a penniless man who falls in love with a flower girl.", + "release_date": "1931-02-26" + }, + { + "vote_count": 932, + "id": 599, + "video": false, + "vote_average": 8.4, + "title": "Sunset Boulevard", + "popularity": 9.839, + "poster_path": "/oFwzvRgfxJc0FUr2mwYTi10dk3G.jpg", + "original_language": "en", + "original_title": "Sunset Boulevard", + "genre_ids": [ + 18 + ], + "backdrop_path": "/u44VbUuoP6OZYEBv2DRd7ShPTMp.jpg", + "adult": false, + "overview": "A hack screenwriter writes a screenplay for a former silent film star who has faded into Hollywood obscurity.", + "release_date": "1950-08-10" + }, + { + "vote_count": 3673, + "id": 429, + "video": false, + "vote_average": 8.4, + "title": "The Good, the Bad and the Ugly", + "popularity": 16.988, + "poster_path": "/wfPHdfofBD5PN96dV96a51B3Ja2.jpg", + "original_language": "it", + "original_title": "Il buono, il brutto, il cattivo", + "genre_ids": [ + 37 + ], + "backdrop_path": "/xGC2fY5KFmtuXnsuQwYQKFOLZFy.jpg", + "adult": false, + "overview": "While the Civil War rages between the Union and the Confederacy, three men – a quiet loner, a ruthless hit man and a Mexican bandit – comb the American Southwest in search of a strongbox containing $200,000 in stolen gold.", + "release_date": "1966-12-23" + }, + { + "vote_count": 1321, + "id": 914, + "video": false, + "vote_average": 8.4, + "title": "The Great Dictator", + "popularity": 10.412, + "poster_path": "/5Sukn9kDDoUQgoCZOR1YbbjxPoi.jpg", + "original_language": "en", + "original_title": "The Great Dictator", + "genre_ids": [ + 35 + ], + "backdrop_path": "/qkpsvso2neEr7v6YnyMoZtm6R9F.jpg", + "adult": false, + "overview": "Dictator Adenoid Hynkel tries to expand his empire while a poor Jewish barber tries to avoid persecution from Hynkel's regime.", + "release_date": "1940-10-15" + }, + { + "vote_count": 476, + "id": 313106, + "video": false, + "vote_average": 8.3, + "title": "Doctor Who: The Day of the Doctor", + "popularity": 6.452, + "poster_path": "/lQy2QVcacuH55k37K9Ox0gw3YpZ.jpg", + "original_language": "en", + "original_title": "Doctor Who: The Day of the Doctor", + "genre_ids": [ + 878, + 12 + ], + "backdrop_path": "/8bxjRFqFztBoXdVEx6q2u66a0s1.jpg", + "adult": false, + "overview": "In 2013, something terrible is awakening in London's National Gallery; in 1562, a murderous plot is afoot in Elizabethan England; and somewhere in space an ancient battle reaches its devastating conclusion. All of reality is at stake as the Doctor's own dangerous past comes back to haunt him.", + "release_date": "2013-11-23" + }, + { + "vote_count": 5303, + "id": 73, + "video": false, + "vote_average": 8.3, + "title": "American History X", + "popularity": 22.598, + "poster_path": "/fXepRAYOx1qC3wju7XdDGx60775.jpg", + "original_language": "en", + "original_title": "American History X", + "genre_ids": [ + 18 + ], + "backdrop_path": "/i9A0UMFg1hI2kLyCCwnmSbpT2cd.jpg", + "adult": false, + "overview": "Derek Vineyard is paroled after serving 3 years in prison for killing two thugs who tried to break into/steal his truck. Through his brother, Danny Vineyard's narration, we learn that before going to prison, Derek was a skinhead and the leader of a violent white supremacist gang that committed acts of racial crime throughout L.A. and his actions greatly influenced Danny. Reformed and fresh out of prison, Derek severs contact with the gang and becomes determined to keep Danny from going down the same violent path as he did.", + "release_date": "1998-10-30" + }, + { + "vote_count": 3568, + "id": 4935, + "video": false, + "vote_average": 8.3, + "title": "Howl's Moving Castle", + "popularity": 18.793, + "poster_path": "/iMarB2ior30OAXjPa7QIdeyUfM1.jpg", + "original_language": "ja", + "original_title": "ハウルの動く城", + "genre_ids": [ + 14, + 16, + 12 + ], + "backdrop_path": "/cGyqa5PxiWSsG7NSw3ufCj0JW9k.jpg", + "adult": false, + "overview": "When Sophie, a shy young woman, is cursed with an old body by a spiteful witch, her only chance of breaking the spell lies with a self-indulgent yet insecure young wizard and his companions in his legged, walking home.", + "release_date": "2004-11-19" + }, + { + "vote_count": 2989, + "id": 598, + "video": false, + "vote_average": 8.3, + "title": "City of God", + "popularity": 13.059, + "poster_path": "/gCqnQaq8T4CfioP9uETLx9iMJF4.jpg", + "original_language": "pt", + "original_title": "Cidade de Deus", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/k4BAPrE5WkNLvpsPsiMfu8W4Zyi.jpg", + "adult": false, + "overview": "Cidade de Deus is a shantytown that started during the 1960s and became one of Rio de Janeiro’s most dangerous places in the beginning of the 1980s. To tell the story of this place, the movie describes the life of various characters, all seen by the point of view of the narrator, Buscapé. Buscapé was raised in a very violent environment. Despite the feeling that all odds were against him, he finds out that life can be seen with other eyes...", + "release_date": "2002-02-05" + }, + { + "vote_count": 9101, + "id": 1891, + "video": false, + "vote_average": 8.3, + "title": "The Empire Strikes Back", + "popularity": 18.301, + "poster_path": "/9SKDSFbaM6LuGqG1aPWN3wYGEyD.jpg", + "original_language": "en", + "original_title": "The Empire Strikes Back", + "genre_ids": [ + 12, + 28, + 878 + ], + "backdrop_path": "/amYkOxCwHiVTFKendcIW0rSrRlU.jpg", + "adult": false, + "overview": "The epic saga continues as Luke Skywalker, in hopes of defeating the evil Galactic Empire, learns the ways of the Jedi from aging master Yoda. But Darth Vader is more determined than ever to capture Luke. Meanwhile, rebel leader Princess Leia, cocky Han Solo, Chewbacca, and droids C-3PO and R2-D2 are thrown into various stages of capture, betrayal and despair.", + "release_date": "1980-05-20" + }, + { + "vote_count": 188, + "id": 11659, + "video": false, + "vote_average": 8.3, + "title": "The Best of Youth", + "popularity": 9.372, + "poster_path": "/oQ7CWJ4wIqcnhslkO38od8bq26L.jpg", + "original_language": "it", + "original_title": "La Meglio Gioventú", + "genre_ids": [ + 18 + ], + "backdrop_path": "/3VZH3Lw7mDjXjAYme3XYwujFMZX.jpg", + "adult": false, + "overview": "Spanning four decades, from the chaotic 1960s to the present, director Marco Tullio Giordana's passionate epic 'La Meglio Gioventu' follows two Italian brothers through some of the most tumultuous events of recent Italian history.", + "release_date": "2003-05-19" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:25.9065804Z", + "ReducedUri": "/3/movie/top_rated?region=de", + "RespData": { + "page": 1, + "total_results": 6806, + "total_pages": 341, + "results": [ + { + "vote_count": 1966, + "id": 19404, + "video": false, + "vote_average": 9.1, + "title": "Dilwale Dulhania Le Jayenge", + "popularity": 15.162, + "poster_path": "/uC6TTUhPpQCmgldGyYveKRAu8JN.jpg", + "original_language": "hi", + "original_title": "दिलवाले दुल्हनिया ले जायेंगे", + "genre_ids": [ + 35, + 18, + 10749 + ], + "backdrop_path": "/nl79FQ8xWZkhL3rDr1v2RFFR6J0.jpg", + "adult": false, + "overview": "Raj is a rich, carefree, happy-go-lucky second generation NRI. Simran is the daughter of Chaudhary Baldev Singh, who in spite of being an NRI is very strict about adherence to Indian values. Simran has left for India to be married to her childhood fiancé. Raj leaves for India with a mission at his hands, to claim his lady love under the noses of her whole family. Thus begins a saga.", + "release_date": "1995-10-20" + }, + { + "vote_count": 12039, + "id": 278, + "video": false, + "vote_average": 8.6, + "title": "The Shawshank Redemption", + "popularity": 29.633, + "poster_path": "/9O7gLzmreU0nGkIB6K3BsJbzvNv.jpg", + "original_language": "en", + "original_title": "The Shawshank Redemption", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/j9XKiZrVeViAixVRzCta7h1VU9W.jpg", + "adult": false, + "overview": "Framed in the 1940s for the double murder of his wife and her lover, upstanding banker Andy Dufresne begins a new life at the Shawshank prison, where he puts his accounting skills to work for an amoral warden. During his long stretch in prison, Dufresne comes to be admired by the other inmates -- including an older prisoner named Red -- for his integrity and unquenchable sense of hope.", + "release_date": "1994-09-23" + }, + { + "vote_count": 9215, + "id": 238, + "video": false, + "vote_average": 8.6, + "title": "The Godfather", + "popularity": 23.638, + "poster_path": "/d4KNaTrltq6bpkFS01pYtyXa09m.jpg", + "original_language": "en", + "original_title": "The Godfather", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/6xKCYgH16UuwEGAyroLU6p8HLIn.jpg", + "adult": false, + "overview": "Spanning the years 1945 to 1955, a chronicle of the fictional Italian-American Corleone crime family. When organized crime family patriarch, Vito Corleone barely survives an attempt on his life, his youngest son, Michael steps in to take care of the would-be killers, launching a campaign of bloody revenge.", + "release_date": "1972-03-14" + }, + { + "vote_count": 3524, + "id": 372058, + "video": false, + "vote_average": 8.6, + "title": "Your Name.", + "popularity": 17.807, + "poster_path": "/xq1Ugd62d23K2knRUx6xxuALTZB.jpg", + "original_language": "ja", + "original_title": "君の名は。", + "genre_ids": [ + 10749, + 16, + 18 + ], + "backdrop_path": "/6vkhRvsRvWpmaRVyCXaxTkIEb7j.jpg", + "adult": false, + "overview": "High schoolers Mitsuha and Taki are complete strangers living separate lives. But one night, they suddenly switch places. Mitsuha wakes up in Taki’s body, and he in hers. This bizarre occurrence continues to happen randomly, and the two must adjust their lives around each other.", + "release_date": "2016-08-26" + }, + { + "vote_count": 1312, + "id": 324857, + "video": false, + "vote_average": 8.5, + "title": "Spider-Man: Into the Spider-Verse", + "popularity": 114.503, + "poster_path": "/laMM4lpQSh5z6KIBPwWogkjzBVQ.jpg", + "original_language": "en", + "original_title": "Spider-Man: Into the Spider-Verse", + "genre_ids": [ + 28, + 12, + 16, + 878, + 35 + ], + "backdrop_path": "/7d6EY00g1c39SGZOoCJ5Py9nNth.jpg", + "adult": false, + "overview": "Miles Morales is juggling his life between being a high school student and being a spider-man. When Wilson \"Kingpin\" Fisk uses a super collider, others from across the Spider-Verse are transported to this dimension.", + "release_date": "2018-12-07" + }, + { + "vote_count": 7218, + "id": 424, + "video": false, + "vote_average": 8.5, + "title": "Schindler's List", + "popularity": 23.941, + "poster_path": "/yPisjyLweCl1tbgwgtzBCNCBle.jpg", + "original_language": "en", + "original_title": "Schindler's List", + "genre_ids": [ + 18, + 36, + 10752 + ], + "backdrop_path": "/cTNYRUTXkBgPH3wP3kmPUB5U6dA.jpg", + "adult": false, + "overview": "The true story of how businessman Oskar Schindler saved over a thousand Jewish lives from the Nazis while they worked as slaves in his factory during World War II.", + "release_date": "1993-12-15" + }, + { + "vote_count": 5375, + "id": 240, + "video": false, + "vote_average": 8.5, + "title": "The Godfather: Part II", + "popularity": 18.489, + "poster_path": "/bVq65huQ8vHDd1a4Z37QtuyEvpA.jpg", + "original_language": "en", + "original_title": "The Godfather: Part II", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/gLbBRyS7MBrmVUNce91Hmx9vzqI.jpg", + "adult": false, + "overview": "In the continuing saga of the Corleone crime family, a young Vito Corleone grows up in Sicily and in 1910s New York. In the 1950s, Michael Corleone attempts to expand the family business into Las Vegas, Hollywood and Cuba.", + "release_date": "1974-12-20" + }, + { + "vote_count": 6700, + "id": 129, + "video": false, + "vote_average": 8.5, + "title": "Spirited Away", + "popularity": 24.727, + "poster_path": "/oRvMaJOmapypFUcQqpgHMZA6qL9.jpg", + "original_language": "ja", + "original_title": "千と千尋の神隠し", + "genre_ids": [ + 16, + 10751, + 14 + ], + "backdrop_path": "/mnpRKVSXBX6jb56nabvmGKA0Wig.jpg", + "adult": false, + "overview": "A young girl, Chihiro, becomes trapped in a strange new world of spirits. When her parents undergo a mysterious transformation, she must call upon the courage she never knew she had to free her family.", + "release_date": "2001-07-20" + }, + { + "vote_count": 7400, + "id": 497, + "video": false, + "vote_average": 8.4, + "title": "The Green Mile", + "popularity": 21.062, + "poster_path": "/sOHqdY1RnSn6kcfAHKu28jvTebE.jpg", + "original_language": "en", + "original_title": "The Green Mile", + "genre_ids": [ + 14, + 18, + 80 + ], + "backdrop_path": "/Rlt20sEbOQKPVjia7lUilFm49W.jpg", + "adult": false, + "overview": "A supernatural tale set on death row in a Southern prison, where gentle giant John Coffey possesses the mysterious power to heal people's ailments. When the cell block's head guard, Paul Edgecomb, recognizes Coffey's miraculous gift, he tries desperately to help stave off the condemned man's execution.", + "release_date": "1999-12-10" + }, + { + "vote_count": 6580, + "id": 637, + "video": false, + "vote_average": 8.4, + "title": "Life Is Beautiful", + "popularity": 17.068, + "poster_path": "/f7DImXDebOs148U4uPjI61iDvaK.jpg", + "original_language": "it", + "original_title": "La vita è bella", + "genre_ids": [ + 35, + 18 + ], + "backdrop_path": "/bORe0eI72D874TMawOOFvqWS6Xe.jpg", + "adult": false, + "overview": "A touching story of an Italian book seller of Jewish ancestry who lives in his own little fairy tale. His creative and happy life would come to an abrupt halt when his entire family is deported to a concentration camp during World War II. While locked up he tries to convince his son that the whole thing is just a game.", + "release_date": "1997-12-20" + }, + { + "vote_count": 237, + "id": 452522, + "video": false, + "vote_average": 8.4, + "title": "Twin Peaks", + "popularity": 10.787, + "poster_path": "/zQsEi6096L7PvowV39dtdqdW16f.jpg", + "original_language": "en", + "original_title": "Twin Peaks", + "genre_ids": [ + 18, + 9648 + ], + "backdrop_path": "/xqjGKLwLZeujg4fiBTOqhZkoL31.jpg", + "adult": false, + "overview": "Undercurrents of passion, greed, jealousy and intrigue surface in a seemingly respectable town when a high school homecoming queen is found murdered.", + "release_date": "1989-12-31" + }, + { + "vote_count": 13904, + "id": 680, + "video": false, + "vote_average": 8.4, + "title": "Pulp Fiction", + "popularity": 32.231, + "poster_path": "/dM2w364MScsjFf8pfMbaWUcWrR.jpg", + "original_language": "en", + "original_title": "Pulp Fiction", + "genre_ids": [ + 53, + 80 + ], + "backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg", + "adult": false, + "overview": "A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.", + "release_date": "1994-09-10" + }, + { + "vote_count": 274, + "id": 18491, + "video": false, + "vote_average": 8.4, + "title": "Neon Genesis Evangelion: The End of Evangelion", + "popularity": 9.024, + "poster_path": "/5JYzfyKBwReaQ41WFhqXgOZnPWV.jpg", + "original_language": "ja", + "original_title": "新世紀エヴァンゲリオン劇場版 THE END OF EVANGELION", + "genre_ids": [ + 18, + 878, + 16 + ], + "backdrop_path": "/AfyuI3glMCBDFmNPj9PY6DwbgGp.jpg", + "adult": false, + "overview": "The second of two theatrically released follow-ups to the Neon Genesis Evangelion series. Comprising of two alternate episodes which were first intended to take the place of episodes 25 and 26, this finale answers many of the questions surrounding the series, while also opening up some new possibilities.", + "release_date": "1997-07-19" + }, + { + "vote_count": 4414, + "id": 539, + "video": false, + "vote_average": 8.4, + "title": "Psycho", + "popularity": 21.499, + "poster_path": "/81d8oyEFgj7FlxJqSDXWr8JH8kV.jpg", + "original_language": "en", + "original_title": "Psycho", + "genre_ids": [ + 18, + 27, + 53, + 9648 + ], + "backdrop_path": "/12RDCQZNYQib19nep7sgOy5Mxij.jpg", + "adult": false, + "overview": "When larcenous real estate clerk Marion Crane goes on the lam with a wad of cash and hopes of starting a new life, she ends up at the notorious Bates Motel, where manager Norman Bates cares for his housebound mother. The place seems quirky, but fine… until Marion decides to take a shower.", + "release_date": "1960-06-16" + }, + { + "vote_count": 17595, + "id": 155, + "video": false, + "vote_average": 8.4, + "title": "The Dark Knight", + "popularity": 31.767, + "poster_path": "/1hRoyzDtpgMU7Dz4JF22RANzQO7.jpg", + "original_language": "en", + "original_title": "The Dark Knight", + "genre_ids": [ + 18, + 28, + 80, + 53 + ], + "backdrop_path": "/hqkIcbrOHL86UncnHIsHVcVmzue.jpg", + "adult": false, + "overview": "Batman raises the stakes in his war on crime. With the help of Lt. Jim Gordon and District Attorney Harvey Dent, Batman sets out to dismantle the remaining criminal organizations that plague the streets. The partnership proves to be effective, but they soon find themselves prey to a reign of chaos unleashed by a rising criminal mastermind known to the terrified citizens of Gotham as the Joker.", + "release_date": "2008-07-16" + }, + { + "vote_count": 15031, + "id": 550, + "video": false, + "vote_average": 8.4, + "title": "Fight Club", + "popularity": 28.313, + "poster_path": "/adw6Lq9FiC9zjYEpOqfq03ituwp.jpg", + "original_language": "en", + "original_title": "Fight Club", + "genre_ids": [ + 18 + ], + "backdrop_path": "/87hTDiay2N2qWyX4Ds7ybXi9h8I.jpg", + "adult": false, + "overview": "A ticking-time-bomb insomniac and a slippery soap salesman channel primal male aggression into a shocking new form of therapy. Their concept catches on, with underground \"fight clubs\" forming in every town, until an eccentric gets in the way and ignites an out-of-control spiral toward oblivion.", + "release_date": "1999-10-15" + }, + { + "vote_count": 206, + "id": 26451, + "video": false, + "vote_average": 8.4, + "title": "Investigation of a Citizen Above Suspicion", + "popularity": 8.197, + "poster_path": "/uGQV8KYXWbTzJT80Hwe9DXYR3F0.jpg", + "original_language": "it", + "original_title": "Indagine su un cittadino al di sopra di ogni sospetto", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/tJaeWoH1UJPyeIU2yd9YJgeghFC.jpg", + "adult": false, + "overview": "A chief of detectives, homicide section, commits a murder and deliberately leaves clues to prove his own responsibility for the crime.", + "release_date": "1970-02-09" + }, + { + "vote_count": 1342, + "id": 346, + "video": false, + "vote_average": 8.4, + "title": "Seven Samurai", + "popularity": 14.589, + "poster_path": "/v6xrz4fr92KY1oNC3HsEvrsvR1n.jpg", + "original_language": "ja", + "original_title": "七人の侍", + "genre_ids": [ + 28, + 18 + ], + "backdrop_path": "/61vLiK96sbXeHpQiMxI4CuqBA3z.jpg", + "adult": false, + "overview": "A samurai answers a village's request for protection after he falls on hard times. The town needs protection from bandits, so the samurai gathers six others to help him teach the people how to defend themselves, and the villagers provide the soldiers with food. A giant battle occurs when 40 bandits attack the village.", + "release_date": "1954-04-26" + }, + { + "vote_count": 13436, + "id": 13, + "video": false, + "vote_average": 8.4, + "title": "Forrest Gump", + "popularity": 24.036, + "poster_path": "/yE5d3BUhE8hCnkMUJOo1QDoOGNz.jpg", + "original_language": "en", + "original_title": "Forrest Gump", + "genre_ids": [ + 35, + 18, + 10749 + ], + "backdrop_path": "/wMgbnUVS9wbRGAdki8fqxKU1O0N.jpg", + "adult": false, + "overview": "A man with a low IQ has accomplished great things in his life and been present during significant historic events—in each case, far exceeding what anyone imagined he could do. But despite all he has achieved, his one true love eludes him.", + "release_date": "1994-07-06" + }, + { + "vote_count": 5108, + "id": 769, + "video": false, + "vote_average": 8.4, + "title": "GoodFellas", + "popularity": 19.325, + "poster_path": "/hAPeXBdGDGmXRPj4OZZ0poH65Iu.jpg", + "original_language": "en", + "original_title": "GoodFellas", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/sw7mordbZxgITU877yTpZCud90M.jpg", + "adult": false, + "overview": "The true story of Henry Hill, a half-Irish, half-Sicilian Brooklyn kid who is adopted by neighbourhood gangsters at an early age and climbs the ranks of a Mafia family under the guidance of Jimmy Conway.", + "release_date": "1990-09-12" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:35.1171696Z", + "ReducedUri": "/3/movie/tt1345836?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&append_to_response=alternative_titles%2ccredits%2cimages%2ckeywords%2creleases%2ctranslations%2csimilar%2creviews%2clists%2cchanges%2caccount_states%2crelease_dates%2crecommendations%2cexternal_ids", + "RespData": { + "adult": false, + "backdrop_path": "/f6ljQGv7WnJuwBPty017oPWfqjx.jpg", + "belongs_to_collection": { + "id": 263, + "name": "The Dark Knight Collection", + "poster_path": "/bqS2lMgGkuodIXtDILFWTSWDDpa.jpg", + "backdrop_path": "/xfKot7lqaiW4XpL5TtDlVBA9ei9.jpg" + }, + "budget": 250000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 80, + "name": "Crime" + }, + { + "id": 18, + "name": "Drama" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.thedarkknightrises.com/", + "id": 49026, + "imdb_id": "tt1345836", + "original_language": "en", + "original_title": "The Dark Knight Rises", + "overview": "Following the death of District Attorney Harvey Dent, Batman assumes responsibility for Dent's crimes to protect the late attorney's reputation and is subsequently hunted by the Gotham City Police Department. Eight years later, Batman encounters the mysterious Selina Kyle and the villainous Bane, a new terrorist leader who overwhelms Gotham's finest. The Dark Knight resurfaces to protect a city that has branded him an enemy.", + "popularity": 30.972, + "poster_path": "/dEYnvnUfXrqvqeRSqvIEtmzhoA8.jpg", + "production_companies": [ + { + "id": 9996, + "logo_path": "/3tvBqYsBhxWeHlu62SIJ1el93O7.png", + "name": "Syncopy", + "origin_country": "GB" + }, + { + "id": 923, + "logo_path": "/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png", + "name": "Legendary Entertainment", + "origin_country": "US" + }, + { + "id": 9993, + "logo_path": "/2Tc1P3Ac8M479naPp1kYT3izLS5.png", + "name": "DC Entertainment", + "origin_country": "US" + }, + { + "id": 174, + "logo_path": "/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png", + "name": "Warner Bros. Pictures", + "origin_country": "US" + } + ], + "production_countries": [ + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "2012-07-16", + "revenue": 1084939099, + "runtime": 165, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + } + ], + "status": "Released", + "tagline": "The Legend Ends", + "title": "The Dark Knight Rises", + "video": false, + "vote_average": 7.7, + "vote_count": 13013, + "alternative_titles": { + "titles": [ + { + "iso_3166_1": "US", + "title": "Batman The Dark Knight Rises", + "type": "" + }, + { + "iso_3166_1": "US", + "title": "Batman 3 - The Dark Knight Rises", + "type": "" + }, + { + "iso_3166_1": "MX", + "title": "El caballero de la noche asciende", + "type": "" + }, + { + "iso_3166_1": "AR", + "title": "Batman, el caballero de la noche asciende", + "type": "" + }, + { + "iso_3166_1": "FR", + "title": "L'Ascension du Chevalier Noir", + "type": "" + }, + { + "iso_3166_1": "BR", + "title": "Batman: O Cavaleiro das Trevas Ressurge", + "type": "" + }, + { + "iso_3166_1": "NO", + "title": "Batman 3 - The Dark Knight Rises", + "type": "" + }, + { + "iso_3166_1": "US", + "title": "Batman Dark Knight 3: The Dark Knight Rises", + "type": "" + }, + { + "iso_3166_1": "IT", + "title": "Batman - Il Cavaliere Oscuro Il ritorno", + "type": "" + }, + { + "iso_3166_1": "ES", + "title": "El Cavaller Fosc La Llegenda Reneix", + "type": "Catalan" + }, + { + "iso_3166_1": "ES", + "title": "Batman. El caballero oscuro: La leyenda renace", + "type": "" + }, + { + "iso_3166_1": "US", + "title": "Batman 7 - The Dark Knight Rises", + "type": "" + }, + { + "iso_3166_1": "GB", + "title": "Batman - The Dark Knight Rises", + "type": "" + }, + { + "iso_3166_1": "GR", + "title": "Ο Σκοτεινός Ιππότης: Η Επιστροφή", + "type": "" + }, + { + "iso_3166_1": "PT", + "title": "O Cavaleiro das Trevas Renasce", + "type": "" + }, + { + "iso_3166_1": "RU", + "title": "Темный рыцарь: Возрождение легенды", + "type": "" + }, + { + "iso_3166_1": "CA", + "title": "Batman the Dark Knight Rises", + "type": "" + }, + { + "iso_3166_1": "CA", + "title": "Batman 2 - The Dark Knight Rises", + "type": "" + }, + { + "iso_3166_1": "FR", + "title": "Batman 3 -The Dark Knight Rises", + "type": "" + }, + { + "iso_3166_1": "KR", + "title": "다크 나이트 라이즈", + "type": "" + }, + { + "iso_3166_1": "GB", + "title": "Dark Knight - The Dark Knight Rises", + "type": "Collectable" + }, + { + "iso_3166_1": "US", + "title": "Batman Dark Knight 3 - The Dark Knight Rises", + "type": "" + } + ] + }, + "credits": { + "cast": [ + { + "cast_id": 2, + "character": "Bruce Wayne / Batman", + "credit_id": "52fe4781c3a36847f8139869", + "gender": 2, + "id": 3894, + "name": "Christian Bale", + "order": 0, + "profile_path": "/vecCvACI2QhSE5fOoANeWDjxGKM.jpg" + }, + { + "cast_id": 8, + "character": "Alfred Pennyworth", + "credit_id": "52fe4781c3a36847f8139881", + "gender": 2, + "id": 3895, + "name": "Michael Caine", + "order": 1, + "profile_path": "/vvj0JMSFpOajXCE46Hy4dyqSP2U.jpg" + }, + { + "cast_id": 5, + "character": "James Gordon", + "credit_id": "52fe4781c3a36847f8139875", + "gender": 2, + "id": 64, + "name": "Gary Oldman", + "order": 2, + "profile_path": "/tofLS5A6lBXNjeROGvgpfe2JwaT.jpg" + }, + { + "cast_id": 3, + "character": "Selina Kyle / Catwoman", + "credit_id": "52fe4781c3a36847f813986d", + "gender": 1, + "id": 1813, + "name": "Anne Hathaway", + "order": 3, + "profile_path": "/tLelKoPNiyJCSEtQTz1FGv4TLGc.jpg" + }, + { + "cast_id": 4, + "character": "Bane", + "credit_id": "52fe4781c3a36847f8139871", + "gender": 2, + "id": 2524, + "name": "Tom Hardy", + "order": 4, + "profile_path": "/j1zJKn5dr3VQC3upjgHL68cnPcB.jpg" + }, + { + "cast_id": 15, + "character": "Miranda Tate / Talia al Ghul", + "credit_id": "52fe4781c3a36847f813988d", + "gender": 1, + "id": 8293, + "name": "Marion Cotillard", + "order": 5, + "profile_path": "/wuEWDK1D2v26KRDIY7DTHBaSdwA.jpg" + }, + { + "cast_id": 6, + "character": "John Blake", + "credit_id": "52fe4781c3a36847f8139879", + "gender": 2, + "id": 24045, + "name": "Joseph Gordon-Levitt", + "order": 6, + "profile_path": "/erBJEphmpaSz5Ro3i9TX5ATVDea.jpg" + }, + { + "cast_id": 7, + "character": "Lucius Fox", + "credit_id": "52fe4781c3a36847f813987d", + "gender": 2, + "id": 192, + "name": "Morgan Freeman", + "order": 7, + "profile_path": "/oGJQhOpT8S1M56tvSsbEBePV5O1.jpg" + }, + { + "cast_id": 43, + "character": "Peter Foley", + "credit_id": "52fe4781c3a36847f813992d", + "gender": 2, + "id": 8654, + "name": "Matthew Modine", + "order": 8, + "profile_path": "/tEQG1Us5IuoKYtufZe6waWtxfeg.jpg" + }, + { + "cast_id": 45, + "character": "Leonid Pavel", + "credit_id": "52fe4781c3a36847f8139935", + "gender": 2, + "id": 16607, + "name": "Alon Aboutboul", + "order": 9, + "profile_path": "/l9uuuYI01kF7979UgbfOtbj7Jsg.jpg" + }, + { + "cast_id": 49, + "character": "John Daggett", + "credit_id": "52fe4782c3a36847f8139945", + "gender": 2, + "id": 77335, + "name": "Ben Mendelsohn", + "order": 10, + "profile_path": "/6Uj2UDgZ0WDViCXN8wzOSz77vgH.jpg" + }, + { + "cast_id": 172, + "character": "Phillip Stryver", + "credit_id": "5621963e92514171d4009562", + "gender": 0, + "id": 39659, + "name": "Burn Gorman", + "order": 11, + "profile_path": "/qpdtwkUJ5cG1zxql7xXomGgcTMc.jpg" + }, + { + "cast_id": 50, + "character": "Captain Jones", + "credit_id": "52fe4782c3a36847f8139949", + "gender": 2, + "id": 10582, + "name": "Daniel Sunjata", + "order": 12, + "profile_path": "/lwZfukt36YPqbUka1QJNZbqZO7q.jpg" + }, + { + "cast_id": 46, + "character": "Jonathan Crane / Scarecrow", + "credit_id": "52fe4781c3a36847f8139939", + "gender": 2, + "id": 2037, + "name": "Cillian Murphy", + "order": 13, + "profile_path": "/gybXt7gjFCeV67l3jgJtp6Pxm77.jpg" + }, + { + "cast_id": 47, + "character": "Ra's al Ghul", + "credit_id": "52fe4781c3a36847f813993d", + "gender": 2, + "id": 3896, + "name": "Liam Neeson", + "order": 14, + "profile_path": "/9mdAohLsDu36WaXV2N3SQ388bvz.jpg" + }, + { + "cast_id": 9, + "character": "Jen", + "credit_id": "52fe4781c3a36847f8139885", + "gender": 1, + "id": 36594, + "name": "Juno Temple", + "order": 15, + "profile_path": "/jRtwYZcaa518mXYPBqr41gLFB8e.jpg" + }, + { + "cast_id": 10, + "character": "Anthony Garcia", + "credit_id": "52fe4781c3a36847f8139889", + "gender": 2, + "id": 21316, + "name": "Nestor Carbonell", + "order": 16, + "profile_path": "/yALf2koeUAc2UNoT5o0hQO6Akzn.jpg" + }, + { + "cast_id": 212, + "character": "Barsad", + "credit_id": "56219e589251413a7400421c", + "gender": 2, + "id": 40039, + "name": "Josh Stewart", + "order": 17, + "profile_path": "/x9ZQibxASPwVWGeQn4Y5dcU2ZJG.jpg" + }, + { + "cast_id": 56, + "character": "CIA Op", + "credit_id": "53e761100e0a266f9d00176c", + "gender": 2, + "id": 49735, + "name": "Aidan Gillen", + "order": 18, + "profile_path": "/w37z62Ex1kxqLTyI3SRySmiVsDB.jpg" + }, + { + "cast_id": 42, + "character": "Prisoner", + "credit_id": "52fe4781c3a36847f8139929", + "gender": 0, + "id": 71010, + "name": "Tom Conti", + "order": 19, + "profile_path": "/5C7s1rvzEId3A3JkhAChDr2FOC7.jpg" + }, + { + "cast_id": 44, + "character": "Young Talia al Ghul", + "credit_id": "52fe4781c3a36847f8139931", + "gender": 1, + "id": 125025, + "name": "Joey King", + "order": 20, + "profile_path": "/Al8fXl18U4AwYP4wMVkHovfXk5n.jpg" + }, + { + "cast_id": 36, + "character": "Young Ra's al Ghul", + "credit_id": "52fe4781c3a36847f8139909", + "gender": 2, + "id": 928532, + "name": "Josh Pence", + "order": 21, + "profile_path": "/nNMhtY1gBYwnjZZpeGGW16fVXC5.jpg" + }, + { + "cast_id": 198, + "character": "Douglas Fredericks", + "credit_id": "56219bec92514171d400967b", + "gender": 2, + "id": 70225, + "name": "John Nolan", + "order": 22, + "profile_path": "/1Is0RIeDdAXlXft1EfqC97qiJl5.jpg" + }, + { + "cast_id": 48, + "character": "Mercenary Security #1", + "credit_id": "52fe4781c3a36847f8139941", + "gender": 2, + "id": 211521, + "name": "Warren Brown", + "order": 23, + "profile_path": "/mAYL7ExjBK7al2MlEI06mgBpwwD.jpg" + }, + { + "cast_id": 52, + "character": "Special Ops Sergeant", + "credit_id": "52fe4782c3a36847f8139951", + "gender": 0, + "id": 224365, + "name": "Sam Kennard", + "order": 24, + "profile_path": "/8kK3czVfS2ZQo5B5vxY0lBRmDWk.jpg" + }, + { + "cast_id": 53, + "character": "Hooded Man", + "credit_id": "53ab5495c3a3684bb900059a", + "gender": 0, + "id": 1334307, + "name": "Aliash Tepina", + "order": 25, + "profile_path": "/y9w1U8GLxsKRGkNMVueVDKeiwR.jpg" + }, + { + "cast_id": 54, + "character": "Caterer", + "credit_id": "53ab59d40e0a267622000761", + "gender": 0, + "id": 1334308, + "name": "Nick Julian", + "order": 26, + "profile_path": "/ldmu4cPa5QtjA8YWx3fNa4FEPSX.jpg" + }, + { + "cast_id": 55, + "character": "Maid #2", + "credit_id": "53ab5ba70e0a26761f000715", + "gender": 1, + "id": 1334309, + "name": "Miranda Nolan", + "order": 27, + "profile_path": "/lwIOE3hSz4M3l3dab0UrhoK2Xt6.jpg" + }, + { + "cast_id": 174, + "character": "Maid #3", + "credit_id": "562196c8c3a3680e190096a0", + "gender": 0, + "id": 1172491, + "name": "Claire Julien", + "order": 28, + "profile_path": "/dAuU0EZzVNJF72r15xlYAlkLkcM.jpg" + }, + { + "cast_id": 173, + "character": "Congressman", + "credit_id": "5621969dc3a3680e0e009e97", + "gender": 2, + "id": 16841, + "name": "Brett Cullen", + "order": 29, + "profile_path": "/dSucCeOCUJy8nDjUjxmWguu3W1D.jpg" + }, + { + "cast_id": 175, + "character": "Ross", + "credit_id": "56219708c3a3680e190096a9", + "gender": 2, + "id": 22075, + "name": "Reggie Lee", + "order": 30, + "profile_path": "/t3kM9otyaduJseoqFgfBXndtKa5.jpg" + }, + { + "cast_id": 176, + "character": "DWP Man", + "credit_id": "56219739c3a3680e1d009ba6", + "gender": 2, + "id": 159879, + "name": "Joseph Lyle Taylor", + "order": 31, + "profile_path": "/nUxb3tiL1JU9CSGdg6CZTWjzheI.jpg" + }, + { + "cast_id": 177, + "character": "Fr. Reilly", + "credit_id": "56219752c3a3680e10009290", + "gender": 2, + "id": 8191, + "name": "Chris Ellis", + "order": 32, + "profile_path": "/vbltM7DQXON9xvpiyNuUCglNRmz.jpg" + }, + { + "cast_id": 179, + "character": "SWAT in Dive Bar", + "credit_id": "562197d3c3a3680e1d009bc0", + "gender": 2, + "id": 1240417, + "name": "Duane Henry", + "order": 33, + "profile_path": "/cWVyoD5U7jcealDvFAmAfa2zWEB.jpg" + }, + { + "cast_id": 180, + "character": "SWAT in Alley", + "credit_id": "562197eb92514171c50096df", + "gender": 0, + "id": 1218818, + "name": "James Harvey Ward", + "order": 34, + "profile_path": "/ipeOlLmyyP6In0wFrPWpC4JQMWU.jpg" + }, + { + "cast_id": 181, + "character": "Cop in Manhole", + "credit_id": "562198019251411e1f004568", + "gender": 2, + "id": 84754, + "name": "Gonzalo Menendez", + "order": 35, + "profile_path": "/qubqkIJkHSMwG1bAkiHjqY3xfxu.jpg" + }, + { + "cast_id": 365, + "character": "Sewer Thug #1", + "credit_id": "5744667fc3a3681233001525", + "gender": 2, + "id": 1473276, + "name": "Cameron Jack", + "order": 36, + "profile_path": "/tpSWoTceUcLzBqOjRSiAtrdDujT.jpg" + }, + { + "cast_id": 182, + "character": "Sewer Thug #2", + "credit_id": "5621987ec3a3686868003d9a", + "gender": 2, + "id": 1364324, + "name": "Lex Daniel", + "order": 37, + "profile_path": "/7t5vGB7e5c5VMhVUIbvruyxGLRs.jpg" + }, + { + "cast_id": 183, + "character": "Mark", + "credit_id": "562198cd92514171cd009658", + "gender": 2, + "id": 1473749, + "name": "Tyler Dean Flores", + "order": 38, + "profile_path": "/uS0Dtwf09jU7d0yUc1zJ6B2CAfs.jpg" + }, + { + "cast_id": 184, + "character": "Doctor", + "credit_id": "5621991192514171d000960d", + "gender": 2, + "id": 539, + "name": "Thomas Lennon", + "order": 39, + "profile_path": "/zfvelxD8rwYlQC9HNi6dfPK5g71.jpg" + }, + { + "cast_id": 185, + "character": "Yuppie", + "credit_id": "5621997192514171d0009625", + "gender": 2, + "id": 158484, + "name": "Trevor White", + "order": 40, + "profile_path": "/oFIH3JRRp4Iulq9lqqoPhJ7ALk8.jpg" + }, + { + "cast_id": 186, + "character": "Allen", + "credit_id": "56219994c3a368240d0028d5", + "gender": 2, + "id": 10689, + "name": "Rob Brown", + "order": 41, + "profile_path": "/A0ZtklepPDhatTgldRFEX5Figvy.jpg" + }, + { + "cast_id": 388, + "character": "Foley's Wife", + "credit_id": "5a233c9192514103240bc39c", + "gender": 0, + "id": 1546222, + "name": "Daina Griffith", + "order": 42, + "profile_path": null + }, + { + "cast_id": 187, + "character": "Exchange Security Chief", + "credit_id": "562199b492514171d0009634", + "gender": 2, + "id": 9632, + "name": "Fredric Lehne", + "order": 43, + "profile_path": "/azi6Dtn7oYWY3lryZHCWdKec7CD.jpg" + }, + { + "cast_id": 188, + "character": "Female Security Guard", + "credit_id": "562199dc92514171d000963c", + "gender": 0, + "id": 1205900, + "name": "Courtney Munch", + "order": 44, + "profile_path": "/um5AzVKTEto9JL922fS1C0x39h3.jpg" + }, + { + "cast_id": 189, + "character": "Paparazzi #1", + "credit_id": "56219a2ac3a368240d0028ee", + "gender": 2, + "id": 1403768, + "name": "Chris Hill", + "order": 45, + "profile_path": "/TsDjaoHnbltyGX5RSsMu1Xjbtc.jpg" + }, + { + "cast_id": 190, + "character": "Paparazzi #2", + "credit_id": "56219a3fc3a3680e16008b49", + "gender": 2, + "id": 1465242, + "name": "Travis Guba", + "order": 46, + "profile_path": "/q1k44jocgVLycH5pOkoBQJrS4rE.jpg" + }, + { + "cast_id": 191, + "character": "Rich Twit", + "credit_id": "56219a6cc3a3680e1900973e", + "gender": 2, + "id": 141014, + "name": "Jay Benedict", + "order": 47, + "profile_path": "/qbL81AfB15T85st6UeWVz4AzsEp.jpg" + }, + { + "cast_id": 192, + "character": "Officer Simon Jansen", + "credit_id": "56219aadc3a3686868003e03", + "gender": 2, + "id": 32363, + "name": "Will Estes", + "order": 48, + "profile_path": "/aE4k0hiJN6VcBDN7ZasXZLV0a1N.jpg" + }, + { + "cast_id": 193, + "character": "Shoe Shine Man at GSE", + "credit_id": "56219acc92514171c500975b", + "gender": 2, + "id": 21182, + "name": "David Dayan Fisher", + "order": 49, + "profile_path": "/9h0iG4zHhgnbiMOCnNBdvBvNCev.jpg" + }, + { + "cast_id": 194, + "character": "Trader #1", + "credit_id": "56219b32c3a368240d002927", + "gender": 2, + "id": 83271, + "name": "Glen Powell", + "order": 50, + "profile_path": "/sCeY5nuPUhfwWElxNtXuwRYKMBr.jpg" + }, + { + "cast_id": 393, + "character": "Trader #2", + "credit_id": "5b620d19925141404f0198d8", + "gender": 0, + "id": 1847242, + "name": "Ben Cornish", + "order": 51, + "profile_path": null + }, + { + "cast_id": 195, + "character": "Trader #3", + "credit_id": "56219b86c3a3680e10009379", + "gender": 2, + "id": 535, + "name": "Russ Fega", + "order": 52, + "profile_path": "/7JFQueMbXqGIz16wKBlok7WfNNz.jpg" + }, + { + "cast_id": 196, + "character": "Valet at Museum", + "credit_id": "56219ba8c3a3680e10009383", + "gender": 2, + "id": 1226016, + "name": "Andres Perez-Molina", + "order": 53, + "profile_path": "/zIM5O4hRCwRCDwuMeAnvI77ggh3.jpg" + }, + { + "cast_id": 197, + "character": "Veteran Cop", + "credit_id": "56219bc6c3a368240d002952", + "gender": 2, + "id": 15011, + "name": "Brent Briscoe", + "order": 54, + "profile_path": "/7ws22WEvxt6cvMDyijZOdf9AuiS.jpg" + }, + { + "cast_id": 199, + "character": "2 Star Air Force General", + "credit_id": "56219c1c9251413a740041a2", + "gender": 2, + "id": 24627, + "name": "Oliver Cotton", + "order": 55, + "profile_path": "/d193v7k42LUOfWud2R4W0KrenGy.jpg" + }, + { + "cast_id": 200, + "character": "Airport Cop", + "credit_id": "56219c3d92514171d400968e", + "gender": 0, + "id": 142290, + "name": "Mark Killeen", + "order": 56, + "profile_path": "/4u2MTY5aK5Uvqchp7WZSpWpZaSc.jpg" + }, + { + "cast_id": 201, + "character": "Analyst #1", + "credit_id": "56219c6ac3a3680e1d009cb3", + "gender": 1, + "id": 1377686, + "name": "Sarah Goldberg", + "order": 57, + "profile_path": "/A1J7x0mm8Lz3NmWkXUHk9QEIbd.jpg" + }, + { + "cast_id": 202, + "character": "Analyst #2", + "credit_id": "56219c86c3a3680e1d009cbb", + "gender": 2, + "id": 550549, + "name": "John MacMillan", + "order": 58, + "profile_path": "/rM8FYg3Px8b1PToq87FH6bOjUqp.jpg" + }, + { + "cast_id": 203, + "character": "Army Captain at Bridge", + "credit_id": "56219cf9c3a3680e100093c7", + "gender": 2, + "id": 21505, + "name": "Robert Wisdom", + "order": 59, + "profile_path": "/zAoS4BCgTOJHA88wD7lmjlXOfnP.jpg" + }, + { + "cast_id": 204, + "character": "Cement Truck Driver", + "credit_id": "56219d18c3a3680e16008bd4", + "gender": 2, + "id": 98804, + "name": "Ronnie Gene Blevins", + "order": 60, + "profile_path": "/sTSYcs1wcajyhuy73f0L3drQ3L2.jpg" + }, + { + "cast_id": 205, + "character": "CIA Analyst", + "credit_id": "56219d3d92514171d40096d2", + "gender": 0, + "id": 1386824, + "name": "John Hollingworth", + "order": 61, + "profile_path": "/3oV0zQM9N9N5Lz18B57ZBfbAo37.jpg" + }, + { + "cast_id": 206, + "character": "Cop with Gordon", + "credit_id": "56219d5dc3a3686868003e71", + "gender": 2, + "id": 31362, + "name": "Ian Bohen", + "order": 62, + "profile_path": "/qEi3UXB3rx9vithYZPtqW3U5e3L.jpg" + }, + { + "cast_id": 207, + "character": "Blind Prisoner", + "credit_id": "56219d7ec3a3680e1d009ce9", + "gender": 2, + "id": 145313, + "name": "Uri Gavriel", + "order": 63, + "profile_path": "/dfQQUOj5kbboElu6676OXLqAeju.jpg" + }, + { + "cast_id": 208, + "character": "Ex-Prisoner at River", + "credit_id": "56219d9f9251417f470073a3", + "gender": 2, + "id": 53252, + "name": "Noel Gugliemi", + "order": 64, + "profile_path": "/mI5urNyZJAzIGxelTjBkm624DkB.jpg" + }, + { + "cast_id": 209, + "character": "Gangbanger", + "credit_id": "56219dce9251417f470073b0", + "gender": 2, + "id": 24202, + "name": "Hector Atreyu Ruiz", + "order": 65, + "profile_path": "/9Ve9Vcjs0aoKOIQnnev5z2kCMIK.jpg" + }, + { + "cast_id": 210, + "character": "Huge Inmate", + "credit_id": "56219dfdc3a3680e2000a3c3", + "gender": 0, + "id": 1301187, + "name": "Patrick Cox", + "order": 66, + "profile_path": "/9lKuRkqi571TImeqs4iizrkmHUp.jpg" + }, + { + "cast_id": 211, + "character": "Kid with Apple", + "credit_id": "56219e22c3a3680e2000a3cc", + "gender": 2, + "id": 204191, + "name": "Aramis Knight", + "order": 67, + "profile_path": "/8YwHVJtJGvSDg6leZDggV8xKPd8.jpg" + }, + { + "cast_id": 213, + "character": "President", + "credit_id": "56219e78c3a3680e0e00a022", + "gender": 2, + "id": 21416, + "name": "William Devane", + "order": 68, + "profile_path": "/SYI4fML7EmZDghuieWf6SpiyRF.jpg" + }, + { + "cast_id": 214, + "character": "Skinny Prisoner", + "credit_id": "5621a54cc3a3686868003fcc", + "gender": 2, + "id": 55411, + "name": "David Gyasi", + "order": 69, + "profile_path": "/jkqSPSGNaWZuGLDBUrL9grAXLkM.jpg" + }, + { + "cast_id": 215, + "character": "Special Forces #2", + "credit_id": "5621a5ae9251413a74004f01", + "gender": 2, + "id": 1244314, + "name": "Patrick Jordan", + "order": 70, + "profile_path": "/pXXAo4ybQKWXeuHCOONFmho41Hs.jpg" + }, + { + "cast_id": 216, + "character": "Mercenary at City Hall", + "credit_id": "5621a5f3c3a3680e1d009ef0", + "gender": 0, + "id": 1286878, + "name": "Joshua Elijah Reese", + "order": 71, + "profile_path": "/iJj4z2Z8ifqwyL2OHhyBebifwOR.jpg" + }, + { + "cast_id": 217, + "character": "Uniform", + "credit_id": "5621a611c3a3680e16008d93", + "gender": 2, + "id": 6365, + "name": "Desmond Harrington", + "order": 72, + "profile_path": "/z9EoAcqWjPD5vPtNCRT7p8Kj6o6.jpg" + }, + { + "cast_id": 218, + "character": "Bomb Truck Driver", + "credit_id": "5621a64ac3a3680e100095a7", + "gender": 2, + "id": 1417415, + "name": "Mychael Bates", + "order": 73, + "profile_path": "/zAd2KMqGI8gm8O1bgre3eL8sH9p.jpg" + }, + { + "cast_id": 219, + "character": "Wayne's Lawyer", + "credit_id": "5622804dc3a3680e1d00c2ec", + "gender": 2, + "id": 941, + "name": "Tomas Arana", + "order": 74, + "profile_path": "/sx8tDGA7e7d5oDYpQwaydmGcc93.jpg" + }, + { + "cast_id": 220, + "character": "Applied Sciences Tech #1", + "credit_id": "56228076c3a3680e1600ae35", + "gender": 0, + "id": 1225911, + "name": "Peter Holden", + "order": 75, + "profile_path": "/2kuHeLA93HVY1Kw9vQ1woXsNDP0.jpg" + }, + { + "cast_id": 221, + "character": "Applied Sciences Tech #2", + "credit_id": "5622809bc3a3680e0e00c5a4", + "gender": 2, + "id": 100891, + "name": "David Monahan", + "order": 76, + "profile_path": "/2NzQDcARuhSn2CGS5IRPmeomIxt.jpg" + }, + { + "cast_id": 222, + "character": "Lawyer's Clerk", + "credit_id": "562280bbc3a3680e2000ca5f", + "gender": 1, + "id": 20469, + "name": "Jillian Armenante", + "order": 77, + "profile_path": "/6LQ2yywpICTvUIThuqJTnHqWf9U.jpg" + }, + { + "cast_id": 223, + "character": "Greeter at Museum", + "credit_id": "562280fcc3a3680e2000ca68", + "gender": 1, + "id": 105832, + "name": "Aja Evans", + "order": 78, + "profile_path": "/kKOEZmY6Ywdcu8ejCViXVrWNoEm.jpg" + }, + { + "cast_id": 224, + "character": "Valet at Wayne Enterprises", + "credit_id": "56228153c3a3680e1600ae64", + "gender": 0, + "id": 1355615, + "name": "Aldous Davidson", + "order": 79, + "profile_path": "/wb5ESFPQ92h6S52jfU3cLTKVDWH.jpg" + }, + { + "cast_id": 225, + "character": "Warden at Blackgate", + "credit_id": "562281a49251413a74006fda", + "gender": 2, + "id": 51930, + "name": "Wade Williams", + "order": 80, + "profile_path": "/vKv1f23vrRrD3UlDQDfIdECJfnu.jpg" + }, + { + "cast_id": 226, + "character": "Waiter in Florence Café", + "credit_id": "5623d3a8c3a3680e1600d8e2", + "gender": 0, + "id": 95577, + "name": "Jake Canuso", + "order": 81, + "profile_path": "/vzOkr261d23tdtMhXJp6cC2gkfu.jpg" + }, + { + "cast_id": 390, + "character": "Reporter at Stadium", + "credit_id": "5a233c91c3a3680b8d0bd8ce", + "gender": 0, + "id": 1933820, + "name": "Julie Mun", + "order": 82, + "profile_path": null + }, + { + "cast_id": 391, + "character": "Little Boy at Bridge", + "credit_id": "5a233c910e0a264cc80c4cc8", + "gender": 0, + "id": 1805361, + "name": "Rory Nolan", + "order": 83, + "profile_path": "/xr7RSmBR888xqzW37LGaxPiZ2Tb.jpg" + }, + { + "cast_id": 389, + "character": "Younger Prison Child", + "credit_id": "5a233c9192514103360bf575", + "gender": 0, + "id": 1933819, + "name": "Harry Coles", + "order": 84, + "profile_path": null + }, + { + "cast_id": 228, + "character": "Janitor at GSE", + "credit_id": "5623d47c92514127d4003522", + "gender": 0, + "id": 1010873, + "name": "Massi Furlan", + "order": 85, + "profile_path": "/zRreqQzlqFa54RiGQpamVHYN7vg.jpg" + }, + { + "cast_id": 229, + "character": "Mercenary Security #4", + "credit_id": "5623d4f2c3a3680e1d00f29d", + "gender": 2, + "id": 26088, + "name": "Christopher Judge", + "order": 86, + "profile_path": "/5ZS5BJwSRLXxujP1eUeX8tJRscF.jpg" + }, + { + "cast_id": 230, + "character": "Board Member #2", + "credit_id": "5623d5329251416b3000153a", + "gender": 2, + "id": 853194, + "name": "Patrick Leahy", + "order": 87, + "profile_path": "/vj91AYjmPzhG0cmDNey46ahMWfw.jpg" + }, + { + "cast_id": 231, + "character": "Uniform #2", + "credit_id": "5623d57192514135b00028d6", + "gender": 0, + "id": 171606, + "name": "Todd Gearhart", + "order": 88, + "profile_path": null + }, + { + "cast_id": 394, + "character": "Thug #1 in Basement", + "credit_id": "5b620ec2925141406401b197", + "gender": 0, + "id": 2097471, + "name": "Kevin Kiely", + "order": 89, + "profile_path": null + }, + { + "cast_id": 385, + "character": "Thug #2 in Basement", + "credit_id": "59309c45c3a3686a70000458", + "gender": 2, + "id": 1536670, + "name": "Daniel Newman", + "order": 90, + "profile_path": "/6e0BCLANpZeMRIskzNYesD6rXDM.jpg" + }, + { + "cast_id": 232, + "character": "Gotham City Police Officer (uncredited)", + "credit_id": "5623d5d69251417f4700becf", + "gender": 2, + "id": 1406682, + "name": "Marc Abbink", + "order": 91, + "profile_path": "/wxShQ6tTyTWNJguDU4WIdeSeww5.jpg" + }, + { + "cast_id": 233, + "character": "Young Stock Broker (uncredited)", + "credit_id": "56252c5a9251413980001f01", + "gender": 0, + "id": 1167718, + "name": "Isiah Adams", + "order": 92, + "profile_path": null + }, + { + "cast_id": 234, + "character": "Gotham City Police Officer (uncredited)", + "credit_id": "56252cb2c3a3680e1d013497", + "gender": 1, + "id": 572221, + "name": "Charlie Alejandro", + "order": 93, + "profile_path": "/6gk2g2HxT0pXzJSDIHFmZS0BXmb.jpg" + }, + { + "cast_id": 235, + "character": "Former Upscaler (uncredited)", + "credit_id": "56252cf9c3a3680e1d01349c", + "gender": 2, + "id": 1116933, + "name": "Robert Arensen", + "order": 94, + "profile_path": "/te4HZbpLhNphXPvAgNFtMPFRfMN.jpg" + }, + { + "cast_id": 236, + "character": "Angry Mobster / Prisoner (uncredited)", + "credit_id": "56252d43c3a3680e2001483e", + "gender": 0, + "id": 1524158, + "name": "Grant Babbitt", + "order": 95, + "profile_path": null + }, + { + "cast_id": 237, + "character": "Gotham Rogues Fan (uncredited)", + "credit_id": "56252d6e9251413980001f2a", + "gender": 0, + "id": 139188, + "name": "Fileena Bahris", + "order": 96, + "profile_path": "/qDG1AzENETXMBLktPnQa1kVcHeP.jpg" + }, + { + "cast_id": 238, + "character": "Mercenary (uncredited)", + "credit_id": "56258b759251413980002af5", + "gender": 0, + "id": 1075845, + "name": "Rick Bolander", + "order": 97, + "profile_path": null + }, + { + "cast_id": 239, + "character": "Police Officer (uncredited)", + "credit_id": "56258bb192514135b000724c", + "gender": 0, + "id": 1283949, + "name": "Kyle Patrick Brennan", + "order": 98, + "profile_path": null + }, + { + "cast_id": 240, + "character": "Gotham City Police Officer (uncredited)", + "credit_id": "56267a109251412f15000873", + "gender": 0, + "id": 1344943, + "name": "Scott Churchson", + "order": 99, + "profile_path": null + }, + { + "cast_id": 241, + "character": "Gotham Rogues Coach (uncredited)", + "credit_id": "56267aeec3a3680e200186f9", + "gender": 0, + "id": 1240191, + "name": "Bill Cowher", + "order": 100, + "profile_path": "/xRzasg4rq697Bk39ifamdkEVm5O.jpg" + }, + { + "cast_id": 242, + "character": "Pentagon Navy Petty (uncredited)", + "credit_id": "56267bbc9251412f150008ac", + "gender": 2, + "id": 1359461, + "name": "Graham Curry", + "order": 101, + "profile_path": "/bONrJHsVxUIdU2ZVe1wtK2ZTybI.jpg" + }, + { + "cast_id": 243, + "character": "Reporter (uncredited)", + "credit_id": "5626dd3f92514137bb0006c8", + "gender": 1, + "id": 1163300, + "name": "Stephanie Domini Ehlert", + "order": 102, + "profile_path": "/xOjOmVYMXxopJtlE3YQWF6AC87x.jpg" + }, + { + "cast_id": 244, + "character": "Older Upscale Person (uncredited)", + "credit_id": "5627ca69c3a3687c52000500", + "gender": 2, + "id": 93752, + "name": "John Farrer", + "order": 103, + "profile_path": "/aNSWpZyyyZNQCISCLKoHqtpNKyU.jpg" + }, + { + "cast_id": 245, + "character": "Prisoner / Thug (uncredited)", + "credit_id": "5627caafc3a3687c600004b3", + "gender": 0, + "id": 1343309, + "name": "Frank Fata", + "order": 104, + "profile_path": null + }, + { + "cast_id": 246, + "character": "Stock Broker (uncredited)", + "credit_id": "562830b7c3a3684880000421", + "gender": 0, + "id": 1372419, + "name": "Christopher Bryan Gomez", + "order": 105, + "profile_path": null + }, + { + "cast_id": 247, + "character": "Thug (uncredited)", + "credit_id": "562831229251414cdd000442", + "gender": 0, + "id": 1502323, + "name": "Vito Grassi", + "order": 106, + "profile_path": "/xM5Icp4lEE44xeDZuLGu9rofBan.jpg" + }, + { + "cast_id": 248, + "character": "Stockbroker in Snipers Scoop - Stock Exchange (uncredited)", + "credit_id": "5628314ec3a368487d00043e", + "gender": 2, + "id": 1509064, + "name": "Michael Wren Gucciardo", + "order": 107, + "profile_path": "/pSlTxxjrniNcNWBuEIXPcf953gI.jpg" + }, + { + "cast_id": 249, + "character": "Prisoner (uncredited)", + "credit_id": "56291c98c3a368487a0023d6", + "gender": 2, + "id": 1525392, + "name": "Sam Harris", + "order": 108, + "profile_path": null + }, + { + "cast_id": 250, + "character": "Police Officer (uncredited)", + "credit_id": "56291cdc9251414ccf002762", + "gender": 0, + "id": 1365976, + "name": "Ed Heavey", + "order": 109, + "profile_path": null + }, + { + "cast_id": 251, + "character": "Gotham Police Officer / Fan (uncredited)", + "credit_id": "56291d5cc3a368488c002830", + "gender": 2, + "id": 1098036, + "name": "John W. Iwanonkiw", + "order": 110, + "profile_path": "/yopw32pgMFZW2jXYyjPnWploqug.jpg" + }, + { + "cast_id": 252, + "character": "Gordon's Cop #4 (uncredited)", + "credit_id": "56291dec9251414cd20026d0", + "gender": 0, + "id": 1354413, + "name": "Cindy Jackson", + "order": 111, + "profile_path": null + }, + { + "cast_id": 253, + "character": "Boom Operator News Crew (uncredited)", + "credit_id": "56291ecc9251414cd800251f", + "gender": 0, + "id": 123875, + "name": "Daniel Jordano", + "order": 112, + "profile_path": null + }, + { + "cast_id": 254, + "character": "Gothamite (uncredited)", + "credit_id": "562974c7c3a3681b5e000691", + "gender": 0, + "id": 127060, + "name": "William Kania", + "order": 113, + "profile_path": "/cVLh0c0CMqtRcNMw84lMGuq9oNS.jpg" + }, + { + "cast_id": 255, + "character": "Gotham Rogues Fan (uncredited)", + "credit_id": "562974f39251412853000708", + "gender": 0, + "id": 1388256, + "name": "Tiffany Kemp", + "order": 114, + "profile_path": null + }, + { + "cast_id": 256, + "character": "Stock Broker (uncredited)", + "credit_id": "562975e8c3a3681b4b00067b", + "gender": 0, + "id": 1241239, + "name": "Sun Jae Kim", + "order": 115, + "profile_path": null + }, + { + "cast_id": 257, + "character": "Thug (uncredited)", + "credit_id": "56297620c3a3681b5e0006c6", + "gender": 0, + "id": 1378466, + "name": "Hrvoje Klecz", + "order": 116, + "profile_path": null + }, + { + "cast_id": 258, + "character": "Wall Street Broker (uncredited)", + "credit_id": "5629768a9251412845000609", + "gender": 0, + "id": 1264686, + "name": "Alex Kruz", + "order": 117, + "profile_path": "/bizITDhkxnbLIibuW0kryCWucji.jpg" + }, + { + "cast_id": 259, + "character": "Gotham City Police Officer (uncredited)", + "credit_id": "562a6fcf9251414ab7000d11", + "gender": 0, + "id": 1169299, + "name": "Tyler La Marr", + "order": 118, + "profile_path": null + }, + { + "cast_id": 260, + "character": "Thug (uncredited)", + "credit_id": "562a7046c3a3681b5c002691", + "gender": 2, + "id": 1269611, + "name": "LeJon", + "order": 119, + "profile_path": "/9V0WQsy3aj6I8iTW3eyLy3cpYpL.jpg" + }, + { + "cast_id": 261, + "character": "Gotham City Police Officer (uncredited)", + "credit_id": "562a706fc3a3681b610028d9", + "gender": 0, + "id": 1446471, + "name": "Paul Jude Letersky", + "order": 120, + "profile_path": "/3bFzDEJfpEXcKGTy5QeoK6K4Yw4.jpg" + }, + { + "cast_id": 262, + "character": "Prisoner (uncredited)", + "credit_id": "562a70e5c3a3681b520027e1", + "gender": 0, + "id": 1188950, + "name": "Joe Lipari", + "order": 121, + "profile_path": null + }, + { + "cast_id": 263, + "character": "Tourist (uncredited)", + "credit_id": "562a7123c3a3681b5900267c", + "gender": 0, + "id": 1383091, + "name": "Silvia Lombardo", + "order": 122, + "profile_path": null + }, + { + "cast_id": 264, + "character": "Gotham Rogues Fan (uncredited)", + "credit_id": "562ad1bd9251414006001a31", + "gender": 0, + "id": 1480128, + "name": "Jorge Mardel", + "order": 123, + "profile_path": "/kYh48kZ4wGGysoexHTMXPhaZv1N.jpg" + }, + { + "cast_id": 265, + "character": "Gotham Rogues Fan (uncredited)", + "credit_id": "562ad293925141284a0032ba", + "gender": 0, + "id": 1174970, + "name": "Cale McConnell", + "order": 124, + "profile_path": null + }, + { + "cast_id": 266, + "character": "Gotham City Police Officer (uncredited)", + "credit_id": "562ad2c6c3a3681b4d003b12", + "gender": 0, + "id": 127063, + "name": "David Dale McCue", + "order": 125, + "profile_path": "/8GwNQIeOUndHLsESgKeUq3InA5s.jpg" + }, + { + "cast_id": 267, + "character": "Gotham Rogues Fan (uncredited)", + "credit_id": "562ad2f49251412857003295", + "gender": 1, + "id": 1480130, + "name": "Tiffany Sander McKenzie", + "order": 126, + "profile_path": "/2Gvt77UAINub19VwqF1dxpCEqaR.jpg" + }, + { + "cast_id": 268, + "character": "Angry Mobster (uncredited)", + "credit_id": "562ad32f92514128530033a7", + "gender": 0, + "id": 1505308, + "name": "Allen Merritt", + "order": 127, + "profile_path": null + }, + { + "cast_id": 269, + "character": "Wayne Enterprises Security (uncredited)", + "credit_id": "562ad36ac3a3681b4d003b44", + "gender": 0, + "id": 1509148, + "name": "Olan Montgomery", + "order": 128, + "profile_path": null + }, + { + "cast_id": 270, + "character": "Mercenary (uncredited)", + "credit_id": "562ad3cdc3a3681b4d003b5b", + "gender": 0, + "id": 122339, + "name": "Alex Moore", + "order": 129, + "profile_path": null + }, + { + "cast_id": 271, + "character": "Gotham City Police Officer (uncredited)", + "credit_id": "562bb8699251412853005938", + "gender": 0, + "id": 93778, + "name": "Shane Nolan", + "order": 130, + "profile_path": null + }, + { + "cast_id": 272, + "character": "Prisoner / Thug (uncredited)", + "credit_id": "562bb8a1c3a3681b54005616", + "gender": 0, + "id": 1205749, + "name": "Jackson Nunn", + "order": 131, + "profile_path": null + }, + { + "cast_id": 273, + "character": "Gotham City News Cameraman (uncredited)", + "credit_id": "562bb8e1c3a3681b520051ef", + "gender": 0, + "id": 1480150, + "name": "Joseph O'Brien", + "order": 132, + "profile_path": null + }, + { + "cast_id": 274, + "character": "Prison Guard (uncredited)", + "credit_id": "562d1d8d9251414ad80066d8", + "gender": 2, + "id": 20582, + "name": "Michael Papajohn", + "order": 133, + "profile_path": "/9nVHCoYxCpGh9pO00xp7SybWd7b.jpg" + }, + { + "cast_id": 275, + "character": "Prisoner / Mob (uncredited)", + "credit_id": "562d1dafc3a3681b4b007bf8", + "gender": 0, + "id": 1298014, + "name": "Salomon Passariello", + "order": 134, + "profile_path": "/8Dmi3w4uhxO65SYWlxu5OiujEdG.jpg" + }, + { + "cast_id": 276, + "character": "Gotham Stock Trader (uncredited)", + "credit_id": "562d1f0592514128530088c1", + "gender": 0, + "id": 1429650, + "name": "Kyle David Pierce", + "order": 135, + "profile_path": null + }, + { + "cast_id": 277, + "character": "Gotham Rogues Player (uncredited)", + "credit_id": "562d1f3c9251412845007b7b", + "gender": 0, + "id": 1349600, + "name": "Troy Polamalu", + "order": 136, + "profile_path": "/51rD9ZZYyXNmk7xiotiVBqhBHqS.jpg" + }, + { + "cast_id": 278, + "character": "Gotham Police Officer (uncredited)", + "credit_id": "562d1fc89251412857007fd5", + "gender": 0, + "id": 1066138, + "name": "Michael Power", + "order": 137, + "profile_path": "/pKJhNfH30hBa1ozcGlumg9r0uAX.jpg" + }, + { + "cast_id": 279, + "character": "Thug (uncredited)", + "credit_id": "562e68b892514140060097f1", + "gender": 0, + "id": 565508, + "name": "James Rawlings", + "order": 138, + "profile_path": "/cxADb4TZ27Rsfww4lcd74iJMBwm.jpg" + }, + { + "cast_id": 280, + "character": "Doris in Black (uncredited)", + "credit_id": "562e696e9251410a22006da5", + "gender": 0, + "id": 1513716, + "name": "Kirsten Roeters", + "order": 139, + "profile_path": null + }, + { + "cast_id": 281, + "character": "Gotham Rogues Player (uncredited)", + "credit_id": "562e69a79251414006009814", + "gender": 0, + "id": 1215314, + "name": "Ben Roethlisberger", + "order": 140, + "profile_path": "/79CKAUG4msOBQPQnmenp8e91owM.jpg" + }, + { + "cast_id": 282, + "character": "Gotham Police Officer (uncredited)", + "credit_id": "562e6a059251410a22006dba", + "gender": 2, + "id": 1452954, + "name": "Mark Roman", + "order": 141, + "profile_path": null + }, + { + "cast_id": 283, + "character": "Thug (uncredited)", + "credit_id": "562ed4919251410a22007aab", + "gender": 2, + "id": 1451618, + "name": "Anthony J. Sacco", + "order": 142, + "profile_path": "/nRUNvLCfe43Rs1OEd4GoztuxxED.jpg" + }, + { + "cast_id": 284, + "character": "Angry Thug (uncredited)", + "credit_id": "562ed4c7c3a3681b6100c5aa", + "gender": 0, + "id": 1085730, + "name": "Eric Salazar", + "order": 143, + "profile_path": null + }, + { + "cast_id": 285, + "character": "Hot Football Fan (uncredited)", + "credit_id": "562ed503c3a3681b5c00bed4", + "gender": 0, + "id": 557202, + "name": "Emily Schooley", + "order": 144, + "profile_path": null + }, + { + "cast_id": 286, + "character": "Gotham Rogues Owner (uncredited)", + "credit_id": "562fbf75c3a3681b5c00dc2a", + "gender": 0, + "id": 54211, + "name": "Thomas Tull", + "order": 145, + "profile_path": "/5UG4FK7rsmhzJDYxpU28acqfxtu.jpg" + }, + { + "cast_id": 287, + "character": "Thug (uncredited)", + "credit_id": "562fbfd3c3a3681b6100e4f0", + "gender": 2, + "id": 1480223, + "name": "Chris Vaina", + "order": 146, + "profile_path": "/r1uVfT7Lee9dCwJznVkLB85RfN5.jpg" + }, + { + "cast_id": 288, + "character": "Prisoner (voice) (uncredited)", + "credit_id": "562fbff69251414ab700beee", + "gender": 0, + "id": 102516, + "name": "Vincent van Ommen", + "order": 147, + "profile_path": "/ioyMicmlgFB59KQ3JuRVhBGqrtn.jpg" + }, + { + "cast_id": 289, + "character": "Gotham City Press (uncredited)", + "credit_id": "562fc0609251414ab700bf02", + "gender": 0, + "id": 1205751, + "name": "Michelle Vezzani", + "order": 148, + "profile_path": null + }, + { + "cast_id": 290, + "character": "Gotham Rogues Fan (uncredited)", + "credit_id": "562fc0af925141285700d780", + "gender": 0, + "id": 1205623, + "name": "Barbara Vincent", + "order": 149, + "profile_path": "/vlWse1Nuh7PO0eh43HoZNELB9GM.jpg" + }, + { + "cast_id": 291, + "character": "Gotham City Police Officer (uncredited)", + "credit_id": "5630244bc3a3681b5200e663", + "gender": 0, + "id": 1521872, + "name": "Justin Michael Woods", + "order": 150, + "profile_path": null + }, + { + "cast_id": 292, + "character": "Mercenary Soldier (uncredited)", + "credit_id": "5630248e925141284c00e8af", + "gender": 0, + "id": 306870, + "name": "Jason Yee", + "order": 151, + "profile_path": "/1Go61d3ZtAkKrHjL7G054tXGnXO.jpg" + }, + { + "cast_id": 293, + "character": "Gotham Citizen (uncredited)", + "credit_id": "563024f6c3a3681b5c00e746", + "gender": 1, + "id": 1205141, + "name": "Maria Zambrana", + "order": 152, + "profile_path": "/1wzL5C9ba0UkEG479Im2iuYBlWO.jpg" + }, + { + "cast_id": 294, + "character": "Gotham City Police Officer (uncredited)", + "credit_id": "56302558925141284c00e8c9", + "gender": 0, + "id": 1343746, + "name": "John Zion", + "order": 153, + "profile_path": null + }, + { + "cast_id": 295, + "character": "Thug (uncredited)", + "credit_id": "56302586c3a3681b4d0101a4", + "gender": 2, + "id": 1454322, + "name": "Alex Ziwak", + "order": 154, + "profile_path": "/df99iuK35gnkPWzbvbqkRvNUoeT.jpg" + }, + { + "cast_id": 312, + "character": "Gotham City Police Officer (uncredited)", + "credit_id": "567b4b6ac3a3684bcc001325", + "gender": 2, + "id": 1553053, + "name": "Tommy Bayiokos", + "order": 155, + "profile_path": "/8vLqAskYaKzkXYRExw4fHGwkO6O.jpg" + }, + { + "cast_id": 313, + "character": "Football Fan (uncredited)", + "credit_id": "567c3783c3a36860e90013c3", + "gender": 0, + "id": 1553307, + "name": "Matthew Gooley", + "order": 156, + "profile_path": null + }, + { + "cast_id": 314, + "character": "Cop (uncredited)", + "credit_id": "567c9d3d9251417ddd0050fc", + "gender": 0, + "id": 1553377, + "name": "Jeff Moffitt", + "order": 157, + "profile_path": null + }, + { + "cast_id": 350, + "character": "Football Fan (uncredited)", + "credit_id": "56ba2843c3a3687c9e00008d", + "gender": 0, + "id": 1574936, + "name": "Mark Falvo", + "order": 158, + "profile_path": null + }, + { + "cast_id": 352, + "character": "Thug (uncredited)", + "credit_id": "56be271e9251417344004195", + "gender": 0, + "id": 1576421, + "name": "Diogo Hausen", + "order": 159, + "profile_path": "/3F9R1eWkhLY22mYRJHPGEhkdBhk.jpg" + }, + { + "cast_id": 355, + "character": "Prisoner (uncredited)", + "credit_id": "56c8aca1925141172f00382b", + "gender": 2, + "id": 1580574, + "name": "Gary Sievers", + "order": 160, + "profile_path": "/7C8ttoBnxwD7RJ7vQCEPQrEAcmX.jpg" + }, + { + "cast_id": 356, + "character": "Mercenary (uncredited)", + "credit_id": "56d0fb3d925141799e004ac6", + "gender": 0, + "id": 1583389, + "name": "Orion McCabe", + "order": 161, + "profile_path": "/o43G6iYRiZzou7RUxdoEQn6O18y.jpg" + }, + { + "cast_id": 368, + "character": "Court Room Thug (uncredited)", + "credit_id": "575af48cc3a368540300009a", + "gender": 2, + "id": 1633514, + "name": "London May", + "order": 162, + "profile_path": "/fbo3uoqNrxCGm70Km7UKtK9DoZP.jpg" + }, + { + "cast_id": 383, + "character": "Gothamite (uncredited)", + "credit_id": "57c84ca89251415a13000102", + "gender": 2, + "id": 1673036, + "name": "James Quinn", + "order": 163, + "profile_path": "/bR46FAkEgtBJwAshZGZS4zaTxTs.jpg" + }, + { + "cast_id": 387, + "character": "Police Officer (uncredited)", + "credit_id": "5a0de8c19251416c80002a60", + "gender": 2, + "id": 1543874, + "name": "Joe Fishel", + "order": 164, + "profile_path": "/tVDIXazCDwrCHpHiBAI0jHr9d7C.jpg" + } + ], + "crew": [ + { + "credit_id": "52fe4781c3a36847f8139865", + "department": "Directing", + "gender": 2, + "id": 525, + "job": "Director", + "name": "Christopher Nolan", + "profile_path": "/6kJBoNiogwdcXgcRn88kDkdFNKR.jpg" + }, + { + "credit_id": "52fe4781c3a36847f8139893", + "department": "Production", + "gender": 2, + "id": 525, + "job": "Producer", + "name": "Christopher Nolan", + "profile_path": "/6kJBoNiogwdcXgcRn88kDkdFNKR.jpg" + }, + { + "credit_id": "52fe4781c3a36847f8139899", + "department": "Production", + "gender": 0, + "id": 282, + "job": "Producer", + "name": "Charles Roven", + "profile_path": "/4uJLoVstC1CBcArXFOe53N2fDr1.jpg" + }, + { + "credit_id": "52fe4781c3a36847f813989f", + "department": "Production", + "gender": 1, + "id": 556, + "job": "Producer", + "name": "Emma Thomas", + "profile_path": "/f12TsNlAEomPdwxueS7ImMoJtsP.jpg" + }, + { + "credit_id": "52fe4781c3a36847f81398a5", + "department": "Writing", + "gender": 2, + "id": 3794, + "job": "Characters", + "name": "Bob Kane", + "profile_path": "/vuXwrlqaUydA4t5SFVdQkK9KsZL.jpg" + }, + { + "credit_id": "52fe4781c3a36847f81398ab", + "department": "Production", + "gender": 2, + "id": 75804, + "job": "Executive Producer", + "name": "Kevin De La Noy", + "profile_path": null + }, + { + "credit_id": "52fe4781c3a36847f81398b1", + "department": "Production", + "gender": 2, + "id": 10951, + "job": "Executive Producer", + "name": "Benjamin Melniker", + "profile_path": "/fAMHVZpbbBPlAw05ynopcRRVTYY.jpg" + }, + { + "credit_id": "52fe4781c3a36847f81398b7", + "department": "Production", + "gender": 0, + "id": 54211, + "job": "Executive Producer", + "name": "Thomas Tull", + "profile_path": "/5UG4FK7rsmhzJDYxpU28acqfxtu.jpg" + }, + { + "credit_id": "52fe4781c3a36847f81398bd", + "department": "Production", + "gender": 2, + "id": 10949, + "job": "Executive Producer", + "name": "Michael E. Uslan", + "profile_path": "/lJ8n7Z9JB0XH4dxdgI48HG9jX1o.jpg" + }, + { + "credit_id": "52fe4781c3a36847f81398c3", + "department": "Sound", + "gender": 2, + "id": 947, + "job": "Original Music Composer", + "name": "Hans Zimmer", + "profile_path": "/7IjJpvGtCfY0DsritmfCh2iX9I4.jpg" + }, + { + "credit_id": "52fe4781c3a36847f81398c9", + "department": "Camera", + "gender": 2, + "id": 559, + "job": "Director of Photography", + "name": "Wally Pfister", + "profile_path": "/tyYtVatXW16EM7NYJZkxI3K2NQi.jpg" + }, + { + "credit_id": "52fe4781c3a36847f81398cf", + "department": "Editing", + "gender": 2, + "id": 3904, + "job": "Editor", + "name": "Lee Smith", + "profile_path": "/5XNVKGYwQraa4LYk0pjRhvdC3c1.jpg" + }, + { + "credit_id": "52fe4781c3a36847f81398d5", + "department": "Production", + "gender": 2, + "id": 561, + "job": "Casting", + "name": "John Papsidera", + "profile_path": "/egwEVyrAmdWhtuLqE5fcThZf41E.jpg" + }, + { + "credit_id": "52fe4781c3a36847f81398db", + "department": "Production", + "gender": 0, + "id": 1018958, + "job": "Casting", + "name": "Toby Whale", + "profile_path": null + }, + { + "credit_id": "52fe4781c3a36847f81398e1", + "department": "Art", + "gender": 2, + "id": 15327, + "job": "Production Design", + "name": "Nathan Crowley", + "profile_path": "/lI5Q6oEf1nj3AAHuTltwpckQW3n.jpg" + }, + { + "credit_id": "52fe4781c3a36847f81398e7", + "department": "Art", + "gender": 0, + "id": 15328, + "job": "Production Design", + "name": "Kevin Kavanaugh", + "profile_path": null + }, + { + "credit_id": "52fe4781c3a36847f81398f3", + "department": "Art", + "gender": 0, + "id": 12039, + "job": "Set Decoration", + "name": "Paki Smith", + "profile_path": null + }, + { + "credit_id": "52fe4781c3a36847f81398f9", + "department": "Costume & Make-Up", + "gender": 1, + "id": 10714, + "job": "Costume Design", + "name": "Lindy Hemming", + "profile_path": "/8DiTuVH0dysJ6j1psjXE0XQ4BKR.jpg" + }, + { + "credit_id": "52fe4781c3a36847f81398ff", + "department": "Art", + "gender": 2, + "id": 62560, + "job": "Art Direction", + "name": "Gerald Sullivan", + "profile_path": null + }, + { + "credit_id": "52fe4781c3a36847f8139905", + "department": "Art", + "gender": 2, + "id": 14762, + "job": "Art Direction", + "name": "Robert Woodruff", + "profile_path": null + }, + { + "credit_id": "52fe4781c3a36847f813990f", + "department": "Writing", + "gender": 2, + "id": 527, + "job": "Screenplay", + "name": "Jonathan Nolan", + "profile_path": "/rYBQ8M3hDDY0eThVIvWHmrf4i0Y.jpg" + }, + { + "credit_id": "52fe4781c3a36847f8139915", + "department": "Writing", + "gender": 2, + "id": 525, + "job": "Story", + "name": "Christopher Nolan", + "profile_path": "/6kJBoNiogwdcXgcRn88kDkdFNKR.jpg" + }, + { + "credit_id": "52fe4781c3a36847f813991b", + "department": "Writing", + "gender": 2, + "id": 525, + "job": "Screenplay", + "name": "Christopher Nolan", + "profile_path": "/6kJBoNiogwdcXgcRn88kDkdFNKR.jpg" + }, + { + "credit_id": "52fe4781c3a36847f8139921", + "department": "Writing", + "gender": 2, + "id": 3893, + "job": "Story", + "name": "David S. Goyer", + "profile_path": "/vh0ULL0N22JlVlQ5mXFmreA6Ubz.jpg" + }, + { + "credit_id": "570b91d29251415248001736", + "department": "Art", + "gender": 0, + "id": 17677, + "job": "Supervising Art Director", + "name": "Naaman Marshall", + "profile_path": null + }, + { + "credit_id": "5745d36e92514129a0002e7c", + "department": "Lighting", + "gender": 0, + "id": 40120, + "job": "Rigging Grip", + "name": "Brian 'Buzz' Buzzelli", + "profile_path": null + }, + { + "credit_id": "54c2235ec3a368142100fa9a", + "department": "Art", + "gender": 0, + "id": 1417397, + "job": "Art Direction", + "name": "Jonathan Kevin Ong", + "profile_path": null + }, + { + "credit_id": "568183ab9251414f6300a6f8", + "department": "Crew", + "gender": 0, + "id": 1045964, + "job": "Stunts", + "name": "Aaron Vexler", + "profile_path": "/yBzhpya88GGOdD6WG8YmwKHIFWq.jpg" + }, + { + "credit_id": "54c2233c92514124c8003261", + "department": "Art", + "gender": 0, + "id": 1417396, + "job": "Art Direction", + "name": "Toby Britton", + "profile_path": "/zdzCR1xmS1rGiUyK94KUvbl8Ym1.jpg" + }, + { + "credit_id": "54c2234d925141315a005b6b", + "department": "Art", + "gender": 0, + "id": 31172, + "job": "Art Direction", + "name": "Zack Grobler", + "profile_path": null + }, + { + "credit_id": "54c2236fc3a36878fb003141", + "department": "Art", + "gender": 0, + "id": 1392587, + "job": "Art Direction", + "name": "Tom Still", + "profile_path": null + }, + { + "credit_id": "54c2238192514124890035aa", + "department": "Art", + "gender": 0, + "id": 1327144, + "job": "Art Direction", + "name": "Sue Whitaker", + "profile_path": null + }, + { + "credit_id": "54c2239fc3a36879290038ba", + "department": "Art", + "gender": 2, + "id": 969743, + "job": "Art Direction", + "name": "Dean Wolcott", + "profile_path": null + }, + { + "credit_id": "54c223c2c3a3686c610127d0", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1403424, + "job": "Costume Design", + "name": "Roberto Craciunica", + "profile_path": null + }, + { + "credit_id": "54c223ea9251416e6000cd21", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1417398, + "job": "Hairstylist", + "name": "Janice Alexander", + "profile_path": null + }, + { + "credit_id": "54c2240292514124460034ac", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1417399, + "job": "Hairstylist", + "name": "Patricia DeHaney", + "profile_path": null + }, + { + "credit_id": "54c224619251416eae00c3aa", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1417400, + "job": "Hairstylist", + "name": "Deena Adair", + "profile_path": null + }, + { + "credit_id": "54c2248cc3a36878fb003164", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1322015, + "job": "Makeup Department Head", + "name": "Luisa Abel", + "profile_path": null + }, + { + "credit_id": "54c224b7c3a36879290038de", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1412185, + "job": "Makeup Artist", + "name": "Jay Wejebe", + "profile_path": null + }, + { + "credit_id": "54c224cec3a368792c00322f", + "department": "Costume & Make-Up", + "gender": 0, + "id": 9991, + "job": "Makeup Artist", + "name": "Karen Blynder", + "profile_path": null + }, + { + "credit_id": "54c2254892514124ed003561", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1409824, + "job": "Wigmaker", + "name": "Natasha Ladek", + "profile_path": null + }, + { + "credit_id": "54c225c2c3a36878d00037bb", + "department": "Crew", + "gender": 0, + "id": 1417403, + "job": "Makeup Effects", + "name": "Andre Gilbert", + "profile_path": null + }, + { + "credit_id": "54c226f2c3a368792c003267", + "department": "Production", + "gender": 0, + "id": 1270053, + "job": "Production Manager", + "name": "Emmanuel Pappas", + "profile_path": null + }, + { + "credit_id": "54c227a49251416e6000cd7b", + "department": "Production", + "gender": 0, + "id": 1417406, + "job": "Production Manager", + "name": "Michael Murray", + "profile_path": null + }, + { + "credit_id": "54c227c2c3a3686c61012820", + "department": "Production", + "gender": 0, + "id": 114017, + "job": "Production Manager", + "name": "Karl McMillan", + "profile_path": null + }, + { + "credit_id": "54c227dc925141248900361a", + "department": "Production", + "gender": 0, + "id": 1417407, + "job": "Production Manager", + "name": "Thomas Hayslip", + "profile_path": null + }, + { + "credit_id": "54c227f6c3a36878fb0031a8", + "department": "Production", + "gender": 0, + "id": 1403427, + "job": "Production Supervisor", + "name": "Candice D. Campos", + "profile_path": null + }, + { + "credit_id": "54c2280ec3a3687929003931", + "department": "Production", + "gender": 0, + "id": 1417408, + "job": "Production Supervisor", + "name": "Mika Saito", + "profile_path": null + }, + { + "credit_id": "54c22849c3a368789b0037cf", + "department": "Art", + "gender": 1, + "id": 1395430, + "job": "Art Department Coordinator", + "name": "Jenne Lee", + "profile_path": null + }, + { + "credit_id": "54c22867c3a3686c6101282f", + "department": "Art", + "gender": 0, + "id": 1417409, + "job": "Art Department Coordinator", + "name": "Pippa Needs", + "profile_path": null + }, + { + "credit_id": "54c22883925141244600351e", + "department": "Art", + "gender": 0, + "id": 1417410, + "job": "Art Department Coordinator", + "name": "Laura Pliskin", + "profile_path": null + }, + { + "credit_id": "54c228d49251416e6000cd90", + "department": "Art", + "gender": 0, + "id": 1417411, + "job": "Assistant Art Director", + "name": "Anna Bregman", + "profile_path": null + }, + { + "credit_id": "54c2290cc3a36878fb0031c1", + "department": "Art", + "gender": 0, + "id": 1417412, + "job": "Assistant Art Director", + "name": "Robert W. Joseph", + "profile_path": null + }, + { + "credit_id": "54c22949c3a36878d000381a", + "department": "Crew", + "gender": 0, + "id": 1417413, + "job": "Property Master", + "name": "Barry Wilkinson", + "profile_path": null + }, + { + "credit_id": "54c22976925141315a005be2", + "department": "Art", + "gender": 0, + "id": 1389526, + "job": "Construction Coordinator", + "name": "Amanda Pettett", + "profile_path": null + }, + { + "credit_id": "54c229eec3a36878d0003836", + "department": "Art", + "gender": 0, + "id": 1417414, + "job": "Construction Coordinator", + "name": "Glen Pangione", + "profile_path": null + }, + { + "credit_id": "54c22a06c3a368792c0032a2", + "department": "Art", + "gender": 0, + "id": 1378222, + "job": "Construction Coordinator", + "name": "Joe Ondrejko", + "profile_path": null + }, + { + "credit_id": "54c22a7e92514124ed0035cf", + "department": "Art", + "gender": 0, + "id": 1413089, + "job": "Construction Foreman", + "name": "William Gideon", + "profile_path": null + }, + { + "credit_id": "54c22ac69251416eae00c42c", + "department": "Art", + "gender": 0, + "id": 1417416, + "job": "Greensman", + "name": "Brandon A. Plonka", + "profile_path": null + }, + { + "credit_id": "54c22ae3c3a368792900396e", + "department": "Crew", + "gender": 0, + "id": 1417417, + "job": "Scenic Artist", + "name": "Elizabeth Tomasetti", + "profile_path": null + }, + { + "credit_id": "54c22b05c3a36878d000384e", + "department": "Art", + "gender": 0, + "id": 1398089, + "job": "Greensman", + "name": "Ian Whiteford", + "profile_path": null + }, + { + "credit_id": "54c22b5a9251416e6000cdc1", + "department": "Art", + "gender": 0, + "id": 1399463, + "job": "Leadman", + "name": "Bruce Lee Gross", + "profile_path": null + }, + { + "credit_id": "54c22d4592514124c8003368", + "department": "Art", + "gender": 0, + "id": 1417418, + "job": "Leadman", + "name": "Sean Ginevan", + "profile_path": null + }, + { + "credit_id": "54c22df6c3a36878d000388e", + "department": "Art", + "gender": 0, + "id": 1417419, + "job": "Set Designer", + "name": "Jason Kolowski", + "profile_path": null + }, + { + "credit_id": "54c22e1cc3a36878fb003228", + "department": "Art", + "gender": 0, + "id": 1395435, + "job": "Set Designer", + "name": "Theodore Sharps", + "profile_path": null + }, + { + "credit_id": "54c22e3d92514124c8003387", + "department": "Art", + "gender": 0, + "id": 1355530, + "job": "Sculptor", + "name": "Cuitlahuac Morales Velazquez", + "profile_path": null + }, + { + "credit_id": "54c2732b9251416eae00cab6", + "department": "Sound", + "gender": 2, + "id": 52193, + "job": "ADR & Dubbing", + "name": "R.J. Kizer", + "profile_path": null + }, + { + "credit_id": "54c2734bc3a368789b003f6a", + "department": "Sound", + "gender": 0, + "id": 1397823, + "job": "Foley", + "name": "Alyson Dee Moore", + "profile_path": null + }, + { + "credit_id": "54c27360925141315a0062e4", + "department": "Sound", + "gender": 2, + "id": 1116937, + "job": "Foley", + "name": "John Roesch", + "profile_path": null + }, + { + "credit_id": "54c2737bc3a368792c003905", + "department": "Editing", + "gender": 2, + "id": 1050930, + "job": "Dialogue Editor", + "name": "Hugo Weng", + "profile_path": null + }, + { + "credit_id": "54c2739dc3a368792c003908", + "department": "Sound", + "gender": 2, + "id": 1341403, + "job": "Supervising Sound Editor", + "name": "Richard King", + "profile_path": null + }, + { + "credit_id": "54c273cf92514124ed003c05", + "department": "Sound", + "gender": 2, + "id": 1341403, + "job": "Sound Designer", + "name": "Richard King", + "profile_path": null + }, + { + "credit_id": "54c273ec92514124ed003c0a", + "department": "Sound", + "gender": 0, + "id": 1417514, + "job": "Sound Effects Editor", + "name": "Michael Babcock", + "profile_path": null + }, + { + "credit_id": "54c273fec3a368789b003f7a", + "department": "Sound", + "gender": 0, + "id": 1417515, + "job": "Sound Effects Editor", + "name": "Randle Akerson", + "profile_path": null + }, + { + "credit_id": "54c27414c3a368792c003910", + "department": "Sound", + "gender": 0, + "id": 1377222, + "job": "Sound Effects Editor", + "name": "Michael W. Mitchell", + "profile_path": null + }, + { + "credit_id": "54c27428925141315a0062f5", + "department": "Sound", + "gender": 0, + "id": 1417516, + "job": "Sound Effects Editor", + "name": "Jeff Sawyer", + "profile_path": null + }, + { + "credit_id": "54c27458c3a36878fb003835", + "department": "Sound", + "gender": 2, + "id": 1341786, + "job": "Sound Effects Editor", + "name": "Bryan O. Watkins", + "profile_path": "/fapThJOs1Xq7y7xYJKp930ZPfog.jpg" + }, + { + "credit_id": "54c274859251416e6000d4ee", + "department": "Sound", + "gender": 2, + "id": 138618, + "job": "Sound Re-Recording Mixer", + "name": "Gary Rizzo", + "profile_path": "/skI8AcW5WLBkTjZP4d7g3MMF3LS.jpg" + }, + { + "credit_id": "54c274f1c3a36879290040da", + "department": "Sound", + "gender": 0, + "id": 1417517, + "job": "Sound Re-Recording Mixer", + "name": "Carlos Solis", + "profile_path": null + }, + { + "credit_id": "54c2752392514124c80039d3", + "department": "Sound", + "gender": 0, + "id": 1417514, + "job": "Sound Re-Recording Mixer", + "name": "Michael Babcock", + "profile_path": null + }, + { + "credit_id": "54c2757792514124c80039d9", + "department": "Crew", + "gender": 0, + "id": 1393387, + "job": "Special Effects Coordinator", + "name": "Jeff Brink", + "profile_path": null + }, + { + "credit_id": "54c27591c3a36879290040e9", + "department": "Crew", + "gender": 0, + "id": 1357062, + "job": "Special Effects Coordinator", + "name": "Scott R. Fisher", + "profile_path": null + }, + { + "credit_id": "54c3717792514124c8005220", + "department": "Visual Effects", + "gender": 0, + "id": 1155668, + "job": "Visual Effects Producer", + "name": "Mike Chambers", + "profile_path": null + }, + { + "credit_id": "54c37193c3a368792c004fed", + "department": "Crew", + "gender": 0, + "id": 1417820, + "job": "Visual Effects Editor", + "name": "Nick Dacey", + "profile_path": null + }, + { + "credit_id": "54c372959251416eae00e22d", + "department": "Visual Effects", + "gender": 0, + "id": 1417821, + "job": "Visual Effects Producer", + "name": "Claudia Dehmel", + "profile_path": null + }, + { + "credit_id": "54c372e39251416e6000ed54", + "department": "Crew", + "gender": 0, + "id": 1417822, + "job": "Visual Effects Editor", + "name": "Reuben Lloyd-Pack", + "profile_path": null + }, + { + "credit_id": "54c3731892514124c8005254", + "department": "Crew", + "gender": 0, + "id": 1417823, + "job": "Visual Effects Editor", + "name": "Steve Miller", + "profile_path": null + }, + { + "credit_id": "54c37345c3a36833380010a6", + "department": "Crew", + "gender": 0, + "id": 1372882, + "job": "Visual Effects Editor", + "name": "Derrick Mitchell", + "profile_path": null + }, + { + "credit_id": "54c3738f9251416e6000ed5f", + "department": "Crew", + "gender": 0, + "id": 1417824, + "job": "Visual Effects Editor", + "name": "Christopher Payne", + "profile_path": null + }, + { + "credit_id": "54c37482c3a36878fb004f73", + "department": "Visual Effects", + "gender": 0, + "id": 1408347, + "job": "Visual Effects Supervisor", + "name": "Pete Bebb", + "profile_path": null + }, + { + "credit_id": "54c374b392514124890056d9", + "department": "Crew", + "gender": 0, + "id": 1417825, + "job": "CG Supervisor", + "name": "Julian Foddy", + "profile_path": null + }, + { + "credit_id": "54c374cc9251416e6000ed85", + "department": "Visual Effects", + "gender": 0, + "id": 1417826, + "job": "Visual Effects Supervisor", + "name": "Paul J. Franklin", + "profile_path": null + }, + { + "credit_id": "54c374eec3a368789b005901", + "department": "Crew", + "gender": 0, + "id": 1417827, + "job": "CG Supervisor", + "name": "Nicola Hoyle", + "profile_path": null + }, + { + "credit_id": "54c37524c3a3687929005b32", + "department": "Visual Effects", + "gender": 0, + "id": 1417828, + "job": "Visual Effects Supervisor", + "name": "Andrew Lockley", + "profile_path": null + }, + { + "credit_id": "54c3757ac3a36833380010d3", + "department": "Crew", + "gender": 0, + "id": 1417829, + "job": "Sequence Supervisor", + "name": "Alison Wortman", + "profile_path": null + }, + { + "credit_id": "54c375b49251416e6000ed9d", + "department": "Crew", + "gender": 0, + "id": 1417830, + "job": "Sequence Supervisor", + "name": "Maxx Wai In Leong", + "profile_path": null + }, + { + "credit_id": "54c375f6c3a36833380010e1", + "department": "Visual Effects", + "gender": 0, + "id": 92231, + "job": "VFX Supervisor", + "name": "May Leung", + "profile_path": null + }, + { + "credit_id": "54c3761dc3a368789b005920", + "department": "Crew", + "gender": 0, + "id": 1415157, + "job": "Sequence Supervisor", + "name": "Joel Green", + "profile_path": null + }, + { + "credit_id": "54c3766ac3a36814210119e7", + "department": "Crew", + "gender": 0, + "id": 1417831, + "job": "Stunt Coordinator", + "name": "Sy Hollands", + "profile_path": null + }, + { + "credit_id": "54c376f492514124460054fe", + "department": "Camera", + "gender": 0, + "id": 1357064, + "job": "Camera Operator", + "name": "Greg Baldi", + "profile_path": null + }, + { + "credit_id": "54c37756c3a3683338001106", + "department": "Camera", + "gender": 2, + "id": 1357066, + "job": "Camera Operator", + "name": "P. Scott Sakamoto", + "profile_path": "/sXFggMsCCF1ICOZgNiilkKFGnYQ.jpg" + }, + { + "credit_id": "54c37788c3a3681421011a07", + "department": "Camera", + "gender": 2, + "id": 559, + "job": "Camera Operator", + "name": "Wally Pfister", + "profile_path": "/tyYtVatXW16EM7NYJZkxI3K2NQi.jpg" + }, + { + "credit_id": "54c377e49251416e6000edfc", + "department": "Lighting", + "gender": 0, + "id": 1417832, + "job": "Gaffer", + "name": "Ryan Rodriguez", + "profile_path": null + }, + { + "credit_id": "54c3780d925141248900573b", + "department": "Camera", + "gender": 0, + "id": 1404739, + "job": "Helicopter Camera", + "name": "Steve Koster", + "profile_path": null + }, + { + "credit_id": "54c3783c92514124c80052d6", + "department": "Lighting", + "gender": 0, + "id": 1417833, + "job": "Gaffer", + "name": "Reuben Garrett", + "profile_path": null + }, + { + "credit_id": "54c3785cc3a36878fb004fd2", + "department": "Camera", + "gender": 0, + "id": 1399071, + "job": "Helicopter Camera", + "name": "Hans Bjerno", + "profile_path": "/tzeE3ATzHWyEQH32GYeGuSgr1xz.jpg" + }, + { + "credit_id": "54c378719251416eae00e2db", + "department": "Camera", + "gender": 0, + "id": 1417834, + "job": "Camera Technician", + "name": "Dane Bjerno", + "profile_path": null + }, + { + "credit_id": "54c378a49251412432005815", + "department": "Lighting", + "gender": 0, + "id": 1417835, + "job": "Rigging Gaffer", + "name": "Ian Franklin", + "profile_path": null + }, + { + "credit_id": "54c378cfc3a3687929005bb1", + "department": "Camera", + "gender": 2, + "id": 1399876, + "job": "Still Photographer", + "name": "Ron Phillips", + "profile_path": null + }, + { + "credit_id": "54c379219251412446005555", + "department": "Visual Effects", + "gender": 0, + "id": 1417836, + "job": "Animation", + "name": "Andrew McEvoy", + "profile_path": null + }, + { + "credit_id": "54c3796cc3a36878d00059fb", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1336192, + "job": "Costume Supervisor", + "name": "Laura Downing", + "profile_path": null + }, + { + "credit_id": "54c3798b92514124ed005678", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1417837, + "job": "Costume Supervisor", + "name": "Brendan Handscombe", + "profile_path": null + }, + { + "credit_id": "54c379b4c3a3687c4000fcd6", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1319744, + "job": "Costume Supervisor", + "name": "Linda Matthews", + "profile_path": null + }, + { + "credit_id": "54c37a01c3a36878fb00500a", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1391648, + "job": "Set Costumer", + "name": "Hana Rausalova", + "profile_path": null + }, + { + "credit_id": "54c37a339251416e6000ee25", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1399323, + "job": "Set Costumer", + "name": "Mustapha Mimis", + "profile_path": null + }, + { + "credit_id": "54c37a699251412446005572", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1046614, + "job": "Set Costumer", + "name": "Carmia Marshall", + "profile_path": null + }, + { + "credit_id": "54c37a9292514124c800531e", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1336193, + "job": "Set Costumer", + "name": "Rebecca Levin", + "profile_path": null + }, + { + "credit_id": "54c37ac9c3a36878fb00501a", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1417838, + "job": "Set Costumer", + "name": "Lindsay Kouri", + "profile_path": null + }, + { + "credit_id": "54c37ae1c3a3687929005bf1", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1395032, + "job": "Set Costumer", + "name": "Amanda Jenkins", + "profile_path": null + }, + { + "credit_id": "54c37afbc3a368792c0050e2", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1401814, + "job": "Set Costumer", + "name": "Alejandro M. Hernandez", + "profile_path": null + }, + { + "credit_id": "54c37b21c3a368789b0059cb", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1378246, + "job": "Set Costumer", + "name": "Lori Harris", + "profile_path": null + }, + { + "credit_id": "54c37b3cc3a368792c0050eb", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1395030, + "job": "Set Costumer", + "name": "Alison Evans", + "profile_path": null + }, + { + "credit_id": "54c37ba5c3a3683338001180", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1417839, + "job": "Set Costumer", + "name": "David Butler", + "profile_path": null + }, + { + "credit_id": "54c37c01c3a3687929005c04", + "department": "Editing", + "gender": 0, + "id": 1417840, + "job": "First Assistant Editor", + "name": "Eric A. Lewy", + "profile_path": null + }, + { + "credit_id": "54c37c29925141243200586d", + "department": "Sound", + "gender": 0, + "id": 1417841, + "job": "Music Editor", + "name": "Ryan Rubin", + "profile_path": null + }, + { + "credit_id": "54c37c42c3a36878d0005a31", + "department": "Crew", + "gender": 0, + "id": 1417842, + "job": "Transportation Coordinator", + "name": "Gary Birmingham", + "profile_path": null + }, + { + "credit_id": "54c37c5692514124c8005349", + "department": "Crew", + "gender": 0, + "id": 1357070, + "job": "Transportation Coordinator", + "name": "Denny Caira", + "profile_path": null + }, + { + "credit_id": "54c37c7592514124ed0056af", + "department": "Crew", + "gender": 0, + "id": 1417843, + "job": "Picture Car Coordinator", + "name": "Tyler W. Gaisford", + "profile_path": null + }, + { + "credit_id": "54c37cdc92514124460055a5", + "department": "Directing", + "gender": 2, + "id": 1367508, + "job": "Script Supervisor", + "name": "Steve Gehrke", + "profile_path": null + }, + { + "credit_id": "54c37d0492514124460055a7", + "department": "Crew", + "gender": 0, + "id": 1394050, + "job": "Dialect Coach", + "name": "Paula Jack", + "profile_path": null + }, + { + "credit_id": "54c37d6dc3a3687c4000fd1b", + "department": "Production", + "gender": 0, + "id": 1417844, + "job": "Location Manager", + "name": "Mark Somner", + "profile_path": null + }, + { + "credit_id": "54c37d9fc3a3687c4000fd20", + "department": "Production", + "gender": 0, + "id": 1417845, + "job": "Location Manager", + "name": "Joaquin Diego Prange", + "profile_path": null + }, + { + "credit_id": "54c37dbb9251416e6000ee57", + "department": "Production", + "gender": 0, + "id": 1417846, + "job": "Location Manager", + "name": "Vans Pradeep Singh Rathore", + "profile_path": null + }, + { + "credit_id": "54c37de6c3a36878d0005a54", + "department": "Production", + "gender": 0, + "id": 1417847, + "job": "Location Manager", + "name": "James A. Mahathey", + "profile_path": null + }, + { + "credit_id": "54c37e11c3a3681421011a8f", + "department": "Crew", + "gender": 0, + "id": 1416005, + "job": "Unit Publicist", + "name": "Claudia Kalindjian", + "profile_path": null + }, + { + "credit_id": "54c37e2cc3a36833380011b6", + "department": "Production", + "gender": 0, + "id": 1417848, + "job": "Location Manager", + "name": "Jonathan Hook", + "profile_path": null + }, + { + "credit_id": "54c37e5a925141243200588d", + "department": "Crew", + "gender": 1, + "id": 1402008, + "job": "Dialect Coach", + "name": "Kathleen S. Dunn", + "profile_path": null + }, + { + "credit_id": "54c37e8cc3a3681421011a9c", + "department": "Crew", + "gender": 0, + "id": 1378726, + "job": "Dialect Coach", + "name": "Francie Brown", + "profile_path": null + }, + { + "credit_id": "54e4a102c3a368087b005200", + "department": "Crew", + "gender": 0, + "id": 1348686, + "job": "Production Office Assistant", + "name": "Bradley Porter", + "profile_path": null + }, + { + "credit_id": "570b91c3c3a3684f41003b4c", + "department": "Art", + "gender": 0, + "id": 1034754, + "job": "Supervising Art Director", + "name": "James Hambidge", + "profile_path": null + }, + { + "credit_id": "5621354392514171d000883b", + "department": "Directing", + "gender": 0, + "id": 1483827, + "job": "Assistant Director", + "name": "Sid Karne", + "profile_path": null + }, + { + "credit_id": "56452aa6c3a36870ec006931", + "department": "Crew", + "gender": 2, + "id": 1535095, + "job": "Stunts", + "name": "Dan Brown", + "profile_path": "/Aa65AAZkoxPGt7L5royKFHIehYb.jpg" + }, + { + "credit_id": "56452cb89251410a4c006cdf", + "department": "Camera", + "gender": 0, + "id": 1535096, + "job": "Grip", + "name": "Adam Camacho", + "profile_path": null + }, + { + "credit_id": "56452e7ac3a36870ef006f32", + "department": "Camera", + "gender": 0, + "id": 1535102, + "job": "Grip", + "name": "Shaun Sangkarat", + "profile_path": null + }, + { + "credit_id": "564e1b75c3a368070f000288", + "department": "Crew", + "gender": 2, + "id": 550900, + "job": "Stunts", + "name": "Carrick O'Quinn", + "profile_path": "/y6P1IRcdqc3eBQWqPaja26qxgu2.jpg" + }, + { + "credit_id": "564e1be99251414af7000269", + "department": "Crew", + "gender": 2, + "id": 9568, + "job": "Stunts", + "name": "Jim Palmer", + "profile_path": "/3jCBSmYtDHs2u6ugFENa52SC9HT.jpg" + }, + { + "credit_id": "566875bec3a36836970036e9", + "department": "Crew", + "gender": 0, + "id": 1546907, + "job": "Driver", + "name": "Patrick Hogan", + "profile_path": null + }, + { + "credit_id": "566dbc4a92514169e200c3cd", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1548530, + "job": "Hairstylist", + "name": "Robert Wilson", + "profile_path": null + }, + { + "credit_id": "566f03c1925141500100a095", + "department": "Crew", + "gender": 0, + "id": 1549015, + "job": "Propmaker", + "name": "Ray Maxwell", + "profile_path": null + }, + { + "credit_id": "566f0f16c3a368535a011220", + "department": "Crew", + "gender": 0, + "id": 1549026, + "job": "Stunts Coordinator", + "name": "Scotty Richards", + "profile_path": null + }, + { + "credit_id": "566f8003c3a3680e7300cb03", + "department": "Camera", + "gender": 0, + "id": 1532613, + "job": "First Assistant Camera", + "name": "Philip Shanahan", + "profile_path": null + }, + { + "credit_id": "5671a5adc3a368535a01870d", + "department": "Crew", + "gender": 2, + "id": 1549741, + "job": "Stunts", + "name": "Marc Scizak", + "profile_path": null + }, + { + "credit_id": "5672f427c3a3680712003145", + "department": "Lighting", + "gender": 0, + "id": 1550248, + "job": "Rigging Grip", + "name": "Joe Guzman", + "profile_path": null + }, + { + "credit_id": "5673487792514163b9003756", + "department": "Crew", + "gender": 0, + "id": 1550400, + "job": "Set Production Assistant", + "name": "Damiano Fusca", + "profile_path": null + }, + { + "credit_id": "56744cfb92514179dd00006d", + "department": "Crew", + "gender": 0, + "id": 1483827, + "job": "Stunts", + "name": "Sid Karne", + "profile_path": null + }, + { + "credit_id": "567607a192514179e3003fd2", + "department": "Sound", + "gender": 0, + "id": 1378231, + "job": "Sound Effects Editor", + "name": "Ken J. Johnson", + "profile_path": null + }, + { + "credit_id": "567607cd92514179e7003fcb", + "department": "Camera", + "gender": 0, + "id": 1551373, + "job": "Camera Intern", + "name": "Joey J. Cook III", + "profile_path": null + }, + { + "credit_id": "567d7b08c3a3684bd00070c2", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1516458, + "job": "Hairstylist", + "name": "R. Cory McCutcheon", + "profile_path": null + }, + { + "credit_id": "567d811dc3a36860e9006747", + "department": "Art", + "gender": 0, + "id": 1411808, + "job": "Painter", + "name": "Chris Bertholf", + "profile_path": null + }, + { + "credit_id": "568035f3c3a3684bcc00e7b2", + "department": "Crew", + "gender": 2, + "id": 932748, + "job": "Stunts", + "name": "Roy T. Anderson", + "profile_path": null + }, + { + "credit_id": "5680378d9251412e5200bc04", + "department": "Crew", + "gender": 0, + "id": 1554393, + "job": "Stunts", + "name": "Scott Burik", + "profile_path": "/fo8dnSVTho9aB59ZON4QFj8PSk8.jpg" + }, + { + "credit_id": "56817898c3a3684bcc011ff7", + "department": "Crew", + "gender": 0, + "id": 1329527, + "job": "Stunts", + "name": "Jared Burke", + "profile_path": "/g8vthdw69j4rmU0aEpJC2qMoa2I.jpg" + }, + { + "credit_id": "5681798292514131df00eabe", + "department": "Crew", + "gender": 0, + "id": 1554915, + "job": "Stunts", + "name": "Mike Burke", + "profile_path": "/pbT6y2fOI9arUXBKkYfYU1EY217.jpg" + }, + { + "credit_id": "56817a49c3a3682abc00a0a5", + "department": "Crew", + "gender": 2, + "id": 1550725, + "job": "Stunts", + "name": "Chris Cenatiempo", + "profile_path": "/9po0q1c33g3iu6vpAYnTxBVqQt1.jpg" + }, + { + "credit_id": "56817c4b9251417def011851", + "department": "Crew", + "gender": 2, + "id": 1544395, + "job": "Stunts", + "name": "Mark Fichera", + "profile_path": "/qU3WtO2Tr71KD3xqVCayt4mazSV.jpg" + }, + { + "credit_id": "56817c9ec3a3682abc00a14b", + "department": "Crew", + "gender": 1, + "id": 1544394, + "job": "Stunts", + "name": "Aja Frary", + "profile_path": null + }, + { + "credit_id": "56817cecc3a3682abc00a155", + "department": "Crew", + "gender": 0, + "id": 1554921, + "job": "Stunts", + "name": "Shane Geraghty", + "profile_path": "/nVOnoG7HFm7Csk7DvVwVkajW77L.jpg" + }, + { + "credit_id": "56817e2192514113340088e0", + "department": "Crew", + "gender": 1, + "id": 1329415, + "job": "Stunts", + "name": "Samantha MacIvor", + "profile_path": "/ztH9qxR7mknj8Rs2MCNhayA7n5l.jpg" + }, + { + "credit_id": "56817ef292514132db00f181", + "department": "Crew", + "gender": 0, + "id": 1455503, + "job": "Stunts", + "name": "Ian Mclaughlin", + "profile_path": null + }, + { + "credit_id": "56817f919251417def0118c9", + "department": "Crew", + "gender": 0, + "id": 61329, + "job": "Stunts", + "name": "Declan Mulvey", + "profile_path": "/xTuWTmVxjssiSPoLEPM4AZGYJPL.jpg" + }, + { + "credit_id": "568180369251414f6300a677", + "department": "Crew", + "gender": 0, + "id": 1468581, + "job": "Stunts", + "name": "Victor Paguia", + "profile_path": "/iH5qVLIutopRQccncbVIlVeXEBf.jpg" + }, + { + "credit_id": "568180ea9251417def0118f7", + "department": "Lighting", + "gender": 0, + "id": 1554924, + "job": "Rigging Grip", + "name": "Balint Pinczehelyi", + "profile_path": null + }, + { + "credit_id": "568181699251411334008948", + "department": "Crew", + "gender": 0, + "id": 204339, + "job": "Stunts", + "name": "Christopher Place", + "profile_path": "/nHSXl6Y8ZNyv7noxTrh1uXHp0tE.jpg" + }, + { + "credit_id": "56818203c3a36860e9010d12", + "department": "Crew", + "gender": 2, + "id": 1554925, + "job": "Stunts", + "name": "Kevin Rogers", + "profile_path": "/mgnnaZNd6w6lxMdvwAyoTvfJ7KB.jpg" + }, + { + "credit_id": "568182e7c3a3684be3011a16", + "department": "Crew", + "gender": 0, + "id": 1554926, + "job": "Stunts", + "name": "Shawnna Thibodeau", + "profile_path": null + }, + { + "credit_id": "5681830ec3a3684be9010b3b", + "department": "Crew", + "gender": 2, + "id": 1358564, + "job": "Stunts", + "name": "Trampas Thompson", + "profile_path": "/2drvhozn2ZJOT4AugHWj70wtVAt.jpg" + }, + { + "credit_id": "568183fac3a36860e9010d53", + "department": "Crew", + "gender": 1, + "id": 1554931, + "job": "Stunts", + "name": "Caroline Vexler", + "profile_path": "/rZaPvMLnRdHXbZkSm5fA3x1zfED.jpg" + }, + { + "credit_id": "568185c592514132db00f267", + "department": "Crew", + "gender": 0, + "id": 1384390, + "job": "Stunts", + "name": "Trevor Habberstad", + "profile_path": null + }, + { + "credit_id": "568186c0c3a36828f5006e04", + "department": "Crew", + "gender": 0, + "id": 1301652, + "job": "Stunts", + "name": "Stephen W. Schriver", + "profile_path": null + }, + { + "credit_id": "5681e190c3a3684bcc013316", + "department": "Lighting", + "gender": 2, + "id": 1555027, + "job": "Rigging Grip", + "name": "Kevin Flynn", + "profile_path": null + }, + { + "credit_id": "5681e419c3a36828f5007e50", + "department": "Camera", + "gender": 0, + "id": 1509394, + "job": "Grip", + "name": "Michael J. Prate", + "profile_path": null + }, + { + "credit_id": "5681e47a92514113340099ff", + "department": "Camera", + "gender": 0, + "id": 1509396, + "job": "Grip", + "name": "Tom Prate", + "profile_path": null + }, + { + "credit_id": "5682ca7392514169d0000aae", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1468589, + "job": "Assistant Costume Designer", + "name": "Wade Sullivan", + "profile_path": null + }, + { + "credit_id": "569fd0f6c3a36858c300a313", + "department": "Crew", + "gender": 2, + "id": 1434599, + "job": "Stunts", + "name": "Brian Smyj", + "profile_path": "/zpVyJRhBQQZ3bc2COTOtv5iUmv6.jpg" + }, + { + "credit_id": "56a189729251415e5e00fd3b", + "department": "Crew", + "gender": 2, + "id": 1025090, + "job": "Stunts", + "name": "Jim Wilkey", + "profile_path": "/dm76GkmW61dFaOsCabNZzhu3lCg.jpg" + }, + { + "credit_id": "56a7b806c3a36828b800190b", + "department": "Sound", + "gender": 1, + "id": 230436, + "job": "ADR & Dubbing", + "name": "Barbara Harris", + "profile_path": "/deSjR2XGRictDPR4m2WWTHYgusF.jpg" + }, + { + "credit_id": "56aa55a092514159a5001cf3", + "department": "Crew", + "gender": 2, + "id": 57569, + "job": "Stunts", + "name": "Lee Sheward", + "profile_path": null + }, + { + "credit_id": "56aba40e9251410e8f002cf7", + "department": "Crew", + "gender": 0, + "id": 1106629, + "job": "Stunts", + "name": "Raymond Mamrak", + "profile_path": "/w7TvI089WKAEsFXpIM1Lu3xCrku.jpg" + }, + { + "credit_id": "56b781afc3a36806ec00e6e0", + "department": "Directing", + "gender": 2, + "id": 1566280, + "job": "Assistant Director", + "name": "Nilo Otero", + "profile_path": "/bTTmCamw6hplmZpa7cNbTDWFxeh.jpg" + }, + { + "credit_id": "56b78254c3a36806ec00e6f5", + "department": "Production", + "gender": 0, + "id": 1564997, + "job": "Executive In Charge Of Production", + "name": "Mark Scoon", + "profile_path": null + }, + { + "credit_id": "56ba969e92514169b3000721", + "department": "Editing", + "gender": 0, + "id": 1525908, + "job": "Assistant Editor", + "name": "Anne O'Brien", + "profile_path": null + }, + { + "credit_id": "56c266579251414a89000a2a", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1427499, + "job": "Hairstylist", + "name": "Stephanie Hovette", + "profile_path": null + }, + { + "credit_id": "56c605c9c3a3680d4e003645", + "department": "Crew", + "gender": 2, + "id": 122549, + "job": "Stunts", + "name": "Philippe Vonlanthen", + "profile_path": "/u35SE24fE7ZCffheW3rsznbzSlM.jpg" + }, + { + "credit_id": "56d4e8b3c3a3681e44017a1d", + "department": "Editing", + "gender": 0, + "id": 1440853, + "job": "Assistant Editor", + "name": "Donald Likovich", + "profile_path": null + }, + { + "credit_id": "56d872209251414291007577", + "department": "Production", + "gender": 0, + "id": 1463954, + "job": "Casting", + "name": "Dixie Webster", + "profile_path": null + }, + { + "credit_id": "56d9d2c9925141340201f6ed", + "department": "Crew", + "gender": 2, + "id": 81687, + "job": "Stunts", + "name": "Rick Avery", + "profile_path": "/rXar2OrwkorJyQ9dRGf18zUEByW.jpg" + }, + { + "credit_id": "56e76ae3c3a368408c000be7", + "department": "Crew", + "gender": 0, + "id": 142157, + "job": "Stunts", + "name": "Doug Coleman", + "profile_path": "/temeKPrQ9VosJXwb51O3EWxQ5yO.jpg" + }, + { + "credit_id": "56fd6190c3a3685cda0005de", + "department": "Crew", + "gender": 0, + "id": 1415606, + "job": "Makeup Effects", + "name": "Diana Choi", + "profile_path": null + }, + { + "credit_id": "573e668892514108d9000856", + "department": "Crew", + "gender": 2, + "id": 1622657, + "job": "Stunts", + "name": "Mark Aaron Wagner", + "profile_path": "/2kYEykFFGr6Tz2mmWj7bX9LpKHb.jpg" + }, + { + "credit_id": "57531069c3a3684c100007ef", + "department": "Sound", + "gender": 2, + "id": 932186, + "job": "Orchestrator", + "name": "Bruce Fowler", + "profile_path": null + }, + { + "credit_id": "5766cb129251411323000031", + "department": "Production", + "gender": 2, + "id": 113913, + "job": "Co-Producer", + "name": "Jordan Goldberg", + "profile_path": null + }, + { + "credit_id": "5766cc219251416995000666", + "department": "Costume & Make-Up", + "gender": 0, + "id": 1638257, + "job": "Prosthetic Supervisor", + "name": "Conor O'Sullivan", + "profile_path": null + }, + { + "credit_id": "5766ccd8c3a3687f5300121a", + "department": "Crew", + "gender": 0, + "id": 1571601, + "job": "Post Production Supervisor", + "name": "David E. Hall", + "profile_path": null + }, + { + "credit_id": "5777f94a9251415f060011a6", + "department": "Sound", + "gender": 0, + "id": 1644412, + "job": "Sound Mixer", + "name": "Nakul Kamte", + "profile_path": null + }, + { + "credit_id": "577852f992514136e100208d", + "department": "Production", + "gender": 0, + "id": 1644543, + "job": "Line Producer", + "name": "Dileep Singh Rathore", + "profile_path": null + }, + { + "credit_id": "57785421c3a36826c9000a83", + "department": "Directing", + "gender": 0, + "id": 1402079, + "job": "Assistant Director", + "name": "Matthew Reedy", + "profile_path": null + }, + { + "credit_id": "578fbfa19251411d5700117b", + "department": "Crew", + "gender": 2, + "id": 1531529, + "job": "Stunts", + "name": "Rex Reddick", + "profile_path": "/yPbBeUJ0xwHZG0OhavTaqBWdsNQ.jpg" + }, + { + "credit_id": "5796b492c3a3680cfa002ae3", + "department": "Crew", + "gender": 0, + "id": 1340941, + "job": "Stunts", + "name": "Ray Siegle", + "profile_path": null + }, + { + "credit_id": "579794d19251411a9000004d", + "department": "Crew", + "gender": 2, + "id": 202930, + "job": "Stunts", + "name": "Anthony Molinari", + "profile_path": "/3m3gjjfEQXvroS08SD3dAESgfkb.jpg" + }, + { + "credit_id": "579bf757c3a3681678003103", + "department": "Crew", + "gender": 0, + "id": 1634437, + "job": "Stunts", + "name": "Ed McDermott II", + "profile_path": null + }, + { + "credit_id": "579d0191c3a36828b100130b", + "department": "Sound", + "gender": 0, + "id": 68016, + "job": "Orchestrator", + "name": "Kevin Kaska", + "profile_path": "/azlSu8Sz9QGeK3xgQS9p3ZvR9q9.jpg" + }, + { + "credit_id": "57a29134c3a36832b8001afb", + "department": "Crew", + "gender": 0, + "id": 1061061, + "job": "Stunts", + "name": "Adam Horton", + "profile_path": "/soyskPuI7Gcng8pDyYddJHPiS9i.jpg" + }, + { + "credit_id": "57bf2c29c3a3685c5d003e00", + "department": "Lighting", + "gender": 0, + "id": 1532612, + "job": "Rigging Grip", + "name": "Blake Pike", + "profile_path": null + }, + { + "credit_id": "57c4678f92514105db0046d4", + "department": "Lighting", + "gender": 0, + "id": 35630, + "job": "Electrician", + "name": "Timothy Healy", + "profile_path": null + }, + { + "credit_id": "57d6ea2fc3a368023a00044e", + "department": "Camera", + "gender": 0, + "id": 1532610, + "job": "First Assistant Camera", + "name": "Bob Hall", + "profile_path": null + }, + { + "credit_id": "594851dac3a36816f6048d7d", + "department": "Art", + "gender": 2, + "id": 1417415, + "job": "Property Master", + "name": "Mychael Bates", + "profile_path": "/zAd2KMqGI8gm8O1bgre3eL8sH9p.jpg" + }, + { + "credit_id": "5acee99e9251410c48033bb0", + "department": "Editing", + "gender": 2, + "id": 159112, + "job": "Color Timer", + "name": "David Orr", + "profile_path": null + }, + { + "credit_id": "5ba8de31c3a3680e5204b693", + "department": "Editing", + "gender": 2, + "id": 1826915, + "job": "Assistant Editor", + "name": "Scott Wesley Ross", + "profile_path": null + } + ] + }, + "images": { + "backdrops": [ + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/f6ljQGv7WnJuwBPty017oPWfqjx.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.63, + "vote_count": 21, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/rsR5JJTGgbvKV6VJXQoU7I2UysL.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.546, + "vote_count": 16, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/lcvuQDedwXGtBOJkte0En7kamO.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.5, + "vote_count": 17, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/3bgtUfKQKNi3nJsAB5URpP2wdRt.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.456, + "vote_count": 28, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/oBdJ4hRF6oUrMCG0G7kd7ZXG24Z.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.304, + "vote_count": 10, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/x1QBhTIG6yleL3OW5mh36bbufzX.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.266, + "vote_count": 5, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/mNvqYhD9wp1Jzoyj6fzKtV1zATk.jpg", + "height": 900, + "iso_639_1": "xx", + "vote_average": 5.25, + "vote_count": 11, + "width": 1600 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/67wEltjm3ivUytnZTP6Ue647Ama.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/u083A39SmKrpMCrBcSbdsGtIACr.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.244, + "vote_count": 7, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/6ljklDsr5oA4OjkvQjnQ2Rscsnw.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.218, + "vote_count": 7, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/fPWBGS4kBXfopcOdMNJkeKqaK0i.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.202, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/vfzZ6eoJmBHCeITu8CNAYFONjY1.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.2, + "vote_count": 13, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/lBJ8RgTN7NXxq2zSCy21kujz9W2.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.18, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/yqERpq3bpQqmjVUPMcWYnOYH0vi.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.18, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/dtCAeITNkQz7rMJ2ZiHrqAbEnV6.jpg", + "height": 2160, + "iso_639_1": null, + "vote_average": 5.18, + "vote_count": 3, + "width": 3840 + }, + { + "aspect_ratio": 1.7804154302670621, + "file_path": "/8p1btPA5ME6OsfAmL3bcf7P2yoP.jpg", + "height": 1685, + "iso_639_1": null, + "vote_average": 5.172, + "vote_count": 1, + "width": 3000 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/2yubt6LkLfmuv8Z7sbhmjZUYom7.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.172, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/oVLljcezZ7dNxorPttoUA2IHIEd.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.172, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7804154302670621, + "file_path": "/iI5kefmeVMEIEN3XrceCcNKP6WW.jpg", + "height": 1011, + "iso_639_1": null, + "vote_average": 5.172, + "vote_count": 1, + "width": 1800 + }, + { + "aspect_ratio": 1.779359430604982, + "file_path": "/cHgcxLT45IPnCeCAi13Wa01qNkt.jpg", + "height": 843, + "iso_639_1": null, + "vote_average": 5.172, + "vote_count": 1, + "width": 1500 + }, + { + "aspect_ratio": 1.778, + "file_path": "/dWoKkgTis8pweSv7wihq03wPTKr.jpg", + "height": 1000, + "iso_639_1": null, + "vote_average": 5.172, + "vote_count": 1, + "width": 1778 + }, + { + "aspect_ratio": 1.7779973649538869, + "file_path": "/gOI8TcAG9kKjIEL307nM0xB4wv5.jpg", + "height": 1518, + "iso_639_1": null, + "vote_average": 5.172, + "vote_count": 1, + "width": 2699 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/9LVoQpAciclbY42zxGvi5onrk6N.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.172, + "vote_count": 8, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/ol9MifwtoELYmAGqNYBhgypZZhl.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.172, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/htfszLfmCM34KH2Mg1XNDfsq4tT.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.172, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/thpFDbkajthMtt33eopXtlC3EYv.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.156, + "vote_count": 7, + "width": 1920 + }, + { + "aspect_ratio": 1.6, + "file_path": "/2eDAkkaCinSMliURJGQt9PLHkFd.jpg", + "height": 1200, + "iso_639_1": "en", + "vote_average": 5.1515151515151514, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/68cJ9l4P8qVLXbCfmhLg4EA3TWW.jpg", + "height": 720, + "iso_639_1": "xx", + "vote_average": 5.148, + "vote_count": 5, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/6DhEc6jUQbfkG9hT8mnrKwB4dAk.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.148, + "vote_count": 5, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/qHC7Kb5LeLRdWn0C4vofNhVoQ7D.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.138, + "vote_count": 8, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/3j4bh25BrFH34RPW8tmYrD6Qnlu.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.1226551226551233, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/apRMeQZFLwuugaBQivjIqBbbg6n.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.11, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/5ced6SyUI1C4XckEbBrOZT64lcN.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.106, + "vote_count": 6, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/y7Z0ILYsUEtrW1JxeWKEiDLer6h.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.094, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/tS54HBOa1tiscP7TzXr7CNywS4b.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.088, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/9vNIYyUwku8NIW0Iz74P6ylw3zY.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.08, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.6, + "file_path": "/c2iPMB0dmQPOatZyQfhYDCHN0Qf.jpg", + "height": 1050, + "iso_639_1": "xx", + "vote_average": 5.08, + "vote_count": 3, + "width": 1680 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/1U41wpdReIIHnZzRoCHAwJffi74.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.074, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/a3VYafVlsxvM4bauAYE0fRZBm46.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.054, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/1X6Svqt0m4oZPJfmVanMjzmCRn6.jpg", + "height": 720, + "iso_639_1": "xx", + "vote_average": 5.044, + "vote_count": 3, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/alEmlKXJvFfTcNcLB5VCoGT1V6p.jpg", + "height": 720, + "iso_639_1": "xx", + "vote_average": 5.044, + "vote_count": 3, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/eI8WJysazE8vTOxblCTSHQRDc9O.jpg", + "height": 720, + "iso_639_1": "xx", + "vote_average": 5.044, + "vote_count": 3, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/8hg1PnstlJ6IXRuWBXE1uusoUCX.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.044, + "vote_count": 6, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/lD9LR1ORzKJrDlQssexyf46UDeC.jpg", + "height": 720, + "iso_639_1": "xx", + "vote_average": 5.044, + "vote_count": 3, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/lb137cal97leHqvAdHII7oczPYo.jpg", + "height": 720, + "iso_639_1": "xx", + "vote_average": 5.008, + "vote_count": 5, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/1kS4Yb90yWBBMCrwuyB1wsZ9xLR.jpg", + "height": 720, + "iso_639_1": "xx", + "vote_average": 4.982, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/3yrlkLRqeEX50oPWGddXfaByiF7.jpg", + "height": 720, + "iso_639_1": "xx", + "vote_average": 4.982, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/egvheUPs4FNpD68PdpszB00y3Hs.jpg", + "height": 720, + "iso_639_1": "xx", + "vote_average": 4.962, + "vote_count": 6, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/uwBuLdDmHokPElQoaKnMaYXeIX7.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/s6OSiadvORQ98z2POR6GUdlwO9Z.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/3bHULcHeteiBE0Yc55Q15mnTj6g.jpg", + "height": 720, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1280 + } + ], + "posters": [ + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/dEYnvnUfXrqvqeRSqvIEtmzhoA8.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 6.2, + "vote_count": 41, + "width": 1000 + }, + { + "aspect_ratio": 0.6870884626395648, + "file_path": "/sSank08NWoDrZMWhKbeSfdSKfVU.jpg", + "height": 3493, + "iso_639_1": "pt", + "vote_average": 5.766, + "vote_count": 10, + "width": 2400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/1e5V4EBrhuO83JyxQZxOz83xX2Q.jpg", + "height": 1500, + "iso_639_1": "fr", + "vote_average": 5.384615384615385, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/r3XPtdV7otZiHZruc3trTpnTi84.jpg", + "height": 2100, + "iso_639_1": "it", + "vote_average": 5.384, + "vote_count": 2, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/LWm7vl2X0iVtC0OAKbas0d9sLG.jpg", + "height": 1500, + "iso_639_1": "de", + "vote_average": 5.3553113553113549, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/66IUkB2clp7dlSe8egV8APzqpwe.jpg", + "height": 2100, + "iso_639_1": "de", + "vote_average": 5.3535353535353538, + "vote_count": 3, + "width": 1400 + }, + { + "aspect_ratio": 0.667853962600178, + "file_path": "/lKQkmfBWdRhgyvJyvuQmkfafQms.jpg", + "height": 1123, + "iso_639_1": "en", + "vote_average": 5.318, + "vote_count": 3, + "width": 750 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/wQuMTqifZ8eYRkb1wm2RnVj491E.jpg", + "height": 1500, + "iso_639_1": "pt", + "vote_average": 5.3125, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/thAN8CS1VGlMvaa9pwqRyz6S8q6.jpg", + "height": 1500, + "iso_639_1": "pt", + "vote_average": 5.3125, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/bIdFat3HeGVJMlyhoF6e2iGZAJc.jpg", + "height": 1500, + "iso_639_1": "de", + "vote_average": 5.3125, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/upG2uCKRPpRvK1QDN1Fx4I44EW2.jpg", + "height": 1500, + "iso_639_1": "hu", + "vote_average": 5.3125, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.70028011204481788, + "file_path": "/d42jkC9x8XxcmEVTvhAF99a3WD6.jpg", + "height": 714, + "iso_639_1": "pl", + "vote_average": 5.3125, + "vote_count": 1, + "width": 500 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/8E2oNlgkcjm0tfwHZ98oq8E5LJ0.jpg", + "height": 1500, + "iso_639_1": "de", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/vTH7kxgnIAvZDwo19zVzr3os3yh.jpg", + "height": 1500, + "iso_639_1": "de", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/3gdTo4OmciK2nGFBtAazDpozP95.jpg", + "height": 3000, + "iso_639_1": "uk", + "vote_average": 5.312, + "vote_count": 1, + "width": 2000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/6XDLzDabcJpuURgilfSTX080lNZ.jpg", + "height": 1500, + "iso_639_1": "ru", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/oWIhEWtHbSlvttp5qbBEutPOV7G.jpg", + "height": 3000, + "iso_639_1": "pl", + "vote_average": 5.312, + "vote_count": 1, + "width": 2000 + }, + { + "aspect_ratio": 0.6872, + "file_path": "/lXWZQmFu1IbODDwFKx3Quw2OMIQ.jpg", + "height": 2500, + "iso_639_1": "pl", + "vote_average": 5.312, + "vote_count": 1, + "width": 1718 + }, + { + "aspect_ratio": 0.70875, + "file_path": "/xtmLH7kZACUWB6DqYcly5sQlJ4x.jpg", + "height": 800, + "iso_639_1": "el", + "vote_average": 5.312, + "vote_count": 1, + "width": 567 + }, + { + "aspect_ratio": 0.68466666666666665, + "file_path": "/sCHPjHybAzKvgFBSRshjCdv9T2i.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.31, + "vote_count": 22, + "width": 1027 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/tdzD09XZzfSSgNTsYtmcgS4uSNE.jpg", + "height": 2100, + "iso_639_1": "en", + "vote_average": 5.298, + "vote_count": 9, + "width": 1400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/fsMJEG8gJtIDgJ9VFXcF9xkDBx9.jpg", + "height": 1500, + "iso_639_1": "es", + "vote_average": 5.2736318407960194, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.71083333333333332, + "file_path": "/hBnhDzZBhLF2m6OgmHYBOtWnX63.jpg", + "height": 1200, + "iso_639_1": "cs", + "vote_average": 5.2678571428571432, + "vote_count": 1, + "width": 853 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/d8q1hpmR8l5JBv6adBqGt94ePhk.jpg", + "height": 2100, + "iso_639_1": "en", + "vote_average": 5.256, + "vote_count": 14, + "width": 1400 + }, + { + "aspect_ratio": 0.69930069930069927, + "file_path": "/shI7yaKAVUuhQETL0FRqwU4qyYS.jpg", + "height": 1144, + "iso_639_1": "da", + "vote_average": 5.2529761904761907, + "vote_count": 1, + "width": 800 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/zxyz6Ui18OVogzsQGErGOJ07CBP.jpg", + "height": 1500, + "iso_639_1": "fr", + "vote_average": 5.25230987917555, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.69970703125, + "file_path": "/aOhDOXmnujjg87W1wcB17Zqfxgn.jpg", + "height": 2048, + "iso_639_1": "it", + "vote_average": 5.246, + "vote_count": 2, + "width": 1433 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/qyKtUSiJu5JOyGOG6bFpVjQnNZZ.jpg", + "height": 1500, + "iso_639_1": "pt", + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.69991251093613294, + "file_path": "/96CVcd8VxIaUZaLMx4JoUdR8b8U.jpg", + "height": 2286, + "iso_639_1": "es", + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1600 + }, + { + "aspect_ratio": 0.68, + "file_path": "/rZQMPqFFEO0XCebdHoKNuShiVmt.jpg", + "height": 1000, + "iso_639_1": "hu", + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.69970703125, + "file_path": "/rC0iSPFTSEKpXRcaMyEhupyedBz.jpg", + "height": 2048, + "iso_639_1": "pt", + "vote_average": 5.218, + "vote_count": 6, + "width": 1433 + }, + { + "aspect_ratio": 0.687, + "file_path": "/xKQVqyLCcHVYkgZuATZ3GtIJZnc.jpg", + "height": 5000, + "iso_639_1": "hu", + "vote_average": 5.2161172161172162, + "vote_count": 2, + "width": 3435 + }, + { + "aspect_ratio": 0.73583517292126566, + "file_path": "/xZGjXVDprLu2AzU2EXHU1q67KXh.jpg", + "height": 1359, + "iso_639_1": "fr", + "vote_average": 5.2123552123552122, + "vote_count": 11, + "width": 1000 + }, + { + "aspect_ratio": 0.71157684630738527, + "file_path": "/q2CdkOPYnhSOxCg3sMzAtiL0HtI.jpg", + "height": 1002, + "iso_639_1": "hu", + "vote_average": 5.2020202020202024, + "vote_count": 3, + "width": 713 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/yL5RpUdooGlZRLa6TNz15ESuUUi.jpg", + "height": 3000, + "iso_639_1": "en", + "vote_average": 5.198, + "vote_count": 7, + "width": 2000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/8BAHOAkiowv7SzJqt5Wf9pZGyN3.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.192, + "vote_count": 9, + "width": 1000 + }, + { + "aspect_ratio": 0.675, + "file_path": "/woAnu4QgdUDPpyMRE6SDWHmDCpJ.jpg", + "height": 5000, + "iso_639_1": "en", + "vote_average": 5.19, + "vote_count": 5, + "width": 3375 + }, + { + "aspect_ratio": 0.67516879219804948, + "file_path": "/hnkPPDf8SsXqUXPXf1Fa5hFDwgI.jpg", + "height": 1333, + "iso_639_1": "en", + "vote_average": 5.188, + "vote_count": 14, + "width": 900 + }, + { + "aspect_ratio": 0.675, + "file_path": "/awru23GhAHp5CbYQPPi916IpzD1.jpg", + "height": 4000, + "iso_639_1": "en", + "vote_average": 5.188, + "vote_count": 23, + "width": 2700 + }, + { + "aspect_ratio": 0.71031929662193427, + "file_path": "/aNdAf1Axshnk9sYG9lAT6mHQdsT.jpg", + "height": 2161, + "iso_639_1": "es", + "vote_average": 5.1875901875901871, + "vote_count": 3, + "width": 1535 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/aOhWrfdZVc1GpQ0rSKLALfZC6GG.jpg", + "height": 3000, + "iso_639_1": "en", + "vote_average": 5.18, + "vote_count": 3, + "width": 2000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/1xtROWaevTDOG5vOxPNFrbdwTqo.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.18, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/nJfQNYvh0HBOAKIs14RbgTbv72O.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.18, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/yKorHTAornVIRCuO0Nx8PrFkWpp.jpg", + "height": 3000, + "iso_639_1": "en", + "vote_average": 5.18, + "vote_count": 3, + "width": 2000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/3c6OdbRcf6w5pnxebtGuECPmQ3M.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.18, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/kNpZjTIIJXDhUquSqN2WGk9Umdp.jpg", + "height": 1500, + "iso_639_1": "fr", + "vote_average": 5.1731601731601726, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.69970703125, + "file_path": "/h0oyN8JKRzbp6n9x5Ymq2I46Ihu.jpg", + "height": 2048, + "iso_639_1": "it", + "vote_average": 5.172, + "vote_count": 1, + "width": 1433 + }, + { + "aspect_ratio": 0.7001953125, + "file_path": "/8oue2Kv9Yv7iVubAmFf61UrKARs.jpg", + "height": 2048, + "iso_639_1": "it", + "vote_average": 5.172, + "vote_count": 1, + "width": 1434 + }, + { + "aspect_ratio": 0.69970703125, + "file_path": "/zjivdH7pz02otfFtEgW1WkS82hk.jpg", + "height": 2048, + "iso_639_1": "it", + "vote_average": 5.172, + "vote_count": 1, + "width": 1433 + }, + { + "aspect_ratio": 0.7001953125, + "file_path": "/iBJHgFzah4EPiCLlqOs05wCL12v.jpg", + "height": 2048, + "iso_639_1": "it", + "vote_average": 5.172, + "vote_count": 1, + "width": 1434 + }, + { + "aspect_ratio": 0.69970703125, + "file_path": "/tWkjqglyIpB2pOUtkB9BGWooVsV.jpg", + "height": 2048, + "iso_639_1": "it", + "vote_average": 5.172, + "vote_count": 1, + "width": 1433 + }, + { + "aspect_ratio": 0.7001953125, + "file_path": "/xRCPguiFrht0C9ZVeIKNLxDQWlg.jpg", + "height": 2048, + "iso_639_1": "it", + "vote_average": 5.172, + "vote_count": 1, + "width": 1434 + }, + { + "aspect_ratio": 0.675, + "file_path": "/gEd0iy8taDpHmVbPKuqoaVKsoYZ.jpg", + "height": 4000, + "iso_639_1": "en", + "vote_average": 5.172, + "vote_count": 17, + "width": 2700 + }, + { + "aspect_ratio": 0.67476383265856954, + "file_path": "/fe8mfH49LZ1V7fPiYkubTHJ5Wi8.jpg", + "height": 1482, + "iso_639_1": "en", + "vote_average": 5.152, + "vote_count": 14, + "width": 1000 + }, + { + "aspect_ratio": 0.67476383265856954, + "file_path": "/6udK0DfQCmy1H7VoRBQSEgOaBT7.jpg", + "height": 1482, + "iso_639_1": "en", + "vote_average": 5.15, + "vote_count": 13, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/8SjTlwxZaffVGnODiMXCGjlFyCs.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.144, + "vote_count": 8, + "width": 1000 + }, + { + "aspect_ratio": 0.7001953125, + "file_path": "/6iYtobqPulrftpftulirogjfGHC.jpg", + "height": 1024, + "iso_639_1": "zh", + "vote_average": 5.1414768806073159, + "vote_count": 6, + "width": 717 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/9bZSd7dP56gJaRV7c3tYAHGfDoT.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.134, + "vote_count": 5, + "width": 1000 + }, + { + "aspect_ratio": 0.67666666666666664, + "file_path": "/muL7pbSwUChTvWiVZT8H3Zfcpkg.jpg", + "height": 600, + "iso_639_1": "th", + "vote_average": 5.1243781094527368, + "vote_count": 4, + "width": 406 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/38bna8gOBrzMRK3cS9I6BXwG3ah.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.122, + "vote_count": 11, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/dX8J0pNWohcvnsQdakwYeuAwwQo.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.122, + "vote_count": 3, + "width": 1000 + }, + { + "aspect_ratio": 0.69541029207232263, + "file_path": "/nYJALApV3ZCOhkKphy3mcKz0hXk.jpg", + "height": 2157, + "iso_639_1": "tr", + "vote_average": 5.11727078891258, + "vote_count": 4, + "width": 1500 + }, + { + "aspect_ratio": 0.6998236331569665, + "file_path": "/9sEMg0VqR4gunrHG4eRkLPlJ0EL.jpg", + "height": 2835, + "iso_639_1": "ro", + "vote_average": 5.11727078891258, + "vote_count": 4, + "width": 1984 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/xtZK9bmYzE12fIYp9x8p31mIa3F.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.11, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.69384215091066781, + "file_path": "/5FG0T9tJqCx5sA1hxKb9tiQE3tM.jpg", + "height": 3459, + "iso_639_1": "pt", + "vote_average": 5.1062271062271058, + "vote_count": 2, + "width": 2400 + }, + { + "aspect_ratio": 0.69970703125, + "file_path": "/3vU0Yn2vVujp1A1rBwFz1HoX357.jpg", + "height": 2048, + "iso_639_1": "es", + "vote_average": 5.1062271062271058, + "vote_count": 2, + "width": 1433 + }, + { + "aspect_ratio": 0.68541666666666667, + "file_path": "/odmh9t36K4aVHeqHo6nHDY5OoDT.jpg", + "height": 960, + "iso_639_1": "es", + "vote_average": 5.0748299319727881, + "vote_count": 7, + "width": 658 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/aJrOnP2MXAhV2DbbL6Grh1ueSsH.jpg", + "height": 1500, + "iso_639_1": "he", + "vote_average": 5.0748299319727881, + "vote_count": 7, + "width": 1000 + }, + { + "aspect_ratio": 0.64981949458483756, + "file_path": "/7jBQsj9T99Ui5HVgfeIalMV2oBT.jpg", + "height": 1385, + "iso_639_1": "en", + "vote_average": 5.072, + "vote_count": 14, + "width": 900 + }, + { + "aspect_ratio": 0.69991251093613294, + "file_path": "/k2RdUk7wBXogxZhQmbwPCXjJXCP.jpg", + "height": 2286, + "iso_639_1": "es", + "vote_average": 5.0680272108843543, + "vote_count": 7, + "width": 1600 + }, + { + "aspect_ratio": 0.699, + "file_path": "/ox03ATAcHoH1vazj8Et6kdmDnoZ.jpg", + "height": 1000, + "iso_639_1": "uk", + "vote_average": 5.068, + "vote_count": 7, + "width": 699 + }, + { + "aspect_ratio": 0.68581225889412778, + "file_path": "/f5MLk4ioppwXYYflJJBJuo4zmuM.jpg", + "height": 2333, + "iso_639_1": "en", + "vote_average": 5.068, + "vote_count": 7, + "width": 1600 + }, + { + "aspect_ratio": 0.676132521974307, + "file_path": "/yWQVP5H6rIUJibGnpMTwsZzIkUr.jpg", + "height": 1479, + "iso_639_1": "zh", + "vote_average": 5.064, + "vote_count": 5, + "width": 1000 + }, + { + "aspect_ratio": 0.68642857142857139, + "file_path": "/zEemLVNlm9Zh8ZLkWv9XaepPk5j.jpg", + "height": 1400, + "iso_639_1": "ko", + "vote_average": 5.0630252100840334, + "vote_count": 5, + "width": 961 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/tYnoEhAB8VBqJRwiCQXVyJkpMlt.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.058, + "vote_count": 16, + "width": 1000 + }, + { + "aspect_ratio": 0.70968921389396711, + "file_path": "/mxOFCcwrDl5UAVsZuh3dRJL5L8u.jpg", + "height": 2735, + "iso_639_1": "cn", + "vote_average": 5.0560224089635852, + "vote_count": 5, + "width": 1941 + }, + { + "aspect_ratio": 0.70705346985210471, + "file_path": "/kbGgp8ZUFMY6mBOatG4elGwnKi2.jpg", + "height": 1758, + "iso_639_1": "en", + "vote_average": 5.052, + "vote_count": 11, + "width": 1243 + }, + { + "aspect_ratio": 0.68115234375, + "file_path": "/qLU0MKQKkZd6cxqYFIoZ1mqc3GA.jpg", + "height": 2048, + "iso_639_1": "pt", + "vote_average": 5.05050505050505, + "vote_count": 3, + "width": 1395 + }, + { + "aspect_ratio": 0.67624683009298392, + "file_path": "/oYixqQQkkp29p6095GrdguEkaLu.jpg", + "height": 2366, + "iso_639_1": "ru", + "vote_average": 5.044, + "vote_count": 3, + "width": 1600 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/pRJYWd0EngiUlf746rY9SE9D93z.jpg", + "height": 1200, + "iso_639_1": "ru", + "vote_average": 5.044, + "vote_count": 3, + "width": 800 + }, + { + "aspect_ratio": 0.70671378091872794, + "file_path": "/6jdC4cWgiLNPxXBmESP6Qj03pDn.jpg", + "height": 2264, + "iso_639_1": "ja", + "vote_average": 5.0432900432900443, + "vote_count": 3, + "width": 1600 + }, + { + "aspect_ratio": 0.68129032258064515, + "file_path": "/bTGLYxmbi0ms1GY5aAUYTfz0G88.jpg", + "height": 1550, + "iso_639_1": "pt", + "vote_average": 5.0432900432900443, + "vote_count": 3, + "width": 1056 + }, + { + "aspect_ratio": 0.67476383265856954, + "file_path": "/lNeJJ1qaBxC8Vy7OWEMBleUNe3o.jpg", + "height": 1482, + "iso_639_1": "en", + "vote_average": 5.042, + "vote_count": 10, + "width": 1000 + }, + { + "aspect_ratio": 0.67624683009298392, + "file_path": "/ooZzwufBmIhxBcwnbDAtmgk1Gmn.jpg", + "height": 2366, + "iso_639_1": "en", + "vote_average": 5.04, + "vote_count": 9, + "width": 1600 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/jVj0yDRyRVex9TBnu22Ctn0NXaw.jpg", + "height": 2250, + "iso_639_1": "en", + "vote_average": 5.036, + "vote_count": 8, + "width": 1500 + }, + { + "aspect_ratio": 0.7001953125, + "file_path": "/n94fzKWMmRe3TBgkgAW20YV8fAT.jpg", + "height": 1024, + "iso_639_1": "es", + "vote_average": 5.0358773646444881, + "vote_count": 10, + "width": 717 + }, + { + "aspect_ratio": 0.68919540229885057, + "file_path": "/hICLvDffrMNRv1tT73R0bJZ1cr4.jpg", + "height": 2175, + "iso_639_1": "hu", + "vote_average": 5.0310559006211184, + "vote_count": 6, + "width": 1499 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/9lWEgjt74SlPBIWYgDH3len9QzO.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.03, + "vote_count": 10, + "width": 1000 + }, + { + "aspect_ratio": 0.6762, + "file_path": "/3lmW7OXEFZBMVRROtyV42ZUYHAe.jpg", + "height": 5000, + "iso_639_1": null, + "vote_average": 5.0272108843537406, + "vote_count": 7, + "width": 3381 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/dIRWKbW2GLBQXDH7t5u5adBUgXj.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.02, + "vote_count": 11, + "width": 1000 + }, + { + "aspect_ratio": 0.67557039510294936, + "file_path": "/adXp1Km949CRWwRTqiUpWB1Wg96.jpg", + "height": 1797, + "iso_639_1": "en", + "vote_average": 5.018, + "vote_count": 6, + "width": 1214 + }, + { + "aspect_ratio": 0.666896551724138, + "file_path": "/3tLGP9H7UUvEPo1IJUajbVBtHj5.jpg", + "height": 1450, + "iso_639_1": "en", + "vote_average": 5.016, + "vote_count": 10, + "width": 967 + }, + { + "aspect_ratio": 0.6586, + "file_path": "/6JGTNLNA3j37FB1gEa698ToAaOL.jpg", + "height": 5000, + "iso_639_1": "ru", + "vote_average": 5.014, + "vote_count": 7, + "width": 3293 + }, + { + "aspect_ratio": 0.676875, + "file_path": "/mkHfUclJwPUSI9vBGahS6zGEMy1.jpg", + "height": 1600, + "iso_639_1": "es", + "vote_average": 5.0103519668737064, + "vote_count": 6, + "width": 1083 + }, + { + "aspect_ratio": 0.68571428571428572, + "file_path": "/k4auRNuFwtVk5ine8DdWD5KI5tt.jpg", + "height": 1050, + "iso_639_1": "he", + "vote_average": 5.0035536602700779, + "vote_count": 4, + "width": 720 + }, + { + "aspect_ratio": 0.68541666666666667, + "file_path": "/a7bOjfCh6vylg9FCvFmqkBFjNq7.jpg", + "height": 960, + "iso_639_1": "es", + "vote_average": 5.0034506556245688, + "vote_count": 6, + "width": 658 + }, + { + "aspect_ratio": 0.686, + "file_path": "/19TGMvUkvW63D6VpDS1fB1cuRJe.jpg", + "height": 5000, + "iso_639_1": "es", + "vote_average": 5.0034506556245688, + "vote_count": 6, + "width": 3430 + }, + { + "aspect_ratio": 0.686, + "file_path": "/8PXq1cf54XUghQvx8L2BudFSvt8.jpg", + "height": 5000, + "iso_639_1": "es", + "vote_average": 5.0, + "vote_count": 5, + "width": 3430 + }, + { + "aspect_ratio": 0.687, + "file_path": "/6d5pXKWMd8YxQKBiLjSB1VnGzgG.jpg", + "height": 5000, + "iso_639_1": null, + "vote_average": 4.9965493443754312, + "vote_count": 6, + "width": 3435 + }, + { + "aspect_ratio": 0.68541666666666667, + "file_path": "/bl8rdi4lQO3PBtErim0dZcd2RQ3.jpg", + "height": 960, + "iso_639_1": "es", + "vote_average": 4.9965493443754312, + "vote_count": 6, + "width": 658 + }, + { + "aspect_ratio": 0.69991251093613294, + "file_path": "/dm1mbFtfxjh5NpARVgnRuL3oXov.jpg", + "height": 2286, + "iso_639_1": "es", + "vote_average": 4.9965493443754312, + "vote_count": 6, + "width": 1600 + }, + { + "aspect_ratio": 0.6974, + "file_path": "/djY1ouKc1nBaRRodSI8HP9n0lc1.jpg", + "height": 5000, + "iso_639_1": null, + "vote_average": 4.9964463397299221, + "vote_count": 4, + "width": 3487 + }, + { + "aspect_ratio": 0.675, + "file_path": "/uXDrngadGTQMCK21UlQCmtHs15Y.jpg", + "height": 4000, + "iso_639_1": null, + "vote_average": 4.9964463397299221, + "vote_count": 4, + "width": 2700 + }, + { + "aspect_ratio": 0.68637532133676094, + "file_path": "/oBRTUzxVLxipePtFZLohejcNzz7.jpg", + "height": 2334, + "iso_639_1": "ko", + "vote_average": 4.9964463397299221, + "vote_count": 4, + "width": 1602 + }, + { + "aspect_ratio": 0.706090026478376, + "file_path": "/8HITQX0jjTWWN6KUUgKcvKxtxwu.jpg", + "height": 2266, + "iso_639_1": "ja", + "vote_average": 4.9964463397299221, + "vote_count": 4, + "width": 1600 + }, + { + "aspect_ratio": 0.68581225889412778, + "file_path": "/g6JdrOcvXcdNaXlcKYTTxyGKVDA.jpg", + "height": 2333, + "iso_639_1": "ko", + "vote_average": 4.9964463397299221, + "vote_count": 4, + "width": 1600 + }, + { + "aspect_ratio": 0.68571428571428572, + "file_path": "/7ZpJCwtGxlb9voGKLaFuKw4ej6P.jpg", + "height": 1050, + "iso_639_1": "he", + "vote_average": 4.9964463397299221, + "vote_count": 4, + "width": 720 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/7zptBCAs9lblY1kVP8dQkz9Z9K.jpg", + "height": 1200, + "iso_639_1": "ru", + "vote_average": 4.99, + "vote_count": 4, + "width": 800 + }, + { + "aspect_ratio": 0.68603515625, + "file_path": "/gXdoqqxde3nrV3mvkyJRcjcvH0C.jpg", + "height": 2048, + "iso_639_1": "es", + "vote_average": 4.9896480331262936, + "vote_count": 6, + "width": 1405 + }, + { + "aspect_ratio": 0.7001239157372986, + "file_path": "/5UjFj1k7HGl1MdDDhbMfT6QxOY1.jpg", + "height": 2421, + "iso_639_1": "zh", + "vote_average": 4.9893390191897664, + "vote_count": 4, + "width": 1695 + }, + { + "aspect_ratio": 0.70045819014891175, + "file_path": "/uDgekMy4b2JTteMtP3nNXqFK026.jpg", + "height": 1746, + "iso_639_1": "zh", + "vote_average": 4.9893390191897664, + "vote_count": 4, + "width": 1223 + }, + { + "aspect_ratio": 0.6906, + "file_path": "/oJnXUy0LLvMrWZJImivRuGMwUXQ.jpg", + "height": 5000, + "iso_639_1": null, + "vote_average": 4.9893390191897664, + "vote_count": 4, + "width": 3453 + }, + { + "aspect_ratio": 0.67624683009298392, + "file_path": "/wNaL6rfCDKH8flvfoZDPiyDAI0a.jpg", + "height": 2366, + "iso_639_1": "zh", + "vote_average": 4.9893390191897664, + "vote_count": 4, + "width": 1600 + }, + { + "aspect_ratio": 0.71044921875, + "file_path": "/p2KPuFWVUxCpWR5l9jk695dUx3U.jpg", + "height": 2048, + "iso_639_1": "zh", + "vote_average": 4.9893390191897664, + "vote_count": 4, + "width": 1455 + }, + { + "aspect_ratio": 0.676, + "file_path": "/5e2cXiwS5hT8WNH1ZfOgQZmZn3G.jpg", + "height": 1000, + "iso_639_1": "he", + "vote_average": 4.9893390191897664, + "vote_count": 4, + "width": 676 + }, + { + "aspect_ratio": 0.68581225889412778, + "file_path": "/xcqK9AdQYTyyRFIMd1xPx8G2SRi.jpg", + "height": 2333, + "iso_639_1": "ko", + "vote_average": 4.9893390191897664, + "vote_count": 4, + "width": 1600 + }, + { + "aspect_ratio": 0.68581225889412778, + "file_path": "/n2OBbmrkOyKXS0DF6qJhsiePRCw.jpg", + "height": 2333, + "iso_639_1": "ko", + "vote_average": 4.9893390191897664, + "vote_count": 4, + "width": 1600 + }, + { + "aspect_ratio": 0.68581225889412778, + "file_path": "/yHhj2DyAuK5fbWxbUm40XBeCGDq.jpg", + "height": 2333, + "iso_639_1": "ko", + "vote_average": 4.9893390191897664, + "vote_count": 4, + "width": 1600 + }, + { + "aspect_ratio": 0.68581225889412778, + "file_path": "/jeIGWQ66vtGJ3hcFZTkIiDHM3Y5.jpg", + "height": 2333, + "iso_639_1": "ko", + "vote_average": 4.9893390191897664, + "vote_count": 4, + "width": 1600 + }, + { + "aspect_ratio": 0.68645833333333328, + "file_path": "/qv4WHarfqxQWlsRPmq4OXZU7U82.jpg", + "height": 960, + "iso_639_1": "zh", + "vote_average": 4.9893390191897664, + "vote_count": 4, + "width": 659 + }, + { + "aspect_ratio": 0.690625, + "file_path": "/lyLLcfIsERzrHSungSaFtGHNueY.jpg", + "height": 960, + "iso_639_1": "zh", + "vote_average": 4.9893390191897664, + "vote_count": 4, + "width": 663 + }, + { + "aspect_ratio": 0.686, + "file_path": "/yaZBGN4lXrYuayAzGasWxugwKYt.jpg", + "height": 1500, + "iso_639_1": "he", + "vote_average": 4.9893390191897664, + "vote_count": 4, + "width": 1029 + }, + { + "aspect_ratio": 0.68571428571428572, + "file_path": "/87vqYf8EttPpsBn9eRkxwpRe2Vr.jpg", + "height": 1050, + "iso_639_1": "he", + "vote_average": 4.9893390191897664, + "vote_count": 4, + "width": 720 + }, + { + "aspect_ratio": 0.67331670822942646, + "file_path": "/8H1AN3SGU5lf5ZJkyU2NpM7M9UB.jpg", + "height": 1604, + "iso_639_1": "he", + "vote_average": 4.9893390191897664, + "vote_count": 4, + "width": 1080 + }, + { + "aspect_ratio": 0.68581225889412778, + "file_path": "/uVo9hW3BvS193gcsypjyJRpej13.jpg", + "height": 2333, + "iso_639_1": "ko", + "vote_average": 4.9822316986496089, + "vote_count": 4, + "width": 1600 + }, + { + "aspect_ratio": 0.690625, + "file_path": "/n8Y8LtSwYZuN4OuoS0rxMEGhIxb.jpg", + "height": 960, + "iso_639_1": "zh", + "vote_average": 4.9822316986496089, + "vote_count": 4, + "width": 663 + }, + { + "aspect_ratio": 0.73624091381100731, + "file_path": "/6B7cAKP1f7ihmmuAcNfMy2zGiP4.jpg", + "height": 1926, + "iso_639_1": "fr", + "vote_average": 4.9822316986496089, + "vote_count": 4, + "width": 1418 + }, + { + "aspect_ratio": 0.68645833333333328, + "file_path": "/aaKLAlXNh39Dxp0FVX2klE4gkJF.jpg", + "height": 960, + "iso_639_1": "zh", + "vote_average": 4.9822316986496089, + "vote_count": 4, + "width": 659 + }, + { + "aspect_ratio": 0.68645833333333328, + "file_path": "/l0rP8gCLpFfgWVMYN1gqOzfer2V.jpg", + "height": 960, + "iso_639_1": "zh", + "vote_average": 4.9822316986496089, + "vote_count": 4, + "width": 659 + }, + { + "aspect_ratio": 0.690625, + "file_path": "/g75DRpxFauH1dyBNU7qSFy24UYf.jpg", + "height": 960, + "iso_639_1": "zh", + "vote_average": 4.9822316986496089, + "vote_count": 4, + "width": 663 + }, + { + "aspect_ratio": 0.72250423011844334, + "file_path": "/vihDbW50f1m5JZzrcuat49ZFz4M.jpg", + "height": 591, + "iso_639_1": "ru", + "vote_average": 4.982, + "vote_count": 4, + "width": 427 + }, + { + "aspect_ratio": 0.67476383265856954, + "file_path": "/mBJAzw3ntaKKIfUPkfnOiWok3Iv.jpg", + "height": 1482, + "iso_639_1": "en", + "vote_average": 4.98, + "vote_count": 9, + "width": 1000 + }, + { + "aspect_ratio": 0.6974, + "file_path": "/9oVl5MSapMagJu3Cn2T6IsmPEhR.jpg", + "height": 5000, + "iso_639_1": null, + "vote_average": 4.9758454106280192, + "vote_count": 6, + "width": 3487 + }, + { + "aspect_ratio": 0.67516879219804948, + "file_path": "/t0K6XFhOb7f2FwhPBRTGYTImdgj.jpg", + "height": 1333, + "iso_639_1": "es", + "vote_average": 4.9689440993788816, + "vote_count": 6, + "width": 900 + }, + { + "aspect_ratio": 0.676, + "file_path": "/2HbiclhbqWTocLsXVGXXPKabGCx.jpg", + "height": 1000, + "iso_639_1": "he", + "vote_average": 4.9659863945578229, + "vote_count": 7, + "width": 676 + }, + { + "aspect_ratio": 0.67775723967960566, + "file_path": "/y3bMVSseJgEQxjCvqgmKuGXi484.jpg", + "height": 1623, + "iso_639_1": "es", + "vote_average": 4.962042788129744, + "vote_count": 6, + "width": 1100 + }, + { + "aspect_ratio": 0.686, + "file_path": "/hwnYogsI9JU1VsCy2u2M3xLBHbr.jpg", + "height": 5000, + "iso_639_1": "es", + "vote_average": 4.9551414768806072, + "vote_count": 6, + "width": 3430 + }, + { + "aspect_ratio": 0.67624683009298392, + "file_path": "/mfj3NiMNQgFWVjjR4c6KhyPIeJj.jpg", + "height": 2366, + "iso_639_1": null, + "vote_average": 4.9482401656314714, + "vote_count": 6, + "width": 1600 + }, + { + "aspect_ratio": 0.70603848706038486, + "file_path": "/1h4mSzgtPt1KDOXtawzpjcyqoJI.jpg", + "height": 1507, + "iso_639_1": "en", + "vote_average": 4.942, + "vote_count": 6, + "width": 1064 + }, + { + "aspect_ratio": 0.67626953125, + "file_path": "/84efFUhp1osQuZIgE8pR4AcTblj.jpg", + "height": 2048, + "iso_639_1": "es", + "vote_average": 4.9413388543823329, + "vote_count": 6, + "width": 1385 + }, + { + "aspect_ratio": 0.67624683009298392, + "file_path": "/9vThGp3eMVzEwSsXymDB3wOVzBi.jpg", + "height": 2366, + "iso_639_1": "es", + "vote_average": 4.9299719887955176, + "vote_count": 5, + "width": 1600 + }, + { + "aspect_ratio": 0.72028811524609848, + "file_path": "/5rN4DZbREU6EmCcSPBD9O6TX4dX.jpg", + "height": 1666, + "iso_639_1": "fr", + "vote_average": 4.9229691876750694, + "vote_count": 5, + "width": 1200 + }, + { + "aspect_ratio": 0.68919540229885057, + "file_path": "/44MEGGlzuq3kpCHBYIqgeCkfBLP.jpg", + "height": 2175, + "iso_639_1": "hu", + "vote_average": 4.8999309868875081, + "vote_count": 6, + "width": 1499 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/oYS3O1gSMNfCMoN9TUp4WMbHUKd.jpg", + "height": 960, + "iso_639_1": "en", + "vote_average": 4.886, + "vote_count": 6, + "width": 640 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/2Ua9u9rSALcP3mGHEeP15ys8B7B.jpg", + "height": 1200, + "iso_639_1": "ru", + "vote_average": 4.886, + "vote_count": 6, + "width": 800 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/uSItuElMACEvRvKzrw99stniZz.jpg", + "height": 960, + "iso_639_1": "en", + "vote_average": 4.88, + "vote_count": 6, + "width": 640 + }, + { + "aspect_ratio": 0.68581225889412778, + "file_path": "/znT9WpUKAis1J0d9Ao0xhi4dsmE.jpg", + "height": 2333, + "iso_639_1": "en", + "vote_average": 4.872, + "vote_count": 6, + "width": 1600 + }, + { + "aspect_ratio": 0.68581225889412778, + "file_path": "/fKtTSMUH0mJt7omcmQNBPgwWen5.jpg", + "height": 2333, + "iso_639_1": "en", + "vote_average": 4.872, + "vote_count": 6, + "width": 1600 + }, + { + "aspect_ratio": 0.69700598802395208, + "file_path": "/8zeelQ8Ufm4B0DAT13ImucPi2qB.jpg", + "height": 835, + "iso_639_1": "en", + "vote_average": 4.866, + "vote_count": 6, + "width": 582 + }, + { + "aspect_ratio": 0.67476383265856954, + "file_path": "/oCrEGnj3tFsiYtE4nI4E765FMI.jpg", + "height": 1482, + "iso_639_1": "en", + "vote_average": 4.866, + "vote_count": 6, + "width": 1000 + }, + { + "aspect_ratio": 0.6854531607006854, + "file_path": "/hhzlC0seDjoiDBuxWos7Nulbq04.jpg", + "height": 3939, + "iso_639_1": "en", + "vote_average": 4.866, + "vote_count": 6, + "width": 2700 + }, + { + "aspect_ratio": 0.6854531607006854, + "file_path": "/yQ1rjB7ej5MV1SRnBHLlWxJ5tP0.jpg", + "height": 3939, + "iso_639_1": "en", + "vote_average": 4.866, + "vote_count": 6, + "width": 2700 + }, + { + "aspect_ratio": 0.67476383265856954, + "file_path": "/rcjA3HhVRuj4DTOTsS3d8eSvxdF.jpg", + "height": 1482, + "iso_639_1": "en", + "vote_average": 4.866, + "vote_count": 6, + "width": 1000 + }, + { + "aspect_ratio": 0.67476383265856954, + "file_path": "/rFxbOXSwKOJoLnrU7bMO375Mkty.jpg", + "height": 1482, + "iso_639_1": "en", + "vote_average": 4.866, + "vote_count": 6, + "width": 1000 + }, + { + "aspect_ratio": 0.67476383265856954, + "file_path": "/zgjwD6TbydVHTHHD3d0AWqXSBds.jpg", + "height": 1482, + "iso_639_1": "en", + "vote_average": 4.866, + "vote_count": 6, + "width": 1000 + }, + { + "aspect_ratio": 0.68610634648370494, + "file_path": "/eBzI7Mhc1LvvIxW2kDaZw935KKr.jpg", + "height": 1166, + "iso_639_1": "en", + "vote_average": 4.866, + "vote_count": 6, + "width": 800 + }, + { + "aspect_ratio": 0.68610634648370494, + "file_path": "/b3N79AgkGgoOh67HWH0W07q4FgH.jpg", + "height": 1166, + "iso_639_1": "en", + "vote_average": 4.866, + "vote_count": 6, + "width": 800 + }, + { + "aspect_ratio": 0.68610634648370494, + "file_path": "/tDWf7iQFHYVEpMViRXssxUZa9E4.jpg", + "height": 1166, + "iso_639_1": "en", + "vote_average": 4.866, + "vote_count": 6, + "width": 800 + }, + { + "aspect_ratio": 0.68610634648370494, + "file_path": "/2kHdZVkyKuJfJePFNxJvBzupsX1.jpg", + "height": 1166, + "iso_639_1": "en", + "vote_average": 4.866, + "vote_count": 6, + "width": 800 + }, + { + "aspect_ratio": 0.68610634648370494, + "file_path": "/oyKrOh1E43eUSPh7U1Gbsgl9weP.jpg", + "height": 1166, + "iso_639_1": "en", + "vote_average": 4.866, + "vote_count": 6, + "width": 800 + }, + { + "aspect_ratio": 0.68610634648370494, + "file_path": "/leTz2C1MC0RUD9oL68rdYvnRWhQ.jpg", + "height": 1166, + "iso_639_1": "en", + "vote_average": 4.866, + "vote_count": 6, + "width": 800 + }, + { + "aspect_ratio": 0.68610634648370494, + "file_path": "/fUIhGLSZxoXQXGENR5z7NLqctsG.jpg", + "height": 1166, + "iso_639_1": "en", + "vote_average": 4.866, + "vote_count": 6, + "width": 800 + }, + { + "aspect_ratio": 0.68610634648370494, + "file_path": "/x8kIGKdsZ7OWiKxmECphq4d6pDY.jpg", + "height": 1166, + "iso_639_1": "en", + "vote_average": 4.866, + "vote_count": 6, + "width": 800 + }, + { + "aspect_ratio": 0.6858974358974359, + "file_path": "/8YAY0EnzyyewnPMPYu2w8YE2rwr.jpg", + "height": 1560, + "iso_639_1": "en", + "vote_average": 4.866, + "vote_count": 6, + "width": 1070 + }, + { + "aspect_ratio": 0.68603515625, + "file_path": "/4seHzlTnYNPI10sjhdOMXGOl5p.jpg", + "height": 2048, + "iso_639_1": "en", + "vote_average": 4.862, + "vote_count": 8, + "width": 1405 + }, + { + "aspect_ratio": 0.675, + "file_path": "/cgOaKWpwldc5TMnqw3P5y2Zn5n0.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 4.858, + "vote_count": 7, + "width": 675 + }, + { + "aspect_ratio": 0.68603515625, + "file_path": "/5BCvXFiFjEnWbm6kdDnbqN0V9fx.jpg", + "height": 2048, + "iso_639_1": "en", + "vote_average": 4.854, + "vote_count": 10, + "width": 1405 + }, + { + "aspect_ratio": 0.68610634648370494, + "file_path": "/1qBYV04cX5DcBoF4ibd2bBVjZFL.jpg", + "height": 1166, + "iso_639_1": "en", + "vote_average": 4.83, + "vote_count": 7, + "width": 800 + }, + { + "aspect_ratio": 0.67499156260546744, + "file_path": "/nCPRVeCuTlWAy7UUL6jwq2dd59n.jpg", + "height": 2963, + "iso_639_1": "en", + "vote_average": 4.824, + "vote_count": 7, + "width": 2000 + }, + { + "aspect_ratio": 0.68581225889412778, + "file_path": "/bKuyqrw5PUwq1Fa98oiCh3E71Qq.jpg", + "height": 2333, + "iso_639_1": "en", + "vote_average": 4.824, + "vote_count": 7, + "width": 1600 + }, + { + "aspect_ratio": 0.675219446320054, + "file_path": "/gMKyqA7YpoGNXOAPvlX9qK87qNT.jpg", + "height": 1481, + "iso_639_1": "en", + "vote_average": 4.824, + "vote_count": 7, + "width": 1000 + }, + { + "aspect_ratio": 0.67590759075907592, + "file_path": "/hu9hfgYqcMcEqzWLT7eSpI82r7i.jpg", + "height": 1515, + "iso_639_1": "en", + "vote_average": 4.824, + "vote_count": 7, + "width": 1024 + }, + { + "aspect_ratio": 0.68610634648370494, + "file_path": "/743p3hJjy3X4OQ7brwHZP081viT.jpg", + "height": 1166, + "iso_639_1": "en", + "vote_average": 4.81, + "vote_count": 7, + "width": 800 + }, + { + "aspect_ratio": 0.675, + "file_path": "/r5SJ5fMemmN2R4RPPjeZo8wd3n7.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 4.796, + "vote_count": 8, + "width": 675 + }, + { + "aspect_ratio": 0.67546012269938649, + "file_path": "/a6VLnQ3TxJB8vfKo6r709XSvykB.jpg", + "height": 1630, + "iso_639_1": "en", + "vote_average": 4.794, + "vote_count": 12, + "width": 1101 + }, + { + "aspect_ratio": 0.67529544175576817, + "file_path": "/mne1xTNGlZNPGtBNwBahBAkiAwe.jpg", + "height": 1777, + "iso_639_1": "en", + "vote_average": 4.768, + "vote_count": 8, + "width": 1200 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/rjTe655LiwL3dhjoQlyPO20Gq1z.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 4.644, + "vote_count": 14, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/mBxOeqHQvdF5lxGtDUB6XVcJNi5.jpg", + "height": 3000, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 2000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/hg9rnax7IcerZOiOvi2oEshBt7f.jpg", + "height": 1500, + "iso_639_1": "fr", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66652173913043478, + "file_path": "/cVgSYaw7jJ1fuuncY2I7Hngisb3.jpg", + "height": 2300, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1533 + }, + { + "aspect_ratio": 0.67005379557680811, + "file_path": "/1WqnLPez4anXiEK2kQq32EdDvq.jpg", + "height": 1673, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1121 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/m5j7ZqHCEtZIIUPjpo8SxeTHymb.jpg", + "height": 1500, + "iso_639_1": "de", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66046511627906979, + "file_path": "/s3X9N00gCuXrbwZkraxz6p5FJOV.jpg", + "height": 1075, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 710 + }, + { + "aspect_ratio": 0.6668171557562077, + "file_path": "/rOD0IgjAop4LA2vuimhNRLyGijf.jpg", + "height": 2215, + "iso_639_1": "es", + "vote_average": 0.0, + "vote_count": 0, + "width": 1477 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/vvPsRFPzOMqnlzbFfxYR2EPqUeg.jpg", + "height": 1500, + "iso_639_1": "sk", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.667853962600178, + "file_path": "/irP27RDYv9JjF7fVPKYKUODhr0S.jpg", + "height": 1123, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 750 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/77CYrNdHmz1ZOhJNpzJ2JB2Cr0.jpg", + "height": 1500, + "iso_639_1": "pl", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/lEeOaKZf16R1cZCuryP859SKgE7.jpg", + "height": 3000, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 2000 + }, + { + "aspect_ratio": 0.69218241042345274, + "file_path": "/hmMxg9Rg4rKf9cSPdXVRY1GiRsu.jpg", + "height": 1228, + "iso_639_1": "bg", + "vote_average": 0.0, + "vote_count": 0, + "width": 850 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/rD9USLFo72WJ26VIc2p8DwRrOeN.jpg", + "height": 3000, + "iso_639_1": "hu", + "vote_average": 0.0, + "vote_count": 0, + "width": 2000 + }, + { + "aspect_ratio": 0.7001166861143524, + "file_path": "/eZ92tgwmvhZVE23b4hYWrbJhLix.jpg", + "height": 857, + "iso_639_1": "es", + "vote_average": 0.0, + "vote_count": 0, + "width": 600 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/mbXADzxiuNcIfvZ3lSlht0pwxa1.jpg", + "height": 3000, + "iso_639_1": "de", + "vote_average": 0.0, + "vote_count": 0, + "width": 2000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/5OIpnLzKHJwKCBq3CW70iPThk05.jpg", + "height": 2100, + "iso_639_1": "de", + "vote_average": 0.0, + "vote_count": 0, + "width": 1400 + }, + { + "aspect_ratio": 0.70875, + "file_path": "/7wTmpfw89AOmFFBxzzS46QbrT4w.jpg", + "height": 800, + "iso_639_1": "el", + "vote_average": 0.0, + "vote_count": 0, + "width": 567 + }, + { + "aspect_ratio": 0.66894664842681262, + "file_path": "/2TSuj9aAcVtZWVIIENYuV7ethiw.jpg", + "height": 1462, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 978 + }, + { + "aspect_ratio": 0.74985851726089414, + "file_path": "/pnilaAoYSdRkgstdBpCMHwj6wYv.jpg", + "height": 1767, + "iso_639_1": "fr", + "vote_average": 0.0, + "vote_count": 0, + "width": 1325 + }, + { + "aspect_ratio": 0.71468401486988853, + "file_path": "/3W4izXFPlEOVkQF98BAvGNz4ozJ.jpg", + "height": 2152, + "iso_639_1": "hu", + "vote_average": 0.0, + "vote_count": 0, + "width": 1538 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/o2KIhdbyO4cQAdw80fGW8MPn4ll.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1000 + }, + { + "aspect_ratio": 0.68, + "file_path": "/rZQMPqFFEO0XCebdHoKNuShiVmt.jpg", + "height": 1000, + "iso_639_1": "hu", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.70063694267515919, + "file_path": "/jWgXXRvJIMTyxHUjgn5miZ0PKEM.jpg", + "height": 785, + "iso_639_1": "ro", + "vote_average": 0.0, + "vote_count": 0, + "width": 550 + }, + { + "aspect_ratio": 0.69158200290275762, + "file_path": "/vLu8qck4BEnwcJxBfqh7IdMiWlP.jpg", + "height": 1378, + "iso_639_1": "es", + "vote_average": 0.0, + "vote_count": 0, + "width": 953 + } + ] + }, + "keywords": { + "keywords": [ + { + "id": 849, + "name": "dc comics" + }, + { + "id": 853, + "name": "crime fighter" + }, + { + "id": 949, + "name": "terrorist" + }, + { + "id": 1308, + "name": "secret identity" + }, + { + "id": 1437, + "name": "burglar" + }, + { + "id": 3051, + "name": "hostage drama" + }, + { + "id": 3562, + "name": "time bomb" + }, + { + "id": 6969, + "name": "gotham city" + }, + { + "id": 7002, + "name": "vigilante" + }, + { + "id": 9665, + "name": "cover-up" + }, + { + "id": 9715, + "name": "superhero" + }, + { + "id": 9717, + "name": "based on comic" + }, + { + "id": 9990, + "name": "villainess" + }, + { + "id": 10044, + "name": "tragic hero" + }, + { + "id": 13015, + "name": "terrorism" + }, + { + "id": 14796, + "name": "destruction" + }, + { + "id": 15011, + "name": "criminal underworld" + }, + { + "id": 18933, + "name": "catwoman" + }, + { + "id": 156082, + "name": "cat burglar" + }, + { + "id": 156395, + "name": "imax" + }, + { + "id": 173272, + "name": "flood" + } + ] + }, + "releases": { + "countries": [ + { + "certification": "PG-13", + "iso_3166_1": "US", + "primary": false, + "release_date": "2012-07-20" + }, + { + "certification": "T", + "iso_3166_1": "IT", + "primary": false, + "release_date": "2012-08-29" + }, + { + "certification": "12", + "iso_3166_1": "DE", + "primary": false, + "release_date": "2012-07-25" + }, + { + "certification": "C", + "iso_3166_1": "BG", + "primary": false, + "release_date": "2012-07-27" + }, + { + "certification": "15", + "iso_3166_1": "SE", + "primary": false, + "release_date": "2012-07-25" + }, + { + "certification": "", + "iso_3166_1": "CZ", + "primary": false, + "release_date": "2012-07-26" + }, + { + "certification": "K-13", + "iso_3166_1": "FI", + "primary": false, + "release_date": "2012-07-20" + }, + { + "certification": "", + "iso_3166_1": "IN", + "primary": false, + "release_date": "2012-07-20" + }, + { + "certification": "11", + "iso_3166_1": "DK", + "primary": false, + "release_date": "2012-07-20" + }, + { + "certification": "12", + "iso_3166_1": "NL", + "primary": false, + "release_date": "2012-07-20" + }, + { + "certification": "12A", + "iso_3166_1": "GB", + "primary": false, + "release_date": "2012-07-16" + }, + { + "certification": "M", + "iso_3166_1": "AU", + "primary": false, + "release_date": "2012-07-19" + }, + { + "certification": "", + "iso_3166_1": "HK", + "primary": false, + "release_date": "2012-07-19" + }, + { + "certification": "", + "iso_3166_1": "MY", + "primary": false, + "release_date": "2012-07-19" + }, + { + "certification": "", + "iso_3166_1": "NZ", + "primary": false, + "release_date": "2012-07-19" + }, + { + "certification": "", + "iso_3166_1": "SG", + "primary": false, + "release_date": "2012-07-19" + }, + { + "certification": "PG", + "iso_3166_1": "CA", + "primary": false, + "release_date": "2012-07-20" + }, + { + "certification": "", + "iso_3166_1": "ID", + "primary": false, + "release_date": "2012-07-20" + }, + { + "certification": "", + "iso_3166_1": "IE", + "primary": false, + "release_date": "2012-07-20" + }, + { + "certification": "", + "iso_3166_1": "IL", + "primary": false, + "release_date": "2012-07-20" + }, + { + "certification": "", + "iso_3166_1": "RO", + "primary": false, + "release_date": "2012-07-20" + }, + { + "certification": "12", + "iso_3166_1": "ES", + "primary": false, + "release_date": "2012-07-20" + }, + { + "certification": "", + "iso_3166_1": "TW", + "primary": false, + "release_date": "2012-07-20" + }, + { + "certification": "", + "iso_3166_1": "BE", + "primary": false, + "release_date": "2012-07-25" + }, + { + "certification": "", + "iso_3166_1": "IS", + "primary": false, + "release_date": "2012-07-25" + }, + { + "certification": "", + "iso_3166_1": "NO", + "primary": false, + "release_date": "2012-07-25" + }, + { + "certification": "", + "iso_3166_1": "CH", + "primary": false, + "release_date": "2012-07-26" + }, + { + "certification": "", + "iso_3166_1": "AR", + "primary": false, + "release_date": "2012-07-26" + }, + { + "certification": "", + "iso_3166_1": "KH", + "primary": false, + "release_date": "2012-07-26" + }, + { + "certification": "", + "iso_3166_1": "CL", + "primary": false, + "release_date": "2012-07-26" + }, + { + "certification": "", + "iso_3166_1": "HR", + "primary": false, + "release_date": "2012-07-26" + }, + { + "certification": "", + "iso_3166_1": "GE", + "primary": false, + "release_date": "2012-07-26" + }, + { + "certification": "16 éven aluliak számára nem ajánlott", + "iso_3166_1": "HU", + "primary": false, + "release_date": "2012-07-26" + }, + { + "certification": "16+", + "iso_3166_1": "RU", + "primary": false, + "release_date": "2012-07-26" + }, + { + "certification": "", + "iso_3166_1": "SI", + "primary": false, + "release_date": "2012-07-26" + }, + { + "certification": "", + "iso_3166_1": "UA", + "primary": false, + "release_date": "2012-07-26" + }, + { + "certification": "12", + "iso_3166_1": "BR", + "primary": false, + "release_date": "2012-07-27" + }, + { + "certification": "", + "iso_3166_1": "CO", + "primary": false, + "release_date": "2012-07-27" + }, + { + "certification": "", + "iso_3166_1": "JP", + "primary": false, + "release_date": "2012-07-27" + }, + { + "certification": "", + "iso_3166_1": "LV", + "primary": false, + "release_date": "2012-07-27" + }, + { + "certification": "", + "iso_3166_1": "LT", + "primary": false, + "release_date": "2012-07-27" + }, + { + "certification": "", + "iso_3166_1": "MX", + "primary": false, + "release_date": "2012-07-27" + }, + { + "certification": "", + "iso_3166_1": "PY", + "primary": false, + "release_date": "2012-07-27" + }, + { + "certification": "", + "iso_3166_1": "PL", + "primary": false, + "release_date": "2012-07-27" + }, + { + "certification": "", + "iso_3166_1": "ZA", + "primary": false, + "release_date": "2012-07-27" + }, + { + "certification": "", + "iso_3166_1": "TR", + "primary": false, + "release_date": "2012-07-27" + }, + { + "certification": "", + "iso_3166_1": "VN", + "primary": false, + "release_date": "2012-07-27" + }, + { + "certification": "M/12", + "iso_3166_1": "PT", + "primary": false, + "release_date": "2012-08-02" + }, + { + "certification": "", + "iso_3166_1": "LB", + "primary": false, + "release_date": "2012-08-16" + }, + { + "certification": "", + "iso_3166_1": "GR", + "primary": false, + "release_date": "2012-08-21" + }, + { + "certification": "", + "iso_3166_1": "AT", + "primary": false, + "release_date": "2012-07-27" + }, + { + "certification": "ท", + "iso_3166_1": "TH", + "primary": false, + "release_date": "2012-07-19" + }, + { + "certification": "", + "iso_3166_1": "BO", + "primary": false, + "release_date": "2013-07-25" + }, + { + "certification": "15세 이상 관람가", + "iso_3166_1": "KR", + "primary": false, + "release_date": "2012-07-19" + }, + { + "certification": "10", + "iso_3166_1": "FR", + "primary": false, + "release_date": "2012-07-24" + } + ] + }, + "translations": { + "translations": [ + { + "iso_3166_1": "US", + "iso_639_1": "en", + "name": "English", + "english_name": "English", + "data": { + "title": "", + "overview": "Following the death of District Attorney Harvey Dent, Batman assumes responsibility for Dent's crimes to protect the late attorney's reputation and is subsequently hunted by the Gotham City Police Department. Eight years later, Batman encounters the mysterious Selina Kyle and the villainous Bane, a new terrorist leader who overwhelms Gotham's finest. The Dark Knight resurfaces to protect a city that has branded him an enemy.", + "homepage": "http://www.thedarkknightrises.com/" + } + }, + { + "iso_3166_1": "DE", + "iso_639_1": "de", + "name": "Deutsch", + "english_name": "German", + "data": { + "title": "", + "overview": "Nach dem Tod des Staatsanwalts Harvey Dent alias Two-Face nahm Batman die Schuld von dessen Verbrechen auf sich, um seinen Ruf zu schützen. Daher wurde er von dem Gotham City Police Department gejagt und verließ die Stadt. Die Handlung des Films setzt acht Jahre nach den Ereignissen von The Dark Knight ein. Nachdem der bemerkbar gealterte Batman nach Gotham zurückkehrt, muss er die Wahrheit der geheimnisvollen Selina Kyle herausfinden und den Schurken Bane davon abhalten, Gotham zu zerstören", + "homepage": "http://www.The-Dark-Knight-Rises.de" + } + }, + { + "iso_3166_1": "RU", + "iso_639_1": "ru", + "name": "Pусский", + "english_name": "Russian", + "data": { + "title": "Тёмный рыцарь: Возрождение легенды", + "overview": "Восемь лет назад Бэтмен растворился в ночи, превратившись из героя в беглеца. Приняв на себя вину за смерть прокурора Харви Дента, Темный рыцарь пожертвовал всем. Вместе с комиссаром Гордоном они решили, что так будет лучше для всех. Пока преступность была раздавлена антикриминальным актом Дента, ложь действовала. Но с появлением хитрой воровки с загадочным прошлым всё меняется. Тем не менее, еще опаснее становится появление террориста Бэйна, чье лицо закрыто маской. Он разворачивает в Готэме чудовищную деятельность, вынуждая Брюса Уэйна выйти из импровизированного изгнания. Однако даже надев свой костюм, Бэтмен может проиграть Бэйну.", + "homepage": "" + } + }, + { + "iso_3166_1": "FR", + "iso_639_1": "fr", + "name": "Français", + "english_name": "French", + "data": { + "title": "", + "overview": "Afin que l'image de l'ex-procureur Harvey Dent reste un modèle du genre pour les citoyens de Gotham City, Batman a endossé les crimes de ce dernier et a été chassé de la ville par les autorités. Huit ans plus tard, alors que Gotham City est de nouveau sûre, le commissaire Gordon tombe sur un complot qui vise à détruire la ville de l'intérieur. Il fait appel à Batman. Ce dernier devra faire face à la mystérieuse Selina Kyle et à Bane, un adversaire mortel, qui veut mettre en pièce le symbole Batman.", + "homepage": "" + } + }, + { + "iso_3166_1": "TR", + "iso_639_1": "tr", + "name": "Türkçe", + "english_name": "Turkish", + "data": { + "title": "Kara Şövalye Yükseliyor", + "overview": "Terörist lider Bane, Gotham şehrinin güvenliğini tehlikeye atarken, Yarasa Adam efsanesini yok etmek için Kedikadın Selina Kyle'dan da yardımını almıştır. Christopher Nolan yorumlu Yarasa Adam efsanesinin sonu gelirken, başrol Bruce Wayne/Batman olarak yine Christian Bale'i, ezeli düşman Bane olarak Tom Hardy'yi, Selina Kyle rolünde Anne Hathaway'i ve John Blake olarak da Joseph Gordon-Levitt'i seyrediyoruz. Marion Cotillard, Morgan Freeman, Gary Oldman gibi isimler de kadronun ağır topları arasında...", + "homepage": "" + } + }, + { + "iso_3166_1": "IT", + "iso_639_1": "it", + "name": "Italiano", + "english_name": "Italian", + "data": { + "title": "Il cavaliere oscuro - Il ritorno", + "overview": "Sono passati otto anni da quando Batman è svanito nella notte, trasformandosi in un istante da eroe a fuggitivo. Prendendosi la colpa della morte del procuratore Harvey Dent, il Cavaliere oscuro ha sacrificato tutto per ciò che lui e il Commissario Gordon speravano fosse un bene superiore. Per un po’ di tempo la bugia ha funzionato e l’attività criminale di Gotham City è stata schiacciata dal peso della legge anti-criminale Dent Act. Ma tutto cambierà con l’arrivo di un’astuta ladra con un misterioso piano. Ma molto più pericoloso è l’arrivo di Bane, un terrorista mascherato i cui spietati piani per Gotham costringono Bruce a uscire dal suo esilio auto imposto. Ma anche se indossa di nuovo il mantello e il cappuccio, Batman potrebbe non essere così forte da fermare Bane.", + "homepage": "http://www.thedarkknightrises.com/" + } + }, + { + "iso_3166_1": "PT", + "iso_639_1": "pt", + "name": "Português", + "english_name": "Portuguese", + "data": { + "title": "Batman - O Cavaleiro das Trevas Renasce", + "overview": "Oito anos após a morte de Harvey Dent, Gotham City está em paz e não precisa mais de Batman. Por isso, Bruce Wayne torna-se um recluso na sua mansão. Um dia, em meio a uma festa, uma das empregadas rouba um colar de grande valor. Trata-se de Selina Kyle, uma habilidosa ladra que foge apesar de ser apanhada em flagrante por Bruce. Curioso em descobrir quem é ela, Bruce volta à caverna para usar os computadores que tanto lhe serviram quando vestia a capa do Homem-Morcego. Aos poucos começa a perceber indícios do surgimento de uma nova ameaça a Gotham City, personificada em Bane. É o suficiente para que volte a ser Batman, apesar dos problemas decorrentes de suas actividades como super-herói ao longo dos anos.", + "homepage": "http://www.batmanressurgeofilme.com.br/" + } + }, + { + "iso_3166_1": "SE", + "iso_639_1": "sv", + "name": "svenska", + "english_name": "Swedish", + "data": { + "title": "", + "overview": "Efter döden på åklagare Harvey Dent, tar Batman tar på sig skyldigheten för Dents brott för att skydda dennes anseende och jagas därefter av Gotham City Police Department. Åtta år senare återvänder nattens riddare (\"The Dark Knight\") till Gotham, där han möter den mystiska Selina Kyle och den skurkaktige Bane, en ny terrorist ledare som överväldigar \"The Dark Knight\", och han dyker upp igen för att skydda en stad som nu ser honom som sin fiende.", + "homepage": "http://www.thedarkknightrises.com" + } + }, + { + "iso_3166_1": "CZ", + "iso_639_1": "cs", + "name": "Český", + "english_name": "Czech", + "data": { + "title": "Temný rytíř povstal", + "overview": "Gotham se zmítá v temnotách nejistoty poté, co byl jeho maskovaný ochránce uznán vinným ze zločinů, které byly pro dobro lidu uloženy na jeho bedra. Nedůvěru v Batmana, a to co představuje, nahradila u většiny nenávist a pohrdání. Joker možná hnije v polstrované kobce v Arkhamu, ale s úsměvem. Lov na netopýřího muže je totiž v plném proudu a gothamské policejní složky pod vedením komisaře Jima Gordona (Gary Oldman) nejsou to jediné, co jde alteregu miliardáře Bruce Wayna (Christian Bale) po krku. Zdánlivě odnikud se vynořuje jakýsi Bane (Tom Hardy) a nocí se jako stín plíží tajemná kočičí žena Selina Kyle (Anne Hathaway).", + "homepage": "" + } + }, + { + "iso_3166_1": "FI", + "iso_639_1": "fi", + "name": "suomi", + "english_name": "Finnish", + "data": { + "title": "Yön ritarin paluu", + "overview": "On kulunut kahdeksan vuotta siitä kun Batman katosi pimeyden turvin, ja muuttui yhdessä yössä sankarista etsityksi rikolliseksi. Ottamalla syyn niskoilleen syyttäjä Harvey Dentin kuolemasta, Yön ritari uhrasi kaiken yhteisen hyvän puolesta. Valhe toimi jonkin aikaa, ja Gotham Cityn rikollisuus katosi rikollisuudenvastaisella Dent-lailla. Kaikki muuttuu, kun kaupunkiin saapuu kissamaisen juonitteleva murtovaras, jonka tavoitteet ovat hämärän peitossa. Naamioitu terroristi Bane osoittautuu kuitenkin vieläkin vaarallisemmaksi rikolliseksi, jonka häikäilemättömät suunnitelmat Gothamin tuhoksi pakottavat Bruce Waynen palaamaan takaisin kotiin vapaaehtoisesta maanpaostaan. Mutta vaikka hän vetää jälleen ylleen viittansa ja naamionsa, ei Batmanistäkään välttämättä ole vastusta Banelle.", + "homepage": "" + } + }, + { + "iso_3166_1": "IL", + "iso_639_1": "he", + "name": "עִבְרִית", + "english_name": "Hebrew", + "data": { + "title": "באטמן: עלייתו של האביר האפל", + "overview": "טרילוגיית האביר האפל מסתיים עם הסרט האחרון והסופי, ובו ברוס ויין, הלא הוא באטמן, מחליט לפרוש ולהשאיר את גותאם סיטי לאנשי החוק, ובראשם פקד גורדון. הופעתו של רוע חדש מאלץ אותו לחזור לפעילות ולהציל את העיר מכאוס, אולם הפעם המשימה קשה מתמיד.", + "homepage": "" + } + }, + { + "iso_3166_1": "DK", + "iso_639_1": "da", + "name": "Dansk", + "english_name": "Danish", + "data": { + "title": "The Dark Knight Rises", + "overview": "Gotham City trues af en ny fjende. Superskurken Bane har ambitioner om at gøre sit regnskab op med metropolen og tilintetgøre byen. Samtidig er Catwoman også på spil, så Bruce Wayne ifører sig igen superhelte-kostumet og slår sig sammen med politikommissær Gordon for at redde byen. Filmen er det afsluttende kapitel i Christopher Nolans trilogi med Christian Bale som den kappeklædte helt. Med skurken Bane har Batman fundet en modstander der matcher ham selv mere fysisk, hvilket ikke har været tilfældet med de tidligere skurke.", + "homepage": "" + } + }, + { + "iso_3166_1": "TH", + "iso_639_1": "th", + "name": "ภาษาไทย", + "english_name": "Thai", + "data": { + "title": "แบทแมน อัศวินรัตติกาลผงาด", + "overview": "เป็นเวลาถึง 8 ปีแล้วที่แบทแมนหายตัวไปในยามค่ำคืน พลิกจากมาดฮีโร่กลายเป็นผู้หลบหนีอย่างรวดเร็ว จนเป็นที่เข้าใจว่ายอมรับผิดในการตายของอัยการเขตฮาร์วีย์ เดนท์ อัศวินรัตติกาลยอมสละทุกสิ่ง เพื่อสิ่งที่เขาและผู้บัญชาการกอร์ดอนต่างหวังว่าจะดียิ่งขึ้น ระหว่างที่มีการโกหกนี้อาชญากรที่ก่อเหตุในเมืองก็อธแธมถูกปราบปรามภายใต้กฏหมายป้องกันอาชญากรรมเดนท์แอ็ค แต่ทุกอย่างจะเปลี่ยนแปลงไปเมื่อมีแมวขโมยเจ้าเล่ห์เผยโฉมพร้อมกับปฏิบัติการลับ ที่น่ากลัวไปกว่านั้นคือไม่ว่าเบนจะมีวิวัฒนาการขนาดไหน วายร้ายที่สวมหน้ากากไว้ก็มีแผนการป่วนก็อธแธม ซึ่งบีบให้บรูซต้องออกจากการปลีกตัว แต่ถึงแม้เบนจะกลับสวมผ้าคลุมและหน้ากากอีกครั้ง กลับดูเหมือนเขาไม่เหมาะกับการเป็นแบทแมนอีกต่อไป", + "homepage": "" + } + }, + { + "iso_3166_1": "CN", + "iso_639_1": "zh", + "name": "普通话", + "english_name": "Mandarin", + "data": { + "title": "蝙蝠侠:黑暗骑士崛起", + "overview": "  蝙蝠侠布鲁斯·韦恩(克里斯蒂安·贝尔 Christian Bale 饰)因背负谋杀哈维(艾伦·艾克哈特 Aaron Eckhart 饰)的罪名,被警方通缉,在哥谭市销声匿迹。八年间,哥谭市在戈登警长(加里·奥德曼 Gary Oldman 饰)的努力下有效地遏制了犯罪活动。然而,这看似平静的状态被恐怖分子贝恩(汤姆·哈迪 Tom Hardy 饰)的出现打破,他利用猫女(安妮·海瑟薇 Anne Hathaway 饰)使韦恩集团面临破财,布鲁斯被赶出董事会。为了保证集团投资的能源项目不被坏人利用,布鲁斯帮助米兰达(玛丽昂·歌迪亚 Marion Cotillard 饰)成为董事会主席。贝恩接下来一连串的精密计划使哥谭市陷入孤绝之境,毁灭之日指日可待。布鲁斯只能再次肩负起拯救哥谭的重任…", + "homepage": "" + } + }, + { + "iso_3166_1": "UA", + "iso_639_1": "uk", + "name": "Український", + "english_name": "Ukrainian", + "data": { + "title": "Темний Лицар повертається", + "overview": "Вісім років тому Бетмен розчинився в темряві, перетворившись з героя на втікача. Прийнявши на себе провину за смерть прокурора Харві Дента, Темний лицар пожертвував усім. З комісаром Гордоном вони вирішили, що так буде краще для всіх. Поки злочинність була розчавлена ​​антикримінальних актом Дента, брехня діяла. Та з появою хитрою лиходійки із загадковим минулим все змінюється.", + "homepage": "" + } + }, + { + "iso_3166_1": "HR", + "iso_639_1": "hr", + "name": "Hrvatski", + "english_name": "Croatian", + "data": { + "title": "Vitez tame: Povratak", + "overview": "Bruce Wayne je stariji, nakon osam godina izbivanja ni njegova fizička sprema nije onakva na kakvu smo navikli a negativac nikada nije bio brutalniji…. No, ipak Batman (Christian Bale) izlazi iz svoje jazbine i bori se za svoj grad jer zločinci su ovoga puta oštriji no ikada… Bane (Tom Hardy) i Catwoman (Anne Hathaway) poigrat će se s njegovim umom i iskušati sve njegove granice….", + "homepage": "" + } + }, + { + "iso_3166_1": "NO", + "iso_639_1": "nb", + "name": "Bokmål", + "english_name": "Norwegian Bokmål", + "data": { + "title": "", + "overview": "Det har gått mange år siden Batman tok på seg skylden for Harvey Dents forbrytelser. Sannheten om dette forblir hemmelig, overskygger totalt Batmans heltemodige fortid, og fører til at Bruce Wayne lever ensom og bitter i sin store herregård uten å vende tilbake til sitt mørke alter ego. Samtidig har terroristen Bane arbeidet i undergrunnen med en ondskapsfull og særdeles utspekulert plan for Gotham City. Bane og hans medhjelpere overrasker politiet i Gotham, og gjør en hel by til gissel i sitt farlige spill. Dette betyr at Batman igjen må forsvare den byen som ser på ham som en fiende.", + "homepage": "" + } + }, + { + "iso_3166_1": "NO", + "iso_639_1": "no", + "name": "Norsk", + "english_name": "Norwegian", + "data": { + "title": "", + "overview": "Etter å ha påtatt seg skylden for statsadvokat Harvey Dents dødsfall, forsvinner den vanærede Batman. Men Bruce Wayne tvinges tilbake fra sitt selvpålagte eksil når en utspekulert innbruddstyv og en nådeløs gærning, Bane, dukker opp. Han må nå kjempe den ultimate kampen på liv og død for Gotham City... og seg selv.", + "homepage": "" + } + }, + { + "iso_3166_1": "GR", + "iso_639_1": "el", + "name": "ελληνικά", + "english_name": "Greek", + "data": { + "title": "Ο Σκοτεινός Ιππότης: Η Επιστροφή", + "overview": "Μετά το θάνατο του Χάρβεϊ Ντεντ, ο Μπάτμαν παίρνει τη ευθύνη για τα εγκλήματα του Ντεντ με σκοπό να προστατεψει τη φήμη του Ντεντ. Έτσι η αστυνομία της Γκόθαμ Σίτι κυνηγάει τον Μπάτμαν. Οκτώ χρόνια μετά, ο Μπάτμαν επιστρέφει στη Γκόθαμ όπου πρέπει να ανακαλύψει την αλήθεια σχετικά με τη μυστηριώδη Σελίνα Κάιλ, ενώ πρέπει να σταματήσει τα σχέδια του κακού Μπέιν, ο οποίος θέλει να καταστρέψει την πόλη", + "homepage": "" + } + }, + { + "iso_3166_1": "KR", + "iso_639_1": "ko", + "name": "한국어/조선말", + "english_name": "Korean", + "data": { + "title": "다크 나이트 라이즈", + "overview": "배트맨이 조커와의 대결을 끝으로 세상에서 모습을 감춘 8년 후, 하비 덴트의 죽음에 대한 책임을 떠안은 배트맨은 모든 것을 희생하며 떠난다. 범죄방지 덴트법으로 인해 한동안 평화가 지속되던 고담시의 파멸을 예고하며 나타난 마스크를 쓴 잔인한 악당, 최강의 적 베인이 등장한다. 베인은 배트맨이 스스로 택한 유배 생활에 종지부를 찍게 하지만, 다시 돌아온 배트맨에게 베인은 만만한 상대가 아니다. 자신을 거부한 사람들의 고통을 지켜볼 것인가, 정의의 수호자로 나설 것인가. 배트맨은 승패를 알 수 없는 마지막 전투를 시작하려 하는데...", + "homepage": "" + } + }, + { + "iso_3166_1": "ID", + "iso_639_1": "id", + "name": "Bahasa indonesia", + "english_name": "Indonesian", + "data": { + "title": "", + "overview": "", + "homepage": "" + } + }, + { + "iso_3166_1": "JP", + "iso_639_1": "ja", + "name": "日本語", + "english_name": "Japanese", + "data": { + "title": "ダークナイト ライジング", + "overview": "8年前、ゴッサム・シティの希望のためバットマンは町を去り、その正体であるブルース・ウェインは今も隠遁生活を送る。新たに作られたデント法のもと、平和になったゴッサム・シティだが、そこへ凶暴な悪党ベインとその一味が現われ大混乱となる。ベインは実は同じ師匠を持つ、ブルースの兄弟子だった。執事アルフレッドに去られ、ベインの陰謀で財産を失いながらも、ブルースは再びバットマンとなってベインに立ち向かう。", + "homepage": "" + } + }, + { + "iso_3166_1": "BR", + "iso_639_1": "pt", + "name": "Português", + "english_name": "Portuguese", + "data": { + "title": "Batman: O Cavaleiro das Trevas Ressurge", + "overview": "Oito anos após a morte de Harvey Dent, a cidade de Gotham City está pacificada e não precisa mais do Batman. A situação faz com que Bruce Wayne (Christian Bale) se torne um homem recluso em sua mansão, convivendo apenas com o mordomo Alfred (Michael Caine). Um dia, em meio a uma festa realizada na Mansão Wayne, uma das garçonetes contratadas rouba um colar de grande valor sentimental. Trata-se de Selina Kyle (Anne Hathaway), uma esperta e habilidosa ladra que, apesar de flagrada por Bruce, consegue fugir. Curioso em descobrir quem é ela, Bruce retorna à caverna para usar os computadores que tanto lhe serviram quando vestia o manto do Homem-Morcego. Aos poucos começa a perceber indícios do surgimento de uma nova ameaça a Gotham City, personificada no brutamontes Bane (Tom Hardy). É o suficiente para que volte a ser o Batman, apesar dos problemas físicos decorrentes de suas atividades como super-herói ao longo dos anos.", + "homepage": "" + } + }, + { + "iso_3166_1": "VN", + "iso_639_1": "vi", + "name": "Tiếng Việt", + "english_name": "Vietnamese", + "data": { + "title": "", + "overview": "", + "homepage": "" + } + }, + { + "iso_3166_1": "RO", + "iso_639_1": "ro", + "name": "Română", + "english_name": "Romanian", + "data": { + "title": "Cavalerul negru: Legenda renaște", + "overview": "După moartea procurorului general Harvey Dent, Batman își asumă responsabilitatea pentru crimele lui Dent pentru a-i proteja reputația din urmă a procurorului și este vânat ulterior de departamentul de poliție al orașului Gotham. Opt ani mai târziu, Batman o întâlnește pe misterioasa Selina Kyle and și pe ticălosul Bane, un nou conducător terorist care-i copleșește pe cei mai buni din Gotham. Cavalerul negru iasă din nou la suprafață pentru proteja orașul care l-a catalogat drept inamic.", + "homepage": "" + } + }, + { + "iso_3166_1": "CA", + "iso_639_1": "fr", + "name": "Français", + "english_name": "French", + "data": { + "title": "L'ascension du chevalier noir", + "overview": "Huit ans après que la mort d'Harvey Dent eut forcé Batman à la retraite, un terroriste mystérieux prend en otage les habitants de Gotham City en coupant tout contact avec l'extérieur et en plaçant une bombe nucléaire au centre de la ville. Après une féroce bagarre contre Bane, Batman est sérieusement blessé. Alors que les habitants, menés par le Commissaire Gordon et un jeune policier nommé Blake, essaient de s'organiser, Bruce Wayne doit mieux comprendre son ennemi avant de l'affronter à nouveau. Dans sa quête, une voleuse se joint à lui.", + "homepage": "" + } + }, + { + "iso_3166_1": "TW", + "iso_639_1": "zh", + "name": "普通话", + "english_name": "Mandarin", + "data": { + "title": "黑暗騎士:黎明昇起", + "overview": "蝙蝠俠曾是邪惡高譚市正義的化身、人民的希望,但高譚市卻讓他落入黑暗深淵,他只能在暗夜裡潛伏,等待再起的契機。當瘋狂的末日化身班恩出現,高譚市逐步落入他的掌控,沒有人能知道他的企圖,沒有人能悟透他的想法,更沒有人能阻止他的瘋狂!而黑暗中的英雄─蝙蝠俠,該是時候挺身而出了。 然而,瘋狂班恩的計謀甚至比小丑還更具野心。小丑熱衷於世界混亂,但班恩卻是要帶來毀滅。面對高譚市完全陷入班恩的恐怖行動計畫之中,體力、戰力都已不如以往的蝙蝠俠竟也落入他的圈套,行蹤成謎…… 一張張遙望天空的落寞臉孔,期待著過去曾經帶給他們希望的黑暗騎士,盼望著即將熄滅的正義之火,能夠再次燃起,照亮高譚市陰暗的天空。只是,人們期待的英雄,真的能隨黎明升起嗎?", + "homepage": "" + } + }, + { + "iso_3166_1": "ES", + "iso_639_1": "ca", + "name": "Català", + "english_name": "Catalan", + "data": { + "title": "El cavaller fosc: la llegenda reneix", + "overview": "Vuit anys després de la desaparició de Batman, acusat públicament de la mort del fiscal Harvey Dent, l'activitat delictiva de Gotham City es manté baixa gràcies a la duresa de l'anomenada Llei Dent. Però les activitats d'una misteriosa lladre i l'aparició de Bane, un perillós terrorista emmascarat, obliguen el Cavaller Fosc a tornar a entrar en escena, malgrat ser un fugitiu de la justícia.", + "homepage": "" + } + }, + { + "iso_3166_1": "NL", + "iso_639_1": "nl", + "name": "Nederlands", + "english_name": "Dutch", + "data": { + "title": "", + "overview": "Het is acht jaar geleden dat Batman (Christian Bale) in de duisternis is verdwenen en van een held in een banneling is veranderd. Hij heeft de schuld van de dood van Harvey Dent op zich genomen en voor het grotere goed alles opgeofferd. Deze leugen heeft een tijd standgehouden, want onder het gewicht van de Dent Act, een antimisdaadwet, zijn de criminele activiteiten in Gotham City verpletterd. Maar alles verandert met de komst van een sluwe inbreekster met een mysterieuze agenda. Veel gevaarlijker echter is de opkomst van Bane (Tom Hardy), een gemaskerde terrorist die meedogenloze plannen heeft voor Gotham en Bruce Wayne dwingt om uit zijn zelfopgelegde ballingschap terug te keren. Maar zelfs als hij zijn cape opnieuw aantrekt, zou Batman wel eens geen partij voor Bane kunnen zijn.", + "homepage": "" + } + }, + { + "iso_3166_1": "ES", + "iso_639_1": "es", + "name": "Español", + "english_name": "Spanish", + "data": { + "title": "El caballero oscuro: La leyenda renace", + "overview": "Hace ocho años que Batman desapareció, dejando de ser un héroe para convertirse en un fugitivo. Al asumir la culpa por la muerte del fiscal del distrito Harvey Dent, el Caballero Oscuro decidió sacrificarlo todo por lo que consideraba, al igual que el Comisario Gordon, un bien mayor. La mentira funciona durante un tiempo, ya que la actividad criminal de la ciudad de Gotham se ve aplacada gracias a la dura Ley Dent. Pero todo cambia con la llegada de una astuta gata ladrona que pretende llevar a cabo un misterioso plan. Sin embargo, mucho más peligrosa es la aparición en escena de Bane, un terrorista enmascarado cuyos despiadados planes obligan a Bruce a regresar de su voluntario exilio.", + "homepage": "http://wwws.warnerbros.es/batman3/" + } + }, + { + "iso_3166_1": "BG", + "iso_639_1": "bg", + "name": "български език", + "english_name": "Bulgarian", + "data": { + "title": "Черният рицар: Възраждане", + "overview": "След смъртта на Харви Дент, Батман поема отговорността за престъпленията на Дент, за да защити неговата репутация и е затворен от полицията на Готам сити. Осем години след събитията в „Черният рицар” Батман ще трябва да се изправи лице в лице срещу злодея Бейн, чиято основна цел е да унищожи Готам.", + "homepage": "" + } + }, + { + "iso_3166_1": "SK", + "iso_639_1": "sk", + "name": "Slovenčina", + "english_name": "Slovak", + "data": { + "title": "Návrat temného rytiera", + "overview": "Gotham sa zmieta v temnotách neistoty potom, čo bol jeho maskovaný ochranca uznaný za vinného zo zločinu, ktoý bol pre dobro ľudu uložený na jeho bedrá. Nedôveru v Batmana a to čo predstavuje nahradila u väčšiny nenávisť a pohŕdanie. Joker možno hnije v v kobke v Arkhamu, ale s úsmevom na tvári. Lov na netopierieho muža je totiž v plnom prúde a gothamské policajné zložky pod vedením komisára Jima Gordona (Gary Oldman) nie sú to jediné čo ide alteregu miliardára Bruce Wayna (Christian Bale) po krku. Zdanlivo odnikadiaľ sa vynára akýsi Bane (Tom Hardy) a nocou sa plíži tajomná mačacia žena Selina Kyle (Anne Hathaway). Návrat temného rytiera je epické vyvrcholenie batmanovskej trilógie režiséra Christophera Nolana.", + "homepage": "" + } + }, + { + "iso_3166_1": "RS", + "iso_639_1": "sr", + "name": "Srpski", + "english_name": "Serbian", + "data": { + "title": "Успон мрачног витеза", + "overview": "Осам година након што је Бетмен преузео одговорност због злочина Дволичног, нови терористички лидер, Бејн, преузима контролу над најутицајнијим људима Готама. Мрачни витез је приморан да се врати како би заштитио град угрожен од непријатеља.", + "homepage": "" + } + }, + { + "iso_3166_1": "IR", + "iso_639_1": "fa", + "name": "فارسی", + "english_name": "Persian", + "data": { + "title": "شوالیه تاریکی برمی‌خیزد", + "overview": "هشت سال از حوادث پایان فیلم شوالیه تاریکی گذشته است. بروس وین (بتمن) اکنون مردی شکسته است که با خدمتکار وفادار خود به تنهایی روزگار را سپری می کند. مزدوری با نام بِین که از ارتش سایه ها اخراج شده است برای انتقامی ویران کننده به شهر گاتهام بازگشته است. اما انگیزه های واقعی او از بازگشت چیز دیگری است و اعمال خبیثانه او فقط به عنوان پوشش است و …", + "homepage": "" + } + }, + { + "iso_3166_1": "HU", + "iso_639_1": "hu", + "name": "Magyar", + "english_name": "Hungarian", + "data": { + "title": "A sötét lovag: Felemelkedés", + "overview": "Nyolc év telt el azóta, hogy egy szörnyű éjszakát követően Batman nyom nélkül eltűnt. Magára vállalta Harvey Dent államügyész minden vétkét, és a hősből üldözött bűnöző lett. Önfeláldozása azonban nem volt hiábavaló: a Dent-törvénynek köszönhetően Gotham békés várossá vált. Átmenetileg. A városban feltűnik egy macskajelmezes betörő, aki sötét titkokat rejteget; és megérkezik Bane is, a különös álarcot viselő, gátlástalan bűnöző. Bruce Wayne féltve őrzött magánya nem tarthat örökké, a városnak ismét szüksége van a Sötét Lovagra. Ám a köpönyeg és az álarc ellenére úgy tűnik, Bane legyőzhetetlen.", + "homepage": "" + } + }, + { + "iso_3166_1": "PL", + "iso_639_1": "pl", + "name": "Polski", + "english_name": "Polish", + "data": { + "title": "Mroczny Rycerz Powstaje", + "overview": "Po upływie ośmiu lat od wydarzeń z \"Mrocznego rycerza\" w Gotham panuje pokój. Dzięki Ustawie Denta udało się rozbić przestępczość zorganizowaną, a najgorszych złoczyńców osadzono w Blackgate. Mając świadomość, że stabilizacja oparta jest na kłamstwie, Bruce Wayne (Christian Bale) całkowicie wycofał się z życia publicznego. Teraz całe dnie spędza w swojej rezydencji, a Wayne Enterprises zaczyna podupadać. Uwagę Bruce'a wzbudza jednak Selina Kyle (Anne Hathaway), sprytna i bezczelna włamywaczka, działająca według własnego kodeksu. Ciąg wydarzeń z jej udziałem sprawia, że komisarz Jim Gordon (Gary Oldman) wpada na trop tajemniczego spisku i grupy najemników dowodzonych przez Bane'a (Tom Hardy), brutalnego terrorystę mającego powiązania z Ligą Cieni. Chcąc chronić miasto, Bruce decyduje się ponownie założyć kostium Batmana. Zagrożenie okazuje się jednak większe, niż ktokolwiek mógłby przypuszczać, a Mroczny Rycerz staje przed najtrudniejszym wyzwaniem w swoim życiu.", + "homepage": "" + } + }, + { + "iso_3166_1": "MX", + "iso_639_1": "es", + "name": "Español", + "english_name": "Spanish", + "data": { + "title": "Batman: El caballero de la noche asciende", + "overview": "Pasaron ocho años desde que Batman desapareció en la oscuridad de la noche, momento a partir del cual se transformó de héroe en fugitivo. Al asumir la culpa por la muerte del fiscal Harvey Dent, el caballero de la noche sacrificó todo por lo que él y el comisionado Gordon esperaban fuera el bien mayor. El engaño funcionó durante un tiempo, ya que se redujo dramáticamente el crimen en Gótica bajo el peso de la ley Dent. Sin embargo, todo cambiará con la llegada de una astuta criminal felina con un misterioso objetivo. Y más peligroso aún será el surgimiento de Bane, un terrorista enmascarado cuyo plan despiadado para Gótica obligará a Bruce a salir del exilio que él mismo se ha impuesto. Pero incluso si se pusiera la capa y la máscara nuevamente, Batman podría no estar a la altura de su oponente.", + "homepage": "" + } + }, + { + "iso_3166_1": "TW", + "iso_639_1": "tw", + "name": "", + "english_name": "Twi", + "data": { + "title": "", + "overview": "", + "homepage": "" + } + }, + { + "iso_3166_1": "LV", + "iso_639_1": "lv", + "name": "Latviešu", + "english_name": "Latvian", + "data": { + "title": "Tumšais bruņinieks atgriežas", + "overview": "", + "homepage": "" + } + }, + { + "iso_3166_1": "LT", + "iso_639_1": "lt", + "name": "Lietuvių", + "english_name": "Lithuanian", + "data": { + "title": "Tamsos riterio sugrįžimas", + "overview": "Praėjo aštuoneri metai nuo tada, kai Betmenas dingo tamsoje, iš didvyrio virtęs bėgliu. Dabar Tamsos riteris turi kautis su nauju nesustabdomu milžinišką fizinę ir intelektinę jėgą turinčiu priešu. Užsimaskavęs anarchistas planuoja triuškinančius užpuolimus, siekdamas ištraukti Betmeną iš priedangos. Pasiryžęs neapleisti žmonių, kuriuos jau kartą gindamas rizikavo gyvybe, Tamsos riteris pasirodo iš savanoriškos tremties, pasiryžęs vėl kautis. Du „Oskarus“ laimėjusi kino meistro Christopherio Nolano juosta pelnė neįtikėtiną žiūrovų palankumą.", + "homepage": "" + } + }, + { + "iso_3166_1": "HK", + "iso_639_1": "zh", + "name": "普通话", + "english_name": "Mandarin", + "data": { + "title": "蝙蝠俠—夜神起義", + "overview": "", + "homepage": "" + } + } + ] + }, + "similar": { + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/hqkIcbrOHL86UncnHIsHVcVmzue.jpg", + "genre_ids": [ + 18, + 28, + 80, + 53 + ], + "id": 155, + "original_language": "en", + "original_title": "The Dark Knight", + "overview": "Batman raises the stakes in his war on crime. With the help of Lt. Jim Gordon and District Attorney Harvey Dent, Batman sets out to dismantle the remaining criminal organizations that plague the streets. The partnership proves to be effective, but they soon find themselves prey to a reign of chaos unleashed by a rising criminal mastermind known to the terrified citizens of Gotham as the Joker.", + "poster_path": "/1hRoyzDtpgMU7Dz4JF22RANzQO7.jpg", + "release_date": "2008-07-16", + "title": "The Dark Knight", + "video": false, + "vote_average": 8.4, + "vote_count": 17585, + "popularity": 31.767 + }, + { + "adult": false, + "backdrop_path": "/65JWXDCAfwHhJKnDwRnEgVB411X.jpg", + "genre_ids": [ + 28, + 80, + 18 + ], + "id": 272, + "original_language": "en", + "original_title": "Batman Begins", + "overview": "Driven by tragedy, billionaire Bruce Wayne dedicates his life to uncovering and defeating the corruption that plagues his home, Gotham City. Unable to work within the system, he instead creates a new identity, a symbol of fear for the criminal underworld - The Batman.", + "poster_path": "/dr6x4GyyegBWtinPBzipY02J2lV.jpg", + "release_date": "2005-06-10", + "title": "Batman Begins", + "video": false, + "vote_average": 7.6, + "vote_count": 11276, + "popularity": 34.342 + }, + { + "adult": false, + "backdrop_path": "/vsjBeMPZtyB7yNsYY56XYxifaQZ.jpg", + "genre_ids": [ + 28, + 12, + 14 + ], + "id": 209112, + "original_language": "en", + "original_title": "Batman v Superman: Dawn of Justice", + "overview": "Fearing the actions of a god-like Super Hero left unchecked, Gotham City’s own formidable, forceful vigilante takes on Metropolis’s most revered, modern-day savior, while the world wrestles with what sort of hero it really needs. And with Batman and Superman at war with one another, a new threat quickly arises, putting mankind in greater danger than it’s ever known before.", + "poster_path": "/cGOPbv9wA5gEejkUN892JrveARt.jpg", + "release_date": "2016-03-23", + "title": "Batman v Superman: Dawn of Justice", + "video": false, + "vote_average": 5.8, + "vote_count": 11205, + "popularity": 36.243 + }, + { + "adult": false, + "backdrop_path": "/gulyiqtyuzFRJCnvNwD6Z786kQi.jpg", + "genre_ids": [ + 12, + 28, + 53, + 878 + ], + "id": 44912, + "original_language": "en", + "original_title": "Green Lantern", + "overview": "For centuries, a small but powerful force of warriors called the Green Lantern Corps has sworn to keep intergalactic order. Each Green Lantern wears a ring that grants him superpowers. But when a new enemy called Parallax threatens to destroy the balance of power in the Universe, their fate and the fate of Earth lie in the hands of the first human ever recruited.", + "poster_path": "/zUSEYp9G7Hk9GZIfbPoOiSHvwHV.jpg", + "release_date": "2011-06-16", + "title": "Green Lantern", + "video": false, + "vote_average": 5.1, + "vote_count": 3956, + "popularity": 18.184 + }, + { + "adult": false, + "backdrop_path": "/9FdCHAV2YzndUR7tYWIq8O9uvVv.jpg", + "genre_ids": [ + 16, + 28, + 18, + 878 + ], + "id": 487670, + "original_language": "en", + "original_title": "The Death of Superman", + "overview": "When a hulking monster arrives on Earth and begins a mindless rampage, the Justice League is quickly called in to stop it. But it soon becomes apparent that only Superman can stand against the monstrosity.", + "poster_path": "/7WfP5tdFPkkORuy92fBz7IuqsmT.jpg", + "release_date": "2018-07-03", + "title": "The Death of Superman", + "video": false, + "vote_average": 7.4, + "vote_count": 195, + "popularity": 18.251 + }, + { + "adult": false, + "backdrop_path": "/5pAGnkFYSsFJ99ZxDIYnhQbQFXs.jpg", + "genre_ids": [ + 28, + 18, + 878 + ], + "id": 263115, + "original_language": "en", + "original_title": "Logan", + "overview": "In the near future, a weary Logan cares for an ailing Professor X in a hideout on the Mexican border. But Logan's attempts to hide from the world and his legacy are upended when a young mutant arrives, pursued by dark forces.", + "poster_path": "/gGBu0hKw9BGddG8RkRAMX7B6NDB.jpg", + "release_date": "2017-02-28", + "title": "Logan", + "video": false, + "vote_average": 7.8, + "vote_count": 11376, + "popularity": 28.706 + }, + { + "adult": false, + "backdrop_path": "/fGuoOLZeM4elFV8CBcPCLMc1fwj.jpg", + "genre_ids": [ + 28, + 12, + 80 + ], + "id": 59859, + "original_language": "en", + "original_title": "Kick-Ass 2", + "overview": "After Kick-Ass’ insane bravery inspires a new wave of self-made masked crusaders, he joins a patrol led by the Colonel Stars and Stripes. When these amateur superheroes are hunted down by Red Mist — reborn as The Mother Fucker — only the blade-wielding Hit-Girl can prevent their annihilation.", + "poster_path": "/pmdvrKYRdw7QxkLDaJzr6xMEqEZ.jpg", + "release_date": "2013-07-17", + "title": "Kick-Ass 2", + "video": false, + "vote_average": 6.4, + "vote_count": 3487, + "popularity": 15.239 + }, + { + "adult": false, + "backdrop_path": "/nS0rEXPbkHI449SF6R4WUQvTVxE.jpg", + "genre_ids": [ + 28, + 12, + 878 + ], + "id": 1924, + "original_language": "en", + "original_title": "Superman", + "overview": "Mild-mannered Clark Kent works as a reporter at the Daily Planet alongside his crush, Lois Lane. Clark must summon his superhero alter-ego when the nefarious Lex Luthor launches a plan to take over the world.", + "poster_path": "/n2DOECThGG7h7m5AjLi2Nuh23u1.jpg", + "release_date": "1978-12-13", + "title": "Superman", + "video": false, + "vote_average": 7.0, + "vote_count": 1684, + "popularity": 18.377 + }, + { + "adult": false, + "backdrop_path": "/wNIE5dpkiHU2csDRptMutFjAGiV.jpg", + "genre_ids": [ + 28, + 14 + ], + "id": 364, + "original_language": "en", + "original_title": "Batman Returns", + "overview": "Having defeated the Joker, Batman now faces the Penguin - a warped and deformed individual who is intent on being accepted into Gotham society. Crooked businessman Max Schreck is coerced into helping him become Mayor of Gotham and they both attempt to expose Batman in a different light. Selina Kyle, Max's secretary, is thrown from the top of a building and is transformed into Catwoman - a mysterious figure who has the same personality disorder as Batman. Batman must attempt to clear his name, all the time deciding just what must be done with the Catwoman.", + "poster_path": "/jX5THE1yW3zTdeD9dupcIyQvKiG.jpg", + "release_date": "1992-06-19", + "title": "Batman Returns", + "video": false, + "vote_average": 6.8, + "vote_count": 2900, + "popularity": 17.071 + }, + { + "id": 141052, + "video": false, + "vote_count": 6699, + "vote_average": 6.2, + "title": "Justice League", + "release_date": "2017-11-15", + "original_language": "en", + "original_title": "Justice League", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/o5T8rZxoWSBMYwjsUFUqTt6uMQB.jpg", + "adult": false, + "overview": "Fuelled by his restored faith in humanity and inspired by Superman's selfless act, Bruce Wayne and Diana Prince assemble a team of metahumans consisting of Barry Allen, Arthur Curry and Victor Stone to face the catastrophic threat of Steppenwolf and the Parademons who are on the hunt for three Mother Boxes on Earth.", + "poster_path": "/eifGNCSDuxJeS1loAXil5bIGgvC.jpg", + "popularity": 42.779 + }, + { + "adult": false, + "backdrop_path": "/jYLh4mdOqkt30i7LTFs3o02UcGF.jpg", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "id": 49521, + "original_language": "en", + "original_title": "Man of Steel", + "overview": "A young boy learns that he has extraordinary powers and is not of this earth. As a young man, he journeys to discover where he came from and what he was sent here to do. But the hero in him must emerge if he is to save the world from annihilation and become the symbol of hope for all mankind.", + "poster_path": "/xWlaTLnD8NJMTT9PGOD9z5re1SL.jpg", + "release_date": "2013-06-12", + "title": "Man of Steel", + "video": false, + "vote_average": 6.5, + "vote_count": 9161, + "popularity": 26.547 + }, + { + "adult": false, + "backdrop_path": "/OqCXGt5nl1cHPeotxCDvXLLe6p.jpg", + "genre_ids": [ + 28, + 12, + 35, + 14, + 878 + ], + "id": 98566, + "original_language": "en", + "original_title": "Teenage Mutant Ninja Turtles", + "overview": "The city needs heroes. Darkness has settled over New York City as Shredder and his evil Foot Clan have an iron grip on everything from the police to the politicians. The future is grim until four unlikely outcast brothers rise from the sewers and discover their destiny as Teenage Mutant Ninja Turtles. The Turtles must work with fearless reporter April and her wise-cracking cameraman Vern Fenwick to save the city and unravel Shredder's diabolical plan.", + "poster_path": "/oDL2ryJ0sV2bmjgshVgJb3qzvwp.jpg", + "release_date": "2014-08-07", + "title": "Teenage Mutant Ninja Turtles", + "video": false, + "vote_average": 5.8, + "vote_count": 3964, + "popularity": 15.727 + }, + { + "adult": false, + "backdrop_path": "/6iUNJZymJBMXXriQyFZfLAKnjO6.jpg", + "genre_ids": [ + 28, + 12, + 14, + 10752 + ], + "id": 297762, + "original_language": "en", + "original_title": "Wonder Woman", + "overview": "An Amazon princess comes to the world of Man in the grips of the First World War to confront the forces of evil and bring an end to human conflict.", + "poster_path": "/imekS7f1OuHyUP2LAiTEM0zBzUz.jpg", + "release_date": "2017-05-30", + "title": "Wonder Woman", + "video": false, + "vote_average": 7.3, + "vote_count": 11454, + "popularity": 25.978 + }, + { + "adult": false, + "backdrop_path": "/hkguTOGQ4MkjHyd5g4rR6i4MDck.jpg", + "genre_ids": [ + 28, + 16, + 9648 + ], + "id": 40662, + "original_language": "en", + "original_title": "Batman: Under the Red Hood", + "overview": "Batman faces his ultimate challenge as the mysterious Red Hood takes Gotham City by firestorm. One part vigilante, one part criminal kingpin, Red Hood begins cleaning up Gotham with the efficiency of Batman, but without following the same ethical code.", + "poster_path": "/78kjgspmLLOm2Glgpzqo9cS4GpI.jpg", + "release_date": "2010-07-27", + "title": "Batman: Under the Red Hood", + "video": false, + "vote_average": 7.7, + "vote_count": 710, + "popularity": 10.499 + }, + { + "adult": false, + "backdrop_path": "/rI67zGyNZKa7ef8iiZN1lSJT7mp.jpg", + "genre_ids": [ + 28, + 80, + 14 + ], + "id": 414, + "original_language": "en", + "original_title": "Batman Forever", + "overview": "The Dark Knight of Gotham City confronts a dastardly duo: Two-Face and the Riddler. Formerly District Attorney Harvey Dent, Two-Face believes Batman caused the courtroom accident which left him disfigured on one side. And Edward Nygma, computer-genius and former employee of millionaire Bruce Wayne, is out to get the philanthropist; as The Riddler. Former circus acrobat Dick Grayson, his family killed by Two-Face, becomes Wayne's ward and Batman's new partner Robin.", + "poster_path": "/eTMrHEhlFPHNxpqGwpGGTdAa0xV.jpg", + "release_date": "1995-06-16", + "title": "Batman Forever", + "video": false, + "vote_average": 5.3, + "vote_count": 2523, + "popularity": 13.056 + }, + { + "adult": false, + "backdrop_path": "/uAVdwu4vEx0TwuC4ewp9RqplKEV.jpg", + "genre_ids": [ + 12, + 14, + 28, + 878 + ], + "id": 1452, + "original_language": "en", + "original_title": "Superman Returns", + "overview": "Superman returns to discover his 5-year absence has allowed Lex Luthor to walk free, and that those he was closest to felt abandoned and have moved on. Luthor plots his ultimate revenge that could see millions killed and change the face of the planet forever, as well as ridding himself of the Man of Steel.", + "poster_path": "/e3aLTaD5ppxo3en0GAGceekEPAe.jpg", + "release_date": "2006-06-28", + "title": "Superman Returns", + "video": false, + "vote_average": 5.5, + "vote_count": 2162, + "popularity": 13.969 + }, + { + "adult": false, + "backdrop_path": "/iYrE2zV1DfZ3l7Lh4frHzNwFncq.jpg", + "genre_ids": [ + 28, + 16, + 80, + 18 + ], + "id": 382322, + "original_language": "en", + "original_title": "Batman: The Killing Joke", + "overview": "As Batman hunts for the escaped Joker, the Clown Prince of Crime attacks the Gordon family to prove a diabolical point mirroring his own fall into madness.", + "poster_path": "/zm0ODjtfJfJW0W269LqsQl5OhJ8.jpg", + "release_date": "2016-07-21", + "title": "Batman: The Killing Joke", + "video": false, + "vote_average": 6.3, + "vote_count": 792, + "popularity": 7.512 + }, + { + "adult": false, + "backdrop_path": "/1d0bPDy0Ud7g7vZ5qnKI6HsduLE.jpg", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "id": 8536, + "original_language": "en", + "original_title": "Superman II", + "overview": "Three escaped criminals from the planet Krypton test the Man of Steel's mettle. Led by Gen. Zod, the Kryptonians take control of the White House and partner with Lex Luthor to destroy Superman and rule the world. But Superman, who attempts to make himself human in order to get closer to Lois, realizes he has a responsibility to save the planet.", + "poster_path": "/uvxjXSfph2FD07A2jBG9NHJnl27.jpg", + "release_date": "1980-12-04", + "title": "Superman II", + "video": false, + "vote_average": 6.6, + "vote_count": 1010, + "popularity": 12.947 + }, + { + "adult": false, + "backdrop_path": "/hAhMOPPPxzCKsCu5rUMYdwS8Yb5.jpg", + "genre_ids": [ + 28, + 12, + 16, + 80, + 9648, + 878 + ], + "id": 69735, + "original_language": "en", + "original_title": "Batman: Year One", + "overview": "Two men come to Gotham City: Bruce Wayne after years abroad feeding his lifelong obsession for justice and Jim Gordon after being too honest a cop with the wrong people elsewhere. After learning painful lessons about the city's corruption on its streets and police department respectively, this pair learn how to fight back their own way. With that, Gotham's evildoers from top to bottom are terrorized by the mysterious Batman and the equally heroic Gordon is assigned to catch him by comrades who both hate and fear him themselves. In the ensuing manhunt, both find much in common as the seeds of an unexpected friendship are laid with additional friends and rivals helping to start the legend.", + "poster_path": "/bI1YVuhBN6Vws1GP9Mf01DyhC2s.jpg", + "release_date": "2011-09-27", + "title": "Batman: Year One", + "video": false, + "vote_average": 7.2, + "vote_count": 386, + "popularity": 6.964 + }, + { + "adult": false, + "backdrop_path": "/ujAY1ad7yS2TfV0GDNGUZ7DK0mo.jpg", + "genre_ids": [ + 28, + 12, + 14 + ], + "id": 1930, + "original_language": "en", + "original_title": "The Amazing Spider-Man", + "overview": "Peter Parker is an outcast high schooler abandoned by his parents as a boy, leaving him to be raised by his Uncle Ben and Aunt May. Like most teenagers, Peter is trying to figure out who he is and how he got to be the person he is today. As Peter discovers a mysterious briefcase that belonged to his father, he begins a quest to understand his parents' disappearance – leading him directly to Oscorp and the lab of Dr. Curt Connors, his father's former partner. As Spider-Man is set on a collision course with Connors' alter ego, The Lizard, Peter will make life-altering choices to use his powers and shape his destiny to become a hero.", + "poster_path": "/eA2D86Y6VPWuUzZyatiLBwpTilQ.jpg", + "release_date": "2012-06-27", + "title": "The Amazing Spider-Man", + "video": false, + "vote_average": 6.5, + "vote_count": 9743, + "popularity": 23.703 + } + ], + "total_pages": 16, + "total_results": 310 + }, + "reviews": { + "page": 1, + "results": [ + { + "author": "Travis Bell", + "content": "I felt like this was a tremendous end to Nolan's Batman trilogy. The Dark Knight Rises may very well have been the weakest of all 3 films but when you're talking about a scale of this magnitude, it still makes this one of the best movies I've seen in the past few years.\r\n\r\nI expected a little more _Batman_ than we got (especially with a runtime of 2:45) but while the story around the fall of Bruce Wayne and Gotham City was good I didn't find it amazing. This might be in fact, one of my only criticisms—it was a long movie but still, maybe too short for the story I felt was really being told. I feel confident in saying this big of a story could have been split into two movies.\r\n\r\nThe acting, editing, pacing, soundtrack and overall theme were the same 'as-close-to-perfect' as ever with any of Christopher Nolan's other films. Man does this guy know how to make a movie!\r\n\r\nYou don't have to be a Batman fan to enjoy these movies and I hope any of you who feel this way re-consider. These 3 movies are without a doubt in my mind, the finest display of comic mythology ever told on the big screen. They are damn near perfect.", + "id": "5010553819c2952d1b000451", + "url": "https://www.themoviedb.org/review/5010553819c2952d1b000451" + }, + { + "author": "Chris", + "content": "I personally thought this film is on par if not better than the Dark Knight.\r\n\r\nWhilst some think the film is too long for the story I didn't find this. The length of the film is longer than some (but doesn't feel it), I liked that the film took it's time rather than shoving more elements in it - I think this contributed to the dramatic ending (much like a classical piece of music will be relaxed and calm before the final crescendo).\r\n\r\nAt the end of the day whether you like this film will boil down to if you like films Christopher Nolan has directed and/or you like the Christopher Nolan Batman series so far.\r\n\r\nStupendously good film in my opinion.", + "id": "5013bc76760ee372cb00253e", + "url": "https://www.themoviedb.org/review/5013bc76760ee372cb00253e" + }, + { + "author": "GeekMasher", + "content": "The Dark Knight Rises is one of the best movies to come out in 2012. The story compels you to watch it time and time again. It also has I of, I my opinion, the best bad guys in any movie, Bane! Batman was well played as all ways and the cast where well selected. I think this movie is the best batman to see the light of day or the darkest nights (pun intended).", + "id": "51429a7519c29552e10eba16", + "url": "https://www.themoviedb.org/review/51429a7519c29552e10eba16" + }, + { + "author": "Im_Infinity", + "content": "No doubt that the movie is one of the best movies of this era.\r\nThe film doesn't lack in whatever it try to do.It has Simple narration with extraordinary Direction,Acting,Music,Cinematography and a lot of qualities.\r\nChristian Bale is supremely entertaining for sure.\r\nThe person behind the scenes is actually the real core creater of the film yes! The Director Christopher Nolan ❤ .\r\nThe film ofcorse completes with philosophical quality loaded with Lots of Sacrifices.\r\nThis one is the one you surely can't afford to miss.\r\nGo watch The Dark Knight.Go now.", + "id": "56b9e195c3a3681e6d0023b1", + "url": "https://www.themoviedb.org/review/56b9e195c3a3681e6d0023b1" + }, + { + "author": "talisencrw", + "content": "While it's clearly not as superlative as its famous predecessor, it's simply because of both Heath Ledger's outstanding and Oscar-winning performance, and the character of the Joker's etching in our collective unconscious as the greatest comic-book villain ever created (with Lex Luthor a very distant second place). This is still a masterwork, and is an excellent coda to the finest filmic trilogy ever made. As great as Christopher Nolan is as a director, and as fine a film as 'Interstellar' is, I really don't know if he'll ever be able to top his work here, on these three films. But I, for one, am certainly looking forward to finding out...", + "id": "57463d409251415e6c000310", + "url": "https://www.themoviedb.org/review/57463d409251415e6c000310" + }, + { + "author": "DoryDarko", + "content": "So here we have it. The end of a trilogy, the end of an era of the universe of Batman through the eyes of Christopher Nolan. And baby, it goes out with a bang...\r\n\r\nGoing into the theatre tonight I actually wasn't sure what I was up for. I loved Batman Begins, but I didn't actually care that much for The Dark Knight. So the big question was, will TDKR actually be more like the first or the second film? The answer is: neither.\r\n\r\nThis third instalment of the Nolan-franchise carries its weight all on its own merits. Despite the lack of any kind of intro or opening credits, there actually is plenty of build-up (partly thanks to the insane opening scene). The foundation for a proper, action-packed story is laid down perfectly, explaining things just enough whilst keeping the viewer intrigued to find out more. But if you thought that Nolan couldn't surpass his previous work, you will be pleasantly deceived.\r\n\r\nChristian Bale as Batman is terrific. Never before was a superhero so human, so vulnerable. As his mask of intangibility and anonymity slowly starts to crumble, this is a man who questions his reasons to keep being who he is, and he must figure it out before it is too late. Because somebody’s preparing to take him and Gotham down, and he might just be too strong for the Batman...\r\n\r\nThis somebody is a character called Bane. As a character, an actor and a performance it must be incredibly hard to follow Heath Ledger's The Joker, which was easily one of the greatest villains to ever appear on the silver screen. But tonight, Tom Hardy took a swing for the fence... and made it. His performance is thrilling and actually frightening, in the sense that you don't just *know* you're supposed to be afraid of this character, you actually FEEL it. He instils a feeling of horror and discomfort that is not rivalled by many other film villains. What I actually liked about his character the most is the fact that unlike Scarecrow, who grew into being a villain, and the Joker, who was just a raving maniac, Bane was actually (literally) born from evil. Born in hell, as it is said in the film. This is not a man, this is a creature. A living, breathing manifestation of evil that cannot be reasoned or negotiated with. Hardy's performance is masterful. Since his creepy mask is never removed, he, like only a few actors before him, must act without the use of any facial expressions, making his voice is main tool. His manner of speech (and the sound of it through his mask) is enough to send chills down your spine. This is more than just a another villain from a superhero flick, this is a character that just got torpedoed into the top 10 of the greatest antagonists in the history of film. Now I realise that's a bold statement to make, but you just go and watch TDKR and prove me wrong.\r\n\r\nI would say a slight downside to this film is the overflow of characters, both new and old. Aside from the already familiar characters, three new major ones are introduced. And there are also many characters running along in the margin which may seem not important enough to pay attention to, but actually they are so you need to stay focused.\r\n\r\nI understand the character of Joseph Gordon-Levitt, Blake, was written in specifically for him because Nolan wanted him in it. And although as a character he works just fine, it does feel like it was at the expense of Gary Oldman. As a cop, Levitt does everything that Oldman's character could've done, but he spends most of his screen time in the hospital, almost like they wanted to get him out of the way, and that's really too bad.\r\n\r\nNow, I was extremely excited to see what Nolan had done with Catwoman, because she is one of my favourite film characters. When I heard that she would be played by Anne Hathaway, I had my doubts. I thought she was just way too sweet to pull this off. But I must say, Ms Hathaway did a pretty good job. She is actually much more sly and devious than I thought she could be. The Nolan brothers, on the other hand, disappointed me here. Catwoman isn't really Catwoman, she's just a sexy girl in a spandex suit who can kick your ass. Her movements aren't even typically cat-like... So that was a bit of a letdown.\r\n\r\nI would also like to make a note on Michael Caine. I think his performance here was so much deeper and more character-driven than the other two films. In fact, there is one scene in particular, where he confesses something to Bruce, that almost moved me to tears. And this is actually TDKR’s greatest strength; unlike the other two films, this one deals much more with actual human emotions, it gives us an insight into what actually drives these characters, both heroes and villains alike. \r\n\r\nAs much as I would love to, the word-limit restricts me from elaborating more on the characters, so I'll just move on to the technical stuff. And in that department, actually pretty much everything was perfect. The pacing was very well balanced, and during those 2 ½ hours I didn't get bored once. Great action scenes alternate with more quiet moments, and the special effects are absolutely awesome. Hans Zimmer once again delivered a terrific score and there was some high quality dialogue. Also in store: a couple of great plot twists and two very cool cameos... There are a few plot holes, but everything else easily makes up for it. \r\n\r\nI highly recommend The Dark Knight Rises. It is a worthy conclusion to the trilogy, and it far exceeded my expectations.\r\n_(July 2012)_", + "id": "58ac509892514158bc0151ca", + "url": "https://www.themoviedb.org/review/58ac509892514158bc0151ca" + }, + { + "author": "Per Gunnar Jonsson", + "content": "Batman was one of my childhood heroes from the Comic magazines even though the Swedish plonkers, in their infinite stupidity, had renamed him to something as ridiculous “Läderlappen” which basically translates into “patch of leather”.\r\n\r\nThus, when Christopher Nolan brought us Batman Begins and steered away from the ridiculous comic shows that the previous batman movies (except the first one) had turned into I was thrilled. Unfortunately I was equally disappointed with this one.\r\n\r\nI think the title of the movie is quite misleading since Batman isn’t exactly rising at all but rather sinking. If this would have been a movie about some other “guy” it would probably have been excellent but it isn’t. It’s about Batman and as such I had expected him to be the hero going around beating up the bad guys.\r\n\r\nInstead the movie starts downright boring with Batman having dug himself down into a swamp of melancholy and closed himself off from the world. When he finally starts to appear again he gets pretty much beaten at every turn not to mention conned out of the Wayne fortune. What the f… is that? It isn’t until the end that he starts to be the real Batman and even then it’s not very exciting.\r\n\r\nActually Batman, as in Batman and not Wayne, is not really in the movie for a good chunk of the time and the real hero in this movie is really the young cop and he sure isn’t a particularly good substitute for the superhero Batman that I was expecting to watch.\r\n\r\nI was struggling with what to give this movie but in the end, since I probably would have thought it to be a good movie if it had not been labelled as a Batman movie, I gave it 5 out 10 stars. At least the special effects where quite okay.", + "id": "5a851c500e0a2640110241d9", + "url": "https://www.themoviedb.org/review/5a851c500e0a2640110241d9" + } + ], + "total_pages": 1, + "total_results": 7 + }, + "lists": { + "page": 1, + "results": [ + { + "description": "", + "favorite_count": 0, + "id": 102994, + "item_count": 657, + "iso_639_1": "en", + "list_type": "movie", + "name": "Best Movies Ever Made On The Planet", + "poster_path": null + }, + { + "description": "Filmer som är sedda på bio någon gång.", + "favorite_count": 0, + "id": 14776, + "item_count": 1755, + "iso_639_1": "sv", + "list_type": "movie", + "name": "Filmer sedda på bio.", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 19829, + "item_count": 1168, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movies about everything...", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 103850, + "item_count": 274, + "iso_639_1": "en", + "list_type": "movie", + "name": "Films visionnés", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 16905, + "item_count": 55, + "iso_639_1": "en", + "list_type": "movie", + "name": "Others", + "poster_path": null + }, + { + "description": "Completed", + "favorite_count": 0, + "id": 58462, + "item_count": 832, + "iso_639_1": "es", + "list_type": "movie", + "name": "Movies Completed", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 80482, + "item_count": 669, + "iso_639_1": "de", + "list_type": "movie", + "name": "Filme", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 102728, + "item_count": 896, + "iso_639_1": "en", + "list_type": "movie", + "name": "Movie", + "poster_path": null + }, + { + "description": "watched movies - a personal reminder", + "favorite_count": 0, + "id": 47953, + "item_count": 863, + "iso_639_1": "it", + "list_type": "movie", + "name": "Memento - movies", + "poster_path": null + }, + { + "description": "watched movies", + "favorite_count": 0, + "id": 44662, + "item_count": 997, + "iso_639_1": "ar", + "list_type": "movie", + "name": "Watched", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 84598, + "item_count": 267, + "iso_639_1": "sv", + "list_type": "movie", + "name": "Filmer på Engelska ", + "poster_path": null + }, + { + "description": "I'm trying to list all the movies I've ever watched", + "favorite_count": 0, + "id": 70156, + "item_count": 468, + "iso_639_1": "de", + "list_type": "movie", + "name": "seen", + "poster_path": null + }, + { + "description": "Movies I have seen!", + "favorite_count": 0, + "id": 35362, + "item_count": 2560, + "iso_639_1": "en", + "list_type": "movie", + "name": "All My Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 93951, + "item_count": 38, + "iso_639_1": "en", + "list_type": "movie", + "name": "Tom Hardy Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 48026, + "item_count": 85, + "iso_639_1": "en", + "list_type": "movie", + "name": "Superheroes & Villains", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 94805, + "item_count": 135, + "iso_639_1": "en", + "list_type": "movie", + "name": "DC Movies", + "poster_path": null + }, + { + "description": "", + "favorite_count": 0, + "id": 79155, + "item_count": 1155, + "iso_639_1": "en", + "list_type": "movie", + "name": "Digital Movie Collection", + "poster_path": null + }, + { + "description": "my collection", + "favorite_count": 0, + "id": 35027, + "item_count": 1192, + "iso_639_1": "en", + "list_type": "movie", + "name": "dvd", + "poster_path": null + }, + { + "description": "Master List In Progress", + "favorite_count": 0, + "id": 51108, + "item_count": 3465, + "iso_639_1": "en", + "list_type": "movie", + "name": "My Movies", + "poster_path": null + }, + { + "description": "Filmes e/ou series ja assistidos", + "favorite_count": 0, + "id": 78949, + "item_count": 1099, + "iso_639_1": "pt", + "list_type": "movie", + "name": "Assistido", + "poster_path": null + } + ], + "total_pages": 52, + "total_results": 1023 + }, + "changes": { + "changes": [] + }, + "release_dates": { + "results": [ + { + "iso_3166_1": "KR", + "release_dates": [ + { + "certification": "15세 이상 관람가", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-19T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2013-07-25T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "AT", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-27T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "GR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-08-21T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "ZA", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-27T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "LT", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-27T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "FR", + "release_dates": [ + { + "certification": "10", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-24T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "LV", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-27T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-27T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "UA", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-26T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SI", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-26T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "TH", + "release_dates": [ + { + "certification": "ท", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-19T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "JP", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-27T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "RU", + "release_dates": [ + { + "certification": "16+", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-26T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "HU", + "release_dates": [ + { + "certification": "16 éven aluliak számára nem ajánlott", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-26T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BR", + "release_dates": [ + { + "certification": "12", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-27T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "GE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-26T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "KH", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-26T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "LB", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-08-16T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CH", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-26T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-25T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "RO", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-20T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IL", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-20T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PL", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-27T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-20T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "ES", + "release_dates": [ + { + "certification": "12", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-20T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CA", + "release_dates": [ + { + "certification": "PG", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-20T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "HK", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-19T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PY", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-27T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "MY", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-19T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "AU", + "release_dates": [ + { + "certification": "M", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-19T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "GB", + "release_dates": [ + { + "certification": "12A", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-16T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CL", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-26T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "VN", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-27T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "AR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-26T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NL", + "release_dates": [ + { + "certification": "12", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-20T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "DK", + "release_dates": [ + { + "certification": "11", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-20T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "MX", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-27T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "ID", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-20T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IN", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-20T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "CZ", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-26T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SE", + "release_dates": [ + { + "certification": "15", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-25T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IS", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-25T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "SG", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-19T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "HR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-26T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "FI", + "release_dates": [ + { + "certification": "K-13", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-20T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BG", + "release_dates": [ + { + "certification": "C", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-27T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "DE", + "release_dates": [ + { + "certification": "12", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-25T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "TW", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-20T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "TR", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-27T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "IT", + "release_dates": [ + { + "certification": "T", + "iso_639_1": "", + "note": "", + "release_date": "2012-08-29T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "NZ", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-19T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "PT", + "release_dates": [ + { + "certification": "M/12", + "iso_639_1": "", + "note": "", + "release_date": "2012-08-02T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "US", + "release_dates": [ + { + "certification": "PG-13", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-20T00:00:00Z", + "type": 3 + } + ] + }, + { + "iso_3166_1": "BE", + "release_dates": [ + { + "certification": "", + "iso_639_1": "", + "note": "", + "release_date": "2012-07-25T00:00:00Z", + "type": 3 + } + ] + } + ] + }, + "external_ids": { + "imdb_id": "tt1345836", + "facebook_id": null, + "instagram_id": null, + "twitter_id": null + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:29.7782244Z", + "ReducedUri": "/3/movie/upcoming", + "RespData": { + "results": [ + { + "vote_count": 2938, + "id": 297802, + "video": false, + "vote_average": 6.9, + "title": "Aquaman", + "popularity": 331.431, + "poster_path": "/5Kg76ldv7VxeX9YlcQXiowHgdX6.jpg", + "original_language": "en", + "original_title": "Aquaman", + "genre_ids": [ + 28, + 14, + 878, + 12 + ], + "backdrop_path": "/7icgF1dgUJaCpnWV235eafXFznJ.jpg", + "adult": false, + "overview": "Arthur Curry learns that he is the heir to the underwater kingdom of Atlantis, and must step forward to lead his people and be a hero to the world.", + "release_date": "2018-12-07" + }, + { + "vote_count": 244, + "id": 503314, + "video": false, + "vote_average": 7.4, + "title": "Dragon Ball Super: Broly", + "popularity": 135.52, + "poster_path": "/f03YksE4NggUjG75toz4H1YAGRf.jpg", + "original_language": "ja", + "original_title": "ドラゴンボール超スーパー ブロリー", + "genre_ids": [ + 28, + 16, + 878 + ], + "backdrop_path": "/6OTRuxpwUUGbmCX3MKP25dOmo59.jpg", + "adult": false, + "overview": "Earth is peaceful following the Tournament of Power. Realizing that the universes still hold many more strong people yet to see, Goku spends all his days training to reach even greater heights. Then one day, Goku and Vegeta are faced by a Saiyan called 'Broly' who they've never seen before. The Saiyans were supposed to have been almost completely wiped out in the destruction of Planet Vegeta, so what's this one doing on Earth? This encounter between the three Saiyans who have followed completely different destinies turns into a stupendous battle, with even Frieza (back from Hell) getting caught up in the mix.", + "release_date": "2018-12-14" + }, + { + "vote_count": 52, + "id": 522681, + "video": false, + "vote_average": 7.1, + "title": "Escape Room", + "popularity": 114.258, + "poster_path": "/8yZAx7tlKRZIg7pJfaPhl00yHIQ.jpg", + "original_language": "en", + "original_title": "Escape Room", + "genre_ids": [ + 27, + 53, + 28 + ], + "backdrop_path": "/9cmrRktcAmhteKMNRl2hU6rQzLJ.jpg", + "adult": false, + "overview": "Six strangers find themselves in circumstances beyond their control, and must use their wits to survive.", + "release_date": "2019-01-03" + }, + { + "vote_count": 89, + "id": 166428, + "video": false, + "vote_average": 8.5, + "title": "How to Train Your Dragon: The Hidden World", + "popularity": 105.53, + "poster_path": "/ij0xoc13hGhrYIlXGGuPXWTh3vi.jpg", + "original_language": "en", + "original_title": "How to Train Your Dragon: The Hidden World", + "genre_ids": [ + 16, + 10751, + 12 + ], + "backdrop_path": "/xt1eGafwaY42gBvYCUqXQrjUVjw.jpg", + "adult": false, + "overview": "As Hiccup fulfills his dream of creating a peaceful dragon utopia, Toothless’ discovery of an untamed, elusive mate draws the Night Fury away. When danger mounts at home and Hiccup’s reign as village chief is tested, both dragon and rider must make impossible decisions to save their kind.", + "release_date": "2019-01-03" + }, + { + "vote_count": 1371, + "id": 369972, + "video": false, + "vote_average": 7.1, + "title": "First Man", + "popularity": 96.531, + "poster_path": "/i91mfvFcPPlaegcbOyjGgiWfZzh.jpg", + "original_language": "en", + "original_title": "First Man", + "genre_ids": [ + 36, + 18 + ], + "backdrop_path": "/z1FkoHO7bz40S4JiptWHSYoPpxq.jpg", + "adult": false, + "overview": "A look at the life of the astronaut, Neil Armstrong, and the legendary space mission that led him to become the first man to walk on the Moon on July 20, 1969.", + "release_date": "2018-10-11" + }, + { + "vote_count": 692, + "id": 400650, + "video": false, + "vote_average": 6.8, + "title": "Mary Poppins Returns", + "popularity": 96.241, + "poster_path": "/uTVGku4LibMGyKgQvjBtv3OYfAX.jpg", + "original_language": "en", + "original_title": "Mary Poppins Returns", + "genre_ids": [ + 14, + 10751, + 35 + ], + "backdrop_path": "/cwiJQXezWz876K3jS57Sq56RYCZ.jpg", + "adult": false, + "overview": "In Depression-era London, a now-grown Jane and Michael Banks, along with Michael's three children, are visited by the enigmatic Mary Poppins following a personal loss. Through her unique magical skills, and with the aid of her friend Jack, she helps the family rediscover the joy and wonder missing in their lives.", + "release_date": "2018-12-19" + }, + { + "vote_count": 56, + "id": 503616, + "video": false, + "vote_average": 6.5, + "title": "Second Act", + "popularity": 81.75, + "poster_path": "/maUMIZVGs8g1hYtq4dQ9Lg9FtVF.jpg", + "original_language": "en", + "original_title": "Second Act", + "genre_ids": [ + 10749, + 35 + ], + "backdrop_path": "/gZ1n5lvEWLTQgmVbeKHyfIUrqgx.jpg", + "adult": false, + "overview": "Maya, a 40-year-old woman struggling with frustrations from unfulfilled dreams. Until that is, she gets the chance to prove to Madison Avenue that street smarts are as valuable as book smarts, and that it is never too late for a second act.", + "release_date": "2018-11-22" + }, + { + "vote_count": 934, + "id": 404368, + "video": false, + "vote_average": 7.4, + "title": "Ralph Breaks the Internet", + "popularity": 77.598, + "poster_path": "/lDroo0e4Pr33c1Y4LWr7f4IE8f2.jpg", + "original_language": "en", + "original_title": "Ralph Breaks the Internet", + "genre_ids": [ + 10751, + 16, + 35, + 14 + ], + "backdrop_path": "/88poTBTafMXaz73vYi3c74g0y2k.jpg", + "adult": false, + "overview": "Six years after the events of \"Wreck-It Ralph,\" Ralph and Vanellope, now friends, discover a wi-fi router in their arcade, leading them into a new adventure.", + "release_date": "2018-11-20" + }, + { + "vote_count": 277, + "id": 429197, + "video": false, + "vote_average": 7.2, + "title": "Vice", + "popularity": 74.417, + "poster_path": "/e0NZxqQ4B8YZ6kRrZish2DPqtdi.jpg", + "original_language": "en", + "original_title": "Vice", + "genre_ids": [ + 18, + 36, + 35 + ], + "backdrop_path": "/uvy89JLcYEiUb0VOoSjkUrIW3nJ.jpg", + "adult": false, + "overview": "George W. Bush picks Dick Cheney, the CEO of Halliburton Co., to be his Republican running mate in the 2000 presidential election. No stranger to politics, Cheney's impressive résumé includes stints as White House chief of staff, House Minority Whip and defense secretary. When Bush wins by a narrow margin, Cheney begins to use his newfound power to help reshape the country and the world.", + "release_date": "2018-12-25" + }, + { + "vote_count": 328, + "id": 375262, + "video": false, + "vote_average": 7.6, + "title": "The Favourite", + "popularity": 67.428, + "poster_path": "/4hgPWxYeGWtTEx9BPhUo99wj77z.jpg", + "original_language": "en", + "original_title": "The Favourite", + "genre_ids": [ + 18, + 36, + 35 + ], + "backdrop_path": "/ekWMoBZ4B9rM60INZEh5FAD2HFR.jpg", + "adult": false, + "overview": "In 18th century England, the close relationship between Queen Anne and Sarah Churchill is threatened by the arrival of Sarah's cousin, Abigail Hill, resulting in a bitter rivalry between the two cousins to be the Queen's favourite.", + "release_date": "2018-11-20" + }, + { + "vote_count": 45, + "id": 426563, + "video": false, + "vote_average": 4.4, + "title": "Holmes & Watson", + "popularity": 59.251, + "poster_path": "/gY4ziK7sjmNbsoBnTbhqC3SkGoE.jpg", + "original_language": "en", + "original_title": "Holmes & Watson", + "genre_ids": [ + 9648, + 12, + 35, + 80 + ], + "backdrop_path": "/pikYQjSIHP96Zidprp9ngG8YmYJ.jpg", + "adult": false, + "overview": "Detective Sherlock Holmes and Dr. John Watson join forces to investigate a murder at Buckingham Palace. They soon learn that they have only four days to solve the case, or the queen will become the next victim.", + "release_date": "2018-12-25" + }, + { + "vote_count": 581, + "id": 454293, + "video": false, + "vote_average": 6, + "title": "Night School", + "popularity": 57.07, + "poster_path": "/uQVIQDc3foTPodZw0ie1Or0CXBn.jpg", + "original_language": "en", + "original_title": "Night School", + "genre_ids": [ + 35 + ], + "backdrop_path": "/jJBimY3DXIaIaL4NeGHfR0U0rSh.jpg", + "adult": false, + "overview": "Teddy Walker is a successful salesman whose life takes an unexpected turn when he accidentally blows up his place of employment. Forced to attend night school to get his GED, Teddy soon finds himself dealing with a group of misfit students, his former high school nemesis and a feisty teacher who doesn't think he's too bright.", + "release_date": "2018-09-27" + }, + { + "vote_count": 170, + "id": 451915, + "video": false, + "vote_average": 7.4, + "title": "Beautiful Boy", + "popularity": 49.473, + "poster_path": "/ArNIWAnSVipAt6cgHYCe55tDy7F.jpg", + "original_language": "en", + "original_title": "Beautiful Boy", + "genre_ids": [ + 18 + ], + "backdrop_path": "/sOhtC4cmaYPOlcjXCWxxrx2NKKn.jpg", + "adult": false, + "overview": "After he and his first wife separate, journalist David Sheff struggles to help their teenage son, who goes from experimenting with drugs to becoming devastatingly addicted to methamphetamine.", + "release_date": "2018-10-12" + }, + { + "vote_count": 264, + "id": 490132, + "video": false, + "vote_average": 8.3, + "title": "Green Book", + "popularity": 45.041, + "poster_path": "/7BsvSuDQuoqhWmU2fL7W2GOcZHU.jpg", + "original_language": "en", + "original_title": "Green Book", + "genre_ids": [ + 18, + 35 + ], + "backdrop_path": "/78PjwaykLY2QqhMfWRDvmfbC6EV.jpg", + "adult": false, + "overview": "Tony Lip, a bouncer in 1962, is hired to drive pianist Don Shirley on a tour through the Deep South in the days when African Americans, forced to find alternate accommodations and services due to segregation laws below the Mason-Dixon Line, relied on a guide called The Negro Motorist Green Book.", + "release_date": "2018-11-16" + }, + { + "vote_count": 134, + "id": 340613, + "video": false, + "vote_average": 7.1, + "title": "The Wife", + "popularity": 40.216, + "poster_path": "/d4Qyuy0Ul549f6SOdUqGvIdYKD2.jpg", + "original_language": "en", + "original_title": "The Wife", + "genre_ids": [ + 18 + ], + "backdrop_path": "/jvLrBlzdlJuDZtLunkCCd0eOXSm.jpg", + "adult": false, + "overview": "A wife questions her life choices as she travels to Stockholm with her husband, where he is slated to receive the Nobel Prize for Literature.", + "release_date": "2018-08-02" + }, + { + "vote_count": 131, + "id": 438808, + "video": false, + "vote_average": 6, + "title": "White Boy Rick", + "popularity": 37.7, + "poster_path": "/l15r2aLqdifXM9GFsJLkOq5Y8SI.jpg", + "original_language": "en", + "original_title": "White Boy Rick", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/meYHHs0v44Yvt4cHuaqrDSO2hDy.jpg", + "adult": false, + "overview": "The story of teenager, Richard Wershe Jr., who became an undercover informant for the police during the 1980s and was ultimately arrested for drug-trafficking and sentenced to life in prison.", + "release_date": "2018-09-14" + }, + { + "vote_count": 0, + "id": 399579, + "video": false, + "vote_average": 0, + "title": "Alita: Battle Angel", + "popularity": 33.342, + "poster_path": "/xRWht48C2V8XNfzvPehyClOvDni.jpg", + "original_language": "en", + "original_title": "Alita: Battle Angel", + "genre_ids": [ + 28, + 878, + 53, + 10749 + ], + "backdrop_path": "/2tORuaa5qxWmyMygBh9K67gZTs0.jpg", + "adult": false, + "overview": "When Alita awakens with no memory of who she is in a future world she does not recognize, she is taken in by Ido, a compassionate doctor who realizes that somewhere in this abandoned cyborg shell is the heart and soul of a young woman with an extraordinary past. As Alita learns to navigate her new life and the treacherous streets of Iron City, Ido tries to shield her from her mysterious history while her street-smart new friend Hugo offers instead to help trigger her memories. But it is only when the deadly and corrupt forces that run the city come after Alita that she discovers a clue to her past - she has unique fighting abilities that those in power will stop at nothing to control. If she can stay out of their grasp, she could be the key to saving her friends, her family and the world she's grown to love.", + "release_date": "2019-02-05" + }, + { + "vote_count": 286, + "id": 440161, + "video": false, + "vote_average": 7.2, + "title": "The Sisters Brothers", + "popularity": 31.145, + "poster_path": "/hbUGrEaJgFz9NWh34HHUb4vLjkG.jpg", + "original_language": "en", + "original_title": "The Sisters Brothers", + "genre_ids": [ + 35, + 18, + 37 + ], + "backdrop_path": "/iOa6iD7t7nv6wghPuMdZCaQSDJh.jpg", + "adult": false, + "overview": "Oregon, 1851. Hermann Kermit Warm, a chemist and aspiring gold prospector, keeps a profitable secret that the Commodore want to know, so he sends the Sisters brothers, two notorious assassins, to capture him on his way to California.", + "release_date": "2018-09-19" + }, + { + "vote_count": 28, + "id": 401847, + "video": false, + "vote_average": 7.4, + "title": "Can You Ever Forgive Me?", + "popularity": 30.145, + "poster_path": "/hPuZR2bFoV0kuBrA98exWyvTf40.jpg", + "original_language": "en", + "original_title": "Can You Ever Forgive Me?", + "genre_ids": [ + 18, + 35, + 80 + ], + "backdrop_path": "/dc0FxYIyKfP4drQ7MEl2sHsoD14.jpg", + "adult": false, + "overview": "When bestselling celebrity biographer Lee Israel is no longer able to get published because she has fallen out of step with current tastes, she turns her art form to deception, abetted by her loyal friend Jack.", + "release_date": "2018-10-19" + }, + { + "vote_count": 8, + "id": 280217, + "video": false, + "vote_average": 0, + "title": "The Lego Movie 2: The Second Part", + "popularity": 25.088, + "poster_path": "/QTESAsBVZwjtGJNDP7utiGV37z.jpg", + "original_language": "en", + "original_title": "The Lego Movie 2: The Second Part", + "genre_ids": [ + 28, + 12, + 16, + 35, + 10751, + 878, + 14 + ], + "backdrop_path": "/8kPozGb4BDrcWBSsGPrkULG2tP9.jpg", + "adult": false, + "overview": "It's been five years since everything was awesome and the citizens are facing a huge new threat: LEGO DUPLO® invaders from outer space, wrecking everything faster than they can rebuild.", + "release_date": "2019-01-26" + } + ], + "page": 1, + "total_results": 223, + "dates": { + "maximum": "2019-02-18", + "minimum": "2019-02-01" + }, + "total_pages": 12 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:30.0376947Z", + "ReducedUri": "/3/movie/upcoming?language=de", + "RespData": { + "results": [ + { + "vote_count": 2938, + "id": 297802, + "video": false, + "vote_average": 6.9, + "title": "Aquaman", + "popularity": 331.431, + "poster_path": "/wJhqsBTBrWHcuLfU5kHF4Ar4HOL.jpg", + "original_language": "en", + "original_title": "Aquaman", + "genre_ids": [ + 28, + 14, + 878, + 12 + ], + "backdrop_path": "/7icgF1dgUJaCpnWV235eafXFznJ.jpg", + "adult": false, + "overview": "Arthur Curry besser bekannt unter seinem Alias \"Aquaman\", ist der rechtmäßige Erbe des Thrones von Atlantis. Doch bisher ist dem Sohn eines menschlichen Vaters und einer atlantischen Mutter die Herrschaft über das mystische Unterwasserkönigreich verwehrt. Aquamans Halbbruder Orm herrscht über Atlantis und möchte auch die anderen sechs Königreiche der Meere um sich scharen, um vereint einen Krieg gegen die Menschen an der Erdoberfläche zu führen. Um seinen Anspruch auf den Thron zu beweisen, macht sich Aquaman gemeinsam mit Mera auf die Suche nach dem Dreizack des ersten Königs von Atlantis. Als Orm von diesem Plan erfährt, hetzt er den beiden den Piraten Black Manta auf den Hals, welcher mit Aquaman selbst noch eine Rechnung zu begleichen hat.", + "release_date": "2018-12-07" + }, + { + "vote_count": 244, + "id": 503314, + "video": false, + "vote_average": 7.4, + "title": "Dragon Ball Super Broly", + "popularity": 135.52, + "poster_path": "/f03YksE4NggUjG75toz4H1YAGRf.jpg", + "original_language": "ja", + "original_title": "ドラゴンボール超スーパー ブロリー", + "genre_ids": [ + 28, + 16, + 878 + ], + "backdrop_path": "/6OTRuxpwUUGbmCX3MKP25dOmo59.jpg", + "adult": false, + "overview": "Auf der Erde herrscht wieder einmal Frieden und Ordnung. Für Son Goku dennoch kein Grund auf der faulen Haut zu liegen, schließlich gibt es in den verschiedenen Universen noch zahllose enorm starke Konkurrenten. Also trainiert er fleißig, um die Grenzen seiner Kraft immer wieder aufs Neue zu sprengen. Eines Tages taucht ein Saiyajin namens Broly auf der Erde auf, den weder Son Goku noch Vegeta jemals zuvor gesehen haben. Doch wie kann das sein, schließlich sollten die restlichen Saiyajin bei der Zerstörung des Planeten Vegeta durch Freezer vollständig ausgelöscht worden sein? Diese Begegnung sowie die schicksalhafte Geschichte der Saiyajin ist der Beginn einer\r neuen, gewaltigen Schlacht ...", + "release_date": "2018-12-14" + }, + { + "vote_count": 52, + "id": 522681, + "video": false, + "vote_average": 7.1, + "title": "Escape Room", + "popularity": 114.258, + "poster_path": "/zmdRZ834diMNSZqKmMFrVgH8KPZ.jpg", + "original_language": "en", + "original_title": "Escape Room", + "genre_ids": [ + 27, + 53, + 28 + ], + "backdrop_path": "/9cmrRktcAmhteKMNRl2hU6rQzLJ.jpg", + "adult": false, + "overview": "Amanda, Mike und Ben kennen sich nicht, haben aber gemeinsam, dass sie sich für besonders intelligent halten. Wie noch drei weitere Menschen, die auch glauben, sie seien besonders schlau, bekommen sie eine ganz spezielle Einladung: Sie dürfen an einer einzigartigen Escape-Room-Erfahrung teilnehmen und können dabei sogar noch ein Preisgeld in Höhe von einer Million Dollar gewinnnen. Doch verschwiegen wird in der Einladung ein nicht ganz unwichtiges Detail: Das Spiel kann (und wird) tödlich enden, wenn man eines der extrem herausfordernden Rätsel nicht schnell genug löst...", + "release_date": "2019-01-03" + }, + { + "vote_count": 89, + "id": 166428, + "video": false, + "vote_average": 8.5, + "title": "Drachenzähmen leicht gemacht 3: Die geheime Welt", + "popularity": 105.53, + "poster_path": "/9WPiaCI1JIamXwEEwWz3G2c1BfH.jpg", + "original_language": "en", + "original_title": "How to Train Your Dragon: The Hidden World", + "genre_ids": [ + 16, + 10751, + 12 + ], + "backdrop_path": "/xt1eGafwaY42gBvYCUqXQrjUVjw.jpg", + "adult": false, + "overview": "Hicks arbeitet nach wie vor an seinem Traum, eine Welt zu erschaffen, in der Drachen und Menschen friedlich zusammenleben können. Währenddessen trifft Ohnezahn auf eine ungezähmte Drachendame, die ihm gehörig den Kopf verdreht. Als sich eine neue Gefahr anbahnt, sind die beiden Freunde gezwungen, all ihre Fähigkeiten aufzubieten, um ihren Traum und sogar das Überleben von Ohnezahns Rasse zu sichern.", + "release_date": "2019-01-03" + }, + { + "vote_count": 1371, + "id": 369972, + "video": false, + "vote_average": 7.1, + "title": "Aufbruch zum Mond", + "popularity": 96.531, + "poster_path": "/3dVfZZnJ7PjF6sRlnBkYJZsH32P.jpg", + "original_language": "en", + "original_title": "First Man", + "genre_ids": [ + 36, + 18 + ], + "backdrop_path": "/z1FkoHO7bz40S4JiptWHSYoPpxq.jpg", + "adult": false, + "overview": "\"Aufbruch zum Mond\" erzählt aus Neil Armstrongs Leben und von den enormen Konflikten und Entbehrungen, mit denen der Pilot vor und während seiner legendären Mission konfrontiert war. Gleichzeitig schildert der Film auf ergreifende Weise die hochdramatischen Ereignisse des amerikanischen Raumfahrtprogramms zwischen 1961 und 1969.", + "release_date": "2018-10-11" + }, + { + "vote_count": 692, + "id": 400650, + "video": false, + "vote_average": 6.8, + "title": "Mary Poppins‘ Rückkehr", + "popularity": 96.241, + "poster_path": "/cZEu7VZnc8c9Q2l3bxpE0MAJtFl.jpg", + "original_language": "en", + "original_title": "Mary Poppins Returns", + "genre_ids": [ + 14, + 10751, + 35 + ], + "backdrop_path": "/cwiJQXezWz876K3jS57Sq56RYCZ.jpg", + "adult": false, + "overview": "Mary Poppins kehrt in das Haus der Familie Banks zurück, um der nächsten Banks-Generation nach einem tragischen Verlust wieder Freude und Heiterkeit zu bringen.", + "release_date": "2018-12-19" + }, + { + "vote_count": 56, + "id": 503616, + "video": false, + "vote_average": 6.5, + "title": "Manhattan Queen", + "popularity": 81.75, + "poster_path": "/yCb17HfE3kMkZGEaOHcACh7kat0.jpg", + "original_language": "en", + "original_title": "Second Act", + "genre_ids": [ + 10749, + 35 + ], + "backdrop_path": "/gZ1n5lvEWLTQgmVbeKHyfIUrqgx.jpg", + "adult": false, + "overview": "Maya ist Anfang 40 und ziemlich frustriert. Sie hat sich im größten Supermarkt von Queens bis zur stellvertretenden Filialleiterin hochgearbeitet, doch den Chefposten kann sie sich ohne vernünftigen Schulabschluss abschminken. Da bekommt sie eine zweite Chance: Ohne ihr Wissen poliert der Sohn ihrer besten Freundin Joan Mayas Lebenslauf auf und verpasst ihr gleich auch noch den passenden Social Media-Auftritt. Prompt erhält sie eine Einladung zu einem Vorstellungsgespräch nach Manhattan, und ehe sie sich versieht, findet sie sich als Marketing-Beraterin mit eigenem Büro bei einem Kosmetikkonzern wieder. Maya erfindet sich von Grund auf neu, um der Welt zu zeigen, dass Cleverness mindestens so wertvoll ist wie ein College-Diplom. Doch wie lange kann sie ihre falsche Identität aufrechterhalten?", + "release_date": "2018-11-22" + }, + { + "vote_count": 934, + "id": 404368, + "video": false, + "vote_average": 7.4, + "title": "Ralph reichts 2: Webcrasher - Chaos im Netz", + "popularity": 77.598, + "poster_path": "/1nSlMZ2dsVWT4VZt5vEqpZEXLDQ.jpg", + "original_language": "en", + "original_title": "Ralph Breaks the Internet", + "genre_ids": [ + 10751, + 16, + 35, + 14 + ], + "backdrop_path": "/88poTBTafMXaz73vYi3c74g0y2k.jpg", + "adult": false, + "overview": "Nach einem unglücklichen Unfall stürzen sich Ralph und seine quirlige Freundin Vanellope ins Internet, um dort nach einem wichtigen Ersatzteil für Vanellopes Videospiel zu suchen. Dabei schauen sie nicht nur hinter die Kulissen des World Wide Webs, sondern begegnen auch allerhand schrägen Figuren, die es nicht immer gut mit unseren liebenswerten Helden meinen. Und wo sollen sie überhaupt in dieser unübersichtlichen und sich ständig verändernden Welt mit ihrer Suche anfangen? Gänzlich unerfahren im Umgang mit dem Surfen im Netz richten die beiden innerhalb kürzester Zeit im Internet völliges Chaos an…", + "release_date": "2018-11-20" + }, + { + "vote_count": 277, + "id": 429197, + "video": false, + "vote_average": 7.2, + "title": "Vice - Der zweite Mann", + "popularity": 74.417, + "poster_path": "/e0NZxqQ4B8YZ6kRrZish2DPqtdi.jpg", + "original_language": "en", + "original_title": "Vice", + "genre_ids": [ + 18, + 36, + 35 + ], + "backdrop_path": "/uvy89JLcYEiUb0VOoSjkUrIW3nJ.jpg", + "adult": false, + "overview": "", + "release_date": "2018-12-25" + }, + { + "vote_count": 328, + "id": 375262, + "video": false, + "vote_average": 7.6, + "title": "The Favourite - Intrigen und Irrsinn", + "popularity": 67.428, + "poster_path": "/g2T39C6OkTeQ1kqdW8tRcQDXe7n.jpg", + "original_language": "en", + "original_title": "The Favourite", + "genre_ids": [ + 18, + 36, + 35 + ], + "backdrop_path": "/ekWMoBZ4B9rM60INZEh5FAD2HFR.jpg", + "adult": false, + "overview": "Im 18. Jahrhundert befindet sich der englische Königshof in einer brenzligen Lage: Königin Anne ist krank und konzentriert sich eher auf Enten im Garten statt auf den Krieg gegen Frankreich. Ihre Vertraute Lady Sarah kümmert sich um Königin und das Regierungsgeschäft. Doch als Sarahs Cousine Abigail am Hof als Dienstmädchen anfängt und sich durch Intrigen und Finesse hocharbeitet, tritt dies eine Fehde zwischen den Cousinen los, die über den politischen Einfluss der beiden entscheiden wird.", + "release_date": "2018-11-20" + }, + { + "vote_count": 45, + "id": 426563, + "video": false, + "vote_average": 4.4, + "title": "Holmes und Watson", + "popularity": 59.251, + "poster_path": "/gY4ziK7sjmNbsoBnTbhqC3SkGoE.jpg", + "original_language": "en", + "original_title": "Holmes & Watson", + "genre_ids": [ + 9648, + 12, + 35, + 80 + ], + "backdrop_path": "/pikYQjSIHP96Zidprp9ngG8YmYJ.jpg", + "adult": false, + "overview": "Eine humorvolle Version von Sir Arthur Conan Doyle's Sherlock Holmes.", + "release_date": "2018-12-25" + }, + { + "vote_count": 581, + "id": 454293, + "video": false, + "vote_average": 6, + "title": "Night School", + "popularity": 57.07, + "poster_path": "/dRFMRJvv13IUMe2fHXA7RNctlJF.jpg", + "original_language": "en", + "original_title": "Night School", + "genre_ids": [ + 35 + ], + "backdrop_path": "/jJBimY3DXIaIaL4NeGHfR0U0rSh.jpg", + "adult": false, + "overview": "Teddy Walker ist bisher auch ohne Schulabschluss gut durchs Leben gekommen. Dank seines losen Mundwerks und Einfallsreichtums wird er als Barbecue-Grill-Verkäufer regelmäßig zum Mitarbeiter des Monats gewählt. Als ihm allerdings durch ein Missgeschick der ganze Laden um die Ohren fliegt, muss er sich eine Alternative einfallen lassen. Teddy beschließt Börsenmakler zu werden, muss dafür aber die Abendschule seiner ehemaligen High School besuchen. Dort ist mittlerweile ausgerechnet sein früherer Mitschüler und Streber Mackenzie Direktor. Er möchte seinem alten Schulkameraden das Leben schwer machen. Doch die Abendschullehrerin Carrie lässt das nicht zu, denn sie will jeden ihrer Schüler erfolgreich durch den Unterricht bringen. Als sie Teddy jedoch nach kurzer Zeit für „klinisch dumm“ erklärt, sieht dieser keinen anderen Ausweg, als die Abschlussprüfung zu stehlen...", + "release_date": "2018-09-27" + }, + { + "vote_count": 170, + "id": 451915, + "video": false, + "vote_average": 7.4, + "title": "Beautiful Boy", + "popularity": 49.473, + "poster_path": "/ArNIWAnSVipAt6cgHYCe55tDy7F.jpg", + "original_language": "en", + "original_title": "Beautiful Boy", + "genre_ids": [ + 18 + ], + "backdrop_path": "/sOhtC4cmaYPOlcjXCWxxrx2NKKn.jpg", + "adult": false, + "overview": "", + "release_date": "2018-10-12" + }, + { + "vote_count": 264, + "id": 490132, + "video": false, + "vote_average": 8.3, + "title": "Green Book", + "popularity": 45.041, + "poster_path": "/7BsvSuDQuoqhWmU2fL7W2GOcZHU.jpg", + "original_language": "en", + "original_title": "Green Book", + "genre_ids": [ + 18, + 35 + ], + "backdrop_path": "/78PjwaykLY2QqhMfWRDvmfbC6EV.jpg", + "adult": false, + "overview": "Im New York der 1960er Jahre, noch vor der amerikanischen Bürgerrechtsbewegung, hält sich Tony Lip als Türsteher in der Bronx über Wasser. Als der gutherzige, nicht sonderlich gebildete Italo-Amerikaner den Auftrag bekommt, einen sogenannten Dr. Don Shirley in die Südstaaten zu fahren, denkt er sich nicht viel dabei. Shirley aber ist einer der weltbesten Jazz-Pianisten und wortgewandt wie ein Dichter. Er plant eine Konzerttour von New York bis in den konservativen Süden, wo die Rassentrennung noch immer gelebt wird. Um allfälligen rassistischen Angriffen auszuweichen, halten sich die zwei unterschiedlichen Männer an das „Negro Motorist Green Book\", einen jährlich erscheinenden Reiseführer für die schwarze Bevölkerung, mit Tipps zu Motels, Restaurants und Tankstellen... Green Book ist die mit viel Humor inszenierte Geschichte einer aussergewöhnlichen Freundschaft, die sich über die Grenzen von Rasse, Bildung und Klasse hinwegsetzt.", + "release_date": "2018-11-16" + }, + { + "vote_count": 134, + "id": 340613, + "video": false, + "vote_average": 7.1, + "title": "Die Frau des Nobelpreisträgers", + "popularity": 40.216, + "poster_path": "/d4Qyuy0Ul549f6SOdUqGvIdYKD2.jpg", + "original_language": "en", + "original_title": "The Wife", + "genre_ids": [ + 18 + ], + "backdrop_path": "/jvLrBlzdlJuDZtLunkCCd0eOXSm.jpg", + "adult": false, + "overview": "", + "release_date": "2018-08-02" + }, + { + "vote_count": 131, + "id": 438808, + "video": false, + "vote_average": 6, + "title": "White Boy Rick", + "popularity": 37.7, + "poster_path": "/l15r2aLqdifXM9GFsJLkOq5Y8SI.jpg", + "original_language": "en", + "original_title": "White Boy Rick", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/meYHHs0v44Yvt4cHuaqrDSO2hDy.jpg", + "adult": false, + "overview": "Detroit in den 1980er Jahren: Auf dem Höhepunkt der Crack-Epidemie und des Kampfes gegen Drogen, wirbt die Polizei den Teenager Rick Wershe als Informant an. Im Laufe der Zeit gerät er immer tiefer in den Drogenhandel. Als der Polizei die Sache zu heiß wird und sie Wershe schließlich fallen lässt, wird dieser zu einer lebenslangen Freiheitsstrafe verurteilt.", + "release_date": "2018-09-14" + }, + { + "vote_count": 0, + "id": 399579, + "video": false, + "vote_average": 0, + "title": "Alita - Battle Angel", + "popularity": 33.342, + "poster_path": "/xRWht48C2V8XNfzvPehyClOvDni.jpg", + "original_language": "en", + "original_title": "Alita: Battle Angel", + "genre_ids": [ + 28, + 878, + 53, + 10749 + ], + "backdrop_path": "/2tORuaa5qxWmyMygBh9K67gZTs0.jpg", + "adult": false, + "overview": "Auf der Erde sind im 26. Jahrhundert 300 Jahre nach dem großen Krieg die gesellschaftlichen Systeme zerfallen. Bei seiner Suche nach Cyborg-Technologie rettet der mysteriöse Wissenschaftler Dr. Ido aus einem Schrotthaufen eine weibliche Cyborg. Er flickt die künstliche Frau, deren Körper bis auf ihr menschliches Gehirn aus Maschinenteilen besteht, wieder zusammen, und wird zu einer Art Ersatzvater für sie. Doch Alita ist ein gefährliches Wesen. Sie kann sich nicht erinnern, wer sie ist oder woher sie kommt. Dr. Ido jedoch glaubt, dass sie diejenige ist, die den Kreislauf von Tod und Zerstörung, der von Tiphares zurückgelassen wurde, durchbrechen kann. Um ihrer wahren Bestimmung zu folgen, muss Alita kämpfen und töten. Als ein Geschenk des Himmels ist sie doch auch ein Engel des Todes.", + "release_date": "2019-02-05" + }, + { + "vote_count": 286, + "id": 440161, + "video": false, + "vote_average": 7.2, + "title": "The Sisters Brothers", + "popularity": 31.145, + "poster_path": "/hbUGrEaJgFz9NWh34HHUb4vLjkG.jpg", + "original_language": "en", + "original_title": "The Sisters Brothers", + "genre_ids": [ + 35, + 18, + 37 + ], + "backdrop_path": "/iOa6iD7t7nv6wghPuMdZCaQSDJh.jpg", + "adult": false, + "overview": "", + "release_date": "2018-09-19" + }, + { + "vote_count": 28, + "id": 401847, + "video": false, + "vote_average": 7.4, + "title": "Can You Ever Forgive Me?", + "popularity": 30.145, + "poster_path": "/hPuZR2bFoV0kuBrA98exWyvTf40.jpg", + "original_language": "en", + "original_title": "Can You Ever Forgive Me?", + "genre_ids": [ + 18, + 35, + 80 + ], + "backdrop_path": "/dc0FxYIyKfP4drQ7MEl2sHsoD14.jpg", + "adult": false, + "overview": "", + "release_date": "2018-10-19" + }, + { + "vote_count": 8, + "id": 280217, + "video": false, + "vote_average": 0, + "title": "The Lego Movie 2: The Second Part", + "popularity": 25.088, + "poster_path": "/QTESAsBVZwjtGJNDP7utiGV37z.jpg", + "original_language": "en", + "original_title": "The Lego Movie 2: The Second Part", + "genre_ids": [ + 28, + 12, + 16, + 35, + 10751, + 878, + 14 + ], + "backdrop_path": "/8kPozGb4BDrcWBSsGPrkULG2tP9.jpg", + "adult": false, + "overview": "Teil 2 über den sympathischen Lego Mann Emmet und seine Freunde.", + "release_date": "2019-01-26" + } + ], + "page": 1, + "total_results": 223, + "dates": { + "maximum": "2019-02-18", + "minimum": "2019-02-01" + }, + "total_pages": 12 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:29.914689Z", + "ReducedUri": "/3/movie/upcoming?page=2", + "RespData": { + "results": [ + { + "vote_count": 37, + "id": 465914, + "video": false, + "vote_average": 8.2, + "title": "If Beale Street Could Talk", + "popularity": 24.513, + "poster_path": "/qhUIOTSi3kr4290tKrVyeriyvrv.jpg", + "original_language": "en", + "original_title": "If Beale Street Could Talk", + "genre_ids": [ + 18, + 10749 + ], + "backdrop_path": "/9QKt21sUUrcNmlCkLKDFUaTodCh.jpg", + "adult": false, + "overview": "After her fiance is falsely imprisoned, a pregnant African-American woman sets out to clear his name and prove his innocence.", + "release_date": "2018-11-30" + }, + { + "vote_count": 0, + "id": 517543, + "video": false, + "vote_average": 0, + "title": "How I Became Russian", + "popularity": 24.323, + "poster_path": "/lOSZEuOvpQFBjlZ7mL0oMI5wGzM.jpg", + "original_language": "ru", + "original_title": "Как я стал русским", + "genre_ids": [ + 35 + ], + "backdrop_path": null, + "adult": false, + "overview": "To please the father of his bride is not an easy task. This problem is faced by the Chinese guy Pen, when he goes to Moscow for his love - Ira, without even knowing what a nightmare awaits him. After all, her father Anatoly is not at all ready to give his daughter to the first comer, and he has his own plan for deliverance in this case ... However, the bride's father and the bridegroom will have to learn to respect each other if they want to keep the girl who loves most in the world.", + "release_date": "2019-01-25" + }, + { + "vote_count": 129, + "id": 489930, + "video": false, + "vote_average": 7.7, + "title": "Blindspotting", + "popularity": 23.84, + "poster_path": "/c4UvwoMmQiztTqeUnExDU5hoCdP.jpg", + "original_language": "en", + "original_title": "Blindspotting", + "genre_ids": [ + 35, + 18, + 80 + ], + "backdrop_path": "/d3m59GlnJQdb4taaHYTGVT7c3RJ.jpg", + "adult": false, + "overview": "Collin must make it through his final three days of probation for a chance at a new beginning. He and his troublemaking childhood best friend, Miles, work as movers, and when Collin witnesses a police shooting, the two men’s friendship is tested as they grapple with identity and their changed realities in the rapidly-gentrifying neighborhood they grew up in.", + "release_date": "2018-07-20" + }, + { + "vote_count": 84, + "id": 457136, + "video": false, + "vote_average": 6.7, + "title": "Mary Queen of Scots", + "popularity": 23.205, + "poster_path": "/b5RMzLAyq5QW6GtN9sIeAEMLlBI.jpg", + "original_language": "en", + "original_title": "Mary Queen of Scots", + "genre_ids": [ + 18, + 36 + ], + "backdrop_path": "/iv5N169nQIzrS0pZ8MBEiemTtVt.jpg", + "adult": false, + "overview": "Mary Stuart, considered by many the legitimate sovereign of England, attempts to overthrow her cousin Queen Elizabeth I, only to find herself condemned to years of imprisonment before facing execution.", + "release_date": "2018-12-21" + }, + { + "vote_count": 87, + "id": 472451, + "video": false, + "vote_average": 7.4, + "title": "Boy Erased", + "popularity": 22.556, + "poster_path": "/29nwMbH6wAjpFdQD3sxztOV5P5x.jpg", + "original_language": "en", + "original_title": "Boy Erased", + "genre_ids": [ + 18 + ], + "backdrop_path": "/2ePViXIOnifrugvnjlFxzmvjwKL.jpg", + "adult": false, + "overview": "Jared, the son of a Baptist pastor in a small American town, is outed to his parents at age 19. Jared is faced with an ultimatum: attend a gay conversion therapy program – or be permanently exiled and shunned by his family, friends, and faith.", + "release_date": "2018-11-02" + }, + { + "vote_count": 230, + "id": 440298, + "video": false, + "vote_average": 7.8, + "title": "Cold War", + "popularity": 21.199, + "poster_path": "/wsv6vWhJyRhwzmDN4kjs3ACV97Q.jpg", + "original_language": "pl", + "original_title": "Zimna wojna", + "genre_ids": [ + 18, + 10749, + 10402 + ], + "backdrop_path": "/rOcw5VX3is3TiZhmxLGdYqBcTcP.jpg", + "adult": false, + "overview": "A man and a woman meet in the ruins of post-war Poland. With vastly different backgrounds and temperaments, they are fatally mismatched and yet drawn to each other.", + "release_date": "2018-06-08" + }, + { + "vote_count": 3053, + "id": 13053, + "video": false, + "vote_average": 6.3, + "title": "Bolt", + "popularity": 19.705, + "poster_path": "/pGA75RbbIDXlUJtzJogAtS0KyxL.jpg", + "original_language": "en", + "original_title": "Bolt", + "genre_ids": [ + 16, + 10751, + 12, + 35 + ], + "backdrop_path": "/lwI40taKaCKHK9mUeSBP2tQz8dS.jpg", + "adult": false, + "overview": "Bolt is the star of the biggest show in Hollywood. The only problem is, he thinks it's real. After he's accidentally shipped to New York City and separated from Penny, his beloved co-star and owner, Bolt must harness all his \"super powers\" to find a way home.", + "release_date": "2008-01-29" + }, + { + "vote_count": 0, + "id": 320288, + "video": false, + "vote_average": 0, + "title": "Dark Phoenix", + "popularity": 18.547, + "poster_path": "/b8PZgPqbsIJrz9FlPKHvYQWmGMt.jpg", + "original_language": "en", + "original_title": "Dark Phoenix", + "genre_ids": [ + 28, + 878 + ], + "backdrop_path": "/6H0CfLRcgq0Pcq34wNypC2V3W41.jpg", + "adult": false, + "overview": "During a rescue mission in space, Jean is nearly killed when she is hit by a mysterious cosmic force. Once she returns home, this force not only makes her infinitely more powerful, but far more unstable. Wrestling with this entity inside her, Jean unleashes her powers in ways she can neither comprehend nor contain. With Jean spiraling our of control, and hurting the ones she loves most, she begins to unravel the very fabric that holds the X-Men together. Now, with this family falling apart, they must find a way to unite - not only to save Jean's soul, but to save our very planet from aliens who wish to weaponize this force and rule the galaxy.", + "release_date": "2019-02-05" + }, + { + "vote_count": 261, + "id": 470229, + "video": false, + "vote_average": 6.8, + "title": "Summer of 84", + "popularity": 17.812, + "poster_path": "/qPitgXPCIFh23yCEjqnCZnfhBig.jpg", + "original_language": "en", + "original_title": "Summer of 84", + "genre_ids": [ + 53, + 9648, + 18, + 27 + ], + "backdrop_path": "/iEYDBciiuW68Q5bLCzkVBgKnfi7.jpg", + "adult": false, + "overview": "Summer is usually a time for fun and games, but some teens get much more danger than they bargained for after beginning to suspect their neighbor is a serial murderer.", + "release_date": "2018-08-10" + }, + { + "vote_count": 0, + "id": 463684, + "video": false, + "vote_average": 0, + "title": "Velvet Buzzsaw", + "popularity": 17.63, + "poster_path": "/3rViQPcrWthMNecp5XnkKev6BzW.jpg", + "original_language": "en", + "original_title": "Velvet Buzzsaw", + "genre_ids": [ + 53, + 9648, + 27, + 14 + ], + "backdrop_path": "/fxcxVchZM9bHnm1QCWgdpr2MrEB.jpg", + "adult": false, + "overview": "Big money artists and mega-collectors pay a high price when art collides with commerce. After a series of paintings by an unknown artist are discovered, a supernatural force enacts revenge on those who have allowed their greed to get in the way of art.", + "release_date": "2019-02-01" + }, + { + "vote_count": 0, + "id": 571263, + "video": false, + "vote_average": 0, + "title": "Naughty Grandma 2", + "popularity": 16.077, + "poster_path": "/9sLotwrJyInFfG5evVV4rWzCKnb.jpg", + "original_language": "ru", + "original_title": "Бабушка лёгкого поведения 2. Престарелые Мстители", + "genre_ids": [ + 35 + ], + "backdrop_path": "/6UhbdWy6EmbDzviFTqE27t9DPZQ.jpg", + "adult": false, + "overview": "", + "release_date": "2019-01-24" + }, + { + "vote_count": 2, + "id": 454294, + "video": false, + "vote_average": 8.5, + "title": "The Kid Who Would Be King", + "popularity": 14.924, + "poster_path": "/aWENxGrJmXmHvifG6x2aYnpovXI.jpg", + "original_language": "en", + "original_title": "The Kid Who Would Be King", + "genre_ids": [ + 28, + 12, + 14, + 10751 + ], + "backdrop_path": "/5NZdSaEPAByrbtFW7Rp2pUV7CU9.jpg", + "adult": false, + "overview": "A band of kids embark on an epic quest to thwart a medieval menace.", + "release_date": "2019-01-16" + }, + { + "vote_count": 82, + "id": 517814, + "video": false, + "vote_average": 8.5, + "title": "Capernaum", + "popularity": 14.749, + "poster_path": "/29iluGHcoADaZNFwrioQ3dThvrD.jpg", + "original_language": "ar", + "original_title": "کفرناحوم", + "genre_ids": [ + 18 + ], + "backdrop_path": "/8e0ETQmrgcP6R8TaVjd7o9NCGj9.jpg", + "adult": false, + "overview": "Zain, a 12-year-old boy scrambling to survive on the streets of Beirut, sues his parents for having brought him into such an unjust world, where being a refugee with no documents means that your rights can easily be denied.", + "release_date": "2018-10-06" + }, + { + "vote_count": 563, + "id": 483184, + "video": false, + "vote_average": 7.8, + "title": "Dogman", + "popularity": 13.22, + "poster_path": "/pqaNWWkcEmcdxkMrUnoxI3Viw4h.jpg", + "original_language": "it", + "original_title": "Dogman", + "genre_ids": [ + 80, + 18, + 53 + ], + "backdrop_path": "/zquMDqlhGYXdXiteRguQSlVGznx.jpg", + "adult": false, + "overview": "Marcello, a small and gentle dog groomer, finds himself involved in a dangerous relationship of subjugation with Simone, a former violent boxer who terrorizes the entire neighborhood. In an effort to reaffirm his dignity, Marcello will submit to an unexpected act of vengeance.", + "release_date": "2018-05-17" + }, + { + "vote_count": 86, + "id": 491418, + "video": false, + "vote_average": 7.5, + "title": "Instant Family", + "popularity": 12.692, + "poster_path": "/4Y1AlIP3SIOTje3ky9p68XhQmHU.jpg", + "original_language": "en", + "original_title": "Instant Family", + "genre_ids": [ + 35, + 18, + 10751 + ], + "backdrop_path": "/hgESQ2sK21j22Yode4w99jfwj44.jpg", + "adult": false, + "overview": "When Pete and Ellie decide to start a family, they stumble into the world of foster care adoption. They hope to take in one small child but when they meet three siblings, including a rebellious 15 year old girl, they find themselves speeding from zero to three kids overnight.", + "release_date": "2018-11-16" + }, + { + "vote_count": 144, + "id": 491472, + "video": false, + "vote_average": 6.5, + "title": "At Eternity's Gate", + "popularity": 12.342, + "poster_path": "/7rUnZrcSyfwfloeI5aoccztSLSg.jpg", + "original_language": "en", + "original_title": "At Eternity's Gate", + "genre_ids": [ + 18 + ], + "backdrop_path": "/vmLDDBvF022Scen7jF0nN8uIlEe.jpg", + "adult": false, + "overview": "Famed but tormented artist Vincent van Gogh spends his final years in Arles, France, painting masterworks of the natural world that surrounds him.", + "release_date": "2018-11-15" + }, + { + "vote_count": 0, + "id": 500852, + "video": false, + "vote_average": 0, + "title": "Miss Bala", + "popularity": 12.109, + "poster_path": "/ae9yrSAS7nLZPbbkOm61pSuIqeo.jpg", + "original_language": "en", + "original_title": "Miss Bala", + "genre_ids": [ + 53, + 28, + 18 + ], + "backdrop_path": "/jUCmbpF7xDXUYfYo5ABjWn250A6.jpg", + "adult": false, + "overview": "Gloria finds a power she never knew she had when she is drawn into a dangerous world of cross-border crime. Surviving will require all of her cunning, inventiveness, and strength.", + "release_date": "2019-02-01" + }, + { + "vote_count": 234, + "id": 401545, + "video": false, + "vote_average": 6.6, + "title": "Everybody Knows", + "popularity": 11.993, + "poster_path": "/1TuuM451os3NaltCwGfPCVL2BST.jpg", + "original_language": "es", + "original_title": "Todos lo saben", + "genre_ids": [ + 18, + 80, + 9648, + 53 + ], + "backdrop_path": "/gJqQxpe03aIRZZjy8A4nbLtBpch.jpg", + "adult": false, + "overview": "Laura, a Spanish woman living in Buenos Aires, returns to her hometown outside Madrid with her Argentinian husband and children. However, the trip is upset by unexpected events that bring secrets into the open.", + "release_date": "2018-05-09" + }, + { + "vote_count": 73, + "id": 475094, + "video": false, + "vote_average": 7.3, + "title": "The Captain", + "popularity": 11.895, + "poster_path": "/6sXGn6EkiPNDv1EAD5DZCrJTbin.jpg", + "original_language": "de", + "original_title": "Der Hauptmann", + "genre_ids": [ + 10752, + 18, + 36 + ], + "backdrop_path": "/n7CWGVpqddbVBaxc8polyX8kdN0.jpg", + "adult": false, + "overview": "Germany, 1945. Soldier Willi Herold, a deserter of the German army, stumbles into a uniform of Nazi captain abandoned during the last and desperate weeks of the Third Reich. Newly emboldened by the allure of a suit that he has stolen only to stay warm, Willi discovers that many Germans will follow the leader, whoever he is.", + "release_date": "2017-09-21" + }, + { + "vote_count": 0, + "id": 512196, + "video": false, + "vote_average": 0, + "title": "Happy Death Day 2U", + "popularity": 10.976, + "poster_path": "/j7ODXcLHJi7a6exVH2z4wHuXxcN.jpg", + "original_language": "en", + "original_title": "Happy Death Day 2U", + "genre_ids": [ + 27, + 9648, + 53 + ], + "backdrop_path": "/7trJGwprMUMKhvSx94lmsq6d985.jpg", + "adult": false, + "overview": "Tree Gelbman learns that dying over and over again was surprisingly easier than the dangers that lie ahead.", + "release_date": "2019-02-13" + } + ], + "page": 2, + "total_results": 223, + "dates": { + "maximum": "2019-02-18", + "minimum": "2019-02-01" + }, + "total_pages": 12 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:30.1634361Z", + "ReducedUri": "/3/movie/upcoming?region=de", + "RespData": { + "results": [ + { + "vote_count": 89, + "id": 166428, + "video": false, + "vote_average": 8.5, + "title": "How to Train Your Dragon: The Hidden World", + "popularity": 105.53, + "poster_path": "/ij0xoc13hGhrYIlXGGuPXWTh3vi.jpg", + "original_language": "en", + "original_title": "How to Train Your Dragon: The Hidden World", + "genre_ids": [ + 16, + 10751, + 12 + ], + "backdrop_path": "/xt1eGafwaY42gBvYCUqXQrjUVjw.jpg", + "adult": false, + "overview": "As Hiccup fulfills his dream of creating a peaceful dragon utopia, Toothless’ discovery of an untamed, elusive mate draws the Night Fury away. When danger mounts at home and Hiccup’s reign as village chief is tested, both dragon and rider must make impossible decisions to save their kind.", + "release_date": "2019-01-03" + }, + { + "vote_count": 45, + "id": 426563, + "video": false, + "vote_average": 4.4, + "title": "Holmes & Watson", + "popularity": 59.251, + "poster_path": "/gY4ziK7sjmNbsoBnTbhqC3SkGoE.jpg", + "original_language": "en", + "original_title": "Holmes & Watson", + "genre_ids": [ + 9648, + 12, + 35, + 80 + ], + "backdrop_path": "/pikYQjSIHP96Zidprp9ngG8YmYJ.jpg", + "adult": false, + "overview": "Detective Sherlock Holmes and Dr. John Watson join forces to investigate a murder at Buckingham Palace. They soon learn that they have only four days to solve the case, or the queen will become the next victim.", + "release_date": "2018-12-25" + }, + { + "vote_count": 131, + "id": 438808, + "video": false, + "vote_average": 6, + "title": "White Boy Rick", + "popularity": 37.7, + "poster_path": "/l15r2aLqdifXM9GFsJLkOq5Y8SI.jpg", + "original_language": "en", + "original_title": "White Boy Rick", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/meYHHs0v44Yvt4cHuaqrDSO2hDy.jpg", + "adult": false, + "overview": "The story of teenager, Richard Wershe Jr., who became an undercover informant for the police during the 1980s and was ultimately arrested for drug-trafficking and sentenced to life in prison.", + "release_date": "2018-09-14" + }, + { + "vote_count": 0, + "id": 399579, + "video": false, + "vote_average": 0, + "title": "Alita: Battle Angel", + "popularity": 33.342, + "poster_path": "/xRWht48C2V8XNfzvPehyClOvDni.jpg", + "original_language": "en", + "original_title": "Alita: Battle Angel", + "genre_ids": [ + 28, + 878, + 53, + 10749 + ], + "backdrop_path": "/2tORuaa5qxWmyMygBh9K67gZTs0.jpg", + "adult": false, + "overview": "When Alita awakens with no memory of who she is in a future world she does not recognize, she is taken in by Ido, a compassionate doctor who realizes that somewhere in this abandoned cyborg shell is the heart and soul of a young woman with an extraordinary past. As Alita learns to navigate her new life and the treacherous streets of Iron City, Ido tries to shield her from her mysterious history while her street-smart new friend Hugo offers instead to help trigger her memories. But it is only when the deadly and corrupt forces that run the city come after Alita that she discovers a clue to her past - she has unique fighting abilities that those in power will stop at nothing to control. If she can stay out of their grasp, she could be the key to saving her friends, her family and the world she's grown to love.", + "release_date": "2019-02-05" + }, + { + "vote_count": 8, + "id": 280217, + "video": false, + "vote_average": 0, + "title": "The Lego Movie 2: The Second Part", + "popularity": 25.088, + "poster_path": "/QTESAsBVZwjtGJNDP7utiGV37z.jpg", + "original_language": "en", + "original_title": "The Lego Movie 2: The Second Part", + "genre_ids": [ + 28, + 12, + 16, + 35, + 10751, + 878, + 14 + ], + "backdrop_path": "/8kPozGb4BDrcWBSsGPrkULG2tP9.jpg", + "adult": false, + "overview": "It's been five years since everything was awesome and the citizens are facing a huge new threat: LEGO DUPLO® invaders from outer space, wrecking everything faster than they can rebuild.", + "release_date": "2019-01-26" + }, + { + "vote_count": 0, + "id": 571263, + "video": false, + "vote_average": 0, + "title": "Naughty Grandma 2", + "popularity": 16.077, + "poster_path": "/9sLotwrJyInFfG5evVV4rWzCKnb.jpg", + "original_language": "ru", + "original_title": "Бабушка лёгкого поведения 2. Престарелые Мстители", + "genre_ids": [ + 35 + ], + "backdrop_path": "/6UhbdWy6EmbDzviFTqE27t9DPZQ.jpg", + "adult": false, + "overview": "", + "release_date": "2019-01-24" + }, + { + "vote_count": 0, + "id": 512196, + "video": false, + "vote_average": 0, + "title": "Happy Death Day 2U", + "popularity": 10.976, + "poster_path": "/j7ODXcLHJi7a6exVH2z4wHuXxcN.jpg", + "original_language": "en", + "original_title": "Happy Death Day 2U", + "genre_ids": [ + 27, + 9648, + 53 + ], + "backdrop_path": "/7trJGwprMUMKhvSx94lmsq6d985.jpg", + "adult": false, + "overview": "Tree Gelbman learns that dying over and over again was surprisingly easier than the dangers that lie ahead.", + "release_date": "2019-02-13" + }, + { + "vote_count": 0, + "id": 532671, + "video": false, + "vote_average": 0, + "title": "The Prodigy", + "popularity": 8.788, + "poster_path": "/fejQlxUb377Cq5UckEmpS6owdUh.jpg", + "original_language": "en", + "original_title": "The Prodigy", + "genre_ids": [ + 27 + ], + "backdrop_path": "/g5fUxWupgKTSqV3cHSx0QdGT2tB.jpg", + "adult": false, + "overview": "A mother concerned about her young son's disturbing behavior thinks something supernatural may be affecting him.", + "release_date": "2019-02-07" + }, + { + "vote_count": 122, + "id": 271706, + "video": false, + "vote_average": 7.5, + "title": "Big Fish & Begonia", + "popularity": 6.904, + "poster_path": "/fRCdXh9MZutj1JJPZlUXMex6AuB.jpg", + "original_language": "zh", + "original_title": "大魚海棠", + "genre_ids": [ + 16, + 12, + 14 + ], + "backdrop_path": "/kNAzo7icHdFkF43JQa18mPEUtvf.jpg", + "adult": false, + "overview": "Beyond the human realm, there is a magical race of beings who control the tides and the changing of the seasons. One of these beings, a young girl named Chun, seeks something more—she wants to experience the human world! At sixteen, she finally gets her chance and transforms into a dolphin in order to explore the world that has her fascinated. But she soon discovers that it’s a dangerous place and nearly gets killed in a vortex. Luckily, her life is spared when a young boy sacrifices himself to save her. Moved by his kindness and courage, she uses magic to bring him back to life only to learn that this power comes at a serious price. On a new adventure, she’ll have to make her own sacrifices in order to protect his soul until it is ready to return to the human world.", + "release_date": "2016-07-08" + }, + { + "vote_count": 0, + "id": 491480, + "video": false, + "vote_average": 0, + "title": "The Boy Who Harnessed the Wind", + "popularity": 5.096, + "poster_path": "/9y5R71fDjPSkYtuVjMW0xLZd60e.jpg", + "original_language": "en", + "original_title": "The Boy Who Harnessed the Wind", + "genre_ids": [ + 18 + ], + "backdrop_path": "/lB8mrGjgOxVuiGzBNbHfUrFw02d.jpg", + "adult": false, + "overview": "Against all the odds, a thirteen year old boy in Malawi invents an unconventional way to save his family and village from famine.", + "release_date": "2019-02-10" + }, + { + "vote_count": 0, + "id": 532100, + "video": false, + "vote_average": 0, + "title": "Merata: How Mum Decolonised the Screen", + "popularity": 4.823, + "poster_path": "/5cKMfbI8A5hDty0SJzFwKLp1qqk.jpg", + "original_language": "en", + "original_title": "Merata: How Mum Decolonised the Screen", + "genre_ids": [ + 99 + ], + "backdrop_path": "/1GaQIUDfx6pKHnlmWmRzKuGYOq8.jpg", + "adult": false, + "overview": "Merata Mita, pioneering Māori filmmaker and international champion of women in indigenous film, is celebrated by her youngest son, archivist Heperi Mita, collaborating with his siblings to deliver a richly personal portrait. This film is an intimate portrayal of pioneering filmmaker Merata Mita told through the eyes of her children. The sudden death of pioneering Māori filmmaker Merata Mita in 2010 led her son on a journey to uncover a story of a mother’s love that changed the landscape of indigenous participation in film forever. Merata worked across the globe and for various respected organisations including the BBC and National Geographic. She directed on Hollywood sets, interviewed Robert Mugabe and followed Louis Farakhan, there was nothing she was afraid of especially if it meant a voice for the voiceless. She was fearless.", + "release_date": "2019-02-10" + }, + { + "vote_count": 0, + "id": 566215, + "video": false, + "vote_average": 0, + "title": "The Magic Life of V", + "popularity": 4.664, + "poster_path": "/14clnezvfLPhPiM8gUmHy3zfD18.jpg", + "original_language": "fi", + "original_title": "The Magic Life of V", + "genre_ids": [ + 99 + ], + "backdrop_path": null, + "adult": false, + "overview": "Haunted by childhood traumas, Veera is trying to become more independent through live-action role-playing. As she guides herself and her mentally challenged brother through worlds of multiple roles and identities, witches and wizards, she finds the courage to face the demons of her own past and her abusive father’s legacy.", + "release_date": "2019-02-10" + }, + { + "vote_count": 0, + "id": 497089, + "video": false, + "vote_average": 0, + "title": "Glück ist was für Weicheier", + "popularity": 4.555, + "poster_path": "/jjYQloNFakBdk39YoULuwN7hetM.jpg", + "original_language": "de", + "original_title": "Glück ist was für Weicheier", + "genre_ids": [ + 35 + ], + "backdrop_path": null, + "adult": false, + "overview": "", + "release_date": "2019-02-07" + }, + { + "vote_count": 0, + "id": 570168, + "video": false, + "vote_average": 0, + "title": "Unheimlich perfekte Freunde", + "popularity": 3.741, + "poster_path": null, + "original_language": "de", + "original_title": "Unheimlich perfekte Freunde", + "genre_ids": [ + 18 + ], + "backdrop_path": null, + "adult": false, + "overview": "", + "release_date": "2019-02-01" + }, + { + "vote_count": 0, + "id": 576404, + "video": false, + "vote_average": 0, + "title": "And Your Bird Can Sing", + "popularity": 3.611, + "poster_path": "/4q9JiGDTdvZnBjgiel9ozlIWXl4.jpg", + "original_language": "ja", + "original_title": "きみの鳥はうたえる", + "genre_ids": [ + 18 + ], + "backdrop_path": null, + "adult": false, + "overview": "The triangular relationship between three 21-year-olds - the unnamed narrator, his male roommate Shizuo, and a woman named Sachiko who works at the same bookstore as the narrator.", + "release_date": "2019-02-10" + }, + { + "vote_count": 0, + "id": 573568, + "video": false, + "vote_average": 0, + "title": "Club der roten Bänder - Wie alles begann", + "popularity": 3.5, + "poster_path": "/1XeIKNHBhyv7iGJcfs6SvsKYeM.jpg", + "original_language": "de", + "original_title": "Club der roten Bänder - Wie alles begann", + "genre_ids": [ + 18 + ], + "backdrop_path": null, + "adult": false, + "overview": "", + "release_date": "2019-02-14" + }, + { + "vote_count": 0, + "id": 573042, + "video": false, + "vote_average": 0, + "title": "Sweethearts", + "popularity": 3.492, + "poster_path": "/rCI7CSsoa7NLyDNnnm4vCu8j8Co.jpg", + "original_language": "de", + "original_title": "Sweethearts", + "genre_ids": [ + 35, + 28 + ], + "backdrop_path": null, + "adult": false, + "overview": "It's double trouble when fate and an ill-executed diamond robbery throw Mel and Lise together in a race and chase against time.", + "release_date": "2019-02-14" + }, + { + "vote_count": 0, + "id": 548925, + "video": false, + "vote_average": 0, + "title": "A Colony", + "popularity": 3.228, + "poster_path": "/jBVRchb6gMternOEFX7E2iSTodn.jpg", + "original_language": "fr", + "original_title": "Une colonie", + "genre_ids": [ + 18 + ], + "backdrop_path": null, + "adult": false, + "overview": "", + "release_date": "2018-09-15" + }, + { + "vote_count": 0, + "id": 544274, + "video": false, + "vote_average": 0, + "title": "Fågelfångarens Son", + "popularity": 2.922, + "poster_path": null, + "original_language": "sv", + "original_title": "Fågelfångarens Son", + "genre_ids": [ + 18 + ], + "backdrop_path": null, + "adult": false, + "overview": "\"The Birdcatcher's Son\" - According to Faroese law, the birdwatcher Esmar will lose his lease within one year, thus forced to leave both his house and his land unless he makes sure he and his wife Johanna have a son. Because Johanna has just given birth to date, they decide what they think is their last and best chance; to jointly find another man who can make Johanna with children.", + "release_date": "2019-02-07" + }, + { + "vote_count": 0, + "id": 528594, + "video": false, + "vote_average": 0, + "title": "Dawn Breaks Behind the Eyes", + "popularity": 2.532, + "poster_path": null, + "original_language": "en", + "original_title": "Dawn Breaks Behind the Eyes", + "genre_ids": [ + 27, + 9648, + 35, + 10749 + ], + "backdrop_path": "/yI3IAscfFYSnuXwrnBJzOTXQQwj.jpg", + "adult": false, + "overview": "A couple spend eternity in a castle until their reality starts to shift.", + "release_date": "2019-02-14" + } + ], + "page": 1, + "total_results": 30, + "dates": { + "maximum": "2019-02-18", + "minimum": "2019-02-01" + }, + "total_pages": 2 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientNetworkTests.json b/TMDbLibTests/Data/data-ClientNetworkTests.json new file mode 100644 index 0000000..fdcbdee --- /dev/null +++ b/TMDbLibTests/Data/data-ClientNetworkTests.json @@ -0,0 +1,73 @@ +[ + { + "RecordedAt": "2019-01-26T17:50:37.9619524Z", + "ReducedUri": "/3/network/174/alternative_names", + "RespData": { + "id": 174, + "results": [ + { + "name": "American Movie Classics", + "type": "1984–2002" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:31.7234341Z", + "ReducedUri": "/3/network/213", + "RespData": { + "headquarters": "Los Gatos, California, USA", + "homepage": "http://www.netflix.com", + "id": 213, + "name": "Netflix", + "origin_country": "" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:37.7554185Z", + "ReducedUri": "/3/network/213/images", + "RespData": { + "id": 213, + "logos": [ + { + "aspect_ratio": 3.73134328358209, + "file_path": "/wwemzKWzjKYJFfCeiB57q3r4Bcm.png", + "height": 268, + "id": "5a7a61b5c3a36821980020ff", + "file_type": ".svg", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:38.2576672Z", + "ReducedUri": "/3/network/999999999", + "RespData": { + "status_code": 34, + "status_message": "The resource you requested could not be found." + }, + "RespStatusCode": 404, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientPersonTests.json b/TMDbLibTests/Data/data-ClientPersonTests.json new file mode 100644 index 0000000..ee9717b --- /dev/null +++ b/TMDbLibTests/Data/data-ClientPersonTests.json @@ -0,0 +1,23256 @@ +[ + { + "RecordedAt": "2019-01-26T17:52:32.3776494Z", + "ReducedUri": "/3/configuration", + "RespData": { + "images": { + "base_url": "http://image.tmdb.org/t/p/", + "secure_base_url": "https://image.tmdb.org/t/p/", + "backdrop_sizes": [ + "w300", + "w780", + "w1280", + "original" + ], + "logo_sizes": [ + "w45", + "w92", + "w154", + "w185", + "w300", + "w500", + "original" + ], + "poster_sizes": [ + "w92", + "w154", + "w185", + "w342", + "w500", + "w780", + "original" + ], + "profile_sizes": [ + "w45", + "w185", + "h632", + "original" + ], + "still_sizes": [ + "w92", + "w185", + "w300", + "original" + ] + }, + "change_keys": [ + "adult", + "air_date", + "also_known_as", + "alternative_titles", + "biography", + "birthday", + "budget", + "cast", + "certifications", + "character_names", + "created_by", + "crew", + "deathday", + "episode", + "episode_number", + "episode_run_time", + "freebase_id", + "freebase_mid", + "general", + "genres", + "guest_stars", + "homepage", + "images", + "imdb_id", + "languages", + "name", + "network", + "origin_country", + "original_name", + "original_title", + "overview", + "parts", + "place_of_birth", + "plot_keywords", + "production_code", + "production_companies", + "production_countries", + "releases", + "revenue", + "runtime", + "season", + "season_number", + "season_regular", + "spoken_languages", + "status", + "tagline", + "title", + "translations", + "tvdb_id", + "tvrage_id", + "type", + "video", + "videos" + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:52.4761567Z", + "ReducedUri": "/3/person/1019?language=da", + "RespData": { + "birthday": "1965-11-22", + "known_for_department": "Acting", + "deathday": null, + "id": 1019, + "name": "Mads Mikkelsen", + "also_known_as": [ + "Mads Dittmann Mikkelsen", + "Mads Dittman Mikkelsen", + "Mads D. Mikkelsen", + "マッツ・ミケルセン", + "Мадс Миккельсен", + "مادس ميكلسن", + "마스 미켈센", + "麦斯·米科尔森", + "매즈 미켈슨", + "Мадс Міккельсен" + ], + "gender": 2, + "biography": "Mads Dittmann Mikkelsen, der er søn af fuldmægtig Henning Mikkelsen og hustru sygehjælper Bente Christiansen, voksede op på Nørrebro i København. I 11 år var han gymnast og gymnastikinstruktør i Gymnastikforeningen Gefion. Efter studentereksamen tilmeldte han sig et dansekursus for arbejdsløse. Det blev siden til otte års professionelt engagement i danseensemblet Mikado og han var to gange på Martha Grahams sommerskole i New York. Senere blev han også vikar for Vicky Leander på Daghøjskolen for dansk, drama og musik. Han blev skuespilleruddannet fra Århus Teaterskole i 1996 og debuterede som førsteelsker i \"Kunst\" på Århus Teater. Mads Mikkelsen har bl.a. stået på scenen i \"Paradis\" (1997), \"Længe siden\" (1999) og \"Fiaskospiralen\" (1999) på Dr. Dante’s Aveny samt \"Romeo og Julie\" (1998) på Østre Gasværk. Han filmdebuterede allerede i 1995 med en af hovedrollerne i novellefilmen \"Blomsterfangen\" I 1996 fik han sit store kunstneriske filmgennembrud som den kronragede slyngel Tonny i den banebrydende og meget rå film \"Pusher\". Han havde den ene af hovedrollerne i den danske film \"Vildspor\", rollen som Lenny i \"Bleeder\" og huskes som den våbengale Arne i Anders Thomas Jensens første spillefilm \"Blinkende Lygter\" (2000), der blev det helt store biografhit. I 2001 fik han også fænomenal succes i Hella Joofs biograffilm \"En kort, en lang\", hvor han spillede bøssen Jacob over for Troels Lyby. Siden 2005 har han haft international succes i film som \"King Arthur\" og især som storskurken Le Chiffre i James Bond- filmen \"Casino Royale\" fra 2006. I DR's politiserie \"Rejseholdet\" fik han sit folkelige gennembrud som politimanden Allan Fischer. Han er bror til skuespilleren Lars Mikkelsen. Mads Mikkelsen blev den 2. december 2000 gift med danserinde og koreograf Hanne Jacobsen (13-01-1961) og sammen har de to børn.", + "popularity": 8.193, + "place_of_birth": "Copenhagen, Denmark", + "profile_path": "/oQBzMxGTMOIVrFGUqHnWK5lB61G.jpg", + "adult": false, + "imdb_id": "nm0586568", + "homepage": "http://madsmikkelsen.com/" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:50.1161917Z", + "ReducedUri": "/3/person/1493793/changes?startDate=2019-01-12&endDate=2019-01-26", + "RespData": { + "changes": [ + { + "items": [ + { + "id": "5c4c4ecb0e0a26494dd29f8d", + "action": "added", + "time": "2019-01-26 12:12:59 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": { + "profile": { + "file_path": "/AssalT9wl88kSNEsBmsTv4PLCY9.jpg" + } + } + } + ], + "key": "images" + }, + { + "items": [ + { + "id": "5c4c4e8f0e0a263ccdd2f7b1", + "action": "added", + "time": "2019-01-26 12:11:59 UTC", + "iso_639_1": "pt", + "iso_3166_1": "BR", + "value": "Moa Batsow é um diretor de arte brasileiro." + } + ], + "key": "biography" + }, + { + "items": [ + { + "id": "5c4c4e170e0a26494fd370cc", + "action": "updated", + "time": "2019-01-26 12:09:59 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": "Art", + "original_value": "Writing" + } + ], + "key": "known_for_department" + }, + { + "items": [ + { + "id": "5c4c4e170e0a26494fd370cb", + "action": "updated", + "time": "2019-01-26 12:09:59 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": 2, + "original_value": 0 + } + ], + "key": "gender" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "ReducedUri": "/3/person/2226716/changes?startDate=2019-01-12&endDate=2019-01-26", + "RespData": { + "changes": [ + { + "items": [ + { + "id": "5c4c4a18c3a368049c83a170", + "action": "added", + "time": "2019-01-26 11:52:56 UTC", + "iso_639_1": "pl", + "iso_3166_1": "PL", + "value": "Wacław Stępień" + } + ], + "key": "name" + }, + { + "items": [ + { + "id": "5c4c4a18c3a368049c83a16f", + "action": "added", + "time": "2019-01-26 11:52:56 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": 0 + } + ], + "key": "gender" + }, + { + "items": [ + { + "id": "5c4c4a18c3a368049c83a16e", + "action": "updated", + "time": "2019-01-26 11:52:56 UTC", + "iso_639_1": "", + "iso_3166_1": "", + "value": false + } + ], + "key": "adult" + }, + { + "items": [ + { + "id": "5c4c4a18c3a368049c83a16d", + "action": "created", + "time": "2019-01-26 11:52:56 UTC", + "iso_639_1": "", + "iso_3166_1": "" + } + ], + "key": "general" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:33.5615973Z", + "ReducedUri": "/3/person/62", + "RespData": { + "birthday": "1955-03-19", + "known_for_department": "Acting", + "deathday": null, + "id": 62, + "name": "Bruce Willis", + "also_known_as": [ + "Брюс Уиллис", + "ブルース・ウィリス", + "بروس ويليس", + "브루스 윌리스", + "บรูซ วิลลิส", + "布鲁斯·威利斯", + "ברוס וויליס" + ], + "gender": 2, + "biography": "Walter Bruce Willis, better known as Bruce Willis, is an American actor and producer. His career began in television in the 1980s and has continued both in television and film since, including comedic, dramatic, and action roles. He is well known for the role of John McClane in the Die Hard series.\n\nWillis was born in Idar-Oberstein, West Germany, the son of a Kassel-born German, Marlene, who worked in a bank, and David Willis, an American soldier. Willis is the eldest of four children.\n\nAt the premiere for the film Stakeout, Willis met actress Demi Moore. They married on November 21, 1987 and had three daughters before the couple divorced on October 18, 2000.\n\nSince the divorce he has dated models Maria Bravo Rosado and Emily Sandberg; he was engaged to Brooke Burns until they broke up in 2004 after ten months together. He married Emma Heming on March 21, 2009.", + "popularity": 17.767, + "place_of_birth": "Idar-Oberstein, Germany", + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "adult": false, + "imdb_id": "nm0000246", + "homepage": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:33.6725579Z", + "ReducedUri": "/3/person/62/external_ids", + "RespData": { + "id": 62, + "twitter_id": null, + "facebook_id": "ActorBruceWillis", + "tvrage_id": 10183, + "instagram_id": null, + "freebase_mid": "/m/0h7pj", + "imdb_id": "nm0000246", + "freebase_id": "/en/bruce_willis" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:32.4904449Z", + "ReducedUri": "/3/person/62/images", + "RespData": { + "profiles": [ + { + "iso_639_1": null, + "width": 1800, + "height": 2700, + "vote_count": 2, + "vote_average": 5.246, + "file_path": "/pmOyuM09apvEssRCBg0JH6dCncK.jpg", + "aspect_ratio": 0.66666666666667 + }, + { + "iso_639_1": null, + "width": 300, + "height": 450, + "vote_count": 5, + "vote_average": 4.9439775910364, + "file_path": "/5V9vDRFw7MWt0TNTDbLSc6NN0Dw.jpg", + "aspect_ratio": 0.66666666666667 + }, + { + "iso_639_1": null, + "width": 1000, + "height": 1500, + "vote_count": 4, + "vote_average": 5.2452025586354, + "file_path": "/zoTPQXh3qLd0Nj8JCVZqdWowQw7.jpg", + "aspect_ratio": 0.66666666666667 + }, + { + "iso_639_1": null, + "width": 1000, + "height": 1500, + "vote_count": 7, + "vote_average": 5.32, + "file_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "aspect_ratio": 0.66666666666667 + }, + { + "iso_639_1": null, + "width": 1976, + "height": 3000, + "vote_count": 7, + "vote_average": 5, + "file_path": "/szRtf6oUR9cT6whTbRc5sCQGi8a.jpg", + "aspect_ratio": 0.65866666666667 + }, + { + "iso_639_1": null, + "width": 2000, + "height": 3000, + "vote_count": 3, + "vote_average": 5.04329004329, + "file_path": "/j5QJ0UNqBeu7goKUrpfwCRQG7wU.jpg", + "aspect_ratio": 0.66666666666667 + }, + { + "iso_639_1": null, + "width": 300, + "height": 450, + "vote_count": 2, + "vote_average": 5.246, + "file_path": "/7UiCn2srvVfYjyORa8CldFW8lOX.jpg", + "aspect_ratio": 0.66666666666667 + }, + { + "iso_639_1": null, + "width": 1400, + "height": 2100, + "vote_count": 3, + "vote_average": 5.318, + "file_path": "/2B7RySy2WMVJKKEFN2XA3IFb8w0.jpg", + "aspect_ratio": 0.66666666666667 + } + ], + "id": 62 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:33.4188534Z", + "ReducedUri": "/3/person/62/movie_credits", + "RespData": { + "cast": [ + { + "character": "Leo", + "credit_id": "52fe420dc3a36847f80001bb", + "poster_path": "/eQs5hh9rxrk1m4xHsIz1w11Ngqb.jpg", + "id": 5, + "video": false, + "vote_count": 1050, + "adult": false, + "backdrop_path": "/3EqYpbGCE9S5GddU2K4cYzP5UmI.jpg", + "genre_ids": [ + 35, + 80 + ], + "original_language": "en", + "original_title": "Four Rooms", + "popularity": 10.974, + "title": "Four Rooms", + "vote_average": 6.3, + "overview": "It's Ted the Bellhop's first night on the job...and the hotel's very unusual guests are about to place him in some outrageous predicaments. It seems that this evening's room service is serving up one unbelievable happening after another.", + "release_date": "1995-12-25" + }, + { + "character": "Korben Dallas", + "credit_id": "52fe420fc3a36847f8000b53", + "poster_path": "/zaFa1NRZEnFgRTv5OVXkNIZO78O.jpg", + "id": 18, + "video": false, + "vote_count": 5778, + "adult": false, + "backdrop_path": "/qlGoGQSVMzIjGbpvXzZUOH1FjNu.jpg", + "genre_ids": [ + 12, + 14, + 28, + 53, + 878 + ], + "original_language": "en", + "original_title": "The Fifth Element", + "popularity": 17.974, + "title": "The Fifth Element", + "vote_average": 7.4, + "overview": "In 2257, a taxi driver is unintentionally given the task of saving a young girl who is part of the key that will ensure the survival of humanity.", + "release_date": "1997-05-09" + }, + { + "character": "James Cole", + "credit_id": "52fe4212c3a36847f8001b31", + "poster_path": "/6Sj9wDu3YugthXsU0Vry5XFAZGg.jpg", + "id": 63, + "video": false, + "vote_count": 4014, + "adult": false, + "backdrop_path": "/6KXbhaxkgExC5EdDqAzRinhmoZ8.jpg", + "genre_ids": [ + 878, + 53, + 9648 + ], + "original_language": "en", + "original_title": "Twelve Monkeys", + "popularity": 16.244, + "title": "Twelve Monkeys", + "vote_average": 7.5, + "overview": "In the year 2035, convict James Cole reluctantly volunteers to be sent back in time to discover the origin of a deadly virus that wiped out nearly all of the earth's population and forced the survivors into underground communities. But when Cole is mistakenly sent to 1990 instead of 1996, he's arrested and locked up in a mental hospital. There he meets psychiatrist Dr. Kathryn Railly, and patient Jeffrey Goines, the son of a famous virus expert, who may hold the key to the mysterious rogue group, the Army of the 12 Monkeys, thought to be responsible for unleashing the killer disease.", + "release_date": "1995-12-29" + }, + { + "character": "Harry S. Stamper", + "credit_id": "52fe4216c3a36847f800316b", + "poster_path": "/coINnuCzcw5FMHBty8hcudMOBnO.jpg", + "id": 95, + "video": false, + "vote_count": 3951, + "adult": false, + "backdrop_path": "/lI3qV4kiSg0BvE6gelzV0tPAoFK.jpg", + "genre_ids": [ + 28, + 53, + 878, + 12 + ], + "original_language": "en", + "original_title": "Armageddon", + "popularity": 15.744, + "title": "Armageddon", + "vote_average": 6.6, + "overview": "When an asteroid threatens to collide with Earth, NASA honcho Dan Truman determines the only way to stop it is to drill into its surface and detonate a nuclear bomb. This leads him to renowned driller Harry Stamper, who agrees to helm the dangerous space mission provided he can bring along his own hotshot crew. Among them is the cocksure A.J. who Harry thinks isn't good enough for his daughter, until the mission proves otherwise.", + "release_date": "1998-07-01" + }, + { + "character": "Bruce Willis (uncredited)", + "credit_id": "52fe4221c3a36847f8006329", + "poster_path": "/nS3iDLQuy13XY1JH58NNl1rCuNN.jpg", + "id": 163, + "video": false, + "vote_count": 3600, + "adult": false, + "backdrop_path": "/lsOrQB1fObiyf6aHQeP4HBfNvK0.jpg", + "genre_ids": [ + 80, + 53 + ], + "original_language": "en", + "original_title": "Ocean's Twelve", + "popularity": 13.183, + "title": "Ocean's Twelve", + "vote_average": 6.5, + "overview": "Danny Ocean reunites with his old flame and the rest of his merry band of thieves in carrying out three huge heists in Rome, Paris and Amsterdam – but a Europol agent is hot on their heels.", + "release_date": "2004-12-10" + }, + { + "character": "Mr. Goodkat", + "credit_id": "52fe4224c3a36847f80072ab", + "poster_path": "/jtKq0EtothAzWlnRBBWGCA8uFuu.jpg", + "id": 186, + "video": false, + "vote_count": 2052, + "adult": false, + "backdrop_path": "/8nvayG5l0urcjvvpszoECDqLWzD.jpg", + "genre_ids": [ + 80, + 18, + 9648, + 53 + ], + "original_language": "en", + "original_title": "Lucky Number Slevin", + "popularity": 12.68, + "title": "Lucky Number Slevin", + "vote_average": 7.5, + "overview": "Slevin is mistakenly put in the middle of a personal war between the city’s biggest criminal bosses. Under constant watch, Slevin must try not to get killed by an infamous assassin and come up with an idea of how to get out of his current dilemma. A film with many twists and turns.", + "release_date": "2006-04-07" + }, + { + "character": "Det. John Hartigan", + "credit_id": "52fe4224c3a36847f800737f", + "release_date": "2005-04-01", + "vote_count": 4214, + "video": false, + "adult": false, + "vote_average": 7.4, + "title": "Sin City", + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "original_title": "Sin City", + "popularity": 14.958, + "id": 187, + "backdrop_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "overview": "Welcome to Sin City. This town beckons to the tough, the corrupt, the brokenhearted. Some call it dark… Hard-boiled. Then there are those who call it home — Crooked cops, sexy dames, desperate vigilantes. Some are seeking revenge, others lust after redemption, and then there are those hoping for a little of both. A universe of unlikely and reluctant heroes still trying to do the right thing in a city that refuses to care.", + "poster_path": "/vKJVGOKPyWqp9d2EX5NH1liqRqR.jpg" + }, + { + "character": "Hartigan", + "credit_id": "52fe4224c3a36847f8007491", + "poster_path": "/k80qKrJ0qQ6ocVo5N932stNSg6j.jpg", + "id": 189, + "video": false, + "vote_count": 2040, + "adult": false, + "backdrop_path": "/khzRw7ZDE3NIrYpe0RYyB864FPT.jpg", + "genre_ids": [ + 80, + 53 + ], + "original_language": "en", + "original_title": "Sin City: A Dame to Kill For", + "popularity": 16.196, + "title": "Sin City: A Dame to Kill For", + "vote_average": 6.3, + "overview": "Some of Sin City's most hard-boiled citizens cross paths with a few of its more reviled inhabitants.", + "release_date": "2014-08-22" + }, + { + "character": "John McClane", + "credit_id": "52fe4252c3a36847f801543f", + "poster_path": "/mc7MubOLcIw3MDvnuQFrO9psfCa.jpg", + "id": 562, + "video": false, + "vote_count": 5775, + "adult": false, + "backdrop_path": "/eg049B1TJdWuKuyKowNmhZxNToc.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "Die Hard", + "popularity": 26.241, + "title": "Die Hard", + "vote_average": 7.6, + "overview": "NYPD cop John McClane's plan to reconcile with his estranged wife is thrown for a serious loop when, minutes after he arrives at her office, the entire building is overtaken by a group of terrorists. With little help from the LAPD, wisecracking McClane sets out to single-handedly rescue the hostages and bring the bad guys down.", + "release_date": "1988-07-15" + }, + { + "character": "Butch Coolidge", + "credit_id": "52fe4269c3a36847f801ca95", + "poster_path": "/dM2w364MScsjFf8pfMbaWUcWrR.jpg", + "id": 680, + "video": false, + "vote_count": 13904, + "adult": false, + "backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg", + "genre_ids": [ + 53, + 80 + ], + "original_language": "en", + "original_title": "Pulp Fiction", + "popularity": 32.231, + "title": "Pulp Fiction", + "vote_average": 8.4, + "overview": "A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.", + "release_date": "1994-10-14" + }, + { + "character": "Malcolm Crowe", + "credit_id": "52fe426fc3a36847f801e74b", + "poster_path": "/imps263dHNe3SuoaAJORZyNTdDT.jpg", + "id": 745, + "video": false, + "vote_count": 5533, + "adult": false, + "backdrop_path": "/1X6F9OvfaWl6AGcCdqYl8icxG9z.jpg", + "genre_ids": [ + 9648, + 53, + 18 + ], + "original_language": "en", + "original_title": "The Sixth Sense", + "popularity": 16.609, + "title": "The Sixth Sense", + "vote_average": 7.9, + "overview": "A psychological thriller about an eight year old boy named Cole Sear who believes he can see into the world of the dead. A child psychologist named Malcolm Crowe comes to Cole to help him deal with his problem, learning that he really can see ghosts of dead people.", + "release_date": "1999-08-06" + }, + { + "character": "Walter Davis", + "credit_id": "52fe428dc3a36847f80276a3", + "poster_path": "/bEoiguUvgIm2V2KC8Yn5aT1ddsW.jpg", + "id": 918, + "video": false, + "vote_count": 190, + "adult": false, + "backdrop_path": "/wqCaOtRz1Bs6U8C0umTWLvxTTgo.jpg", + "genre_ids": [ + 35, + 10749 + ], + "original_language": "en", + "original_title": "Blind Date", + "popularity": 5.36, + "title": "Blind Date", + "vote_average": 5.8, + "overview": "When bachelor Walter Davis (Bruce Willis) is set up with his sister-in-law's pretty cousin, Nadia Gates (Kim Basinger), a seemingly average blind date turns into a chaotic night on the town. Walter's brother, Ted (Phil Hartman), tells him not to let Nadia drink alcohol, but he dismisses the warning, and her behavior gets increasingly wild. Walter and Nadia's numerous incidents are made even worse as her former lover David (John Larroquette) relentlessly follows them around town.", + "release_date": "1987-03-27" + }, + { + "character": "John McClane", + "credit_id": "52fe42fec3a36847f8032857", + "poster_path": "/pHWgbaXiQD2nmex7u8Xv6XmhaZS.jpg", + "id": 1571, + "video": false, + "vote_count": 3075, + "adult": false, + "backdrop_path": "/74J904knbahSF7csIEfmRtmdi0t.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "Live Free or Die Hard", + "popularity": 18.088, + "title": "Live Free or Die Hard", + "vote_average": 6.5, + "overview": "John McClane is back and badder than ever, and this time he's working for Homeland Security. He calls on the services of a young hacker in his bid to stop a ring of Internet terrorists intent on taking control of America's computer infrastructure.", + "release_date": "2007-06-27" + }, + { + "character": "John McClane", + "credit_id": "52fe42ffc3a36847f803297b", + "poster_path": "/ivpXGcsPZglyYrN65THWSD7JM3q.jpg", + "id": 1572, + "video": false, + "vote_count": 3040, + "adult": false, + "backdrop_path": "/aJCEQFFXNcfg5YneJzTG15qzxF7.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "Die Hard: With a Vengeance", + "popularity": 17.181, + "title": "Die Hard: With a Vengeance", + "vote_average": 7.1, + "overview": "New York detective John McClane is back and kicking bad-guy butt in the third installment of this action-packed series, which finds him teaming with civilian Zeus Carver to prevent the loss of innocent lives. McClane thought he'd seen it all, until a genius named Simon engages McClane, his new \"partner\" -- and his beloved city -- in a deadly game that demands their concentration.", + "release_date": "1995-05-19" + }, + { + "character": "John McClane", + "credit_id": "52fe42ffc3a36847f8032a27", + "poster_path": "/zSgL998DXaljsCmwQuwDM8Ak4rV.jpg", + "id": 1573, + "video": false, + "vote_count": 2769, + "adult": false, + "backdrop_path": "/kywkOlRpYtfVlar41R1s8lO46vD.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "Die Hard 2", + "popularity": 17.768, + "title": "Die Hard 2", + "vote_average": 6.8, + "overview": "Off-duty cop John McClane is gripped with a feeling of déjà vu when, on a snowy Christmas Eve in the nation’s capital, terrorists seize a major international airport, holding thousands of holiday travelers hostage. Renegade military commandos led by a murderous rogue officer plot to rescue a drug lord from justice and are prepared for every contingency except one: McClane’s smart-mouthed heroics.", + "release_date": "1990-07-02" + }, + { + "character": "Lieutenant Muldoon", + "credit_id": "52fe4329c3a36847f803f193", + "poster_path": "/7Yjzttt0VfPphSsUg8vFUO9WaEt.jpg", + "id": 1992, + "video": false, + "vote_count": 1667, + "adult": false, + "backdrop_path": "/a2zIKDg5QGFc2vzdaPXT7uZKipe.jpg", + "genre_ids": [ + 27, + 28, + 53 + ], + "original_language": "en", + "original_title": "Planet Terror", + "popularity": 11.13, + "title": "Planet Terror", + "vote_average": 6.6, + "overview": "Two doctors find their graveyard shift inundated with townspeople ravaged by sores. Among the wounded is Cherry, a dancer whose leg was ripped from her body. As the invalids quickly become enraged aggressors, Cherry and her ex-boyfriend Wray lead a team of accidental warriors into the night.", + "release_date": "2007-04-06" + }, + { + "character": "Jeff Talley", + "credit_id": "52fe432ec3a36847f8040619", + "poster_path": "/simhaVNOea3uhRUM0gT8WdidEto.jpg", + "id": 2026, + "video": false, + "vote_count": 776, + "adult": false, + "backdrop_path": "/g7wkbceph08nz6tCXpQvoCJH8aP.jpg", + "genre_ids": [ + 9648, + 18, + 53, + 80 + ], + "original_language": "en", + "original_title": "Hostage", + "popularity": 9.793, + "title": "Hostage", + "vote_average": 6.3, + "overview": "When a mafia accountant is taken hostage on his beat, a police officer – wracked by guilt from a prior stint as a negotiator – must negotiate the standoff, even as his own family is held captive by the mob.", + "release_date": "2005-03-11" + }, + { + "character": "Jimmy \"Tulipán\" Tudeski", + "credit_id": "52fe4331c3a36847f80418c1", + "poster_path": "/rnXnZrKipVb8v4mS2Oo6Ga2O0fg.jpg", + "id": 2069, + "video": false, + "vote_count": 842, + "adult": false, + "backdrop_path": "/1Qdk7B4hFLdQO8OTWDhcVAqcdTk.jpg", + "genre_ids": [ + 35, + 80 + ], + "original_language": "en", + "original_title": "The Whole Nine Yards", + "popularity": 9.597, + "title": "The Whole Nine Yards", + "vote_average": 6.4, + "overview": "A mobster named Jimmy the Tulip agrees to cooperate with an FBI investigation in order to stay out of prison; he's relocated by the authorities to a life of suburban anonymity as part of a witness protection program. It's not long before a couple of his new neighbors figure out his true identity and come knocking to see if he'd be up for one more hit, suburban style.", + "release_date": "2000-02-18" + }, + { + "character": "Jimmy \"Tulipán\" Tudeski", + "credit_id": "52fe4338c3a36847f80436b1", + "poster_path": "/pc2xIaRjmOxBiVqluPISzHRTKSr.jpg", + "id": 2122, + "video": false, + "vote_count": 432, + "adult": false, + "backdrop_path": "/A4iX2LXAhJwMtBER8T2ewgITXsK.jpg", + "genre_ids": [ + 35, + 80, + 53 + ], + "original_language": "en", + "original_title": "The Whole Ten Yards", + "popularity": 7.12, + "title": "The Whole Ten Yards", + "vote_average": 5.6, + "overview": "Jimmy 'The Tulip' Tudeski now spends his days compulsively cleaning his house and perfecting his culinary skills with his wife, Jill, a purported assassin who has yet to pull off a clean hit. Suddenly, an uninvited and unwelcome connection to their past unexpectedly shows up on Jimmy and Jill's doorstep; it's Oz, and he's begging them to help him rescue his wife, Cynthia.", + "release_date": "2004-04-09" + }, + { + "character": "Dr. Bill Capa", + "credit_id": "52fe4338c3a36847f804380b", + "poster_path": "/oRkE88VuZsG4dK4mz1DKxnAkemq.jpg", + "id": 2124, + "video": false, + "vote_count": 191, + "adult": false, + "backdrop_path": "/p0OQNh9Sdg7EqKQyWYOG3skGAa2.jpg", + "genre_ids": [ + 18, + 53, + 10749 + ], + "original_language": "en", + "original_title": "Color of Night", + "popularity": 8.433, + "title": "Color of Night", + "vote_average": 5.4, + "overview": "When New York psychiatrist Bill Capa visits Los Angeles to take over his murdered colleague's therapy group, he finds himself embroiled in the thick of a mystery when he bumps into Rose and begins a torrid affair.", + "release_date": "1994-08-19" + }, + { + "character": "Jack Mosley", + "credit_id": "52fe4341c3a36847f804622b", + "poster_path": "/wpKBLDjNRddmH6N32ni4bASogt8.jpg", + "id": 2207, + "video": false, + "vote_count": 987, + "adult": false, + "backdrop_path": "/31SqCV9NfHvGJ8n7v60fV3oMobZ.jpg", + "genre_ids": [ + 28, + 12, + 80, + 53 + ], + "original_language": "en", + "original_title": "16 Blocks", + "popularity": 9.26, + "title": "16 Blocks", + "vote_average": 6.3, + "overview": "An aging cop is assigned the ordinary task of escorting a fast-talking witness from police custody to a courthouse, but they find themselves running the gauntlet as other forces try to prevent them from getting there.", + "release_date": "2006-03-03" + }, + { + "character": "Himself", + "credit_id": "52fe43689251416c7500f357", + "poster_path": "/eoQ9H9CEySIYSPElKn2VRVY0MEa.jpg", + "id": 10403, + "video": false, + "vote_count": 271, + "adult": false, + "backdrop_path": "/tKyxF6ZyxF65CcJKBKId1VavpGP.jpg", + "genre_ids": [ + 35, + 18, + 80 + ], + "original_language": "en", + "original_title": "The Player", + "popularity": 8.491, + "title": "The Player", + "vote_average": 7.1, + "overview": "A Hollywood studio executive is being sent death threats by a writer whose script he rejected - but which one?", + "release_date": "1992-04-03" + }, + { + "character": "Joshep Blake", + "credit_id": "52fe438cc3a36847f805cb53", + "poster_path": "/3wTzOr0CekiBJZL7ZiNE2y2H16N.jpg", + "id": 3172, + "video": false, + "vote_count": 471, + "adult": false, + "backdrop_path": "/k86wUuUvPVZvM3zwxEhImpfyLq0.jpg", + "genre_ids": [ + 28, + 35, + 80, + 10749 + ], + "original_language": "en", + "original_title": "Bandits", + "popularity": 7.986, + "title": "Bandits", + "vote_average": 6.2, + "overview": "Two bank robbers fall in love with the girl they've kidnapped.", + "release_date": "2001-10-12" + }, + { + "character": "Muddy Grimes (voice)", + "credit_id": "52fe438dc3a36847f805cf0f", + "poster_path": "/2pW1iACRzmb9OOIhzflYYt3S3s9.jpg", + "id": 3179, + "video": false, + "vote_count": 264, + "adult": false, + "backdrop_path": "/myc2N1GjIKLTjSbIzmI0KEXdaPB.jpg", + "genre_ids": [ + 16, + 35 + ], + "original_language": "en", + "original_title": "Beavis and Butt-Head Do America", + "popularity": 8.431, + "title": "Beavis and Butt-Head Do America", + "vote_average": 6.6, + "overview": "Mike Judge's slacker duo, Beavis and Butt-Head, wake to discover their TV has been stolen. Their search for a new one takes them on a clueless adventure across America where they manage to accidentally become America's most wanted.", + "release_date": "1996-12-15" + }, + { + "character": "Col. William A. McNamara", + "credit_id": "52fe438f9251416c750151d7", + "poster_path": "/yRUhSU7vzs5ePa72LNPcKKCCMZ5.jpg", + "id": 10592, + "video": false, + "vote_count": 375, + "adult": false, + "backdrop_path": "/7A6IWD6tA5h1zeVXJ8KtfqvDPmS.jpg", + "genre_ids": [ + 18, + 10752 + ], + "original_language": "en", + "original_title": "Hart's War", + "popularity": 8.062, + "title": "Hart's War", + "vote_average": 6.2, + "overview": "Fourth-generation Army Col. William McNamara is imprisoned in a brutal German POW camp. Still, as the senior-ranking American officer, he commands his fellow inmates, keeping a sense of honor alive in a place where honor is easy to destroy, all under the dangerous eye of the Luftwafe vetran Col. Wilhelm Visser. Never giving up the fight to win the war, McNamara is silently planning, waiting for his moment to strike back at the enemy. A murder in the camp gives him the chance to set a risky plan in motion. With a court martial to keep Visser and the Germans distracted, McNamara orchestrates a cunning scheme to escape and destroy a nearby munitions plant, enlisting the unwitting help of young Lt. Tommy Hart. Together with his men, McNamara uses a hero's resolve to carry out his mission, ultimately forced to weigh the value of his life against the good of his country.", + "release_date": "2002-02-15" + }, + { + "character": "Russell Duritz", + "credit_id": "52fe43b5c3a36847f80695f3", + "poster_path": "/bTsn3l3QLmtKGPnOkKWpLObOgu7.jpg", + "id": 4244, + "video": false, + "vote_count": 396, + "adult": false, + "backdrop_path": "/Arx6cOLuB47jwldV7eW4Bt4kAmd.jpg", + "genre_ids": [ + 35, + 14, + 10751 + ], + "original_language": "en", + "original_title": "The Kid", + "popularity": 9.788, + "title": "The Kid", + "vote_average": 6.2, + "overview": "Powerful businessman Russ Duritz is self-absorbed and immersed in his work. But by the magic of the moon, he meets Rusty, a chubby, charming 8-year-old version of himself who can't believe he could turn out so badly -- with no life and no dog. With Rusty's help, Russ is able to reconcile the person he used to dream of being with the man he's actually become.", + "release_date": "2000-07-07" + }, + { + "character": "The Jackal", + "credit_id": "52fe43dcc3a36847f8074b4b", + "poster_path": "/6Hh2ROGTRKdbUfEXVVv5fNhmXK3.jpg", + "id": 4824, + "video": false, + "vote_count": 820, + "adult": false, + "backdrop_path": "/ckpSxGKHrzUg8Kh4zVvrDKofdeJ.jpg", + "genre_ids": [ + 28, + 53, + 12, + 80 + ], + "original_language": "en", + "original_title": "The Jackal", + "popularity": 11.601, + "title": "The Jackal", + "vote_average": 6.2, + "overview": "Hired by a powerful member of the Russian mafia to avenge an FBI sting that left his brother dead, a psychopathic hitman known only as The Jackal proves an elusive target for the people charged with the task of bringing him down: a deputy FBI director, a Russian MVK Major, and a jailed IRA terrorist who can recognize him.", + "release_date": "1997-11-14" + }, + { + "character": "Det. Tom Hardy", + "credit_id": "52fe43f29251416c75023ceb", + "poster_path": "/1bLazrQWJQhO6u58vJZXJZ3ZFDh.jpg", + "id": 11074, + "video": false, + "vote_count": 343, + "adult": false, + "backdrop_path": "/nNn1pStpiA0VEhT09GbwIdSG0ik.jpg", + "genre_ids": [ + 80, + 28, + 9648, + 53 + ], + "original_language": "en", + "original_title": "Striking Distance", + "popularity": 7.738, + "title": "Striking Distance", + "vote_average": 5.7, + "overview": "Coming from a police family, Tom Hardy ends up fighting his uncle after the murder of his father. Tom believes the killer is another cop, and goes on the record with his allegations. Demoted to water-way duty Tom, along with new partner Jo Christman, navigate the three rivers looking for clues and discovering bodies. This time the victims are women Tom knows, he must find the killer to prove his innocence.", + "release_date": "1993-09-17" + }, + { + "character": "Himself", + "credit_id": "52fe44259251416c9100668f", + "release_date": "1997-01-01", + "vote_count": 10, + "video": false, + "adult": false, + "vote_average": 6.3, + "title": "The Hamster Factor and Other Tales of Twelve Monkeys", + "genre_ids": [ + 99 + ], + "original_language": "en", + "original_title": "The Hamster Factor and Other Tales of Twelve Monkeys", + "popularity": 0.897, + "id": 30565, + "backdrop_path": null, + "overview": "A documentary following Terry Gilliam through the creation of \"12 Monkeys\"", + "poster_path": "/uDvfFl3AhMAUNBzvH7OyiHlGtkp.jpg" + }, + { + "character": "James Urbanski", + "credit_id": "52fe44409251416c9100a1f9", + "poster_path": "/xXWYaBHxe5qxkADZeNfdfpb8Yj.jpg", + "id": 30815, + "video": false, + "vote_count": 67, + "adult": false, + "backdrop_path": "/bob5ysB7qHXrMvnUOdrcTZ2OvMn.jpg", + "genre_ids": [ + 18, + 9648, + 53 + ], + "original_language": "en", + "original_title": "Mortal Thoughts", + "popularity": 3.096, + "title": "Mortal Thoughts", + "vote_average": 5.4, + "overview": "A loathsome man ends up dead, but it's not clear who's to blame. If ever a person got what he deserved, it's James Urbanksi, an abusive drunk who steals from his wife, Joyce, and promises her close friend Cynthia Kellogg that she'll be the next target of his rage. At a group outing, James bleeds to death after someone cuts his throat. But because he's such a terrible human being, police aren't sure which of his acquaintances decided to kill him.", + "release_date": "1991-04-19" + }, + { + "character": "Carl Roebuck", + "credit_id": "52fe44629251416c75032de9", + "poster_path": "/3mbJyBFsryL6wcSuEwHXvpzdOYa.jpg", + "id": 11593, + "video": false, + "vote_count": 98, + "adult": false, + "backdrop_path": "/spgT4i6EMUkToYN337QFpAUOZmq.jpg", + "genre_ids": [ + 18, + 35 + ], + "original_language": "en", + "original_title": "Nobody's Fool", + "popularity": 5.727, + "title": "Nobody's Fool", + "vote_average": 7, + "overview": "Sully is a rascally ne'er-do-well approaching retirement age. While he is pressing a worker's compensation suit for a bad knee, he secretly works for his nemesis, Carl, and flirts with Carl's young wife Toby. Sully's long- forgotten son and family have moved back to town, so Sully faces unfamiliar family responsibilities. Meanwhile, Sully's landlady's banker son plots to push through a new development and evict Sully from his mother's life.", + "release_date": "1994-12-23" + }, + { + "character": "Harrison Hill", + "credit_id": "52fe4472c3a36847f80967fb", + "poster_path": "/fKkabVcVNKTTgsR4ElklI5bXDU1.jpg", + "id": 7183, + "video": false, + "vote_count": 390, + "adult": false, + "backdrop_path": "/pV2lgUmt1lheXdyb4uOryjiicOa.jpg", + "genre_ids": [ + 80, + 18, + 9648, + 53 + ], + "original_language": "en", + "original_title": "Perfect Stranger", + "popularity": 7.237, + "title": "Perfect Stranger", + "vote_average": 5.8, + "overview": "A journalist goes undercover to ferret out businessman Harrison Hill as her best friend's killer. Posing as one of his temps, she enters into a game of online cat-and-mouse.", + "release_date": "2007-04-19" + }, + { + "character": "Jimmy Monroe", + "credit_id": "52fe4475c3a368484e0242eb", + "poster_path": "/cSkPYnVsD7MRNXPhkhBv3Mcxx39.jpg", + "id": 23742, + "video": false, + "vote_count": 749, + "adult": false, + "backdrop_path": "/3rRAYIwh1FhdijYkSDgPFhQTTI9.jpg", + "genre_ids": [ + 28, + 35, + 80 + ], + "original_language": "en", + "original_title": "Cop Out", + "popularity": 7.026, + "title": "Cop Out", + "vote_average": 5.3, + "overview": "Detectives Jimmy and Paul, despite nine years as partners, can still sometimes seem like polar opposites – especially when Paul's unpredictable antics get them suspended without pay. Already strapped for cash and trying to pay for his daughter's wedding, Jimmy decides to sell a rare baseball card that's worth tens of thousands. Unfortunately, when the collector's shop is robbed and the card vanishes with the crook, Paul and Jimmy end up going rogue, tracking down the card and the drug ring behind its theft, all on their own time, and without any backup – except for each other.", + "release_date": "2010-02-26" + }, + { + "character": "Sonny Truelove", + "credit_id": "52fe447ec3a36847f809974b", + "release_date": "2006-01-27", + "vote_count": 669, + "video": false, + "adult": false, + "vote_average": 6.6, + "title": "Alpha Dog", + "genre_ids": [ + 80, + 18 + ], + "original_language": "en", + "original_title": "Alpha Dog", + "popularity": 8.205, + "id": 7457, + "backdrop_path": "/LxmZLr6VHeibkq5DG0LvRKJWrX.jpg", + "overview": "Johnny Truelove likes to see himself as tough. He's the son of an underworld figure and a drug dealer. Johnny also likes to get tough when things don't go his way. When Jake Mazursky fails to pay up for Johnny, things get worse for the Mazursky family, as Johnny and his 'gang' kidnap Jake's 15 year old brother and holds him hostage. Problem now is what to do with 'stolen boy?'", + "poster_path": "/t9pirEsDxe102mSQGoDZWBbdcCD.jpg" + }, + { + "character": "RJ (voice)", + "credit_id": "52fe4482c3a36847f809a4cd", + "poster_path": "/fGvoD6n6blbFprgbl3BJ2U8YHSF.jpg", + "id": 7518, + "video": false, + "vote_count": 2091, + "adult": false, + "backdrop_path": "/vZSJZZ178D40pwzRXkKqQKjLU7X.jpg", + "genre_ids": [ + 35, + 16, + 10751 + ], + "original_language": "en", + "original_title": "Over the Hedge", + "popularity": 15.369, + "title": "Over the Hedge", + "vote_average": 6.4, + "overview": "A scheming raccoon fools a mismatched family of forest creatures into helping him repay a debt of food, by invading the new suburban sprawl that popped up while they were hibernating – and learns a lesson about family himself.", + "release_date": "2006-05-19" + }, + { + "character": "Narrator", + "credit_id": "52fe448a9251416c910145d5", + "poster_path": "/4k5JshQ6kGLtI7paXAVAuC1o4t4.jpg", + "id": 31586, + "video": false, + "vote_count": 115, + "adult": false, + "backdrop_path": "/5MgwfgJ4jLM8eXbq0BX2d1OPni6.jpg", + "genre_ids": [ + 35, + 18, + 14, + 878, + 10751 + ], + "original_language": "en", + "original_title": "North", + "popularity": 5.636, + "title": "North", + "vote_average": 5.1, + "overview": "Eleven-year-old North has had it with his parents. They are always busy with their careers and don't give North the attention he needs, so he files a lawsuit against them. The judge rules that North should either find new parents or return to his own parents within two months. Thus north starts off on an hilarious journey around the world to find the parents that really care about him.", + "release_date": "1994-07-22" + }, + { + "character": "Harry Rydell", + "credit_id": "52fe449ec3a36847f80a07c9", + "release_date": "2006-05-16", + "vote_count": 148, + "video": false, + "adult": false, + "vote_average": 6, + "title": "Fast Food Nation", + "genre_ids": [ + 35, + 18, + 53 + ], + "original_language": "en", + "original_title": "Fast Food Nation", + "popularity": 6.325, + "id": 8324, + "backdrop_path": "/3h6dgVGh9n0KhnFlTtTXADlj5hh.jpg", + "overview": "Inspired by author Eric Schlosser's New York Times best-seller of the same name, director Richard Linklater's ensemble drama examines the health issues and social consequences of America's love affair with fast food and features an all-star cast that includes Greg Kinnear, Ethan Hawke, Kris Kristofferson, Patricia Arquette, and Luis Guzman.", + "poster_path": "/s13uyUCCYs7zKj4MqsAPdK0lN4X.jpg" + }, + { + "character": "Art Jeffries", + "credit_id": "52fe44bec3a36847f80a785b", + "poster_path": "/2vEQLyrH0uKgjvLzYmYc9coNrgI.jpg", + "id": 8838, + "video": false, + "vote_count": 594, + "adult": false, + "backdrop_path": "/pQvqotL0tjP6kuNoxq7eAPXicrk.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "original_title": "Mercury Rising", + "popularity": 10.169, + "title": "Mercury Rising", + "vote_average": 6.2, + "overview": "Renegade FBI agent Art Jeffries protects a nine-year-old autistic boy who has cracked the government's new \"unbreakable\" code.", + "release_date": "1998-04-03" + }, + { + "character": "Himself", + "credit_id": "52fe44cac3a36847f80aa233", + "release_date": "2008-10-17", + "vote_count": 196, + "video": false, + "adult": false, + "vote_average": 5.3, + "title": "What Just Happened", + "genre_ids": [ + 35, + 18 + ], + "original_language": "en", + "original_title": "What Just Happened", + "popularity": 7.485, + "id": 8944, + "backdrop_path": "/4dyRBYhJQi23vFHyyrsWlJz6Yca.jpg", + "overview": "During the course of an ordinary week in Hollywood, movie producer Ben (Robert De Niro) must navigate his way through shark-infested waters as he struggles to complete his latest projects. A demanding studio boss (Catherine Keener) demands extensive changes to a movie starring Sean Penn, while another chief won't greenlight a project unless star Bruce Willis shaves his beard. Meanwhile, Ben tries to reconcile with his wife and maintain a relationship with his young daughter.", + "poster_path": "/hr5oELD0PJxnRGAFsWT22uFtcyP.jpg" + }, + { + "character": "Ben Jordan", + "credit_id": "52fe44cc9251416c75041487", + "release_date": "1999-10-13", + "vote_count": 123, + "video": false, + "adult": false, + "vote_average": 6.1, + "title": "The Story of Us", + "genre_ids": [ + 35, + 18, + 10749 + ], + "original_language": "en", + "original_title": "The Story of Us", + "popularity": 6.185, + "id": 12220, + "backdrop_path": "/s98JDnFZzR4D2drR4bzQdTvSW9p.jpg", + "overview": "Ben and Katie Jordan are a married couple who go through hard times in fifteen years of marriage.", + "poster_path": "/2e5VGxXshdFt9jfm6M4O7oUWPEi.jpg" + }, + { + "character": "Eddie 'Hudson Hawk' Hawkins", + "credit_id": "52fe44e3c3a36847f80afed9", + "poster_path": "/nIXLXVnSM8t3mRE8zWS7b5UBrxX.jpg", + "id": 9292, + "video": false, + "vote_count": 408, + "adult": false, + "backdrop_path": "/wlviEefkJAbJrVmHu6SJzBPq6sG.jpg", + "genre_ids": [ + 28, + 12, + 35 + ], + "original_language": "en", + "original_title": "Hudson Hawk", + "popularity": 9.233, + "title": "Hudson Hawk", + "vote_average": 5.6, + "overview": "Eddie Hawkins, called Hudson Hawk has just been released from ten years of prison and is planning to spend the rest of his life honestly. But then the crazy Mayflower couple blackmail him to steal some of the works of Leonardo da Vinci. If he refuses, they threaten to kill his friend Tommy.", + "release_date": "1991-05-23" + }, + { + "character": "Joe Hallenbeck", + "credit_id": "52fe44e7c3a36847f80b0d73", + "poster_path": "/cTl2WqsERuZ5vYmAmtfsPIJBLr0.jpg", + "id": 9319, + "video": false, + "vote_count": 765, + "adult": false, + "backdrop_path": "/7crRVZFSGSrDk0wR3Lahxr1Fb7P.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "The Last Boy Scout", + "popularity": 8.479, + "title": "The Last Boy Scout", + "vote_average": 6.6, + "overview": "When the girl that detective Joe Hallenback is protecting gets murdered, the boyfriend of the murdered girl attempts to investigate and solve the case. What they discover is that there is deep seated corruption going on between a crooked politician and the owner of a pro football team.", + "release_date": "1991-12-12" + }, + { + "character": "John Smith", + "credit_id": "52fe44e8c3a36847f80b138f", + "poster_path": "/fkURS96D2ceuocZIBuyiIBGHilF.jpg", + "id": 9333, + "video": false, + "vote_count": 375, + "adult": false, + "backdrop_path": "/lD1ukTu3oEHMC4lFMt7Xfj0QaQ1.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53, + 9648 + ], + "original_language": "en", + "original_title": "Last Man Standing", + "popularity": 7.385, + "title": "Last Man Standing", + "vote_average": 6.2, + "overview": "John Smith is a mysterious stranger who is drawn into a vicious war between two Prohibition-era gangs. In a dangerous game, he switches allegiances from one to another, offering his services to the highest bidder. As the death toll mounts, Smith takes the law into his own hands in a deadly race to stay alive.", + "release_date": "1996-09-20" + }, + { + "character": "Dwayne Hoover", + "credit_id": "52fe44e99251416c75045375", + "release_date": "1999-02-13", + "vote_count": 40, + "video": false, + "adult": false, + "vote_average": 5.4, + "title": "Breakfast of Champions", + "genre_ids": [ + 35 + ], + "original_language": "en", + "original_title": "Breakfast of Champions", + "popularity": 4.516, + "id": 12479, + "backdrop_path": "/61Woa0KSlUBPxlb10rxNA34ISD2.jpg", + "overview": "A portrait of a fictional town in the mid west that is home to a group of idiosyncratic and slightly neurotic characters. Dwayne Hoover is a wealthy car dealer-ship owner that's on the brink of suicide and is losing touch with reality.", + "poster_path": "/oOEkGtAcysCV1pJAB3qFlOG76hj.jpg" + }, + { + "character": "Emmett Smith", + "credit_id": "52fe44eb9251416c91021687", + "release_date": "1989-09-15", + "vote_count": 21, + "video": false, + "adult": false, + "vote_average": 5.7, + "title": "In Country", + "genre_ids": [ + 35, + 18, + 10749 + ], + "original_language": "en", + "original_title": "In Country", + "popularity": 2.434, + "id": 32855, + "backdrop_path": "/hOljV0Ikm0WWg8C6F0xW0OmL0ly.jpg", + "overview": "Samantha Hughes, a teenaged Kentucky girl, never knew her father, who died in Vietnam before her birth. Samantha lives with her uncle Emmett, who also served in Vietnam. Emmett hangs around with Tom, Earl, and Pete, three other Vietnam vets who, like Emmett, all have problems of one kind or another that relate to their war experiences. Samantha becomes obsessed with finding out about her father.", + "poster_path": "/gVfYLX0mynpIqK4PDZD05Loy9dC.jpg" + }, + { + "character": "Mikey (voice)", + "credit_id": "52fe44ecc3a36847f80b21e9", + "poster_path": "/7HtSFUYBPOUd9ylUXU0LyPsxpRm.jpg", + "id": 9356, + "video": false, + "vote_count": 609, + "adult": false, + "backdrop_path": "/AtQGCV8719WlfGYGRapkupivzk.jpg", + "genre_ids": [ + 35, + 10749 + ], + "original_language": "en", + "original_title": "Look Who's Talking Too", + "popularity": 6.989, + "title": "Look Who's Talking Too", + "vote_average": 5.2, + "overview": "Mollie and James are together and raising a family, which now consists of an older Mikey and his baby sister, Julie. Tension between the siblings arises, and as well with Mollie and James when Mollie's brother Stuart moves in. Mikey is also learning how to use the toilet for the first time.", + "release_date": "1990-12-14" + }, + { + "character": "Dr. Ernest Menville", + "credit_id": "52fe44efc3a36847f80b2b91", + "release_date": "1992-07-30", + "vote_count": 1111, + "video": false, + "adult": false, + "vote_average": 6.6, + "title": "Death Becomes Her", + "genre_ids": [ + 35, + 14, + 27 + ], + "original_language": "en", + "original_title": "Death Becomes Her", + "popularity": 10.959, + "id": 9374, + "backdrop_path": "/8djDTR7aOFHiHGDD5YN2RwYg4dK.jpg", + "overview": "Madeline is married to Ernest, who was once arch-rival Helen's fiance. After recovering from a mental breakdown, Helen vows to kill Madeline and steal back Ernest. Unfortunately for everyone, the introduction of a magic potion causes things to be a great deal more complicated than a mere murder plot.", + "poster_path": "/qNIkecw9i44ljTJaMfkdeyLc4vB.jpg" + }, + { + "character": "Mikey (voice)", + "credit_id": "52fe44ffc3a36847f80b6941", + "poster_path": "/zyq8wUKk3FVfgkYnI1IVgmypOtG.jpg", + "id": 9494, + "video": false, + "vote_count": 1022, + "adult": false, + "backdrop_path": "/m9TyWTTaaFUNMlNJ3b8Q0gkOiZY.jpg", + "genre_ids": [ + 35, + 10749 + ], + "original_language": "en", + "original_title": "Look Who's Talking", + "popularity": 7.186, + "title": "Look Who's Talking", + "vote_average": 6, + "overview": "Mollie is a single working mother who's out to find the perfect father for her child. Her baby, Mikey, prefers James, a cab driver turned babysitter who has what it takes to make them both happy. But Mollie won't even consider James. It's going to take all the tricks a baby can think of to bring them together before it's too late", + "release_date": "1989-10-13" + }, + { + "character": "Lieutenant A.K. Waters", + "credit_id": "52fe450bc3a36847f80b9015", + "poster_path": "/qEe7aE4PgZCwnVoxKe7YsTm3Smh.jpg", + "id": 9567, + "video": false, + "vote_count": 888, + "adult": false, + "backdrop_path": "/ldqbcQaNc8RyTekKaeMoV4HBDQB.jpg", + "genre_ids": [ + 28, + 18, + 10752 + ], + "original_language": "en", + "original_title": "Tears of the Sun", + "popularity": 10.729, + "title": "Tears of the Sun", + "vote_average": 6.5, + "overview": "Navy SEAL Lieutenant A.K. Waters and his elite squadron of tactical specialists are forced to choose between their duty and their humanity, between following orders by ignoring the conflict that surrounds them, or finding the courage to follow their conscience and protect a group of innocent refugees. When the democratic government of Nigeria collapses and the country is taken over by a ruthless military dictator, Waters, a fiercely loyal and hardened veteran is dispatched on a routine mission to retrieve a Doctors Without Borders physician.", + "release_date": "2003-03-07" + }, + { + "character": "Peter Fallow", + "credit_id": "52fe450dc3a36847f80b9969", + "release_date": "1990-12-21", + "vote_count": 198, + "video": false, + "adult": false, + "vote_average": 5.5, + "title": "The Bonfire of the Vanities", + "genre_ids": [ + 35, + 18 + ], + "original_language": "en", + "original_title": "The Bonfire of the Vanities", + "popularity": 6.89, + "id": 9586, + "backdrop_path": "/e4D0ZBhqfIk10u23cGyISGQrtLQ.jpg", + "overview": "After his mistress runs over a young teen, a Wall Street hotshot sees his life unravel in the spotlight, and attracting the interest of a down and out reporter.", + "poster_path": "/4GfvG6CPbY6soFyWtFXGVTOFPOC.jpg" + }, + { + "character": "Bo Weinberg", + "credit_id": "52fe450e9251416c7504a30d", + "poster_path": "/wMIXsvxco8ob3b6RE9otuui3jQO.jpg", + "id": 12647, + "video": false, + "vote_count": 91, + "adult": false, + "backdrop_path": "/AqsO0lmxGaF9LbSlz2u5EeVpPHJ.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "original_title": "Billy Bathgate", + "popularity": 5.083, + "title": "Billy Bathgate", + "vote_average": 5.7, + "overview": "In the year 1935, a teen named Billy Bathgate finds first love while becoming the protégé of fledgling gangster Dutch Schultz.", + "release_date": "1991-11-01" + }, + { + "character": "David Dunn", + "credit_id": "52fe4525c3a36847f80befd5", + "poster_path": "/pvL37V88plePxFSszCbV3wRHiBm.jpg", + "id": 9741, + "video": false, + "vote_count": 4090, + "adult": false, + "backdrop_path": "/4WQG7oGOjNQX9U89CpPO0hyLFxz.jpg", + "genre_ids": [ + 53, + 18, + 878 + ], + "original_language": "en", + "original_title": "Unbreakable", + "popularity": 48.581, + "title": "Unbreakable", + "vote_average": 7.1, + "overview": "An ordinary man makes an extraordinary discovery when a train accident leaves his fellow passengers dead — and him unscathed. The answer to this mystery could lie with the mysterious Elijah Price, a man who suffers from a disease that renders his bones as fragile as glass.", + "release_date": "2000-11-13" + }, + { + "character": "Major-General William Devereaux", + "credit_id": "52fe4540c3a36847f80c3b07", + "poster_path": "/xifxCJU2Lx22qScn6WFjp9gtw5u.jpg", + "id": 9882, + "video": false, + "vote_count": 552, + "adult": false, + "backdrop_path": "/5Rcs4AThvFDpRt8VF6LDpN9JPk6.jpg", + "genre_ids": [ + 18, + 28, + 53, + 80 + ], + "original_language": "en", + "original_title": "The Siege", + "popularity": 7.522, + "title": "The Siege", + "vote_average": 6.2, + "overview": "The secret US abduction of a suspected terrorist from his Middle East homeland leads to a wave of terrorist attacks in New York. An FBI senior agent and his team attempt to locate and decommission the enemy cells, but must also deal with an Army General gone rogue and a female CIA agent of uncertain loyalties.", + "release_date": "1998-11-06" + }, + { + "character": "Mr. Church (uncredited)", + "credit_id": "52fe4555c3a368484e0541dd", + "poster_path": "/4gLFKsalwRy0ONzfYaRsKr5wilK.jpg", + "id": 27578, + "video": false, + "vote_count": 4326, + "adult": false, + "backdrop_path": "/x5u73uBylbyCCnkzUGzt3uozqRp.jpg", + "genre_ids": [ + 53, + 12, + 28 + ], + "original_language": "en", + "original_title": "The Expendables", + "popularity": 23.241, + "title": "The Expendables", + "vote_average": 6.1, + "overview": "Barney Ross leads a band of highly skilled mercenaries including knife enthusiast Lee Christmas, a martial arts expert, heavy weapons specialist, demolitionist, and a loose-cannon sniper. When the group is commissioned by the mysterious Mr. Church to assassinate the dictator of a small South American island, Barney and Lee visit the remote locale to scout out their opposition and discover the true nature of the conflict engulfing the city.", + "release_date": "2010-08-03" + }, + { + "character": "Tom Mix", + "credit_id": "52fe46c69251416c9105f485", + "release_date": "1988-04-29", + "vote_count": 30, + "video": false, + "adult": false, + "vote_average": 5.8, + "title": "Sunset", + "genre_ids": [ + 35, + 80 + ], + "original_language": "en", + "original_title": "Sunset", + "popularity": 2.836, + "id": 38560, + "backdrop_path": "/hTNhWbivke8Qxl5DLGPtVwAhMUf.jpg", + "overview": "Tom Mix and Wyatt Earp team up to solve a murder at the Academy Awards in 1929 Hollywood.", + "poster_path": "/hQZtPZwcVMBNoT8hrNpOFNIPQv0.jpg" + }, + { + "character": "Frank Moses", + "credit_id": "52fe47219251416c9106b043", + "poster_path": "/q2mwTRKrq1etP9S4SZVDIJq0wI2.jpg", + "id": 39514, + "video": false, + "vote_count": 3904, + "adult": false, + "backdrop_path": "/1TFEtFxD1M9OvMGlGcSAR5Pg53I.jpg", + "genre_ids": [ + 28, + 12, + 35, + 80, + 53 + ], + "original_language": "en", + "original_title": "RED", + "popularity": 13.711, + "title": "RED", + "vote_average": 6.6, + "overview": "When his peaceful life is threatened by a high-tech assassin, former black-ops agent, Frank Moses reassembles his old team in a last ditch effort to survive and uncover his assailants.", + "release_date": "2010-10-14" + }, + { + "character": "John McClane", + "credit_id": "52fe4751c3a36847f812f049", + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "id": 47964, + "video": false, + "vote_count": 4273, + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "popularity": 15.524, + "title": "A Good Day to Die Hard", + "vote_average": 5.2, + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "release_date": "2013-02-14" + }, + { + "character": "Principal Kirkpatrick", + "credit_id": "52fe47659251416c75097deb", + "poster_path": "/9e1SZqHtyNsJzkrxOgmq8GyEjCN.jpg", + "id": 18176, + "video": false, + "vote_count": 144, + "adult": false, + "backdrop_path": "/anYIKUyuzHI1bVeRL9wkBxeSlhF.jpg", + "genre_ids": [ + 35, + 80, + 9648, + 53 + ], + "original_language": "en", + "original_title": "Assassination of a High School President", + "popularity": 5.071, + "title": "Assassination of a High School President", + "vote_average": 6, + "overview": "After the theft of copies of SAT exams from a principal's office, teenage reporter Bobby Funke sets out to unmask the thief. Bobby prints an article fingering Class President Paul Moore as the thief, shredding the youth's reputation. But as Bobby gets to know Paul's girlfriend, Francesca, he comes to realize he was wrong about Paul, so he sets out to unmask the true culprit.", + "release_date": "2008-01-17" + }, + { + "character": "Tom Greer", + "credit_id": "52fe47fc9251416c750ac1f5", + "release_date": "2009-09-25", + "vote_count": 1716, + "video": false, + "adult": false, + "vote_average": 6, + "title": "Surrogates", + "genre_ids": [ + 28, + 878, + 53 + ], + "original_language": "en", + "original_title": "Surrogates", + "popularity": 11.396, + "id": 19959, + "backdrop_path": "/lQ872mmHvHXip5sC1t0cvCSP8IO.jpg", + "overview": "Set in a futuristic world where humans live in isolation and interact through surrogate robots, a cop is forced to leave his home for the first time in years in order to investigate the murders of others' surrogates.", + "poster_path": "/pHAnrezPCpWzNYYceLivTMcQ4jM.jpg" + }, + { + "character": "Biggs", + "credit_id": "52fe4802c3a368484e0e5007", + "release_date": "2011-11-04", + "vote_count": 209, + "video": false, + "adult": false, + "vote_average": 4.9, + "title": "Setup", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "original_title": "Setup", + "popularity": 9.543, + "id": 70586, + "backdrop_path": "/tUfbdGr8nKCH5oVcBcvBN43Ga7y.jpg", + "overview": "A group of friends plan out a detailed heist that turns deadly when one betrays the other by taking off with the goods. Taking matters into his own hands, Sonny seeks out his revenge teaming up with the most dangerous mob boss in town to get back what is rightfully his. When he finally comes face to face with his longtime friend he will be forced to make a life changing choice.", + "poster_path": "/hSE2TZqF6x46Exo6Et5aCqPWtej.jpg" + }, + { + "character": "Mr. Blandford", + "credit_id": "52fe48409251416c91085afb", + "release_date": "2004-08-27", + "vote_count": 6, + "video": false, + "adult": false, + "vote_average": 4.4, + "title": "Grand Champion", + "genre_ids": [ + 35, + 10751 + ], + "original_language": "en", + "original_title": "Grand Champion", + "popularity": 2.005, + "id": 82150, + "backdrop_path": null, + "overview": "'Grand Champion' weaves the tale of a spunky young boy named Buddy and his prize-winning calf, Hokey, as they climb from the underdog position and up through the ranks of several Texas stock shows to ultimately win the coveted title of Grand Champion. People from all walks of life help Buddy and Hokey make their way across Texas by cheering them on to a toe-tapping surprise ending. Written by Sujit R. Varma", + "poster_path": "/i24UVXhY87heW2xZYu06QvQnTg3.jpg" + }, + { + "character": "Joe Colton", + "credit_id": "52fe4873c3a368484e0f8c2d", + "poster_path": "/iFWxbu2LLtfaWv6D1TSrY11huTe.jpg", + "id": 72559, + "video": false, + "vote_count": 3742, + "adult": false, + "backdrop_path": "/b9OVFl48ZV2oTLzACSwBpNrCUhJ.jpg", + "genre_ids": [ + 12, + 28, + 878, + 53 + ], + "original_language": "en", + "original_title": "G.I. Joe: Retaliation", + "popularity": 12.63, + "title": "G.I. Joe: Retaliation", + "vote_average": 5.5, + "overview": "Framed for crimes against the country, the G.I. Joe team is terminated by Presidential order. This forces the G.I. Joes into not only fighting their mortal enemy Cobra; they are forced to contend with threats from within the government that jeopardize their very existence.", + "release_date": "2013-03-29" + }, + { + "character": "Dink Heimowitz", + "credit_id": "52fe48e89251416c9109c521", + "release_date": "2012-12-07", + "vote_count": 115, + "video": false, + "adult": false, + "vote_average": 5.3, + "title": "Lay the Favorite", + "genre_ids": [ + 35, + 18 + ], + "original_language": "en", + "original_title": "Lay the Favorite", + "popularity": 6.782, + "id": 84305, + "backdrop_path": "/2Ag23rl87hgDMPWCEAPjkMZZICq.jpg", + "overview": "A former stripper's talent with numbers lands her a job with a professional gambler who runs a sports book in Las Vegas.", + "poster_path": "/A5m1r8yhPYLxhz4P3JmMbMvzChn.jpg" + }, + { + "character": "Mel", + "credit_id": "52fe490fc3a368484e11887b", + "poster_path": "/2WtEv5cCtqOlo6fKZuhVuxctiVs.jpg", + "id": 75736, + "video": false, + "vote_count": 152, + "adult": false, + "backdrop_path": "/kxuL2bvgo3tNVD1Fmj7aLO1Gu6S.jpg", + "genre_ids": [ + 28, + 18, + 53 + ], + "original_language": "en", + "original_title": "Catch.44", + "popularity": 7.299, + "title": "Catch.44", + "vote_average": 5, + "overview": "The lives of three female assassins take a sudden turn when their charming boss lures them into one last job. They soon find themselves thrust into a bizarre situation involving a psychotic hit man, a grizzled trucker and a delusional line cook.", + "release_date": "2011-12-09" + }, + { + "character": "Church", + "credit_id": "52fe4929c3a368484e11d759", + "poster_path": "/dJPnTe1qOcO7XqsJvESFph83m6m.jpg", + "id": 76163, + "video": false, + "vote_count": 3950, + "adult": false, + "backdrop_path": "/pIjnoUnXdLpROFzIRPNziPzgBUp.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "original_language": "en", + "original_title": "The Expendables 2", + "popularity": 14.464, + "title": "The Expendables 2", + "vote_average": 6.2, + "overview": "Mr. Church reunites the Expendables for what should be an easy paycheck, but when one of their men is murdered on the job, their quest for revenge puts them deep in enemy territory and up against an unexpected threat.", + "release_date": "2012-08-17" + }, + { + "character": "RJ (voice)", + "credit_id": "52fe49559251416c910a9fad", + "release_date": "2006-10-17", + "vote_count": 20, + "video": false, + "adult": false, + "vote_average": 5.8, + "title": "Hammy's Boomerang Adventure", + "genre_ids": [ + 16, + 35, + 10751 + ], + "original_language": "en", + "original_title": "Hammy's Boomerang Adventure", + "popularity": 2.697, + "id": 85693, + "backdrop_path": "/jjgUFVMFGljMrNBGU30SEYP2Mku.jpg", + "overview": "RJ the raccoon produces a nature video, which turns out to be an excuse for him and the porcupine children to play pranks on Hammy the squirrel.", + "poster_path": "/m2XxNtNS2VCa9Y8yX7OdCzomGWA.jpg" + }, + { + "character": "Martin", + "credit_id": "52fe4984c3a368484e12fa45", + "poster_path": "/zXhphNKS56VQbVJXqk3OMrjtNNc.jpg", + "id": 77948, + "video": false, + "vote_count": 431, + "adult": false, + "backdrop_path": "/dFOC8NGMkKPZr9ic2hMo1nJOuzZ.jpg", + "genre_ids": [ + 28, + 9648, + 53 + ], + "original_language": "en", + "original_title": "The Cold Light of Day", + "popularity": 5.845, + "title": "The Cold Light of Day", + "vote_average": 5, + "overview": "After his family is kidnapped during their sailing trip in Spain, a young Wall Street trader is confronted by the people responsible: intelligence agents looking to recover a mysterious briefcase.", + "release_date": "2012-09-06" + }, + { + "character": "Old Joe", + "credit_id": "52fe49a5c3a36847f81a5243", + "poster_path": "/sNjL6SqErDBE8OUZlrDLkexfsCj.jpg", + "id": 59967, + "video": false, + "vote_count": 6350, + "adult": false, + "backdrop_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "genre_ids": [ + 28, + 53, + 878 + ], + "original_language": "en", + "original_title": "Looper", + "popularity": 14.622, + "title": "Looper", + "vote_average": 6.8, + "overview": "In the futuristic action thriller Looper, time travel will be invented but it will be illegal and only available on the black market. When the mob wants to get rid of someone, they will send their target 30 years into the past where a looper, a hired gun, like Joe is waiting to mop up. Joe is getting rich and life is good until the day the mob decides to close the loop, sending back Joe's future self for assassination.", + "release_date": "2012-09-28" + }, + { + "character": "Captain Sharp", + "credit_id": "53062e8d925141349a297ef3", + "poster_path": "/ysTohGF7NY9Z6MYz9vLNYiyzh0r.jpg", + "id": 83666, + "video": false, + "vote_count": 2744, + "adult": false, + "backdrop_path": "/1mKI5UfeCetrB3HZbYt6VTn7K9m.jpg", + "genre_ids": [ + 35, + 18, + 10749 + ], + "original_language": "en", + "original_title": "Moonrise Kingdom", + "popularity": 11.076, + "title": "Moonrise Kingdom", + "vote_average": 7.7, + "overview": "Set on an island off the coast of New England in the summer of 1965, Moonrise Kingdom tells the story of two twelve-year-olds who fall in love, make a secret pact, and run away together into the wilderness. As various authorities try to hunt them down, a violent storm is brewing off-shore – and the peaceful island community is turned upside down in more ways than anyone can handle.", + "release_date": "2012-05-25" + }, + { + "character": "", + "credit_id": "52fe4b459251416c910d5287", + "release_date": "2006-11-21", + "vote_count": 1, + "video": false, + "adult": false, + "vote_average": 8, + "title": "Tony Bennett: An American Classic", + "genre_ids": [ + 10402 + ], + "original_language": "en", + "original_title": "Tony Bennett: An American Classic", + "popularity": 0.68, + "id": 153538, + "backdrop_path": "/9vuuYq1b7xQiWcnL9EpUr9Jg6sn.jpg", + "overview": "Tony Bennett: An American Classic was an Emmy Award-winning television special celebrating the life of musical icon Tony Bennett on the occasion of his 80th birthday. Directed by Rob Marshall (Memoirs of a Geisha, Chicago), it charts Bennett’s career by faithfully re-creating venues from his past, from the downtown Greenwich Village club where he was discovered, to the Columbia recording studios of the early 60's, from rat pack Las Vegas to Carnegie Hall. Bennett is joined for each number by the artists that collaborated with him on his Duets album, with musical performances by Barbra Streisand, John Legend, k.d. lang, Chris Botti, Diana Krall, Juanes, Elton John, Michael Bublé, Stevie Wonder and Christina Aguilera.", + "poster_path": "/uvlYyqWjBivW51PMYilU0BUuzhA.jpg" + }, + { + "character": "Frank Moses", + "credit_id": "52fe4b779251416c75103c5f", + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "id": 146216, + "video": false, + "vote_count": 2204, + "adult": false, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "original_language": "en", + "original_title": "RED 2", + "popularity": 16.427, + "title": "RED 2", + "vote_average": 6.5, + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "release_date": "2013-07-19" + }, + { + "character": "Bruno Radolini", + "credit_id": "52fe4b97c3a368484e190695", + "release_date": "1987-02-17", + "vote_count": 4, + "video": false, + "adult": false, + "vote_average": 5, + "title": "The Return of Bruno", + "genre_ids": [], + "original_language": "en", + "original_title": "The Return of Bruno", + "popularity": 0.996, + "id": 132542, + "backdrop_path": null, + "overview": "A \"documentary\" about the major influence that a '60s rock singer named Bruno has had on rock music, as attested to by such rock legends as Ringo Starr, Brian Wilson and the Bee Gees, among others.", + "poster_path": "/fUnRt6YD8JNylBSvVP0avUL0Rzd.jpg" + }, + { + "character": "Lee", + "credit_id": "52fe4bebc3a368484e19ea61", + "release_date": "2002-05-28", + "vote_count": 2, + "video": false, + "adult": false, + "vote_average": 6, + "title": "True West", + "genre_ids": [], + "original_language": "en", + "original_title": "True West", + "popularity": 0.947, + "id": 135051, + "backdrop_path": null, + "overview": "Filmed play about two very different brothers, one a criminal and the other a screen-writing family man who becomes appalled by his wayward brother's relationship with a producer.", + "poster_path": "/8h8skx2rKYEWfTHxpTz9WmM8J0.jpg" + }, + { + "character": "", + "credit_id": "52fe4c14c3a368484e1a5c0b", + "poster_path": "/stiKu0sasxqP2bgeKzoLFGqYEgS.jpg", + "id": 136296, + "video": false, + "vote_count": 8, + "adult": false, + "backdrop_path": "/pNXYDpCRHMa8XWtxkacszPYh7Yq.jpg", + "genre_ids": [ + 99, + 10402 + ], + "original_language": "en", + "original_title": "B.B. King: The Life of Riley", + "popularity": 1.697, + "title": "B.B. King: The Life of Riley", + "vote_average": 7.8, + "overview": "Documentary charting the life of blues guitarist B.B. King, with contributions from fellow musicians.", + "release_date": "2014-05-21" + }, + { + "character": "Himself", + "credit_id": "52fe4c3bc3a368484e1adf35", + "poster_path": "/3A8lLtRaIcFQPY3uclRT00NI6BC.jpg", + "id": 137896, + "video": false, + "vote_count": 4, + "adult": false, + "backdrop_path": "/j6wMDPwSqKA0NZaesm0hBe7XdeF.jpg", + "genre_ids": [ + 99 + ], + "original_language": "en", + "original_title": "Warren Ellis: Captured Ghosts", + "popularity": 0.985, + "title": "Warren Ellis: Captured Ghosts", + "vote_average": 7.4, + "overview": "Warren Ellis: Captured Ghosts is a feature-length documentary that takes an in depth look at the life, career and mind of the British comic book writer Warren Ellis. The film combines extensive interviews with Ellis with insights from his colleagues and friends, as well as ambient visual re-creations of his prose and comics work.", + "release_date": "2011-11-01" + }, + { + "character": "Mike Cella", + "credit_id": "52fe4c67c3a368484e1b68f1", + "poster_path": "/2F0Y4l7uXIGfDMtfuq2k6b2744w.jpg", + "id": 139567, + "video": false, + "vote_count": 316, + "adult": false, + "backdrop_path": "/3oqNKnwfW1UKC5i8hnQz2fAGtGE.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "original_title": "Fire with Fire", + "popularity": 7.826, + "title": "Fire with Fire", + "vote_average": 5.6, + "overview": "A fireman takes an unexpected course of action when a man whom he's been ordered to testify against – after being held up at a local convenience store – threatens him.", + "release_date": "2012-08-31" + }, + { + "character": "Himself", + "credit_id": "52fe4cddc3a36847f824216d", + "release_date": "2004-10-07", + "vote_count": 6, + "video": false, + "adult": false, + "vote_average": 7.3, + "title": "Genius. A Night for Ray Charles", + "genre_ids": [], + "original_language": "ru", + "original_title": "Genius. A Night for Ray Charles", + "popularity": 1.392, + "id": 169173, + "backdrop_path": null, + "overview": "A meld of legendary performers and contemporary artists of today who have been influenced by Ray's music perform in this concert extravaganza.", + "poster_path": "/fwJEn5OaUEOmNbg7d1BhaaMoAKp.jpg" + }, + { + "character": "Himself", + "credit_id": "52fe4e2ec3a36847f82823c9", + "release_date": "2013-03-21", + "vote_count": 4, + "video": false, + "adult": false, + "vote_average": 5.9, + "title": "Bruce Willis: Why the Legend Never Dies", + "genre_ids": [ + 99 + ], + "original_language": "de", + "original_title": "Bruce Willis - Warum die Legende niemals stirbt", + "popularity": 0.719, + "id": 234158, + "backdrop_path": "/rMyDloipj8Ieyd8f75bkeDazKSl.jpg", + "overview": "An in-depth look at the life and career of Bruce Willis, featuring never-before-seen photos and videos from the Willis family collection. Narrated by Bruce Willis.", + "poster_path": "/wjB67E1UOD17Y08fqi2Zji9T4IL.jpg" + }, + { + "character": "Muldoon (segment \"Planet Terror\")", + "credit_id": "53ffa112c3a3684372000527", + "poster_path": "/cEQRndSNoqveOkFdQd3oerdu6Kp.jpg", + "id": 285923, + "video": false, + "vote_count": 783, + "adult": false, + "backdrop_path": "/iLcCUlDOCAINgxVFNV69ykVeknV.jpg", + "genre_ids": [ + 53, + 28, + 27 + ], + "original_language": "en", + "original_title": "Grindhouse", + "popularity": 5.807, + "title": "Grindhouse", + "vote_average": 6.9, + "overview": "Two full-length feature horror movies written by Quentin Tarantino and Robert Rodriguez put together as a two-film feature. Including fake movie trailers in between both movies.", + "release_date": "2007-04-06" + }, + { + "character": "Omar", + "credit_id": "52fe4eb5c3a36847f82a2cbb", + "poster_path": "/y7jSioitJoolDvn29D0yLJLCk30.jpg", + "id": 241254, + "video": false, + "vote_count": 299, + "adult": false, + "backdrop_path": "/bnACOELViX2XwXjqzC8V5TclrPY.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "The Prince", + "popularity": 11.428, + "title": "The Prince", + "vote_average": 4.8, + "overview": "A family man who turns out to be a retired mob enforcer must travel across the country to find his daughter who has gone missing.", + "release_date": "2014-08-22" + }, + { + "character": "", + "credit_id": "545a1de4c3a368398f003eee", + "poster_path": "/1ErP6Lo3kkz9UzfMCoX1rAz9xYt.jpg", + "id": 278086, + "video": false, + "vote_count": 14, + "adult": false, + "backdrop_path": "/xhQnBL5dcd36b8KVvwDROkuXLGp.jpg", + "genre_ids": [ + 99 + ], + "original_language": "en", + "original_title": "Altman", + "popularity": 0.964, + "title": "Altman", + "vote_average": 6.8, + "overview": "Maverick. Auteur. Rebel. Innovator. Storyteller. Rambler. Gambler. Mad man. Family man. Director. Artist. Robert Altman's life and career contained multitudes. This father of American independent cinema left an indelible mark, not merely on the evolution of his art form, but also on the western zeitgeist. \"Altman\", Canadian director Ron Mann's new documentary, explores and celebrates the epic fifty-year redemptive journey of one of the most important and influential filmmakers in the history of the medium. With its use of rare interviews, representative film clips, archival images, and musings from his family and most recognizable collaborators, Mann's Altman is a dynamic and heartfelt mediation on an artist whose expression, passion and appetite knew few bounds.", + "release_date": "2014-08-01" + }, + { + "character": "Julian", + "credit_id": "547ee60ec3a368396c000fbd", + "poster_path": "/gwiY5RJFYSjsoSwoeeo6AbGYjpb.jpg", + "id": 307663, + "video": false, + "vote_count": 300, + "adult": false, + "backdrop_path": "/cTPS3ib89O4HSOtZDa3YXvaas5F.jpg", + "genre_ids": [ + 53, + 878, + 28, + 12 + ], + "original_language": "en", + "original_title": "Vice", + "popularity": 12.32, + "title": "Vice", + "vote_average": 4.2, + "overview": "Julian Michaels has designed the ultimate resort: VICE, where anything goes and the customers can play out their wildest fantasies with artificial inhabitants who look, think and feel like humans. When an artificial becomes self-aware and escapes, she finds herself caught in the crossfire between Julian's mercenaries and a cop who is hell-bent on shutting down Vice, and stopping the violence once and for all.", + "release_date": "2015-01-16" + }, + { + "character": "Himself", + "credit_id": "52fe4c689251416c751197e3", + "release_date": "1989-01-01", + "vote_count": 3, + "video": false, + "adult": false, + "vote_average": 4.3, + "title": "That's Adequate", + "genre_ids": [ + 35 + ], + "original_language": "en", + "original_title": "That's Adequate", + "popularity": 0.942, + "id": 181471, + "backdrop_path": null, + "overview": "This mockumentary about fictional movie studio Adequate Pictures boasts an interesting cast. Tony Randall hosts, and James CoCo (practically on his deathbed) stars as head of the studio. Includes parodies of everything from silent comedies to porn, including an ultra violent \"three stooges\" style comedy team who put a new spin on the eye poking gag.", + "poster_path": "/2tiU3OCEO1Bl5FNbiUAoLI9nV4o.jpg" + }, + { + "character": "Jack", + "credit_id": "55891f42c3a3686da0000597", + "release_date": "2018-10-26", + "vote_count": 40, + "video": false, + "adult": false, + "vote_average": 4, + "title": "Air Strike", + "genre_ids": [ + 28, + 12, + 18, + 10752 + ], + "original_language": "en", + "original_title": "Air Strike", + "popularity": 21.437, + "id": 345934, + "backdrop_path": "/fhYWAKXeEbhD20S3sp4RFaxiOG9.jpg", + "overview": "An American pilot is sent to a Chinese province to teach a crew of would-be pilots how to fly war planes against the Japanese during World War II.", + "poster_path": "/ve7xmUK167YZloN8LnSyhKmmNgE.jpg" + }, + { + "character": "Bombay Brian", + "credit_id": "5431b4f70e0a2656940027f3", + "poster_path": "/7Ljch9R3uie8lV3z1GUUHZRkvKH.jpg", + "id": 253414, + "video": false, + "vote_count": 145, + "adult": false, + "backdrop_path": "/wsoOmoN9mcErbCEFH4SveuD28Si.jpg", + "genre_ids": [ + 35, + 10402, + 10752 + ], + "original_language": "en", + "original_title": "Rock the Kasbah", + "popularity": 4.469, + "title": "Rock the Kasbah", + "vote_average": 5.4, + "overview": "A washed-up music producer finds one last shot at redemption with a golden-voiced young girl in Afghanistan. However, when jealousy gets the better of a disgruntled ex-boyfriend, he decides to oppose the young star with talent of his own.", + "release_date": "2015-10-23" + }, + { + "character": "Leonard Turner", + "credit_id": "54fcf91ec3a36847110032c2", + "poster_path": "/s1yyDZetHVSLoL06ZgkCrWh0MH7.jpg", + "id": 326425, + "video": false, + "vote_count": 161, + "adult": false, + "backdrop_path": "/qUvO1DG80geEOl45AGfRfzuQY0A.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "Extraction", + "popularity": 6.606, + "title": "Extraction", + "vote_average": 4.5, + "overview": "A former CIA operative is kidnapped by a group of terrorists. When his son learns there is no plan for his father to be saved, he launches his own rescue operation.", + "release_date": "2015-12-18" + }, + { + "character": "Col. Doug Masterson (uncredited)", + "credit_id": "56b0f12fc3a368621b000648", + "poster_path": "/19uGc8wW3Ert1QvMYxvnReQkFMc.jpg", + "id": 5172, + "video": false, + "vote_count": 170, + "adult": false, + "backdrop_path": "/vuYDqx4jADlAtXLSqMtsUIIVbkC.jpg", + "genre_ids": [ + 12, + 35, + 18, + 878 + ], + "original_language": "en", + "original_title": "The Astronaut Farmer", + "popularity": 7.083, + "title": "The Astronaut Farmer", + "vote_average": 6.2, + "overview": "Texan Charles Farmer left the Air Force as a young man to save the family ranch when his dad died. Like most American ranchers, he owes his bank. Unlike most, he's an astrophysicist with a rocket in his barn - one he's built and wants to take into space. It's his dream. The FBI puts him under surveillance when he tries to buy rocket fuel, and the FAA stalls him when he files a flight plan – but Charles is undeterred.", + "release_date": "2006-10-15" + }, + { + "character": "Eddie", + "credit_id": "56d0a4fac3a3681e50005f5f", + "release_date": "2016-04-22", + "vote_count": 148, + "video": false, + "adult": false, + "vote_average": 5.1, + "title": "Precious Cargo", + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "original_title": "Precious Cargo", + "popularity": 6.468, + "id": 384737, + "backdrop_path": "/9GrRa17mzHHOgTBZCfW0tGcX7RQ.jpg", + "overview": "After a botched heist, Eddie a murderous crime boss, hunts down the seductive thief Karen who failed him. In order to win back Eddie’s trust, Karen recruits her ex-lover and premier thief Jack to steal a cargo of rare precious gems. But when the job goes down, allegiances are betrayed and lines are crossed as Jack, Karen, and Eddie face off in a fateful showdown.", + "poster_path": "/qXNqkDRCz5sBF5laqj5fw7HYF3t.jpg" + }, + { + "character": "Tom", + "credit_id": "56e536d0c3a3685a9e006784", + "release_date": "2016-03-13", + "vote_count": 2, + "video": false, + "adult": true, + "vote_average": 1, + "title": "Guzelbahce Terror", + "genre_ids": [ + 27, + 53 + ], + "original_language": "tr", + "original_title": "Guzelbahce Terror", + "popularity": 0.6, + "id": 387415, + "backdrop_path": null, + "overview": "", + "poster_path": null + }, + { + "character": "Himself", + "credit_id": "52fe46acc3a368484e09d961", + "release_date": "2011-03-04", + "vote_count": 3, + "video": false, + "adult": false, + "vote_average": 5, + "title": "His Way", + "genre_ids": [ + 99 + ], + "original_language": "en", + "original_title": "His Way", + "popularity": 0.953, + "id": 63472, + "backdrop_path": null, + "overview": "A look at the professional, political and personal life of legendary movie producer Jerry Weintraub featuring interviews with friends, family and colleagues.", + "poster_path": "/mkjOiYcHSZrQqW2OHFL0graOjfq.jpg" + }, + { + "character": "William Rose Bailey (uncredited)", + "credit_id": "52fe44fbc3a36847f80b5c1d", + "release_date": "2003-06-27", + "vote_count": 1519, + "video": false, + "adult": false, + "vote_average": 5.3, + "title": "Charlie's Angels: Full Throttle", + "genre_ids": [ + 28, + 12, + 35 + ], + "original_language": "en", + "original_title": "Charlie's Angels: Full Throttle", + "popularity": 15.946, + "id": 9471, + "backdrop_path": "/4KJKnwBxflXdfp1qmLEFI9CDYHy.jpg", + "overview": "The Angels are charged with finding a pair of missing rings that are encoded with the personal information of members of the Witness Protection Program. As informants are killed, the ladies target a rogue agent who might be responsible.", + "poster_path": "/n4cdJ0Wqxb7C0HmZbcaC4eYnkIf.jpg" + }, + { + "character": "Hubert", + "credit_id": "55f3a027c3a3686d27001973", + "poster_path": "/3iOYH67ZPflBMDMMkEv2tKRX4xe.jpg", + "id": 359412, + "video": false, + "vote_count": 250, + "adult": false, + "backdrop_path": "/tl43mLoritpnT3CxC7cTdyPCtgt.jpg", + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "original_title": "Marauders", + "popularity": 7.785, + "title": "Marauders", + "vote_average": 5.7, + "overview": "An untraceable group of elite bank robbers is chased by a suicidal FBI agent who uncovers a deeper purpose behind the robbery-homicides.", + "release_date": "2016-07-01" + }, + { + "character": "Police Chief", + "credit_id": "57a912dbc3a36826c600be27", + "poster_path": "/zoia9YSg82UNYbtum9QYjKSqdLw.jpg", + "id": 410554, + "video": false, + "vote_count": 220, + "adult": false, + "backdrop_path": "/dhX8LZJkREFmRcrbEGNkf6EE0OL.jpg", + "genre_ids": [ + 28, + 53, + 80 + ], + "original_language": "en", + "original_title": "First Kill", + "popularity": 8.047, + "title": "First Kill", + "vote_average": 5.6, + "overview": "A police chief tries to solve a kidnapping that involves a bank robber holding a young boy hostage.", + "release_date": "2017-07-21" + }, + { + "character": "Paul Kersey", + "credit_id": "5729966c925141707b00159d", + "poster_path": "/7FG13lLQcV9DC2Bhn0hjxc6AFXV.jpg", + "id": 395990, + "video": false, + "vote_count": 973, + "adult": false, + "backdrop_path": "/uQqQvmptJLPTcWDrZXn22p7j7s3.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "original_title": "Death Wish", + "popularity": 19.268, + "title": "Death Wish", + "vote_average": 5.8, + "overview": "A mild-mannered father is transformed into a killing machine after his family is torn apart by a violent act.", + "release_date": "2018-03-02" + }, + { + "character": "Himself", + "credit_id": "5829bfd6c3a368360b03c605", + "release_date": "2010-09-10", + "vote_count": 164, + "video": false, + "adult": false, + "vote_average": 6, + "title": "I'm Still Here", + "genre_ids": [ + 35, + 18, + 10402 + ], + "original_language": "en", + "original_title": "I'm Still Here", + "popularity": 5.653, + "id": 43939, + "backdrop_path": "/cYZ2xGwJZeyrfc56iwhMuTVR38r.jpg", + "overview": "I'm Still Here is a portrayal of a tumultuous year in the life of actor Joaquin Phoenix. With remarkable access, the film follows the Oscar-nominee as he announces his retirement from a successful film career in the fall of 2008 and sets off to reinvent himself as a hip-hop musician. The film is a portrait of an artist at a crossroads and explores notions of courage and creative reinvention, as well as the ramifications of a life spent in the public eye.", + "poster_path": "/nL6jSlqAJ2ymoKQeIfsHB5mttKz.jpg" + }, + { + "character": "Man Entering Diner as Delaney Leaves (uncredited)", + "credit_id": "583fcb49c3a36862e4005ed9", + "poster_path": "/nhJJMG2hzTsSdSDK5ZBJYX2IhRu.jpg", + "id": 28614, + "video": false, + "vote_count": 11, + "adult": false, + "backdrop_path": "/l2Gi7l8Fgc7AMFPDPQRivrRFeKV.jpg", + "genre_ids": [ + 80, + 18, + 9648, + 53 + ], + "original_language": "en", + "original_title": "The First Deadly Sin", + "popularity": 1.189, + "title": "The First Deadly Sin", + "vote_average": 5.5, + "overview": "A serial killer is stalking New York. Inspector Edward X. Delaney is an NYPD detective, nearing retirement, who is trying to put together the pieces of the case. Are the victims somehow linked? What does the brutal method of death signify?", + "release_date": "1980-10-03" + }, + { + "character": "David Dunn (uncredited)", + "credit_id": "5886b433925141197d000ae5", + "poster_path": "/rXMWOZiCt6eMX22jWuTOSdQ98bY.jpg", + "id": 381288, + "video": false, + "vote_count": 9055, + "adult": false, + "backdrop_path": "/4G6FNNLSIVrwSRZyFs91hQ3lZtD.jpg", + "genre_ids": [ + 27, + 53 + ], + "original_language": "en", + "original_title": "Split", + "popularity": 58.77, + "title": "Split", + "vote_average": 7.2, + "overview": "Though Kevin has evidenced 23 personalities to his trusted psychiatrist, Dr. Fletcher, there remains one still submerged who is set to materialize and dominate all the others. Compelled to abduct three teenage girls led by the willful, observant Casey, Kevin reaches a war for survival among all of those contained within him — as well as everyone around him — as the walls between his compartments shatter apart.", + "release_date": "2017-01-20" + }, + { + "character": "Extra (uncredited)", + "credit_id": "58c4692bc3a368168b0016b7", + "poster_path": "/exNzp98So6ALDV3vGsrf1PmtPpX.jpg", + "id": 360295, + "video": false, + "vote_count": 0, + "adult": false, + "backdrop_path": null, + "genre_ids": [ + 35 + ], + "original_language": "de", + "original_title": "Ein Guru kommt", + "popularity": 0.626, + "title": "Ein Guru kommt", + "vote_average": 0, + "overview": "\"A Guru Comes\" - A failed opera singer rises to the leader of a new religious community. Satirical film about the new religious movements of the 1970s and 1980s.", + "release_date": "1980-12-08" + }, + { + "character": "Himself", + "credit_id": "58c48381925141634e0028ba", + "release_date": "2006-04-27", + "vote_count": 0, + "video": false, + "adult": false, + "vote_average": 0, + "title": "The Hip Hop Project", + "genre_ids": [ + 99 + ], + "original_language": "en", + "original_title": "The Hip Hop Project", + "popularity": 0.6, + "id": 50298, + "backdrop_path": null, + "overview": "The Hip Hop Project is the dynamic and inspirational story of a group of New York City teenagers who transform their life stories into powerful works of art, using hip hop as a vehicle for self-development and personal discovery. The film traces the evolution of this award-winning outreach program developed by Kazi, a formerly homeless teenager turned youth mentor. After four years of collaboration, the group produced a powerful and thought-provoking album that provides a revealing look at their lives. In contrast to all the negative attention focused on hip hop and rap music, this is a story of hope, healing and the realization of dreams.", + "poster_path": "/3G2wAJVGxTVpLae1uiI3VRwwOVn.jpg" + }, + { + "character": "Bruce (uncredited)", + "credit_id": "58c485ec925141634a0029df", + "poster_path": "/d0ynrGfn3Mws20JehzNpmE8LO6O.jpg", + "id": 14043, + "video": false, + "vote_count": 241, + "adult": false, + "backdrop_path": "/meAzXnlEewtZAewXgYg1bjeULoz.jpg", + "genre_ids": [ + 28, + 12, + 35, + 80, + 9648, + 53, + 10751 + ], + "original_language": "en", + "original_title": "Nancy Drew", + "popularity": 6.843, + "title": "Nancy Drew", + "vote_average": 5.7, + "overview": "Intrepid teenage private eye Nancy Drew heads to Tinseltown with her father to investigate the unsolved murder of a movie star in this old-fashioned whodunit based on Carolyn Keene's popular series of books for young adults. But can the small-town girl cut through the Hollywood hype to solve the case?", + "release_date": "2007-06-15" + }, + { + "character": "Courtroom Observer", + "credit_id": "58c487adc3a36816bc002be4", + "poster_path": "/iYEuFP1bpj5yOenKliiRFcNO3VE.jpg", + "id": 24226, + "video": false, + "vote_count": 208, + "adult": false, + "backdrop_path": "/iVY4hZc39fnEZ1OBJfLduDryH4h.jpg", + "genre_ids": [ + 18 + ], + "original_language": "en", + "original_title": "The Verdict", + "popularity": 5.478, + "title": "The Verdict", + "vote_average": 7.5, + "overview": "Frank Galvin is a down-on-his luck lawyer, reduced to drinking and ambulance chasing. Former associate Mickey Morrissey reminds him of his obligations in a medical malpractice suit that he himself served to Galvin on a silver platter: all parties willing to settle out of court. Blundering his way through the preliminaries, he suddenly realizes that perhaps after all the case should go to court; to punish the guilty, to get a decent settlement for his clients, and to restore his standing as a lawyer.", + "release_date": "1982-12-08" + }, + { + "character": "Spike", + "credit_id": "58d7e5dbc3a3681234056852", + "release_date": "2003-06-13", + "vote_count": 104, + "video": false, + "adult": false, + "vote_average": 5.6, + "title": "Rugrats Go Wild", + "genre_ids": [ + 16, + 10751 + ], + "original_language": "en", + "original_title": "Rugrats Go Wild", + "popularity": 5.656, + "id": 20694, + "backdrop_path": "/zH9DJvNJQvoJPlNcwOCA3xnWgaV.jpg", + "overview": "Rugrats Go Wild is a 2003 crossover animated film, with two animated Nickelodeon television series Rugrats and The Wild Thornberrys. The film was produced by Klasky Csupo and released in theaters on June 13, 2003 by Paramount Pictures and Nickelodeon Movies. It also makes this the Rugrats series finale, after the show ceased production. As there are currently no further Rugrats movies in production, Rugrats Go Wild stands as the final Rugrats film. It is the only Nickelodeon film to be a crossover. Although it is a crossover film, it is primarily a Rugrats movie as the main plot focuses on the those characters.The Rugrats family vacation takes an exotic detour when their boat capsizes and they become shipwrecked on a deserted tropical island. With the jungle as their new backyard, the babies reace wildly from one dangerous adventure to the next…soon to discover that someone else is on the island. It's The Wild Thornberrys...on an island adventure of their own!", + "poster_path": "/hpVpXRNY2IsU0xvfXtYOxu0QDwc.jpg" + }, + { + "character": "Man Whose Caravan Is Attacked (uncredited)", + "credit_id": "58d7e6ad925141448e00f010", + "poster_path": "/zPut5Wntpt2H0brlPwhC9k4wyfg.jpg", + "id": 9644, + "video": false, + "vote_count": 256, + "adult": false, + "backdrop_path": "/iopzKaV2M2aMYGXe3STZ4Bn2jgk.jpg", + "genre_ids": [ + 35, + 80, + 28 + ], + "original_language": "en", + "original_title": "National Lampoon's Loaded Weapon 1", + "popularity": 11.122, + "title": "National Lampoon's Loaded Weapon 1", + "vote_average": 5.8, + "overview": "An LA detective is murdered because she has microfilm with the recipe to make cocaine cookies. A \"Lethal Weapon\" style cop team tries to find and stop the fiends before they can dope the nation by distributing their wares via the \"Wilderness Girls\" cookie drive.", + "release_date": "1993-02-04" + }, + { + "character": "David Dunn / The Overseer", + "credit_id": "58e2c83c92514179de004823", + "poster_path": "/svIDTNUoajS8dLEo7EosxvyAsgJ.jpg", + "id": 450465, + "video": false, + "vote_count": 676, + "adult": false, + "backdrop_path": "/ngBFDOsx13sFXiMweDoL54XYknR.jpg", + "genre_ids": [ + 53, + 27, + 9648, + 18 + ], + "original_language": "en", + "original_title": "Glass", + "popularity": 165.309, + "title": "Glass", + "vote_average": 6.9, + "overview": "In a series of escalating encounters, security guard David Dunn uses his supernatural abilities to track Kevin Wendell Crumb, a disturbed man who has twenty-four personalities. Meanwhile, the shadowy presence of Elijah Price emerges as an orchestrator who holds secrets critical to both men.", + "release_date": "2019-01-18" + }, + { + "character": "Himself", + "credit_id": "58ff141692514107db006868", + "poster_path": "/m7HxQu1CC82mYCTiabOdOja91Iw.jpg", + "id": 454330, + "video": true, + "vote_count": 3, + "adult": false, + "backdrop_path": null, + "genre_ids": [], + "original_language": "en", + "original_title": "Saturday Night Live: 15th Anniversary", + "popularity": 1.4, + "title": "Saturday Night Live: 15th Anniversary", + "vote_average": 8, + "overview": "A TV special celebrating the 15th anniversary of Saturday Night Live. Before a celebrity audience, many of the former cast members and guest hosts return to perform their signature monologues and present a look back at some of the best comedy skits and musical numbers of the past 15 years.", + "release_date": "1989-09-24" + }, + { + "character": "Steve", + "credit_id": "558904d8c3a3683d500014eb", + "poster_path": "/5rr7tQfzS0ARqEea3W9SNSFGRzb.jpg", + "id": 345915, + "video": false, + "vote_count": 292, + "adult": false, + "backdrop_path": "/qi53EJ4079uVcGQLsmCkR4GT0dE.jpg", + "genre_ids": [ + 28, + 35, + 53, + 9648 + ], + "original_language": "en", + "original_title": "Once Upon a Time in Venice", + "popularity": 10.872, + "title": "Once Upon a Time in Venice", + "vote_average": 5.2, + "overview": "Steve Ford is a private detective in Venice Beach, Calif., who's good with the ladies, bad with the punches and wild about his dog Buddy. When local thugs steal Buddy, Ford turns to Spyder, their devious leader, and forges an unlikely alliance. With help from his best friend, Steve pulls out the big guns to retrieve Spyder's stolen cash and cocaine and save Buddy.", + "release_date": "2017-06-16" + }, + { + "character": "Himself - Interviewee", + "credit_id": "59543e08c3a36834e502870a", + "release_date": "2002-06-01", + "vote_count": 4, + "video": false, + "adult": false, + "vote_average": 4.8, + "title": "The Art of Action: Martial Arts in the Movies", + "genre_ids": [ + 28, + 99 + ], + "original_language": "en", + "original_title": "The Art of Action: Martial Arts in the Movies", + "popularity": 0.6, + "id": 118483, + "backdrop_path": null, + "overview": "Hosted by Samuel L. Jackson, this in-depth documentary offers viewers a behind-the-scenes look at the history of the martial arts film -- from the genre's rebellious beginnings to high-flying modern epics. Jackson takes you through the best moments of 100 movies, including Charlie's Angels and Oscar winner Crouching Tiger, Hidden Dragon. Interviews with martial arts film veterans Sammo Hung, John Woo and Ang Lee round out the video.", + "poster_path": "/2OV00Tx9AALJaGn5JLSVjs2FmB4.jpg" + }, + { + "character": "Himself (archive footage)", + "credit_id": "59806cadc3a368108300e858", + "release_date": "1998-07-17", + "vote_count": 15, + "video": false, + "adult": false, + "vote_average": 6.3, + "title": "Jackie Chan: My Story", + "genre_ids": [ + 99 + ], + "original_language": "en", + "original_title": "成龍的傳奇", + "popularity": 2.113, + "id": 46122, + "backdrop_path": "/sNH0dERyt2YHRkX0eT8rDh0I3hF.jpg", + "overview": "Jackie Chan is one of the world's biggest action stars, famed for his wacky sense of humor, remarkable martial arts techniques, and willingness to perform incredible stunts without the use of doubles -- or a net. This video takes a personal look at Chan as he works on screen projects in Hollywood and Beijing and candidly discusses his life and work.", + "poster_path": "/ec2O7Yt6YhMHciCji1fCrp5OZHD.jpg" + }, + { + "character": "Detective James Avery", + "credit_id": "59d11d54925141468f01941b", + "poster_path": "/6TycIVmSMTeSNVN3InQQzcYWVCz.jpg", + "id": 479040, + "video": false, + "vote_count": 150, + "adult": false, + "backdrop_path": "/q803zZwyhjirjeh6OVVYYpBkUT5.jpg", + "genre_ids": [ + 28, + 80 + ], + "original_language": "en", + "original_title": "Acts of Violence", + "popularity": 11.534, + "title": "Acts of Violence", + "vote_average": 5.9, + "overview": "When his fiancee is kidnapped by human traffickers, Roman and his ex-military brothers set out to track her down and save her before it is too late. Along the way, Roman teams up with Avery, a cop investigating human trafficking and fighting the corrupt bureaucracy that has harmful intentions.", + "release_date": "2018-01-12" + }, + { + "character": "", + "credit_id": "5a0439ba9251412de200e189", + "poster_path": "/tKSAQbwlSR0las8mepVklZEPVDs.jpg", + "id": 486068, + "video": false, + "vote_count": 1, + "adult": false, + "backdrop_path": "/nFrvW8ES8QJZEigTuugvAL6oeeE.jpg", + "genre_ids": [ + 10402 + ], + "original_language": "en", + "original_title": "Tony Bennett Celebrates 90", + "popularity": 1.148, + "title": "Tony Bennett Celebrates 90", + "vote_average": 10, + "overview": "19-time Grammy Award-winner Tony Bennett's 90th birthday is celebrated by a host of celebrities in this two-hour music special held at Radio City Music Hall, New York City, with musical performances by Bennett, Andrea Bocelli, Michael Bublé, Lady Gaga, Billy Joel, Elton John, Diana Krall, k.d. lang, Leslie Odom Jr., Rufus Wainwright and Stevie Wonder.", + "release_date": "2016-12-20" + }, + { + "character": "Extra (uncredited)", + "credit_id": "5a07710ac3a368341c00439f", + "poster_path": "/zCX6F0YdNaTvHUZktazMDuQlpZi.jpg", + "id": 32047, + "video": false, + "vote_count": 55, + "adult": false, + "backdrop_path": "/qWTuB9lfpNzlqB3OVh8wbTJttx2.jpg", + "genre_ids": [ + 80, + 18, + 53 + ], + "original_language": "en", + "original_title": "Prince of the City", + "popularity": 3.168, + "title": "Prince of the City", + "vote_average": 7.4, + "overview": "New York City detective Daniel Ciello agrees to help the United States Department of Justice help eliminate corruption in the police department, as long as he will not have to turn in any close friends. In doing so, Ciello uncovers a conspiracy within the force to smuggle drugs to street informants", + "release_date": "1981-08-19" + }, + { + "character": "Frank Minna", + "credit_id": "5a80627f92514140fe01db3e", + "poster_path": null, + "id": 504562, + "video": false, + "vote_count": 0, + "adult": false, + "backdrop_path": null, + "genre_ids": [], + "original_language": "en", + "original_title": "Motherless Brooklyn", + "popularity": 1.109, + "title": "Motherless Brooklyn", + "vote_average": 0, + "overview": "In the New York of the 1950s, private detective Lionel Essrog searches for the murderer of his mentor and friend Frank.", + "release_date": "" + }, + { + "character": "Cus D'Amato", + "credit_id": "5af0b8e50e0a265d8800013c", + "release_date": "", + "vote_count": 0, + "video": false, + "adult": false, + "vote_average": 0, + "title": "Cornerman", + "genre_ids": [ + 18 + ], + "original_language": "en", + "original_title": "Cornerman", + "popularity": 0.6, + "id": 522875, + "backdrop_path": null, + "overview": "The story of legendary boxing trainer Cus D'Amato, who worked with the likes of Mike Tyson, Floyd Patterson, and José Torres", + "poster_path": null + }, + { + "character": "James", + "credit_id": "5b2ccf25c3a368220e0029a4", + "release_date": "2018-08-31", + "vote_count": 59, + "video": false, + "adult": false, + "vote_average": 4.7, + "title": "Reprisal", + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "original_title": "Reprisal", + "popularity": 23.858, + "id": 531593, + "backdrop_path": "/apfur3XEQhEoKxb7tc1PvwvYe5B.jpg", + "overview": "Jacob, a bank manager haunted by a violent heist that took the life of a coworker, teams up with his ex-cop neighbor, James, to bring down the assailant. While the two men work together to figure out the thief’s next move, Gabriel, the highly-trained criminal, is one step ahead. When Gabriel kidnaps Jacob’s wife and daughter, Jacob barrels down a path of bloodshed that initiates an explosive counterattack and brings all three men to the breaking point.", + "poster_path": "/qBsQUK5QSeZjRPLFUVgSGHxj2PI.jpg" + }, + { + "character": "Himself", + "credit_id": "5b4ca51ac3a36823ed04301e", + "poster_path": "/uNK6YAQVFLopYhWKcf2bsE5H2H.jpg", + "id": 536056, + "video": false, + "vote_count": 12, + "adult": false, + "backdrop_path": "/bzeGOshNJgCRqrdDkSPR0HET5Wg.jpg", + "genre_ids": [ + 35, + 10770 + ], + "original_language": "en", + "original_title": "Comedy Central Roast of Bruce Willis", + "popularity": 3.498, + "title": "Comedy Central Roast of Bruce Willis", + "vote_average": 6.7, + "overview": "Bruce Willis goes from \"Die Hard\" to dead on arrival as some of the biggest names in entertainment serve up punches of their own to Hollywood's go-to action star. And with Roast Master Joseph Gordon-Levitt at the helm, nobody is leaving the dais unscathed.", + "release_date": "2018-07-29" + }, + { + "character": "", + "credit_id": "5b73fc2c0e0a267eed1d883e", + "poster_path": "/s5PmuKHRaERIckndTu6grqI37Yq.jpg", + "id": 542508, + "video": false, + "vote_count": 2, + "adult": false, + "backdrop_path": "/2BJNXzZQ9e71WCGXcfdDkjXtKy6.jpg", + "genre_ids": [ + 28, + 14 + ], + "original_language": "es", + "original_title": "The Black Mamba", + "popularity": 0.655, + "title": "The Black Mamba", + "vote_average": 7, + "overview": "", + "release_date": "2011-09-21" + }, + { + "character": "Audience", + "credit_id": "5b8072170e0a26609d015e58", + "poster_path": "/cKbkJTwTFtj52YkmMz0U5BfNb6c.jpg", + "id": 31683, + "video": false, + "vote_count": 4, + "adult": false, + "backdrop_path": "/sgsRsCpvmN9LF6hBafO5j4LSF9e.jpg", + "genre_ids": [ + 10402, + 10770 + ], + "original_language": "en", + "original_title": "Barbra Streisand: One Voice", + "popularity": 0.71, + "title": "Barbra Streisand: One Voice", + "vote_average": 7.3, + "overview": "Originally broadcast as an exclusive special on HBO, Barbra Streisand launched her September 6, 1986 concert One Voice, in part, as a protest against Reagan-era nuclear arms proliferation in the late Cold War; the event marked the diva's first official live performance since 1972.", + "release_date": "1986-12-27" + }, + { + "character": "John McClane", + "credit_id": "5b8d7956925141519b046ac6", + "poster_path": null, + "id": 546330, + "video": false, + "vote_count": 0, + "adult": false, + "backdrop_path": null, + "genre_ids": [ + 28 + ], + "original_language": "en", + "original_title": "McClane", + "popularity": 0.6, + "title": "McClane", + "vote_average": 0, + "overview": "Prequel to 1988 movie 'Die Hard' and based on 'Die Hard: Year One' comic book .", + "release_date": "" + }, + { + "character": "The Gumshoe", + "credit_id": "5b96b6c20e0a261973039896", + "release_date": "2007-01-01", + "vote_count": 0, + "video": false, + "adult": false, + "vote_average": 0, + "title": "Vanity Fair: Killers Kill, Dead Men Die", + "genre_ids": [], + "original_language": "en", + "original_title": "Vanity Fair: Killers Kill, Dead Men Die", + "popularity": 0.864, + "id": 547562, + "backdrop_path": null, + "overview": "The most ambitious portfolio in the 13-year history of Vanity Fair's Hollywood Issue, this year's homage to noir had its own dramatic imperatives.", + "poster_path": "/wgyOGEkkOU71izGCwLiuIgfmjtD.jpg" + }, + { + "character": "", + "credit_id": "5ba581ec0e0a262f8a001056", + "poster_path": "/28Lbw8CG5jX4nRB7O3dBmbtpzr7.jpg", + "id": 7944, + "video": false, + "vote_count": 69, + "adult": false, + "backdrop_path": "/iU606VnpDQGAythRD9fEOdUbRfZ.jpg", + "genre_ids": [ + 99, + 10402 + ], + "original_language": "en", + "original_title": "Shine a Light", + "popularity": 3.656, + "title": "Shine a Light", + "vote_average": 7.2, + "overview": "Martin Scorsese and the Rolling Stones unite in \"Shine A Light,\" a look at The Rolling Stones.\" Scorsese filmed the Stones over a two-day period at the intimate Beacon Theater in New York City in fall 2006. Cinematographers capture the raw energy of the legendary band.", + "release_date": "2008-02-07" + }, + { + "character": "Rex", + "credit_id": "5bbc14950e0a26661800d546", + "poster_path": null, + "id": 552865, + "video": false, + "vote_count": 0, + "adult": false, + "backdrop_path": null, + "genre_ids": [ + 28, + 80 + ], + "original_language": "en", + "original_title": "10 Minutes Gone", + "popularity": 1.164, + "title": "10 Minutes Gone", + "vote_average": 0, + "overview": "A crime thriller that centers on a man whose memory has been lost due to a bank heist gone wrong. The character will need to piece together the missing 10 minutes from his memory in order to determine who sabotaged him.", + "release_date": "2019-09-30" + }, + { + "character": "Himself", + "credit_id": "5c3c2f7cc3a36853ce3c7ba9", + "release_date": "2018-11-27", + "vote_count": 1, + "video": false, + "adult": false, + "vote_average": 8, + "title": "Bumping Mics with Jeff Ross & Dave Attell", + "genre_ids": [], + "original_language": "en", + "original_title": "Bumping Mics with Jeff Ross & Dave Attell", + "popularity": 0.718, + "id": 566947, + "backdrop_path": null, + "overview": "Combining the comedic forces of Jeff Ross and Dave Attell, and filmed at New York's Comedy Cellar, the series features zingers, audience roasts, celebrity cameos, and mic bumps.", + "poster_path": "/iJrPtcVnKAUiD0Y589NXxFrbmsG.jpg" + }, + { + "character": "Bruce Willis", + "credit_id": "5c46dc490e0a264965c958f2", + "release_date": "2019-01-26", + "vote_count": 8, + "video": false, + "adult": false, + "vote_average": 0, + "title": "The Lego Movie 2: The Second Part", + "genre_ids": [ + 28, + 12, + 16, + 35, + 14, + 878, + 10751 + ], + "original_language": "en", + "original_title": "The Lego Movie 2: The Second Part", + "popularity": 25.088, + "id": 280217, + "backdrop_path": "/8kPozGb4BDrcWBSsGPrkULG2tP9.jpg", + "overview": "It's been five years since everything was awesome and the citizens are facing a huge new threat: LEGO DUPLO® invaders from outer space, wrecking everything faster than they can rebuild.", + "poster_path": "/QTESAsBVZwjtGJNDP7utiGV37z.jpg" + } + ], + "crew": [ + { + "id": 2026, + "department": "Production", + "original_language": "en", + "original_title": "Hostage", + "job": "Producer", + "overview": "When a mafia accountant is taken hostage on his beat, a police officer – wracked by guilt from a prior stint as a negotiator – must negotiate the standoff, even as his own family is held captive by the mob.", + "vote_count": 776, + "video": false, + "release_date": "2005-03-11", + "vote_average": 6.3, + "title": "Hostage", + "popularity": 9.793, + "genre_ids": [ + 9648, + 18, + 53, + 80 + ], + "backdrop_path": "/g7wkbceph08nz6tCXpQvoCJH8aP.jpg", + "adult": false, + "poster_path": "/simhaVNOea3uhRUM0gT8WdidEto.jpg", + "credit_id": "52fe432ec3a36847f8040603" + }, + { + "id": 17043, + "department": "Production", + "original_language": "en", + "original_title": "The Crocodile Hunter: Collision Course", + "job": "Executive Producer", + "overview": "Aussie adventurer Steve Irwin aka The Crocodile Hunter has avoided the death-roll and nabbed another feisty croc, hoping to save it from poachers. What Steve doesn't know is that the crocodile has innocently swallowed a top secret US satellite beacon, and the poachers are actually American special agents sent to retrieve it. Crikey! In the Outback and through the bush with his wife Terri's ever-present commentary ringing out over the countryside (\"That was a close one, Steve!\"), the Crocodile Hunter is out to save the gorgeous croc and relocate him. It won't be easy, but if he can handle bird-eating spiders and venomous snakes without getting bitten, gun-wielding agents shouldn't be too much of a problem.", + "vote_count": 44, + "video": false, + "release_date": "2002-07-26", + "vote_average": 5.2, + "title": "The Crocodile Hunter: Collision Course", + "popularity": 2.482, + "genre_ids": [ + 28, + 12, + 10751 + ], + "backdrop_path": "/zsl9wtbwIMbNe8XhHAUQv1HFZ22.jpg", + "adult": false, + "poster_path": "/gfgvfuce0SqF1IolIJYYBxteof0.jpg", + "credit_id": "52fe47019251416c7508ad57" + } + ], + "id": 62 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:52.2987367Z", + "ReducedUri": "/3/person/62/movie_credits?language=it", + "RespData": { + "cast": [ + { + "character": "Leo", + "credit_id": "52fe420dc3a36847f80001bb", + "poster_path": "/2kugcbBkhAr74TC2JEmeTKqrf44.jpg", + "id": 5, + "video": false, + "vote_count": 1050, + "adult": false, + "backdrop_path": "/3EqYpbGCE9S5GddU2K4cYzP5UmI.jpg", + "genre_ids": [ + 35, + 80 + ], + "original_language": "en", + "original_title": "Four Rooms", + "popularity": 10.974, + "title": "Four Rooms", + "vote_average": 6.3, + "overview": "Quattro camere, quattro episodi comico-grotteschi tenuti insieme da un luogo (il Mon Signor, vecchio albergo di Los Angeles), un tempo (la notte di San Silvestro) e un fattorino (T. Roth). 1) “Strano intruglio” di A. Anders: una squadra di streghe cerca sperma fresco per evocare la loro dea; 2) “L'uomo sbagliato” di A. Rockwell: una coppia sadomaso coinvolge il fattorino d'albergo nei suoi esercizi; 3) “I cattivi” di R. Rodriguez: due bambini burrascosi si ribellano al baby-sitter, scoprono un cadavere, incendiano la stanza; 4) “L'uomo di Hollywood” di Q. Tarantino: un attore scommette che riuscirà ad accendere uno Zippo dieci volte di seguito, vincerà una Chevrolet del '64 e salverà il proprio mignolo. Bischerrima scemenza e colluvie di sciocchezze comicarole, non priva di volgarità né di turpiloquio. Si va dal pessimo al mediocre. Il meglio del film è nel cartoon d'avvio, veicolo dei titoli di testa. Colonna sonora dei Combustible Edison.", + "release_date": "1996-04-12" + }, + { + "character": "Korben Dallas", + "credit_id": "52fe420fc3a36847f8000b53", + "poster_path": "/5trIJAG9pJIjQEAjLxfw412NcFo.jpg", + "id": 18, + "video": false, + "vote_count": 5778, + "adult": false, + "backdrop_path": "/qlGoGQSVMzIjGbpvXzZUOH1FjNu.jpg", + "genre_ids": [ + 12, + 14, + 28, + 53, + 878 + ], + "original_language": "en", + "original_title": "The Fifth Element", + "popularity": 17.974, + "title": "Il quinto elemento", + "vote_average": 7.4, + "overview": "Una congiunzione provoca l'apertura di un varco attraverso cui una forza penetra nel nostro universo. Gli antichi egizi lo sapevano, ed anzi erano i custodi dell'arma capace di arrestarla, basata sulla fusione dei quattro elementi primari: terra, acqua, fuoco e aria, e di un quinto elemento. Ma agli inizi del ventesimo secolo scendono sulla Terra i Mondoshawan, esseri superiori e benefici che portano via l'arma, promettendo di restituirla. Il momento arriva nel 2259, quando il passaggio si riapre e l'universo è di nuovo minacciato. I Mondoshawan rispediscono sulla Terra l'arma con il quinto elemento, l'amore, incarnato in Leeloo, ma l'astronave viene intercettata e distrutta dai Mangalore. Fortunatamente dal relitto vengono estratti resti sufficienti a clonare la ragazza, ma la nuova Leeloo non ricorda nulla di sè nè del compito che l'attende. Fuggendo si imbatte nel tassista Korben Dallas, che l'aiuterà a recuperare gli altri quattro elementi e a salvare il mondo.", + "release_date": "1997-10-30" + }, + { + "character": "James Cole", + "credit_id": "52fe4212c3a36847f8001b31", + "poster_path": "/ceXugSDHQ2iJuilAV6OGoVjxQGN.jpg", + "id": 63, + "video": false, + "vote_count": 4014, + "adult": false, + "backdrop_path": "/6KXbhaxkgExC5EdDqAzRinhmoZ8.jpg", + "genre_ids": [ + 878, + 53, + 9648 + ], + "original_language": "en", + "original_title": "Twelve Monkeys", + "popularity": 16.244, + "title": "L'esercito delle 12 scimmie", + "vote_average": 7.5, + "overview": "L'esercito delle 12 scimmie è un piccolo gioiellino fantascientifico del 1995 che si focalizza sulla disperazione di un singolo uomo condannato,in un futuro ormai abitato da una razza umana rassegnata,ad essere il prescelto per poter trovare un rimedio alla loro situazione disastrosa. Nel 2035 gli esseri umani vivono nel sottosuolo,terrorizzati dall'ambiente esterno,portatore di un virus mortale che li ha decimati un pianeta terra dove i prigionieri sono diventati solo ed esclusivamente loro. Anche se solo in modo approssimativo,gli scienziati di quel terribile futuro hanno reso possibile il viaggio nel tempo unica possibilità per poter mettere le mani sul virus e crearne una cura (da notare che nonostante si ipotizzi il viaggio temporale,il film sottolinea che non si può cambiare nulla di ciò che è già avvenuto.paradossalmente si gioca ancora sul concetto che non esiste un libero arbitrio).", + "release_date": "1996-03-06" + }, + { + "character": "Harry S. Stamper", + "credit_id": "52fe4216c3a36847f800316b", + "poster_path": "/pjbygIMRlyyUsFKNrface0FV8jj.jpg", + "id": 95, + "video": false, + "vote_count": 3951, + "adult": false, + "backdrop_path": "/lI3qV4kiSg0BvE6gelzV0tPAoFK.jpg", + "genre_ids": [ + 28, + 53, + 878, + 12 + ], + "original_language": "en", + "original_title": "Armageddon", + "popularity": 15.744, + "title": "Armageddon - Giudizio finale", + "vote_average": 6.6, + "overview": "La NASA entra in stato di allerta quando un'improvvisa pioggia di meteoriti distrugge uno Shuttle in orbita attorno alla Terra, insieme al satellite che gli astronauti stavano riparando, e in seguito cade su un'area che va dalla Finlandia alla costa orientale degli Stati Uniti, distruggendo in particolare New York. Ben presto gli scienziati scoprono che un enorme asteroide si dirige verso la Terra e la colpirà entro 18 giorni con conseguenze catastrofiche. L'unica soluzione è trivellare l'asteroide e poi farlo saltare con una bomba nucleare collocata al suo interno. Per l'incarico vengono reclutati e addestrati l'esperto di trivellazione petrolifera Harry Stamper (Bruce Willis) e i suoi uomini, tra cui il giovane A.J. (Ben Affleck). Quest'ultimo non ha buoni rapporti con Harry perché innamorato di sua figlia Grace (Liv Tyler).", + "release_date": "1998-09-04" + }, + { + "character": "Bruce Willis (uncredited)", + "credit_id": "52fe4221c3a36847f8006329", + "release_date": "2004-12-17", + "vote_count": 3600, + "video": false, + "adult": false, + "vote_average": 6.5, + "title": "Ocean's Twelve", + "genre_ids": [ + 80, + 53 + ], + "original_language": "en", + "original_title": "Ocean's Twelve", + "popularity": 13.183, + "id": 163, + "backdrop_path": "/lsOrQB1fObiyf6aHQeP4HBfNvK0.jpg", + "overview": "Sono passati tre anni da quando Danny Ocean e i suoi, lo specialista Rusty Ryan il promettente Linus Caldwell, l'esperto di esplosivi Basher Tarr e lo scassinatore Frank Catton, hanno messo a segno la rapina più audace e remunerativa della storia ai danni del proprietario di casino Terry Benedict, portando via anche l'ultimo centesimo dal suo caveau di Las Vegas. Dopo essersi divisi i 160 milioni di dollari di bottino, i membri della banda hanno cercato di filare dritto, di vivere onestamente ma purtroppo non è facile, con grande dispiacere di Tess, moglie di Danny. Quando qualcuno infrange la Regola Numero Uno e li denuncia a Benedict, non ci sono alternative, devono restituirgli i 160 milioni di dollari, con gli interessi, o peggio per loro. E, come la banda scopre rapidamente, Benedict non è l'unico sulle loro tracce...", + "poster_path": "/9LMe9hH10PB83QgFtFUmuSQZU3r.jpg" + }, + { + "character": "Mr. Goodkat", + "credit_id": "52fe4224c3a36847f80072ab", + "poster_path": "/suzTox5mFsrmmrZcLbnJw7GWAXY.jpg", + "id": 186, + "video": false, + "vote_count": 2052, + "adult": false, + "backdrop_path": "/8nvayG5l0urcjvvpszoECDqLWzD.jpg", + "genre_ids": [ + 80, + 18, + 9648, + 53 + ], + "original_language": "en", + "original_title": "Lucky Number Slevin", + "popularity": 12.68, + "title": "Slevin - Patto criminale", + "vote_average": 7.5, + "overview": "New York. A causa di uno scambio di identità Slevin rimane coinvolto nella guerra ordita da due capi criminali acerrimi nemici: Il Rabbino e Il Boss. Slevin è costantemente sorvegliato dall'inflessibile Detective Brikowski e dallo scellerato assassino Goodkat. Per riuscire ad uscirne vivo Slevin dovrà tramare un'ingegnosa congiura...", + "release_date": "2006-08-18" + }, + { + "character": "Det. John Hartigan", + "credit_id": "52fe4224c3a36847f800737f", + "poster_path": "/tIcrAsARBvm6SO4t3ra5DpxIJ4J.jpg", + "id": 187, + "video": false, + "vote_count": 4214, + "adult": false, + "backdrop_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "genre_ids": [ + 28, + 53, + 80 + ], + "original_language": "en", + "original_title": "Sin City", + "popularity": 14.958, + "title": "Sin City", + "vote_average": 7.4, + "overview": "Sin City è una città nera, dove la notte non tramonta mai, abitata da una schiera di personaggi più cupi della notte stessa. Tutti cattivi, ognuno a modo suo: Marv, tenero bestione con un talento creativo per la sofferenza altrui; Kevin, ragazzo emotivo che ritrova la serenità divenendo uno spietato divoratore di esseri umani; la sua abietta guida spirituale il cardinale Roark, padrone della città; Dwight, fascinoso criminale che asseconda il suo destino e dispensa morte a piene mani; Gail, sua amata e regina delle prostitute che governano la città vecchia, donne che danno grande piacere, se si paga bene e si sta alle regole, o grande dolore, se si va oltre il seminato; un bastardo giallo, che violenta e mangia bambine impunito, coperto dal mostro suo padre che è anche Senatore della città, e contrastato solo da Hartigan, uno sbirro sul viale del tramonto disposto ad una carneficina per fermarlo e salvare Nancy, timida ballerina di lap dance.", + "release_date": "2005-06-01" + }, + { + "character": "Hartigan", + "credit_id": "52fe4224c3a36847f8007491", + "poster_path": "/tLvfUB4uO8uyVr4NtVfmv4xWSLE.jpg", + "id": 189, + "video": false, + "vote_count": 2040, + "adult": false, + "backdrop_path": "/khzRw7ZDE3NIrYpe0RYyB864FPT.jpg", + "genre_ids": [ + 80, + 53 + ], + "original_language": "en", + "original_title": "Sin City: A Dame to Kill For", + "popularity": 16.196, + "title": "Sin City - Una donna per cui uccidere", + "vote_average": 6.3, + "overview": "Dwight McCarthy (Josh Brolin) viene convocato da Ava Lord (Eva Green), l'unica donna che abbia mai amato e che necessita di aiuto per sfuggire al violento marito. Le intenzioni di Ava sono però molto più sinistre di ciò che appaiono e Dwight lo scoprirà presto. Nel frattempo, Marv (Mickey Rourke) riprende conoscenza in una strada desolata, circondato da diversi morti e incapace di ricordare come sia arrivato sin lì, e l'arrogante Johnny (Joseph Gordon-Levitt) ha intenzione di distruggere il più grande cattivo che la città che abbia mai conosciuto. Nancy (Jessica Alba), invece, cerca di far fronte al suicidio di John Hartigan (Bruce Willis) e trama per vendicarne la morte.", + "release_date": "2014-10-01" + }, + { + "character": "John McClane", + "credit_id": "52fe4252c3a36847f801543f", + "poster_path": "/xnl0dQUHLPvJl6ezNIs9S88E22H.jpg", + "id": 562, + "video": false, + "vote_count": 5775, + "adult": false, + "backdrop_path": "/eg049B1TJdWuKuyKowNmhZxNToc.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "Die Hard", + "popularity": 26.241, + "title": "Die Hard - Trappola di cristallo", + "vote_average": 7.6, + "overview": "Durante la tradizionale festa di natale, un gruppo di terroristi prende in ostaggio i dipendenti di una multinazionale giapponese all'interno di un modernissimo grattacielo. John McClane, poliziotto, però sfugge ai terroristi e grazie all'aiuto dei nascondigli naturali del grattacielo conduce una battaglia solitaria per portare in salvo gli ostaggi, tra i quali si trova anche la moglie.", + "release_date": "1988-09-28" + }, + { + "character": "Butch Coolidge", + "credit_id": "52fe4269c3a36847f801ca95", + "poster_path": "/tLmiDeCRFgJxZ4U1GtJkxPPqYZp.jpg", + "id": 680, + "video": false, + "vote_count": 13904, + "adult": false, + "backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg", + "genre_ids": [ + 53, + 80 + ], + "original_language": "en", + "original_title": "Pulp Fiction", + "popularity": 32.231, + "title": "Pulp Fiction", + "vote_average": 8.4, + "overview": "Quattro storie di violenza s'intersecano in una struttura apparentemente circolare che va avanti e indietro nel tempo: si chiude 1) due balordi (T. Roth, A. Plummer) si accingono a fare una rapina in una tavola calda; 2) due sicari (J. Travolta, S.L. Jackson) recuperano una valigetta preziosa, puliscono la loro auto, insozzata dal sangue e dal cervello di un uomo ucciso per sbaglio, con l'aiuto di Mr. Wolf (H. Keitel), l'uomo che risolve problemi, e vanno a mangiare proprio nella tavola calda della rapina; 3) uno dei due sicari (Travolta) deve portare a ballare Mia (U. Thurman), moglie del capo (V. Rhames), che, scambiata eroina per cocaina, va in overdose; 4) il pugile Butch (B. Willis) contravviene ai patti, vince un incontro che doveva perdere e scappa con la borsa.", + "release_date": "1994-10-28" + }, + { + "character": "Malcolm Crowe", + "credit_id": "52fe426fc3a36847f801e74b", + "poster_path": "/1Dth4Jbh7FzPguUIddmK43deTCy.jpg", + "id": 745, + "video": false, + "vote_count": 5533, + "adult": false, + "backdrop_path": "/1X6F9OvfaWl6AGcCdqYl8icxG9z.jpg", + "genre_ids": [ + 9648, + 53, + 18 + ], + "original_language": "en", + "original_title": "The Sixth Sense", + "popularity": 16.609, + "title": "Il sesto senso", + "vote_average": 7.9, + "overview": "Un famoso psichiatra infantile in un momento difficile della propria vita fa amicizia con un bambino che sembra avere dei problemi. Presosi a cuore il caso, l'uomo riesce a entrarvi in confidenza e a scoprire che è disturbato da visioni: il piccolo asserisce infatti di poter vedere la gente morta.", + "release_date": "1999-10-29" + }, + { + "character": "Walter Davis", + "credit_id": "52fe428dc3a36847f80276a3", + "poster_path": "/69jNwvrbK3NcMQi5j1Q3Iw8yY6H.jpg", + "id": 918, + "video": false, + "vote_count": 190, + "adult": false, + "backdrop_path": "/wqCaOtRz1Bs6U8C0umTWLvxTTgo.jpg", + "genre_ids": [ + 35, + 10749 + ], + "original_language": "en", + "original_title": "Blind Date", + "popularity": 5.36, + "title": "Appuntamento al buio", + "vote_average": 5.8, + "overview": "Appuntamento fra un manager e una bella ragazza. Timida e adorabile quando non beve, scatenata ninfomane se si ubriaca. La serata pazza pazza finisce per sconvolgere (ma in definitiva positivamente) la vita d'entrambi.", + "release_date": "1987-09-03" + }, + { + "character": "John McClane", + "credit_id": "52fe42fec3a36847f8032857", + "poster_path": "/s5UAoQEE9BCoKTOFBfllqAdrb4b.jpg", + "id": 1571, + "video": false, + "vote_count": 3075, + "adult": false, + "backdrop_path": "/74J904knbahSF7csIEfmRtmdi0t.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "Live Free or Die Hard", + "popularity": 18.088, + "title": "Die Hard - Vivere o morire", + "vote_average": 6.5, + "overview": "Quando un gruppo di cyber-terroristi stacca la spina degli U.S.A., gettando l'intero paese nel panico, le autorità federali e l'esercito brancolano letteralmente nel buio. Il veterano John McClane, ancora una volta nel posto sbagliato al momento sbagliato, si troverà così a dover affrontare una minaccia globale da parte dei propri storici nemici giurati: terroristi e tecnologia. L'agente di polizia più coriaceo in circolazione, avvalendosi in questa occasione dell'aiuto di un giovane pirata informatico, può aver perso il pelo ma non il vizio di prendere di petto le situazioni, e conosce sempre e solo un modo di raddrizzare le cose: di prepotenza.", + "release_date": "2007-10-26" + }, + { + "character": "John McClane", + "credit_id": "52fe42ffc3a36847f803297b", + "poster_path": "/2nP9aHSQT0LkZowTtDqNMPS5hNt.jpg", + "id": 1572, + "video": false, + "vote_count": 3040, + "adult": false, + "backdrop_path": "/aJCEQFFXNcfg5YneJzTG15qzxF7.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "Die Hard: With a Vengeance", + "popularity": 17.181, + "title": "Die Hard - Duri a morire", + "vote_average": 7.1, + "overview": "Un terrorista di nome Simon (Irons) minaccia di far esplodere bombe in tutta New York, a meno che il poliziotto McClane (cui si affianca ben presto l'ex taxista Zeus) non segua le sue istruzioni. In realtà Simon realizza un clamoroso furto a Wall Street e solo i due indistruttibili eroi riescono a scoprirlo e a sconfiggerlo, dopo oltre due ore di corsa ininterrotta.", + "release_date": "1995-05-19" + }, + { + "character": "John McClane", + "credit_id": "52fe42ffc3a36847f8032a27", + "poster_path": "/9owitRpV4DXE9DpkTGO6de4riTM.jpg", + "id": 1573, + "video": false, + "vote_count": 2769, + "adult": false, + "backdrop_path": "/kywkOlRpYtfVlar41R1s8lO46vD.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "Die Hard 2", + "popularity": 17.768, + "title": "58 minuti per morire - Die Harder", + "vote_average": 6.8, + "overview": "Dei terroristi narcotrafficanti si impadroniscono dell'aeroporto di Washington per impedire che l'aereo con a bordo il generale Esperanza atterri, tenendo sospesi in cielo, ben diciotto aerei in procinto di atterrare. Il tenente John McClane, che sta aspettando l'atterraggio della moglie, si trova costretto ad intervenire.", + "release_date": "1990-07-02" + }, + { + "character": "Lieutenant Muldoon", + "credit_id": "52fe4329c3a36847f803f193", + "poster_path": "/gwh4Nk62HA2wCfGRDKyRjUCGHvy.jpg", + "id": 1992, + "video": false, + "vote_count": 1667, + "adult": false, + "backdrop_path": "/a2zIKDg5QGFc2vzdaPXT7uZKipe.jpg", + "genre_ids": [ + 27, + 28, + 53 + ], + "original_language": "en", + "original_title": "Planet Terror", + "popularity": 11.13, + "title": "Grindhouse - Planet Terror", + "vote_average": 6.6, + "overview": "Un paese è infestato da una spaventosa invasione di zombies, e una donna di nome Chery, che ha una sola gamba ed al posto di quella mancante ha un fucile, cerca di tenere sotto controllo i morti viventi, con l'aiuto del suo compagno.", + "release_date": "2007-09-28" + }, + { + "character": "Jeff Talley", + "credit_id": "52fe432ec3a36847f8040619", + "poster_path": "/wldB4NlNWXsWiw9aNclrlDPpYKM.jpg", + "id": 2026, + "video": false, + "vote_count": 776, + "adult": false, + "backdrop_path": "/g7wkbceph08nz6tCXpQvoCJH8aP.jpg", + "genre_ids": [ + 9648, + 18, + 53, + 80 + ], + "original_language": "en", + "original_title": "Hostage", + "popularity": 9.793, + "title": "Hostage", + "vote_average": 6.3, + "overview": "Dopo aver fallito un negoziato per un ostaggio, il poliziotto Jeff Tally lascia Los Angeles per diventare capo della polizia in un paesino con un bassissimo tasso di criminalità. Quando tre ragazzi delinquenti mettono in pericolo la loro vita cercando di rubare la macchina di quella che sembrava una famiglia per bene.", + "release_date": "2005-03-18" + }, + { + "character": "Jimmy \"Tulipán\" Tudeski", + "credit_id": "52fe4331c3a36847f80418c1", + "poster_path": "/6lB7Ns2T0FAwZaXN8u0qdcROKrF.jpg", + "id": 2069, + "video": false, + "vote_count": 842, + "adult": false, + "backdrop_path": "/1Qdk7B4hFLdQO8OTWDhcVAqcdTk.jpg", + "genre_ids": [ + 35, + 80 + ], + "original_language": "en", + "original_title": "The Whole Nine Yards", + "popularity": 9.597, + "title": "FBI: Protezione testimoni", + "vote_average": 6.4, + "overview": "Lui (Perry) è un dentista detestato dalla moglie (cerca anche di farlo uccidere) l'altro (Willis) è un killer che si nasconde alla mafia. Nella circostanza si alleano.", + "release_date": "2000-10-06" + }, + { + "character": "Jimmy \"Tulipán\" Tudeski", + "credit_id": "52fe4338c3a36847f80436b1", + "poster_path": "/kM1JvbpRY7R9cw8BjB5JB16VdBQ.jpg", + "id": 2122, + "video": false, + "vote_count": 432, + "adult": false, + "backdrop_path": "/A4iX2LXAhJwMtBER8T2ewgITXsK.jpg", + "genre_ids": [ + 35, + 80, + 53 + ], + "original_language": "en", + "original_title": "The Whole Ten Yards", + "popularity": 7.12, + "title": "FBI: Protezione testimoni 2", + "vote_average": 5.6, + "overview": "Grazie alle impronte dentali falsificate dal suo vecchio vicino e amico Nicholas \"Oz\" Oseransky (Matthew Perry), che gli hanno permesso di simulare la sua morte, Jimmy \"Il tulipano\" Tudeski (Bruce Willis) si è ora ritirato ad una vita tranquilla in Messico con sua moglie Jill (Amanda Peet). Ma il passato presto torna a far visita a Jimmy, la moglie di Nicholas infatti è stata rapita da un vecchio nemico di Jim che sarà costretto ad intervenire in suo aiuto.", + "release_date": "2004-10-01" + }, + { + "character": "Dr. Bill Capa", + "credit_id": "52fe4338c3a36847f804380b", + "release_date": "1994-08-19", + "vote_count": 191, + "video": false, + "adult": false, + "vote_average": 5.4, + "title": "Il colore della notte", + "genre_ids": [ + 18, + 53, + 10749 + ], + "original_language": "en", + "original_title": "Color of Night", + "popularity": 8.433, + "id": 2124, + "backdrop_path": "/p0OQNh9Sdg7EqKQyWYOG3skGAa2.jpg", + "overview": "Il Dottor Bill Capa (Bruce Willis) è uno psichiatra sconvolto dal suicidio di una sua paziente, lanciatasi dalla finestra del suo studio proprio davanti ai suoi occhi: il tragico evento gli procurerà infatti uno shock tale da non poter più distinguere chiaramente il colore rosso (vale a dire quello del sangue). Trasferitosi in un'altra città, dovrà affrontare una serie di delitti collegati al suo nuovo gruppo di pazienti. Nel frattempo - complice un tamponamento - conosce Rose (Jane March), una bellissima, quanto enigmatica ragazza, con la quale imbastirà una focosa relazione. Quello che Bill non può immaginare è che l'incontro con \"Miss Tamponatina\" (come la stessa Rose si definisce) non era affatto stato casuale e che è proprio Rose la chiave per risolvere il mistero...", + "poster_path": "/ux2Ahwlzmjq3j7aH5ank3kWhqXc.jpg" + }, + { + "character": "Jack Mosley", + "credit_id": "52fe4341c3a36847f804622b", + "poster_path": "/vRrOGQPkkDOa4LYy72ktRfsxw8f.jpg", + "id": 2207, + "video": false, + "vote_count": 987, + "adult": false, + "backdrop_path": "/31SqCV9NfHvGJ8n7v60fV3oMobZ.jpg", + "genre_ids": [ + 28, + 12, + 80, + 53 + ], + "original_language": "en", + "original_title": "16 Blocks", + "popularity": 9.26, + "title": "Solo 2 ore", + "vote_average": 6.3, + "overview": "Una mattina come tante, l'ispettore Jack Mosley viene incaricato di portare il piccolo criminale Eddie Bunker dal distretto di polizia al Tribunale, a sedici isolati di distanza, dove deve presentarsi per testimoniare in un caso di reato minore. Jack pensa che sia un incarico di routine, ma ben presto si troverà prima a dover salvare il testimone da un killer, innescando una serie di eventi che cambieranno la sua vita e non solo...", + "release_date": "2006-03-31" + }, + { + "character": "Himself", + "credit_id": "52fe43689251416c7500f357", + "poster_path": "/eoQ9H9CEySIYSPElKn2VRVY0MEa.jpg", + "id": 10403, + "video": false, + "vote_count": 271, + "adult": false, + "backdrop_path": "/tKyxF6ZyxF65CcJKBKId1VavpGP.jpg", + "genre_ids": [ + 35, + 18, + 80 + ], + "original_language": "en", + "original_title": "The Player", + "popularity": 8.491, + "title": "I protagonisti", + "vote_average": 7.1, + "overview": "Minacciato da uno sceneggiatore, rampante produttore esecutivo (Robbins) di Hollywood lo uccide accidentalmente. Vivrà felice con la sua vedova (Scacchi). Titolo italiano deviante per uno dei più intelligenti, perfidi e divertenti film hollywoodiani degli anni '90. È un falso giallo e una vera commedia. Tratto da un romanzo (1988) di Michael Tolkin e da lui stesso sceneggiato, è una satira iconoclasta di Hollywood, e la sua celebrazione: il vecchio R. Altman vi condensa il suo impietoso ma sorridente giudizio sulla \"fabbrica dei sogni\", diretta da persone che, incapaci di sognare, hanno soltanto incubi di carriera. È anche un film sugli anni '80, anni sotto il segno dell'avidità di denaro e di successo, della stupidità arrogante o dell'incompetenza al potere, dell'edonismo più becero. Vi compaiono velocemente una settantina di attori più o meno famosi nella parte di sé stessi. Il grande giocator", + "release_date": "1992-04-03" + }, + { + "character": "Joshep Blake", + "credit_id": "52fe438cc3a36847f805cb53", + "poster_path": "/4l154g6fhKT9ZA3ShIF025Shkzo.jpg", + "id": 3172, + "video": false, + "vote_count": 471, + "adult": false, + "backdrop_path": "/k86wUuUvPVZvM3zwxEhImpfyLq0.jpg", + "genre_ids": [ + 28, + 35, + 80, + 10749 + ], + "original_language": "en", + "original_title": "Bandits", + "popularity": 7.986, + "title": "Bandits", + "vote_average": 6.2, + "overview": "Joe e Terry, compagni di cella in un penitenziario dell'Oregon, riescono rocambolescamente ad evadere. Durante la loro fuga attraverso la California rapinano numerose banche per finanziarsi quella che entrambi chiamano \"una nuova vita\". Sfortunatamente, però, le cose si complicano quando sulla loro strada, dopo un incidente stradale, compare Kate Wheeler, una casalinga stanca dell'anonima vita di tutti i giorni che decide di entrare a far parte della banda.", + "release_date": "2001-11-23" + }, + { + "character": "Muddy Grimes (voice)", + "credit_id": "52fe438dc3a36847f805cf0f", + "poster_path": "/bg9wp5nkASmZmlmbPLAIFsgme8t.jpg", + "id": 3179, + "video": false, + "vote_count": 264, + "adult": false, + "backdrop_path": "/myc2N1GjIKLTjSbIzmI0KEXdaPB.jpg", + "genre_ids": [ + 16, + 35 + ], + "original_language": "en", + "original_title": "Beavis and Butt-Head Do America", + "popularity": 8.431, + "title": "Beavis & Butt-head alla conquista dell'America", + "vote_average": 6.6, + "overview": "Dopo che il loro televisore, vero oggetto di culto, è stato rubato, Beavis e Butt-Head partono all'avventura.", + "release_date": "1996-12-15" + }, + { + "character": "Col. William A. McNamara", + "credit_id": "52fe438f9251416c750151d7", + "release_date": "2002-02-15", + "vote_count": 375, + "video": false, + "adult": false, + "vote_average": 6.2, + "title": "Sotto corte marziale", + "genre_ids": [ + 18, + 10752 + ], + "original_language": "en", + "original_title": "Hart's War", + "popularity": 8.062, + "id": 10592, + "backdrop_path": "/7A6IWD6tA5h1zeVXJ8KtfqvDPmS.jpg", + "overview": "Thomas Hart (Colin Farrell), studente di legge, si arruola nell'esercito durante la seconda guerra mondiale. Durante un'imboscata viene fatto prigioniero e mandato in un campo di prigionia tedesco. Qui, su ordine del colonnello McNamara (Bruce Willis), ufficiale americano più alto in grado dei prigionieri, alloggia nelle baracche della leva, invece che in quella degli ufficiali. Poco tempo dopo arrivano al campo altri due prigionieri, due piloti neri, che, seppure ufficiali, vengono anch'essi alloggiati nelle baracche della leva e la loro custodia viene affidata al tenente Hart. I due neri vengono malvisti dal resto della truppa tanto da far trovare un'arma da taglio nella branda di uno dei due che verrà perciò sommariamente fucilato dai tedeschi. Nei giorni seguenti, un aereo abbattuto in combattimento precipita nel campo e devasta la baracca adibita a teatro e la stessa notte viene ucciso il sergente americano che aveva incastrato il nero.", + "poster_path": "/ySpGPMQIisRwnRbydfHU9A13t0E.jpg" + }, + { + "character": "Russell Duritz", + "credit_id": "52fe43b5c3a36847f80695f3", + "release_date": "2000-07-07", + "vote_count": 396, + "video": false, + "adult": false, + "vote_average": 6.2, + "title": "Faccia a faccia", + "genre_ids": [ + 35, + 14, + 10751 + ], + "original_language": "en", + "original_title": "The Kid", + "popularity": 9.788, + "id": 4244, + "backdrop_path": "/Arx6cOLuB47jwldV7eW4Bt4kAmd.jpg", + "overview": "Un ricco e potente consulente d'immagine, Russ Duritz, s'imbatte un giorno in uno strano personaggio, Rusty, praticamente se stesso all'età di otto anni. E per di più il bambino, specchiandosi nel suo futuro, non è per nulla soddisfatto di ciò che sarà: un placido signore senza moglie né cane. Russ, dal canto suo, non è affatto contento di trovarsi davanti l'immagine vivente di ciò che ha cercato di rimuovere dai suoi ricordi...", + "poster_path": "/dyhkgqCfSNaEjNFz0YnEXP0Uvqg.jpg" + }, + { + "character": "The Jackal", + "credit_id": "52fe43dcc3a36847f8074b4b", + "poster_path": "/6Hh2ROGTRKdbUfEXVVv5fNhmXK3.jpg", + "id": 4824, + "video": false, + "vote_count": 820, + "adult": false, + "backdrop_path": "/ckpSxGKHrzUg8Kh4zVvrDKofdeJ.jpg", + "genre_ids": [ + 28, + 53, + 12, + 80 + ], + "original_language": "en", + "original_title": "The Jackal", + "popularity": 11.601, + "title": "The Jackal", + "vote_average": 6.2, + "overview": "Un killer senza scrupoli viene assoldato da un'organizzazione criminale internazionale per eliminare la moglie del Presidente degli Stati Uniti. Il prezzo pattuito è 70 milioni di dollari. L'uomo è abilissimo nel trasformarsi, nell'apparire e subito scomparire. Di lui si conosce solo il soprannome, the Jackal. Venuta a conoscenza della situazione, l'FBI cerca opportune contromisure. Il Vice direttore dei servizi segreti Preston ha il compito di individuare e fermare the Jackal prima che sia troppo tardi. Insieme all'agente russo Valentina Koslova, Preston capisce che l'unico modo per scovare il killer è affidarsi a qualcuno che lo conosce soprattutto perché ragiona come lui. Controvoglia, si affida allora a Declan Mulqueen, un irlandese attualmente in prigione per fatti di terrorismo.", + "release_date": "1998-01-30" + }, + { + "character": "Det. Tom Hardy", + "credit_id": "52fe43f29251416c75023ceb", + "poster_path": "/AaowVoPFR3RAokszvUW5uTChXH0.jpg", + "id": 11074, + "video": false, + "vote_count": 343, + "adult": false, + "backdrop_path": "/nNn1pStpiA0VEhT09GbwIdSG0ik.jpg", + "genre_ids": [ + 80, + 28, + 9648, + 53 + ], + "original_language": "en", + "original_title": "Striking Distance", + "popularity": 7.738, + "title": "Impatto imminente", + "vote_average": 5.7, + "overview": "Figlio di un poliziotto ucciso, uno sbirro turbolento dà la caccia all'assassino di papà mentre un serial killer gli elimina man mano le sue ex fidanzate. Con un livello di simpatia nettamente inferiore alla sua media, B. Willis si barcamena in questo poliziesco di ordinaria violenza urbana.", + "release_date": "1993-09-17" + }, + { + "character": "Himself", + "credit_id": "52fe44259251416c9100668f", + "poster_path": "/uDvfFl3AhMAUNBzvH7OyiHlGtkp.jpg", + "id": 30565, + "video": false, + "vote_count": 10, + "adult": false, + "backdrop_path": null, + "genre_ids": [ + 99 + ], + "original_language": "en", + "original_title": "The Hamster Factor and Other Tales of Twelve Monkeys", + "popularity": 0.897, + "title": "The Hamster Factor and Other Tales of Twelve Monkeys", + "vote_average": 6.3, + "overview": "", + "release_date": "1997-01-01" + }, + { + "character": "James Urbanski", + "credit_id": "52fe44409251416c9100a1f9", + "poster_path": "/eBLUF7vf5fLn0YdG3Gx8HALD8n4.jpg", + "id": 30815, + "video": false, + "vote_count": 67, + "adult": false, + "backdrop_path": "/bob5ysB7qHXrMvnUOdrcTZ2OvMn.jpg", + "genre_ids": [ + 18, + 9648, + 53 + ], + "original_language": "en", + "original_title": "Mortal Thoughts", + "popularity": 3.096, + "title": "L'ombra del testimone", + "vote_average": 5.4, + "overview": "Una donna si reca al commissariato di polizia per una lunga deposizione su un caso di omicidio. Il poliziotto, che riprende con una videocamera i colloqui, si dimostra paziente e comprensivo.....", + "release_date": "1991-04-19" + }, + { + "character": "Carl Roebuck", + "credit_id": "52fe44629251416c75032de9", + "poster_path": "/3mbJyBFsryL6wcSuEwHXvpzdOYa.jpg", + "id": 11593, + "video": false, + "vote_count": 98, + "adult": false, + "backdrop_path": "/spgT4i6EMUkToYN337QFpAUOZmq.jpg", + "genre_ids": [ + 35, + 18 + ], + "original_language": "en", + "original_title": "Nobody's Fool", + "popularity": 5.727, + "title": "La vita a modo mio", + "vote_average": 7, + "overview": "Il sessantenne muratore Sully è sempre stato uno \"spirito libero\". Ha divorziato quando il suo unico figlio aveva un anno, ha continuato a vivere nella sua cittadina, è in lite col suo datore di lavoro, ma perde la causa. Il ritorno del figlio, in crisi matrimoniale, avvicina Sully a lui e ai nipotini, gli ridà quel senso della famiglia che non aveva mai avuto prima. Un film di attori (tutti eccellenti), che il regista (\"Kramer contro Kramer\") guida con mano sapiente. Un film di succose, sapide atmosfere colte con magistrale sensibilità. Un film come se ne facevano una volta: ottimamente, golosamente \"anacronistico\".", + "release_date": "1994-12-23" + }, + { + "character": "Harrison Hill", + "credit_id": "52fe4472c3a36847f80967fb", + "poster_path": "/7WwwjItGn6RtrvhSGcn1ObQojzG.jpg", + "id": 7183, + "video": false, + "vote_count": 390, + "adult": false, + "backdrop_path": "/pV2lgUmt1lheXdyb4uOryjiicOa.jpg", + "genre_ids": [ + 80, + 18, + 9648, + 53 + ], + "original_language": "en", + "original_title": "Perfect Stranger", + "popularity": 7.237, + "title": "Perfect Stranger", + "vote_average": 5.8, + "overview": "Rowena Price è una giornalista in cerca di uno scoop. Quando scopre che l'omicidio di una sua amica potrebbe condurre a un famoso dirigente di un'agenzia di pubblicità, decide di indagare sotto copertura con l'aiuto del suo socio Miles, esperto di computer. Tuttavia, investigare sui segreti delle persone spesso porta a incredibili verità...", + "release_date": "2007-04-13" + }, + { + "character": "Jimmy Monroe", + "credit_id": "52fe4475c3a368484e0242eb", + "poster_path": "/r41jhdXXV3CuUtgsewE9Th4FBQM.jpg", + "id": 23742, + "video": false, + "vote_count": 749, + "adult": false, + "backdrop_path": "/3rRAYIwh1FhdijYkSDgPFhQTTI9.jpg", + "genre_ids": [ + 28, + 35, + 80 + ], + "original_language": "en", + "original_title": "Cop Out", + "popularity": 7.026, + "title": "Poliziotti fuori - Due sbirri a piede libero", + "vote_average": 5.3, + "overview": "Il famoso detective Jimmy Monroe (Bruce Willis) vuole incassare una grossa cifra per la sua Pafko perfetta, così da poter pagare le spese dell'imminente matrimonio di sua figlia, ma nella migliore tradizione di tutto ciò che può andare storto, la figurina viene rubata prima ancora di poter essere venduta. Paul Hodges (Tracy Morgan) è \"il complice anti-crimine\" di Jimmy, la cui preoccupazione per l'infedeltà di sua moglie gli rende difficile concentrarsi su altre questioni, o sul crimine. Già nei guai e con nulla da perdere, Jimmy e Paul dovranno infrangere tutte le regole - comprese quelle di cercare l'aiuto dell'amabile ladro Dave (Seann William Scott) che rappresenta l'unica possibilità per risolvere il caso.", + "release_date": "2010-04-16" + }, + { + "character": "Sonny Truelove", + "credit_id": "52fe447ec3a36847f809974b", + "poster_path": "/3kkMfS1nLm7HWbkyl5f1Ya09h5Z.jpg", + "id": 7457, + "video": false, + "vote_count": 669, + "adult": false, + "backdrop_path": "/LxmZLr6VHeibkq5DG0LvRKJWrX.jpg", + "genre_ids": [ + 80, + 18 + ], + "original_language": "en", + "original_title": "Alpha Dog", + "popularity": 8.205, + "title": "Alpha dog", + "vote_average": 6.6, + "overview": "Johnny Truelove, uno spacciatore di droga di media importanza della San Gabriel Valley, aspira a seguire le orme paterne. Per farsi rimborsare di un debito di droga Johnny e la sua banda rapiscono il fratello più giovane di Jake Mazursky. La situazione degenera e il padre di Johnny, Sonny, è costretto ad intervenire per evitare al figlio di finire in prigione.", + "release_date": "2007-02-23" + }, + { + "character": "RJ (voice)", + "credit_id": "52fe4482c3a36847f809a4cd", + "poster_path": "/vPfIgBwOyvoSd80FxOWdCBkFKLw.jpg", + "id": 7518, + "video": false, + "vote_count": 2091, + "adult": false, + "backdrop_path": "/vZSJZZ178D40pwzRXkKqQKjLU7X.jpg", + "genre_ids": [ + 35, + 16, + 10751 + ], + "original_language": "en", + "original_title": "Over the Hedge", + "popularity": 15.369, + "title": "La gang del bosco", + "vote_average": 6.4, + "overview": "RJ è un procione ingordo e opportunista che fa sempre per sé. A dargli una lezione ci pensa l'orso Vincent, a cui RJ ha cercato di rubare le provviste accumulate per il letargo. Nella fuga rocambolesca le leccornie di Vincent finiscono sotto un tir in corsa e RJ è costretto all'ultimatum: recuperare il cibo perduto entro una settimana o diventare cibo per orsi. L'incontro con una scombinata famiglia allargata in cui convivono appassionatamente una tartaruga, una puzzola, uno scoiattolo, due opossum e cinque istrici, correggerà il suo egoismo. A loro, sempre a caccia di provvigioni per l'inverno, RJ rivela Suburbia, la città degli uomini oltre la siepe. Dietro quel muro verde, la gang del bosco farà scorpacciate di cibo ghiotto e di amicizia.", + "release_date": "2006-10-27" + }, + { + "character": "Narrator", + "credit_id": "52fe448a9251416c910145d5", + "poster_path": "/4k5JshQ6kGLtI7paXAVAuC1o4t4.jpg", + "id": 31586, + "video": false, + "vote_count": 115, + "adult": false, + "backdrop_path": "/5MgwfgJ4jLM8eXbq0BX2d1OPni6.jpg", + "genre_ids": [ + 35, + 18, + 14, + 878, + 10751 + ], + "original_language": "en", + "original_title": "North", + "popularity": 5.636, + "title": "Genitori cercasi", + "vote_average": 5.1, + "overview": "", + "release_date": "1994-07-22" + }, + { + "character": "Harry Rydell", + "credit_id": "52fe449ec3a36847f80a07c9", + "poster_path": "/22Xjq8vB90HaaN42uw45TjlgQDp.jpg", + "id": 8324, + "video": false, + "vote_count": 148, + "adult": false, + "backdrop_path": "/3h6dgVGh9n0KhnFlTtTXADlj5hh.jpg", + "genre_ids": [ + 35, + 18, + 53 + ], + "original_language": "en", + "original_title": "Fast Food Nation", + "popularity": 6.325, + "title": "Fast Food Nation", + "vote_average": 6, + "overview": "Don Henderson, dirigente della catena di fast food Mickey's, ha un problema. Deve scoprire come è possibile che tracce di carne contaminata finiscano nel più venduto dei loro panini, e per farlo deve imbarcarsi in un viaggio nel lato oscuro del mercato alimentare USA, solo per rendersi conto che trovare risposte non sarà facile e pulito come credeva...", + "release_date": "2007-07-20" + }, + { + "character": "Art Jeffries", + "credit_id": "52fe44bec3a36847f80a785b", + "poster_path": "/eVa7U5pGaHITDZa0CG7bpivnDfQ.jpg", + "id": 8838, + "video": false, + "vote_count": 594, + "adult": false, + "backdrop_path": "/pQvqotL0tjP6kuNoxq7eAPXicrk.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "original_title": "Mercury Rising", + "popularity": 10.169, + "title": "Codice Mercury", + "vote_average": 6.2, + "overview": "L'Agenzia per la Sicurezza Nazionale possiede un codice segretissimo per proteggere gli agenti USA infiltrati in tutto il mondo e Simon, un bambino autistico di nove anni che ha speciali doti matematico-enigmistiche, riesce a decifrarlo. Viene ordinato di uccidere lui e tutta la sua famiglia, ma il bambino scappa e viene trovato da un poliziotto in crisi che decide di proteggerlo.", + "release_date": "1998-04-30" + }, + { + "character": "Himself", + "credit_id": "52fe44cac3a36847f80aa233", + "poster_path": "/z19PWdORWa7SmTCuKlmurcuQyHa.jpg", + "id": 8944, + "video": false, + "vote_count": 196, + "adult": false, + "backdrop_path": "/4dyRBYhJQi23vFHyyrsWlJz6Yca.jpg", + "genre_ids": [ + 35, + 18 + ], + "original_language": "en", + "original_title": "What Just Happened", + "popularity": 7.485, + "title": "Disastro a Hollywood", + "vote_average": 5.3, + "overview": "Due settimane nella vita di Ben, un produttore hollywoodiano, che, oltre a doversi confrontare con un secondo divorzio mai del tutto accettato, ha davanti a sé due progetti decisamente non semplici. Nel primo caso si tratta di un film già montato da un regista particolarmente irritabile ed attaccato al proprio lavoro. Il protagonista Sean Penn nel finale deve morire ma, prima di lui, è il suo fedele cane a fare una brutta fine. Il pubblico delle prewiew non gradisce e ancor meno apprezza Lou, a capo dello studio che dovrebbe distribuire il film. Il secondo problema che Ben deve affrontare è altrettanto complesso: ha in preproduzione un film con Bruce Willis. L'attore, che si è fatto crescere una fluente barba che lo rende irriconoscibile, non ha la benché minima intenzione di tagliarsela.", + "release_date": "2009-04-17" + }, + { + "character": "Ben Jordan", + "credit_id": "52fe44cc9251416c75041487", + "release_date": "1999-10-13", + "vote_count": 123, + "video": false, + "adult": false, + "vote_average": 6.1, + "title": "Storia di noi due", + "genre_ids": [ + 35, + 18, + 10749 + ], + "original_language": "en", + "original_title": "The Story of Us", + "popularity": 6.185, + "id": 12220, + "backdrop_path": "/s98JDnFZzR4D2drR4bzQdTvSW9p.jpg", + "overview": "Ben e Kate sono sposati da 15 anni. Lui è uno scrittore che vive alla giornata, un padre divertente che fa della disorganizzazione il suo stile di vita. Lei un'editrice, attenta e precisa nel lavoro come in famiglia. I loro due figli, Josh ed Erin, sono l'unico elemento che li tiene insieme, ma approfittando del campeggio estivo la coppia si separa per un paio di settimane. Sarà il test per ripercorrere la loro storia fatta di momenti belli e brutti, di gioia e dolore.", + "poster_path": "/vrvuokSUcqY25ufpOtGbNl1dEgK.jpg" + }, + { + "character": "Eddie 'Hudson Hawk' Hawkins", + "credit_id": "52fe44e3c3a36847f80afed9", + "poster_path": "/kWa4eMGXGazgiuYYokro0chQh94.jpg", + "id": 9292, + "video": false, + "vote_count": 408, + "adult": false, + "backdrop_path": "/wlviEefkJAbJrVmHu6SJzBPq6sG.jpg", + "genre_ids": [ + 28, + 12, + 35 + ], + "original_language": "en", + "original_title": "Hudson Hawk", + "popularity": 9.233, + "title": "Hudson Hawk - Il mago del furto", + "vote_average": 5.6, + "overview": "Eddie Hawkins, in arte detto il falco è un famoso ladro di appartamenti appena uscito di prigione e deciso a rigare dritto. Ma la mafia e la CIA lo ricattano costringendo lui e il suo socio a tentare un furto di tre capolavori di Leonadro Da Vinci nel museo piú sorvegliato del mondo. Mentre prepara il piano Eddie si innamora di una presunta suora e deve fare i conti con una coppia avida e potente che vuole impossessarsi della refurtiva per far crollare l'economia mondiale.", + "release_date": "1991-05-23" + }, + { + "character": "Joe Hallenbeck", + "credit_id": "52fe44e7c3a36847f80b0d73", + "poster_path": "/dGD6nxIKUI7cU7WOxJUzRt32w8r.jpg", + "id": 9319, + "video": false, + "vote_count": 765, + "adult": false, + "backdrop_path": "/7crRVZFSGSrDk0wR3Lahxr1Fb7P.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "The Last Boy Scout", + "popularity": 8.479, + "title": "L'ultimo boy scout - Missione: sopravvivere", + "vote_average": 6.6, + "overview": "Joe Hallenbeck, perduto il lavoro e la dignità per colpa di un politico corrotto, sopravvive facendo il detective privato. Insieme ad un altro perdente, Jimmy Dix, ex giocatore di football, risolverà un complicato caso che lega le scommesse clandestine al mondo politico. Per entrambi sarà l'occasione di ritrovare la dignità ed il rispetto degli altri.", + "release_date": "1991-12-11" + }, + { + "character": "John Smith", + "credit_id": "52fe44e8c3a36847f80b138f", + "poster_path": "/qoWatJl4IBxDw2o85uMbVxXtLy7.jpg", + "id": 9333, + "video": false, + "vote_count": 375, + "adult": false, + "backdrop_path": "/lD1ukTu3oEHMC4lFMt7Xfj0QaQ1.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53, + 9648 + ], + "original_language": "en", + "original_title": "Last Man Standing", + "popularity": 7.385, + "title": "Ancora vivo", + "vote_average": 6.2, + "overview": "Tratto dalla sceneggiatura di Akira Kurosawa e Ryuzo Kikoshima di \"La sfida del samurai\" (1961), già ricalcato da S. Leone in \"Per un pugno di dollari\". Nel 1931 arriva a Jericho, cittadina-fantasma del Texas, uno straniero senza passato che diventa l'ago della bilancia tra due bande di fuorilegge – gli irlandesi Doyle e gli italiani Strozzi – che si contendono il controllo del contrabbando d'alcol.", + "release_date": "1996-09-20" + }, + { + "character": "Dwayne Hoover", + "credit_id": "52fe44e99251416c75045375", + "poster_path": "/oOEkGtAcysCV1pJAB3qFlOG76hj.jpg", + "id": 12479, + "video": false, + "vote_count": 40, + "adult": false, + "backdrop_path": "/61Woa0KSlUBPxlb10rxNA34ISD2.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "original_title": "Breakfast of Champions", + "popularity": 4.516, + "title": "La colazione dei campioni", + "vote_average": 5.4, + "overview": "Dwayne Hoover è il proprietario di una rivendita di auto usate a Midland City, ipotetica città americana. Nonostante il successo e la ricchezza, l'uomo soffre di un esaurimento nervoso che lo sta spingendo al suicidio. La sua vita ha una svolta quando incontra Kilgore Trout, uno scrittore di fantascienza invitato a Midland City per partecipare al primo Festival delle Arti della città. I due si incontrano in un bar e dopo il loro dialogo sui misteri della vita Dwayne inizia a comportarsi come un matto...", + "release_date": "1999-02-13" + }, + { + "character": "Emmett Smith", + "credit_id": "52fe44eb9251416c91021687", + "release_date": "1989-09-15", + "vote_count": 21, + "video": false, + "adult": false, + "vote_average": 5.7, + "title": "In Country", + "genre_ids": [ + 35, + 18, + 10749 + ], + "original_language": "en", + "original_title": "In Country", + "popularity": 2.434, + "id": 32855, + "backdrop_path": "/hOljV0Ikm0WWg8C6F0xW0OmL0ly.jpg", + "overview": "", + "poster_path": "/gVfYLX0mynpIqK4PDZD05Loy9dC.jpg" + }, + { + "character": "Mikey (voice)", + "credit_id": "52fe44ecc3a36847f80b21e9", + "poster_path": "/bqv9b4nJfuAVlmBwK78axQxVmqH.jpg", + "id": 9356, + "video": false, + "vote_count": 609, + "adult": false, + "backdrop_path": "/AtQGCV8719WlfGYGRapkupivzk.jpg", + "genre_ids": [ + 35, + 10749 + ], + "original_language": "en", + "original_title": "Look Who's Talking Too", + "popularity": 6.989, + "title": "Senti chi parla 2", + "vote_average": 5.2, + "overview": "Dopo essere riuscito a far sposare la splendida mamma con il papà dei suoi sogni, il piccolo Mikey si trova alle prese con i difficili dilemmi infantili, i battibecchi dei genitori, e una nuova c imprevista compagna di stanza: la sorellina Julie.", + "release_date": "1990-12-14" + }, + { + "character": "Dr. Ernest Menville", + "credit_id": "52fe44efc3a36847f80b2b91", + "poster_path": "/71VQ3iivcTcCjTfqZKNKWKFxORd.jpg", + "id": 9374, + "video": false, + "vote_count": 1111, + "adult": false, + "backdrop_path": "/8djDTR7aOFHiHGDD5YN2RwYg4dK.jpg", + "genre_ids": [ + 35, + 14, + 27 + ], + "original_language": "en", + "original_title": "Death Becomes Her", + "popularity": 10.959, + "title": "La morte ti fa bella", + "vote_average": 6.6, + "overview": "Due donne, ex-amiche e grandi rivali, si rivolgono a una moderna fattucchiera che vende loro l'elisir dell'eterna giovinezza: dopo averlo bevuto non invecchieranno più, ma le conseguenze saranno disastrose...", + "release_date": "1992-12-18" + }, + { + "character": "Mikey (voice)", + "credit_id": "52fe44ffc3a36847f80b6941", + "poster_path": "/1SfAIlQPFGNsYtndFuauS0ISLRn.jpg", + "id": 9494, + "video": false, + "vote_count": 1022, + "adult": false, + "backdrop_path": "/m9TyWTTaaFUNMlNJ3b8Q0gkOiZY.jpg", + "genre_ids": [ + 35, + 10749 + ], + "original_language": "en", + "original_title": "Look Who's Talking", + "popularity": 7.186, + "title": "Senti chi parla", + "vote_average": 6, + "overview": "Mollie, mamma del piccolo Mikey, è combattuta tra l'amore per Albert un uomo sposato e per nulla intenzionato a divorziare da sua moglie, e il simpatico James, un tassista entrato casualmente nella sua vita, ma alla fine sarà il bambino ad adottare il papà che gli sembra più divertente e dolce...", + "release_date": "1989-10-12" + }, + { + "character": "Lieutenant A.K. Waters", + "credit_id": "52fe450bc3a36847f80b9015", + "poster_path": "/v3eDgQPNbosafBFWnEU82XGN1ys.jpg", + "id": 9567, + "video": false, + "vote_count": 888, + "adult": false, + "backdrop_path": "/ldqbcQaNc8RyTekKaeMoV4HBDQB.jpg", + "genre_ids": [ + 28, + 18, + 10752 + ], + "original_language": "en", + "original_title": "Tears of the Sun", + "popularity": 10.729, + "title": "L'ultima alba", + "vote_average": 6.5, + "overview": "Dopo un colpo di stato in Nigeria, al comandante Walters è affidato il compito di portare in salvo i componenti di una missione, il cui capo è la dottoressa Lendricks, che presta la sua opera di medico volontario nella giungla. La donna non vuole però abbandonare i pazienti al loro destino, e d'altronde Waters non può imbarcare gli indigeni sul suo elicottero per non incorrere in ritorsioni diplomatiche. Preso da un soprassalto di umanità, l'ufficiale decide di disobbedire agli ordini e di accompagnare i componenti della missione fino al confine con il Camerun.", + "release_date": "2003-11-21" + }, + { + "character": "Peter Fallow", + "credit_id": "52fe450dc3a36847f80b9969", + "poster_path": "/vFrWZJjXk3LlUJT2Obde8hQkkw6.jpg", + "id": 9586, + "video": false, + "vote_count": 198, + "adult": false, + "backdrop_path": "/e4D0ZBhqfIk10u23cGyISGQrtLQ.jpg", + "genre_ids": [ + 35, + 18 + ], + "original_language": "en", + "original_title": "The Bonfire of the Vanities", + "popularity": 6.89, + "title": "Il falò delle vanità", + "vote_average": 5.5, + "overview": "La brillante carriera di un operatore di borsa crolla quando è arrestato per aver investito con l'auto un giovane nero senza soccorrerlo. L'incidente è amplificato da un giornalista alcolizzato e strumentalizzato da un fanatico predicatore.", + "release_date": "1990-12-21" + }, + { + "character": "Bo Weinberg", + "credit_id": "52fe450e9251416c7504a30d", + "release_date": "1991-11-01", + "vote_count": 91, + "video": false, + "adult": false, + "vote_average": 5.7, + "title": "Billy Bathgate - A scuola di gangster", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "original_title": "Billy Bathgate", + "popularity": 5.083, + "id": 12647, + "backdrop_path": "/AqsO0lmxGaF9LbSlz2u5EeVpPHJ.jpg", + "overview": "New York, anni trenta, Lucky Luciano sale alla ribalta mentre l'astro del criminale Dutch Schultz si sta spegnendo. Il quindicenne Billy, detto Bathgate, decide di seguire le orme di Schultz, il suo idolo. Gli sarà così accanto nel suo declino e nei suoi numerosi attacchi di furore. Si salverà grazie all'infatuazione della signora Preston, diventata l'amante del pericolosissimo gangster, e di Otto Berman, il contabile della banda.", + "poster_path": "/igXRHvXLIddHpEDV2H92mUf4izq.jpg" + }, + { + "character": "David Dunn", + "credit_id": "52fe4525c3a36847f80befd5", + "release_date": "2000-12-22", + "vote_count": 4090, + "video": false, + "adult": false, + "vote_average": 7.1, + "title": "Unbreakable - Il predestinato", + "genre_ids": [ + 18, + 878, + 53 + ], + "original_language": "en", + "original_title": "Unbreakable", + "popularity": 48.581, + "id": 9741, + "backdrop_path": "/4WQG7oGOjNQX9U89CpPO0hyLFxz.jpg", + "overview": "David Dunn è l'unico superstite di un disastroso incidente ferroviario; non solo è stato l'unico a salvarsi su 132 passeggeri, ma non ha riportato nemmeno un graffio. Forse soltanto la folle teoria di Elijah Price, un esperto di fumetti che si è messo in contatto con David, può spiegare la sua miracolosa invulnerabilità.", + "poster_path": "/4bbHcTViomdM0j7dM0Tm0CYQF1m.jpg" + }, + { + "character": "Major-General William Devereaux", + "credit_id": "52fe4540c3a36847f80c3b07", + "poster_path": "/zQq0IoiJFpfMa8pCPvcidCz8SQL.jpg", + "id": 9882, + "video": false, + "vote_count": 552, + "adult": false, + "backdrop_path": "/5Rcs4AThvFDpRt8VF6LDpN9JPk6.jpg", + "genre_ids": [ + 18, + 28, + 53, + 80 + ], + "original_language": "en", + "original_title": "The Siege", + "popularity": 7.522, + "title": "Attacco al potere", + "vote_average": 6.2, + "overview": "Un autobus esplode a Brooklyn, facendo molte vittime, ed è l'inizio di una vera e propria campagna di terrore a New York. Anthony Hubbard, capo della Task Force Antiterrorismo, è incaricato di cercare i responsabili.", + "release_date": "1999-02-05" + }, + { + "character": "Mr. Church (uncredited)", + "credit_id": "52fe4555c3a368484e0541dd", + "poster_path": "/9ggA8NFTmz4or9HPgFyq4r7Ess.jpg", + "id": 27578, + "video": false, + "vote_count": 4326, + "adult": false, + "backdrop_path": "/x5u73uBylbyCCnkzUGzt3uozqRp.jpg", + "genre_ids": [ + 53, + 12, + 28 + ], + "original_language": "en", + "original_title": "The Expendables", + "popularity": 23.241, + "title": "I mercenari - The Expendables", + "vote_average": 6.1, + "overview": "Gli Expendables sono un gruppo di mercenari professionisti dell'artiglieria e del combattimento corpo a corpo, chiamati ad assolvere solo missioni ad alto rischio. In seguito a un blitz su di un cargo di terroristi somali finito in carneficina, il capo della banda, Barney Ross, decide di espellere il tiratore scelto Gunnar a causa del suo temperamento scriteriato e imprevedibile. I \"sacrificabili\" rimasti si ritrovano invece amichevolmente da Tool, vecchio membro della squadra passato ai tatuaggi e al ruolo di tramite coi vari mandanti degli incarichi. L'ultimo dei quali chiede a Barney e ai suoi uomini di uccidere il dittatore di un'isola del Centro America in affari con un americano per gestire il traffico della droga.", + "release_date": "2010-09-01" + }, + { + "character": "Tom Mix", + "credit_id": "52fe46c69251416c9105f485", + "poster_path": "/hQZtPZwcVMBNoT8hrNpOFNIPQv0.jpg", + "id": 38560, + "video": false, + "vote_count": 30, + "adult": false, + "backdrop_path": "/hTNhWbivke8Qxl5DLGPtVwAhMUf.jpg", + "genre_ids": [ + 35, + 80 + ], + "original_language": "en", + "original_title": "Sunset", + "popularity": 2.836, + "title": "Intrigo a Hollywood", + "vote_average": 5.8, + "overview": "", + "release_date": "1988-04-29" + }, + { + "character": "Frank Moses", + "credit_id": "52fe47219251416c9106b043", + "poster_path": "/itXDXlmFltXSswPR78sv1c7zz00.jpg", + "id": 39514, + "video": false, + "vote_count": 3904, + "adult": false, + "backdrop_path": "/1TFEtFxD1M9OvMGlGcSAR5Pg53I.jpg", + "genre_ids": [ + 28, + 12, + 35, + 80, + 53 + ], + "original_language": "en", + "original_title": "RED", + "popularity": 13.711, + "title": "Red", + "vote_average": 6.6, + "overview": "Red è la storia di Frank Moses, un ex agente della CIA, che ora vive una vita tranquilla , fino al giorno in cui un assassino hi-tech si presenta alla sua porta con l'intento di ucciderlo. Quando la sua identità è del tutto compromessa e la vita della donna che ama in pericolo, Moses ricompone la sua vecchia squadra, in un ultimo disperato tentativo di sopravvivenza.", + "release_date": "2011-05-11" + }, + { + "character": "John McClane", + "credit_id": "52fe4751c3a36847f812f049", + "poster_path": "/3c0bVygWGnswyOnEirhN0oRVcgu.jpg", + "id": 47964, + "video": false, + "vote_count": 4273, + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "popularity": 15.524, + "title": "Die Hard - Un buon giorno per morire", + "vote_average": 5.2, + "overview": "McClane arriva a Mosca per rintracciare il figlio che non vede da tempo, Jack (Jai Courtney), ma rimane stupito quando scopre che lui lavora sotto copertura per proteggere un informatore del governo, Komarov. Con la loro vita appesa a un filo, i McClane sono costretti a superare ogni contrasto per portare al sicuro Komarov e impedire un crimine disastroso nel luogo più desolato sulla faccia della Terra, Chernobyl.", + "release_date": "2013-02-14" + }, + { + "character": "Principal Kirkpatrick", + "credit_id": "52fe47659251416c75097deb", + "poster_path": "/hWhZTAEWAa2axEQy3Bv7xtuT9SL.jpg", + "id": 18176, + "video": false, + "vote_count": 144, + "adult": false, + "backdrop_path": "/anYIKUyuzHI1bVeRL9wkBxeSlhF.jpg", + "genre_ids": [ + 35, + 80, + 9648, + 53 + ], + "original_language": "en", + "original_title": "Assassination of a High School President", + "popularity": 5.071, + "title": "The Assassination - Al centro del complotto", + "vote_average": 6, + "overview": "Il giovane Bobby Funke, reporter del giornale scolastico vessato incessantemente dai bulli del liceo, investiga sul furto dei risultati dei test SAT per il giornale di St. Dominick.", + "release_date": "2008-01-17" + }, + { + "character": "Tom Greer", + "credit_id": "52fe47fc9251416c750ac1f5", + "poster_path": "/1NetZy4arqX5GGloec0QHcFZRSk.jpg", + "id": 19959, + "video": false, + "vote_count": 1716, + "adult": false, + "backdrop_path": "/lQ872mmHvHXip5sC1t0cvCSP8IO.jpg", + "genre_ids": [ + 28, + 878, + 53 + ], + "original_language": "en", + "original_title": "Surrogates", + "popularity": 11.396, + "title": "Il mondo dei replicanti", + "vote_average": 6, + "overview": "L'agente Greer e l'agente Peters sono chiamati a investigare sull'uccisione del figlio del dottor Lionel Canter. In realtà nessuno dei tre è umano. Né Greer, né la sua collega né tantomeno il figlio di Canter. Costui è l'inventore dei 'Surrogati', automi che assumono l'aspetto che ogni umano desidera, uscendo in sua vecenella vita reale e lasciando il proprio 'originale' in carne ed ossa a casa al sicuro. Nel mondo ce ne sono ormai un miliardo ma sta accadendo qualcosa di molto strano e pericoloso per loro: sembra esserci un virus che, uccidendo il simulacro di cavi e acciaio, distrugge anche il cervello dell'umano a lui collegato. Greer vuole andare a fondo; dapprima come macchina e in seguito come essere umano.", + "release_date": "2010-01-08" + }, + { + "character": "Biggs", + "credit_id": "52fe4802c3a368484e0e5007", + "poster_path": "/gTnVs0vjrNKskItUKvnbucmOWmY.jpg", + "id": 70586, + "video": false, + "vote_count": 209, + "adult": false, + "backdrop_path": "/tUfbdGr8nKCH5oVcBcvBN43Ga7y.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "original_title": "Setup", + "popularity": 9.543, + "title": "Setup", + "vote_average": 4.9, + "overview": "Un gruppo di amici pianifica una dettagliata rapina che si trasforma in mortale quando uno tradisce gli altri scappando con il bottino. Prendendo la situazione nelle sue mani, Sonny cerca la sua vendetta collaborando con il capo mafia più pericoloso in città per recuperare ciò che è suo di diritto. Quando finalmente arriverà al faccia a faccia con il suo vecchio amico sarà costretto a fare una scelta di quelle che cambiano la vita.", + "release_date": "2011-10-17" + }, + { + "character": "Mr. Blandford", + "credit_id": "52fe48409251416c91085afb", + "poster_path": "/i24UVXhY87heW2xZYu06QvQnTg3.jpg", + "id": 82150, + "video": false, + "vote_count": 6, + "adult": false, + "backdrop_path": null, + "genre_ids": [ + 35, + 10751 + ], + "original_language": "en", + "original_title": "Grand Champion", + "popularity": 2.005, + "title": "Grand Champion", + "vote_average": 4.4, + "overview": "", + "release_date": "2004-08-27" + }, + { + "character": "Joe Colton", + "credit_id": "52fe4873c3a368484e0f8c2d", + "poster_path": "/17b4tZ8FApdjQMf2pzp6q973r07.jpg", + "id": 72559, + "video": false, + "vote_count": 3742, + "adult": false, + "backdrop_path": "/b9OVFl48ZV2oTLzACSwBpNrCUhJ.jpg", + "genre_ids": [ + 12, + 28, + 878, + 53 + ], + "original_language": "en", + "original_title": "G.I. Joe: Retaliation", + "popularity": 12.63, + "title": "G.I. Joe - La vendetta", + "vote_average": 5.5, + "overview": "La squadra dei G.I. Joe è attirata in un'imboscata e praticamente decimata. Sopravvivono in pochissimi, il mandante della strage è il Presidente degli Stati Uniti, o almeno dice di esserlo, in realtà Zartan ha preso il suo posto per aprire la strada verso la Casa Bianca ai Cobra, che hanno un piano per disarmare gli arsenali nucleari delle principali potenze mondiali e poi minacciarle con nuove armi di distruzione. Solo tre uomini hanno capito cosa sta succedendo, per mandare a monte il piano dovranno fare nuove alleanze con ex nemici e andare a trovare il \"Joe\" originale.", + "release_date": "2013-03-28" + }, + { + "character": "Dink Heimowitz", + "credit_id": "52fe48e89251416c9109c521", + "poster_path": "/m9suP6d0ZxR64iLlt1kejGqjeTw.jpg", + "id": 84305, + "video": false, + "vote_count": 115, + "adult": false, + "backdrop_path": "/2Ag23rl87hgDMPWCEAPjkMZZICq.jpg", + "genre_ids": [ + 35, + 18 + ], + "original_language": "en", + "original_title": "Lay the Favorite", + "popularity": 6.782, + "title": "Una ragazza a Las Vegas", + "vote_average": 5.3, + "overview": "Un gruppo di geni della matematica cinquantenni tenta di sbancare il sistema delle scommesse sportive di Las Vegas per arricchirsi. Tra loro vi è una giovane donna che ha ha fatto una serie di scelte sbagliate nella vita, ma troverà la redenzione dopo aver incontrato sul suo cammino i giocatori attempati.", + "release_date": "2012-06-22" + }, + { + "character": "Mel", + "credit_id": "52fe490fc3a368484e11887b", + "poster_path": "/buHEng0aXGCnkWw1zqi5CJeVnfX.jpg", + "id": 75736, + "video": false, + "vote_count": 152, + "adult": false, + "backdrop_path": "/kxuL2bvgo3tNVD1Fmj7aLO1Gu6S.jpg", + "genre_ids": [ + 28, + 18, + 53 + ], + "original_language": "en", + "original_title": "Catch.44", + "popularity": 7.299, + "title": "Catch .44", + "vote_average": 5, + "overview": "Tes, Dawn e Kara sono tre amiche che sbarcano a malapena il lunario con dei lavoretti di poco conto in quel di Las Vegas. Le loro vite cambiano radicalmente quando Tes s'imbatte in un affascinante sconosciuto di nome Mel, che le coinvolge in un piano criminale che gli dovrebbe fruttare un bel gruzzolo. Le ragazze accettano, ma si ritroveranno in una scomoda situazione che coinvolge un killer psicopatico, un ruvido camionista e un cuoco che vive d'illusioni.", + "release_date": "2011-12-08" + }, + { + "character": "Church", + "credit_id": "52fe4929c3a368484e11d759", + "poster_path": "/6ycqz6IFFb4v7iVS7R8hnVQxkwC.jpg", + "id": 76163, + "video": false, + "vote_count": 3950, + "adult": false, + "backdrop_path": "/pIjnoUnXdLpROFzIRPNziPzgBUp.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "original_language": "en", + "original_title": "The Expendables 2", + "popularity": 14.464, + "title": "I mercenari 2", + "vote_average": 6.2, + "overview": "I Mercenari sono tornati, e questa volta è personale... Barney Ross (Sylvester Stallone), Lee Christmas (Lee Statham), Yin Yang (Jet Li), Gunnar Jensen (Dolph Lundgren), Toll Road (Randy Couture) e Hale Caesar (Terry Crews) - con i membri più recenti Billy the Kid (Liam Hemsworth) e Maggie (Yu Nan) a bordo - si ritrovano insieme quando Mr. Church (Bruce Willis) ingaggia i Mercenari per un lavoro all'apparenza semplice. Il compito sembra facile da eseguire per Barney e la sua banda di Mercenari vecchia scuola. Quando le cose vanno per il verso sbagliato e uno di loro viene brutalmente ucciso, i Mercenari decidono di vendicarsi in un territorio ostile, ma non sarà facile. Il team si fa strada seminando distruzione attraverso forze in lotta tra loro abbattendo una minaccia inattesa - tre chili di plutonio, abbastanza per cambiare gli equilibri di potere nel mondo. Ma non è nulla in confronto alla giustizia che servono verso l'avversario che ha selvaggiamente ucciso il loro fratello.", + "release_date": "2012-08-17" + }, + { + "character": "RJ (voice)", + "credit_id": "52fe49559251416c910a9fad", + "poster_path": "/m2XxNtNS2VCa9Y8yX7OdCzomGWA.jpg", + "id": 85693, + "video": false, + "vote_count": 20, + "adult": false, + "backdrop_path": "/jjgUFVMFGljMrNBGU30SEYP2Mku.jpg", + "genre_ids": [ + 16, + 35, + 10751 + ], + "original_language": "en", + "original_title": "Hammy's Boomerang Adventure", + "popularity": 2.697, + "title": "L'avventura di Hammy con il boomerang", + "vote_average": 5.8, + "overview": "", + "release_date": "2006-10-17" + }, + { + "character": "Martin", + "credit_id": "52fe4984c3a368484e12fa45", + "poster_path": "/6taipjee87s8n5xeCNec7Vs42lo.jpg", + "id": 77948, + "video": false, + "vote_count": 431, + "adult": false, + "backdrop_path": "/dFOC8NGMkKPZr9ic2hMo1nJOuzZ.jpg", + "genre_ids": [ + 28, + 9648, + 53 + ], + "original_language": "en", + "original_title": "The Cold Light of Day", + "popularity": 5.845, + "title": "La fredda luce del giorno", + "vote_average": 5, + "overview": "Will Shaw, affarista di Wall Street, accompagna la famiglia in vacanza in Spagna. Di ritorno da un'escursione scopre che alcuni uomini decisi a recuperare una misteriosa valigetta, hanno rapito sua madre, suo fratello e la sua fidanzata. Per salvare i propri cari Will viene coinvolto in una cospirazione governativa che lo porterà a scavare nei cupi segreti del padre.", + "release_date": "2012-05-18" + }, + { + "character": "Old Joe", + "credit_id": "52fe49a5c3a36847f81a5243", + "poster_path": "/6jPuWdgveS6Uv20wV3h0JoejUgs.jpg", + "id": 59967, + "video": false, + "vote_count": 6350, + "adult": false, + "backdrop_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "genre_ids": [ + 28, + 53, + 878 + ], + "original_language": "en", + "original_title": "Looper", + "popularity": 14.622, + "title": "Looper - In fuga dal passato", + "vote_average": 6.8, + "overview": "Kansas 2044. Il viaggio nel tempo non è ancora stato inventato ma trent'anni più avanti è divenuto una realtà di cui però è vietato l'utilizzo. Ovviamente il crimine non si occupa dei divieti e ne fa un uso molto specifico. Un'organizzazione guidata da un capo spietato 'trasferisce' le proprie vittime trent'anni indietro dove un killer (detto 'looper' traducibile in 'uomo che si occupa del cerchio') lo attende per eliminarlo e farne sparire il cadavere. Joe è un looper che risparmia ciò che guadagna in questo mestiere per alimentare il sogno di potersi trasferire in Francia. Ma dal futuro è iniziata una nuova campagna: tutti i looper ancora presenti sul territorio nel 2074 vanno spediti trent'anni indietro perché vengano uccisi. Un giorno Joe si vede arrivare davanti se stesso, con trent'anni in più.", + "release_date": "2013-01-30" + }, + { + "character": "Captain Sharp", + "credit_id": "53062e8d925141349a297ef3", + "poster_path": "/9u64QvjgKiEBPNCzi2td0JUw9rq.jpg", + "id": 83666, + "video": false, + "vote_count": 2744, + "adult": false, + "backdrop_path": "/1mKI5UfeCetrB3HZbYt6VTn7K9m.jpg", + "genre_ids": [ + 35, + 18, + 10749 + ], + "original_language": "en", + "original_title": "Moonrise Kingdom", + "popularity": 11.076, + "title": "Moonrise Kingdom - Una fuga d'amore", + "vote_average": 7.7, + "overview": "Estate 1965. Su un'isola del New England vive la dodicenne Suzy, preadolescente incompresa dai genitori. Sulla stessa isola si trova in campeggio scout il coetaneo Sam, orfano affidato a una famiglia che lo considera troppo 'difficile' per continuare ad occuparsene. I due si sono conosciuti casualmente, si sono innamorati e hanno deciso di fuggire insieme seguendo un antico sentiero tracciato dai nativi nei boschi. Gli adulti, ivi compreso lo sceriffo Sharp, si mettono alla loro ricerca anche perché è in arrivo una devastante tempesta.", + "release_date": "2012-12-05" + }, + { + "character": "", + "credit_id": "52fe4b459251416c910d5287", + "poster_path": "/uvlYyqWjBivW51PMYilU0BUuzhA.jpg", + "id": 153538, + "video": false, + "vote_count": 1, + "adult": false, + "backdrop_path": "/9vuuYq1b7xQiWcnL9EpUr9Jg6sn.jpg", + "genre_ids": [ + 10402 + ], + "original_language": "en", + "original_title": "Tony Bennett: An American Classic", + "popularity": 0.68, + "title": "Tony Bennett: An American Classic", + "vote_average": 8, + "overview": "", + "release_date": "2006-11-22" + }, + { + "character": "Frank Moses", + "credit_id": "52fe4b779251416c75103c5f", + "poster_path": "/htzqcEJ5uzOyxVdePR4ZqMy3Jqw.jpg", + "id": 146216, + "video": false, + "vote_count": 2204, + "adult": false, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "original_language": "en", + "original_title": "RED 2", + "popularity": 16.427, + "title": "Red 2", + "vote_average": 6.5, + "overview": "L'ex agente speciale CIA Frank Moses riunisce la sua improbabile squadra di agenti segreti in una ricerca a livello globale per rintracciare un congegno nucleare portatile scomparso. Per riuscire, dovranno sopravvivere ad un esercito di implacabili assassini, spietati terroristi e incontrollati ufficiali governativi, desiderosi di accaparrarsi quest'arma di ultima generazione. La missione porterà Frank e la sua eterogenea squadra a Parigi, Londra e Mosca. Senza armi e senza equipaggiamento, possono contare solo sulla loro astuzia, il loro spirito, la loro esperienza e la fiducia in loro stessi mentre cercano di salvare il mondo, provando a rimanere vivi.", + "release_date": "2013-08-07" + }, + { + "character": "Bruno Radolini", + "credit_id": "52fe4b97c3a368484e190695", + "poster_path": "/fUnRt6YD8JNylBSvVP0avUL0Rzd.jpg", + "id": 132542, + "video": false, + "vote_count": 4, + "adult": false, + "backdrop_path": null, + "genre_ids": [], + "original_language": "en", + "original_title": "The Return of Bruno", + "popularity": 0.996, + "title": "The Return of Bruno", + "vote_average": 5, + "overview": "", + "release_date": "1987-02-17" + }, + { + "character": "Lee", + "credit_id": "52fe4bebc3a368484e19ea61", + "poster_path": "/8h8skx2rKYEWfTHxpTz9WmM8J0.jpg", + "id": 135051, + "video": false, + "vote_count": 2, + "adult": false, + "backdrop_path": null, + "genre_ids": [], + "original_language": "en", + "original_title": "True West", + "popularity": 0.947, + "title": "True West", + "vote_average": 6, + "overview": "", + "release_date": "2002-05-28" + }, + { + "character": "", + "credit_id": "52fe4c14c3a368484e1a5c0b", + "poster_path": "/stiKu0sasxqP2bgeKzoLFGqYEgS.jpg", + "id": 136296, + "video": false, + "vote_count": 8, + "adult": false, + "backdrop_path": "/pNXYDpCRHMa8XWtxkacszPYh7Yq.jpg", + "genre_ids": [ + 99, + 10402 + ], + "original_language": "en", + "original_title": "B.B. King: The Life of Riley", + "popularity": 1.697, + "title": "B.B. King: The Life of Riley", + "vote_average": 7.8, + "overview": "", + "release_date": "2012-10-15" + }, + { + "character": "Himself", + "credit_id": "52fe4c3bc3a368484e1adf35", + "release_date": "2011-11-01", + "vote_count": 4, + "video": false, + "adult": false, + "vote_average": 7.4, + "title": "Warren Ellis: Captured Ghosts", + "genre_ids": [ + 99 + ], + "original_language": "en", + "original_title": "Warren Ellis: Captured Ghosts", + "popularity": 0.985, + "id": 137896, + "backdrop_path": "/j6wMDPwSqKA0NZaesm0hBe7XdeF.jpg", + "overview": "", + "poster_path": "/3A8lLtRaIcFQPY3uclRT00NI6BC.jpg" + }, + { + "character": "Mike Cella", + "credit_id": "52fe4c67c3a368484e1b68f1", + "poster_path": "/uKc8D3Nyk0l2uu5Qygyu8KB8iTU.jpg", + "id": 139567, + "video": false, + "vote_count": 316, + "adult": false, + "backdrop_path": "/3oqNKnwfW1UKC5i8hnQz2fAGtGE.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "original_title": "Fire with Fire", + "popularity": 7.826, + "title": "Fire with Fire", + "vote_average": 5.6, + "overview": "Jeremy Coleman è un vigile del fuoco, senza famiglia ma con due grandi amici da sempre al fianco. Ha finito il turno insieme a loro quando si ferma in un piccolo spaccio e assiste all'ingresso di Neil Hagan, boss di una gang che inneggia alla supremazia ariana, il quale uccide a sangue freddo il gestore del negozio e suo figlio, un ragazzino. Jeremy riesce a scappare ma la sua sicurezza è compromessa, ragion per cui viene inserito in un programma di protezione dei testimoni. Trasferito da Long Beach a New Orleans, in attesa del processo a Hagan, s'innamora dell'agente federale Talia, ma viene raggiunto dagli uomini del boss. Per proteggere la sua donna, Jeremy rinuncia all'ennesimo trasferimento e si mette sulle tracce di Hagan, per eliminarlo definitivamente.", + "release_date": "2013-05-09" + }, + { + "character": "Himself", + "credit_id": "52fe4cddc3a36847f824216d", + "poster_path": "/fwJEn5OaUEOmNbg7d1BhaaMoAKp.jpg", + "id": 169173, + "video": false, + "vote_count": 6, + "adult": false, + "backdrop_path": null, + "genre_ids": [], + "original_language": "ru", + "original_title": "Genius. A Night for Ray Charles", + "popularity": 1.392, + "title": "Genius. A Night for Ray Charles", + "vote_average": 7.3, + "overview": "", + "release_date": "2004-10-07" + }, + { + "character": "Himself", + "credit_id": "52fe4e2ec3a36847f82823c9", + "release_date": "2013-03-21", + "vote_count": 4, + "video": false, + "adult": false, + "vote_average": 5.9, + "title": "Bruce Willis - Warum die Legende niemals stirbt", + "genre_ids": [ + 99 + ], + "original_language": "de", + "original_title": "Bruce Willis - Warum die Legende niemals stirbt", + "popularity": 0.719, + "id": 234158, + "backdrop_path": "/rMyDloipj8Ieyd8f75bkeDazKSl.jpg", + "overview": "", + "poster_path": "/wjB67E1UOD17Y08fqi2Zji9T4IL.jpg" + }, + { + "character": "Muldoon (segment \"Planet Terror\")", + "credit_id": "53ffa112c3a3684372000527", + "poster_path": "/jrL88mtPb908H8BUgP4qMI1x37o.jpg", + "id": 285923, + "video": false, + "vote_count": 783, + "adult": false, + "backdrop_path": "/iLcCUlDOCAINgxVFNV69ykVeknV.jpg", + "genre_ids": [ + 53, + 28, + 27 + ], + "original_language": "en", + "original_title": "Grindhouse", + "popularity": 5.807, + "title": "Grindhouse", + "vote_average": 6.9, + "overview": "Grindhouse è un film diretto da Quentin Tarantino e Robert Rodriguez. Diviso in due episodi, \"Planet Error\" e \"A Prova di Morte\", il film si rifà al cinema dei \"doppi spettacoli\" e delle pellicole a basso costo che avevano caratterizzato gli USA degli anni settanta del XX secolo.\r Nel film sono inclusi alcuni \"fake trailer\" diretti da Rob Zombie, Eli Roth ed Edgar Wright.", + "release_date": "2007-04-06" + }, + { + "character": "Omar", + "credit_id": "52fe4eb5c3a36847f82a2cbb", + "poster_path": "/cWNzV6SVDHe00SCOvArKklF5xFm.jpg", + "id": 241254, + "video": false, + "vote_count": 299, + "adult": false, + "backdrop_path": "/bnACOELViX2XwXjqzC8V5TclrPY.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "The Prince", + "popularity": 11.428, + "title": "The Prince - Tempo di uccidere", + "vote_average": 4.8, + "overview": "Paul Brennan (Jason Patric), un meccanico vedovo e padre di due figli, scopre che la figlia collegiale Beth (Gia Mantegna) non ha incassato il suo ultimo assegno. Preoccupato da ciò, decide di raggiungerla e scopre che della ragazza si sono perse le tracce a Las Vegas, l'ultimo posto al mondo in cui Paul vorrebbe recarsi. Giunto nella città del peccato, Paul sarà costretto a confrontarsi con il suo passato e con il gangster Omar (Bruce Willis), colui a cui nel 1993 uccise la figlia e sfregiò permanentemente il volto.", + "release_date": "2014-08-22" + }, + { + "character": "", + "credit_id": "545a1de4c3a368398f003eee", + "poster_path": "/1ErP6Lo3kkz9UzfMCoX1rAz9xYt.jpg", + "id": 278086, + "video": false, + "vote_count": 14, + "adult": false, + "backdrop_path": "/xhQnBL5dcd36b8KVvwDROkuXLGp.jpg", + "genre_ids": [ + 99 + ], + "original_language": "en", + "original_title": "Altman", + "popularity": 0.964, + "title": "Altman", + "vote_average": 6.8, + "overview": "Altman offre uno sguardo intimo e profondo sulla vita e la carriera di Robert Altman (1925-2006). Attraverso interviste rare, scene di film rappresentativi, materiali d’archivio e testimonianze esclusive di familiari e collaboratori, il documentario di Ron Mann è un tributo sincero ad uno degli autori più anticonvenzionali di Hollywood, creatore di uno stile unico e universalmente riconosciuto.", + "release_date": "2014-10-16" + }, + { + "character": "Julian", + "credit_id": "547ee60ec3a368396c000fbd", + "poster_path": "/nX7VFBgYGiyciwGjmMcQ8uozbZQ.jpg", + "id": 307663, + "video": false, + "vote_count": 300, + "adult": false, + "backdrop_path": "/cTPS3ib89O4HSOtZDa3YXvaas5F.jpg", + "genre_ids": [ + 53, + 878, + 28, + 12 + ], + "original_language": "en", + "original_title": "Vice", + "popularity": 12.32, + "title": "Vice", + "vote_average": 4.2, + "overview": "Nel resort Vice, il cui il personale è composto da esseri sintetici simili agli esseri umani, i ricchi possono vivere le loro più perverse fantasie. Ma un giorno un'androide (Childers) a causa di un bug viene inondata dai ricordi di tutti gli atti atroci contro di lei. Dopo aver preso coscienza di sé, fugge con l'intento di distruggere l'organizzazione.", + "release_date": "2015-01-16" + }, + { + "character": "Himself", + "credit_id": "52fe4c689251416c751197e3", + "poster_path": "/2tiU3OCEO1Bl5FNbiUAoLI9nV4o.jpg", + "id": 181471, + "video": false, + "vote_count": 3, + "adult": false, + "backdrop_path": null, + "genre_ids": [ + 35 + ], + "original_language": "en", + "original_title": "That's Adequate", + "popularity": 0.942, + "title": "That's Adequate", + "vote_average": 4.3, + "overview": "", + "release_date": "1989-01-01" + }, + { + "character": "Jack", + "credit_id": "55891f42c3a3686da0000597", + "poster_path": "/ve7xmUK167YZloN8LnSyhKmmNgE.jpg", + "id": 345934, + "video": false, + "vote_count": 40, + "adult": false, + "backdrop_path": "/fhYWAKXeEbhD20S3sp4RFaxiOG9.jpg", + "genre_ids": [ + 18, + 10752, + 28, + 12 + ], + "original_language": "en", + "original_title": "Air Strike", + "popularity": 21.437, + "title": "The Bombing - La battaglia di Chongqing", + "vote_average": 4, + "overview": "Durante la seconda guerra mondiale, l’Air Force giapponese bombarda la città di Chongqing devastando nefastamente la Cina. Sotto la guida dell’esperto comandante americano Jack Johnson (Bruce Willis) i valorosi uomini dell’aviazione cinese impareranno a combattere, difendendosi dagli attacchi dei loro nemici che tenteranno con ogni mezzo di impadronirsi di importanti piani militari.", + "release_date": "2018-10-26" + }, + { + "character": "Bombay Brian", + "credit_id": "5431b4f70e0a2656940027f3", + "poster_path": "/s3CpZq6mH9oY88uVEoywEf98fbV.jpg", + "id": 253414, + "video": false, + "vote_count": 145, + "adult": false, + "backdrop_path": "/wsoOmoN9mcErbCEFH4SveuD28Si.jpg", + "genre_ids": [ + 35, + 10402, + 10752 + ], + "original_language": "en", + "original_title": "Rock the Kasbah", + "popularity": 4.469, + "title": "Rock the Kasbah", + "vote_average": 5.4, + "overview": "Richie Vance (Bill Murray) è un manager musicale caduto in disgrazia, costretto a seguire il suo unico talento per un tour in Afghanistan. Il manager si ritroverà solo, senza soldi e senza documenti a Kabul. La fortuna comincia a girare nel verso giusto quando inaspettatamente si imbatte nella straordinaria voce di Salima (Leem Lubany), una teenager Pashtun con il sogno di diventare la prima donna a partecipare a Afghan Star, versione locale della famosa trasmissione tv American Idol. Affiancato da una scaltra partner (Kate Hudson), un gruppo di speculatori di guerra (Danny McBride e Scott Caan) e un mercenario dal grilletto facile (Bruce Willis), Richie Lanz cercherà di scardinare i radicati pregiudizi della cultura afgana e fare della giovane donna una star di successo.", + "release_date": "2015-10-22" + }, + { + "character": "Leonard Turner", + "credit_id": "54fcf91ec3a36847110032c2", + "poster_path": "/dFAmG2T6LJHbG0cdEe1hManlAyM.jpg", + "id": 326425, + "video": false, + "vote_count": 161, + "adult": false, + "backdrop_path": "/qUvO1DG80geEOl45AGfRfzuQY0A.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "Extraction", + "popularity": 6.606, + "title": "Extraction", + "vote_average": 4.5, + "overview": "Quando un gruppo terrorista rapisce l'ex agente della Cia Leonard Turner (Bruce Willis), suo figlio Harry (Kellan Lutz), un analista del governo che è stato ripetutamente declassato in servizio, mette in atto la sua personalissima operazione di salvataggio non autorizzata. Mentre tenta di eludere agenti altamente qualificati, letali assassini e terroristi internazionali, Harry ha modo di mettere finalmente in atto i suoi addestramenti per ritrovare il genitore e porre fine a un complotto terroristico internazionale.", + "release_date": "2015-12-18" + }, + { + "character": "Col. Doug Masterson (uncredited)", + "credit_id": "56b0f12fc3a368621b000648", + "poster_path": "/19uGc8wW3Ert1QvMYxvnReQkFMc.jpg", + "id": 5172, + "video": false, + "vote_count": 170, + "adult": false, + "backdrop_path": "/vuYDqx4jADlAtXLSqMtsUIIVbkC.jpg", + "genre_ids": [ + 12, + 35, + 18, + 878 + ], + "original_language": "en", + "original_title": "The Astronaut Farmer", + "popularity": 7.083, + "title": "The Astronaut Farmer", + "vote_average": 6.2, + "overview": "", + "release_date": "2006-10-15" + }, + { + "character": "Eddie", + "credit_id": "56d0a4fac3a3681e50005f5f", + "poster_path": "/qXNqkDRCz5sBF5laqj5fw7HYF3t.jpg", + "id": 384737, + "video": false, + "vote_count": 148, + "adult": false, + "backdrop_path": "/9GrRa17mzHHOgTBZCfW0tGcX7RQ.jpg", + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "original_title": "Precious Cargo", + "popularity": 6.468, + "title": "Precious Cargo", + "vote_average": 5.1, + "overview": "Jack, ladro internazionale, e gli uomini della sua squadra altamente qualificata sono costretti a una corsa contro il tempo per proteggere i loro soldi quando Karen, splendida femme fatale ed ex fidanzata di Jack, li trascina in una pericolosa rapina miliardaria. Con un furto commesso ai danni di Eddie, ex amante di Karen, Jack dovrà lottare anche con i sentimenti d'amore verso la donna e capire se vale la pena riconquistarla.", + "release_date": "2016-07-15" + }, + { + "character": "Tom", + "credit_id": "56e536d0c3a3685a9e006784", + "release_date": "2016-03-13", + "vote_count": 2, + "video": false, + "adult": true, + "vote_average": 1, + "title": "Guzelbahce Terror", + "genre_ids": [ + 27, + 53 + ], + "original_language": "tr", + "original_title": "Guzelbahce Terror", + "popularity": 0.6, + "id": 387415, + "backdrop_path": null, + "overview": "", + "poster_path": null + }, + { + "character": "Himself", + "credit_id": "52fe46acc3a368484e09d961", + "poster_path": "/mkjOiYcHSZrQqW2OHFL0graOjfq.jpg", + "id": 63472, + "video": false, + "vote_count": 3, + "adult": false, + "backdrop_path": null, + "genre_ids": [ + 99 + ], + "original_language": "en", + "original_title": "His Way", + "popularity": 0.953, + "title": "His Way", + "vote_average": 5, + "overview": "Sguardo accurato e affettuoso alla vita professionale, politica e privata del leggendario produttore Jerry Weintraub, che fu promoter di Sinatra e Elvis e capo della United Artist.", + "release_date": "2011-03-04" + }, + { + "character": "William Rose Bailey (uncredited)", + "credit_id": "52fe44fbc3a36847f80b5c1d", + "poster_path": "/fQmGbcbLxB1hm8GV4NzMAhAWV9h.jpg", + "id": 9471, + "video": false, + "vote_count": 1519, + "adult": false, + "backdrop_path": "/4KJKnwBxflXdfp1qmLEFI9CDYHy.jpg", + "genre_ids": [ + 28, + 12, + 35 + ], + "original_language": "en", + "original_title": "Charlie's Angels: Full Throttle", + "popularity": 15.946, + "title": "Charlie's Angels - Più che mai", + "vote_average": 5.3, + "overview": "La scomparsa di due anelli getta nel panico l'FBI. I gioielli contengono informazioni criptate sull'identità delle persone incluse nel programma di protezione testimoni. I testimoni rischiano la vita e agli \"angeli di Charlie\" viene affidato il compito di ritrovare gli anelli scomparsi. Il colpevole è Madison (Demi Moore), ex angelo passato dalla parte del crimine.", + "release_date": "2003-07-04" + }, + { + "character": "Hubert", + "credit_id": "55f3a027c3a3686d27001973", + "poster_path": "/3aSOKBdkC4Yb7VzIMs6T3j6bQg.jpg", + "id": 359412, + "video": false, + "vote_count": 250, + "adult": false, + "backdrop_path": "/tl43mLoritpnT3CxC7cTdyPCtgt.jpg", + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "original_title": "Marauders", + "popularity": 7.785, + "title": "I predoni", + "vote_average": 5.7, + "overview": "In seguito a una brutale rapina in banca, tutti gli indizi portano al proprietario e ai suoi potenti clienti. Mentre un gruppo di agenti dell'Fbi conduce approfondite indagini, si susseguono altre rapine che mostrano quanto grande sia la cospirazione in gioco.", + "release_date": "2016-07-01" + }, + { + "character": "Police Chief", + "credit_id": "57a912dbc3a36826c600be27", + "release_date": "2017-08-03", + "vote_count": 220, + "video": false, + "adult": false, + "vote_average": 5.6, + "title": "First Kill", + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "original_title": "First Kill", + "popularity": 8.047, + "id": 410554, + "backdrop_path": "/dhX8LZJkREFmRcrbEGNkf6EE0OL.jpg", + "overview": "Will, un broker di successo di Wall Street, nel tentativo di ristabilire un legame con il figlio Danny decide di portare la famiglia in vacanza nella casa tra i boschi in cui è cresciuto. Mentre Will e Danny sono a caccia, sono testimoni dell'omicidio di un poliziotto successivo a una rapina in banca andata nel verso sbagliato. Il loro viaggio prende così una piega inaspettata e, quando Danny viene preso in ostaggio dai criminali, Will è costretto ad aiutarli a eludere le indagini della polizia e a recuperare il bottino.", + "poster_path": "/8O6nVXPk37fUeOvtfMV1nB6F3Ih.jpg" + }, + { + "character": "Paul Kersey", + "credit_id": "5729966c925141707b00159d", + "poster_path": "/pjgwIxp7bJxMVW2CtsfcGlTxd4c.jpg", + "id": 395990, + "video": false, + "vote_count": 973, + "adult": false, + "backdrop_path": "/uQqQvmptJLPTcWDrZXn22p7j7s3.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "original_title": "Death Wish", + "popularity": 19.268, + "title": "Il giustiziere della notte", + "vote_average": 5.8, + "overview": "Ad indossare gli abiti del vigilante Paul Kersey, resi celebri dal mitico Charles Bronson, questa volta è Bruce Willis, un chirurgo di Chicago la cui vita viene stravolta dall’omicidio della moglie e dallo stupro della figlia. Da quel momento Kersey cesserà di esistere e al suo posto subentrerà “il giustiziere”, un uomo dalla doppia anima che, ossessionato e accecato dal suo desiderio di morte e vendetta, si metterà sulle tracce degli assassini che hanno massacrato la sua famiglia e non solo...", + "release_date": "2018-03-08" + }, + { + "character": "Himself", + "credit_id": "5829bfd6c3a368360b03c605", + "poster_path": "/nL6jSlqAJ2ymoKQeIfsHB5mttKz.jpg", + "id": 43939, + "video": false, + "vote_count": 164, + "adult": false, + "backdrop_path": "/cYZ2xGwJZeyrfc56iwhMuTVR38r.jpg", + "genre_ids": [ + 10402, + 35, + 18 + ], + "original_language": "en", + "original_title": "I'm Still Here", + "popularity": 5.653, + "title": "Joaquin Phoenix - Io sono qui!", + "vote_average": 6, + "overview": "", + "release_date": "2010-09-06" + }, + { + "character": "Man Entering Diner as Delaney Leaves (uncredited)", + "credit_id": "583fcb49c3a36862e4005ed9", + "poster_path": "/aMmP3AZ0ZmB3E7W0tQfSCFHoGKW.jpg", + "id": 28614, + "video": false, + "vote_count": 11, + "adult": false, + "backdrop_path": "/l2Gi7l8Fgc7AMFPDPQRivrRFeKV.jpg", + "genre_ids": [ + 80, + 18, + 9648, + 53 + ], + "original_language": "en", + "original_title": "The First Deadly Sin", + "popularity": 1.189, + "title": "Delitti inutili", + "vote_average": 5.5, + "overview": "", + "release_date": "1980-10-03" + }, + { + "character": "David Dunn (uncredited)", + "credit_id": "5886b433925141197d000ae5", + "poster_path": "/kwu1IppY5qsWtLqs0M0vnETK72H.jpg", + "id": 381288, + "video": false, + "vote_count": 9055, + "adult": false, + "backdrop_path": "/4G6FNNLSIVrwSRZyFs91hQ3lZtD.jpg", + "genre_ids": [ + 27, + 53 + ], + "original_language": "en", + "original_title": "Split", + "popularity": 58.77, + "title": "Split", + "vote_average": 7.2, + "overview": "Anche se Kevin ha mostrato ben 23 personalità alla sua psichiatra di fiducia, la dottoressa Fletcher, ne rimane ancora una nascosta, in attesa di materializzarsi e dominare tutte le altre. Dopo aver rapito tre ragazze adolescenti guidate da Casey, ragazza molto attenta ed ostinata, nasce una guerra per la sopravvivenza, sia nella mente di Kevin – tra tutte le personalità che convivono in lui – che intorno a lui, mentre le barriere delle le sue varie personalità cominciano ad andare in frantumi.", + "release_date": "2017-01-26" + }, + { + "character": "Extra (uncredited)", + "credit_id": "58c4692bc3a368168b0016b7", + "release_date": "1980-12-08", + "vote_count": 0, + "video": false, + "adult": false, + "vote_average": 0, + "title": "Ein Guru kommt", + "genre_ids": [ + 35 + ], + "original_language": "de", + "original_title": "Ein Guru kommt", + "popularity": 0.626, + "id": 360295, + "backdrop_path": null, + "overview": "", + "poster_path": "/exNzp98So6ALDV3vGsrf1PmtPpX.jpg" + }, + { + "character": "Himself", + "credit_id": "58c48381925141634e0028ba", + "poster_path": "/3G2wAJVGxTVpLae1uiI3VRwwOVn.jpg", + "id": 50298, + "video": false, + "vote_count": 0, + "adult": false, + "backdrop_path": null, + "genre_ids": [ + 99 + ], + "original_language": "en", + "original_title": "The Hip Hop Project", + "popularity": 0.6, + "title": "The Hip Hop Project", + "vote_average": 0, + "overview": "", + "release_date": "2006-04-27" + }, + { + "character": "Bruce (uncredited)", + "credit_id": "58c485ec925141634a0029df", + "release_date": "2007-06-15", + "vote_count": 241, + "video": false, + "adult": false, + "vote_average": 5.7, + "title": "Nancy Drew", + "genre_ids": [ + 28, + 12, + 35, + 80, + 9648, + 53, + 10751 + ], + "original_language": "en", + "original_title": "Nancy Drew", + "popularity": 6.843, + "id": 14043, + "backdrop_path": "/meAzXnlEewtZAewXgYg1bjeULoz.jpg", + "overview": "Nancy Drew, dieci anni e appassionata di gialli, accompagna il padre a Los Angeles. Qui si mette a indagare sul misterioso omicidio di una star del cinema, l’attrice Dehlia Draycott, e di sua figlia, di cui nessuno conosceva l’esistenza…", + "poster_path": "/d0ynrGfn3Mws20JehzNpmE8LO6O.jpg" + }, + { + "character": "Courtroom Observer", + "credit_id": "58c487adc3a36816bc002be4", + "poster_path": "/5ZuopgPHdUsmrvjFWHLyQbKTWHE.jpg", + "id": 24226, + "video": false, + "vote_count": 208, + "adult": false, + "backdrop_path": "/iVY4hZc39fnEZ1OBJfLduDryH4h.jpg", + "genre_ids": [ + 18 + ], + "original_language": "en", + "original_title": "The Verdict", + "popularity": 5.478, + "title": "Il verdetto", + "vote_average": 7.5, + "overview": "Frank Galvin (Newman) è un avvocato alcolizzato che ha dovuto abbandonare la carriera perché coinvolto in un caso di corruzione. Oggi s'è ridotto a correre dietro alle cause di risarcimento relative agli incidenti automobilistici. Finché un vecchio collega che gli affida un caso complesso: la difesa di una donna che, operata in un ospedale cattolico, per un errore degli anestesisti ha perso vista e parola e ormai è in coma da quattro anni. Newman interpreta il ruolo di Galvin con grande carica e drammaticità.", + "release_date": "1982-12-08" + }, + { + "character": "Spike", + "credit_id": "58d7e5dbc3a3681234056852", + "poster_path": "/hpVpXRNY2IsU0xvfXtYOxu0QDwc.jpg", + "id": 20694, + "video": false, + "vote_count": 104, + "adult": false, + "backdrop_path": "/zH9DJvNJQvoJPlNcwOCA3xnWgaV.jpg", + "genre_ids": [ + 16, + 10751 + ], + "original_language": "en", + "original_title": "Rugrats Go Wild", + "popularity": 5.656, + "title": "I Rugrats Nella Giungla", + "vote_average": 5.6, + "overview": "La vacanza della famiglia Rugrats prende una piega esotica quando la loro barca si capovolge e si ritrovano naufraghi su un’isola tropicale deserta. Con la giungla al posto del giardino di casa, i bambini corrono liberamente da un’avventura pericolosa all’altra... e presto scoprono che c’è anche qualcun altro sull’isola...", + "release_date": "2003-06-13" + }, + { + "character": "Man Whose Caravan Is Attacked (uncredited)", + "credit_id": "58d7e6ad925141448e00f010", + "poster_path": "/mU1nUz0ooLD357bWDp8Xz4dmYOl.jpg", + "id": 9644, + "video": false, + "vote_count": 256, + "adult": false, + "backdrop_path": "/iopzKaV2M2aMYGXe3STZ4Bn2jgk.jpg", + "genre_ids": [ + 35, + 80, + 28 + ], + "original_language": "en", + "original_title": "National Lampoon's Loaded Weapon 1", + "popularity": 11.122, + "title": "Palle in canna", + "vote_average": 5.8, + "overview": "Nel 1993, L.A. è un posto dove i poliziotti segnano con il gesso sull'asfalto le sagome di cadaveri, prima ancora che vi sia un corpo, e criminali, pagano il loro debito alla società con una carta di credito. La situazione ha lasciato i suoi segni sul Detective Jack Colt (Emilio Estevez), un ribelle che è stufo di lottare contro la burocrazia della polizia. La sua giornata inizia con la \"Colazione del campione\", che però rischia di non essere sufficiente per sbrogliare il mistero dell'omicidio della Wilderness Cookie Girl (Ragazza dei Biscottini Pazzeschi). Tanto più che Colt sta per essere affiancato da un nuovo partner: Wes Luger (Samuel L. Jackson), un veterano della polizia a cui mancano pochi giorni alla pensione. Per saperne di più si recano dal Dr. Hannibal Leacher (F. Murray Abraham), uno psicopatico omicida. Il Dr. Leacher sa qualcosa e su sua indicazione le indagini si indirizzano verso il cattivo Generale Mortars (William Shatner) e il suo sgherro, Dr. Jigsaw (Tim Curry).", + "release_date": "1993-02-04" + }, + { + "character": "David Dunn / The Overseer", + "credit_id": "58e2c83c92514179de004823", + "release_date": "2019-01-17", + "vote_count": 676, + "video": false, + "adult": false, + "vote_average": 6.9, + "title": "Glass", + "genre_ids": [ + 18, + 27, + 9648, + 53 + ], + "original_language": "en", + "original_title": "Glass", + "popularity": 165.309, + "id": 450465, + "backdrop_path": "/ngBFDOsx13sFXiMweDoL54XYknR.jpg", + "overview": "Crossover/sequel di due thriller diretti da M. Night Shyamalan (Unbreakable e Split) con protagonisti Bruce Willis e James McAvoy.\r Quindici anni dopo lo scontro con lo spietato \"uomo di vetro\" alias Elijah Price (Samuel L. Jackson), David Dunn (Willis) guarda per caso un notiziario in una tavola calda: il feroce killer smascherato in Tv non è altri che Kevin Wendell Crumb (McAvoy), dominato dalla feroce \"Bestia\" che ha seminato morte nel seminterrato dello zoo dove lavorava. Glass vede \"l'indistruttibile\" guardia di sicurezza dotata di abilità sovrumane, cercare di arginare la furia distruttiva dell'assassino soprannominato \"Orda\", per via delle molteplici personalità infestanti.", + "poster_path": "/bUUUAnggVzsgkwO5dJgkgAcQPRc.jpg" + }, + { + "character": "Himself", + "credit_id": "58ff141692514107db006868", + "poster_path": "/m7HxQu1CC82mYCTiabOdOja91Iw.jpg", + "id": 454330, + "video": true, + "vote_count": 3, + "adult": false, + "backdrop_path": null, + "genre_ids": [], + "original_language": "en", + "original_title": "Saturday Night Live: 15th Anniversary", + "popularity": 1.4, + "title": "Saturday Night Live: 15th Anniversary", + "vote_average": 8, + "overview": "", + "release_date": "1989-09-24" + }, + { + "character": "Steve", + "credit_id": "558904d8c3a3683d500014eb", + "release_date": "2017-06-08", + "vote_count": 292, + "video": false, + "adult": false, + "vote_average": 5.2, + "title": "C'era una volta a Los Angeles", + "genre_ids": [ + 28, + 35, + 9648, + 53 + ], + "original_language": "en", + "original_title": "Once Upon a Time in Venice", + "popularity": 10.872, + "id": 345915, + "backdrop_path": "/qi53EJ4079uVcGQLsmCkR4GT0dE.jpg", + "overview": "Steve Ford è un investigatore privato di Los Angeles il cui mondo privato entra in contatto con quello professionale dopo che il suo amorevole cane Buddy viene rapito da una famigerata gang. Una serie di folli circostanze lo porteranno a doversi guardare da due vendicativi fratelli samoani, dai sicari di un usuraio e da altri loschi individui. Steve, però, non si lascerà intimorire da nulla pur di ritrovare il suo amico a quattro zampe.", + "poster_path": "/zjwwDsDUfKbWYdj3BtM1bCA5MrP.jpg" + }, + { + "character": "Himself - Interviewee", + "credit_id": "59543e08c3a36834e502870a", + "release_date": "2002-06-01", + "vote_count": 4, + "video": false, + "adult": false, + "vote_average": 4.8, + "title": "The Art of Action: Martial Arts in the Movies", + "genre_ids": [ + 28, + 99 + ], + "original_language": "en", + "original_title": "The Art of Action: Martial Arts in the Movies", + "popularity": 0.6, + "id": 118483, + "backdrop_path": null, + "overview": "", + "poster_path": "/2OV00Tx9AALJaGn5JLSVjs2FmB4.jpg" + }, + { + "character": "Himself (archive footage)", + "credit_id": "59806cadc3a368108300e858", + "poster_path": "/ec2O7Yt6YhMHciCji1fCrp5OZHD.jpg", + "id": 46122, + "video": false, + "vote_count": 15, + "adult": false, + "backdrop_path": "/sNH0dERyt2YHRkX0eT8rDh0I3hF.jpg", + "genre_ids": [ + 99 + ], + "original_language": "en", + "original_title": "成龍的傳奇", + "popularity": 2.113, + "title": "成龍的傳奇", + "vote_average": 6.3, + "overview": "", + "release_date": "1998-07-17" + }, + { + "character": "Detective James Avery", + "credit_id": "59d11d54925141468f01941b", + "poster_path": "/xTBBiGXi2TsJG4UO2CgJtm9XDGp.jpg", + "id": 479040, + "video": false, + "vote_count": 150, + "adult": false, + "backdrop_path": "/q803zZwyhjirjeh6OVVYYpBkUT5.jpg", + "genre_ids": [ + 28, + 80 + ], + "original_language": "en", + "original_title": "Acts of Violence", + "popularity": 11.534, + "title": "Acts of Violence", + "vote_average": 5.9, + "overview": "Quando la sua fidanzata viene rapita, un uomo decide di chiamare i suoi ex compagni militari per organizzare una squadra capace di rintracciarla e salvarla.", + "release_date": "2018-04-05" + }, + { + "character": "", + "credit_id": "5a0439ba9251412de200e189", + "release_date": "2016-12-20", + "vote_count": 1, + "video": false, + "adult": false, + "vote_average": 10, + "title": "Tony Bennett Celebrates 90", + "genre_ids": [ + 10402 + ], + "original_language": "en", + "original_title": "Tony Bennett Celebrates 90", + "popularity": 1.148, + "id": 486068, + "backdrop_path": "/nFrvW8ES8QJZEigTuugvAL6oeeE.jpg", + "overview": "", + "poster_path": "/tKSAQbwlSR0las8mepVklZEPVDs.jpg" + }, + { + "character": "Extra (uncredited)", + "credit_id": "5a07710ac3a368341c00439f", + "release_date": "1981-08-19", + "vote_count": 55, + "video": false, + "adult": false, + "vote_average": 7.4, + "title": "Il principe della città", + "genre_ids": [ + 80, + 18, + 53 + ], + "original_language": "en", + "original_title": "Prince of the City", + "popularity": 3.168, + "id": 32047, + "backdrop_path": "/qWTuB9lfpNzlqB3OVh8wbTJttx2.jpg", + "overview": "", + "poster_path": "/zCX6F0YdNaTvHUZktazMDuQlpZi.jpg" + }, + { + "character": "Frank Minna", + "credit_id": "5a80627f92514140fe01db3e", + "poster_path": null, + "id": 504562, + "video": false, + "vote_count": 0, + "adult": false, + "backdrop_path": null, + "genre_ids": [], + "original_language": "en", + "original_title": "Motherless Brooklyn", + "popularity": 1.109, + "title": "Motherless Brooklyn", + "vote_average": 0, + "overview": "", + "release_date": "" + }, + { + "character": "Cus D'Amato", + "credit_id": "5af0b8e50e0a265d8800013c", + "poster_path": null, + "id": 522875, + "video": false, + "vote_count": 0, + "adult": false, + "backdrop_path": null, + "genre_ids": [ + 18 + ], + "original_language": "en", + "original_title": "Cornerman", + "popularity": 0.6, + "title": "Cornerman", + "vote_average": 0, + "overview": "", + "release_date": "" + }, + { + "character": "James", + "credit_id": "5b2ccf25c3a368220e0029a4", + "poster_path": "/qBsQUK5QSeZjRPLFUVgSGHxj2PI.jpg", + "id": 531593, + "video": false, + "vote_count": 59, + "adult": false, + "backdrop_path": "/apfur3XEQhEoKxb7tc1PvwvYe5B.jpg", + "genre_ids": [ + 28, + 53, + 80 + ], + "original_language": "en", + "original_title": "Reprisal", + "popularity": 23.858, + "title": "Reprisal", + "vote_average": 4.7, + "overview": "Jacob chiede aiuto al vicino di casa, ex poliziotto, James di aiutarlo a rintracciare l'uomo che ha rapinato la sua banca e ha ucciso il suo collega. Il criminale però sembra essere sempre un passo avanti a loro, fino ad arrivare a rapire la moglie ed il figlio del banchiere.", + "release_date": "2018-08-31" + }, + { + "character": "Himself", + "credit_id": "5b4ca51ac3a36823ed04301e", + "poster_path": "/uNK6YAQVFLopYhWKcf2bsE5H2H.jpg", + "id": 536056, + "video": false, + "vote_count": 12, + "adult": false, + "backdrop_path": "/bzeGOshNJgCRqrdDkSPR0HET5Wg.jpg", + "genre_ids": [ + 35, + 10770 + ], + "original_language": "en", + "original_title": "Comedy Central Roast of Bruce Willis", + "popularity": 3.498, + "title": "Comedy Central Roast of Bruce Willis", + "vote_average": 6.7, + "overview": "", + "release_date": "2018-07-29" + }, + { + "character": "", + "credit_id": "5b73fc2c0e0a267eed1d883e", + "poster_path": "/s5PmuKHRaERIckndTu6grqI37Yq.jpg", + "id": 542508, + "video": false, + "vote_count": 2, + "adult": false, + "backdrop_path": "/2BJNXzZQ9e71WCGXcfdDkjXtKy6.jpg", + "genre_ids": [ + 28, + 14 + ], + "original_language": "es", + "original_title": "The Black Mamba", + "popularity": 0.655, + "title": "The Black Mamba", + "vote_average": 7, + "overview": "", + "release_date": "2011-09-21" + }, + { + "character": "Audience", + "credit_id": "5b8072170e0a26609d015e58", + "release_date": "1986-12-27", + "vote_count": 4, + "video": false, + "adult": false, + "vote_average": 7.3, + "title": "Barbra Streisand: One Voice", + "genre_ids": [ + 10402, + 10770 + ], + "original_language": "en", + "original_title": "Barbra Streisand: One Voice", + "popularity": 0.71, + "id": 31683, + "backdrop_path": "/sgsRsCpvmN9LF6hBafO5j4LSF9e.jpg", + "overview": "", + "poster_path": "/cKbkJTwTFtj52YkmMz0U5BfNb6c.jpg" + }, + { + "character": "John McClane", + "credit_id": "5b8d7956925141519b046ac6", + "poster_path": null, + "id": 546330, + "video": false, + "vote_count": 0, + "adult": false, + "backdrop_path": null, + "genre_ids": [ + 28 + ], + "original_language": "en", + "original_title": "McClane", + "popularity": 0.6, + "title": "McClane", + "vote_average": 0, + "overview": "", + "release_date": "" + }, + { + "character": "The Gumshoe", + "credit_id": "5b96b6c20e0a261973039896", + "poster_path": "/wgyOGEkkOU71izGCwLiuIgfmjtD.jpg", + "id": 547562, + "video": false, + "vote_count": 0, + "adult": false, + "backdrop_path": null, + "genre_ids": [], + "original_language": "en", + "original_title": "Vanity Fair: Killers Kill, Dead Men Die", + "popularity": 0.864, + "title": "Vanity Fair: Killers Kill, Dead Men Die", + "vote_average": 0, + "overview": "", + "release_date": "2007-01-01" + }, + { + "character": "", + "credit_id": "5ba581ec0e0a262f8a001056", + "poster_path": "/28Lbw8CG5jX4nRB7O3dBmbtpzr7.jpg", + "id": 7944, + "video": false, + "vote_count": 69, + "adult": false, + "backdrop_path": "/iU606VnpDQGAythRD9fEOdUbRfZ.jpg", + "genre_ids": [ + 99, + 10402 + ], + "original_language": "en", + "original_title": "Shine a Light", + "popularity": 3.656, + "title": "Shine a Light", + "vote_average": 7.2, + "overview": "", + "release_date": "2008-02-07" + }, + { + "character": "Rex", + "credit_id": "5bbc14950e0a26661800d546", + "poster_path": null, + "id": 552865, + "video": false, + "vote_count": 0, + "adult": false, + "backdrop_path": null, + "genre_ids": [ + 28, + 80 + ], + "original_language": "en", + "original_title": "10 Minutes Gone", + "popularity": 1.164, + "title": "10 Minutes Gone", + "vote_average": 0, + "overview": "", + "release_date": "2019-09-30" + }, + { + "character": "Himself", + "credit_id": "5c3c2f7cc3a36853ce3c7ba9", + "release_date": "2018-11-27", + "vote_count": 1, + "video": false, + "adult": false, + "vote_average": 8, + "title": "Bumping Mics with Jeff Ross & Dave Attell", + "genre_ids": [], + "original_language": "en", + "original_title": "Bumping Mics with Jeff Ross & Dave Attell", + "popularity": 0.718, + "id": 566947, + "backdrop_path": null, + "overview": "", + "poster_path": "/iJrPtcVnKAUiD0Y589NXxFrbmsG.jpg" + }, + { + "character": "Bruce Willis", + "credit_id": "5c46dc490e0a264965c958f2", + "poster_path": "/3iFlQgrOAFegxE6KMUykyg383kr.jpg", + "id": 280217, + "video": false, + "vote_count": 8, + "adult": false, + "backdrop_path": "/8kPozGb4BDrcWBSsGPrkULG2tP9.jpg", + "genre_ids": [ + 28, + 12, + 16, + 35, + 10751, + 878, + 14 + ], + "original_language": "en", + "original_title": "The Lego Movie 2: The Second Part", + "popularity": 25.088, + "title": "The Lego Movie 2: Una nuova avventura", + "vote_average": 0, + "overview": "Sono passati cinque anni da quella spaventosa avventura e ora i cittadini devono affrontare una nuova e gigantesca minaccia: i LEGO DUPLO®, invasori dallo spazio esterno, che distruggono tutto più velocemente di quanto si possa ricostruire. La battaglia per sconfiggerli e riportare l’armonia nell’universo LEGO condurrà Emmet, Lucy, Batman e i loro amici in mondi lontani e inesplorati, tra cui una strana galassia in cui tutto è un musical. Saranno messi alla prova il loro coraggio, la creatività e le abilità dei MastriCostruttori, e si scoprirà quanto siano dvvero speciali.", + "release_date": "2019-02-21" + } + ], + "crew": [ + { + "id": 2026, + "department": "Production", + "original_language": "en", + "original_title": "Hostage", + "job": "Producer", + "overview": "Dopo aver fallito un negoziato per un ostaggio, il poliziotto Jeff Tally lascia Los Angeles per diventare capo della polizia in un paesino con un bassissimo tasso di criminalità. Quando tre ragazzi delinquenti mettono in pericolo la loro vita cercando di rubare la macchina di quella che sembrava una famiglia per bene.", + "vote_count": 776, + "video": false, + "release_date": "2005-03-18", + "vote_average": 6.3, + "title": "Hostage", + "popularity": 9.793, + "genre_ids": [ + 9648, + 18, + 53, + 80 + ], + "backdrop_path": "/g7wkbceph08nz6tCXpQvoCJH8aP.jpg", + "adult": false, + "poster_path": "/wldB4NlNWXsWiw9aNclrlDPpYKM.jpg", + "credit_id": "52fe432ec3a36847f8040603" + }, + { + "id": 17043, + "department": "Production", + "original_language": "en", + "original_title": "The Crocodile Hunter: Collision Course", + "job": "Executive Producer", + "overview": "", + "vote_count": 44, + "video": false, + "release_date": "2002-07-26", + "vote_average": 5.2, + "title": "The Crocodile Hunter: Collision Course", + "popularity": 2.482, + "genre_ids": [ + 28, + 12, + 10751 + ], + "backdrop_path": "/zsl9wtbwIMbNe8XhHAUQv1HFZ22.jpg", + "adult": false, + "poster_path": "/gfgvfuce0SqF1IolIJYYBxteof0.jpg", + "credit_id": "52fe47019251416c7508ad57" + } + ], + "id": 62 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:32.2342237Z", + "ReducedUri": "/3/person/62/tagged_images?page=1", + "RespData": { + "id": 62, + "page": 1, + "total_results": 164, + "results": [ + { + "iso_639_1": null, + "vote_count": 12, + "media_type": "movie", + "file_path": "/khzRw7ZDE3NIrYpe0RYyB864FPT.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 16.196, + "id": 189, + "video": false, + "vote_count": 2040, + "vote_average": 6.3, + "title": "Sin City: A Dame to Kill For", + "release_date": "2014-08-22", + "original_language": "en", + "original_title": "Sin City: A Dame to Kill For", + "genre_ids": [ + 80, + 53 + ], + "backdrop_path": "/khzRw7ZDE3NIrYpe0RYyB864FPT.jpg", + "adult": false, + "overview": "Some of Sin City's most hard-boiled citizens cross paths with a few of its more reviled inhabitants.", + "poster_path": "/k80qKrJ0qQ6ocVo5N932stNSg6j.jpg" + }, + "height": 1080, + "vote_average": 5.746, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 7, + "media_type": "movie", + "file_path": "/qEe7aE4PgZCwnVoxKe7YsTm3Smh.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "popularity": 10.729, + "id": 9567, + "video": false, + "vote_count": 888, + "vote_average": 6.5, + "title": "Tears of the Sun", + "release_date": "2003-03-07", + "original_language": "en", + "original_title": "Tears of the Sun", + "genre_ids": [ + 28, + 18, + 10752 + ], + "backdrop_path": "/ldqbcQaNc8RyTekKaeMoV4HBDQB.jpg", + "adult": false, + "overview": "Navy SEAL Lieutenant A.K. Waters and his elite squadron of tactical specialists are forced to choose between their duty and their humanity, between following orders by ignoring the conflict that surrounds them, or finding the courage to follow their conscience and protect a group of innocent refugees. When the democratic government of Nigeria collapses and the country is taken over by a ruthless military dictator, Waters, a fiercely loyal and hardened veteran is dispatched on a routine mission to retrieve a Doctors Without Borders physician.", + "poster_path": "/qEe7aE4PgZCwnVoxKe7YsTm3Smh.jpg" + }, + "height": 1500, + "vote_average": 5.7006802721088, + "width": 1000 + }, + { + "iso_639_1": null, + "vote_count": 16, + "media_type": "movie", + "file_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 14.958, + "vote_count": 4214, + "video": false, + "poster_path": "/vKJVGOKPyWqp9d2EX5NH1liqRqR.jpg", + "id": 187, + "adult": false, + "backdrop_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "original_language": "en", + "original_title": "Sin City", + "genre_ids": [ + 28, + 80, + 53 + ], + "title": "Sin City", + "vote_average": 7.4, + "overview": "Welcome to Sin City. This town beckons to the tough, the corrupt, the brokenhearted. Some call it dark… Hard-boiled. Then there are those who call it home — Crooked cops, sexy dames, desperate vigilantes. Some are seeking revenge, others lust after redemption, and then there are those hoping for a little of both. A universe of unlikely and reluctant heroes still trying to do the right thing in a city that refuses to care.", + "release_date": "2005-04-01" + }, + "height": 1080, + "vote_average": 5.678, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 13, + "media_type": "movie", + "file_path": "/6KXbhaxkgExC5EdDqAzRinhmoZ8.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 16.244, + "id": 63, + "video": false, + "vote_count": 4014, + "vote_average": 7.5, + "title": "Twelve Monkeys", + "release_date": "1995-12-29", + "original_language": "en", + "original_title": "Twelve Monkeys", + "genre_ids": [ + 878, + 53, + 9648 + ], + "backdrop_path": "/6KXbhaxkgExC5EdDqAzRinhmoZ8.jpg", + "adult": false, + "overview": "In the year 2035, convict James Cole reluctantly volunteers to be sent back in time to discover the origin of a deadly virus that wiped out nearly all of the earth's population and forced the survivors into underground communities. But when Cole is mistakenly sent to 1990 instead of 1996, he's arrested and locked up in a mental hospital. There he meets psychiatrist Dr. Kathryn Railly, and patient Jeffrey Goines, the son of a famous virus expert, who may hold the key to the mysterious rogue group, the Army of the 12 Monkeys, thought to be responsible for unleashing the killer disease.", + "poster_path": "/6Sj9wDu3YugthXsU0Vry5XFAZGg.jpg" + }, + "height": 1080, + "vote_average": 5.602, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 12, + "media_type": "movie", + "file_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "popularity": 16.427, + "id": 146216, + "video": false, + "vote_count": 2204, + "vote_average": 6.5, + "title": "RED 2", + "release_date": "2013-07-19", + "original_language": "en", + "original_title": "RED 2", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "adult": false, + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg" + }, + "height": 1500, + "vote_average": 5.5492063492063, + "width": 1000 + }, + { + "iso_639_1": null, + "vote_count": 16, + "media_type": "movie", + "file_path": "/1TFEtFxD1M9OvMGlGcSAR5Pg53I.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 13.711, + "id": 39514, + "video": false, + "vote_count": 3904, + "vote_average": 6.6, + "title": "RED", + "release_date": "2010-10-14", + "original_language": "en", + "original_title": "RED", + "genre_ids": [ + 28, + 12, + 35, + 80, + 53 + ], + "backdrop_path": "/1TFEtFxD1M9OvMGlGcSAR5Pg53I.jpg", + "adult": false, + "overview": "When his peaceful life is threatened by a high-tech assassin, former black-ops agent, Frank Moses reassembles his old team in a last ditch effort to survive and uncover his assailants.", + "poster_path": "/q2mwTRKrq1etP9S4SZVDIJq0wI2.jpg" + }, + "height": 1080, + "vote_average": 5.54, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 13, + "media_type": "movie", + "file_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 15.524, + "id": 47964, + "video": false, + "vote_count": 4273, + "vote_average": 5.2, + "title": "A Good Day to Die Hard", + "release_date": "2013-02-14", + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "genre_ids": [ + 28, + 53 + ], + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "adult": false, + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg" + }, + "height": 1080, + "vote_average": 5.538, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 19, + "media_type": "movie", + "file_path": "/pIjnoUnXdLpROFzIRPNziPzgBUp.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 14.464, + "id": 76163, + "video": false, + "vote_count": 3950, + "vote_average": 6.2, + "title": "The Expendables 2", + "release_date": "2012-08-17", + "original_language": "en", + "original_title": "The Expendables 2", + "genre_ids": [ + 28, + 12, + 53 + ], + "backdrop_path": "/pIjnoUnXdLpROFzIRPNziPzgBUp.jpg", + "adult": false, + "overview": "Mr. Church reunites the Expendables for what should be an easy paycheck, but when one of their men is murdered on the job, their quest for revenge puts them deep in enemy territory and up against an unexpected threat.", + "poster_path": "/dJPnTe1qOcO7XqsJvESFph83m6m.jpg" + }, + "height": 1080, + "vote_average": 5.506, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 8, + "media_type": "movie", + "file_path": "/pHAnrezPCpWzNYYceLivTMcQ4jM.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "popularity": 11.396, + "vote_count": 1716, + "video": false, + "poster_path": "/pHAnrezPCpWzNYYceLivTMcQ4jM.jpg", + "id": 19959, + "adult": false, + "backdrop_path": "/lQ872mmHvHXip5sC1t0cvCSP8IO.jpg", + "original_language": "en", + "original_title": "Surrogates", + "genre_ids": [ + 28, + 878, + 53 + ], + "title": "Surrogates", + "vote_average": 6, + "overview": "Set in a futuristic world where humans live in isolation and interact through surrogate robots, a cop is forced to leave his home for the first time in years in order to investigate the murders of others' surrogates.", + "release_date": "2009-09-25" + }, + "height": 1500, + "vote_average": 5.506, + "width": 1000 + }, + { + "iso_639_1": null, + "vote_count": 4, + "media_type": "movie", + "file_path": "/nycnh4EqiG1zGlrU6auZ8dnBDg1.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "popularity": 16.427, + "id": 146216, + "video": false, + "vote_count": 2204, + "vote_average": 6.5, + "title": "RED 2", + "release_date": "2013-07-19", + "original_language": "en", + "original_title": "RED 2", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "adult": false, + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg" + }, + "height": 1500, + "vote_average": 5.502, + "width": 1000 + }, + { + "iso_639_1": null, + "vote_count": 5, + "media_type": "movie", + "file_path": "/ckpSxGKHrzUg8Kh4zVvrDKofdeJ.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 11.601, + "id": 4824, + "video": false, + "vote_count": 820, + "vote_average": 6.2, + "title": "The Jackal", + "release_date": "1997-11-14", + "original_language": "en", + "original_title": "The Jackal", + "genre_ids": [ + 28, + 53, + 12, + 80 + ], + "backdrop_path": "/ckpSxGKHrzUg8Kh4zVvrDKofdeJ.jpg", + "adult": false, + "overview": "Hired by a powerful member of the Russian mafia to avenge an FBI sting that left his brother dead, a psychopathic hitman known only as The Jackal proves an elusive target for the people charged with the task of bringing him down: a deputy FBI director, a Russian MVK Major, and a jailed IRA terrorist who can recognize him.", + "poster_path": "/6Hh2ROGTRKdbUfEXVVv5fNhmXK3.jpg" + }, + "height": 720, + "vote_average": 5.4831932773109, + "width": 1280 + }, + { + "iso_639_1": null, + "vote_count": 9, + "media_type": "movie", + "file_path": "/3rRAYIwh1FhdijYkSDgPFhQTTI9.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 7.026, + "id": 23742, + "video": false, + "vote_count": 749, + "vote_average": 5.3, + "title": "Cop Out", + "release_date": "2010-02-26", + "original_language": "en", + "original_title": "Cop Out", + "genre_ids": [ + 28, + 35, + 80 + ], + "backdrop_path": "/3rRAYIwh1FhdijYkSDgPFhQTTI9.jpg", + "adult": false, + "overview": "Detectives Jimmy and Paul, despite nine years as partners, can still sometimes seem like polar opposites – especially when Paul's unpredictable antics get them suspended without pay. Already strapped for cash and trying to pay for his daughter's wedding, Jimmy decides to sell a rare baseball card that's worth tens of thousands. Unfortunately, when the collector's shop is robbed and the card vanishes with the crook, Paul and Jimmy end up going rogue, tracking down the card and the drug ring behind its theft, all on their own time, and without any backup – except for each other.", + "poster_path": "/cSkPYnVsD7MRNXPhkhBv3Mcxx39.jpg" + }, + "height": 1080, + "vote_average": 5.456, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 9, + "media_type": "movie", + "file_path": "/y7jSioitJoolDvn29D0yLJLCk30.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "popularity": 11.428, + "id": 241254, + "video": false, + "vote_count": 299, + "vote_average": 4.8, + "title": "The Prince", + "release_date": "2014-08-22", + "original_language": "en", + "original_title": "The Prince", + "genre_ids": [ + 28, + 53 + ], + "backdrop_path": "/bnACOELViX2XwXjqzC8V5TclrPY.jpg", + "adult": false, + "overview": "A family man who turns out to be a retired mob enforcer must travel across the country to find his daughter who has gone missing.", + "poster_path": "/y7jSioitJoolDvn29D0yLJLCk30.jpg" + }, + "height": 2100, + "vote_average": 5.4497354497355, + "width": 1400 + }, + { + "iso_639_1": null, + "vote_count": 18, + "media_type": "movie", + "file_path": "/74J904knbahSF7csIEfmRtmdi0t.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 18.088, + "id": 1571, + "video": false, + "vote_count": 3075, + "vote_average": 6.5, + "title": "Live Free or Die Hard", + "release_date": "2007-06-27", + "original_language": "en", + "original_title": "Live Free or Die Hard", + "genre_ids": [ + 28, + 53 + ], + "backdrop_path": "/74J904knbahSF7csIEfmRtmdi0t.jpg", + "adult": false, + "overview": "John McClane is back and badder than ever, and this time he's working for Homeland Security. He calls on the services of a young hacker in his bid to stop a ring of Internet terrorists intent on taking control of America's computer infrastructure.", + "poster_path": "/pHWgbaXiQD2nmex7u8Xv6XmhaZS.jpg" + }, + "height": 1080, + "vote_average": 5.444, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 8, + "media_type": "movie", + "file_path": "/yyKIBmol9fv1BEXNQ488JypJyNF.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 14.958, + "vote_count": 4214, + "video": false, + "poster_path": "/vKJVGOKPyWqp9d2EX5NH1liqRqR.jpg", + "id": 187, + "adult": false, + "backdrop_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "original_language": "en", + "original_title": "Sin City", + "genre_ids": [ + 28, + 80, + 53 + ], + "title": "Sin City", + "vote_average": 7.4, + "overview": "Welcome to Sin City. This town beckons to the tough, the corrupt, the brokenhearted. Some call it dark… Hard-boiled. Then there are those who call it home — Crooked cops, sexy dames, desperate vigilantes. Some are seeking revenge, others lust after redemption, and then there are those hoping for a little of both. A universe of unlikely and reluctant heroes still trying to do the right thing in a city that refuses to care.", + "release_date": "2005-04-01" + }, + "height": 1080, + "vote_average": 5.44, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 11, + "media_type": "movie", + "file_path": "/4WQG7oGOjNQX9U89CpPO0hyLFxz.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 48.581, + "id": 9741, + "video": false, + "vote_count": 4090, + "vote_average": 7.1, + "title": "Unbreakable", + "release_date": "2000-11-13", + "original_language": "en", + "original_title": "Unbreakable", + "genre_ids": [ + 53, + 18, + 878 + ], + "backdrop_path": "/4WQG7oGOjNQX9U89CpPO0hyLFxz.jpg", + "adult": false, + "overview": "An ordinary man makes an extraordinary discovery when a train accident leaves his fellow passengers dead — and him unscathed. The answer to this mystery could lie with the mysterious Elijah Price, a man who suffers from a disease that renders his bones as fragile as glass.", + "poster_path": "/pvL37V88plePxFSszCbV3wRHiBm.jpg" + }, + "height": 1080, + "vote_average": 5.432, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 22, + "media_type": "movie", + "file_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 14.622, + "id": 59967, + "video": false, + "vote_count": 6350, + "vote_average": 6.8, + "title": "Looper", + "release_date": "2012-09-28", + "original_language": "en", + "original_title": "Looper", + "genre_ids": [ + 28, + 53, + 878 + ], + "backdrop_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "adult": false, + "overview": "In the futuristic action thriller Looper, time travel will be invented but it will be illegal and only available on the black market. When the mob wants to get rid of someone, they will send their target 30 years into the past where a looper, a hired gun, like Joe is waiting to mop up. Joe is getting rich and life is good until the day the mob decides to close the loop, sending back Joe's future self for assassination.", + "poster_path": "/sNjL6SqErDBE8OUZlrDLkexfsCj.jpg" + }, + "height": 1080, + "vote_average": 5.426, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 6, + "media_type": "movie", + "file_path": "/31SqCV9NfHvGJ8n7v60fV3oMobZ.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 9.26, + "id": 2207, + "video": false, + "vote_count": 987, + "vote_average": 6.3, + "title": "16 Blocks", + "release_date": "2006-03-03", + "original_language": "en", + "original_title": "16 Blocks", + "genre_ids": [ + 28, + 12, + 80, + 53 + ], + "backdrop_path": "/31SqCV9NfHvGJ8n7v60fV3oMobZ.jpg", + "adult": false, + "overview": "An aging cop is assigned the ordinary task of escorting a fast-talking witness from police custody to a courthouse, but they find themselves running the gauntlet as other forces try to prevent them from getting there.", + "poster_path": "/wpKBLDjNRddmH6N32ni4bASogt8.jpg" + }, + "height": 720, + "vote_average": 5.424, + "width": 1280 + }, + { + "iso_639_1": null, + "vote_count": 7, + "media_type": "movie", + "file_path": "/eZcVWshLQU9qIYDQrjJAxLNj8EO.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 14.958, + "vote_count": 4214, + "video": false, + "poster_path": "/vKJVGOKPyWqp9d2EX5NH1liqRqR.jpg", + "id": 187, + "adult": false, + "backdrop_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "original_language": "en", + "original_title": "Sin City", + "genre_ids": [ + 28, + 80, + 53 + ], + "title": "Sin City", + "vote_average": 7.4, + "overview": "Welcome to Sin City. This town beckons to the tough, the corrupt, the brokenhearted. Some call it dark… Hard-boiled. Then there are those who call it home — Crooked cops, sexy dames, desperate vigilantes. Some are seeking revenge, others lust after redemption, and then there are those hoping for a little of both. A universe of unlikely and reluctant heroes still trying to do the right thing in a city that refuses to care.", + "release_date": "2005-04-01" + }, + "height": 1080, + "vote_average": 5.408, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 3, + "media_type": "movie", + "file_path": "/vrj1Urm96I2Nyr9WnFotqp17NnA.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "popularity": 16.427, + "id": 146216, + "video": false, + "vote_count": 2204, + "vote_average": 6.5, + "title": "RED 2", + "release_date": "2013-07-19", + "original_language": "en", + "original_title": "RED 2", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "adult": false, + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg" + }, + "height": 2100, + "vote_average": 5.3968253968254, + "width": 1400 + } + ], + "total_pages": 9 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:32.0845249Z", + "ReducedUri": "/3/person/62/tagged_images?page=2", + "RespData": { + "id": 62, + "page": 2, + "total_results": 164, + "results": [ + { + "iso_639_1": null, + "vote_count": 27, + "media_type": "movie", + "file_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 32.231, + "id": 680, + "video": false, + "vote_count": 13904, + "vote_average": 8.4, + "title": "Pulp Fiction", + "release_date": "1994-10-14", + "original_language": "en", + "original_title": "Pulp Fiction", + "genre_ids": [ + 53, + 80 + ], + "backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg", + "adult": false, + "overview": "A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.", + "poster_path": "/dM2w364MScsjFf8pfMbaWUcWrR.jpg" + }, + "height": 1080, + "vote_average": 5.392, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 19, + "media_type": "movie", + "file_path": "/15yszF6DeZD9zUzh89WtY5pnnRD.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 17.974, + "id": 18, + "video": false, + "vote_count": 5778, + "vote_average": 7.4, + "title": "The Fifth Element", + "release_date": "1997-05-09", + "original_language": "en", + "original_title": "The Fifth Element", + "genre_ids": [ + 12, + 14, + 28, + 53, + 878 + ], + "backdrop_path": "/qlGoGQSVMzIjGbpvXzZUOH1FjNu.jpg", + "adult": false, + "overview": "In 2257, a taxi driver is unintentionally given the task of saving a young girl who is part of the key that will ensure the survival of humanity.", + "poster_path": "/zaFa1NRZEnFgRTv5OVXkNIZO78O.jpg" + }, + "height": 1080, + "vote_average": 5.39, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 4, + "media_type": "movie", + "file_path": "/p0OQNh9Sdg7EqKQyWYOG3skGAa2.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 8.433, + "id": 2124, + "video": false, + "vote_count": 191, + "vote_average": 5.4, + "title": "Color of Night", + "release_date": "1994-08-19", + "original_language": "en", + "original_title": "Color of Night", + "genre_ids": [ + 18, + 53, + 10749 + ], + "backdrop_path": "/p0OQNh9Sdg7EqKQyWYOG3skGAa2.jpg", + "adult": false, + "overview": "When New York psychiatrist Bill Capa visits Los Angeles to take over his murdered colleague's therapy group, he finds himself embroiled in the thick of a mystery when he bumps into Rose and begins a torrid affair.", + "poster_path": "/oRkE88VuZsG4dK4mz1DKxnAkemq.jpg" + }, + "height": 1080, + "vote_average": 5.388, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 2, + "media_type": "movie", + "file_path": "/2rU36oBgPkilXOoQfJLpVjTmOKv.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "popularity": 10.729, + "id": 9567, + "video": false, + "vote_count": 888, + "vote_average": 6.5, + "title": "Tears of the Sun", + "release_date": "2003-03-07", + "original_language": "en", + "original_title": "Tears of the Sun", + "genre_ids": [ + 28, + 18, + 10752 + ], + "backdrop_path": "/ldqbcQaNc8RyTekKaeMoV4HBDQB.jpg", + "adult": false, + "overview": "Navy SEAL Lieutenant A.K. Waters and his elite squadron of tactical specialists are forced to choose between their duty and their humanity, between following orders by ignoring the conflict that surrounds them, or finding the courage to follow their conscience and protect a group of innocent refugees. When the democratic government of Nigeria collapses and the country is taken over by a ruthless military dictator, Waters, a fiercely loyal and hardened veteran is dispatched on a routine mission to retrieve a Doctors Without Borders physician.", + "poster_path": "/qEe7aE4PgZCwnVoxKe7YsTm3Smh.jpg" + }, + "height": 1500, + "vote_average": 5.3846153846154, + "width": 1000 + }, + { + "iso_639_1": null, + "vote_count": 2, + "media_type": "movie", + "file_path": "/dFOC8NGMkKPZr9ic2hMo1nJOuzZ.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 5.845, + "id": 77948, + "video": false, + "vote_count": 431, + "vote_average": 5, + "title": "The Cold Light of Day", + "release_date": "2012-09-06", + "original_language": "en", + "original_title": "The Cold Light of Day", + "genre_ids": [ + 28, + 9648, + 53 + ], + "backdrop_path": "/dFOC8NGMkKPZr9ic2hMo1nJOuzZ.jpg", + "adult": false, + "overview": "After his family is kidnapped during their sailing trip in Spain, a young Wall Street trader is confronted by the people responsible: intelligence agents looking to recover a mysterious briefcase.", + "poster_path": "/zXhphNKS56VQbVJXqk3OMrjtNNc.jpg" + }, + "height": 1080, + "vote_average": 5.3846153846154, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 2, + "media_type": "movie", + "file_path": "/j5UQW7ZhA9t2C7lOnMyG6kD04Pe.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "popularity": 10.729, + "id": 9567, + "video": false, + "vote_count": 888, + "vote_average": 6.5, + "title": "Tears of the Sun", + "release_date": "2003-03-07", + "original_language": "en", + "original_title": "Tears of the Sun", + "genre_ids": [ + 28, + 18, + 10752 + ], + "backdrop_path": "/ldqbcQaNc8RyTekKaeMoV4HBDQB.jpg", + "adult": false, + "overview": "Navy SEAL Lieutenant A.K. Waters and his elite squadron of tactical specialists are forced to choose between their duty and their humanity, between following orders by ignoring the conflict that surrounds them, or finding the courage to follow their conscience and protect a group of innocent refugees. When the democratic government of Nigeria collapses and the country is taken over by a ruthless military dictator, Waters, a fiercely loyal and hardened veteran is dispatched on a routine mission to retrieve a Doctors Without Borders physician.", + "poster_path": "/qEe7aE4PgZCwnVoxKe7YsTm3Smh.jpg" + }, + "height": 1500, + "vote_average": 5.3846153846154, + "width": 1000 + }, + { + "iso_639_1": null, + "vote_count": 15, + "media_type": "movie", + "file_path": "/9DURhsE2UwGlufkShlw9rXC2Yug.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 16.427, + "id": 146216, + "video": false, + "vote_count": 2204, + "vote_average": 6.5, + "title": "RED 2", + "release_date": "2013-07-19", + "original_language": "en", + "original_title": "RED 2", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "adult": false, + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg" + }, + "height": 1080, + "vote_average": 5.382, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 11, + "media_type": "movie", + "file_path": "/1X6F9OvfaWl6AGcCdqYl8icxG9z.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 16.609, + "id": 745, + "video": false, + "vote_count": 5533, + "vote_average": 7.9, + "title": "The Sixth Sense", + "release_date": "1999-08-06", + "original_language": "en", + "original_title": "The Sixth Sense", + "genre_ids": [ + 9648, + 53, + 18 + ], + "backdrop_path": "/1X6F9OvfaWl6AGcCdqYl8icxG9z.jpg", + "adult": false, + "overview": "A psychological thriller about an eight year old boy named Cole Sear who believes he can see into the world of the dead. A child psychologist named Malcolm Crowe comes to Cole to help him deal with his problem, learning that he really can see ghosts of dead people.", + "poster_path": "/imps263dHNe3SuoaAJORZyNTdDT.jpg" + }, + "height": 1080, + "vote_average": 5.38, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 15, + "media_type": "movie", + "file_path": "/ouNshZ43nE4tWdZo3QAFH8525Ps.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 15.744, + "id": 95, + "video": false, + "vote_count": 3951, + "vote_average": 6.6, + "title": "Armageddon", + "release_date": "1998-07-01", + "original_language": "en", + "original_title": "Armageddon", + "genre_ids": [ + 28, + 53, + 878, + 12 + ], + "backdrop_path": "/lI3qV4kiSg0BvE6gelzV0tPAoFK.jpg", + "adult": false, + "overview": "When an asteroid threatens to collide with Earth, NASA honcho Dan Truman determines the only way to stop it is to drill into its surface and detonate a nuclear bomb. This leads him to renowned driller Harry Stamper, who agrees to helm the dangerous space mission provided he can bring along his own hotshot crew. Among them is the cocksure A.J. who Harry thinks isn't good enough for his daughter, until the mission proves otherwise.", + "poster_path": "/coINnuCzcw5FMHBty8hcudMOBnO.jpg" + }, + "height": 1080, + "vote_average": 5.378, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 2, + "media_type": "movie", + "file_path": "/mthsVPGPlc1mUNRLWoqlxGAfDnE.jpg", + "aspect_ratio": 0.675, + "media": { + "popularity": 16.427, + "id": 146216, + "video": false, + "vote_count": 2204, + "vote_average": 6.5, + "title": "RED 2", + "release_date": "2013-07-19", + "original_language": "en", + "original_title": "RED 2", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "adult": false, + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg" + }, + "height": 1600, + "vote_average": 5.3699633699634, + "width": 1080 + }, + { + "iso_639_1": null, + "vote_count": 12, + "media_type": "movie", + "file_path": "/v6bbsx048FyJB2tYo7q14sNVdxr.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 18.088, + "id": 1571, + "video": false, + "vote_count": 3075, + "vote_average": 6.5, + "title": "Live Free or Die Hard", + "release_date": "2007-06-27", + "original_language": "en", + "original_title": "Live Free or Die Hard", + "genre_ids": [ + 28, + 53 + ], + "backdrop_path": "/74J904knbahSF7csIEfmRtmdi0t.jpg", + "adult": false, + "overview": "John McClane is back and badder than ever, and this time he's working for Homeland Security. He calls on the services of a young hacker in his bid to stop a ring of Internet terrorists intent on taking control of America's computer infrastructure.", + "poster_path": "/pHWgbaXiQD2nmex7u8Xv6XmhaZS.jpg" + }, + "height": 1080, + "vote_average": 5.366, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 5, + "media_type": "movie", + "file_path": "/hitJYC22IELrPPdHnSzTX4NK9Be.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 9.26, + "id": 2207, + "video": false, + "vote_count": 987, + "vote_average": 6.3, + "title": "16 Blocks", + "release_date": "2006-03-03", + "original_language": "en", + "original_title": "16 Blocks", + "genre_ids": [ + 28, + 12, + 80, + 53 + ], + "backdrop_path": "/31SqCV9NfHvGJ8n7v60fV3oMobZ.jpg", + "adult": false, + "overview": "An aging cop is assigned the ordinary task of escorting a fast-talking witness from police custody to a courthouse, but they find themselves running the gauntlet as other forces try to prevent them from getting there.", + "poster_path": "/wpKBLDjNRddmH6N32ni4bASogt8.jpg" + }, + "height": 1080, + "vote_average": 5.364, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 7, + "media_type": "movie", + "file_path": "/8nvayG5l0urcjvvpszoECDqLWzD.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 12.68, + "id": 186, + "video": false, + "vote_count": 2052, + "vote_average": 7.5, + "title": "Lucky Number Slevin", + "release_date": "2006-04-07", + "original_language": "en", + "original_title": "Lucky Number Slevin", + "genre_ids": [ + 80, + 18, + 9648, + 53 + ], + "backdrop_path": "/8nvayG5l0urcjvvpszoECDqLWzD.jpg", + "adult": false, + "overview": "Slevin is mistakenly put in the middle of a personal war between the city’s biggest criminal bosses. Under constant watch, Slevin must try not to get killed by an infamous assassin and come up with an idea of how to get out of his current dilemma. A film with many twists and turns.", + "poster_path": "/jtKq0EtothAzWlnRBBWGCA8uFuu.jpg" + }, + "height": 720, + "vote_average": 5.3605442176871, + "width": 1280 + }, + { + "iso_639_1": null, + "vote_count": 2, + "media_type": "movie", + "file_path": "/hTNhWbivke8Qxl5DLGPtVwAhMUf.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 2.836, + "vote_count": 30, + "video": false, + "poster_path": "/hQZtPZwcVMBNoT8hrNpOFNIPQv0.jpg", + "id": 38560, + "adult": false, + "backdrop_path": "/hTNhWbivke8Qxl5DLGPtVwAhMUf.jpg", + "original_language": "en", + "original_title": "Sunset", + "genre_ids": [ + 35, + 80 + ], + "title": "Sunset", + "vote_average": 5.8, + "overview": "Tom Mix and Wyatt Earp team up to solve a murder at the Academy Awards in 1929 Hollywood.", + "release_date": "1988-04-29" + }, + "height": 720, + "vote_average": 5.356, + "width": 1280 + }, + { + "iso_639_1": null, + "vote_count": 7, + "media_type": "movie", + "file_path": "/lKtOST5tKOsU0qSjsaM9wDzBFuG.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 14.958, + "vote_count": 4214, + "video": false, + "poster_path": "/vKJVGOKPyWqp9d2EX5NH1liqRqR.jpg", + "id": 187, + "adult": false, + "backdrop_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "original_language": "en", + "original_title": "Sin City", + "genre_ids": [ + 28, + 80, + 53 + ], + "title": "Sin City", + "vote_average": 7.4, + "overview": "Welcome to Sin City. This town beckons to the tough, the corrupt, the brokenhearted. Some call it dark… Hard-boiled. Then there are those who call it home — Crooked cops, sexy dames, desperate vigilantes. Some are seeking revenge, others lust after redemption, and then there are those hoping for a little of both. A universe of unlikely and reluctant heroes still trying to do the right thing in a city that refuses to care.", + "release_date": "2005-04-01" + }, + "height": 1080, + "vote_average": 5.354, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 10, + "media_type": "movie", + "file_path": "/kcDrURPk7lONAPUONDXQKUp6SYk.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 18.088, + "id": 1571, + "video": false, + "vote_count": 3075, + "vote_average": 6.5, + "title": "Live Free or Die Hard", + "release_date": "2007-06-27", + "original_language": "en", + "original_title": "Live Free or Die Hard", + "genre_ids": [ + 28, + 53 + ], + "backdrop_path": "/74J904knbahSF7csIEfmRtmdi0t.jpg", + "adult": false, + "overview": "John McClane is back and badder than ever, and this time he's working for Homeland Security. He calls on the services of a young hacker in his bid to stop a ring of Internet terrorists intent on taking control of America's computer infrastructure.", + "poster_path": "/pHWgbaXiQD2nmex7u8Xv6XmhaZS.jpg" + }, + "height": 1080, + "vote_average": 5.348, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 2, + "media_type": "movie", + "file_path": "/g85Rpd9LJv1DxYqqqFdPxNkS3at.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "popularity": 10.729, + "id": 9567, + "video": false, + "vote_count": 888, + "vote_average": 6.5, + "title": "Tears of the Sun", + "release_date": "2003-03-07", + "original_language": "en", + "original_title": "Tears of the Sun", + "genre_ids": [ + 28, + 18, + 10752 + ], + "backdrop_path": "/ldqbcQaNc8RyTekKaeMoV4HBDQB.jpg", + "adult": false, + "overview": "Navy SEAL Lieutenant A.K. Waters and his elite squadron of tactical specialists are forced to choose between their duty and their humanity, between following orders by ignoring the conflict that surrounds them, or finding the courage to follow their conscience and protect a group of innocent refugees. When the democratic government of Nigeria collapses and the country is taken over by a ruthless military dictator, Waters, a fiercely loyal and hardened veteran is dispatched on a routine mission to retrieve a Doctors Without Borders physician.", + "poster_path": "/qEe7aE4PgZCwnVoxKe7YsTm3Smh.jpg" + }, + "height": 1500, + "vote_average": 5.3479853479853, + "width": 1000 + }, + { + "iso_639_1": null, + "vote_count": 4, + "media_type": "movie", + "file_path": "/p6CDmGMKdweiHIrUoweA7PQo4ue.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 11.601, + "id": 4824, + "video": false, + "vote_count": 820, + "vote_average": 6.2, + "title": "The Jackal", + "release_date": "1997-11-14", + "original_language": "en", + "original_title": "The Jackal", + "genre_ids": [ + 28, + 53, + 12, + 80 + ], + "backdrop_path": "/ckpSxGKHrzUg8Kh4zVvrDKofdeJ.jpg", + "adult": false, + "overview": "Hired by a powerful member of the Russian mafia to avenge an FBI sting that left his brother dead, a psychopathic hitman known only as The Jackal proves an elusive target for the people charged with the task of bringing him down: a deputy FBI director, a Russian MVK Major, and a jailed IRA terrorist who can recognize him.", + "poster_path": "/6Hh2ROGTRKdbUfEXVVv5fNhmXK3.jpg" + }, + "height": 720, + "vote_average": 5.3447050461976, + "width": 1280 + }, + { + "iso_639_1": null, + "vote_count": 10, + "media_type": "movie", + "file_path": "/vMUKWYqsDwGhhaRbJ21tZRT7D5U.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 14.958, + "vote_count": 4214, + "video": false, + "poster_path": "/vKJVGOKPyWqp9d2EX5NH1liqRqR.jpg", + "id": 187, + "adult": false, + "backdrop_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "original_language": "en", + "original_title": "Sin City", + "genre_ids": [ + 28, + 80, + 53 + ], + "title": "Sin City", + "vote_average": 7.4, + "overview": "Welcome to Sin City. This town beckons to the tough, the corrupt, the brokenhearted. Some call it dark… Hard-boiled. Then there are those who call it home — Crooked cops, sexy dames, desperate vigilantes. Some are seeking revenge, others lust after redemption, and then there are those hoping for a little of both. A universe of unlikely and reluctant heroes still trying to do the right thing in a city that refuses to care.", + "release_date": "2005-04-01" + }, + "height": 1080, + "vote_average": 5.342, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 2, + "media_type": "movie", + "file_path": "/v3eDgQPNbosafBFWnEU82XGN1ys.jpg", + "aspect_ratio": 0.7, + "media": { + "popularity": 10.729, + "id": 9567, + "video": false, + "vote_count": 888, + "vote_average": 6.5, + "title": "Tears of the Sun", + "release_date": "2003-03-07", + "original_language": "en", + "original_title": "Tears of the Sun", + "genre_ids": [ + 28, + 18, + 10752 + ], + "backdrop_path": "/ldqbcQaNc8RyTekKaeMoV4HBDQB.jpg", + "adult": false, + "overview": "Navy SEAL Lieutenant A.K. Waters and his elite squadron of tactical specialists are forced to choose between their duty and their humanity, between following orders by ignoring the conflict that surrounds them, or finding the courage to follow their conscience and protect a group of innocent refugees. When the democratic government of Nigeria collapses and the country is taken over by a ruthless military dictator, Waters, a fiercely loyal and hardened veteran is dispatched on a routine mission to retrieve a Doctors Without Borders physician.", + "poster_path": "/qEe7aE4PgZCwnVoxKe7YsTm3Smh.jpg" + }, + "height": 750, + "vote_average": 5.3406593406593, + "width": 525 + } + ], + "total_pages": 9 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:33.136489Z", + "ReducedUri": "/3/person/62/tv_credits", + "RespData": { + "cast": [ + { + "credit_id": "525719bb760ee3776a1835d3", + "original_name": "Miami Vice", + "original_language": "en", + "id": 1908, + "character": "", + "name": "Miami Vice", + "origin_country": [ + "US" + ], + "vote_count": 110, + "backdrop_path": "/dtvRLuUgo4CLh5kRy26MImDyHvr.jpg", + "popularity": 12.35, + "episode_count": 1, + "genre_ids": [ + 80, + 18 + ], + "first_air_date": "1984-09-16", + "vote_average": 7.3, + "overview": "The story of the Miami Police Department's vice squad and its efforts to end drug trafficking and prostitution, centered on the unlikely partnership of Sonny Crockett and Ricardo Tubbs - who first meet when Tubbs is undercover in a drug cartel.", + "poster_path": "/6psPEKu03UCiLqBxzeSy7wRQOVN.jpg" + }, + { + "credit_id": "52571e7f19c2957114107d48", + "original_name": "Moonlighting", + "id": 1998, + "genre_ids": [ + 35, + 18, + 9648 + ], + "character": "David Addison Jr.", + "name": "Moonlighting", + "poster_path": "/kGsJf8k6a069WsaAWu7pHlOohg5.jpg", + "vote_count": 113, + "vote_average": 7.5, + "popularity": 8.856, + "episode_count": 66, + "original_language": "en", + "first_air_date": "1985-03-03", + "backdrop_path": "/iqJOyW0EGBIiyMode3LSWTc7bTk.jpg", + "overview": "Moonlighting is an American television series that aired on ABC from March 3, 1985, to May 14, 1989. The network aired a total of 66 episodes. Starring Bruce Willis and Cybill Shepherd as private detectives, the show was a mixture of drama, comedy, and romance, and was considered to be one of the first successful and influential examples of comedy-drama, or \"dramedy\", emerging as a distinct television genre.\n\nThe show's theme song was performed by jazz singer Al Jarreau and became a hit. The show is also credited with making Willis a star, while providing Shepherd with a critical success after a string of lackluster projects. In 1997, the episode \"The Dream Sequence Always Rings Twice\" was ranked #34 on TV Guide's 100 Greatest Episodes of All Time. In 2007, the series was listed as one of Time magazine's \"100 Best TV Shows of All-Time.\" The relationship between David and Maddie was included in TV Guide's list of the best TV couples of all time.", + "origin_country": [ + "US" + ] + }, + { + "credit_id": "52572a6f760ee3776a2cb7b9", + "original_name": "The Daily Show with Trevor Noah", + "id": 2224, + "genre_ids": [ + 35, + 10763 + ], + "character": "", + "name": "The Daily Show with Trevor Noah", + "poster_path": "/tZlqGXWGzEJNRl9QCCUN8ioSv2D.jpg", + "vote_count": 210, + "vote_average": 6.7, + "popularity": 41.444, + "episode_count": 3, + "original_language": "en", + "first_air_date": "1996-07-22", + "backdrop_path": "/uyilhJ7MBLjiaQXboaEwe44Z0jA.jpg", + "overview": "Trevor Noah and The World's Fakest News Team tackle the biggest stories in news, politics and pop culture.", + "origin_country": [ + "US" + ] + }, + { + "credit_id": "52574da2760ee36aaa16db7c", + "original_name": "The Early Show", + "id": 3167, + "genre_ids": [ + 10763 + ], + "character": "", + "name": "The Early Show", + "poster_path": "/h7BAcTm9SsFAggOqg5pqQbIMOTt.jpg", + "vote_count": 0, + "vote_average": 0, + "popularity": 0.835, + "episode_count": 2, + "original_language": "en", + "first_air_date": "1999-11-01", + "backdrop_path": null, + "overview": "The Early Show is an American morning television show which was broadcast by CBS from New York City from 1999 to 2012. The program aired live from 7 to 9 a.m. Eastern Time Monday through Friday in the Eastern time zone; most affiliates in the Central, Mountain, and Pacific time zones aired the show on tape-delay from 7 to 9 a.m. local time. The Saturday edition aired live from 7 to 9 a.m. Eastern Time as well, but a number of affiliates did not carry it or aired it later on tape-delay. It premiered on November 1, 1999, and was the newest of the major networks' morning shows, although CBS has made several attempts to program in the morning slot since 1954. The show aired as a division of CBS News.\n\nThe Early Show, like many of its predecessors, traditionally ran last in the ratings to its rivals, NBC's Today and ABC's Good Morning America. Much like NBC's The Today Show and The Tonight Show, the title The Early Show was analogous to that of CBS's late-night talk show, The Late Show.\n\nOn November 15, 2011, CBS announced that a new morning show would replace The Early Show on January 9, 2012. CBS News chairman Jeff Fager and CBS News president David Rhodes stated that the new show would \"redefine the morning television landscape.\" On December 1, it was announced that the new show would be titled CBS This Morning. The Early Show ended its twelve-year run on January 6, 2012, to make way for the program. Charlie Rose, Gayle King, and Erica Hill were named anchors of the new program.", + "origin_country": [ + "US" + ] + }, + { + "credit_id": "5257711a760ee36aaa49068e", + "original_name": "Late Night with Conan O'Brien", + "id": 4573, + "genre_ids": [ + 35, + 10767 + ], + "character": "", + "name": "Late Night with Conan O'Brien", + "poster_path": "/v4N5l6JooObhXbjXoFaKbx92wB9.jpg", + "vote_count": 55, + "vote_average": 7.4, + "popularity": 11.631, + "episode_count": 2, + "original_language": "en", + "first_air_date": "1993-09-13", + "backdrop_path": "/vH76MVFGJoB3Il1egx9oQ00DDAM.jpg", + "overview": "Late Night with Conan O'Brien is an American late-night talk show hosted by Conan O'Brien that aired 2,725 episodes on NBC between 1993 and 2009. The show featured varied comedic material, celebrity interviews, and musical and comedy performances. Late Night aired weeknights at 12:37 am Eastern/11:37 pm Central and 12:37 am Mountain in the United States. From 1993 until 2000, Andy Richter served as O'Brien's sidekick; following his departure, O'Brien was the show's sole featured performer. The show's house musical act was The Max Weinberg 7, led by E Street Band drummer Max Weinberg.\n\nThe second incarnation of NBC's Late Night franchise, O'Brien's debuted in 1993 after David Letterman, who hosted the first incarnation of Late Night, moved to CBS to host Late Show opposite The Tonight Show. In 2004, as part of a deal to secure a new contract, NBC announced that O'Brien would leave Late Night in 2009 to succeed Jay Leno as the host of The Tonight Show. Jimmy Fallon began hosting his version of Late Night on March 2, 2009.", + "origin_country": [ + "US" + ] + }, + { + "credit_id": "52588ea8760ee346614e907a", + "original_name": "The Emmy Awards", + "id": 28464, + "genre_ids": [ + 10764 + ], + "character": "", + "name": "The Emmy Awards", + "poster_path": "/6OwFCd8H46BnN1jeeZOEP7X6han.jpg", + "vote_count": 0, + "vote_average": 0, + "popularity": 1.12, + "episode_count": 1, + "original_language": "en", + "first_air_date": "1949-01-25", + "backdrop_path": "/6di4hCFi6guqb36Czqh3FqKAnxL.jpg", + "overview": "The Emmy Award, often referred to simply as the Emmy, is a television production award considered the television equivalent to the Academy Awards (for film), Grammy Awards (for music) and Tony Awards (for stage).", + "origin_country": [ + "US" + ] + }, + { + "credit_id": "5253335319c29579400261e1", + "original_name": "That '70s Show", + "original_language": "en", + "id": 52, + "character": "", + "name": "That '70s Show", + "origin_country": [ + "US" + ], + "vote_count": 369, + "backdrop_path": "/5JXBFiIQVuC4GyBnRbW8eKoBSMB.jpg", + "popularity": 21.219, + "episode_count": 1, + "genre_ids": [ + 35 + ], + "first_air_date": "1998-08-23", + "vote_average": 7.5, + "overview": "Crank up the 8-track and flash back to a time when platform shoes and puka shells were all the rage in this hilarious retro-sitcom. For Eric, Kelso, Jackie, Hyde, Donna and Fez, a group of high school teens who spend most of their time hanging out in Eric’s basement, life in the ‘70s isn’t always so groovy. But between trying to figure out the meaning of life, avoiding their parents, and dealing with out-of-control hormones, they’ve learned one thing for sure: they’ll always get by with a little help from their friends.", + "poster_path": "/2eALZgo89aHezKDRjZMveRjD5gc.jpg" + }, + { + "credit_id": "5253462c19c29579400c90d3", + "original_name": "Inside the Actors Studio", + "id": 217, + "genre_ids": [ + 10767 + ], + "character": "", + "name": "Inside the Actors Studio", + "poster_path": "/wUgX0HaFBXIXzp2vjfRuaABlbgr.jpg", + "vote_count": 22, + "vote_average": 7.7, + "popularity": 0.6, + "episode_count": 1, + "original_language": "en", + "first_air_date": "1994-06-01", + "backdrop_path": "/uX2U5hMqff9TAT7iLdintbKVYIg.jpg", + "overview": "James Lipton sits down with some of the world's most accomplished actors and directors for penetrating, fascinating interviews.", + "origin_country": [ + "US" + ] + }, + { + "credit_id": "52537bea19c295794019330b", + "original_name": "Mad About You", + "id": 500, + "genre_ids": [ + 35 + ], + "character": "", + "name": "Mad About You", + "poster_path": "/6vVYaC8zgQDzHfEX2Mzg0vd7V6j.jpg", + "vote_count": 74, + "vote_average": 6.1, + "popularity": 8.67, + "episode_count": 1, + "original_language": "en", + "first_air_date": "1992-09-23", + "backdrop_path": "/bMRd8z3hLYNMap0Zk64JPxQVGU7.jpg", + "overview": "Mad About You is an American sitcom that aired on NBC from September 23, 1992 to May 24, 1999. The show stars Paul Reiser and Helen Hunt as a newly married couple in New York City. Reiser played Paul Buchman, a documentary film maker. Hunt played Jamie Stemple Buchman, a public relations specialist. Near the end of the show's run, the couple had a baby daughter, whom they named Mabel.\n\nThe series focuses mainly on the newlyweds while they dealt with everything from humorous daily minutiae to major struggles. The show's willingness to find comedy in realistic situations and observational dialogue garnered it comparisons to Seinfeld, another NBC comedy about thirty-somethings in New York City.\n\nHelen Hunt and Paul Reiser were paid $1 million per episode for the last season. However, ratings fell sharply that year as the series was shuffled away from its Tuesday slot to prop up a fledgling Monday night line-up of comedies on NBC. The final episode of the series was \"The Final Frontier\".\n\nThe show's theme song, \"Final Frontier\", was composed by Reiser and Don Was. The theme was originally performed by Andrew Gold, but a version performed by Anita Baker made its debut midway through the 1997 season. Baker's version was used for the rest of the show's run and appears on the show's soundtrack album. Gold's version is available on the collection Thank You for Being a Friend: The Best of Andrew Gold.", + "origin_country": [ + "US" + ] + }, + { + "credit_id": "525386ba19c2957940210979", + "original_name": "The Ellen DeGeneres Show", + "original_language": "en", + "id": 562, + "character": "", + "name": "The Ellen DeGeneres Show", + "origin_country": [ + "US" + ], + "vote_count": 37, + "backdrop_path": "/7wri8hbMd1yZWIFubnZTe9ZJrKT.jpg", + "popularity": 4.817, + "episode_count": 1, + "genre_ids": [ + 35, + 10767 + ], + "first_air_date": "2003-09-08", + "vote_average": 6.2, + "overview": "The Ellen DeGeneres Show, often shortened to Ellen, is an American television talk show hosted by comedian/actress Ellen DeGeneres.", + "poster_path": "/AvfvsaqYt2oBYDC9c8N926mDHjl.jpg" + }, + { + "credit_id": "5256e8f519c2956ff60ff65c", + "original_name": "Family Guy", + "id": 1434, + "genre_ids": [ + 16, + 35 + ], + "character": "", + "name": "Family Guy", + "poster_path": "/gBGUL1UTUNmdRQT8gA1LUV4yg39.jpg", + "vote_count": 1368, + "vote_average": 6.5, + "popularity": 121.159, + "episode_count": 1, + "original_language": "en", + "first_air_date": "1999-01-31", + "backdrop_path": "/pH38r4TWTqq7Mcs6XAlwgzNUeJe.jpg", + "overview": "Sick, twisted, politically incorrect and Freakin' Sweet animated series featuring the adventures of the dysfunctional Griffin family. Bumbling Peter and long-suffering Lois have three kids. Stewie (a brilliant but sadistic baby bent on killing his mother and taking over the world), Meg (the oldest, and is the most unpopular girl in town) and Chris (the middle kid, he's not very bright but has a passion for movies). The final member of the family is Brian - a talking dog and much more than a pet, he keeps Stewie in check whilst sipping Martinis and sorting through his own life issues.", + "origin_country": [ + "US" + ] + }, + { + "credit_id": "525706c3760ee3776a027143", + "original_name": "Ally McBeal", + "id": 1480, + "genre_ids": [ + 35, + 18 + ], + "character": "", + "name": "Ally McBeal", + "poster_path": "/3ykzyc8YDQ7he21GaaqZsJZ1yui.jpg", + "vote_count": 100, + "vote_average": 6.1, + "popularity": 4.036, + "episode_count": 1, + "original_language": "en", + "first_air_date": "1997-09-08", + "backdrop_path": "/47RePvZ7Ll9K6ZzFzF5U2u4iyUY.jpg", + "overview": "Ally McBeal is an American legal comedy-drama television series, originally aired on Fox from September 8, 1997 to May 20, 2002. Created by David E. Kelley, the series stars Calista Flockhart in the title role as a young lawyer working in the fictional Boston law firm Cage and Fish, with other young lawyers whose lives and loves were eccentric, humorous and dramatic. The series placed #48 on Entertainment Weekly's 2007 \"New TV Classics\" list.", + "origin_country": [ + "US" + ] + }, + { + "credit_id": "52571a7f760ee3776a193248", + "original_name": "The Twilight Zone", + "id": 1918, + "genre_ids": [ + 18, + 10765 + ], + "character": "", + "name": "The Twilight Zone", + "poster_path": "/gPbXTcnyisKxHi4Owkzi1IEjoHg.jpg", + "vote_count": 62, + "vote_average": 7.5, + "popularity": 9.59, + "episode_count": 1, + "original_language": "en", + "first_air_date": "1985-09-27", + "backdrop_path": "/1L8JCGfpIp5BK5yiwrddW7ztLAL.jpg", + "overview": "The Twilight Zone is the first of two revivals of Rod Serling's acclaimed 1950/60s television series of the same name. It ran for two seasons on CBS before producing a final season for syndication.", + "origin_country": [ + "US" + ] + }, + { + "credit_id": "525728a9760ee3776a29c129", + "original_name": "The View", + "original_language": "en", + "id": 2221, + "character": "", + "name": "The View", + "origin_country": [ + "US" + ], + "vote_count": 24, + "backdrop_path": "/A8lZEuYIDO6imILFrpsLkosHmY5.jpg", + "popularity": 9.067, + "episode_count": 4, + "genre_ids": [ + 10767 + ], + "first_air_date": "1997-08-11", + "vote_average": 3.6, + "overview": "ABC Daytime's morning chatfest, currently featuring Whoopi Goldberg, Joy Behar, Sunny Hostin, Meghan McCain, and Abby Huntsman, discussing the most exciting events of the day. Hot topics in the news, the best experts in their field, celebrity interviews and general entertainment are all part of The View.", + "poster_path": "/svu5IuOcevaEvhb3tbDaVa2VG73.jpg" + }, + { + "credit_id": "5257562f19c29531db13d527", + "original_name": "E! True Hollywood Story", + "id": 3739, + "genre_ids": [ + 99 + ], + "character": "", + "name": "E! True Hollywood Story", + "poster_path": "/2LrZlG4d7GXYoGLvnZ8Bf6BWbIz.jpg", + "vote_count": 4, + "vote_average": 6.3, + "popularity": 0.6, + "episode_count": 1, + "original_language": "en", + "first_air_date": "1996-03-29", + "backdrop_path": "/xsngZufGlsWfR9I6y0Mzj1JbTsR.jpg", + "overview": "E! True Hollywood Story is an American documentary series on E! that deals with famous Hollywood celebrities, movies, TV shows and well-known public figures. Among the topics covered on the program include salacious re-tellings of Hollywood secrets, show-biz scandals, celebrity murders and mysteries, porn-star biographies, and \"where-are-they-now?\" investigations of former child stars. It frequently features in-depth interviews, actual courtroom footage, and dramatic reenactments. When aired on the E! network, episodes will usually be updated to reflect the current life or status of the subject.", + "origin_country": [ + "US" + ] + }, + { + "credit_id": "525826eb760ee36aaa81b1d7", + "original_name": "Bruno the Kid", + "id": 13297, + "genre_ids": [ + 16 + ], + "character": "Bruno the kid", + "name": "Bruno the Kid", + "poster_path": "/5HkZHG7FkHhay6UlmQ4NyeqpbKR.jpg", + "vote_count": 0, + "vote_average": 0, + "popularity": 1.091, + "episode_count": 37, + "original_language": "en", + "first_air_date": "1996-09-23", + "backdrop_path": null, + "overview": "Bruno the Kid is an animated series produced in 1996.", + "origin_country": [ + "US" + ] + }, + { + "credit_id": "52583c1e760ee36aaa9a6949", + "original_name": "Where Are They Now?", + "id": 16016, + "genre_ids": [ + 99 + ], + "character": "", + "name": "Where Are They Now?", + "poster_path": null, + "vote_count": 0, + "vote_average": 0, + "popularity": 2.484, + "episode_count": 1, + "original_language": "en", + "first_air_date": "1999-06-07", + "backdrop_path": null, + "overview": "Where Are They Now? was a television series on VH1 that featured past celebrities and updated on their current professional and personal status. Each episode was dedicated to another genre.\n\nThough not always in sequence, some episodes were a continuation of the motif of episodes from the past. Those episodes sometimes had Roman numerals in their title to signify their sequel status.", + "origin_country": [ + "US" + ] + }, + { + "credit_id": "52595afd760ee34661916802", + "original_name": "Between Two Ferns with Zach Galifianakis", + "id": 39754, + "genre_ids": [ + 35 + ], + "character": "", + "name": "Between Two Ferns with Zach Galifianakis", + "poster_path": "/sR2AcXXFpTv8A3FS9iMDZTeN4QD.jpg", + "vote_count": 18, + "vote_average": 8, + "popularity": 2.769, + "episode_count": 1, + "original_language": "en", + "first_air_date": "2008-01-04", + "backdrop_path": "/dHqFG4tN7vpCnZX9uphx3BqRD4b.jpg", + "overview": "Between Two Ferns with Zach Galifianakis is an internet comedy series that appears on the video website Funny or Die. As the show's title suggests, host Zach Galifianakis conducts celebrity interviews sitting, with his guests, between two potted ferns: the set intentionally resembles a low-budget amateur production fit for public-access television. He maintains an awkward and often antagonistic demeanor with his guests, asking them bizarre and inappropriate questions mixed with offhand non-sequiturs. Episodes often include a segment in which Galifianakis awkwardly interrupts his guests to promote a sponsor's product--examples include bananas, Need for Speed: Shift videogame, and Speed Stick deodorant. The series' theme music is Dave Blume's arrangement of Bernard Herrmann's Theme from Taxi Driver, which is on the original Taxi Driver soundtrack album but was not included in the film.", + "origin_country": [] + }, + { + "credit_id": "5257104819c295731c029cdf", + "original_name": "Friends", + "id": 1668, + "genre_ids": [ + 35 + ], + "character": "Paul Stevens", + "name": "Friends", + "poster_path": "/7buCWBTpiPrCF5Lt023dSC60rgS.jpg", + "vote_count": 1411, + "vote_average": 7.8, + "popularity": 53.222, + "episode_count": 3, + "original_language": "en", + "first_air_date": "1994-09-22", + "backdrop_path": "/efiX8iir6GEBWCD0uCFIi5NAyYA.jpg", + "overview": "The misadventures of a group of friends as they navigate the pitfalls of work, life and love in Manhattan.", + "origin_country": [ + "US" + ] + }, + { + "credit_id": "5273d273760ee3572c023363", + "original_name": "Saturday Night Live", + "id": 1667, + "genre_ids": [ + 35, + 10763 + ], + "character": "", + "name": "Saturday Night Live", + "poster_path": "/pCSb6uZwlCCrM3hBgqohbwSF9t1.jpg", + "vote_count": 156, + "vote_average": 6.6, + "popularity": 15.58, + "episode_count": 2, + "original_language": "en", + "first_air_date": "1975-10-11", + "backdrop_path": "/v8Ni1kv2AcVDkXfLKLYVgKvGetW.jpg", + "overview": "A late-night live television sketch comedy and variety show created by Lorne Michaels. The show's comedy sketches, which parody contemporary culture and politics, are performed by a large and varying cast of repertory and newer cast members. Each episode is hosted by a celebrity guest, who usually delivers an opening monologue and performs in sketches with the cast, and features performances by a musical guest.", + "origin_country": [ + "US" + ] + }, + { + "credit_id": "5b379ebf9251413c9d02d615", + "original_name": "The Reichen Show", + "id": 80515, + "genre_ids": [ + 10767 + ], + "character": "", + "name": "The Reichen Show", + "poster_path": null, + "vote_count": 0, + "vote_average": 0, + "popularity": 1.791, + "episode_count": 1, + "original_language": "en", + "first_air_date": "2005-11-11", + "backdrop_path": null, + "overview": "A list of celebrity interviews and sensational topics.", + "origin_country": [ + "US" + ] + } + ], + "crew": [ + { + "id": 13297, + "department": "Production", + "original_language": "en", + "episode_count": 37, + "job": "Producer", + "overview": "Bruno the Kid is an animated series produced in 1996.", + "origin_country": [ + "US" + ], + "original_name": "Bruno the Kid", + "genre_ids": [ + 16 + ], + "name": "Bruno the Kid", + "first_air_date": "1996-09-23", + "backdrop_path": null, + "popularity": 1.091, + "vote_count": 0, + "vote_average": 0, + "poster_path": "/5HkZHG7FkHhay6UlmQ4NyeqpbKR.jpg", + "credit_id": "525826eb760ee36aaa81b23b" + }, + { + "id": 62864, + "department": "Production", + "original_language": "en", + "episode_count": 13, + "job": "Executive Producer", + "overview": "Returning from a year-long psychological leave of absence after surviving an almost-fatal gunshot wound to the head, Detective David Creegan is assigned to the FBI's Organized and Serial Crime Unit – a rapid-response, elite crime investigation squad – where he and his new partner, Detective Susan Branca, find themselves committed to saving lives and solving cases. In spite of his inability to abide by common sense and the laws he's sworn to uphold, Creegan, with the help of Branca, works on hunting down the most vicious criminals on the streets.", + "origin_country": [ + "US", + "CA" + ], + "original_name": "Touching Evil", + "genre_ids": [ + 80, + 18 + ], + "name": "Touching Evil", + "first_air_date": "2004-03-12", + "backdrop_path": "/2Uhd82xRz5yGmJenub0rVfo93iK.jpg", + "popularity": 1.583, + "vote_count": 4, + "vote_average": 5.8, + "poster_path": "/9bXzGMYhlvWRXX43sk289tlnCRK.jpg", + "credit_id": "556e2726925141421d0013b0" + } + ], + "id": 62 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:49.4703411Z", + "ReducedUri": "/3/person/62?append_to_response=changes", + "RespData": { + "birthday": "1955-03-19", + "known_for_department": "Acting", + "deathday": null, + "id": 62, + "name": "Bruce Willis", + "changes": { + "changes": [] + }, + "also_known_as": [ + "Брюс Уиллис", + "ブルース・ウィリス", + "بروس ويليس", + "브루스 윌리스", + "บรูซ วิลลิส", + "布鲁斯·威利斯", + "ברוס וויליס" + ], + "gender": 2, + "biography": "Walter Bruce Willis, better known as Bruce Willis, is an American actor and producer. His career began in television in the 1980s and has continued both in television and film since, including comedic, dramatic, and action roles. He is well known for the role of John McClane in the Die Hard series.\n\nWillis was born in Idar-Oberstein, West Germany, the son of a Kassel-born German, Marlene, who worked in a bank, and David Willis, an American soldier. Willis is the eldest of four children.\n\nAt the premiere for the film Stakeout, Willis met actress Demi Moore. They married on November 21, 1987 and had three daughters before the couple divorced on October 18, 2000.\n\nSince the divorce he has dated models Maria Bravo Rosado and Emily Sandberg; he was engaged to Brooke Burns until they broke up in 2004 after ten months together. He married Emma Heming on March 21, 2009.", + "popularity": 17.767, + "place_of_birth": "Idar-Oberstein, Germany", + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "adult": false, + "imdb_id": "nm0000246", + "homepage": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:48.95766Z", + "ReducedUri": "/3/person/62?append_to_response=external_ids", + "RespData": { + "birthday": "1955-03-19", + "known_for_department": "Acting", + "deathday": null, + "id": 62, + "external_ids": { + "freebase_id": "/en/bruce_willis", + "instagram_id": null, + "tvrage_id": 10183, + "twitter_id": null, + "freebase_mid": "/m/0h7pj", + "imdb_id": "nm0000246", + "facebook_id": "ActorBruceWillis" + }, + "name": "Bruce Willis", + "also_known_as": [ + "Брюс Уиллис", + "ブルース・ウィリス", + "بروس ويليس", + "브루스 윌리스", + "บรูซ วิลลิส", + "布鲁斯·威利斯", + "ברוס וויליס" + ], + "gender": 2, + "biography": "Walter Bruce Willis, better known as Bruce Willis, is an American actor and producer. His career began in television in the 1980s and has continued both in television and film since, including comedic, dramatic, and action roles. He is well known for the role of John McClane in the Die Hard series.\n\nWillis was born in Idar-Oberstein, West Germany, the son of a Kassel-born German, Marlene, who worked in a bank, and David Willis, an American soldier. Willis is the eldest of four children.\n\nAt the premiere for the film Stakeout, Willis met actress Demi Moore. They married on November 21, 1987 and had three daughters before the couple divorced on October 18, 2000.\n\nSince the divorce he has dated models Maria Bravo Rosado and Emily Sandberg; he was engaged to Brooke Burns until they broke up in 2004 after ten months together. He married Emma Heming on March 21, 2009.", + "popularity": 17.767, + "place_of_birth": "Idar-Oberstein, Germany", + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "adult": false, + "imdb_id": "nm0000246", + "homepage": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:49.105638Z", + "ReducedUri": "/3/person/62?append_to_response=images", + "RespData": { + "birthday": "1955-03-19", + "known_for_department": "Acting", + "deathday": null, + "id": 62, + "name": "Bruce Willis", + "images": { + "profiles": [ + { + "iso_639_1": null, + "aspect_ratio": 0.66666666666667, + "vote_count": 2, + "height": 2700, + "vote_average": 5.246, + "file_path": "/pmOyuM09apvEssRCBg0JH6dCncK.jpg", + "width": 1800 + }, + { + "iso_639_1": null, + "aspect_ratio": 0.66666666666667, + "vote_count": 5, + "height": 450, + "vote_average": 4.9439775910364, + "file_path": "/5V9vDRFw7MWt0TNTDbLSc6NN0Dw.jpg", + "width": 300 + }, + { + "iso_639_1": null, + "aspect_ratio": 0.66666666666667, + "vote_count": 4, + "height": 1500, + "vote_average": 5.2452025586354, + "file_path": "/zoTPQXh3qLd0Nj8JCVZqdWowQw7.jpg", + "width": 1000 + }, + { + "iso_639_1": null, + "aspect_ratio": 0.66666666666667, + "vote_count": 7, + "height": 1500, + "vote_average": 5.32, + "file_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "width": 1000 + }, + { + "iso_639_1": null, + "aspect_ratio": 0.65866666666667, + "vote_count": 7, + "height": 3000, + "vote_average": 5, + "file_path": "/szRtf6oUR9cT6whTbRc5sCQGi8a.jpg", + "width": 1976 + }, + { + "iso_639_1": null, + "aspect_ratio": 0.66666666666667, + "vote_count": 3, + "height": 3000, + "vote_average": 5.04329004329, + "file_path": "/j5QJ0UNqBeu7goKUrpfwCRQG7wU.jpg", + "width": 2000 + }, + { + "iso_639_1": null, + "aspect_ratio": 0.66666666666667, + "vote_count": 2, + "height": 450, + "vote_average": 5.246, + "file_path": "/7UiCn2srvVfYjyORa8CldFW8lOX.jpg", + "width": 300 + }, + { + "iso_639_1": null, + "aspect_ratio": 0.66666666666667, + "vote_count": 3, + "height": 2100, + "vote_average": 5.318, + "file_path": "/2B7RySy2WMVJKKEFN2XA3IFb8w0.jpg", + "width": 1400 + } + ] + }, + "also_known_as": [ + "Брюс Уиллис", + "ブルース・ウィリス", + "بروس ويليس", + "브루스 윌리스", + "บรูซ วิลลิส", + "布鲁斯·威利斯", + "ברוס וויליס" + ], + "gender": 2, + "biography": "Walter Bruce Willis, better known as Bruce Willis, is an American actor and producer. His career began in television in the 1980s and has continued both in television and film since, including comedic, dramatic, and action roles. He is well known for the role of John McClane in the Die Hard series.\n\nWillis was born in Idar-Oberstein, West Germany, the son of a Kassel-born German, Marlene, who worked in a bank, and David Willis, an American soldier. Willis is the eldest of four children.\n\nAt the premiere for the film Stakeout, Willis met actress Demi Moore. They married on November 21, 1987 and had three daughters before the couple divorced on October 18, 2000.\n\nSince the divorce he has dated models Maria Bravo Rosado and Emily Sandberg; he was engaged to Brooke Burns until they broke up in 2004 after ten months together. He married Emma Heming on March 21, 2009.", + "popularity": 17.767, + "place_of_birth": "Idar-Oberstein, Germany", + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "adult": false, + "imdb_id": "nm0000246", + "homepage": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:48.5638533Z", + "ReducedUri": "/3/person/62?append_to_response=movie_credits", + "RespData": { + "birthday": "1955-03-19", + "known_for_department": "Acting", + "deathday": null, + "id": 62, + "name": "Bruce Willis", + "movie_credits": { + "cast": [ + { + "release_date": "1995-12-25", + "adult": false, + "vote_average": 6.3, + "vote_count": 1050, + "video": false, + "title": "Four Rooms", + "popularity": 10.974, + "genre_ids": [ + 35, + 80 + ], + "original_language": "en", + "character": "Leo", + "original_title": "Four Rooms", + "poster_path": "/eQs5hh9rxrk1m4xHsIz1w11Ngqb.jpg", + "id": 5, + "backdrop_path": "/3EqYpbGCE9S5GddU2K4cYzP5UmI.jpg", + "overview": "It's Ted the Bellhop's first night on the job...and the hotel's very unusual guests are about to place him in some outrageous predicaments. It seems that this evening's room service is serving up one unbelievable happening after another.", + "credit_id": "52fe420dc3a36847f80001bb" + }, + { + "release_date": "1997-05-09", + "adult": false, + "vote_average": 7.4, + "vote_count": 5778, + "video": false, + "title": "The Fifth Element", + "popularity": 17.974, + "genre_ids": [ + 12, + 14, + 28, + 53, + 878 + ], + "original_language": "en", + "character": "Korben Dallas", + "original_title": "The Fifth Element", + "poster_path": "/zaFa1NRZEnFgRTv5OVXkNIZO78O.jpg", + "id": 18, + "backdrop_path": "/qlGoGQSVMzIjGbpvXzZUOH1FjNu.jpg", + "overview": "In 2257, a taxi driver is unintentionally given the task of saving a young girl who is part of the key that will ensure the survival of humanity.", + "credit_id": "52fe420fc3a36847f8000b53" + }, + { + "release_date": "1995-12-29", + "adult": false, + "vote_average": 7.5, + "vote_count": 4014, + "video": false, + "title": "Twelve Monkeys", + "popularity": 16.244, + "genre_ids": [ + 878, + 53, + 9648 + ], + "original_language": "en", + "character": "James Cole", + "original_title": "Twelve Monkeys", + "poster_path": "/6Sj9wDu3YugthXsU0Vry5XFAZGg.jpg", + "id": 63, + "backdrop_path": "/6KXbhaxkgExC5EdDqAzRinhmoZ8.jpg", + "overview": "In the year 2035, convict James Cole reluctantly volunteers to be sent back in time to discover the origin of a deadly virus that wiped out nearly all of the earth's population and forced the survivors into underground communities. But when Cole is mistakenly sent to 1990 instead of 1996, he's arrested and locked up in a mental hospital. There he meets psychiatrist Dr. Kathryn Railly, and patient Jeffrey Goines, the son of a famous virus expert, who may hold the key to the mysterious rogue group, the Army of the 12 Monkeys, thought to be responsible for unleashing the killer disease.", + "credit_id": "52fe4212c3a36847f8001b31" + }, + { + "release_date": "1998-07-01", + "adult": false, + "vote_average": 6.6, + "vote_count": 3951, + "video": false, + "title": "Armageddon", + "popularity": 15.744, + "genre_ids": [ + 28, + 53, + 878, + 12 + ], + "original_language": "en", + "character": "Harry S. Stamper", + "original_title": "Armageddon", + "poster_path": "/coINnuCzcw5FMHBty8hcudMOBnO.jpg", + "id": 95, + "backdrop_path": "/lI3qV4kiSg0BvE6gelzV0tPAoFK.jpg", + "overview": "When an asteroid threatens to collide with Earth, NASA honcho Dan Truman determines the only way to stop it is to drill into its surface and detonate a nuclear bomb. This leads him to renowned driller Harry Stamper, who agrees to helm the dangerous space mission provided he can bring along his own hotshot crew. Among them is the cocksure A.J. who Harry thinks isn't good enough for his daughter, until the mission proves otherwise.", + "credit_id": "52fe4216c3a36847f800316b" + }, + { + "release_date": "2004-12-10", + "adult": false, + "vote_average": 6.5, + "vote_count": 3600, + "video": false, + "title": "Ocean's Twelve", + "popularity": 13.183, + "genre_ids": [ + 80, + 53 + ], + "original_language": "en", + "character": "Bruce Willis (uncredited)", + "original_title": "Ocean's Twelve", + "poster_path": "/nS3iDLQuy13XY1JH58NNl1rCuNN.jpg", + "id": 163, + "backdrop_path": "/lsOrQB1fObiyf6aHQeP4HBfNvK0.jpg", + "overview": "Danny Ocean reunites with his old flame and the rest of his merry band of thieves in carrying out three huge heists in Rome, Paris and Amsterdam – but a Europol agent is hot on their heels.", + "credit_id": "52fe4221c3a36847f8006329" + }, + { + "release_date": "2006-04-07", + "adult": false, + "vote_average": 7.5, + "vote_count": 2052, + "video": false, + "title": "Lucky Number Slevin", + "popularity": 12.68, + "genre_ids": [ + 80, + 18, + 9648, + 53 + ], + "original_language": "en", + "character": "Mr. Goodkat", + "original_title": "Lucky Number Slevin", + "poster_path": "/jtKq0EtothAzWlnRBBWGCA8uFuu.jpg", + "id": 186, + "backdrop_path": "/8nvayG5l0urcjvvpszoECDqLWzD.jpg", + "overview": "Slevin is mistakenly put in the middle of a personal war between the city’s biggest criminal bosses. Under constant watch, Slevin must try not to get killed by an infamous assassin and come up with an idea of how to get out of his current dilemma. A film with many twists and turns.", + "credit_id": "52fe4224c3a36847f80072ab" + }, + { + "poster_path": "/vKJVGOKPyWqp9d2EX5NH1liqRqR.jpg", + "adult": false, + "backdrop_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "vote_count": 4214, + "video": false, + "id": 187, + "popularity": 14.958, + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "title": "Sin City", + "original_title": "Sin City", + "release_date": "2005-04-01", + "character": "Det. John Hartigan", + "vote_average": 7.4, + "overview": "Welcome to Sin City. This town beckons to the tough, the corrupt, the brokenhearted. Some call it dark… Hard-boiled. Then there are those who call it home — Crooked cops, sexy dames, desperate vigilantes. Some are seeking revenge, others lust after redemption, and then there are those hoping for a little of both. A universe of unlikely and reluctant heroes still trying to do the right thing in a city that refuses to care.", + "credit_id": "52fe4224c3a36847f800737f" + }, + { + "release_date": "2014-08-22", + "adult": false, + "vote_average": 6.3, + "vote_count": 2040, + "video": false, + "title": "Sin City: A Dame to Kill For", + "popularity": 16.196, + "genre_ids": [ + 80, + 53 + ], + "original_language": "en", + "character": "Hartigan", + "original_title": "Sin City: A Dame to Kill For", + "poster_path": "/k80qKrJ0qQ6ocVo5N932stNSg6j.jpg", + "id": 189, + "backdrop_path": "/khzRw7ZDE3NIrYpe0RYyB864FPT.jpg", + "overview": "Some of Sin City's most hard-boiled citizens cross paths with a few of its more reviled inhabitants.", + "credit_id": "52fe4224c3a36847f8007491" + }, + { + "release_date": "1988-07-15", + "adult": false, + "vote_average": 7.6, + "vote_count": 5775, + "video": false, + "title": "Die Hard", + "popularity": 26.241, + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "character": "John McClane", + "original_title": "Die Hard", + "poster_path": "/mc7MubOLcIw3MDvnuQFrO9psfCa.jpg", + "id": 562, + "backdrop_path": "/eg049B1TJdWuKuyKowNmhZxNToc.jpg", + "overview": "NYPD cop John McClane's plan to reconcile with his estranged wife is thrown for a serious loop when, minutes after he arrives at her office, the entire building is overtaken by a group of terrorists. With little help from the LAPD, wisecracking McClane sets out to single-handedly rescue the hostages and bring the bad guys down.", + "credit_id": "52fe4252c3a36847f801543f" + }, + { + "release_date": "1994-10-14", + "adult": false, + "vote_average": 8.4, + "vote_count": 13904, + "video": false, + "title": "Pulp Fiction", + "popularity": 32.231, + "genre_ids": [ + 53, + 80 + ], + "original_language": "en", + "character": "Butch Coolidge", + "original_title": "Pulp Fiction", + "poster_path": "/dM2w364MScsjFf8pfMbaWUcWrR.jpg", + "id": 680, + "backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg", + "overview": "A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.", + "credit_id": "52fe4269c3a36847f801ca95" + }, + { + "release_date": "1999-08-06", + "adult": false, + "vote_average": 7.9, + "vote_count": 5533, + "video": false, + "title": "The Sixth Sense", + "popularity": 16.609, + "genre_ids": [ + 9648, + 53, + 18 + ], + "original_language": "en", + "character": "Malcolm Crowe", + "original_title": "The Sixth Sense", + "poster_path": "/imps263dHNe3SuoaAJORZyNTdDT.jpg", + "id": 745, + "backdrop_path": "/1X6F9OvfaWl6AGcCdqYl8icxG9z.jpg", + "overview": "A psychological thriller about an eight year old boy named Cole Sear who believes he can see into the world of the dead. A child psychologist named Malcolm Crowe comes to Cole to help him deal with his problem, learning that he really can see ghosts of dead people.", + "credit_id": "52fe426fc3a36847f801e74b" + }, + { + "release_date": "1987-03-27", + "adult": false, + "vote_average": 5.8, + "vote_count": 190, + "video": false, + "title": "Blind Date", + "popularity": 5.36, + "genre_ids": [ + 35, + 10749 + ], + "original_language": "en", + "character": "Walter Davis", + "original_title": "Blind Date", + "poster_path": "/bEoiguUvgIm2V2KC8Yn5aT1ddsW.jpg", + "id": 918, + "backdrop_path": "/wqCaOtRz1Bs6U8C0umTWLvxTTgo.jpg", + "overview": "When bachelor Walter Davis (Bruce Willis) is set up with his sister-in-law's pretty cousin, Nadia Gates (Kim Basinger), a seemingly average blind date turns into a chaotic night on the town. Walter's brother, Ted (Phil Hartman), tells him not to let Nadia drink alcohol, but he dismisses the warning, and her behavior gets increasingly wild. Walter and Nadia's numerous incidents are made even worse as her former lover David (John Larroquette) relentlessly follows them around town.", + "credit_id": "52fe428dc3a36847f80276a3" + }, + { + "release_date": "2007-06-27", + "adult": false, + "vote_average": 6.5, + "vote_count": 3075, + "video": false, + "title": "Live Free or Die Hard", + "popularity": 18.088, + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "character": "John McClane", + "original_title": "Live Free or Die Hard", + "poster_path": "/pHWgbaXiQD2nmex7u8Xv6XmhaZS.jpg", + "id": 1571, + "backdrop_path": "/74J904knbahSF7csIEfmRtmdi0t.jpg", + "overview": "John McClane is back and badder than ever, and this time he's working for Homeland Security. He calls on the services of a young hacker in his bid to stop a ring of Internet terrorists intent on taking control of America's computer infrastructure.", + "credit_id": "52fe42fec3a36847f8032857" + }, + { + "release_date": "1995-05-19", + "adult": false, + "vote_average": 7.1, + "vote_count": 3040, + "video": false, + "title": "Die Hard: With a Vengeance", + "popularity": 17.181, + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "character": "John McClane", + "original_title": "Die Hard: With a Vengeance", + "poster_path": "/ivpXGcsPZglyYrN65THWSD7JM3q.jpg", + "id": 1572, + "backdrop_path": "/aJCEQFFXNcfg5YneJzTG15qzxF7.jpg", + "overview": "New York detective John McClane is back and kicking bad-guy butt in the third installment of this action-packed series, which finds him teaming with civilian Zeus Carver to prevent the loss of innocent lives. McClane thought he'd seen it all, until a genius named Simon engages McClane, his new \"partner\" -- and his beloved city -- in a deadly game that demands their concentration.", + "credit_id": "52fe42ffc3a36847f803297b" + }, + { + "release_date": "1990-07-02", + "adult": false, + "vote_average": 6.8, + "vote_count": 2769, + "video": false, + "title": "Die Hard 2", + "popularity": 17.768, + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "character": "John McClane", + "original_title": "Die Hard 2", + "poster_path": "/zSgL998DXaljsCmwQuwDM8Ak4rV.jpg", + "id": 1573, + "backdrop_path": "/kywkOlRpYtfVlar41R1s8lO46vD.jpg", + "overview": "Off-duty cop John McClane is gripped with a feeling of déjà vu when, on a snowy Christmas Eve in the nation’s capital, terrorists seize a major international airport, holding thousands of holiday travelers hostage. Renegade military commandos led by a murderous rogue officer plot to rescue a drug lord from justice and are prepared for every contingency except one: McClane’s smart-mouthed heroics.", + "credit_id": "52fe42ffc3a36847f8032a27" + }, + { + "release_date": "2007-04-06", + "adult": false, + "vote_average": 6.6, + "vote_count": 1667, + "video": false, + "title": "Planet Terror", + "popularity": 11.13, + "genre_ids": [ + 27, + 28, + 53 + ], + "original_language": "en", + "character": "Lieutenant Muldoon", + "original_title": "Planet Terror", + "poster_path": "/7Yjzttt0VfPphSsUg8vFUO9WaEt.jpg", + "id": 1992, + "backdrop_path": "/a2zIKDg5QGFc2vzdaPXT7uZKipe.jpg", + "overview": "Two doctors find their graveyard shift inundated with townspeople ravaged by sores. Among the wounded is Cherry, a dancer whose leg was ripped from her body. As the invalids quickly become enraged aggressors, Cherry and her ex-boyfriend Wray lead a team of accidental warriors into the night.", + "credit_id": "52fe4329c3a36847f803f193" + }, + { + "release_date": "2005-03-11", + "adult": false, + "vote_average": 6.3, + "vote_count": 776, + "video": false, + "title": "Hostage", + "popularity": 9.793, + "genre_ids": [ + 9648, + 18, + 53, + 80 + ], + "original_language": "en", + "character": "Jeff Talley", + "original_title": "Hostage", + "poster_path": "/simhaVNOea3uhRUM0gT8WdidEto.jpg", + "id": 2026, + "backdrop_path": "/g7wkbceph08nz6tCXpQvoCJH8aP.jpg", + "overview": "When a mafia accountant is taken hostage on his beat, a police officer – wracked by guilt from a prior stint as a negotiator – must negotiate the standoff, even as his own family is held captive by the mob.", + "credit_id": "52fe432ec3a36847f8040619" + }, + { + "release_date": "2000-02-18", + "adult": false, + "vote_average": 6.4, + "vote_count": 842, + "video": false, + "title": "The Whole Nine Yards", + "popularity": 9.597, + "genre_ids": [ + 35, + 80 + ], + "original_language": "en", + "character": "Jimmy \"Tulipán\" Tudeski", + "original_title": "The Whole Nine Yards", + "poster_path": "/rnXnZrKipVb8v4mS2Oo6Ga2O0fg.jpg", + "id": 2069, + "backdrop_path": "/1Qdk7B4hFLdQO8OTWDhcVAqcdTk.jpg", + "overview": "A mobster named Jimmy the Tulip agrees to cooperate with an FBI investigation in order to stay out of prison; he's relocated by the authorities to a life of suburban anonymity as part of a witness protection program. It's not long before a couple of his new neighbors figure out his true identity and come knocking to see if he'd be up for one more hit, suburban style.", + "credit_id": "52fe4331c3a36847f80418c1" + }, + { + "release_date": "2004-04-09", + "adult": false, + "vote_average": 5.6, + "vote_count": 432, + "video": false, + "title": "The Whole Ten Yards", + "popularity": 7.12, + "genre_ids": [ + 35, + 80, + 53 + ], + "original_language": "en", + "character": "Jimmy \"Tulipán\" Tudeski", + "original_title": "The Whole Ten Yards", + "poster_path": "/pc2xIaRjmOxBiVqluPISzHRTKSr.jpg", + "id": 2122, + "backdrop_path": "/A4iX2LXAhJwMtBER8T2ewgITXsK.jpg", + "overview": "Jimmy 'The Tulip' Tudeski now spends his days compulsively cleaning his house and perfecting his culinary skills with his wife, Jill, a purported assassin who has yet to pull off a clean hit. Suddenly, an uninvited and unwelcome connection to their past unexpectedly shows up on Jimmy and Jill's doorstep; it's Oz, and he's begging them to help him rescue his wife, Cynthia.", + "credit_id": "52fe4338c3a36847f80436b1" + }, + { + "release_date": "1994-08-19", + "adult": false, + "vote_average": 5.4, + "vote_count": 191, + "video": false, + "title": "Color of Night", + "popularity": 8.433, + "genre_ids": [ + 18, + 53, + 10749 + ], + "original_language": "en", + "character": "Dr. Bill Capa", + "original_title": "Color of Night", + "poster_path": "/oRkE88VuZsG4dK4mz1DKxnAkemq.jpg", + "id": 2124, + "backdrop_path": "/p0OQNh9Sdg7EqKQyWYOG3skGAa2.jpg", + "overview": "When New York psychiatrist Bill Capa visits Los Angeles to take over his murdered colleague's therapy group, he finds himself embroiled in the thick of a mystery when he bumps into Rose and begins a torrid affair.", + "credit_id": "52fe4338c3a36847f804380b" + }, + { + "release_date": "2006-03-03", + "adult": false, + "vote_average": 6.3, + "vote_count": 987, + "video": false, + "title": "16 Blocks", + "popularity": 9.26, + "genre_ids": [ + 28, + 12, + 80, + 53 + ], + "original_language": "en", + "character": "Jack Mosley", + "original_title": "16 Blocks", + "poster_path": "/wpKBLDjNRddmH6N32ni4bASogt8.jpg", + "id": 2207, + "backdrop_path": "/31SqCV9NfHvGJ8n7v60fV3oMobZ.jpg", + "overview": "An aging cop is assigned the ordinary task of escorting a fast-talking witness from police custody to a courthouse, but they find themselves running the gauntlet as other forces try to prevent them from getting there.", + "credit_id": "52fe4341c3a36847f804622b" + }, + { + "release_date": "1992-04-03", + "adult": false, + "vote_average": 7.1, + "vote_count": 271, + "video": false, + "title": "The Player", + "popularity": 8.491, + "genre_ids": [ + 35, + 18, + 80 + ], + "original_language": "en", + "character": "Himself", + "original_title": "The Player", + "poster_path": "/eoQ9H9CEySIYSPElKn2VRVY0MEa.jpg", + "id": 10403, + "backdrop_path": "/tKyxF6ZyxF65CcJKBKId1VavpGP.jpg", + "overview": "A Hollywood studio executive is being sent death threats by a writer whose script he rejected - but which one?", + "credit_id": "52fe43689251416c7500f357" + }, + { + "release_date": "2001-10-12", + "adult": false, + "vote_average": 6.2, + "vote_count": 471, + "video": false, + "title": "Bandits", + "popularity": 7.986, + "genre_ids": [ + 28, + 35, + 80, + 10749 + ], + "original_language": "en", + "character": "Joshep Blake", + "original_title": "Bandits", + "poster_path": "/3wTzOr0CekiBJZL7ZiNE2y2H16N.jpg", + "id": 3172, + "backdrop_path": "/k86wUuUvPVZvM3zwxEhImpfyLq0.jpg", + "overview": "Two bank robbers fall in love with the girl they've kidnapped.", + "credit_id": "52fe438cc3a36847f805cb53" + }, + { + "release_date": "1996-12-15", + "adult": false, + "vote_average": 6.6, + "vote_count": 264, + "video": false, + "title": "Beavis and Butt-Head Do America", + "popularity": 8.431, + "genre_ids": [ + 16, + 35 + ], + "original_language": "en", + "character": "Muddy Grimes (voice)", + "original_title": "Beavis and Butt-Head Do America", + "poster_path": "/2pW1iACRzmb9OOIhzflYYt3S3s9.jpg", + "id": 3179, + "backdrop_path": "/myc2N1GjIKLTjSbIzmI0KEXdaPB.jpg", + "overview": "Mike Judge's slacker duo, Beavis and Butt-Head, wake to discover their TV has been stolen. Their search for a new one takes them on a clueless adventure across America where they manage to accidentally become America's most wanted.", + "credit_id": "52fe438dc3a36847f805cf0f" + }, + { + "release_date": "2002-02-15", + "adult": false, + "vote_average": 6.2, + "vote_count": 375, + "video": false, + "title": "Hart's War", + "popularity": 8.062, + "genre_ids": [ + 18, + 10752 + ], + "original_language": "en", + "character": "Col. William A. McNamara", + "original_title": "Hart's War", + "poster_path": "/yRUhSU7vzs5ePa72LNPcKKCCMZ5.jpg", + "id": 10592, + "backdrop_path": "/7A6IWD6tA5h1zeVXJ8KtfqvDPmS.jpg", + "overview": "Fourth-generation Army Col. William McNamara is imprisoned in a brutal German POW camp. Still, as the senior-ranking American officer, he commands his fellow inmates, keeping a sense of honor alive in a place where honor is easy to destroy, all under the dangerous eye of the Luftwafe vetran Col. Wilhelm Visser. Never giving up the fight to win the war, McNamara is silently planning, waiting for his moment to strike back at the enemy. A murder in the camp gives him the chance to set a risky plan in motion. With a court martial to keep Visser and the Germans distracted, McNamara orchestrates a cunning scheme to escape and destroy a nearby munitions plant, enlisting the unwitting help of young Lt. Tommy Hart. Together with his men, McNamara uses a hero's resolve to carry out his mission, ultimately forced to weigh the value of his life against the good of his country.", + "credit_id": "52fe438f9251416c750151d7" + }, + { + "release_date": "2000-07-07", + "adult": false, + "vote_average": 6.2, + "vote_count": 396, + "video": false, + "title": "The Kid", + "popularity": 9.788, + "genre_ids": [ + 35, + 14, + 10751 + ], + "original_language": "en", + "character": "Russell Duritz", + "original_title": "The Kid", + "poster_path": "/bTsn3l3QLmtKGPnOkKWpLObOgu7.jpg", + "id": 4244, + "backdrop_path": "/Arx6cOLuB47jwldV7eW4Bt4kAmd.jpg", + "overview": "Powerful businessman Russ Duritz is self-absorbed and immersed in his work. But by the magic of the moon, he meets Rusty, a chubby, charming 8-year-old version of himself who can't believe he could turn out so badly -- with no life and no dog. With Rusty's help, Russ is able to reconcile the person he used to dream of being with the man he's actually become.", + "credit_id": "52fe43b5c3a36847f80695f3" + }, + { + "release_date": "1997-11-14", + "adult": false, + "vote_average": 6.2, + "vote_count": 820, + "video": false, + "title": "The Jackal", + "popularity": 11.601, + "genre_ids": [ + 28, + 53, + 12, + 80 + ], + "original_language": "en", + "character": "The Jackal", + "original_title": "The Jackal", + "poster_path": "/6Hh2ROGTRKdbUfEXVVv5fNhmXK3.jpg", + "id": 4824, + "backdrop_path": "/ckpSxGKHrzUg8Kh4zVvrDKofdeJ.jpg", + "overview": "Hired by a powerful member of the Russian mafia to avenge an FBI sting that left his brother dead, a psychopathic hitman known only as The Jackal proves an elusive target for the people charged with the task of bringing him down: a deputy FBI director, a Russian MVK Major, and a jailed IRA terrorist who can recognize him.", + "credit_id": "52fe43dcc3a36847f8074b4b" + }, + { + "release_date": "1993-09-17", + "adult": false, + "vote_average": 5.7, + "vote_count": 343, + "video": false, + "title": "Striking Distance", + "popularity": 7.738, + "genre_ids": [ + 80, + 28, + 9648, + 53 + ], + "original_language": "en", + "character": "Det. Tom Hardy", + "original_title": "Striking Distance", + "poster_path": "/1bLazrQWJQhO6u58vJZXJZ3ZFDh.jpg", + "id": 11074, + "backdrop_path": "/nNn1pStpiA0VEhT09GbwIdSG0ik.jpg", + "overview": "Coming from a police family, Tom Hardy ends up fighting his uncle after the murder of his father. Tom believes the killer is another cop, and goes on the record with his allegations. Demoted to water-way duty Tom, along with new partner Jo Christman, navigate the three rivers looking for clues and discovering bodies. This time the victims are women Tom knows, he must find the killer to prove his innocence.", + "credit_id": "52fe43f29251416c75023ceb" + }, + { + "poster_path": "/uDvfFl3AhMAUNBzvH7OyiHlGtkp.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 10, + "video": false, + "id": 30565, + "popularity": 0.897, + "genre_ids": [ + 99 + ], + "original_language": "en", + "title": "The Hamster Factor and Other Tales of Twelve Monkeys", + "original_title": "The Hamster Factor and Other Tales of Twelve Monkeys", + "release_date": "1997-01-01", + "character": "Himself", + "vote_average": 6.3, + "overview": "A documentary following Terry Gilliam through the creation of \"12 Monkeys\"", + "credit_id": "52fe44259251416c9100668f" + }, + { + "release_date": "1991-04-19", + "adult": false, + "vote_average": 5.4, + "vote_count": 67, + "video": false, + "title": "Mortal Thoughts", + "popularity": 3.096, + "genre_ids": [ + 18, + 9648, + 53 + ], + "original_language": "en", + "character": "James Urbanski", + "original_title": "Mortal Thoughts", + "poster_path": "/xXWYaBHxe5qxkADZeNfdfpb8Yj.jpg", + "id": 30815, + "backdrop_path": "/bob5ysB7qHXrMvnUOdrcTZ2OvMn.jpg", + "overview": "A loathsome man ends up dead, but it's not clear who's to blame. If ever a person got what he deserved, it's James Urbanksi, an abusive drunk who steals from his wife, Joyce, and promises her close friend Cynthia Kellogg that she'll be the next target of his rage. At a group outing, James bleeds to death after someone cuts his throat. But because he's such a terrible human being, police aren't sure which of his acquaintances decided to kill him.", + "credit_id": "52fe44409251416c9100a1f9" + }, + { + "release_date": "1994-12-23", + "adult": false, + "vote_average": 7, + "vote_count": 98, + "video": false, + "title": "Nobody's Fool", + "popularity": 5.727, + "genre_ids": [ + 18, + 35 + ], + "original_language": "en", + "character": "Carl Roebuck", + "original_title": "Nobody's Fool", + "poster_path": "/3mbJyBFsryL6wcSuEwHXvpzdOYa.jpg", + "id": 11593, + "backdrop_path": "/spgT4i6EMUkToYN337QFpAUOZmq.jpg", + "overview": "Sully is a rascally ne'er-do-well approaching retirement age. While he is pressing a worker's compensation suit for a bad knee, he secretly works for his nemesis, Carl, and flirts with Carl's young wife Toby. Sully's long- forgotten son and family have moved back to town, so Sully faces unfamiliar family responsibilities. Meanwhile, Sully's landlady's banker son plots to push through a new development and evict Sully from his mother's life.", + "credit_id": "52fe44629251416c75032de9" + }, + { + "release_date": "2007-04-19", + "adult": false, + "vote_average": 5.8, + "vote_count": 390, + "video": false, + "title": "Perfect Stranger", + "popularity": 7.237, + "genre_ids": [ + 80, + 18, + 9648, + 53 + ], + "original_language": "en", + "character": "Harrison Hill", + "original_title": "Perfect Stranger", + "poster_path": "/fKkabVcVNKTTgsR4ElklI5bXDU1.jpg", + "id": 7183, + "backdrop_path": "/pV2lgUmt1lheXdyb4uOryjiicOa.jpg", + "overview": "A journalist goes undercover to ferret out businessman Harrison Hill as her best friend's killer. Posing as one of his temps, she enters into a game of online cat-and-mouse.", + "credit_id": "52fe4472c3a36847f80967fb" + }, + { + "release_date": "2010-02-26", + "adult": false, + "vote_average": 5.3, + "vote_count": 749, + "video": false, + "title": "Cop Out", + "popularity": 7.026, + "genre_ids": [ + 28, + 35, + 80 + ], + "original_language": "en", + "character": "Jimmy Monroe", + "original_title": "Cop Out", + "poster_path": "/cSkPYnVsD7MRNXPhkhBv3Mcxx39.jpg", + "id": 23742, + "backdrop_path": "/3rRAYIwh1FhdijYkSDgPFhQTTI9.jpg", + "overview": "Detectives Jimmy and Paul, despite nine years as partners, can still sometimes seem like polar opposites – especially when Paul's unpredictable antics get them suspended without pay. Already strapped for cash and trying to pay for his daughter's wedding, Jimmy decides to sell a rare baseball card that's worth tens of thousands. Unfortunately, when the collector's shop is robbed and the card vanishes with the crook, Paul and Jimmy end up going rogue, tracking down the card and the drug ring behind its theft, all on their own time, and without any backup – except for each other.", + "credit_id": "52fe4475c3a368484e0242eb" + }, + { + "poster_path": "/t9pirEsDxe102mSQGoDZWBbdcCD.jpg", + "adult": false, + "backdrop_path": "/LxmZLr6VHeibkq5DG0LvRKJWrX.jpg", + "vote_count": 669, + "video": false, + "id": 7457, + "popularity": 8.205, + "genre_ids": [ + 80, + 18 + ], + "original_language": "en", + "title": "Alpha Dog", + "original_title": "Alpha Dog", + "release_date": "2006-01-27", + "character": "Sonny Truelove", + "vote_average": 6.6, + "overview": "Johnny Truelove likes to see himself as tough. He's the son of an underworld figure and a drug dealer. Johnny also likes to get tough when things don't go his way. When Jake Mazursky fails to pay up for Johnny, things get worse for the Mazursky family, as Johnny and his 'gang' kidnap Jake's 15 year old brother and holds him hostage. Problem now is what to do with 'stolen boy?'", + "credit_id": "52fe447ec3a36847f809974b" + }, + { + "release_date": "2006-05-19", + "adult": false, + "vote_average": 6.4, + "vote_count": 2091, + "video": false, + "title": "Over the Hedge", + "popularity": 15.369, + "genre_ids": [ + 35, + 16, + 10751 + ], + "original_language": "en", + "character": "RJ (voice)", + "original_title": "Over the Hedge", + "poster_path": "/fGvoD6n6blbFprgbl3BJ2U8YHSF.jpg", + "id": 7518, + "backdrop_path": "/vZSJZZ178D40pwzRXkKqQKjLU7X.jpg", + "overview": "A scheming raccoon fools a mismatched family of forest creatures into helping him repay a debt of food, by invading the new suburban sprawl that popped up while they were hibernating – and learns a lesson about family himself.", + "credit_id": "52fe4482c3a36847f809a4cd" + }, + { + "release_date": "1994-07-22", + "adult": false, + "vote_average": 5.1, + "vote_count": 115, + "video": false, + "title": "North", + "popularity": 5.636, + "genre_ids": [ + 35, + 18, + 14, + 878, + 10751 + ], + "original_language": "en", + "character": "Narrator", + "original_title": "North", + "poster_path": "/4k5JshQ6kGLtI7paXAVAuC1o4t4.jpg", + "id": 31586, + "backdrop_path": "/5MgwfgJ4jLM8eXbq0BX2d1OPni6.jpg", + "overview": "Eleven-year-old North has had it with his parents. They are always busy with their careers and don't give North the attention he needs, so he files a lawsuit against them. The judge rules that North should either find new parents or return to his own parents within two months. Thus north starts off on an hilarious journey around the world to find the parents that really care about him.", + "credit_id": "52fe448a9251416c910145d5" + }, + { + "poster_path": "/s13uyUCCYs7zKj4MqsAPdK0lN4X.jpg", + "adult": false, + "backdrop_path": "/3h6dgVGh9n0KhnFlTtTXADlj5hh.jpg", + "vote_count": 148, + "video": false, + "id": 8324, + "popularity": 6.325, + "genre_ids": [ + 35, + 18, + 53 + ], + "original_language": "en", + "title": "Fast Food Nation", + "original_title": "Fast Food Nation", + "release_date": "2006-05-16", + "character": "Harry Rydell", + "vote_average": 6, + "overview": "Inspired by author Eric Schlosser's New York Times best-seller of the same name, director Richard Linklater's ensemble drama examines the health issues and social consequences of America's love affair with fast food and features an all-star cast that includes Greg Kinnear, Ethan Hawke, Kris Kristofferson, Patricia Arquette, and Luis Guzman.", + "credit_id": "52fe449ec3a36847f80a07c9" + }, + { + "release_date": "1998-04-03", + "adult": false, + "vote_average": 6.2, + "vote_count": 594, + "video": false, + "title": "Mercury Rising", + "popularity": 10.169, + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "character": "Art Jeffries", + "original_title": "Mercury Rising", + "poster_path": "/2vEQLyrH0uKgjvLzYmYc9coNrgI.jpg", + "id": 8838, + "backdrop_path": "/pQvqotL0tjP6kuNoxq7eAPXicrk.jpg", + "overview": "Renegade FBI agent Art Jeffries protects a nine-year-old autistic boy who has cracked the government's new \"unbreakable\" code.", + "credit_id": "52fe44bec3a36847f80a785b" + }, + { + "poster_path": "/hr5oELD0PJxnRGAFsWT22uFtcyP.jpg", + "adult": false, + "backdrop_path": "/4dyRBYhJQi23vFHyyrsWlJz6Yca.jpg", + "vote_count": 196, + "video": false, + "id": 8944, + "popularity": 7.485, + "genre_ids": [ + 35, + 18 + ], + "original_language": "en", + "title": "What Just Happened", + "original_title": "What Just Happened", + "release_date": "2008-10-17", + "character": "Himself", + "vote_average": 5.3, + "overview": "During the course of an ordinary week in Hollywood, movie producer Ben (Robert De Niro) must navigate his way through shark-infested waters as he struggles to complete his latest projects. A demanding studio boss (Catherine Keener) demands extensive changes to a movie starring Sean Penn, while another chief won't greenlight a project unless star Bruce Willis shaves his beard. Meanwhile, Ben tries to reconcile with his wife and maintain a relationship with his young daughter.", + "credit_id": "52fe44cac3a36847f80aa233" + }, + { + "poster_path": "/2e5VGxXshdFt9jfm6M4O7oUWPEi.jpg", + "adult": false, + "backdrop_path": "/s98JDnFZzR4D2drR4bzQdTvSW9p.jpg", + "vote_count": 123, + "video": false, + "id": 12220, + "popularity": 6.185, + "genre_ids": [ + 35, + 18, + 10749 + ], + "original_language": "en", + "title": "The Story of Us", + "original_title": "The Story of Us", + "release_date": "1999-10-13", + "character": "Ben Jordan", + "vote_average": 6.1, + "overview": "Ben and Katie Jordan are a married couple who go through hard times in fifteen years of marriage.", + "credit_id": "52fe44cc9251416c75041487" + }, + { + "release_date": "1991-05-23", + "adult": false, + "vote_average": 5.6, + "vote_count": 408, + "video": false, + "title": "Hudson Hawk", + "popularity": 9.233, + "genre_ids": [ + 28, + 12, + 35 + ], + "original_language": "en", + "character": "Eddie 'Hudson Hawk' Hawkins", + "original_title": "Hudson Hawk", + "poster_path": "/nIXLXVnSM8t3mRE8zWS7b5UBrxX.jpg", + "id": 9292, + "backdrop_path": "/wlviEefkJAbJrVmHu6SJzBPq6sG.jpg", + "overview": "Eddie Hawkins, called Hudson Hawk has just been released from ten years of prison and is planning to spend the rest of his life honestly. But then the crazy Mayflower couple blackmail him to steal some of the works of Leonardo da Vinci. If he refuses, they threaten to kill his friend Tommy.", + "credit_id": "52fe44e3c3a36847f80afed9" + }, + { + "release_date": "1991-12-12", + "adult": false, + "vote_average": 6.6, + "vote_count": 765, + "video": false, + "title": "The Last Boy Scout", + "popularity": 8.479, + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "character": "Joe Hallenbeck", + "original_title": "The Last Boy Scout", + "poster_path": "/cTl2WqsERuZ5vYmAmtfsPIJBLr0.jpg", + "id": 9319, + "backdrop_path": "/7crRVZFSGSrDk0wR3Lahxr1Fb7P.jpg", + "overview": "When the girl that detective Joe Hallenback is protecting gets murdered, the boyfriend of the murdered girl attempts to investigate and solve the case. What they discover is that there is deep seated corruption going on between a crooked politician and the owner of a pro football team.", + "credit_id": "52fe44e7c3a36847f80b0d73" + }, + { + "release_date": "1996-09-20", + "adult": false, + "vote_average": 6.2, + "vote_count": 375, + "video": false, + "title": "Last Man Standing", + "popularity": 7.385, + "genre_ids": [ + 28, + 80, + 18, + 53, + 9648 + ], + "original_language": "en", + "character": "John Smith", + "original_title": "Last Man Standing", + "poster_path": "/fkURS96D2ceuocZIBuyiIBGHilF.jpg", + "id": 9333, + "backdrop_path": "/lD1ukTu3oEHMC4lFMt7Xfj0QaQ1.jpg", + "overview": "John Smith is a mysterious stranger who is drawn into a vicious war between two Prohibition-era gangs. In a dangerous game, he switches allegiances from one to another, offering his services to the highest bidder. As the death toll mounts, Smith takes the law into his own hands in a deadly race to stay alive.", + "credit_id": "52fe44e8c3a36847f80b138f" + }, + { + "poster_path": "/oOEkGtAcysCV1pJAB3qFlOG76hj.jpg", + "adult": false, + "backdrop_path": "/61Woa0KSlUBPxlb10rxNA34ISD2.jpg", + "vote_count": 40, + "video": false, + "id": 12479, + "popularity": 4.516, + "genre_ids": [ + 35 + ], + "original_language": "en", + "title": "Breakfast of Champions", + "original_title": "Breakfast of Champions", + "release_date": "1999-02-13", + "character": "Dwayne Hoover", + "vote_average": 5.4, + "overview": "A portrait of a fictional town in the mid west that is home to a group of idiosyncratic and slightly neurotic characters. Dwayne Hoover is a wealthy car dealer-ship owner that's on the brink of suicide and is losing touch with reality.", + "credit_id": "52fe44e99251416c75045375" + }, + { + "poster_path": "/gVfYLX0mynpIqK4PDZD05Loy9dC.jpg", + "adult": false, + "backdrop_path": "/hOljV0Ikm0WWg8C6F0xW0OmL0ly.jpg", + "vote_count": 21, + "video": false, + "id": 32855, + "popularity": 2.434, + "genre_ids": [ + 35, + 18, + 10749 + ], + "original_language": "en", + "title": "In Country", + "original_title": "In Country", + "release_date": "1989-09-15", + "character": "Emmett Smith", + "vote_average": 5.7, + "overview": "Samantha Hughes, a teenaged Kentucky girl, never knew her father, who died in Vietnam before her birth. Samantha lives with her uncle Emmett, who also served in Vietnam. Emmett hangs around with Tom, Earl, and Pete, three other Vietnam vets who, like Emmett, all have problems of one kind or another that relate to their war experiences. Samantha becomes obsessed with finding out about her father.", + "credit_id": "52fe44eb9251416c91021687" + }, + { + "release_date": "1990-12-14", + "adult": false, + "vote_average": 5.2, + "vote_count": 609, + "video": false, + "title": "Look Who's Talking Too", + "popularity": 6.989, + "genre_ids": [ + 35, + 10749 + ], + "original_language": "en", + "character": "Mikey (voice)", + "original_title": "Look Who's Talking Too", + "poster_path": "/7HtSFUYBPOUd9ylUXU0LyPsxpRm.jpg", + "id": 9356, + "backdrop_path": "/AtQGCV8719WlfGYGRapkupivzk.jpg", + "overview": "Mollie and James are together and raising a family, which now consists of an older Mikey and his baby sister, Julie. Tension between the siblings arises, and as well with Mollie and James when Mollie's brother Stuart moves in. Mikey is also learning how to use the toilet for the first time.", + "credit_id": "52fe44ecc3a36847f80b21e9" + }, + { + "poster_path": "/qNIkecw9i44ljTJaMfkdeyLc4vB.jpg", + "adult": false, + "backdrop_path": "/8djDTR7aOFHiHGDD5YN2RwYg4dK.jpg", + "vote_count": 1111, + "video": false, + "id": 9374, + "popularity": 10.959, + "genre_ids": [ + 35, + 14, + 27 + ], + "original_language": "en", + "title": "Death Becomes Her", + "original_title": "Death Becomes Her", + "release_date": "1992-07-30", + "character": "Dr. Ernest Menville", + "vote_average": 6.6, + "overview": "Madeline is married to Ernest, who was once arch-rival Helen's fiance. After recovering from a mental breakdown, Helen vows to kill Madeline and steal back Ernest. Unfortunately for everyone, the introduction of a magic potion causes things to be a great deal more complicated than a mere murder plot.", + "credit_id": "52fe44efc3a36847f80b2b91" + }, + { + "release_date": "1989-10-13", + "adult": false, + "vote_average": 6, + "vote_count": 1022, + "video": false, + "title": "Look Who's Talking", + "popularity": 7.186, + "genre_ids": [ + 35, + 10749 + ], + "original_language": "en", + "character": "Mikey (voice)", + "original_title": "Look Who's Talking", + "poster_path": "/zyq8wUKk3FVfgkYnI1IVgmypOtG.jpg", + "id": 9494, + "backdrop_path": "/m9TyWTTaaFUNMlNJ3b8Q0gkOiZY.jpg", + "overview": "Mollie is a single working mother who's out to find the perfect father for her child. Her baby, Mikey, prefers James, a cab driver turned babysitter who has what it takes to make them both happy. But Mollie won't even consider James. It's going to take all the tricks a baby can think of to bring them together before it's too late", + "credit_id": "52fe44ffc3a36847f80b6941" + }, + { + "release_date": "2003-03-07", + "adult": false, + "vote_average": 6.5, + "vote_count": 888, + "video": false, + "title": "Tears of the Sun", + "popularity": 10.729, + "genre_ids": [ + 28, + 18, + 10752 + ], + "original_language": "en", + "character": "Lieutenant A.K. Waters", + "original_title": "Tears of the Sun", + "poster_path": "/qEe7aE4PgZCwnVoxKe7YsTm3Smh.jpg", + "id": 9567, + "backdrop_path": "/ldqbcQaNc8RyTekKaeMoV4HBDQB.jpg", + "overview": "Navy SEAL Lieutenant A.K. Waters and his elite squadron of tactical specialists are forced to choose between their duty and their humanity, between following orders by ignoring the conflict that surrounds them, or finding the courage to follow their conscience and protect a group of innocent refugees. When the democratic government of Nigeria collapses and the country is taken over by a ruthless military dictator, Waters, a fiercely loyal and hardened veteran is dispatched on a routine mission to retrieve a Doctors Without Borders physician.", + "credit_id": "52fe450bc3a36847f80b9015" + }, + { + "poster_path": "/4GfvG6CPbY6soFyWtFXGVTOFPOC.jpg", + "adult": false, + "backdrop_path": "/e4D0ZBhqfIk10u23cGyISGQrtLQ.jpg", + "vote_count": 198, + "video": false, + "id": 9586, + "popularity": 6.89, + "genre_ids": [ + 35, + 18 + ], + "original_language": "en", + "title": "The Bonfire of the Vanities", + "original_title": "The Bonfire of the Vanities", + "release_date": "1990-12-21", + "character": "Peter Fallow", + "vote_average": 5.5, + "overview": "After his mistress runs over a young teen, a Wall Street hotshot sees his life unravel in the spotlight, and attracting the interest of a down and out reporter.", + "credit_id": "52fe450dc3a36847f80b9969" + }, + { + "release_date": "1991-11-01", + "adult": false, + "vote_average": 5.7, + "vote_count": 91, + "video": false, + "title": "Billy Bathgate", + "popularity": 5.083, + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "character": "Bo Weinberg", + "original_title": "Billy Bathgate", + "poster_path": "/wMIXsvxco8ob3b6RE9otuui3jQO.jpg", + "id": 12647, + "backdrop_path": "/AqsO0lmxGaF9LbSlz2u5EeVpPHJ.jpg", + "overview": "In the year 1935, a teen named Billy Bathgate finds first love while becoming the protégé of fledgling gangster Dutch Schultz.", + "credit_id": "52fe450e9251416c7504a30d" + }, + { + "release_date": "2000-11-13", + "adult": false, + "vote_average": 7.1, + "vote_count": 4090, + "video": false, + "title": "Unbreakable", + "popularity": 48.581, + "genre_ids": [ + 53, + 18, + 878 + ], + "original_language": "en", + "character": "David Dunn", + "original_title": "Unbreakable", + "poster_path": "/pvL37V88plePxFSszCbV3wRHiBm.jpg", + "id": 9741, + "backdrop_path": "/4WQG7oGOjNQX9U89CpPO0hyLFxz.jpg", + "overview": "An ordinary man makes an extraordinary discovery when a train accident leaves his fellow passengers dead — and him unscathed. The answer to this mystery could lie with the mysterious Elijah Price, a man who suffers from a disease that renders his bones as fragile as glass.", + "credit_id": "52fe4525c3a36847f80befd5" + }, + { + "release_date": "1998-11-06", + "adult": false, + "vote_average": 6.2, + "vote_count": 552, + "video": false, + "title": "The Siege", + "popularity": 7.522, + "genre_ids": [ + 18, + 28, + 53, + 80 + ], + "original_language": "en", + "character": "Major-General William Devereaux", + "original_title": "The Siege", + "poster_path": "/xifxCJU2Lx22qScn6WFjp9gtw5u.jpg", + "id": 9882, + "backdrop_path": "/5Rcs4AThvFDpRt8VF6LDpN9JPk6.jpg", + "overview": "The secret US abduction of a suspected terrorist from his Middle East homeland leads to a wave of terrorist attacks in New York. An FBI senior agent and his team attempt to locate and decommission the enemy cells, but must also deal with an Army General gone rogue and a female CIA agent of uncertain loyalties.", + "credit_id": "52fe4540c3a36847f80c3b07" + }, + { + "release_date": "2010-08-03", + "adult": false, + "vote_average": 6.1, + "vote_count": 4326, + "video": false, + "title": "The Expendables", + "popularity": 23.241, + "genre_ids": [ + 53, + 12, + 28 + ], + "original_language": "en", + "character": "Mr. Church (uncredited)", + "original_title": "The Expendables", + "poster_path": "/4gLFKsalwRy0ONzfYaRsKr5wilK.jpg", + "id": 27578, + "backdrop_path": "/x5u73uBylbyCCnkzUGzt3uozqRp.jpg", + "overview": "Barney Ross leads a band of highly skilled mercenaries including knife enthusiast Lee Christmas, a martial arts expert, heavy weapons specialist, demolitionist, and a loose-cannon sniper. When the group is commissioned by the mysterious Mr. Church to assassinate the dictator of a small South American island, Barney and Lee visit the remote locale to scout out their opposition and discover the true nature of the conflict engulfing the city.", + "credit_id": "52fe4555c3a368484e0541dd" + }, + { + "poster_path": "/hQZtPZwcVMBNoT8hrNpOFNIPQv0.jpg", + "adult": false, + "backdrop_path": "/hTNhWbivke8Qxl5DLGPtVwAhMUf.jpg", + "vote_count": 30, + "video": false, + "id": 38560, + "popularity": 2.836, + "genre_ids": [ + 35, + 80 + ], + "original_language": "en", + "title": "Sunset", + "original_title": "Sunset", + "release_date": "1988-04-29", + "character": "Tom Mix", + "vote_average": 5.8, + "overview": "Tom Mix and Wyatt Earp team up to solve a murder at the Academy Awards in 1929 Hollywood.", + "credit_id": "52fe46c69251416c9105f485" + }, + { + "release_date": "2010-10-14", + "adult": false, + "vote_average": 6.6, + "vote_count": 3904, + "video": false, + "title": "RED", + "popularity": 13.711, + "genre_ids": [ + 28, + 12, + 35, + 80, + 53 + ], + "original_language": "en", + "character": "Frank Moses", + "original_title": "RED", + "poster_path": "/q2mwTRKrq1etP9S4SZVDIJq0wI2.jpg", + "id": 39514, + "backdrop_path": "/1TFEtFxD1M9OvMGlGcSAR5Pg53I.jpg", + "overview": "When his peaceful life is threatened by a high-tech assassin, former black-ops agent, Frank Moses reassembles his old team in a last ditch effort to survive and uncover his assailants.", + "credit_id": "52fe47219251416c9106b043" + }, + { + "release_date": "2013-02-14", + "adult": false, + "vote_average": 5.2, + "vote_count": 4273, + "video": false, + "title": "A Good Day to Die Hard", + "popularity": 15.524, + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "character": "John McClane", + "original_title": "A Good Day to Die Hard", + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "id": 47964, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "credit_id": "52fe4751c3a36847f812f049" + }, + { + "release_date": "2008-01-17", + "adult": false, + "vote_average": 6, + "vote_count": 144, + "video": false, + "title": "Assassination of a High School President", + "popularity": 5.071, + "genre_ids": [ + 35, + 80, + 9648, + 53 + ], + "original_language": "en", + "character": "Principal Kirkpatrick", + "original_title": "Assassination of a High School President", + "poster_path": "/9e1SZqHtyNsJzkrxOgmq8GyEjCN.jpg", + "id": 18176, + "backdrop_path": "/anYIKUyuzHI1bVeRL9wkBxeSlhF.jpg", + "overview": "After the theft of copies of SAT exams from a principal's office, teenage reporter Bobby Funke sets out to unmask the thief. Bobby prints an article fingering Class President Paul Moore as the thief, shredding the youth's reputation. But as Bobby gets to know Paul's girlfriend, Francesca, he comes to realize he was wrong about Paul, so he sets out to unmask the true culprit.", + "credit_id": "52fe47659251416c75097deb" + }, + { + "poster_path": "/pHAnrezPCpWzNYYceLivTMcQ4jM.jpg", + "adult": false, + "backdrop_path": "/lQ872mmHvHXip5sC1t0cvCSP8IO.jpg", + "vote_count": 1716, + "video": false, + "id": 19959, + "popularity": 11.396, + "genre_ids": [ + 28, + 878, + 53 + ], + "original_language": "en", + "title": "Surrogates", + "original_title": "Surrogates", + "release_date": "2009-09-25", + "character": "Tom Greer", + "vote_average": 6, + "overview": "Set in a futuristic world where humans live in isolation and interact through surrogate robots, a cop is forced to leave his home for the first time in years in order to investigate the murders of others' surrogates.", + "credit_id": "52fe47fc9251416c750ac1f5" + }, + { + "poster_path": "/hSE2TZqF6x46Exo6Et5aCqPWtej.jpg", + "adult": false, + "backdrop_path": "/tUfbdGr8nKCH5oVcBcvBN43Ga7y.jpg", + "vote_count": 209, + "video": false, + "id": 70586, + "popularity": 9.543, + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "title": "Setup", + "original_title": "Setup", + "release_date": "2011-11-04", + "character": "Biggs", + "vote_average": 4.9, + "overview": "A group of friends plan out a detailed heist that turns deadly when one betrays the other by taking off with the goods. Taking matters into his own hands, Sonny seeks out his revenge teaming up with the most dangerous mob boss in town to get back what is rightfully his. When he finally comes face to face with his longtime friend he will be forced to make a life changing choice.", + "credit_id": "52fe4802c3a368484e0e5007" + }, + { + "poster_path": "/i24UVXhY87heW2xZYu06QvQnTg3.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 6, + "video": false, + "id": 82150, + "popularity": 2.005, + "genre_ids": [ + 35, + 10751 + ], + "original_language": "en", + "title": "Grand Champion", + "original_title": "Grand Champion", + "release_date": "2004-08-27", + "character": "Mr. Blandford", + "vote_average": 4.4, + "overview": "'Grand Champion' weaves the tale of a spunky young boy named Buddy and his prize-winning calf, Hokey, as they climb from the underdog position and up through the ranks of several Texas stock shows to ultimately win the coveted title of Grand Champion. People from all walks of life help Buddy and Hokey make their way across Texas by cheering them on to a toe-tapping surprise ending. Written by Sujit R. Varma", + "credit_id": "52fe48409251416c91085afb" + }, + { + "release_date": "2013-03-29", + "adult": false, + "vote_average": 5.5, + "vote_count": 3742, + "video": false, + "title": "G.I. Joe: Retaliation", + "popularity": 12.63, + "genre_ids": [ + 12, + 28, + 878, + 53 + ], + "original_language": "en", + "character": "Joe Colton", + "original_title": "G.I. Joe: Retaliation", + "poster_path": "/iFWxbu2LLtfaWv6D1TSrY11huTe.jpg", + "id": 72559, + "backdrop_path": "/b9OVFl48ZV2oTLzACSwBpNrCUhJ.jpg", + "overview": "Framed for crimes against the country, the G.I. Joe team is terminated by Presidential order. This forces the G.I. Joes into not only fighting their mortal enemy Cobra; they are forced to contend with threats from within the government that jeopardize their very existence.", + "credit_id": "52fe4873c3a368484e0f8c2d" + }, + { + "poster_path": "/A5m1r8yhPYLxhz4P3JmMbMvzChn.jpg", + "adult": false, + "backdrop_path": "/2Ag23rl87hgDMPWCEAPjkMZZICq.jpg", + "vote_count": 115, + "video": false, + "id": 84305, + "popularity": 6.782, + "genre_ids": [ + 35, + 18 + ], + "original_language": "en", + "title": "Lay the Favorite", + "original_title": "Lay the Favorite", + "release_date": "2012-12-07", + "character": "Dink Heimowitz", + "vote_average": 5.3, + "overview": "A former stripper's talent with numbers lands her a job with a professional gambler who runs a sports book in Las Vegas.", + "credit_id": "52fe48e89251416c9109c521" + }, + { + "release_date": "2011-12-09", + "adult": false, + "vote_average": 5, + "vote_count": 152, + "video": false, + "title": "Catch.44", + "popularity": 7.299, + "genre_ids": [ + 28, + 18, + 53 + ], + "original_language": "en", + "character": "Mel", + "original_title": "Catch.44", + "poster_path": "/2WtEv5cCtqOlo6fKZuhVuxctiVs.jpg", + "id": 75736, + "backdrop_path": "/kxuL2bvgo3tNVD1Fmj7aLO1Gu6S.jpg", + "overview": "The lives of three female assassins take a sudden turn when their charming boss lures them into one last job. They soon find themselves thrust into a bizarre situation involving a psychotic hit man, a grizzled trucker and a delusional line cook.", + "credit_id": "52fe490fc3a368484e11887b" + }, + { + "release_date": "2012-08-17", + "adult": false, + "vote_average": 6.2, + "vote_count": 3950, + "video": false, + "title": "The Expendables 2", + "popularity": 14.464, + "genre_ids": [ + 28, + 12, + 53 + ], + "original_language": "en", + "character": "Church", + "original_title": "The Expendables 2", + "poster_path": "/dJPnTe1qOcO7XqsJvESFph83m6m.jpg", + "id": 76163, + "backdrop_path": "/pIjnoUnXdLpROFzIRPNziPzgBUp.jpg", + "overview": "Mr. Church reunites the Expendables for what should be an easy paycheck, but when one of their men is murdered on the job, their quest for revenge puts them deep in enemy territory and up against an unexpected threat.", + "credit_id": "52fe4929c3a368484e11d759" + }, + { + "poster_path": "/m2XxNtNS2VCa9Y8yX7OdCzomGWA.jpg", + "adult": false, + "backdrop_path": "/jjgUFVMFGljMrNBGU30SEYP2Mku.jpg", + "vote_count": 20, + "video": false, + "id": 85693, + "popularity": 2.697, + "genre_ids": [ + 16, + 35, + 10751 + ], + "original_language": "en", + "title": "Hammy's Boomerang Adventure", + "original_title": "Hammy's Boomerang Adventure", + "release_date": "2006-10-17", + "character": "RJ (voice)", + "vote_average": 5.8, + "overview": "RJ the raccoon produces a nature video, which turns out to be an excuse for him and the porcupine children to play pranks on Hammy the squirrel.", + "credit_id": "52fe49559251416c910a9fad" + }, + { + "release_date": "2012-09-06", + "adult": false, + "vote_average": 5, + "vote_count": 431, + "video": false, + "title": "The Cold Light of Day", + "popularity": 5.845, + "genre_ids": [ + 28, + 9648, + 53 + ], + "original_language": "en", + "character": "Martin", + "original_title": "The Cold Light of Day", + "poster_path": "/zXhphNKS56VQbVJXqk3OMrjtNNc.jpg", + "id": 77948, + "backdrop_path": "/dFOC8NGMkKPZr9ic2hMo1nJOuzZ.jpg", + "overview": "After his family is kidnapped during their sailing trip in Spain, a young Wall Street trader is confronted by the people responsible: intelligence agents looking to recover a mysterious briefcase.", + "credit_id": "52fe4984c3a368484e12fa45" + }, + { + "release_date": "2012-09-28", + "adult": false, + "vote_average": 6.8, + "vote_count": 6350, + "video": false, + "title": "Looper", + "popularity": 14.622, + "genre_ids": [ + 28, + 53, + 878 + ], + "original_language": "en", + "character": "Old Joe", + "original_title": "Looper", + "poster_path": "/sNjL6SqErDBE8OUZlrDLkexfsCj.jpg", + "id": 59967, + "backdrop_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "overview": "In the futuristic action thriller Looper, time travel will be invented but it will be illegal and only available on the black market. When the mob wants to get rid of someone, they will send their target 30 years into the past where a looper, a hired gun, like Joe is waiting to mop up. Joe is getting rich and life is good until the day the mob decides to close the loop, sending back Joe's future self for assassination.", + "credit_id": "52fe49a5c3a36847f81a5243" + }, + { + "release_date": "2012-05-25", + "adult": false, + "vote_average": 7.7, + "vote_count": 2744, + "video": false, + "title": "Moonrise Kingdom", + "popularity": 11.076, + "genre_ids": [ + 35, + 18, + 10749 + ], + "original_language": "en", + "character": "Captain Sharp", + "original_title": "Moonrise Kingdom", + "poster_path": "/ysTohGF7NY9Z6MYz9vLNYiyzh0r.jpg", + "id": 83666, + "backdrop_path": "/1mKI5UfeCetrB3HZbYt6VTn7K9m.jpg", + "overview": "Set on an island off the coast of New England in the summer of 1965, Moonrise Kingdom tells the story of two twelve-year-olds who fall in love, make a secret pact, and run away together into the wilderness. As various authorities try to hunt them down, a violent storm is brewing off-shore – and the peaceful island community is turned upside down in more ways than anyone can handle.", + "credit_id": "53062e8d925141349a297ef3" + }, + { + "poster_path": "/uvlYyqWjBivW51PMYilU0BUuzhA.jpg", + "adult": false, + "backdrop_path": "/9vuuYq1b7xQiWcnL9EpUr9Jg6sn.jpg", + "vote_count": 1, + "video": false, + "id": 153538, + "popularity": 0.68, + "genre_ids": [ + 10402 + ], + "original_language": "en", + "title": "Tony Bennett: An American Classic", + "original_title": "Tony Bennett: An American Classic", + "release_date": "2006-11-21", + "character": "", + "vote_average": 8, + "overview": "Tony Bennett: An American Classic was an Emmy Award-winning television special celebrating the life of musical icon Tony Bennett on the occasion of his 80th birthday. Directed by Rob Marshall (Memoirs of a Geisha, Chicago), it charts Bennett’s career by faithfully re-creating venues from his past, from the downtown Greenwich Village club where he was discovered, to the Columbia recording studios of the early 60's, from rat pack Las Vegas to Carnegie Hall. Bennett is joined for each number by the artists that collaborated with him on his Duets album, with musical performances by Barbra Streisand, John Legend, k.d. lang, Chris Botti, Diana Krall, Juanes, Elton John, Michael Bublé, Stevie Wonder and Christina Aguilera.", + "credit_id": "52fe4b459251416c910d5287" + }, + { + "release_date": "2013-07-19", + "adult": false, + "vote_average": 6.5, + "vote_count": 2204, + "video": false, + "title": "RED 2", + "popularity": 16.427, + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "original_language": "en", + "character": "Frank Moses", + "original_title": "RED 2", + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "id": 146216, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "credit_id": "52fe4b779251416c75103c5f" + }, + { + "poster_path": "/fUnRt6YD8JNylBSvVP0avUL0Rzd.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 4, + "video": false, + "id": 132542, + "popularity": 0.996, + "genre_ids": [], + "original_language": "en", + "title": "The Return of Bruno", + "original_title": "The Return of Bruno", + "release_date": "1987-02-17", + "character": "Bruno Radolini", + "vote_average": 5, + "overview": "A \"documentary\" about the major influence that a '60s rock singer named Bruno has had on rock music, as attested to by such rock legends as Ringo Starr, Brian Wilson and the Bee Gees, among others.", + "credit_id": "52fe4b97c3a368484e190695" + }, + { + "poster_path": "/8h8skx2rKYEWfTHxpTz9WmM8J0.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 2, + "video": false, + "id": 135051, + "popularity": 0.947, + "genre_ids": [], + "original_language": "en", + "title": "True West", + "original_title": "True West", + "release_date": "2002-05-28", + "character": "Lee", + "vote_average": 6, + "overview": "Filmed play about two very different brothers, one a criminal and the other a screen-writing family man who becomes appalled by his wayward brother's relationship with a producer.", + "credit_id": "52fe4bebc3a368484e19ea61" + }, + { + "release_date": "2014-05-21", + "adult": false, + "vote_average": 7.8, + "vote_count": 8, + "video": false, + "title": "B.B. King: The Life of Riley", + "popularity": 1.697, + "genre_ids": [ + 99, + 10402 + ], + "original_language": "en", + "character": "", + "original_title": "B.B. King: The Life of Riley", + "poster_path": "/stiKu0sasxqP2bgeKzoLFGqYEgS.jpg", + "id": 136296, + "backdrop_path": "/pNXYDpCRHMa8XWtxkacszPYh7Yq.jpg", + "overview": "Documentary charting the life of blues guitarist B.B. King, with contributions from fellow musicians.", + "credit_id": "52fe4c14c3a368484e1a5c0b" + }, + { + "release_date": "2011-11-01", + "adult": false, + "vote_average": 7.4, + "vote_count": 4, + "video": false, + "title": "Warren Ellis: Captured Ghosts", + "popularity": 0.985, + "genre_ids": [ + 99 + ], + "original_language": "en", + "character": "Himself", + "original_title": "Warren Ellis: Captured Ghosts", + "poster_path": "/3A8lLtRaIcFQPY3uclRT00NI6BC.jpg", + "id": 137896, + "backdrop_path": "/j6wMDPwSqKA0NZaesm0hBe7XdeF.jpg", + "overview": "Warren Ellis: Captured Ghosts is a feature-length documentary that takes an in depth look at the life, career and mind of the British comic book writer Warren Ellis. The film combines extensive interviews with Ellis with insights from his colleagues and friends, as well as ambient visual re-creations of his prose and comics work.", + "credit_id": "52fe4c3bc3a368484e1adf35" + }, + { + "release_date": "2012-08-31", + "adult": false, + "vote_average": 5.6, + "vote_count": 316, + "video": false, + "title": "Fire with Fire", + "popularity": 7.826, + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "character": "Mike Cella", + "original_title": "Fire with Fire", + "poster_path": "/2F0Y4l7uXIGfDMtfuq2k6b2744w.jpg", + "id": 139567, + "backdrop_path": "/3oqNKnwfW1UKC5i8hnQz2fAGtGE.jpg", + "overview": "A fireman takes an unexpected course of action when a man whom he's been ordered to testify against – after being held up at a local convenience store – threatens him.", + "credit_id": "52fe4c67c3a368484e1b68f1" + }, + { + "poster_path": "/fwJEn5OaUEOmNbg7d1BhaaMoAKp.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 6, + "video": false, + "id": 169173, + "popularity": 1.392, + "genre_ids": [], + "original_language": "ru", + "title": "Genius. A Night for Ray Charles", + "original_title": "Genius. A Night for Ray Charles", + "release_date": "2004-10-07", + "character": "Himself", + "vote_average": 7.3, + "overview": "A meld of legendary performers and contemporary artists of today who have been influenced by Ray's music perform in this concert extravaganza.", + "credit_id": "52fe4cddc3a36847f824216d" + }, + { + "poster_path": "/wjB67E1UOD17Y08fqi2Zji9T4IL.jpg", + "adult": false, + "backdrop_path": "/rMyDloipj8Ieyd8f75bkeDazKSl.jpg", + "vote_count": 4, + "video": false, + "id": 234158, + "popularity": 0.719, + "genre_ids": [ + 99 + ], + "original_language": "de", + "title": "Bruce Willis: Why the Legend Never Dies", + "original_title": "Bruce Willis - Warum die Legende niemals stirbt", + "release_date": "2013-03-21", + "character": "Himself", + "vote_average": 5.9, + "overview": "An in-depth look at the life and career of Bruce Willis, featuring never-before-seen photos and videos from the Willis family collection. Narrated by Bruce Willis.", + "credit_id": "52fe4e2ec3a36847f82823c9" + }, + { + "release_date": "2007-04-06", + "adult": false, + "vote_average": 6.9, + "vote_count": 783, + "video": false, + "title": "Grindhouse", + "popularity": 5.807, + "genre_ids": [ + 53, + 28, + 27 + ], + "original_language": "en", + "character": "Muldoon (segment \"Planet Terror\")", + "original_title": "Grindhouse", + "poster_path": "/cEQRndSNoqveOkFdQd3oerdu6Kp.jpg", + "id": 285923, + "backdrop_path": "/iLcCUlDOCAINgxVFNV69ykVeknV.jpg", + "overview": "Two full-length feature horror movies written by Quentin Tarantino and Robert Rodriguez put together as a two-film feature. Including fake movie trailers in between both movies.", + "credit_id": "53ffa112c3a3684372000527" + }, + { + "release_date": "2014-08-22", + "adult": false, + "vote_average": 4.8, + "vote_count": 299, + "video": false, + "title": "The Prince", + "popularity": 11.428, + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "character": "Omar", + "original_title": "The Prince", + "poster_path": "/y7jSioitJoolDvn29D0yLJLCk30.jpg", + "id": 241254, + "backdrop_path": "/bnACOELViX2XwXjqzC8V5TclrPY.jpg", + "overview": "A family man who turns out to be a retired mob enforcer must travel across the country to find his daughter who has gone missing.", + "credit_id": "52fe4eb5c3a36847f82a2cbb" + }, + { + "release_date": "2014-08-01", + "adult": false, + "vote_average": 6.8, + "vote_count": 14, + "video": false, + "title": "Altman", + "popularity": 0.964, + "genre_ids": [ + 99 + ], + "original_language": "en", + "character": "", + "original_title": "Altman", + "poster_path": "/1ErP6Lo3kkz9UzfMCoX1rAz9xYt.jpg", + "id": 278086, + "backdrop_path": "/xhQnBL5dcd36b8KVvwDROkuXLGp.jpg", + "overview": "Maverick. Auteur. Rebel. Innovator. Storyteller. Rambler. Gambler. Mad man. Family man. Director. Artist. Robert Altman's life and career contained multitudes. This father of American independent cinema left an indelible mark, not merely on the evolution of his art form, but also on the western zeitgeist. \"Altman\", Canadian director Ron Mann's new documentary, explores and celebrates the epic fifty-year redemptive journey of one of the most important and influential filmmakers in the history of the medium. With its use of rare interviews, representative film clips, archival images, and musings from his family and most recognizable collaborators, Mann's Altman is a dynamic and heartfelt mediation on an artist whose expression, passion and appetite knew few bounds.", + "credit_id": "545a1de4c3a368398f003eee" + }, + { + "release_date": "2015-01-16", + "adult": false, + "vote_average": 4.2, + "vote_count": 300, + "video": false, + "title": "Vice", + "popularity": 12.32, + "genre_ids": [ + 53, + 878, + 28, + 12 + ], + "original_language": "en", + "character": "Julian", + "original_title": "Vice", + "poster_path": "/gwiY5RJFYSjsoSwoeeo6AbGYjpb.jpg", + "id": 307663, + "backdrop_path": "/cTPS3ib89O4HSOtZDa3YXvaas5F.jpg", + "overview": "Julian Michaels has designed the ultimate resort: VICE, where anything goes and the customers can play out their wildest fantasies with artificial inhabitants who look, think and feel like humans. When an artificial becomes self-aware and escapes, she finds herself caught in the crossfire between Julian's mercenaries and a cop who is hell-bent on shutting down Vice, and stopping the violence once and for all.", + "credit_id": "547ee60ec3a368396c000fbd" + }, + { + "poster_path": "/2tiU3OCEO1Bl5FNbiUAoLI9nV4o.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 3, + "video": false, + "id": 181471, + "popularity": 0.942, + "genre_ids": [ + 35 + ], + "original_language": "en", + "title": "That's Adequate", + "original_title": "That's Adequate", + "release_date": "1989-01-01", + "character": "Himself", + "vote_average": 4.3, + "overview": "This mockumentary about fictional movie studio Adequate Pictures boasts an interesting cast. Tony Randall hosts, and James CoCo (practically on his deathbed) stars as head of the studio. Includes parodies of everything from silent comedies to porn, including an ultra violent \"three stooges\" style comedy team who put a new spin on the eye poking gag.", + "credit_id": "52fe4c689251416c751197e3" + }, + { + "poster_path": "/ve7xmUK167YZloN8LnSyhKmmNgE.jpg", + "adult": false, + "backdrop_path": "/fhYWAKXeEbhD20S3sp4RFaxiOG9.jpg", + "vote_count": 40, + "video": false, + "id": 345934, + "popularity": 21.437, + "genre_ids": [ + 28, + 12, + 18, + 10752 + ], + "original_language": "en", + "title": "Air Strike", + "original_title": "Air Strike", + "release_date": "2018-10-26", + "character": "Jack", + "vote_average": 4, + "overview": "An American pilot is sent to a Chinese province to teach a crew of would-be pilots how to fly war planes against the Japanese during World War II.", + "credit_id": "55891f42c3a3686da0000597" + }, + { + "release_date": "2015-10-23", + "adult": false, + "vote_average": 5.4, + "vote_count": 145, + "video": false, + "title": "Rock the Kasbah", + "popularity": 4.469, + "genre_ids": [ + 35, + 10402, + 10752 + ], + "original_language": "en", + "character": "Bombay Brian", + "original_title": "Rock the Kasbah", + "poster_path": "/7Ljch9R3uie8lV3z1GUUHZRkvKH.jpg", + "id": 253414, + "backdrop_path": "/wsoOmoN9mcErbCEFH4SveuD28Si.jpg", + "overview": "A washed-up music producer finds one last shot at redemption with a golden-voiced young girl in Afghanistan. However, when jealousy gets the better of a disgruntled ex-boyfriend, he decides to oppose the young star with talent of his own.", + "credit_id": "5431b4f70e0a2656940027f3" + }, + { + "release_date": "2015-12-18", + "adult": false, + "vote_average": 4.5, + "vote_count": 161, + "video": false, + "title": "Extraction", + "popularity": 6.606, + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "character": "Leonard Turner", + "original_title": "Extraction", + "poster_path": "/s1yyDZetHVSLoL06ZgkCrWh0MH7.jpg", + "id": 326425, + "backdrop_path": "/qUvO1DG80geEOl45AGfRfzuQY0A.jpg", + "overview": "A former CIA operative is kidnapped by a group of terrorists. When his son learns there is no plan for his father to be saved, he launches his own rescue operation.", + "credit_id": "54fcf91ec3a36847110032c2" + }, + { + "release_date": "2006-10-15", + "adult": false, + "vote_average": 6.2, + "vote_count": 170, + "video": false, + "title": "The Astronaut Farmer", + "popularity": 7.083, + "genre_ids": [ + 12, + 35, + 18, + 878 + ], + "original_language": "en", + "character": "Col. Doug Masterson (uncredited)", + "original_title": "The Astronaut Farmer", + "poster_path": "/19uGc8wW3Ert1QvMYxvnReQkFMc.jpg", + "id": 5172, + "backdrop_path": "/vuYDqx4jADlAtXLSqMtsUIIVbkC.jpg", + "overview": "Texan Charles Farmer left the Air Force as a young man to save the family ranch when his dad died. Like most American ranchers, he owes his bank. Unlike most, he's an astrophysicist with a rocket in his barn - one he's built and wants to take into space. It's his dream. The FBI puts him under surveillance when he tries to buy rocket fuel, and the FAA stalls him when he files a flight plan – but Charles is undeterred.", + "credit_id": "56b0f12fc3a368621b000648" + }, + { + "poster_path": "/qXNqkDRCz5sBF5laqj5fw7HYF3t.jpg", + "adult": false, + "backdrop_path": "/9GrRa17mzHHOgTBZCfW0tGcX7RQ.jpg", + "vote_count": 148, + "video": false, + "id": 384737, + "popularity": 6.468, + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "title": "Precious Cargo", + "original_title": "Precious Cargo", + "release_date": "2016-04-22", + "character": "Eddie", + "vote_average": 5.1, + "overview": "After a botched heist, Eddie a murderous crime boss, hunts down the seductive thief Karen who failed him. In order to win back Eddie’s trust, Karen recruits her ex-lover and premier thief Jack to steal a cargo of rare precious gems. But when the job goes down, allegiances are betrayed and lines are crossed as Jack, Karen, and Eddie face off in a fateful showdown.", + "credit_id": "56d0a4fac3a3681e50005f5f" + }, + { + "poster_path": null, + "adult": true, + "backdrop_path": null, + "vote_count": 2, + "video": false, + "id": 387415, + "popularity": 0.6, + "genre_ids": [ + 27, + 53 + ], + "original_language": "tr", + "title": "Guzelbahce Terror", + "original_title": "Guzelbahce Terror", + "release_date": "2016-03-13", + "character": "Tom", + "vote_average": 1, + "overview": "", + "credit_id": "56e536d0c3a3685a9e006784" + }, + { + "poster_path": "/mkjOiYcHSZrQqW2OHFL0graOjfq.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 3, + "video": false, + "id": 63472, + "popularity": 0.953, + "genre_ids": [ + 99 + ], + "original_language": "en", + "title": "His Way", + "original_title": "His Way", + "release_date": "2011-03-04", + "character": "Himself", + "vote_average": 5, + "overview": "A look at the professional, political and personal life of legendary movie producer Jerry Weintraub featuring interviews with friends, family and colleagues.", + "credit_id": "52fe46acc3a368484e09d961" + }, + { + "poster_path": "/n4cdJ0Wqxb7C0HmZbcaC4eYnkIf.jpg", + "adult": false, + "backdrop_path": "/4KJKnwBxflXdfp1qmLEFI9CDYHy.jpg", + "vote_count": 1519, + "video": false, + "id": 9471, + "popularity": 15.946, + "genre_ids": [ + 28, + 12, + 35 + ], + "original_language": "en", + "title": "Charlie's Angels: Full Throttle", + "original_title": "Charlie's Angels: Full Throttle", + "release_date": "2003-06-27", + "character": "William Rose Bailey (uncredited)", + "vote_average": 5.3, + "overview": "The Angels are charged with finding a pair of missing rings that are encoded with the personal information of members of the Witness Protection Program. As informants are killed, the ladies target a rogue agent who might be responsible.", + "credit_id": "52fe44fbc3a36847f80b5c1d" + }, + { + "release_date": "2016-07-01", + "adult": false, + "vote_average": 5.7, + "vote_count": 250, + "video": false, + "title": "Marauders", + "popularity": 7.785, + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "character": "Hubert", + "original_title": "Marauders", + "poster_path": "/3iOYH67ZPflBMDMMkEv2tKRX4xe.jpg", + "id": 359412, + "backdrop_path": "/tl43mLoritpnT3CxC7cTdyPCtgt.jpg", + "overview": "An untraceable group of elite bank robbers is chased by a suicidal FBI agent who uncovers a deeper purpose behind the robbery-homicides.", + "credit_id": "55f3a027c3a3686d27001973" + }, + { + "release_date": "2017-07-21", + "adult": false, + "vote_average": 5.6, + "vote_count": 220, + "video": false, + "title": "First Kill", + "popularity": 8.047, + "genre_ids": [ + 28, + 53, + 80 + ], + "original_language": "en", + "character": "Police Chief", + "original_title": "First Kill", + "poster_path": "/zoia9YSg82UNYbtum9QYjKSqdLw.jpg", + "id": 410554, + "backdrop_path": "/dhX8LZJkREFmRcrbEGNkf6EE0OL.jpg", + "overview": "A police chief tries to solve a kidnapping that involves a bank robber holding a young boy hostage.", + "credit_id": "57a912dbc3a36826c600be27" + }, + { + "release_date": "2018-03-02", + "adult": false, + "vote_average": 5.8, + "vote_count": 973, + "video": false, + "title": "Death Wish", + "popularity": 19.268, + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "character": "Paul Kersey", + "original_title": "Death Wish", + "poster_path": "/7FG13lLQcV9DC2Bhn0hjxc6AFXV.jpg", + "id": 395990, + "backdrop_path": "/uQqQvmptJLPTcWDrZXn22p7j7s3.jpg", + "overview": "A mild-mannered father is transformed into a killing machine after his family is torn apart by a violent act.", + "credit_id": "5729966c925141707b00159d" + }, + { + "poster_path": "/nL6jSlqAJ2ymoKQeIfsHB5mttKz.jpg", + "adult": false, + "backdrop_path": "/cYZ2xGwJZeyrfc56iwhMuTVR38r.jpg", + "vote_count": 164, + "video": false, + "id": 43939, + "popularity": 5.653, + "genre_ids": [ + 35, + 18, + 10402 + ], + "original_language": "en", + "title": "I'm Still Here", + "original_title": "I'm Still Here", + "release_date": "2010-09-10", + "character": "Himself", + "vote_average": 6, + "overview": "I'm Still Here is a portrayal of a tumultuous year in the life of actor Joaquin Phoenix. With remarkable access, the film follows the Oscar-nominee as he announces his retirement from a successful film career in the fall of 2008 and sets off to reinvent himself as a hip-hop musician. The film is a portrait of an artist at a crossroads and explores notions of courage and creative reinvention, as well as the ramifications of a life spent in the public eye.", + "credit_id": "5829bfd6c3a368360b03c605" + }, + { + "release_date": "1980-10-03", + "adult": false, + "vote_average": 5.5, + "vote_count": 11, + "video": false, + "title": "The First Deadly Sin", + "popularity": 1.189, + "genre_ids": [ + 80, + 18, + 9648, + 53 + ], + "original_language": "en", + "character": "Man Entering Diner as Delaney Leaves (uncredited)", + "original_title": "The First Deadly Sin", + "poster_path": "/nhJJMG2hzTsSdSDK5ZBJYX2IhRu.jpg", + "id": 28614, + "backdrop_path": "/l2Gi7l8Fgc7AMFPDPQRivrRFeKV.jpg", + "overview": "A serial killer is stalking New York. Inspector Edward X. Delaney is an NYPD detective, nearing retirement, who is trying to put together the pieces of the case. Are the victims somehow linked? What does the brutal method of death signify?", + "credit_id": "583fcb49c3a36862e4005ed9" + }, + { + "release_date": "2017-01-20", + "adult": false, + "vote_average": 7.2, + "vote_count": 9055, + "video": false, + "title": "Split", + "popularity": 58.77, + "genre_ids": [ + 27, + 53 + ], + "original_language": "en", + "character": "David Dunn (uncredited)", + "original_title": "Split", + "poster_path": "/rXMWOZiCt6eMX22jWuTOSdQ98bY.jpg", + "id": 381288, + "backdrop_path": "/4G6FNNLSIVrwSRZyFs91hQ3lZtD.jpg", + "overview": "Though Kevin has evidenced 23 personalities to his trusted psychiatrist, Dr. Fletcher, there remains one still submerged who is set to materialize and dominate all the others. Compelled to abduct three teenage girls led by the willful, observant Casey, Kevin reaches a war for survival among all of those contained within him — as well as everyone around him — as the walls between his compartments shatter apart.", + "credit_id": "5886b433925141197d000ae5" + }, + { + "release_date": "1980-12-08", + "adult": false, + "vote_average": 0, + "vote_count": 0, + "video": false, + "title": "Ein Guru kommt", + "popularity": 0.626, + "genre_ids": [ + 35 + ], + "original_language": "de", + "character": "Extra (uncredited)", + "original_title": "Ein Guru kommt", + "poster_path": "/exNzp98So6ALDV3vGsrf1PmtPpX.jpg", + "id": 360295, + "backdrop_path": null, + "overview": "\"A Guru Comes\" - A failed opera singer rises to the leader of a new religious community. Satirical film about the new religious movements of the 1970s and 1980s.", + "credit_id": "58c4692bc3a368168b0016b7" + }, + { + "poster_path": "/3G2wAJVGxTVpLae1uiI3VRwwOVn.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 0, + "video": false, + "id": 50298, + "popularity": 0.6, + "genre_ids": [ + 99 + ], + "original_language": "en", + "title": "The Hip Hop Project", + "original_title": "The Hip Hop Project", + "release_date": "2006-04-27", + "character": "Himself", + "vote_average": 0, + "overview": "The Hip Hop Project is the dynamic and inspirational story of a group of New York City teenagers who transform their life stories into powerful works of art, using hip hop as a vehicle for self-development and personal discovery. The film traces the evolution of this award-winning outreach program developed by Kazi, a formerly homeless teenager turned youth mentor. After four years of collaboration, the group produced a powerful and thought-provoking album that provides a revealing look at their lives. In contrast to all the negative attention focused on hip hop and rap music, this is a story of hope, healing and the realization of dreams.", + "credit_id": "58c48381925141634e0028ba" + }, + { + "release_date": "2007-06-15", + "adult": false, + "vote_average": 5.7, + "vote_count": 241, + "video": false, + "title": "Nancy Drew", + "popularity": 6.843, + "genre_ids": [ + 28, + 12, + 35, + 80, + 9648, + 53, + 10751 + ], + "original_language": "en", + "character": "Bruce (uncredited)", + "original_title": "Nancy Drew", + "poster_path": "/d0ynrGfn3Mws20JehzNpmE8LO6O.jpg", + "id": 14043, + "backdrop_path": "/meAzXnlEewtZAewXgYg1bjeULoz.jpg", + "overview": "Intrepid teenage private eye Nancy Drew heads to Tinseltown with her father to investigate the unsolved murder of a movie star in this old-fashioned whodunit based on Carolyn Keene's popular series of books for young adults. But can the small-town girl cut through the Hollywood hype to solve the case?", + "credit_id": "58c485ec925141634a0029df" + }, + { + "release_date": "1982-12-08", + "adult": false, + "vote_average": 7.5, + "vote_count": 208, + "video": false, + "title": "The Verdict", + "popularity": 5.478, + "genre_ids": [ + 18 + ], + "original_language": "en", + "character": "Courtroom Observer", + "original_title": "The Verdict", + "poster_path": "/iYEuFP1bpj5yOenKliiRFcNO3VE.jpg", + "id": 24226, + "backdrop_path": "/iVY4hZc39fnEZ1OBJfLduDryH4h.jpg", + "overview": "Frank Galvin is a down-on-his luck lawyer, reduced to drinking and ambulance chasing. Former associate Mickey Morrissey reminds him of his obligations in a medical malpractice suit that he himself served to Galvin on a silver platter: all parties willing to settle out of court. Blundering his way through the preliminaries, he suddenly realizes that perhaps after all the case should go to court; to punish the guilty, to get a decent settlement for his clients, and to restore his standing as a lawyer.", + "credit_id": "58c487adc3a36816bc002be4" + }, + { + "poster_path": "/hpVpXRNY2IsU0xvfXtYOxu0QDwc.jpg", + "adult": false, + "backdrop_path": "/zH9DJvNJQvoJPlNcwOCA3xnWgaV.jpg", + "vote_count": 104, + "video": false, + "id": 20694, + "popularity": 5.656, + "genre_ids": [ + 16, + 10751 + ], + "original_language": "en", + "title": "Rugrats Go Wild", + "original_title": "Rugrats Go Wild", + "release_date": "2003-06-13", + "character": "Spike", + "vote_average": 5.6, + "overview": "Rugrats Go Wild is a 2003 crossover animated film, with two animated Nickelodeon television series Rugrats and The Wild Thornberrys. The film was produced by Klasky Csupo and released in theaters on June 13, 2003 by Paramount Pictures and Nickelodeon Movies. It also makes this the Rugrats series finale, after the show ceased production. As there are currently no further Rugrats movies in production, Rugrats Go Wild stands as the final Rugrats film. It is the only Nickelodeon film to be a crossover. Although it is a crossover film, it is primarily a Rugrats movie as the main plot focuses on the those characters.The Rugrats family vacation takes an exotic detour when their boat capsizes and they become shipwrecked on a deserted tropical island. With the jungle as their new backyard, the babies reace wildly from one dangerous adventure to the next…soon to discover that someone else is on the island. It's The Wild Thornberrys...on an island adventure of their own!", + "credit_id": "58d7e5dbc3a3681234056852" + }, + { + "release_date": "1993-02-04", + "adult": false, + "vote_average": 5.8, + "vote_count": 256, + "video": false, + "title": "National Lampoon's Loaded Weapon 1", + "popularity": 11.122, + "genre_ids": [ + 35, + 80, + 28 + ], + "original_language": "en", + "character": "Man Whose Caravan Is Attacked (uncredited)", + "original_title": "National Lampoon's Loaded Weapon 1", + "poster_path": "/zPut5Wntpt2H0brlPwhC9k4wyfg.jpg", + "id": 9644, + "backdrop_path": "/iopzKaV2M2aMYGXe3STZ4Bn2jgk.jpg", + "overview": "An LA detective is murdered because she has microfilm with the recipe to make cocaine cookies. A \"Lethal Weapon\" style cop team tries to find and stop the fiends before they can dope the nation by distributing their wares via the \"Wilderness Girls\" cookie drive.", + "credit_id": "58d7e6ad925141448e00f010" + }, + { + "release_date": "2019-01-18", + "adult": false, + "vote_average": 6.9, + "vote_count": 676, + "video": false, + "title": "Glass", + "popularity": 165.309, + "genre_ids": [ + 53, + 27, + 9648, + 18 + ], + "original_language": "en", + "character": "David Dunn / The Overseer", + "original_title": "Glass", + "poster_path": "/svIDTNUoajS8dLEo7EosxvyAsgJ.jpg", + "id": 450465, + "backdrop_path": "/ngBFDOsx13sFXiMweDoL54XYknR.jpg", + "overview": "In a series of escalating encounters, security guard David Dunn uses his supernatural abilities to track Kevin Wendell Crumb, a disturbed man who has twenty-four personalities. Meanwhile, the shadowy presence of Elijah Price emerges as an orchestrator who holds secrets critical to both men.", + "credit_id": "58e2c83c92514179de004823" + }, + { + "release_date": "1989-09-24", + "adult": false, + "vote_average": 8, + "vote_count": 3, + "video": true, + "title": "Saturday Night Live: 15th Anniversary", + "popularity": 1.4, + "genre_ids": [], + "original_language": "en", + "character": "Himself", + "original_title": "Saturday Night Live: 15th Anniversary", + "poster_path": "/m7HxQu1CC82mYCTiabOdOja91Iw.jpg", + "id": 454330, + "backdrop_path": null, + "overview": "A TV special celebrating the 15th anniversary of Saturday Night Live. Before a celebrity audience, many of the former cast members and guest hosts return to perform their signature monologues and present a look back at some of the best comedy skits and musical numbers of the past 15 years.", + "credit_id": "58ff141692514107db006868" + }, + { + "release_date": "2017-06-16", + "adult": false, + "vote_average": 5.2, + "vote_count": 292, + "video": false, + "title": "Once Upon a Time in Venice", + "popularity": 10.872, + "genre_ids": [ + 28, + 35, + 53, + 9648 + ], + "original_language": "en", + "character": "Steve", + "original_title": "Once Upon a Time in Venice", + "poster_path": "/5rr7tQfzS0ARqEea3W9SNSFGRzb.jpg", + "id": 345915, + "backdrop_path": "/qi53EJ4079uVcGQLsmCkR4GT0dE.jpg", + "overview": "Steve Ford is a private detective in Venice Beach, Calif., who's good with the ladies, bad with the punches and wild about his dog Buddy. When local thugs steal Buddy, Ford turns to Spyder, their devious leader, and forges an unlikely alliance. With help from his best friend, Steve pulls out the big guns to retrieve Spyder's stolen cash and cocaine and save Buddy.", + "credit_id": "558904d8c3a3683d500014eb" + }, + { + "poster_path": "/2OV00Tx9AALJaGn5JLSVjs2FmB4.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 4, + "video": false, + "id": 118483, + "popularity": 0.6, + "genre_ids": [ + 28, + 99 + ], + "original_language": "en", + "title": "The Art of Action: Martial Arts in the Movies", + "original_title": "The Art of Action: Martial Arts in the Movies", + "release_date": "2002-06-01", + "character": "Himself - Interviewee", + "vote_average": 4.8, + "overview": "Hosted by Samuel L. Jackson, this in-depth documentary offers viewers a behind-the-scenes look at the history of the martial arts film -- from the genre's rebellious beginnings to high-flying modern epics. Jackson takes you through the best moments of 100 movies, including Charlie's Angels and Oscar winner Crouching Tiger, Hidden Dragon. Interviews with martial arts film veterans Sammo Hung, John Woo and Ang Lee round out the video.", + "credit_id": "59543e08c3a36834e502870a" + }, + { + "poster_path": "/ec2O7Yt6YhMHciCji1fCrp5OZHD.jpg", + "adult": false, + "backdrop_path": "/sNH0dERyt2YHRkX0eT8rDh0I3hF.jpg", + "vote_count": 15, + "video": false, + "id": 46122, + "popularity": 2.113, + "genre_ids": [ + 99 + ], + "original_language": "en", + "title": "Jackie Chan: My Story", + "original_title": "成龍的傳奇", + "release_date": "1998-07-17", + "character": "Himself (archive footage)", + "vote_average": 6.3, + "overview": "Jackie Chan is one of the world's biggest action stars, famed for his wacky sense of humor, remarkable martial arts techniques, and willingness to perform incredible stunts without the use of doubles -- or a net. This video takes a personal look at Chan as he works on screen projects in Hollywood and Beijing and candidly discusses his life and work.", + "credit_id": "59806cadc3a368108300e858" + }, + { + "release_date": "2018-01-12", + "adult": false, + "vote_average": 5.9, + "vote_count": 150, + "video": false, + "title": "Acts of Violence", + "popularity": 11.534, + "genre_ids": [ + 28, + 80 + ], + "original_language": "en", + "character": "Detective James Avery", + "original_title": "Acts of Violence", + "poster_path": "/6TycIVmSMTeSNVN3InQQzcYWVCz.jpg", + "id": 479040, + "backdrop_path": "/q803zZwyhjirjeh6OVVYYpBkUT5.jpg", + "overview": "When his fiancee is kidnapped by human traffickers, Roman and his ex-military brothers set out to track her down and save her before it is too late. Along the way, Roman teams up with Avery, a cop investigating human trafficking and fighting the corrupt bureaucracy that has harmful intentions.", + "credit_id": "59d11d54925141468f01941b" + }, + { + "release_date": "2016-12-20", + "adult": false, + "vote_average": 10, + "vote_count": 1, + "video": false, + "title": "Tony Bennett Celebrates 90", + "popularity": 1.148, + "genre_ids": [ + 10402 + ], + "original_language": "en", + "character": "", + "original_title": "Tony Bennett Celebrates 90", + "poster_path": "/tKSAQbwlSR0las8mepVklZEPVDs.jpg", + "id": 486068, + "backdrop_path": "/nFrvW8ES8QJZEigTuugvAL6oeeE.jpg", + "overview": "19-time Grammy Award-winner Tony Bennett's 90th birthday is celebrated by a host of celebrities in this two-hour music special held at Radio City Music Hall, New York City, with musical performances by Bennett, Andrea Bocelli, Michael Bublé, Lady Gaga, Billy Joel, Elton John, Diana Krall, k.d. lang, Leslie Odom Jr., Rufus Wainwright and Stevie Wonder.", + "credit_id": "5a0439ba9251412de200e189" + }, + { + "release_date": "1981-08-19", + "adult": false, + "vote_average": 7.4, + "vote_count": 55, + "video": false, + "title": "Prince of the City", + "popularity": 3.168, + "genre_ids": [ + 80, + 18, + 53 + ], + "original_language": "en", + "character": "Extra (uncredited)", + "original_title": "Prince of the City", + "poster_path": "/zCX6F0YdNaTvHUZktazMDuQlpZi.jpg", + "id": 32047, + "backdrop_path": "/qWTuB9lfpNzlqB3OVh8wbTJttx2.jpg", + "overview": "New York City detective Daniel Ciello agrees to help the United States Department of Justice help eliminate corruption in the police department, as long as he will not have to turn in any close friends. In doing so, Ciello uncovers a conspiracy within the force to smuggle drugs to street informants", + "credit_id": "5a07710ac3a368341c00439f" + }, + { + "release_date": "", + "adult": false, + "vote_average": 0, + "vote_count": 0, + "video": false, + "title": "Motherless Brooklyn", + "popularity": 1.109, + "genre_ids": [], + "original_language": "en", + "character": "Frank Minna", + "original_title": "Motherless Brooklyn", + "poster_path": null, + "id": 504562, + "backdrop_path": null, + "overview": "In the New York of the 1950s, private detective Lionel Essrog searches for the murderer of his mentor and friend Frank.", + "credit_id": "5a80627f92514140fe01db3e" + }, + { + "poster_path": null, + "adult": false, + "backdrop_path": null, + "vote_count": 0, + "video": false, + "id": 522875, + "popularity": 0.6, + "genre_ids": [ + 18 + ], + "original_language": "en", + "title": "Cornerman", + "original_title": "Cornerman", + "release_date": "", + "character": "Cus D'Amato", + "vote_average": 0, + "overview": "The story of legendary boxing trainer Cus D'Amato, who worked with the likes of Mike Tyson, Floyd Patterson, and José Torres", + "credit_id": "5af0b8e50e0a265d8800013c" + }, + { + "poster_path": "/qBsQUK5QSeZjRPLFUVgSGHxj2PI.jpg", + "adult": false, + "backdrop_path": "/apfur3XEQhEoKxb7tc1PvwvYe5B.jpg", + "vote_count": 59, + "video": false, + "id": 531593, + "popularity": 23.858, + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "title": "Reprisal", + "original_title": "Reprisal", + "release_date": "2018-08-31", + "character": "James", + "vote_average": 4.7, + "overview": "Jacob, a bank manager haunted by a violent heist that took the life of a coworker, teams up with his ex-cop neighbor, James, to bring down the assailant. While the two men work together to figure out the thief’s next move, Gabriel, the highly-trained criminal, is one step ahead. When Gabriel kidnaps Jacob’s wife and daughter, Jacob barrels down a path of bloodshed that initiates an explosive counterattack and brings all three men to the breaking point.", + "credit_id": "5b2ccf25c3a368220e0029a4" + }, + { + "release_date": "2018-07-29", + "adult": false, + "vote_average": 6.7, + "vote_count": 12, + "video": false, + "title": "Comedy Central Roast of Bruce Willis", + "popularity": 3.498, + "genre_ids": [ + 35, + 10770 + ], + "original_language": "en", + "character": "Himself", + "original_title": "Comedy Central Roast of Bruce Willis", + "poster_path": "/uNK6YAQVFLopYhWKcf2bsE5H2H.jpg", + "id": 536056, + "backdrop_path": "/bzeGOshNJgCRqrdDkSPR0HET5Wg.jpg", + "overview": "Bruce Willis goes from \"Die Hard\" to dead on arrival as some of the biggest names in entertainment serve up punches of their own to Hollywood's go-to action star. And with Roast Master Joseph Gordon-Levitt at the helm, nobody is leaving the dais unscathed.", + "credit_id": "5b4ca51ac3a36823ed04301e" + }, + { + "release_date": "2011-09-21", + "adult": false, + "vote_average": 7, + "vote_count": 2, + "video": false, + "title": "The Black Mamba", + "popularity": 0.655, + "genre_ids": [ + 28, + 14 + ], + "original_language": "es", + "character": "", + "original_title": "The Black Mamba", + "poster_path": "/s5PmuKHRaERIckndTu6grqI37Yq.jpg", + "id": 542508, + "backdrop_path": "/2BJNXzZQ9e71WCGXcfdDkjXtKy6.jpg", + "overview": "", + "credit_id": "5b73fc2c0e0a267eed1d883e" + }, + { + "release_date": "1986-12-27", + "adult": false, + "vote_average": 7.3, + "vote_count": 4, + "video": false, + "title": "Barbra Streisand: One Voice", + "popularity": 0.71, + "genre_ids": [ + 10402, + 10770 + ], + "original_language": "en", + "character": "Audience", + "original_title": "Barbra Streisand: One Voice", + "poster_path": "/cKbkJTwTFtj52YkmMz0U5BfNb6c.jpg", + "id": 31683, + "backdrop_path": "/sgsRsCpvmN9LF6hBafO5j4LSF9e.jpg", + "overview": "Originally broadcast as an exclusive special on HBO, Barbra Streisand launched her September 6, 1986 concert One Voice, in part, as a protest against Reagan-era nuclear arms proliferation in the late Cold War; the event marked the diva's first official live performance since 1972.", + "credit_id": "5b8072170e0a26609d015e58" + }, + { + "release_date": "", + "adult": false, + "vote_average": 0, + "vote_count": 0, + "video": false, + "title": "McClane", + "popularity": 0.6, + "genre_ids": [ + 28 + ], + "original_language": "en", + "character": "John McClane", + "original_title": "McClane", + "poster_path": null, + "id": 546330, + "backdrop_path": null, + "overview": "Prequel to 1988 movie 'Die Hard' and based on 'Die Hard: Year One' comic book .", + "credit_id": "5b8d7956925141519b046ac6" + }, + { + "poster_path": "/wgyOGEkkOU71izGCwLiuIgfmjtD.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 0, + "video": false, + "id": 547562, + "popularity": 0.864, + "genre_ids": [], + "original_language": "en", + "title": "Vanity Fair: Killers Kill, Dead Men Die", + "original_title": "Vanity Fair: Killers Kill, Dead Men Die", + "release_date": "2007-01-01", + "character": "The Gumshoe", + "vote_average": 0, + "overview": "The most ambitious portfolio in the 13-year history of Vanity Fair's Hollywood Issue, this year's homage to noir had its own dramatic imperatives.", + "credit_id": "5b96b6c20e0a261973039896" + }, + { + "release_date": "2008-02-07", + "adult": false, + "vote_average": 7.2, + "vote_count": 69, + "video": false, + "title": "Shine a Light", + "popularity": 3.656, + "genre_ids": [ + 99, + 10402 + ], + "original_language": "en", + "character": "", + "original_title": "Shine a Light", + "poster_path": "/28Lbw8CG5jX4nRB7O3dBmbtpzr7.jpg", + "id": 7944, + "backdrop_path": "/iU606VnpDQGAythRD9fEOdUbRfZ.jpg", + "overview": "Martin Scorsese and the Rolling Stones unite in \"Shine A Light,\" a look at The Rolling Stones.\" Scorsese filmed the Stones over a two-day period at the intimate Beacon Theater in New York City in fall 2006. Cinematographers capture the raw energy of the legendary band.", + "credit_id": "5ba581ec0e0a262f8a001056" + }, + { + "release_date": "2019-09-30", + "adult": false, + "vote_average": 0, + "vote_count": 0, + "video": false, + "title": "10 Minutes Gone", + "popularity": 1.164, + "genre_ids": [ + 28, + 80 + ], + "original_language": "en", + "character": "Rex", + "original_title": "10 Minutes Gone", + "poster_path": null, + "id": 552865, + "backdrop_path": null, + "overview": "A crime thriller that centers on a man whose memory has been lost due to a bank heist gone wrong. The character will need to piece together the missing 10 minutes from his memory in order to determine who sabotaged him.", + "credit_id": "5bbc14950e0a26661800d546" + }, + { + "poster_path": "/iJrPtcVnKAUiD0Y589NXxFrbmsG.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 1, + "video": false, + "id": 566947, + "popularity": 0.718, + "genre_ids": [], + "original_language": "en", + "title": "Bumping Mics with Jeff Ross & Dave Attell", + "original_title": "Bumping Mics with Jeff Ross & Dave Attell", + "release_date": "2018-11-27", + "character": "Himself", + "vote_average": 8, + "overview": "Combining the comedic forces of Jeff Ross and Dave Attell, and filmed at New York's Comedy Cellar, the series features zingers, audience roasts, celebrity cameos, and mic bumps.", + "credit_id": "5c3c2f7cc3a36853ce3c7ba9" + }, + { + "poster_path": "/QTESAsBVZwjtGJNDP7utiGV37z.jpg", + "adult": false, + "backdrop_path": "/8kPozGb4BDrcWBSsGPrkULG2tP9.jpg", + "vote_count": 8, + "video": false, + "id": 280217, + "popularity": 25.088, + "genre_ids": [ + 28, + 12, + 16, + 35, + 14, + 878, + 10751 + ], + "original_language": "en", + "title": "The Lego Movie 2: The Second Part", + "original_title": "The Lego Movie 2: The Second Part", + "release_date": "2019-01-26", + "character": "Bruce Willis", + "vote_average": 0, + "overview": "It's been five years since everything was awesome and the citizens are facing a huge new threat: LEGO DUPLO® invaders from outer space, wrecking everything faster than they can rebuild.", + "credit_id": "5c46dc490e0a264965c958f2" + } + ], + "crew": [ + { + "id": 2026, + "department": "Production", + "original_language": "en", + "original_title": "Hostage", + "job": "Producer", + "overview": "When a mafia accountant is taken hostage on his beat, a police officer – wracked by guilt from a prior stint as a negotiator – must negotiate the standoff, even as his own family is held captive by the mob.", + "genre_ids": [ + 9648, + 18, + 53, + 80 + ], + "video": false, + "credit_id": "52fe432ec3a36847f8040603", + "release_date": "2005-03-11", + "popularity": 9.793, + "vote_average": 6.3, + "vote_count": 776, + "title": "Hostage", + "adult": false, + "backdrop_path": "/g7wkbceph08nz6tCXpQvoCJH8aP.jpg", + "poster_path": "/simhaVNOea3uhRUM0gT8WdidEto.jpg" + }, + { + "id": 17043, + "department": "Production", + "original_language": "en", + "original_title": "The Crocodile Hunter: Collision Course", + "job": "Executive Producer", + "overview": "Aussie adventurer Steve Irwin aka The Crocodile Hunter has avoided the death-roll and nabbed another feisty croc, hoping to save it from poachers. What Steve doesn't know is that the crocodile has innocently swallowed a top secret US satellite beacon, and the poachers are actually American special agents sent to retrieve it. Crikey! In the Outback and through the bush with his wife Terri's ever-present commentary ringing out over the countryside (\"That was a close one, Steve!\"), the Crocodile Hunter is out to save the gorgeous croc and relocate him. It won't be easy, but if he can handle bird-eating spiders and venomous snakes without getting bitten, gun-wielding agents shouldn't be too much of a problem.", + "genre_ids": [ + 28, + 12, + 10751 + ], + "video": false, + "credit_id": "52fe47019251416c7508ad57", + "release_date": "2002-07-26", + "popularity": 2.482, + "vote_average": 5.2, + "vote_count": 44, + "title": "The Crocodile Hunter: Collision Course", + "adult": false, + "backdrop_path": "/zsl9wtbwIMbNe8XhHAUQv1HFZ22.jpg", + "poster_path": "/gfgvfuce0SqF1IolIJYYBxteof0.jpg" + } + ] + }, + "also_known_as": [ + "Брюс Уиллис", + "ブルース・ウィリス", + "بروس ويليس", + "브루스 윌리스", + "บรูซ วิลลิส", + "布鲁斯·威利斯", + "ברוס וויליס" + ], + "gender": 2, + "biography": "Walter Bruce Willis, better known as Bruce Willis, is an American actor and producer. His career began in television in the 1980s and has continued both in television and film since, including comedic, dramatic, and action roles. He is well known for the role of John McClane in the Die Hard series.\n\nWillis was born in Idar-Oberstein, West Germany, the son of a Kassel-born German, Marlene, who worked in a bank, and David Willis, an American soldier. Willis is the eldest of four children.\n\nAt the premiere for the film Stakeout, Willis met actress Demi Moore. They married on November 21, 1987 and had three daughters before the couple divorced on October 18, 2000.\n\nSince the divorce he has dated models Maria Bravo Rosado and Emily Sandberg; he was engaged to Brooke Burns until they broke up in 2004 after ten months together. He married Emma Heming on March 21, 2009.", + "popularity": 17.767, + "place_of_birth": "Idar-Oberstein, Germany", + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "adult": false, + "imdb_id": "nm0000246", + "homepage": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:51.3402831Z", + "ReducedUri": "/3/person/62?append_to_response=movie_credits%2ctv_credits%2cexternal_ids%2cimages%2ctagged_images%2cchanges", + "RespData": { + "birthday": "1955-03-19", + "known_for_department": "Acting", + "id": 62, + "place_of_birth": "Idar-Oberstein, Germany", + "homepage": null, + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "imdb_id": "nm0000246", + "deathday": null, + "images": { + "profiles": [ + { + "iso_639_1": null, + "aspect_ratio": 0.66666666666667, + "vote_count": 2, + "height": 2700, + "vote_average": 5.246, + "file_path": "/pmOyuM09apvEssRCBg0JH6dCncK.jpg", + "width": 1800 + }, + { + "iso_639_1": null, + "aspect_ratio": 0.66666666666667, + "vote_count": 5, + "height": 450, + "vote_average": 4.9439775910364, + "file_path": "/5V9vDRFw7MWt0TNTDbLSc6NN0Dw.jpg", + "width": 300 + }, + { + "iso_639_1": null, + "aspect_ratio": 0.66666666666667, + "vote_count": 4, + "height": 1500, + "vote_average": 5.2452025586354, + "file_path": "/zoTPQXh3qLd0Nj8JCVZqdWowQw7.jpg", + "width": 1000 + }, + { + "iso_639_1": null, + "aspect_ratio": 0.66666666666667, + "vote_count": 7, + "height": 1500, + "vote_average": 5.32, + "file_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "width": 1000 + }, + { + "iso_639_1": null, + "aspect_ratio": 0.65866666666667, + "vote_count": 7, + "height": 3000, + "vote_average": 5, + "file_path": "/szRtf6oUR9cT6whTbRc5sCQGi8a.jpg", + "width": 1976 + }, + { + "iso_639_1": null, + "aspect_ratio": 0.66666666666667, + "vote_count": 3, + "height": 3000, + "vote_average": 5.04329004329, + "file_path": "/j5QJ0UNqBeu7goKUrpfwCRQG7wU.jpg", + "width": 2000 + }, + { + "iso_639_1": null, + "aspect_ratio": 0.66666666666667, + "vote_count": 2, + "height": 450, + "vote_average": 5.246, + "file_path": "/7UiCn2srvVfYjyORa8CldFW8lOX.jpg", + "width": 300 + }, + { + "iso_639_1": null, + "aspect_ratio": 0.66666666666667, + "vote_count": 3, + "height": 2100, + "vote_average": 5.318, + "file_path": "/2B7RySy2WMVJKKEFN2XA3IFb8w0.jpg", + "width": 1400 + } + ] + }, + "external_ids": { + "freebase_id": "/en/bruce_willis", + "instagram_id": null, + "tvrage_id": 10183, + "twitter_id": null, + "freebase_mid": "/m/0h7pj", + "imdb_id": "nm0000246", + "facebook_id": "ActorBruceWillis" + }, + "name": "Bruce Willis", + "also_known_as": [ + "Брюс Уиллис", + "ブルース・ウィリス", + "بروس ويليس", + "브루스 윌리스", + "บรูซ วิลลิส", + "布鲁斯·威利斯", + "ברוס וויליס" + ], + "tv_credits": { + "cast": [ + { + "poster_path": "/6psPEKu03UCiLqBxzeSy7wRQOVN.jpg", + "original_name": "Miami Vice", + "id": 1908, + "vote_count": 110, + "vote_average": 7.3, + "name": "Miami Vice", + "first_air_date": "1984-09-16", + "genre_ids": [ + 80, + 18 + ], + "popularity": 12.35, + "character": "", + "episode_count": 1, + "original_language": "en", + "credit_id": "525719bb760ee3776a1835d3", + "backdrop_path": "/dtvRLuUgo4CLh5kRy26MImDyHvr.jpg", + "overview": "The story of the Miami Police Department's vice squad and its efforts to end drug trafficking and prostitution, centered on the unlikely partnership of Sonny Crockett and Ricardo Tubbs - who first meet when Tubbs is undercover in a drug cartel.", + "origin_country": [ + "US" + ] + }, + { + "origin_country": [ + "US" + ], + "original_name": "Moonlighting", + "genre_ids": [ + 35, + 18, + 9648 + ], + "vote_count": 113, + "backdrop_path": "/iqJOyW0EGBIiyMode3LSWTc7bTk.jpg", + "name": "Moonlighting", + "first_air_date": "1985-03-03", + "original_language": "en", + "popularity": 8.856, + "character": "David Addison Jr.", + "episode_count": 66, + "id": 1998, + "credit_id": "52571e7f19c2957114107d48", + "vote_average": 7.5, + "overview": "Moonlighting is an American television series that aired on ABC from March 3, 1985, to May 14, 1989. The network aired a total of 66 episodes. Starring Bruce Willis and Cybill Shepherd as private detectives, the show was a mixture of drama, comedy, and romance, and was considered to be one of the first successful and influential examples of comedy-drama, or \"dramedy\", emerging as a distinct television genre.\n\nThe show's theme song was performed by jazz singer Al Jarreau and became a hit. The show is also credited with making Willis a star, while providing Shepherd with a critical success after a string of lackluster projects. In 1997, the episode \"The Dream Sequence Always Rings Twice\" was ranked #34 on TV Guide's 100 Greatest Episodes of All Time. In 2007, the series was listed as one of Time magazine's \"100 Best TV Shows of All-Time.\" The relationship between David and Maddie was included in TV Guide's list of the best TV couples of all time.", + "poster_path": "/kGsJf8k6a069WsaAWu7pHlOohg5.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "The Daily Show with Trevor Noah", + "genre_ids": [ + 35, + 10763 + ], + "vote_count": 210, + "backdrop_path": "/uyilhJ7MBLjiaQXboaEwe44Z0jA.jpg", + "name": "The Daily Show with Trevor Noah", + "first_air_date": "1996-07-22", + "original_language": "en", + "popularity": 41.444, + "character": "", + "episode_count": 3, + "id": 2224, + "credit_id": "52572a6f760ee3776a2cb7b9", + "vote_average": 6.7, + "overview": "Trevor Noah and The World's Fakest News Team tackle the biggest stories in news, politics and pop culture.", + "poster_path": "/tZlqGXWGzEJNRl9QCCUN8ioSv2D.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "The Early Show", + "genre_ids": [ + 10763 + ], + "vote_count": 0, + "backdrop_path": null, + "name": "The Early Show", + "first_air_date": "1999-11-01", + "original_language": "en", + "popularity": 0.835, + "character": "", + "episode_count": 2, + "id": 3167, + "credit_id": "52574da2760ee36aaa16db7c", + "vote_average": 0, + "overview": "The Early Show is an American morning television show which was broadcast by CBS from New York City from 1999 to 2012. The program aired live from 7 to 9 a.m. Eastern Time Monday through Friday in the Eastern time zone; most affiliates in the Central, Mountain, and Pacific time zones aired the show on tape-delay from 7 to 9 a.m. local time. The Saturday edition aired live from 7 to 9 a.m. Eastern Time as well, but a number of affiliates did not carry it or aired it later on tape-delay. It premiered on November 1, 1999, and was the newest of the major networks' morning shows, although CBS has made several attempts to program in the morning slot since 1954. The show aired as a division of CBS News.\n\nThe Early Show, like many of its predecessors, traditionally ran last in the ratings to its rivals, NBC's Today and ABC's Good Morning America. Much like NBC's The Today Show and The Tonight Show, the title The Early Show was analogous to that of CBS's late-night talk show, The Late Show.\n\nOn November 15, 2011, CBS announced that a new morning show would replace The Early Show on January 9, 2012. CBS News chairman Jeff Fager and CBS News president David Rhodes stated that the new show would \"redefine the morning television landscape.\" On December 1, it was announced that the new show would be titled CBS This Morning. The Early Show ended its twelve-year run on January 6, 2012, to make way for the program. Charlie Rose, Gayle King, and Erica Hill were named anchors of the new program.", + "poster_path": "/h7BAcTm9SsFAggOqg5pqQbIMOTt.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "Late Night with Conan O'Brien", + "genre_ids": [ + 35, + 10767 + ], + "vote_count": 55, + "backdrop_path": "/vH76MVFGJoB3Il1egx9oQ00DDAM.jpg", + "name": "Late Night with Conan O'Brien", + "first_air_date": "1993-09-13", + "original_language": "en", + "popularity": 11.631, + "character": "", + "episode_count": 2, + "id": 4573, + "credit_id": "5257711a760ee36aaa49068e", + "vote_average": 7.4, + "overview": "Late Night with Conan O'Brien is an American late-night talk show hosted by Conan O'Brien that aired 2,725 episodes on NBC between 1993 and 2009. The show featured varied comedic material, celebrity interviews, and musical and comedy performances. Late Night aired weeknights at 12:37 am Eastern/11:37 pm Central and 12:37 am Mountain in the United States. From 1993 until 2000, Andy Richter served as O'Brien's sidekick; following his departure, O'Brien was the show's sole featured performer. The show's house musical act was The Max Weinberg 7, led by E Street Band drummer Max Weinberg.\n\nThe second incarnation of NBC's Late Night franchise, O'Brien's debuted in 1993 after David Letterman, who hosted the first incarnation of Late Night, moved to CBS to host Late Show opposite The Tonight Show. In 2004, as part of a deal to secure a new contract, NBC announced that O'Brien would leave Late Night in 2009 to succeed Jay Leno as the host of The Tonight Show. Jimmy Fallon began hosting his version of Late Night on March 2, 2009.", + "poster_path": "/v4N5l6JooObhXbjXoFaKbx92wB9.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "The Emmy Awards", + "genre_ids": [ + 10764 + ], + "vote_count": 0, + "backdrop_path": "/6di4hCFi6guqb36Czqh3FqKAnxL.jpg", + "name": "The Emmy Awards", + "first_air_date": "1949-01-25", + "original_language": "en", + "popularity": 1.12, + "character": "", + "episode_count": 1, + "id": 28464, + "credit_id": "52588ea8760ee346614e907a", + "vote_average": 0, + "overview": "The Emmy Award, often referred to simply as the Emmy, is a television production award considered the television equivalent to the Academy Awards (for film), Grammy Awards (for music) and Tony Awards (for stage).", + "poster_path": "/6OwFCd8H46BnN1jeeZOEP7X6han.jpg" + }, + { + "poster_path": "/2eALZgo89aHezKDRjZMveRjD5gc.jpg", + "original_name": "That '70s Show", + "id": 52, + "vote_count": 369, + "vote_average": 7.5, + "name": "That '70s Show", + "first_air_date": "1998-08-23", + "genre_ids": [ + 35 + ], + "popularity": 21.219, + "character": "", + "episode_count": 1, + "original_language": "en", + "credit_id": "5253335319c29579400261e1", + "backdrop_path": "/5JXBFiIQVuC4GyBnRbW8eKoBSMB.jpg", + "overview": "Crank up the 8-track and flash back to a time when platform shoes and puka shells were all the rage in this hilarious retro-sitcom. For Eric, Kelso, Jackie, Hyde, Donna and Fez, a group of high school teens who spend most of their time hanging out in Eric’s basement, life in the ‘70s isn’t always so groovy. But between trying to figure out the meaning of life, avoiding their parents, and dealing with out-of-control hormones, they’ve learned one thing for sure: they’ll always get by with a little help from their friends.", + "origin_country": [ + "US" + ] + }, + { + "origin_country": [ + "US" + ], + "original_name": "Inside the Actors Studio", + "genre_ids": [ + 10767 + ], + "vote_count": 22, + "backdrop_path": "/uX2U5hMqff9TAT7iLdintbKVYIg.jpg", + "name": "Inside the Actors Studio", + "first_air_date": "1994-06-01", + "original_language": "en", + "popularity": 0.6, + "character": "", + "episode_count": 1, + "id": 217, + "credit_id": "5253462c19c29579400c90d3", + "vote_average": 7.7, + "overview": "James Lipton sits down with some of the world's most accomplished actors and directors for penetrating, fascinating interviews.", + "poster_path": "/wUgX0HaFBXIXzp2vjfRuaABlbgr.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "Mad About You", + "genre_ids": [ + 35 + ], + "vote_count": 74, + "backdrop_path": "/bMRd8z3hLYNMap0Zk64JPxQVGU7.jpg", + "name": "Mad About You", + "first_air_date": "1992-09-23", + "original_language": "en", + "popularity": 8.67, + "character": "", + "episode_count": 1, + "id": 500, + "credit_id": "52537bea19c295794019330b", + "vote_average": 6.1, + "overview": "Mad About You is an American sitcom that aired on NBC from September 23, 1992 to May 24, 1999. The show stars Paul Reiser and Helen Hunt as a newly married couple in New York City. Reiser played Paul Buchman, a documentary film maker. Hunt played Jamie Stemple Buchman, a public relations specialist. Near the end of the show's run, the couple had a baby daughter, whom they named Mabel.\n\nThe series focuses mainly on the newlyweds while they dealt with everything from humorous daily minutiae to major struggles. The show's willingness to find comedy in realistic situations and observational dialogue garnered it comparisons to Seinfeld, another NBC comedy about thirty-somethings in New York City.\n\nHelen Hunt and Paul Reiser were paid $1 million per episode for the last season. However, ratings fell sharply that year as the series was shuffled away from its Tuesday slot to prop up a fledgling Monday night line-up of comedies on NBC. The final episode of the series was \"The Final Frontier\".\n\nThe show's theme song, \"Final Frontier\", was composed by Reiser and Don Was. The theme was originally performed by Andrew Gold, but a version performed by Anita Baker made its debut midway through the 1997 season. Baker's version was used for the rest of the show's run and appears on the show's soundtrack album. Gold's version is available on the collection Thank You for Being a Friend: The Best of Andrew Gold.", + "poster_path": "/6vVYaC8zgQDzHfEX2Mzg0vd7V6j.jpg" + }, + { + "poster_path": "/AvfvsaqYt2oBYDC9c8N926mDHjl.jpg", + "original_name": "The Ellen DeGeneres Show", + "id": 562, + "vote_count": 37, + "vote_average": 6.2, + "name": "The Ellen DeGeneres Show", + "first_air_date": "2003-09-08", + "genre_ids": [ + 35, + 10767 + ], + "popularity": 4.817, + "character": "", + "episode_count": 1, + "original_language": "en", + "credit_id": "525386ba19c2957940210979", + "backdrop_path": "/7wri8hbMd1yZWIFubnZTe9ZJrKT.jpg", + "overview": "The Ellen DeGeneres Show, often shortened to Ellen, is an American television talk show hosted by comedian/actress Ellen DeGeneres.", + "origin_country": [ + "US" + ] + }, + { + "origin_country": [ + "US" + ], + "original_name": "Family Guy", + "genre_ids": [ + 16, + 35 + ], + "vote_count": 1368, + "backdrop_path": "/pH38r4TWTqq7Mcs6XAlwgzNUeJe.jpg", + "name": "Family Guy", + "first_air_date": "1999-01-31", + "original_language": "en", + "popularity": 121.159, + "character": "", + "episode_count": 1, + "id": 1434, + "credit_id": "5256e8f519c2956ff60ff65c", + "vote_average": 6.5, + "overview": "Sick, twisted, politically incorrect and Freakin' Sweet animated series featuring the adventures of the dysfunctional Griffin family. Bumbling Peter and long-suffering Lois have three kids. Stewie (a brilliant but sadistic baby bent on killing his mother and taking over the world), Meg (the oldest, and is the most unpopular girl in town) and Chris (the middle kid, he's not very bright but has a passion for movies). The final member of the family is Brian - a talking dog and much more than a pet, he keeps Stewie in check whilst sipping Martinis and sorting through his own life issues.", + "poster_path": "/gBGUL1UTUNmdRQT8gA1LUV4yg39.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "Ally McBeal", + "genre_ids": [ + 35, + 18 + ], + "vote_count": 100, + "backdrop_path": "/47RePvZ7Ll9K6ZzFzF5U2u4iyUY.jpg", + "name": "Ally McBeal", + "first_air_date": "1997-09-08", + "original_language": "en", + "popularity": 4.036, + "character": "", + "episode_count": 1, + "id": 1480, + "credit_id": "525706c3760ee3776a027143", + "vote_average": 6.1, + "overview": "Ally McBeal is an American legal comedy-drama television series, originally aired on Fox from September 8, 1997 to May 20, 2002. Created by David E. Kelley, the series stars Calista Flockhart in the title role as a young lawyer working in the fictional Boston law firm Cage and Fish, with other young lawyers whose lives and loves were eccentric, humorous and dramatic. The series placed #48 on Entertainment Weekly's 2007 \"New TV Classics\" list.", + "poster_path": "/3ykzyc8YDQ7he21GaaqZsJZ1yui.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "The Twilight Zone", + "genre_ids": [ + 18, + 10765 + ], + "vote_count": 62, + "backdrop_path": "/1L8JCGfpIp5BK5yiwrddW7ztLAL.jpg", + "name": "The Twilight Zone", + "first_air_date": "1985-09-27", + "original_language": "en", + "popularity": 9.59, + "character": "", + "episode_count": 1, + "id": 1918, + "credit_id": "52571a7f760ee3776a193248", + "vote_average": 7.5, + "overview": "The Twilight Zone is the first of two revivals of Rod Serling's acclaimed 1950/60s television series of the same name. It ran for two seasons on CBS before producing a final season for syndication.", + "poster_path": "/gPbXTcnyisKxHi4Owkzi1IEjoHg.jpg" + }, + { + "poster_path": "/svu5IuOcevaEvhb3tbDaVa2VG73.jpg", + "original_name": "The View", + "id": 2221, + "vote_count": 24, + "vote_average": 3.6, + "name": "The View", + "first_air_date": "1997-08-11", + "genre_ids": [ + 10767 + ], + "popularity": 9.067, + "character": "", + "episode_count": 4, + "original_language": "en", + "credit_id": "525728a9760ee3776a29c129", + "backdrop_path": "/A8lZEuYIDO6imILFrpsLkosHmY5.jpg", + "overview": "ABC Daytime's morning chatfest, currently featuring Whoopi Goldberg, Joy Behar, Sunny Hostin, Meghan McCain, and Abby Huntsman, discussing the most exciting events of the day. Hot topics in the news, the best experts in their field, celebrity interviews and general entertainment are all part of The View.", + "origin_country": [ + "US" + ] + }, + { + "origin_country": [ + "US" + ], + "original_name": "E! True Hollywood Story", + "genre_ids": [ + 99 + ], + "vote_count": 4, + "backdrop_path": "/xsngZufGlsWfR9I6y0Mzj1JbTsR.jpg", + "name": "E! True Hollywood Story", + "first_air_date": "1996-03-29", + "original_language": "en", + "popularity": 0.6, + "character": "", + "episode_count": 1, + "id": 3739, + "credit_id": "5257562f19c29531db13d527", + "vote_average": 6.3, + "overview": "E! True Hollywood Story is an American documentary series on E! that deals with famous Hollywood celebrities, movies, TV shows and well-known public figures. Among the topics covered on the program include salacious re-tellings of Hollywood secrets, show-biz scandals, celebrity murders and mysteries, porn-star biographies, and \"where-are-they-now?\" investigations of former child stars. It frequently features in-depth interviews, actual courtroom footage, and dramatic reenactments. When aired on the E! network, episodes will usually be updated to reflect the current life or status of the subject.", + "poster_path": "/2LrZlG4d7GXYoGLvnZ8Bf6BWbIz.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "Bruno the Kid", + "genre_ids": [ + 16 + ], + "vote_count": 0, + "backdrop_path": null, + "name": "Bruno the Kid", + "first_air_date": "1996-09-23", + "original_language": "en", + "popularity": 1.091, + "character": "Bruno the kid", + "episode_count": 37, + "id": 13297, + "credit_id": "525826eb760ee36aaa81b1d7", + "vote_average": 0, + "overview": "Bruno the Kid is an animated series produced in 1996.", + "poster_path": "/5HkZHG7FkHhay6UlmQ4NyeqpbKR.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "Where Are They Now?", + "genre_ids": [ + 99 + ], + "vote_count": 0, + "backdrop_path": null, + "name": "Where Are They Now?", + "first_air_date": "1999-06-07", + "original_language": "en", + "popularity": 2.484, + "character": "", + "episode_count": 1, + "id": 16016, + "credit_id": "52583c1e760ee36aaa9a6949", + "vote_average": 0, + "overview": "Where Are They Now? was a television series on VH1 that featured past celebrities and updated on their current professional and personal status. Each episode was dedicated to another genre.\n\nThough not always in sequence, some episodes were a continuation of the motif of episodes from the past. Those episodes sometimes had Roman numerals in their title to signify their sequel status.", + "poster_path": null + }, + { + "origin_country": [], + "original_name": "Between Two Ferns with Zach Galifianakis", + "genre_ids": [ + 35 + ], + "vote_count": 18, + "backdrop_path": "/dHqFG4tN7vpCnZX9uphx3BqRD4b.jpg", + "name": "Between Two Ferns with Zach Galifianakis", + "first_air_date": "2008-01-04", + "original_language": "en", + "popularity": 2.769, + "character": "", + "episode_count": 1, + "id": 39754, + "credit_id": "52595afd760ee34661916802", + "vote_average": 8, + "overview": "Between Two Ferns with Zach Galifianakis is an internet comedy series that appears on the video website Funny or Die. As the show's title suggests, host Zach Galifianakis conducts celebrity interviews sitting, with his guests, between two potted ferns: the set intentionally resembles a low-budget amateur production fit for public-access television. He maintains an awkward and often antagonistic demeanor with his guests, asking them bizarre and inappropriate questions mixed with offhand non-sequiturs. Episodes often include a segment in which Galifianakis awkwardly interrupts his guests to promote a sponsor's product--examples include bananas, Need for Speed: Shift videogame, and Speed Stick deodorant. The series' theme music is Dave Blume's arrangement of Bernard Herrmann's Theme from Taxi Driver, which is on the original Taxi Driver soundtrack album but was not included in the film.", + "poster_path": "/sR2AcXXFpTv8A3FS9iMDZTeN4QD.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "Friends", + "genre_ids": [ + 35 + ], + "vote_count": 1411, + "backdrop_path": "/efiX8iir6GEBWCD0uCFIi5NAyYA.jpg", + "name": "Friends", + "first_air_date": "1994-09-22", + "original_language": "en", + "popularity": 53.222, + "character": "Paul Stevens", + "episode_count": 3, + "id": 1668, + "credit_id": "5257104819c295731c029cdf", + "vote_average": 7.8, + "overview": "The misadventures of a group of friends as they navigate the pitfalls of work, life and love in Manhattan.", + "poster_path": "/7buCWBTpiPrCF5Lt023dSC60rgS.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "Saturday Night Live", + "genre_ids": [ + 35, + 10763 + ], + "vote_count": 156, + "backdrop_path": "/v8Ni1kv2AcVDkXfLKLYVgKvGetW.jpg", + "name": "Saturday Night Live", + "first_air_date": "1975-10-11", + "original_language": "en", + "popularity": 15.58, + "character": "", + "episode_count": 2, + "id": 1667, + "credit_id": "5273d273760ee3572c023363", + "vote_average": 6.6, + "overview": "A late-night live television sketch comedy and variety show created by Lorne Michaels. The show's comedy sketches, which parody contemporary culture and politics, are performed by a large and varying cast of repertory and newer cast members. Each episode is hosted by a celebrity guest, who usually delivers an opening monologue and performs in sketches with the cast, and features performances by a musical guest.", + "poster_path": "/pCSb6uZwlCCrM3hBgqohbwSF9t1.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "The Reichen Show", + "genre_ids": [ + 10767 + ], + "vote_count": 0, + "backdrop_path": null, + "name": "The Reichen Show", + "first_air_date": "2005-11-11", + "original_language": "en", + "popularity": 1.791, + "character": "", + "episode_count": 1, + "id": 80515, + "credit_id": "5b379ebf9251413c9d02d615", + "vote_average": 0, + "overview": "A list of celebrity interviews and sensational topics.", + "poster_path": null + } + ], + "crew": [ + { + "id": 13297, + "department": "Production", + "original_language": "en", + "episode_count": 37, + "job": "Producer", + "overview": "Bruno the Kid is an animated series produced in 1996.", + "origin_country": [ + "US" + ], + "original_name": "Bruno the Kid", + "vote_count": 0, + "name": "Bruno the Kid", + "popularity": 1.091, + "credit_id": "525826eb760ee36aaa81b23b", + "backdrop_path": null, + "first_air_date": "1996-09-23", + "vote_average": 0, + "genre_ids": [ + 16 + ], + "poster_path": "/5HkZHG7FkHhay6UlmQ4NyeqpbKR.jpg" + }, + { + "id": 62864, + "department": "Production", + "original_language": "en", + "episode_count": 13, + "job": "Executive Producer", + "overview": "Returning from a year-long psychological leave of absence after surviving an almost-fatal gunshot wound to the head, Detective David Creegan is assigned to the FBI's Organized and Serial Crime Unit – a rapid-response, elite crime investigation squad – where he and his new partner, Detective Susan Branca, find themselves committed to saving lives and solving cases. In spite of his inability to abide by common sense and the laws he's sworn to uphold, Creegan, with the help of Branca, works on hunting down the most vicious criminals on the streets.", + "origin_country": [ + "US", + "CA" + ], + "original_name": "Touching Evil", + "vote_count": 4, + "name": "Touching Evil", + "popularity": 1.583, + "credit_id": "556e2726925141421d0013b0", + "backdrop_path": "/2Uhd82xRz5yGmJenub0rVfo93iK.jpg", + "first_air_date": "2004-03-12", + "vote_average": 5.8, + "genre_ids": [ + 80, + 18 + ], + "poster_path": "/9bXzGMYhlvWRXX43sk289tlnCRK.jpg" + } + ] + }, + "biography": "Walter Bruce Willis, better known as Bruce Willis, is an American actor and producer. His career began in television in the 1980s and has continued both in television and film since, including comedic, dramatic, and action roles. He is well known for the role of John McClane in the Die Hard series.\n\nWillis was born in Idar-Oberstein, West Germany, the son of a Kassel-born German, Marlene, who worked in a bank, and David Willis, an American soldier. Willis is the eldest of four children.\n\nAt the premiere for the film Stakeout, Willis met actress Demi Moore. They married on November 21, 1987 and had three daughters before the couple divorced on October 18, 2000.\n\nSince the divorce he has dated models Maria Bravo Rosado and Emily Sandberg; he was engaged to Brooke Burns until they broke up in 2004 after ten months together. He married Emma Heming on March 21, 2009.", + "movie_credits": { + "cast": [ + { + "release_date": "1995-12-25", + "adult": false, + "vote_average": 6.3, + "vote_count": 1050, + "video": false, + "title": "Four Rooms", + "popularity": 10.974, + "genre_ids": [ + 35, + 80 + ], + "original_language": "en", + "character": "Leo", + "original_title": "Four Rooms", + "poster_path": "/eQs5hh9rxrk1m4xHsIz1w11Ngqb.jpg", + "id": 5, + "backdrop_path": "/3EqYpbGCE9S5GddU2K4cYzP5UmI.jpg", + "overview": "It's Ted the Bellhop's first night on the job...and the hotel's very unusual guests are about to place him in some outrageous predicaments. It seems that this evening's room service is serving up one unbelievable happening after another.", + "credit_id": "52fe420dc3a36847f80001bb" + }, + { + "release_date": "1997-05-09", + "adult": false, + "vote_average": 7.4, + "vote_count": 5778, + "video": false, + "title": "The Fifth Element", + "popularity": 17.974, + "genre_ids": [ + 12, + 14, + 28, + 53, + 878 + ], + "original_language": "en", + "character": "Korben Dallas", + "original_title": "The Fifth Element", + "poster_path": "/zaFa1NRZEnFgRTv5OVXkNIZO78O.jpg", + "id": 18, + "backdrop_path": "/qlGoGQSVMzIjGbpvXzZUOH1FjNu.jpg", + "overview": "In 2257, a taxi driver is unintentionally given the task of saving a young girl who is part of the key that will ensure the survival of humanity.", + "credit_id": "52fe420fc3a36847f8000b53" + }, + { + "release_date": "1995-12-29", + "adult": false, + "vote_average": 7.5, + "vote_count": 4014, + "video": false, + "title": "Twelve Monkeys", + "popularity": 16.244, + "genre_ids": [ + 878, + 53, + 9648 + ], + "original_language": "en", + "character": "James Cole", + "original_title": "Twelve Monkeys", + "poster_path": "/6Sj9wDu3YugthXsU0Vry5XFAZGg.jpg", + "id": 63, + "backdrop_path": "/6KXbhaxkgExC5EdDqAzRinhmoZ8.jpg", + "overview": "In the year 2035, convict James Cole reluctantly volunteers to be sent back in time to discover the origin of a deadly virus that wiped out nearly all of the earth's population and forced the survivors into underground communities. But when Cole is mistakenly sent to 1990 instead of 1996, he's arrested and locked up in a mental hospital. There he meets psychiatrist Dr. Kathryn Railly, and patient Jeffrey Goines, the son of a famous virus expert, who may hold the key to the mysterious rogue group, the Army of the 12 Monkeys, thought to be responsible for unleashing the killer disease.", + "credit_id": "52fe4212c3a36847f8001b31" + }, + { + "release_date": "1998-07-01", + "adult": false, + "vote_average": 6.6, + "vote_count": 3951, + "video": false, + "title": "Armageddon", + "popularity": 15.744, + "genre_ids": [ + 28, + 53, + 878, + 12 + ], + "original_language": "en", + "character": "Harry S. Stamper", + "original_title": "Armageddon", + "poster_path": "/coINnuCzcw5FMHBty8hcudMOBnO.jpg", + "id": 95, + "backdrop_path": "/lI3qV4kiSg0BvE6gelzV0tPAoFK.jpg", + "overview": "When an asteroid threatens to collide with Earth, NASA honcho Dan Truman determines the only way to stop it is to drill into its surface and detonate a nuclear bomb. This leads him to renowned driller Harry Stamper, who agrees to helm the dangerous space mission provided he can bring along his own hotshot crew. Among them is the cocksure A.J. who Harry thinks isn't good enough for his daughter, until the mission proves otherwise.", + "credit_id": "52fe4216c3a36847f800316b" + }, + { + "release_date": "2004-12-10", + "adult": false, + "vote_average": 6.5, + "vote_count": 3600, + "video": false, + "title": "Ocean's Twelve", + "popularity": 13.183, + "genre_ids": [ + 80, + 53 + ], + "original_language": "en", + "character": "Bruce Willis (uncredited)", + "original_title": "Ocean's Twelve", + "poster_path": "/nS3iDLQuy13XY1JH58NNl1rCuNN.jpg", + "id": 163, + "backdrop_path": "/lsOrQB1fObiyf6aHQeP4HBfNvK0.jpg", + "overview": "Danny Ocean reunites with his old flame and the rest of his merry band of thieves in carrying out three huge heists in Rome, Paris and Amsterdam – but a Europol agent is hot on their heels.", + "credit_id": "52fe4221c3a36847f8006329" + }, + { + "release_date": "2006-04-07", + "adult": false, + "vote_average": 7.5, + "vote_count": 2052, + "video": false, + "title": "Lucky Number Slevin", + "popularity": 12.68, + "genre_ids": [ + 80, + 18, + 9648, + 53 + ], + "original_language": "en", + "character": "Mr. Goodkat", + "original_title": "Lucky Number Slevin", + "poster_path": "/jtKq0EtothAzWlnRBBWGCA8uFuu.jpg", + "id": 186, + "backdrop_path": "/8nvayG5l0urcjvvpszoECDqLWzD.jpg", + "overview": "Slevin is mistakenly put in the middle of a personal war between the city’s biggest criminal bosses. Under constant watch, Slevin must try not to get killed by an infamous assassin and come up with an idea of how to get out of his current dilemma. A film with many twists and turns.", + "credit_id": "52fe4224c3a36847f80072ab" + }, + { + "poster_path": "/vKJVGOKPyWqp9d2EX5NH1liqRqR.jpg", + "adult": false, + "backdrop_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "vote_count": 4214, + "video": false, + "id": 187, + "popularity": 14.958, + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "title": "Sin City", + "original_title": "Sin City", + "release_date": "2005-04-01", + "character": "Det. John Hartigan", + "vote_average": 7.4, + "overview": "Welcome to Sin City. This town beckons to the tough, the corrupt, the brokenhearted. Some call it dark… Hard-boiled. Then there are those who call it home — Crooked cops, sexy dames, desperate vigilantes. Some are seeking revenge, others lust after redemption, and then there are those hoping for a little of both. A universe of unlikely and reluctant heroes still trying to do the right thing in a city that refuses to care.", + "credit_id": "52fe4224c3a36847f800737f" + }, + { + "release_date": "2014-08-22", + "adult": false, + "vote_average": 6.3, + "vote_count": 2040, + "video": false, + "title": "Sin City: A Dame to Kill For", + "popularity": 16.196, + "genre_ids": [ + 80, + 53 + ], + "original_language": "en", + "character": "Hartigan", + "original_title": "Sin City: A Dame to Kill For", + "poster_path": "/k80qKrJ0qQ6ocVo5N932stNSg6j.jpg", + "id": 189, + "backdrop_path": "/khzRw7ZDE3NIrYpe0RYyB864FPT.jpg", + "overview": "Some of Sin City's most hard-boiled citizens cross paths with a few of its more reviled inhabitants.", + "credit_id": "52fe4224c3a36847f8007491" + }, + { + "release_date": "1988-07-15", + "adult": false, + "vote_average": 7.6, + "vote_count": 5775, + "video": false, + "title": "Die Hard", + "popularity": 26.241, + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "character": "John McClane", + "original_title": "Die Hard", + "poster_path": "/mc7MubOLcIw3MDvnuQFrO9psfCa.jpg", + "id": 562, + "backdrop_path": "/eg049B1TJdWuKuyKowNmhZxNToc.jpg", + "overview": "NYPD cop John McClane's plan to reconcile with his estranged wife is thrown for a serious loop when, minutes after he arrives at her office, the entire building is overtaken by a group of terrorists. With little help from the LAPD, wisecracking McClane sets out to single-handedly rescue the hostages and bring the bad guys down.", + "credit_id": "52fe4252c3a36847f801543f" + }, + { + "release_date": "1994-10-14", + "adult": false, + "vote_average": 8.4, + "vote_count": 13904, + "video": false, + "title": "Pulp Fiction", + "popularity": 32.231, + "genre_ids": [ + 53, + 80 + ], + "original_language": "en", + "character": "Butch Coolidge", + "original_title": "Pulp Fiction", + "poster_path": "/dM2w364MScsjFf8pfMbaWUcWrR.jpg", + "id": 680, + "backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg", + "overview": "A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.", + "credit_id": "52fe4269c3a36847f801ca95" + }, + { + "release_date": "1999-08-06", + "adult": false, + "vote_average": 7.9, + "vote_count": 5533, + "video": false, + "title": "The Sixth Sense", + "popularity": 16.609, + "genre_ids": [ + 9648, + 53, + 18 + ], + "original_language": "en", + "character": "Malcolm Crowe", + "original_title": "The Sixth Sense", + "poster_path": "/imps263dHNe3SuoaAJORZyNTdDT.jpg", + "id": 745, + "backdrop_path": "/1X6F9OvfaWl6AGcCdqYl8icxG9z.jpg", + "overview": "A psychological thriller about an eight year old boy named Cole Sear who believes he can see into the world of the dead. A child psychologist named Malcolm Crowe comes to Cole to help him deal with his problem, learning that he really can see ghosts of dead people.", + "credit_id": "52fe426fc3a36847f801e74b" + }, + { + "release_date": "1987-03-27", + "adult": false, + "vote_average": 5.8, + "vote_count": 190, + "video": false, + "title": "Blind Date", + "popularity": 5.36, + "genre_ids": [ + 35, + 10749 + ], + "original_language": "en", + "character": "Walter Davis", + "original_title": "Blind Date", + "poster_path": "/bEoiguUvgIm2V2KC8Yn5aT1ddsW.jpg", + "id": 918, + "backdrop_path": "/wqCaOtRz1Bs6U8C0umTWLvxTTgo.jpg", + "overview": "When bachelor Walter Davis (Bruce Willis) is set up with his sister-in-law's pretty cousin, Nadia Gates (Kim Basinger), a seemingly average blind date turns into a chaotic night on the town. Walter's brother, Ted (Phil Hartman), tells him not to let Nadia drink alcohol, but he dismisses the warning, and her behavior gets increasingly wild. Walter and Nadia's numerous incidents are made even worse as her former lover David (John Larroquette) relentlessly follows them around town.", + "credit_id": "52fe428dc3a36847f80276a3" + }, + { + "release_date": "2007-06-27", + "adult": false, + "vote_average": 6.5, + "vote_count": 3075, + "video": false, + "title": "Live Free or Die Hard", + "popularity": 18.088, + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "character": "John McClane", + "original_title": "Live Free or Die Hard", + "poster_path": "/pHWgbaXiQD2nmex7u8Xv6XmhaZS.jpg", + "id": 1571, + "backdrop_path": "/74J904knbahSF7csIEfmRtmdi0t.jpg", + "overview": "John McClane is back and badder than ever, and this time he's working for Homeland Security. He calls on the services of a young hacker in his bid to stop a ring of Internet terrorists intent on taking control of America's computer infrastructure.", + "credit_id": "52fe42fec3a36847f8032857" + }, + { + "release_date": "1995-05-19", + "adult": false, + "vote_average": 7.1, + "vote_count": 3040, + "video": false, + "title": "Die Hard: With a Vengeance", + "popularity": 17.181, + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "character": "John McClane", + "original_title": "Die Hard: With a Vengeance", + "poster_path": "/ivpXGcsPZglyYrN65THWSD7JM3q.jpg", + "id": 1572, + "backdrop_path": "/aJCEQFFXNcfg5YneJzTG15qzxF7.jpg", + "overview": "New York detective John McClane is back and kicking bad-guy butt in the third installment of this action-packed series, which finds him teaming with civilian Zeus Carver to prevent the loss of innocent lives. McClane thought he'd seen it all, until a genius named Simon engages McClane, his new \"partner\" -- and his beloved city -- in a deadly game that demands their concentration.", + "credit_id": "52fe42ffc3a36847f803297b" + }, + { + "release_date": "1990-07-02", + "adult": false, + "vote_average": 6.8, + "vote_count": 2769, + "video": false, + "title": "Die Hard 2", + "popularity": 17.768, + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "character": "John McClane", + "original_title": "Die Hard 2", + "poster_path": "/zSgL998DXaljsCmwQuwDM8Ak4rV.jpg", + "id": 1573, + "backdrop_path": "/kywkOlRpYtfVlar41R1s8lO46vD.jpg", + "overview": "Off-duty cop John McClane is gripped with a feeling of déjà vu when, on a snowy Christmas Eve in the nation’s capital, terrorists seize a major international airport, holding thousands of holiday travelers hostage. Renegade military commandos led by a murderous rogue officer plot to rescue a drug lord from justice and are prepared for every contingency except one: McClane’s smart-mouthed heroics.", + "credit_id": "52fe42ffc3a36847f8032a27" + }, + { + "release_date": "2007-04-06", + "adult": false, + "vote_average": 6.6, + "vote_count": 1667, + "video": false, + "title": "Planet Terror", + "popularity": 11.13, + "genre_ids": [ + 27, + 28, + 53 + ], + "original_language": "en", + "character": "Lieutenant Muldoon", + "original_title": "Planet Terror", + "poster_path": "/7Yjzttt0VfPphSsUg8vFUO9WaEt.jpg", + "id": 1992, + "backdrop_path": "/a2zIKDg5QGFc2vzdaPXT7uZKipe.jpg", + "overview": "Two doctors find their graveyard shift inundated with townspeople ravaged by sores. Among the wounded is Cherry, a dancer whose leg was ripped from her body. As the invalids quickly become enraged aggressors, Cherry and her ex-boyfriend Wray lead a team of accidental warriors into the night.", + "credit_id": "52fe4329c3a36847f803f193" + }, + { + "release_date": "2005-03-11", + "adult": false, + "vote_average": 6.3, + "vote_count": 776, + "video": false, + "title": "Hostage", + "popularity": 9.793, + "genre_ids": [ + 9648, + 18, + 53, + 80 + ], + "original_language": "en", + "character": "Jeff Talley", + "original_title": "Hostage", + "poster_path": "/simhaVNOea3uhRUM0gT8WdidEto.jpg", + "id": 2026, + "backdrop_path": "/g7wkbceph08nz6tCXpQvoCJH8aP.jpg", + "overview": "When a mafia accountant is taken hostage on his beat, a police officer – wracked by guilt from a prior stint as a negotiator – must negotiate the standoff, even as his own family is held captive by the mob.", + "credit_id": "52fe432ec3a36847f8040619" + }, + { + "release_date": "2000-02-18", + "adult": false, + "vote_average": 6.4, + "vote_count": 842, + "video": false, + "title": "The Whole Nine Yards", + "popularity": 9.597, + "genre_ids": [ + 35, + 80 + ], + "original_language": "en", + "character": "Jimmy \"Tulipán\" Tudeski", + "original_title": "The Whole Nine Yards", + "poster_path": "/rnXnZrKipVb8v4mS2Oo6Ga2O0fg.jpg", + "id": 2069, + "backdrop_path": "/1Qdk7B4hFLdQO8OTWDhcVAqcdTk.jpg", + "overview": "A mobster named Jimmy the Tulip agrees to cooperate with an FBI investigation in order to stay out of prison; he's relocated by the authorities to a life of suburban anonymity as part of a witness protection program. It's not long before a couple of his new neighbors figure out his true identity and come knocking to see if he'd be up for one more hit, suburban style.", + "credit_id": "52fe4331c3a36847f80418c1" + }, + { + "release_date": "2004-04-09", + "adult": false, + "vote_average": 5.6, + "vote_count": 432, + "video": false, + "title": "The Whole Ten Yards", + "popularity": 7.12, + "genre_ids": [ + 35, + 80, + 53 + ], + "original_language": "en", + "character": "Jimmy \"Tulipán\" Tudeski", + "original_title": "The Whole Ten Yards", + "poster_path": "/pc2xIaRjmOxBiVqluPISzHRTKSr.jpg", + "id": 2122, + "backdrop_path": "/A4iX2LXAhJwMtBER8T2ewgITXsK.jpg", + "overview": "Jimmy 'The Tulip' Tudeski now spends his days compulsively cleaning his house and perfecting his culinary skills with his wife, Jill, a purported assassin who has yet to pull off a clean hit. Suddenly, an uninvited and unwelcome connection to their past unexpectedly shows up on Jimmy and Jill's doorstep; it's Oz, and he's begging them to help him rescue his wife, Cynthia.", + "credit_id": "52fe4338c3a36847f80436b1" + }, + { + "release_date": "1994-08-19", + "adult": false, + "vote_average": 5.4, + "vote_count": 191, + "video": false, + "title": "Color of Night", + "popularity": 8.433, + "genre_ids": [ + 18, + 53, + 10749 + ], + "original_language": "en", + "character": "Dr. Bill Capa", + "original_title": "Color of Night", + "poster_path": "/oRkE88VuZsG4dK4mz1DKxnAkemq.jpg", + "id": 2124, + "backdrop_path": "/p0OQNh9Sdg7EqKQyWYOG3skGAa2.jpg", + "overview": "When New York psychiatrist Bill Capa visits Los Angeles to take over his murdered colleague's therapy group, he finds himself embroiled in the thick of a mystery when he bumps into Rose and begins a torrid affair.", + "credit_id": "52fe4338c3a36847f804380b" + }, + { + "release_date": "2006-03-03", + "adult": false, + "vote_average": 6.3, + "vote_count": 987, + "video": false, + "title": "16 Blocks", + "popularity": 9.26, + "genre_ids": [ + 28, + 12, + 80, + 53 + ], + "original_language": "en", + "character": "Jack Mosley", + "original_title": "16 Blocks", + "poster_path": "/wpKBLDjNRddmH6N32ni4bASogt8.jpg", + "id": 2207, + "backdrop_path": "/31SqCV9NfHvGJ8n7v60fV3oMobZ.jpg", + "overview": "An aging cop is assigned the ordinary task of escorting a fast-talking witness from police custody to a courthouse, but they find themselves running the gauntlet as other forces try to prevent them from getting there.", + "credit_id": "52fe4341c3a36847f804622b" + }, + { + "release_date": "1992-04-03", + "adult": false, + "vote_average": 7.1, + "vote_count": 271, + "video": false, + "title": "The Player", + "popularity": 8.491, + "genre_ids": [ + 35, + 18, + 80 + ], + "original_language": "en", + "character": "Himself", + "original_title": "The Player", + "poster_path": "/eoQ9H9CEySIYSPElKn2VRVY0MEa.jpg", + "id": 10403, + "backdrop_path": "/tKyxF6ZyxF65CcJKBKId1VavpGP.jpg", + "overview": "A Hollywood studio executive is being sent death threats by a writer whose script he rejected - but which one?", + "credit_id": "52fe43689251416c7500f357" + }, + { + "release_date": "2001-10-12", + "adult": false, + "vote_average": 6.2, + "vote_count": 471, + "video": false, + "title": "Bandits", + "popularity": 7.986, + "genre_ids": [ + 28, + 35, + 80, + 10749 + ], + "original_language": "en", + "character": "Joshep Blake", + "original_title": "Bandits", + "poster_path": "/3wTzOr0CekiBJZL7ZiNE2y2H16N.jpg", + "id": 3172, + "backdrop_path": "/k86wUuUvPVZvM3zwxEhImpfyLq0.jpg", + "overview": "Two bank robbers fall in love with the girl they've kidnapped.", + "credit_id": "52fe438cc3a36847f805cb53" + }, + { + "release_date": "1996-12-15", + "adult": false, + "vote_average": 6.6, + "vote_count": 264, + "video": false, + "title": "Beavis and Butt-Head Do America", + "popularity": 8.431, + "genre_ids": [ + 16, + 35 + ], + "original_language": "en", + "character": "Muddy Grimes (voice)", + "original_title": "Beavis and Butt-Head Do America", + "poster_path": "/2pW1iACRzmb9OOIhzflYYt3S3s9.jpg", + "id": 3179, + "backdrop_path": "/myc2N1GjIKLTjSbIzmI0KEXdaPB.jpg", + "overview": "Mike Judge's slacker duo, Beavis and Butt-Head, wake to discover their TV has been stolen. Their search for a new one takes them on a clueless adventure across America where they manage to accidentally become America's most wanted.", + "credit_id": "52fe438dc3a36847f805cf0f" + }, + { + "release_date": "2002-02-15", + "adult": false, + "vote_average": 6.2, + "vote_count": 375, + "video": false, + "title": "Hart's War", + "popularity": 8.062, + "genre_ids": [ + 18, + 10752 + ], + "original_language": "en", + "character": "Col. William A. McNamara", + "original_title": "Hart's War", + "poster_path": "/yRUhSU7vzs5ePa72LNPcKKCCMZ5.jpg", + "id": 10592, + "backdrop_path": "/7A6IWD6tA5h1zeVXJ8KtfqvDPmS.jpg", + "overview": "Fourth-generation Army Col. William McNamara is imprisoned in a brutal German POW camp. Still, as the senior-ranking American officer, he commands his fellow inmates, keeping a sense of honor alive in a place where honor is easy to destroy, all under the dangerous eye of the Luftwafe vetran Col. Wilhelm Visser. Never giving up the fight to win the war, McNamara is silently planning, waiting for his moment to strike back at the enemy. A murder in the camp gives him the chance to set a risky plan in motion. With a court martial to keep Visser and the Germans distracted, McNamara orchestrates a cunning scheme to escape and destroy a nearby munitions plant, enlisting the unwitting help of young Lt. Tommy Hart. Together with his men, McNamara uses a hero's resolve to carry out his mission, ultimately forced to weigh the value of his life against the good of his country.", + "credit_id": "52fe438f9251416c750151d7" + }, + { + "release_date": "2000-07-07", + "adult": false, + "vote_average": 6.2, + "vote_count": 396, + "video": false, + "title": "The Kid", + "popularity": 9.788, + "genre_ids": [ + 35, + 14, + 10751 + ], + "original_language": "en", + "character": "Russell Duritz", + "original_title": "The Kid", + "poster_path": "/bTsn3l3QLmtKGPnOkKWpLObOgu7.jpg", + "id": 4244, + "backdrop_path": "/Arx6cOLuB47jwldV7eW4Bt4kAmd.jpg", + "overview": "Powerful businessman Russ Duritz is self-absorbed and immersed in his work. But by the magic of the moon, he meets Rusty, a chubby, charming 8-year-old version of himself who can't believe he could turn out so badly -- with no life and no dog. With Rusty's help, Russ is able to reconcile the person he used to dream of being with the man he's actually become.", + "credit_id": "52fe43b5c3a36847f80695f3" + }, + { + "release_date": "1997-11-14", + "adult": false, + "vote_average": 6.2, + "vote_count": 820, + "video": false, + "title": "The Jackal", + "popularity": 11.601, + "genre_ids": [ + 28, + 53, + 12, + 80 + ], + "original_language": "en", + "character": "The Jackal", + "original_title": "The Jackal", + "poster_path": "/6Hh2ROGTRKdbUfEXVVv5fNhmXK3.jpg", + "id": 4824, + "backdrop_path": "/ckpSxGKHrzUg8Kh4zVvrDKofdeJ.jpg", + "overview": "Hired by a powerful member of the Russian mafia to avenge an FBI sting that left his brother dead, a psychopathic hitman known only as The Jackal proves an elusive target for the people charged with the task of bringing him down: a deputy FBI director, a Russian MVK Major, and a jailed IRA terrorist who can recognize him.", + "credit_id": "52fe43dcc3a36847f8074b4b" + }, + { + "release_date": "1993-09-17", + "adult": false, + "vote_average": 5.7, + "vote_count": 343, + "video": false, + "title": "Striking Distance", + "popularity": 7.738, + "genre_ids": [ + 80, + 28, + 9648, + 53 + ], + "original_language": "en", + "character": "Det. Tom Hardy", + "original_title": "Striking Distance", + "poster_path": "/1bLazrQWJQhO6u58vJZXJZ3ZFDh.jpg", + "id": 11074, + "backdrop_path": "/nNn1pStpiA0VEhT09GbwIdSG0ik.jpg", + "overview": "Coming from a police family, Tom Hardy ends up fighting his uncle after the murder of his father. Tom believes the killer is another cop, and goes on the record with his allegations. Demoted to water-way duty Tom, along with new partner Jo Christman, navigate the three rivers looking for clues and discovering bodies. This time the victims are women Tom knows, he must find the killer to prove his innocence.", + "credit_id": "52fe43f29251416c75023ceb" + }, + { + "poster_path": "/uDvfFl3AhMAUNBzvH7OyiHlGtkp.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 10, + "video": false, + "id": 30565, + "popularity": 0.897, + "genre_ids": [ + 99 + ], + "original_language": "en", + "title": "The Hamster Factor and Other Tales of Twelve Monkeys", + "original_title": "The Hamster Factor and Other Tales of Twelve Monkeys", + "release_date": "1997-01-01", + "character": "Himself", + "vote_average": 6.3, + "overview": "A documentary following Terry Gilliam through the creation of \"12 Monkeys\"", + "credit_id": "52fe44259251416c9100668f" + }, + { + "release_date": "1991-04-19", + "adult": false, + "vote_average": 5.4, + "vote_count": 67, + "video": false, + "title": "Mortal Thoughts", + "popularity": 3.096, + "genre_ids": [ + 18, + 9648, + 53 + ], + "original_language": "en", + "character": "James Urbanski", + "original_title": "Mortal Thoughts", + "poster_path": "/xXWYaBHxe5qxkADZeNfdfpb8Yj.jpg", + "id": 30815, + "backdrop_path": "/bob5ysB7qHXrMvnUOdrcTZ2OvMn.jpg", + "overview": "A loathsome man ends up dead, but it's not clear who's to blame. If ever a person got what he deserved, it's James Urbanksi, an abusive drunk who steals from his wife, Joyce, and promises her close friend Cynthia Kellogg that she'll be the next target of his rage. At a group outing, James bleeds to death after someone cuts his throat. But because he's such a terrible human being, police aren't sure which of his acquaintances decided to kill him.", + "credit_id": "52fe44409251416c9100a1f9" + }, + { + "release_date": "1994-12-23", + "adult": false, + "vote_average": 7, + "vote_count": 98, + "video": false, + "title": "Nobody's Fool", + "popularity": 5.727, + "genre_ids": [ + 18, + 35 + ], + "original_language": "en", + "character": "Carl Roebuck", + "original_title": "Nobody's Fool", + "poster_path": "/3mbJyBFsryL6wcSuEwHXvpzdOYa.jpg", + "id": 11593, + "backdrop_path": "/spgT4i6EMUkToYN337QFpAUOZmq.jpg", + "overview": "Sully is a rascally ne'er-do-well approaching retirement age. While he is pressing a worker's compensation suit for a bad knee, he secretly works for his nemesis, Carl, and flirts with Carl's young wife Toby. Sully's long- forgotten son and family have moved back to town, so Sully faces unfamiliar family responsibilities. Meanwhile, Sully's landlady's banker son plots to push through a new development and evict Sully from his mother's life.", + "credit_id": "52fe44629251416c75032de9" + }, + { + "release_date": "2007-04-19", + "adult": false, + "vote_average": 5.8, + "vote_count": 390, + "video": false, + "title": "Perfect Stranger", + "popularity": 7.237, + "genre_ids": [ + 80, + 18, + 9648, + 53 + ], + "original_language": "en", + "character": "Harrison Hill", + "original_title": "Perfect Stranger", + "poster_path": "/fKkabVcVNKTTgsR4ElklI5bXDU1.jpg", + "id": 7183, + "backdrop_path": "/pV2lgUmt1lheXdyb4uOryjiicOa.jpg", + "overview": "A journalist goes undercover to ferret out businessman Harrison Hill as her best friend's killer. Posing as one of his temps, she enters into a game of online cat-and-mouse.", + "credit_id": "52fe4472c3a36847f80967fb" + }, + { + "release_date": "2010-02-26", + "adult": false, + "vote_average": 5.3, + "vote_count": 749, + "video": false, + "title": "Cop Out", + "popularity": 7.026, + "genre_ids": [ + 28, + 35, + 80 + ], + "original_language": "en", + "character": "Jimmy Monroe", + "original_title": "Cop Out", + "poster_path": "/cSkPYnVsD7MRNXPhkhBv3Mcxx39.jpg", + "id": 23742, + "backdrop_path": "/3rRAYIwh1FhdijYkSDgPFhQTTI9.jpg", + "overview": "Detectives Jimmy and Paul, despite nine years as partners, can still sometimes seem like polar opposites – especially when Paul's unpredictable antics get them suspended without pay. Already strapped for cash and trying to pay for his daughter's wedding, Jimmy decides to sell a rare baseball card that's worth tens of thousands. Unfortunately, when the collector's shop is robbed and the card vanishes with the crook, Paul and Jimmy end up going rogue, tracking down the card and the drug ring behind its theft, all on their own time, and without any backup – except for each other.", + "credit_id": "52fe4475c3a368484e0242eb" + }, + { + "poster_path": "/t9pirEsDxe102mSQGoDZWBbdcCD.jpg", + "adult": false, + "backdrop_path": "/LxmZLr6VHeibkq5DG0LvRKJWrX.jpg", + "vote_count": 669, + "video": false, + "id": 7457, + "popularity": 8.205, + "genre_ids": [ + 80, + 18 + ], + "original_language": "en", + "title": "Alpha Dog", + "original_title": "Alpha Dog", + "release_date": "2006-01-27", + "character": "Sonny Truelove", + "vote_average": 6.6, + "overview": "Johnny Truelove likes to see himself as tough. He's the son of an underworld figure and a drug dealer. Johnny also likes to get tough when things don't go his way. When Jake Mazursky fails to pay up for Johnny, things get worse for the Mazursky family, as Johnny and his 'gang' kidnap Jake's 15 year old brother and holds him hostage. Problem now is what to do with 'stolen boy?'", + "credit_id": "52fe447ec3a36847f809974b" + }, + { + "release_date": "2006-05-19", + "adult": false, + "vote_average": 6.4, + "vote_count": 2091, + "video": false, + "title": "Over the Hedge", + "popularity": 15.369, + "genre_ids": [ + 35, + 16, + 10751 + ], + "original_language": "en", + "character": "RJ (voice)", + "original_title": "Over the Hedge", + "poster_path": "/fGvoD6n6blbFprgbl3BJ2U8YHSF.jpg", + "id": 7518, + "backdrop_path": "/vZSJZZ178D40pwzRXkKqQKjLU7X.jpg", + "overview": "A scheming raccoon fools a mismatched family of forest creatures into helping him repay a debt of food, by invading the new suburban sprawl that popped up while they were hibernating – and learns a lesson about family himself.", + "credit_id": "52fe4482c3a36847f809a4cd" + }, + { + "release_date": "1994-07-22", + "adult": false, + "vote_average": 5.1, + "vote_count": 115, + "video": false, + "title": "North", + "popularity": 5.636, + "genre_ids": [ + 35, + 18, + 14, + 878, + 10751 + ], + "original_language": "en", + "character": "Narrator", + "original_title": "North", + "poster_path": "/4k5JshQ6kGLtI7paXAVAuC1o4t4.jpg", + "id": 31586, + "backdrop_path": "/5MgwfgJ4jLM8eXbq0BX2d1OPni6.jpg", + "overview": "Eleven-year-old North has had it with his parents. They are always busy with their careers and don't give North the attention he needs, so he files a lawsuit against them. The judge rules that North should either find new parents or return to his own parents within two months. Thus north starts off on an hilarious journey around the world to find the parents that really care about him.", + "credit_id": "52fe448a9251416c910145d5" + }, + { + "poster_path": "/s13uyUCCYs7zKj4MqsAPdK0lN4X.jpg", + "adult": false, + "backdrop_path": "/3h6dgVGh9n0KhnFlTtTXADlj5hh.jpg", + "vote_count": 148, + "video": false, + "id": 8324, + "popularity": 6.325, + "genre_ids": [ + 35, + 18, + 53 + ], + "original_language": "en", + "title": "Fast Food Nation", + "original_title": "Fast Food Nation", + "release_date": "2006-05-16", + "character": "Harry Rydell", + "vote_average": 6, + "overview": "Inspired by author Eric Schlosser's New York Times best-seller of the same name, director Richard Linklater's ensemble drama examines the health issues and social consequences of America's love affair with fast food and features an all-star cast that includes Greg Kinnear, Ethan Hawke, Kris Kristofferson, Patricia Arquette, and Luis Guzman.", + "credit_id": "52fe449ec3a36847f80a07c9" + }, + { + "release_date": "1998-04-03", + "adult": false, + "vote_average": 6.2, + "vote_count": 594, + "video": false, + "title": "Mercury Rising", + "popularity": 10.169, + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "character": "Art Jeffries", + "original_title": "Mercury Rising", + "poster_path": "/2vEQLyrH0uKgjvLzYmYc9coNrgI.jpg", + "id": 8838, + "backdrop_path": "/pQvqotL0tjP6kuNoxq7eAPXicrk.jpg", + "overview": "Renegade FBI agent Art Jeffries protects a nine-year-old autistic boy who has cracked the government's new \"unbreakable\" code.", + "credit_id": "52fe44bec3a36847f80a785b" + }, + { + "poster_path": "/hr5oELD0PJxnRGAFsWT22uFtcyP.jpg", + "adult": false, + "backdrop_path": "/4dyRBYhJQi23vFHyyrsWlJz6Yca.jpg", + "vote_count": 196, + "video": false, + "id": 8944, + "popularity": 7.485, + "genre_ids": [ + 35, + 18 + ], + "original_language": "en", + "title": "What Just Happened", + "original_title": "What Just Happened", + "release_date": "2008-10-17", + "character": "Himself", + "vote_average": 5.3, + "overview": "During the course of an ordinary week in Hollywood, movie producer Ben (Robert De Niro) must navigate his way through shark-infested waters as he struggles to complete his latest projects. A demanding studio boss (Catherine Keener) demands extensive changes to a movie starring Sean Penn, while another chief won't greenlight a project unless star Bruce Willis shaves his beard. Meanwhile, Ben tries to reconcile with his wife and maintain a relationship with his young daughter.", + "credit_id": "52fe44cac3a36847f80aa233" + }, + { + "poster_path": "/2e5VGxXshdFt9jfm6M4O7oUWPEi.jpg", + "adult": false, + "backdrop_path": "/s98JDnFZzR4D2drR4bzQdTvSW9p.jpg", + "vote_count": 123, + "video": false, + "id": 12220, + "popularity": 6.185, + "genre_ids": [ + 35, + 18, + 10749 + ], + "original_language": "en", + "title": "The Story of Us", + "original_title": "The Story of Us", + "release_date": "1999-10-13", + "character": "Ben Jordan", + "vote_average": 6.1, + "overview": "Ben and Katie Jordan are a married couple who go through hard times in fifteen years of marriage.", + "credit_id": "52fe44cc9251416c75041487" + }, + { + "release_date": "1991-05-23", + "adult": false, + "vote_average": 5.6, + "vote_count": 408, + "video": false, + "title": "Hudson Hawk", + "popularity": 9.233, + "genre_ids": [ + 28, + 12, + 35 + ], + "original_language": "en", + "character": "Eddie 'Hudson Hawk' Hawkins", + "original_title": "Hudson Hawk", + "poster_path": "/nIXLXVnSM8t3mRE8zWS7b5UBrxX.jpg", + "id": 9292, + "backdrop_path": "/wlviEefkJAbJrVmHu6SJzBPq6sG.jpg", + "overview": "Eddie Hawkins, called Hudson Hawk has just been released from ten years of prison and is planning to spend the rest of his life honestly. But then the crazy Mayflower couple blackmail him to steal some of the works of Leonardo da Vinci. If he refuses, they threaten to kill his friend Tommy.", + "credit_id": "52fe44e3c3a36847f80afed9" + }, + { + "release_date": "1991-12-12", + "adult": false, + "vote_average": 6.6, + "vote_count": 765, + "video": false, + "title": "The Last Boy Scout", + "popularity": 8.479, + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "character": "Joe Hallenbeck", + "original_title": "The Last Boy Scout", + "poster_path": "/cTl2WqsERuZ5vYmAmtfsPIJBLr0.jpg", + "id": 9319, + "backdrop_path": "/7crRVZFSGSrDk0wR3Lahxr1Fb7P.jpg", + "overview": "When the girl that detective Joe Hallenback is protecting gets murdered, the boyfriend of the murdered girl attempts to investigate and solve the case. What they discover is that there is deep seated corruption going on between a crooked politician and the owner of a pro football team.", + "credit_id": "52fe44e7c3a36847f80b0d73" + }, + { + "release_date": "1996-09-20", + "adult": false, + "vote_average": 6.2, + "vote_count": 375, + "video": false, + "title": "Last Man Standing", + "popularity": 7.385, + "genre_ids": [ + 28, + 80, + 18, + 53, + 9648 + ], + "original_language": "en", + "character": "John Smith", + "original_title": "Last Man Standing", + "poster_path": "/fkURS96D2ceuocZIBuyiIBGHilF.jpg", + "id": 9333, + "backdrop_path": "/lD1ukTu3oEHMC4lFMt7Xfj0QaQ1.jpg", + "overview": "John Smith is a mysterious stranger who is drawn into a vicious war between two Prohibition-era gangs. In a dangerous game, he switches allegiances from one to another, offering his services to the highest bidder. As the death toll mounts, Smith takes the law into his own hands in a deadly race to stay alive.", + "credit_id": "52fe44e8c3a36847f80b138f" + }, + { + "poster_path": "/oOEkGtAcysCV1pJAB3qFlOG76hj.jpg", + "adult": false, + "backdrop_path": "/61Woa0KSlUBPxlb10rxNA34ISD2.jpg", + "vote_count": 40, + "video": false, + "id": 12479, + "popularity": 4.516, + "genre_ids": [ + 35 + ], + "original_language": "en", + "title": "Breakfast of Champions", + "original_title": "Breakfast of Champions", + "release_date": "1999-02-13", + "character": "Dwayne Hoover", + "vote_average": 5.4, + "overview": "A portrait of a fictional town in the mid west that is home to a group of idiosyncratic and slightly neurotic characters. Dwayne Hoover is a wealthy car dealer-ship owner that's on the brink of suicide and is losing touch with reality.", + "credit_id": "52fe44e99251416c75045375" + }, + { + "poster_path": "/gVfYLX0mynpIqK4PDZD05Loy9dC.jpg", + "adult": false, + "backdrop_path": "/hOljV0Ikm0WWg8C6F0xW0OmL0ly.jpg", + "vote_count": 21, + "video": false, + "id": 32855, + "popularity": 2.434, + "genre_ids": [ + 35, + 18, + 10749 + ], + "original_language": "en", + "title": "In Country", + "original_title": "In Country", + "release_date": "1989-09-15", + "character": "Emmett Smith", + "vote_average": 5.7, + "overview": "Samantha Hughes, a teenaged Kentucky girl, never knew her father, who died in Vietnam before her birth. Samantha lives with her uncle Emmett, who also served in Vietnam. Emmett hangs around with Tom, Earl, and Pete, three other Vietnam vets who, like Emmett, all have problems of one kind or another that relate to their war experiences. Samantha becomes obsessed with finding out about her father.", + "credit_id": "52fe44eb9251416c91021687" + }, + { + "release_date": "1990-12-14", + "adult": false, + "vote_average": 5.2, + "vote_count": 609, + "video": false, + "title": "Look Who's Talking Too", + "popularity": 6.989, + "genre_ids": [ + 35, + 10749 + ], + "original_language": "en", + "character": "Mikey (voice)", + "original_title": "Look Who's Talking Too", + "poster_path": "/7HtSFUYBPOUd9ylUXU0LyPsxpRm.jpg", + "id": 9356, + "backdrop_path": "/AtQGCV8719WlfGYGRapkupivzk.jpg", + "overview": "Mollie and James are together and raising a family, which now consists of an older Mikey and his baby sister, Julie. Tension between the siblings arises, and as well with Mollie and James when Mollie's brother Stuart moves in. Mikey is also learning how to use the toilet for the first time.", + "credit_id": "52fe44ecc3a36847f80b21e9" + }, + { + "poster_path": "/qNIkecw9i44ljTJaMfkdeyLc4vB.jpg", + "adult": false, + "backdrop_path": "/8djDTR7aOFHiHGDD5YN2RwYg4dK.jpg", + "vote_count": 1111, + "video": false, + "id": 9374, + "popularity": 10.959, + "genre_ids": [ + 35, + 14, + 27 + ], + "original_language": "en", + "title": "Death Becomes Her", + "original_title": "Death Becomes Her", + "release_date": "1992-07-30", + "character": "Dr. Ernest Menville", + "vote_average": 6.6, + "overview": "Madeline is married to Ernest, who was once arch-rival Helen's fiance. After recovering from a mental breakdown, Helen vows to kill Madeline and steal back Ernest. Unfortunately for everyone, the introduction of a magic potion causes things to be a great deal more complicated than a mere murder plot.", + "credit_id": "52fe44efc3a36847f80b2b91" + }, + { + "release_date": "1989-10-13", + "adult": false, + "vote_average": 6, + "vote_count": 1022, + "video": false, + "title": "Look Who's Talking", + "popularity": 7.186, + "genre_ids": [ + 35, + 10749 + ], + "original_language": "en", + "character": "Mikey (voice)", + "original_title": "Look Who's Talking", + "poster_path": "/zyq8wUKk3FVfgkYnI1IVgmypOtG.jpg", + "id": 9494, + "backdrop_path": "/m9TyWTTaaFUNMlNJ3b8Q0gkOiZY.jpg", + "overview": "Mollie is a single working mother who's out to find the perfect father for her child. Her baby, Mikey, prefers James, a cab driver turned babysitter who has what it takes to make them both happy. But Mollie won't even consider James. It's going to take all the tricks a baby can think of to bring them together before it's too late", + "credit_id": "52fe44ffc3a36847f80b6941" + }, + { + "release_date": "2003-03-07", + "adult": false, + "vote_average": 6.5, + "vote_count": 888, + "video": false, + "title": "Tears of the Sun", + "popularity": 10.729, + "genre_ids": [ + 28, + 18, + 10752 + ], + "original_language": "en", + "character": "Lieutenant A.K. Waters", + "original_title": "Tears of the Sun", + "poster_path": "/qEe7aE4PgZCwnVoxKe7YsTm3Smh.jpg", + "id": 9567, + "backdrop_path": "/ldqbcQaNc8RyTekKaeMoV4HBDQB.jpg", + "overview": "Navy SEAL Lieutenant A.K. Waters and his elite squadron of tactical specialists are forced to choose between their duty and their humanity, between following orders by ignoring the conflict that surrounds them, or finding the courage to follow their conscience and protect a group of innocent refugees. When the democratic government of Nigeria collapses and the country is taken over by a ruthless military dictator, Waters, a fiercely loyal and hardened veteran is dispatched on a routine mission to retrieve a Doctors Without Borders physician.", + "credit_id": "52fe450bc3a36847f80b9015" + }, + { + "poster_path": "/4GfvG6CPbY6soFyWtFXGVTOFPOC.jpg", + "adult": false, + "backdrop_path": "/e4D0ZBhqfIk10u23cGyISGQrtLQ.jpg", + "vote_count": 198, + "video": false, + "id": 9586, + "popularity": 6.89, + "genre_ids": [ + 35, + 18 + ], + "original_language": "en", + "title": "The Bonfire of the Vanities", + "original_title": "The Bonfire of the Vanities", + "release_date": "1990-12-21", + "character": "Peter Fallow", + "vote_average": 5.5, + "overview": "After his mistress runs over a young teen, a Wall Street hotshot sees his life unravel in the spotlight, and attracting the interest of a down and out reporter.", + "credit_id": "52fe450dc3a36847f80b9969" + }, + { + "release_date": "1991-11-01", + "adult": false, + "vote_average": 5.7, + "vote_count": 91, + "video": false, + "title": "Billy Bathgate", + "popularity": 5.083, + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "character": "Bo Weinberg", + "original_title": "Billy Bathgate", + "poster_path": "/wMIXsvxco8ob3b6RE9otuui3jQO.jpg", + "id": 12647, + "backdrop_path": "/AqsO0lmxGaF9LbSlz2u5EeVpPHJ.jpg", + "overview": "In the year 1935, a teen named Billy Bathgate finds first love while becoming the protégé of fledgling gangster Dutch Schultz.", + "credit_id": "52fe450e9251416c7504a30d" + }, + { + "release_date": "2000-11-13", + "adult": false, + "vote_average": 7.1, + "vote_count": 4090, + "video": false, + "title": "Unbreakable", + "popularity": 48.581, + "genre_ids": [ + 53, + 18, + 878 + ], + "original_language": "en", + "character": "David Dunn", + "original_title": "Unbreakable", + "poster_path": "/pvL37V88plePxFSszCbV3wRHiBm.jpg", + "id": 9741, + "backdrop_path": "/4WQG7oGOjNQX9U89CpPO0hyLFxz.jpg", + "overview": "An ordinary man makes an extraordinary discovery when a train accident leaves his fellow passengers dead — and him unscathed. The answer to this mystery could lie with the mysterious Elijah Price, a man who suffers from a disease that renders his bones as fragile as glass.", + "credit_id": "52fe4525c3a36847f80befd5" + }, + { + "release_date": "1998-11-06", + "adult": false, + "vote_average": 6.2, + "vote_count": 552, + "video": false, + "title": "The Siege", + "popularity": 7.522, + "genre_ids": [ + 18, + 28, + 53, + 80 + ], + "original_language": "en", + "character": "Major-General William Devereaux", + "original_title": "The Siege", + "poster_path": "/xifxCJU2Lx22qScn6WFjp9gtw5u.jpg", + "id": 9882, + "backdrop_path": "/5Rcs4AThvFDpRt8VF6LDpN9JPk6.jpg", + "overview": "The secret US abduction of a suspected terrorist from his Middle East homeland leads to a wave of terrorist attacks in New York. An FBI senior agent and his team attempt to locate and decommission the enemy cells, but must also deal with an Army General gone rogue and a female CIA agent of uncertain loyalties.", + "credit_id": "52fe4540c3a36847f80c3b07" + }, + { + "release_date": "2010-08-03", + "adult": false, + "vote_average": 6.1, + "vote_count": 4326, + "video": false, + "title": "The Expendables", + "popularity": 23.241, + "genre_ids": [ + 53, + 12, + 28 + ], + "original_language": "en", + "character": "Mr. Church (uncredited)", + "original_title": "The Expendables", + "poster_path": "/4gLFKsalwRy0ONzfYaRsKr5wilK.jpg", + "id": 27578, + "backdrop_path": "/x5u73uBylbyCCnkzUGzt3uozqRp.jpg", + "overview": "Barney Ross leads a band of highly skilled mercenaries including knife enthusiast Lee Christmas, a martial arts expert, heavy weapons specialist, demolitionist, and a loose-cannon sniper. When the group is commissioned by the mysterious Mr. Church to assassinate the dictator of a small South American island, Barney and Lee visit the remote locale to scout out their opposition and discover the true nature of the conflict engulfing the city.", + "credit_id": "52fe4555c3a368484e0541dd" + }, + { + "poster_path": "/hQZtPZwcVMBNoT8hrNpOFNIPQv0.jpg", + "adult": false, + "backdrop_path": "/hTNhWbivke8Qxl5DLGPtVwAhMUf.jpg", + "vote_count": 30, + "video": false, + "id": 38560, + "popularity": 2.836, + "genre_ids": [ + 35, + 80 + ], + "original_language": "en", + "title": "Sunset", + "original_title": "Sunset", + "release_date": "1988-04-29", + "character": "Tom Mix", + "vote_average": 5.8, + "overview": "Tom Mix and Wyatt Earp team up to solve a murder at the Academy Awards in 1929 Hollywood.", + "credit_id": "52fe46c69251416c9105f485" + }, + { + "release_date": "2010-10-14", + "adult": false, + "vote_average": 6.6, + "vote_count": 3904, + "video": false, + "title": "RED", + "popularity": 13.711, + "genre_ids": [ + 28, + 12, + 35, + 80, + 53 + ], + "original_language": "en", + "character": "Frank Moses", + "original_title": "RED", + "poster_path": "/q2mwTRKrq1etP9S4SZVDIJq0wI2.jpg", + "id": 39514, + "backdrop_path": "/1TFEtFxD1M9OvMGlGcSAR5Pg53I.jpg", + "overview": "When his peaceful life is threatened by a high-tech assassin, former black-ops agent, Frank Moses reassembles his old team in a last ditch effort to survive and uncover his assailants.", + "credit_id": "52fe47219251416c9106b043" + }, + { + "release_date": "2013-02-14", + "adult": false, + "vote_average": 5.2, + "vote_count": 4273, + "video": false, + "title": "A Good Day to Die Hard", + "popularity": 15.524, + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "character": "John McClane", + "original_title": "A Good Day to Die Hard", + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "id": 47964, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "credit_id": "52fe4751c3a36847f812f049" + }, + { + "release_date": "2008-01-17", + "adult": false, + "vote_average": 6, + "vote_count": 144, + "video": false, + "title": "Assassination of a High School President", + "popularity": 5.071, + "genre_ids": [ + 35, + 80, + 9648, + 53 + ], + "original_language": "en", + "character": "Principal Kirkpatrick", + "original_title": "Assassination of a High School President", + "poster_path": "/9e1SZqHtyNsJzkrxOgmq8GyEjCN.jpg", + "id": 18176, + "backdrop_path": "/anYIKUyuzHI1bVeRL9wkBxeSlhF.jpg", + "overview": "After the theft of copies of SAT exams from a principal's office, teenage reporter Bobby Funke sets out to unmask the thief. Bobby prints an article fingering Class President Paul Moore as the thief, shredding the youth's reputation. But as Bobby gets to know Paul's girlfriend, Francesca, he comes to realize he was wrong about Paul, so he sets out to unmask the true culprit.", + "credit_id": "52fe47659251416c75097deb" + }, + { + "poster_path": "/pHAnrezPCpWzNYYceLivTMcQ4jM.jpg", + "adult": false, + "backdrop_path": "/lQ872mmHvHXip5sC1t0cvCSP8IO.jpg", + "vote_count": 1716, + "video": false, + "id": 19959, + "popularity": 11.396, + "genre_ids": [ + 28, + 878, + 53 + ], + "original_language": "en", + "title": "Surrogates", + "original_title": "Surrogates", + "release_date": "2009-09-25", + "character": "Tom Greer", + "vote_average": 6, + "overview": "Set in a futuristic world where humans live in isolation and interact through surrogate robots, a cop is forced to leave his home for the first time in years in order to investigate the murders of others' surrogates.", + "credit_id": "52fe47fc9251416c750ac1f5" + }, + { + "poster_path": "/hSE2TZqF6x46Exo6Et5aCqPWtej.jpg", + "adult": false, + "backdrop_path": "/tUfbdGr8nKCH5oVcBcvBN43Ga7y.jpg", + "vote_count": 209, + "video": false, + "id": 70586, + "popularity": 9.543, + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "title": "Setup", + "original_title": "Setup", + "release_date": "2011-11-04", + "character": "Biggs", + "vote_average": 4.9, + "overview": "A group of friends plan out a detailed heist that turns deadly when one betrays the other by taking off with the goods. Taking matters into his own hands, Sonny seeks out his revenge teaming up with the most dangerous mob boss in town to get back what is rightfully his. When he finally comes face to face with his longtime friend he will be forced to make a life changing choice.", + "credit_id": "52fe4802c3a368484e0e5007" + }, + { + "poster_path": "/i24UVXhY87heW2xZYu06QvQnTg3.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 6, + "video": false, + "id": 82150, + "popularity": 2.005, + "genre_ids": [ + 35, + 10751 + ], + "original_language": "en", + "title": "Grand Champion", + "original_title": "Grand Champion", + "release_date": "2004-08-27", + "character": "Mr. Blandford", + "vote_average": 4.4, + "overview": "'Grand Champion' weaves the tale of a spunky young boy named Buddy and his prize-winning calf, Hokey, as they climb from the underdog position and up through the ranks of several Texas stock shows to ultimately win the coveted title of Grand Champion. People from all walks of life help Buddy and Hokey make their way across Texas by cheering them on to a toe-tapping surprise ending. Written by Sujit R. Varma", + "credit_id": "52fe48409251416c91085afb" + }, + { + "release_date": "2013-03-29", + "adult": false, + "vote_average": 5.5, + "vote_count": 3742, + "video": false, + "title": "G.I. Joe: Retaliation", + "popularity": 12.63, + "genre_ids": [ + 12, + 28, + 878, + 53 + ], + "original_language": "en", + "character": "Joe Colton", + "original_title": "G.I. Joe: Retaliation", + "poster_path": "/iFWxbu2LLtfaWv6D1TSrY11huTe.jpg", + "id": 72559, + "backdrop_path": "/b9OVFl48ZV2oTLzACSwBpNrCUhJ.jpg", + "overview": "Framed for crimes against the country, the G.I. Joe team is terminated by Presidential order. This forces the G.I. Joes into not only fighting their mortal enemy Cobra; they are forced to contend with threats from within the government that jeopardize their very existence.", + "credit_id": "52fe4873c3a368484e0f8c2d" + }, + { + "poster_path": "/A5m1r8yhPYLxhz4P3JmMbMvzChn.jpg", + "adult": false, + "backdrop_path": "/2Ag23rl87hgDMPWCEAPjkMZZICq.jpg", + "vote_count": 115, + "video": false, + "id": 84305, + "popularity": 6.782, + "genre_ids": [ + 35, + 18 + ], + "original_language": "en", + "title": "Lay the Favorite", + "original_title": "Lay the Favorite", + "release_date": "2012-12-07", + "character": "Dink Heimowitz", + "vote_average": 5.3, + "overview": "A former stripper's talent with numbers lands her a job with a professional gambler who runs a sports book in Las Vegas.", + "credit_id": "52fe48e89251416c9109c521" + }, + { + "release_date": "2011-12-09", + "adult": false, + "vote_average": 5, + "vote_count": 152, + "video": false, + "title": "Catch.44", + "popularity": 7.299, + "genre_ids": [ + 28, + 18, + 53 + ], + "original_language": "en", + "character": "Mel", + "original_title": "Catch.44", + "poster_path": "/2WtEv5cCtqOlo6fKZuhVuxctiVs.jpg", + "id": 75736, + "backdrop_path": "/kxuL2bvgo3tNVD1Fmj7aLO1Gu6S.jpg", + "overview": "The lives of three female assassins take a sudden turn when their charming boss lures them into one last job. They soon find themselves thrust into a bizarre situation involving a psychotic hit man, a grizzled trucker and a delusional line cook.", + "credit_id": "52fe490fc3a368484e11887b" + }, + { + "release_date": "2012-08-17", + "adult": false, + "vote_average": 6.2, + "vote_count": 3950, + "video": false, + "title": "The Expendables 2", + "popularity": 14.464, + "genre_ids": [ + 28, + 12, + 53 + ], + "original_language": "en", + "character": "Church", + "original_title": "The Expendables 2", + "poster_path": "/dJPnTe1qOcO7XqsJvESFph83m6m.jpg", + "id": 76163, + "backdrop_path": "/pIjnoUnXdLpROFzIRPNziPzgBUp.jpg", + "overview": "Mr. Church reunites the Expendables for what should be an easy paycheck, but when one of their men is murdered on the job, their quest for revenge puts them deep in enemy territory and up against an unexpected threat.", + "credit_id": "52fe4929c3a368484e11d759" + }, + { + "poster_path": "/m2XxNtNS2VCa9Y8yX7OdCzomGWA.jpg", + "adult": false, + "backdrop_path": "/jjgUFVMFGljMrNBGU30SEYP2Mku.jpg", + "vote_count": 20, + "video": false, + "id": 85693, + "popularity": 2.697, + "genre_ids": [ + 16, + 35, + 10751 + ], + "original_language": "en", + "title": "Hammy's Boomerang Adventure", + "original_title": "Hammy's Boomerang Adventure", + "release_date": "2006-10-17", + "character": "RJ (voice)", + "vote_average": 5.8, + "overview": "RJ the raccoon produces a nature video, which turns out to be an excuse for him and the porcupine children to play pranks on Hammy the squirrel.", + "credit_id": "52fe49559251416c910a9fad" + }, + { + "release_date": "2012-09-06", + "adult": false, + "vote_average": 5, + "vote_count": 431, + "video": false, + "title": "The Cold Light of Day", + "popularity": 5.845, + "genre_ids": [ + 28, + 9648, + 53 + ], + "original_language": "en", + "character": "Martin", + "original_title": "The Cold Light of Day", + "poster_path": "/zXhphNKS56VQbVJXqk3OMrjtNNc.jpg", + "id": 77948, + "backdrop_path": "/dFOC8NGMkKPZr9ic2hMo1nJOuzZ.jpg", + "overview": "After his family is kidnapped during their sailing trip in Spain, a young Wall Street trader is confronted by the people responsible: intelligence agents looking to recover a mysterious briefcase.", + "credit_id": "52fe4984c3a368484e12fa45" + }, + { + "release_date": "2012-09-28", + "adult": false, + "vote_average": 6.8, + "vote_count": 6350, + "video": false, + "title": "Looper", + "popularity": 14.622, + "genre_ids": [ + 28, + 53, + 878 + ], + "original_language": "en", + "character": "Old Joe", + "original_title": "Looper", + "poster_path": "/sNjL6SqErDBE8OUZlrDLkexfsCj.jpg", + "id": 59967, + "backdrop_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "overview": "In the futuristic action thriller Looper, time travel will be invented but it will be illegal and only available on the black market. When the mob wants to get rid of someone, they will send their target 30 years into the past where a looper, a hired gun, like Joe is waiting to mop up. Joe is getting rich and life is good until the day the mob decides to close the loop, sending back Joe's future self for assassination.", + "credit_id": "52fe49a5c3a36847f81a5243" + }, + { + "release_date": "2012-05-25", + "adult": false, + "vote_average": 7.7, + "vote_count": 2744, + "video": false, + "title": "Moonrise Kingdom", + "popularity": 11.076, + "genre_ids": [ + 35, + 18, + 10749 + ], + "original_language": "en", + "character": "Captain Sharp", + "original_title": "Moonrise Kingdom", + "poster_path": "/ysTohGF7NY9Z6MYz9vLNYiyzh0r.jpg", + "id": 83666, + "backdrop_path": "/1mKI5UfeCetrB3HZbYt6VTn7K9m.jpg", + "overview": "Set on an island off the coast of New England in the summer of 1965, Moonrise Kingdom tells the story of two twelve-year-olds who fall in love, make a secret pact, and run away together into the wilderness. As various authorities try to hunt them down, a violent storm is brewing off-shore – and the peaceful island community is turned upside down in more ways than anyone can handle.", + "credit_id": "53062e8d925141349a297ef3" + }, + { + "poster_path": "/uvlYyqWjBivW51PMYilU0BUuzhA.jpg", + "adult": false, + "backdrop_path": "/9vuuYq1b7xQiWcnL9EpUr9Jg6sn.jpg", + "vote_count": 1, + "video": false, + "id": 153538, + "popularity": 0.68, + "genre_ids": [ + 10402 + ], + "original_language": "en", + "title": "Tony Bennett: An American Classic", + "original_title": "Tony Bennett: An American Classic", + "release_date": "2006-11-21", + "character": "", + "vote_average": 8, + "overview": "Tony Bennett: An American Classic was an Emmy Award-winning television special celebrating the life of musical icon Tony Bennett on the occasion of his 80th birthday. Directed by Rob Marshall (Memoirs of a Geisha, Chicago), it charts Bennett’s career by faithfully re-creating venues from his past, from the downtown Greenwich Village club where he was discovered, to the Columbia recording studios of the early 60's, from rat pack Las Vegas to Carnegie Hall. Bennett is joined for each number by the artists that collaborated with him on his Duets album, with musical performances by Barbra Streisand, John Legend, k.d. lang, Chris Botti, Diana Krall, Juanes, Elton John, Michael Bublé, Stevie Wonder and Christina Aguilera.", + "credit_id": "52fe4b459251416c910d5287" + }, + { + "release_date": "2013-07-19", + "adult": false, + "vote_average": 6.5, + "vote_count": 2204, + "video": false, + "title": "RED 2", + "popularity": 16.427, + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "original_language": "en", + "character": "Frank Moses", + "original_title": "RED 2", + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "id": 146216, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "credit_id": "52fe4b779251416c75103c5f" + }, + { + "poster_path": "/fUnRt6YD8JNylBSvVP0avUL0Rzd.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 4, + "video": false, + "id": 132542, + "popularity": 0.996, + "genre_ids": [], + "original_language": "en", + "title": "The Return of Bruno", + "original_title": "The Return of Bruno", + "release_date": "1987-02-17", + "character": "Bruno Radolini", + "vote_average": 5, + "overview": "A \"documentary\" about the major influence that a '60s rock singer named Bruno has had on rock music, as attested to by such rock legends as Ringo Starr, Brian Wilson and the Bee Gees, among others.", + "credit_id": "52fe4b97c3a368484e190695" + }, + { + "poster_path": "/8h8skx2rKYEWfTHxpTz9WmM8J0.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 2, + "video": false, + "id": 135051, + "popularity": 0.947, + "genre_ids": [], + "original_language": "en", + "title": "True West", + "original_title": "True West", + "release_date": "2002-05-28", + "character": "Lee", + "vote_average": 6, + "overview": "Filmed play about two very different brothers, one a criminal and the other a screen-writing family man who becomes appalled by his wayward brother's relationship with a producer.", + "credit_id": "52fe4bebc3a368484e19ea61" + }, + { + "release_date": "2014-05-21", + "adult": false, + "vote_average": 7.8, + "vote_count": 8, + "video": false, + "title": "B.B. King: The Life of Riley", + "popularity": 1.697, + "genre_ids": [ + 99, + 10402 + ], + "original_language": "en", + "character": "", + "original_title": "B.B. King: The Life of Riley", + "poster_path": "/stiKu0sasxqP2bgeKzoLFGqYEgS.jpg", + "id": 136296, + "backdrop_path": "/pNXYDpCRHMa8XWtxkacszPYh7Yq.jpg", + "overview": "Documentary charting the life of blues guitarist B.B. King, with contributions from fellow musicians.", + "credit_id": "52fe4c14c3a368484e1a5c0b" + }, + { + "release_date": "2011-11-01", + "adult": false, + "vote_average": 7.4, + "vote_count": 4, + "video": false, + "title": "Warren Ellis: Captured Ghosts", + "popularity": 0.985, + "genre_ids": [ + 99 + ], + "original_language": "en", + "character": "Himself", + "original_title": "Warren Ellis: Captured Ghosts", + "poster_path": "/3A8lLtRaIcFQPY3uclRT00NI6BC.jpg", + "id": 137896, + "backdrop_path": "/j6wMDPwSqKA0NZaesm0hBe7XdeF.jpg", + "overview": "Warren Ellis: Captured Ghosts is a feature-length documentary that takes an in depth look at the life, career and mind of the British comic book writer Warren Ellis. The film combines extensive interviews with Ellis with insights from his colleagues and friends, as well as ambient visual re-creations of his prose and comics work.", + "credit_id": "52fe4c3bc3a368484e1adf35" + }, + { + "release_date": "2012-08-31", + "adult": false, + "vote_average": 5.6, + "vote_count": 316, + "video": false, + "title": "Fire with Fire", + "popularity": 7.826, + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "character": "Mike Cella", + "original_title": "Fire with Fire", + "poster_path": "/2F0Y4l7uXIGfDMtfuq2k6b2744w.jpg", + "id": 139567, + "backdrop_path": "/3oqNKnwfW1UKC5i8hnQz2fAGtGE.jpg", + "overview": "A fireman takes an unexpected course of action when a man whom he's been ordered to testify against – after being held up at a local convenience store – threatens him.", + "credit_id": "52fe4c67c3a368484e1b68f1" + }, + { + "poster_path": "/fwJEn5OaUEOmNbg7d1BhaaMoAKp.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 6, + "video": false, + "id": 169173, + "popularity": 1.392, + "genre_ids": [], + "original_language": "ru", + "title": "Genius. A Night for Ray Charles", + "original_title": "Genius. A Night for Ray Charles", + "release_date": "2004-10-07", + "character": "Himself", + "vote_average": 7.3, + "overview": "A meld of legendary performers and contemporary artists of today who have been influenced by Ray's music perform in this concert extravaganza.", + "credit_id": "52fe4cddc3a36847f824216d" + }, + { + "poster_path": "/wjB67E1UOD17Y08fqi2Zji9T4IL.jpg", + "adult": false, + "backdrop_path": "/rMyDloipj8Ieyd8f75bkeDazKSl.jpg", + "vote_count": 4, + "video": false, + "id": 234158, + "popularity": 0.719, + "genre_ids": [ + 99 + ], + "original_language": "de", + "title": "Bruce Willis: Why the Legend Never Dies", + "original_title": "Bruce Willis - Warum die Legende niemals stirbt", + "release_date": "2013-03-21", + "character": "Himself", + "vote_average": 5.9, + "overview": "An in-depth look at the life and career of Bruce Willis, featuring never-before-seen photos and videos from the Willis family collection. Narrated by Bruce Willis.", + "credit_id": "52fe4e2ec3a36847f82823c9" + }, + { + "release_date": "2007-04-06", + "adult": false, + "vote_average": 6.9, + "vote_count": 783, + "video": false, + "title": "Grindhouse", + "popularity": 5.807, + "genre_ids": [ + 53, + 28, + 27 + ], + "original_language": "en", + "character": "Muldoon (segment \"Planet Terror\")", + "original_title": "Grindhouse", + "poster_path": "/cEQRndSNoqveOkFdQd3oerdu6Kp.jpg", + "id": 285923, + "backdrop_path": "/iLcCUlDOCAINgxVFNV69ykVeknV.jpg", + "overview": "Two full-length feature horror movies written by Quentin Tarantino and Robert Rodriguez put together as a two-film feature. Including fake movie trailers in between both movies.", + "credit_id": "53ffa112c3a3684372000527" + }, + { + "release_date": "2014-08-22", + "adult": false, + "vote_average": 4.8, + "vote_count": 299, + "video": false, + "title": "The Prince", + "popularity": 11.428, + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "character": "Omar", + "original_title": "The Prince", + "poster_path": "/y7jSioitJoolDvn29D0yLJLCk30.jpg", + "id": 241254, + "backdrop_path": "/bnACOELViX2XwXjqzC8V5TclrPY.jpg", + "overview": "A family man who turns out to be a retired mob enforcer must travel across the country to find his daughter who has gone missing.", + "credit_id": "52fe4eb5c3a36847f82a2cbb" + }, + { + "release_date": "2014-08-01", + "adult": false, + "vote_average": 6.8, + "vote_count": 14, + "video": false, + "title": "Altman", + "popularity": 0.964, + "genre_ids": [ + 99 + ], + "original_language": "en", + "character": "", + "original_title": "Altman", + "poster_path": "/1ErP6Lo3kkz9UzfMCoX1rAz9xYt.jpg", + "id": 278086, + "backdrop_path": "/xhQnBL5dcd36b8KVvwDROkuXLGp.jpg", + "overview": "Maverick. Auteur. Rebel. Innovator. Storyteller. Rambler. Gambler. Mad man. Family man. Director. Artist. Robert Altman's life and career contained multitudes. This father of American independent cinema left an indelible mark, not merely on the evolution of his art form, but also on the western zeitgeist. \"Altman\", Canadian director Ron Mann's new documentary, explores and celebrates the epic fifty-year redemptive journey of one of the most important and influential filmmakers in the history of the medium. With its use of rare interviews, representative film clips, archival images, and musings from his family and most recognizable collaborators, Mann's Altman is a dynamic and heartfelt mediation on an artist whose expression, passion and appetite knew few bounds.", + "credit_id": "545a1de4c3a368398f003eee" + }, + { + "release_date": "2015-01-16", + "adult": false, + "vote_average": 4.2, + "vote_count": 300, + "video": false, + "title": "Vice", + "popularity": 12.32, + "genre_ids": [ + 53, + 878, + 28, + 12 + ], + "original_language": "en", + "character": "Julian", + "original_title": "Vice", + "poster_path": "/gwiY5RJFYSjsoSwoeeo6AbGYjpb.jpg", + "id": 307663, + "backdrop_path": "/cTPS3ib89O4HSOtZDa3YXvaas5F.jpg", + "overview": "Julian Michaels has designed the ultimate resort: VICE, where anything goes and the customers can play out their wildest fantasies with artificial inhabitants who look, think and feel like humans. When an artificial becomes self-aware and escapes, she finds herself caught in the crossfire between Julian's mercenaries and a cop who is hell-bent on shutting down Vice, and stopping the violence once and for all.", + "credit_id": "547ee60ec3a368396c000fbd" + }, + { + "poster_path": "/2tiU3OCEO1Bl5FNbiUAoLI9nV4o.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 3, + "video": false, + "id": 181471, + "popularity": 0.942, + "genre_ids": [ + 35 + ], + "original_language": "en", + "title": "That's Adequate", + "original_title": "That's Adequate", + "release_date": "1989-01-01", + "character": "Himself", + "vote_average": 4.3, + "overview": "This mockumentary about fictional movie studio Adequate Pictures boasts an interesting cast. Tony Randall hosts, and James CoCo (practically on his deathbed) stars as head of the studio. Includes parodies of everything from silent comedies to porn, including an ultra violent \"three stooges\" style comedy team who put a new spin on the eye poking gag.", + "credit_id": "52fe4c689251416c751197e3" + }, + { + "poster_path": "/ve7xmUK167YZloN8LnSyhKmmNgE.jpg", + "adult": false, + "backdrop_path": "/fhYWAKXeEbhD20S3sp4RFaxiOG9.jpg", + "vote_count": 40, + "video": false, + "id": 345934, + "popularity": 21.437, + "genre_ids": [ + 28, + 12, + 18, + 10752 + ], + "original_language": "en", + "title": "Air Strike", + "original_title": "Air Strike", + "release_date": "2018-10-26", + "character": "Jack", + "vote_average": 4, + "overview": "An American pilot is sent to a Chinese province to teach a crew of would-be pilots how to fly war planes against the Japanese during World War II.", + "credit_id": "55891f42c3a3686da0000597" + }, + { + "release_date": "2015-10-23", + "adult": false, + "vote_average": 5.4, + "vote_count": 145, + "video": false, + "title": "Rock the Kasbah", + "popularity": 4.469, + "genre_ids": [ + 35, + 10402, + 10752 + ], + "original_language": "en", + "character": "Bombay Brian", + "original_title": "Rock the Kasbah", + "poster_path": "/7Ljch9R3uie8lV3z1GUUHZRkvKH.jpg", + "id": 253414, + "backdrop_path": "/wsoOmoN9mcErbCEFH4SveuD28Si.jpg", + "overview": "A washed-up music producer finds one last shot at redemption with a golden-voiced young girl in Afghanistan. However, when jealousy gets the better of a disgruntled ex-boyfriend, he decides to oppose the young star with talent of his own.", + "credit_id": "5431b4f70e0a2656940027f3" + }, + { + "release_date": "2015-12-18", + "adult": false, + "vote_average": 4.5, + "vote_count": 161, + "video": false, + "title": "Extraction", + "popularity": 6.606, + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "character": "Leonard Turner", + "original_title": "Extraction", + "poster_path": "/s1yyDZetHVSLoL06ZgkCrWh0MH7.jpg", + "id": 326425, + "backdrop_path": "/qUvO1DG80geEOl45AGfRfzuQY0A.jpg", + "overview": "A former CIA operative is kidnapped by a group of terrorists. When his son learns there is no plan for his father to be saved, he launches his own rescue operation.", + "credit_id": "54fcf91ec3a36847110032c2" + }, + { + "release_date": "2006-10-15", + "adult": false, + "vote_average": 6.2, + "vote_count": 170, + "video": false, + "title": "The Astronaut Farmer", + "popularity": 7.083, + "genre_ids": [ + 12, + 35, + 18, + 878 + ], + "original_language": "en", + "character": "Col. Doug Masterson (uncredited)", + "original_title": "The Astronaut Farmer", + "poster_path": "/19uGc8wW3Ert1QvMYxvnReQkFMc.jpg", + "id": 5172, + "backdrop_path": "/vuYDqx4jADlAtXLSqMtsUIIVbkC.jpg", + "overview": "Texan Charles Farmer left the Air Force as a young man to save the family ranch when his dad died. Like most American ranchers, he owes his bank. Unlike most, he's an astrophysicist with a rocket in his barn - one he's built and wants to take into space. It's his dream. The FBI puts him under surveillance when he tries to buy rocket fuel, and the FAA stalls him when he files a flight plan – but Charles is undeterred.", + "credit_id": "56b0f12fc3a368621b000648" + }, + { + "poster_path": "/qXNqkDRCz5sBF5laqj5fw7HYF3t.jpg", + "adult": false, + "backdrop_path": "/9GrRa17mzHHOgTBZCfW0tGcX7RQ.jpg", + "vote_count": 148, + "video": false, + "id": 384737, + "popularity": 6.468, + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "title": "Precious Cargo", + "original_title": "Precious Cargo", + "release_date": "2016-04-22", + "character": "Eddie", + "vote_average": 5.1, + "overview": "After a botched heist, Eddie a murderous crime boss, hunts down the seductive thief Karen who failed him. In order to win back Eddie’s trust, Karen recruits her ex-lover and premier thief Jack to steal a cargo of rare precious gems. But when the job goes down, allegiances are betrayed and lines are crossed as Jack, Karen, and Eddie face off in a fateful showdown.", + "credit_id": "56d0a4fac3a3681e50005f5f" + }, + { + "poster_path": null, + "adult": true, + "backdrop_path": null, + "vote_count": 2, + "video": false, + "id": 387415, + "popularity": 0.6, + "genre_ids": [ + 27, + 53 + ], + "original_language": "tr", + "title": "Guzelbahce Terror", + "original_title": "Guzelbahce Terror", + "release_date": "2016-03-13", + "character": "Tom", + "vote_average": 1, + "overview": "", + "credit_id": "56e536d0c3a3685a9e006784" + }, + { + "poster_path": "/mkjOiYcHSZrQqW2OHFL0graOjfq.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 3, + "video": false, + "id": 63472, + "popularity": 0.953, + "genre_ids": [ + 99 + ], + "original_language": "en", + "title": "His Way", + "original_title": "His Way", + "release_date": "2011-03-04", + "character": "Himself", + "vote_average": 5, + "overview": "A look at the professional, political and personal life of legendary movie producer Jerry Weintraub featuring interviews with friends, family and colleagues.", + "credit_id": "52fe46acc3a368484e09d961" + }, + { + "poster_path": "/n4cdJ0Wqxb7C0HmZbcaC4eYnkIf.jpg", + "adult": false, + "backdrop_path": "/4KJKnwBxflXdfp1qmLEFI9CDYHy.jpg", + "vote_count": 1519, + "video": false, + "id": 9471, + "popularity": 15.946, + "genre_ids": [ + 28, + 12, + 35 + ], + "original_language": "en", + "title": "Charlie's Angels: Full Throttle", + "original_title": "Charlie's Angels: Full Throttle", + "release_date": "2003-06-27", + "character": "William Rose Bailey (uncredited)", + "vote_average": 5.3, + "overview": "The Angels are charged with finding a pair of missing rings that are encoded with the personal information of members of the Witness Protection Program. As informants are killed, the ladies target a rogue agent who might be responsible.", + "credit_id": "52fe44fbc3a36847f80b5c1d" + }, + { + "release_date": "2016-07-01", + "adult": false, + "vote_average": 5.7, + "vote_count": 250, + "video": false, + "title": "Marauders", + "popularity": 7.785, + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "character": "Hubert", + "original_title": "Marauders", + "poster_path": "/3iOYH67ZPflBMDMMkEv2tKRX4xe.jpg", + "id": 359412, + "backdrop_path": "/tl43mLoritpnT3CxC7cTdyPCtgt.jpg", + "overview": "An untraceable group of elite bank robbers is chased by a suicidal FBI agent who uncovers a deeper purpose behind the robbery-homicides.", + "credit_id": "55f3a027c3a3686d27001973" + }, + { + "release_date": "2017-07-21", + "adult": false, + "vote_average": 5.6, + "vote_count": 220, + "video": false, + "title": "First Kill", + "popularity": 8.047, + "genre_ids": [ + 28, + 53, + 80 + ], + "original_language": "en", + "character": "Police Chief", + "original_title": "First Kill", + "poster_path": "/zoia9YSg82UNYbtum9QYjKSqdLw.jpg", + "id": 410554, + "backdrop_path": "/dhX8LZJkREFmRcrbEGNkf6EE0OL.jpg", + "overview": "A police chief tries to solve a kidnapping that involves a bank robber holding a young boy hostage.", + "credit_id": "57a912dbc3a36826c600be27" + }, + { + "release_date": "2018-03-02", + "adult": false, + "vote_average": 5.8, + "vote_count": 973, + "video": false, + "title": "Death Wish", + "popularity": 19.268, + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "original_language": "en", + "character": "Paul Kersey", + "original_title": "Death Wish", + "poster_path": "/7FG13lLQcV9DC2Bhn0hjxc6AFXV.jpg", + "id": 395990, + "backdrop_path": "/uQqQvmptJLPTcWDrZXn22p7j7s3.jpg", + "overview": "A mild-mannered father is transformed into a killing machine after his family is torn apart by a violent act.", + "credit_id": "5729966c925141707b00159d" + }, + { + "poster_path": "/nL6jSlqAJ2ymoKQeIfsHB5mttKz.jpg", + "adult": false, + "backdrop_path": "/cYZ2xGwJZeyrfc56iwhMuTVR38r.jpg", + "vote_count": 164, + "video": false, + "id": 43939, + "popularity": 5.653, + "genre_ids": [ + 35, + 18, + 10402 + ], + "original_language": "en", + "title": "I'm Still Here", + "original_title": "I'm Still Here", + "release_date": "2010-09-10", + "character": "Himself", + "vote_average": 6, + "overview": "I'm Still Here is a portrayal of a tumultuous year in the life of actor Joaquin Phoenix. With remarkable access, the film follows the Oscar-nominee as he announces his retirement from a successful film career in the fall of 2008 and sets off to reinvent himself as a hip-hop musician. The film is a portrait of an artist at a crossroads and explores notions of courage and creative reinvention, as well as the ramifications of a life spent in the public eye.", + "credit_id": "5829bfd6c3a368360b03c605" + }, + { + "release_date": "1980-10-03", + "adult": false, + "vote_average": 5.5, + "vote_count": 11, + "video": false, + "title": "The First Deadly Sin", + "popularity": 1.189, + "genre_ids": [ + 80, + 18, + 9648, + 53 + ], + "original_language": "en", + "character": "Man Entering Diner as Delaney Leaves (uncredited)", + "original_title": "The First Deadly Sin", + "poster_path": "/nhJJMG2hzTsSdSDK5ZBJYX2IhRu.jpg", + "id": 28614, + "backdrop_path": "/l2Gi7l8Fgc7AMFPDPQRivrRFeKV.jpg", + "overview": "A serial killer is stalking New York. Inspector Edward X. Delaney is an NYPD detective, nearing retirement, who is trying to put together the pieces of the case. Are the victims somehow linked? What does the brutal method of death signify?", + "credit_id": "583fcb49c3a36862e4005ed9" + }, + { + "release_date": "2017-01-20", + "adult": false, + "vote_average": 7.2, + "vote_count": 9055, + "video": false, + "title": "Split", + "popularity": 58.77, + "genre_ids": [ + 27, + 53 + ], + "original_language": "en", + "character": "David Dunn (uncredited)", + "original_title": "Split", + "poster_path": "/rXMWOZiCt6eMX22jWuTOSdQ98bY.jpg", + "id": 381288, + "backdrop_path": "/4G6FNNLSIVrwSRZyFs91hQ3lZtD.jpg", + "overview": "Though Kevin has evidenced 23 personalities to his trusted psychiatrist, Dr. Fletcher, there remains one still submerged who is set to materialize and dominate all the others. Compelled to abduct three teenage girls led by the willful, observant Casey, Kevin reaches a war for survival among all of those contained within him — as well as everyone around him — as the walls between his compartments shatter apart.", + "credit_id": "5886b433925141197d000ae5" + }, + { + "release_date": "1980-12-08", + "adult": false, + "vote_average": 0, + "vote_count": 0, + "video": false, + "title": "Ein Guru kommt", + "popularity": 0.626, + "genre_ids": [ + 35 + ], + "original_language": "de", + "character": "Extra (uncredited)", + "original_title": "Ein Guru kommt", + "poster_path": "/exNzp98So6ALDV3vGsrf1PmtPpX.jpg", + "id": 360295, + "backdrop_path": null, + "overview": "\"A Guru Comes\" - A failed opera singer rises to the leader of a new religious community. Satirical film about the new religious movements of the 1970s and 1980s.", + "credit_id": "58c4692bc3a368168b0016b7" + }, + { + "poster_path": "/3G2wAJVGxTVpLae1uiI3VRwwOVn.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 0, + "video": false, + "id": 50298, + "popularity": 0.6, + "genre_ids": [ + 99 + ], + "original_language": "en", + "title": "The Hip Hop Project", + "original_title": "The Hip Hop Project", + "release_date": "2006-04-27", + "character": "Himself", + "vote_average": 0, + "overview": "The Hip Hop Project is the dynamic and inspirational story of a group of New York City teenagers who transform their life stories into powerful works of art, using hip hop as a vehicle for self-development and personal discovery. The film traces the evolution of this award-winning outreach program developed by Kazi, a formerly homeless teenager turned youth mentor. After four years of collaboration, the group produced a powerful and thought-provoking album that provides a revealing look at their lives. In contrast to all the negative attention focused on hip hop and rap music, this is a story of hope, healing and the realization of dreams.", + "credit_id": "58c48381925141634e0028ba" + }, + { + "release_date": "2007-06-15", + "adult": false, + "vote_average": 5.7, + "vote_count": 241, + "video": false, + "title": "Nancy Drew", + "popularity": 6.843, + "genre_ids": [ + 28, + 12, + 35, + 80, + 9648, + 53, + 10751 + ], + "original_language": "en", + "character": "Bruce (uncredited)", + "original_title": "Nancy Drew", + "poster_path": "/d0ynrGfn3Mws20JehzNpmE8LO6O.jpg", + "id": 14043, + "backdrop_path": "/meAzXnlEewtZAewXgYg1bjeULoz.jpg", + "overview": "Intrepid teenage private eye Nancy Drew heads to Tinseltown with her father to investigate the unsolved murder of a movie star in this old-fashioned whodunit based on Carolyn Keene's popular series of books for young adults. But can the small-town girl cut through the Hollywood hype to solve the case?", + "credit_id": "58c485ec925141634a0029df" + }, + { + "release_date": "1982-12-08", + "adult": false, + "vote_average": 7.5, + "vote_count": 208, + "video": false, + "title": "The Verdict", + "popularity": 5.478, + "genre_ids": [ + 18 + ], + "original_language": "en", + "character": "Courtroom Observer", + "original_title": "The Verdict", + "poster_path": "/iYEuFP1bpj5yOenKliiRFcNO3VE.jpg", + "id": 24226, + "backdrop_path": "/iVY4hZc39fnEZ1OBJfLduDryH4h.jpg", + "overview": "Frank Galvin is a down-on-his luck lawyer, reduced to drinking and ambulance chasing. Former associate Mickey Morrissey reminds him of his obligations in a medical malpractice suit that he himself served to Galvin on a silver platter: all parties willing to settle out of court. Blundering his way through the preliminaries, he suddenly realizes that perhaps after all the case should go to court; to punish the guilty, to get a decent settlement for his clients, and to restore his standing as a lawyer.", + "credit_id": "58c487adc3a36816bc002be4" + }, + { + "poster_path": "/hpVpXRNY2IsU0xvfXtYOxu0QDwc.jpg", + "adult": false, + "backdrop_path": "/zH9DJvNJQvoJPlNcwOCA3xnWgaV.jpg", + "vote_count": 104, + "video": false, + "id": 20694, + "popularity": 5.656, + "genre_ids": [ + 16, + 10751 + ], + "original_language": "en", + "title": "Rugrats Go Wild", + "original_title": "Rugrats Go Wild", + "release_date": "2003-06-13", + "character": "Spike", + "vote_average": 5.6, + "overview": "Rugrats Go Wild is a 2003 crossover animated film, with two animated Nickelodeon television series Rugrats and The Wild Thornberrys. The film was produced by Klasky Csupo and released in theaters on June 13, 2003 by Paramount Pictures and Nickelodeon Movies. It also makes this the Rugrats series finale, after the show ceased production. As there are currently no further Rugrats movies in production, Rugrats Go Wild stands as the final Rugrats film. It is the only Nickelodeon film to be a crossover. Although it is a crossover film, it is primarily a Rugrats movie as the main plot focuses on the those characters.The Rugrats family vacation takes an exotic detour when their boat capsizes and they become shipwrecked on a deserted tropical island. With the jungle as their new backyard, the babies reace wildly from one dangerous adventure to the next…soon to discover that someone else is on the island. It's The Wild Thornberrys...on an island adventure of their own!", + "credit_id": "58d7e5dbc3a3681234056852" + }, + { + "release_date": "1993-02-04", + "adult": false, + "vote_average": 5.8, + "vote_count": 256, + "video": false, + "title": "National Lampoon's Loaded Weapon 1", + "popularity": 11.122, + "genre_ids": [ + 35, + 80, + 28 + ], + "original_language": "en", + "character": "Man Whose Caravan Is Attacked (uncredited)", + "original_title": "National Lampoon's Loaded Weapon 1", + "poster_path": "/zPut5Wntpt2H0brlPwhC9k4wyfg.jpg", + "id": 9644, + "backdrop_path": "/iopzKaV2M2aMYGXe3STZ4Bn2jgk.jpg", + "overview": "An LA detective is murdered because she has microfilm with the recipe to make cocaine cookies. A \"Lethal Weapon\" style cop team tries to find and stop the fiends before they can dope the nation by distributing their wares via the \"Wilderness Girls\" cookie drive.", + "credit_id": "58d7e6ad925141448e00f010" + }, + { + "release_date": "2019-01-18", + "adult": false, + "vote_average": 6.9, + "vote_count": 676, + "video": false, + "title": "Glass", + "popularity": 165.309, + "genre_ids": [ + 53, + 27, + 9648, + 18 + ], + "original_language": "en", + "character": "David Dunn / The Overseer", + "original_title": "Glass", + "poster_path": "/svIDTNUoajS8dLEo7EosxvyAsgJ.jpg", + "id": 450465, + "backdrop_path": "/ngBFDOsx13sFXiMweDoL54XYknR.jpg", + "overview": "In a series of escalating encounters, security guard David Dunn uses his supernatural abilities to track Kevin Wendell Crumb, a disturbed man who has twenty-four personalities. Meanwhile, the shadowy presence of Elijah Price emerges as an orchestrator who holds secrets critical to both men.", + "credit_id": "58e2c83c92514179de004823" + }, + { + "release_date": "1989-09-24", + "adult": false, + "vote_average": 8, + "vote_count": 3, + "video": true, + "title": "Saturday Night Live: 15th Anniversary", + "popularity": 1.4, + "genre_ids": [], + "original_language": "en", + "character": "Himself", + "original_title": "Saturday Night Live: 15th Anniversary", + "poster_path": "/m7HxQu1CC82mYCTiabOdOja91Iw.jpg", + "id": 454330, + "backdrop_path": null, + "overview": "A TV special celebrating the 15th anniversary of Saturday Night Live. Before a celebrity audience, many of the former cast members and guest hosts return to perform their signature monologues and present a look back at some of the best comedy skits and musical numbers of the past 15 years.", + "credit_id": "58ff141692514107db006868" + }, + { + "release_date": "2017-06-16", + "adult": false, + "vote_average": 5.2, + "vote_count": 292, + "video": false, + "title": "Once Upon a Time in Venice", + "popularity": 10.872, + "genre_ids": [ + 28, + 35, + 53, + 9648 + ], + "original_language": "en", + "character": "Steve", + "original_title": "Once Upon a Time in Venice", + "poster_path": "/5rr7tQfzS0ARqEea3W9SNSFGRzb.jpg", + "id": 345915, + "backdrop_path": "/qi53EJ4079uVcGQLsmCkR4GT0dE.jpg", + "overview": "Steve Ford is a private detective in Venice Beach, Calif., who's good with the ladies, bad with the punches and wild about his dog Buddy. When local thugs steal Buddy, Ford turns to Spyder, their devious leader, and forges an unlikely alliance. With help from his best friend, Steve pulls out the big guns to retrieve Spyder's stolen cash and cocaine and save Buddy.", + "credit_id": "558904d8c3a3683d500014eb" + }, + { + "poster_path": "/2OV00Tx9AALJaGn5JLSVjs2FmB4.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 4, + "video": false, + "id": 118483, + "popularity": 0.6, + "genre_ids": [ + 28, + 99 + ], + "original_language": "en", + "title": "The Art of Action: Martial Arts in the Movies", + "original_title": "The Art of Action: Martial Arts in the Movies", + "release_date": "2002-06-01", + "character": "Himself - Interviewee", + "vote_average": 4.8, + "overview": "Hosted by Samuel L. Jackson, this in-depth documentary offers viewers a behind-the-scenes look at the history of the martial arts film -- from the genre's rebellious beginnings to high-flying modern epics. Jackson takes you through the best moments of 100 movies, including Charlie's Angels and Oscar winner Crouching Tiger, Hidden Dragon. Interviews with martial arts film veterans Sammo Hung, John Woo and Ang Lee round out the video.", + "credit_id": "59543e08c3a36834e502870a" + }, + { + "poster_path": "/ec2O7Yt6YhMHciCji1fCrp5OZHD.jpg", + "adult": false, + "backdrop_path": "/sNH0dERyt2YHRkX0eT8rDh0I3hF.jpg", + "vote_count": 15, + "video": false, + "id": 46122, + "popularity": 2.113, + "genre_ids": [ + 99 + ], + "original_language": "en", + "title": "Jackie Chan: My Story", + "original_title": "成龍的傳奇", + "release_date": "1998-07-17", + "character": "Himself (archive footage)", + "vote_average": 6.3, + "overview": "Jackie Chan is one of the world's biggest action stars, famed for his wacky sense of humor, remarkable martial arts techniques, and willingness to perform incredible stunts without the use of doubles -- or a net. This video takes a personal look at Chan as he works on screen projects in Hollywood and Beijing and candidly discusses his life and work.", + "credit_id": "59806cadc3a368108300e858" + }, + { + "release_date": "2018-01-12", + "adult": false, + "vote_average": 5.9, + "vote_count": 150, + "video": false, + "title": "Acts of Violence", + "popularity": 11.534, + "genre_ids": [ + 28, + 80 + ], + "original_language": "en", + "character": "Detective James Avery", + "original_title": "Acts of Violence", + "poster_path": "/6TycIVmSMTeSNVN3InQQzcYWVCz.jpg", + "id": 479040, + "backdrop_path": "/q803zZwyhjirjeh6OVVYYpBkUT5.jpg", + "overview": "When his fiancee is kidnapped by human traffickers, Roman and his ex-military brothers set out to track her down and save her before it is too late. Along the way, Roman teams up with Avery, a cop investigating human trafficking and fighting the corrupt bureaucracy that has harmful intentions.", + "credit_id": "59d11d54925141468f01941b" + }, + { + "release_date": "2016-12-20", + "adult": false, + "vote_average": 10, + "vote_count": 1, + "video": false, + "title": "Tony Bennett Celebrates 90", + "popularity": 1.148, + "genre_ids": [ + 10402 + ], + "original_language": "en", + "character": "", + "original_title": "Tony Bennett Celebrates 90", + "poster_path": "/tKSAQbwlSR0las8mepVklZEPVDs.jpg", + "id": 486068, + "backdrop_path": "/nFrvW8ES8QJZEigTuugvAL6oeeE.jpg", + "overview": "19-time Grammy Award-winner Tony Bennett's 90th birthday is celebrated by a host of celebrities in this two-hour music special held at Radio City Music Hall, New York City, with musical performances by Bennett, Andrea Bocelli, Michael Bublé, Lady Gaga, Billy Joel, Elton John, Diana Krall, k.d. lang, Leslie Odom Jr., Rufus Wainwright and Stevie Wonder.", + "credit_id": "5a0439ba9251412de200e189" + }, + { + "release_date": "1981-08-19", + "adult": false, + "vote_average": 7.4, + "vote_count": 55, + "video": false, + "title": "Prince of the City", + "popularity": 3.168, + "genre_ids": [ + 80, + 18, + 53 + ], + "original_language": "en", + "character": "Extra (uncredited)", + "original_title": "Prince of the City", + "poster_path": "/zCX6F0YdNaTvHUZktazMDuQlpZi.jpg", + "id": 32047, + "backdrop_path": "/qWTuB9lfpNzlqB3OVh8wbTJttx2.jpg", + "overview": "New York City detective Daniel Ciello agrees to help the United States Department of Justice help eliminate corruption in the police department, as long as he will not have to turn in any close friends. In doing so, Ciello uncovers a conspiracy within the force to smuggle drugs to street informants", + "credit_id": "5a07710ac3a368341c00439f" + }, + { + "release_date": "", + "adult": false, + "vote_average": 0, + "vote_count": 0, + "video": false, + "title": "Motherless Brooklyn", + "popularity": 1.109, + "genre_ids": [], + "original_language": "en", + "character": "Frank Minna", + "original_title": "Motherless Brooklyn", + "poster_path": null, + "id": 504562, + "backdrop_path": null, + "overview": "In the New York of the 1950s, private detective Lionel Essrog searches for the murderer of his mentor and friend Frank.", + "credit_id": "5a80627f92514140fe01db3e" + }, + { + "poster_path": null, + "adult": false, + "backdrop_path": null, + "vote_count": 0, + "video": false, + "id": 522875, + "popularity": 0.6, + "genre_ids": [ + 18 + ], + "original_language": "en", + "title": "Cornerman", + "original_title": "Cornerman", + "release_date": "", + "character": "Cus D'Amato", + "vote_average": 0, + "overview": "The story of legendary boxing trainer Cus D'Amato, who worked with the likes of Mike Tyson, Floyd Patterson, and José Torres", + "credit_id": "5af0b8e50e0a265d8800013c" + }, + { + "poster_path": "/qBsQUK5QSeZjRPLFUVgSGHxj2PI.jpg", + "adult": false, + "backdrop_path": "/apfur3XEQhEoKxb7tc1PvwvYe5B.jpg", + "vote_count": 59, + "video": false, + "id": 531593, + "popularity": 23.858, + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "title": "Reprisal", + "original_title": "Reprisal", + "release_date": "2018-08-31", + "character": "James", + "vote_average": 4.7, + "overview": "Jacob, a bank manager haunted by a violent heist that took the life of a coworker, teams up with his ex-cop neighbor, James, to bring down the assailant. While the two men work together to figure out the thief’s next move, Gabriel, the highly-trained criminal, is one step ahead. When Gabriel kidnaps Jacob’s wife and daughter, Jacob barrels down a path of bloodshed that initiates an explosive counterattack and brings all three men to the breaking point.", + "credit_id": "5b2ccf25c3a368220e0029a4" + }, + { + "release_date": "2018-07-29", + "adult": false, + "vote_average": 6.7, + "vote_count": 12, + "video": false, + "title": "Comedy Central Roast of Bruce Willis", + "popularity": 3.498, + "genre_ids": [ + 35, + 10770 + ], + "original_language": "en", + "character": "Himself", + "original_title": "Comedy Central Roast of Bruce Willis", + "poster_path": "/uNK6YAQVFLopYhWKcf2bsE5H2H.jpg", + "id": 536056, + "backdrop_path": "/bzeGOshNJgCRqrdDkSPR0HET5Wg.jpg", + "overview": "Bruce Willis goes from \"Die Hard\" to dead on arrival as some of the biggest names in entertainment serve up punches of their own to Hollywood's go-to action star. And with Roast Master Joseph Gordon-Levitt at the helm, nobody is leaving the dais unscathed.", + "credit_id": "5b4ca51ac3a36823ed04301e" + }, + { + "release_date": "2011-09-21", + "adult": false, + "vote_average": 7, + "vote_count": 2, + "video": false, + "title": "The Black Mamba", + "popularity": 0.655, + "genre_ids": [ + 28, + 14 + ], + "original_language": "es", + "character": "", + "original_title": "The Black Mamba", + "poster_path": "/s5PmuKHRaERIckndTu6grqI37Yq.jpg", + "id": 542508, + "backdrop_path": "/2BJNXzZQ9e71WCGXcfdDkjXtKy6.jpg", + "overview": "", + "credit_id": "5b73fc2c0e0a267eed1d883e" + }, + { + "release_date": "1986-12-27", + "adult": false, + "vote_average": 7.3, + "vote_count": 4, + "video": false, + "title": "Barbra Streisand: One Voice", + "popularity": 0.71, + "genre_ids": [ + 10402, + 10770 + ], + "original_language": "en", + "character": "Audience", + "original_title": "Barbra Streisand: One Voice", + "poster_path": "/cKbkJTwTFtj52YkmMz0U5BfNb6c.jpg", + "id": 31683, + "backdrop_path": "/sgsRsCpvmN9LF6hBafO5j4LSF9e.jpg", + "overview": "Originally broadcast as an exclusive special on HBO, Barbra Streisand launched her September 6, 1986 concert One Voice, in part, as a protest against Reagan-era nuclear arms proliferation in the late Cold War; the event marked the diva's first official live performance since 1972.", + "credit_id": "5b8072170e0a26609d015e58" + }, + { + "release_date": "", + "adult": false, + "vote_average": 0, + "vote_count": 0, + "video": false, + "title": "McClane", + "popularity": 0.6, + "genre_ids": [ + 28 + ], + "original_language": "en", + "character": "John McClane", + "original_title": "McClane", + "poster_path": null, + "id": 546330, + "backdrop_path": null, + "overview": "Prequel to 1988 movie 'Die Hard' and based on 'Die Hard: Year One' comic book .", + "credit_id": "5b8d7956925141519b046ac6" + }, + { + "poster_path": "/wgyOGEkkOU71izGCwLiuIgfmjtD.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 0, + "video": false, + "id": 547562, + "popularity": 0.864, + "genre_ids": [], + "original_language": "en", + "title": "Vanity Fair: Killers Kill, Dead Men Die", + "original_title": "Vanity Fair: Killers Kill, Dead Men Die", + "release_date": "2007-01-01", + "character": "The Gumshoe", + "vote_average": 0, + "overview": "The most ambitious portfolio in the 13-year history of Vanity Fair's Hollywood Issue, this year's homage to noir had its own dramatic imperatives.", + "credit_id": "5b96b6c20e0a261973039896" + }, + { + "release_date": "2008-02-07", + "adult": false, + "vote_average": 7.2, + "vote_count": 69, + "video": false, + "title": "Shine a Light", + "popularity": 3.656, + "genre_ids": [ + 99, + 10402 + ], + "original_language": "en", + "character": "", + "original_title": "Shine a Light", + "poster_path": "/28Lbw8CG5jX4nRB7O3dBmbtpzr7.jpg", + "id": 7944, + "backdrop_path": "/iU606VnpDQGAythRD9fEOdUbRfZ.jpg", + "overview": "Martin Scorsese and the Rolling Stones unite in \"Shine A Light,\" a look at The Rolling Stones.\" Scorsese filmed the Stones over a two-day period at the intimate Beacon Theater in New York City in fall 2006. Cinematographers capture the raw energy of the legendary band.", + "credit_id": "5ba581ec0e0a262f8a001056" + }, + { + "release_date": "2019-09-30", + "adult": false, + "vote_average": 0, + "vote_count": 0, + "video": false, + "title": "10 Minutes Gone", + "popularity": 1.164, + "genre_ids": [ + 28, + 80 + ], + "original_language": "en", + "character": "Rex", + "original_title": "10 Minutes Gone", + "poster_path": null, + "id": 552865, + "backdrop_path": null, + "overview": "A crime thriller that centers on a man whose memory has been lost due to a bank heist gone wrong. The character will need to piece together the missing 10 minutes from his memory in order to determine who sabotaged him.", + "credit_id": "5bbc14950e0a26661800d546" + }, + { + "poster_path": "/iJrPtcVnKAUiD0Y589NXxFrbmsG.jpg", + "adult": false, + "backdrop_path": null, + "vote_count": 1, + "video": false, + "id": 566947, + "popularity": 0.718, + "genre_ids": [], + "original_language": "en", + "title": "Bumping Mics with Jeff Ross & Dave Attell", + "original_title": "Bumping Mics with Jeff Ross & Dave Attell", + "release_date": "2018-11-27", + "character": "Himself", + "vote_average": 8, + "overview": "Combining the comedic forces of Jeff Ross and Dave Attell, and filmed at New York's Comedy Cellar, the series features zingers, audience roasts, celebrity cameos, and mic bumps.", + "credit_id": "5c3c2f7cc3a36853ce3c7ba9" + }, + { + "poster_path": "/QTESAsBVZwjtGJNDP7utiGV37z.jpg", + "adult": false, + "backdrop_path": "/8kPozGb4BDrcWBSsGPrkULG2tP9.jpg", + "vote_count": 8, + "video": false, + "id": 280217, + "popularity": 25.088, + "genre_ids": [ + 28, + 12, + 16, + 35, + 14, + 878, + 10751 + ], + "original_language": "en", + "title": "The Lego Movie 2: The Second Part", + "original_title": "The Lego Movie 2: The Second Part", + "release_date": "2019-01-26", + "character": "Bruce Willis", + "vote_average": 0, + "overview": "It's been five years since everything was awesome and the citizens are facing a huge new threat: LEGO DUPLO® invaders from outer space, wrecking everything faster than they can rebuild.", + "credit_id": "5c46dc490e0a264965c958f2" + } + ], + "crew": [ + { + "id": 2026, + "department": "Production", + "original_language": "en", + "original_title": "Hostage", + "job": "Producer", + "overview": "When a mafia accountant is taken hostage on his beat, a police officer – wracked by guilt from a prior stint as a negotiator – must negotiate the standoff, even as his own family is held captive by the mob.", + "genre_ids": [ + 9648, + 18, + 53, + 80 + ], + "video": false, + "credit_id": "52fe432ec3a36847f8040603", + "release_date": "2005-03-11", + "popularity": 9.793, + "vote_average": 6.3, + "vote_count": 776, + "title": "Hostage", + "adult": false, + "backdrop_path": "/g7wkbceph08nz6tCXpQvoCJH8aP.jpg", + "poster_path": "/simhaVNOea3uhRUM0gT8WdidEto.jpg" + }, + { + "id": 17043, + "department": "Production", + "original_language": "en", + "original_title": "The Crocodile Hunter: Collision Course", + "job": "Executive Producer", + "overview": "Aussie adventurer Steve Irwin aka The Crocodile Hunter has avoided the death-roll and nabbed another feisty croc, hoping to save it from poachers. What Steve doesn't know is that the crocodile has innocently swallowed a top secret US satellite beacon, and the poachers are actually American special agents sent to retrieve it. Crikey! In the Outback and through the bush with his wife Terri's ever-present commentary ringing out over the countryside (\"That was a close one, Steve!\"), the Crocodile Hunter is out to save the gorgeous croc and relocate him. It won't be easy, but if he can handle bird-eating spiders and venomous snakes without getting bitten, gun-wielding agents shouldn't be too much of a problem.", + "genre_ids": [ + 28, + 12, + 10751 + ], + "video": false, + "credit_id": "52fe47019251416c7508ad57", + "release_date": "2002-07-26", + "popularity": 2.482, + "vote_average": 5.2, + "vote_count": 44, + "title": "The Crocodile Hunter: Collision Course", + "adult": false, + "backdrop_path": "/zsl9wtbwIMbNe8XhHAUQv1HFZ22.jpg", + "poster_path": "/gfgvfuce0SqF1IolIJYYBxteof0.jpg" + } + ] + }, + "adult": false, + "popularity": 17.767, + "gender": 2, + "tagged_images": { + "results": [ + { + "iso_639_1": null, + "vote_count": 12, + "media_type": "movie", + "file_path": "/khzRw7ZDE3NIrYpe0RYyB864FPT.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/k80qKrJ0qQ6ocVo5N932stNSg6j.jpg", + "id": 189, + "video": false, + "vote_count": 2040, + "adult": false, + "backdrop_path": "/khzRw7ZDE3NIrYpe0RYyB864FPT.jpg", + "genre_ids": [ + 80, + 53 + ], + "original_language": "en", + "original_title": "Sin City: A Dame to Kill For", + "popularity": 16.196, + "title": "Sin City: A Dame to Kill For", + "vote_average": 6.3, + "overview": "Some of Sin City's most hard-boiled citizens cross paths with a few of its more reviled inhabitants.", + "release_date": "2014-08-22" + }, + "height": 1080, + "vote_average": 5.746, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 7, + "media_type": "movie", + "file_path": "/qEe7aE4PgZCwnVoxKe7YsTm3Smh.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "poster_path": "/qEe7aE4PgZCwnVoxKe7YsTm3Smh.jpg", + "id": 9567, + "video": false, + "vote_count": 888, + "adult": false, + "backdrop_path": "/ldqbcQaNc8RyTekKaeMoV4HBDQB.jpg", + "genre_ids": [ + 28, + 18, + 10752 + ], + "original_language": "en", + "original_title": "Tears of the Sun", + "popularity": 10.729, + "title": "Tears of the Sun", + "vote_average": 6.5, + "overview": "Navy SEAL Lieutenant A.K. Waters and his elite squadron of tactical specialists are forced to choose between their duty and their humanity, between following orders by ignoring the conflict that surrounds them, or finding the courage to follow their conscience and protect a group of innocent refugees. When the democratic government of Nigeria collapses and the country is taken over by a ruthless military dictator, Waters, a fiercely loyal and hardened veteran is dispatched on a routine mission to retrieve a Doctors Without Borders physician.", + "release_date": "2003-03-07" + }, + "height": 1500, + "vote_average": 5.7006802721088, + "width": 1000 + }, + { + "iso_639_1": null, + "vote_count": 16, + "media_type": "movie", + "file_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "release_date": "2005-04-01", + "vote_count": 4214, + "video": false, + "adult": false, + "vote_average": 7.4, + "title": "Sin City", + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "original_title": "Sin City", + "popularity": 14.958, + "id": 187, + "backdrop_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "overview": "Welcome to Sin City. This town beckons to the tough, the corrupt, the brokenhearted. Some call it dark… Hard-boiled. Then there are those who call it home — Crooked cops, sexy dames, desperate vigilantes. Some are seeking revenge, others lust after redemption, and then there are those hoping for a little of both. A universe of unlikely and reluctant heroes still trying to do the right thing in a city that refuses to care.", + "poster_path": "/vKJVGOKPyWqp9d2EX5NH1liqRqR.jpg" + }, + "height": 1080, + "vote_average": 5.678, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 13, + "media_type": "movie", + "file_path": "/6KXbhaxkgExC5EdDqAzRinhmoZ8.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/6Sj9wDu3YugthXsU0Vry5XFAZGg.jpg", + "id": 63, + "video": false, + "vote_count": 4014, + "adult": false, + "backdrop_path": "/6KXbhaxkgExC5EdDqAzRinhmoZ8.jpg", + "genre_ids": [ + 878, + 53, + 9648 + ], + "original_language": "en", + "original_title": "Twelve Monkeys", + "popularity": 16.244, + "title": "Twelve Monkeys", + "vote_average": 7.5, + "overview": "In the year 2035, convict James Cole reluctantly volunteers to be sent back in time to discover the origin of a deadly virus that wiped out nearly all of the earth's population and forced the survivors into underground communities. But when Cole is mistakenly sent to 1990 instead of 1996, he's arrested and locked up in a mental hospital. There he meets psychiatrist Dr. Kathryn Railly, and patient Jeffrey Goines, the son of a famous virus expert, who may hold the key to the mysterious rogue group, the Army of the 12 Monkeys, thought to be responsible for unleashing the killer disease.", + "release_date": "1995-12-29" + }, + "height": 1080, + "vote_average": 5.602, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 12, + "media_type": "movie", + "file_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "id": 146216, + "video": false, + "vote_count": 2204, + "adult": false, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "original_language": "en", + "original_title": "RED 2", + "popularity": 16.427, + "title": "RED 2", + "vote_average": 6.5, + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "release_date": "2013-07-19" + }, + "height": 1500, + "vote_average": 5.5492063492063, + "width": 1000 + }, + { + "iso_639_1": null, + "vote_count": 16, + "media_type": "movie", + "file_path": "/1TFEtFxD1M9OvMGlGcSAR5Pg53I.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/q2mwTRKrq1etP9S4SZVDIJq0wI2.jpg", + "id": 39514, + "video": false, + "vote_count": 3904, + "adult": false, + "backdrop_path": "/1TFEtFxD1M9OvMGlGcSAR5Pg53I.jpg", + "genre_ids": [ + 28, + 12, + 35, + 80, + 53 + ], + "original_language": "en", + "original_title": "RED", + "popularity": 13.711, + "title": "RED", + "vote_average": 6.6, + "overview": "When his peaceful life is threatened by a high-tech assassin, former black-ops agent, Frank Moses reassembles his old team in a last ditch effort to survive and uncover his assailants.", + "release_date": "2010-10-14" + }, + "height": 1080, + "vote_average": 5.54, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 13, + "media_type": "movie", + "file_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "id": 47964, + "video": false, + "vote_count": 4273, + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "popularity": 15.524, + "title": "A Good Day to Die Hard", + "vote_average": 5.2, + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "release_date": "2013-02-14" + }, + "height": 1080, + "vote_average": 5.538, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 19, + "media_type": "movie", + "file_path": "/pIjnoUnXdLpROFzIRPNziPzgBUp.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/dJPnTe1qOcO7XqsJvESFph83m6m.jpg", + "id": 76163, + "video": false, + "vote_count": 3950, + "adult": false, + "backdrop_path": "/pIjnoUnXdLpROFzIRPNziPzgBUp.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "original_language": "en", + "original_title": "The Expendables 2", + "popularity": 14.464, + "title": "The Expendables 2", + "vote_average": 6.2, + "overview": "Mr. Church reunites the Expendables for what should be an easy paycheck, but when one of their men is murdered on the job, their quest for revenge puts them deep in enemy territory and up against an unexpected threat.", + "release_date": "2012-08-17" + }, + "height": 1080, + "vote_average": 5.506, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 8, + "media_type": "movie", + "file_path": "/pHAnrezPCpWzNYYceLivTMcQ4jM.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "release_date": "2009-09-25", + "vote_count": 1716, + "video": false, + "adult": false, + "vote_average": 6, + "title": "Surrogates", + "genre_ids": [ + 28, + 878, + 53 + ], + "original_language": "en", + "original_title": "Surrogates", + "popularity": 11.396, + "id": 19959, + "backdrop_path": "/lQ872mmHvHXip5sC1t0cvCSP8IO.jpg", + "overview": "Set in a futuristic world where humans live in isolation and interact through surrogate robots, a cop is forced to leave his home for the first time in years in order to investigate the murders of others' surrogates.", + "poster_path": "/pHAnrezPCpWzNYYceLivTMcQ4jM.jpg" + }, + "height": 1500, + "vote_average": 5.506, + "width": 1000 + }, + { + "iso_639_1": null, + "vote_count": 4, + "media_type": "movie", + "file_path": "/nycnh4EqiG1zGlrU6auZ8dnBDg1.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "id": 146216, + "video": false, + "vote_count": 2204, + "adult": false, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "original_language": "en", + "original_title": "RED 2", + "popularity": 16.427, + "title": "RED 2", + "vote_average": 6.5, + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "release_date": "2013-07-19" + }, + "height": 1500, + "vote_average": 5.502, + "width": 1000 + }, + { + "iso_639_1": null, + "vote_count": 5, + "media_type": "movie", + "file_path": "/ckpSxGKHrzUg8Kh4zVvrDKofdeJ.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/6Hh2ROGTRKdbUfEXVVv5fNhmXK3.jpg", + "id": 4824, + "video": false, + "vote_count": 820, + "adult": false, + "backdrop_path": "/ckpSxGKHrzUg8Kh4zVvrDKofdeJ.jpg", + "genre_ids": [ + 28, + 53, + 12, + 80 + ], + "original_language": "en", + "original_title": "The Jackal", + "popularity": 11.601, + "title": "The Jackal", + "vote_average": 6.2, + "overview": "Hired by a powerful member of the Russian mafia to avenge an FBI sting that left his brother dead, a psychopathic hitman known only as The Jackal proves an elusive target for the people charged with the task of bringing him down: a deputy FBI director, a Russian MVK Major, and a jailed IRA terrorist who can recognize him.", + "release_date": "1997-11-14" + }, + "height": 720, + "vote_average": 5.4831932773109, + "width": 1280 + }, + { + "iso_639_1": null, + "vote_count": 9, + "media_type": "movie", + "file_path": "/3rRAYIwh1FhdijYkSDgPFhQTTI9.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/cSkPYnVsD7MRNXPhkhBv3Mcxx39.jpg", + "id": 23742, + "video": false, + "vote_count": 749, + "adult": false, + "backdrop_path": "/3rRAYIwh1FhdijYkSDgPFhQTTI9.jpg", + "genre_ids": [ + 28, + 35, + 80 + ], + "original_language": "en", + "original_title": "Cop Out", + "popularity": 7.026, + "title": "Cop Out", + "vote_average": 5.3, + "overview": "Detectives Jimmy and Paul, despite nine years as partners, can still sometimes seem like polar opposites – especially when Paul's unpredictable antics get them suspended without pay. Already strapped for cash and trying to pay for his daughter's wedding, Jimmy decides to sell a rare baseball card that's worth tens of thousands. Unfortunately, when the collector's shop is robbed and the card vanishes with the crook, Paul and Jimmy end up going rogue, tracking down the card and the drug ring behind its theft, all on their own time, and without any backup – except for each other.", + "release_date": "2010-02-26" + }, + "height": 1080, + "vote_average": 5.456, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 9, + "media_type": "movie", + "file_path": "/y7jSioitJoolDvn29D0yLJLCk30.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "poster_path": "/y7jSioitJoolDvn29D0yLJLCk30.jpg", + "id": 241254, + "video": false, + "vote_count": 299, + "adult": false, + "backdrop_path": "/bnACOELViX2XwXjqzC8V5TclrPY.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "The Prince", + "popularity": 11.428, + "title": "The Prince", + "vote_average": 4.8, + "overview": "A family man who turns out to be a retired mob enforcer must travel across the country to find his daughter who has gone missing.", + "release_date": "2014-08-22" + }, + "height": 2100, + "vote_average": 5.4497354497355, + "width": 1400 + }, + { + "iso_639_1": null, + "vote_count": 18, + "media_type": "movie", + "file_path": "/74J904knbahSF7csIEfmRtmdi0t.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/pHWgbaXiQD2nmex7u8Xv6XmhaZS.jpg", + "id": 1571, + "video": false, + "vote_count": 3075, + "adult": false, + "backdrop_path": "/74J904knbahSF7csIEfmRtmdi0t.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "Live Free or Die Hard", + "popularity": 18.088, + "title": "Live Free or Die Hard", + "vote_average": 6.5, + "overview": "John McClane is back and badder than ever, and this time he's working for Homeland Security. He calls on the services of a young hacker in his bid to stop a ring of Internet terrorists intent on taking control of America's computer infrastructure.", + "release_date": "2007-06-27" + }, + "height": 1080, + "vote_average": 5.444, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 8, + "media_type": "movie", + "file_path": "/yyKIBmol9fv1BEXNQ488JypJyNF.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "release_date": "2005-04-01", + "vote_count": 4214, + "video": false, + "adult": false, + "vote_average": 7.4, + "title": "Sin City", + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "original_title": "Sin City", + "popularity": 14.958, + "id": 187, + "backdrop_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "overview": "Welcome to Sin City. This town beckons to the tough, the corrupt, the brokenhearted. Some call it dark… Hard-boiled. Then there are those who call it home — Crooked cops, sexy dames, desperate vigilantes. Some are seeking revenge, others lust after redemption, and then there are those hoping for a little of both. A universe of unlikely and reluctant heroes still trying to do the right thing in a city that refuses to care.", + "poster_path": "/vKJVGOKPyWqp9d2EX5NH1liqRqR.jpg" + }, + "height": 1080, + "vote_average": 5.44, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 11, + "media_type": "movie", + "file_path": "/4WQG7oGOjNQX9U89CpPO0hyLFxz.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/pvL37V88plePxFSszCbV3wRHiBm.jpg", + "id": 9741, + "video": false, + "vote_count": 4090, + "adult": false, + "backdrop_path": "/4WQG7oGOjNQX9U89CpPO0hyLFxz.jpg", + "genre_ids": [ + 53, + 18, + 878 + ], + "original_language": "en", + "original_title": "Unbreakable", + "popularity": 48.581, + "title": "Unbreakable", + "vote_average": 7.1, + "overview": "An ordinary man makes an extraordinary discovery when a train accident leaves his fellow passengers dead — and him unscathed. The answer to this mystery could lie with the mysterious Elijah Price, a man who suffers from a disease that renders his bones as fragile as glass.", + "release_date": "2000-11-13" + }, + "height": 1080, + "vote_average": 5.432, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 22, + "media_type": "movie", + "file_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/sNjL6SqErDBE8OUZlrDLkexfsCj.jpg", + "id": 59967, + "video": false, + "vote_count": 6350, + "adult": false, + "backdrop_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "genre_ids": [ + 28, + 53, + 878 + ], + "original_language": "en", + "original_title": "Looper", + "popularity": 14.622, + "title": "Looper", + "vote_average": 6.8, + "overview": "In the futuristic action thriller Looper, time travel will be invented but it will be illegal and only available on the black market. When the mob wants to get rid of someone, they will send their target 30 years into the past where a looper, a hired gun, like Joe is waiting to mop up. Joe is getting rich and life is good until the day the mob decides to close the loop, sending back Joe's future self for assassination.", + "release_date": "2012-09-28" + }, + "height": 1080, + "vote_average": 5.426, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 6, + "media_type": "movie", + "file_path": "/31SqCV9NfHvGJ8n7v60fV3oMobZ.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/wpKBLDjNRddmH6N32ni4bASogt8.jpg", + "id": 2207, + "video": false, + "vote_count": 987, + "adult": false, + "backdrop_path": "/31SqCV9NfHvGJ8n7v60fV3oMobZ.jpg", + "genre_ids": [ + 28, + 12, + 80, + 53 + ], + "original_language": "en", + "original_title": "16 Blocks", + "popularity": 9.26, + "title": "16 Blocks", + "vote_average": 6.3, + "overview": "An aging cop is assigned the ordinary task of escorting a fast-talking witness from police custody to a courthouse, but they find themselves running the gauntlet as other forces try to prevent them from getting there.", + "release_date": "2006-03-03" + }, + "height": 720, + "vote_average": 5.424, + "width": 1280 + }, + { + "iso_639_1": null, + "vote_count": 7, + "media_type": "movie", + "file_path": "/eZcVWshLQU9qIYDQrjJAxLNj8EO.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "release_date": "2005-04-01", + "vote_count": 4214, + "video": false, + "adult": false, + "vote_average": 7.4, + "title": "Sin City", + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "original_title": "Sin City", + "popularity": 14.958, + "id": 187, + "backdrop_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "overview": "Welcome to Sin City. This town beckons to the tough, the corrupt, the brokenhearted. Some call it dark… Hard-boiled. Then there are those who call it home — Crooked cops, sexy dames, desperate vigilantes. Some are seeking revenge, others lust after redemption, and then there are those hoping for a little of both. A universe of unlikely and reluctant heroes still trying to do the right thing in a city that refuses to care.", + "poster_path": "/vKJVGOKPyWqp9d2EX5NH1liqRqR.jpg" + }, + "height": 1080, + "vote_average": 5.408, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 3, + "media_type": "movie", + "file_path": "/vrj1Urm96I2Nyr9WnFotqp17NnA.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "id": 146216, + "video": false, + "vote_count": 2204, + "adult": false, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "original_language": "en", + "original_title": "RED 2", + "popularity": 16.427, + "title": "RED 2", + "vote_average": 6.5, + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "release_date": "2013-07-19" + }, + "height": 2100, + "vote_average": 5.3968253968254, + "width": 1400 + } + ], + "page": 1, + "total_results": 164, + "id": 62, + "total_pages": 9 + }, + "changes": { + "changes": [] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:49.2786564Z", + "ReducedUri": "/3/person/62?append_to_response=tagged_images", + "RespData": { + "birthday": "1955-03-19", + "known_for_department": "Acting", + "deathday": null, + "id": 62, + "name": "Bruce Willis", + "tagged_images": { + "results": [ + { + "iso_639_1": null, + "vote_count": 12, + "media_type": "movie", + "file_path": "/khzRw7ZDE3NIrYpe0RYyB864FPT.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/k80qKrJ0qQ6ocVo5N932stNSg6j.jpg", + "id": 189, + "video": false, + "vote_count": 2040, + "adult": false, + "backdrop_path": "/khzRw7ZDE3NIrYpe0RYyB864FPT.jpg", + "genre_ids": [ + 80, + 53 + ], + "original_language": "en", + "original_title": "Sin City: A Dame to Kill For", + "popularity": 16.196, + "title": "Sin City: A Dame to Kill For", + "vote_average": 6.3, + "overview": "Some of Sin City's most hard-boiled citizens cross paths with a few of its more reviled inhabitants.", + "release_date": "2014-08-22" + }, + "height": 1080, + "vote_average": 5.746, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 7, + "media_type": "movie", + "file_path": "/qEe7aE4PgZCwnVoxKe7YsTm3Smh.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "poster_path": "/qEe7aE4PgZCwnVoxKe7YsTm3Smh.jpg", + "id": 9567, + "video": false, + "vote_count": 888, + "adult": false, + "backdrop_path": "/ldqbcQaNc8RyTekKaeMoV4HBDQB.jpg", + "genre_ids": [ + 28, + 18, + 10752 + ], + "original_language": "en", + "original_title": "Tears of the Sun", + "popularity": 10.729, + "title": "Tears of the Sun", + "vote_average": 6.5, + "overview": "Navy SEAL Lieutenant A.K. Waters and his elite squadron of tactical specialists are forced to choose between their duty and their humanity, between following orders by ignoring the conflict that surrounds them, or finding the courage to follow their conscience and protect a group of innocent refugees. When the democratic government of Nigeria collapses and the country is taken over by a ruthless military dictator, Waters, a fiercely loyal and hardened veteran is dispatched on a routine mission to retrieve a Doctors Without Borders physician.", + "release_date": "2003-03-07" + }, + "height": 1500, + "vote_average": 5.7006802721088, + "width": 1000 + }, + { + "iso_639_1": null, + "vote_count": 16, + "media_type": "movie", + "file_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "release_date": "2005-04-01", + "vote_count": 4214, + "video": false, + "adult": false, + "vote_average": 7.4, + "title": "Sin City", + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "original_title": "Sin City", + "popularity": 14.958, + "id": 187, + "backdrop_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "overview": "Welcome to Sin City. This town beckons to the tough, the corrupt, the brokenhearted. Some call it dark… Hard-boiled. Then there are those who call it home — Crooked cops, sexy dames, desperate vigilantes. Some are seeking revenge, others lust after redemption, and then there are those hoping for a little of both. A universe of unlikely and reluctant heroes still trying to do the right thing in a city that refuses to care.", + "poster_path": "/vKJVGOKPyWqp9d2EX5NH1liqRqR.jpg" + }, + "height": 1080, + "vote_average": 5.678, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 13, + "media_type": "movie", + "file_path": "/6KXbhaxkgExC5EdDqAzRinhmoZ8.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/6Sj9wDu3YugthXsU0Vry5XFAZGg.jpg", + "id": 63, + "video": false, + "vote_count": 4014, + "adult": false, + "backdrop_path": "/6KXbhaxkgExC5EdDqAzRinhmoZ8.jpg", + "genre_ids": [ + 878, + 53, + 9648 + ], + "original_language": "en", + "original_title": "Twelve Monkeys", + "popularity": 16.244, + "title": "Twelve Monkeys", + "vote_average": 7.5, + "overview": "In the year 2035, convict James Cole reluctantly volunteers to be sent back in time to discover the origin of a deadly virus that wiped out nearly all of the earth's population and forced the survivors into underground communities. But when Cole is mistakenly sent to 1990 instead of 1996, he's arrested and locked up in a mental hospital. There he meets psychiatrist Dr. Kathryn Railly, and patient Jeffrey Goines, the son of a famous virus expert, who may hold the key to the mysterious rogue group, the Army of the 12 Monkeys, thought to be responsible for unleashing the killer disease.", + "release_date": "1995-12-29" + }, + "height": 1080, + "vote_average": 5.602, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 12, + "media_type": "movie", + "file_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "id": 146216, + "video": false, + "vote_count": 2204, + "adult": false, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "original_language": "en", + "original_title": "RED 2", + "popularity": 16.427, + "title": "RED 2", + "vote_average": 6.5, + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "release_date": "2013-07-19" + }, + "height": 1500, + "vote_average": 5.5492063492063, + "width": 1000 + }, + { + "iso_639_1": null, + "vote_count": 16, + "media_type": "movie", + "file_path": "/1TFEtFxD1M9OvMGlGcSAR5Pg53I.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/q2mwTRKrq1etP9S4SZVDIJq0wI2.jpg", + "id": 39514, + "video": false, + "vote_count": 3904, + "adult": false, + "backdrop_path": "/1TFEtFxD1M9OvMGlGcSAR5Pg53I.jpg", + "genre_ids": [ + 28, + 12, + 35, + 80, + 53 + ], + "original_language": "en", + "original_title": "RED", + "popularity": 13.711, + "title": "RED", + "vote_average": 6.6, + "overview": "When his peaceful life is threatened by a high-tech assassin, former black-ops agent, Frank Moses reassembles his old team in a last ditch effort to survive and uncover his assailants.", + "release_date": "2010-10-14" + }, + "height": 1080, + "vote_average": 5.54, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 13, + "media_type": "movie", + "file_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg", + "id": 47964, + "video": false, + "vote_count": 4273, + "adult": false, + "backdrop_path": "/17zArExB7ztm6fjUXZwQWgGMC9f.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "A Good Day to Die Hard", + "popularity": 15.524, + "title": "A Good Day to Die Hard", + "vote_average": 5.2, + "overview": "Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.", + "release_date": "2013-02-14" + }, + "height": 1080, + "vote_average": 5.538, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 19, + "media_type": "movie", + "file_path": "/pIjnoUnXdLpROFzIRPNziPzgBUp.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/dJPnTe1qOcO7XqsJvESFph83m6m.jpg", + "id": 76163, + "video": false, + "vote_count": 3950, + "adult": false, + "backdrop_path": "/pIjnoUnXdLpROFzIRPNziPzgBUp.jpg", + "genre_ids": [ + 28, + 12, + 53 + ], + "original_language": "en", + "original_title": "The Expendables 2", + "popularity": 14.464, + "title": "The Expendables 2", + "vote_average": 6.2, + "overview": "Mr. Church reunites the Expendables for what should be an easy paycheck, but when one of their men is murdered on the job, their quest for revenge puts them deep in enemy territory and up against an unexpected threat.", + "release_date": "2012-08-17" + }, + "height": 1080, + "vote_average": 5.506, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 8, + "media_type": "movie", + "file_path": "/pHAnrezPCpWzNYYceLivTMcQ4jM.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "release_date": "2009-09-25", + "vote_count": 1716, + "video": false, + "adult": false, + "vote_average": 6, + "title": "Surrogates", + "genre_ids": [ + 28, + 878, + 53 + ], + "original_language": "en", + "original_title": "Surrogates", + "popularity": 11.396, + "id": 19959, + "backdrop_path": "/lQ872mmHvHXip5sC1t0cvCSP8IO.jpg", + "overview": "Set in a futuristic world where humans live in isolation and interact through surrogate robots, a cop is forced to leave his home for the first time in years in order to investigate the murders of others' surrogates.", + "poster_path": "/pHAnrezPCpWzNYYceLivTMcQ4jM.jpg" + }, + "height": 1500, + "vote_average": 5.506, + "width": 1000 + }, + { + "iso_639_1": null, + "vote_count": 4, + "media_type": "movie", + "file_path": "/nycnh4EqiG1zGlrU6auZ8dnBDg1.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "id": 146216, + "video": false, + "vote_count": 2204, + "adult": false, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "original_language": "en", + "original_title": "RED 2", + "popularity": 16.427, + "title": "RED 2", + "vote_average": 6.5, + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "release_date": "2013-07-19" + }, + "height": 1500, + "vote_average": 5.502, + "width": 1000 + }, + { + "iso_639_1": null, + "vote_count": 5, + "media_type": "movie", + "file_path": "/ckpSxGKHrzUg8Kh4zVvrDKofdeJ.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/6Hh2ROGTRKdbUfEXVVv5fNhmXK3.jpg", + "id": 4824, + "video": false, + "vote_count": 820, + "adult": false, + "backdrop_path": "/ckpSxGKHrzUg8Kh4zVvrDKofdeJ.jpg", + "genre_ids": [ + 28, + 53, + 12, + 80 + ], + "original_language": "en", + "original_title": "The Jackal", + "popularity": 11.601, + "title": "The Jackal", + "vote_average": 6.2, + "overview": "Hired by a powerful member of the Russian mafia to avenge an FBI sting that left his brother dead, a psychopathic hitman known only as The Jackal proves an elusive target for the people charged with the task of bringing him down: a deputy FBI director, a Russian MVK Major, and a jailed IRA terrorist who can recognize him.", + "release_date": "1997-11-14" + }, + "height": 720, + "vote_average": 5.4831932773109, + "width": 1280 + }, + { + "iso_639_1": null, + "vote_count": 9, + "media_type": "movie", + "file_path": "/3rRAYIwh1FhdijYkSDgPFhQTTI9.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/cSkPYnVsD7MRNXPhkhBv3Mcxx39.jpg", + "id": 23742, + "video": false, + "vote_count": 749, + "adult": false, + "backdrop_path": "/3rRAYIwh1FhdijYkSDgPFhQTTI9.jpg", + "genre_ids": [ + 28, + 35, + 80 + ], + "original_language": "en", + "original_title": "Cop Out", + "popularity": 7.026, + "title": "Cop Out", + "vote_average": 5.3, + "overview": "Detectives Jimmy and Paul, despite nine years as partners, can still sometimes seem like polar opposites – especially when Paul's unpredictable antics get them suspended without pay. Already strapped for cash and trying to pay for his daughter's wedding, Jimmy decides to sell a rare baseball card that's worth tens of thousands. Unfortunately, when the collector's shop is robbed and the card vanishes with the crook, Paul and Jimmy end up going rogue, tracking down the card and the drug ring behind its theft, all on their own time, and without any backup – except for each other.", + "release_date": "2010-02-26" + }, + "height": 1080, + "vote_average": 5.456, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 9, + "media_type": "movie", + "file_path": "/y7jSioitJoolDvn29D0yLJLCk30.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "poster_path": "/y7jSioitJoolDvn29D0yLJLCk30.jpg", + "id": 241254, + "video": false, + "vote_count": 299, + "adult": false, + "backdrop_path": "/bnACOELViX2XwXjqzC8V5TclrPY.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "The Prince", + "popularity": 11.428, + "title": "The Prince", + "vote_average": 4.8, + "overview": "A family man who turns out to be a retired mob enforcer must travel across the country to find his daughter who has gone missing.", + "release_date": "2014-08-22" + }, + "height": 2100, + "vote_average": 5.4497354497355, + "width": 1400 + }, + { + "iso_639_1": null, + "vote_count": 18, + "media_type": "movie", + "file_path": "/74J904knbahSF7csIEfmRtmdi0t.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/pHWgbaXiQD2nmex7u8Xv6XmhaZS.jpg", + "id": 1571, + "video": false, + "vote_count": 3075, + "adult": false, + "backdrop_path": "/74J904knbahSF7csIEfmRtmdi0t.jpg", + "genre_ids": [ + 28, + 53 + ], + "original_language": "en", + "original_title": "Live Free or Die Hard", + "popularity": 18.088, + "title": "Live Free or Die Hard", + "vote_average": 6.5, + "overview": "John McClane is back and badder than ever, and this time he's working for Homeland Security. He calls on the services of a young hacker in his bid to stop a ring of Internet terrorists intent on taking control of America's computer infrastructure.", + "release_date": "2007-06-27" + }, + "height": 1080, + "vote_average": 5.444, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 8, + "media_type": "movie", + "file_path": "/yyKIBmol9fv1BEXNQ488JypJyNF.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "release_date": "2005-04-01", + "vote_count": 4214, + "video": false, + "adult": false, + "vote_average": 7.4, + "title": "Sin City", + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "original_title": "Sin City", + "popularity": 14.958, + "id": 187, + "backdrop_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "overview": "Welcome to Sin City. This town beckons to the tough, the corrupt, the brokenhearted. Some call it dark… Hard-boiled. Then there are those who call it home — Crooked cops, sexy dames, desperate vigilantes. Some are seeking revenge, others lust after redemption, and then there are those hoping for a little of both. A universe of unlikely and reluctant heroes still trying to do the right thing in a city that refuses to care.", + "poster_path": "/vKJVGOKPyWqp9d2EX5NH1liqRqR.jpg" + }, + "height": 1080, + "vote_average": 5.44, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 11, + "media_type": "movie", + "file_path": "/4WQG7oGOjNQX9U89CpPO0hyLFxz.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/pvL37V88plePxFSszCbV3wRHiBm.jpg", + "id": 9741, + "video": false, + "vote_count": 4090, + "adult": false, + "backdrop_path": "/4WQG7oGOjNQX9U89CpPO0hyLFxz.jpg", + "genre_ids": [ + 53, + 18, + 878 + ], + "original_language": "en", + "original_title": "Unbreakable", + "popularity": 48.581, + "title": "Unbreakable", + "vote_average": 7.1, + "overview": "An ordinary man makes an extraordinary discovery when a train accident leaves his fellow passengers dead — and him unscathed. The answer to this mystery could lie with the mysterious Elijah Price, a man who suffers from a disease that renders his bones as fragile as glass.", + "release_date": "2000-11-13" + }, + "height": 1080, + "vote_average": 5.432, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 22, + "media_type": "movie", + "file_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/sNjL6SqErDBE8OUZlrDLkexfsCj.jpg", + "id": 59967, + "video": false, + "vote_count": 6350, + "adult": false, + "backdrop_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "genre_ids": [ + 28, + 53, + 878 + ], + "original_language": "en", + "original_title": "Looper", + "popularity": 14.622, + "title": "Looper", + "vote_average": 6.8, + "overview": "In the futuristic action thriller Looper, time travel will be invented but it will be illegal and only available on the black market. When the mob wants to get rid of someone, they will send their target 30 years into the past where a looper, a hired gun, like Joe is waiting to mop up. Joe is getting rich and life is good until the day the mob decides to close the loop, sending back Joe's future self for assassination.", + "release_date": "2012-09-28" + }, + "height": 1080, + "vote_average": 5.426, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 6, + "media_type": "movie", + "file_path": "/31SqCV9NfHvGJ8n7v60fV3oMobZ.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "poster_path": "/wpKBLDjNRddmH6N32ni4bASogt8.jpg", + "id": 2207, + "video": false, + "vote_count": 987, + "adult": false, + "backdrop_path": "/31SqCV9NfHvGJ8n7v60fV3oMobZ.jpg", + "genre_ids": [ + 28, + 12, + 80, + 53 + ], + "original_language": "en", + "original_title": "16 Blocks", + "popularity": 9.26, + "title": "16 Blocks", + "vote_average": 6.3, + "overview": "An aging cop is assigned the ordinary task of escorting a fast-talking witness from police custody to a courthouse, but they find themselves running the gauntlet as other forces try to prevent them from getting there.", + "release_date": "2006-03-03" + }, + "height": 720, + "vote_average": 5.424, + "width": 1280 + }, + { + "iso_639_1": null, + "vote_count": 7, + "media_type": "movie", + "file_path": "/eZcVWshLQU9qIYDQrjJAxLNj8EO.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "release_date": "2005-04-01", + "vote_count": 4214, + "video": false, + "adult": false, + "vote_average": 7.4, + "title": "Sin City", + "genre_ids": [ + 28, + 80, + 53 + ], + "original_language": "en", + "original_title": "Sin City", + "popularity": 14.958, + "id": 187, + "backdrop_path": "/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg", + "overview": "Welcome to Sin City. This town beckons to the tough, the corrupt, the brokenhearted. Some call it dark… Hard-boiled. Then there are those who call it home — Crooked cops, sexy dames, desperate vigilantes. Some are seeking revenge, others lust after redemption, and then there are those hoping for a little of both. A universe of unlikely and reluctant heroes still trying to do the right thing in a city that refuses to care.", + "poster_path": "/vKJVGOKPyWqp9d2EX5NH1liqRqR.jpg" + }, + "height": 1080, + "vote_average": 5.408, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 3, + "media_type": "movie", + "file_path": "/vrj1Urm96I2Nyr9WnFotqp17NnA.jpg", + "aspect_ratio": 0.66666666666667, + "media": { + "poster_path": "/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg", + "id": 146216, + "video": false, + "vote_count": 2204, + "adult": false, + "backdrop_path": "/iOkkgY4byK8MBoF3Mexybu22J1I.jpg", + "genre_ids": [ + 28, + 35, + 80, + 53 + ], + "original_language": "en", + "original_title": "RED 2", + "popularity": 16.427, + "title": "RED 2", + "vote_average": 6.5, + "overview": "Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.", + "release_date": "2013-07-19" + }, + "height": 2100, + "vote_average": 5.3968253968254, + "width": 1400 + } + ], + "page": 1, + "total_results": 164, + "id": 62, + "total_pages": 9 + }, + "also_known_as": [ + "Брюс Уиллис", + "ブルース・ウィリス", + "بروس ويليس", + "브루스 윌리스", + "บรูซ วิลลิส", + "布鲁斯·威利斯", + "ברוס וויליס" + ], + "gender": 2, + "biography": "Walter Bruce Willis, better known as Bruce Willis, is an American actor and producer. His career began in television in the 1980s and has continued both in television and film since, including comedic, dramatic, and action roles. He is well known for the role of John McClane in the Die Hard series.\n\nWillis was born in Idar-Oberstein, West Germany, the son of a Kassel-born German, Marlene, who worked in a bank, and David Willis, an American soldier. Willis is the eldest of four children.\n\nAt the premiere for the film Stakeout, Willis met actress Demi Moore. They married on November 21, 1987 and had three daughters before the couple divorced on October 18, 2000.\n\nSince the divorce he has dated models Maria Bravo Rosado and Emily Sandberg; he was engaged to Brooke Burns until they broke up in 2004 after ten months together. He married Emma Heming on March 21, 2009.", + "popularity": 17.767, + "place_of_birth": "Idar-Oberstein, Germany", + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "adult": false, + "imdb_id": "nm0000246", + "homepage": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:48.7979883Z", + "ReducedUri": "/3/person/62?append_to_response=tv_credits", + "RespData": { + "birthday": "1955-03-19", + "known_for_department": "Acting", + "deathday": null, + "id": 62, + "name": "Bruce Willis", + "tv_credits": { + "cast": [ + { + "poster_path": "/6psPEKu03UCiLqBxzeSy7wRQOVN.jpg", + "original_name": "Miami Vice", + "id": 1908, + "vote_count": 110, + "vote_average": 7.3, + "name": "Miami Vice", + "first_air_date": "1984-09-16", + "genre_ids": [ + 80, + 18 + ], + "popularity": 12.35, + "character": "", + "episode_count": 1, + "original_language": "en", + "credit_id": "525719bb760ee3776a1835d3", + "backdrop_path": "/dtvRLuUgo4CLh5kRy26MImDyHvr.jpg", + "overview": "The story of the Miami Police Department's vice squad and its efforts to end drug trafficking and prostitution, centered on the unlikely partnership of Sonny Crockett and Ricardo Tubbs - who first meet when Tubbs is undercover in a drug cartel.", + "origin_country": [ + "US" + ] + }, + { + "origin_country": [ + "US" + ], + "original_name": "Moonlighting", + "genre_ids": [ + 35, + 18, + 9648 + ], + "vote_count": 113, + "backdrop_path": "/iqJOyW0EGBIiyMode3LSWTc7bTk.jpg", + "name": "Moonlighting", + "first_air_date": "1985-03-03", + "original_language": "en", + "popularity": 8.856, + "character": "David Addison Jr.", + "episode_count": 66, + "id": 1998, + "credit_id": "52571e7f19c2957114107d48", + "vote_average": 7.5, + "overview": "Moonlighting is an American television series that aired on ABC from March 3, 1985, to May 14, 1989. The network aired a total of 66 episodes. Starring Bruce Willis and Cybill Shepherd as private detectives, the show was a mixture of drama, comedy, and romance, and was considered to be one of the first successful and influential examples of comedy-drama, or \"dramedy\", emerging as a distinct television genre.\n\nThe show's theme song was performed by jazz singer Al Jarreau and became a hit. The show is also credited with making Willis a star, while providing Shepherd with a critical success after a string of lackluster projects. In 1997, the episode \"The Dream Sequence Always Rings Twice\" was ranked #34 on TV Guide's 100 Greatest Episodes of All Time. In 2007, the series was listed as one of Time magazine's \"100 Best TV Shows of All-Time.\" The relationship between David and Maddie was included in TV Guide's list of the best TV couples of all time.", + "poster_path": "/kGsJf8k6a069WsaAWu7pHlOohg5.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "The Daily Show with Trevor Noah", + "genre_ids": [ + 35, + 10763 + ], + "vote_count": 210, + "backdrop_path": "/uyilhJ7MBLjiaQXboaEwe44Z0jA.jpg", + "name": "The Daily Show with Trevor Noah", + "first_air_date": "1996-07-22", + "original_language": "en", + "popularity": 41.444, + "character": "", + "episode_count": 3, + "id": 2224, + "credit_id": "52572a6f760ee3776a2cb7b9", + "vote_average": 6.7, + "overview": "Trevor Noah and The World's Fakest News Team tackle the biggest stories in news, politics and pop culture.", + "poster_path": "/tZlqGXWGzEJNRl9QCCUN8ioSv2D.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "The Early Show", + "genre_ids": [ + 10763 + ], + "vote_count": 0, + "backdrop_path": null, + "name": "The Early Show", + "first_air_date": "1999-11-01", + "original_language": "en", + "popularity": 0.835, + "character": "", + "episode_count": 2, + "id": 3167, + "credit_id": "52574da2760ee36aaa16db7c", + "vote_average": 0, + "overview": "The Early Show is an American morning television show which was broadcast by CBS from New York City from 1999 to 2012. The program aired live from 7 to 9 a.m. Eastern Time Monday through Friday in the Eastern time zone; most affiliates in the Central, Mountain, and Pacific time zones aired the show on tape-delay from 7 to 9 a.m. local time. The Saturday edition aired live from 7 to 9 a.m. Eastern Time as well, but a number of affiliates did not carry it or aired it later on tape-delay. It premiered on November 1, 1999, and was the newest of the major networks' morning shows, although CBS has made several attempts to program in the morning slot since 1954. The show aired as a division of CBS News.\n\nThe Early Show, like many of its predecessors, traditionally ran last in the ratings to its rivals, NBC's Today and ABC's Good Morning America. Much like NBC's The Today Show and The Tonight Show, the title The Early Show was analogous to that of CBS's late-night talk show, The Late Show.\n\nOn November 15, 2011, CBS announced that a new morning show would replace The Early Show on January 9, 2012. CBS News chairman Jeff Fager and CBS News president David Rhodes stated that the new show would \"redefine the morning television landscape.\" On December 1, it was announced that the new show would be titled CBS This Morning. The Early Show ended its twelve-year run on January 6, 2012, to make way for the program. Charlie Rose, Gayle King, and Erica Hill were named anchors of the new program.", + "poster_path": "/h7BAcTm9SsFAggOqg5pqQbIMOTt.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "Late Night with Conan O'Brien", + "genre_ids": [ + 35, + 10767 + ], + "vote_count": 55, + "backdrop_path": "/vH76MVFGJoB3Il1egx9oQ00DDAM.jpg", + "name": "Late Night with Conan O'Brien", + "first_air_date": "1993-09-13", + "original_language": "en", + "popularity": 11.631, + "character": "", + "episode_count": 2, + "id": 4573, + "credit_id": "5257711a760ee36aaa49068e", + "vote_average": 7.4, + "overview": "Late Night with Conan O'Brien is an American late-night talk show hosted by Conan O'Brien that aired 2,725 episodes on NBC between 1993 and 2009. The show featured varied comedic material, celebrity interviews, and musical and comedy performances. Late Night aired weeknights at 12:37 am Eastern/11:37 pm Central and 12:37 am Mountain in the United States. From 1993 until 2000, Andy Richter served as O'Brien's sidekick; following his departure, O'Brien was the show's sole featured performer. The show's house musical act was The Max Weinberg 7, led by E Street Band drummer Max Weinberg.\n\nThe second incarnation of NBC's Late Night franchise, O'Brien's debuted in 1993 after David Letterman, who hosted the first incarnation of Late Night, moved to CBS to host Late Show opposite The Tonight Show. In 2004, as part of a deal to secure a new contract, NBC announced that O'Brien would leave Late Night in 2009 to succeed Jay Leno as the host of The Tonight Show. Jimmy Fallon began hosting his version of Late Night on March 2, 2009.", + "poster_path": "/v4N5l6JooObhXbjXoFaKbx92wB9.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "The Emmy Awards", + "genre_ids": [ + 10764 + ], + "vote_count": 0, + "backdrop_path": "/6di4hCFi6guqb36Czqh3FqKAnxL.jpg", + "name": "The Emmy Awards", + "first_air_date": "1949-01-25", + "original_language": "en", + "popularity": 1.12, + "character": "", + "episode_count": 1, + "id": 28464, + "credit_id": "52588ea8760ee346614e907a", + "vote_average": 0, + "overview": "The Emmy Award, often referred to simply as the Emmy, is a television production award considered the television equivalent to the Academy Awards (for film), Grammy Awards (for music) and Tony Awards (for stage).", + "poster_path": "/6OwFCd8H46BnN1jeeZOEP7X6han.jpg" + }, + { + "poster_path": "/2eALZgo89aHezKDRjZMveRjD5gc.jpg", + "original_name": "That '70s Show", + "id": 52, + "vote_count": 369, + "vote_average": 7.5, + "name": "That '70s Show", + "first_air_date": "1998-08-23", + "genre_ids": [ + 35 + ], + "popularity": 21.219, + "character": "", + "episode_count": 1, + "original_language": "en", + "credit_id": "5253335319c29579400261e1", + "backdrop_path": "/5JXBFiIQVuC4GyBnRbW8eKoBSMB.jpg", + "overview": "Crank up the 8-track and flash back to a time when platform shoes and puka shells were all the rage in this hilarious retro-sitcom. For Eric, Kelso, Jackie, Hyde, Donna and Fez, a group of high school teens who spend most of their time hanging out in Eric’s basement, life in the ‘70s isn’t always so groovy. But between trying to figure out the meaning of life, avoiding their parents, and dealing with out-of-control hormones, they’ve learned one thing for sure: they’ll always get by with a little help from their friends.", + "origin_country": [ + "US" + ] + }, + { + "origin_country": [ + "US" + ], + "original_name": "Inside the Actors Studio", + "genre_ids": [ + 10767 + ], + "vote_count": 22, + "backdrop_path": "/uX2U5hMqff9TAT7iLdintbKVYIg.jpg", + "name": "Inside the Actors Studio", + "first_air_date": "1994-06-01", + "original_language": "en", + "popularity": 0.6, + "character": "", + "episode_count": 1, + "id": 217, + "credit_id": "5253462c19c29579400c90d3", + "vote_average": 7.7, + "overview": "James Lipton sits down with some of the world's most accomplished actors and directors for penetrating, fascinating interviews.", + "poster_path": "/wUgX0HaFBXIXzp2vjfRuaABlbgr.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "Mad About You", + "genre_ids": [ + 35 + ], + "vote_count": 74, + "backdrop_path": "/bMRd8z3hLYNMap0Zk64JPxQVGU7.jpg", + "name": "Mad About You", + "first_air_date": "1992-09-23", + "original_language": "en", + "popularity": 8.67, + "character": "", + "episode_count": 1, + "id": 500, + "credit_id": "52537bea19c295794019330b", + "vote_average": 6.1, + "overview": "Mad About You is an American sitcom that aired on NBC from September 23, 1992 to May 24, 1999. The show stars Paul Reiser and Helen Hunt as a newly married couple in New York City. Reiser played Paul Buchman, a documentary film maker. Hunt played Jamie Stemple Buchman, a public relations specialist. Near the end of the show's run, the couple had a baby daughter, whom they named Mabel.\n\nThe series focuses mainly on the newlyweds while they dealt with everything from humorous daily minutiae to major struggles. The show's willingness to find comedy in realistic situations and observational dialogue garnered it comparisons to Seinfeld, another NBC comedy about thirty-somethings in New York City.\n\nHelen Hunt and Paul Reiser were paid $1 million per episode for the last season. However, ratings fell sharply that year as the series was shuffled away from its Tuesday slot to prop up a fledgling Monday night line-up of comedies on NBC. The final episode of the series was \"The Final Frontier\".\n\nThe show's theme song, \"Final Frontier\", was composed by Reiser and Don Was. The theme was originally performed by Andrew Gold, but a version performed by Anita Baker made its debut midway through the 1997 season. Baker's version was used for the rest of the show's run and appears on the show's soundtrack album. Gold's version is available on the collection Thank You for Being a Friend: The Best of Andrew Gold.", + "poster_path": "/6vVYaC8zgQDzHfEX2Mzg0vd7V6j.jpg" + }, + { + "poster_path": "/AvfvsaqYt2oBYDC9c8N926mDHjl.jpg", + "original_name": "The Ellen DeGeneres Show", + "id": 562, + "vote_count": 37, + "vote_average": 6.2, + "name": "The Ellen DeGeneres Show", + "first_air_date": "2003-09-08", + "genre_ids": [ + 35, + 10767 + ], + "popularity": 4.817, + "character": "", + "episode_count": 1, + "original_language": "en", + "credit_id": "525386ba19c2957940210979", + "backdrop_path": "/7wri8hbMd1yZWIFubnZTe9ZJrKT.jpg", + "overview": "The Ellen DeGeneres Show, often shortened to Ellen, is an American television talk show hosted by comedian/actress Ellen DeGeneres.", + "origin_country": [ + "US" + ] + }, + { + "origin_country": [ + "US" + ], + "original_name": "Family Guy", + "genre_ids": [ + 16, + 35 + ], + "vote_count": 1368, + "backdrop_path": "/pH38r4TWTqq7Mcs6XAlwgzNUeJe.jpg", + "name": "Family Guy", + "first_air_date": "1999-01-31", + "original_language": "en", + "popularity": 121.159, + "character": "", + "episode_count": 1, + "id": 1434, + "credit_id": "5256e8f519c2956ff60ff65c", + "vote_average": 6.5, + "overview": "Sick, twisted, politically incorrect and Freakin' Sweet animated series featuring the adventures of the dysfunctional Griffin family. Bumbling Peter and long-suffering Lois have three kids. Stewie (a brilliant but sadistic baby bent on killing his mother and taking over the world), Meg (the oldest, and is the most unpopular girl in town) and Chris (the middle kid, he's not very bright but has a passion for movies). The final member of the family is Brian - a talking dog and much more than a pet, he keeps Stewie in check whilst sipping Martinis and sorting through his own life issues.", + "poster_path": "/gBGUL1UTUNmdRQT8gA1LUV4yg39.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "Ally McBeal", + "genre_ids": [ + 35, + 18 + ], + "vote_count": 100, + "backdrop_path": "/47RePvZ7Ll9K6ZzFzF5U2u4iyUY.jpg", + "name": "Ally McBeal", + "first_air_date": "1997-09-08", + "original_language": "en", + "popularity": 4.036, + "character": "", + "episode_count": 1, + "id": 1480, + "credit_id": "525706c3760ee3776a027143", + "vote_average": 6.1, + "overview": "Ally McBeal is an American legal comedy-drama television series, originally aired on Fox from September 8, 1997 to May 20, 2002. Created by David E. Kelley, the series stars Calista Flockhart in the title role as a young lawyer working in the fictional Boston law firm Cage and Fish, with other young lawyers whose lives and loves were eccentric, humorous and dramatic. The series placed #48 on Entertainment Weekly's 2007 \"New TV Classics\" list.", + "poster_path": "/3ykzyc8YDQ7he21GaaqZsJZ1yui.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "The Twilight Zone", + "genre_ids": [ + 18, + 10765 + ], + "vote_count": 62, + "backdrop_path": "/1L8JCGfpIp5BK5yiwrddW7ztLAL.jpg", + "name": "The Twilight Zone", + "first_air_date": "1985-09-27", + "original_language": "en", + "popularity": 9.59, + "character": "", + "episode_count": 1, + "id": 1918, + "credit_id": "52571a7f760ee3776a193248", + "vote_average": 7.5, + "overview": "The Twilight Zone is the first of two revivals of Rod Serling's acclaimed 1950/60s television series of the same name. It ran for two seasons on CBS before producing a final season for syndication.", + "poster_path": "/gPbXTcnyisKxHi4Owkzi1IEjoHg.jpg" + }, + { + "poster_path": "/svu5IuOcevaEvhb3tbDaVa2VG73.jpg", + "original_name": "The View", + "id": 2221, + "vote_count": 24, + "vote_average": 3.6, + "name": "The View", + "first_air_date": "1997-08-11", + "genre_ids": [ + 10767 + ], + "popularity": 9.067, + "character": "", + "episode_count": 4, + "original_language": "en", + "credit_id": "525728a9760ee3776a29c129", + "backdrop_path": "/A8lZEuYIDO6imILFrpsLkosHmY5.jpg", + "overview": "ABC Daytime's morning chatfest, currently featuring Whoopi Goldberg, Joy Behar, Sunny Hostin, Meghan McCain, and Abby Huntsman, discussing the most exciting events of the day. Hot topics in the news, the best experts in their field, celebrity interviews and general entertainment are all part of The View.", + "origin_country": [ + "US" + ] + }, + { + "origin_country": [ + "US" + ], + "original_name": "E! True Hollywood Story", + "genre_ids": [ + 99 + ], + "vote_count": 4, + "backdrop_path": "/xsngZufGlsWfR9I6y0Mzj1JbTsR.jpg", + "name": "E! True Hollywood Story", + "first_air_date": "1996-03-29", + "original_language": "en", + "popularity": 0.6, + "character": "", + "episode_count": 1, + "id": 3739, + "credit_id": "5257562f19c29531db13d527", + "vote_average": 6.3, + "overview": "E! True Hollywood Story is an American documentary series on E! that deals with famous Hollywood celebrities, movies, TV shows and well-known public figures. Among the topics covered on the program include salacious re-tellings of Hollywood secrets, show-biz scandals, celebrity murders and mysteries, porn-star biographies, and \"where-are-they-now?\" investigations of former child stars. It frequently features in-depth interviews, actual courtroom footage, and dramatic reenactments. When aired on the E! network, episodes will usually be updated to reflect the current life or status of the subject.", + "poster_path": "/2LrZlG4d7GXYoGLvnZ8Bf6BWbIz.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "Bruno the Kid", + "genre_ids": [ + 16 + ], + "vote_count": 0, + "backdrop_path": null, + "name": "Bruno the Kid", + "first_air_date": "1996-09-23", + "original_language": "en", + "popularity": 1.091, + "character": "Bruno the kid", + "episode_count": 37, + "id": 13297, + "credit_id": "525826eb760ee36aaa81b1d7", + "vote_average": 0, + "overview": "Bruno the Kid is an animated series produced in 1996.", + "poster_path": "/5HkZHG7FkHhay6UlmQ4NyeqpbKR.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "Where Are They Now?", + "genre_ids": [ + 99 + ], + "vote_count": 0, + "backdrop_path": null, + "name": "Where Are They Now?", + "first_air_date": "1999-06-07", + "original_language": "en", + "popularity": 2.484, + "character": "", + "episode_count": 1, + "id": 16016, + "credit_id": "52583c1e760ee36aaa9a6949", + "vote_average": 0, + "overview": "Where Are They Now? was a television series on VH1 that featured past celebrities and updated on their current professional and personal status. Each episode was dedicated to another genre.\n\nThough not always in sequence, some episodes were a continuation of the motif of episodes from the past. Those episodes sometimes had Roman numerals in their title to signify their sequel status.", + "poster_path": null + }, + { + "origin_country": [], + "original_name": "Between Two Ferns with Zach Galifianakis", + "genre_ids": [ + 35 + ], + "vote_count": 18, + "backdrop_path": "/dHqFG4tN7vpCnZX9uphx3BqRD4b.jpg", + "name": "Between Two Ferns with Zach Galifianakis", + "first_air_date": "2008-01-04", + "original_language": "en", + "popularity": 2.769, + "character": "", + "episode_count": 1, + "id": 39754, + "credit_id": "52595afd760ee34661916802", + "vote_average": 8, + "overview": "Between Two Ferns with Zach Galifianakis is an internet comedy series that appears on the video website Funny or Die. As the show's title suggests, host Zach Galifianakis conducts celebrity interviews sitting, with his guests, between two potted ferns: the set intentionally resembles a low-budget amateur production fit for public-access television. He maintains an awkward and often antagonistic demeanor with his guests, asking them bizarre and inappropriate questions mixed with offhand non-sequiturs. Episodes often include a segment in which Galifianakis awkwardly interrupts his guests to promote a sponsor's product--examples include bananas, Need for Speed: Shift videogame, and Speed Stick deodorant. The series' theme music is Dave Blume's arrangement of Bernard Herrmann's Theme from Taxi Driver, which is on the original Taxi Driver soundtrack album but was not included in the film.", + "poster_path": "/sR2AcXXFpTv8A3FS9iMDZTeN4QD.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "Friends", + "genre_ids": [ + 35 + ], + "vote_count": 1411, + "backdrop_path": "/efiX8iir6GEBWCD0uCFIi5NAyYA.jpg", + "name": "Friends", + "first_air_date": "1994-09-22", + "original_language": "en", + "popularity": 53.222, + "character": "Paul Stevens", + "episode_count": 3, + "id": 1668, + "credit_id": "5257104819c295731c029cdf", + "vote_average": 7.8, + "overview": "The misadventures of a group of friends as they navigate the pitfalls of work, life and love in Manhattan.", + "poster_path": "/7buCWBTpiPrCF5Lt023dSC60rgS.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "Saturday Night Live", + "genre_ids": [ + 35, + 10763 + ], + "vote_count": 156, + "backdrop_path": "/v8Ni1kv2AcVDkXfLKLYVgKvGetW.jpg", + "name": "Saturday Night Live", + "first_air_date": "1975-10-11", + "original_language": "en", + "popularity": 15.58, + "character": "", + "episode_count": 2, + "id": 1667, + "credit_id": "5273d273760ee3572c023363", + "vote_average": 6.6, + "overview": "A late-night live television sketch comedy and variety show created by Lorne Michaels. The show's comedy sketches, which parody contemporary culture and politics, are performed by a large and varying cast of repertory and newer cast members. Each episode is hosted by a celebrity guest, who usually delivers an opening monologue and performs in sketches with the cast, and features performances by a musical guest.", + "poster_path": "/pCSb6uZwlCCrM3hBgqohbwSF9t1.jpg" + }, + { + "origin_country": [ + "US" + ], + "original_name": "The Reichen Show", + "genre_ids": [ + 10767 + ], + "vote_count": 0, + "backdrop_path": null, + "name": "The Reichen Show", + "first_air_date": "2005-11-11", + "original_language": "en", + "popularity": 1.791, + "character": "", + "episode_count": 1, + "id": 80515, + "credit_id": "5b379ebf9251413c9d02d615", + "vote_average": 0, + "overview": "A list of celebrity interviews and sensational topics.", + "poster_path": null + } + ], + "crew": [ + { + "id": 13297, + "department": "Production", + "original_language": "en", + "episode_count": 37, + "job": "Producer", + "overview": "Bruno the Kid is an animated series produced in 1996.", + "origin_country": [ + "US" + ], + "original_name": "Bruno the Kid", + "vote_count": 0, + "name": "Bruno the Kid", + "popularity": 1.091, + "credit_id": "525826eb760ee36aaa81b23b", + "backdrop_path": null, + "first_air_date": "1996-09-23", + "vote_average": 0, + "genre_ids": [ + 16 + ], + "poster_path": "/5HkZHG7FkHhay6UlmQ4NyeqpbKR.jpg" + }, + { + "id": 62864, + "department": "Production", + "original_language": "en", + "episode_count": 13, + "job": "Executive Producer", + "overview": "Returning from a year-long psychological leave of absence after surviving an almost-fatal gunshot wound to the head, Detective David Creegan is assigned to the FBI's Organized and Serial Crime Unit – a rapid-response, elite crime investigation squad – where he and his new partner, Detective Susan Branca, find themselves committed to saving lives and solving cases. In spite of his inability to abide by common sense and the laws he's sworn to uphold, Creegan, with the help of Branca, works on hunting down the most vicious criminals on the streets.", + "origin_country": [ + "US", + "CA" + ], + "original_name": "Touching Evil", + "vote_count": 4, + "name": "Touching Evil", + "popularity": 1.583, + "credit_id": "556e2726925141421d0013b0", + "backdrop_path": "/2Uhd82xRz5yGmJenub0rVfo93iK.jpg", + "first_air_date": "2004-03-12", + "vote_average": 5.8, + "genre_ids": [ + 80, + 18 + ], + "poster_path": "/9bXzGMYhlvWRXX43sk289tlnCRK.jpg" + } + ] + }, + "also_known_as": [ + "Брюс Уиллис", + "ブルース・ウィリス", + "بروس ويليس", + "브루스 윌리스", + "บรูซ วิลลิส", + "布鲁斯·威利斯", + "ברוס וויליס" + ], + "gender": 2, + "biography": "Walter Bruce Willis, better known as Bruce Willis, is an American actor and producer. His career began in television in the 1980s and has continued both in television and film since, including comedic, dramatic, and action roles. He is well known for the role of John McClane in the Die Hard series.\n\nWillis was born in Idar-Oberstein, West Germany, the son of a Kassel-born German, Marlene, who worked in a bank, and David Willis, an American soldier. Willis is the eldest of four children.\n\nAt the premiere for the film Stakeout, Willis met actress Demi Moore. They married on November 21, 1987 and had three daughters before the couple divorced on October 18, 2000.\n\nSince the divorce he has dated models Maria Bravo Rosado and Emily Sandberg; he was engaged to Brooke Burns until they broke up in 2004 after ten months together. He married Emma Heming on March 21, 2009.", + "popularity": 17.767, + "place_of_birth": "Idar-Oberstein, Germany", + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "adult": false, + "imdb_id": "nm0000246", + "homepage": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:31.4858741Z", + "ReducedUri": "/3/person/833", + "RespData": { + "birthday": "1973-01-01", + "known_for_department": "Acting", + "deathday": null, + "id": 833, + "name": "Alex Sol", + "also_known_as": [], + "gender": 2, + "biography": "Alex Sol is an actor and assistant director.", + "popularity": 0.828, + "place_of_birth": null, + "profile_path": "/r5ILaD7d10x3W3f6rhJXeQEgq0i.jpg", + "adult": false, + "imdb_id": "nm0812550", + "homepage": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:37.9753946Z", + "ReducedUri": "/3/person/999999999", + "RespData": { + "status_code": 34, + "status_message": "The resource you requested could not be found.", + "success": false + }, + "RespStatusCode": 404, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:49.9594379Z", + "ReducedUri": "/3/person/changes", + "RespData": { + "results": [ + { + "id": 2226952, + "adult": false + }, + { + "id": 2226951, + "adult": false + }, + { + "id": 1845613, + "adult": false + }, + { + "id": 2226948, + "adult": false + }, + { + "id": 1982195, + "adult": false + }, + { + "id": 2226946, + "adult": false + }, + { + "id": 2226944, + "adult": false + }, + { + "id": 2226942, + "adult": false + }, + { + "id": 44792, + "adult": false + }, + { + "id": 2226941, + "adult": false + }, + { + "id": 2226940, + "adult": false + }, + { + "id": 2226939, + "adult": false + }, + { + "id": 2226938, + "adult": false + }, + { + "id": 1214277, + "adult": false + }, + { + "id": 2226937, + "adult": false + }, + { + "id": 2226936, + "adult": false + }, + { + "id": 2226935, + "adult": false + }, + { + "id": 2226934, + "adult": false + }, + { + "id": 2226933, + "adult": false + }, + { + "id": 166314, + "adult": false + }, + { + "id": 1188336, + "adult": false + }, + { + "id": 2226932, + "adult": false + }, + { + "id": 1668853, + "adult": false + }, + { + "id": 1167513, + "adult": false + }, + { + "id": 2226931, + "adult": false + }, + { + "id": 2226930, + "adult": false + }, + { + "id": 2226929, + "adult": false + }, + { + "id": 2226928, + "adult": false + }, + { + "id": 2226927, + "adult": false + }, + { + "id": 2226925, + "adult": false + }, + { + "id": 2226924, + "adult": false + }, + { + "id": 1056810, + "adult": false + }, + { + "id": 2226923, + "adult": false + }, + { + "id": 1653705, + "adult": false + }, + { + "id": 2226922, + "adult": false + }, + { + "id": 2226921, + "adult": false + }, + { + "id": 2226920, + "adult": false + }, + { + "id": 2226919, + "adult": false + }, + { + "id": 2226918, + "adult": false + }, + { + "id": 2226917, + "adult": false + }, + { + "id": 1357094, + "adult": false + }, + { + "id": 2226916, + "adult": false + }, + { + "id": 2226915, + "adult": false + }, + { + "id": 2226914, + "adult": false + }, + { + "id": 2226913, + "adult": false + }, + { + "id": 2226912, + "adult": false + }, + { + "id": 2226911, + "adult": false + }, + { + "id": 2226909, + "adult": false + }, + { + "id": 2226907, + "adult": false + }, + { + "id": 2226906, + "adult": false + }, + { + "id": 588736, + "adult": false + }, + { + "id": 2223786, + "adult": false + }, + { + "id": 2226903, + "adult": false + }, + { + "id": 2226902, + "adult": false + }, + { + "id": 1422078, + "adult": false + }, + { + "id": 2126420, + "adult": true + }, + { + "id": 1558755, + "adult": false + }, + { + "id": 2226901, + "adult": false + }, + { + "id": 2226898, + "adult": false + }, + { + "id": 2226897, + "adult": false + }, + { + "id": 2226894, + "adult": false + }, + { + "id": 2226893, + "adult": false + }, + { + "id": 2226892, + "adult": false + }, + { + "id": 2226891, + "adult": false + }, + { + "id": 1553051, + "adult": false + }, + { + "id": 2226890, + "adult": false + }, + { + "id": 2226889, + "adult": false + }, + { + "id": 2226888, + "adult": false + }, + { + "id": 1262722, + "adult": false + }, + { + "id": 2226887, + "adult": false + }, + { + "id": 2226886, + "adult": false + }, + { + "id": 2226885, + "adult": false + }, + { + "id": 2226884, + "adult": false + }, + { + "id": 2226883, + "adult": false + }, + { + "id": 2226882, + "adult": false + }, + { + "id": 2071553, + "adult": false + }, + { + "id": 2226881, + "adult": false + }, + { + "id": 2226880, + "adult": false + }, + { + "id": 2226879, + "adult": false + }, + { + "id": 2226878, + "adult": false + }, + { + "id": 2226876, + "adult": false + }, + { + "id": 2226875, + "adult": false + }, + { + "id": 22787, + "adult": false + }, + { + "id": 2226874, + "adult": false + }, + { + "id": 1053359, + "adult": false + }, + { + "id": 2226873, + "adult": false + }, + { + "id": 2226872, + "adult": false + }, + { + "id": 2226871, + "adult": false + }, + { + "id": 2226870, + "adult": false + }, + { + "id": 2226869, + "adult": false + }, + { + "id": 2226868, + "adult": false + }, + { + "id": 2226945, + "adult": false + }, + { + "id": 1294257, + "adult": false + }, + { + "id": 2226867, + "adult": false + }, + { + "id": 2226866, + "adult": false + }, + { + "id": 1597103, + "adult": false + }, + { + "id": 2226865, + "adult": false + }, + { + "id": 2226864, + "adult": false + }, + { + "id": 2226863, + "adult": false + }, + { + "id": 2226862, + "adult": false + }, + { + "id": 2226861, + "adult": false + }, + { + "id": 2226860, + "adult": false + }, + { + "id": 2226943, + "adult": false + }, + { + "id": 1294256, + "adult": false + }, + { + "id": 2226858, + "adult": false + }, + { + "id": 2226857, + "adult": false + }, + { + "id": 2226856, + "adult": false + }, + { + "id": 2217128, + "adult": false + }, + { + "id": 2226855, + "adult": false + }, + { + "id": 2226854, + "adult": false + }, + { + "id": 2226853, + "adult": false + }, + { + "id": 2226852, + "adult": false + }, + { + "id": 2226851, + "adult": false + }, + { + "id": 2226850, + "adult": false + }, + { + "id": 2226947, + "adult": false + }, + { + "id": 1294258, + "adult": false + }, + { + "id": 2226848, + "adult": false + }, + { + "id": 191264, + "adult": false + }, + { + "id": 2226847, + "adult": false + }, + { + "id": 2226846, + "adult": false + }, + { + "id": 2226844, + "adult": false + }, + { + "id": 2226842, + "adult": false + }, + { + "id": 2226840, + "adult": false + }, + { + "id": 2226839, + "adult": false + }, + { + "id": 1553050, + "adult": false + }, + { + "id": 2226838, + "adult": false + }, + { + "id": 1228013, + "adult": false + }, + { + "id": 2226837, + "adult": false + }, + { + "id": 2226836, + "adult": false + }, + { + "id": 2226835, + "adult": false + }, + { + "id": 2226834, + "adult": false + }, + { + "id": 2226833, + "adult": false + }, + { + "id": 2226832, + "adult": false + }, + { + "id": 2226831, + "adult": false + }, + { + "id": 2226829, + "adult": false + }, + { + "id": 2226828, + "adult": false + }, + { + "id": 2226827, + "adult": false + }, + { + "id": 2226826, + "adult": false + }, + { + "id": 2226825, + "adult": false + }, + { + "id": 2226824, + "adult": false + }, + { + "id": 2226823, + "adult": false + }, + { + "id": 2226822, + "adult": false + }, + { + "id": 2226821, + "adult": false + }, + { + "id": 2226820, + "adult": false + }, + { + "id": 2226819, + "adult": false + }, + { + "id": 1163943, + "adult": false + }, + { + "id": 2217117, + "adult": false + }, + { + "id": 2226817, + "adult": false + }, + { + "id": 2226816, + "adult": false + }, + { + "id": 2226814, + "adult": false + }, + { + "id": 2226813, + "adult": false + }, + { + "id": 2218101, + "adult": false + }, + { + "id": 2226812, + "adult": false + }, + { + "id": 2226811, + "adult": false + }, + { + "id": 2226810, + "adult": false + }, + { + "id": 2226809, + "adult": false + }, + { + "id": 1553048, + "adult": false + }, + { + "id": 1889035, + "adult": false + }, + { + "id": 2226808, + "adult": false + }, + { + "id": 2226807, + "adult": false + }, + { + "id": 2226806, + "adult": false + }, + { + "id": 98103, + "adult": false + }, + { + "id": 2226804, + "adult": false + }, + { + "id": 76070, + "adult": false + }, + { + "id": 2226803, + "adult": false + }, + { + "id": 2226802, + "adult": false + }, + { + "id": 2226801, + "adult": false + }, + { + "id": 2226800, + "adult": false + }, + { + "id": 2226799, + "adult": false + }, + { + "id": 2226798, + "adult": false + }, + { + "id": 2226797, + "adult": false + }, + { + "id": 1318763, + "adult": false + }, + { + "id": 2226796, + "adult": false + }, + { + "id": 1223632, + "adult": false + }, + { + "id": 2226794, + "adult": false + }, + { + "id": 2226793, + "adult": false + }, + { + "id": 2226792, + "adult": false + }, + { + "id": 2226791, + "adult": false + }, + { + "id": 2226790, + "adult": false + }, + { + "id": 2226789, + "adult": false + }, + { + "id": 2226788, + "adult": false + }, + { + "id": 2226787, + "adult": false + }, + { + "id": 2218082, + "adult": false + }, + { + "id": 2226785, + "adult": false + }, + { + "id": 2217116, + "adult": false + }, + { + "id": 2226783, + "adult": false + }, + { + "id": 2226782, + "adult": false + }, + { + "id": 1345908, + "adult": false + }, + { + "id": 2226781, + "adult": false + }, + { + "id": 2226780, + "adult": false + }, + { + "id": 1751251, + "adult": null + }, + { + "id": 2226904, + "adult": false + }, + { + "id": 1751144, + "adult": null + }, + { + "id": 2226845, + "adult": false + }, + { + "id": 1137429, + "adult": false + }, + { + "id": 1889036, + "adult": null + }, + { + "id": 2226779, + "adult": false + }, + { + "id": 2226778, + "adult": false + }, + { + "id": 1018942, + "adult": false + }, + { + "id": 2226777, + "adult": false + }, + { + "id": 1154124, + "adult": false + }, + { + "id": 2226776, + "adult": false + }, + { + "id": 2226775, + "adult": false + }, + { + "id": 2226774, + "adult": false + }, + { + "id": 2226773, + "adult": false + }, + { + "id": 2226772, + "adult": false + }, + { + "id": 2226771, + "adult": false + }, + { + "id": 2226770, + "adult": false + }, + { + "id": 1018940, + "adult": false + }, + { + "id": 2226769, + "adult": false + }, + { + "id": 2226768, + "adult": false + }, + { + "id": 2226767, + "adult": false + }, + { + "id": 30040, + "adult": false + }, + { + "id": 2226766, + "adult": false + }, + { + "id": 1018943, + "adult": false + }, + { + "id": 2226765, + "adult": false + }, + { + "id": 2226764, + "adult": false + }, + { + "id": 2226763, + "adult": false + }, + { + "id": 2226762, + "adult": false + }, + { + "id": 2226761, + "adult": false + }, + { + "id": 2052501, + "adult": false + }, + { + "id": 2226759, + "adult": false + }, + { + "id": 2226758, + "adult": false + }, + { + "id": 1018941, + "adult": false + }, + { + "id": 2226757, + "adult": false + }, + { + "id": 2226756, + "adult": false + }, + { + "id": 2226755, + "adult": false + }, + { + "id": 2226754, + "adult": false + }, + { + "id": 2226753, + "adult": false + }, + { + "id": 2218057, + "adult": false + }, + { + "id": 2226752, + "adult": false + }, + { + "id": 2226751, + "adult": false + }, + { + "id": 2226750, + "adult": false + }, + { + "id": 1864736, + "adult": false + }, + { + "id": 1011370, + "adult": false + }, + { + "id": 2071632, + "adult": false + }, + { + "id": 591280, + "adult": false + }, + { + "id": 2226749, + "adult": false + }, + { + "id": 2226748, + "adult": false + }, + { + "id": 2226747, + "adult": false + }, + { + "id": 2226746, + "adult": false + }, + { + "id": 2226745, + "adult": false + }, + { + "id": 930833, + "adult": false + }, + { + "id": 2226744, + "adult": false + }, + { + "id": 2226743, + "adult": false + }, + { + "id": 2226742, + "adult": false + }, + { + "id": 2226740, + "adult": false + }, + { + "id": 2226739, + "adult": false + }, + { + "id": 2226738, + "adult": false + }, + { + "id": 2226736, + "adult": false + }, + { + "id": 2226735, + "adult": false + }, + { + "id": 2226734, + "adult": false + }, + { + "id": 2226732, + "adult": false + }, + { + "id": 2226731, + "adult": false + }, + { + "id": 2226730, + "adult": false + }, + { + "id": 2226729, + "adult": false + }, + { + "id": 2226728, + "adult": false + }, + { + "id": 2226727, + "adult": false + }, + { + "id": 1500406, + "adult": null + }, + { + "id": 2226726, + "adult": false + }, + { + "id": 1175607, + "adult": false + }, + { + "id": 2226725, + "adult": false + }, + { + "id": 2226724, + "adult": false + }, + { + "id": 2226910, + "adult": false + }, + { + "id": 1026362, + "adult": false + }, + { + "id": 67428, + "adult": false + }, + { + "id": 102503, + "adult": false + }, + { + "id": 2010753, + "adult": null + }, + { + "id": 1039613, + "adult": false + }, + { + "id": 103497, + "adult": false + }, + { + "id": 1277875, + "adult": false + }, + { + "id": 2226423, + "adult": false + }, + { + "id": 2226421, + "adult": false + }, + { + "id": 2226539, + "adult": false + }, + { + "id": 1669588, + "adult": false + }, + { + "id": 2226364, + "adult": true + }, + { + "id": 2226417, + "adult": false + }, + { + "id": 2226414, + "adult": false + }, + { + "id": 2226411, + "adult": false + }, + { + "id": 2226410, + "adult": false + }, + { + "id": 2226422, + "adult": false + }, + { + "id": 2226405, + "adult": false + }, + { + "id": 60253, + "adult": false + }, + { + "id": 2226404, + "adult": false + }, + { + "id": 2226413, + "adult": false + }, + { + "id": 1209257, + "adult": false + }, + { + "id": 592611, + "adult": true + }, + { + "id": 2226245, + "adult": false + }, + { + "id": 2185489, + "adult": false + }, + { + "id": 2163414, + "adult": null + }, + { + "id": 2226401, + "adult": false + }, + { + "id": 1190156, + "adult": false + }, + { + "id": 2226399, + "adult": false + }, + { + "id": 2098740, + "adult": false + }, + { + "id": 2226398, + "adult": false + }, + { + "id": 2226397, + "adult": false + }, + { + "id": 2226394, + "adult": false + }, + { + "id": 2226393, + "adult": false + }, + { + "id": 2226392, + "adult": false + }, + { + "id": 2226386, + "adult": false + }, + { + "id": 2226385, + "adult": false + }, + { + "id": 2226384, + "adult": false + }, + { + "id": 2226380, + "adult": false + }, + { + "id": 2226379, + "adult": false + }, + { + "id": 2226378, + "adult": false + }, + { + "id": 2226622, + "adult": false + }, + { + "id": 21044, + "adult": false + }, + { + "id": 2226377, + "adult": false + }, + { + "id": 2226376, + "adult": false + }, + { + "id": 266422, + "adult": false + }, + { + "id": 2226373, + "adult": false + }, + { + "id": 2226372, + "adult": false + }, + { + "id": 5881, + "adult": false + }, + { + "id": 2226370, + "adult": false + }, + { + "id": 2226369, + "adult": false + }, + { + "id": 2226367, + "adult": false + }, + { + "id": 2226365, + "adult": false + }, + { + "id": 9420, + "adult": false + }, + { + "id": 2226363, + "adult": false + }, + { + "id": 1999657, + "adult": false + }, + { + "id": 2226348, + "adult": false + }, + { + "id": 2226362, + "adult": false + }, + { + "id": 97629, + "adult": false + }, + { + "id": 2226361, + "adult": false + }, + { + "id": 2226374, + "adult": false + }, + { + "id": 2226634, + "adult": false + }, + { + "id": 2226360, + "adult": false + }, + { + "id": 1213331, + "adult": false + }, + { + "id": 1421496, + "adult": false + }, + { + "id": 2226368, + "adult": false + }, + { + "id": 2226459, + "adult": false + }, + { + "id": 1764408, + "adult": false + }, + { + "id": 2226662, + "adult": true + }, + { + "id": 1222853, + "adult": null + }, + { + "id": 2226355, + "adult": false + }, + { + "id": 2226366, + "adult": false + }, + { + "id": 1775782, + "adult": null + }, + { + "id": 118900, + "adult": false + }, + { + "id": 2226495, + "adult": false + }, + { + "id": 2226412, + "adult": false + }, + { + "id": 2226354, + "adult": false + }, + { + "id": 2226353, + "adult": false + }, + { + "id": 2226859, + "adult": false + }, + { + "id": 1184377, + "adult": false + }, + { + "id": 2226352, + "adult": false + }, + { + "id": 2192516, + "adult": null + }, + { + "id": 2226349, + "adult": false + }, + { + "id": 2226351, + "adult": false + }, + { + "id": 2226346, + "adult": false + }, + { + "id": 2226391, + "adult": false + }, + { + "id": 69238, + "adult": false + }, + { + "id": 2226344, + "adult": false + }, + { + "id": 2226815, + "adult": false + }, + { + "id": 2407, + "adult": false + }, + { + "id": 1764411, + "adult": null + }, + { + "id": 2226676, + "adult": true + }, + { + "id": 2226343, + "adult": false + }, + { + "id": 1764410, + "adult": null + }, + { + "id": 2226666, + "adult": true + }, + { + "id": 1764406, + "adult": null + }, + { + "id": 1764415, + "adult": null + }, + { + "id": 1764414, + "adult": null + }, + { + "id": 2226674, + "adult": true + }, + { + "id": 1764407, + "adult": null + }, + { + "id": 2226668, + "adult": false + }, + { + "id": 1764405, + "adult": null + }, + { + "id": 118899, + "adult": false + }, + { + "id": 2226207, + "adult": false + }, + { + "id": 1741107, + "adult": null + }, + { + "id": 7385, + "adult": false + }, + { + "id": 2226396, + "adult": false + }, + { + "id": 2226345, + "adult": false + }, + { + "id": 2226388, + "adult": false + }, + { + "id": 90616, + "adult": false + }, + { + "id": 2226415, + "adult": false + }, + { + "id": 591487, + "adult": false + }, + { + "id": 1545865, + "adult": false + }, + { + "id": 2226547, + "adult": false + }, + { + "id": 2226416, + "adult": false + }, + { + "id": 2226895, + "adult": false + }, + { + "id": 122790, + "adult": false + }, + { + "id": 1196173, + "adult": false + }, + { + "id": 2226383, + "adult": false + }, + { + "id": 1727214, + "adult": null + }, + { + "id": 2226172, + "adult": false + }, + { + "id": 2226341, + "adult": false + }, + { + "id": 1321778, + "adult": false + }, + { + "id": 2226339, + "adult": true + }, + { + "id": 2226338, + "adult": false + }, + { + "id": 2226337, + "adult": false + }, + { + "id": 2226336, + "adult": false + }, + { + "id": 2226304, + "adult": false + }, + { + "id": 2210741, + "adult": false + }, + { + "id": 2226335, + "adult": false + }, + { + "id": 2226402, + "adult": false + }, + { + "id": 2017252, + "adult": null + }, + { + "id": 2226795, + "adult": false + }, + { + "id": 1348111, + "adult": false + }, + { + "id": 2226420, + "adult": false + }, + { + "id": 1142183, + "adult": false + }, + { + "id": 2226516, + "adult": false + }, + { + "id": 2226400, + "adult": false + }, + { + "id": 2226513, + "adult": false + }, + { + "id": 2226418, + "adult": false + }, + { + "id": 2134371, + "adult": null + }, + { + "id": 2226515, + "adult": false + }, + { + "id": 1846587, + "adult": false + }, + { + "id": 2226332, + "adult": false + }, + { + "id": 2226331, + "adult": false + }, + { + "id": 2226330, + "adult": false + }, + { + "id": 2226329, + "adult": false + }, + { + "id": 2226328, + "adult": false + }, + { + "id": 2226327, + "adult": false + }, + { + "id": 2226326, + "adult": false + }, + { + "id": 2226899, + "adult": false + }, + { + "id": 1086949, + "adult": false + }, + { + "id": 2226324, + "adult": false + }, + { + "id": 2226323, + "adult": false + }, + { + "id": 2226322, + "adult": false + }, + { + "id": 2226321, + "adult": false + }, + { + "id": 2226340, + "adult": false + }, + { + "id": 49307, + "adult": false + }, + { + "id": 14678, + "adult": false + }, + { + "id": 2226319, + "adult": false + }, + { + "id": 2226318, + "adult": false + }, + { + "id": 2226316, + "adult": true + }, + { + "id": 2226315, + "adult": false + }, + { + "id": 2226314, + "adult": false + }, + { + "id": 2226313, + "adult": false + }, + { + "id": 2226312, + "adult": false + }, + { + "id": 2226311, + "adult": false + }, + { + "id": 103, + "adult": false + }, + { + "id": 2226427, + "adult": false + }, + { + "id": 2134369, + "adult": null + }, + { + "id": 2226408, + "adult": false + }, + { + "id": 2226276, + "adult": false + }, + { + "id": 2226310, + "adult": false + }, + { + "id": 63, + "adult": false + }, + { + "id": 2226267, + "adult": false + }, + { + "id": 2226308, + "adult": false + }, + { + "id": 51128, + "adult": false + }, + { + "id": 1120519, + "adult": false + }, + { + "id": 2226266, + "adult": false + }, + { + "id": 2226307, + "adult": false + }, + { + "id": 19907, + "adult": false + }, + { + "id": 2226262, + "adult": false + }, + { + "id": 1764413, + "adult": null + }, + { + "id": 2226664, + "adult": true + }, + { + "id": 2226244, + "adult": false + }, + { + "id": 2226306, + "adult": false + }, + { + "id": 2226390, + "adult": false + }, + { + "id": 10131, + "adult": false + }, + { + "id": 2226243, + "adult": false + }, + { + "id": 2226406, + "adult": false + }, + { + "id": 76886, + "adult": false + }, + { + "id": 1475109, + "adult": false + }, + { + "id": 2226553, + "adult": false + }, + { + "id": 2226305, + "adult": false + }, + { + "id": 1068832, + "adult": false + }, + { + "id": 1592855, + "adult": false + }, + { + "id": 2226701, + "adult": false + }, + { + "id": 2226371, + "adult": false + }, + { + "id": 2226760, + "adult": false + }, + { + "id": 1080817, + "adult": false + }, + { + "id": 2226293, + "adult": false + }, + { + "id": 216710, + "adult": false + }, + { + "id": 2226333, + "adult": false + }, + { + "id": 2226908, + "adult": false + }, + { + "id": 19409, + "adult": false + }, + { + "id": 24632, + "adult": false + }, + { + "id": 2226387, + "adult": false + }, + { + "id": 1654227, + "adult": false + }, + { + "id": 2226222, + "adult": false + }, + { + "id": 2226279, + "adult": false + }, + { + "id": 54072, + "adult": false + }, + { + "id": 1064801, + "adult": false + }, + { + "id": 2226428, + "adult": false + }, + { + "id": 134875, + "adult": false + }, + { + "id": 2226202, + "adult": false + }, + { + "id": 2226221, + "adult": false + }, + { + "id": 2226278, + "adult": false + }, + { + "id": 2226220, + "adult": false + }, + { + "id": 2226325, + "adult": false + }, + { + "id": 2084595, + "adult": false + }, + { + "id": 1731618, + "adult": false + }, + { + "id": 2226219, + "adult": false + }, + { + "id": 2226218, + "adult": false + }, + { + "id": 2226741, + "adult": false + }, + { + "id": 1555249, + "adult": false + }, + { + "id": 2226356, + "adult": false + }, + { + "id": 1764400, + "adult": null + }, + { + "id": 2226646, + "adult": false + }, + { + "id": 2226216, + "adult": false + }, + { + "id": 2226215, + "adult": false + }, + { + "id": 2226347, + "adult": false + }, + { + "id": 1323497, + "adult": false + }, + { + "id": 2226214, + "adult": false + }, + { + "id": 2226213, + "adult": false + }, + { + "id": 2226211, + "adult": false + }, + { + "id": 1062644, + "adult": false + }, + { + "id": 2226447, + "adult": false + }, + { + "id": 2107790, + "adult": false + }, + { + "id": 2226210, + "adult": false + }, + { + "id": 2226209, + "adult": false + }, + { + "id": 2226900, + "adult": false + }, + { + "id": 1726744, + "adult": false + }, + { + "id": 1272612, + "adult": null + }, + { + "id": 2226441, + "adult": false + }, + { + "id": 2226160, + "adult": false + }, + { + "id": 1494851, + "adult": false + }, + { + "id": 2226208, + "adult": false + }, + { + "id": 588703, + "adult": false + }, + { + "id": 2226206, + "adult": false + }, + { + "id": 1764402, + "adult": false + }, + { + "id": 2226650, + "adult": false + }, + { + "id": 2226205, + "adult": false + }, + { + "id": 2226358, + "adult": false + }, + { + "id": 2226334, + "adult": false + }, + { + "id": 1618599, + "adult": false + }, + { + "id": 2226403, + "adult": false + }, + { + "id": 591480, + "adult": false + }, + { + "id": 2226271, + "adult": false + }, + { + "id": 1246719, + "adult": false + }, + { + "id": 2226204, + "adult": false + }, + { + "id": 1764397, + "adult": null + }, + { + "id": 2226389, + "adult": false + }, + { + "id": 1802183, + "adult": false + }, + { + "id": 2226632, + "adult": false + }, + { + "id": 2226203, + "adult": false + }, + { + "id": 2226201, + "adult": false + }, + { + "id": 2226200, + "adult": false + }, + { + "id": 2226299, + "adult": false + }, + { + "id": 2226199, + "adult": false + }, + { + "id": 2226198, + "adult": false + }, + { + "id": 2226176, + "adult": false + }, + { + "id": 2226196, + "adult": false + }, + { + "id": 2226195, + "adult": false + }, + { + "id": 2226737, + "adult": false + }, + { + "id": 1999092, + "adult": null + }, + { + "id": 1773981, + "adult": null + }, + { + "id": 1078811, + "adult": false + }, + { + "id": 2226194, + "adult": false + }, + { + "id": 2226193, + "adult": false + }, + { + "id": 2226357, + "adult": false + }, + { + "id": 2226239, + "adult": false + }, + { + "id": 2226190, + "adult": false + }, + { + "id": 1544224, + "adult": false + }, + { + "id": 2226629, + "adult": false + }, + { + "id": 1845701, + "adult": true + }, + { + "id": 2226395, + "adult": false + }, + { + "id": 1524316, + "adult": false + }, + { + "id": 118745, + "adult": false + }, + { + "id": 2226157, + "adult": false + }, + { + "id": 6193, + "adult": false + }, + { + "id": 2226290, + "adult": false + }, + { + "id": 1245433, + "adult": false + }, + { + "id": 2226424, + "adult": false + }, + { + "id": 138527, + "adult": false + }, + { + "id": 1333033, + "adult": false + }, + { + "id": 2226170, + "adult": false + }, + { + "id": 2226168, + "adult": false + }, + { + "id": 14902, + "adult": false + }, + { + "id": 2226180, + "adult": false + }, + { + "id": 2226164, + "adult": false + }, + { + "id": 1764398, + "adult": null + }, + { + "id": 2226642, + "adult": false + }, + { + "id": 2226197, + "adult": false + }, + { + "id": 1156197, + "adult": false + }, + { + "id": 232342, + "adult": false + }, + { + "id": 2226606, + "adult": false + }, + { + "id": 1889103, + "adult": false + }, + { + "id": 2226169, + "adult": false + }, + { + "id": 2226309, + "adult": false + }, + { + "id": 967253, + "adult": false + }, + { + "id": 14949, + "adult": false + }, + { + "id": 2226291, + "adult": false + }, + { + "id": 2226174, + "adult": false + }, + { + "id": 2163410, + "adult": null + }, + { + "id": 1578306, + "adult": false + }, + { + "id": 1459894, + "adult": false + }, + { + "id": 2226159, + "adult": false + }, + { + "id": 1977181, + "adult": false + }, + { + "id": 2226158, + "adult": false + }, + { + "id": 2217127, + "adult": false + }, + { + "id": 1087, + "adult": false + }, + { + "id": 2226156, + "adult": false + }, + { + "id": 2226684, + "adult": false + }, + { + "id": 2134373, + "adult": null + }, + { + "id": 115440, + "adult": false + }, + { + "id": 2226212, + "adult": false + }, + { + "id": 2226407, + "adult": false + }, + { + "id": 2226171, + "adult": false + }, + { + "id": 1792482, + "adult": false + }, + { + "id": 81291, + "adult": false + }, + { + "id": 2226187, + "adult": false + }, + { + "id": 1106593, + "adult": false + }, + { + "id": 2226270, + "adult": false + }, + { + "id": 2226246, + "adult": false + }, + { + "id": 2226409, + "adult": false + }, + { + "id": 1962533, + "adult": false + }, + { + "id": 2226303, + "adult": false + }, + { + "id": 2226189, + "adult": false + }, + { + "id": 1617321, + "adult": false + }, + { + "id": 2226163, + "adult": false + }, + { + "id": 2226877, + "adult": false + }, + { + "id": 2079336, + "adult": false + }, + { + "id": 2226165, + "adult": false + }, + { + "id": 2226549, + "adult": false + }, + { + "id": 1351426, + "adult": false + }, + { + "id": 2226541, + "adult": false + }, + { + "id": 2226161, + "adult": false + }, + { + "id": 2226167, + "adult": false + }, + { + "id": 1762115, + "adult": false + }, + { + "id": 2226184, + "adult": false + }, + { + "id": 2226786, + "adult": false + }, + { + "id": 2196983, + "adult": false + }, + { + "id": 2054216, + "adult": false + }, + { + "id": 928146, + "adult": false + }, + { + "id": 2226162, + "adult": false + }, + { + "id": 2226166, + "adult": false + }, + { + "id": 2226342, + "adult": false + }, + { + "id": 2226217, + "adult": false + }, + { + "id": 1715063, + "adult": false + }, + { + "id": 2226230, + "adult": false + }, + { + "id": 2226287, + "adult": false + }, + { + "id": 2226359, + "adult": false + }, + { + "id": 2192518, + "adult": null + }, + { + "id": 2225757, + "adult": false + }, + { + "id": 2226470, + "adult": false + }, + { + "id": 1079368, + "adult": false + }, + { + "id": 2226124, + "adult": true + }, + { + "id": 2226382, + "adult": false + }, + { + "id": 18997, + "adult": false + }, + { + "id": 1019, + "adult": false + }, + { + "id": 2226652, + "adult": false + }, + { + "id": 2226177, + "adult": false + }, + { + "id": 1764403, + "adult": null + }, + { + "id": 1049264, + "adult": false + }, + { + "id": 2215880, + "adult": false + }, + { + "id": 2226178, + "adult": false + }, + { + "id": 1741106, + "adult": null + }, + { + "id": 2226179, + "adult": false + }, + { + "id": 2226949, + "adult": false + }, + { + "id": 1510119, + "adult": false + }, + { + "id": 2226558, + "adult": false + }, + { + "id": 2226181, + "adult": false + }, + { + "id": 1487982, + "adult": false + }, + { + "id": 2226182, + "adult": false + }, + { + "id": 1678523, + "adult": null + }, + { + "id": 2226183, + "adult": false + }, + { + "id": 2226296, + "adult": false + }, + { + "id": 117642, + "adult": false + }, + { + "id": 2226186, + "adult": false + }, + { + "id": 560321, + "adult": false + }, + { + "id": 2226175, + "adult": false + }, + { + "id": 134704, + "adult": false + }, + { + "id": 2226185, + "adult": false + }, + { + "id": 165467, + "adult": false + }, + { + "id": 1764412, + "adult": null + }, + { + "id": 2226670, + "adult": false + }, + { + "id": 2224438, + "adult": false + }, + { + "id": 2226231, + "adult": false + }, + { + "id": 1249726, + "adult": false + }, + { + "id": 2087185, + "adult": false + }, + { + "id": 2226288, + "adult": false + }, + { + "id": 1245783, + "adult": false + }, + { + "id": 11656, + "adult": false + }, + { + "id": 2226457, + "adult": false + }, + { + "id": 2226188, + "adult": false + }, + { + "id": 52362, + "adult": false + }, + { + "id": 2226223, + "adult": false + }, + { + "id": 2226926, + "adult": false + }, + { + "id": 1935765, + "adult": false + }, + { + "id": 2226280, + "adult": false + }, + { + "id": 2134372, + "adult": null + }, + { + "id": 2226419, + "adult": false + }, + { + "id": 1462208, + "adult": false + }, + { + "id": 2226508, + "adult": false + }, + { + "id": 2226224, + "adult": false + }, + { + "id": 2226289, + "adult": false + }, + { + "id": 2226225, + "adult": false + }, + { + "id": 2226282, + "adult": false + }, + { + "id": 2226226, + "adult": false + }, + { + "id": 2226283, + "adult": false + }, + { + "id": 2226227, + "adult": false + }, + { + "id": 2226284, + "adult": false + }, + { + "id": 17012, + "adult": false + }, + { + "id": 2226681, + "adult": true + }, + { + "id": 2226228, + "adult": false + }, + { + "id": 2226277, + "adult": false + }, + { + "id": 2226286, + "adult": false + }, + { + "id": 2226232, + "adult": false + }, + { + "id": 2226297, + "adult": false + }, + { + "id": 2226233, + "adult": false + }, + { + "id": 2226235, + "adult": false + }, + { + "id": 1446281, + "adult": false + }, + { + "id": 2226644, + "adult": false + }, + { + "id": 2226292, + "adult": false + }, + { + "id": 2226236, + "adult": false + }, + { + "id": 2226285, + "adult": false + }, + { + "id": 2226237, + "adult": false + }, + { + "id": 2210739, + "adult": false + }, + { + "id": 2226294, + "adult": false + }, + { + "id": 2210740, + "adult": false + }, + { + "id": 2226295, + "adult": false + }, + { + "id": 2226240, + "adult": false + }, + { + "id": 1150062, + "adult": false + }, + { + "id": 2226567, + "adult": false + }, + { + "id": 2226241, + "adult": false + }, + { + "id": 2226298, + "adult": false + }, + { + "id": 2226242, + "adult": false + }, + { + "id": 2076407, + "adult": false + }, + { + "id": 2226300, + "adult": false + }, + { + "id": 2226281, + "adult": false + }, + { + "id": 1537609, + "adult": false + }, + { + "id": 2226591, + "adult": false + }, + { + "id": 2226302, + "adult": false + }, + { + "id": 1991074, + "adult": false + }, + { + "id": 2226248, + "adult": false + }, + { + "id": 2226249, + "adult": false + }, + { + "id": 2226250, + "adult": false + }, + { + "id": 2226251, + "adult": false + }, + { + "id": 2021315, + "adult": null + }, + { + "id": 2226818, + "adult": false + }, + { + "id": 44301, + "adult": false + }, + { + "id": 2226252, + "adult": false + }, + { + "id": 2224722, + "adult": false + }, + { + "id": 2226301, + "adult": false + }, + { + "id": 52792, + "adult": false + }, + { + "id": 2226449, + "adult": false + }, + { + "id": 588808, + "adult": false + }, + { + "id": 2226253, + "adult": false + }, + { + "id": 2226274, + "adult": false + }, + { + "id": 2226254, + "adult": false + }, + { + "id": 2226255, + "adult": false + }, + { + "id": 2226256, + "adult": false + }, + { + "id": 2226257, + "adult": false + }, + { + "id": 36875, + "adult": false + }, + { + "id": 2226639, + "adult": false + }, + { + "id": 2226258, + "adult": false + }, + { + "id": 2226259, + "adult": false + }, + { + "id": 2226260, + "adult": false + }, + { + "id": 2226261, + "adult": false + }, + { + "id": 2226263, + "adult": false + }, + { + "id": 1558795, + "adult": false + }, + { + "id": 1764404, + "adult": null + }, + { + "id": 23263, + "adult": false + }, + { + "id": 2226265, + "adult": false + }, + { + "id": 1774379, + "adult": false + }, + { + "id": 2226173, + "adult": false + }, + { + "id": 2226375, + "adult": false + }, + { + "id": 9618, + "adult": false + }, + { + "id": 2226659, + "adult": false + }, + { + "id": 2226192, + "adult": false + }, + { + "id": 1557607, + "adult": false + }, + { + "id": 2226268, + "adult": false + }, + { + "id": 1605384, + "adult": false + }, + { + "id": 2226269, + "adult": false + }, + { + "id": 2226272, + "adult": false + }, + { + "id": 1553049, + "adult": false + }, + { + "id": 2035268, + "adult": false + }, + { + "id": 72927, + "adult": false + }, + { + "id": 2226563, + "adult": false + }, + { + "id": 2226273, + "adult": false + }, + { + "id": 2226275, + "adult": false + }, + { + "id": 1761289, + "adult": false + }, + { + "id": 2226350, + "adult": false + }, + { + "id": 2226317, + "adult": false + }, + { + "id": 2226425, + "adult": false + }, + { + "id": 2226426, + "adult": false + }, + { + "id": 2226429, + "adult": false + }, + { + "id": 2226430, + "adult": false + }, + { + "id": 1807967, + "adult": false + }, + { + "id": 2226434, + "adult": false + }, + { + "id": 2226431, + "adult": false + }, + { + "id": 142736, + "adult": false + }, + { + "id": 2226475, + "adult": false + }, + { + "id": 2226708, + "adult": false + }, + { + "id": 2226320, + "adult": false + }, + { + "id": 2008512, + "adult": false + }, + { + "id": 1245438, + "adult": false + }, + { + "id": 2226559, + "adult": false + }, + { + "id": 136726, + "adult": false + }, + { + "id": 1406142, + "adult": false + }, + { + "id": 2226528, + "adult": false + }, + { + "id": 2226841, + "adult": false + }, + { + "id": 1966175, + "adult": false + }, + { + "id": 2226381, + "adult": false + }, + { + "id": 1682052, + "adult": false + }, + { + "id": 2226566, + "adult": false + }, + { + "id": 2226234, + "adult": false + }, + { + "id": 143954, + "adult": false + }, + { + "id": 39768, + "adult": false + }, + { + "id": 2226534, + "adult": false + }, + { + "id": 2226432, + "adult": false + }, + { + "id": 2199839, + "adult": null + }, + { + "id": 551744, + "adult": false + }, + { + "id": 963208, + "adult": true + }, + { + "id": 2226433, + "adult": false + }, + { + "id": 146543, + "adult": false + }, + { + "id": 168624, + "adult": false + }, + { + "id": 1190057, + "adult": false + }, + { + "id": 1276298, + "adult": false + }, + { + "id": 1648936, + "adult": false + }, + { + "id": 2226672, + "adult": true + }, + { + "id": 927724, + "adult": false + }, + { + "id": 7449, + "adult": false + }, + { + "id": 2226435, + "adult": false + }, + { + "id": 1258568, + "adult": false + }, + { + "id": 2226436, + "adult": false + }, + { + "id": 2226950, + "adult": false + }, + { + "id": 2031510, + "adult": false + }, + { + "id": 2226705, + "adult": false + }, + { + "id": 2226437, + "adult": false + }, + { + "id": 2226438, + "adult": false + }, + { + "id": 2226439, + "adult": false + }, + { + "id": 2226440, + "adult": false + }, + { + "id": 2226645, + "adult": false + }, + { + "id": 2226805, + "adult": false + }, + { + "id": 64513, + "adult": false + }, + { + "id": 1796395, + "adult": false + }, + { + "id": 2226698, + "adult": false + }, + { + "id": 2226442, + "adult": false + }, + { + "id": 2226443, + "adult": false + }, + { + "id": 2226444, + "adult": false + }, + { + "id": 2226445, + "adult": false + }, + { + "id": 2226446, + "adult": false + }, + { + "id": 2226448, + "adult": false + }, + { + "id": 2226843, + "adult": false + }, + { + "id": 1419478, + "adult": false + }, + { + "id": 2226450, + "adult": false + }, + { + "id": 2226451, + "adult": false + }, + { + "id": 2226452, + "adult": false + }, + { + "id": 2226733, + "adult": false + }, + { + "id": 1497754, + "adult": false + }, + { + "id": 2226546, + "adult": false + }, + { + "id": 2226830, + "adult": false + }, + { + "id": 82479, + "adult": false + }, + { + "id": 2226519, + "adult": false + }, + { + "id": 1093619, + "adult": false + }, + { + "id": 2226453, + "adult": false + }, + { + "id": 2226713, + "adult": false + }, + { + "id": 1292298, + "adult": false + }, + { + "id": 2226454, + "adult": false + }, + { + "id": 2226455, + "adult": false + }, + { + "id": 2226482, + "adult": false + }, + { + "id": 2226456, + "adult": false + }, + { + "id": 1255397, + "adult": false + }, + { + "id": 1864731, + "adult": false + }, + { + "id": 1191614, + "adult": false + }, + { + "id": 229224, + "adult": false + }, + { + "id": 2226229, + "adult": false + }, + { + "id": 135136, + "adult": false + }, + { + "id": 57607, + "adult": false + }, + { + "id": 226742, + "adult": false + }, + { + "id": 2226530, + "adult": false + }, + { + "id": 2226849, + "adult": false + }, + { + "id": 2018401, + "adult": false + }, + { + "id": 1195512, + "adult": false + }, + { + "id": 2226458, + "adult": false + }, + { + "id": 2226460, + "adult": false + }, + { + "id": 2226461, + "adult": false + }, + { + "id": 2226462, + "adult": false + }, + { + "id": 2226463, + "adult": false + }, + { + "id": 2226464, + "adult": false + }, + { + "id": 2226465, + "adult": false + }, + { + "id": 2226466, + "adult": false + }, + { + "id": 2226468, + "adult": false + }, + { + "id": 2226469, + "adult": false + }, + { + "id": 2226471, + "adult": false + }, + { + "id": 2226472, + "adult": false + }, + { + "id": 2226474, + "adult": false + }, + { + "id": 2226896, + "adult": false + }, + { + "id": 2225053, + "adult": null + }, + { + "id": 2226905, + "adult": false + }, + { + "id": 2225054, + "adult": null + }, + { + "id": 1422377, + "adult": false + }, + { + "id": 2226487, + "adult": false + }, + { + "id": 3063, + "adult": false + }, + { + "id": 2226593, + "adult": false + }, + { + "id": 2226476, + "adult": false + }, + { + "id": 2219369, + "adult": false + }, + { + "id": 1455826, + "adult": false + }, + { + "id": 2226477, + "adult": false + }, + { + "id": 2226478, + "adult": false + }, + { + "id": 2219371, + "adult": false + }, + { + "id": 2226479, + "adult": false + }, + { + "id": 2219372, + "adult": false + }, + { + "id": 2226480, + "adult": false + }, + { + "id": 2226481, + "adult": false + }, + { + "id": 136684, + "adult": false + }, + { + "id": 2226483, + "adult": false + }, + { + "id": 2226484, + "adult": false + }, + { + "id": 2226485, + "adult": false + }, + { + "id": 227399, + "adult": false + }, + { + "id": 1779915, + "adult": false + }, + { + "id": 1467167, + "adult": null + }, + { + "id": 2226488, + "adult": false + }, + { + "id": 1570181, + "adult": false + }, + { + "id": 2226704, + "adult": false + }, + { + "id": 2226489, + "adult": false + }, + { + "id": 2226490, + "adult": false + }, + { + "id": 2226491, + "adult": false + }, + { + "id": 2226723, + "adult": false + }, + { + "id": 55751, + "adult": false + }, + { + "id": 2226492, + "adult": false + }, + { + "id": 2226493, + "adult": false + }, + { + "id": 2226494, + "adult": false + }, + { + "id": 2226496, + "adult": false + }, + { + "id": 2219373, + "adult": false + }, + { + "id": 2226497, + "adult": false + }, + { + "id": 2226498, + "adult": false + }, + { + "id": 2226499, + "adult": false + }, + { + "id": 2226500, + "adult": false + }, + { + "id": 2226501, + "adult": false + }, + { + "id": 2226502, + "adult": false + }, + { + "id": 2226503, + "adult": false + }, + { + "id": 2226504, + "adult": false + }, + { + "id": 1200120, + "adult": false + }, + { + "id": 2226657, + "adult": false + }, + { + "id": 2226505, + "adult": false + }, + { + "id": 2226506, + "adult": false + }, + { + "id": 2226507, + "adult": false + }, + { + "id": 2226509, + "adult": false + }, + { + "id": 2226510, + "adult": false + }, + { + "id": 2226511, + "adult": false + }, + { + "id": 2226512, + "adult": false + }, + { + "id": 2226514, + "adult": false + }, + { + "id": 1871609, + "adult": false + }, + { + "id": 1876882, + "adult": false + }, + { + "id": 2226517, + "adult": false + }, + { + "id": 2226518, + "adult": false + }, + { + "id": 2226520, + "adult": false + }, + { + "id": 2226521, + "adult": false + }, + { + "id": 2226522, + "adult": false + }, + { + "id": 2226523, + "adult": false + }, + { + "id": 2226524, + "adult": false + }, + { + "id": 1678698, + "adult": false + }, + { + "id": 2226525, + "adult": false + }, + { + "id": 2226526, + "adult": false + }, + { + "id": 2226527, + "adult": false + }, + { + "id": 1076218, + "adult": false + }, + { + "id": 2226529, + "adult": false + }, + { + "id": 1678697, + "adult": null + }, + { + "id": 48, + "adult": false + }, + { + "id": 2226531, + "adult": false + }, + { + "id": 2226532, + "adult": false + }, + { + "id": 2226486, + "adult": false + }, + { + "id": 1301685, + "adult": false + }, + { + "id": 2226533, + "adult": false + }, + { + "id": 2226535, + "adult": false + }, + { + "id": 2226536, + "adult": false + }, + { + "id": 2226537, + "adult": false + }, + { + "id": 2226538, + "adult": false + }, + { + "id": 1467193, + "adult": false + }, + { + "id": 2226540, + "adult": false + }, + { + "id": 2226543, + "adult": false + }, + { + "id": 2226544, + "adult": false + }, + { + "id": 2226545, + "adult": false + }, + { + "id": 2226548, + "adult": false + }, + { + "id": 2226550, + "adult": false + }, + { + "id": 2226551, + "adult": false + }, + { + "id": 2226784, + "adult": false + }, + { + "id": 96068, + "adult": false + }, + { + "id": 2226552, + "adult": false + }, + { + "id": 2226554, + "adult": false + }, + { + "id": 1475110, + "adult": false + }, + { + "id": 2226555, + "adult": false + }, + { + "id": 2226556, + "adult": false + }, + { + "id": 1475111, + "adult": false + }, + { + "id": 1222596, + "adult": false + }, + { + "id": 2226557, + "adult": false + }, + { + "id": 2226560, + "adult": false + }, + { + "id": 2226561, + "adult": false + }, + { + "id": 2226562, + "adult": false + }, + { + "id": 2226564, + "adult": false + }, + { + "id": 19975, + "adult": false + }, + { + "id": 2226565, + "adult": false + }, + { + "id": 1308842, + "adult": false + }, + { + "id": 2226568, + "adult": false + }, + { + "id": 2226569, + "adult": false + }, + { + "id": 2226570, + "adult": true + }, + { + "id": 2226571, + "adult": true + }, + { + "id": 2226572, + "adult": true + }, + { + "id": 11129, + "adult": false + }, + { + "id": 2226573, + "adult": false + }, + { + "id": 2226574, + "adult": false + }, + { + "id": 2226575, + "adult": false + }, + { + "id": 2226576, + "adult": false + }, + { + "id": 2226577, + "adult": false + }, + { + "id": 2226578, + "adult": false + }, + { + "id": 2226579, + "adult": false + }, + { + "id": 2226580, + "adult": false + }, + { + "id": 2226581, + "adult": false + }, + { + "id": 1836510, + "adult": false + }, + { + "id": 2226583, + "adult": false + }, + { + "id": 1390603, + "adult": false + }, + { + "id": 2226584, + "adult": false + }, + { + "id": 2226585, + "adult": false + }, + { + "id": 1622151, + "adult": false + }, + { + "id": 2226586, + "adult": false + }, + { + "id": 2226587, + "adult": false + }, + { + "id": 2226588, + "adult": false + }, + { + "id": 2226589, + "adult": false + }, + { + "id": 2226590, + "adult": false + }, + { + "id": 2226592, + "adult": false + }, + { + "id": 2226594, + "adult": false + }, + { + "id": 1689143, + "adult": false + }, + { + "id": 2226595, + "adult": false + }, + { + "id": 81054, + "adult": false + }, + { + "id": 2226596, + "adult": false + }, + { + "id": 2226597, + "adult": false + }, + { + "id": 2226598, + "adult": false + }, + { + "id": 2226599, + "adult": false + }, + { + "id": 1820616, + "adult": false + }, + { + "id": 2226600, + "adult": false + }, + { + "id": 2226601, + "adult": false + }, + { + "id": 2226602, + "adult": false + }, + { + "id": 5589, + "adult": false + }, + { + "id": 2226603, + "adult": false + }, + { + "id": 2226467, + "adult": false + }, + { + "id": 1999089, + "adult": null + }, + { + "id": 2226473, + "adult": false + }, + { + "id": 1999088, + "adult": null + }, + { + "id": 2226604, + "adult": false + }, + { + "id": 2226605, + "adult": false + }, + { + "id": 2226607, + "adult": false + }, + { + "id": 2226608, + "adult": false + }, + { + "id": 1172115, + "adult": false + }, + { + "id": 2226609, + "adult": false + }, + { + "id": 2226610, + "adult": false + }, + { + "id": 2226611, + "adult": false + }, + { + "id": 2226612, + "adult": false + }, + { + "id": 2226613, + "adult": false + }, + { + "id": 2226247, + "adult": false + }, + { + "id": 1946637, + "adult": false + }, + { + "id": 2226614, + "adult": false + }, + { + "id": 2226615, + "adult": false + }, + { + "id": 2226238, + "adult": false + }, + { + "id": 1660223, + "adult": null + }, + { + "id": 95515, + "adult": false + }, + { + "id": 2226616, + "adult": false + }, + { + "id": 188983, + "adult": false + }, + { + "id": 2226617, + "adult": false + }, + { + "id": 2226618, + "adult": false + }, + { + "id": 1326574, + "adult": false + }, + { + "id": 2226619, + "adult": false + }, + { + "id": 2226620, + "adult": false + }, + { + "id": 2226621, + "adult": false + }, + { + "id": 2226623, + "adult": false + }, + { + "id": 2524, + "adult": false + }, + { + "id": 2226624, + "adult": false + }, + { + "id": 2226625, + "adult": false + }, + { + "id": 2226626, + "adult": false + }, + { + "id": 2226627, + "adult": false + }, + { + "id": 2226628, + "adult": false + }, + { + "id": 2226630, + "adult": false + }, + { + "id": 2226631, + "adult": false + }, + { + "id": 2226633, + "adult": false + }, + { + "id": 2226635, + "adult": false + }, + { + "id": 86709, + "adult": false + }, + { + "id": 2226636, + "adult": false + }, + { + "id": 2226637, + "adult": false + }, + { + "id": 2226638, + "adult": false + }, + { + "id": 1894282, + "adult": false + }, + { + "id": 196057, + "adult": false + }, + { + "id": 2226640, + "adult": false + }, + { + "id": 2226641, + "adult": false + }, + { + "id": 2226643, + "adult": false + }, + { + "id": 2226647, + "adult": false + }, + { + "id": 2226648, + "adult": false + }, + { + "id": 2226649, + "adult": false + }, + { + "id": 2226651, + "adult": false + }, + { + "id": 2226653, + "adult": false + }, + { + "id": 2226654, + "adult": false + }, + { + "id": 2226264, + "adult": false + }, + { + "id": 1134502, + "adult": false + }, + { + "id": 2226655, + "adult": false + }, + { + "id": 2226656, + "adult": false + }, + { + "id": 2226658, + "adult": false + }, + { + "id": 2226660, + "adult": false + }, + { + "id": 2226661, + "adult": false + }, + { + "id": 990468, + "adult": false + }, + { + "id": 104940, + "adult": false + }, + { + "id": 2226663, + "adult": false + }, + { + "id": 2226665, + "adult": false + }, + { + "id": 2226667, + "adult": false + }, + { + "id": 2226669, + "adult": true + }, + { + "id": 2226671, + "adult": true + }, + { + "id": 2226675, + "adult": true + }, + { + "id": 2226677, + "adult": true + }, + { + "id": 11218, + "adult": false + }, + { + "id": 2226678, + "adult": false + }, + { + "id": 2226679, + "adult": true + }, + { + "id": 2565, + "adult": false + }, + { + "id": 2226680, + "adult": true + }, + { + "id": 2226682, + "adult": true + }, + { + "id": 2226683, + "adult": true + }, + { + "id": 2226685, + "adult": false + }, + { + "id": 2226673, + "adult": true + }, + { + "id": 1020761, + "adult": false + }, + { + "id": 2226686, + "adult": false + }, + { + "id": 2226687, + "adult": false + }, + { + "id": 2226688, + "adult": true + }, + { + "id": 2226689, + "adult": false + }, + { + "id": 2226690, + "adult": true + }, + { + "id": 2226691, + "adult": false + }, + { + "id": 2226692, + "adult": false + }, + { + "id": 2226693, + "adult": false + }, + { + "id": 2226694, + "adult": false + }, + { + "id": 2226695, + "adult": false + }, + { + "id": 2226696, + "adult": true + }, + { + "id": 2226697, + "adult": false + }, + { + "id": 2226699, + "adult": false + }, + { + "id": 2226700, + "adult": false + }, + { + "id": 82475, + "adult": false + }, + { + "id": 2226702, + "adult": false + }, + { + "id": 2226703, + "adult": false + }, + { + "id": 2226706, + "adult": false + }, + { + "id": 2226542, + "adult": false + }, + { + "id": 13557, + "adult": false + }, + { + "id": 2226707, + "adult": false + }, + { + "id": 1649247, + "adult": false + }, + { + "id": 2226709, + "adult": false + }, + { + "id": 2226710, + "adult": false + }, + { + "id": 2226711, + "adult": false + }, + { + "id": 2226712, + "adult": false + }, + { + "id": 2226714, + "adult": false + }, + { + "id": 2226715, + "adult": false + }, + { + "id": 2226716, + "adult": false + }, + { + "id": 2226717, + "adult": false + }, + { + "id": 1132574, + "adult": false + }, + { + "id": 2226718, + "adult": false + }, + { + "id": 1245356, + "adult": false + }, + { + "id": 2226719, + "adult": false + }, + { + "id": 1909553, + "adult": true + }, + { + "id": 2226720, + "adult": false + }, + { + "id": 1179159, + "adult": false + }, + { + "id": 2226721, + "adult": false + }, + { + "id": 2226722, + "adult": false + }, + { + "id": 2167, + "adult": false + }, + { + "id": 2226582, + "adult": false + }, + { + "id": 11435, + "adult": false + }, + { + "id": 2226191, + "adult": false + }, + { + "id": 8584, + "adult": false + }, + { + "id": 1493793, + "adult": false + } + ], + "page": 1, + "total_pages": 1, + "total_results": 1 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:38.9241566Z", + "ReducedUri": "/3/person/latest", + "RespData": { + "birthday": null, + "deathday": null, + "id": 2226952, + "name": "Joshua Mejía", + "also_known_as": [], + "gender": 0, + "biography": "", + "popularity": 0, + "place_of_birth": null, + "profile_path": null, + "adult": false, + "imdb_id": "", + "homepage": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:50.7729372Z", + "ReducedUri": "/3/person/popular", + "RespData": { + "page": 1, + "total_results": 18311, + "total_pages": 916, + "results": [ + { + "popularity": 45.753, + "id": 130640, + "profile_path": "/vKwqK9DIlvoQlodbRTONWSghLk4.jpg", + "name": "Hailee Steinfeld", + "known_for": [ + { + "vote_average": 6.6, + "vote_count": 3314, + "id": 80274, + "video": false, + "media_type": "movie", + "title": "Ender's Game", + "popularity": 13.317, + "poster_path": "/zHRNhCkrFEMoudPr0uics5WZe7j.jpg", + "original_language": "en", + "original_title": "Ender's Game", + "genre_ids": [ + 878, + 28, + 12 + ], + "backdrop_path": "/ulmVm23hsiopEsgVksgdYJSVlWR.jpg", + "adult": false, + "overview": "Based on the classic novel by Orson Scott Card, Ender's Game is the story of the Earth's most gifted children training to defend their homeplanet in the space wars of the future.", + "release_date": "2013-10-23" + }, + { + "vote_average": 6.8, + "vote_count": 3299, + "id": 254470, + "video": false, + "media_type": "movie", + "title": "Pitch Perfect 2", + "popularity": 19.442, + "poster_path": "/qSjruLiFB4uqRtz2xheQPxG8uaB.jpg", + "original_language": "en", + "original_title": "Pitch Perfect 2", + "genre_ids": [ + 35, + 10402 + ], + "backdrop_path": "/6bnI08rrGXRkngRqJWCMXDZuJ1j.jpg", + "adult": false, + "overview": "The Bellas are back, and they are better than ever. After being humiliated in front of none other than the President of the United States of America, the Bellas are taken out of the Aca-Circuit. In order to clear their name, and regain their status, the Bellas take on a seemingly impossible task: winning an international competition no American team has ever won. In order to accomplish this monumental task, they need to strengthen the bonds of friendship and sisterhood and blow away the competition with their amazing aca-magic! With all new friends and old rivals tagging along for the trip, the Bellas can hopefully accomplish their dreams.", + "release_date": "2015-05-07" + }, + { + "vote_average": 7.2, + "vote_count": 2577, + "id": 44264, + "video": false, + "media_type": "movie", + "title": "True Grit", + "popularity": 14.488, + "poster_path": "/qc7vaF5fIeTllAykdP3wldlMyRh.jpg", + "original_language": "en", + "original_title": "True Grit", + "genre_ids": [ + 18, + 12, + 37 + ], + "backdrop_path": "/wDPmggrApz7nxy4BAQk3rCLi3R6.jpg", + "adult": false, + "overview": "Following the murder of her father by hired hand Tom Chaney, 14-year-old farm girl Mattie Ross sets out to capture the killer. To aid her, she hires the toughest U.S. Marshal she can find, a man with \"true grit,\" Reuben J. \"Rooster\" Cogburn. Mattie insists on accompanying Cogburn, whose drinking, sloth, and generally reprobate character do not augment her faith in him. Against his wishes, she joins him in his trek into the Indian Nations in search of Chaney. They are joined by Texas Ranger LaBoeuf, who wants Chaney for his own purposes. The unlikely trio find danger and adventure on the journey, and each has his or her \"grit\" tested.", + "release_date": "2010-12-22" + } + ], + "adult": false + }, + { + "popularity": 28.975, + "id": 55085, + "profile_path": "/ft4ACLVFBXaOotbicBLm1fODyZr.jpg", + "name": "Amber Heard", + "known_for": [ + { + "vote_average": 6.2, + "vote_count": 6700, + "id": 141052, + "video": false, + "media_type": "movie", + "title": "Justice League", + "popularity": 42.779, + "poster_path": "/eifGNCSDuxJeS1loAXil5bIGgvC.jpg", + "original_language": "en", + "original_title": "Justice League", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/o5T8rZxoWSBMYwjsUFUqTt6uMQB.jpg", + "adult": false, + "overview": "Fuelled by his restored faith in humanity and inspired by Superman's selfless act, Bruce Wayne and Diana Prince assemble a team of metahumans consisting of Barry Allen, Arthur Curry and Victor Stone to face the catastrophic threat of Steppenwolf and the Parademons who are on the hunt for three Mother Boxes on Earth.", + "release_date": "2017-11-15" + }, + { + "vote_average": 7.2, + "vote_count": 5752, + "id": 19908, + "video": false, + "media_type": "movie", + "title": "Zombieland", + "popularity": 18.006, + "poster_path": "/vUzzDpVrab1BOG3ogxhRGfLN94d.jpg", + "original_language": "en", + "original_title": "Zombieland", + "genre_ids": [ + 35, + 27 + ], + "backdrop_path": "/lLgLFzSZduH9kBxrk6BvoHc1gg0.jpg", + "adult": false, + "overview": "Columbus has made a habit of running from what scares him. Tallahassee doesn't have fears. If he did, he'd kick their ever-living ass. In a world overrun by zombies, these two are perfectly evolved survivors. But now, they're about to stare down the most terrifying prospect of all: each other.", + "release_date": "2009-10-07" + }, + { + "vote_average": 7.6, + "vote_count": 3260, + "id": 306819, + "video": false, + "media_type": "movie", + "title": "The Danish Girl", + "popularity": 10.333, + "poster_path": "/seWQ6UKCrhGH0eP7dFZvmIBQtKF.jpg", + "original_language": "en", + "original_title": "The Danish Girl", + "genre_ids": [ + 18 + ], + "backdrop_path": "/xhstSJACJF7QiO4zAsqAPXE1PbQ.jpg", + "adult": false, + "overview": "When Gerda Wegener asks her husband Einar to fill in as a portrait model, Einar discovers the person she's meant to be and begins living her life as Lili Elbe. Having realized her true self and with Gerda's love and support, Lili embarks on a groundbreaking journey as a transgender pioneer.", + "release_date": "2015-11-27" + } + ], + "adult": false + }, + { + "popularity": 27.939, + "id": 48, + "profile_path": "/iIxP2IzvcLgr5WaTBD4UfSqaV3q.jpg", + "name": "Sean Bean", + "known_for": [ + { + "vote_average": 8.3, + "vote_count": 13381, + "id": 120, + "video": false, + "media_type": "movie", + "title": "The Lord of the Rings: The Fellowship of the Ring", + "popularity": 42.901, + "poster_path": "/56zTpe2xvaA4alU51sRWPoKPYZy.jpg", + "original_language": "en", + "original_title": "The Lord of the Rings: The Fellowship of the Ring", + "genre_ids": [ + 12, + 14, + 28 + ], + "backdrop_path": "/pIUvQ9Ed35wlWhY2oU6OmwEsmzG.jpg", + "adult": false, + "overview": "Young hobbit Frodo Baggins, after inheriting a mysterious ring from his uncle Bilbo, must leave his home in order to keep it from falling into the hands of its evil creator. Along the way, a fellowship is formed to protect the ringbearer and make sure that the ring arrives at its final destination: Mt. Doom, the only place where it can be destroyed.", + "release_date": "2001-12-18" + }, + { + "vote_average": 8.4, + "vote_count": 12172, + "id": 122, + "video": false, + "media_type": "movie", + "title": "The Lord of the Rings: The Return of the King", + "popularity": 39.798, + "poster_path": "/rCzpDGLbOoPwLjy3OAm5NUPOTrC.jpg", + "original_language": "en", + "original_title": "The Lord of the Rings: The Return of the King", + "genre_ids": [ + 12, + 14, + 28 + ], + "backdrop_path": "/8BPZO0Bf8TeAy8znF43z8soK3ys.jpg", + "adult": false, + "overview": "Aragorn is revealed as the heir to the ancient kings as he, Gandalf and the other members of the broken fellowship struggle to save Gondor from Sauron's forces. Meanwhile, Frodo and Sam bring the ring closer to the heart of Mordor, the dark lord's realm.", + "release_date": "2003-12-01" + }, + { + "vote_average": 8.2, + "vote_count": 11542, + "id": 121, + "video": false, + "media_type": "movie", + "title": "The Lord of the Rings: The Two Towers", + "popularity": 30.656, + "poster_path": "/5VTN0pR8gcqV3EPUHHfMGnJYN9L.jpg", + "original_language": "en", + "original_title": "The Lord of the Rings: The Two Towers", + "genre_ids": [ + 12, + 14, + 28 + ], + "backdrop_path": "/dG4BmM32XJmKiwopLDQmvXEhuHB.jpg", + "adult": false, + "overview": "Frodo and Sam are trekking to Mordor to destroy the One Ring of Power while Gimli, Legolas and Aragorn search for the orc-captured Merry and Pippin. All along, nefarious wizard Saruman awaits the Fellowship members at the Orthanc Tower in Isengard.", + "release_date": "2002-12-18" + } + ], + "adult": false + }, + { + "popularity": 24.831, + "id": 9827, + "profile_path": "/5Vd88XcVcZep20gWvuCGCxp5FFA.jpg", + "name": "Rose Byrne", + "known_for": [ + { + "vote_average": 7.2, + "vote_count": 7649, + "id": 49538, + "video": false, + "media_type": "movie", + "title": "X-Men: First Class", + "popularity": 0.927, + "poster_path": "/7SSm7BfzFoVzmd6fCDccj7qRxc8.jpg", + "original_language": "en", + "original_title": "X-Men: First Class", + "genre_ids": [ + 28, + 878, + 12 + ], + "backdrop_path": "/39nstYsfjR6ggyKTtB4Joga2fs8.jpg", + "adult": false, + "overview": "Before Charles Xavier and Erik Lensherr took the names Professor X and Magneto, they were two young men discovering their powers for the first time. Before they were arch-enemies, they were closest of friends, working together with other mutants (some familiar, some new), to stop the greatest threat the world has ever known.", + "release_date": "2011-06-01" + }, + { + "vote_average": 6.5, + "vote_count": 7647, + "id": 246655, + "video": false, + "media_type": "movie", + "title": "X-Men: Apocalypse", + "popularity": 26.047, + "poster_path": "/zSouWWrySXshPCT4t3UKCQGayyo.jpg", + "original_language": "en", + "original_title": "X-Men: Apocalypse", + "genre_ids": [ + 28, + 12, + 878, + 14 + ], + "backdrop_path": "/oQWWth5AOtbWG9o8SCAviGcADed.jpg", + "adult": false, + "overview": "After the re-emergence of the world's first mutant, world-destroyer Apocalypse, the X-Men must unite to defeat his extinction level plan.", + "release_date": "2016-05-18" + }, + { + "vote_average": 6.5, + "vote_count": 6634, + "id": 1894, + "video": false, + "media_type": "movie", + "title": "Star Wars: Episode II - Attack of the Clones", + "popularity": 14.946, + "poster_path": "/2vcNFtrZXNwIcBgH5e2xXCmVR8t.jpg", + "original_language": "en", + "original_title": "Star Wars: Episode II - Attack of the Clones", + "genre_ids": [ + 12, + 28, + 878 + ], + "backdrop_path": "/1Slt26IGf2XHqv8xjEJ7LMZqCYb.jpg", + "adult": false, + "overview": "Ten years after the invasion of Naboo, the galaxy is on the brink of civil war. Under the leadership of a renegade Jedi named Count Dooku, thousands of solar systems threaten to break away from the Galactic Republic. When an assassination attempt is made on Senator Padmé Amidala, the former Queen of Naboo, twenty-year-old Jedi apprentice Anakin Skywalker is assigned to protect her. In the course of his mission, Anakin discovers his love for Padmé as well as his own darker side. Soon, Anakin, Padmé, and Obi-Wan Kenobi are drawn into the heart of the Separatist movement and the beginning of the Clone Wars.", + "release_date": "2002-05-15" + } + ], + "adult": false + }, + { + "popularity": 24.657, + "id": 1245, + "profile_path": "/tHMgW7Pg0Fg6HmB8Kh8Ixk6yxZw.jpg", + "name": "Scarlett Johansson", + "known_for": [ + { + "vote_average": 7.6, + "vote_count": 17755, + "id": 24428, + "video": false, + "media_type": "movie", + "title": "The Avengers", + "popularity": 50.466, + "poster_path": "/cezWGskPY5x7GaglTTRN4Fugfb8.jpg", + "original_language": "en", + "original_title": "The Avengers", + "genre_ids": [ + 878, + 28, + 12 + ], + "backdrop_path": "/hbn46fQaRmlpBuUrEiFqv0GDL6Y.jpg", + "adult": false, + "overview": "When an unexpected enemy emerges and threatens global safety and security, Nick Fury, director of the international peacekeeping agency known as S.H.I.E.L.D., finds himself in need of a team to pull the world back from the brink of disaster. Spanning the globe, a daring recruitment effort begins!", + "release_date": "2012-04-25" + }, + { + "vote_average": 7.3, + "vote_count": 12547, + "id": 271110, + "video": false, + "media_type": "movie", + "title": "Captain America: Civil War", + "popularity": 31.337, + "poster_path": "/kSBXou5Ac7vEqKd97wotJumyJvU.jpg", + "original_language": "en", + "original_title": "Captain America: Civil War", + "genre_ids": [ + 12, + 28, + 878 + ], + "backdrop_path": "/m5O3SZvQ6EgD5XXXLPIP1wLppeW.jpg", + "adult": false, + "overview": "Following the events of Age of Ultron, the collective governments of the world pass an act designed to regulate all superhuman activity. This polarizes opinion amongst the Avengers, causing two factions to side with Iron Man or Captain America, which causes an epic battle between former allies.", + "release_date": "2016-04-27" + }, + { + "vote_average": 7.3, + "vote_count": 11879, + "id": 99861, + "video": false, + "media_type": "movie", + "title": "Avengers: Age of Ultron", + "popularity": 33.008, + "poster_path": "/t90Y3G8UGQp0f0DrP60wRu9gfrH.jpg", + "original_language": "en", + "original_title": "Avengers: Age of Ultron", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/rFtsE7Lhlc2jRWF7SRAU0fvrveQ.jpg", + "adult": false, + "overview": "When Tony Stark tries to jumpstart a dormant peacekeeping program, things go awry and Earth’s Mightiest Heroes are put to the ultimate test as the fate of the planet hangs in the balance. As the villainous Ultron emerges, it is up to The Avengers to stop him from enacting his terrible plans, and soon uneasy alliances and unexpected action pave the way for an epic and unique global adventure.", + "release_date": "2015-04-22" + } + ], + "adult": false + }, + { + "popularity": 21.329, + "id": 2524, + "profile_path": "/j1zJKn5dr3VQC3upjgHL68cnPcB.jpg", + "name": "Tom Hardy", + "known_for": [ + { + "vote_average": 8.3, + "vote_count": 20584, + "id": 27205, + "video": false, + "media_type": "movie", + "title": "Inception", + "popularity": 30.242, + "poster_path": "/qmDpIHrmpJINaRKAfWQfftjCdyi.jpg", + "original_language": "en", + "original_title": "Inception", + "genre_ids": [ + 28, + 53, + 878, + 9648, + 12 + ], + "backdrop_path": "/s2bT29y0ngXxxu2IA8AOzzXTRhd.jpg", + "adult": false, + "overview": "Cobb, a skilled thief who commits corporate espionage by infiltrating the subconscious of his targets is offered a chance to regain his old life as payment for a task considered to be impossible: \"inception\", the implantation of another person's idea into a target's subconscious.", + "release_date": "2010-07-15" + }, + { + "vote_average": 7.4, + "vote_count": 13529, + "id": 76341, + "video": false, + "media_type": "movie", + "title": "Mad Max: Fury Road", + "popularity": 32.109, + "poster_path": "/kqjL17yufvn9OVLyXYpvtyrFfak.jpg", + "original_language": "en", + "original_title": "Mad Max: Fury Road", + "genre_ids": [ + 28, + 12, + 878, + 53 + ], + "backdrop_path": "/phszHPFVhPHhMZgo0fWTKBDQsJA.jpg", + "adult": false, + "overview": "An apocalyptic story set in the furthest reaches of our planet, in a stark desert landscape where humanity is broken, and most everyone is crazed fighting for the necessities of life. Within this world exist two rebels on the run who just might be able to restore order. There's Max, a man of action and a man of few words, who seeks peace of mind following the loss of his wife and child in the aftermath of the chaos. And Furiosa, a woman of action and a woman who believes her path to survival may be achieved if she can make it across the desert back to her childhood homeland.", + "release_date": "2015-05-13" + }, + { + "vote_average": 7.7, + "vote_count": 13007, + "id": 49026, + "video": false, + "media_type": "movie", + "title": "The Dark Knight Rises", + "popularity": 30.972, + "poster_path": "/dEYnvnUfXrqvqeRSqvIEtmzhoA8.jpg", + "original_language": "en", + "original_title": "The Dark Knight Rises", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "backdrop_path": "/f6ljQGv7WnJuwBPty017oPWfqjx.jpg", + "adult": false, + "overview": "Following the death of District Attorney Harvey Dent, Batman assumes responsibility for Dent's crimes to protect the late attorney's reputation and is subsequently hunted by the Gotham City Police Department. Eight years later, Batman encounters the mysterious Selina Kyle and the villainous Bane, a new terrorist leader who overwhelms Gotham's finest. The Dark Knight resurfaces to protect a city that has branded him an enemy.", + "release_date": "2012-07-16" + } + ], + "adult": false + }, + { + "popularity": 21.089, + "id": 73968, + "profile_path": "/hErUwonrQgY5Y7RfxOfv8Fq11MB.jpg", + "name": "Henry Cavill", + "known_for": [ + { + "vote_average": 5.8, + "vote_count": 11205, + "id": 209112, + "video": false, + "media_type": "movie", + "title": "Batman v Superman: Dawn of Justice", + "popularity": 36.243, + "poster_path": "/cGOPbv9wA5gEejkUN892JrveARt.jpg", + "original_language": "en", + "original_title": "Batman v Superman: Dawn of Justice", + "genre_ids": [ + 28, + 12, + 14 + ], + "backdrop_path": "/vsjBeMPZtyB7yNsYY56XYxifaQZ.jpg", + "adult": false, + "overview": "Fearing the actions of a god-like Super Hero left unchecked, Gotham City’s own formidable, forceful vigilante takes on Metropolis’s most revered, modern-day savior, while the world wrestles with what sort of hero it really needs. And with Batman and Superman at war with one another, a new threat quickly arises, putting mankind in greater danger than it’s ever known before.", + "release_date": "2016-03-23" + }, + { + "vote_average": 6.5, + "vote_count": 9162, + "id": 49521, + "video": false, + "media_type": "movie", + "title": "Man of Steel", + "popularity": 26.547, + "poster_path": "/xWlaTLnD8NJMTT9PGOD9z5re1SL.jpg", + "original_language": "en", + "original_title": "Man of Steel", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/jYLh4mdOqkt30i7LTFs3o02UcGF.jpg", + "adult": false, + "overview": "A young boy learns that he has extraordinary powers and is not of this earth. As a young man, he journeys to discover where he came from and what he was sent here to do. But the hero in him must emerge if he is to save the world from annihilation and become the symbol of hope for all mankind.", + "release_date": "2013-06-12" + }, + { + "vote_average": 6.2, + "vote_count": 6700, + "id": 141052, + "video": false, + "media_type": "movie", + "title": "Justice League", + "popularity": 42.779, + "poster_path": "/eifGNCSDuxJeS1loAXil5bIGgvC.jpg", + "original_language": "en", + "original_title": "Justice League", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/o5T8rZxoWSBMYwjsUFUqTt6uMQB.jpg", + "adult": false, + "overview": "Fuelled by his restored faith in humanity and inspired by Superman's selfless act, Bruce Wayne and Diana Prince assemble a team of metahumans consisting of Barry Allen, Arthur Curry and Victor Stone to face the catastrophic threat of Steppenwolf and the Parademons who are on the hunt for three Mother Boxes on Earth.", + "release_date": "2017-11-15" + } + ], + "adult": false + }, + { + "popularity": 20.75, + "id": 77996, + "profile_path": "/r5Cmtq7kB0QD0BV4NtYOUSeUQfx.jpg", + "name": "Asa Butterfield", + "known_for": [ + { + "vote_average": 6.7, + "vote_count": 5776, + "id": 283366, + "video": false, + "media_type": "movie", + "title": "Miss Peregrine's Home for Peculiar Children", + "popularity": 14.979, + "poster_path": "/zhd7A4Wg18F8iTCVYBnqhnm9Od0.jpg", + "original_language": "en", + "original_title": "Miss Peregrine's Home for Peculiar Children", + "genre_ids": [ + 18, + 14, + 12, + 10751 + ], + "backdrop_path": "/iiWLJMRaEjaBf4WFmKAktn0IfbF.jpg", + "adult": false, + "overview": "A teenager finds himself transported to an island where he must help protect a group of orphans with special powers from creatures intent on destroying them.", + "release_date": "2016-09-28" + }, + { + "vote_average": 7.1, + "vote_count": 3727, + "id": 44826, + "video": false, + "media_type": "movie", + "title": "Hugo", + "popularity": 11.054, + "poster_path": "/rSmmVKeW3nsP86V2S6R7ePs4CFw.jpg", + "original_language": "en", + "original_title": "Hugo", + "genre_ids": [ + 12, + 18, + 10751 + ], + "backdrop_path": "/mAXgaPxxUQg6U446yz8KPRYSUT.jpg", + "adult": false, + "overview": "Orphaned and alone except for an uncle, Hugo Cabret lives in the walls of a train station in 1930s Paris. Hugo's job is to oil and maintain the station's clocks, but to him, his more important task is to protect a broken automaton and notebook left to him by his late father. Accompanied by the goddaughter of an embittered toy merchant, Hugo embarks on a quest to solve the mystery of the automaton and find a place he can call home.", + "release_date": "2011-11-22" + }, + { + "vote_average": 6.6, + "vote_count": 3314, + "id": 80274, + "video": false, + "media_type": "movie", + "title": "Ender's Game", + "popularity": 13.317, + "poster_path": "/zHRNhCkrFEMoudPr0uics5WZe7j.jpg", + "original_language": "en", + "original_title": "Ender's Game", + "genre_ids": [ + 878, + 28, + 12 + ], + "backdrop_path": "/ulmVm23hsiopEsgVksgdYJSVlWR.jpg", + "adult": false, + "overview": "Based on the classic novel by Orson Scott Card, Ender's Game is the story of the Earth's most gifted children training to defend their homeplanet in the space wars of the future.", + "release_date": "2013-10-23" + } + ], + "adult": false + }, + { + "popularity": 20.175, + "id": 14386, + "profile_path": "/cOFQlPKAmo2DlnZwMCYo3b7sI2K.jpg", + "name": "Beyoncé Knowles", + "known_for": [ + { + "vote_average": 5.9, + "vote_count": 1594, + "id": 818, + "video": false, + "media_type": "movie", + "title": "Austin Powers in Goldmember", + "popularity": 11.497, + "poster_path": "/tFR7dTbX5BsmoUwKHfa2cWoZbwK.jpg", + "original_language": "en", + "original_title": "Austin Powers in Goldmember", + "genre_ids": [ + 35, + 80, + 878 + ], + "backdrop_path": "/mzZraP6PV34eVjB8giKbKIMXVeW.jpg", + "adult": false, + "overview": "The world's most shagadelic spy continues his fight against Dr. Evil. This time, the diabolical doctor and his clone, Mini-Me, team up with a new foe -- '70s kingpin Goldmember. While pursuing the team of villains to stop them from world domination, Austin gets help from his dad and an old girlfriend.", + "release_date": "2002-07-26" + }, + { + "vote_average": 6.4, + "vote_count": 1559, + "id": 116711, + "video": false, + "media_type": "movie", + "title": "Epic", + "popularity": 13.644, + "poster_path": "/dUeXOJCpfWmZd9KaPkq2122J1ji.jpg", + "original_language": "en", + "original_title": "Epic", + "genre_ids": [ + 16, + 12, + 10751, + 14 + ], + "backdrop_path": "/v6w2o3ji8aVLph6zNgR5yDGQfmS.jpg", + "adult": false, + "overview": "A teenager finds herself transported to a deep forest setting where a battle between the forces of good and the forces of evil is taking place. She bands together with a rag-tag group characters in order to save their world -- and ours.", + "release_date": "2013-05-15" + }, + { + "vote_average": 5.7, + "vote_count": 911, + "id": 12096, + "video": false, + "media_type": "movie", + "title": "The Pink Panther", + "popularity": 7.203, + "poster_path": "/eNzbcO8Mps96Zycg6DSFn9b1aO1.jpg", + "original_language": "en", + "original_title": "The Pink Panther", + "genre_ids": [ + 28, + 35, + 80, + 9648, + 10751 + ], + "backdrop_path": "/xT9awVPuIh8yWx1b2ODTpngY30M.jpg", + "adult": false, + "overview": "When the coach of the France soccer team is killed by a poisoned dart in the stadium in the end of a game, and his expensive and huge ring with the diamond Pink Panther disappears, the ambitious Chief Inspector Dreyfus assigns the worst police inspector Jacques Clouseau to the case.", + "release_date": "2006-02-10" + } + ], + "adult": false + }, + { + "popularity": 19.968, + "id": 18918, + "profile_path": "/kuqFzlYMc2IrsOyPznMd1FroeGq.jpg", + "name": "Dwayne Johnson", + "known_for": [ + { + "vote_average": 6.7, + "vote_count": 6686, + "id": 82992, + "video": false, + "media_type": "movie", + "title": "Fast & Furious 6", + "popularity": 2.015, + "poster_path": "/b9gTJKLdSbwcQRKzmqMq3dMfRwI.jpg", + "original_language": "en", + "original_title": "Fast & Furious 6", + "genre_ids": [ + 28, + 53, + 80 + ], + "backdrop_path": "/qjfE7SkPXpqFs8FX8rIaG6eO2aK.jpg", + "adult": false, + "overview": "Hobbs has Dominic and Brian reassemble their crew to take down a team of mercenaries: Dominic unexpectedly gets convoluted also facing his presumed deceased girlfriend, Letty.", + "release_date": "2013-05-21" + }, + { + "vote_average": 6.7, + "vote_count": 6513, + "id": 353486, + "video": false, + "media_type": "movie", + "title": "Jumanji: Welcome to the Jungle", + "popularity": 16.707, + "poster_path": "/bXrZ5iHBEjH7WMidbUDQ0U2xbmr.jpg", + "original_language": "en", + "original_title": "Jumanji: Welcome to the Jungle", + "genre_ids": [ + 28, + 12, + 35, + 14 + ], + "backdrop_path": "/rz3TAyd5kmiJmozp3GUbYeB5Kep.jpg", + "adult": false, + "overview": "The tables are turned as four teenagers are sucked into Jumanji's world - pitted against rhinos, black mambas and an endless variety of jungle traps and puzzles. To survive, they'll play as characters from the game.", + "release_date": "2017-12-09" + }, + { + "vote_average": 7.3, + "vote_count": 6104, + "id": 168259, + "video": false, + "media_type": "movie", + "title": "Furious 7", + "popularity": 22.771, + "poster_path": "/dCgm7efXDmiABSdWDHBDBx2jwmn.jpg", + "original_language": "en", + "original_title": "Furious 7", + "genre_ids": [ + 28, + 80, + 53, + 18 + ], + "backdrop_path": "/ypyeMfKydpyuuTMdp36rMlkGDUL.jpg", + "adult": false, + "overview": "Deckard Shaw seeks revenge against Dominic Toretto and his family for his comatose brother.", + "release_date": "2015-04-01" + } + ], + "adult": false + }, + { + "popularity": 19.871, + "id": 500, + "profile_path": "/3oWEuo0e8Nx8JvkqYCDec2iMY6K.jpg", + "name": "Tom Cruise", + "known_for": [ + { + "vote_average": 7.6, + "vote_count": 7425, + "id": 137113, + "video": false, + "media_type": "movie", + "title": "Edge of Tomorrow", + "popularity": 23.13, + "poster_path": "/tpoVEYvm6qcXueZrQYJNRLXL88s.jpg", + "original_language": "en", + "original_title": "Edge of Tomorrow", + "genre_ids": [ + 28, + 878 + ], + "backdrop_path": "/7mgKeg18Qml5nJQa56RBZO7dIu0.jpg", + "adult": false, + "overview": "Major Bill Cage is an officer who has never seen a day of combat when he is unceremoniously demoted and dropped into combat. Cage is killed within minutes, managing to take an alpha alien down with him. He awakens back at the beginning of the same day and is forced to fight and die again... and again - as physical contact with the alien has thrown him into a time loop.", + "release_date": "2014-05-27" + }, + { + "vote_average": 6.5, + "vote_count": 6455, + "id": 75612, + "video": false, + "media_type": "movie", + "title": "Oblivion", + "popularity": 14.319, + "poster_path": "/hmOzkHlkGvi8x24fYpFSnXvjklv.jpg", + "original_language": "en", + "original_title": "Oblivion", + "genre_ids": [ + 28, + 878, + 12, + 9648 + ], + "backdrop_path": "/8TE77jL2e4zdERpv8hnBAHUmFRx.jpg", + "adult": false, + "overview": "Jack Harper is one of the last few drone repairmen stationed on Earth. Part of a massive operation to extract vital resources after decades of war with a terrifying threat known as the Scavs, Jack’s mission is nearly complete. His existence is brought crashing down when he rescues a beautiful stranger from a downed spacecraft. Her arrival triggers a chain of events that forces him to question everything he knows and puts the fate of humanity in his hands.", + "release_date": "2013-04-10" + }, + { + "vote_average": 6.9, + "vote_count": 5707, + "id": 56292, + "video": false, + "media_type": "movie", + "title": "Mission: Impossible - Ghost Protocol", + "popularity": 21.053, + "poster_path": "/khlcsYHr7Hi4Tkymc7UGDvcUcx.jpg", + "original_language": "en", + "original_title": "Mission: Impossible - Ghost Protocol", + "genre_ids": [ + 28, + 53, + 12 + ], + "backdrop_path": "/pc7a2qrIkIxzqWGqcexd3mHzIxy.jpg", + "adult": false, + "overview": "Ethan Hunt and his team are racing against time to track down a dangerous terrorist named Hendricks, who has gained access to Russian nuclear launch codes and is planning a strike on the United States. An attempt to stop him ends in an explosion causing severe destruction to the Kremlin and the IMF to be implicated in the bombing, forcing the President to disavow them. No longer being aided by the government, Ethan and his team chase Hendricks around the globe, although they might still be too late to stop a disaster.", + "release_date": "2011-12-07" + } + ], + "adult": false + }, + { + "popularity": 19.374, + "id": 13240, + "profile_path": "/z2wJh5n7qZRUE1y9uB8UrivAV2b.jpg", + "name": "Mark Wahlberg", + "known_for": [ + { + "vote_average": 6.3, + "vote_count": 7172, + "id": 72105, + "video": false, + "media_type": "movie", + "title": "Ted", + "popularity": 13.468, + "poster_path": "/5ExgYTRafm4kFRwHp2jH6C23Yl4.jpg", + "original_language": "en", + "original_title": "Ted", + "genre_ids": [ + 35, + 14 + ], + "backdrop_path": "/sPiFgbWMSQxVMO6TuRFrkeWwarI.jpg", + "adult": false, + "overview": "John Bennett, a man whose childhood wish of bringing his teddy bear to life came true, now must decide between keeping the relationship with the bear or his girlfriend, Lori.", + "release_date": "2012-06-29" + }, + { + "vote_average": 8.1, + "vote_count": 7157, + "id": 1422, + "video": false, + "media_type": "movie", + "title": "The Departed", + "popularity": 19.85, + "poster_path": "/tGLO9zw5ZtCeyyEWgbYGgsFxC6i.jpg", + "original_language": "en", + "original_title": "The Departed", + "genre_ids": [ + 18, + 53, + 80 + ], + "backdrop_path": "/8Od5zV7Q7zNOX0y9tyNgpTmoiGA.jpg", + "adult": false, + "overview": "To take down South Boston's Irish Mafia, the police send in one of their own to infiltrate the underworld, not realizing the syndicate has done likewise. While an undercover cop curries favor with the mob kingpin, a career criminal rises through the police ranks. But both sides soon discover there's a mole among them.", + "release_date": "2006-10-05" + }, + { + "vote_average": 5.8, + "vote_count": 4496, + "id": 91314, + "video": false, + "media_type": "movie", + "title": "Transformers: Age of Extinction", + "popularity": 26.232, + "poster_path": "/ykIZB9dYBIKV13k5igGFncT5th6.jpg", + "original_language": "en", + "original_title": "Transformers: Age of Extinction", + "genre_ids": [ + 878, + 28, + 12 + ], + "backdrop_path": "/cHy7nSitAVgvZ7qfCK4JO47t3oZ.jpg", + "adult": false, + "overview": "As humanity picks up the pieces, following the conclusion of \"Transformers: Dark of the Moon,\" Autobots and Decepticons have all but vanished from the face of the planet. However, a group of powerful, ingenious businessman and scientists attempt to learn from past Transformer incursions and push the boundaries of technology beyond what they can control - all while an ancient, powerful Transformer menace sets Earth in his cross-hairs.", + "release_date": "2014-06-25" + } + ], + "adult": false + }, + { + "popularity": 18.291, + "id": 976, + "profile_path": "/PhWiWgasncGWD9LdbsGcmxkV4r.jpg", + "name": "Jason Statham", + "known_for": [ + { + "vote_average": 6.7, + "vote_count": 6686, + "id": 82992, + "video": false, + "media_type": "movie", + "title": "Fast & Furious 6", + "popularity": 2.015, + "poster_path": "/b9gTJKLdSbwcQRKzmqMq3dMfRwI.jpg", + "original_language": "en", + "original_title": "Fast & Furious 6", + "genre_ids": [ + 28, + 53, + 80 + ], + "backdrop_path": "/qjfE7SkPXpqFs8FX8rIaG6eO2aK.jpg", + "adult": false, + "overview": "Hobbs has Dominic and Brian reassemble their crew to take down a team of mercenaries: Dominic unexpectedly gets convoluted also facing his presumed deceased girlfriend, Letty.", + "release_date": "2013-05-21" + }, + { + "vote_average": 7.3, + "vote_count": 6104, + "id": 168259, + "video": false, + "media_type": "movie", + "title": "Furious 7", + "popularity": 22.771, + "poster_path": "/dCgm7efXDmiABSdWDHBDBx2jwmn.jpg", + "original_language": "en", + "original_title": "Furious 7", + "genre_ids": [ + 28, + 80, + 53, + 18 + ], + "backdrop_path": "/ypyeMfKydpyuuTMdp36rMlkGDUL.jpg", + "adult": false, + "overview": "Deckard Shaw seeks revenge against Dominic Toretto and his family for his comatose brother.", + "release_date": "2015-04-01" + }, + { + "vote_average": 6.9, + "vote_count": 5873, + "id": 337339, + "video": false, + "media_type": "movie", + "title": "The Fate of the Furious", + "popularity": 30.659, + "poster_path": "/dImWM7GJqryWJO9LHa3XQ8DD5NH.jpg", + "original_language": "en", + "original_title": "The Fate of the Furious", + "genre_ids": [ + 12, + 28, + 80, + 53, + 9648 + ], + "backdrop_path": "/jzdnhRhG0dsuYorwvSqPqqnM1cV.jpg", + "adult": false, + "overview": "When a mysterious woman seduces Dom into the world of crime and a betrayal of those closest to him, the crew face trials that will test them as never before.", + "release_date": "2017-04-12" + } + ], + "adult": false + }, + { + "popularity": 18.18, + "id": 6384, + "profile_path": "/bOlYWhVuOiU6azC4Bw6zlXZ5QTC.jpg", + "name": "Keanu Reeves", + "known_for": [ + { + "vote_average": 8.1, + "vote_count": 13299, + "id": 603, + "video": false, + "media_type": "movie", + "title": "The Matrix", + "popularity": 33.293, + "poster_path": "/hEpWvX6Bp79eLxY1kX5ZZJcme5U.jpg", + "original_language": "en", + "original_title": "The Matrix", + "genre_ids": [ + 28, + 878 + ], + "backdrop_path": "/icmmSD4vTTDKOq2vvdulafOGw93.jpg", + "adult": false, + "overview": "Set in the 22nd century, The Matrix tells the story of a computer hacker who joins a group of underground insurgents fighting the vast and powerful computers who now rule the earth.", + "release_date": "1999-03-30" + }, + { + "vote_average": 7.1, + "vote_count": 8898, + "id": 245891, + "video": false, + "media_type": "movie", + "title": "John Wick", + "popularity": 40.803, + "poster_path": "/5vHssUeVe25bMrof1HyaPyWgaP.jpg", + "original_language": "en", + "original_title": "John Wick", + "genre_ids": [ + 28, + 53 + ], + "backdrop_path": "/umC04Cozevu8nn3JTDJ1pc7PVTn.jpg", + "adult": false, + "overview": "Ex-hitman John Wick comes out of retirement to track down the gangsters that took everything from him.", + "release_date": "2014-10-22" + }, + { + "vote_average": 6.8, + "vote_count": 5226, + "id": 604, + "video": false, + "media_type": "movie", + "title": "The Matrix Reloaded", + "popularity": 23.029, + "poster_path": "/ezIurBz2fdUc68d98Fp9dRf5ihv.jpg", + "original_language": "en", + "original_title": "The Matrix Reloaded", + "genre_ids": [ + 12, + 28, + 53, + 878 + ], + "backdrop_path": "/Fp3piEuHXxKnPBO5R0Wj4wjZHg.jpg", + "adult": false, + "overview": "Six months after the events depicted in The Matrix, Neo has proved to be a good omen for the free humans, as more and more humans are being freed from the matrix and brought to Zion, the one and only stronghold of the Resistance. Neo himself has discovered his superpowers including super speed, ability to see the codes of the things inside the matrix and a certain degree of pre-cognition. But a nasty piece of news hits the human resistance: 250,000 machine sentinels are digging to Zion and would reach them in 72 hours. As Zion prepares for the ultimate war, Neo, Morpheus and Trinity are advised by the Oracle to find the Keymaker who would help them reach the Source. Meanwhile Neo's recurrent dreams depicting Trinity's death have got him worried and as if it was not enough, Agent Smith has somehow escaped deletion, has become more powerful than before and has fixed Neo as his next target.", + "release_date": "2003-05-15" + } + ], + "adult": false + }, + { + "popularity": 18.122, + "id": 5293, + "profile_path": "/dsrEiPDCcr31BPiGjrlSKb0DMsh.jpg", + "name": "Willem Dafoe", + "known_for": [ + { + "vote_average": 7.8, + "vote_count": 10605, + "id": 12, + "video": false, + "media_type": "movie", + "title": "Finding Nemo", + "popularity": 17.857, + "poster_path": "/syPWyeeqzTQIxjIUaIFI7d0TyEY.jpg", + "original_language": "en", + "original_title": "Finding Nemo", + "genre_ids": [ + 16, + 10751 + ], + "backdrop_path": "/2Xh7cVe9beCn04ouN9IGfK8WTok.jpg", + "adult": false, + "overview": "Nemo, an adventurous young clownfish, is unexpectedly taken from his Great Barrier Reef home to a dentist's office aquarium. It's up to his worrisome father Marlin and a friendly but forgetful fish Dory to bring Nemo home -- meeting vegetarian sharks, surfer dude turtles, hypnotic jellyfish, hungry seagulls, and more along the way.", + "release_date": "2003-05-30" + }, + { + "vote_average": 7, + "vote_count": 8957, + "id": 557, + "video": false, + "media_type": "movie", + "title": "Spider-Man", + "popularity": 25.165, + "poster_path": "/rZd0y1X1Gw4t5B3f01Qzj8DYY66.jpg", + "original_language": "en", + "original_title": "Spider-Man", + "genre_ids": [ + 14, + 28 + ], + "backdrop_path": "/5yAEbTXiJZQpNx7eCyyOhnY9MYw.jpg", + "adult": false, + "overview": "After being bitten by a genetically altered spider, nerdy high school student Peter Parker is endowed with amazing powers.", + "release_date": "2002-05-01" + }, + { + "vote_average": 7.1, + "vote_count": 8898, + "id": 245891, + "video": false, + "media_type": "movie", + "title": "John Wick", + "popularity": 40.803, + "poster_path": "/5vHssUeVe25bMrof1HyaPyWgaP.jpg", + "original_language": "en", + "original_title": "John Wick", + "genre_ids": [ + 28, + 53 + ], + "backdrop_path": "/umC04Cozevu8nn3JTDJ1pc7PVTn.jpg", + "adult": false, + "overview": "Ex-hitman John Wick comes out of retirement to track down the gangsters that took everything from him.", + "release_date": "2014-10-22" + } + ], + "adult": false + }, + { + "popularity": 17.767, + "id": 62, + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "name": "Bruce Willis", + "known_for": [ + { + "vote_average": 8.4, + "vote_count": 13904, + "id": 680, + "video": false, + "media_type": "movie", + "title": "Pulp Fiction", + "popularity": 32.231, + "poster_path": "/dM2w364MScsjFf8pfMbaWUcWrR.jpg", + "original_language": "en", + "original_title": "Pulp Fiction", + "genre_ids": [ + 53, + 80 + ], + "backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg", + "adult": false, + "overview": "A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.", + "release_date": "1994-09-10" + }, + { + "vote_average": 7.2, + "vote_count": 9056, + "id": 381288, + "video": false, + "media_type": "movie", + "title": "Split", + "popularity": 58.77, + "poster_path": "/rXMWOZiCt6eMX22jWuTOSdQ98bY.jpg", + "original_language": "en", + "original_title": "Split", + "genre_ids": [ + 27, + 53 + ], + "backdrop_path": "/4G6FNNLSIVrwSRZyFs91hQ3lZtD.jpg", + "adult": false, + "overview": "Though Kevin has evidenced 23 personalities to his trusted psychiatrist, Dr. Fletcher, there remains one still submerged who is set to materialize and dominate all the others. Compelled to abduct three teenage girls led by the willful, observant Casey, Kevin reaches a war for survival among all of those contained within him — as well as everyone around him — as the walls between his compartments shatter apart.", + "release_date": "2017-01-19" + }, + { + "vote_average": 6.8, + "vote_count": 6351, + "id": 59967, + "video": false, + "media_type": "movie", + "title": "Looper", + "popularity": 14.622, + "poster_path": "/sNjL6SqErDBE8OUZlrDLkexfsCj.jpg", + "original_language": "en", + "original_title": "Looper", + "genre_ids": [ + 28, + 53, + 878 + ], + "backdrop_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "adult": false, + "overview": "In the futuristic action thriller Looper, time travel will be invented but it will be illegal and only available on the black market. When the mob wants to get rid of someone, they will send their target 30 years into the past where a looper, a hired gun, like Joe is waiting to mop up. Joe is getting rich and life is good until the day the mob decides to close the loop, sending back Joe's future self for assassination.", + "release_date": "2012-09-26" + } + ], + "adult": false + }, + { + "popularity": 17.693, + "id": 72129, + "profile_path": "/naZyy9IqAQDaAbr1kYShLdg6aPR.jpg", + "name": "Jennifer Lawrence", + "known_for": [ + { + "vote_average": 7.1, + "vote_count": 13670, + "id": 70160, + "video": false, + "media_type": "movie", + "title": "The Hunger Games", + "popularity": 14.087, + "poster_path": "/iLJdwmzrHFjFwI5lvYAT1gcpRuA.jpg", + "original_language": "en", + "original_title": "The Hunger Games", + "genre_ids": [ + 878, + 12, + 14 + ], + "backdrop_path": "/1LTLrl06uII4w2BTpnQnmWwrKi.jpg", + "adult": false, + "overview": "Every year in the ruins of what was once North America, the nation of Panem forces each of its twelve districts to send a teenage boy and girl to compete in the Hunger Games. Part twisted entertainment, part government intimidation tactic, the Hunger Games are a nationally televised event in which “Tributes” must fight with one another until one survivor remains. Pitted against highly-trained Tributes who have prepared for these Games their entire lives, Katniss is forced to rely upon her sharp instincts as well as the mentorship of drunken former victor Haymitch Abernathy. If she’s ever to return home to District 12, Katniss must make impossible choices in the arena that weigh survival against humanity and life against love. The world will be watching.", + "release_date": "2012-03-12" + }, + { + "vote_average": 7.4, + "vote_count": 10344, + "id": 101299, + "video": false, + "media_type": "movie", + "title": "The Hunger Games: Catching Fire", + "popularity": 21.688, + "poster_path": "/Hn0KgefVEp0GkdTexS6gfKTMfi.jpg", + "original_language": "en", + "original_title": "The Hunger Games: Catching Fire", + "genre_ids": [ + 12, + 28, + 878 + ], + "backdrop_path": "/wRCPG1lsgfTFkWJ7G3eWgxCgv0C.jpg", + "adult": false, + "overview": "Katniss Everdeen has returned home safe after winning the 74th Annual Hunger Games along with fellow tribute Peeta Mellark. Winning means that they must turn around and leave their family and close friends, embarking on a \"Victor's Tour\" of the districts. Along the way Katniss senses that a rebellion is simmering, but the Capitol is still very much in control as President Snow prepares the 75th Annual Hunger Games (The Quarter Quell) - a competition that could change Panem forever.", + "release_date": "2013-11-15" + }, + { + "vote_average": 7.5, + "vote_count": 9349, + "id": 127585, + "video": false, + "media_type": "movie", + "title": "X-Men: Days of Future Past", + "popularity": 29.444, + "poster_path": "/pb1IURTkK5rImP9ZV83lxJO2us7.jpg", + "original_language": "en", + "original_title": "X-Men: Days of Future Past", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/5LBcSLHAtEIIgvNkA2dPmYH5wR7.jpg", + "adult": false, + "overview": "The ultimate X-Men ensemble fights a war for the survival of the species across two time periods as they join forces with their younger selves in an epic battle that must change the past – to save our future.", + "release_date": "2014-05-15" + } + ], + "adult": false + }, + { + "popularity": 17.578, + "id": 933271, + "profile_path": "/cDVb2oR75CCflAvEIyTNuEO4ceS.jpg", + "name": "Eve Hewson", + "known_for": [ + { + "vote_average": 7.2, + "vote_count": 3988, + "id": 296098, + "video": false, + "media_type": "movie", + "title": "Bridge of Spies", + "popularity": 15.52, + "poster_path": "/xPCNA8zJxyyFKTj47QpvkXHukzB.jpg", + "original_language": "en", + "original_title": "Bridge of Spies", + "genre_ids": [ + 53, + 18 + ], + "backdrop_path": "/3amJMLyjx0rDbwhnKNG8d6gzDSV.jpg", + "adult": false, + "overview": "During the Cold War, the Soviet Union captures U.S. pilot Francis Gary Powers after shooting down his U-2 spy plane. Sentenced to 10 years in prison, Powers' only hope is New York lawyer James Donovan, recruited by a CIA operative to negotiate his release. Donovan boards a plane to Berlin, hoping to win the young man's freedom through a prisoner exchange. If all goes well, the Russians would get Rudolf Abel, the convicted spy who Donovan defended in court.", + "release_date": "2015-10-15" + }, + { + "vote_average": 7, + "vote_count": 524, + "id": 53487, + "video": false, + "media_type": "movie", + "title": "This Must Be the Place", + "popularity": 6.528, + "poster_path": "/rNTZMp96BcKIxgF3OIUbtByJtsQ.jpg", + "original_language": "en", + "original_title": "This Must Be the Place", + "genre_ids": [ + 18 + ], + "backdrop_path": "/aYKNl2YYxgqZY49oEaEt0qNjWHy.jpg", + "adult": false, + "overview": "A bored, retired rock star sets out to find his father's executioner, an ex-Nazi war criminal who is a refugee in the U.S.", + "release_date": "2011-10-01" + }, + { + "vote_average": 6.7, + "vote_count": 446, + "id": 209263, + "video": false, + "media_type": "movie", + "title": "Enough Said", + "popularity": 5.449, + "poster_path": "/gPJ7KyzdHVpCaxdiq22sPEmNJZV.jpg", + "original_language": "en", + "original_title": "Enough Said", + "genre_ids": [ + 35, + 18, + 10749 + ], + "backdrop_path": "/h3X31FLlJSqi8NTZLKjXWJ7q3rs.jpg", + "adult": false, + "overview": "Eva is a divorced soon-to-be empty-nester wondering about her next act. Then she meets Marianne, the embodiment of her perfect self. Armed with a restored outlook on being middle-aged and single, Eva decides to take a chance on her new love interest Albert — a sweet, funny and like-minded man. But things get complicated when Eva discovers that Albert is in fact the dreaded ex–husband of Marianne...", + "release_date": "2013-09-18" + } + ], + "adult": false + }, + { + "popularity": 17.501, + "id": 16483, + "profile_path": "/gnmwOa46C2TP35N7ARSzboTdx2u.jpg", + "name": "Sylvester Stallone", + "known_for": [ + { + "vote_average": 7.7, + "vote_count": 10987, + "id": 283995, + "video": false, + "media_type": "movie", + "title": "Guardians of the Galaxy Vol. 2", + "popularity": 34.339, + "poster_path": "/y4MBh0EjBlMuOzv9axM4qJlmhzz.jpg", + "original_language": "en", + "original_title": "Guardians of the Galaxy Vol. 2", + "genre_ids": [ + 28, + 12, + 35, + 878 + ], + "backdrop_path": "/aJn9XeesqsrSLKcHfHP4u5985hn.jpg", + "adult": false, + "overview": "The Guardians must fight to keep their newfound family together as they unravel the mysteries of Peter Quill's true parentage.", + "release_date": "2017-04-19" + }, + { + "vote_average": 6.1, + "vote_count": 4326, + "id": 27578, + "video": false, + "media_type": "movie", + "title": "The Expendables", + "popularity": 23.241, + "poster_path": "/4gLFKsalwRy0ONzfYaRsKr5wilK.jpg", + "original_language": "en", + "original_title": "The Expendables", + "genre_ids": [ + 53, + 12, + 28 + ], + "backdrop_path": "/x5u73uBylbyCCnkzUGzt3uozqRp.jpg", + "adult": false, + "overview": "Barney Ross leads a band of highly skilled mercenaries including knife enthusiast Lee Christmas, a martial arts expert, heavy weapons specialist, demolitionist, and a loose-cannon sniper. When the group is commissioned by the mysterious Mr. Church to assassinate the dictator of a small South American island, Barney and Lee visit the remote locale to scout out their opposition and discover the true nature of the conflict engulfing the city.", + "release_date": "2010-08-03" + }, + { + "vote_average": 6.2, + "vote_count": 3950, + "id": 76163, + "video": false, + "media_type": "movie", + "title": "The Expendables 2", + "popularity": 14.464, + "poster_path": "/dJPnTe1qOcO7XqsJvESFph83m6m.jpg", + "original_language": "en", + "original_title": "The Expendables 2", + "genre_ids": [ + 28, + 12, + 53 + ], + "backdrop_path": "/pIjnoUnXdLpROFzIRPNziPzgBUp.jpg", + "adult": false, + "overview": "Mr. Church reunites the Expendables for what should be an easy paycheck, but when one of their men is murdered on the job, their quest for revenge puts them deep in enemy territory and up against an unexpected threat.", + "release_date": "2012-08-08" + } + ], + "adult": false + }, + { + "popularity": 17.496, + "id": 26723, + "profile_path": "/k5bAyHknFqwRoFGc1Pmh7JAffWj.jpg", + "name": "Katheryn Winnick", + "known_for": [ + { + "vote_average": 6.7, + "vote_count": 3666, + "id": 1824, + "video": false, + "media_type": "movie", + "title": "50 First Dates", + "popularity": 11.806, + "poster_path": "/vKKdsaq3OomDvFdpPpWVg0L6gB9.jpg", + "original_language": "en", + "original_title": "50 First Dates", + "genre_ids": [ + 35, + 10749 + ], + "backdrop_path": "/eabV1BbZgghMJSOmjZ1EQ987Zuh.jpg", + "adult": false, + "overview": "Henry is a player skilled at seducing women. But when this veterinarian meets Lucy, a girl with a quirky problem when it comes to total recall, he realizes it's possible to fall in love all over again…and again, and again. That's because the delightful Lucy has no short-term memory, so Henry must woo her day after day until he finally sweeps her off her feet.", + "release_date": "2004-02-13" + }, + { + "vote_average": 5.6, + "vote_count": 2573, + "id": 353491, + "video": false, + "media_type": "movie", + "title": "The Dark Tower", + "popularity": 16.234, + "poster_path": "/i9GUSgddIqrroubiLsvvMRYyRy0.jpg", + "original_language": "en", + "original_title": "The Dark Tower", + "genre_ids": [ + 28, + 14, + 878, + 37, + 27 + ], + "backdrop_path": "/pVVobDO8cezhVPvwD6EBUN0g3mt.jpg", + "adult": false, + "overview": "The last Gunslinger, Roland Deschain, has been locked in an eternal battle with Walter O’Dim, also known as the Man in Black, determined to prevent him from toppling the Dark Tower, which holds the universe together. With the fate of the worlds at stake, good and evil will collide in the ultimate battle as only Roland can defend the Tower from the Man in Black.", + "release_date": "2017-08-03" + }, + { + "vote_average": 6.8, + "vote_count": 2288, + "id": 43347, + "video": false, + "media_type": "movie", + "title": "Love & Other Drugs", + "popularity": 9.137, + "poster_path": "/4jU64i4kAEtQUlsYsQPAdfpI7aP.jpg", + "original_language": "en", + "original_title": "Love & Other Drugs", + "genre_ids": [ + 18, + 35, + 10749 + ], + "backdrop_path": "/oCS8EsEPOe6YfBfwBDRwvHBl1FN.jpg", + "adult": false, + "overview": "Maggie, an alluring free spirit who won't let anyone - or anything - tie her down. But she meets her match in Jamie, whose relentless and nearly infallible charm serve him well with the ladies and in the cutthroat world of pharmaceutical sales. Maggie and Jamie's evolving relationship takes them both by surprise, as they find themselves under the influence of the ultimate drug: love.", + "release_date": "2010-11-22" + } + ], + "adult": false + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:50.5738421Z", + "ReducedUri": "/3/person/popular?page=2", + "RespData": { + "page": 2, + "total_results": 18311, + "total_pages": 916, + "results": [ + { + "popularity": 17.433, + "id": 880, + "profile_path": "/rjGdI8f7MyGXg4kpTrA0ZZq1QX8.jpg", + "name": "Ben Affleck", + "known_for": [ + { + "vote_average": 5.9, + "vote_count": 12596, + "id": 297761, + "video": false, + "media_type": "movie", + "title": "Suicide Squad", + "popularity": 15.819, + "poster_path": "/e1mjopzAS2KNsvpbpahQ1a6SkSn.jpg", + "original_language": "en", + "original_title": "Suicide Squad", + "genre_ids": [ + 28, + 12, + 80, + 14, + 878 + ], + "backdrop_path": "/ndlQ2Cuc3cjTL7lTynw6I4boP4S.jpg", + "adult": false, + "overview": "From DC Comics comes the Suicide Squad, an antihero team of incarcerated supervillains who act as deniable assets for the United States government, undertaking high-risk black ops missions in exchange for commuted prison sentences.", + "release_date": "2016-08-03" + }, + { + "vote_average": 5.8, + "vote_count": 11205, + "id": 209112, + "video": false, + "media_type": "movie", + "title": "Batman v Superman: Dawn of Justice", + "popularity": 36.243, + "poster_path": "/cGOPbv9wA5gEejkUN892JrveARt.jpg", + "original_language": "en", + "original_title": "Batman v Superman: Dawn of Justice", + "genre_ids": [ + 28, + 12, + 14 + ], + "backdrop_path": "/vsjBeMPZtyB7yNsYY56XYxifaQZ.jpg", + "adult": false, + "overview": "Fearing the actions of a god-like Super Hero left unchecked, Gotham City’s own formidable, forceful vigilante takes on Metropolis’s most revered, modern-day savior, while the world wrestles with what sort of hero it really needs. And with Batman and Superman at war with one another, a new threat quickly arises, putting mankind in greater danger than it’s ever known before.", + "release_date": "2016-03-23" + }, + { + "vote_average": 7.9, + "vote_count": 9383, + "id": 210577, + "video": false, + "media_type": "movie", + "title": "Gone Girl", + "popularity": 36.761, + "poster_path": "/gdiLTof3rbPDAmPaCf4g6op46bj.jpg", + "original_language": "en", + "original_title": "Gone Girl", + "genre_ids": [ + 9648, + 53, + 18 + ], + "backdrop_path": "/8ZNGBfGoN3uI5Akj5vEUDMxvmGO.jpg", + "adult": false, + "overview": "With his wife's disappearance having become the focus of an intense media circus, a man sees the spotlight turned on him when it's suspected that he may not be innocent.", + "release_date": "2014-10-01" + } + ], + "adult": false + }, + { + "popularity": 17.355, + "id": 117642, + "profile_path": "/pG1Faei9M8ObR4bOD2ljiSVuaDm.jpg", + "name": "Jason Momoa", + "known_for": [ + { + "vote_average": 5.8, + "vote_count": 11205, + "id": 209112, + "video": false, + "media_type": "movie", + "title": "Batman v Superman: Dawn of Justice", + "popularity": 36.243, + "poster_path": "/cGOPbv9wA5gEejkUN892JrveARt.jpg", + "original_language": "en", + "original_title": "Batman v Superman: Dawn of Justice", + "genre_ids": [ + 28, + 12, + 14 + ], + "backdrop_path": "/vsjBeMPZtyB7yNsYY56XYxifaQZ.jpg", + "adult": false, + "overview": "Fearing the actions of a god-like Super Hero left unchecked, Gotham City’s own formidable, forceful vigilante takes on Metropolis’s most revered, modern-day savior, while the world wrestles with what sort of hero it really needs. And with Batman and Superman at war with one another, a new threat quickly arises, putting mankind in greater danger than it’s ever known before.", + "release_date": "2016-03-23" + }, + { + "vote_average": 6.2, + "vote_count": 6700, + "id": 141052, + "video": false, + "media_type": "movie", + "title": "Justice League", + "popularity": 42.779, + "poster_path": "/eifGNCSDuxJeS1loAXil5bIGgvC.jpg", + "original_language": "en", + "original_title": "Justice League", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/o5T8rZxoWSBMYwjsUFUqTt6uMQB.jpg", + "adult": false, + "overview": "Fuelled by his restored faith in humanity and inspired by Superman's selfless act, Bruce Wayne and Diana Prince assemble a team of metahumans consisting of Barry Allen, Arthur Curry and Victor Stone to face the catastrophic threat of Steppenwolf and the Parademons who are on the hunt for three Mother Boxes on Earth.", + "release_date": "2017-11-15" + }, + { + "original_name": "Game of Thrones", + "id": 1399, + "media_type": "tv", + "name": "Game of Thrones", + "vote_count": 5186, + "vote_average": 8.2, + "poster_path": "/gwPSoYUHAKmdyVywgLpKKA4BjRr.jpg", + "first_air_date": "2011-04-17", + "popularity": 161.321, + "genre_ids": [ + 10765, + 18, + 10759 + ], + "original_language": "en", + "backdrop_path": "/gX8SYlnL9ZznfZwEH4KJUePBFUM.jpg", + "overview": "Seven noble families fight for control of the mythical land of Westeros. Friction between the houses leads to full-scale war. All while a very ancient evil awakens in the farthest north. Amidst the war, a neglected military order of misfits, the Night's Watch, is all that stands between the realms of men and icy horrors beyond.", + "origin_country": [ + "US" + ] + } + ], + "adult": false + }, + { + "popularity": 17.331, + "id": 9625, + "profile_path": "/aKadq5uC9CjCKtkMYPYECNcGz3s.jpg", + "name": "Linda Fiorentino", + "known_for": [ + { + "vote_average": 7, + "vote_count": 7211, + "id": 607, + "video": false, + "media_type": "movie", + "title": "Men in Black", + "popularity": 21.641, + "poster_path": "/f24UVKq3UiQWLqGWdqjwkzgB8j8.jpg", + "original_language": "en", + "original_title": "Men in Black", + "genre_ids": [ + 28, + 12, + 35, + 878 + ], + "backdrop_path": "/agCihVGrXk3hmmwMIgsn2ao1eEa.jpg", + "adult": false, + "overview": "After a police chase with an otherworldly being, a New York City cop is recruited as an agent in a top-secret organization established to monitor and police alien activity on Earth: the Men in Black. Agent Kay and new recruit Agent Jay find themselves in the middle of a deadly plot by an intergalactic terrorist who has arrived on Earth to assassinate two ambassadors from opposing galaxies.", + "release_date": "1997-07-02" + }, + { + "vote_average": 6.9, + "vote_count": 1236, + "id": 1832, + "video": false, + "media_type": "movie", + "title": "Dogma", + "popularity": 10.151, + "poster_path": "/zuJJAEvyiZiddzRx7JRGNDzjP07.jpg", + "original_language": "en", + "original_title": "Dogma", + "genre_ids": [ + 14, + 35, + 12 + ], + "backdrop_path": "/hyVHeKqCDwZdvgeFvAFZD2pDcFy.jpg", + "adult": false, + "overview": "The latest battle in the eternal war between Good and Evil has come to New Jersey in the late, late 20th Century. Angels, demons, apostles and prophets (of a sort) walk among the cynics and innocents of America and duke it out for the fate of humankind.", + "release_date": "1999-11-12" + }, + { + "vote_average": 7.5, + "vote_count": 442, + "id": 10843, + "video": false, + "media_type": "movie", + "title": "After Hours", + "popularity": 7.607, + "poster_path": "/s5XkBqUMwE0wQv9NY0XERs64cgs.jpg", + "original_language": "en", + "original_title": "After Hours", + "genre_ids": [ + 35, + 53, + 18 + ], + "backdrop_path": "/kygOSBC0V0uRE6zmIaOO50rG9eg.jpg", + "adult": false, + "overview": "An ordinary word processor has the worst night of his life after he agrees to visit a girl in Soho whom he met that evening at a coffee shop.", + "release_date": "1985-09-13" + } + ], + "adult": false + }, + { + "popularity": 17.265, + "id": 1336, + "profile_path": "/5himGJzSuLoHwqacTz7sXWqgeMt.jpg", + "name": "Jet Li", + "known_for": [ + { + "vote_average": 6.1, + "vote_count": 4326, + "id": 27578, + "video": false, + "media_type": "movie", + "title": "The Expendables", + "popularity": 23.241, + "poster_path": "/4gLFKsalwRy0ONzfYaRsKr5wilK.jpg", + "original_language": "en", + "original_title": "The Expendables", + "genre_ids": [ + 53, + 12, + 28 + ], + "backdrop_path": "/x5u73uBylbyCCnkzUGzt3uozqRp.jpg", + "adult": false, + "overview": "Barney Ross leads a band of highly skilled mercenaries including knife enthusiast Lee Christmas, a martial arts expert, heavy weapons specialist, demolitionist, and a loose-cannon sniper. When the group is commissioned by the mysterious Mr. Church to assassinate the dictator of a small South American island, Barney and Lee visit the remote locale to scout out their opposition and discover the true nature of the conflict engulfing the city.", + "release_date": "2010-08-03" + }, + { + "vote_average": 6.2, + "vote_count": 3950, + "id": 76163, + "video": false, + "media_type": "movie", + "title": "The Expendables 2", + "popularity": 14.464, + "poster_path": "/dJPnTe1qOcO7XqsJvESFph83m6m.jpg", + "original_language": "en", + "original_title": "The Expendables 2", + "genre_ids": [ + 28, + 12, + 53 + ], + "backdrop_path": "/pIjnoUnXdLpROFzIRPNziPzgBUp.jpg", + "adult": false, + "overview": "Mr. Church reunites the Expendables for what should be an easy paycheck, but when one of their men is murdered on the job, their quest for revenge puts them deep in enemy territory and up against an unexpected threat.", + "release_date": "2012-08-08" + }, + { + "vote_average": 6.1, + "vote_count": 2666, + "id": 138103, + "video": false, + "media_type": "movie", + "title": "The Expendables 3", + "popularity": 19.022, + "poster_path": "/xczFwJhcCb2rUMylXam0Ni7Yn5o.jpg", + "original_language": "en", + "original_title": "The Expendables 3", + "genre_ids": [ + 28, + 12, + 53 + ], + "backdrop_path": "/5ldMfEYNk0fea8QQ0mjyrksIr1M.jpg", + "adult": false, + "overview": "Barney, Christmas and the rest of the team comes face-to-face with Conrad Stonebanks, who years ago co-founded The Expendables with Barney. Stonebanks subsequently became a ruthless arms trader and someone who Barney was forced to kill… or so he thought. Stonebanks, who eluded death once before, now is making it his mission to end The Expendables -- but Barney has other plans. Barney decides that he has to fight old blood with new blood, and brings in a new era of Expendables team members, recruiting individuals who are younger, faster and more tech-savvy. The latest mission becomes a clash of classic old-school style versus high-tech expertise in the Expendables’ most personal battle yet.", + "release_date": "2014-08-04" + } + ], + "adult": false + }, + { + "popularity": 17.227, + "id": 2110517, + "profile_path": "/pbcA8BfYj5Z16jSsbyjcf7AJa5g.jpg", + "name": "Irene Arcos", + "known_for": [ + { + "original_name": "Vis a vis", + "id": 62455, + "media_type": "tv", + "name": "Locked Up", + "vote_count": 31, + "vote_average": 6.4, + "poster_path": "/7mfPWKrNInkTbjVwp0EkaFYRHqD.jpg", + "first_air_date": "2015-04-20", + "popularity": 13.815, + "genre_ids": [ + 18 + ], + "original_language": "es", + "backdrop_path": "/g0VmdXoH88kHxqXLIgg46sQLPzt.jpg", + "overview": "Set up to take the blame for corporate fraud, young Macarena Ferreiro is locked up in a high-security women's prison surrounded by tough, ruthless criminals in this tense, provocative Spanish thriller.", + "origin_country": [ + "ES" + ] + } + ], + "adult": false + }, + { + "popularity": 17.156, + "id": 51329, + "profile_path": "/z5LUl9bljJnah3S5rtN7rScrmI8.jpg", + "name": "Bradley Cooper", + "known_for": [ + { + "vote_average": 7.9, + "vote_count": 16282, + "id": 118340, + "video": false, + "media_type": "movie", + "title": "Guardians of the Galaxy", + "popularity": 46.294, + "poster_path": "/y31QB9kn3XSudA15tV7UWQ9XLuW.jpg", + "original_language": "en", + "original_title": "Guardians of the Galaxy", + "genre_ids": [ + 28, + 878, + 12 + ], + "backdrop_path": "/bHarw8xrmQeqf3t8HpuMY7zoK4x.jpg", + "adult": false, + "overview": "Light years from Earth, 26 years after being abducted, Peter Quill finds himself the prime target of a manhunt after discovering an orb wanted by Ronan the Accuser.", + "release_date": "2014-07-30" + }, + { + "vote_average": 7.7, + "vote_count": 10987, + "id": 283995, + "video": false, + "media_type": "movie", + "title": "Guardians of the Galaxy Vol. 2", + "popularity": 34.339, + "poster_path": "/y4MBh0EjBlMuOzv9axM4qJlmhzz.jpg", + "original_language": "en", + "original_title": "Guardians of the Galaxy Vol. 2", + "genre_ids": [ + 28, + 12, + 35, + 878 + ], + "backdrop_path": "/aJn9XeesqsrSLKcHfHP4u5985hn.jpg", + "adult": false, + "overview": "The Guardians must fight to keep their newfound family together as they unravel the mysteries of Peter Quill's true parentage.", + "release_date": "2017-04-19" + }, + { + "vote_average": 8.3, + "vote_count": 10997, + "id": 299536, + "video": false, + "media_type": "movie", + "title": "Avengers: Infinity War", + "popularity": 108.095, + "poster_path": "/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg", + "original_language": "en", + "original_title": "Avengers: Infinity War", + "genre_ids": [ + 12, + 28, + 14 + ], + "backdrop_path": "/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg", + "adult": false, + "overview": "As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.", + "release_date": "2018-04-25" + } + ], + "adult": false + }, + { + "popularity": 16.547, + "id": 9825, + "profile_path": "/1X9gJnDIYE4N52UtPZ9qM3Bi2TM.jpg", + "name": "Saffron Burrows", + "known_for": [ + { + "vote_average": 7, + "vote_count": 4898, + "id": 652, + "video": false, + "media_type": "movie", + "title": "Troy", + "popularity": 17.252, + "poster_path": "/edMlij7nw2NMla32xskDnzMCFBM.jpg", + "original_language": "en", + "original_title": "Troy", + "genre_ids": [ + 12, + 18, + 10752 + ], + "backdrop_path": "/lIyNUZbIeEwWpaWXAO5gnciB8Dq.jpg", + "adult": false, + "overview": "In year 1250 B.C. during the late Bronze age, two emerging nations begin to clash. Paris, the Trojan prince, convinces Helen, Queen of Sparta, to leave her husband Menelaus, and sail with him back to Troy. After Menelaus finds out that his wife was taken by the Trojans, he asks his brother Agamemnom to help him get her back. Agamemnon sees this as an opportunity for power. So they set off with 1,000 ships holding 50,000 Greeks to Troy. With the help of Achilles, the Greeks are able to fight the never before defeated Trojans.", + "release_date": "2004-05-03" + }, + { + "original_name": "Marvel's Agents of S.H.I.E.L.D.", + "id": 1403, + "media_type": "tv", + "name": "Marvel's Agents of S.H.I.E.L.D.", + "vote_count": 1203, + "vote_average": 6.74, + "poster_path": "/xjm6uVktPuKXNILwjLXwVG5d5BU.jpg", + "first_air_date": "2013-09-24", + "popularity": 71.963, + "genre_ids": [ + 18, + 10765, + 10759 + ], + "original_language": "en", + "backdrop_path": "/qtr5i6hOm6oVzTYl3jOQAYP3oc7.jpg", + "overview": "Agent Phil Coulson of S.H.I.E.L.D. (Strategic Homeland Intervention, Enforcement and Logistics Division) puts together a team of agents to investigate the new, the strange and the unknown around the globe, protecting the ordinary from the extraordinary.", + "origin_country": [ + "US" + ] + }, + { + "vote_average": 7.1, + "vote_count": 1254, + "id": 10601, + "video": false, + "media_type": "movie", + "title": "Peter Pan", + "popularity": 7.898, + "poster_path": "/oZEiHdVIjjGHlpqh5fCWZoUJ9RY.jpg", + "original_language": "en", + "original_title": "Peter Pan", + "genre_ids": [ + 12, + 14, + 10751 + ], + "backdrop_path": "/g9IrCpCYuAi5zLA4Vg2Z2EiZJux.jpg", + "adult": false, + "overview": "In stifling Edwardian London, Wendy Darling mesmerizes her brothers every night with bedtime tales of swordplay, swashbuckling and the fearsome Captain Hook. But the children become the heroes of an even greater story, when Peter Pan flies into their nursery one night and leads them over moonlit rooftops through a galaxy of stars and to the lush jungles of Neverland.", + "release_date": "2003-12-25" + } + ], + "adult": false + }, + { + "popularity": 16.465, + "id": 3967, + "profile_path": "/pTRtcZn9gWQZRiet36qWKh94urn.jpg", + "name": "Kate Beckinsale", + "known_for": [ + { + "vote_average": 6.7, + "vote_count": 3616, + "id": 277, + "video": false, + "media_type": "movie", + "title": "Underworld", + "popularity": 17.904, + "poster_path": "/rdkxl5iXdpVU188cL1LLG3sy6z4.jpg", + "original_language": "en", + "original_title": "Underworld", + "genre_ids": [ + 14, + 28, + 53 + ], + "backdrop_path": "/cPhRPAJWK8BuuJqqf6PztzvOlnZ.jpg", + "adult": false, + "overview": "Vampires and werewolves have waged a nocturnal war against each other for centuries. But all bets are off when a female vampire warrior named Selene, who's famous for her strength and werewolf-hunting prowess, becomes smitten with a peace-loving male werewolf, Michael, who wants to end the war.", + "release_date": "2003-09-19" + }, + { + "vote_average": 6.1, + "vote_count": 3603, + "id": 9339, + "video": false, + "media_type": "movie", + "title": "Click", + "popularity": 15.365, + "poster_path": "/ojmEqzJgTLo8S34uVQ6ZWmhgOoG.jpg", + "original_language": "en", + "original_title": "Click", + "genre_ids": [ + 35, + 18, + 14, + 10749 + ], + "backdrop_path": "/hnPGWzbv2EZCX9d803Emy3AajI5.jpg", + "adult": false, + "overview": "A workaholic architect finds a universal remote that allows him to fast-forward and rewind to different parts of his life. Complications arise when the remote starts to overrule his choices.", + "release_date": "2006-06-22" + }, + { + "vote_average": 5.9, + "vote_count": 3310, + "id": 64635, + "video": false, + "media_type": "movie", + "title": "Total Recall", + "popularity": 11.247, + "poster_path": "/tWBo7aZk3I1dLxmMj7ZJcN8uke5.jpg", + "original_language": "en", + "original_title": "Total Recall", + "genre_ids": [ + 28, + 878, + 12, + 53 + ], + "backdrop_path": "/orFQbyZ6g7kPFaJXmgty0M88wJ0.jpg", + "adult": false, + "overview": "Welcome to Rekall, the company that can turn your dreams into real memories. For a factory worker named Douglas Quaid, even though he's got a beautiful wife who he loves, the mind-trip sounds like the perfect vacation from his frustrating life - real memories of life as a super-spy might be just what he needs. But when the procedure goes horribly wrong, Quaid becomes a hunted man. Finding himself on the run from the police - controlled by Chancellor Cohaagen, the leader of the free world - Quaid teams up with a rebel fighter to find the head of the underground resistance and stop Cohaagen. The line between fantasy and reality gets blurred and the fate of his world hangs in the balance as Quaid discovers his true identity, his true love, and his true fate.", + "release_date": "2012-08-02" + } + ], + "adult": false + }, + { + "popularity": 16.279, + "id": 9824, + "profile_path": "/zbRqfYLEkhbqcmR9GYyg1nhYHVz.jpg", + "name": "Diane Kruger", + "known_for": [ + { + "vote_average": 8.1, + "vote_count": 10849, + "id": 16869, + "video": false, + "media_type": "movie", + "title": "Inglourious Basterds", + "popularity": 24.503, + "poster_path": "/ai0LXkzVM3hMjDhvFdKMUemoBe.jpg", + "original_language": "en", + "original_title": "Inglourious Basterds", + "genre_ids": [ + 18, + 28, + 53, + 10752 + ], + "backdrop_path": "/7nF6B9yCEq1ZCT82sGJVtNxOcl5.jpg", + "adult": false, + "overview": "In Nazi-occupied France during World War II, a group of Jewish-American soldiers known as \"The Basterds\" are chosen specifically to spread fear throughout the Third Reich by scalping and brutally killing Nazis. The Basterds, lead by Lt. Aldo Raine soon cross paths with a French-Jewish teenage girl who runs a movie theater in Paris which is targeted by the soldiers.", + "release_date": "2009-08-18" + }, + { + "vote_average": 7, + "vote_count": 4898, + "id": 652, + "video": false, + "media_type": "movie", + "title": "Troy", + "popularity": 17.252, + "poster_path": "/edMlij7nw2NMla32xskDnzMCFBM.jpg", + "original_language": "en", + "original_title": "Troy", + "genre_ids": [ + 12, + 18, + 10752 + ], + "backdrop_path": "/lIyNUZbIeEwWpaWXAO5gnciB8Dq.jpg", + "adult": false, + "overview": "In year 1250 B.C. during the late Bronze age, two emerging nations begin to clash. Paris, the Trojan prince, convinces Helen, Queen of Sparta, to leave her husband Menelaus, and sail with him back to Troy. After Menelaus finds out that his wife was taken by the Trojans, he asks his brother Agamemnom to help him get her back. Agamemnon sees this as an opportunity for power. So they set off with 1,000 ships holding 50,000 Greeks to Troy. With the help of Achilles, the Greeks are able to fight the never before defeated Trojans.", + "release_date": "2004-05-03" + }, + { + "vote_average": 6.5, + "vote_count": 3225, + "id": 2059, + "video": false, + "media_type": "movie", + "title": "National Treasure", + "popularity": 12.224, + "poster_path": "/luMoc56LLMWUt60vUNNpwxrbTNt.jpg", + "original_language": "en", + "original_title": "National Treasure", + "genre_ids": [ + 12, + 28, + 53, + 9648 + ], + "backdrop_path": "/2kOgnTByORg6gvEWWy8ynyJpCXa.jpg", + "adult": false, + "overview": "Modern treasure hunters, led by archaeologist Ben Gates, search for a chest of riches rumored to have been stashed away by George Washington, Thomas Jefferson and Benjamin Franklin during the Revolutionary War. The chest's whereabouts may lie in secret clues embedded in the Constitution and the Declaration of Independence, and Gates is in a race to find the gold before his enemies do.", + "release_date": "2004-11-19" + } + ], + "adult": false + }, + { + "popularity": 16.168, + "id": 1303037, + "profile_path": "/uCaPhyKAQIfEzAWWCYIrO2004CB.jpg", + "name": "Taron Egerton", + "known_for": [ + { + "vote_average": 7.6, + "vote_count": 9590, + "id": 207703, + "video": false, + "media_type": "movie", + "title": "Kingsman: The Secret Service", + "popularity": 23.102, + "poster_path": "/8x7ej0LnHdKUqilNNJXYOeyB6L9.jpg", + "original_language": "en", + "original_title": "Kingsman: The Secret Service", + "genre_ids": [ + 80, + 35, + 28, + 12 + ], + "backdrop_path": "/7McaexSsSTLD8V17UgaZAfI0Cu9.jpg", + "adult": false, + "overview": "The story of a super-secret spy organization that recruits an unrefined but promising street kid into the agency's ultra-competitive training program just as a global threat emerges from a twisted tech genius.", + "release_date": "2015-01-24" + }, + { + "vote_average": 7, + "vote_count": 4981, + "id": 343668, + "video": false, + "media_type": "movie", + "title": "Kingsman: The Golden Circle", + "popularity": 15.499, + "poster_path": "/34xBL6BXNYFqtHO9zhcgoakS4aP.jpg", + "original_language": "en", + "original_title": "Kingsman: The Golden Circle", + "genre_ids": [ + 28, + 12, + 35 + ], + "backdrop_path": "/uExPmkOHJySrbJyJDJylHDqaT58.jpg", + "adult": false, + "overview": "When an attack on the Kingsman headquarters takes place and a new villain rises, Eggsy and Merlin are forced to work together with the American agency known as the Statesman to save the world.", + "release_date": "2017-09-20" + }, + { + "vote_average": 6.9, + "vote_count": 3964, + "id": 335797, + "video": false, + "media_type": "movie", + "title": "Sing", + "popularity": 17.205, + "poster_path": "/eSVtBB2PVFbQiFWC7CQi3EjIZnn.jpg", + "original_language": "en", + "original_title": "Sing", + "genre_ids": [ + 16, + 35, + 18, + 10751, + 10402 + ], + "backdrop_path": "/fxDXp8un4qNY9b1dLd7SH6CKzC.jpg", + "adult": false, + "overview": "A koala named Buster recruits his best friend to help him drum up business for his theater by hosting a singing competition.", + "release_date": "2016-11-23" + } + ], + "adult": false + }, + { + "popularity": 16.165, + "id": 5081, + "profile_path": "/m6lrKvsHJHizkvuv7JqWj4zhOLg.jpg", + "name": "Emily Blunt", + "known_for": [ + { + "vote_average": 7.6, + "vote_count": 7425, + "id": 137113, + "video": false, + "media_type": "movie", + "title": "Edge of Tomorrow", + "popularity": 23.13, + "poster_path": "/tpoVEYvm6qcXueZrQYJNRLXL88s.jpg", + "original_language": "en", + "original_title": "Edge of Tomorrow", + "genre_ids": [ + 28, + 878 + ], + "backdrop_path": "/7mgKeg18Qml5nJQa56RBZO7dIu0.jpg", + "adult": false, + "overview": "Major Bill Cage is an officer who has never seen a day of combat when he is unceremoniously demoted and dropped into combat. Cage is killed within minutes, managing to take an alpha alien down with him. He awakens back at the beginning of the same day and is forced to fight and die again... and again - as physical contact with the alien has thrown him into a time loop.", + "release_date": "2014-05-27" + }, + { + "vote_average": 6.8, + "vote_count": 6351, + "id": 59967, + "video": false, + "media_type": "movie", + "title": "Looper", + "popularity": 14.622, + "poster_path": "/sNjL6SqErDBE8OUZlrDLkexfsCj.jpg", + "original_language": "en", + "original_title": "Looper", + "genre_ids": [ + 28, + 53, + 878 + ], + "backdrop_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "adult": false, + "overview": "In the futuristic action thriller Looper, time travel will be invented but it will be illegal and only available on the black market. When the mob wants to get rid of someone, they will send their target 30 years into the past where a looper, a hired gun, like Joe is waiting to mop up. Joe is getting rich and life is good until the day the mob decides to close the loop, sending back Joe's future self for assassination.", + "release_date": "2012-09-26" + }, + { + "vote_average": 7.2, + "vote_count": 5851, + "id": 350, + "video": false, + "media_type": "movie", + "title": "The Devil Wears Prada", + "popularity": 17.102, + "poster_path": "/8unCRm0LeiO0fM6skWAZy3ZfXR1.jpg", + "original_language": "en", + "original_title": "The Devil Wears Prada", + "genre_ids": [ + 35, + 18, + 10749 + ], + "backdrop_path": "/adGGzfXNmu0iLgiPAW9Ghd138f7.jpg", + "adult": false, + "overview": "The Devil Wears Prada is about a young journalist who moves to New York to work in the fashion industry. Her boss however is extremely demanding and cruel and won’t let her succeed if she doesn’t fit into the high class elegant look of their magazine when all she really wants to be a good journalist.", + "release_date": "2006-06-30" + } + ], + "adult": false + }, + { + "popularity": 16.163, + "id": 6193, + "profile_path": "/jqbqNrOIB3alGMX6Gh2MbOKMXZO.jpg", + "name": "Leonardo DiCaprio", + "known_for": [ + { + "vote_average": 8.3, + "vote_count": 20584, + "id": 27205, + "video": false, + "media_type": "movie", + "title": "Inception", + "popularity": 30.242, + "poster_path": "/qmDpIHrmpJINaRKAfWQfftjCdyi.jpg", + "original_language": "en", + "original_title": "Inception", + "genre_ids": [ + 28, + 53, + 878, + 9648, + 12 + ], + "backdrop_path": "/s2bT29y0ngXxxu2IA8AOzzXTRhd.jpg", + "adult": false, + "overview": "Cobb, a skilled thief who commits corporate espionage by infiltrating the subconscious of his targets is offered a chance to regain his old life as payment for a task considered to be impossible: \"inception\", the implantation of another person's idea into a target's subconscious.", + "release_date": "2010-07-15" + }, + { + "vote_average": 8, + "vote_count": 14549, + "id": 68718, + "video": false, + "media_type": "movie", + "title": "Django Unchained", + "popularity": 30.172, + "poster_path": "/5WJnxuw41sddupf8cwOxYftuvJG.jpg", + "original_language": "en", + "original_title": "Django Unchained", + "genre_ids": [ + 18, + 37 + ], + "backdrop_path": "/qUcmEqnzIwlwZxSyTf3WliSfAjJ.jpg", + "adult": false, + "overview": "With the help of a German bounty hunter, a freed slave sets out to rescue his wife from a brutal Mississippi plantation owner.", + "release_date": "2012-12-25" + }, + { + "vote_average": 7.8, + "vote_count": 12980, + "id": 597, + "video": false, + "media_type": "movie", + "title": "Titanic", + "popularity": 23.438, + "poster_path": "/kHXEpyfl6zqn8a6YuozZUujufXf.jpg", + "original_language": "en", + "original_title": "Titanic", + "genre_ids": [ + 18, + 10749, + 53 + ], + "backdrop_path": "/vFUI5obFtx4IdhP6k8Om5ezHTrk.jpg", + "adult": false, + "overview": "84 years later, a 101-year-old woman named Rose DeWitt Bukater tells the story to her granddaughter Lizzy Calvert, Brock Lovett, Lewis Bodine, Bobby Buell and Anatoly Mikailavich on the Keldysh about her life set in April 10th 1912, on a ship called Titanic when young Rose boards the departing ship with the upper-class passengers and her mother, Ruth DeWitt Bukater, and her fiancé, Caledon Hockley. Meanwhile, a drifter and artist named Jack Dawson and his best friend Fabrizio De Rossi win third-class tickets to the ship in a game. And she explains the whole story from departure until the death of Titanic on its first and last voyage April 15th, 1912 at 2:20 in the morning.", + "release_date": "1997-11-18" + } + ], + "adult": false + }, + { + "popularity": 15.803, + "id": 20189, + "profile_path": "/yTWkJVYq1wtn2NrnPIwXshTWqby.jpg", + "name": "Amy Smart", + "known_for": [ + { + "vote_average": 7.5, + "vote_count": 3511, + "id": 1954, + "video": false, + "media_type": "movie", + "title": "The Butterfly Effect", + "popularity": 12.345, + "poster_path": "/3PAQy3CyNNJPES772OFMx47lFEE.jpg", + "original_language": "en", + "original_title": "The Butterfly Effect", + "genre_ids": [ + 878, + 53 + ], + "backdrop_path": "/zXTUrm0BIrrZn3nEhybg0hlY275.jpg", + "adult": false, + "overview": "A young man struggles to access sublimated childhood memories. He finds a technique that allows him to travel back into the past, to occupy his childhood body and change history. However, he soon finds that every change he makes has unexpected consequences.", + "release_date": "2004-01-22" + }, + { + "vote_average": 6.8, + "vote_count": 2284, + "id": 563, + "video": false, + "media_type": "movie", + "title": "Starship Troopers", + "popularity": 12.684, + "poster_path": "/zeCD9WkhABFJmPq3SlTozXJGEtr.jpg", + "original_language": "en", + "original_title": "Starship Troopers", + "genre_ids": [ + 12, + 28, + 53, + 878 + ], + "backdrop_path": "/cYWI1lnHEvoVKDdlrRt2b5et3Bj.jpg", + "adult": false, + "overview": "Set in the future, the story follows a young soldier named Johnny Rico and his exploits in the Mobile Infantry. Rico's military career progresses from recruit to non-commissioned officer and finally to officer against the backdrop of an interstellar war between mankind and an arachnoid species known as \"the Bugs\".", + "release_date": "1997-11-07" + }, + { + "vote_average": 6.6, + "vote_count": 1757, + "id": 1948, + "video": false, + "media_type": "movie", + "title": "Crank", + "popularity": 14.347, + "poster_path": "/6RnD3Zfh0tO0cD2vroWyH0F98Ej.jpg", + "original_language": "en", + "original_title": "Crank", + "genre_ids": [ + 28, + 53, + 80 + ], + "backdrop_path": "/kSTvteM3ekuoeO7u7GJtZQkZuom.jpg", + "adult": false, + "overview": "Professional assassin Chev Chelios learns his rival has injected him with a poison that will kill him if his heart rate drops.", + "release_date": "2006-08-31" + } + ], + "adult": false + }, + { + "popularity": 15.761, + "id": 287, + "profile_path": "/kU3B75TyRiCgE270EyZnHjfivoq.jpg", + "name": "Brad Pitt", + "known_for": [ + { + "vote_average": 8.4, + "vote_count": 15031, + "id": 550, + "video": false, + "media_type": "movie", + "title": "Fight Club", + "popularity": 28.313, + "poster_path": "/adw6Lq9FiC9zjYEpOqfq03ituwp.jpg", + "original_language": "en", + "original_title": "Fight Club", + "genre_ids": [ + 18 + ], + "backdrop_path": "/87hTDiay2N2qWyX4Ds7ybXi9h8I.jpg", + "adult": false, + "overview": "A ticking-time-bomb insomniac and a slippery soap salesman channel primal male aggression into a shocking new form of therapy. Their concept catches on, with underground \"fight clubs\" forming in every town, until an eccentric gets in the way and ignites an out-of-control spiral toward oblivion.", + "release_date": "1999-10-15" + }, + { + "vote_average": 8.1, + "vote_count": 10849, + "id": 16869, + "video": false, + "media_type": "movie", + "title": "Inglourious Basterds", + "popularity": 24.503, + "poster_path": "/ai0LXkzVM3hMjDhvFdKMUemoBe.jpg", + "original_language": "en", + "original_title": "Inglourious Basterds", + "genre_ids": [ + 18, + 28, + 53, + 10752 + ], + "backdrop_path": "/7nF6B9yCEq1ZCT82sGJVtNxOcl5.jpg", + "adult": false, + "overview": "In Nazi-occupied France during World War II, a group of Jewish-American soldiers known as \"The Basterds\" are chosen specifically to spread fear throughout the Third Reich by scalping and brutally killing Nazis. The Basterds, lead by Lt. Aldo Raine soon cross paths with a French-Jewish teenage girl who runs a movie theater in Paris which is targeted by the soldiers.", + "release_date": "2009-08-18" + }, + { + "vote_average": 8.3, + "vote_count": 9620, + "id": 807, + "video": false, + "media_type": "movie", + "title": "Se7en", + "popularity": 28.502, + "poster_path": "/8zw8IL4zEPjkh8Aysdcd0FwGMb0.jpg", + "original_language": "en", + "original_title": "Se7en", + "genre_ids": [ + 80, + 9648, + 53 + ], + "backdrop_path": "/A0WKbRIojF9DUWG4XLCmg5JK6I5.jpg", + "adult": false, + "overview": "Two homicide detectives are on a desperate hunt for a serial killer whose crimes are based on the \"seven deadly sins\" in this dark and haunting film that takes viewers from the tortured remains of one victim to the next. The seasoned Det. Sommerset researches each sin in an effort to get inside the killer's mind, while his novice partner, Mills, scoffs at his efforts to unravel the case.", + "release_date": "1995-09-22" + } + ], + "adult": false + }, + { + "popularity": 15.546, + "id": 3896, + "profile_path": "/9mdAohLsDu36WaXV2N3SQ388bvz.jpg", + "name": "Liam Neeson", + "known_for": [ + { + "vote_average": 7.7, + "vote_count": 13007, + "id": 49026, + "video": false, + "media_type": "movie", + "title": "The Dark Knight Rises", + "popularity": 30.972, + "poster_path": "/dEYnvnUfXrqvqeRSqvIEtmzhoA8.jpg", + "original_language": "en", + "original_title": "The Dark Knight Rises", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "backdrop_path": "/f6ljQGv7WnJuwBPty017oPWfqjx.jpg", + "adult": false, + "overview": "Following the death of District Attorney Harvey Dent, Batman assumes responsibility for Dent's crimes to protect the late attorney's reputation and is subsequently hunted by the Gotham City Police Department. Eight years later, Batman encounters the mysterious Selina Kyle and the villainous Bane, a new terrorist leader who overwhelms Gotham's finest. The Dark Knight resurfaces to protect a city that has branded him an enemy.", + "release_date": "2012-07-16" + }, + { + "vote_average": 7.6, + "vote_count": 11276, + "id": 272, + "video": false, + "media_type": "movie", + "title": "Batman Begins", + "popularity": 34.342, + "poster_path": "/dr6x4GyyegBWtinPBzipY02J2lV.jpg", + "original_language": "en", + "original_title": "Batman Begins", + "genre_ids": [ + 28, + 80, + 18 + ], + "backdrop_path": "/65JWXDCAfwHhJKnDwRnEgVB411X.jpg", + "adult": false, + "overview": "Driven by tragedy, billionaire Bruce Wayne dedicates his life to uncovering and defeating the corruption that plagues his home, Gotham City. Unable to work within the system, he instead creates a new identity, a symbol of fear for the criminal underworld - The Batman.", + "release_date": "2005-06-10" + }, + { + "vote_average": 6.4, + "vote_count": 7338, + "id": 1893, + "video": false, + "media_type": "movie", + "title": "Star Wars: Episode I - The Phantom Menace", + "popularity": 17.375, + "poster_path": "/n8V09dDc02KsSN6Q4hC2BX6hN8X.jpg", + "original_language": "en", + "original_title": "Star Wars: Episode I - The Phantom Menace", + "genre_ids": [ + 12, + 28, + 878 + ], + "backdrop_path": "/v6lRzOActebITc9rizhNAdwQR1O.jpg", + "adult": false, + "overview": "Anakin Skywalker, a young slave strong with the Force, is discovered on Tatooine. Meanwhile, the evil Sith have returned, enacting their plot for revenge against the Jedi.", + "release_date": "1999-05-19" + } + ], + "adult": false + }, + { + "popularity": 15.504, + "id": 74568, + "profile_path": "/lrhth7yK9p3vy6p7AabDUM1THKl.jpg", + "name": "Chris Hemsworth", + "known_for": [ + { + "vote_average": 7.6, + "vote_count": 17755, + "id": 24428, + "video": false, + "media_type": "movie", + "title": "The Avengers", + "popularity": 50.466, + "poster_path": "/cezWGskPY5x7GaglTTRN4Fugfb8.jpg", + "original_language": "en", + "original_title": "The Avengers", + "genre_ids": [ + 878, + 28, + 12 + ], + "backdrop_path": "/hbn46fQaRmlpBuUrEiFqv0GDL6Y.jpg", + "adult": false, + "overview": "When an unexpected enemy emerges and threatens global safety and security, Nick Fury, director of the international peacekeeping agency known as S.H.I.E.L.D., finds himself in need of a team to pull the world back from the brink of disaster. Spanning the globe, a daring recruitment effort begins!", + "release_date": "2012-04-25" + }, + { + "vote_average": 7.3, + "vote_count": 11879, + "id": 99861, + "video": false, + "media_type": "movie", + "title": "Avengers: Age of Ultron", + "popularity": 33.008, + "poster_path": "/t90Y3G8UGQp0f0DrP60wRu9gfrH.jpg", + "original_language": "en", + "original_title": "Avengers: Age of Ultron", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/rFtsE7Lhlc2jRWF7SRAU0fvrveQ.jpg", + "adult": false, + "overview": "When Tony Stark tries to jumpstart a dormant peacekeeping program, things go awry and Earth’s Mightiest Heroes are put to the ultimate test as the fate of the planet hangs in the balance. As the villainous Ultron emerges, it is up to The Avengers to stop him from enacting his terrible plans, and soon uneasy alliances and unexpected action pave the way for an epic and unique global adventure.", + "release_date": "2015-04-22" + }, + { + "vote_average": 6.7, + "vote_count": 11341, + "id": 10195, + "video": false, + "media_type": "movie", + "title": "Thor", + "popularity": 31.306, + "poster_path": "/cSBvRyle5z5lbWbbiQQwla0j5Fs.jpg", + "original_language": "en", + "original_title": "Thor", + "genre_ids": [ + 12, + 14, + 28 + ], + "backdrop_path": "/LvmmDZxkTDqp0DX7mUo621ahdX.jpg", + "adult": false, + "overview": "Against his father Odin's will, The Mighty Thor - a powerful but arrogant warrior god - recklessly reignites an ancient war. Thor is cast down to Earth and forced to live among humans as punishment. Once here, Thor learns what it takes to be a true hero when the most dangerous villain of his world sends the darkest forces of Asgard to invade Earth.", + "release_date": "2011-04-21" + } + ], + "adult": false + }, + { + "popularity": 15.493, + "id": 57755, + "profile_path": "/1ecdooAHICUhCZKKEKlFtccEmTU.jpg", + "name": "Woody Harrelson", + "known_for": [ + { + "vote_average": 7.1, + "vote_count": 13670, + "id": 70160, + "video": false, + "media_type": "movie", + "title": "The Hunger Games", + "popularity": 14.087, + "poster_path": "/iLJdwmzrHFjFwI5lvYAT1gcpRuA.jpg", + "original_language": "en", + "original_title": "The Hunger Games", + "genre_ids": [ + 878, + 12, + 14 + ], + "backdrop_path": "/1LTLrl06uII4w2BTpnQnmWwrKi.jpg", + "adult": false, + "overview": "Every year in the ruins of what was once North America, the nation of Panem forces each of its twelve districts to send a teenage boy and girl to compete in the Hunger Games. Part twisted entertainment, part government intimidation tactic, the Hunger Games are a nationally televised event in which “Tributes” must fight with one another until one survivor remains. Pitted against highly-trained Tributes who have prepared for these Games their entire lives, Katniss is forced to rely upon her sharp instincts as well as the mentorship of drunken former victor Haymitch Abernathy. If she’s ever to return home to District 12, Katniss must make impossible choices in the arena that weigh survival against humanity and life against love. The world will be watching.", + "release_date": "2012-03-12" + }, + { + "vote_average": 7.4, + "vote_count": 10344, + "id": 101299, + "video": false, + "media_type": "movie", + "title": "The Hunger Games: Catching Fire", + "popularity": 21.688, + "poster_path": "/Hn0KgefVEp0GkdTexS6gfKTMfi.jpg", + "original_language": "en", + "original_title": "The Hunger Games: Catching Fire", + "genre_ids": [ + 12, + 28, + 878 + ], + "backdrop_path": "/wRCPG1lsgfTFkWJ7G3eWgxCgv0C.jpg", + "adult": false, + "overview": "Katniss Everdeen has returned home safe after winning the 74th Annual Hunger Games along with fellow tribute Peeta Mellark. Winning means that they must turn around and leave their family and close friends, embarking on a \"Victor's Tour\" of the districts. Along the way Katniss senses that a rebellion is simmering, but the Capitol is still very much in control as President Snow prepares the 75th Annual Hunger Games (The Quarter Quell) - a competition that could change Panem forever.", + "release_date": "2013-11-15" + }, + { + "vote_average": 6.7, + "vote_count": 9344, + "id": 131631, + "video": false, + "media_type": "movie", + "title": "The Hunger Games: Mockingjay - Part 1", + "popularity": 35.345, + "poster_path": "/gj282Pniaa78ZJfbaixyLXnXEDI.jpg", + "original_language": "en", + "original_title": "The Hunger Games: Mockingjay - Part 1", + "genre_ids": [ + 878, + 12, + 53 + ], + "backdrop_path": "/4PwyB0ErucIANzW24Kori71J6gU.jpg", + "adult": false, + "overview": "Katniss Everdeen reluctantly becomes the symbol of a mass rebellion against the autocratic Capitol.", + "release_date": "2014-11-18" + } + ], + "adult": false + }, + { + "popularity": 15.412, + "id": 85, + "profile_path": "/tQfBM7GqgLSWYao1Ljq8xczgP6j.jpg", + "name": "Johnny Depp", + "known_for": [ + { + "vote_average": 7.7, + "vote_count": 11386, + "id": 22, + "video": false, + "media_type": "movie", + "title": "Pirates of the Caribbean: The Curse of the Black Pearl", + "popularity": 34.755, + "poster_path": "/tkt9xR1kNX5R9rCebASKck44si2.jpg", + "original_language": "en", + "original_title": "Pirates of the Caribbean: The Curse of the Black Pearl", + "genre_ids": [ + 12, + 14, + 28 + ], + "backdrop_path": "/8AUQ7YlJJA9C8kWk8P4YNHIcFDE.jpg", + "adult": false, + "overview": "Jack Sparrow, a freewheeling 19th-century pirate, quarrels with a rival pirate bent on pillaging Port Royal. When the governor's daughter is kidnapped, Sparrow decides to help the girl's love save her.", + "release_date": "2003-07-09" + }, + { + "vote_average": 7.4, + "vote_count": 11039, + "id": 259316, + "video": false, + "media_type": "movie", + "title": "Fantastic Beasts and Where to Find Them", + "popularity": 31.525, + "poster_path": "/1M91Bt3oGspda75H9eLqYZkJzgO.jpg", + "original_language": "en", + "original_title": "Fantastic Beasts and Where to Find Them", + "genre_ids": [ + 12, + 10751, + 14 + ], + "backdrop_path": "/7GrpqAs0oDcFcwFwyygnUI7BrZA.jpg", + "adult": false, + "overview": "In 1926, Newt Scamander arrives at the Magical Congress of the United States of America with a magically expanded briefcase, which houses a number of dangerous creatures and their habitats. When the creatures escape from the briefcase, it sends the American wizarding authorities after Newt, and threatens to strain even further the state of magical and non-magical relations.", + "release_date": "2016-11-16" + }, + { + "vote_average": 7.2, + "vote_count": 8656, + "id": 58, + "video": false, + "media_type": "movie", + "title": "Pirates of the Caribbean: Dead Man's Chest", + "popularity": 26.596, + "poster_path": "/waFr5RVKaQ9dzOt3nQuIVB1FiPu.jpg", + "original_language": "en", + "original_title": "Pirates of the Caribbean: Dead Man's Chest", + "genre_ids": [ + 12, + 14, + 28 + ], + "backdrop_path": "/yD3gXOtGmXnbJBPLgqluZU2QF5c.jpg", + "adult": false, + "overview": "Captain Jack Sparrow works his way out of a blood debt with the ghostly Davey Jones, he also attempts to avoid eternal damnation.", + "release_date": "2006-06-20" + } + ], + "adult": false + }, + { + "popularity": 15.261, + "id": 18897, + "profile_path": "/pmKJ4sGvPQ3imzXaFnjW4Vk5Gyc.jpg", + "name": "Jackie Chan", + "known_for": [ + { + "vote_average": 7, + "vote_count": 5551, + "id": 9502, + "video": false, + "media_type": "movie", + "title": "Kung Fu Panda", + "popularity": 15.997, + "poster_path": "/2Paj1nufT0jeSY0G4u3RC31HIGT.jpg", + "original_language": "en", + "original_title": "Kung Fu Panda", + "genre_ids": [ + 12, + 16, + 10751, + 35 + ], + "backdrop_path": "/pmLEmMLYCreFAxfdCt5uO1wDgSi.jpg", + "adult": false, + "overview": "When the Valley of Peace is threatened, lazy Po the panda discovers his destiny as the \"chosen one\" and trains to become a kung fu hero, but transforming the unsleek slacker into a brave warrior won't be easy. It's up to Master Shifu and the Furious Five -- Tigress, Crane, Mantis, Viper and Monkey -- to give it a try.", + "release_date": "2008-06-04" + }, + { + "vote_average": 7.8, + "vote_count": 4167, + "id": 10674, + "video": false, + "media_type": "movie", + "title": "Mulan", + "popularity": 17.033, + "poster_path": "/5vG3XyQNxOkl2Qd7D8MzMoY6sm2.jpg", + "original_language": "en", + "original_title": "Mulan", + "genre_ids": [ + 16, + 10751, + 12 + ], + "backdrop_path": "/mUYV0ZdsDEliGaQahcQH1F3grsP.jpg", + "adult": false, + "overview": "A tomboyish girl disguises herself as a young man so she can fight with the Imperial Chinese Army against the invading Huns. With help from wise-cracking dragon Mushu, Mulan just might save her country -- and win the heart of handsome Captain Li Shang.", + "release_date": "1998-06-18" + }, + { + "vote_average": 6.7, + "vote_count": 3285, + "id": 49444, + "video": false, + "media_type": "movie", + "title": "Kung Fu Panda 2", + "popularity": 13.061, + "poster_path": "/Fzyy2dauoKxjUzUPYYo3kJkJAW.jpg", + "original_language": "en", + "original_title": "Kung Fu Panda 2", + "genre_ids": [ + 16, + 10751 + ], + "backdrop_path": "/eyiE1vuizMKVu8MoZkg2xsramFl.jpg", + "adult": false, + "overview": "Po is now living his dream as The Dragon Warrior, protecting the Valley of Peace alongside his friends and fellow kung fu masters, The Furious Five - Tigress, Crane, Mantis, Viper and Monkey. But Po’s new life of awesomeness is threatened by the emergence of a formidable villain, who plans to use a secret, unstoppable weapon to conquer China and destroy kung fu. It is up to Po and The Furious Five to journey across China to face this threat and vanquish it. But how can Po stop a weapon that can stop kung fu? He must look to his past and uncover the secrets of his mysterious origins; only then will he be able to unlock the strength he needs to succeed.", + "release_date": "2011-05-25" + } + ], + "adult": false + }, + { + "popularity": 15.257, + "id": 5530, + "profile_path": "/oPIfGm3mf4lbmO5pWwMvfTt5BM1.jpg", + "name": "James McAvoy", + "known_for": [ + { + "vote_average": 7.5, + "vote_count": 9349, + "id": 127585, + "video": false, + "media_type": "movie", + "title": "X-Men: Days of Future Past", + "popularity": 29.444, + "poster_path": "/pb1IURTkK5rImP9ZV83lxJO2us7.jpg", + "original_language": "en", + "original_title": "X-Men: Days of Future Past", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/5LBcSLHAtEIIgvNkA2dPmYH5wR7.jpg", + "adult": false, + "overview": "The ultimate X-Men ensemble fights a war for the survival of the species across two time periods as they join forces with their younger selves in an epic battle that must change the past – to save our future.", + "release_date": "2014-05-15" + }, + { + "vote_average": 7.2, + "vote_count": 9056, + "id": 381288, + "video": false, + "media_type": "movie", + "title": "Split", + "popularity": 58.77, + "poster_path": "/rXMWOZiCt6eMX22jWuTOSdQ98bY.jpg", + "original_language": "en", + "original_title": "Split", + "genre_ids": [ + 27, + 53 + ], + "backdrop_path": "/4G6FNNLSIVrwSRZyFs91hQ3lZtD.jpg", + "adult": false, + "overview": "Though Kevin has evidenced 23 personalities to his trusted psychiatrist, Dr. Fletcher, there remains one still submerged who is set to materialize and dominate all the others. Compelled to abduct three teenage girls led by the willful, observant Casey, Kevin reaches a war for survival among all of those contained within him — as well as everyone around him — as the walls between his compartments shatter apart.", + "release_date": "2017-01-19" + }, + { + "vote_average": 7.2, + "vote_count": 7649, + "id": 49538, + "video": false, + "media_type": "movie", + "title": "X-Men: First Class", + "popularity": 0.927, + "poster_path": "/7SSm7BfzFoVzmd6fCDccj7qRxc8.jpg", + "original_language": "en", + "original_title": "X-Men: First Class", + "genre_ids": [ + 28, + 878, + 12 + ], + "backdrop_path": "/39nstYsfjR6ggyKTtB4Joga2fs8.jpg", + "adult": false, + "overview": "Before Charles Xavier and Erik Lensherr took the names Professor X and Magneto, they were two young men discovering their powers for the first time. Before they were arch-enemies, they were closest of friends, working together with other mutants (some familiar, some new), to stop the greatest threat the world has ever known.", + "release_date": "2011-06-01" + } + ], + "adult": false + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientReviewTests.json b/TMDbLibTests/Data/data-ClientReviewTests.json new file mode 100644 index 0000000..7d47fe9 --- /dev/null +++ b/TMDbLibTests/Data/data-ClientReviewTests.json @@ -0,0 +1,34 @@ +[ + { + "RecordedAt": "2019-01-26T17:50:37.9097919Z", + "ReducedUri": "/3/review/5010553819c2952d1b000451", + "RespData": { + "id": "5010553819c2952d1b000451", + "author": "Travis Bell", + "content": "I felt like this was a tremendous end to Nolan's Batman trilogy. The Dark Knight Rises may very well have been the weakest of all 3 films but when you're talking about a scale of this magnitude, it still makes this one of the best movies I've seen in the past few years.\r\n\r\nI expected a little more _Batman_ than we got (especially with a runtime of 2:45) but while the story around the fall of Bruce Wayne and Gotham City was good I didn't find it amazing. This might be in fact, one of my only criticisms—it was a long movie but still, maybe too short for the story I felt was really being told. I feel confident in saying this big of a story could have been split into two movies.\r\n\r\nThe acting, editing, pacing, soundtrack and overall theme were the same 'as-close-to-perfect' as ever with any of Christopher Nolan's other films. Man does this guy know how to make a movie!\r\n\r\nYou don't have to be a Batman fan to enjoy these movies and I hope any of you who feel this way re-consider. These 3 movies are without a doubt in my mind, the finest display of comic mythology ever told on the big screen. They are damn near perfect.", + "iso_639_1": "en", + "media_id": 49026, + "media_title": "The Dark Knight Rises", + "media_type": "Movie", + "url": "https://www.themoviedb.org/review/5010553819c2952d1b000451" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:37.7554094Z", + "ReducedUri": "/3/review/999999999", + "RespData": { + "status_code": 34, + "status_message": "The resource you requested could not be found." + }, + "RespStatusCode": 404, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientSearchTests.json b/TMDbLibTests/Data/data-ClientSearchTests.json new file mode 100644 index 0000000..e3d1ec1 --- /dev/null +++ b/TMDbLibTests/Data/data-ClientSearchTests.json @@ -0,0 +1,5832 @@ +[ + { + "RecordedAt": "2019-01-26T17:50:38.6848201Z", + "ReducedUri": "/3/search/collection?query=007&page=1", + "RespData": { + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg", + "id": 645, + "name": "James Bond Collection", + "original_language": "en", + "original_name": "James Bond Collection", + "overview": "The James Bond film series is a British series of spy films based on the fictional character of MI6 agent James Bond, codename \"007\". With all of the action, adventure, gadgetry & film scores that Bond is famous for. (We do not consider the 1954 release of Casino Royale for this series because it was actually a television episode and not a theatrical film.)", + "poster_path": "/HORpg5CSkmeQlAolx3bKMrKgfi.jpg" + }, + { + "adult": false, + "backdrop_path": "/fw6YfVOmK0tVtaSUGb3GvLzEmvK.jpg", + "id": 141084, + "name": "Happily N'Ever After Collection", + "original_language": "en", + "original_name": "Happily N'Ever After Collection", + "overview": "", + "poster_path": "/2BrrlkzelaRFNUy23zqv1IKuZdh.jpg" + } + ], + "total_pages": 1, + "total_results": 2 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:38.8301331Z", + "ReducedUri": "/3/search/collection?query=007&page=2", + "RespData": { + "page": 2, + "results": [], + "total_pages": 1, + "total_results": 2 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:38.9543951Z", + "ReducedUri": "/3/search/collection?query=James+Bond", + "RespData": { + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg", + "id": 645, + "name": "James Bond Collection", + "original_language": "en", + "original_name": "James Bond Collection", + "overview": "The James Bond film series is a British series of spy films based on the fictional character of MI6 agent James Bond, codename \"007\". With all of the action, adventure, gadgetry & film scores that Bond is famous for. (We do not consider the 1954 release of Casino Royale for this series because it was actually a television episode and not a theatrical film.)", + "poster_path": "/HORpg5CSkmeQlAolx3bKMrKgfi.jpg" + } + ], + "total_pages": 1, + "total_results": 1 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:40.1581241Z", + "ReducedUri": "/3/search/company?query=20th", + "RespData": { + "page": 1, + "results": [ + { + "id": 8295, + "logo_path": null, + "name": "20th" + }, + { + "id": 21659, + "logo_path": null, + "name": "20th Television" + }, + { + "id": 18065, + "logo_path": null, + "name": "20th Century Fox Russia" + }, + { + "id": 4985, + "logo_path": null, + "name": "20th Century Pictures" + }, + { + "id": 89438, + "logo_path": null, + "name": "20th Century Fox Brazil" + }, + { + "id": 49469, + "logo_path": null, + "name": "20th Century Foss" + }, + { + "id": 1556, + "logo_path": "/31h94rG9hzjprXoYNy3L1ErUya2.png", + "name": "20th Century Fox Television" + }, + { + "id": 25, + "logo_path": "/nM2MfoMqzJQRiSynsDabOtFKetD.png", + "name": "20th Century Fox" + }, + { + "id": 112029, + "logo_path": null, + "name": "20th Century Fox" + }, + { + "id": 112151, + "logo_path": null, + "name": "20th Century Fox" + }, + { + "id": 112148, + "logo_path": null, + "name": "20th Century Fox Korea" + }, + { + "id": 89634, + "logo_path": null, + "name": "20th Century Fox de Argentina" + }, + { + "id": 3635, + "logo_path": "/e4dCQJpJjwL46i1WuGpTIO3srL6.png", + "name": "20th Century Fox Home Entertainment" + }, + { + "id": 107778, + "logo_path": null, + "name": "20th Century-Fox Film Corporation" + }, + { + "id": 89723, + "logo_path": null, + "name": "20th Century Fox Home Entertainment Japan" + } + ], + "total_pages": 1, + "total_results": 15 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:39.9106639Z", + "ReducedUri": "/3/search/company?query=20th&page=1", + "RespData": { + "page": 1, + "results": [ + { + "id": 8295, + "logo_path": null, + "name": "20th" + }, + { + "id": 21659, + "logo_path": null, + "name": "20th Television" + }, + { + "id": 18065, + "logo_path": null, + "name": "20th Century Fox Russia" + }, + { + "id": 4985, + "logo_path": null, + "name": "20th Century Pictures" + }, + { + "id": 89438, + "logo_path": null, + "name": "20th Century Fox Brazil" + }, + { + "id": 49469, + "logo_path": null, + "name": "20th Century Foss" + }, + { + "id": 1556, + "logo_path": "/31h94rG9hzjprXoYNy3L1ErUya2.png", + "name": "20th Century Fox Television" + }, + { + "id": 25, + "logo_path": "/nM2MfoMqzJQRiSynsDabOtFKetD.png", + "name": "20th Century Fox" + }, + { + "id": 112029, + "logo_path": null, + "name": "20th Century Fox" + }, + { + "id": 112151, + "logo_path": null, + "name": "20th Century Fox" + }, + { + "id": 112148, + "logo_path": null, + "name": "20th Century Fox Korea" + }, + { + "id": 89634, + "logo_path": null, + "name": "20th Century Fox de Argentina" + }, + { + "id": 3635, + "logo_path": "/e4dCQJpJjwL46i1WuGpTIO3srL6.png", + "name": "20th Century Fox Home Entertainment" + }, + { + "id": 107778, + "logo_path": null, + "name": "20th Century-Fox Film Corporation" + }, + { + "id": 89723, + "logo_path": null, + "name": "20th Century Fox Home Entertainment Japan" + } + ], + "total_pages": 1, + "total_results": 15 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:40.0348382Z", + "ReducedUri": "/3/search/company?query=20th&page=2", + "RespData": { + "page": 2, + "results": [], + "total_pages": 1, + "total_results": 15 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:39.3348118Z", + "ReducedUri": "/3/search/keyword?query=plot", + "RespData": { + "page": 1, + "results": [ + { + "id": 11121, + "name": "plot" + }, + { + "id": 15038, + "name": "secret plot" + }, + { + "id": 161520, + "name": "terrorist plot" + }, + { + "id": 161538, + "name": "counter plot" + }, + { + "id": 206944, + "name": "devious plot" + }, + { + "id": 208508, + "name": "murder plot" + }, + { + "id": 179577, + "name": "assassination plot" + }, + { + "id": 169378, + "name": "evil plot" + }, + { + "id": 185055, + "name": "gunpowder plot" + }, + { + "id": 224813, + "name": "communist plot" + }, + { + "id": 197088, + "name": "revenge plot" + }, + { + "id": 155425, + "name": "porn with plot" + }, + { + "id": 208388, + "name": "plot to kill" + }, + { + "id": 235053, + "name": "plotin" + }, + { + "id": 235054, + "name": "plotinus" + }, + { + "id": 7209, + "name": "plötzlicher reichtum" + } + ], + "total_pages": 1, + "total_results": 16 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:39.0784361Z", + "ReducedUri": "/3/search/keyword?query=plot&page=1", + "RespData": { + "page": 1, + "results": [ + { + "id": 11121, + "name": "plot" + }, + { + "id": 15038, + "name": "secret plot" + }, + { + "id": 161520, + "name": "terrorist plot" + }, + { + "id": 161538, + "name": "counter plot" + }, + { + "id": 206944, + "name": "devious plot" + }, + { + "id": 208508, + "name": "murder plot" + }, + { + "id": 179577, + "name": "assassination plot" + }, + { + "id": 169378, + "name": "evil plot" + }, + { + "id": 185055, + "name": "gunpowder plot" + }, + { + "id": 224813, + "name": "communist plot" + }, + { + "id": 197088, + "name": "revenge plot" + }, + { + "id": 155425, + "name": "porn with plot" + }, + { + "id": 208388, + "name": "plot to kill" + }, + { + "id": 235053, + "name": "plotin" + }, + { + "id": 235054, + "name": "plotinus" + }, + { + "id": 7209, + "name": "plötzlicher reichtum" + } + ], + "total_pages": 1, + "total_results": 16 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:39.2044125Z", + "ReducedUri": "/3/search/keyword?query=plot&page=2", + "RespData": { + "page": 2, + "results": [], + "total_pages": 1, + "total_results": 16 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:34.2455956Z", + "ReducedUri": "/3/search/list?query=to+watch&page=1&include_adult=false", + "RespData": { + "status_code": 11, + "status_message": "Internal error: Something went wrong, contact TMDb." + }, + "RespStatusCode": 500, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:31.6987261Z", + "ReducedUri": "/3/search/movie?query=007&page=1&include_adult=false", + "RespData": { + "page": 1, + "total_results": 51, + "total_pages": 3, + "results": [ + { + "vote_count": 9926, + "id": 37724, + "video": false, + "vote_average": 7.1, + "title": "Skyfall", + "popularity": 21.988, + "poster_path": "/lQCkPLDxFONmgzrWLvq085v1g2d.jpg", + "original_language": "en", + "original_title": "Skyfall", + "genre_ids": [ + 28, + 12, + 53 + ], + "backdrop_path": "/6bjRujKSnCVSrzC1qjmqfAyaiET.jpg", + "adult": false, + "overview": "When Bond's latest assignment goes gravely wrong and agents around the world are exposed, MI6 is attacked forcing M to relocate the agency. These events cause her authority and position to be challenged by Gareth Mallory, the new Chairman of the Intelligence and Security Committee. With MI6 now compromised from both inside and out, M is left with one ally she can trust: Bond. 007 takes to the shadows - aided only by field agent, Eve - following a trail to the mysterious Silva, whose lethal and hidden motives have yet to reveal themselves.", + "release_date": "2012-10-25" + }, + { + "vote_count": 6345, + "id": 206647, + "video": false, + "vote_average": 6.4, + "title": "Spectre", + "popularity": 20.058, + "poster_path": "/hE24GYddaxB9MVZl1CaiI86M3kp.jpg", + "original_language": "en", + "original_title": "Spectre", + "genre_ids": [ + 28, + 12, + 80 + ], + "backdrop_path": "/wVTYlkKPKrljJfugXN7UlLNjtuJ.jpg", + "adult": false, + "overview": "A cryptic message from Bond’s past sends him on a trail to uncover a sinister organization. While M battles political forces to keep the secret service alive, Bond peels back the layers of deceit to reveal the terrible truth behind SPECTRE.", + "release_date": "2015-10-26" + }, + { + "vote_count": 1557, + "id": 658, + "video": false, + "vote_average": 7.4, + "title": "Goldfinger", + "popularity": 16.706, + "poster_path": "/vBNbFU3OS6okJIQBOos1aZXpy2Z.jpg", + "original_language": "en", + "original_title": "Goldfinger", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/iyD72nJFBGbEIrpQjzdhE3wFxPL.jpg", + "adult": false, + "overview": "Special agent 007 comes face to face with one of the most notorious villains of all time, and now he must outwit and outgun the powerful tycoon to prevent him from cashing in on a devious scheme to raid Fort Knox -- and obliterate the world's economy.", + "release_date": "1964-09-17" + }, + { + "vote_count": 1817, + "id": 710, + "video": false, + "vote_average": 6.8, + "title": "GoldenEye", + "popularity": 21.034, + "poster_path": "/5c0ovjT41KnYIHYuF4AWsTe3sKh.jpg", + "original_language": "en", + "original_title": "GoldenEye", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/dA9I0Vd9OZzRQ2GyGcsFXdKGMz3.jpg", + "adult": false, + "overview": "James Bond must unmask the mysterious head of the Janus Syndicate and prevent the leader from utilizing the GoldenEye weapons system to inflict devastating revenge on Britain.", + "release_date": "1995-11-16" + }, + { + "vote_count": 5590, + "id": 36557, + "video": false, + "vote_average": 7.4, + "title": "Casino Royale", + "popularity": 22.697, + "poster_path": "/zlWBxz2pTA9p45kUTrI8AQiKrHm.jpg", + "original_language": "en", + "original_title": "Casino Royale", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/xq6hXdBpDPIXWjtmvbFmtLvBFJt.jpg", + "adult": false, + "overview": "Le Chiffre, a banker to the world's terrorists, is scheduled to participate in a high-stakes poker game in Montenegro, where he intends to use his winnings to establish his financial grip on the terrorist market. M sends Bond – on his maiden mission as a 00 Agent – to attend this game and prevent Le Chiffre from winning. With the help of Vesper Lynd and Felix Leiter, Bond enters the most important poker game in his already dangerous career.", + "release_date": "2006-11-14" + }, + { + "vote_count": 1478, + "id": 646, + "video": false, + "vote_average": 7, + "title": "Dr. No", + "popularity": 26.429, + "poster_path": "/gRdfLVVf6FheOw6mw6wOsKhZG1l.jpg", + "original_language": "en", + "original_title": "Dr. No", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/9QcYwm5af4JaUSOyuysVEYOyEXn.jpg", + "adult": false, + "overview": "In the film that launched the James Bond saga, Agent 007 battles mysterious Dr. No, a scientific genius bent on destroying the U.S. space program. As the countdown to disaster begins, Bond must go to Jamaica, where he encounters beautiful Honey Ryder, to confront a megalomaniacal villain in his massive island headquarters.", + "release_date": "1962-10-04" + }, + { + "vote_count": 1209, + "id": 657, + "video": false, + "vote_average": 7.1, + "title": "From Russia with Love", + "popularity": 24.353, + "poster_path": "/fvIG285JwenrV1K6kVASi1TECJ0.jpg", + "original_language": "en", + "original_title": "From Russia with Love", + "genre_ids": [ + 28, + 53, + 12 + ], + "backdrop_path": "/vemDErY5wkg2Yg5eTQ7ciPRuyqt.jpg", + "adult": false, + "overview": "Agent 007 is back in the second installment of the James Bond series, this time battling a secret crime organization known as SPECTRE. Russians Rosa Klebb and Kronsteen are out to snatch a decoding device known as the Lektor, using the ravishing Tatiana to lure Bond into helping them. Bond willingly travels to meet Tatiana in Istanbul, where he must rely on his wits to escape with his life in a series of deadly encounters with the enemy", + "release_date": "1963-10-11" + }, + { + "vote_count": 815, + "id": 700, + "video": false, + "vote_average": 6.3, + "title": "Octopussy", + "popularity": 12.102, + "poster_path": "/s1GeJcwTclopbed1Bo2hjunSika.jpg", + "original_language": "en", + "original_title": "Octopussy", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/nOp4RM4AYlW8Ux0XHBTqXbPlSgY.jpg", + "adult": false, + "overview": "James Bond is sent to investigate after a fellow “00” agent is found dead with a priceless Fabergé egg. James Bond follows the mystery and uncovers a smuggling scandal and a Russian General who wants to provoke a new World War.", + "release_date": "1983-06-05" + }, + { + "vote_count": 820, + "id": 698, + "video": false, + "vote_average": 6.1, + "title": "Moonraker", + "popularity": 18.744, + "poster_path": "/pz2r25q3NzNTDGygTYesq5mvwbz.jpg", + "original_language": "en", + "original_title": "Moonraker", + "genre_ids": [ + 28, + 12, + 53, + 878 + ], + "backdrop_path": "/ueJ8K4ik1UQKa3cVUa8RHfDDqL.jpg", + "adult": false, + "overview": "During the transportation of a Space Shuttle a Boeing 747 crashes in the Atlantic Ocean yet when they go to look for the destroyed shuttle it is not there. James Bond investigates the missing mission space shuttle and soon learns that the shuttles owner Hugo Drax wants to kill all of mankind.", + "release_date": "1979-06-26" + }, + { + "vote_count": 4187, + "id": 10764, + "video": false, + "vote_average": 6.2, + "title": "Quantum of Solace", + "popularity": 23.031, + "poster_path": "/6mlNx0Jiqhg3D7NlANT9pidsgPJ.jpg", + "original_language": "en", + "original_title": "Quantum of Solace", + "genre_ids": [ + 12, + 28, + 53, + 80 + ], + "backdrop_path": "/hfZVY8lMiE7HH1cDc2qzSFF6Kbt.jpg", + "adult": false, + "overview": "Quantum of Solace continues the adventures of James Bond after Casino Royale. Betrayed by Vesper, the woman he loved, 007 fights the urge to make his latest mission personal. Pursuing his determination to uncover the truth, Bond and M interrogate Mr. White, who reveals that the organization that blackmailed Vesper is far more complex and dangerous than anyone had imagined.", + "release_date": "2008-10-30" + }, + { + "vote_count": 906, + "id": 660, + "video": false, + "vote_average": 6.7, + "title": "Thunderball", + "popularity": 11.697, + "poster_path": "/sASN1VnJxWosdzp4mH40P47Xhhz.jpg", + "original_language": "en", + "original_title": "Thunderball", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/qd0jrqxFLCKkNruPuJ7zXuQRpKG.jpg", + "adult": false, + "overview": "A criminal organization has obtained two nuclear bombs and are asking for a 100 million pound ransom in the form of diamonds in seven days or they will use the weapons. The secret service sends James Bond to the Bahamas to once again save the world.", + "release_date": "1965-12-15" + }, + { + "vote_count": 830, + "id": 709, + "video": false, + "vote_average": 6.1, + "title": "Licence to Kill", + "popularity": 16.17, + "poster_path": "/27EySoBH3oBuI6xat2QOquB9X8j.jpg", + "original_language": "en", + "original_title": "Licence to Kill", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/lNNTk5VpV8OtZlAm9nf4Jl1unAY.jpg", + "adult": false, + "overview": "James Bond and his American colleague Felix Leiter arrest the drug lord Sanchez who succeeds in escaping and takes revenge on Felix and his wife. Bond knows but just one thing: revenge.", + "release_date": "1989-07-07" + }, + { + "vote_count": 283, + "id": 12208, + "video": false, + "vote_average": 5.5, + "title": "Casino Royale", + "popularity": 11.194, + "poster_path": "/sh1pzt6kPJshym6TuZpTPoxIKnH.jpg", + "original_language": "en", + "original_title": "Casino Royale", + "genre_ids": [ + 12, + 28, + 35 + ], + "backdrop_path": "/5CL7hSrmxLBTmRZtm9Ha94p392b.jpg", + "adult": false, + "overview": "Sir James Bond is called back out of retirement to stop SMERSH. In order to trick SMERSH, James thinks up the ultimate plan - that every agent will be named 'James Bond'. One of the Bonds, whose real name is Evelyn Tremble is sent to take on Le Chiffre in a game of baccarat, but all the Bonds get more than they can handle.", + "release_date": "1967-04-13" + }, + { + "vote_count": 772, + "id": 707, + "video": false, + "vote_average": 6.2, + "title": "A View to a Kill", + "popularity": 18.187, + "poster_path": "/veDMW7eX6tat86EapsvGEICJ8Tq.jpg", + "original_language": "en", + "original_title": "A View to a Kill", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/9SudvdR6HYtgTqMz17RYXdWuTUl.jpg", + "adult": false, + "overview": "A newly developed microchip designed by Zorin Industries for the British Government that can survive the electromagnetic radiation caused by a nuclear explosion has landed in the hands of the KGB. James Bond must find out how and why. His suspicions soon lead him to big industry leader Max Zorin.", + "release_date": "1985-05-24" + }, + { + "vote_count": 688, + "id": 708, + "video": false, + "vote_average": 6.4, + "title": "The Living Daylights", + "popularity": 14.264, + "poster_path": "/yEryMe58dx7zm1QBhQFeuYcv2aH.jpg", + "original_language": "en", + "original_title": "The Living Daylights", + "genre_ids": [ + 28, + 12, + 53 + ], + "backdrop_path": "/gt0TafbcheJeT9SFewDLqYWk3Sd.jpg", + "adult": false, + "overview": "James Bond helps a Russian General escape into the west. He soon finds out that the KGB wants to kill him for helping the General. A little while later the General is kidnapped from the Secret Service leading 007 to be suspicious.", + "release_date": "1987-06-29" + }, + { + "vote_count": 1429, + "id": 714, + "video": false, + "vote_average": 6.2, + "title": "Tomorrow Never Dies", + "popularity": 20.784, + "poster_path": "/k3eI9q7ISgpDEu2CMwR2s6inJVp.jpg", + "original_language": "en", + "original_title": "Tomorrow Never Dies", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/lHZ5H1jd4zVJYr1wfLKBdXYtZ17.jpg", + "adult": false, + "overview": "A deranged media mogul is staging international incidents to pit the world’s superpowers against each other. Now 007 must take on this evil mastermind in an adrenaline-charged battle to end his reign of terror and prevent global pandemonium.", + "release_date": "1997-12-11" + }, + { + "vote_count": 857, + "id": 681, + "video": false, + "vote_average": 6.4, + "title": "Diamonds Are Forever", + "popularity": 11.961, + "poster_path": "/viPjZ3JCOahcfNCcVhiPExusJoZ.jpg", + "original_language": "en", + "original_title": "Diamonds Are Forever", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/gIGLXXvsljHK1jdDNaIXsjhZnnH.jpg", + "adult": false, + "overview": "Diamonds are stolen only to be sold again in the international market. James Bond infiltrates a smuggling mission to find out who’s guilty. The mission takes him to Las Vegas where Bond meets his archenemy Blofeld.", + "release_date": "1971-12-13" + }, + { + "vote_count": 833, + "id": 667, + "video": false, + "vote_average": 6.6, + "title": "You Only Live Twice", + "popularity": 17.159, + "poster_path": "/7dnsJZniZK1Hbc9mOFDYa5W0dHi.jpg", + "original_language": "en", + "original_title": "You Only Live Twice", + "genre_ids": [ + 28, + 53, + 12 + ], + "backdrop_path": "/jahBdYTAGMJaEove9l9hzYpDKJD.jpg", + "adult": false, + "overview": "A mysterious space craft kidnaps a Russian and American space capsule and brings the world on the verge of another World War. James Bond investigates the case in Japan and meets with his archenemy Blofeld. The fifth film from the legendary James Bond series starring Sean Connery as the British super agent.", + "release_date": "1967-06-12" + }, + { + "vote_count": 734, + "id": 668, + "video": false, + "vote_average": 6.5, + "title": "On Her Majesty's Secret Service", + "popularity": 19.909, + "poster_path": "/7mcqT56ES5U3wg26vQQuEnOaFSj.jpg", + "original_language": "en", + "original_title": "On Her Majesty's Secret Service", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/o71ywQSmQ1hNPSLKJuCMyDTrL7K.jpg", + "adult": false, + "overview": "James Bond tracks his archnemesis, Ernst Blofeld, to a mountaintop retreat where he is training an army of beautiful, lethal women. Along the way, Bond falls for Italian contessa Tracy Draco, and marries her in order to get closer to Blofeld.", + "release_date": "1969-12-12" + }, + { + "vote_count": 775, + "id": 691, + "video": false, + "vote_average": 6.7, + "title": "The Spy Who Loved Me", + "popularity": 14.456, + "poster_path": "/vYMgDqQDpqHDhz3enGkwBmTs7p7.jpg", + "original_language": "en", + "original_title": "The Spy Who Loved Me", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/2tCAEhE2rPONBmUOs4W73AlBWYg.jpg", + "adult": false, + "overview": "Russian and British submarines with nuclear missiles on board both vanish from sight without a trace. England and Russia both blame each other as James Bond tries to solve the riddle of the disappearing ships. But the KGB also has an agent on the case.", + "release_date": "1977-07-07" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:31.9663227Z", + "ReducedUri": "/3/search/movie?query=007&page=2&include_adult=false", + "RespData": { + "page": 2, + "total_results": 51, + "total_pages": 3, + "results": [ + { + "vote_count": 1715, + "id": 36669, + "video": false, + "vote_average": 5.9, + "title": "Die Another Day", + "popularity": 12.966, + "poster_path": "/1iUZqUXS7x5FcGM5J0u01xuObWC.jpg", + "original_language": "en", + "original_title": "Die Another Day", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/3YQfmtpbiFCMHcXY3lJ7fGEcOL6.jpg", + "adult": false, + "overview": "Bond takes on a North Korean leader who undergoes DNA replacement procedures that allow him to assume different identities. American agent, Jinx Johnson assists Bond in his attempt to thwart the villain's plans to exploit a satellite that is powered by solar energy.", + "release_date": "2002-11-17" + }, + { + "vote_count": 820, + "id": 253, + "video": false, + "vote_average": 6.5, + "title": "Live and Let Die", + "popularity": 19.003, + "poster_path": "/p34OScaro2KdISrT4EMfeh1aS0E.jpg", + "original_language": "en", + "original_title": "Live and Let Die", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/1N4CeQyy3kh1pqmTGvMU090sCvh.jpg", + "adult": false, + "overview": "James Bond must investigate a mysterious murder case of a British agent in New Orleans. Soon he finds himself up against a gangster boss named Mr. Big.", + "release_date": "1973-07-05" + }, + { + "vote_count": 754, + "id": 699, + "video": false, + "vote_average": 6.5, + "title": "For Your Eyes Only", + "popularity": 15.396, + "poster_path": "/vpZZZ2eq8z4I6PSeGxR2UWNciGG.jpg", + "original_language": "en", + "original_title": "For Your Eyes Only", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/hg8ecg8LrR8ChvZh4aMETNUraGA.jpg", + "adult": false, + "overview": "A British spy ship has sunk and on board was a hi-tech encryption device. James Bond is sent to find the device that holds British launching instructions before the enemy Soviets get to it first.", + "release_date": "1981-06-23" + }, + { + "vote_count": 558, + "id": 36670, + "video": false, + "vote_average": 6, + "title": "Never Say Never Again", + "popularity": 12.085, + "poster_path": "/s9tBlhTEW0OtYJdemVMPbRcD7wk.jpg", + "original_language": "en", + "original_title": "Never Say Never Again", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/jYO08KXUKvJvzx3KcE7MoaDYvoM.jpg", + "adult": false, + "overview": "James Bond returns as the secret agent 007 one more time to battle the evil organization SPECTRE. Bond must defeat Largo, who has stolen two atomic warheads for nuclear blackmail. But Bond has an ally in Largo's girlfriend, the willowy Domino, who falls for Bond and seeks revenge. This is the last time for Sean Connery as Her Majesty's Secret Agent 007. Made outside of the traditional Broccoli production environment due to separate rights having been obtained for this specific Ian Fleming story.", + "release_date": "1983-10-07" + }, + { + "vote_count": 1341, + "id": 36643, + "video": false, + "vote_average": 6.2, + "title": "The World Is Not Enough", + "popularity": 17.841, + "poster_path": "/aPfALBxfgx2tsbTwRMR1MbNHSvn.jpg", + "original_language": "en", + "original_title": "The World Is Not Enough", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/4xAb2zAe5Pmno928hBQqff4RVwr.jpg", + "adult": false, + "overview": "Greed, revenge, world dominance and high-tech terrorism – it's all in a day's work for Bond, who's on a mission to protect a beautiful oil heiress from a notorious terrorist. In a race against time that culminates in a dramatic submarine showdown, Bond works to defuse the international power struggle that has the world's oil supply hanging in the balance.", + "release_date": "1999-11-17" + }, + { + "vote_count": 819, + "id": 682, + "video": false, + "vote_average": 6.4, + "title": "The Man with the Golden Gun", + "popularity": 12.835, + "poster_path": "/7VSVgxAvA7IdTf8T6Oon1eaReeJ.jpg", + "original_language": "en", + "original_title": "The Man with the Golden Gun", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/f6HNlsfahFWcYC3VH5sQsMrOL72.jpg", + "adult": false, + "overview": "A golden bullet has 007 engraved on it as it smashes into the secret service headquarters. The bullet came from the professional killer Scaramanga who has yet to miss a target and James Bond begins a mission to try and stop him.", + "release_date": "1974-12-01" + }, + { + "vote_count": 1, + "id": 227230, + "video": false, + "vote_average": 6, + "title": "James Band 007 The Real Thai Pepper", + "popularity": 0.873, + "poster_path": "/AiPM0kuy3YrUhBIC4FNzEnb2rJX.jpg", + "original_language": "en", + "original_title": "เจมส์แบน 007 น้ำพริกไทยเนื้อแท้", + "genre_ids": [ + 80, + 35 + ], + "backdrop_path": "/vhJQoCSFMWKSnU2ObIwQLB5viUD.jpg", + "adult": false, + "overview": "James Bond spoof about an accident proned Pattaya bike cabbie who must complete a secret mission.", + "release_date": "1980-01-01" + }, + { + "vote_count": 37, + "id": 41387, + "video": false, + "vote_average": 7.4, + "title": "From Beijing with Love", + "popularity": 4.998, + "poster_path": "/b01BCUYKhqQlEHI9p2oJThgb3Hu.jpg", + "original_language": "cn", + "original_title": "國產凌凌漆", + "genre_ids": [ + 28, + 35 + ], + "backdrop_path": "/xfUHBpGsuDoeOCJuHrigr0YMtvR.jpg", + "adult": false, + "overview": "After a giant dinosaur skull is stolen, the head of the Chinese secret police decides to assign the case to the force's most incompetent reject: a rural butcher who stands around all day drinking martinis (shaken, not stirred). With a trunkload of insanely useless gadgets and a contact who constantly tries to kill him, the young agent must locate the skull and find out just what is going on here.", + "release_date": "1994-10-13" + }, + { + "vote_count": 0, + "id": 372239, + "video": false, + "vote_average": 0, + "title": "Now Pay Attention 007!", + "popularity": 0.627, + "poster_path": "/qe38XjgbUJ33J3oFbOd13dt4c1g.jpg", + "original_language": "en", + "original_title": "Now Pay Attention 007!", + "genre_ids": [ + 99 + ], + "backdrop_path": null, + "adult": false, + "overview": "", + "release_date": "2000-01-22" + }, + { + "vote_count": 1, + "id": 200761, + "video": false, + "vote_average": 8, + "title": "The Secrets of 007", + "popularity": 0.621, + "poster_path": null, + "original_language": "en", + "original_title": "The Secrets of 007", + "genre_ids": [], + "backdrop_path": null, + "adult": false, + "overview": "Behind-the-scenes look at more than three decades of the James Bond feature film series.", + "release_date": "1997-12-04" + }, + { + "vote_count": 0, + "id": 380712, + "video": false, + "vote_average": 0, + "title": "Nooma Luggage 007", + "popularity": 0.6, + "poster_path": null, + "original_language": "en", + "original_title": "Nooma Luggage 007", + "genre_ids": [ + 10751 + ], + "backdrop_path": null, + "adult": false, + "overview": "Maybe a friend turned their back on you. Maybe someone you loved betrayed you. We all have wounds and we end up carrying around these things that people have done to us for weeks, months, and sometimes even years. It isn't always easy to forgive these people and after a while these hurts can get really heavy. So the only way to feel better seems to be somehow getting back at the people that hurt us, to get revenge. But does revenge ever truly satisfy? Maybe forgiving isn't something you do for someone else to let them off the hook. Maybe forgiveness is about you. God didn't create you to carry these wounds around. God created you to be free.", + "release_date": "2005-07-01" + }, + { + "vote_count": 0, + "id": 273857, + "video": false, + "vote_average": 0, + "title": "007½ no Carnaval", + "popularity": 0.6, + "poster_path": "/3dzlANmnZtwsenbyLw9a5aoYY2F.jpg", + "original_language": "pt", + "original_title": "007½ no Carnaval", + "genre_ids": [ + 80, + 35 + ], + "backdrop_path": null, + "adult": false, + "overview": "", + "release_date": "1966-03-01" + }, + { + "vote_count": 0, + "id": 416413, + "video": false, + "vote_average": 0, + "title": "Electric Blue 007", + "popularity": 0.6, + "poster_path": "/4dKEI1SfnRwMxQBpkwo0y3lnvlj.jpg", + "original_language": "en", + "original_title": "Electric Blue 007", + "genre_ids": [], + "backdrop_path": null, + "adult": false, + "overview": "Introduced by Seka the Platinum Princess, EB007 is a \"Bond Girl Spectacular.\" Featured among the usual crop of centerfold models are five Bond girls, including Ursula Andress and Lalla Dean, who made quite a splash as \"uncredited girl in pool\" in For Your Eyes Only (1981), in the buff. In addition, there's nudity from singer / actress Hazel O'Connor plus appearances from Peter Cook and Dudley Moore.", + "release_date": "1982-01-01" + }, + { + "vote_count": 0, + "id": 368155, + "video": false, + "vote_average": 0, + "title": "Happy Anniversary 007: 25 Years of James Bond", + "popularity": 1.09, + "poster_path": "/7YqTYxzukFJzwlfrxpqqd32Vecj.jpg", + "original_language": "en", + "original_title": "Happy Anniversary 007: 25 Years of James Bond", + "genre_ids": [ + 99 + ], + "backdrop_path": null, + "adult": false, + "overview": "An hour documentary on the history of Bond for the 25th anniversary of the film series.", + "release_date": "1987-05-13" + }, + { + "vote_count": 0, + "id": 471697, + "video": false, + "vote_average": 0, + "title": "Unsolved History 3. KAL 007", + "popularity": 0.6, + "poster_path": "/p6kU20z0crHeOLgP4zsj1K49C4Z.jpg", + "original_language": "ru", + "original_title": "Unsolved History 3. KAL 007", + "genre_ids": [ + 99 + ], + "backdrop_path": null, + "adult": false, + "overview": "", + "release_date": "" + }, + { + "vote_count": 5, + "id": 34079, + "video": false, + "vote_average": 5.2, + "title": "Bond Girls Are Forever", + "popularity": 1.818, + "poster_path": "/wimiI1rJNTBMhjrK68li45GKaBb.jpg", + "original_language": "en", + "original_title": "Bond Girls Are Forever", + "genre_ids": [ + 99 + ], + "backdrop_path": "/yhdphpTrkJKWHMOhwsOjhiN6lA2.jpg", + "adult": false, + "overview": "Through vintage film clips of past Bond movie epics, and with the participation of several former \"Bond Girls\" as interviewees (among them Dr. No's Ursula Andress and Diamonds Are Forever's Jill St. John), the documentary traced the evolution of the typical James Bond heroine from decorative damsel in distress to gutsy (but still decorative) participant in the action.", + "release_date": "2002-11-06" + }, + { + "vote_count": 0, + "id": 483595, + "video": false, + "vote_average": 0, + "title": "Er Conde Bond 007 y Pico", + "popularity": 0.6, + "poster_path": null, + "original_language": "en", + "original_title": "Er Conde Bond 007 y Pico", + "genre_ids": [], + "backdrop_path": null, + "adult": false, + "overview": "Venezuelan movie", + "release_date": "" + }, + { + "vote_count": 0, + "id": 423101, + "video": false, + "vote_average": 0, + "title": "Highly Classified: The World of 007", + "popularity": 0.6, + "poster_path": null, + "original_language": "en", + "original_title": "Highly Classified: The World of 007", + "genre_ids": [], + "backdrop_path": null, + "adult": false, + "overview": "His world is full of glamour, mystery and intrigue and now you get to be a part of it! Let gadget wizard Q (Desmond Llewelyn) be your guide to the ubiquitous lifestyle and thrilling adventures of the world's most notorious secret agent. The undercover team will take you behind-the-scenes as they infiltrate the highly classified worlds of the man everyone knows as Bond -- James Bond. Hosted by Desmond Llewelyn who plays Secret Service gadget master Q. Boasts rare behind-the-scenes footage of spectacular stunts and explosive action sequences. Reveals the special effects magic behind the remotely-driven BMW, the rooftop motorcycle chase and death-defying skysrcaper jump. Interviews with Tomorrow Never Dies' director Roger Spottiswoode and stars Pierce Brosnan, Jonathan Pryce, Michelle Yeoh, Teri Hatcher and Judi Dench.", + "release_date": "1998-01-01" + }, + { + "vote_count": 0, + "id": 423145, + "video": false, + "vote_average": 0, + "title": "Ian Fleming: 007's Creator", + "popularity": 0.6, + "poster_path": null, + "original_language": "en", + "original_title": "Ian Fleming: 007's Creator", + "genre_ids": [], + "backdrop_path": null, + "adult": false, + "overview": "John Cork and his compatriots from the Ian Fleming Foundation, who have created outstanding documentaries for most of MGM's 007 DVDs, provide a fine overview of the life and times of James Bond's creator. Rather than using voice-over narrative, Cork and company tell this story entirely through the recollections of Fleming's family, friends and colleagues, combining new interviews with archival footage (including conversations with Fleming himself).", + "release_date": "2000-01-01" + }, + { + "vote_count": 5, + "id": 155898, + "video": false, + "vote_average": 4.8, + "title": "Mother 007", + "popularity": 1.281, + "poster_path": "/6qkgJlFGYqSaHdqUykLtuxExTkb.jpg", + "original_language": "de", + "original_title": "Nina Undercover - Agentin mit Kids", + "genre_ids": [ + 10770, + 35, + 10751 + ], + "backdrop_path": "/qGhaSW0JNfc9kC7QVcBiUD0UhwP.jpg", + "adult": false, + "overview": "Nina Wenzel used to be an undercover agent. After her sister's death five years ago Nina gets child custody of the three orphans and quits her dangerous job. In her new family-life she manages to retain some of her skills. When Wolf Geiger, the last person Nina imprisoned, escapes, Nina's old skills are needed again.", + "release_date": "2011-05-26" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:32.1925076Z", + "ReducedUri": "/3/search/movie?query=007&year=1962&include_adult=false", + "RespData": { + "page": 1, + "total_results": 1, + "total_pages": 1, + "results": [ + { + "vote_count": 1478, + "id": 646, + "video": false, + "vote_average": 7, + "title": "Dr. No", + "popularity": 26.429, + "poster_path": "/gRdfLVVf6FheOw6mw6wOsKhZG1l.jpg", + "original_language": "en", + "original_title": "Dr. No", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/9QcYwm5af4JaUSOyuysVEYOyEXn.jpg", + "adult": false, + "overview": "In the film that launched the James Bond saga, Agent 007 battles mysterious Dr. No, a scientific genius bent on destroying the U.S. space program. As the countdown to disaster begins, Bond must go to Jamaica, where he encounters beautiful Honey Ryder, to confront a megalomaniacal villain in his massive island headquarters.", + "release_date": "1962-10-04" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:33.6550688Z", + "ReducedUri": "/3/search/multi?query=Arrow&include_adult=false", + "RespData": { + "page": 1, + "total_results": 135, + "total_pages": 7, + "results": [ + { + "original_name": "Arrow", + "id": 1412, + "media_type": "tv", + "name": "Arrow", + "vote_count": 2174, + "vote_average": 5.89, + "poster_path": "/mo0FP1GxOFZT4UDde7RFDz5APXF.jpg", + "first_air_date": "2012-10-10", + "popularity": 349.761, + "genre_ids": [ + 80, + 18, + 9648, + 10759 + ], + "original_language": "en", + "backdrop_path": "/dKxkwAJfGuznW8Hu0mhaDJtna0n.jpg", + "overview": "Spoiled billionaire playboy Oliver Queen is missing and presumed dead when his yacht is lost at sea. He returns five years later a changed man, determined to clean up the city as a hooded vigilante armed with a bow.", + "origin_country": [ + "US" + ] + }, + { + "vote_average": 5.9, + "vote_count": 653, + "id": 9208, + "video": false, + "media_type": "movie", + "title": "Broken Arrow", + "popularity": 8.882, + "poster_path": "/avqUG5RYB93rwSUNL5r16Vtbc9g.jpg", + "original_language": "en", + "original_title": "Broken Arrow", + "genre_ids": [ + 28, + 12, + 18, + 53 + ], + "backdrop_path": "/pi0Z4gmbvwl6j7tKbwMj8elSzzT.jpg", + "adult": false, + "overview": "When rogue stealth-fighter pilot Vic Deakins deliberately drops off the radar while on maneuvers, the Air Force ends up with two stolen nuclear warheads -- and Deakins's co-pilot, Riley Hale, is the military's only hope for getting them back. Traversing the deserted canyons of Utah, Hale teams with park ranger Terry Carmichael to put Deakins back in his box.", + "release_date": "1996-02-09" + }, + { + "vote_average": 6.7, + "vote_count": 58, + "id": 37292, + "video": false, + "media_type": "movie", + "title": "Broken Arrow", + "popularity": 4.364, + "poster_path": "/1gafYQCpDxtfIj7HYBNs4Z3m4oW.jpg", + "original_language": "en", + "original_title": "Broken Arrow", + "genre_ids": [ + 37 + ], + "backdrop_path": "/oIFJulZkvhAULStAZLno9YaUNXr.jpg", + "adult": false, + "overview": "Indian scout Tom Jeffords (James Stewart) is sent out to stem the war between the Whites and Apaches in the late 1870s. He learns (through an uncomfortably close encounter) that the Indians kill only to protect themselves, or out of retaliation for white atrocities.", + "release_date": "1950-08-01" + }, + { + "original_name": "Broken Arrow", + "id": 13870, + "media_type": "tv", + "name": "Broken Arrow", + "vote_count": 0, + "vote_average": 0, + "poster_path": "/fAKd0JZPir24aoclT2BHNqyDFwt.jpg", + "first_air_date": "1956-09-25", + "popularity": 2.541, + "genre_ids": [ + 37 + ], + "original_language": "en", + "backdrop_path": null, + "overview": "Broken Arrow is a Western series which ran on ABC-TV in prime time from 1956 through 1958 on Tuesdays at 9 p.m. Eastern time. Repeat episodes were shown by ABC on Sunday afternoons during the 1959–60 season. Selected repeats were then shown once again in prime time during the summer of 1960.", + "origin_country": [ + "US" + ] + }, + { + "vote_average": 7.1, + "vote_count": 146, + "id": 56020, + "video": false, + "media_type": "movie", + "title": "Radio Arrow", + "popularity": 4.659, + "poster_path": "/5twYQa7LF7RA84O9FsFTl3SkilJ.jpg", + "original_language": "it", + "original_title": "Radiofreccia", + "genre_ids": [ + 10402, + 35, + 18 + ], + "backdrop_path": "/3QsDL3lEWDgFOcwLl4cg0r6rEuH.jpg", + "adult": false, + "overview": "Five friends Freccia, Bruno, Tito, Jena and Boris are very keen on music but they live in a little town in northern Italy and spend most of their days at the local bar. They decide to set up an independent radio which soon becomes the voice of a generation. When Freccia dies from an overdose the radio takes his name.", + "release_date": "1998-10-16" + }, + { + "vote_average": 6, + "vote_count": 1, + "id": 559708, + "video": false, + "media_type": "movie", + "title": "Christmas Cupid's Arrow", + "popularity": 3.389, + "poster_path": "/dzCM6jmBCnSwWgiFuUKGnQAyJB4.jpg", + "original_language": "en", + "original_title": "Christmas Cupid's Arrow", + "genre_ids": [ + 10749, + 10770 + ], + "backdrop_path": "/uFQbZqh3mZ6eRzeWAbYJ67Wqplw.jpg", + "adult": false, + "overview": "Holly, a professor at a small college, has had a long history of finding the wrong guy. She’s accomplished quite a bit in her life, but after her younger sister announces she is pregnant, Holly decides she is going to make an effort to meet Mr. Right. Meanwhile, David, another professor, is a single father, very smart and kind, but not the type that Holly takes notice of when the two are assigned to plan the Christmas Formal. At the insistence of her best friend, Holly signs up for the dating website “Cupid’s Arrow,” where she meets Josh, an attorney just hired by the school. He’s everything she wants on the surface, but has little to say beyond his work and good looks. Josh and David were roommates in college, so Josh recruits David to write poetic messages in an attempt to win Holly over.", + "release_date": "2018-11-25" + }, + { + "vote_average": 7.3, + "vote_count": 51, + "id": 46718, + "video": false, + "media_type": "movie", + "title": "DC Showcase: Green Arrow", + "popularity": 2.605, + "poster_path": "/37m5NEMxwV9RXwHzUMiW81WEHTw.jpg", + "original_language": "en", + "original_title": "DC Showcase: Green Arrow", + "genre_ids": [ + 16, + 12 + ], + "backdrop_path": "/66GEjJcxtSjIHysx05hJye0WIiI.jpg", + "adult": false, + "overview": "At an airport, the Emerald Archer must protect a young princess from assassins.", + "release_date": "2010-09-28" + }, + { + "vote_average": 6.5, + "vote_count": 7, + "id": 60551, + "video": false, + "media_type": "movie", + "title": "War Arrow", + "popularity": 1.398, + "poster_path": "/ghpiljV1gtucFlSQOS5V959SS3y.jpg", + "original_language": "en", + "original_title": "War Arrow", + "genre_ids": [ + 12, + 18, + 10749, + 10752, + 37 + ], + "backdrop_path": "/feLN2ERkfWplR6zCT1LxsqgyAxs.jpg", + "adult": false, + "overview": "A thrilling Cavalry-versus-Indians adventure starring Jeff Chandler as an Army official recruiting Seminole allies, against his superior's wishes, to stop a planned Kiowa attack.", + "release_date": "1954-01-01" + }, + { + "vote_average": 5.2, + "vote_count": 3, + "id": 138486, + "video": false, + "media_type": "movie", + "title": "Arrow In The Dust", + "popularity": 1.905, + "poster_path": "/2FGsPIVisiNRf8PWQyZzQnU9ABl.jpg", + "original_language": "en", + "original_title": "Arrow In The Dust", + "genre_ids": [ + 37 + ], + "backdrop_path": "/zZqveS5DfPxI9z4mMligpejsd0l.jpg", + "adult": false, + "overview": "Director Lesley Selander's 1954 western stars Sterling Hayden, Coleen Gray, Keith Larsen, Tom Tully, Lee Van Cleef and Jimmy Wakely.", + "release_date": "1954-04-25" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 402546, + "video": false, + "media_type": "movie", + "title": "Black Arrow", + "popularity": 1.211, + "poster_path": "/qnuUoZZeVZjIekyu3aF9S3NzIr2.jpg", + "original_language": "en", + "original_title": "Black Arrow", + "genre_ids": [ + 37 + ], + "backdrop_path": "/woLMfTvOrCSU6wfySs8cd4U1nif.jpg", + "adult": false, + "overview": "With a plot line mostly lifted from 1941's \"White Eagle\", Columbia's 24th serial (following \"The Desert Hawk-1944\" and ahead of 1945's \"Brenda Starr, Reporter\"), \"Black Arrow\" finds carpet-baggers Jake Jackson and Buck Sherman arriving in Blue Mesa in search of gold.", + "release_date": "1944-01-01" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 383366, + "video": false, + "media_type": "movie", + "title": "Blood Arrow", + "popularity": 1.091, + "poster_path": "/oQGtuQcPtG83eFRc9JWE4tJxd3u.jpg", + "original_language": "en", + "original_title": "Blood Arrow", + "genre_ids": [ + 37 + ], + "backdrop_path": "/9mzSq5oaccE7brm51l3T6Pi4jF.jpg", + "adult": false, + "overview": "Phyllis Coates, TV's erstwhile Lois Lane, essays one of her largest film roles in Blood Arrow. Coates is cast as a devout Mormon girl whose mission is to transport smallpox vaccine to her friends and neighbors. Unfortunately, this requires her to journey through hostile Indian territory. Appointing themselves as the girl's unofficial protectors are Indian scout Scott Brady, trapper Don Haggerty and (reluctantly) gambler Paul Richards.", + "release_date": "1958-03-31" + }, + { + "vote_average": 6.5, + "vote_count": 4, + "id": 19665, + "video": false, + "media_type": "movie", + "title": "The Arrow", + "popularity": 1.081, + "poster_path": "/ifUbKmM2gPnoSkvQUxz8j5LiTwj.jpg", + "original_language": "en", + "original_title": "The Arrow", + "genre_ids": [ + 99, + 18 + ], + "backdrop_path": "/cFRaZZRZA2U1dTrFprrUozmjJQb.jpg", + "adult": false, + "overview": "This series tells the story of the world's fastest fighter plane ever built, in 1950's Canada, and how the project was dropped due to political pressure from the United States.", + "release_date": "1997-01-12" + }, + { + "vote_average": 7.7, + "vote_count": 3, + "id": 315357, + "video": false, + "media_type": "movie", + "title": "Black Arrow", + "popularity": 0.991, + "poster_path": "/AlXvlEct5pCLNCCrh2VvaQ9k67b.jpg", + "original_language": "en", + "original_title": "Black Arrow", + "genre_ids": [ + 12 + ], + "backdrop_path": null, + "adult": false, + "overview": "In 15th century England, a civil war called Wars of the Roses is being fought between two rival houses who want the throne. Fresh from battle, a knight finds his family dead. He joins the outlaws led by the Black Arrow (Stephan Chase) to seek justice. The noble Black Arrow foils Sir Brackley's (Oliver Reed) plan to kill one ward (Benedict Taylor) and marry the other. This is a classic story by Robert Louis Stevenson turned into film by Disney pictures.", + "release_date": "1985-10-09" + }, + { + "vote_average": 6, + "vote_count": 18, + "id": 35001, + "video": false, + "media_type": "movie", + "title": "Run of the Arrow", + "popularity": 1.442, + "poster_path": "/A9pw9kQVAmq4QnKuguvPnhRWKuV.jpg", + "original_language": "en", + "original_title": "Run of the Arrow", + "genre_ids": [ + 37 + ], + "backdrop_path": "/bfusQMcde0uKxEgf8a9WbPNs9gM.jpg", + "adult": false, + "overview": "When the South loses the war, Confederate veteran O'Meara goes West, joins the Sioux, takes a wife and refuses to be an American but he must choose a side when the Sioux go to war against the U.S. Army.", + "release_date": "1957-09-05" + }, + { + "vote_average": 6.5, + "vote_count": 31, + "id": 32563, + "video": false, + "media_type": "movie", + "title": "The Flame and the Arrow", + "popularity": 1.806, + "poster_path": "/jyoHsEeKBIWmxrIurQ2G6hjKT6J.jpg", + "original_language": "en", + "original_title": "The Flame and the Arrow", + "genre_ids": [ + 12, + 10749 + ], + "backdrop_path": "/icnwI7kfedBdDo2CGCrE0hPFlA3.jpg", + "adult": false, + "overview": "Dardo, a Robin Hood-like figure, and his loyal followers use a Roman ruin in Medieval Lombardy as their headquarters as they conduct an insurgency against their Hessian conquerors.", + "release_date": "1950-07-09" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 387933, + "video": false, + "media_type": "movie", + "title": "The Perfumed Arrow", + "popularity": 1.091, + "poster_path": "/cDkxFxn3DH4PjgdGM8EjKfhz3mp.jpg", + "original_language": "zh", + "original_title": "女秀才", + "genre_ids": [ + 18, + 10402 + ], + "backdrop_path": null, + "adult": false, + "overview": "Ling Bor plays Wen Fei E who is both an excellent academic as well as martial arts expert. Since her childhood days fond of dressing up as a boy, she becomes a village scholar sharing classes with Tu Zi Zheng (Chin Feng) and Wei Zhun Zhi (Ho Fan). When Fei E's innocent father is framed and sent to prison, she rushes to his rescue saving Jing Fu Quan (Kam Fie) who is in the hands of robbers along the way. Mistaking Fei E to be a noble hero, Fu Quan has no greater wish than to get married to her savior...", + "release_date": "1966-11-23" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 399717, + "video": false, + "media_type": "movie", + "title": "Golden Arrow", + "popularity": 0.84, + "poster_path": "/dUEZSAlacUzVUyyaO9Y6oJsuhP6.jpg", + "original_language": "en", + "original_title": "Golden Arrow", + "genre_ids": [ + 35 + ], + "backdrop_path": null, + "adult": false, + "overview": "On a journey from Paris to London, a Briton, a Frenchman and an American bond with each other and indulge in a romantic fantasy about a girl they see.", + "release_date": "1949-12-31" + }, + { + "vote_average": 5, + "vote_count": 2, + "id": 283921, + "video": false, + "media_type": "movie", + "title": "The Black Arrow", + "popularity": 1.214, + "poster_path": "/lV2fvMgrlYlZR5maflTLR3mZ7gy.jpg", + "original_language": "en", + "original_title": "The Black Arrow", + "genre_ids": [ + 12, + 36 + ], + "backdrop_path": "/xuWp9xaOZ0k2rCWPn8WgG6hCUWl.jpg", + "adult": false, + "overview": "A young British nobleman comes back from fighting in the War of the Roses to discover that his father has been murdered by an old family friend who is now an outlaw. However, he becomes suspicious about the exact circumstances of his father's death and determines to find out exactly what happened.", + "release_date": "1948-03-18" + }, + { + "vote_average": 4.5, + "vote_count": 1, + "id": 234165, + "video": false, + "media_type": "movie", + "title": "Cupid's Arrow", + "popularity": 0.624, + "poster_path": "/hohQ1NZqFzAsFwHGdAXQvwAVD3D.jpg", + "original_language": "en", + "original_title": "BOOM! Das Sexperiment", + "genre_ids": [ + 35, + 18 + ], + "backdrop_path": "/aKxCKtfxF10lYMTtM4FdCax6wRr.jpg", + "adult": false, + "overview": "An innocent college couple unknowingly become involved in their Professor's illicit research into the manipulation of love and his recreation of the elusive \"Cupid's Arrow\".", + "release_date": "2010-01-01" + }, + { + "original_name": "The Arrow", + "id": 9345, + "media_type": "tv", + "name": "The Arrow", + "vote_count": 0, + "vote_average": 0, + "poster_path": "/ai2NcWLz3c6MiP4aWHaMiVsnfmW.jpg", + "first_air_date": "", + "popularity": 0.6, + "genre_ids": [ + 99, + 18 + ], + "original_language": "en", + "backdrop_path": null, + "overview": "The Arrow is a four-hour miniseries produced for CBC Television in 1996, starring Dan Aykroyd as Crawford Gordon, experienced wartime production leader during World War II and president of A. V. Roe Canada during its attempt to produce the Avro Arrow supersonic jet interceptor. The film also stars Michael Ironside and Sara Botsford. The mini-series is noted as the highest viewership ever for a CBC program.\n\nOther significant individuals in the program, portrayed in the series, include RCAF pilot Flight Lieutenant Jack Woodman who conducted test flights on Avro aircraft but was supplanted by Janusz Żurakowski for the first few flights; Jim Chamberlin and James Floyd in the design team; Edward Critchley who would be asked to develop an engine for the Arrow when other models became unavailable.\n\nThe film also boasted cameos by Michael Moriarty as U.S. President Dwight D. Eisenhower, Michael Ironside as the director of the Central Intelligence Agency, and Christopher Plummer as George Hees.", + "origin_country": [ + "CA", + "US" + ] + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:33.1766109Z", + "ReducedUri": "/3/search/multi?query=Arrow&page=1&include_adult=false", + "RespData": { + "page": 1, + "total_results": 135, + "total_pages": 7, + "results": [ + { + "original_name": "Arrow", + "id": 1412, + "media_type": "tv", + "name": "Arrow", + "vote_count": 2174, + "vote_average": 5.89, + "poster_path": "/mo0FP1GxOFZT4UDde7RFDz5APXF.jpg", + "first_air_date": "2012-10-10", + "popularity": 349.761, + "genre_ids": [ + 80, + 18, + 9648, + 10759 + ], + "original_language": "en", + "backdrop_path": "/dKxkwAJfGuznW8Hu0mhaDJtna0n.jpg", + "overview": "Spoiled billionaire playboy Oliver Queen is missing and presumed dead when his yacht is lost at sea. He returns five years later a changed man, determined to clean up the city as a hooded vigilante armed with a bow.", + "origin_country": [ + "US" + ] + }, + { + "vote_average": 5.9, + "vote_count": 653, + "id": 9208, + "video": false, + "media_type": "movie", + "title": "Broken Arrow", + "popularity": 8.882, + "poster_path": "/avqUG5RYB93rwSUNL5r16Vtbc9g.jpg", + "original_language": "en", + "original_title": "Broken Arrow", + "genre_ids": [ + 28, + 12, + 18, + 53 + ], + "backdrop_path": "/pi0Z4gmbvwl6j7tKbwMj8elSzzT.jpg", + "adult": false, + "overview": "When rogue stealth-fighter pilot Vic Deakins deliberately drops off the radar while on maneuvers, the Air Force ends up with two stolen nuclear warheads -- and Deakins's co-pilot, Riley Hale, is the military's only hope for getting them back. Traversing the deserted canyons of Utah, Hale teams with park ranger Terry Carmichael to put Deakins back in his box.", + "release_date": "1996-02-09" + }, + { + "vote_average": 6.7, + "vote_count": 58, + "id": 37292, + "video": false, + "media_type": "movie", + "title": "Broken Arrow", + "popularity": 4.364, + "poster_path": "/1gafYQCpDxtfIj7HYBNs4Z3m4oW.jpg", + "original_language": "en", + "original_title": "Broken Arrow", + "genre_ids": [ + 37 + ], + "backdrop_path": "/oIFJulZkvhAULStAZLno9YaUNXr.jpg", + "adult": false, + "overview": "Indian scout Tom Jeffords (James Stewart) is sent out to stem the war between the Whites and Apaches in the late 1870s. He learns (through an uncomfortably close encounter) that the Indians kill only to protect themselves, or out of retaliation for white atrocities.", + "release_date": "1950-08-01" + }, + { + "original_name": "Broken Arrow", + "id": 13870, + "media_type": "tv", + "name": "Broken Arrow", + "vote_count": 0, + "vote_average": 0, + "poster_path": "/fAKd0JZPir24aoclT2BHNqyDFwt.jpg", + "first_air_date": "1956-09-25", + "popularity": 2.541, + "genre_ids": [ + 37 + ], + "original_language": "en", + "backdrop_path": null, + "overview": "Broken Arrow is a Western series which ran on ABC-TV in prime time from 1956 through 1958 on Tuesdays at 9 p.m. Eastern time. Repeat episodes were shown by ABC on Sunday afternoons during the 1959–60 season. Selected repeats were then shown once again in prime time during the summer of 1960.", + "origin_country": [ + "US" + ] + }, + { + "vote_average": 7.1, + "vote_count": 146, + "id": 56020, + "video": false, + "media_type": "movie", + "title": "Radio Arrow", + "popularity": 4.659, + "poster_path": "/5twYQa7LF7RA84O9FsFTl3SkilJ.jpg", + "original_language": "it", + "original_title": "Radiofreccia", + "genre_ids": [ + 10402, + 35, + 18 + ], + "backdrop_path": "/3QsDL3lEWDgFOcwLl4cg0r6rEuH.jpg", + "adult": false, + "overview": "Five friends Freccia, Bruno, Tito, Jena and Boris are very keen on music but they live in a little town in northern Italy and spend most of their days at the local bar. They decide to set up an independent radio which soon becomes the voice of a generation. When Freccia dies from an overdose the radio takes his name.", + "release_date": "1998-10-16" + }, + { + "vote_average": 6, + "vote_count": 1, + "id": 559708, + "video": false, + "media_type": "movie", + "title": "Christmas Cupid's Arrow", + "popularity": 3.389, + "poster_path": "/dzCM6jmBCnSwWgiFuUKGnQAyJB4.jpg", + "original_language": "en", + "original_title": "Christmas Cupid's Arrow", + "genre_ids": [ + 10749, + 10770 + ], + "backdrop_path": "/uFQbZqh3mZ6eRzeWAbYJ67Wqplw.jpg", + "adult": false, + "overview": "Holly, a professor at a small college, has had a long history of finding the wrong guy. She’s accomplished quite a bit in her life, but after her younger sister announces she is pregnant, Holly decides she is going to make an effort to meet Mr. Right. Meanwhile, David, another professor, is a single father, very smart and kind, but not the type that Holly takes notice of when the two are assigned to plan the Christmas Formal. At the insistence of her best friend, Holly signs up for the dating website “Cupid’s Arrow,” where she meets Josh, an attorney just hired by the school. He’s everything she wants on the surface, but has little to say beyond his work and good looks. Josh and David were roommates in college, so Josh recruits David to write poetic messages in an attempt to win Holly over.", + "release_date": "2018-11-25" + }, + { + "vote_average": 7.3, + "vote_count": 51, + "id": 46718, + "video": false, + "media_type": "movie", + "title": "DC Showcase: Green Arrow", + "popularity": 2.605, + "poster_path": "/37m5NEMxwV9RXwHzUMiW81WEHTw.jpg", + "original_language": "en", + "original_title": "DC Showcase: Green Arrow", + "genre_ids": [ + 16, + 12 + ], + "backdrop_path": "/66GEjJcxtSjIHysx05hJye0WIiI.jpg", + "adult": false, + "overview": "At an airport, the Emerald Archer must protect a young princess from assassins.", + "release_date": "2010-09-28" + }, + { + "vote_average": 6.5, + "vote_count": 7, + "id": 60551, + "video": false, + "media_type": "movie", + "title": "War Arrow", + "popularity": 1.398, + "poster_path": "/ghpiljV1gtucFlSQOS5V959SS3y.jpg", + "original_language": "en", + "original_title": "War Arrow", + "genre_ids": [ + 12, + 18, + 10749, + 10752, + 37 + ], + "backdrop_path": "/feLN2ERkfWplR6zCT1LxsqgyAxs.jpg", + "adult": false, + "overview": "A thrilling Cavalry-versus-Indians adventure starring Jeff Chandler as an Army official recruiting Seminole allies, against his superior's wishes, to stop a planned Kiowa attack.", + "release_date": "1954-01-01" + }, + { + "vote_average": 5.2, + "vote_count": 3, + "id": 138486, + "video": false, + "media_type": "movie", + "title": "Arrow In The Dust", + "popularity": 1.905, + "poster_path": "/2FGsPIVisiNRf8PWQyZzQnU9ABl.jpg", + "original_language": "en", + "original_title": "Arrow In The Dust", + "genre_ids": [ + 37 + ], + "backdrop_path": "/zZqveS5DfPxI9z4mMligpejsd0l.jpg", + "adult": false, + "overview": "Director Lesley Selander's 1954 western stars Sterling Hayden, Coleen Gray, Keith Larsen, Tom Tully, Lee Van Cleef and Jimmy Wakely.", + "release_date": "1954-04-25" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 402546, + "video": false, + "media_type": "movie", + "title": "Black Arrow", + "popularity": 1.211, + "poster_path": "/qnuUoZZeVZjIekyu3aF9S3NzIr2.jpg", + "original_language": "en", + "original_title": "Black Arrow", + "genre_ids": [ + 37 + ], + "backdrop_path": "/woLMfTvOrCSU6wfySs8cd4U1nif.jpg", + "adult": false, + "overview": "With a plot line mostly lifted from 1941's \"White Eagle\", Columbia's 24th serial (following \"The Desert Hawk-1944\" and ahead of 1945's \"Brenda Starr, Reporter\"), \"Black Arrow\" finds carpet-baggers Jake Jackson and Buck Sherman arriving in Blue Mesa in search of gold.", + "release_date": "1944-01-01" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 383366, + "video": false, + "media_type": "movie", + "title": "Blood Arrow", + "popularity": 1.091, + "poster_path": "/oQGtuQcPtG83eFRc9JWE4tJxd3u.jpg", + "original_language": "en", + "original_title": "Blood Arrow", + "genre_ids": [ + 37 + ], + "backdrop_path": "/9mzSq5oaccE7brm51l3T6Pi4jF.jpg", + "adult": false, + "overview": "Phyllis Coates, TV's erstwhile Lois Lane, essays one of her largest film roles in Blood Arrow. Coates is cast as a devout Mormon girl whose mission is to transport smallpox vaccine to her friends and neighbors. Unfortunately, this requires her to journey through hostile Indian territory. Appointing themselves as the girl's unofficial protectors are Indian scout Scott Brady, trapper Don Haggerty and (reluctantly) gambler Paul Richards.", + "release_date": "1958-03-31" + }, + { + "vote_average": 6.5, + "vote_count": 4, + "id": 19665, + "video": false, + "media_type": "movie", + "title": "The Arrow", + "popularity": 1.081, + "poster_path": "/ifUbKmM2gPnoSkvQUxz8j5LiTwj.jpg", + "original_language": "en", + "original_title": "The Arrow", + "genre_ids": [ + 99, + 18 + ], + "backdrop_path": "/cFRaZZRZA2U1dTrFprrUozmjJQb.jpg", + "adult": false, + "overview": "This series tells the story of the world's fastest fighter plane ever built, in 1950's Canada, and how the project was dropped due to political pressure from the United States.", + "release_date": "1997-01-12" + }, + { + "vote_average": 7.7, + "vote_count": 3, + "id": 315357, + "video": false, + "media_type": "movie", + "title": "Black Arrow", + "popularity": 0.991, + "poster_path": "/AlXvlEct5pCLNCCrh2VvaQ9k67b.jpg", + "original_language": "en", + "original_title": "Black Arrow", + "genre_ids": [ + 12 + ], + "backdrop_path": null, + "adult": false, + "overview": "In 15th century England, a civil war called Wars of the Roses is being fought between two rival houses who want the throne. Fresh from battle, a knight finds his family dead. He joins the outlaws led by the Black Arrow (Stephan Chase) to seek justice. The noble Black Arrow foils Sir Brackley's (Oliver Reed) plan to kill one ward (Benedict Taylor) and marry the other. This is a classic story by Robert Louis Stevenson turned into film by Disney pictures.", + "release_date": "1985-10-09" + }, + { + "vote_average": 6, + "vote_count": 18, + "id": 35001, + "video": false, + "media_type": "movie", + "title": "Run of the Arrow", + "popularity": 1.442, + "poster_path": "/A9pw9kQVAmq4QnKuguvPnhRWKuV.jpg", + "original_language": "en", + "original_title": "Run of the Arrow", + "genre_ids": [ + 37 + ], + "backdrop_path": "/bfusQMcde0uKxEgf8a9WbPNs9gM.jpg", + "adult": false, + "overview": "When the South loses the war, Confederate veteran O'Meara goes West, joins the Sioux, takes a wife and refuses to be an American but he must choose a side when the Sioux go to war against the U.S. Army.", + "release_date": "1957-09-05" + }, + { + "vote_average": 6.5, + "vote_count": 31, + "id": 32563, + "video": false, + "media_type": "movie", + "title": "The Flame and the Arrow", + "popularity": 1.806, + "poster_path": "/jyoHsEeKBIWmxrIurQ2G6hjKT6J.jpg", + "original_language": "en", + "original_title": "The Flame and the Arrow", + "genre_ids": [ + 12, + 10749 + ], + "backdrop_path": "/icnwI7kfedBdDo2CGCrE0hPFlA3.jpg", + "adult": false, + "overview": "Dardo, a Robin Hood-like figure, and his loyal followers use a Roman ruin in Medieval Lombardy as their headquarters as they conduct an insurgency against their Hessian conquerors.", + "release_date": "1950-07-09" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 387933, + "video": false, + "media_type": "movie", + "title": "The Perfumed Arrow", + "popularity": 1.091, + "poster_path": "/cDkxFxn3DH4PjgdGM8EjKfhz3mp.jpg", + "original_language": "zh", + "original_title": "女秀才", + "genre_ids": [ + 18, + 10402 + ], + "backdrop_path": null, + "adult": false, + "overview": "Ling Bor plays Wen Fei E who is both an excellent academic as well as martial arts expert. Since her childhood days fond of dressing up as a boy, she becomes a village scholar sharing classes with Tu Zi Zheng (Chin Feng) and Wei Zhun Zhi (Ho Fan). When Fei E's innocent father is framed and sent to prison, she rushes to his rescue saving Jing Fu Quan (Kam Fie) who is in the hands of robbers along the way. Mistaking Fei E to be a noble hero, Fu Quan has no greater wish than to get married to her savior...", + "release_date": "1966-11-23" + }, + { + "original_name": "The Arrow", + "id": 9345, + "media_type": "tv", + "name": "The Arrow", + "vote_count": 0, + "vote_average": 0, + "poster_path": "/ai2NcWLz3c6MiP4aWHaMiVsnfmW.jpg", + "first_air_date": "", + "popularity": 0.6, + "genre_ids": [ + 99, + 18 + ], + "original_language": "en", + "backdrop_path": null, + "overview": "The Arrow is a four-hour miniseries produced for CBC Television in 1996, starring Dan Aykroyd as Crawford Gordon, experienced wartime production leader during World War II and president of A. V. Roe Canada during its attempt to produce the Avro Arrow supersonic jet interceptor. The film also stars Michael Ironside and Sara Botsford. The mini-series is noted as the highest viewership ever for a CBC program.\n\nOther significant individuals in the program, portrayed in the series, include RCAF pilot Flight Lieutenant Jack Woodman who conducted test flights on Avro aircraft but was supplanted by Janusz Żurakowski for the first few flights; Jim Chamberlin and James Floyd in the design team; Edward Critchley who would be asked to develop an engine for the Arrow when other models became unavailable.\n\nThe film also boasted cameos by Michael Moriarty as U.S. President Dwight D. Eisenhower, Michael Ironside as the director of the Central Intelligence Agency, and Christopher Plummer as George Hees.", + "origin_country": [ + "CA", + "US" + ] + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 399717, + "video": false, + "media_type": "movie", + "title": "Golden Arrow", + "popularity": 0.84, + "poster_path": "/dUEZSAlacUzVUyyaO9Y6oJsuhP6.jpg", + "original_language": "en", + "original_title": "Golden Arrow", + "genre_ids": [ + 35 + ], + "backdrop_path": null, + "adult": false, + "overview": "On a journey from Paris to London, a Briton, a Frenchman and an American bond with each other and indulge in a romantic fantasy about a girl they see.", + "release_date": "1949-12-31" + }, + { + "vote_average": 5, + "vote_count": 2, + "id": 283921, + "video": false, + "media_type": "movie", + "title": "The Black Arrow", + "popularity": 1.214, + "poster_path": "/lV2fvMgrlYlZR5maflTLR3mZ7gy.jpg", + "original_language": "en", + "original_title": "The Black Arrow", + "genre_ids": [ + 12, + 36 + ], + "backdrop_path": "/xuWp9xaOZ0k2rCWPn8WgG6hCUWl.jpg", + "adult": false, + "overview": "A young British nobleman comes back from fighting in the War of the Roses to discover that his father has been murdered by an old family friend who is now an outlaw. However, he becomes suspicious about the exact circumstances of his father's death and determines to find out exactly what happened.", + "release_date": "1948-03-18" + }, + { + "vote_average": 4.5, + "vote_count": 1, + "id": 234165, + "video": false, + "media_type": "movie", + "title": "Cupid's Arrow", + "popularity": 0.624, + "poster_path": "/hohQ1NZqFzAsFwHGdAXQvwAVD3D.jpg", + "original_language": "en", + "original_title": "BOOM! Das Sexperiment", + "genre_ids": [ + 35, + 18 + ], + "backdrop_path": "/aKxCKtfxF10lYMTtM4FdCax6wRr.jpg", + "adult": false, + "overview": "An innocent college couple unknowingly become involved in their Professor's illicit research into the manipulation of love and his recreation of the elusive \"Cupid's Arrow\".", + "release_date": "2010-01-01" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:33.4143277Z", + "ReducedUri": "/3/search/multi?query=Arrow&page=2&include_adult=false", + "RespData": { + "page": 2, + "total_results": 135, + "total_pages": 7, + "results": [ + { + "vote_average": 8.3, + "vote_count": 2, + "id": 149612, + "video": false, + "media_type": "movie", + "title": "The Black Arrow", + "popularity": 1.15, + "poster_path": "/jabsOHYwhUpYnE8xDcZkE8ka8mg.jpg", + "original_language": "en", + "original_title": "The Black Arrow", + "genre_ids": [ + 16, + 10751, + 12 + ], + "backdrop_path": null, + "adult": false, + "overview": "One plotting politician, Sir Daniel Brackley, is using the royal unrest to his advantage and unwittingly giving rise to the arrival of a medieval hero, Black Arrow, whose steel cross bow and stout heart are pitted against the kingdom's villains. Black Arrow is saving one final arrow for the assassin who murdered his good friend, Harry Shelton, and left young Richard Shelton fatherless. Join the exciting adventures of Richard Shelton and the mysterious Black Arrow, brought together through turmoil and tragedy to begin the adventure of a lifetime.", + "release_date": "1988-08-16" + }, + { + "vote_average": 5.8, + "vote_count": 4, + "id": 49351, + "video": false, + "media_type": "movie", + "title": "Welcome to Arrow Beach", + "popularity": 1.052, + "poster_path": "/bMQvYxtugLQ9wJ8J7DqUZm0xLhP.jpg", + "original_language": "en", + "original_title": "Welcome to Arrow Beach", + "genre_ids": [ + 27 + ], + "backdrop_path": null, + "adult": false, + "overview": "A hippie girl wandering on a California beach is taken in by a Korean War veteran who lives in a nearby mansion with his sister. The girl soon begins to suspect that the mansion is home to some very strange goings-on.", + "release_date": "1974-05-01" + }, + { + "vote_average": 5.2, + "vote_count": 53, + "id": 360799, + "video": false, + "media_type": "movie", + "title": "Arrowhead", + "popularity": 2.9, + "poster_path": "/qh0ne4EfyGskda3Z7VPZaObjIoZ.jpg", + "original_language": "en", + "original_title": "Arrowhead", + "genre_ids": [ + 28, + 12, + 9648, + 878 + ], + "backdrop_path": "/1TIJUY1ZntUW2PgfwxA7BFZzJsp.jpg", + "adult": false, + "overview": "Kye is a prisoner of war caught between two armies that he doesn't believe in. When offered an opportunity for freedom, Kye sets out on one last rescue mission only to become stranded when his ship crash lands. Kye soon realises that the deadliest creature on the desert moon is himself.", + "release_date": "2017-06-23" + }, + { + "vote_average": 6, + "vote_count": 1, + "id": 375419, + "video": false, + "media_type": "movie", + "title": "The Blue Arrow", + "popularity": 0.874, + "poster_path": "/fJVmWhAwrsYNOxQyWynfU5997Pb.jpg", + "original_language": "ru", + "original_title": "Голубая стрела", + "genre_ids": [ + 53, + 28 + ], + "backdrop_path": "/9hCKBD68ykHQoVB7OrcOLphW2hE.jpg", + "adult": false, + "overview": "An officer accidentally leaks information about the first test of a new aircraft model. When spies get hold of this classified information, the development of the new airplane is under threat.", + "release_date": "1958-01-26" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 351448, + "video": false, + "media_type": "movie", + "title": "Arrow Creek", + "popularity": 0.6, + "poster_path": "/qL5VKz3kF9rq6YuOjpIBXYmwF2y.jpg", + "original_language": "en", + "original_title": "Arrow Creek", + "genre_ids": [], + "backdrop_path": null, + "adult": false, + "overview": "Filmed on the Crow Indian reservation at Crow Agency, Montana, ARROW CREEK poetically interweaves elements that creates metaphors on cultural themes through sound/image juxtaposition (such as bull riding and the sound of a mass).", + "release_date": "1978-01-01" + }, + { + "original_name": "The Black Arrow", + "id": 72325, + "media_type": "tv", + "name": "The Black Arrow", + "vote_count": 0, + "vote_average": 0, + "poster_path": "/j4d1hvKRaanAlptpW7VQt2Z4Af.jpg", + "first_air_date": "1972-04-12", + "popularity": 0.6, + "genre_ids": [], + "original_language": "en", + "backdrop_path": null, + "overview": "Based on the novel by Robert Louis Stevenson, The Black Arrow tells the tale of Richard Shelton, a knight who avenges the death of his father during the War of the Roses. Richard is surrounded by enemies, some of whom he considers his most trusted companions.", + "origin_country": [] + }, + { + "original_name": "ストライクウィッチーズ Operation Victory Arrow", + "id": 67020, + "media_type": "tv", + "name": "Strike Witches: Operation Victory Arrow", + "vote_count": 0, + "vote_average": 0, + "poster_path": "/oFXfmkmKhlhUfiz1YlnBY2c6wS6.jpg", + "first_air_date": "2014-09-20", + "popularity": 0.6, + "genre_ids": [ + 16 + ], + "original_language": "ja", + "backdrop_path": "/lqDPsxWt9PKZW6aDq7Tn7OLoWFV.jpg", + "overview": "Operation Victory Arrow takes place in the time between the end of Operation Mars in the second season and the movie. Their are three 30-minute short stories that show the lives of some of the members who returned to their homes after season 2.", + "origin_country": [ + "JP" + ] + }, + { + "original_name": "Arrow: Blood Rush", + "id": 72895, + "media_type": "tv", + "name": "Arrow: Blood Rush", + "vote_count": 0, + "vote_average": 0, + "poster_path": null, + "first_air_date": "2013-11-06", + "popularity": 0.6, + "genre_ids": [], + "original_language": "en", + "backdrop_path": null, + "overview": "A six episode mini series broadcast online alongside Arrow. Felicity meets Roy and has a special mission for him.", + "origin_country": [] + }, + { + "vote_average": 5.8, + "vote_count": 4, + "id": 176259, + "video": false, + "media_type": "movie", + "title": "The Golden Arrow", + "popularity": 0.768, + "poster_path": "/9jeyUJ0bfoniElAnkHhVj07jgvr.jpg", + "original_language": "en", + "original_title": "The Golden Arrow", + "genre_ids": [ + 10751, + 35 + ], + "backdrop_path": null, + "adult": false, + "overview": "A fake heiress marries a common reporter to thwart the advances of gold-digging playboys.", + "release_date": "1936-05-23" + }, + { + "vote_average": 5.9, + "vote_count": 12, + "id": 61049, + "video": false, + "media_type": "movie", + "title": "Arrowhead", + "popularity": 2.107, + "poster_path": "/uWAojCDwbNMju58qglMAwJDM72k.jpg", + "original_language": "en", + "original_title": "Arrowhead", + "genre_ids": [ + 28, + 37 + ], + "backdrop_path": "/jpovjaJWb8uLm4d7FXQUM1jH7r8.jpg", + "adult": false, + "overview": "Director Charles Marquis Warren's 1953 western stars Charlton Heston and Jack Palance.", + "release_date": "1953-08-03" + }, + { + "vote_average": 1, + "vote_count": 1, + "id": 256230, + "video": false, + "media_type": "movie", + "title": "The Black Arrow", + "popularity": 0.6, + "poster_path": "/6VKtCWaaoKvHAB3kHtjsTwfIHeT.jpg", + "original_language": "ru", + "original_title": "Черная стрела", + "genre_ids": [ + 12 + ], + "backdrop_path": "/f1thSDJi2zRkk4bKy7HSTxoy0Xb.jpg", + "adult": false, + "overview": "Adventurous movie based on classical Robert Louis Stevenson novel.", + "release_date": "1985-05-12" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 566662, + "video": false, + "media_type": "movie", + "title": "Poison Arrow Frog", + "popularity": 0.6, + "poster_path": "/tLwfIquCtDb0BfYsrk8pbAcOAoB.jpg", + "original_language": "sv", + "original_title": "Pilgiftsgrodorna", + "genre_ids": [ + 16 + ], + "backdrop_path": null, + "adult": false, + "overview": "At the museum they suddenly realise that one of the poison arrow frogs has escaped from its cage. Panic! Everyone is terrified, because the poison arrow frog is one of the world's most poisonous creatures. But fortunately there's a hero at the museum that day! We're not going to give away how he saves everyone, but let's just say that frogs and people aren't that different after all.", + "release_date": "2007-01-27" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 204602, + "video": false, + "media_type": "movie", + "title": "The House of the Arrow", + "popularity": 0.895, + "poster_path": "/tm2LqElUwFYEsnaUeaZyf7cjMrY.jpg", + "original_language": "en", + "original_title": "The House of the Arrow", + "genre_ids": [ + 9648 + ], + "backdrop_path": null, + "adult": false, + "overview": "A London solicitor and a French detective investigate the mysterious death of an elderly woman suspected of being poisoned.", + "release_date": "1953-08-01" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 564372, + "video": false, + "media_type": "movie", + "title": "Coldplay: Time's Arrow", + "popularity": 0.6, + "poster_path": "/fI8DJOiO3IKjKWEbERdiuhiukL8.jpg", + "original_language": "en", + "original_title": "Coldplay: Time's Arrow", + "genre_ids": [], + "backdrop_path": null, + "adult": false, + "overview": "Coldplay's career trajectory to date could barely have been more perfect. And while, for a manufactured act or the latest pop idol, such a feat may be the result of a marketing mastermind who will move onto the next pretty young thing once the initial hoo-ha of his current project has subsided, Coldplay's success has been built on a wholly different kind of genius - one otherwise known as pure, unadulterated talent. This DVD celebrates this extraordinary group's first decade in the music business, a period after which they remain right at the top of their game and with a future looking as bright as the sun and as assured as death and taxes for all.", + "release_date": "" + }, + { + "vote_average": 6.7, + "vote_count": 3, + "id": 199183, + "video": false, + "media_type": "movie", + "title": "The Flute and the Arrow", + "popularity": 0.6, + "poster_path": "/9SC0ObwqWx62d5gVDyxSOl92TwB.jpg", + "original_language": "sv", + "original_title": "En djungelsaga", + "genre_ids": [ + 18, + 99, + 12 + ], + "backdrop_path": "/yKul83YwyVp9EV4RKyVTwxIIQ4Y.jpg", + "adult": false, + "overview": "The Flute and the Arrow (Swedish: En Djungelsaga) is a 1957 Swedish drama film directed by Arne Sucksdorff. It was entered into the 1958 Cannes Film Festival.", + "release_date": "1957-12-26" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 493313, + "video": false, + "media_type": "movie", + "title": "The Arrow of Time", + "popularity": 0.6, + "poster_path": "/fh0sRSiju7pnXZNwGccKQ8CT528.jpg", + "original_language": "en", + "original_title": "The Arrow of Time", + "genre_ids": [ + 99 + ], + "backdrop_path": null, + "adult": false, + "overview": "Mikhail Gorbachev led the Soviet Union into a new era by negotiating far-reaching nuclear arms reductions with the United States. In so doing, he was the main force in ending the Cold War peacefully, which then resulted in a united Germany and a united Europe. Fast-forward to 2017, and the world stands again at disunity, the brink of a new Cold War. How did we get here?", + "release_date": "2017-10-10" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 503331, + "video": false, + "media_type": "movie", + "title": "Gold Moon, Sharp Arrow", + "popularity": 0.6, + "poster_path": null, + "original_language": "en", + "original_title": "Gold Moon, Sharp Arrow", + "genre_ids": [], + "backdrop_path": null, + "adult": false, + "overview": "Against a backdrop of electrocution, dominance, and scientific precision, wasps nest in an abandoned refrigerator, eyelashes flutter, curtains blow in open windows, and queers congregate. Adapting Stanley Milgram's 1963 experiment on obedience to authority, \"Gold Moon, Sharp Arrow\" explores how queer communities reenact, resist, and respond to assimilation, coercion, and trauma.", + "release_date": "" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 498709, + "video": false, + "media_type": "movie", + "title": "Batman V Arrow", + "popularity": 0.6, + "poster_path": "/yxSeICH75OGzzzxcDsfnVEuLMVC.jpg", + "original_language": "en", + "original_title": "Batman V Arrow", + "genre_ids": [ + 28 + ], + "backdrop_path": null, + "adult": false, + "overview": "After The Riddler leads Batman to Star City, he must unite with a fellow vigilante, The Arrow, but the two do not see eye to eye.", + "release_date": "2016-01-01" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 546390, + "video": false, + "media_type": "movie", + "title": "The White Arrow", + "popularity": 0.6, + "poster_path": null, + "original_language": "en", + "original_title": "The White Arrow", + "genre_ids": [], + "backdrop_path": null, + "adult": false, + "overview": "A misunderstood country. A rock n roller dumped by his label. The White Arrow is a story of a musician seeking his own redemption by reaching out to the most ostracised country on earth.", + "release_date": "" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 369153, + "video": false, + "media_type": "movie", + "title": "Arrow to the Sun", + "popularity": 0.6, + "poster_path": "/lvpmwtstJNrthRCog8KmjgAUhcm.jpg", + "original_language": "en", + "original_title": "Arrow to the Sun", + "genre_ids": [ + 16 + ], + "backdrop_path": null, + "adult": false, + "overview": "An animated retelling of a Pueblo tale, in which a mysterious boy seeks his father.", + "release_date": "1973-01-01" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:41.2036155Z", + "ReducedUri": "/3/search/person?query=Willis&include_adult=false", + "RespData": { + "page": 1, + "total_results": 272, + "total_pages": 14, + "results": [ + { + "popularity": 17.767, + "id": 62, + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "name": "Bruce Willis", + "known_for": [ + { + "vote_average": 8.4, + "vote_count": 13904, + "id": 680, + "video": false, + "media_type": "movie", + "title": "Pulp Fiction", + "popularity": 32.231, + "poster_path": "/dM2w364MScsjFf8pfMbaWUcWrR.jpg", + "original_language": "en", + "original_title": "Pulp Fiction", + "genre_ids": [ + 53, + 80 + ], + "backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg", + "adult": false, + "overview": "A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.", + "release_date": "1994-09-10" + }, + { + "vote_average": 7.2, + "vote_count": 9056, + "id": 381288, + "video": false, + "media_type": "movie", + "title": "Split", + "popularity": 58.77, + "poster_path": "/rXMWOZiCt6eMX22jWuTOSdQ98bY.jpg", + "original_language": "en", + "original_title": "Split", + "genre_ids": [ + 27, + 53 + ], + "backdrop_path": "/4G6FNNLSIVrwSRZyFs91hQ3lZtD.jpg", + "adult": false, + "overview": "Though Kevin has evidenced 23 personalities to his trusted psychiatrist, Dr. Fletcher, there remains one still submerged who is set to materialize and dominate all the others. Compelled to abduct three teenage girls led by the willful, observant Casey, Kevin reaches a war for survival among all of those contained within him — as well as everyone around him — as the walls between his compartments shatter apart.", + "release_date": "2017-01-19" + }, + { + "vote_average": 6.8, + "vote_count": 6351, + "id": 59967, + "video": false, + "media_type": "movie", + "title": "Looper", + "popularity": 14.622, + "poster_path": "/sNjL6SqErDBE8OUZlrDLkexfsCj.jpg", + "original_language": "en", + "original_title": "Looper", + "genre_ids": [ + 28, + 53, + 878 + ], + "backdrop_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "adult": false, + "overview": "In the futuristic action thriller Looper, time travel will be invented but it will be illegal and only available on the black market. When the mob wants to get rid of someone, they will send their target 30 years into the past where a looper, a hired gun, like Joe is waiting to mop up. Joe is getting rich and life is good until the day the mob decides to close the loop, sending back Joe's future self for assassination.", + "release_date": "2012-09-26" + } + ], + "adult": false + }, + { + "popularity": 1.716, + "id": 83149, + "profile_path": "/g0senkqHarzlxMl0MT68bTNdMpy.jpg", + "name": "Willis Bouchey", + "known_for": [ + { + "vote_average": 7.7, + "vote_count": 421, + "id": 11697, + "video": false, + "media_type": "movie", + "title": "The Man Who Shot Liberty Valance", + "popularity": 7.51, + "poster_path": "/4efvLpJXzrVMW72blwub9wWYCmc.jpg", + "original_language": "en", + "original_title": "The Man Who Shot Liberty Valance", + "genre_ids": [ + 37 + ], + "backdrop_path": "/i5BVAFExVw7IyohdXF8sUcP3Ha0.jpg", + "adult": false, + "overview": "A senator, who became famous for killing a notorious outlaw, returns for the funeral of an old friend and tells the truth about his deed.", + "release_date": "1962-04-22" + }, + { + "original_name": "The Twilight Zone", + "id": 6357, + "media_type": "tv", + "name": "The Twilight Zone", + "vote_count": 246, + "vote_average": 8.21, + "poster_path": "/7uY4pCOxbEdv4M8jTE4uMPVoSIW.jpg", + "first_air_date": "1959-10-02", + "popularity": 9.005, + "genre_ids": [ + 35, + 18, + 9648, + 10765 + ], + "original_language": "en", + "backdrop_path": "/lKdKgLoLPmnHoUXunrcSAuBhAJx.jpg", + "overview": "A series of unrelated stories containing drama, psychological thriller, fantasy, science fiction, suspense, and/or horror, often concluding with a macabre or unexpected twist.", + "origin_country": [ + "US" + ] + }, + { + "vote_average": 7.8, + "vote_count": 161, + "id": 14580, + "video": false, + "media_type": "movie", + "title": "The Big Heat", + "popularity": 6.786, + "poster_path": "/n1xdAX2g6PU3aqQXmZtY9gXvvEz.jpg", + "original_language": "en", + "original_title": "The Big Heat", + "genre_ids": [ + 80, + 18 + ], + "backdrop_path": "/2ZbRnBXoPAQcnziA60NuLOr2L56.jpg", + "adult": false, + "overview": "Dave Bannion is an upright cop on the trail of a vicious gang he suspects holds power over the police force. Bannion is tipped off after a colleague's suicide and his fellow officers' suspicious silence lead him to believe that they are on the gangsters' payroll. When a bomb meant for him kills his wife instead, Bannion becomes a furious force of vengeance and justice, aided along the way by the gangster's spurned girlfriend Debbie. As Bannion and Debbie fall further and further into the Gangland's insidious and brutal trap, they must use any means necessary (including murder) to get to the truth.", + "release_date": "1953-10-14" + } + ], + "adult": false + }, + { + "popularity": 1.614, + "id": 227019, + "profile_path": "/lfWHKuzcK2W24ie7DLwipm715L1.jpg", + "name": "Pete Willis", + "known_for": [ + { + "vote_average": 7, + "vote_count": 1, + "id": 57835, + "video": false, + "media_type": "movie", + "title": "Classic Albums: Def Leppard - Hysteria", + "popularity": 0.621, + "poster_path": "/dr0GXFgDbiF5a9fiaLbYNwYFBVM.jpg", + "original_language": "en", + "original_title": "Classic Albums: Def Leppard - Hysteria", + "genre_ids": [ + 99, + 10402 + ], + "backdrop_path": "/hG7ToxUMwUC2zUM15TI5h8ReLUH.jpg", + "adult": false, + "overview": "This program takes a track by track look at the making of the album. We speak to Joe Elliott, Rick Allen, Phil Collen, and Rick Savage who lead us through the original multitrack tapes. Joe and Phil play acoustic versions of 'Pour Some Sugar On Me\" and \"Hysteria,\" and Sav and Phil demonstrate riffs and licks from the songs, and explain the genesis of the songwriting. Features songs: Animal, Rocket, Love Bites, Hysteria, Women, Armageddon It, and Pour Some Sugar On Me. In this episode of the CLASSIC ALBUMS series, the surviving members of Def Leppard discuss the making of HYSTERIA as they sort through and explain the original multi-track tapes. In addition, some impromptu acoustic performances and musical demonstrations further dissect this classic album", + "release_date": "2002-03-04" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 129325, + "video": true, + "media_type": "movie", + "title": "Def Leppard: Best of the Videos", + "popularity": 0.6, + "poster_path": "/bloviTwzHM9ONMFldEI15T2B6Zr.jpg", + "original_language": "en", + "original_title": "Def Leppard: Best of the Videos", + "genre_ids": [ + 10402 + ], + "backdrop_path": null, + "adult": false, + "overview": "Best Of The Videos' was released in October 2004 to accompany the album 'Best Of Def Leppard' which was released on the same day. The third long form DVD release from the band. It contains 32 videos in all, including the three hidden bonus clips. These are available at the start of videos 8, 22 and 23 if the DVD is played from the start. A Def Leppard pyrite font \"D\" appears in the top right of the screen as these videos begin. By pressing ENTER you start the bonus version. A mistake meant the bonus for \"Slang\" plays as track 8, the normal version is the hidden one. The cover was the same as the album artwork. The inner booklet and CD also had a similar design. The sound on the 1984 'BOTH' video is from 1981.", + "release_date": "2004-10-25" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 61253, + "video": false, + "media_type": "movie", + "title": "Def Leppard - Historia", + "popularity": 0.6, + "poster_path": "/cKx81m5ZeZwjcv11LPflibF7uRa.jpg", + "original_language": "en", + "original_title": "Def Leppard - Historia", + "genre_ids": [ + 10402 + ], + "backdrop_path": "/r5zxtpqp0MSt73MNqtLUq3kUCjz.jpg", + "adult": false, + "overview": "Historia songs: Hello America, Let It Go, High 'N' Dry, Bringin' on the Heartbreak (Version I with Pete Willis), Photograph, Rock of Ages, Foolin', Too Late For Love, Rock! Rock! (Till You Drop), Bringin' on the Heartbreak (Version II with Phil Collen), Me and My Wine, Women, Animal, Pour Some Sugar On Me (U.K. Version), Hysteria, Armageddon It (Live), Pour Some Sugar On Me (U.S. Version), and Love Bites", + "release_date": "1988-06-06" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 1193829, + "profile_path": null, + "name": "Marlene Willis", + "known_for": [ + { + "vote_average": 4.7, + "vote_count": 22, + "id": 44585, + "video": false, + "media_type": "movie", + "title": "Attack of the Puppet People", + "popularity": 1.982, + "poster_path": "/rZ8T8fUgBaLjXIkyMdEiBEhzo35.jpg", + "original_language": "en", + "original_title": "Attack of the Puppet People", + "genre_ids": [ + 27, + 878 + ], + "backdrop_path": "/vp25W1cFKGbGHR596rCZz3xgN5c.jpg", + "adult": false, + "overview": "A deranged scientist creates a ray that can shrink people down to doll size.", + "release_date": "1958-04-01" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 338022, + "video": false, + "media_type": "movie", + "title": "Rockabilly Baby", + "popularity": 0.878, + "poster_path": "/6wn9yP4gAj8XolWZIc0wDEEm4Lq.jpg", + "original_language": "en", + "original_title": "Rockabilly Baby", + "genre_ids": [ + 10751, + 10402 + ], + "backdrop_path": null, + "adult": false, + "overview": "The mysterious Mrs. Eleanor Carter moves to Springfield with her two teen-age children Jimmy and Cathy. Eleanor makes friends with the town's social leader, Mrs. Wellington, who supports her idea for a town youth center, and she is aided by Tom Griffith, the high school principal. At the town's annual picnic, to which Eleanor has bought a band (Les Brown and His Band of Reknown), the town busy-body, Eunice, reveals what she had learned from Eleanor's past.", + "release_date": "1957-10-30" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 97267, + "profile_path": null, + "name": "Susan Willis", + "known_for": [ + { + "vote_average": 6.3, + "vote_count": 814, + "id": 9276, + "video": false, + "media_type": "movie", + "title": "The Faculty", + "popularity": 7.977, + "poster_path": "/6L1SgKyzDy5x2oEskUyfMcdVed2.jpg", + "original_language": "en", + "original_title": "The Faculty", + "genre_ids": [ + 27, + 878 + ], + "backdrop_path": "/xuHuW4XhghQpVJSIna7JBb60bva.jpg", + "adult": false, + "overview": "When some very creepy things start happening around school, the kids at Herrington High make a chilling discovery that confirms their worst suspicions: their teachers really are from another planet! As mind-controlling parasites rapidly begin spreading from the faculty to the students' bodies, it's ultimately up to the few who are left – an unlikely collection of loners, leaders, nerds and jocks – to save the world from alien domination.", + "release_date": "1998-12-25" + }, + { + "vote_average": 6.8, + "vote_count": 364, + "id": 10276, + "video": false, + "media_type": "movie", + "title": "What About Bob?", + "popularity": 5.862, + "poster_path": "/fopJnM6MCZilYM6nRpglWdFndt1.jpg", + "original_language": "en", + "original_title": "What About Bob?", + "genre_ids": [ + 35 + ], + "backdrop_path": "/wwnrt4JclIW5P4jaWnINziGrdmo.jpg", + "adult": false, + "overview": "Before going on vacation, self-involved psychiatrist Dr. Leo Marvin has the misfortune of taking on a new patient: Bob Wiley. An exemplar of neediness and a compendium of phobias, Bob follows Marvin to his family's country house. Dr. Marvin tries to get him to leave; the trouble is, everyone loves Bob. As his oblivious patient makes himself at home, Dr. Marvin loses his professional composure and, before long, may be ready for the loony bin himself.", + "release_date": "1991-05-17" + }, + { + "vote_average": 6.7, + "vote_count": 310, + "id": 11086, + "video": false, + "media_type": "movie", + "title": "The Majestic", + "popularity": 7.874, + "poster_path": "/A7P4oUpLl4tmgUn0oQjTb0nRjW4.jpg", + "original_language": "en", + "original_title": "The Majestic", + "genre_ids": [ + 18, + 10749, + 35 + ], + "backdrop_path": "/55gGvO7h1g1OZBiph0NRbqF8Gdj.jpg", + "adult": false, + "overview": "Set in 1951, a blacklisted Hollywood writer gets into a car accident, loses his memory and settles down in a small town where he is mistaken for a long-lost son.", + "release_date": "2001-12-21" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 20848, + "profile_path": "/1zTYqeOsMzF2sVihlQravksTOl0.jpg", + "name": "Rumer Willis", + "known_for": [ + { + "vote_average": 5.6, + "vote_count": 984, + "id": 12620, + "video": false, + "media_type": "movie", + "title": "The House Bunny", + "popularity": 7.873, + "poster_path": "/r4QlWdvduWGJdiGlYiwIsDC1kPu.jpg", + "original_language": "en", + "original_title": "The House Bunny", + "genre_ids": [ + 10749, + 35 + ], + "backdrop_path": "/4YHdxPEMtIWp8leQ7xoMGuGqeOD.jpg", + "adult": false, + "overview": "Shelley is living a carefree life until a rival gets her tossed out of the Playboy Mansion. With nowhere to go, fate delivers her to the sorority girls from Zeta Alpha Zeta. Unless they can sign a new pledge class, the seven socially clueless women will lose their house to the scheming girls of Phi Iota Mu. In order to accomplish their goal, they need Shelley to teach them the ways of makeup and men; at the same time, Shelley needs some of what the Zetas have - a sense of individuality. The combination leads all the girls to learn how to stop pretending and start being themselves.", + "release_date": "2008-08-22" + }, + { + "vote_average": 6.3, + "vote_count": 776, + "id": 2026, + "video": false, + "media_type": "movie", + "title": "Hostage", + "popularity": 9.793, + "poster_path": "/simhaVNOea3uhRUM0gT8WdidEto.jpg", + "original_language": "en", + "original_title": "Hostage", + "genre_ids": [ + 9648, + 18, + 53, + 80 + ], + "backdrop_path": "/g7wkbceph08nz6tCXpQvoCJH8aP.jpg", + "adult": false, + "overview": "When a mafia accountant is taken hostage on his beat, a police officer – wracked by guilt from a prior stint as a negotiator – must negotiate the standoff, even as his own family is held captive by the mob.", + "release_date": "2005-03-10" + }, + { + "original_name": "Pretty Little Liars", + "id": 31917, + "media_type": "tv", + "name": "Pretty Little Liars", + "vote_count": 440, + "vote_average": 6.31, + "poster_path": "/aUPbHiLS3hCHKjtLsncFa9g0viV.jpg", + "first_air_date": "2010-06-08", + "popularity": 44.374, + "genre_ids": [ + 18, + 9648 + ], + "original_language": "en", + "backdrop_path": "/rQGBjWNveVeF8f2PGRtS85w9o9r.jpg", + "overview": "Based on the Pretty Little Liars series of young adult novels by Sara Shepard, the series follows the lives of four girls — Spencer, Hanna, Aria, and Emily — whose clique falls apart after the disappearance of their queen bee, Alison. One year later, they begin receiving messages from someone using the name \"A\" who threatens to expose their secrets — including long-hidden ones they thought only Alison knew.", + "origin_country": [ + "US" + ] + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 9914, + "profile_path": "/iS3m6X3rfbdG1ZETyGdmIu6DvOx.jpg", + "name": "Austin Willis", + "known_for": [ + { + "vote_average": 7.4, + "vote_count": 1557, + "id": 658, + "video": false, + "media_type": "movie", + "title": "Goldfinger", + "popularity": 16.706, + "poster_path": "/vBNbFU3OS6okJIQBOos1aZXpy2Z.jpg", + "original_language": "en", + "original_title": "Goldfinger", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/iyD72nJFBGbEIrpQjzdhE3wFxPL.jpg", + "adult": false, + "overview": "Special agent 007 comes face to face with one of the most notorious villains of all time, and now he must outwit and outgun the powerful tycoon to prevent him from cashing in on a devious scheme to raid Fort Knox -- and obliterate the world's economy.", + "release_date": "1964-09-17" + }, + { + "vote_average": 6, + "vote_count": 210, + "id": 10724, + "video": false, + "media_type": "movie", + "title": "Firefox", + "popularity": 8.118, + "poster_path": "/1QK1xhmvnLLZhDC8DNaFt08psp9.jpg", + "original_language": "en", + "original_title": "Firefox", + "genre_ids": [ + 878, + 28, + 12, + 53 + ], + "backdrop_path": "/yIvxB5Gbq27ZexGgmKLcuDVTq1c.jpg", + "adult": false, + "overview": "The Soviets have developed a revolutionary new jet fighter, called \"Firefox\". Naturally, the British are worried that the jet will be used as a first-strike weapon, as rumours say that the jet is indetectable on radar. They send ex-Vietnam War pilot Mitchell Gant on a covert mission into the Soviet Union to steal Firefox.", + "release_date": "1982-06-13" + }, + { + "vote_average": 6.8, + "vote_count": 71, + "id": 26690, + "video": false, + "media_type": "movie", + "title": "The Boston Strangler", + "popularity": 3.669, + "poster_path": "/yBSEUuuiDF3SCTphCF3OchvCZP0.jpg", + "original_language": "en", + "original_title": "The Boston Strangler", + "genre_ids": [ + 80, + 18, + 9648, + 53 + ], + "backdrop_path": "/lie8FEh88QGIOTghC881h5g3YKk.jpg", + "adult": false, + "overview": "Boston is being terrorized by a series of seemingly random murders of women. Based on the true story, the film follows the investigators path through several leads before introducing the Strangler as a character. It is seen almost exclusively from the point of view of the investigators who have very few clues to build a case upon.", + "release_date": "1968-10-08" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 1503, + "profile_path": null, + "name": "Willis Goldbeck", + "known_for": [ + { + "vote_average": 7.7, + "vote_count": 421, + "id": 11697, + "video": false, + "media_type": "movie", + "title": "The Man Who Shot Liberty Valance", + "popularity": 7.51, + "poster_path": "/4efvLpJXzrVMW72blwub9wWYCmc.jpg", + "original_language": "en", + "original_title": "The Man Who Shot Liberty Valance", + "genre_ids": [ + 37 + ], + "backdrop_path": "/i5BVAFExVw7IyohdXF8sUcP3Ha0.jpg", + "adult": false, + "overview": "A senator, who became famous for killing a notorious outlaw, returns for the funeral of an old friend and tells the truth about his deed.", + "release_date": "1962-04-22" + }, + { + "vote_average": 7.8, + "vote_count": 396, + "id": 136, + "video": false, + "media_type": "movie", + "title": "Freaks", + "popularity": 7.001, + "poster_path": "/9hmmE4K6tOEXB1KeTajIC0pNta6.jpg", + "original_language": "en", + "original_title": "Freaks", + "genre_ids": [ + 18, + 27 + ], + "backdrop_path": "/vYmJOrvjHl9trvRsmrmpYoQUCse.jpg", + "adult": false, + "overview": "A circus' beautiful trapeze artist agrees to marry the leader of side-show performers, but his deformed friends discover she is only marrying him for his inheritance.", + "release_date": "1932-02-12" + }, + { + "vote_average": 7.2, + "vote_count": 31, + "id": 43040, + "video": false, + "media_type": "movie", + "title": "Sergeant Rutledge", + "popularity": 2.033, + "poster_path": "/9LSKkf9Wv5hqSwzV2r4nOp54X8j.jpg", + "original_language": "en", + "original_title": "Sergeant Rutledge", + "genre_ids": [ + 80, + 37 + ], + "backdrop_path": "/7xgAA46Q72QZOMrNYCQJfJRNt5a.jpg", + "adult": false, + "overview": "Respected black cavalry Sergeant Brax Rutledge stands court-martial for raping and killing a white woman and murdering her father, his superior officer.", + "release_date": "1960-05-18" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 3097, + "profile_path": "/6gOmfatlF7UdhaHi2tPsZMb5vmz.jpg", + "name": "Gordon Willis", + "known_for": [ + { + "vote_average": 8.6, + "vote_count": 9215, + "id": 238, + "video": false, + "media_type": "movie", + "title": "The Godfather", + "popularity": 23.638, + "poster_path": "/d4KNaTrltq6bpkFS01pYtyXa09m.jpg", + "original_language": "en", + "original_title": "The Godfather", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/6xKCYgH16UuwEGAyroLU6p8HLIn.jpg", + "adult": false, + "overview": "Spanning the years 1945 to 1955, a chronicle of the fictional Italian-American Corleone crime family. When organized crime family patriarch, Vito Corleone barely survives an attempt on his life, his youngest son, Michael steps in to take care of the would-be killers, launching a campaign of bloody revenge.", + "release_date": "1972-03-14" + }, + { + "vote_average": 8.5, + "vote_count": 5375, + "id": 240, + "video": false, + "media_type": "movie", + "title": "The Godfather: Part II", + "popularity": 18.489, + "poster_path": "/bVq65huQ8vHDd1a4Z37QtuyEvpA.jpg", + "original_language": "en", + "original_title": "The Godfather: Part II", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/gLbBRyS7MBrmVUNce91Hmx9vzqI.jpg", + "adult": false, + "overview": "In the continuing saga of the Corleone crime family, a young Vito Corleone grows up in Sicily and in 1910s New York. In the 1950s, Michael Corleone attempts to expand the family business into Las Vegas, Hollywood and Cuba.", + "release_date": "1974-12-20" + }, + { + "vote_average": 7.3, + "vote_count": 2627, + "id": 242, + "video": false, + "media_type": "movie", + "title": "The Godfather: Part III", + "popularity": 11.088, + "poster_path": "/1hdm3Axw9LjITbApvAXBbqO58zE.jpg", + "original_language": "en", + "original_title": "The Godfather: Part III", + "genre_ids": [ + 80, + 18, + 53 + ], + "backdrop_path": "/dEuqTwwhfvk66jUKQa7bMqM5Cf7.jpg", + "adult": false, + "overview": "In the midst of trying to legitimize his business dealings in 1979 New York and Italy, aging mafia don, Michael Corleone seeks forgiveness for his sins while taking a young protege under his wing.", + "release_date": "1990-12-24" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 1857424, + "profile_path": null, + "name": "Rachel Willis", + "known_for": [ + { + "vote_average": 7.4, + "vote_count": 5778, + "id": 18, + "video": false, + "media_type": "movie", + "title": "The Fifth Element", + "popularity": 17.974, + "poster_path": "/zaFa1NRZEnFgRTv5OVXkNIZO78O.jpg", + "original_language": "en", + "original_title": "The Fifth Element", + "genre_ids": [ + 12, + 14, + 28, + 53, + 878 + ], + "backdrop_path": "/qlGoGQSVMzIjGbpvXzZUOH1FjNu.jpg", + "adult": false, + "overview": "In 2257, a taxi driver is unintentionally given the task of saving a young girl who is part of the key that will ensure the survival of humanity.", + "release_date": "1997-05-07" + } + ], + "adult": false + }, + { + "popularity": 1.38, + "id": 2003250, + "profile_path": null, + "name": "Anthony B. Willis", + "known_for": [ + { + "vote_average": 7.6, + "vote_count": 4915, + "id": 82702, + "video": false, + "media_type": "movie", + "title": "How to Train Your Dragon 2", + "popularity": 29.199, + "poster_path": "/lRjOR4uclMQijUav4OjeZprlehu.jpg", + "original_language": "en", + "original_title": "How to Train Your Dragon 2", + "genre_ids": [ + 14, + 28, + 12, + 16, + 35, + 10751 + ], + "backdrop_path": "/kxMnGToxk5EtDhTBuz3kkZPzg1b.jpg", + "adult": false, + "overview": "The thrilling second chapter of the epic How To Train Your Dragon trilogy brings back the fantastical world of Hiccup and Toothless five years later. While Astrid, Snotlout and the rest of the gang are challenging each other to dragon races (the island's new favorite contact sport), the now inseparable pair journey through the skies, charting unmapped territories and exploring new worlds. When one of their adventures leads to the discovery of a secret ice cave that is home to hundreds of new wild dragons and the mysterious Dragon Rider, the two friends find themselves at the center of a battle to protect the peace.", + "release_date": "2014-06-09" + }, + { + "vote_average": 6.3, + "vote_count": 1626, + "id": 172385, + "video": false, + "media_type": "movie", + "title": "Rio 2", + "popularity": 9.434, + "poster_path": "/jZcF7xZVvrX2A4qNOqeHpmtbdBT.jpg", + "original_language": "en", + "original_title": "Rio 2", + "genre_ids": [ + 12, + 35, + 10751, + 10402, + 16 + ], + "backdrop_path": "/bRQPOVpvBmvep9WYnGcKguxjlg2.jpg", + "adult": false, + "overview": "It's a jungle out there for Blu, Jewel and their three kids after they're hurtled from Rio de Janeiro to the wilds of the Amazon. As Blu tries to fit in, he goes beak-to-beak with the vengeful Nigel, and meets the most fearsome adversary of all: his father-in-law.", + "release_date": "2014-03-19" + }, + { + "vote_average": 7.1, + "vote_count": 1230, + "id": 364689, + "video": false, + "media_type": "movie", + "title": "Ferdinand", + "popularity": 13.929, + "poster_path": "/rMm94JsRfcOPiPVsTRcBiiVBOhz.jpg", + "original_language": "en", + "original_title": "Ferdinand", + "genre_ids": [ + 16, + 10751, + 12, + 35 + ], + "backdrop_path": "/sTOhZruocNubL0HxjvdouwCEL9I.jpg", + "adult": false, + "overview": "Ferdinand, a little bull, prefers sitting quietly under a cork tree just smelling the flowers versus jumping around, snorting, and butting heads with other bulls. As Ferdinand grows big and strong, his temperament remains mellow, but one day five men come to choose the \"biggest, fastest, roughest bull\" for the bullfights in Madrid and Ferdinand is mistakenly chosen. Based on the classic 1936 children's book by Munro Leaf.", + "release_date": "2017-12-09" + } + ], + "adult": false + }, + { + "popularity": 0.982, + "id": 206675, + "profile_path": "/5KsTbghOK8P0mIfJAwtyt2UAJw0.jpg", + "name": "Katherine Willis", + "known_for": [ + { + "original_name": "Prison Break", + "id": 2288, + "media_type": "tv", + "name": "Prison Break", + "vote_count": 1036, + "vote_average": 7.5, + "poster_path": "/5E1BhkCgjLBlqx557Z5yzcN0i88.jpg", + "first_air_date": "2005-08-29", + "popularity": 80.374, + "genre_ids": [ + 10759, + 80, + 18 + ], + "original_language": "en", + "backdrop_path": "/92OPBZpLc82y8CzOtrQ8P9RDvIN.jpg", + "overview": "Due to a political conspiracy, an innocent man is sent to death row and his only hope is his brother, who makes it his mission to deliberately get himself sent to the same prison in order to break the both of them out, from the inside out.", + "origin_country": [ + "US" + ] + }, + { + "vote_average": 7.4, + "vote_count": 828, + "id": 11615, + "video": false, + "media_type": "movie", + "title": "The Life of David Gale", + "popularity": 8.009, + "poster_path": "/pwwDzbmTErcUFUPCV2fGSlHm4WP.jpg", + "original_language": "en", + "original_title": "The Life of David Gale", + "genre_ids": [ + 18, + 53, + 80 + ], + "backdrop_path": "/36EF5e1ZUJv6xnkOTm5s4vM33SC.jpg", + "adult": false, + "overview": "A man against capital punishment is accused of murdering a fellow activist and is sent to death row.", + "release_date": "2003-02-21" + }, + { + "vote_average": 6.3, + "vote_count": 814, + "id": 9276, + "video": false, + "media_type": "movie", + "title": "The Faculty", + "popularity": 7.977, + "poster_path": "/6L1SgKyzDy5x2oEskUyfMcdVed2.jpg", + "original_language": "en", + "original_title": "The Faculty", + "genre_ids": [ + 27, + 878 + ], + "backdrop_path": "/xuHuW4XhghQpVJSIna7JBb60bva.jpg", + "adult": false, + "overview": "When some very creepy things start happening around school, the kids at Herrington High make a chilling discovery that confirms their worst suspicions: their teachers really are from another planet! As mind-controlling parasites rapidly begin spreading from the faculty to the students' bodies, it's ultimately up to the few who are left – an unlikely collection of loners, leaders, nerds and jocks – to save the world from alien domination.", + "release_date": "1998-12-25" + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 1242560, + "profile_path": null, + "name": "Casey Willis", + "known_for": [ + { + "original_name": "Archer", + "id": 10283, + "media_type": "tv", + "name": "Archer", + "vote_count": 474, + "vote_average": 7.87, + "poster_path": "/eXu3OQ1tRgiKsiKMifvNdwwwTQc.jpg", + "first_air_date": "2009-09-16", + "popularity": 27.86, + "genre_ids": [ + 10759, + 16, + 18, + 35 + ], + "original_language": "en", + "backdrop_path": "/lX8Ic3A76JaZtbKvQoozIMr3XxB.jpg", + "overview": "Sterling Archer is the world's most daunting spy. He works for ISIS, a spy agency run by his mother. In between dealing with his boss and his co-workers - one of whom is his ex-girlfriend - Archer manages to annoy or seduce everyone that crosses his path. His antics are only excusable because at the end of the day, he still somehow always manages to thwart whatever crises was threatening mankind.", + "origin_country": [ + "US" + ] + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 53668, + "profile_path": "/l9FEfj4AhTAJwZ2T4b2bfXiqnnM.jpg", + "name": "David Willis", + "known_for": [ + { + "vote_average": 8.1, + "vote_count": 2605, + "id": 7345, + "video": false, + "media_type": "movie", + "title": "There Will Be Blood", + "popularity": 10.851, + "poster_path": "/vtzict6koCUBt9w5ICMT9ngoFxy.jpg", + "original_language": "en", + "original_title": "There Will Be Blood", + "genre_ids": [ + 18 + ], + "backdrop_path": "/1DSzHQ9jUEjKMXpVeXhC6gDa3IW.jpg", + "adult": false, + "overview": "Ruthless silver miner, turned oil prospector, Daniel Plainview moves to oil-rich California. Using his adopted son to project a trustworthy, family-man image, Plainview cons local landowners into selling him their valuable properties for a pittance. However, local preacher Eli Sunday suspects Plainviews motives and intentions, starting a slow-burning feud that threatens both their lives.", + "release_date": "2007-12-28" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 128108, + "video": false, + "media_type": "movie", + "title": "Janeane from Des Moines", + "popularity": 0.6, + "poster_path": "/5vzgFdIqRiBOx3YBniziBe7DMuC.jpg", + "original_language": "en", + "original_title": "Janeane from Des Moines", + "genre_ids": [], + "backdrop_path": null, + "adult": false, + "overview": "A conservative Iowa housewife's personal and political convictions are severely tested as she seeks answers from the Republican presidential candidates leading up to the 2012 Iowa Caucuses.", + "release_date": "2012-10-05" + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 202463, + "profile_path": null, + "name": "Richard Willis", + "known_for": [ + { + "original_name": "Mary Kills People", + "id": 69480, + "media_type": "tv", + "name": "Mary Kills People", + "vote_count": 23, + "vote_average": 7.59, + "poster_path": "/4zOZzlSjHjUJgc2Gp20iFfpkRBV.jpg", + "first_air_date": "2017-01-25", + "popularity": 21.045, + "genre_ids": [ + 18 + ], + "original_language": "en", + "backdrop_path": "/kDPPlJq6R99LEkepvGoJEBAMt9e.jpg", + "overview": "Dr. Mary Harris, a single mother and emergency doctor by day, also moonlights as an underground angel of death - helping terminally ill patients who want to die and slip away on their own terms. So far Mary has managed to stay under the radar; but business is booming, and her double life is getting complicated. When her world starts to unravel, Mary realizes she's going to have to fight dirty if she's going to stay in the killing game.", + "origin_country": [ + "CA" + ] + }, + { + "vote_average": 6.8, + "vote_count": 12, + "id": 77128, + "video": false, + "media_type": "movie", + "title": "Absolution", + "popularity": 1.84, + "poster_path": "/19nYOhadbitWq4alQQuM9CBSYDa.jpg", + "original_language": "en", + "original_title": "Absolution", + "genre_ids": [ + 18, + 53, + 9648 + ], + "backdrop_path": "/iJeC2pXHvuVyZa97dmjbvokiBgG.jpg", + "adult": false, + "overview": "At a Catholic boys' school, domineering disciplinarian Father Goddard (Richard Burton, Look Back in Anger, The Spy Who Came In from the Cold) rules over his pupils with an iron hand. When one of his teenage charges confesses to murder, the dogmatic but deeply repressed Goddard finds his faith challenged and his life spiralling dangerously out of control. Also starring Billy Connolly (in his first feature-film role), Dominic Guard (The Go-Between, The Picnic at Hanging Rock) Kes star Dai Bradley, and the inimitable Brian Glover (Kes, Jabberwocky, Alien 3), and written by the great Anthony Shaffer (The Wicker Man, Sleuth), Absolution is one of British cinema’s most underrated chillers, not least for a towering central performance by Burton.", + "release_date": "1978-06-05" + }, + { + "vote_average": 6, + "vote_count": 1, + "id": 438269, + "video": true, + "media_type": "movie", + "title": "Doctor Who: Full Circle", + "popularity": 0.87, + "poster_path": "/sHrXEiQarTC422cmqU5HdzWBUPq.jpg", + "original_language": "en", + "original_title": "Doctor Who: Full Circle", + "genre_ids": [ + 28, + 12, + 18, + 878 + ], + "backdrop_path": "/ypXl4uVkuzgv8XbFwFCseveb4p0.jpg", + "adult": false, + "overview": "The TARDIS falls through a CVE into E-Space and arrives on the planet Alzarius. There the inhabitants of a crashed starliner and a group of young rebels called the Outlers, led by a boy named Varsh and including his brother Adric, are terrorised by a race of Marshmen who emerge from the marshes at a time known as Mistfall. The Doctor discovers that the starliner's inhabitants are not the descendants of its original crew, as claimed by their leaders, the Deciders, but evolved Marshmen. With the Time Lord's help and encouragement, the starliner is repaired and able to leave the planet.", + "release_date": "1980-10-25" + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 1821100, + "profile_path": null, + "name": "Lisa Willis", + "known_for": [ + { + "vote_average": 0, + "vote_count": 0, + "id": 458574, + "video": false, + "media_type": "movie", + "title": "This Is Rockbitch", + "popularity": 0.6, + "poster_path": null, + "original_language": "en", + "original_title": "This Is Rockbitch", + "genre_ids": [ + 99 + ], + "backdrop_path": null, + "adult": false, + "overview": "Rock Bitch is a group of female musicians who live in a sex commune. The girls see themselves as striking a blow for women everywhere, and they are doing it through the medium of rock music - in the nude.", + "release_date": "2003-09-20" + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 1876437, + "profile_path": null, + "name": "Darin Willis", + "known_for": [ + { + "vote_average": 4, + "vote_count": 2, + "id": 244039, + "video": false, + "media_type": "movie", + "title": "A Time of Destiny", + "popularity": 0.9, + "poster_path": "/du45dWixMYHoqDckdMvzXcRykOt.jpg", + "original_language": "en", + "original_title": "A Time of Destiny", + "genre_ids": [ + 10752, + 18 + ], + "backdrop_path": null, + "adult": false, + "overview": "World War II provides the setting for a melodramatic tale of love and revenge.", + "release_date": "1988-04-22" + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 2144654, + "profile_path": null, + "name": "Lorraine Willis", + "known_for": [ + { + "vote_average": 7.4, + "vote_count": 17461, + "id": 19995, + "video": false, + "media_type": "movie", + "title": "Avatar", + "popularity": 29.055, + "poster_path": "/kmcqlZGaSh20zpTbuoF0Cdn07dT.jpg", + "original_language": "en", + "original_title": "Avatar", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/aHcth2AXzZSjhX7JYh7ie73YVNc.jpg", + "adult": false, + "overview": "In the 22nd century, a paraplegic Marine is dispatched to the moon Pandora on a unique mission, but becomes torn between following orders and protecting an alien civilization.", + "release_date": "2009-12-10" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 9362, + "profile_path": null, + "name": "John Willis III", + "known_for": [ + { + "vote_average": 7.6, + "vote_count": 1001, + "id": 638, + "video": false, + "media_type": "movie", + "title": "Lost Highway", + "popularity": 9.491, + "poster_path": "/z6yhgEzGUJaBBgAxoyggRzwLnVM.jpg", + "original_language": "en", + "original_title": "Lost Highway", + "genre_ids": [ + 18, + 53, + 9648 + ], + "backdrop_path": "/zXSnRqXzM4OR9yNtenZ3dn6AFts.jpg", + "adult": false, + "overview": "A tormented jazz musician finds himself lost in an enigmatic story involving murder, surveillance, gangsters, doppelgangers, and an impossible transformation inside a prison cell.", + "release_date": "1997-01-15" + } + ], + "adult": false + }, + { + "popularity": 1.38, + "id": 578815, + "profile_path": null, + "name": "Kimberly Willis Holt ", + "known_for": [ + { + "vote_average": 7.1, + "vote_count": 11, + "id": 79867, + "video": false, + "media_type": "movie", + "title": "When Zachary Beaver Came to Town", + "popularity": 1.281, + "poster_path": "/lWSZqmrvVvq5CPGwgmwIfqojl7b.jpg", + "original_language": "en", + "original_title": "When Zachary Beaver Came to Town", + "genre_ids": [ + 18, + 10751 + ], + "backdrop_path": "/fWxAVQe26WjMJsBxJZhGlphSwKZ.jpg", + "adult": false, + "overview": "Zachary Beaver, a sideshow attraction also known as the world's fattest boy, arrives in the sleepy town of Granger, Texas.", + "release_date": "2003-10-09" + }, + { + "vote_average": 2, + "vote_count": 1, + "id": 76422, + "video": false, + "media_type": "movie", + "title": "My Louisiana Sky", + "popularity": 0.626, + "poster_path": "/vxsAeyTUs5rPmDfZcj8LUQnsq0j.jpg", + "original_language": "en", + "original_title": "My Louisiana Sky", + "genre_ids": [ + 18, + 10751 + ], + "backdrop_path": null, + "adult": false, + "overview": "A girl comes to terms with her mentally challenged parents.", + "release_date": "2001-05-12" + } + ], + "adult": false + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:40.8626225Z", + "ReducedUri": "/3/search/person?query=Willis&page=1&include_adult=false", + "RespData": { + "page": 1, + "total_results": 272, + "total_pages": 14, + "results": [ + { + "popularity": 17.767, + "id": 62, + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "name": "Bruce Willis", + "known_for": [ + { + "vote_average": 8.4, + "vote_count": 13904, + "id": 680, + "video": false, + "media_type": "movie", + "title": "Pulp Fiction", + "popularity": 32.231, + "poster_path": "/dM2w364MScsjFf8pfMbaWUcWrR.jpg", + "original_language": "en", + "original_title": "Pulp Fiction", + "genre_ids": [ + 53, + 80 + ], + "backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg", + "adult": false, + "overview": "A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.", + "release_date": "1994-09-10" + }, + { + "vote_average": 7.2, + "vote_count": 9056, + "id": 381288, + "video": false, + "media_type": "movie", + "title": "Split", + "popularity": 58.77, + "poster_path": "/rXMWOZiCt6eMX22jWuTOSdQ98bY.jpg", + "original_language": "en", + "original_title": "Split", + "genre_ids": [ + 27, + 53 + ], + "backdrop_path": "/4G6FNNLSIVrwSRZyFs91hQ3lZtD.jpg", + "adult": false, + "overview": "Though Kevin has evidenced 23 personalities to his trusted psychiatrist, Dr. Fletcher, there remains one still submerged who is set to materialize and dominate all the others. Compelled to abduct three teenage girls led by the willful, observant Casey, Kevin reaches a war for survival among all of those contained within him — as well as everyone around him — as the walls between his compartments shatter apart.", + "release_date": "2017-01-19" + }, + { + "vote_average": 6.8, + "vote_count": 6351, + "id": 59967, + "video": false, + "media_type": "movie", + "title": "Looper", + "popularity": 14.622, + "poster_path": "/sNjL6SqErDBE8OUZlrDLkexfsCj.jpg", + "original_language": "en", + "original_title": "Looper", + "genre_ids": [ + 28, + 53, + 878 + ], + "backdrop_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "adult": false, + "overview": "In the futuristic action thriller Looper, time travel will be invented but it will be illegal and only available on the black market. When the mob wants to get rid of someone, they will send their target 30 years into the past where a looper, a hired gun, like Joe is waiting to mop up. Joe is getting rich and life is good until the day the mob decides to close the loop, sending back Joe's future self for assassination.", + "release_date": "2012-09-26" + } + ], + "adult": false + }, + { + "popularity": 1.716, + "id": 83149, + "profile_path": "/g0senkqHarzlxMl0MT68bTNdMpy.jpg", + "name": "Willis Bouchey", + "known_for": [ + { + "vote_average": 7.7, + "vote_count": 421, + "id": 11697, + "video": false, + "media_type": "movie", + "title": "The Man Who Shot Liberty Valance", + "popularity": 7.51, + "poster_path": "/4efvLpJXzrVMW72blwub9wWYCmc.jpg", + "original_language": "en", + "original_title": "The Man Who Shot Liberty Valance", + "genre_ids": [ + 37 + ], + "backdrop_path": "/i5BVAFExVw7IyohdXF8sUcP3Ha0.jpg", + "adult": false, + "overview": "A senator, who became famous for killing a notorious outlaw, returns for the funeral of an old friend and tells the truth about his deed.", + "release_date": "1962-04-22" + }, + { + "original_name": "The Twilight Zone", + "id": 6357, + "media_type": "tv", + "name": "The Twilight Zone", + "vote_count": 246, + "vote_average": 8.21, + "poster_path": "/7uY4pCOxbEdv4M8jTE4uMPVoSIW.jpg", + "first_air_date": "1959-10-02", + "popularity": 9.005, + "genre_ids": [ + 35, + 18, + 9648, + 10765 + ], + "original_language": "en", + "backdrop_path": "/lKdKgLoLPmnHoUXunrcSAuBhAJx.jpg", + "overview": "A series of unrelated stories containing drama, psychological thriller, fantasy, science fiction, suspense, and/or horror, often concluding with a macabre or unexpected twist.", + "origin_country": [ + "US" + ] + }, + { + "vote_average": 7.8, + "vote_count": 161, + "id": 14580, + "video": false, + "media_type": "movie", + "title": "The Big Heat", + "popularity": 6.786, + "poster_path": "/n1xdAX2g6PU3aqQXmZtY9gXvvEz.jpg", + "original_language": "en", + "original_title": "The Big Heat", + "genre_ids": [ + 80, + 18 + ], + "backdrop_path": "/2ZbRnBXoPAQcnziA60NuLOr2L56.jpg", + "adult": false, + "overview": "Dave Bannion is an upright cop on the trail of a vicious gang he suspects holds power over the police force. Bannion is tipped off after a colleague's suicide and his fellow officers' suspicious silence lead him to believe that they are on the gangsters' payroll. When a bomb meant for him kills his wife instead, Bannion becomes a furious force of vengeance and justice, aided along the way by the gangster's spurned girlfriend Debbie. As Bannion and Debbie fall further and further into the Gangland's insidious and brutal trap, they must use any means necessary (including murder) to get to the truth.", + "release_date": "1953-10-14" + } + ], + "adult": false + }, + { + "popularity": 1.614, + "id": 227019, + "profile_path": "/lfWHKuzcK2W24ie7DLwipm715L1.jpg", + "name": "Pete Willis", + "known_for": [ + { + "vote_average": 7, + "vote_count": 1, + "id": 57835, + "video": false, + "media_type": "movie", + "title": "Classic Albums: Def Leppard - Hysteria", + "popularity": 0.621, + "poster_path": "/dr0GXFgDbiF5a9fiaLbYNwYFBVM.jpg", + "original_language": "en", + "original_title": "Classic Albums: Def Leppard - Hysteria", + "genre_ids": [ + 99, + 10402 + ], + "backdrop_path": "/hG7ToxUMwUC2zUM15TI5h8ReLUH.jpg", + "adult": false, + "overview": "This program takes a track by track look at the making of the album. We speak to Joe Elliott, Rick Allen, Phil Collen, and Rick Savage who lead us through the original multitrack tapes. Joe and Phil play acoustic versions of 'Pour Some Sugar On Me\" and \"Hysteria,\" and Sav and Phil demonstrate riffs and licks from the songs, and explain the genesis of the songwriting. Features songs: Animal, Rocket, Love Bites, Hysteria, Women, Armageddon It, and Pour Some Sugar On Me. In this episode of the CLASSIC ALBUMS series, the surviving members of Def Leppard discuss the making of HYSTERIA as they sort through and explain the original multi-track tapes. In addition, some impromptu acoustic performances and musical demonstrations further dissect this classic album", + "release_date": "2002-03-04" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 129325, + "video": true, + "media_type": "movie", + "title": "Def Leppard: Best of the Videos", + "popularity": 0.6, + "poster_path": "/bloviTwzHM9ONMFldEI15T2B6Zr.jpg", + "original_language": "en", + "original_title": "Def Leppard: Best of the Videos", + "genre_ids": [ + 10402 + ], + "backdrop_path": null, + "adult": false, + "overview": "Best Of The Videos' was released in October 2004 to accompany the album 'Best Of Def Leppard' which was released on the same day. The third long form DVD release from the band. It contains 32 videos in all, including the three hidden bonus clips. These are available at the start of videos 8, 22 and 23 if the DVD is played from the start. A Def Leppard pyrite font \"D\" appears in the top right of the screen as these videos begin. By pressing ENTER you start the bonus version. A mistake meant the bonus for \"Slang\" plays as track 8, the normal version is the hidden one. The cover was the same as the album artwork. The inner booklet and CD also had a similar design. The sound on the 1984 'BOTH' video is from 1981.", + "release_date": "2004-10-25" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 61253, + "video": false, + "media_type": "movie", + "title": "Def Leppard - Historia", + "popularity": 0.6, + "poster_path": "/cKx81m5ZeZwjcv11LPflibF7uRa.jpg", + "original_language": "en", + "original_title": "Def Leppard - Historia", + "genre_ids": [ + 10402 + ], + "backdrop_path": "/r5zxtpqp0MSt73MNqtLUq3kUCjz.jpg", + "adult": false, + "overview": "Historia songs: Hello America, Let It Go, High 'N' Dry, Bringin' on the Heartbreak (Version I with Pete Willis), Photograph, Rock of Ages, Foolin', Too Late For Love, Rock! Rock! (Till You Drop), Bringin' on the Heartbreak (Version II with Phil Collen), Me and My Wine, Women, Animal, Pour Some Sugar On Me (U.K. Version), Hysteria, Armageddon It (Live), Pour Some Sugar On Me (U.S. Version), and Love Bites", + "release_date": "1988-06-06" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 1193829, + "profile_path": null, + "name": "Marlene Willis", + "known_for": [ + { + "vote_average": 4.7, + "vote_count": 22, + "id": 44585, + "video": false, + "media_type": "movie", + "title": "Attack of the Puppet People", + "popularity": 1.982, + "poster_path": "/rZ8T8fUgBaLjXIkyMdEiBEhzo35.jpg", + "original_language": "en", + "original_title": "Attack of the Puppet People", + "genre_ids": [ + 27, + 878 + ], + "backdrop_path": "/vp25W1cFKGbGHR596rCZz3xgN5c.jpg", + "adult": false, + "overview": "A deranged scientist creates a ray that can shrink people down to doll size.", + "release_date": "1958-04-01" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 338022, + "video": false, + "media_type": "movie", + "title": "Rockabilly Baby", + "popularity": 0.878, + "poster_path": "/6wn9yP4gAj8XolWZIc0wDEEm4Lq.jpg", + "original_language": "en", + "original_title": "Rockabilly Baby", + "genre_ids": [ + 10751, + 10402 + ], + "backdrop_path": null, + "adult": false, + "overview": "The mysterious Mrs. Eleanor Carter moves to Springfield with her two teen-age children Jimmy and Cathy. Eleanor makes friends with the town's social leader, Mrs. Wellington, who supports her idea for a town youth center, and she is aided by Tom Griffith, the high school principal. At the town's annual picnic, to which Eleanor has bought a band (Les Brown and His Band of Reknown), the town busy-body, Eunice, reveals what she had learned from Eleanor's past.", + "release_date": "1957-10-30" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 97267, + "profile_path": null, + "name": "Susan Willis", + "known_for": [ + { + "vote_average": 6.3, + "vote_count": 814, + "id": 9276, + "video": false, + "media_type": "movie", + "title": "The Faculty", + "popularity": 7.977, + "poster_path": "/6L1SgKyzDy5x2oEskUyfMcdVed2.jpg", + "original_language": "en", + "original_title": "The Faculty", + "genre_ids": [ + 27, + 878 + ], + "backdrop_path": "/xuHuW4XhghQpVJSIna7JBb60bva.jpg", + "adult": false, + "overview": "When some very creepy things start happening around school, the kids at Herrington High make a chilling discovery that confirms their worst suspicions: their teachers really are from another planet! As mind-controlling parasites rapidly begin spreading from the faculty to the students' bodies, it's ultimately up to the few who are left – an unlikely collection of loners, leaders, nerds and jocks – to save the world from alien domination.", + "release_date": "1998-12-25" + }, + { + "vote_average": 6.8, + "vote_count": 364, + "id": 10276, + "video": false, + "media_type": "movie", + "title": "What About Bob?", + "popularity": 5.862, + "poster_path": "/fopJnM6MCZilYM6nRpglWdFndt1.jpg", + "original_language": "en", + "original_title": "What About Bob?", + "genre_ids": [ + 35 + ], + "backdrop_path": "/wwnrt4JclIW5P4jaWnINziGrdmo.jpg", + "adult": false, + "overview": "Before going on vacation, self-involved psychiatrist Dr. Leo Marvin has the misfortune of taking on a new patient: Bob Wiley. An exemplar of neediness and a compendium of phobias, Bob follows Marvin to his family's country house. Dr. Marvin tries to get him to leave; the trouble is, everyone loves Bob. As his oblivious patient makes himself at home, Dr. Marvin loses his professional composure and, before long, may be ready for the loony bin himself.", + "release_date": "1991-05-17" + }, + { + "vote_average": 6.7, + "vote_count": 310, + "id": 11086, + "video": false, + "media_type": "movie", + "title": "The Majestic", + "popularity": 7.874, + "poster_path": "/A7P4oUpLl4tmgUn0oQjTb0nRjW4.jpg", + "original_language": "en", + "original_title": "The Majestic", + "genre_ids": [ + 18, + 10749, + 35 + ], + "backdrop_path": "/55gGvO7h1g1OZBiph0NRbqF8Gdj.jpg", + "adult": false, + "overview": "Set in 1951, a blacklisted Hollywood writer gets into a car accident, loses his memory and settles down in a small town where he is mistaken for a long-lost son.", + "release_date": "2001-12-21" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 20848, + "profile_path": "/1zTYqeOsMzF2sVihlQravksTOl0.jpg", + "name": "Rumer Willis", + "known_for": [ + { + "vote_average": 5.6, + "vote_count": 984, + "id": 12620, + "video": false, + "media_type": "movie", + "title": "The House Bunny", + "popularity": 7.873, + "poster_path": "/r4QlWdvduWGJdiGlYiwIsDC1kPu.jpg", + "original_language": "en", + "original_title": "The House Bunny", + "genre_ids": [ + 10749, + 35 + ], + "backdrop_path": "/4YHdxPEMtIWp8leQ7xoMGuGqeOD.jpg", + "adult": false, + "overview": "Shelley is living a carefree life until a rival gets her tossed out of the Playboy Mansion. With nowhere to go, fate delivers her to the sorority girls from Zeta Alpha Zeta. Unless they can sign a new pledge class, the seven socially clueless women will lose their house to the scheming girls of Phi Iota Mu. In order to accomplish their goal, they need Shelley to teach them the ways of makeup and men; at the same time, Shelley needs some of what the Zetas have - a sense of individuality. The combination leads all the girls to learn how to stop pretending and start being themselves.", + "release_date": "2008-08-22" + }, + { + "vote_average": 6.3, + "vote_count": 776, + "id": 2026, + "video": false, + "media_type": "movie", + "title": "Hostage", + "popularity": 9.793, + "poster_path": "/simhaVNOea3uhRUM0gT8WdidEto.jpg", + "original_language": "en", + "original_title": "Hostage", + "genre_ids": [ + 9648, + 18, + 53, + 80 + ], + "backdrop_path": "/g7wkbceph08nz6tCXpQvoCJH8aP.jpg", + "adult": false, + "overview": "When a mafia accountant is taken hostage on his beat, a police officer – wracked by guilt from a prior stint as a negotiator – must negotiate the standoff, even as his own family is held captive by the mob.", + "release_date": "2005-03-10" + }, + { + "original_name": "Pretty Little Liars", + "id": 31917, + "media_type": "tv", + "name": "Pretty Little Liars", + "vote_count": 440, + "vote_average": 6.31, + "poster_path": "/aUPbHiLS3hCHKjtLsncFa9g0viV.jpg", + "first_air_date": "2010-06-08", + "popularity": 44.374, + "genre_ids": [ + 18, + 9648 + ], + "original_language": "en", + "backdrop_path": "/rQGBjWNveVeF8f2PGRtS85w9o9r.jpg", + "overview": "Based on the Pretty Little Liars series of young adult novels by Sara Shepard, the series follows the lives of four girls — Spencer, Hanna, Aria, and Emily — whose clique falls apart after the disappearance of their queen bee, Alison. One year later, they begin receiving messages from someone using the name \"A\" who threatens to expose their secrets — including long-hidden ones they thought only Alison knew.", + "origin_country": [ + "US" + ] + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 9914, + "profile_path": "/iS3m6X3rfbdG1ZETyGdmIu6DvOx.jpg", + "name": "Austin Willis", + "known_for": [ + { + "vote_average": 7.4, + "vote_count": 1557, + "id": 658, + "video": false, + "media_type": "movie", + "title": "Goldfinger", + "popularity": 16.706, + "poster_path": "/vBNbFU3OS6okJIQBOos1aZXpy2Z.jpg", + "original_language": "en", + "original_title": "Goldfinger", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/iyD72nJFBGbEIrpQjzdhE3wFxPL.jpg", + "adult": false, + "overview": "Special agent 007 comes face to face with one of the most notorious villains of all time, and now he must outwit and outgun the powerful tycoon to prevent him from cashing in on a devious scheme to raid Fort Knox -- and obliterate the world's economy.", + "release_date": "1964-09-17" + }, + { + "vote_average": 6, + "vote_count": 210, + "id": 10724, + "video": false, + "media_type": "movie", + "title": "Firefox", + "popularity": 8.118, + "poster_path": "/1QK1xhmvnLLZhDC8DNaFt08psp9.jpg", + "original_language": "en", + "original_title": "Firefox", + "genre_ids": [ + 878, + 28, + 12, + 53 + ], + "backdrop_path": "/yIvxB5Gbq27ZexGgmKLcuDVTq1c.jpg", + "adult": false, + "overview": "The Soviets have developed a revolutionary new jet fighter, called \"Firefox\". Naturally, the British are worried that the jet will be used as a first-strike weapon, as rumours say that the jet is indetectable on radar. They send ex-Vietnam War pilot Mitchell Gant on a covert mission into the Soviet Union to steal Firefox.", + "release_date": "1982-06-13" + }, + { + "vote_average": 6.8, + "vote_count": 71, + "id": 26690, + "video": false, + "media_type": "movie", + "title": "The Boston Strangler", + "popularity": 3.669, + "poster_path": "/yBSEUuuiDF3SCTphCF3OchvCZP0.jpg", + "original_language": "en", + "original_title": "The Boston Strangler", + "genre_ids": [ + 80, + 18, + 9648, + 53 + ], + "backdrop_path": "/lie8FEh88QGIOTghC881h5g3YKk.jpg", + "adult": false, + "overview": "Boston is being terrorized by a series of seemingly random murders of women. Based on the true story, the film follows the investigators path through several leads before introducing the Strangler as a character. It is seen almost exclusively from the point of view of the investigators who have very few clues to build a case upon.", + "release_date": "1968-10-08" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 1503, + "profile_path": null, + "name": "Willis Goldbeck", + "known_for": [ + { + "vote_average": 7.7, + "vote_count": 421, + "id": 11697, + "video": false, + "media_type": "movie", + "title": "The Man Who Shot Liberty Valance", + "popularity": 7.51, + "poster_path": "/4efvLpJXzrVMW72blwub9wWYCmc.jpg", + "original_language": "en", + "original_title": "The Man Who Shot Liberty Valance", + "genre_ids": [ + 37 + ], + "backdrop_path": "/i5BVAFExVw7IyohdXF8sUcP3Ha0.jpg", + "adult": false, + "overview": "A senator, who became famous for killing a notorious outlaw, returns for the funeral of an old friend and tells the truth about his deed.", + "release_date": "1962-04-22" + }, + { + "vote_average": 7.8, + "vote_count": 396, + "id": 136, + "video": false, + "media_type": "movie", + "title": "Freaks", + "popularity": 7.001, + "poster_path": "/9hmmE4K6tOEXB1KeTajIC0pNta6.jpg", + "original_language": "en", + "original_title": "Freaks", + "genre_ids": [ + 18, + 27 + ], + "backdrop_path": "/vYmJOrvjHl9trvRsmrmpYoQUCse.jpg", + "adult": false, + "overview": "A circus' beautiful trapeze artist agrees to marry the leader of side-show performers, but his deformed friends discover she is only marrying him for his inheritance.", + "release_date": "1932-02-12" + }, + { + "vote_average": 7.2, + "vote_count": 31, + "id": 43040, + "video": false, + "media_type": "movie", + "title": "Sergeant Rutledge", + "popularity": 2.033, + "poster_path": "/9LSKkf9Wv5hqSwzV2r4nOp54X8j.jpg", + "original_language": "en", + "original_title": "Sergeant Rutledge", + "genre_ids": [ + 80, + 37 + ], + "backdrop_path": "/7xgAA46Q72QZOMrNYCQJfJRNt5a.jpg", + "adult": false, + "overview": "Respected black cavalry Sergeant Brax Rutledge stands court-martial for raping and killing a white woman and murdering her father, his superior officer.", + "release_date": "1960-05-18" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 3097, + "profile_path": "/6gOmfatlF7UdhaHi2tPsZMb5vmz.jpg", + "name": "Gordon Willis", + "known_for": [ + { + "vote_average": 8.6, + "vote_count": 9215, + "id": 238, + "video": false, + "media_type": "movie", + "title": "The Godfather", + "popularity": 23.638, + "poster_path": "/d4KNaTrltq6bpkFS01pYtyXa09m.jpg", + "original_language": "en", + "original_title": "The Godfather", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/6xKCYgH16UuwEGAyroLU6p8HLIn.jpg", + "adult": false, + "overview": "Spanning the years 1945 to 1955, a chronicle of the fictional Italian-American Corleone crime family. When organized crime family patriarch, Vito Corleone barely survives an attempt on his life, his youngest son, Michael steps in to take care of the would-be killers, launching a campaign of bloody revenge.", + "release_date": "1972-03-14" + }, + { + "vote_average": 8.5, + "vote_count": 5375, + "id": 240, + "video": false, + "media_type": "movie", + "title": "The Godfather: Part II", + "popularity": 18.489, + "poster_path": "/bVq65huQ8vHDd1a4Z37QtuyEvpA.jpg", + "original_language": "en", + "original_title": "The Godfather: Part II", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/gLbBRyS7MBrmVUNce91Hmx9vzqI.jpg", + "adult": false, + "overview": "In the continuing saga of the Corleone crime family, a young Vito Corleone grows up in Sicily and in 1910s New York. In the 1950s, Michael Corleone attempts to expand the family business into Las Vegas, Hollywood and Cuba.", + "release_date": "1974-12-20" + }, + { + "vote_average": 7.3, + "vote_count": 2627, + "id": 242, + "video": false, + "media_type": "movie", + "title": "The Godfather: Part III", + "popularity": 11.088, + "poster_path": "/1hdm3Axw9LjITbApvAXBbqO58zE.jpg", + "original_language": "en", + "original_title": "The Godfather: Part III", + "genre_ids": [ + 80, + 18, + 53 + ], + "backdrop_path": "/dEuqTwwhfvk66jUKQa7bMqM5Cf7.jpg", + "adult": false, + "overview": "In the midst of trying to legitimize his business dealings in 1979 New York and Italy, aging mafia don, Michael Corleone seeks forgiveness for his sins while taking a young protege under his wing.", + "release_date": "1990-12-24" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 1857424, + "profile_path": null, + "name": "Rachel Willis", + "known_for": [ + { + "vote_average": 7.4, + "vote_count": 5778, + "id": 18, + "video": false, + "media_type": "movie", + "title": "The Fifth Element", + "popularity": 17.974, + "poster_path": "/zaFa1NRZEnFgRTv5OVXkNIZO78O.jpg", + "original_language": "en", + "original_title": "The Fifth Element", + "genre_ids": [ + 12, + 14, + 28, + 53, + 878 + ], + "backdrop_path": "/qlGoGQSVMzIjGbpvXzZUOH1FjNu.jpg", + "adult": false, + "overview": "In 2257, a taxi driver is unintentionally given the task of saving a young girl who is part of the key that will ensure the survival of humanity.", + "release_date": "1997-05-07" + } + ], + "adult": false + }, + { + "popularity": 1.38, + "id": 2003250, + "profile_path": null, + "name": "Anthony B. Willis", + "known_for": [ + { + "vote_average": 7.6, + "vote_count": 4915, + "id": 82702, + "video": false, + "media_type": "movie", + "title": "How to Train Your Dragon 2", + "popularity": 29.199, + "poster_path": "/lRjOR4uclMQijUav4OjeZprlehu.jpg", + "original_language": "en", + "original_title": "How to Train Your Dragon 2", + "genre_ids": [ + 14, + 28, + 12, + 16, + 35, + 10751 + ], + "backdrop_path": "/kxMnGToxk5EtDhTBuz3kkZPzg1b.jpg", + "adult": false, + "overview": "The thrilling second chapter of the epic How To Train Your Dragon trilogy brings back the fantastical world of Hiccup and Toothless five years later. While Astrid, Snotlout and the rest of the gang are challenging each other to dragon races (the island's new favorite contact sport), the now inseparable pair journey through the skies, charting unmapped territories and exploring new worlds. When one of their adventures leads to the discovery of a secret ice cave that is home to hundreds of new wild dragons and the mysterious Dragon Rider, the two friends find themselves at the center of a battle to protect the peace.", + "release_date": "2014-06-09" + }, + { + "vote_average": 6.3, + "vote_count": 1626, + "id": 172385, + "video": false, + "media_type": "movie", + "title": "Rio 2", + "popularity": 9.434, + "poster_path": "/jZcF7xZVvrX2A4qNOqeHpmtbdBT.jpg", + "original_language": "en", + "original_title": "Rio 2", + "genre_ids": [ + 12, + 35, + 10751, + 10402, + 16 + ], + "backdrop_path": "/bRQPOVpvBmvep9WYnGcKguxjlg2.jpg", + "adult": false, + "overview": "It's a jungle out there for Blu, Jewel and their three kids after they're hurtled from Rio de Janeiro to the wilds of the Amazon. As Blu tries to fit in, he goes beak-to-beak with the vengeful Nigel, and meets the most fearsome adversary of all: his father-in-law.", + "release_date": "2014-03-19" + }, + { + "vote_average": 7.1, + "vote_count": 1230, + "id": 364689, + "video": false, + "media_type": "movie", + "title": "Ferdinand", + "popularity": 13.929, + "poster_path": "/rMm94JsRfcOPiPVsTRcBiiVBOhz.jpg", + "original_language": "en", + "original_title": "Ferdinand", + "genre_ids": [ + 16, + 10751, + 12, + 35 + ], + "backdrop_path": "/sTOhZruocNubL0HxjvdouwCEL9I.jpg", + "adult": false, + "overview": "Ferdinand, a little bull, prefers sitting quietly under a cork tree just smelling the flowers versus jumping around, snorting, and butting heads with other bulls. As Ferdinand grows big and strong, his temperament remains mellow, but one day five men come to choose the \"biggest, fastest, roughest bull\" for the bullfights in Madrid and Ferdinand is mistakenly chosen. Based on the classic 1936 children's book by Munro Leaf.", + "release_date": "2017-12-09" + } + ], + "adult": false + }, + { + "popularity": 0.982, + "id": 206675, + "profile_path": "/5KsTbghOK8P0mIfJAwtyt2UAJw0.jpg", + "name": "Katherine Willis", + "known_for": [ + { + "original_name": "Prison Break", + "id": 2288, + "media_type": "tv", + "name": "Prison Break", + "vote_count": 1036, + "vote_average": 7.5, + "poster_path": "/5E1BhkCgjLBlqx557Z5yzcN0i88.jpg", + "first_air_date": "2005-08-29", + "popularity": 80.374, + "genre_ids": [ + 10759, + 80, + 18 + ], + "original_language": "en", + "backdrop_path": "/92OPBZpLc82y8CzOtrQ8P9RDvIN.jpg", + "overview": "Due to a political conspiracy, an innocent man is sent to death row and his only hope is his brother, who makes it his mission to deliberately get himself sent to the same prison in order to break the both of them out, from the inside out.", + "origin_country": [ + "US" + ] + }, + { + "vote_average": 7.4, + "vote_count": 828, + "id": 11615, + "video": false, + "media_type": "movie", + "title": "The Life of David Gale", + "popularity": 8.009, + "poster_path": "/pwwDzbmTErcUFUPCV2fGSlHm4WP.jpg", + "original_language": "en", + "original_title": "The Life of David Gale", + "genre_ids": [ + 18, + 53, + 80 + ], + "backdrop_path": "/36EF5e1ZUJv6xnkOTm5s4vM33SC.jpg", + "adult": false, + "overview": "A man against capital punishment is accused of murdering a fellow activist and is sent to death row.", + "release_date": "2003-02-21" + }, + { + "vote_average": 6.3, + "vote_count": 814, + "id": 9276, + "video": false, + "media_type": "movie", + "title": "The Faculty", + "popularity": 7.977, + "poster_path": "/6L1SgKyzDy5x2oEskUyfMcdVed2.jpg", + "original_language": "en", + "original_title": "The Faculty", + "genre_ids": [ + 27, + 878 + ], + "backdrop_path": "/xuHuW4XhghQpVJSIna7JBb60bva.jpg", + "adult": false, + "overview": "When some very creepy things start happening around school, the kids at Herrington High make a chilling discovery that confirms their worst suspicions: their teachers really are from another planet! As mind-controlling parasites rapidly begin spreading from the faculty to the students' bodies, it's ultimately up to the few who are left – an unlikely collection of loners, leaders, nerds and jocks – to save the world from alien domination.", + "release_date": "1998-12-25" + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 1242560, + "profile_path": null, + "name": "Casey Willis", + "known_for": [ + { + "original_name": "Archer", + "id": 10283, + "media_type": "tv", + "name": "Archer", + "vote_count": 474, + "vote_average": 7.87, + "poster_path": "/eXu3OQ1tRgiKsiKMifvNdwwwTQc.jpg", + "first_air_date": "2009-09-16", + "popularity": 27.86, + "genre_ids": [ + 10759, + 16, + 18, + 35 + ], + "original_language": "en", + "backdrop_path": "/lX8Ic3A76JaZtbKvQoozIMr3XxB.jpg", + "overview": "Sterling Archer is the world's most daunting spy. He works for ISIS, a spy agency run by his mother. In between dealing with his boss and his co-workers - one of whom is his ex-girlfriend - Archer manages to annoy or seduce everyone that crosses his path. His antics are only excusable because at the end of the day, he still somehow always manages to thwart whatever crises was threatening mankind.", + "origin_country": [ + "US" + ] + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 53668, + "profile_path": "/l9FEfj4AhTAJwZ2T4b2bfXiqnnM.jpg", + "name": "David Willis", + "known_for": [ + { + "vote_average": 8.1, + "vote_count": 2605, + "id": 7345, + "video": false, + "media_type": "movie", + "title": "There Will Be Blood", + "popularity": 10.851, + "poster_path": "/vtzict6koCUBt9w5ICMT9ngoFxy.jpg", + "original_language": "en", + "original_title": "There Will Be Blood", + "genre_ids": [ + 18 + ], + "backdrop_path": "/1DSzHQ9jUEjKMXpVeXhC6gDa3IW.jpg", + "adult": false, + "overview": "Ruthless silver miner, turned oil prospector, Daniel Plainview moves to oil-rich California. Using his adopted son to project a trustworthy, family-man image, Plainview cons local landowners into selling him their valuable properties for a pittance. However, local preacher Eli Sunday suspects Plainviews motives and intentions, starting a slow-burning feud that threatens both their lives.", + "release_date": "2007-12-28" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 128108, + "video": false, + "media_type": "movie", + "title": "Janeane from Des Moines", + "popularity": 0.6, + "poster_path": "/5vzgFdIqRiBOx3YBniziBe7DMuC.jpg", + "original_language": "en", + "original_title": "Janeane from Des Moines", + "genre_ids": [], + "backdrop_path": null, + "adult": false, + "overview": "A conservative Iowa housewife's personal and political convictions are severely tested as she seeks answers from the Republican presidential candidates leading up to the 2012 Iowa Caucuses.", + "release_date": "2012-10-05" + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 202463, + "profile_path": null, + "name": "Richard Willis", + "known_for": [ + { + "original_name": "Mary Kills People", + "id": 69480, + "media_type": "tv", + "name": "Mary Kills People", + "vote_count": 23, + "vote_average": 7.59, + "poster_path": "/4zOZzlSjHjUJgc2Gp20iFfpkRBV.jpg", + "first_air_date": "2017-01-25", + "popularity": 21.045, + "genre_ids": [ + 18 + ], + "original_language": "en", + "backdrop_path": "/kDPPlJq6R99LEkepvGoJEBAMt9e.jpg", + "overview": "Dr. Mary Harris, a single mother and emergency doctor by day, also moonlights as an underground angel of death - helping terminally ill patients who want to die and slip away on their own terms. So far Mary has managed to stay under the radar; but business is booming, and her double life is getting complicated. When her world starts to unravel, Mary realizes she's going to have to fight dirty if she's going to stay in the killing game.", + "origin_country": [ + "CA" + ] + }, + { + "vote_average": 6.8, + "vote_count": 12, + "id": 77128, + "video": false, + "media_type": "movie", + "title": "Absolution", + "popularity": 1.84, + "poster_path": "/19nYOhadbitWq4alQQuM9CBSYDa.jpg", + "original_language": "en", + "original_title": "Absolution", + "genre_ids": [ + 18, + 53, + 9648 + ], + "backdrop_path": "/iJeC2pXHvuVyZa97dmjbvokiBgG.jpg", + "adult": false, + "overview": "At a Catholic boys' school, domineering disciplinarian Father Goddard (Richard Burton, Look Back in Anger, The Spy Who Came In from the Cold) rules over his pupils with an iron hand. When one of his teenage charges confesses to murder, the dogmatic but deeply repressed Goddard finds his faith challenged and his life spiralling dangerously out of control. Also starring Billy Connolly (in his first feature-film role), Dominic Guard (The Go-Between, The Picnic at Hanging Rock) Kes star Dai Bradley, and the inimitable Brian Glover (Kes, Jabberwocky, Alien 3), and written by the great Anthony Shaffer (The Wicker Man, Sleuth), Absolution is one of British cinema’s most underrated chillers, not least for a towering central performance by Burton.", + "release_date": "1978-06-05" + }, + { + "vote_average": 6, + "vote_count": 1, + "id": 438269, + "video": true, + "media_type": "movie", + "title": "Doctor Who: Full Circle", + "popularity": 0.87, + "poster_path": "/sHrXEiQarTC422cmqU5HdzWBUPq.jpg", + "original_language": "en", + "original_title": "Doctor Who: Full Circle", + "genre_ids": [ + 28, + 12, + 18, + 878 + ], + "backdrop_path": "/ypXl4uVkuzgv8XbFwFCseveb4p0.jpg", + "adult": false, + "overview": "The TARDIS falls through a CVE into E-Space and arrives on the planet Alzarius. There the inhabitants of a crashed starliner and a group of young rebels called the Outlers, led by a boy named Varsh and including his brother Adric, are terrorised by a race of Marshmen who emerge from the marshes at a time known as Mistfall. The Doctor discovers that the starliner's inhabitants are not the descendants of its original crew, as claimed by their leaders, the Deciders, but evolved Marshmen. With the Time Lord's help and encouragement, the starliner is repaired and able to leave the planet.", + "release_date": "1980-10-25" + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 1821100, + "profile_path": null, + "name": "Lisa Willis", + "known_for": [ + { + "vote_average": 0, + "vote_count": 0, + "id": 458574, + "video": false, + "media_type": "movie", + "title": "This Is Rockbitch", + "popularity": 0.6, + "poster_path": null, + "original_language": "en", + "original_title": "This Is Rockbitch", + "genre_ids": [ + 99 + ], + "backdrop_path": null, + "adult": false, + "overview": "Rock Bitch is a group of female musicians who live in a sex commune. The girls see themselves as striking a blow for women everywhere, and they are doing it through the medium of rock music - in the nude.", + "release_date": "2003-09-20" + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 1876437, + "profile_path": null, + "name": "Darin Willis", + "known_for": [ + { + "vote_average": 4, + "vote_count": 2, + "id": 244039, + "video": false, + "media_type": "movie", + "title": "A Time of Destiny", + "popularity": 0.9, + "poster_path": "/du45dWixMYHoqDckdMvzXcRykOt.jpg", + "original_language": "en", + "original_title": "A Time of Destiny", + "genre_ids": [ + 10752, + 18 + ], + "backdrop_path": null, + "adult": false, + "overview": "World War II provides the setting for a melodramatic tale of love and revenge.", + "release_date": "1988-04-22" + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 2144654, + "profile_path": null, + "name": "Lorraine Willis", + "known_for": [ + { + "vote_average": 7.4, + "vote_count": 17461, + "id": 19995, + "video": false, + "media_type": "movie", + "title": "Avatar", + "popularity": 29.055, + "poster_path": "/kmcqlZGaSh20zpTbuoF0Cdn07dT.jpg", + "original_language": "en", + "original_title": "Avatar", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/aHcth2AXzZSjhX7JYh7ie73YVNc.jpg", + "adult": false, + "overview": "In the 22nd century, a paraplegic Marine is dispatched to the moon Pandora on a unique mission, but becomes torn between following orders and protecting an alien civilization.", + "release_date": "2009-12-10" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 9362, + "profile_path": null, + "name": "John Willis III", + "known_for": [ + { + "vote_average": 7.6, + "vote_count": 1001, + "id": 638, + "video": false, + "media_type": "movie", + "title": "Lost Highway", + "popularity": 9.491, + "poster_path": "/z6yhgEzGUJaBBgAxoyggRzwLnVM.jpg", + "original_language": "en", + "original_title": "Lost Highway", + "genre_ids": [ + 18, + 53, + 9648 + ], + "backdrop_path": "/zXSnRqXzM4OR9yNtenZ3dn6AFts.jpg", + "adult": false, + "overview": "A tormented jazz musician finds himself lost in an enigmatic story involving murder, surveillance, gangsters, doppelgangers, and an impossible transformation inside a prison cell.", + "release_date": "1997-01-15" + } + ], + "adult": false + }, + { + "popularity": 1.38, + "id": 578815, + "profile_path": null, + "name": "Kimberly Willis Holt ", + "known_for": [ + { + "vote_average": 7.1, + "vote_count": 11, + "id": 79867, + "video": false, + "media_type": "movie", + "title": "When Zachary Beaver Came to Town", + "popularity": 1.281, + "poster_path": "/lWSZqmrvVvq5CPGwgmwIfqojl7b.jpg", + "original_language": "en", + "original_title": "When Zachary Beaver Came to Town", + "genre_ids": [ + 18, + 10751 + ], + "backdrop_path": "/fWxAVQe26WjMJsBxJZhGlphSwKZ.jpg", + "adult": false, + "overview": "Zachary Beaver, a sideshow attraction also known as the world's fattest boy, arrives in the sleepy town of Granger, Texas.", + "release_date": "2003-10-09" + }, + { + "vote_average": 2, + "vote_count": 1, + "id": 76422, + "video": false, + "media_type": "movie", + "title": "My Louisiana Sky", + "popularity": 0.626, + "poster_path": "/vxsAeyTUs5rPmDfZcj8LUQnsq0j.jpg", + "original_language": "en", + "original_title": "My Louisiana Sky", + "genre_ids": [ + 18, + 10751 + ], + "backdrop_path": null, + "adult": false, + "overview": "A girl comes to terms with her mentally challenged parents.", + "release_date": "2001-05-12" + } + ], + "adult": false + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:41.0503049Z", + "ReducedUri": "/3/search/person?query=Willis&page=2&include_adult=false", + "RespData": { + "page": 2, + "total_results": 272, + "total_pages": 14, + "results": [ + { + "popularity": 0.84, + "id": 570000, + "profile_path": null, + "name": "Wesley Willis", + "known_for": [ + { + "vote_average": 0, + "vote_count": 0, + "id": 60676, + "video": false, + "media_type": "movie", + "title": "Wesley Willis: The Daddy of Rock 'n' Roll", + "popularity": 0.842, + "poster_path": "/pB4sAcBBKjMyvjiprknL1LKS2Cf.jpg", + "original_language": "en", + "original_title": "Wesley Willis: The Daddy of Rock 'n' Roll", + "genre_ids": [ + 99 + ], + "backdrop_path": "/r7qMyttjnEiuBIZRIm1U35Nak19.jpg", + "adult": false, + "overview": "Documentary about the late Chicago artist and musician Wesley Willis. Filmmaker Daniel Bitton follows Willis throughout the Chicago area, riding the bus, talking to friends and strangers alike, selling his CDs to record shops and going about his day. Willis was memorable to many for being schizophrenic as well as 6'6\" and over 300 pounds, but was loved by his fans and friends for his quirky, oddball music, artistic talent and for being a real gentle giant. He was a testament to the human drive to survive and create, as he himself was a survivor of extreme poverty, mental illness, child abuse, racism, and obesity. The fact that he lived to see 40 was incredible, but his having a successful music career and being able to function was even more so.", + "release_date": "2003-04-22" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 224213, + "video": false, + "media_type": "movie", + "title": "Out of the Loop", + "popularity": 0.6, + "poster_path": "/mHGrn11HJbShFIp2KCaiPiMOSJT.jpg", + "original_language": "en", + "original_title": "Out of the Loop", + "genre_ids": [ + 99 + ], + "backdrop_path": "/cPRucVK5ITmONjR6Gf7HHepxB4l.jpg", + "adult": false, + "overview": "A feature-length documentary on the 1990s Chicago rock scene.", + "release_date": "1997-08-01" + } + ], + "adult": false + }, + { + "popularity": 1.103, + "id": 184560, + "profile_path": "/jAZejfPEgQ2DRbpLzuOiTqougux.jpg", + "name": "Alicia Leigh Willis", + "known_for": [ + { + "vote_average": 6.2, + "vote_count": 2755, + "id": 6637, + "video": false, + "media_type": "movie", + "title": "National Treasure: Book of Secrets", + "popularity": 14.139, + "poster_path": "/sHr05tz70r7y8A6XrdCBsHPK7tF.jpg", + "original_language": "en", + "original_title": "National Treasure: Book of Secrets", + "genre_ids": [ + 28, + 12, + 9648, + 53 + ], + "backdrop_path": "/ivrtuhSZnkEqzkdCyFXcH8UbPVp.jpg", + "adult": false, + "overview": "Benjamin Franklin Gates and Dr. Abigail Chase re-team with Riley Poole and, now armed with a stack of long-lost pages from John Wilkes Booth’s diary, Ben must follow a clue left there to prove his ancestor’s innocence in the assassination of Abraham Lincoln.", + "release_date": "2007-12-13" + }, + { + "original_name": "CSI: Miami", + "id": 1620, + "media_type": "tv", + "name": "CSI: Miami", + "vote_count": 186, + "vote_average": 6.02, + "poster_path": "/9brFwnnRmnHykxcrvn7ez79dXb6.jpg", + "first_air_date": "2002-09-23", + "popularity": 27.624, + "genre_ids": [ + 18, + 9648 + ], + "original_language": "en", + "backdrop_path": "/uHHug5MAwJq1BzZyWjjv9c7cAFp.jpg", + "overview": "CSI: Miami follows Crime Scene Investigators working for the Miami-Dade Police Department as they use physical evidence, similar to their Las Vegas counterparts, to solve grisly murders. The series mixes deduction, gritty subject matter, and character-driven drama in the same vein as the original series in the CSI franchise, except that the Miami CSIs are cops first, scientists second.", + "origin_country": [ + "US" + ] + }, + { + "original_name": "Without a Trace", + "id": 2593, + "media_type": "tv", + "name": "Without a Trace", + "vote_count": 71, + "vote_average": 6.75, + "poster_path": "/2VvFNKBZqGe8sxA7hgyIN8ta8mN.jpg", + "first_air_date": "2002-09-26", + "popularity": 12.046, + "genre_ids": [ + 9648, + 18, + 10759 + ], + "original_language": "en", + "backdrop_path": "/2Qx3fM9x0QW3i0BzqdjbUK2jPc5.jpg", + "overview": "Without a Trace was an American police procedural television drama series that originally ran on CBS from September 26, 2002 to May 19, 2009. The series follows the ventures of a Missing Persons Unit of the FBI in New York City.", + "origin_country": [ + "US" + ] + } + ], + "adult": false + }, + { + "popularity": 0.728, + "id": 1225829, + "profile_path": "/i8XUhBh7AyBisE7PImnzXTYMzRh.jpg", + "name": "Cassius Willis", + "known_for": [ + { + "vote_average": 5.9, + "vote_count": 1455, + "id": 10022, + "video": false, + "media_type": "movie", + "title": "The Pacifier", + "popularity": 10.837, + "poster_path": "/mHFWjLbJYWFxgrfTAHgbLbVcFug.jpg", + "original_language": "en", + "original_title": "The Pacifier", + "genre_ids": [ + 28, + 35, + 18, + 10751, + 53 + ], + "backdrop_path": "/bNvl2DgQnCamLwIORaAVoN0Wc6d.jpg", + "adult": false, + "overview": "Disgraced Navy SEAL Shane Wolfe is handed a new assignment: Protect the five Plummer kids from enemies of their recently deceased father -- a government scientist whose top-secret experiment remains hidden in the kids' house.", + "release_date": "2005-03-04" + }, + { + "vote_average": 5.8, + "vote_count": 364, + "id": 238603, + "video": false, + "media_type": "movie", + "title": "Earth to Echo", + "popularity": 4.269, + "poster_path": "/tWPWo3JgwM7uGX096mWXmWPl8k8.jpg", + "original_language": "en", + "original_title": "Earth to Echo", + "genre_ids": [ + 10751, + 12, + 878 + ], + "backdrop_path": "/damb978MeBbqNf6SXlPe1Fum6x1.jpg", + "adult": false, + "overview": "After a construction project begins digging in their neighborhood, best friends Tuck, Munch and Alex inexplicably begin to receive strange, encoded messages on their cell phones. Convinced something bigger is going on, they go to their parents and the authorities. When everyone around them refuses to take the messages seriously, the three embark on a secret adventure to crack the code and follow it to its source. But taking matters into their own hands gets the trio in way over their heads when they discover a mysterious being from another world who desperately needs their help. The epic, suspenseful and exciting journey that follows will change all of their lives forever.", + "release_date": "2014-06-14" + }, + { + "original_name": "Weeds", + "id": 186, + "media_type": "tv", + "name": "Weeds", + "vote_count": 299, + "vote_average": 7.19, + "poster_path": "/uYZ0hzw4eNHUWtEsH18pstsuefG.jpg", + "first_air_date": "2005-08-07", + "popularity": 17.795, + "genre_ids": [ + 18, + 35, + 80 + ], + "original_language": "en", + "backdrop_path": "/OvcQyv9RJscwq2KuuWWAuRPjYt.jpg", + "overview": "Weeds is an American dark comedy-drama series created by Jenji Kohan. The central character is Nancy Botwin, a widowed mother of two boys who begins selling cannabis to support her family after her husband dies suddenly of a heart attack. Over the course of the show, she and her family become increasingly entangled in illegal activities.", + "origin_country": [ + "US" + ] + } + ], + "adult": false + }, + { + "popularity": 0.6, + "id": 1937026, + "profile_path": null, + "name": "M.P. Willis", + "known_for": [], + "adult": false + }, + { + "popularity": 0.98, + "id": 1859780, + "profile_path": null, + "name": "Luke Willis Thompson", + "known_for": [ + { + "vote_average": 0, + "vote_count": 0, + "id": 468416, + "video": false, + "media_type": "movie", + "title": "autoportrait", + "popularity": 0.6, + "poster_path": null, + "original_language": "en", + "original_title": "autoportrait", + "genre_ids": [], + "backdrop_path": null, + "adult": false, + "overview": "autoportrait is a silent potrait of Diamond Reynolds shot on 35mm, black and white film. In July 2016, Reynolds broadcast, via Facebook Live, the moments after the murder of her partner Philando Castile by a police officer during a traffic stop in Minnesota. Reynolds' video circulated widely online and amassed over six million views. In November 2016, with the assistance of Chisenhale Gallery, artist Luke Willis Thompson established a conversation with Reynolds, and her lawyer, and invited Reynolds to work with him on the production of an artwork. Thompson proposed to make an aesthetic response that could act as a ‘sister-image’ to Reynolds’ video broadcast. Thompson and Reynolds agreed to produce a film together, to be presented in London, and which would break with the well-known image of Reynolds, caught in a moment of violence and distributed within a constant flow of news.", + "release_date": "2017-06-23" + } + ], + "adult": false + }, + { + "popularity": 0.605, + "id": 111334, + "profile_path": null, + "name": "Willis Hall", + "known_for": [ + { + "vote_average": 6.5, + "vote_count": 195, + "id": 5780, + "video": false, + "media_type": "movie", + "title": "Torn Curtain", + "popularity": 5.985, + "poster_path": "/pwiU7euYflFMaUbatvX3La0YgtO.jpg", + "original_language": "en", + "original_title": "Torn Curtain", + "genre_ids": [ + 9648, + 53 + ], + "backdrop_path": "/w4t3YpCg2tGzOmbWQBVjyhDK9iN.jpg", + "adult": false, + "overview": "During the Cold War, an American scientist appears to defect to East Germany as part of a cloak and dagger mission to find the formula for a resin solution, but the plan goes awry when his fiancee, unaware of his motivation, follows him across the border.", + "release_date": "1966-07-13" + }, + { + "vote_average": 7.2, + "vote_count": 38, + "id": 26535, + "video": false, + "media_type": "movie", + "title": "Billy Liar", + "popularity": 3, + "poster_path": "/jlyCZHhG66vamE1NuZvud3GAChp.jpg", + "original_language": "en", + "original_title": "Billy Liar", + "genre_ids": [ + 35, + 18, + 10749 + ], + "backdrop_path": "/7GnuKyGYNgIxTd9jC5SZZFSIbSP.jpg", + "adult": false, + "overview": "A young Englishman dreams of escaping from his working class family and dead-end job as an undertaker's assistant. A number of indiscretions cause him to lie in order to avoid the penalties. His life turns into a mess and he has an opportunity to run away and leave it all behind.", + "release_date": "1963-06-05" + }, + { + "vote_average": 8, + "vote_count": 15, + "id": 33765, + "video": false, + "media_type": "movie", + "title": "A Kind of Loving", + "popularity": 2, + "poster_path": "/qklayS1lL9m0Nw8g5l7hMuujSe4.jpg", + "original_language": "en", + "original_title": "A Kind of Loving", + "genre_ids": [ + 18, + 10749 + ], + "backdrop_path": "/uJS3ISbP80ms6x5nsxNBgBWOXbU.jpg", + "adult": false, + "overview": "After his girlfriend's pregnancy forces him to marry her, a young man must adjust to his new life and contend with his domineering mother-in-law.", + "release_date": "1962-04-12" + } + ], + "adult": false + }, + { + "popularity": 0.6, + "id": 141140, + "profile_path": null, + "name": "Leo Willis", + "known_for": [ + { + "vote_average": 7.1, + "vote_count": 24, + "id": 16661, + "video": false, + "media_type": "movie", + "title": "The Kid Brother", + "popularity": 2.642, + "poster_path": "/a1KeapLaxX9plRCjVpB6vAwB3WF.jpg", + "original_language": "en", + "original_title": "The Kid Brother", + "genre_ids": [ + 35, + 18 + ], + "backdrop_path": "/f8vzgpVPLezYnKNDcxrG4iuiV0x.jpg", + "adult": false, + "overview": "The most important family in Hickoryville is (not surprisingly) the Hickorys, with sheriff Jim and his tough manly sons Leo and Olin. The timid youngest son, Harold, doesn't have the muscles to match up to them, so he has to use his wits to win the respect of his strong father and also the love of beautiful Mary.", + "release_date": "1927-01-17" + }, + { + "vote_average": 6.5, + "vote_count": 17, + "id": 82036, + "video": false, + "media_type": "movie", + "title": "The Bohemian Girl", + "popularity": 2.393, + "poster_path": "/A3BCuOLyek1uVqRm2G9IXSFnBkv.jpg", + "original_language": "en", + "original_title": "The Bohemian Girl", + "genre_ids": [ + 35 + ], + "backdrop_path": "/bpJej5vr528rMcblGueTp7dpl65.jpg", + "adult": false, + "overview": "Stan and Ollie travel with a band of 18th-century Gypsies holding a nobleman's daughter.", + "release_date": "1936-02-14" + }, + { + "vote_average": 7.9, + "vote_count": 14, + "id": 48827, + "video": false, + "media_type": "movie", + "title": "The Live Ghost", + "popularity": 0.836, + "poster_path": "/exz3gGNVTL6Bkv6rBNoAb3uW0iH.jpg", + "original_language": "en", + "original_title": "The Live Ghost", + "genre_ids": [ + 35 + ], + "backdrop_path": "/g4NOvs7a1YizzvcTwx8g4YoitRb.jpg", + "adult": false, + "overview": "Fish market workers Stan and Ollie are persuaded by a sea captain to shanghai a crew for him at the local bar for a dollar a head. Successful at first, the boys end up getting themselves shanghaied, and the crew vow revenge.", + "release_date": "1934-12-08" + } + ], + "adult": false + }, + { + "popularity": 0.6, + "id": 135799, + "profile_path": null, + "name": "Chris WIllis", + "known_for": [ + { + "vote_average": 7, + "vote_count": 116, + "id": 18925, + "video": false, + "media_type": "movie", + "title": "Facing the Giants", + "popularity": 4.728, + "poster_path": "/dHh6Bw9LsUYAPv5CsSCp5JF8tHx.jpg", + "original_language": "en", + "original_title": "Facing the Giants", + "genre_ids": [ + 18 + ], + "backdrop_path": "/sVWbYcAqK6hTg5708llYg7i2XV5.jpg", + "adult": false, + "overview": "A losing coach with an underdog football team faces their giants of fear and failure on and off the field to surprising results.", + "release_date": "2006-09-29" + } + ], + "adult": false + }, + { + "popularity": 0.6, + "id": 1234286, + "profile_path": null, + "name": "Scott Willis", + "known_for": [ + { + "original_name": "NOVA", + "id": 3562, + "media_type": "tv", + "name": "NOVA", + "vote_count": 46, + "vote_average": 6.98, + "poster_path": "/pTdfXd5eyoXB9GUeLQ0vnE3GMwG.jpg", + "first_air_date": "1974-03-03", + "popularity": 21.151, + "genre_ids": [ + 99 + ], + "original_language": "en", + "backdrop_path": "/2XAaObTzZKomc3wVU2iGgnQHGxk.jpg", + "overview": "PBS' premier science series helps viewers of all ages explore the science behind the headlines. Along the way, NOVA demystifies science and technology, and highlights the people involved in scientific pursuits.", + "origin_country": [ + "US" + ] + } + ], + "adult": false + }, + { + "popularity": 0.6, + "id": 1250023, + "profile_path": null, + "name": "Willis Reed", + "known_for": [ + { + "vote_average": 0, + "vote_count": 0, + "id": 520263, + "video": false, + "media_type": "movie", + "title": "New York's Game: History of the Knicks (1946-1990)", + "popularity": 0.6, + "poster_path": "/lf6B6jUlxDMkKGmj17OH2LFCs6P.jpg", + "original_language": "en", + "original_title": "New York's Game: History of the Knicks (1946-1990)", + "genre_ids": [ + 99, + 36 + ], + "backdrop_path": null, + "adult": false, + "overview": "This video features more than 40 years of rarely-seen footage of the New York Knickerbockers, with a special focus on the championship teams of 1970 and 1973.", + "release_date": "1989-11-09" + } + ], + "adult": false + }, + { + "popularity": 0.6, + "id": 1236666, + "profile_path": null, + "name": "Ted Willis", + "known_for": [ + { + "vote_average": 7, + "vote_count": 20, + "id": 54392, + "video": false, + "media_type": "movie", + "title": "The Blue Lamp", + "popularity": 1.539, + "poster_path": "/nXPdlR0SzomINpBC9c9me3eUftF.jpg", + "original_language": "en", + "original_title": "The Blue Lamp", + "genre_ids": [ + 80, + 18 + ], + "backdrop_path": "/s3zEkMYOulyRM73vhpTTCNudY1d.jpg", + "adult": false, + "overview": "P.C. George Dixon (Warner) is a long-serving traditional copper who is due to retire shortly. He takes a new recruit under his aegis and introduces him to the easy-going night beat. Dixon is a classic ordinary hero but also anachronistic, unprepared and unable to answer the violence of the 1950s.", + "release_date": "1950-01-19" + }, + { + "vote_average": 6, + "vote_count": 7, + "id": 38388, + "video": false, + "media_type": "movie", + "title": "Trouble in Store", + "popularity": 1.921, + "poster_path": "/wMHB8UqNwU2PEcVLXUvekQsCQwz.jpg", + "original_language": "en", + "original_title": "Trouble in Store", + "genre_ids": [ + 35 + ], + "backdrop_path": "/5vFQrlUDKdTfMFpn07cKRAQbv2m.jpg", + "adult": false, + "overview": "Norman is working in the stock room of a large London department store, but he has ambition (doesn't he always !!), he wants to be a window dresser making up the public displays. Whilst trying to fulfill his ambition, he falls in love (doesn't he always !!), with one of the shopgirls. Together they discover a plot to rob the store and, somehow, manage to foil the robbers.", + "release_date": "1953-01-01" + }, + { + "vote_average": 6, + "vote_count": 6, + "id": 92820, + "video": false, + "media_type": "movie", + "title": "Good-Time Girl", + "popularity": 1.4, + "poster_path": "/iljPTeLLnr3sVYVfECNfS2gf0is.jpg", + "original_language": "en", + "original_title": "Good-Time Girl", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/n54V0gq8pKhRJyGdIpTKRp3zcj1.jpg", + "adult": false, + "overview": "Good Time Girl stars Jean Kent as incipient juvenile delinquent Gwen Rawlings. Sent to a home for \"problem\" girls, Gwen receives a crash course in petty crime. Back on the outside, she falls in with the usual bad crowd, and suffers spectacularly as a result.", + "release_date": "1948-04-28" + } + ], + "adult": false + }, + { + "popularity": 0.6, + "id": 1225502, + "profile_path": null, + "name": "Casey Willis", + "known_for": [ + { + "original_name": "Frisky Dingo", + "id": 1542, + "media_type": "tv", + "name": "Frisky Dingo", + "vote_count": 28, + "vote_average": 7.79, + "poster_path": "/a3MEL9Zd5oyO3Gwumhr1NwtG9ON.jpg", + "first_air_date": "2006-10-16", + "popularity": 3.91, + "genre_ids": [ + 16, + 35 + ], + "original_language": "en", + "backdrop_path": "/hzL5LXKg5P9mLs0Xh1pSdTUUkfp.jpg", + "overview": "Frisky Dingo is an American animated cartoon series created by Adam Reed and Matt Thompson for Adult Swim. The series revolved around the conflict between a supervillain named Killface and a superhero named Awesome X, alias billionaire Xander Crews, and much of the show's humor focuses on parodying superhero and action movie clichés. It debuted on October 16, 2006 and ended its first season on January 22, 2007; the second season premiered on August 26, 2007 and ended on March 23, 2008. A third season was in development, but in the absence of a renewal contract from Adult Swim, pre-production ceased. The production company itself, 70/30 Productions, subsequently went out of business in January 2009.\n\nA spin-off show, The Xtacles, premiered on November 9, 2008, but only two episodes were aired prior to the production company's closure.", + "origin_country": [ + "US" + ] + } + ], + "adult": false + }, + { + "popularity": 0.6, + "id": 1339072, + "profile_path": null, + "name": "Alan Willis", + "known_for": [ + { + "vote_average": 8, + "vote_count": 891, + "id": 387, + "video": false, + "media_type": "movie", + "title": "Das Boot", + "popularity": 12.878, + "poster_path": "/2uOHSmAkOh74vWwkgPTaTXhq1H4.jpg", + "original_language": "de", + "original_title": "Das Boot", + "genre_ids": [ + 18, + 36, + 10752 + ], + "backdrop_path": "/mc0PbKrrFRCUEpI09reR3ihHrIo.jpg", + "adult": false, + "overview": "A German submarine hunts allied ships during the Second World War, but it soon becomes the hunted. The crew tries to survive below the surface, while stretching both the boat and themselves to their limits.", + "release_date": "1981-09-16" + } + ], + "adult": false + }, + { + "popularity": 0.6, + "id": 1343536, + "profile_path": null, + "name": "Troy Willis", + "known_for": [ + { + "vote_average": 6.7, + "vote_count": 1663, + "id": 157386, + "video": false, + "media_type": "movie", + "title": "The Spectacular Now", + "popularity": 9.843, + "poster_path": "/iklgvkUqlruQrz8DlUsJzaa9HZh.jpg", + "original_language": "en", + "original_title": "The Spectacular Now", + "genre_ids": [ + 35, + 18, + 10749 + ], + "backdrop_path": "/8zPQ57lSiuRmHjmkRGopGdG4QD5.jpg", + "adult": false, + "overview": "Sutter, a popular party animal unexpectedly meets the introverted Aimee after waking up on a stranger's lawn. As Sutter deals with the problems in his life and Aimee plans for her future beyond school, an unexpected romance blossoms between them.", + "release_date": "2013-08-02" + } + ], + "adult": false + }, + { + "popularity": 0.6, + "id": 1378014, + "profile_path": null, + "name": "Willis Sparks", + "known_for": [ + { + "vote_average": 5.9, + "vote_count": 99, + "id": 20762, + "video": false, + "media_type": "movie", + "title": "The Substitute", + "popularity": 6.653, + "poster_path": "/jlhe2SKWqW3F7BEQl3sOkgXLtkW.jpg", + "original_language": "en", + "original_title": "The Substitute", + "genre_ids": [ + 28, + 53 + ], + "backdrop_path": "/oQnqRpDp61BiiT2F2EVy4FCfumD.jpg", + "adult": false, + "overview": "After he did some jobs for CIA, ex-marine John Shale is visiting his high school love Jane. She's now a teacher in Columbus High School in Miami. Soon after his arriving Jane has her knee cap broken while jogging. After that, John decides to go undercover as her substitute in high school. Very soon he finds out that gang named Kings of Destruction is terrorizing the school.", + "release_date": "1996-04-19" + } + ], + "adult": false + }, + { + "popularity": 0.6, + "id": 1372131, + "profile_path": null, + "name": "Pamela Willis", + "known_for": [ + { + "vote_average": 7.4, + "vote_count": 1277, + "id": 8741, + "video": false, + "media_type": "movie", + "title": "The Thin Red Line", + "popularity": 11.61, + "poster_path": "/jGDK6eM6vb8VEUmR0ZoaghcCG8f.jpg", + "original_language": "en", + "original_title": "The Thin Red Line", + "genre_ids": [ + 18, + 36, + 10752 + ], + "backdrop_path": "/sn0HQZthLpYamYb8VSPbEAWT4kF.jpg", + "adult": false, + "overview": "Based on the graphic novel by James Jones, The Thin Red Line tells the story of a group of men, an Army Rifle company called C-for-Charlie, who change, suffer, and ultimately make essential discoveries about themselves during the fierce World War II battle of Guadalcanal. It follows their journey, from the surprise of an unopposed landing, through the bloody and exhausting battles that follow, to the ultimate departure of those who survived. A powerful frontline cast - including Sean Penn, Nick Nolte, Woody Harrelson and George Clooney - explodes into action in this hauntingly realistic view of military and moral chaos in the Pacific during World War II.", + "release_date": "1998-12-25" + }, + { + "vote_average": 6.9, + "vote_count": 383, + "id": 127560, + "video": false, + "media_type": "movie", + "title": "The Railway Man", + "popularity": 6.935, + "poster_path": "/3iU9KLIhvc3pdl1SkeD0gv4BO0f.jpg", + "original_language": "en", + "original_title": "The Railway Man", + "genre_ids": [ + 18, + 36 + ], + "backdrop_path": "/6AGU1BJZthZ8WGNHiLeI0NjR3ie.jpg", + "adult": false, + "overview": "A victim from World War II's \"Death Railway\" sets out to find those responsible for his torture. A true story.", + "release_date": "2013-12-26" + }, + { + "vote_average": 6.6, + "vote_count": 129, + "id": 13922, + "video": false, + "media_type": "movie", + "title": "The Great Raid", + "popularity": 5.747, + "poster_path": "/o4ZdK0xbx6qKxSYQzo90w3PbdPU.jpg", + "original_language": "en", + "original_title": "The Great Raid", + "genre_ids": [ + 28, + 36, + 10752 + ], + "backdrop_path": "/grhkv9OEJtLamZBDcshrmvBqVwc.jpg", + "adult": false, + "overview": "As World War II rages, the elite Sixth Ranger Battalion is given a mission of heroic proportions: push 30 miles behind enemy lines and liberate over 500 American prisoners of war.", + "release_date": "2005-08-12" + } + ], + "adult": false + }, + { + "popularity": 0.6, + "id": 1381777, + "profile_path": null, + "name": "Jack Willis", + "known_for": [ + { + "vote_average": 7.7, + "vote_count": 7616, + "id": 10193, + "video": false, + "media_type": "movie", + "title": "Toy Story 3", + "popularity": 22.94, + "poster_path": "/mMltbSxwEdNE4Cv8QYLpzkHWTDo.jpg", + "original_language": "en", + "original_title": "Toy Story 3", + "genre_ids": [ + 16, + 10751, + 35 + ], + "backdrop_path": "/y2qAjM37QgatWeG84DDtwsZuMW.jpg", + "adult": false, + "overview": "Woody, Buzz, and the rest of Andy's toys haven't been played with in years. With Andy about to go to college, the gang find themselves accidentally left at a nefarious day care center. The toys must band together to escape and return home to Andy.", + "release_date": "2010-06-16" + }, + { + "vote_average": 7.2, + "vote_count": 1257, + "id": 1213, + "video": false, + "media_type": "movie", + "title": "The Talented Mr. Ripley", + "popularity": 9.288, + "poster_path": "/uprzxfRlR9mifUDZYo3js5qOt07.jpg", + "original_language": "en", + "original_title": "The Talented Mr. Ripley", + "genre_ids": [ + 53, + 80, + 18 + ], + "backdrop_path": "/pOm4IfypKwWUKjM5G2SZ2HSrJyM.jpg", + "adult": false, + "overview": "Tom Ripley is a calculating young man who believes it's better to be a fake somebody than a real nobody. Opportunity knocks in the form of a wealthy U.S. shipbuilder who hires Tom to travel to Italy to bring back his playboy son, Dickie. Ripley worms his way into the idyllic lives of Dickie and his girlfriend, plunging into a daring scheme of duplicity, lies and murder.", + "release_date": "1999-12-25" + }, + { + "vote_average": 5.5, + "vote_count": 277, + "id": 11077, + "video": false, + "media_type": "movie", + "title": "Problem Child", + "popularity": 5.988, + "poster_path": "/mQQIv4xsAwT9JNB6VYIaJLbkBRZ.jpg", + "original_language": "en", + "original_title": "Problem Child", + "genre_ids": [ + 35 + ], + "backdrop_path": "/n09d8Evbb2NhMV7G9SRSzeMe8yA.jpg", + "adult": false, + "overview": "Ben Healy (John Ritter) and his social climbing wife Flo adopt Junior a fun-loving seven year old. But they soon discover he's a little monster as he turns a camping trip, a birthday party and even a baseball game into comic nightmares. But is he really just a little angel trying to get out? Find out in this hilarious satire on modern-day family life.", + "release_date": "1990-07-27" + } + ], + "adult": false + }, + { + "popularity": 0.6, + "id": 1462629, + "profile_path": null, + "name": "Constance Willis", + "known_for": [ + { + "vote_average": 6.9, + "vote_count": 194, + "id": 11843, + "video": false, + "media_type": "movie", + "title": "The Return of the Pink Panther", + "popularity": 7.535, + "poster_path": "/zmUzVu8WmHsH0gtVqWCtftar5kW.jpg", + "original_language": "en", + "original_title": "The Return of the Pink Panther", + "genre_ids": [ + 9648, + 35, + 80 + ], + "backdrop_path": "/54Hx8e2hyJLljB1skSwMCeKFizb.jpg", + "adult": false, + "overview": "The famous Pink Panther jewel has once again been stolen and Inspector Clouseau is called in to catch the thief. The Inspector is convinced that 'The Phantom' has returned and utilises all of his resources – himself and his Asian manservant – to reveal the identity of 'The Phantom'.", + "release_date": "1975-05-21" + }, + { + "vote_average": 7.5, + "vote_count": 182, + "id": 1594, + "video": false, + "media_type": "movie", + "title": "A Shot in the Dark", + "popularity": 6.133, + "poster_path": "/eIHCtW49NgGr4s0WEfpSGFBrJCv.jpg", + "original_language": "en", + "original_title": "A Shot in the Dark", + "genre_ids": [ + 35, + 80 + ], + "backdrop_path": "/2lgx9DAeNkGgfjQFaTooYGRs7sK.jpg", + "adult": false, + "overview": "A Shot in the Dark is the second and more successful film from the Pink Panther film series where both animated and real life sequences are mixed. A cult classic from Blake Edwards based on the play L’Idiot by Marcel Achard and Harry Kurnitz.", + "release_date": "1964-06-23" + }, + { + "vote_average": 6.3, + "vote_count": 48, + "id": 23030, + "video": false, + "media_type": "movie", + "title": "Arabesque", + "popularity": 3.139, + "poster_path": "/b9oi36IczGFNlNM7uEHALYieqmH.jpg", + "original_language": "en", + "original_title": "Arabesque", + "genre_ids": [ + 28, + 12, + 53 + ], + "backdrop_path": "/6F21LBG9Z8WE4zBtKqXayA1Uaxr.jpg", + "adult": false, + "overview": "Story of international intrigue involving a university professor, an Arab prime minister, a ruthless businessman, a beautiful spy, and hieroglyphics.", + "release_date": "1966-05-04" + } + ], + "adult": false + }, + { + "popularity": 0.6, + "id": 1365043, + "profile_path": null, + "name": "Andrean Willis", + "known_for": [ + { + "vote_average": 0, + "vote_count": 0, + "id": 293379, + "video": false, + "media_type": "movie", + "title": "Aftermath", + "popularity": 0.6, + "poster_path": "/lTpnsIsAKCSQzbGM6WmQ4Xpu3G8.jpg", + "original_language": "en", + "original_title": "Aftermath", + "genre_ids": [ + 28, + 27 + ], + "backdrop_path": null, + "adult": false, + "overview": "For all intents and purposes, the Apocalypse has happened. \"Aftermath\" is the story of those who have survived...", + "release_date": "2012-10-31" + } + ], + "adult": false + }, + { + "popularity": 0.6, + "id": 1401194, + "profile_path": null, + "name": "Tony Willis", + "known_for": [ + { + "vote_average": 7.7, + "vote_count": 419, + "id": 531, + "video": false, + "media_type": "movie", + "title": "The Wrong Trousers", + "popularity": 7.309, + "poster_path": "/O3fFWazkIL1QrmH5t9numsUgmR.jpg", + "original_language": "en", + "original_title": "The Wrong Trousers", + "genre_ids": [ + 16, + 35, + 10751 + ], + "backdrop_path": "/9tbJCIaQVg2cnUf26NwGMKDyqvh.jpg", + "adult": false, + "overview": "Gromit finds himself being pushed out of his room and home by a new lodger who is actually a ruthless criminal (and a small penguin). The penguin is planning a robbery and needs to use Wallace and his mechanical remote controlled trousers to pull off the raid. However, Gromit is wise to the penguin and comes to the rescue.", + "release_date": "1993-12-17" + }, + { + "vote_average": 6, + "vote_count": 146, + "id": 71677, + "video": false, + "media_type": "movie", + "title": "Assassination Games", + "popularity": 5.625, + "poster_path": "/mXjTj9U1nAsyIj3gyV4xLFHqAoF.jpg", + "original_language": "en", + "original_title": "Assassination Games", + "genre_ids": [ + 28 + ], + "backdrop_path": "/kKJeUWgVJYav1jP7UYKk7CPNcWq.jpg", + "adult": false, + "overview": "Brazil is a contract killer, willing to take any job if the price is right. Flint left the assassin game when a ruthless drug dealer’s brutal attack left his wife in a coma. When a contract is put out on the same coldblooded drug dealer, both Brazil and Flint want him dead – one for the money, the other for revenge. With crooked Interpol agents and vicious members of the criminal underworld hot on their trail, these two assassins reluctantly join forces to quickly take out their target before they themselves are terminated.", + "release_date": "2011-07-28" + }, + { + "vote_average": 3.7, + "vote_count": 21, + "id": 41434, + "video": false, + "media_type": "movie", + "title": "Don't Look Up", + "popularity": 2.186, + "poster_path": "/6LPUgdArXeFm0USfskeHFGkkluS.jpg", + "original_language": "en", + "original_title": "Don't Look Up", + "genre_ids": [ + 27 + ], + "backdrop_path": "/j6cmcHa8RKRgXH9rSJojw3godjV.jpg", + "adult": false, + "overview": "While filming in Transylvania, a crew unearths celluloid images of a woman’s murder and unleashes the wrath of evil spirits.", + "release_date": "2009-09-24" + } + ], + "adult": false + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:32.9292666Z", + "ReducedUri": "/3/search/tv?query=Breaking+Bad", + "RespData": { + "page": 1, + "total_results": 1, + "total_pages": 1, + "results": [ + { + "original_name": "Breaking Bad", + "id": 1396, + "name": "Breaking Bad", + "vote_count": 2984, + "vote_average": 8.34, + "poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg", + "first_air_date": "2008-01-20", + "popularity": 78.773, + "genre_ids": [ + 18 + ], + "original_language": "en", + "backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg", + "overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + "origin_country": [ + "US" + ] + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:32.4617977Z", + "ReducedUri": "/3/search/tv?query=Breaking+Bad&page=1", + "RespData": { + "page": 1, + "total_results": 1, + "total_pages": 1, + "results": [ + { + "original_name": "Breaking Bad", + "id": 1396, + "name": "Breaking Bad", + "vote_count": 2984, + "vote_average": 8.34, + "poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg", + "first_air_date": "2008-01-20", + "popularity": 78.773, + "genre_ids": [ + 18 + ], + "original_language": "en", + "backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg", + "overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + "origin_country": [ + "US" + ] + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:32.7048839Z", + "ReducedUri": "/3/search/tv?query=Breaking+Bad&page=2", + "RespData": { + "page": 2, + "total_results": 1, + "total_pages": 1, + "results": [] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientTests.json b/TMDbLibTests/Data/data-ClientTests.json new file mode 100644 index 0000000..2a4f92d --- /dev/null +++ b/TMDbLibTests/Data/data-ClientTests.json @@ -0,0 +1,108 @@ +[ + { + "RecordedAt": "2019-01-26T17:52:41.7798348Z", + "ReducedUri": "/3/configuration", + "RespData": { + "images": { + "base_url": "http://image.tmdb.org/t/p/", + "secure_base_url": "https://image.tmdb.org/t/p/", + "backdrop_sizes": [ + "w300", + "w780", + "w1280", + "original" + ], + "logo_sizes": [ + "w45", + "w92", + "w154", + "w185", + "w300", + "w500", + "original" + ], + "poster_sizes": [ + "w92", + "w154", + "w185", + "w342", + "w500", + "w780", + "original" + ], + "profile_sizes": [ + "w45", + "w185", + "h632", + "original" + ], + "still_sizes": [ + "w92", + "w185", + "w300", + "original" + ] + }, + "change_keys": [ + "adult", + "air_date", + "also_known_as", + "alternative_titles", + "biography", + "birthday", + "budget", + "cast", + "certifications", + "character_names", + "created_by", + "crew", + "deathday", + "episode", + "episode_number", + "episode_run_time", + "freebase_id", + "freebase_mid", + "general", + "genres", + "guest_stars", + "homepage", + "images", + "imdb_id", + "languages", + "name", + "network", + "origin_country", + "original_name", + "original_title", + "overview", + "parts", + "place_of_birth", + "plot_keywords", + "production_code", + "production_companies", + "production_countries", + "releases", + "revenue", + "runtime", + "season", + "season_number", + "season_regular", + "spoken_languages", + "status", + "tagline", + "title", + "translations", + "tvdb_id", + "tvrage_id", + "type", + "video", + "videos" + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientTrendingTests.json b/TMDbLibTests/Data/data-ClientTrendingTests.json new file mode 100644 index 0000000..cc023fb --- /dev/null +++ b/TMDbLibTests/Data/data-ClientTrendingTests.json @@ -0,0 +1,2328 @@ +[ + { + "RecordedAt": "2019-01-26T17:50:05.8916494Z", + "ReducedUri": "/3/trending/movie/Week", + "RespData": { + "page": 1, + "results": [ + { + "adult": false, + "backdrop_path": "/93xA62uLd5CwMOAs37eQ7vPc1iV.jpg", + "genre_ids": [ + 18, + 10402 + ], + "id": 424694, + "original_language": "en", + "original_title": "Bohemian Rhapsody", + "overview": "Singer Freddie Mercury, guitarist Brian May, drummer Roger Taylor and bass guitarist John Deacon take the music world by storm when they form the rock 'n' roll band Queen in 1970. Hit songs become instant classics. When Mercury's increasingly wild lifestyle starts to spiral out of control, Queen soon faces its greatest challenge yet – finding a way to keep the band together amid the success and excess.", + "poster_path": "/gbmkFWdtihe1VfydTDsieQ6VfGL.jpg", + "release_date": "2018-10-24", + "title": "Bohemian Rhapsody", + "video": false, + "vote_average": 8.2, + "vote_count": 3944, + "popularity": 242.391 + }, + { + "adult": false, + "backdrop_path": "/wqtaHWOEZ3rXDJ8c6ZZShulbo18.jpg", + "genre_ids": [ + 18, + 10402, + 10749 + ], + "id": 332562, + "original_language": "en", + "original_title": "A Star Is Born", + "overview": "Seasoned musician Jackson Maine discovers—and falls in love with—struggling artist Ally. She has just about given up on her dream to make it big as a singer—until Jack coaxes her into the spotlight. But even as Ally's career takes off, the personal side of their relationship is breaking down, as Jack fights an ongoing battle with his own internal demons.", + "poster_path": "/wrFpXMNBRj2PBiN4Z5kix51XaIZ.jpg", + "release_date": "2018-10-03", + "title": "A Star Is Born", + "video": false, + "vote_average": 7.5, + "vote_count": 2866, + "popularity": 155.21 + }, + { + "adult": false, + "backdrop_path": "/juc9wt7Eh2IarLL5S1yQ1a21O1A.jpg", + "genre_ids": [ + 16, + 10751, + 35, + 14 + ], + "id": 360920, + "original_language": "en", + "original_title": "The Grinch", + "overview": "The Grinch hatches a scheme to ruin Christmas when the residents of Whoville plan their annual holiday celebration.", + "poster_path": "/gpkHvkCtZOeCQ2DelnJ2LB1WjZ5.jpg", + "release_date": "2018-11-08", + "title": "The Grinch", + "video": false, + "vote_average": 6.3, + "vote_count": 636, + "popularity": 130.115 + }, + { + "adult": false, + "backdrop_path": "/tirhxzSR6g1A9Iayo2lpYW4luUF.jpg", + "genre_ids": [ + 878, + 18 + ], + "id": 433249, + "original_language": "en", + "original_title": "IO", + "overview": "As a young scientist searches for a way to save a dying Earth, she finds a connection with a man who's racing to catch the last shuttle off the planet.", + "poster_path": "/utH781EwjzzXQC6fZUO3cw8L5Ht.jpg", + "release_date": "2019-01-18", + "title": "IO", + "video": false, + "vote_average": 5.1, + "vote_count": 237, + "popularity": 57.054 + }, + { + "adult": false, + "backdrop_path": "/7RqpTZq0mPpTcEwZ6qqwRZAFoLe.jpg", + "genre_ids": [ + 35, + 28 + ], + "id": 567604, + "original_language": "en", + "original_title": "Once Upon a Deadpool", + "overview": "A kidnapped Fred Savage is forced to endure Deadpool's PG-13 rendition of Deadpool 2 as a Princess Bride-esque story that's full of magic, wonder & zero F's.", + "poster_path": "/5Ka49BWWyKMXr93YMbH5wLN7aAM.jpg", + "release_date": "2018-12-11", + "title": "Once Upon a Deadpool", + "video": false, + "vote_average": 7.2, + "vote_count": 88, + "popularity": 91.801 + }, + { + "id": 297802, + "video": false, + "vote_count": 2916, + "vote_average": 6.9, + "title": "Aquaman", + "release_date": "2018-12-07", + "original_language": "en", + "original_title": "Aquaman", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/7icgF1dgUJaCpnWV235eafXFznJ.jpg", + "adult": false, + "overview": "Arthur Curry learns that he is the heir to the underwater kingdom of Atlantis, and must step forward to lead his people and be a hero to the world.", + "poster_path": "/5Kg76ldv7VxeX9YlcQXiowHgdX6.jpg", + "popularity": 331.431 + }, + { + "adult": false, + "backdrop_path": "/z1FkoHO7bz40S4JiptWHSYoPpxq.jpg", + "genre_ids": [ + 36, + 18 + ], + "id": 369972, + "original_language": "en", + "original_title": "First Man", + "overview": "A look at the life of the astronaut, Neil Armstrong, and the legendary space mission that led him to become the first man to walk on the Moon on July 20, 1969.", + "poster_path": "/i91mfvFcPPlaegcbOyjGgiWfZzh.jpg", + "release_date": "2018-10-11", + "title": "First Man", + "video": false, + "vote_average": 7.1, + "vote_count": 1368, + "popularity": 96.531 + }, + { + "adult": false, + "backdrop_path": "/r0ljJIPBGsGdpeDdlHpzCiNnxiB.jpg", + "genre_ids": [ + 18, + 53, + 9648, + 80, + 28 + ], + "id": 446807, + "original_language": "en", + "original_title": "The Girl in the Spider's Web", + "overview": "In Stockholm, Sweden, hacker Lisbeth Salander is hired by Frans Balder, a computer engineer, to retrieve a program that he believes it is too dangerous to exist.", + "poster_path": "/w4ibr8R702DCjwYniry1D1XwQXj.jpg", + "release_date": "2018-10-26", + "title": "The Girl in the Spider's Web", + "video": false, + "vote_average": 5.9, + "vote_count": 220, + "popularity": 109.135 + }, + { + "adult": false, + "backdrop_path": "/VuukZLgaCrho2Ar8Scl9HtV3yD.jpg", + "genre_ids": [ + 878, + 28 + ], + "id": 335983, + "original_language": "en", + "original_title": "Venom", + "overview": "Investigative journalist Eddie Brock attempts a comeback following a scandal, but accidentally becomes the host of Venom, a violent, super powerful alien symbiote. Soon, he must rely on his newfound powers to protect the world from a shadowy organization looking for a symbiote of their own.", + "poster_path": "/2uNW4WbgBXL25BAbXGLnLqX71Sw.jpg", + "release_date": "2018-09-28", + "title": "Venom", + "video": false, + "vote_average": 6.6, + "vote_count": 4482, + "popularity": 86.381 + }, + { + "adult": false, + "backdrop_path": "/ngBFDOsx13sFXiMweDoL54XYknR.jpg", + "genre_ids": [ + 53, + 27, + 9648, + 18 + ], + "id": 450465, + "original_language": "en", + "original_title": "Glass", + "overview": "In a series of escalating encounters, security guard David Dunn uses his supernatural abilities to track Kevin Wendell Crumb, a disturbed man who has twenty-four personalities. Meanwhile, the shadowy presence of Elijah Price emerges as an orchestrator who holds secrets critical to both men.", + "poster_path": "/svIDTNUoajS8dLEo7EosxvyAsgJ.jpg", + "release_date": "2019-01-16", + "title": "Glass", + "video": false, + "vote_average": 6.9, + "vote_count": 676, + "popularity": 165.309 + }, + { + "adult": false, + "backdrop_path": "/3eD5kjFEQcTrGGys0zjtHkreQcr.jpg", + "genre_ids": [ + 80, + 18, + 53 + ], + "id": 401469, + "original_language": "en", + "original_title": "Widows", + "overview": "A police shootout leaves four thieves dead during an explosive armed robbery attempt in Chicago. Their widows have nothing in common except a debt left behind by their spouses' criminal activities. Hoping to forge a future on their own terms, they join forces to pull off a heist.", + "poster_path": "/tvmPiTShsfp4vSUBFsCHYaX9M7i.jpg", + "release_date": "2018-11-06", + "title": "Widows", + "video": false, + "vote_average": 6.7, + "vote_count": 356, + "popularity": 94.373 + }, + { + "id": 424783, + "video": false, + "vote_count": 925, + "vote_average": 6.5, + "title": "Bumblebee", + "release_date": "2018-12-15", + "original_language": "en", + "original_title": "Bumblebee", + "genre_ids": [ + 28, + 12, + 878 + ], + "backdrop_path": "/hMANgfPHR1tRObNp2oPiOi9mMlz.jpg", + "adult": false, + "overview": "On the run in the year 1987, Bumblebee finds refuge in a junkyard in a small Californian beach town. Charlie, on the cusp of turning 18 and trying to find her place in the world, discovers Bumblebee, battle-scarred and broken. When Charlie revives him, she quickly learns this is no ordinary yellow VW bug.", + "poster_path": "/fw02ONlDhrYjTSZV8XO6hhU3ds3.jpg", + "popularity": 333.153 + }, + { + "adult": false, + "backdrop_path": "/gCIB3DdK00DyfwosVGf7pnFFdK3.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 399402, + "original_language": "en", + "original_title": "Hunter Killer", + "overview": "An untested American submarine captain teams with U.S. Navy SEALs to rescue the Russian president, who has been kidnapped by a rogue general.", + "poster_path": "/a0j18XNVhP4RcW3wXwsqT0kVoQm.jpg", + "release_date": "2018-10-19", + "title": "Hunter Killer", + "video": false, + "vote_average": 5.9, + "vote_count": 323, + "popularity": 102.919 + }, + { + "adult": false, + "backdrop_path": "/l2ji4YiNSPBV69WjGBgU0gCvRqy.jpg", + "genre_ids": [ + 14, + 12, + 10751 + ], + "id": 426543, + "original_language": "en", + "original_title": "The Nutcracker and the Four Realms", + "overview": "A young girl is transported into a magical world of gingerbread soldiers and an army of mice. In Disney’s magical take on the classic The Nutcracker, Clara wants a one-of-a-kind key that will unlock a box holding a priceless gift. A golden thread presented at her godfather’s holiday party leads her to the coveted key—which promptly disappears into a strange and mysterious parallel world. There Clara encounters a soldier, a gang of mice and the regents of three magical Realms. But she must brave the ominous Fourth Realm, home to the tyrant Mother Ginger, to retrieve her key and return harmony to the unstable world.", + "poster_path": "/3TwxpPfMoeFLxzhgAWlptE6srsZ.jpg", + "release_date": "2018-10-26", + "title": "The Nutcracker and the Four Realms", + "video": false, + "vote_average": 6.0, + "vote_count": 482, + "popularity": 77.621 + }, + { + "adult": false, + "backdrop_path": "/u8CP7EeWbYMlIVqEoKAt6OYsEe1.jpg", + "genre_ids": [ + 28, + 80, + 35, + 18 + ], + "id": 483906, + "original_language": "en", + "original_title": "Polar", + "overview": "When a retiring assassin realizes he is the target of a hit, he winds up back in the game going head to head with a gang of younger, ruthless killers.", + "poster_path": "/qOBEpKVLl8Q9CZScbOcRRVISezV.jpg", + "release_date": "2019-01-25", + "title": "Polar", + "video": false, + "vote_average": 6.6, + "vote_count": 34, + "popularity": 62.692 + }, + { + "adult": false, + "backdrop_path": "/z6m7s4w4Erxnr5k2jc1TZR1AMva.jpg", + "genre_ids": [ + 53, + 18, + 878, + 27 + ], + "id": 405774, + "original_language": "en", + "original_title": "Bird Box", + "overview": "When a mysterious force decimates the world’s population, only one thing is certain: if you see it, you take your life. Facing the unknown, Malorie finds love, hope and a new beginning only for it to unravel. Now she must flee with her two children down a treacherous river to the one place left that may offer sanctuary. But to survive, they'll have to undertake the perilous two-day journey blindfolded.", + "poster_path": "/rGfGfgL2pEPCfhIvqHXieXFn7gp.jpg", + "release_date": "2018-12-13", + "title": "Bird Box", + "video": false, + "vote_average": 7.1, + "vote_count": 3252, + "popularity": 96.734 + }, + { + "adult": false, + "backdrop_path": "/b7Q0uX4Tcd6lXWItJEMxYk9XBbc.jpg", + "genre_ids": [ + 12, + 10751, + 28, + 35 + ], + "id": 463272, + "original_language": "en", + "original_title": "Johnny English Strikes Again", + "overview": "Disaster strikes when a criminal mastermind reveals the identities of all active undercover agents in Britain. The secret service can now rely on only one man - Johnny English. Currently teaching at a minor prep school, Johnny springs back into action to find the mysterious hacker. For this mission to succeed, he’ll need all of his skills - what few he has - as the man with yesterday’s analogue methods faces off against tomorrow’s digital technology.", + "poster_path": "/ryACHOzmRJiJEKjatbokudfkO74.jpg", + "release_date": "2018-09-13", + "title": "Johnny English Strikes Again", + "video": false, + "vote_average": 6.1, + "vote_count": 701, + "popularity": 60.205 + }, + { + "adult": false, + "backdrop_path": "/j7n2zYUODG8ViBSq7VyXyGlwJfH.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 460321, + "original_language": "en", + "original_title": "Close", + "overview": "A counter-terrorism expert takes a job protecting a young heiress. After an attempted kidnapping puts both of their lives in danger, they must flee.", + "poster_path": "/4kjUGqPIv6kpxJUvjmeQX7nQpKd.jpg", + "release_date": "2019-01-18", + "title": "Close", + "video": false, + "vote_average": 6.0, + "vote_count": 64, + "popularity": 40.383 + }, + { + "adult": false, + "backdrop_path": "/rxYG6Sj95as9rv9wKIHUx6ATWd3.jpg", + "genre_ids": [ + 878, + 28, + 12, + 14, + 53 + ], + "id": 428078, + "original_language": "en", + "original_title": "Mortal Engines", + "overview": "Set in a world many thousands of years in the future. Earth’s cities now roam the globe on huge wheels, devouring each other in a struggle for ever diminishing resources. On one of these massive Traction Cities, Tom Natsworthy has an unexpected encounter with a mysterious young woman from the Outlands who will change the course of his life forever.", + "poster_path": "/gLhYg9NIvIPKVRTtvzCWnp1qJWG.jpg", + "release_date": "2018-12-05", + "title": "Mortal Engines", + "video": false, + "vote_average": 6.0, + "vote_count": 584, + "popularity": 210.646 + }, + { + "id": 299536, + "video": false, + "vote_count": 10991, + "vote_average": 8.3, + "title": "Avengers: Infinity War", + "release_date": "2018-04-25", + "original_language": "en", + "original_title": "Avengers: Infinity War", + "genre_ids": [ + 28, + 12, + 14 + ], + "backdrop_path": "/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg", + "adult": false, + "overview": "As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.", + "poster_path": "/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg", + "popularity": 108.095 + } + ], + "total_pages": 1000, + "total_results": 20000 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:05.6572724Z", + "ReducedUri": "/3/trending/person/Week", + "RespData": { + "page": 1, + "results": [ + { + "adult": false, + "gender": 2, + "name": "Jackie Chan", + "id": 18897, + "known_for": [ + { + "adult": false, + "backdrop_path": "/pmLEmMLYCreFAxfdCt5uO1wDgSi.jpg", + "genre_ids": [ + 12, + 16, + 10751, + 35 + ], + "id": 9502, + "original_language": "en", + "original_title": "Kung Fu Panda", + "overview": "When the Valley of Peace is threatened, lazy Po the panda discovers his destiny as the \"chosen one\" and trains to become a kung fu hero, but transforming the unsleek slacker into a brave warrior won't be easy. It's up to Master Shifu and the Furious Five -- Tigress, Crane, Mantis, Viper and Monkey -- to give it a try.", + "poster_path": "/2Paj1nufT0jeSY0G4u3RC31HIGT.jpg", + "release_date": "2008-06-04", + "title": "Kung Fu Panda", + "video": false, + "vote_average": 7.0, + "vote_count": 5470, + "popularity": 19.381, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/eyiE1vuizMKVu8MoZkg2xsramFl.jpg", + "genre_ids": [ + 16, + 10751 + ], + "id": 49444, + "original_language": "en", + "original_title": "Kung Fu Panda 2", + "overview": "Po is now living his dream as The Dragon Warrior, protecting the Valley of Peace alongside his friends and fellow kung fu masters, The Furious Five - Tigress, Crane, Mantis, Viper and Monkey. But Po’s new life of awesomeness is threatened by the emergence of a formidable villain, who plans to use a secret, unstoppable weapon to conquer China and destroy kung fu. It is up to Po and The Furious Five to journey across China to face this threat and vanquish it. But how can Po stop a weapon that can stop kung fu? He must look to his past and uncover the secrets of his mysterious origins; only then will he be able to unlock the strength he needs to succeed.", + "poster_path": "/Fzyy2dauoKxjUzUPYYo3kJkJAW.jpg", + "release_date": "2011-05-25", + "title": "Kung Fu Panda 2", + "video": false, + "vote_average": 6.7, + "vote_count": 3243, + "popularity": 14.679, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/rfhnEYubWD4hnUUm8xXmotpqffb.jpg", + "genre_ids": [ + 28, + 12, + 18, + 10751 + ], + "id": 38575, + "original_language": "en", + "original_title": "The Karate Kid", + "overview": "12-year-old Dre Parker could have been the most popular kid in Detroit, but his mother's latest career move has landed him in China. Dre immediately falls for his classmate Mei Ying but the cultural differences make such a friendship impossible. Even worse, Dre's feelings make him an enemy of the class bully, Cheng. With no friends in a strange land, Dre has nowhere to turn but maintenance man Mr. Han, who is a kung fu master. As Han teaches Dre that kung fu is not about punches and parries, but maturity and calm, Dre realizes that facing down the bullies will be the fight of his life.", + "poster_path": "/bucxUHJd1DFy15iHzuXSOoFrObW.jpg", + "release_date": "2010-06-10", + "title": "The Karate Kid", + "video": false, + "vote_average": 6.3, + "vote_count": 2814, + "popularity": 9.709, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/pmKJ4sGvPQ3imzXaFnjW4Vk5Gyc.jpg", + "popularity": 15.261 + }, + { + "adult": false, + "gender": 2, + "name": "Brad Pitt", + "id": 287, + "known_for": [ + { + "adult": false, + "backdrop_path": "/87hTDiay2N2qWyX4Ds7ybXi9h8I.jpg", + "genre_ids": [ + 18 + ], + "id": 550, + "original_language": "en", + "original_title": "Fight Club", + "overview": "A ticking-time-bomb insomniac and a slippery soap salesman channel primal male aggression into a shocking new form of therapy. Their concept catches on, with underground \"fight clubs\" forming in every town, until an eccentric gets in the way and ignites an out-of-control spiral toward oblivion.", + "poster_path": "/adw6Lq9FiC9zjYEpOqfq03ituwp.jpg", + "release_date": "1999-10-15", + "title": "Fight Club", + "video": false, + "vote_average": 8.4, + "vote_count": 14994, + "popularity": 29.239, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/7nF6B9yCEq1ZCT82sGJVtNxOcl5.jpg", + "genre_ids": [ + 18, + 28, + 53, + 10752 + ], + "id": 16869, + "original_language": "en", + "original_title": "Inglourious Basterds", + "overview": "In Nazi-occupied France during World War II, a group of Jewish-American soldiers known as \"The Basterds\" are chosen specifically to spread fear throughout the Third Reich by scalping and brutally killing Nazis. The Basterds, lead by Lt. Aldo Raine soon cross paths with a French-Jewish teenage girl who runs a movie theater in Paris which is targeted by the soldiers.", + "poster_path": "/ai0LXkzVM3hMjDhvFdKMUemoBe.jpg", + "release_date": "2009-08-18", + "title": "Inglourious Basterds", + "video": false, + "vote_average": 8.1, + "vote_count": 10788, + "popularity": 35.561, + "media_type": "movie" + }, + { + "id": 807, + "video": false, + "vote_count": 9582, + "vote_average": 8.3, + "title": "Se7en", + "release_date": "1995-09-22", + "original_language": "en", + "original_title": "Se7en", + "genre_ids": [ + 80, + 9648, + 53 + ], + "backdrop_path": "/A0WKbRIojF9DUWG4XLCmg5JK6I5.jpg", + "adult": false, + "overview": "Two homicide detectives are on a desperate hunt for a serial killer whose crimes are based on the \"seven deadly sins\" in this dark and haunting film that takes viewers from the tortured remains of one victim to the next. The seasoned Det. Sommerset researches each sin in an effort to get inside the killer's mind, while his novice partner, Mills, scoffs at his efforts to unravel the case.", + "poster_path": "/8zw8IL4zEPjkh8Aysdcd0FwGMb0.jpg", + "popularity": 30.082, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/kU3B75TyRiCgE270EyZnHjfivoq.jpg", + "popularity": 15.761 + }, + { + "adult": false, + "gender": 2, + "name": "Bruce Willis", + "id": 62, + "known_for": [ + { + "adult": false, + "backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg", + "genre_ids": [ + 53, + 80 + ], + "id": 680, + "original_language": "en", + "original_title": "Pulp Fiction", + "overview": "A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.", + "poster_path": "/dM2w364MScsjFf8pfMbaWUcWrR.jpg", + "release_date": "1994-09-10", + "title": "Pulp Fiction", + "video": false, + "vote_average": 8.4, + "vote_count": 13875, + "popularity": 37.649, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/4G6FNNLSIVrwSRZyFs91hQ3lZtD.jpg", + "genre_ids": [ + 27, + 53 + ], + "id": 381288, + "original_language": "en", + "original_title": "Split", + "overview": "Though Kevin has evidenced 23 personalities to his trusted psychiatrist, Dr. Fletcher, there remains one still submerged who is set to materialize and dominate all the others. Compelled to abduct three teenage girls led by the willful, observant Casey, Kevin reaches a war for survival among all of those contained within him — as well as everyone around him — as the walls between his compartments shatter apart.", + "poster_path": "/rXMWOZiCt6eMX22jWuTOSdQ98bY.jpg", + "release_date": "2017-01-19", + "title": "Split", + "video": false, + "vote_average": 7.2, + "vote_count": 8986, + "popularity": 68.454, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "genre_ids": [ + 28, + 53, + 878 + ], + "id": 59967, + "original_language": "en", + "original_title": "Looper", + "overview": "In the futuristic action thriller Looper, time travel will be invented but it will be illegal and only available on the black market. When the mob wants to get rid of someone, they will send their target 30 years into the past where a looper, a hired gun, like Joe is waiting to mop up. Joe is getting rich and life is good until the day the mob decides to close the loop, sending back Joe's future self for assassination.", + "poster_path": "/sNjL6SqErDBE8OUZlrDLkexfsCj.jpg", + "release_date": "2012-09-26", + "title": "Looper", + "video": false, + "vote_average": 6.8, + "vote_count": 6342, + "popularity": 14.358, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "popularity": 17.767 + }, + { + "adult": false, + "gender": 2, + "name": "Tom Cruise", + "id": 500, + "known_for": [ + { + "id": 137113, + "video": false, + "vote_count": 7392, + "vote_average": 7.6, + "title": "Edge of Tomorrow", + "release_date": "2014-05-27", + "original_language": "en", + "original_title": "Edge of Tomorrow", + "genre_ids": [ + 28, + 878 + ], + "backdrop_path": "/7mgKeg18Qml5nJQa56RBZO7dIu0.jpg", + "adult": false, + "overview": "Major Bill Cage is an officer who has never seen a day of combat when he is unceremoniously demoted and dropped into combat. Cage is killed within minutes, managing to take an alpha alien down with him. He awakens back at the beginning of the same day and is forced to fight and die again... and again - as physical contact with the alien has thrown him into a time loop.", + "poster_path": "/tpoVEYvm6qcXueZrQYJNRLXL88s.jpg", + "popularity": 20.913, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/8TE77jL2e4zdERpv8hnBAHUmFRx.jpg", + "genre_ids": [ + 28, + 878, + 12, + 9648 + ], + "id": 75612, + "original_language": "en", + "original_title": "Oblivion", + "overview": "Jack Harper is one of the last few drone repairmen stationed on Earth. Part of a massive operation to extract vital resources after decades of war with a terrifying threat known as the Scavs, Jack’s mission is nearly complete. His existence is brought crashing down when he rescues a beautiful stranger from a downed spacecraft. Her arrival triggers a chain of events that forces him to question everything he knows and puts the fate of humanity in his hands.", + "poster_path": "/hmOzkHlkGvi8x24fYpFSnXvjklv.jpg", + "release_date": "2013-04-10", + "title": "Oblivion", + "video": false, + "vote_average": 6.5, + "vote_count": 6431, + "popularity": 18.275, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/pc7a2qrIkIxzqWGqcexd3mHzIxy.jpg", + "genre_ids": [ + 28, + 53, + 12 + ], + "id": 56292, + "original_language": "en", + "original_title": "Mission: Impossible - Ghost Protocol", + "overview": "Ethan Hunt and his team are racing against time to track down a dangerous terrorist named Hendricks, who has gained access to Russian nuclear launch codes and is planning a strike on the United States. An attempt to stop him ends in an explosion causing severe destruction to the Kremlin and the IMF to be implicated in the bombing, forcing the President to disavow them. No longer being aided by the government, Ethan and his team chase Hendricks around the globe, although they might still be too late to stop a disaster.", + "poster_path": "/khlcsYHr7Hi4Tkymc7UGDvcUcx.jpg", + "release_date": "2011-12-07", + "title": "Mission: Impossible - Ghost Protocol", + "video": false, + "vote_average": 6.9, + "vote_count": 5684, + "popularity": 21.116, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/2Dkx4uuGoWFrPSitxdikv9z5azR.jpg", + "popularity": 19.871 + }, + { + "adult": false, + "gender": 2, + "name": "Keanu Reeves", + "id": 6384, + "known_for": [ + { + "adult": false, + "backdrop_path": "/icmmSD4vTTDKOq2vvdulafOGw93.jpg", + "genre_ids": [ + 28, + 878 + ], + "id": 603, + "original_language": "en", + "original_title": "The Matrix", + "overview": "Set in the 22nd century, The Matrix tells the story of a computer hacker who joins a group of underground insurgents fighting the vast and powerful computers who now rule the earth.", + "poster_path": "/hEpWvX6Bp79eLxY1kX5ZZJcme5U.jpg", + "release_date": "1999-03-30", + "title": "The Matrix", + "video": false, + "vote_average": 8.1, + "vote_count": 13298, + "popularity": 33.293, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/umC04Cozevu8nn3JTDJ1pc7PVTn.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 245891, + "original_language": "en", + "original_title": "John Wick", + "overview": "Ex-hitman John Wick comes out of retirement to track down the gangsters that took everything from him.", + "poster_path": "/5vHssUeVe25bMrof1HyaPyWgaP.jpg", + "release_date": "2014-10-22", + "title": "John Wick", + "video": false, + "vote_average": 7.1, + "vote_count": 8897, + "popularity": 40.803, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/Fp3piEuHXxKnPBO5R0Wj4wjZHg.jpg", + "genre_ids": [ + 12, + 28, + 53, + 878 + ], + "id": 604, + "original_language": "en", + "original_title": "The Matrix Reloaded", + "overview": "Six months after the events depicted in The Matrix, Neo has proved to be a good omen for the free humans, as more and more humans are being freed from the matrix and brought to Zion, the one and only stronghold of the Resistance. Neo himself has discovered his superpowers including super speed, ability to see the codes of the things inside the matrix and a certain degree of pre-cognition. But a nasty piece of news hits the human resistance: 250,000 machine sentinels are digging to Zion and would reach them in 72 hours. As Zion prepares for the ultimate war, Neo, Morpheus and Trinity are advised by the Oracle to find the Keymaker who would help them reach the Source. Meanwhile Neo's recurrent dreams depicting Trinity's death have got him worried and as if it was not enough, Agent Smith has somehow escaped deletion, has become more powerful than before and has fixed Neo as his next target.", + "poster_path": "/ezIurBz2fdUc68d98Fp9dRf5ihv.jpg", + "release_date": "2003-05-15", + "title": "The Matrix Reloaded", + "video": false, + "vote_average": 6.8, + "vote_count": 5226, + "popularity": 23.029, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/bOlYWhVuOiU6azC4Bw6zlXZ5QTC.jpg", + "popularity": 18.18 + }, + { + "adult": false, + "gender": 2, + "name": "Tom Hanks", + "id": 31, + "known_for": [ + { + "adult": false, + "backdrop_path": "/wMgbnUVS9wbRGAdki8fqxKU1O0N.jpg", + "genre_ids": [ + 35, + 18, + 10749 + ], + "id": 13, + "original_language": "en", + "original_title": "Forrest Gump", + "overview": "A man with a low IQ has accomplished great things in his life and been present during significant historic events—in each case, far exceeding what anyone imagined he could do. But despite all he has achieved, his one true love eludes him.", + "poster_path": "/yE5d3BUhE8hCnkMUJOo1QDoOGNz.jpg", + "release_date": "1994-07-06", + "title": "Forrest Gump", + "video": false, + "vote_average": 8.4, + "vote_count": 13427, + "popularity": 24.036, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/dji4Fm0gCDVb9DQQMRvAI8YNnTz.jpg", + "genre_ids": [ + 16, + 35, + 10751 + ], + "id": 862, + "original_language": "en", + "original_title": "Toy Story", + "overview": "Led by Woody, Andy's toys live happily in his room until Andy's birthday brings Buzz Lightyear onto the scene. Afraid of losing his place in Andy's heart, Woody plots against Buzz. But when circumstances separate Buzz and Woody from their owner, the duo eventually learns to put aside their differences.", + "poster_path": "/rhIRbceoE9lR4veEXuwCC2wARtG.jpg", + "release_date": "1995-10-30", + "title": "Toy Story", + "video": false, + "vote_average": 7.9, + "vote_count": 9234, + "popularity": 19.944, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/hjQp148VjWF4KjzhsD90OCMr11h.jpg", + "genre_ids": [ + 18, + 36, + 10752 + ], + "id": 857, + "original_language": "en", + "original_title": "Saving Private Ryan", + "overview": "As U.S. troops storm the beaches of Normandy, three brothers lie dead on the battlefield, with a fourth trapped behind enemy lines. Ranger captain John Miller and seven men are tasked with penetrating German-held territory and bringing the boy home.", + "poster_path": "/miDoEMlYDJhOCvxlzI0wZqBs9Yt.jpg", + "release_date": "1998-07-24", + "title": "Saving Private Ryan", + "video": false, + "vote_average": 8.1, + "vote_count": 7709, + "popularity": 15.903, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/xxPMucou2wRDxLrud8i2D4dsywh.jpg" + }, + { + "adult": false, + "gender": 1, + "name": "Jane Arapawe", + "id": 2185295, + "known_for": [ + { + "adult": false, + "backdrop_path": null, + "genre_ids": [ + 18 + ], + "id": 575481, + "original_language": "es", + "original_title": "Lalo", + "overview": "Lalo is a little boy who lives in an orphanage and dreams of singing in the choir of the church. His companions make fun of him and beat him, so he is unjustly punished afterwards. Very soon, everyone will discover in him an extraordinary change of direction in his life.", + "poster_path": "/wq7LUIIFngCXpUs9Y1MBAcLfWIo.jpg", + "release_date": "2015-12-17", + "title": "Lalo", + "video": false, + "vote_average": 9.0, + "vote_count": 1, + "popularity": 0.6, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": null, + "genre_ids": [ + 99 + ], + "id": 575523, + "original_language": "es", + "original_title": "U.S.A.E.R.", + "overview": "Documentary where we know the work done by specialized teachers with students face barriers of learning and participation, to present a condition of disability, abilities or difficulties in the development of academic education in 4 elementary schools in Tijuana Mexico.", + "poster_path": "/p5feiCBVO2fvvGBkaWyu65LXphh.jpg", + "release_date": "2015-01-17", + "title": "U.S.A.E.R.", + "video": false, + "vote_average": 9.5, + "vote_count": 2, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/AloZBfRdub4weyblDuqvw9SzF0W.jpg", + "genre_ids": [ + 18, + 10749 + ], + "id": 489209, + "original_language": "es", + "original_title": "Al otro lado", + "overview": "Felipe and Claudio have a unique relationship. Somehow destiny pulls them apart and sets Felipe on a journey where he will risk everything in his pursuit of happiness.", + "poster_path": "/jYDB99z6nUekVCng5u4HcmoUGGZ.jpg", + "release_date": "2017-07-01", + "title": "The Other Side", + "video": false, + "vote_average": 8.0, + "vote_count": 1, + "popularity": 0.6, + "media_type": "movie" + } + ], + "known_for_department": "Production", + "profile_path": "/wO1ZInc1wfbyeIz7OqYVzFxkHst.jpg", + "popularity": 0.6 + }, + { + "adult": false, + "gender": 2, + "name": "Henry Cavill", + "id": 73968, + "known_for": [ + { + "adult": false, + "backdrop_path": "/vsjBeMPZtyB7yNsYY56XYxifaQZ.jpg", + "genre_ids": [ + 28, + 12, + 14 + ], + "id": 209112, + "original_language": "en", + "original_title": "Batman v Superman: Dawn of Justice", + "overview": "Fearing the actions of a god-like Super Hero left unchecked, Gotham City’s own formidable, forceful vigilante takes on Metropolis’s most revered, modern-day savior, while the world wrestles with what sort of hero it really needs. And with Batman and Superman at war with one another, a new threat quickly arises, putting mankind in greater danger than it’s ever known before.", + "poster_path": "/cGOPbv9wA5gEejkUN892JrveARt.jpg", + "release_date": "2016-03-23", + "title": "Batman v Superman: Dawn of Justice", + "video": false, + "vote_average": 5.8, + "vote_count": 11179, + "popularity": 34.711, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/jYLh4mdOqkt30i7LTFs3o02UcGF.jpg", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "id": 49521, + "original_language": "en", + "original_title": "Man of Steel", + "overview": "A young boy learns that he has extraordinary powers and is not of this earth. As a young man, he journeys to discover where he came from and what he was sent here to do. But the hero in him must emerge if he is to save the world from annihilation and become the symbol of hope for all mankind.", + "poster_path": "/xWlaTLnD8NJMTT9PGOD9z5re1SL.jpg", + "release_date": "2013-06-12", + "title": "Man of Steel", + "video": false, + "vote_average": 6.5, + "vote_count": 9144, + "popularity": 29.298, + "media_type": "movie" + }, + { + "id": 141052, + "video": false, + "vote_count": 6668, + "vote_average": 6.2, + "title": "Justice League", + "release_date": "2017-11-15", + "original_language": "en", + "original_title": "Justice League", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/o5T8rZxoWSBMYwjsUFUqTt6uMQB.jpg", + "adult": false, + "overview": "Fuelled by his restored faith in humanity and inspired by Superman's selfless act, Bruce Wayne and Diana Prince assemble a team of metahumans consisting of Barry Allen, Arthur Curry and Victor Stone to face the catastrophic threat of Steppenwolf and the Parademons who are on the hunt for three Mother Boxes on Earth.", + "poster_path": "/eifGNCSDuxJeS1loAXil5bIGgvC.jpg", + "popularity": 36.243, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/hErUwonrQgY5Y7RfxOfv8Fq11MB.jpg", + "popularity": 21.089 + }, + { + "adult": false, + "gender": 2, + "name": "Clint Eastwood", + "id": 190, + "known_for": [ + { + "adult": false, + "backdrop_path": "/oJNu8vS6Wf10Cv2996KO65jt4C0.jpg", + "genre_ids": [ + 10752, + 28 + ], + "id": 190859, + "original_language": "en", + "original_title": "American Sniper", + "overview": "U.S. Navy SEAL Chris Kyle takes his sole mission—protect his comrades—to heart and becomes one of the most lethal snipers in American history. His pinpoint accuracy not only saves countless lives but also makes him a prime target of insurgents. Despite grave danger and his struggle to be a good husband and father to his family back in the States, Kyle serves four tours of duty in Iraq. However, when he finally returns home, he finds that he cannot leave the war behind.", + "poster_path": "/svPHnYE7N5NAGO49dBmRhq0vDQ3.jpg", + "release_date": "2014-12-11", + "title": "American Sniper", + "video": false, + "vote_average": 7.4, + "vote_count": 6981, + "popularity": 22.352, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/w7oBCXL7gAwmYD7g0W17q8q1Ozc.jpg", + "genre_ids": [ + 18 + ], + "id": 13223, + "original_language": "en", + "original_title": "Gran Torino", + "overview": "Walt Kowalski is a widower who holds onto his prejudices despite the changes in his Michigan neighborhood and the world around him. Kowalski is a grumpy, tough-minded, unhappy old man who can't get along with either his kids or his neighbors. He is a Korean War veteran whose prize possession is a 1972 Gran Torino he keeps in mint condition. When his neighbor Thao, a young Hmong teenager under pressure from his gang member cousin, tries to steal his Gran Torino, Kowalski sets out to reform the youth. Drawn against his will into the life of Thao's family, Kowalski is soon taking steps to protect them from the gangs that infest their neighborhood.", + "poster_path": "/yeBc5vpEiqIAZrbVQnl833GlBEi.jpg", + "release_date": "2008-12-09", + "title": "Gran Torino", + "video": false, + "vote_average": 7.9, + "vote_count": 5219, + "popularity": 17.101, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/7nGW4MhYQ7sJfp482XkrgqPYQ2S.jpg", + "genre_ids": [ + 18 + ], + "id": 70, + "original_language": "en", + "original_title": "Million Dollar Baby", + "overview": "Despondent over a painful estrangement from his daughter, trainer Frankie Dunn isn't prepared for boxer Maggie Fitzgerald to enter his life. But Maggie's determined to go pro and to convince Dunn and his cohort to help her.", + "poster_path": "/h4VZKi2Jt4VoBYJmtC4c3bO8KqM.jpg", + "release_date": "2004-12-15", + "title": "Million Dollar Baby", + "video": false, + "vote_average": 7.9, + "vote_count": 4379, + "popularity": 15.735, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/iGgljl8yozXF5WoGQy5zQD97i9Z.jpg", + "popularity": 12.574 + }, + { + "adult": false, + "gender": 2, + "name": "Leonardo DiCaprio", + "id": 6193, + "known_for": [ + { + "adult": false, + "backdrop_path": "/s2bT29y0ngXxxu2IA8AOzzXTRhd.jpg", + "genre_ids": [ + 28, + 53, + 878, + 9648, + 12 + ], + "id": 27205, + "original_language": "en", + "original_title": "Inception", + "overview": "Cobb, a skilled thief who commits corporate espionage by infiltrating the subconscious of his targets is offered a chance to regain his old life as payment for a task considered to be impossible: \"inception\", the implantation of another person's idea into a target's subconscious.", + "poster_path": "/qmDpIHrmpJINaRKAfWQfftjCdyi.jpg", + "release_date": "2010-07-15", + "title": "Inception", + "video": false, + "vote_average": 8.3, + "vote_count": 20583, + "popularity": 30.242, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/qUcmEqnzIwlwZxSyTf3WliSfAjJ.jpg", + "genre_ids": [ + 18, + 37 + ], + "id": 68718, + "original_language": "en", + "original_title": "Django Unchained", + "overview": "With the help of a German bounty hunter, a freed slave sets out to rescue his wife from a brutal Mississippi plantation owner.", + "poster_path": "/5WJnxuw41sddupf8cwOxYftuvJG.jpg", + "release_date": "2012-12-25", + "title": "Django Unchained", + "video": false, + "vote_average": 8.0, + "vote_count": 14548, + "popularity": 30.172, + "media_type": "movie" + }, + { + "id": 597, + "video": false, + "vote_count": 12978, + "vote_average": 7.8, + "title": "Titanic", + "release_date": "1997-11-18", + "original_language": "en", + "original_title": "Titanic", + "genre_ids": [ + 18, + 53, + 10749 + ], + "backdrop_path": "/vFUI5obFtx4IdhP6k8Om5ezHTrk.jpg", + "adult": false, + "overview": "84 years later, a 101-year-old woman named Rose DeWitt Bukater tells the story to her granddaughter Lizzy Calvert, Brock Lovett, Lewis Bodine, Bobby Buell and Anatoly Mikailavich on the Keldysh about her life set in April 10th 1912, on a ship called Titanic when young Rose boards the departing ship with the upper-class passengers and her mother, Ruth DeWitt Bukater, and her fiancé, Caledon Hockley. Meanwhile, a drifter and artist named Jack Dawson and his best friend Fabrizio De Rossi win third-class tickets to the ship in a game. And she explains the whole story from departure until the death of Titanic on its first and last voyage April 15th, 1912 at 2:20 in the morning.", + "poster_path": "/kHXEpyfl6zqn8a6YuozZUujufXf.jpg", + "popularity": 23.438, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/jqbqNrOIB3alGMX6Gh2MbOKMXZO.jpg", + "popularity": 16.163 + }, + { + "adult": false, + "gender": 2, + "name": "Bradley Cooper", + "id": 51329, + "known_for": [ + { + "adult": false, + "backdrop_path": "/bHarw8xrmQeqf3t8HpuMY7zoK4x.jpg", + "genre_ids": [ + 28, + 878, + 12 + ], + "id": 118340, + "original_language": "en", + "original_title": "Guardians of the Galaxy", + "overview": "Light years from Earth, 26 years after being abducted, Peter Quill finds himself the prime target of a manhunt after discovering an orb wanted by Ronan the Accuser.", + "poster_path": "/y31QB9kn3XSudA15tV7UWQ9XLuW.jpg", + "release_date": "2014-07-30", + "title": "Guardians of the Galaxy", + "video": false, + "vote_average": 7.9, + "vote_count": 16281, + "popularity": 46.294, + "media_type": "movie" + }, + { + "id": 283995, + "video": false, + "vote_count": 10987, + "vote_average": 7.7, + "title": "Guardians of the Galaxy Vol. 2", + "release_date": "2017-04-19", + "original_language": "en", + "original_title": "Guardians of the Galaxy Vol. 2", + "genre_ids": [ + 28, + 12, + 35, + 878 + ], + "backdrop_path": "/aJn9XeesqsrSLKcHfHP4u5985hn.jpg", + "adult": false, + "overview": "The Guardians must fight to keep their newfound family together as they unravel the mysteries of Peter Quill's true parentage.", + "poster_path": "/y4MBh0EjBlMuOzv9axM4qJlmhzz.jpg", + "popularity": 34.339, + "media_type": "movie" + }, + { + "id": 299536, + "video": false, + "vote_count": 10991, + "vote_average": 8.3, + "title": "Avengers: Infinity War", + "release_date": "2018-04-25", + "original_language": "en", + "original_title": "Avengers: Infinity War", + "genre_ids": [ + 28, + 12, + 14 + ], + "backdrop_path": "/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg", + "adult": false, + "overview": "As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.", + "poster_path": "/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg", + "popularity": 108.095, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/z5LUl9bljJnah3S5rtN7rScrmI8.jpg", + "popularity": 17.156 + }, + { + "adult": false, + "gender": 2, + "name": "Stephen Chow", + "id": 57607, + "known_for": [ + { + "adult": false, + "backdrop_path": "/qpJWj6MI6VLRt9bGbJVZtmFvqWw.jpg", + "genre_ids": [ + 28, + 35, + 80, + 14 + ], + "id": 9470, + "original_language": "cn", + "original_title": "功夫", + "overview": "Set in Canton, China in the 1940s, the story revolves in a town ruled by the Axe Gang, Sing who desperately wants to become a member. He stumbles into a slum ruled by eccentric landlords who turns out to be the greatest kung-fu masters in disguise. Sing's actions eventually cause the Axe Gang and the slumlords to engage in an explosive kung-fu battle. Only one side will win and only one hero will emerge as the greatest kung-fu master of all.", + "poster_path": "/18BmJuz8LgY5GyiRO6H16hN7iWP.jpg", + "release_date": "2004-02-10", + "title": "Kung Fu Hustle", + "video": false, + "vote_average": 7.2, + "vote_count": 1178, + "popularity": 10.482, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/tMxePXvxk4iUEAVS47IHyFhzkLX.jpg", + "genre_ids": [ + 28, + 35 + ], + "id": 11770, + "original_language": "cn", + "original_title": "少林足球", + "overview": "A young Shaolin follower reunites with his discouraged brothers to form a soccer team using their martial art skills to their advantage.", + "poster_path": "/JxiBDG2TuahaVj9ODwQveWzlDv.jpg", + "release_date": "2001-07-12", + "title": "Shaolin Soccer", + "video": false, + "vote_average": 6.7, + "vote_count": 802, + "popularity": 10.416, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/8uYlOoapRmEJ2nLZEE0YorB49j2.jpg", + "genre_ids": [ + 35, + 18, + 10751, + 14, + 878 + ], + "id": 13688, + "original_language": "cn", + "original_title": "長江七號", + "overview": "Ti, a really poor construction worker that struggles to keep his son, Dicky, in private school, mistakes an orb he finds in a junkjard for a toy which proves to be much, much more once the young boy starts to play with it.", + "poster_path": "/5DrPz0jRTMMnUxEOtI0t7j4DooT.jpg", + "release_date": "2008-01-30", + "title": "CJ7", + "video": false, + "vote_average": 6.1, + "vote_count": 163, + "popularity": 7.014, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/aizTZF5vHoOg6Ck7Nq5X65ULYoa.jpg", + "popularity": 7.569 + }, + { + "adult": false, + "gender": 2, + "name": "Tom Hardy", + "id": 2524, + "known_for": [ + { + "adult": false, + "backdrop_path": "/s2bT29y0ngXxxu2IA8AOzzXTRhd.jpg", + "genre_ids": [ + 28, + 53, + 878, + 9648, + 12 + ], + "id": 27205, + "original_language": "en", + "original_title": "Inception", + "overview": "Cobb, a skilled thief who commits corporate espionage by infiltrating the subconscious of his targets is offered a chance to regain his old life as payment for a task considered to be impossible: \"inception\", the implantation of another person's idea into a target's subconscious.", + "poster_path": "/qmDpIHrmpJINaRKAfWQfftjCdyi.jpg", + "release_date": "2010-07-15", + "title": "Inception", + "video": false, + "vote_average": 8.3, + "vote_count": 20425, + "popularity": 42.905, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/phszHPFVhPHhMZgo0fWTKBDQsJA.jpg", + "genre_ids": [ + 28, + 12, + 878, + 53 + ], + "id": 76341, + "original_language": "en", + "original_title": "Mad Max: Fury Road", + "overview": "An apocalyptic story set in the furthest reaches of our planet, in a stark desert landscape where humanity is broken, and most everyone is crazed fighting for the necessities of life. Within this world exist two rebels on the run who just might be able to restore order. There's Max, a man of action and a man of few words, who seeks peace of mind following the loss of his wife and child in the aftermath of the chaos. And Furiosa, a woman of action and a woman who believes her path to survival may be achieved if she can make it across the desert back to her childhood homeland.", + "poster_path": "/kqjL17yufvn9OVLyXYpvtyrFfak.jpg", + "release_date": "2015-05-13", + "title": "Mad Max: Fury Road", + "video": false, + "vote_average": 7.4, + "vote_count": 13435, + "popularity": 40.737, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/f6ljQGv7WnJuwBPty017oPWfqjx.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "id": 49026, + "original_language": "en", + "original_title": "The Dark Knight Rises", + "overview": "Following the death of District Attorney Harvey Dent, Batman assumes responsibility for Dent's crimes to protect the late attorney's reputation and is subsequently hunted by the Gotham City Police Department. Eight years later, Batman encounters the mysterious Selina Kyle and the villainous Bane, a new terrorist leader who overwhelms Gotham's finest. The Dark Knight resurfaces to protect a city that has branded him an enemy.", + "poster_path": "/dEYnvnUfXrqvqeRSqvIEtmzhoA8.jpg", + "release_date": "2012-07-16", + "title": "The Dark Knight Rises", + "video": false, + "vote_average": 7.7, + "vote_count": 12917, + "popularity": 34.898, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/j1zJKn5dr3VQC3upjgHL68cnPcB.jpg", + "popularity": 21.329 + }, + { + "adult": false, + "gender": 2, + "name": "Christian Bale", + "id": 3894, + "known_for": [ + { + "adult": false, + "backdrop_path": "/hqkIcbrOHL86UncnHIsHVcVmzue.jpg", + "genre_ids": [ + 18, + 28, + 80, + 53 + ], + "id": 155, + "original_language": "en", + "original_title": "The Dark Knight", + "overview": "Batman raises the stakes in his war on crime. With the help of Lt. Jim Gordon and District Attorney Harvey Dent, Batman sets out to dismantle the remaining criminal organizations that plague the streets. The partnership proves to be effective, but they soon find themselves prey to a reign of chaos unleashed by a rising criminal mastermind known to the terrified citizens of Gotham as the Joker.", + "poster_path": "/1hRoyzDtpgMU7Dz4JF22RANzQO7.jpg", + "release_date": "2008-07-16", + "title": "The Dark Knight", + "video": false, + "vote_average": 8.4, + "vote_count": 17585, + "popularity": 31.767, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/f6ljQGv7WnJuwBPty017oPWfqjx.jpg", + "genre_ids": [ + 28, + 80, + 18, + 53 + ], + "id": 49026, + "original_language": "en", + "original_title": "The Dark Knight Rises", + "overview": "Following the death of District Attorney Harvey Dent, Batman assumes responsibility for Dent's crimes to protect the late attorney's reputation and is subsequently hunted by the Gotham City Police Department. Eight years later, Batman encounters the mysterious Selina Kyle and the villainous Bane, a new terrorist leader who overwhelms Gotham's finest. The Dark Knight resurfaces to protect a city that has branded him an enemy.", + "poster_path": "/dEYnvnUfXrqvqeRSqvIEtmzhoA8.jpg", + "release_date": "2012-07-16", + "title": "The Dark Knight Rises", + "video": false, + "vote_average": 7.7, + "vote_count": 13006, + "popularity": 30.972, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/65JWXDCAfwHhJKnDwRnEgVB411X.jpg", + "genre_ids": [ + 28, + 80, + 18 + ], + "id": 272, + "original_language": "en", + "original_title": "Batman Begins", + "overview": "Driven by tragedy, billionaire Bruce Wayne dedicates his life to uncovering and defeating the corruption that plagues his home, Gotham City. Unable to work within the system, he instead creates a new identity, a symbol of fear for the criminal underworld - The Batman.", + "poster_path": "/dr6x4GyyegBWtinPBzipY02J2lV.jpg", + "release_date": "2005-06-10", + "title": "Batman Begins", + "video": false, + "vote_average": 7.6, + "vote_count": 11276, + "popularity": 34.342, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/vecCvACI2QhSE5fOoANeWDjxGKM.jpg", + "popularity": 9.566 + }, + { + "adult": false, + "gender": 2, + "name": "Quentin Tarantino", + "id": 138, + "known_for": [ + { + "adult": false, + "backdrop_path": "/qUcmEqnzIwlwZxSyTf3WliSfAjJ.jpg", + "genre_ids": [ + 18, + 37 + ], + "id": 68718, + "original_language": "en", + "original_title": "Django Unchained", + "overview": "With the help of a German bounty hunter, a freed slave sets out to rescue his wife from a brutal Mississippi plantation owner.", + "poster_path": "/5WJnxuw41sddupf8cwOxYftuvJG.jpg", + "release_date": "2012-12-25", + "title": "Django Unchained", + "video": false, + "vote_average": 8.0, + "vote_count": 14541, + "popularity": 26.435, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg", + "genre_ids": [ + 53, + 80 + ], + "id": 680, + "original_language": "en", + "original_title": "Pulp Fiction", + "overview": "A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.", + "poster_path": "/dM2w364MScsjFf8pfMbaWUcWrR.jpg", + "release_date": "1994-09-10", + "title": "Pulp Fiction", + "video": false, + "vote_average": 8.4, + "vote_count": 13895, + "popularity": 30.531, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/7nF6B9yCEq1ZCT82sGJVtNxOcl5.jpg", + "genre_ids": [ + 18, + 28, + 53, + 10752 + ], + "id": 16869, + "original_language": "en", + "original_title": "Inglourious Basterds", + "overview": "In Nazi-occupied France during World War II, a group of Jewish-American soldiers known as \"The Basterds\" are chosen specifically to spread fear throughout the Third Reich by scalping and brutally killing Nazis. The Basterds, lead by Lt. Aldo Raine soon cross paths with a French-Jewish teenage girl who runs a movie theater in Paris which is targeted by the soldiers.", + "poster_path": "/ai0LXkzVM3hMjDhvFdKMUemoBe.jpg", + "release_date": "2009-08-18", + "title": "Inglourious Basterds", + "video": false, + "vote_average": 8.1, + "vote_count": 10839, + "popularity": 29.327, + "media_type": "movie" + } + ], + "known_for_department": "Directing", + "profile_path": "/9ci4NBvHXJktxjALdJsrtasqgtV.jpg", + "popularity": 11.193 + }, + { + "adult": false, + "gender": 2, + "name": "Willem Dafoe", + "id": 5293, + "known_for": [ + { + "adult": false, + "backdrop_path": "/2Xh7cVe9beCn04ouN9IGfK8WTok.jpg", + "genre_ids": [ + 16, + 10751 + ], + "id": 12, + "original_language": "en", + "original_title": "Finding Nemo", + "overview": "Nemo, an adventurous young clownfish, is unexpectedly taken from his Great Barrier Reef home to a dentist's office aquarium. It's up to his worrisome father Marlin and a friendly but forgetful fish Dory to bring Nemo home -- meeting vegetarian sharks, surfer dude turtles, hypnotic jellyfish, hungry seagulls, and more along the way.", + "poster_path": "/syPWyeeqzTQIxjIUaIFI7d0TyEY.jpg", + "release_date": "2003-05-30", + "title": "Finding Nemo", + "video": false, + "vote_average": 7.8, + "vote_count": 10561, + "popularity": 24.866, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/5yAEbTXiJZQpNx7eCyyOhnY9MYw.jpg", + "genre_ids": [ + 14, + 28 + ], + "id": 557, + "original_language": "en", + "original_title": "Spider-Man", + "overview": "After being bitten by a genetically altered spider, nerdy high school student Peter Parker is endowed with amazing powers.", + "poster_path": "/rZd0y1X1Gw4t5B3f01Qzj8DYY66.jpg", + "release_date": "2002-05-01", + "title": "Spider-Man", + "video": false, + "vote_average": 7.0, + "vote_count": 8938, + "popularity": 22.494, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/umC04Cozevu8nn3JTDJ1pc7PVTn.jpg", + "genre_ids": [ + 28, + 53 + ], + "id": 245891, + "original_language": "en", + "original_title": "John Wick", + "overview": "Ex-hitman John Wick comes out of retirement to track down the gangsters that took everything from him.", + "poster_path": "/5vHssUeVe25bMrof1HyaPyWgaP.jpg", + "release_date": "2014-10-22", + "title": "John Wick", + "video": false, + "vote_average": 7.1, + "vote_count": 8864, + "popularity": 58.156, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/dsrEiPDCcr31BPiGjrlSKb0DMsh.jpg", + "popularity": 18.122 + }, + { + "adult": false, + "gender": 1, + "name": "Nicole Kidman", + "id": 2227, + "known_for": [ + { + "adult": false, + "backdrop_path": "/fgffluhvdOv79SkYaKrfRA0xkf4.jpg", + "genre_ids": [ + 18 + ], + "id": 334543, + "original_language": "en", + "original_title": "Lion", + "overview": "A five-year-old Indian boy gets lost on the streets of Calcutta, thousands of kilometers from home. He survives many challenges before being adopted by a couple in Australia; 25 years later, he sets out to find his lost family.", + "poster_path": "/iBGRbLvg6kVc7wbS8wDdVHq6otm.jpg", + "release_date": "2016-11-24", + "title": "Lion", + "video": false, + "vote_average": 8.1, + "vote_count": 3361, + "popularity": 28.122, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/sLZULNJbQ4ZlomXzFIKKzqr4dte.jpg", + "genre_ids": [ + 27, + 18, + 9648, + 53 + ], + "id": 1933, + "original_language": "en", + "original_title": "The Others", + "overview": "Grace is a religious woman who lives in an old house kept dark because her two children, Anne and Nicholas, have a rare sensitivity to light. When the family begins to suspect the house is haunted, Grace fights to protect her children at any cost in the face of strange events and disturbing visions.", + "poster_path": "/k9GpVK2dyMMzjciQiMdoaL1WUlS.jpg", + "release_date": "2001-08-02", + "title": "The Others", + "video": false, + "vote_average": 7.5, + "vote_count": 2894, + "popularity": 8.373, + "media_type": "movie" + }, + { + "id": 50546, + "video": false, + "vote_count": 2619, + "vote_average": 6.4, + "title": "Just Go with It", + "release_date": "2011-02-10", + "original_language": "en", + "original_title": "Just Go with It", + "genre_ids": [ + 35, + 10749 + ], + "backdrop_path": "/7pa08RTp610h72pZnqqgkmsB76l.jpg", + "adult": false, + "overview": "A plastic surgeon, romancing a much younger schoolteacher, enlists his loyal assistant to pretend to be his soon to be ex-wife, in order to cover up a careless lie. When more lies backfire, the assistant's kids become involved, and everyone heads off for a weekend in Hawaii that will change all their lives.", + "poster_path": "/4sJDqzBaqBprkEy0aLjIGl7TrHx.jpg", + "popularity": 11.781, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/lfW2cDigTcvuoe4k6UfCdGVE1R6.jpg", + "popularity": 15.193 + }, + { + "adult": false, + "gender": 2, + "name": "Rami Malek", + "id": 17838, + "known_for": [ + { + "id": 1593, + "video": false, + "vote_count": 5355, + "vote_average": 6.5, + "title": "Night at the Museum", + "release_date": "2006-10-20", + "original_language": "en", + "original_title": "Night at the Museum", + "genre_ids": [ + 28, + 12, + 35, + 14, + 10751 + ], + "backdrop_path": "/fDuTrT0qJUgEJjexaZOce4kmO0V.jpg", + "adult": false, + "overview": "Chaos reigns at the natural history museum when night watchman Larry Daley accidentally stirs up an ancient curse, awakening Attila the Hun, an army of gladiators, a Tyrannosaurus rex and other exhibits.", + "poster_path": "/NUbCSwy2EQ9Z6psUjPqr3WdVI2.jpg", + "popularity": 12.119, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/xDWphxQqBfZJVlTrg6C0GQBSeUc.jpg", + "genre_ids": [ + 12, + 18, + 14, + 10749 + ], + "id": 50620, + "original_language": "en", + "original_title": "The Twilight Saga: Breaking Dawn - Part 2", + "overview": "After the birth of Renesmee, the Cullens gather other vampire clans in order to protect the child from a false allegation that puts the family in front of the Volturi.", + "poster_path": "/kJQPygYB8aNEevZZHRifyYrAdU9.jpg", + "release_date": "2012-11-13", + "title": "The Twilight Saga: Breaking Dawn - Part 2", + "video": false, + "vote_average": 6.2, + "vote_count": 4685, + "popularity": 21.908, + "media_type": "movie" + }, + { + "id": 18360, + "video": false, + "vote_count": 3651, + "vote_average": 6.0, + "title": "Night at the Museum: Battle of the Smithsonian", + "release_date": "2009-05-20", + "original_language": "en", + "original_title": "Night at the Museum: Battle of the Smithsonian", + "genre_ids": [ + 28, + 12, + 35, + 14, + 10751 + ], + "backdrop_path": "/632jziQ0Etz5J6yQvPNW3pmjQT8.jpg", + "adult": false, + "overview": "Hapless museum night watchman Larry Daley must help his living, breathing exhibit friends out of a pickle now that they've been transferred to the archives at the Smithsonian Institution. Larry's (mis)adventures this time include close encounters with Amelia Earhart, Abe Lincoln and Ivan the Terrible.", + "poster_path": "/qbU6AxmO69bBwu6Tw8HtcRoltAA.jpg", + "popularity": 12.172, + "media_type": "movie" + } + ], + "known_for_department": "Acting", + "profile_path": "/zvBCjFmedqXRqa45jlLf6vBd9Nt.jpg", + "popularity": 14.373 + }, + { + "adult": false, + "gender": 2, + "name": "Alfonso Cuarón", + "id": 11218, + "known_for": [ + { + "adult": false, + "backdrop_path": "/wUpBH6RIH4uOiWoPjj8MKUemu9F.jpg", + "genre_ids": [ + 12, + 14, + 10751 + ], + "id": 673, + "original_language": "en", + "original_title": "Harry Potter and the Prisoner of Azkaban", + "overview": "Harry, Ron and Hermione return to Hogwarts for another magic-filled year. Harry comes face to face with danger yet again, this time in the form of escaped convict, Sirius Black—and turns to sympathetic Professor Lupin for help.", + "poster_path": "/jUFjMoLh8T2CWzHUSjKCojI5SHu.jpg", + "release_date": "2004-05-31", + "title": "Harry Potter and the Prisoner of Azkaban", + "video": false, + "vote_average": 7.9, + "vote_count": 10488, + "popularity": 31.175, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/9aoWzwOwy9NLuSk9LkBwwrBdPYM.jpg", + "genre_ids": [ + 878, + 53, + 18 + ], + "id": 49047, + "original_language": "en", + "original_title": "Gravity", + "overview": "Dr. Ryan Stone, a brilliant medical engineer on her first Shuttle mission, with veteran astronaut Matt Kowalsky in command of his last flight before retiring. But on a seemingly routine spacewalk, disaster strikes. The Shuttle is destroyed, leaving Stone and Kowalsky completely alone-tethered to nothing but each other and spiraling out into the blackness of space. The deafening silence tells them they have lost any link to Earth and any chance for rescue. As fear turns to panic, every gulp of air eats away at what little oxygen is left. But the only way home may be to go further out into the terrifying expanse of space.", + "poster_path": "/uPxtxhB2Fy9ihVqtBtNGHmknJqV.jpg", + "release_date": "2013-10-03", + "title": "Gravity", + "video": false, + "vote_average": 7.2, + "vote_count": 8849, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/c5jNuPA19oGiEmbh8iFeAi6aHMI.jpg", + "genre_ids": [ + 18, + 28, + 53, + 878 + ], + "id": 9693, + "original_language": "en", + "original_title": "Children of Men", + "overview": "In 2027, in a chaotic world in which humans can no longer procreate, a former activist agrees to help transport a miraculously pregnant woman to a sanctuary at sea, where her child's birth may help scientists save the future of humankind.", + "poster_path": "/gZ6i32Da76EUxta06GL2BxpC4Cn.jpg", + "release_date": "2006-09-22", + "title": "Children of Men", + "video": false, + "vote_average": 7.6, + "vote_count": 3288, + "popularity": 13.323, + "media_type": "movie" + } + ], + "known_for_department": "Directing", + "profile_path": "/eoCHiXaQzGgx9RiwXnt3k239FLc.jpg", + "popularity": 4.073 + }, + { + "adult": false, + "gender": 2, + "name": "Stephen King", + "id": 3027, + "known_for": [ + { + "adult": false, + "backdrop_path": "/j9XKiZrVeViAixVRzCta7h1VU9W.jpg", + "genre_ids": [ + 18, + 80 + ], + "id": 278, + "original_language": "en", + "original_title": "The Shawshank Redemption", + "overview": "Framed in the 1940s for the double murder of his wife and her lover, upstanding banker Andy Dufresne begins a new life at the Shawshank prison, where he puts his accounting skills to work for an amoral warden. During his long stretch in prison, Dufresne comes to be admired by the other inmates -- including an older prisoner named Red -- for his integrity and unquenchable sense of hope.", + "poster_path": "/9O7gLzmreU0nGkIB6K3BsJbzvNv.jpg", + "release_date": "1994-09-23", + "title": "The Shawshank Redemption", + "video": false, + "vote_average": 8.6, + "vote_count": 12032, + "popularity": 29.633, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/tcheoA2nPATCm2vvXw2hVQoaEFD.jpg", + "genre_ids": [ + 27, + 53 + ], + "id": 346364, + "original_language": "en", + "original_title": "It", + "overview": "In a small town in Maine, seven children known as The Losers Club come face to face with life problems, bullies and a monster that takes the shape of a clown called Pennywise.", + "poster_path": "/9E2y5Q7WlCVNEhP5GiVTjhEhx1o.jpg", + "release_date": "2017-09-06", + "title": "It", + "video": false, + "vote_average": 7.2, + "vote_count": 9957, + "popularity": 13.962, + "media_type": "movie" + }, + { + "adult": false, + "backdrop_path": "/h4DcDCOkQBENWBJZjNlPv3adQfM.jpg", + "genre_ids": [ + 27, + 53 + ], + "id": 694, + "original_language": "en", + "original_title": "The Shining", + "overview": "Jack Torrance accepts a caretaker job at the Overlook Hotel, where he, along with his wife Wendy and their son Danny, must live isolated from the rest of the world for the winter. But they aren't prepared for the madness that lurks within.", + "poster_path": "/9fgh3Ns1iRzlQNYuJyK0ARQZU7w.jpg", + "release_date": "1980-05-22", + "title": "The Shining", + "video": false, + "vote_average": 8.2, + "vote_count": 7480, + "popularity": 21.961, + "media_type": "movie" + } + ], + "known_for_department": "Writing", + "profile_path": "/z8cHPoqTslxRR7oWQ5wsh0fNLt2.jpg", + "popularity": 8.722 + } + ], + "total_pages": 1000, + "total_results": 20000 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:50:06.1578791Z", + "ReducedUri": "/3/trending/tv/Week", + "RespData": { + "page": 1, + "results": [ + { + "backdrop_path": null, + "first_air_date": "2018-02-19", + "genre_ids": [], + "id": 83874, + "name": "Bloody Mistress", + "origin_country": [], + "original_language": "ru", + "original_name": "Krovavaya Barinya", + "overview": "18th century, The Russian Empire. The series tells the life story of Darya Saltykova, who was called Saltychikha by serfs. The landowner brutally tortured about one and half hundreds peasants, for which \"Russian Elizabeth Bathory\" was imprisoned at underground prison, where she spent 33 years until her death. How a young girl who was brought up in a monastery turned into a monster?", + "poster_path": "/o683WoSyjDYbtk8LdmzfvXu3YMZ.jpg", + "vote_average": 8.0, + "vote_count": 1, + "popularity": 1.4 + }, + { + "original_name": "Marvel's The Punisher", + "id": 67178, + "name": "Marvel's The Punisher", + "vote_count": 369, + "vote_average": 8.0, + "first_air_date": "2017-11-17", + "poster_path": "/s2YM9zHF3tf2coi8t0UEzYrOHg8.jpg", + "genre_ids": [ + 80, + 18, + 10759 + ], + "original_language": "en", + "backdrop_path": "/sRr5NdPic882T24dNwkiw2VMst6.jpg", + "overview": "A former Marine out to punish the criminals responsible for his family's murder finds himself ensnared in a military conspiracy.", + "origin_country": [ + "US" + ], + "popularity": 46.491 + }, + { + "original_name": "Game of Thrones", + "id": 1399, + "name": "Game of Thrones", + "vote_count": 5191, + "vote_average": 8.2, + "first_air_date": "2011-04-17", + "poster_path": "/gwPSoYUHAKmdyVywgLpKKA4BjRr.jpg", + "genre_ids": [ + 18, + 10759, + 10765 + ], + "original_language": "en", + "backdrop_path": "/gX8SYlnL9ZznfZwEH4KJUePBFUM.jpg", + "overview": "Seven noble families fight for control of the mythical land of Westeros. Friction between the houses leads to full-scale war. All while a very ancient evil awakens in the farthest north. Amidst the war, a neglected military order of misfits, the Night's Watch, is all that stands between the realms of men and icy horrors beyond.", + "origin_country": [ + "US" + ], + "popularity": 161.321 + }, + { + "original_name": "Vikings", + "id": 44217, + "name": "Vikings", + "vote_count": 1516, + "vote_average": 7.4, + "first_air_date": "2013-03-03", + "poster_path": "/94gP9uXNdbypwCLORjeurlad15Z.jpg", + "genre_ids": [ + 18, + 10759 + ], + "original_language": "en", + "backdrop_path": "/A30ZqEoDbchvE7mCZcSp6TEwB1Q.jpg", + "overview": "Vikings follows the adventures of Ragnar Lothbrok, the greatest hero of his age. The series tells the sagas of Ragnar's band of Viking brothers and his family, as he rises to become King of the Viking tribes. As well as being a fearless warrior, Ragnar embodies the Norse traditions of devotion to the gods. Legend has it that he was a direct descendant of Odin, the god of war and warriors.", + "origin_country": [ + "CA" + ], + "popularity": 188.168 + }, + { + "original_name": "True Detective", + "id": 46648, + "name": "True Detective", + "vote_count": 1014, + "vote_average": 8.2, + "first_air_date": "2014-01-12", + "poster_path": "/aowr4xpLP5sRCL50TkuADomJ98T.jpg", + "genre_ids": [ + 18 + ], + "original_language": "en", + "backdrop_path": "/2Ahm0YjLNQKuzSf9LOkHrXk8qIE.jpg", + "overview": "An American anthology police detective series utilizing multiple timelines in which investigations seem to unearth personal and professional secrets of those involved, both within or outside the law.", + "origin_country": [ + "US" + ], + "popularity": 62.201 + }, + { + "original_name": "Sex Education", + "id": 81356, + "name": "Sex Education", + "vote_count": 33, + "vote_average": 7.7, + "first_air_date": "2019-01-11", + "poster_path": "/4Bph0hhnDH6dpc0SZIV522bLm4P.jpg", + "genre_ids": [ + 35, + 18 + ], + "original_language": "en", + "backdrop_path": "/u23G9KZregWHs1use6ir1fX27gl.jpg", + "overview": "Inexperienced Otis channels his sex therapist mom when he teams up with rebellious Maeve to set up an underground sex therapy clinic at school.", + "origin_country": [ + "GB", + "US" + ], + "popularity": 107.577 + }, + { + "original_name": "Star Trek: Discovery", + "id": 67198, + "name": "Star Trek: Discovery", + "vote_count": 454, + "vote_average": 6.8, + "first_air_date": "2017-09-24", + "poster_path": "/aJTSeqG43514TewIuS9hiHvbero.jpg", + "genre_ids": [ + 10765 + ], + "original_language": "en", + "backdrop_path": "/rhE2h8WYJOPuBlMl20MQRnJw3aq.jpg", + "overview": "Follow the voyages of Starfleet on their missions to discover new worlds and new life forms, and one Starfleet officer who must learn that to truly understand all things alien, you must first understand yourself.", + "origin_country": [ + "US" + ], + "popularity": 116.267 + }, + { + "original_name": "Titans", + "id": 75450, + "name": "Titans", + "vote_count": 85, + "vote_average": 6.9, + "first_air_date": "2018-10-12", + "poster_path": "/oCK6fykCZUQjTJG4IDhfWCxcXqG.jpg", + "genre_ids": [ + 18, + 10759, + 10765 + ], + "original_language": "en", + "backdrop_path": "/9foO1E8sliKN2dvtMOEwwQgynlW.jpg", + "overview": "A team of young superheroes led by Nightwing (formerly Batman's first Robin) form to combat evil and other perils.", + "origin_country": [ + "US" + ], + "popularity": 74.503 + }, + { + "original_name": "Riverdale", + "id": 69050, + "name": "Riverdale", + "vote_count": 407, + "vote_average": 7.2, + "first_air_date": "2017-01-26", + "poster_path": "/gskv297rlbyzLaTU1XZf8UBbxp0.jpg", + "genre_ids": [ + 18, + 9648 + ], + "original_language": "en", + "backdrop_path": "/2IUpoKSP64r6rp2vBo0Fdk8a1UU.jpg", + "overview": "Set in the present, the series offers a bold, subversive take on Archie, Betty, Veronica and their friends, exploring the surreality of small-town life, the darkness and weirdness bubbling beneath Riverdale’s wholesome facade.", + "origin_country": [ + "US" + ], + "popularity": 212.691 + }, + { + "original_name": "Gotham", + "id": 60708, + "name": "Gotham", + "vote_count": 979, + "vote_average": 6.9, + "first_air_date": "2014-09-22", + "poster_path": "/4XddcRDtnNjYmLRMYpbrhFxsbuq.jpg", + "genre_ids": [ + 80, + 18, + 14 + ], + "original_language": "en", + "backdrop_path": "/mKBP1OCgCG0jw8DwVYlnYqVILtc.jpg", + "overview": "Before there was Batman, there was GOTHAM. \n\nEveryone knows the name Commissioner Gordon. He is one of the crime world's greatest foes, a man whose reputation is synonymous with law and order. But what is known of Gordon's story and his rise from rookie detective to Police Commissioner? What did it take to navigate the multiple layers of corruption that secretly ruled Gotham City, the spawning ground of the world's most iconic villains? And what circumstances created them – the larger-than-life personas who would become Catwoman, The Penguin, The Riddler, Two-Face and The Joker? ", + "origin_country": [ + "US" + ], + "popularity": 182.182 + }, + { + "original_name": "The Flash", + "id": 60735, + "name": "The Flash", + "vote_count": 2459, + "vote_average": 6.7, + "first_air_date": "2014-10-07", + "poster_path": "/fki3kBlwJzFp8QohL43g9ReV455.jpg", + "genre_ids": [ + 18, + 10765 + ], + "original_language": "en", + "backdrop_path": "/jC1KqsFx8ZyqJyQa2Ohi7xgL7XC.jpg", + "overview": "After a particle accelerator causes a freak storm, CSI Investigator Barry Allen is struck by lightning and falls into a coma. Months later he awakens with the power of super speed, granting him the ability to move through Central City like an unseen guardian angel. Though initially excited by his newfound powers, Barry is shocked to discover he is not the only \"meta-human\" who was created in the wake of the accelerator explosion -- and not everyone is using their new powers for good. Barry partners with S.T.A.R. Labs and dedicates his life to protect the innocent. For now, only a few close friends and associates know that Barry is literally the fastest man alive, but it won't be long before the world learns what Barry Allen has become...The Flash.", + "origin_country": [ + "US" + ], + "popularity": 229.16 + }, + { + "original_name": "The Big Bang Theory", + "id": 1418, + "name": "The Big Bang Theory", + "vote_count": 3521, + "vote_average": 6.8, + "first_air_date": "2007-09-24", + "poster_path": "/ooBGRQBdbGzBxAVfExiO8r7kloA.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/nGsNruW3W27V6r4gkyc3iiEGsKR.jpg", + "overview": "The Big Bang Theory is centered on five characters living in Pasadena, California: roommates Leonard Hofstadter and Sheldon Cooper; Penny, a waitress and aspiring actress who lives across the hall; and Leonard and Sheldon's equally geeky and socially awkward friends and co-workers, mechanical engineer Howard Wolowitz and astrophysicist Raj Koothrappali. The geekiness and intellect of the four guys is contrasted for comic effect with Penny's social skills and common sense.", + "origin_country": [ + "US" + ], + "popularity": 133.002 + }, + { + "original_name": "Brooklyn Nine-Nine", + "id": 48891, + "name": "Brooklyn Nine-Nine", + "vote_count": 525, + "vote_average": 7.6, + "first_air_date": "2013-09-17", + "poster_path": "/kSvVRYB4WGGueigKOENClUSq8N2.jpg", + "genre_ids": [ + 35, + 80 + ], + "original_language": "en", + "backdrop_path": "/ncC9ZgZuKOdaVm7yXinUn26Qyok.jpg", + "overview": "A single-camera ensemble comedy following the lives of an eclectic group of detectives in a New York precinct, including one slacker who is forced to shape up when he gets a new boss.", + "origin_country": [ + "US" + ], + "popularity": 113.784 + }, + { + "original_name": "The Good Doctor", + "id": 71712, + "name": "The Good Doctor", + "vote_count": 241, + "vote_average": 7.5, + "first_air_date": "2017-09-25", + "poster_path": "/z1K4mJwISETia59rrnMdXxzoSrZ.jpg", + "genre_ids": [ + 18 + ], + "original_language": "en", + "backdrop_path": "/hAxZgHqhQl2aWxsrOtVVDlMuD5m.jpg", + "overview": "A young surgeon with Savant syndrome is recruited into the surgical unit of a prestigious hospital. The question will arise: can a person who doesn't have the ability to relate to people actually save their lives?", + "origin_country": [ + "US" + ], + "popularity": 72.511 + }, + { + "original_name": "Outlander", + "id": 56570, + "name": "Outlander", + "vote_count": 440, + "vote_average": 7.2, + "first_air_date": "2014-08-09", + "poster_path": "/ioQ0o7dOU6AD8gKIHHPX0czqgSw.jpg", + "genre_ids": [ + 12, + 18, + 14, + 10749 + ], + "original_language": "en", + "backdrop_path": "/qutOe29dCGmT2JUlLPCqlzaQIo.jpg", + "overview": "The story of Claire Randall, a married combat nurse from 1945 who is mysteriously swept back in time to 1743, where she is immediately thrown into an unknown world where her life is threatened. When she is forced to marry Jamie, a chivalrous and romantic young Scottish warrior, a passionate affair is ignited that tears Claire's heart between two vastly different men in two irreconcilable lives.", + "origin_country": [ + "US" + ], + "popularity": 77.27 + }, + { + "original_name": "The Passage", + "id": 77459, + "name": "The Passage", + "vote_count": 4, + "vote_average": 8.5, + "first_air_date": "2019-01-14", + "poster_path": "/aquYKS9cFzmULgV6mSnS2RPjxdp.jpg", + "genre_ids": [ + 18, + 10759, + 10765 + ], + "original_language": "en", + "backdrop_path": "/7hqf0VLmr5EaWJYXhjxgTrCUXl6.jpg", + "overview": "A post-apocalyptic story about a botched U.S. government experiment that turns a group of death row inmates into highly infectious vampires, and an orphan girl who might be the only person able to stop the ensuing crisis.", + "origin_country": [ + "US" + ], + "popularity": 62.682 + }, + { + "original_name": "The Orville", + "id": 71738, + "name": "The Orville", + "vote_count": 297, + "vote_average": 7.2, + "first_air_date": "2017-09-10", + "poster_path": "/1q2gRQ8uN8D2ythPMzd5NvsHkVf.jpg", + "genre_ids": [ + 35, + 18, + 10765 + ], + "original_language": "en", + "backdrop_path": "/2Qg2fViQzWenpUaMjhv0kNhCbE9.jpg", + "overview": "Follows the crew of the not-so-functional exploratory ship in the Earth's interstellar fleet, 400 years in the future.", + "origin_country": [ + "US" + ], + "popularity": 83.649 + }, + { + "original_name": "킹덤", + "id": 70593, + "name": "Kingdom", + "vote_count": 2, + "vote_average": 9.0, + "first_air_date": "2019-01-25", + "poster_path": "/dU9czpvULNYBm1qZIn6Ygha8Dyq.jpg", + "genre_ids": [ + 18, + 10759 + ], + "original_language": "ko", + "backdrop_path": "/aFmqXViWzIKmhR8Cy4QDqPU6pIL.jpg", + "overview": "In this zombie thriller set in Korea's medieval Joseon dynasty, a crown prince is sent on a suicide mission to investigate a mysterious outbreak.", + "origin_country": [ + "KR" + ], + "popularity": 48.567 + }, + { + "original_name": "Supernatural", + "id": 1622, + "name": "Supernatural", + "vote_count": 1679, + "vote_average": 7.2, + "first_air_date": "2005-09-13", + "poster_path": "/3iFm6Kz7iYoFaEcj4fLyZHAmTQA.jpg", + "genre_ids": [ + 18, + 9648, + 10765 + ], + "original_language": "en", + "backdrop_path": "/o9OKe3M06QMLOzTl3l6GStYtnE9.jpg", + "overview": "When they were boys, Sam and Dean Winchester lost their mother to a mysterious and demonic supernatural force. Subsequently, their father raised them to be soldiers. He taught them about the paranormal evil that lives in the dark corners and on the back roads of America ... and he taught them how to kill it. Now, the Winchester brothers crisscross the country in their '67 Chevy Impala, battling every kind of supernatural threat they encounter along the way. ", + "origin_country": [ + "US" + ], + "popularity": 174.938 + }, + { + "original_name": "The Gifted", + "id": 69629, + "name": "The Gifted", + "vote_count": 227, + "vote_average": 6.9, + "first_air_date": "2017-10-02", + "poster_path": "/nshCqszjTNuqhrB53vrSqWO18sE.jpg", + "genre_ids": [ + 18, + 10759, + 10765 + ], + "original_language": "en", + "backdrop_path": "/18inwHlpKnK9mt02wFBJoIVKXI.jpg", + "overview": "A suburban couple's ordinary lives are rocked by the sudden discovery that their children possess mutant powers. Forced to go on the run from a hostile government, the family joins up with an underground network of mutants and must fight to survive.", + "origin_country": [ + "US" + ], + "popularity": 82.554 + } + ], + "total_pages": 1000, + "total_results": 20000 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientTvEpisodeTests.json b/TMDbLibTests/Data/data-ClientTvEpisodeTests.json new file mode 100644 index 0000000..d822bb6 --- /dev/null +++ b/TMDbLibTests/Data/data-ClientTvEpisodeTests.json @@ -0,0 +1,1867 @@ +[ + { + "RecordedAt": "2019-01-26T17:52:42.6632283Z", + "ReducedUri": "/3/account?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "avatar": { + "gravatar": { + "hash": "7cf5357dbc2014cbd616257c358ea0a1" + } + }, + "id": 6089455, + "iso_639_1": "en", + "iso_3166_1": "BE", + "name": "Test Name", + "include_adult": false, + "username": "TMDbTestAccount" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:41.790864Z", + "ReducedUri": "/3/tv/1396/season/1/episode/1", + "RespData": { + "air_date": "2008-01-20", + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 66633, + "credit_id": "52542275760ee313280006e8", + "name": "Vince Gilligan", + "department": "Directing", + "job": "Director", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 2483, + "credit_id": "52b7029219c29533d00dd2c1", + "name": "John Toll", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "episode_number": 1, + "guest_stars": [ + { + "id": 1223192, + "name": "Roberta Marquez Seret", + "credit_id": "56846abbc3a36836280008d4", + "character": "Chad's Girlfriend", + "order": 180, + "profile_path": null + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 1223197, + "name": "Marius Stan", + "credit_id": "5272587a760ee3045009ddec", + "character": "Bogdan Wolynetz", + "order": 112, + "profile_path": null + }, + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 161591, + "name": "Gregory Chase", + "credit_id": "52725cb1760ee3044d0b9984", + "character": "Dr. Belknap (as Greg Chase)", + "order": 33, + "profile_path": null + }, + { + "id": 1216132, + "name": "Aaron Hill", + "credit_id": "52542275760ee313280006b4", + "character": "Jock", + "order": 3, + "profile_path": "/vTqz2FIutFJPG73j7gFDTWomTbb.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ], + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "id": 62085, + "production_code": null, + "season_number": 1, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:43.5722135Z", + "ReducedUri": "/3/tv/1396/season/1/episode/1/account_states?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "id": 62085, + "rated": { + "value": 5.0 + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:43.9286683Z", + "ReducedUri": "/3/tv/1396/season/1/episode/1/credits", + "RespData": { + "cast": [ + { + "character": "Walter White", + "credit_id": "52542282760ee313280017f9", + "gender": 2, + "id": 17419, + "name": "Bryan Cranston", + "order": 0, + "profile_path": "/9dvZ0Id5RtnCGianoayNJBFrNVU.jpg" + }, + { + "character": "Skyler White", + "credit_id": "52542282760ee3132800181b", + "gender": 1, + "id": 134531, + "name": "Anna Gunn", + "order": 1, + "profile_path": "/6yLKtfYFWbJp5HAjvCecQCYlmqk.jpg" + }, + { + "character": "Jesse Pinkman", + "credit_id": "52542282760ee31328001845", + "gender": 2, + "id": 84497, + "name": "Aaron Paul", + "order": 2, + "profile_path": "/lOhc9ePVvCwokS1fl9nbfVbEkXa.jpg" + }, + { + "character": "Hank Schrader", + "credit_id": "52542283760ee3132800187b", + "gender": 2, + "id": 14329, + "name": "Dean Norris", + "order": 3, + "profile_path": "/owIr4b4VIlJu0m6Drofd3P0qDl5.jpg" + }, + { + "character": "Marie Schrader", + "credit_id": "52542283760ee31328001891", + "gender": 1, + "id": 1217934, + "name": "Betsy Brandt", + "order": 4, + "profile_path": "/zpmsca1HCVqYrtWXV9xdmsECDTI.jpg" + }, + { + "character": "Walter White Jr.", + "credit_id": "52542284760ee313280018a9", + "gender": 2, + "id": 209674, + "name": "RJ Mitte", + "order": 5, + "profile_path": "/hAePiQIVZkgGfAB8bCxdmS9nCfW.jpg" + } + ], + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 66633, + "credit_id": "52542275760ee313280006e8", + "name": "Vince Gilligan", + "department": "Directing", + "job": "Director", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 2483, + "credit_id": "52b7029219c29533d00dd2c1", + "name": "John Toll", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1223192, + "name": "Roberta Marquez Seret", + "credit_id": "56846abbc3a36836280008d4", + "character": "Chad's Girlfriend", + "order": 180, + "profile_path": null + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 1223197, + "name": "Marius Stan", + "credit_id": "5272587a760ee3045009ddec", + "character": "Bogdan Wolynetz", + "order": 112, + "profile_path": null + }, + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 161591, + "name": "Gregory Chase", + "credit_id": "52725cb1760ee3044d0b9984", + "character": "Dr. Belknap (as Greg Chase)", + "order": 33, + "profile_path": null + }, + { + "id": 1216132, + "name": "Aaron Hill", + "credit_id": "52542275760ee313280006b4", + "character": "Jock", + "order": 3, + "profile_path": "/vTqz2FIutFJPG73j7gFDTWomTbb.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ], + "id": 62085 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:40.7062193Z", + "ReducedUri": "/3/tv/1396/season/1/episode/1/external_ids", + "RespData": { + "id": 62085, + "imdb_id": "tt0959621", + "freebase_mid": "/m/03mb620", + "freebase_id": null, + "tvdb_id": 349232, + "tvrage_id": 637041 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:40.1841867Z", + "ReducedUri": "/3/tv/1396/season/1/episode/1/images", + "RespData": { + "id": 62085, + "stills": [ + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.3125, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/88Z0fMP8a88EpQWMCs1593G0ngu.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2827380952380949, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/kdvMh2q0iexchzBwnaN3o0ZpxrC.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/37TsVQ1YU7nkfuqD1iES6EzIQcw.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1920 + }, + { + "aspect_ratio": 1.476014760147601, + "file_path": "/2IksiG9RPQ4lxYxgiKEhns0N4Zx.jpg", + "height": 271, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 400 + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:43.8041025Z", + "ReducedUri": "/3/tv/1396/season/1/episode/1/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 13, + "status_message": "The item/record was deleted successfully." + }, + "RespStatusCode": 200, + "ReqMethod": "DELETE", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:42.9421785Z", + "ReducedUri": "/3/tv/1396/season/1/episode/1/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 12, + "status_message": "The item/record was updated successfully." + }, + "ReqData": { + "value": 5.0 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:42.3998186Z", + "ReducedUri": "/3/tv/1396/season/1/episode/1/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 18, + "status_message": "Value too low: Value must be greater than 0.0." + }, + "ReqData": { + "value": -1.0 + }, + "RespStatusCode": 400, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:40.0475769Z", + "ReducedUri": "/3/tv/1396/season/1/episode/1/videos", + "RespData": { + "id": 62085, + "results": [] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:45.067513Z", + "ReducedUri": "/3/tv/1396/season/1/episode/1?append_to_response=credits", + "RespData": { + "air_date": "2008-01-20", + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 66633, + "credit_id": "52542275760ee313280006e8", + "name": "Vince Gilligan", + "department": "Directing", + "job": "Director", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 2483, + "credit_id": "52b7029219c29533d00dd2c1", + "name": "John Toll", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "episode_number": 1, + "guest_stars": [ + { + "id": 1223192, + "name": "Roberta Marquez Seret", + "credit_id": "56846abbc3a36836280008d4", + "character": "Chad's Girlfriend", + "order": 180, + "profile_path": null + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 1223197, + "name": "Marius Stan", + "credit_id": "5272587a760ee3045009ddec", + "character": "Bogdan Wolynetz", + "order": 112, + "profile_path": null + }, + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 161591, + "name": "Gregory Chase", + "credit_id": "52725cb1760ee3044d0b9984", + "character": "Dr. Belknap (as Greg Chase)", + "order": 33, + "profile_path": null + }, + { + "id": 1216132, + "name": "Aaron Hill", + "credit_id": "52542275760ee313280006b4", + "character": "Jock", + "order": 3, + "profile_path": "/vTqz2FIutFJPG73j7gFDTWomTbb.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ], + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "id": 62085, + "production_code": null, + "season_number": 1, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117, + "credits": { + "cast": [ + { + "character": "Walter White", + "credit_id": "52542282760ee313280017f9", + "gender": 2, + "id": 17419, + "name": "Bryan Cranston", + "order": 0, + "profile_path": "/9dvZ0Id5RtnCGianoayNJBFrNVU.jpg" + }, + { + "character": "Skyler White", + "credit_id": "52542282760ee3132800181b", + "gender": 1, + "id": 134531, + "name": "Anna Gunn", + "order": 1, + "profile_path": "/6yLKtfYFWbJp5HAjvCecQCYlmqk.jpg" + }, + { + "character": "Jesse Pinkman", + "credit_id": "52542282760ee31328001845", + "gender": 2, + "id": 84497, + "name": "Aaron Paul", + "order": 2, + "profile_path": "/lOhc9ePVvCwokS1fl9nbfVbEkXa.jpg" + }, + { + "character": "Hank Schrader", + "credit_id": "52542283760ee3132800187b", + "gender": 2, + "id": 14329, + "name": "Dean Norris", + "order": 3, + "profile_path": "/owIr4b4VIlJu0m6Drofd3P0qDl5.jpg" + }, + { + "character": "Marie Schrader", + "credit_id": "52542283760ee31328001891", + "gender": 1, + "id": 1217934, + "name": "Betsy Brandt", + "order": 4, + "profile_path": "/zpmsca1HCVqYrtWXV9xdmsECDTI.jpg" + }, + { + "character": "Walter White Jr.", + "credit_id": "52542284760ee313280018a9", + "gender": 2, + "id": 209674, + "name": "RJ Mitte", + "order": 5, + "profile_path": "/hAePiQIVZkgGfAB8bCxdmS9nCfW.jpg" + } + ], + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 66633, + "credit_id": "52542275760ee313280006e8", + "name": "Vince Gilligan", + "department": "Directing", + "job": "Director", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 2483, + "credit_id": "52b7029219c29533d00dd2c1", + "name": "John Toll", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1223192, + "name": "Roberta Marquez Seret", + "credit_id": "56846abbc3a36836280008d4", + "character": "Chad's Girlfriend", + "order": 180, + "profile_path": null + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 1223197, + "name": "Marius Stan", + "credit_id": "5272587a760ee3045009ddec", + "character": "Bogdan Wolynetz", + "order": 112, + "profile_path": null + }, + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 161591, + "name": "Gregory Chase", + "credit_id": "52725cb1760ee3044d0b9984", + "character": "Dr. Belknap (as Greg Chase)", + "order": 33, + "profile_path": null + }, + { + "id": 1216132, + "name": "Aaron Hill", + "credit_id": "52542275760ee313280006b4", + "character": "Jock", + "order": 3, + "profile_path": "/vTqz2FIutFJPG73j7gFDTWomTbb.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:45.3348568Z", + "ReducedUri": "/3/tv/1396/season/1/episode/1?append_to_response=external_ids", + "RespData": { + "air_date": "2008-01-20", + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 66633, + "credit_id": "52542275760ee313280006e8", + "name": "Vince Gilligan", + "department": "Directing", + "job": "Director", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 2483, + "credit_id": "52b7029219c29533d00dd2c1", + "name": "John Toll", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "episode_number": 1, + "guest_stars": [ + { + "id": 1223192, + "name": "Roberta Marquez Seret", + "credit_id": "56846abbc3a36836280008d4", + "character": "Chad's Girlfriend", + "order": 180, + "profile_path": null + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 1223197, + "name": "Marius Stan", + "credit_id": "5272587a760ee3045009ddec", + "character": "Bogdan Wolynetz", + "order": 112, + "profile_path": null + }, + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 161591, + "name": "Gregory Chase", + "credit_id": "52725cb1760ee3044d0b9984", + "character": "Dr. Belknap (as Greg Chase)", + "order": 33, + "profile_path": null + }, + { + "id": 1216132, + "name": "Aaron Hill", + "credit_id": "52542275760ee313280006b4", + "character": "Jock", + "order": 3, + "profile_path": "/vTqz2FIutFJPG73j7gFDTWomTbb.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ], + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "id": 62085, + "production_code": null, + "season_number": 1, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117, + "external_ids": { + "imdb_id": "tt0959621", + "freebase_mid": "/m/03mb620", + "freebase_id": null, + "tvdb_id": 349232, + "tvrage_id": 637041 + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:45.2050194Z", + "ReducedUri": "/3/tv/1396/season/1/episode/1?append_to_response=images", + "RespData": { + "air_date": "2008-01-20", + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 66633, + "credit_id": "52542275760ee313280006e8", + "name": "Vince Gilligan", + "department": "Directing", + "job": "Director", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 2483, + "credit_id": "52b7029219c29533d00dd2c1", + "name": "John Toll", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "episode_number": 1, + "guest_stars": [ + { + "id": 1223192, + "name": "Roberta Marquez Seret", + "credit_id": "56846abbc3a36836280008d4", + "character": "Chad's Girlfriend", + "order": 180, + "profile_path": null + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 1223197, + "name": "Marius Stan", + "credit_id": "5272587a760ee3045009ddec", + "character": "Bogdan Wolynetz", + "order": 112, + "profile_path": null + }, + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 161591, + "name": "Gregory Chase", + "credit_id": "52725cb1760ee3044d0b9984", + "character": "Dr. Belknap (as Greg Chase)", + "order": 33, + "profile_path": null + }, + { + "id": 1216132, + "name": "Aaron Hill", + "credit_id": "52542275760ee313280006b4", + "character": "Jock", + "order": 3, + "profile_path": "/vTqz2FIutFJPG73j7gFDTWomTbb.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ], + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "id": 62085, + "production_code": null, + "season_number": 1, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117, + "images": { + "stills": [ + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.3125, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/88Z0fMP8a88EpQWMCs1593G0ngu.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2827380952380949, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/kdvMh2q0iexchzBwnaN3o0ZpxrC.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/37TsVQ1YU7nkfuqD1iES6EzIQcw.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1920 + }, + { + "aspect_ratio": 1.476014760147601, + "file_path": "/2IksiG9RPQ4lxYxgiKEhns0N4Zx.jpg", + "height": 271, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 400 + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:45.4674829Z", + "ReducedUri": "/3/tv/1396/season/1/episode/1?append_to_response=videos", + "RespData": { + "air_date": "2008-01-20", + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 66633, + "credit_id": "52542275760ee313280006e8", + "name": "Vince Gilligan", + "department": "Directing", + "job": "Director", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 2483, + "credit_id": "52b7029219c29533d00dd2c1", + "name": "John Toll", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "episode_number": 1, + "guest_stars": [ + { + "id": 1223192, + "name": "Roberta Marquez Seret", + "credit_id": "56846abbc3a36836280008d4", + "character": "Chad's Girlfriend", + "order": 180, + "profile_path": null + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 1223197, + "name": "Marius Stan", + "credit_id": "5272587a760ee3045009ddec", + "character": "Bogdan Wolynetz", + "order": 112, + "profile_path": null + }, + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 161591, + "name": "Gregory Chase", + "credit_id": "52725cb1760ee3044d0b9984", + "character": "Dr. Belknap (as Greg Chase)", + "order": 33, + "profile_path": null + }, + { + "id": 1216132, + "name": "Aaron Hill", + "credit_id": "52542275760ee313280006b4", + "character": "Jock", + "order": 3, + "profile_path": "/vTqz2FIutFJPG73j7gFDTWomTbb.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ], + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "id": 62085, + "production_code": null, + "season_number": 1, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117, + "videos": { + "results": [] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:45.6262428Z", + "ReducedUri": "/3/tv/1396/season/1/episode/1?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&append_to_response=account_states", + "RespData": { + "air_date": "2008-01-20", + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 66633, + "credit_id": "52542275760ee313280006e8", + "name": "Vince Gilligan", + "department": "Directing", + "job": "Director", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 2483, + "credit_id": "52b7029219c29533d00dd2c1", + "name": "John Toll", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "episode_number": 1, + "guest_stars": [ + { + "id": 1223192, + "name": "Roberta Marquez Seret", + "credit_id": "56846abbc3a36836280008d4", + "character": "Chad's Girlfriend", + "order": 180, + "profile_path": null + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 1223197, + "name": "Marius Stan", + "credit_id": "5272587a760ee3045009ddec", + "character": "Bogdan Wolynetz", + "order": 112, + "profile_path": null + }, + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 161591, + "name": "Gregory Chase", + "credit_id": "52725cb1760ee3044d0b9984", + "character": "Dr. Belknap (as Greg Chase)", + "order": 33, + "profile_path": null + }, + { + "id": 1216132, + "name": "Aaron Hill", + "credit_id": "52542275760ee313280006b4", + "character": "Jock", + "order": 3, + "profile_path": "/vTqz2FIutFJPG73j7gFDTWomTbb.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ], + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "id": 62085, + "production_code": null, + "season_number": 1, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117, + "account_states": { + "rated": { + "value": 5.0 + } + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:43.2285857Z", + "ReducedUri": "/3/tv/1396/season/1/episode/1?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&append_to_response=credits%2cimages%2cexternal_ids%2cvideos%2caccount_states", + "RespData": { + "air_date": "2008-01-20", + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 66633, + "credit_id": "52542275760ee313280006e8", + "name": "Vince Gilligan", + "department": "Directing", + "job": "Director", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 2483, + "credit_id": "52b7029219c29533d00dd2c1", + "name": "John Toll", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "episode_number": 1, + "guest_stars": [ + { + "id": 1223192, + "name": "Roberta Marquez Seret", + "credit_id": "56846abbc3a36836280008d4", + "character": "Chad's Girlfriend", + "order": 180, + "profile_path": null + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 1223197, + "name": "Marius Stan", + "credit_id": "5272587a760ee3045009ddec", + "character": "Bogdan Wolynetz", + "order": 112, + "profile_path": null + }, + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 161591, + "name": "Gregory Chase", + "credit_id": "52725cb1760ee3044d0b9984", + "character": "Dr. Belknap (as Greg Chase)", + "order": 33, + "profile_path": null + }, + { + "id": 1216132, + "name": "Aaron Hill", + "credit_id": "52542275760ee313280006b4", + "character": "Jock", + "order": 3, + "profile_path": "/vTqz2FIutFJPG73j7gFDTWomTbb.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ], + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "id": 62085, + "production_code": null, + "season_number": 1, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117, + "credits": { + "cast": [ + { + "character": "Walter White", + "credit_id": "52542282760ee313280017f9", + "gender": 2, + "id": 17419, + "name": "Bryan Cranston", + "order": 0, + "profile_path": "/9dvZ0Id5RtnCGianoayNJBFrNVU.jpg" + }, + { + "character": "Skyler White", + "credit_id": "52542282760ee3132800181b", + "gender": 1, + "id": 134531, + "name": "Anna Gunn", + "order": 1, + "profile_path": "/6yLKtfYFWbJp5HAjvCecQCYlmqk.jpg" + }, + { + "character": "Jesse Pinkman", + "credit_id": "52542282760ee31328001845", + "gender": 2, + "id": 84497, + "name": "Aaron Paul", + "order": 2, + "profile_path": "/lOhc9ePVvCwokS1fl9nbfVbEkXa.jpg" + }, + { + "character": "Hank Schrader", + "credit_id": "52542283760ee3132800187b", + "gender": 2, + "id": 14329, + "name": "Dean Norris", + "order": 3, + "profile_path": "/owIr4b4VIlJu0m6Drofd3P0qDl5.jpg" + }, + { + "character": "Marie Schrader", + "credit_id": "52542283760ee31328001891", + "gender": 1, + "id": 1217934, + "name": "Betsy Brandt", + "order": 4, + "profile_path": "/zpmsca1HCVqYrtWXV9xdmsECDTI.jpg" + }, + { + "character": "Walter White Jr.", + "credit_id": "52542284760ee313280018a9", + "gender": 2, + "id": 209674, + "name": "RJ Mitte", + "order": 5, + "profile_path": "/hAePiQIVZkgGfAB8bCxdmS9nCfW.jpg" + } + ], + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 66633, + "credit_id": "52542275760ee313280006e8", + "name": "Vince Gilligan", + "department": "Directing", + "job": "Director", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 2483, + "credit_id": "52b7029219c29533d00dd2c1", + "name": "John Toll", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1223192, + "name": "Roberta Marquez Seret", + "credit_id": "56846abbc3a36836280008d4", + "character": "Chad's Girlfriend", + "order": 180, + "profile_path": null + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 1223197, + "name": "Marius Stan", + "credit_id": "5272587a760ee3045009ddec", + "character": "Bogdan Wolynetz", + "order": 112, + "profile_path": null + }, + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 161591, + "name": "Gregory Chase", + "credit_id": "52725cb1760ee3044d0b9984", + "character": "Dr. Belknap (as Greg Chase)", + "order": 33, + "profile_path": null + }, + { + "id": 1216132, + "name": "Aaron Hill", + "credit_id": "52542275760ee313280006b4", + "character": "Jock", + "order": 3, + "profile_path": "/vTqz2FIutFJPG73j7gFDTWomTbb.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ] + }, + "images": { + "stills": [ + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.3125, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/88Z0fMP8a88EpQWMCs1593G0ngu.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2827380952380949, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/kdvMh2q0iexchzBwnaN3o0ZpxrC.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/37TsVQ1YU7nkfuqD1iES6EzIQcw.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1920 + }, + { + "aspect_ratio": 1.476014760147601, + "file_path": "/2IksiG9RPQ4lxYxgiKEhns0N4Zx.jpg", + "height": 271, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 400 + } + ] + }, + "external_ids": { + "imdb_id": "tt0959621", + "freebase_mid": "/m/03mb620", + "freebase_id": null, + "tvdb_id": 349232, + "tvrage_id": 637041 + }, + "videos": { + "results": [] + }, + "account_states": { + "rated": { + "value": 5.0 + } + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:44.803972Z", + "ReducedUri": "/3/tv/1418/season/1/episode/1?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&append_to_response=account_states", + "RespData": { + "air_date": "2007-09-24", + "crew": [ + { + "id": 157437, + "credit_id": "5256cfee19c2956ff60a280c", + "name": "James Burrows", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/xZn77KyPoq3gebCNTM6X6rrDn1L.jpg" + }, + { + "id": 160172, + "credit_id": "5256cfbc19c2956ff60a0483", + "name": "Chuck Lorre", + "department": "Writing", + "job": "Writer", + "gender": 2, + "profile_path": "/btpYlMV71sjQXrV142I9kogEINI.jpg" + }, + { + "id": 163528, + "credit_id": "5256cfbd19c2956ff60a04f0", + "name": "Bill Prady", + "department": "Writing", + "job": "Writer", + "gender": 2, + "profile_path": "/duXUvo8JtivQR0BHiXHGQwoNYB4.jpg" + }, + { + "id": 1480289, + "credit_id": "558819ffc3a36836ea006145", + "name": "Joe Bella", + "department": "Production", + "job": "Co-Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1232374, + "credit_id": "55881a1492514179f6003f6e", + "name": "Michael Collier", + "department": "Production", + "job": "Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1480291, + "credit_id": "55881a269251411efc000f6e", + "name": "Toti Levine", + "department": "Production", + "job": "Associate Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1480308, + "credit_id": "55881d379251416818001c2b", + "name": "Janice Zoladz", + "department": "Costume & Make-Up", + "job": "Hairstylist", + "gender": 0, + "profile_path": null + }, + { + "id": 2129931, + "credit_id": "5ba004ac92514177b2005c0c", + "name": "Carol Anne Miller", + "department": "Production", + "job": "Unit Production Manager", + "gender": 1, + "profile_path": null + }, + { + "id": 2020833, + "credit_id": "5ba0072cc3a3680444006f21", + "name": "Mark K. Samuels", + "department": "Directing", + "job": "First Assistant Director", + "gender": 0, + "profile_path": null + }, + { + "id": 2129936, + "credit_id": "5ba0085d92514177d5005e27", + "name": "Joseph Stafford", + "department": "Directing", + "job": "Second Assistant Director", + "gender": 0, + "profile_path": null + }, + { + "id": 1217292, + "credit_id": "5ba0dc3dc3a368710801d20c", + "name": "Stephen Engel", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 2141156, + "credit_id": "5bb5c4a10e0a26338e009f52", + "name": "Marilyn Bagley", + "department": "Directing", + "job": "Script Supervisor", + "gender": 0, + "profile_path": null + }, + { + "id": 2142282, + "credit_id": "5bb7446f9251410dc402174d", + "name": "Lee Lee Baird", + "department": "Art", + "job": "Property Master", + "gender": 0, + "profile_path": null + }, + { + "id": 2147428, + "credit_id": "5bbf077dc3a3682b3600e23a", + "name": "Kathy Oldham", + "department": "Sound", + "job": "Sound Re-Recording Mixer", + "gender": 0, + "profile_path": null + }, + { + "id": 2148172, + "credit_id": "5bc04c6c0e0a266e59011603", + "name": "Kathy Nawabi", + "department": "Production", + "job": "Production Coordinator", + "gender": 0, + "profile_path": null + } + ], + "episode_number": 1, + "guest_stars": [ + { + "id": 157085, + "name": "Vernee Watson-Johnson", + "credit_id": "587403eec3a3681756012234", + "character": "Althea", + "order": 163, + "gender": 1, + "profile_path": "/xUhuGGj8vFLYM0Q5ShssooNU9Ca.jpg" + }, + { + "id": 1118085, + "name": "Brian Patrick Wade", + "credit_id": "5256cfc919c2956ff60a0c8f", + "character": "Kurt", + "order": 0, + "gender": 0, + "profile_path": "/gCyndJAgEhL2CTbtFHieO7MICbb.jpg" + } + ], + "name": "Pilot", + "overview": "Brilliant physicist roommates Leonard and Sheldon meet their new neighbor Penny, who begins showing them that as much as they know about science, they know little about actual living.", + "id": 64766, + "production_code": "276023", + "season_number": 1, + "still_path": "/rxWlBXZhGWhumbLB8gAHyyW3ITD.jpg", + "vote_average": 6.836, + "vote_count": 55, + "account_states": { + "rated": { + "value": 5.0 + } + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:39.9120636Z", + "ReducedUri": "/3/tv/999999999/season/1/episode/1", + "RespData": { + "status_code": 34, + "status_message": "The resource you requested could not be found." + }, + "RespStatusCode": 404, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:45.7647032Z", + "ReducedUri": "/3/tv/episode/62085/changes", + "RespData": { + "changes": [] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientTvSeasonTests.json b/TMDbLibTests/Data/data-ClientTvSeasonTests.json new file mode 100644 index 0000000..4c1856f --- /dev/null +++ b/TMDbLibTests/Data/data-ClientTvSeasonTests.json @@ -0,0 +1,8842 @@ +[ + { + "RecordedAt": "2019-01-26T17:49:16.0306599Z", + "ReducedUri": "/3/account?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "avatar": { + "gravatar": { + "hash": "7cf5357dbc2014cbd616257c358ea0a1" + } + }, + "id": 6089455, + "iso_639_1": "en", + "iso_3166_1": "BE", + "name": "Test Name", + "include_adult": false, + "username": "TMDbTestAccount" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:41.6124425Z", + "ReducedUri": "/3/tv/1396/season/1", + "RespData": { + "_id": "52542272760ee313280005f8", + "air_date": "2008-01-20", + "episodes": [ + { + "air_date": "2008-01-20", + "episode_number": 1, + "id": 62085, + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 66633, + "credit_id": "52542275760ee313280006e8", + "name": "Vince Gilligan", + "department": "Directing", + "job": "Director", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 2483, + "credit_id": "52b7029219c29533d00dd2c1", + "name": "John Toll", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1223192, + "name": "Roberta Marquez Seret", + "credit_id": "56846abbc3a36836280008d4", + "character": "Chad's Girlfriend", + "order": 180, + "profile_path": null + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 1223197, + "name": "Marius Stan", + "credit_id": "5272587a760ee3045009ddec", + "character": "Bogdan Wolynetz", + "order": 112, + "profile_path": null + }, + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 161591, + "name": "Gregory Chase", + "credit_id": "52725cb1760ee3044d0b9984", + "character": "Dr. Belknap (as Greg Chase)", + "order": 33, + "profile_path": null + }, + { + "id": 1216132, + "name": "Aaron Hill", + "credit_id": "52542275760ee313280006b4", + "character": "Jock", + "order": 3, + "profile_path": "/vTqz2FIutFJPG73j7gFDTWomTbb.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ] + }, + { + "air_date": "2008-01-27", + "episode_number": 2, + "id": 62086, + "name": "The Cat's in the Bag", + "overview": "Walt and Jesse attempt to tie up loose ends. The desperate situation gets more complicated with the flip of a coin. Walt's wife, Skyler, becomes suspicious of Walt's strange behavior.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/tjDNvbokPLtEnpFyFPyXMOd6Zr1.jpg", + "vote_average": 7.788, + "vote_count": 40, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 111338, + "credit_id": "52542275760ee31328000725", + "name": "Adam Bernstein", + "department": "Directing", + "job": "Director", + "profile_path": "/h5TqewYvopqv2AeZytYcrMSupqu.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ] + }, + { + "air_date": "2008-02-10", + "episode_number": 3, + "id": 62087, + "name": "...and the Bag's in the River", + "overview": "Walter fights with Jesse over his drug use, causing him to leave Walter alone with their captive, Krazy-8. Meanwhile, Hank has a scared straight moment with Walter Jr. after his aunt discovers he has been smoking pot. Also, Skylar is upset when Walter stays away from home.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/2kBeBlxGqBOdWlKwzAxiwkfU5on.jpg", + "vote_average": 7.527, + "vote_count": 37, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 111338, + "credit_id": "52542275760ee31328000725", + "name": "Adam Bernstein", + "department": "Directing", + "job": "Director", + "profile_path": "/h5TqewYvopqv2AeZytYcrMSupqu.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280074, + "credit_id": "52b7051619c29533d00e8c79", + "name": "Kelley Dixon", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 14984, + "name": "Jessica Hecht", + "credit_id": "52542275760ee31328000768", + "character": "Gretchen Schwartz", + "order": 182, + "profile_path": "/jT5k2BLOEXaRF94ZV9plQBV6mAL.jpg" + } + ] + }, + { + "air_date": "2008-02-17", + "episode_number": 4, + "id": 62088, + "name": "Cancer Man", + "overview": "Walter finally tells his family that he has been stricken with cancer. Meanwhile, the DEA believes Albuquerque has a new, big time player to worry about. Meanwhile, a worthy recipient is the target of a depressed Walter's anger, and Jesse makes a surprise visit to his parents home.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/i5BAJVhuIWfkoSqDID6FnQNCTVc.jpg", + "vote_average": 7.306, + "vote_count": 36, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 205639, + "credit_id": "52542278760ee31328000a9b", + "name": "Jim McKay", + "department": "Directing", + "job": "Director", + "profile_path": "/tpfgY0AanfoxgFQpmZ6qz1QRJpv.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1215836, + "name": "Kyle Bornheimer", + "credit_id": "52743e4d760ee35a69055194", + "character": "Ken Wins", + "order": 37, + "gender": 2, + "profile_path": "/79KUwXqB2FdKqxsAMppkJ8Aa78e.jpg" + }, + { + "id": 220118, + "name": "Benjamin Petry", + "credit_id": "527442eb760ee3572b078715", + "character": "Jake Pinkman (as Ben Petry)", + "order": 40, + "gender": 2, + "profile_path": "/s0CaWbrxL9bhuiQ4F1XN6dWNPaW.jpg" + }, + { + "id": 79211, + "name": "David House", + "credit_id": "5271b65b760ee35b0c090f74", + "character": "Dr. Delcavoli", + "order": 71, + "gender": 0, + "profile_path": "/pg6JmKwfX0iZHItDUKOwizx5oWL.jpg" + }, + { + "id": 41249, + "name": "Tess Harper", + "credit_id": "52542277760ee31328000a61", + "character": "Mrs. Pinkman", + "order": 75, + "gender": 1, + "profile_path": "/gJT9fBX04LjmbOzOzYcNbA2ZLF1.jpg" + }, + { + "id": 95195, + "name": "Michael Bofshever", + "credit_id": "527440ce760ee3570906ada3", + "character": "Mr. Pinkman", + "order": 75, + "gender": 2, + "profile_path": "/wd4CATP5RQTq5iAyTJEC74qkStV.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "gender": 2, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 82945, + "name": "Charles Baker", + "credit_id": "52744007760ee356f6076365", + "character": "Skinny Pete", + "order": 182, + "gender": 2, + "profile_path": "/lZ5fOVbTVvHkpSX9PUXNfkYLPUt.jpg" + } + ] + }, + { + "air_date": "2008-02-24", + "episode_number": 5, + "id": 62089, + "name": "Gray Matter", + "overview": "Walter and Skyler attend a former colleague's party. Jesse tries to free himself from the drugs, while Skyler organizes an intervention.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/82G3wZgEvZLKcte6yoZJahUWBtx.jpg", + "vote_average": 7.853, + "vote_count": 34, + "crew": [ + { + "id": 1218856, + "credit_id": "52542278760ee31328000aea", + "name": "Patty Lin", + "department": "Writing", + "job": "Writer", + "profile_path": null + }, + { + "id": 1215145, + "credit_id": "5603c49292514122c00042fc", + "name": "Tricia Brock", + "department": "Directing", + "job": "Director", + "profile_path": null + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280074, + "credit_id": "52b7051619c29533d00e8c79", + "name": "Kelley Dixon", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 23429, + "name": "Adam Godley", + "credit_id": "527444c1760ee3572208fbc2", + "character": "Elliott Schwartz", + "order": 182, + "gender": 2, + "profile_path": "/bpS9H0TYn67BMGBNv32180j8LX7.jpg" + }, + { + "id": 191202, + "name": "Matt Jones", + "credit_id": "52744535760ee3572209100e", + "character": "Badger", + "order": 182, + "gender": 2, + "profile_path": "/2lNxOvmJbu07eK8B3AZsPnNP8wa.jpg" + }, + { + "id": 14984, + "name": "Jessica Hecht", + "credit_id": "52542275760ee31328000768", + "character": "Gretchen Schwartz", + "order": 182, + "gender": 1, + "profile_path": "/jT5k2BLOEXaRF94ZV9plQBV6mAL.jpg" + }, + { + "id": 209680, + "name": "Frederic Doss", + "credit_id": "54e89b13c3a36836e0001dc9", + "character": "Off Duty Cop", + "order": 180, + "gender": 0, + "profile_path": "/nOZmclIokEu23scnGvzKNNNxI7d.jpg" + }, + { + "id": 59303, + "name": "Marc Mouchet", + "credit_id": "527445f5760ee357130849b9", + "character": "Farley", + "order": 44, + "gender": 2, + "profile_path": null + }, + { + "id": 202830, + "name": "William Sterchi", + "credit_id": "527445a9760ee356ff077e53", + "character": "Manager", + "order": 43, + "gender": 2, + "profile_path": "/6Pbp5BWDPZ7NhkcnjTkUhKEx3QU.jpg" + } + ] + }, + { + "air_date": "2008-03-02", + "episode_number": 6, + "id": 62090, + "name": "Crazy Handful of Nothin'", + "overview": "The side effects of chemo begin to plague Walt. Meanwhile, the DEA rounds up suspected dealers.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/hyYwqbmcHn3fuxWE3h4IhZZbkU3.jpg", + "vote_average": 8.618, + "vote_count": 34, + "crew": [ + { + "id": 1223193, + "credit_id": "52542279760ee31328000b45", + "name": "George Mastras", + "department": "Writing", + "job": "Writer", + "profile_path": null + }, + { + "id": 18320, + "credit_id": "52542279760ee31328000b61", + "name": "Bronwen Hughes", + "department": "Directing", + "job": "Director", + "profile_path": "/eOCUyOpDGsliiWA3c5qc2CGS5he.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1123195, + "credit_id": "52b705e619c2955a1f0c895b", + "name": "Skip MacDonald", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 82945, + "name": "Charles Baker", + "credit_id": "52744007760ee356f6076365", + "character": "Skinny Pete", + "order": 182, + "gender": 0, + "profile_path": "/lZ5fOVbTVvHkpSX9PUXNfkYLPUt.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "gender": 0, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "gender": 0, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 210057, + "name": "Judith Rane", + "credit_id": "52744834760ee37c3e010cc7", + "character": "Office Manager", + "order": 61, + "gender": 0, + "profile_path": null + }, + { + "id": 1260529, + "name": "Jesus Jr.", + "credit_id": "527447b3760ee3571308a638", + "character": "No-Doze (as Jesus Payan)", + "order": 52, + "gender": 2, + "profile_path": null + }, + { + "id": 53255, + "name": "Cesar Garcia", + "credit_id": "527447ca760ee356ea08e165", + "character": "Gonzo", + "order": 52, + "gender": 0, + "profile_path": "/6KkknahgOIBaZfz3ip3UV89iVFO.jpg" + }, + { + "id": 1221121, + "name": "Dennis Keiffer", + "credit_id": "52744a4a760ee35a69077c8c", + "character": "Lookout", + "order": 50, + "gender": 0, + "profile_path": "/143Mkx4HaAbnWsCPnYdoWrF0VxU.jpg" + }, + { + "id": 1089016, + "name": "Seri DeYoung", + "credit_id": "52744908760ee35a690730ed", + "character": "Student (as Seraphine DeYoung)", + "order": 49, + "gender": 0, + "profile_path": "/72e1Ka1679fEKNxpYlshJXJhoXh.jpg" + }, + { + "id": 187505, + "name": "Vivian Nesbitt", + "credit_id": "527447f4760ee37c3e00f81f", + "character": "Mrs. Pope", + "order": 47, + "gender": 0, + "profile_path": null + }, + { + "id": 210056, + "name": "Pierre Barrera", + "credit_id": "52744776760ee356ea0892f3", + "character": "Hugo Archuleta", + "order": 44, + "gender": 0, + "profile_path": null + }, + { + "id": 58650, + "name": "Raymond Cruz", + "credit_id": "5254227b760ee31328000cd6", + "character": "Tuco Salamanca", + "order": 44, + "gender": 2, + "profile_path": "/4k0r3xJjgTac5GiJoHDDBVAFYcj.jpg" + } + ] + }, + { + "air_date": "2008-03-09", + "episode_number": 7, + "id": 62091, + "name": "A No-Rough-Stuff Type Deal", + "overview": "Walter accepts his new identity as a drug dealer after a PTA meeting. Elsewhere, Jesse decides to put his aunt's house on the market and Skyler is the recipient of a baby shower.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/1dgFAsajUpUT7DLXgAxHb9GyXHH.jpg", + "vote_average": 7.857, + "vote_count": 35, + "crew": [ + { + "id": 15858, + "credit_id": "5254227b760ee31328000d0c", + "name": "Tim Hunter", + "department": "Directing", + "job": "Director", + "profile_path": "/46BrIP5cvIMUfYDvhhYSqExpN6F.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + }, + { + "id": 24951, + "credit_id": "52542286760ee31328001ab9", + "name": "Peter Gould", + "department": "Writing", + "job": "Writer", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 58650, + "name": "Raymond Cruz", + "credit_id": "5254227b760ee31328000cd6", + "character": "Tuco Salamanca", + "order": 44, + "profile_path": "/4k0r3xJjgTac5GiJoHDDBVAFYcj.jpg" + }, + { + "id": 967071, + "name": "Beth Bailey", + "credit_id": "52744bd7760ee356ff08c286", + "character": "Realtor", + "order": 50, + "profile_path": "/6KuevI6K8VcKJFB6vyuMZ0cPvM7.jpg" + }, + { + "id": 58651, + "name": "Geoffrey Rivas", + "credit_id": "52744c32760ee37c3e01cba4", + "character": "Police Officer", + "order": 51, + "profile_path": "/izch6wDjzbTrFHLeXdudOd7fm3m.jpg" + }, + { + "id": 53255, + "name": "Cesar Garcia", + "credit_id": "527447ca760ee356ea08e165", + "character": "Gonzo", + "order": 52, + "profile_path": "/6KkknahgOIBaZfz3ip3UV89iVFO.jpg" + }, + { + "id": 210154, + "name": "Mike Miller", + "credit_id": "52744cd0760ee357130a126e", + "character": "Jewelry Store Owner", + "order": 52, + "profile_path": "/3J8AfYFOknL9BXDfcvt8cbAnBPR.jpg" + }, + { + "id": 1260529, + "name": "Jesus Jr.", + "credit_id": "527447b3760ee3571308a638", + "character": "No-Doze (as Jesus Payan)", + "order": 52, + "profile_path": null + }, + { + "id": 79211, + "name": "David House", + "credit_id": "5271b65b760ee35b0c090f74", + "character": "Dr. Delcavoli", + "order": 71, + "profile_path": "/pg6JmKwfX0iZHItDUKOwizx5oWL.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + } + ] + } + ], + "name": "Season 1", + "overview": "High school chemistry teacher Walter White's life is suddenly transformed by a dire medical diagnosis. Street-savvy former student Jesse Pinkman \"teaches\" Walter a new trade.", + "id": 3572, + "poster_path": "/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg", + "season_number": 1 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:15.1463598Z", + "ReducedUri": "/3/tv/1396/season/1/account_states?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "id": 3572, + "results": [ + { + "id": 62085, + "episode_number": 1, + "rated": false + }, + { + "id": 62086, + "episode_number": 2, + "rated": false + }, + { + "id": 62087, + "episode_number": 3, + "rated": false + }, + { + "id": 62088, + "episode_number": 4, + "rated": false + }, + { + "id": 62089, + "episode_number": 5, + "rated": false + }, + { + "id": 62090, + "episode_number": 6, + "rated": false + }, + { + "id": 62091, + "episode_number": 7, + "rated": false + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:09.6305285Z", + "ReducedUri": "/3/tv/1396/season/1/credits", + "RespData": { + "cast": [ + { + "character": "Walter White", + "credit_id": "52542282760ee313280017f9", + "gender": 2, + "id": 17419, + "name": "Bryan Cranston", + "order": 0, + "profile_path": "/9dvZ0Id5RtnCGianoayNJBFrNVU.jpg" + }, + { + "character": "Skyler White", + "credit_id": "52542282760ee3132800181b", + "gender": 1, + "id": 134531, + "name": "Anna Gunn", + "order": 1, + "profile_path": "/6yLKtfYFWbJp5HAjvCecQCYlmqk.jpg" + }, + { + "character": "Jesse Pinkman", + "credit_id": "52542282760ee31328001845", + "gender": 2, + "id": 84497, + "name": "Aaron Paul", + "order": 2, + "profile_path": "/lOhc9ePVvCwokS1fl9nbfVbEkXa.jpg" + }, + { + "character": "Hank Schrader", + "credit_id": "52542283760ee3132800187b", + "gender": 2, + "id": 14329, + "name": "Dean Norris", + "order": 3, + "profile_path": "/owIr4b4VIlJu0m6Drofd3P0qDl5.jpg" + }, + { + "character": "Marie Schrader", + "credit_id": "52542283760ee31328001891", + "gender": 1, + "id": 1217934, + "name": "Betsy Brandt", + "order": 4, + "profile_path": "/zpmsca1HCVqYrtWXV9xdmsECDTI.jpg" + }, + { + "character": "Walter White Jr.", + "credit_id": "52542284760ee313280018a9", + "gender": 2, + "id": 209674, + "name": "RJ Mitte", + "order": 5, + "profile_path": "/hAePiQIVZkgGfAB8bCxdmS9nCfW.jpg" + } + ], + "crew": [ + { + "credit_id": "52542287760ee31328001af1", + "department": "Production", + "gender": 2, + "id": 66633, + "job": "Executive Producer", + "name": "Vince Gilligan", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "credit_id": "52542287760ee31328001b69", + "department": "Production", + "gender": 2, + "id": 5162, + "job": "Executive Producer", + "name": "Mark Johnson", + "profile_path": "/yKGF6cbzyP03Gl1QhVLCu1gWSW6.jpg" + }, + { + "credit_id": "52542288760ee31328001b83", + "department": "Production", + "gender": 1, + "id": 29779, + "job": "Executive Producer", + "name": "Michelle MacLaren", + "profile_path": "/7pSOTNnQB5GJXm5HylTY04Y2QAB.jpg" + }, + { + "credit_id": "52b7034f19c2955402184de6", + "department": "Costume & Make-Up", + "gender": 0, + "id": 35583, + "job": "Costume Design", + "name": "Kathleen Detoro", + "profile_path": null + }, + { + "credit_id": "52b7008819c29559eb03dd72", + "department": "Sound", + "gender": 2, + "id": 1280070, + "job": "Original Music Composer", + "name": "Dave Porter", + "profile_path": null + }, + { + "credit_id": "52b7020b19c295223b0a46e8", + "department": "Art", + "gender": 2, + "id": 21640, + "job": "Production Design", + "name": "Robb Wilson King", + "profile_path": null + }, + { + "credit_id": "52542287760ee31328001b07", + "department": "Production", + "gender": 1, + "id": 1218856, + "job": "Producer", + "name": "Patty Lin", + "profile_path": null + }, + { + "credit_id": "52542287760ee31328001b27", + "department": "Production", + "gender": 2, + "id": 29924, + "job": "Producer", + "name": "John Shiban", + "profile_path": "/rswDSJsdupySS9oEBKzYDE7Uod9.jpg" + }, + { + "credit_id": "52542289760ee31328001b9d", + "department": "Production", + "gender": 1, + "id": 1223199, + "job": "Producer", + "name": "Melissa Bernstein", + "profile_path": null + }, + { + "credit_id": "52542289760ee31328001bb3", + "department": "Production", + "gender": 2, + "id": 1223194, + "job": "Producer", + "name": "Sam Catlin", + "profile_path": "/5Xt7ONeJpF3x2XZ9JwQO9vGDuJ1.jpg" + }, + { + "credit_id": "52542289760ee31328001bd1", + "department": "Production", + "gender": 2, + "id": 24951, + "job": "Producer", + "name": "Peter Gould", + "profile_path": null + }, + { + "credit_id": "52542289760ee31328001be9", + "department": "Production", + "gender": 2, + "id": 1223193, + "job": "Producer", + "name": "George Mastras", + "profile_path": null + }, + { + "credit_id": "52542289760ee31328001c03", + "department": "Production", + "gender": 2, + "id": 103009, + "job": "Producer", + "name": "Thomas Schnauz", + "profile_path": null + }, + { + "credit_id": "5254228a760ee31328001c1d", + "department": "Production", + "gender": 0, + "id": 1223200, + "job": "Producer", + "name": "Stewart Lyons", + "profile_path": null + }, + { + "credit_id": "5254228c760ee31328001c37", + "department": "Production", + "gender": 0, + "id": 1223201, + "job": "Producer", + "name": "Karen Moore", + "profile_path": null + }, + { + "credit_id": "5254228c760ee31328001c6d", + "department": "Production", + "gender": 1, + "id": 1223198, + "job": "Producer", + "name": "Moira Walley-Beckett", + "profile_path": "/no9Qs6FPlMH0242d1hW8BOMn5zU.jpg" + }, + { + "credit_id": "5254228d760ee31328001cc7", + "department": "Production", + "gender": 2, + "id": 17419, + "job": "Producer", + "name": "Bryan Cranston", + "profile_path": "/9dvZ0Id5RtnCGianoayNJBFrNVU.jpg" + }, + { + "credit_id": "5254228e760ee31328001ce1", + "department": "Production", + "gender": 1, + "id": 1223202, + "job": "Producer", + "name": "Diane Mercer", + "profile_path": null + } + ], + "id": 3572 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:12.645369Z", + "ReducedUri": "/3/tv/1396/season/1/episode/1/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 13, + "status_message": "The item/record was deleted successfully." + }, + "RespStatusCode": 200, + "ReqMethod": "DELETE", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:09.9269041Z", + "ReducedUri": "/3/tv/1396/season/1/episode/1/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 12, + "status_message": "The item/record was updated successfully." + }, + "ReqData": { + "value": 5.0 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:12.7968115Z", + "ReducedUri": "/3/tv/1396/season/1/episode/2/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 13, + "status_message": "The item/record was deleted successfully." + }, + "RespStatusCode": 200, + "ReqMethod": "DELETE", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:10.1198557Z", + "ReducedUri": "/3/tv/1396/season/1/episode/2/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 1, + "status_message": "Success." + }, + "ReqData": { + "value": 7.0 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:12.9810098Z", + "ReducedUri": "/3/tv/1396/season/1/episode/3/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 13, + "status_message": "The item/record was deleted successfully." + }, + "RespStatusCode": 200, + "ReqMethod": "DELETE", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:10.3081154Z", + "ReducedUri": "/3/tv/1396/season/1/episode/3/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 1, + "status_message": "Success." + }, + "ReqData": { + "value": 3.0 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:15.2836346Z", + "ReducedUri": "/3/tv/1396/season/1/external_ids", + "RespData": { + "id": 3572, + "freebase_mid": "/m/05yy27m", + "freebase_id": "/en/breaking_bad_season_1", + "tvdb_id": 30272, + "tvrage_id": null + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:16.8879434Z", + "ReducedUri": "/3/tv/1396/season/1/images", + "RespData": { + "id": 3572, + "posters": [ + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg", + "height": 1800, + "iso_639_1": "en", + "vote_average": 5.388, + "vote_count": 4, + "width": 1200 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/o5131POxv9xFl3wBmdg0YWc9Iz4.jpg", + "height": 1425, + "iso_639_1": "en", + "vote_average": 5.318, + "vote_count": 3, + "width": 950 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/qMzUt1Sc9RgfcjB1ScD8N3knR70.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/mLPHZocLjPmzACcnvJVaOiM4Sf4.jpg", + "height": 2268, + "iso_639_1": "hu", + "vote_average": 5.312, + "vote_count": 1, + "width": 1512 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/8yHDd0EVpNpWk1VBa9QP4iUmw0v.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.2967032967032974, + "vote_count": 2, + "width": 400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/e5WjVMRr1DOZMnqsm6jRtnmMOTf.jpg", + "height": 1500, + "iso_639_1": "hu", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/4b2BRHmDnb3Ab9WdNZS3zB2zcyG.jpg", + "height": 578, + "iso_639_1": "de", + "vote_average": 5.246, + "vote_count": 2, + "width": 400 + }, + { + "aspect_ratio": 1.0, + "file_path": "/lVbofIPlw3kYa8FQgHT7GtWMI2Q.jpg", + "height": 1000, + "iso_639_1": "nl", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/dHCYpEoHEjAV6Xt3eyNthkdLRl3.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2452025586353948, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/l5s5lfqpdP4uigrZtu5Sg8hfWqG.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/tkZ9bXm9iFNEdZmblSl8rxgpstT.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/m8V6Fm2dV7tNvjCmBpROSU3Zrq4.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/ryreluyqCf6CxlEFbZSceVGw8NL.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/zJV0m4IFtsmF2QsCk4Yrwv5frNn.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/wr0pPDfwn4gNQxjNWpkazhN13tZ.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/6lP6ac4wNmWgtfVvrsl53bMqrKS.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/2lhO5zd1nnf7PjC7dGCUo45Volz.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1062271062271058, + "vote_count": 2, + "width": 400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/kmMkmUOdDzbYNFKkMLSRpxEgsvQ.jpg", + "height": 3000, + "iso_639_1": "es", + "vote_average": 0.0, + "vote_count": 0, + "width": 2000 + }, + { + "aspect_ratio": 0.68, + "file_path": "/pD4gCQunvD921tOz4QZBX2Zdk7H.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/fRlrqBPD0jf7WS3c1kdd4NTpE3c.jpg", + "height": 578, + "iso_639_1": "pt", + "vote_average": 0.0, + "vote_count": 0, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/dwuLNYvZR0n22tHx5a14mhq4ysn.jpg", + "height": 578, + "iso_639_1": "fr", + "vote_average": 0.0, + "vote_count": 0, + "width": 400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/wyYKXa7ebhUjgGZOGQ5Qx3c7DUB.jpg", + "height": 1395, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 930 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/oW0G4MKWcyNaRGckZf8WRFyO5cH.jpg", + "height": 578, + "iso_639_1": "zu", + "vote_average": 0.0, + "vote_count": 0, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/bQkJ7THLSk3wBKK8ziGWwvk7TUJ.jpg", + "height": 578, + "iso_639_1": "pt", + "vote_average": 0.0, + "vote_count": 0, + "width": 400 + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:09.503354Z", + "ReducedUri": "/3/tv/1396/season/1/videos", + "RespData": { + "id": 3572, + "results": [] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:16.1610674Z", + "ReducedUri": "/3/tv/1396/season/1?append_to_response=credits", + "RespData": { + "_id": "52542272760ee313280005f8", + "air_date": "2008-01-20", + "episodes": [ + { + "air_date": "2008-01-20", + "episode_number": 1, + "id": 62085, + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 66633, + "credit_id": "52542275760ee313280006e8", + "name": "Vince Gilligan", + "department": "Directing", + "job": "Director", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 2483, + "credit_id": "52b7029219c29533d00dd2c1", + "name": "John Toll", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1223192, + "name": "Roberta Marquez Seret", + "credit_id": "56846abbc3a36836280008d4", + "character": "Chad's Girlfriend", + "order": 180, + "profile_path": null + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 1223197, + "name": "Marius Stan", + "credit_id": "5272587a760ee3045009ddec", + "character": "Bogdan Wolynetz", + "order": 112, + "profile_path": null + }, + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 161591, + "name": "Gregory Chase", + "credit_id": "52725cb1760ee3044d0b9984", + "character": "Dr. Belknap (as Greg Chase)", + "order": 33, + "profile_path": null + }, + { + "id": 1216132, + "name": "Aaron Hill", + "credit_id": "52542275760ee313280006b4", + "character": "Jock", + "order": 3, + "profile_path": "/vTqz2FIutFJPG73j7gFDTWomTbb.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ] + }, + { + "air_date": "2008-01-27", + "episode_number": 2, + "id": 62086, + "name": "The Cat's in the Bag", + "overview": "Walt and Jesse attempt to tie up loose ends. The desperate situation gets more complicated with the flip of a coin. Walt's wife, Skyler, becomes suspicious of Walt's strange behavior.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/tjDNvbokPLtEnpFyFPyXMOd6Zr1.jpg", + "vote_average": 7.788, + "vote_count": 40, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 111338, + "credit_id": "52542275760ee31328000725", + "name": "Adam Bernstein", + "department": "Directing", + "job": "Director", + "profile_path": "/h5TqewYvopqv2AeZytYcrMSupqu.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ] + }, + { + "air_date": "2008-02-10", + "episode_number": 3, + "id": 62087, + "name": "...and the Bag's in the River", + "overview": "Walter fights with Jesse over his drug use, causing him to leave Walter alone with their captive, Krazy-8. Meanwhile, Hank has a scared straight moment with Walter Jr. after his aunt discovers he has been smoking pot. Also, Skylar is upset when Walter stays away from home.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/2kBeBlxGqBOdWlKwzAxiwkfU5on.jpg", + "vote_average": 7.527, + "vote_count": 37, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 111338, + "credit_id": "52542275760ee31328000725", + "name": "Adam Bernstein", + "department": "Directing", + "job": "Director", + "profile_path": "/h5TqewYvopqv2AeZytYcrMSupqu.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280074, + "credit_id": "52b7051619c29533d00e8c79", + "name": "Kelley Dixon", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 14984, + "name": "Jessica Hecht", + "credit_id": "52542275760ee31328000768", + "character": "Gretchen Schwartz", + "order": 182, + "profile_path": "/jT5k2BLOEXaRF94ZV9plQBV6mAL.jpg" + } + ] + }, + { + "air_date": "2008-02-17", + "episode_number": 4, + "id": 62088, + "name": "Cancer Man", + "overview": "Walter finally tells his family that he has been stricken with cancer. Meanwhile, the DEA believes Albuquerque has a new, big time player to worry about. Meanwhile, a worthy recipient is the target of a depressed Walter's anger, and Jesse makes a surprise visit to his parents home.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/i5BAJVhuIWfkoSqDID6FnQNCTVc.jpg", + "vote_average": 7.306, + "vote_count": 36, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 205639, + "credit_id": "52542278760ee31328000a9b", + "name": "Jim McKay", + "department": "Directing", + "job": "Director", + "profile_path": "/tpfgY0AanfoxgFQpmZ6qz1QRJpv.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1215836, + "name": "Kyle Bornheimer", + "credit_id": "52743e4d760ee35a69055194", + "character": "Ken Wins", + "order": 37, + "gender": 2, + "profile_path": "/79KUwXqB2FdKqxsAMppkJ8Aa78e.jpg" + }, + { + "id": 220118, + "name": "Benjamin Petry", + "credit_id": "527442eb760ee3572b078715", + "character": "Jake Pinkman (as Ben Petry)", + "order": 40, + "gender": 2, + "profile_path": "/s0CaWbrxL9bhuiQ4F1XN6dWNPaW.jpg" + }, + { + "id": 79211, + "name": "David House", + "credit_id": "5271b65b760ee35b0c090f74", + "character": "Dr. Delcavoli", + "order": 71, + "gender": 0, + "profile_path": "/pg6JmKwfX0iZHItDUKOwizx5oWL.jpg" + }, + { + "id": 41249, + "name": "Tess Harper", + "credit_id": "52542277760ee31328000a61", + "character": "Mrs. Pinkman", + "order": 75, + "gender": 1, + "profile_path": "/gJT9fBX04LjmbOzOzYcNbA2ZLF1.jpg" + }, + { + "id": 95195, + "name": "Michael Bofshever", + "credit_id": "527440ce760ee3570906ada3", + "character": "Mr. Pinkman", + "order": 75, + "gender": 2, + "profile_path": "/wd4CATP5RQTq5iAyTJEC74qkStV.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "gender": 2, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 82945, + "name": "Charles Baker", + "credit_id": "52744007760ee356f6076365", + "character": "Skinny Pete", + "order": 182, + "gender": 2, + "profile_path": "/lZ5fOVbTVvHkpSX9PUXNfkYLPUt.jpg" + } + ] + }, + { + "air_date": "2008-02-24", + "episode_number": 5, + "id": 62089, + "name": "Gray Matter", + "overview": "Walter and Skyler attend a former colleague's party. Jesse tries to free himself from the drugs, while Skyler organizes an intervention.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/82G3wZgEvZLKcte6yoZJahUWBtx.jpg", + "vote_average": 7.853, + "vote_count": 34, + "crew": [ + { + "id": 1218856, + "credit_id": "52542278760ee31328000aea", + "name": "Patty Lin", + "department": "Writing", + "job": "Writer", + "profile_path": null + }, + { + "id": 1215145, + "credit_id": "5603c49292514122c00042fc", + "name": "Tricia Brock", + "department": "Directing", + "job": "Director", + "profile_path": null + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280074, + "credit_id": "52b7051619c29533d00e8c79", + "name": "Kelley Dixon", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 23429, + "name": "Adam Godley", + "credit_id": "527444c1760ee3572208fbc2", + "character": "Elliott Schwartz", + "order": 182, + "gender": 2, + "profile_path": "/bpS9H0TYn67BMGBNv32180j8LX7.jpg" + }, + { + "id": 191202, + "name": "Matt Jones", + "credit_id": "52744535760ee3572209100e", + "character": "Badger", + "order": 182, + "gender": 2, + "profile_path": "/2lNxOvmJbu07eK8B3AZsPnNP8wa.jpg" + }, + { + "id": 14984, + "name": "Jessica Hecht", + "credit_id": "52542275760ee31328000768", + "character": "Gretchen Schwartz", + "order": 182, + "gender": 1, + "profile_path": "/jT5k2BLOEXaRF94ZV9plQBV6mAL.jpg" + }, + { + "id": 209680, + "name": "Frederic Doss", + "credit_id": "54e89b13c3a36836e0001dc9", + "character": "Off Duty Cop", + "order": 180, + "gender": 0, + "profile_path": "/nOZmclIokEu23scnGvzKNNNxI7d.jpg" + }, + { + "id": 59303, + "name": "Marc Mouchet", + "credit_id": "527445f5760ee357130849b9", + "character": "Farley", + "order": 44, + "gender": 2, + "profile_path": null + }, + { + "id": 202830, + "name": "William Sterchi", + "credit_id": "527445a9760ee356ff077e53", + "character": "Manager", + "order": 43, + "gender": 2, + "profile_path": "/6Pbp5BWDPZ7NhkcnjTkUhKEx3QU.jpg" + } + ] + }, + { + "air_date": "2008-03-02", + "episode_number": 6, + "id": 62090, + "name": "Crazy Handful of Nothin'", + "overview": "The side effects of chemo begin to plague Walt. Meanwhile, the DEA rounds up suspected dealers.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/hyYwqbmcHn3fuxWE3h4IhZZbkU3.jpg", + "vote_average": 8.618, + "vote_count": 34, + "crew": [ + { + "id": 1223193, + "credit_id": "52542279760ee31328000b45", + "name": "George Mastras", + "department": "Writing", + "job": "Writer", + "profile_path": null + }, + { + "id": 18320, + "credit_id": "52542279760ee31328000b61", + "name": "Bronwen Hughes", + "department": "Directing", + "job": "Director", + "profile_path": "/eOCUyOpDGsliiWA3c5qc2CGS5he.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1123195, + "credit_id": "52b705e619c2955a1f0c895b", + "name": "Skip MacDonald", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 82945, + "name": "Charles Baker", + "credit_id": "52744007760ee356f6076365", + "character": "Skinny Pete", + "order": 182, + "gender": 0, + "profile_path": "/lZ5fOVbTVvHkpSX9PUXNfkYLPUt.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "gender": 0, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "gender": 0, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 210057, + "name": "Judith Rane", + "credit_id": "52744834760ee37c3e010cc7", + "character": "Office Manager", + "order": 61, + "gender": 0, + "profile_path": null + }, + { + "id": 1260529, + "name": "Jesus Jr.", + "credit_id": "527447b3760ee3571308a638", + "character": "No-Doze (as Jesus Payan)", + "order": 52, + "gender": 2, + "profile_path": null + }, + { + "id": 53255, + "name": "Cesar Garcia", + "credit_id": "527447ca760ee356ea08e165", + "character": "Gonzo", + "order": 52, + "gender": 0, + "profile_path": "/6KkknahgOIBaZfz3ip3UV89iVFO.jpg" + }, + { + "id": 1221121, + "name": "Dennis Keiffer", + "credit_id": "52744a4a760ee35a69077c8c", + "character": "Lookout", + "order": 50, + "gender": 0, + "profile_path": "/143Mkx4HaAbnWsCPnYdoWrF0VxU.jpg" + }, + { + "id": 1089016, + "name": "Seri DeYoung", + "credit_id": "52744908760ee35a690730ed", + "character": "Student (as Seraphine DeYoung)", + "order": 49, + "gender": 0, + "profile_path": "/72e1Ka1679fEKNxpYlshJXJhoXh.jpg" + }, + { + "id": 187505, + "name": "Vivian Nesbitt", + "credit_id": "527447f4760ee37c3e00f81f", + "character": "Mrs. Pope", + "order": 47, + "gender": 0, + "profile_path": null + }, + { + "id": 210056, + "name": "Pierre Barrera", + "credit_id": "52744776760ee356ea0892f3", + "character": "Hugo Archuleta", + "order": 44, + "gender": 0, + "profile_path": null + }, + { + "id": 58650, + "name": "Raymond Cruz", + "credit_id": "5254227b760ee31328000cd6", + "character": "Tuco Salamanca", + "order": 44, + "gender": 2, + "profile_path": "/4k0r3xJjgTac5GiJoHDDBVAFYcj.jpg" + } + ] + }, + { + "air_date": "2008-03-09", + "episode_number": 7, + "id": 62091, + "name": "A No-Rough-Stuff Type Deal", + "overview": "Walter accepts his new identity as a drug dealer after a PTA meeting. Elsewhere, Jesse decides to put his aunt's house on the market and Skyler is the recipient of a baby shower.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/1dgFAsajUpUT7DLXgAxHb9GyXHH.jpg", + "vote_average": 7.857, + "vote_count": 35, + "crew": [ + { + "id": 15858, + "credit_id": "5254227b760ee31328000d0c", + "name": "Tim Hunter", + "department": "Directing", + "job": "Director", + "profile_path": "/46BrIP5cvIMUfYDvhhYSqExpN6F.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + }, + { + "id": 24951, + "credit_id": "52542286760ee31328001ab9", + "name": "Peter Gould", + "department": "Writing", + "job": "Writer", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 58650, + "name": "Raymond Cruz", + "credit_id": "5254227b760ee31328000cd6", + "character": "Tuco Salamanca", + "order": 44, + "profile_path": "/4k0r3xJjgTac5GiJoHDDBVAFYcj.jpg" + }, + { + "id": 967071, + "name": "Beth Bailey", + "credit_id": "52744bd7760ee356ff08c286", + "character": "Realtor", + "order": 50, + "profile_path": "/6KuevI6K8VcKJFB6vyuMZ0cPvM7.jpg" + }, + { + "id": 58651, + "name": "Geoffrey Rivas", + "credit_id": "52744c32760ee37c3e01cba4", + "character": "Police Officer", + "order": 51, + "profile_path": "/izch6wDjzbTrFHLeXdudOd7fm3m.jpg" + }, + { + "id": 53255, + "name": "Cesar Garcia", + "credit_id": "527447ca760ee356ea08e165", + "character": "Gonzo", + "order": 52, + "profile_path": "/6KkknahgOIBaZfz3ip3UV89iVFO.jpg" + }, + { + "id": 210154, + "name": "Mike Miller", + "credit_id": "52744cd0760ee357130a126e", + "character": "Jewelry Store Owner", + "order": 52, + "profile_path": "/3J8AfYFOknL9BXDfcvt8cbAnBPR.jpg" + }, + { + "id": 1260529, + "name": "Jesus Jr.", + "credit_id": "527447b3760ee3571308a638", + "character": "No-Doze (as Jesus Payan)", + "order": 52, + "profile_path": null + }, + { + "id": 79211, + "name": "David House", + "credit_id": "5271b65b760ee35b0c090f74", + "character": "Dr. Delcavoli", + "order": 71, + "profile_path": "/pg6JmKwfX0iZHItDUKOwizx5oWL.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + } + ] + } + ], + "name": "Season 1", + "overview": "High school chemistry teacher Walter White's life is suddenly transformed by a dire medical diagnosis. Street-savvy former student Jesse Pinkman \"teaches\" Walter a new trade.", + "id": 3572, + "poster_path": "/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg", + "season_number": 1, + "credits": { + "cast": [ + { + "character": "Walter White", + "credit_id": "52542282760ee313280017f9", + "gender": 2, + "id": 17419, + "name": "Bryan Cranston", + "order": 0, + "profile_path": "/9dvZ0Id5RtnCGianoayNJBFrNVU.jpg" + }, + { + "character": "Skyler White", + "credit_id": "52542282760ee3132800181b", + "gender": 1, + "id": 134531, + "name": "Anna Gunn", + "order": 1, + "profile_path": "/6yLKtfYFWbJp5HAjvCecQCYlmqk.jpg" + }, + { + "character": "Jesse Pinkman", + "credit_id": "52542282760ee31328001845", + "gender": 2, + "id": 84497, + "name": "Aaron Paul", + "order": 2, + "profile_path": "/lOhc9ePVvCwokS1fl9nbfVbEkXa.jpg" + }, + { + "character": "Hank Schrader", + "credit_id": "52542283760ee3132800187b", + "gender": 2, + "id": 14329, + "name": "Dean Norris", + "order": 3, + "profile_path": "/owIr4b4VIlJu0m6Drofd3P0qDl5.jpg" + }, + { + "character": "Marie Schrader", + "credit_id": "52542283760ee31328001891", + "gender": 1, + "id": 1217934, + "name": "Betsy Brandt", + "order": 4, + "profile_path": "/zpmsca1HCVqYrtWXV9xdmsECDTI.jpg" + }, + { + "character": "Walter White Jr.", + "credit_id": "52542284760ee313280018a9", + "gender": 2, + "id": 209674, + "name": "RJ Mitte", + "order": 5, + "profile_path": "/hAePiQIVZkgGfAB8bCxdmS9nCfW.jpg" + } + ], + "crew": [ + { + "credit_id": "52542287760ee31328001af1", + "department": "Production", + "gender": 2, + "id": 66633, + "job": "Executive Producer", + "name": "Vince Gilligan", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "credit_id": "52542287760ee31328001b69", + "department": "Production", + "gender": 2, + "id": 5162, + "job": "Executive Producer", + "name": "Mark Johnson", + "profile_path": "/yKGF6cbzyP03Gl1QhVLCu1gWSW6.jpg" + }, + { + "credit_id": "52542288760ee31328001b83", + "department": "Production", + "gender": 1, + "id": 29779, + "job": "Executive Producer", + "name": "Michelle MacLaren", + "profile_path": "/7pSOTNnQB5GJXm5HylTY04Y2QAB.jpg" + }, + { + "credit_id": "52b7034f19c2955402184de6", + "department": "Costume & Make-Up", + "gender": 0, + "id": 35583, + "job": "Costume Design", + "name": "Kathleen Detoro", + "profile_path": null + }, + { + "credit_id": "52b7008819c29559eb03dd72", + "department": "Sound", + "gender": 2, + "id": 1280070, + "job": "Original Music Composer", + "name": "Dave Porter", + "profile_path": null + }, + { + "credit_id": "52b7020b19c295223b0a46e8", + "department": "Art", + "gender": 2, + "id": 21640, + "job": "Production Design", + "name": "Robb Wilson King", + "profile_path": null + }, + { + "credit_id": "52542287760ee31328001b07", + "department": "Production", + "gender": 1, + "id": 1218856, + "job": "Producer", + "name": "Patty Lin", + "profile_path": null + }, + { + "credit_id": "52542287760ee31328001b27", + "department": "Production", + "gender": 2, + "id": 29924, + "job": "Producer", + "name": "John Shiban", + "profile_path": "/rswDSJsdupySS9oEBKzYDE7Uod9.jpg" + }, + { + "credit_id": "52542289760ee31328001b9d", + "department": "Production", + "gender": 1, + "id": 1223199, + "job": "Producer", + "name": "Melissa Bernstein", + "profile_path": null + }, + { + "credit_id": "52542289760ee31328001bb3", + "department": "Production", + "gender": 2, + "id": 1223194, + "job": "Producer", + "name": "Sam Catlin", + "profile_path": "/5Xt7ONeJpF3x2XZ9JwQO9vGDuJ1.jpg" + }, + { + "credit_id": "52542289760ee31328001bd1", + "department": "Production", + "gender": 2, + "id": 24951, + "job": "Producer", + "name": "Peter Gould", + "profile_path": null + }, + { + "credit_id": "52542289760ee31328001be9", + "department": "Production", + "gender": 2, + "id": 1223193, + "job": "Producer", + "name": "George Mastras", + "profile_path": null + }, + { + "credit_id": "52542289760ee31328001c03", + "department": "Production", + "gender": 2, + "id": 103009, + "job": "Producer", + "name": "Thomas Schnauz", + "profile_path": null + }, + { + "credit_id": "5254228a760ee31328001c1d", + "department": "Production", + "gender": 0, + "id": 1223200, + "job": "Producer", + "name": "Stewart Lyons", + "profile_path": null + }, + { + "credit_id": "5254228c760ee31328001c37", + "department": "Production", + "gender": 0, + "id": 1223201, + "job": "Producer", + "name": "Karen Moore", + "profile_path": null + }, + { + "credit_id": "5254228c760ee31328001c6d", + "department": "Production", + "gender": 1, + "id": 1223198, + "job": "Producer", + "name": "Moira Walley-Beckett", + "profile_path": "/no9Qs6FPlMH0242d1hW8BOMn5zU.jpg" + }, + { + "credit_id": "5254228d760ee31328001cc7", + "department": "Production", + "gender": 2, + "id": 17419, + "job": "Producer", + "name": "Bryan Cranston", + "profile_path": "/9dvZ0Id5RtnCGianoayNJBFrNVU.jpg" + }, + { + "credit_id": "5254228e760ee31328001ce1", + "department": "Production", + "gender": 1, + "id": 1223202, + "job": "Producer", + "name": "Diane Mercer", + "profile_path": null + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:16.4535948Z", + "ReducedUri": "/3/tv/1396/season/1?append_to_response=external_ids", + "RespData": { + "_id": "52542272760ee313280005f8", + "air_date": "2008-01-20", + "episodes": [ + { + "air_date": "2008-01-20", + "episode_number": 1, + "id": 62085, + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 66633, + "credit_id": "52542275760ee313280006e8", + "name": "Vince Gilligan", + "department": "Directing", + "job": "Director", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 2483, + "credit_id": "52b7029219c29533d00dd2c1", + "name": "John Toll", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1223192, + "name": "Roberta Marquez Seret", + "credit_id": "56846abbc3a36836280008d4", + "character": "Chad's Girlfriend", + "order": 180, + "profile_path": null + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 1223197, + "name": "Marius Stan", + "credit_id": "5272587a760ee3045009ddec", + "character": "Bogdan Wolynetz", + "order": 112, + "profile_path": null + }, + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 161591, + "name": "Gregory Chase", + "credit_id": "52725cb1760ee3044d0b9984", + "character": "Dr. Belknap (as Greg Chase)", + "order": 33, + "profile_path": null + }, + { + "id": 1216132, + "name": "Aaron Hill", + "credit_id": "52542275760ee313280006b4", + "character": "Jock", + "order": 3, + "profile_path": "/vTqz2FIutFJPG73j7gFDTWomTbb.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ] + }, + { + "air_date": "2008-01-27", + "episode_number": 2, + "id": 62086, + "name": "The Cat's in the Bag", + "overview": "Walt and Jesse attempt to tie up loose ends. The desperate situation gets more complicated with the flip of a coin. Walt's wife, Skyler, becomes suspicious of Walt's strange behavior.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/tjDNvbokPLtEnpFyFPyXMOd6Zr1.jpg", + "vote_average": 7.788, + "vote_count": 40, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 111338, + "credit_id": "52542275760ee31328000725", + "name": "Adam Bernstein", + "department": "Directing", + "job": "Director", + "profile_path": "/h5TqewYvopqv2AeZytYcrMSupqu.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ] + }, + { + "air_date": "2008-02-10", + "episode_number": 3, + "id": 62087, + "name": "...and the Bag's in the River", + "overview": "Walter fights with Jesse over his drug use, causing him to leave Walter alone with their captive, Krazy-8. Meanwhile, Hank has a scared straight moment with Walter Jr. after his aunt discovers he has been smoking pot. Also, Skylar is upset when Walter stays away from home.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/2kBeBlxGqBOdWlKwzAxiwkfU5on.jpg", + "vote_average": 7.527, + "vote_count": 37, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 111338, + "credit_id": "52542275760ee31328000725", + "name": "Adam Bernstein", + "department": "Directing", + "job": "Director", + "profile_path": "/h5TqewYvopqv2AeZytYcrMSupqu.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280074, + "credit_id": "52b7051619c29533d00e8c79", + "name": "Kelley Dixon", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 14984, + "name": "Jessica Hecht", + "credit_id": "52542275760ee31328000768", + "character": "Gretchen Schwartz", + "order": 182, + "profile_path": "/jT5k2BLOEXaRF94ZV9plQBV6mAL.jpg" + } + ] + }, + { + "air_date": "2008-02-17", + "episode_number": 4, + "id": 62088, + "name": "Cancer Man", + "overview": "Walter finally tells his family that he has been stricken with cancer. Meanwhile, the DEA believes Albuquerque has a new, big time player to worry about. Meanwhile, a worthy recipient is the target of a depressed Walter's anger, and Jesse makes a surprise visit to his parents home.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/i5BAJVhuIWfkoSqDID6FnQNCTVc.jpg", + "vote_average": 7.306, + "vote_count": 36, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 205639, + "credit_id": "52542278760ee31328000a9b", + "name": "Jim McKay", + "department": "Directing", + "job": "Director", + "profile_path": "/tpfgY0AanfoxgFQpmZ6qz1QRJpv.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1215836, + "name": "Kyle Bornheimer", + "credit_id": "52743e4d760ee35a69055194", + "character": "Ken Wins", + "order": 37, + "gender": 2, + "profile_path": "/79KUwXqB2FdKqxsAMppkJ8Aa78e.jpg" + }, + { + "id": 220118, + "name": "Benjamin Petry", + "credit_id": "527442eb760ee3572b078715", + "character": "Jake Pinkman (as Ben Petry)", + "order": 40, + "gender": 2, + "profile_path": "/s0CaWbrxL9bhuiQ4F1XN6dWNPaW.jpg" + }, + { + "id": 79211, + "name": "David House", + "credit_id": "5271b65b760ee35b0c090f74", + "character": "Dr. Delcavoli", + "order": 71, + "gender": 0, + "profile_path": "/pg6JmKwfX0iZHItDUKOwizx5oWL.jpg" + }, + { + "id": 41249, + "name": "Tess Harper", + "credit_id": "52542277760ee31328000a61", + "character": "Mrs. Pinkman", + "order": 75, + "gender": 1, + "profile_path": "/gJT9fBX04LjmbOzOzYcNbA2ZLF1.jpg" + }, + { + "id": 95195, + "name": "Michael Bofshever", + "credit_id": "527440ce760ee3570906ada3", + "character": "Mr. Pinkman", + "order": 75, + "gender": 2, + "profile_path": "/wd4CATP5RQTq5iAyTJEC74qkStV.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "gender": 2, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 82945, + "name": "Charles Baker", + "credit_id": "52744007760ee356f6076365", + "character": "Skinny Pete", + "order": 182, + "gender": 2, + "profile_path": "/lZ5fOVbTVvHkpSX9PUXNfkYLPUt.jpg" + } + ] + }, + { + "air_date": "2008-02-24", + "episode_number": 5, + "id": 62089, + "name": "Gray Matter", + "overview": "Walter and Skyler attend a former colleague's party. Jesse tries to free himself from the drugs, while Skyler organizes an intervention.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/82G3wZgEvZLKcte6yoZJahUWBtx.jpg", + "vote_average": 7.853, + "vote_count": 34, + "crew": [ + { + "id": 1218856, + "credit_id": "52542278760ee31328000aea", + "name": "Patty Lin", + "department": "Writing", + "job": "Writer", + "profile_path": null + }, + { + "id": 1215145, + "credit_id": "5603c49292514122c00042fc", + "name": "Tricia Brock", + "department": "Directing", + "job": "Director", + "profile_path": null + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280074, + "credit_id": "52b7051619c29533d00e8c79", + "name": "Kelley Dixon", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 23429, + "name": "Adam Godley", + "credit_id": "527444c1760ee3572208fbc2", + "character": "Elliott Schwartz", + "order": 182, + "gender": 2, + "profile_path": "/bpS9H0TYn67BMGBNv32180j8LX7.jpg" + }, + { + "id": 191202, + "name": "Matt Jones", + "credit_id": "52744535760ee3572209100e", + "character": "Badger", + "order": 182, + "gender": 2, + "profile_path": "/2lNxOvmJbu07eK8B3AZsPnNP8wa.jpg" + }, + { + "id": 14984, + "name": "Jessica Hecht", + "credit_id": "52542275760ee31328000768", + "character": "Gretchen Schwartz", + "order": 182, + "gender": 1, + "profile_path": "/jT5k2BLOEXaRF94ZV9plQBV6mAL.jpg" + }, + { + "id": 209680, + "name": "Frederic Doss", + "credit_id": "54e89b13c3a36836e0001dc9", + "character": "Off Duty Cop", + "order": 180, + "gender": 0, + "profile_path": "/nOZmclIokEu23scnGvzKNNNxI7d.jpg" + }, + { + "id": 59303, + "name": "Marc Mouchet", + "credit_id": "527445f5760ee357130849b9", + "character": "Farley", + "order": 44, + "gender": 2, + "profile_path": null + }, + { + "id": 202830, + "name": "William Sterchi", + "credit_id": "527445a9760ee356ff077e53", + "character": "Manager", + "order": 43, + "gender": 2, + "profile_path": "/6Pbp5BWDPZ7NhkcnjTkUhKEx3QU.jpg" + } + ] + }, + { + "air_date": "2008-03-02", + "episode_number": 6, + "id": 62090, + "name": "Crazy Handful of Nothin'", + "overview": "The side effects of chemo begin to plague Walt. Meanwhile, the DEA rounds up suspected dealers.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/hyYwqbmcHn3fuxWE3h4IhZZbkU3.jpg", + "vote_average": 8.618, + "vote_count": 34, + "crew": [ + { + "id": 1223193, + "credit_id": "52542279760ee31328000b45", + "name": "George Mastras", + "department": "Writing", + "job": "Writer", + "profile_path": null + }, + { + "id": 18320, + "credit_id": "52542279760ee31328000b61", + "name": "Bronwen Hughes", + "department": "Directing", + "job": "Director", + "profile_path": "/eOCUyOpDGsliiWA3c5qc2CGS5he.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1123195, + "credit_id": "52b705e619c2955a1f0c895b", + "name": "Skip MacDonald", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 82945, + "name": "Charles Baker", + "credit_id": "52744007760ee356f6076365", + "character": "Skinny Pete", + "order": 182, + "gender": 0, + "profile_path": "/lZ5fOVbTVvHkpSX9PUXNfkYLPUt.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "gender": 0, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "gender": 0, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 210057, + "name": "Judith Rane", + "credit_id": "52744834760ee37c3e010cc7", + "character": "Office Manager", + "order": 61, + "gender": 0, + "profile_path": null + }, + { + "id": 1260529, + "name": "Jesus Jr.", + "credit_id": "527447b3760ee3571308a638", + "character": "No-Doze (as Jesus Payan)", + "order": 52, + "gender": 2, + "profile_path": null + }, + { + "id": 53255, + "name": "Cesar Garcia", + "credit_id": "527447ca760ee356ea08e165", + "character": "Gonzo", + "order": 52, + "gender": 0, + "profile_path": "/6KkknahgOIBaZfz3ip3UV89iVFO.jpg" + }, + { + "id": 1221121, + "name": "Dennis Keiffer", + "credit_id": "52744a4a760ee35a69077c8c", + "character": "Lookout", + "order": 50, + "gender": 0, + "profile_path": "/143Mkx4HaAbnWsCPnYdoWrF0VxU.jpg" + }, + { + "id": 1089016, + "name": "Seri DeYoung", + "credit_id": "52744908760ee35a690730ed", + "character": "Student (as Seraphine DeYoung)", + "order": 49, + "gender": 0, + "profile_path": "/72e1Ka1679fEKNxpYlshJXJhoXh.jpg" + }, + { + "id": 187505, + "name": "Vivian Nesbitt", + "credit_id": "527447f4760ee37c3e00f81f", + "character": "Mrs. Pope", + "order": 47, + "gender": 0, + "profile_path": null + }, + { + "id": 210056, + "name": "Pierre Barrera", + "credit_id": "52744776760ee356ea0892f3", + "character": "Hugo Archuleta", + "order": 44, + "gender": 0, + "profile_path": null + }, + { + "id": 58650, + "name": "Raymond Cruz", + "credit_id": "5254227b760ee31328000cd6", + "character": "Tuco Salamanca", + "order": 44, + "gender": 2, + "profile_path": "/4k0r3xJjgTac5GiJoHDDBVAFYcj.jpg" + } + ] + }, + { + "air_date": "2008-03-09", + "episode_number": 7, + "id": 62091, + "name": "A No-Rough-Stuff Type Deal", + "overview": "Walter accepts his new identity as a drug dealer after a PTA meeting. Elsewhere, Jesse decides to put his aunt's house on the market and Skyler is the recipient of a baby shower.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/1dgFAsajUpUT7DLXgAxHb9GyXHH.jpg", + "vote_average": 7.857, + "vote_count": 35, + "crew": [ + { + "id": 15858, + "credit_id": "5254227b760ee31328000d0c", + "name": "Tim Hunter", + "department": "Directing", + "job": "Director", + "profile_path": "/46BrIP5cvIMUfYDvhhYSqExpN6F.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + }, + { + "id": 24951, + "credit_id": "52542286760ee31328001ab9", + "name": "Peter Gould", + "department": "Writing", + "job": "Writer", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 58650, + "name": "Raymond Cruz", + "credit_id": "5254227b760ee31328000cd6", + "character": "Tuco Salamanca", + "order": 44, + "profile_path": "/4k0r3xJjgTac5GiJoHDDBVAFYcj.jpg" + }, + { + "id": 967071, + "name": "Beth Bailey", + "credit_id": "52744bd7760ee356ff08c286", + "character": "Realtor", + "order": 50, + "profile_path": "/6KuevI6K8VcKJFB6vyuMZ0cPvM7.jpg" + }, + { + "id": 58651, + "name": "Geoffrey Rivas", + "credit_id": "52744c32760ee37c3e01cba4", + "character": "Police Officer", + "order": 51, + "profile_path": "/izch6wDjzbTrFHLeXdudOd7fm3m.jpg" + }, + { + "id": 53255, + "name": "Cesar Garcia", + "credit_id": "527447ca760ee356ea08e165", + "character": "Gonzo", + "order": 52, + "profile_path": "/6KkknahgOIBaZfz3ip3UV89iVFO.jpg" + }, + { + "id": 210154, + "name": "Mike Miller", + "credit_id": "52744cd0760ee357130a126e", + "character": "Jewelry Store Owner", + "order": 52, + "profile_path": "/3J8AfYFOknL9BXDfcvt8cbAnBPR.jpg" + }, + { + "id": 1260529, + "name": "Jesus Jr.", + "credit_id": "527447b3760ee3571308a638", + "character": "No-Doze (as Jesus Payan)", + "order": 52, + "profile_path": null + }, + { + "id": 79211, + "name": "David House", + "credit_id": "5271b65b760ee35b0c090f74", + "character": "Dr. Delcavoli", + "order": 71, + "profile_path": "/pg6JmKwfX0iZHItDUKOwizx5oWL.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + } + ] + } + ], + "name": "Season 1", + "overview": "High school chemistry teacher Walter White's life is suddenly transformed by a dire medical diagnosis. Street-savvy former student Jesse Pinkman \"teaches\" Walter a new trade.", + "id": 3572, + "poster_path": "/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg", + "season_number": 1, + "external_ids": { + "freebase_mid": "/m/05yy27m", + "freebase_id": "/en/breaking_bad_season_1", + "tvdb_id": 30272, + "tvrage_id": null + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:16.2970645Z", + "ReducedUri": "/3/tv/1396/season/1?append_to_response=images", + "RespData": { + "_id": "52542272760ee313280005f8", + "air_date": "2008-01-20", + "episodes": [ + { + "air_date": "2008-01-20", + "episode_number": 1, + "id": 62085, + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 66633, + "credit_id": "52542275760ee313280006e8", + "name": "Vince Gilligan", + "department": "Directing", + "job": "Director", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 2483, + "credit_id": "52b7029219c29533d00dd2c1", + "name": "John Toll", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1223192, + "name": "Roberta Marquez Seret", + "credit_id": "56846abbc3a36836280008d4", + "character": "Chad's Girlfriend", + "order": 180, + "profile_path": null + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 1223197, + "name": "Marius Stan", + "credit_id": "5272587a760ee3045009ddec", + "character": "Bogdan Wolynetz", + "order": 112, + "profile_path": null + }, + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 161591, + "name": "Gregory Chase", + "credit_id": "52725cb1760ee3044d0b9984", + "character": "Dr. Belknap (as Greg Chase)", + "order": 33, + "profile_path": null + }, + { + "id": 1216132, + "name": "Aaron Hill", + "credit_id": "52542275760ee313280006b4", + "character": "Jock", + "order": 3, + "profile_path": "/vTqz2FIutFJPG73j7gFDTWomTbb.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ] + }, + { + "air_date": "2008-01-27", + "episode_number": 2, + "id": 62086, + "name": "The Cat's in the Bag", + "overview": "Walt and Jesse attempt to tie up loose ends. The desperate situation gets more complicated with the flip of a coin. Walt's wife, Skyler, becomes suspicious of Walt's strange behavior.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/tjDNvbokPLtEnpFyFPyXMOd6Zr1.jpg", + "vote_average": 7.788, + "vote_count": 40, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 111338, + "credit_id": "52542275760ee31328000725", + "name": "Adam Bernstein", + "department": "Directing", + "job": "Director", + "profile_path": "/h5TqewYvopqv2AeZytYcrMSupqu.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ] + }, + { + "air_date": "2008-02-10", + "episode_number": 3, + "id": 62087, + "name": "...and the Bag's in the River", + "overview": "Walter fights with Jesse over his drug use, causing him to leave Walter alone with their captive, Krazy-8. Meanwhile, Hank has a scared straight moment with Walter Jr. after his aunt discovers he has been smoking pot. Also, Skylar is upset when Walter stays away from home.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/2kBeBlxGqBOdWlKwzAxiwkfU5on.jpg", + "vote_average": 7.527, + "vote_count": 37, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 111338, + "credit_id": "52542275760ee31328000725", + "name": "Adam Bernstein", + "department": "Directing", + "job": "Director", + "profile_path": "/h5TqewYvopqv2AeZytYcrMSupqu.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280074, + "credit_id": "52b7051619c29533d00e8c79", + "name": "Kelley Dixon", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 14984, + "name": "Jessica Hecht", + "credit_id": "52542275760ee31328000768", + "character": "Gretchen Schwartz", + "order": 182, + "profile_path": "/jT5k2BLOEXaRF94ZV9plQBV6mAL.jpg" + } + ] + }, + { + "air_date": "2008-02-17", + "episode_number": 4, + "id": 62088, + "name": "Cancer Man", + "overview": "Walter finally tells his family that he has been stricken with cancer. Meanwhile, the DEA believes Albuquerque has a new, big time player to worry about. Meanwhile, a worthy recipient is the target of a depressed Walter's anger, and Jesse makes a surprise visit to his parents home.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/i5BAJVhuIWfkoSqDID6FnQNCTVc.jpg", + "vote_average": 7.306, + "vote_count": 36, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 205639, + "credit_id": "52542278760ee31328000a9b", + "name": "Jim McKay", + "department": "Directing", + "job": "Director", + "profile_path": "/tpfgY0AanfoxgFQpmZ6qz1QRJpv.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1215836, + "name": "Kyle Bornheimer", + "credit_id": "52743e4d760ee35a69055194", + "character": "Ken Wins", + "order": 37, + "gender": 2, + "profile_path": "/79KUwXqB2FdKqxsAMppkJ8Aa78e.jpg" + }, + { + "id": 220118, + "name": "Benjamin Petry", + "credit_id": "527442eb760ee3572b078715", + "character": "Jake Pinkman (as Ben Petry)", + "order": 40, + "gender": 2, + "profile_path": "/s0CaWbrxL9bhuiQ4F1XN6dWNPaW.jpg" + }, + { + "id": 79211, + "name": "David House", + "credit_id": "5271b65b760ee35b0c090f74", + "character": "Dr. Delcavoli", + "order": 71, + "gender": 0, + "profile_path": "/pg6JmKwfX0iZHItDUKOwizx5oWL.jpg" + }, + { + "id": 41249, + "name": "Tess Harper", + "credit_id": "52542277760ee31328000a61", + "character": "Mrs. Pinkman", + "order": 75, + "gender": 1, + "profile_path": "/gJT9fBX04LjmbOzOzYcNbA2ZLF1.jpg" + }, + { + "id": 95195, + "name": "Michael Bofshever", + "credit_id": "527440ce760ee3570906ada3", + "character": "Mr. Pinkman", + "order": 75, + "gender": 2, + "profile_path": "/wd4CATP5RQTq5iAyTJEC74qkStV.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "gender": 2, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 82945, + "name": "Charles Baker", + "credit_id": "52744007760ee356f6076365", + "character": "Skinny Pete", + "order": 182, + "gender": 2, + "profile_path": "/lZ5fOVbTVvHkpSX9PUXNfkYLPUt.jpg" + } + ] + }, + { + "air_date": "2008-02-24", + "episode_number": 5, + "id": 62089, + "name": "Gray Matter", + "overview": "Walter and Skyler attend a former colleague's party. Jesse tries to free himself from the drugs, while Skyler organizes an intervention.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/82G3wZgEvZLKcte6yoZJahUWBtx.jpg", + "vote_average": 7.853, + "vote_count": 34, + "crew": [ + { + "id": 1218856, + "credit_id": "52542278760ee31328000aea", + "name": "Patty Lin", + "department": "Writing", + "job": "Writer", + "profile_path": null + }, + { + "id": 1215145, + "credit_id": "5603c49292514122c00042fc", + "name": "Tricia Brock", + "department": "Directing", + "job": "Director", + "profile_path": null + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280074, + "credit_id": "52b7051619c29533d00e8c79", + "name": "Kelley Dixon", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 23429, + "name": "Adam Godley", + "credit_id": "527444c1760ee3572208fbc2", + "character": "Elliott Schwartz", + "order": 182, + "gender": 2, + "profile_path": "/bpS9H0TYn67BMGBNv32180j8LX7.jpg" + }, + { + "id": 191202, + "name": "Matt Jones", + "credit_id": "52744535760ee3572209100e", + "character": "Badger", + "order": 182, + "gender": 2, + "profile_path": "/2lNxOvmJbu07eK8B3AZsPnNP8wa.jpg" + }, + { + "id": 14984, + "name": "Jessica Hecht", + "credit_id": "52542275760ee31328000768", + "character": "Gretchen Schwartz", + "order": 182, + "gender": 1, + "profile_path": "/jT5k2BLOEXaRF94ZV9plQBV6mAL.jpg" + }, + { + "id": 209680, + "name": "Frederic Doss", + "credit_id": "54e89b13c3a36836e0001dc9", + "character": "Off Duty Cop", + "order": 180, + "gender": 0, + "profile_path": "/nOZmclIokEu23scnGvzKNNNxI7d.jpg" + }, + { + "id": 59303, + "name": "Marc Mouchet", + "credit_id": "527445f5760ee357130849b9", + "character": "Farley", + "order": 44, + "gender": 2, + "profile_path": null + }, + { + "id": 202830, + "name": "William Sterchi", + "credit_id": "527445a9760ee356ff077e53", + "character": "Manager", + "order": 43, + "gender": 2, + "profile_path": "/6Pbp5BWDPZ7NhkcnjTkUhKEx3QU.jpg" + } + ] + }, + { + "air_date": "2008-03-02", + "episode_number": 6, + "id": 62090, + "name": "Crazy Handful of Nothin'", + "overview": "The side effects of chemo begin to plague Walt. Meanwhile, the DEA rounds up suspected dealers.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/hyYwqbmcHn3fuxWE3h4IhZZbkU3.jpg", + "vote_average": 8.618, + "vote_count": 34, + "crew": [ + { + "id": 1223193, + "credit_id": "52542279760ee31328000b45", + "name": "George Mastras", + "department": "Writing", + "job": "Writer", + "profile_path": null + }, + { + "id": 18320, + "credit_id": "52542279760ee31328000b61", + "name": "Bronwen Hughes", + "department": "Directing", + "job": "Director", + "profile_path": "/eOCUyOpDGsliiWA3c5qc2CGS5he.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1123195, + "credit_id": "52b705e619c2955a1f0c895b", + "name": "Skip MacDonald", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 82945, + "name": "Charles Baker", + "credit_id": "52744007760ee356f6076365", + "character": "Skinny Pete", + "order": 182, + "gender": 0, + "profile_path": "/lZ5fOVbTVvHkpSX9PUXNfkYLPUt.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "gender": 0, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "gender": 0, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 210057, + "name": "Judith Rane", + "credit_id": "52744834760ee37c3e010cc7", + "character": "Office Manager", + "order": 61, + "gender": 0, + "profile_path": null + }, + { + "id": 1260529, + "name": "Jesus Jr.", + "credit_id": "527447b3760ee3571308a638", + "character": "No-Doze (as Jesus Payan)", + "order": 52, + "gender": 2, + "profile_path": null + }, + { + "id": 53255, + "name": "Cesar Garcia", + "credit_id": "527447ca760ee356ea08e165", + "character": "Gonzo", + "order": 52, + "gender": 0, + "profile_path": "/6KkknahgOIBaZfz3ip3UV89iVFO.jpg" + }, + { + "id": 1221121, + "name": "Dennis Keiffer", + "credit_id": "52744a4a760ee35a69077c8c", + "character": "Lookout", + "order": 50, + "gender": 0, + "profile_path": "/143Mkx4HaAbnWsCPnYdoWrF0VxU.jpg" + }, + { + "id": 1089016, + "name": "Seri DeYoung", + "credit_id": "52744908760ee35a690730ed", + "character": "Student (as Seraphine DeYoung)", + "order": 49, + "gender": 0, + "profile_path": "/72e1Ka1679fEKNxpYlshJXJhoXh.jpg" + }, + { + "id": 187505, + "name": "Vivian Nesbitt", + "credit_id": "527447f4760ee37c3e00f81f", + "character": "Mrs. Pope", + "order": 47, + "gender": 0, + "profile_path": null + }, + { + "id": 210056, + "name": "Pierre Barrera", + "credit_id": "52744776760ee356ea0892f3", + "character": "Hugo Archuleta", + "order": 44, + "gender": 0, + "profile_path": null + }, + { + "id": 58650, + "name": "Raymond Cruz", + "credit_id": "5254227b760ee31328000cd6", + "character": "Tuco Salamanca", + "order": 44, + "gender": 2, + "profile_path": "/4k0r3xJjgTac5GiJoHDDBVAFYcj.jpg" + } + ] + }, + { + "air_date": "2008-03-09", + "episode_number": 7, + "id": 62091, + "name": "A No-Rough-Stuff Type Deal", + "overview": "Walter accepts his new identity as a drug dealer after a PTA meeting. Elsewhere, Jesse decides to put his aunt's house on the market and Skyler is the recipient of a baby shower.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/1dgFAsajUpUT7DLXgAxHb9GyXHH.jpg", + "vote_average": 7.857, + "vote_count": 35, + "crew": [ + { + "id": 15858, + "credit_id": "5254227b760ee31328000d0c", + "name": "Tim Hunter", + "department": "Directing", + "job": "Director", + "profile_path": "/46BrIP5cvIMUfYDvhhYSqExpN6F.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + }, + { + "id": 24951, + "credit_id": "52542286760ee31328001ab9", + "name": "Peter Gould", + "department": "Writing", + "job": "Writer", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 58650, + "name": "Raymond Cruz", + "credit_id": "5254227b760ee31328000cd6", + "character": "Tuco Salamanca", + "order": 44, + "profile_path": "/4k0r3xJjgTac5GiJoHDDBVAFYcj.jpg" + }, + { + "id": 967071, + "name": "Beth Bailey", + "credit_id": "52744bd7760ee356ff08c286", + "character": "Realtor", + "order": 50, + "profile_path": "/6KuevI6K8VcKJFB6vyuMZ0cPvM7.jpg" + }, + { + "id": 58651, + "name": "Geoffrey Rivas", + "credit_id": "52744c32760ee37c3e01cba4", + "character": "Police Officer", + "order": 51, + "profile_path": "/izch6wDjzbTrFHLeXdudOd7fm3m.jpg" + }, + { + "id": 53255, + "name": "Cesar Garcia", + "credit_id": "527447ca760ee356ea08e165", + "character": "Gonzo", + "order": 52, + "profile_path": "/6KkknahgOIBaZfz3ip3UV89iVFO.jpg" + }, + { + "id": 210154, + "name": "Mike Miller", + "credit_id": "52744cd0760ee357130a126e", + "character": "Jewelry Store Owner", + "order": 52, + "profile_path": "/3J8AfYFOknL9BXDfcvt8cbAnBPR.jpg" + }, + { + "id": 1260529, + "name": "Jesus Jr.", + "credit_id": "527447b3760ee3571308a638", + "character": "No-Doze (as Jesus Payan)", + "order": 52, + "profile_path": null + }, + { + "id": 79211, + "name": "David House", + "credit_id": "5271b65b760ee35b0c090f74", + "character": "Dr. Delcavoli", + "order": 71, + "profile_path": "/pg6JmKwfX0iZHItDUKOwizx5oWL.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + } + ] + } + ], + "name": "Season 1", + "overview": "High school chemistry teacher Walter White's life is suddenly transformed by a dire medical diagnosis. Street-savvy former student Jesse Pinkman \"teaches\" Walter a new trade.", + "id": 3572, + "poster_path": "/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg", + "season_number": 1, + "images": { + "posters": [ + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg", + "height": 1800, + "iso_639_1": "en", + "vote_average": 5.388, + "vote_count": 4, + "width": 1200 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/o5131POxv9xFl3wBmdg0YWc9Iz4.jpg", + "height": 1425, + "iso_639_1": "en", + "vote_average": 5.318, + "vote_count": 3, + "width": 950 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/qMzUt1Sc9RgfcjB1ScD8N3knR70.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/mLPHZocLjPmzACcnvJVaOiM4Sf4.jpg", + "height": 2268, + "iso_639_1": "hu", + "vote_average": 5.312, + "vote_count": 1, + "width": 1512 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/8yHDd0EVpNpWk1VBa9QP4iUmw0v.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.2967032967032974, + "vote_count": 2, + "width": 400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/e5WjVMRr1DOZMnqsm6jRtnmMOTf.jpg", + "height": 1500, + "iso_639_1": "hu", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/4b2BRHmDnb3Ab9WdNZS3zB2zcyG.jpg", + "height": 578, + "iso_639_1": "de", + "vote_average": 5.246, + "vote_count": 2, + "width": 400 + }, + { + "aspect_ratio": 1.0, + "file_path": "/lVbofIPlw3kYa8FQgHT7GtWMI2Q.jpg", + "height": 1000, + "iso_639_1": "nl", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/dHCYpEoHEjAV6Xt3eyNthkdLRl3.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2452025586353948, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/l5s5lfqpdP4uigrZtu5Sg8hfWqG.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/tkZ9bXm9iFNEdZmblSl8rxgpstT.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/m8V6Fm2dV7tNvjCmBpROSU3Zrq4.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/ryreluyqCf6CxlEFbZSceVGw8NL.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/zJV0m4IFtsmF2QsCk4Yrwv5frNn.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/wr0pPDfwn4gNQxjNWpkazhN13tZ.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/6lP6ac4wNmWgtfVvrsl53bMqrKS.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/2lhO5zd1nnf7PjC7dGCUo45Volz.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1062271062271058, + "vote_count": 2, + "width": 400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/kmMkmUOdDzbYNFKkMLSRpxEgsvQ.jpg", + "height": 3000, + "iso_639_1": "es", + "vote_average": 0.0, + "vote_count": 0, + "width": 2000 + }, + { + "aspect_ratio": 0.68, + "file_path": "/pD4gCQunvD921tOz4QZBX2Zdk7H.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/fRlrqBPD0jf7WS3c1kdd4NTpE3c.jpg", + "height": 578, + "iso_639_1": "pt", + "vote_average": 0.0, + "vote_count": 0, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/dwuLNYvZR0n22tHx5a14mhq4ysn.jpg", + "height": 578, + "iso_639_1": "fr", + "vote_average": 0.0, + "vote_count": 0, + "width": 400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/wyYKXa7ebhUjgGZOGQ5Qx3c7DUB.jpg", + "height": 1395, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 930 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/oW0G4MKWcyNaRGckZf8WRFyO5cH.jpg", + "height": 578, + "iso_639_1": "zu", + "vote_average": 0.0, + "vote_count": 0, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/bQkJ7THLSk3wBKK8ziGWwvk7TUJ.jpg", + "height": 578, + "iso_639_1": "pt", + "vote_average": 0.0, + "vote_count": 0, + "width": 400 + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:16.5912752Z", + "ReducedUri": "/3/tv/1396/season/1?append_to_response=videos", + "RespData": { + "_id": "52542272760ee313280005f8", + "air_date": "2008-01-20", + "episodes": [ + { + "air_date": "2008-01-20", + "episode_number": 1, + "id": 62085, + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 66633, + "credit_id": "52542275760ee313280006e8", + "name": "Vince Gilligan", + "department": "Directing", + "job": "Director", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 2483, + "credit_id": "52b7029219c29533d00dd2c1", + "name": "John Toll", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1223192, + "name": "Roberta Marquez Seret", + "credit_id": "56846abbc3a36836280008d4", + "character": "Chad's Girlfriend", + "order": 180, + "profile_path": null + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 1223197, + "name": "Marius Stan", + "credit_id": "5272587a760ee3045009ddec", + "character": "Bogdan Wolynetz", + "order": 112, + "profile_path": null + }, + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 161591, + "name": "Gregory Chase", + "credit_id": "52725cb1760ee3044d0b9984", + "character": "Dr. Belknap (as Greg Chase)", + "order": 33, + "profile_path": null + }, + { + "id": 1216132, + "name": "Aaron Hill", + "credit_id": "52542275760ee313280006b4", + "character": "Jock", + "order": 3, + "profile_path": "/vTqz2FIutFJPG73j7gFDTWomTbb.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ] + }, + { + "air_date": "2008-01-27", + "episode_number": 2, + "id": 62086, + "name": "The Cat's in the Bag", + "overview": "Walt and Jesse attempt to tie up loose ends. The desperate situation gets more complicated with the flip of a coin. Walt's wife, Skyler, becomes suspicious of Walt's strange behavior.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/tjDNvbokPLtEnpFyFPyXMOd6Zr1.jpg", + "vote_average": 7.788, + "vote_count": 40, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 111338, + "credit_id": "52542275760ee31328000725", + "name": "Adam Bernstein", + "department": "Directing", + "job": "Director", + "profile_path": "/h5TqewYvopqv2AeZytYcrMSupqu.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ] + }, + { + "air_date": "2008-02-10", + "episode_number": 3, + "id": 62087, + "name": "...and the Bag's in the River", + "overview": "Walter fights with Jesse over his drug use, causing him to leave Walter alone with their captive, Krazy-8. Meanwhile, Hank has a scared straight moment with Walter Jr. after his aunt discovers he has been smoking pot. Also, Skylar is upset when Walter stays away from home.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/2kBeBlxGqBOdWlKwzAxiwkfU5on.jpg", + "vote_average": 7.527, + "vote_count": 37, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 111338, + "credit_id": "52542275760ee31328000725", + "name": "Adam Bernstein", + "department": "Directing", + "job": "Director", + "profile_path": "/h5TqewYvopqv2AeZytYcrMSupqu.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280074, + "credit_id": "52b7051619c29533d00e8c79", + "name": "Kelley Dixon", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 14984, + "name": "Jessica Hecht", + "credit_id": "52542275760ee31328000768", + "character": "Gretchen Schwartz", + "order": 182, + "profile_path": "/jT5k2BLOEXaRF94ZV9plQBV6mAL.jpg" + } + ] + }, + { + "air_date": "2008-02-17", + "episode_number": 4, + "id": 62088, + "name": "Cancer Man", + "overview": "Walter finally tells his family that he has been stricken with cancer. Meanwhile, the DEA believes Albuquerque has a new, big time player to worry about. Meanwhile, a worthy recipient is the target of a depressed Walter's anger, and Jesse makes a surprise visit to his parents home.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/i5BAJVhuIWfkoSqDID6FnQNCTVc.jpg", + "vote_average": 7.306, + "vote_count": 36, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 205639, + "credit_id": "52542278760ee31328000a9b", + "name": "Jim McKay", + "department": "Directing", + "job": "Director", + "profile_path": "/tpfgY0AanfoxgFQpmZ6qz1QRJpv.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1215836, + "name": "Kyle Bornheimer", + "credit_id": "52743e4d760ee35a69055194", + "character": "Ken Wins", + "order": 37, + "gender": 2, + "profile_path": "/79KUwXqB2FdKqxsAMppkJ8Aa78e.jpg" + }, + { + "id": 220118, + "name": "Benjamin Petry", + "credit_id": "527442eb760ee3572b078715", + "character": "Jake Pinkman (as Ben Petry)", + "order": 40, + "gender": 2, + "profile_path": "/s0CaWbrxL9bhuiQ4F1XN6dWNPaW.jpg" + }, + { + "id": 79211, + "name": "David House", + "credit_id": "5271b65b760ee35b0c090f74", + "character": "Dr. Delcavoli", + "order": 71, + "gender": 0, + "profile_path": "/pg6JmKwfX0iZHItDUKOwizx5oWL.jpg" + }, + { + "id": 41249, + "name": "Tess Harper", + "credit_id": "52542277760ee31328000a61", + "character": "Mrs. Pinkman", + "order": 75, + "gender": 1, + "profile_path": "/gJT9fBX04LjmbOzOzYcNbA2ZLF1.jpg" + }, + { + "id": 95195, + "name": "Michael Bofshever", + "credit_id": "527440ce760ee3570906ada3", + "character": "Mr. Pinkman", + "order": 75, + "gender": 2, + "profile_path": "/wd4CATP5RQTq5iAyTJEC74qkStV.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "gender": 2, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 82945, + "name": "Charles Baker", + "credit_id": "52744007760ee356f6076365", + "character": "Skinny Pete", + "order": 182, + "gender": 2, + "profile_path": "/lZ5fOVbTVvHkpSX9PUXNfkYLPUt.jpg" + } + ] + }, + { + "air_date": "2008-02-24", + "episode_number": 5, + "id": 62089, + "name": "Gray Matter", + "overview": "Walter and Skyler attend a former colleague's party. Jesse tries to free himself from the drugs, while Skyler organizes an intervention.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/82G3wZgEvZLKcte6yoZJahUWBtx.jpg", + "vote_average": 7.853, + "vote_count": 34, + "crew": [ + { + "id": 1218856, + "credit_id": "52542278760ee31328000aea", + "name": "Patty Lin", + "department": "Writing", + "job": "Writer", + "profile_path": null + }, + { + "id": 1215145, + "credit_id": "5603c49292514122c00042fc", + "name": "Tricia Brock", + "department": "Directing", + "job": "Director", + "profile_path": null + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280074, + "credit_id": "52b7051619c29533d00e8c79", + "name": "Kelley Dixon", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 23429, + "name": "Adam Godley", + "credit_id": "527444c1760ee3572208fbc2", + "character": "Elliott Schwartz", + "order": 182, + "gender": 2, + "profile_path": "/bpS9H0TYn67BMGBNv32180j8LX7.jpg" + }, + { + "id": 191202, + "name": "Matt Jones", + "credit_id": "52744535760ee3572209100e", + "character": "Badger", + "order": 182, + "gender": 2, + "profile_path": "/2lNxOvmJbu07eK8B3AZsPnNP8wa.jpg" + }, + { + "id": 14984, + "name": "Jessica Hecht", + "credit_id": "52542275760ee31328000768", + "character": "Gretchen Schwartz", + "order": 182, + "gender": 1, + "profile_path": "/jT5k2BLOEXaRF94ZV9plQBV6mAL.jpg" + }, + { + "id": 209680, + "name": "Frederic Doss", + "credit_id": "54e89b13c3a36836e0001dc9", + "character": "Off Duty Cop", + "order": 180, + "gender": 0, + "profile_path": "/nOZmclIokEu23scnGvzKNNNxI7d.jpg" + }, + { + "id": 59303, + "name": "Marc Mouchet", + "credit_id": "527445f5760ee357130849b9", + "character": "Farley", + "order": 44, + "gender": 2, + "profile_path": null + }, + { + "id": 202830, + "name": "William Sterchi", + "credit_id": "527445a9760ee356ff077e53", + "character": "Manager", + "order": 43, + "gender": 2, + "profile_path": "/6Pbp5BWDPZ7NhkcnjTkUhKEx3QU.jpg" + } + ] + }, + { + "air_date": "2008-03-02", + "episode_number": 6, + "id": 62090, + "name": "Crazy Handful of Nothin'", + "overview": "The side effects of chemo begin to plague Walt. Meanwhile, the DEA rounds up suspected dealers.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/hyYwqbmcHn3fuxWE3h4IhZZbkU3.jpg", + "vote_average": 8.618, + "vote_count": 34, + "crew": [ + { + "id": 1223193, + "credit_id": "52542279760ee31328000b45", + "name": "George Mastras", + "department": "Writing", + "job": "Writer", + "profile_path": null + }, + { + "id": 18320, + "credit_id": "52542279760ee31328000b61", + "name": "Bronwen Hughes", + "department": "Directing", + "job": "Director", + "profile_path": "/eOCUyOpDGsliiWA3c5qc2CGS5he.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1123195, + "credit_id": "52b705e619c2955a1f0c895b", + "name": "Skip MacDonald", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 82945, + "name": "Charles Baker", + "credit_id": "52744007760ee356f6076365", + "character": "Skinny Pete", + "order": 182, + "gender": 0, + "profile_path": "/lZ5fOVbTVvHkpSX9PUXNfkYLPUt.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "gender": 0, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "gender": 0, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 210057, + "name": "Judith Rane", + "credit_id": "52744834760ee37c3e010cc7", + "character": "Office Manager", + "order": 61, + "gender": 0, + "profile_path": null + }, + { + "id": 1260529, + "name": "Jesus Jr.", + "credit_id": "527447b3760ee3571308a638", + "character": "No-Doze (as Jesus Payan)", + "order": 52, + "gender": 2, + "profile_path": null + }, + { + "id": 53255, + "name": "Cesar Garcia", + "credit_id": "527447ca760ee356ea08e165", + "character": "Gonzo", + "order": 52, + "gender": 0, + "profile_path": "/6KkknahgOIBaZfz3ip3UV89iVFO.jpg" + }, + { + "id": 1221121, + "name": "Dennis Keiffer", + "credit_id": "52744a4a760ee35a69077c8c", + "character": "Lookout", + "order": 50, + "gender": 0, + "profile_path": "/143Mkx4HaAbnWsCPnYdoWrF0VxU.jpg" + }, + { + "id": 1089016, + "name": "Seri DeYoung", + "credit_id": "52744908760ee35a690730ed", + "character": "Student (as Seraphine DeYoung)", + "order": 49, + "gender": 0, + "profile_path": "/72e1Ka1679fEKNxpYlshJXJhoXh.jpg" + }, + { + "id": 187505, + "name": "Vivian Nesbitt", + "credit_id": "527447f4760ee37c3e00f81f", + "character": "Mrs. Pope", + "order": 47, + "gender": 0, + "profile_path": null + }, + { + "id": 210056, + "name": "Pierre Barrera", + "credit_id": "52744776760ee356ea0892f3", + "character": "Hugo Archuleta", + "order": 44, + "gender": 0, + "profile_path": null + }, + { + "id": 58650, + "name": "Raymond Cruz", + "credit_id": "5254227b760ee31328000cd6", + "character": "Tuco Salamanca", + "order": 44, + "gender": 2, + "profile_path": "/4k0r3xJjgTac5GiJoHDDBVAFYcj.jpg" + } + ] + }, + { + "air_date": "2008-03-09", + "episode_number": 7, + "id": 62091, + "name": "A No-Rough-Stuff Type Deal", + "overview": "Walter accepts his new identity as a drug dealer after a PTA meeting. Elsewhere, Jesse decides to put his aunt's house on the market and Skyler is the recipient of a baby shower.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/1dgFAsajUpUT7DLXgAxHb9GyXHH.jpg", + "vote_average": 7.857, + "vote_count": 35, + "crew": [ + { + "id": 15858, + "credit_id": "5254227b760ee31328000d0c", + "name": "Tim Hunter", + "department": "Directing", + "job": "Director", + "profile_path": "/46BrIP5cvIMUfYDvhhYSqExpN6F.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + }, + { + "id": 24951, + "credit_id": "52542286760ee31328001ab9", + "name": "Peter Gould", + "department": "Writing", + "job": "Writer", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 58650, + "name": "Raymond Cruz", + "credit_id": "5254227b760ee31328000cd6", + "character": "Tuco Salamanca", + "order": 44, + "profile_path": "/4k0r3xJjgTac5GiJoHDDBVAFYcj.jpg" + }, + { + "id": 967071, + "name": "Beth Bailey", + "credit_id": "52744bd7760ee356ff08c286", + "character": "Realtor", + "order": 50, + "profile_path": "/6KuevI6K8VcKJFB6vyuMZ0cPvM7.jpg" + }, + { + "id": 58651, + "name": "Geoffrey Rivas", + "credit_id": "52744c32760ee37c3e01cba4", + "character": "Police Officer", + "order": 51, + "profile_path": "/izch6wDjzbTrFHLeXdudOd7fm3m.jpg" + }, + { + "id": 53255, + "name": "Cesar Garcia", + "credit_id": "527447ca760ee356ea08e165", + "character": "Gonzo", + "order": 52, + "profile_path": "/6KkknahgOIBaZfz3ip3UV89iVFO.jpg" + }, + { + "id": 210154, + "name": "Mike Miller", + "credit_id": "52744cd0760ee357130a126e", + "character": "Jewelry Store Owner", + "order": 52, + "profile_path": "/3J8AfYFOknL9BXDfcvt8cbAnBPR.jpg" + }, + { + "id": 1260529, + "name": "Jesus Jr.", + "credit_id": "527447b3760ee3571308a638", + "character": "No-Doze (as Jesus Payan)", + "order": 52, + "profile_path": null + }, + { + "id": 79211, + "name": "David House", + "credit_id": "5271b65b760ee35b0c090f74", + "character": "Dr. Delcavoli", + "order": 71, + "profile_path": "/pg6JmKwfX0iZHItDUKOwizx5oWL.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + } + ] + } + ], + "name": "Season 1", + "overview": "High school chemistry teacher Walter White's life is suddenly transformed by a dire medical diagnosis. Street-savvy former student Jesse Pinkman \"teaches\" Walter a new trade.", + "id": 3572, + "poster_path": "/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg", + "season_number": 1, + "videos": { + "results": [] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:16.758748Z", + "ReducedUri": "/3/tv/1396/season/1?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&append_to_response=account_states", + "RespData": { + "_id": "52542272760ee313280005f8", + "air_date": "2008-01-20", + "episodes": [ + { + "air_date": "2008-01-20", + "episode_number": 1, + "id": 62085, + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 66633, + "credit_id": "52542275760ee313280006e8", + "name": "Vince Gilligan", + "department": "Directing", + "job": "Director", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 2483, + "credit_id": "52b7029219c29533d00dd2c1", + "name": "John Toll", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1223192, + "name": "Roberta Marquez Seret", + "credit_id": "56846abbc3a36836280008d4", + "character": "Chad's Girlfriend", + "order": 180, + "profile_path": null + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 1223197, + "name": "Marius Stan", + "credit_id": "5272587a760ee3045009ddec", + "character": "Bogdan Wolynetz", + "order": 112, + "profile_path": null + }, + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 161591, + "name": "Gregory Chase", + "credit_id": "52725cb1760ee3044d0b9984", + "character": "Dr. Belknap (as Greg Chase)", + "order": 33, + "profile_path": null + }, + { + "id": 1216132, + "name": "Aaron Hill", + "credit_id": "52542275760ee313280006b4", + "character": "Jock", + "order": 3, + "profile_path": "/vTqz2FIutFJPG73j7gFDTWomTbb.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ] + }, + { + "air_date": "2008-01-27", + "episode_number": 2, + "id": 62086, + "name": "The Cat's in the Bag", + "overview": "Walt and Jesse attempt to tie up loose ends. The desperate situation gets more complicated with the flip of a coin. Walt's wife, Skyler, becomes suspicious of Walt's strange behavior.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/tjDNvbokPLtEnpFyFPyXMOd6Zr1.jpg", + "vote_average": 7.788, + "vote_count": 40, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 111338, + "credit_id": "52542275760ee31328000725", + "name": "Adam Bernstein", + "department": "Directing", + "job": "Director", + "profile_path": "/h5TqewYvopqv2AeZytYcrMSupqu.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ] + }, + { + "air_date": "2008-02-10", + "episode_number": 3, + "id": 62087, + "name": "...and the Bag's in the River", + "overview": "Walter fights with Jesse over his drug use, causing him to leave Walter alone with their captive, Krazy-8. Meanwhile, Hank has a scared straight moment with Walter Jr. after his aunt discovers he has been smoking pot. Also, Skylar is upset when Walter stays away from home.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/2kBeBlxGqBOdWlKwzAxiwkfU5on.jpg", + "vote_average": 7.527, + "vote_count": 37, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 111338, + "credit_id": "52542275760ee31328000725", + "name": "Adam Bernstein", + "department": "Directing", + "job": "Director", + "profile_path": "/h5TqewYvopqv2AeZytYcrMSupqu.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280074, + "credit_id": "52b7051619c29533d00e8c79", + "name": "Kelley Dixon", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 14984, + "name": "Jessica Hecht", + "credit_id": "52542275760ee31328000768", + "character": "Gretchen Schwartz", + "order": 182, + "profile_path": "/jT5k2BLOEXaRF94ZV9plQBV6mAL.jpg" + } + ] + }, + { + "air_date": "2008-02-17", + "episode_number": 4, + "id": 62088, + "name": "Cancer Man", + "overview": "Walter finally tells his family that he has been stricken with cancer. Meanwhile, the DEA believes Albuquerque has a new, big time player to worry about. Meanwhile, a worthy recipient is the target of a depressed Walter's anger, and Jesse makes a surprise visit to his parents home.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/i5BAJVhuIWfkoSqDID6FnQNCTVc.jpg", + "vote_average": 7.306, + "vote_count": 36, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 205639, + "credit_id": "52542278760ee31328000a9b", + "name": "Jim McKay", + "department": "Directing", + "job": "Director", + "profile_path": "/tpfgY0AanfoxgFQpmZ6qz1QRJpv.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1215836, + "name": "Kyle Bornheimer", + "credit_id": "52743e4d760ee35a69055194", + "character": "Ken Wins", + "order": 37, + "gender": 2, + "profile_path": "/79KUwXqB2FdKqxsAMppkJ8Aa78e.jpg" + }, + { + "id": 220118, + "name": "Benjamin Petry", + "credit_id": "527442eb760ee3572b078715", + "character": "Jake Pinkman (as Ben Petry)", + "order": 40, + "gender": 2, + "profile_path": "/s0CaWbrxL9bhuiQ4F1XN6dWNPaW.jpg" + }, + { + "id": 79211, + "name": "David House", + "credit_id": "5271b65b760ee35b0c090f74", + "character": "Dr. Delcavoli", + "order": 71, + "gender": 0, + "profile_path": "/pg6JmKwfX0iZHItDUKOwizx5oWL.jpg" + }, + { + "id": 41249, + "name": "Tess Harper", + "credit_id": "52542277760ee31328000a61", + "character": "Mrs. Pinkman", + "order": 75, + "gender": 1, + "profile_path": "/gJT9fBX04LjmbOzOzYcNbA2ZLF1.jpg" + }, + { + "id": 95195, + "name": "Michael Bofshever", + "credit_id": "527440ce760ee3570906ada3", + "character": "Mr. Pinkman", + "order": 75, + "gender": 2, + "profile_path": "/wd4CATP5RQTq5iAyTJEC74qkStV.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "gender": 2, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 82945, + "name": "Charles Baker", + "credit_id": "52744007760ee356f6076365", + "character": "Skinny Pete", + "order": 182, + "gender": 2, + "profile_path": "/lZ5fOVbTVvHkpSX9PUXNfkYLPUt.jpg" + } + ] + }, + { + "air_date": "2008-02-24", + "episode_number": 5, + "id": 62089, + "name": "Gray Matter", + "overview": "Walter and Skyler attend a former colleague's party. Jesse tries to free himself from the drugs, while Skyler organizes an intervention.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/82G3wZgEvZLKcte6yoZJahUWBtx.jpg", + "vote_average": 7.853, + "vote_count": 34, + "crew": [ + { + "id": 1218856, + "credit_id": "52542278760ee31328000aea", + "name": "Patty Lin", + "department": "Writing", + "job": "Writer", + "profile_path": null + }, + { + "id": 1215145, + "credit_id": "5603c49292514122c00042fc", + "name": "Tricia Brock", + "department": "Directing", + "job": "Director", + "profile_path": null + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280074, + "credit_id": "52b7051619c29533d00e8c79", + "name": "Kelley Dixon", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 23429, + "name": "Adam Godley", + "credit_id": "527444c1760ee3572208fbc2", + "character": "Elliott Schwartz", + "order": 182, + "gender": 2, + "profile_path": "/bpS9H0TYn67BMGBNv32180j8LX7.jpg" + }, + { + "id": 191202, + "name": "Matt Jones", + "credit_id": "52744535760ee3572209100e", + "character": "Badger", + "order": 182, + "gender": 2, + "profile_path": "/2lNxOvmJbu07eK8B3AZsPnNP8wa.jpg" + }, + { + "id": 14984, + "name": "Jessica Hecht", + "credit_id": "52542275760ee31328000768", + "character": "Gretchen Schwartz", + "order": 182, + "gender": 1, + "profile_path": "/jT5k2BLOEXaRF94ZV9plQBV6mAL.jpg" + }, + { + "id": 209680, + "name": "Frederic Doss", + "credit_id": "54e89b13c3a36836e0001dc9", + "character": "Off Duty Cop", + "order": 180, + "gender": 0, + "profile_path": "/nOZmclIokEu23scnGvzKNNNxI7d.jpg" + }, + { + "id": 59303, + "name": "Marc Mouchet", + "credit_id": "527445f5760ee357130849b9", + "character": "Farley", + "order": 44, + "gender": 2, + "profile_path": null + }, + { + "id": 202830, + "name": "William Sterchi", + "credit_id": "527445a9760ee356ff077e53", + "character": "Manager", + "order": 43, + "gender": 2, + "profile_path": "/6Pbp5BWDPZ7NhkcnjTkUhKEx3QU.jpg" + } + ] + }, + { + "air_date": "2008-03-02", + "episode_number": 6, + "id": 62090, + "name": "Crazy Handful of Nothin'", + "overview": "The side effects of chemo begin to plague Walt. Meanwhile, the DEA rounds up suspected dealers.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/hyYwqbmcHn3fuxWE3h4IhZZbkU3.jpg", + "vote_average": 8.618, + "vote_count": 34, + "crew": [ + { + "id": 1223193, + "credit_id": "52542279760ee31328000b45", + "name": "George Mastras", + "department": "Writing", + "job": "Writer", + "profile_path": null + }, + { + "id": 18320, + "credit_id": "52542279760ee31328000b61", + "name": "Bronwen Hughes", + "department": "Directing", + "job": "Director", + "profile_path": "/eOCUyOpDGsliiWA3c5qc2CGS5he.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1123195, + "credit_id": "52b705e619c2955a1f0c895b", + "name": "Skip MacDonald", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 82945, + "name": "Charles Baker", + "credit_id": "52744007760ee356f6076365", + "character": "Skinny Pete", + "order": 182, + "gender": 0, + "profile_path": "/lZ5fOVbTVvHkpSX9PUXNfkYLPUt.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "gender": 0, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "gender": 0, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 210057, + "name": "Judith Rane", + "credit_id": "52744834760ee37c3e010cc7", + "character": "Office Manager", + "order": 61, + "gender": 0, + "profile_path": null + }, + { + "id": 1260529, + "name": "Jesus Jr.", + "credit_id": "527447b3760ee3571308a638", + "character": "No-Doze (as Jesus Payan)", + "order": 52, + "gender": 2, + "profile_path": null + }, + { + "id": 53255, + "name": "Cesar Garcia", + "credit_id": "527447ca760ee356ea08e165", + "character": "Gonzo", + "order": 52, + "gender": 0, + "profile_path": "/6KkknahgOIBaZfz3ip3UV89iVFO.jpg" + }, + { + "id": 1221121, + "name": "Dennis Keiffer", + "credit_id": "52744a4a760ee35a69077c8c", + "character": "Lookout", + "order": 50, + "gender": 0, + "profile_path": "/143Mkx4HaAbnWsCPnYdoWrF0VxU.jpg" + }, + { + "id": 1089016, + "name": "Seri DeYoung", + "credit_id": "52744908760ee35a690730ed", + "character": "Student (as Seraphine DeYoung)", + "order": 49, + "gender": 0, + "profile_path": "/72e1Ka1679fEKNxpYlshJXJhoXh.jpg" + }, + { + "id": 187505, + "name": "Vivian Nesbitt", + "credit_id": "527447f4760ee37c3e00f81f", + "character": "Mrs. Pope", + "order": 47, + "gender": 0, + "profile_path": null + }, + { + "id": 210056, + "name": "Pierre Barrera", + "credit_id": "52744776760ee356ea0892f3", + "character": "Hugo Archuleta", + "order": 44, + "gender": 0, + "profile_path": null + }, + { + "id": 58650, + "name": "Raymond Cruz", + "credit_id": "5254227b760ee31328000cd6", + "character": "Tuco Salamanca", + "order": 44, + "gender": 2, + "profile_path": "/4k0r3xJjgTac5GiJoHDDBVAFYcj.jpg" + } + ] + }, + { + "air_date": "2008-03-09", + "episode_number": 7, + "id": 62091, + "name": "A No-Rough-Stuff Type Deal", + "overview": "Walter accepts his new identity as a drug dealer after a PTA meeting. Elsewhere, Jesse decides to put his aunt's house on the market and Skyler is the recipient of a baby shower.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/1dgFAsajUpUT7DLXgAxHb9GyXHH.jpg", + "vote_average": 7.857, + "vote_count": 35, + "crew": [ + { + "id": 15858, + "credit_id": "5254227b760ee31328000d0c", + "name": "Tim Hunter", + "department": "Directing", + "job": "Director", + "profile_path": "/46BrIP5cvIMUfYDvhhYSqExpN6F.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + }, + { + "id": 24951, + "credit_id": "52542286760ee31328001ab9", + "name": "Peter Gould", + "department": "Writing", + "job": "Writer", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 58650, + "name": "Raymond Cruz", + "credit_id": "5254227b760ee31328000cd6", + "character": "Tuco Salamanca", + "order": 44, + "profile_path": "/4k0r3xJjgTac5GiJoHDDBVAFYcj.jpg" + }, + { + "id": 967071, + "name": "Beth Bailey", + "credit_id": "52744bd7760ee356ff08c286", + "character": "Realtor", + "order": 50, + "profile_path": "/6KuevI6K8VcKJFB6vyuMZ0cPvM7.jpg" + }, + { + "id": 58651, + "name": "Geoffrey Rivas", + "credit_id": "52744c32760ee37c3e01cba4", + "character": "Police Officer", + "order": 51, + "profile_path": "/izch6wDjzbTrFHLeXdudOd7fm3m.jpg" + }, + { + "id": 53255, + "name": "Cesar Garcia", + "credit_id": "527447ca760ee356ea08e165", + "character": "Gonzo", + "order": 52, + "profile_path": "/6KkknahgOIBaZfz3ip3UV89iVFO.jpg" + }, + { + "id": 210154, + "name": "Mike Miller", + "credit_id": "52744cd0760ee357130a126e", + "character": "Jewelry Store Owner", + "order": 52, + "profile_path": "/3J8AfYFOknL9BXDfcvt8cbAnBPR.jpg" + }, + { + "id": 1260529, + "name": "Jesus Jr.", + "credit_id": "527447b3760ee3571308a638", + "character": "No-Doze (as Jesus Payan)", + "order": 52, + "profile_path": null + }, + { + "id": 79211, + "name": "David House", + "credit_id": "5271b65b760ee35b0c090f74", + "character": "Dr. Delcavoli", + "order": 71, + "profile_path": "/pg6JmKwfX0iZHItDUKOwizx5oWL.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + } + ] + } + ], + "name": "Season 1", + "overview": "High school chemistry teacher Walter White's life is suddenly transformed by a dire medical diagnosis. Street-savvy former student Jesse Pinkman \"teaches\" Walter a new trade.", + "id": 3572, + "poster_path": "/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg", + "season_number": 1, + "account_states": { + "results": [ + { + "id": 62085, + "episode_number": 1, + "rated": false + }, + { + "id": 62086, + "episode_number": 2, + "rated": false + }, + { + "id": 62087, + "episode_number": 3, + "rated": false + }, + { + "id": 62088, + "episode_number": 4, + "rated": false + }, + { + "id": 62089, + "episode_number": 5, + "rated": false + }, + { + "id": 62090, + "episode_number": 6, + "rated": false + }, + { + "id": 62091, + "episode_number": 7, + "rated": false + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:09.31079Z", + "ReducedUri": "/3/tv/1396/season/1?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&append_to_response=credits%2cimages%2cexternal_ids%2cvideos%2caccount_states", + "RespData": { + "_id": "52542272760ee313280005f8", + "air_date": "2008-01-20", + "episodes": [ + { + "air_date": "2008-01-20", + "episode_number": 1, + "id": 62085, + "name": "Pilot", + "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + "vote_average": 7.701, + "vote_count": 117, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 66633, + "credit_id": "52542275760ee313280006e8", + "name": "Vince Gilligan", + "department": "Directing", + "job": "Director", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 2483, + "credit_id": "52b7029219c29533d00dd2c1", + "name": "John Toll", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1223192, + "name": "Roberta Marquez Seret", + "credit_id": "56846abbc3a36836280008d4", + "character": "Chad's Girlfriend", + "order": 180, + "profile_path": null + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 1223197, + "name": "Marius Stan", + "credit_id": "5272587a760ee3045009ddec", + "character": "Bogdan Wolynetz", + "order": 112, + "profile_path": null + }, + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 161591, + "name": "Gregory Chase", + "credit_id": "52725cb1760ee3044d0b9984", + "character": "Dr. Belknap (as Greg Chase)", + "order": 33, + "profile_path": null + }, + { + "id": 1216132, + "name": "Aaron Hill", + "credit_id": "52542275760ee313280006b4", + "character": "Jock", + "order": 3, + "profile_path": "/vTqz2FIutFJPG73j7gFDTWomTbb.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ] + }, + { + "air_date": "2008-01-27", + "episode_number": 2, + "id": 62086, + "name": "The Cat's in the Bag", + "overview": "Walt and Jesse attempt to tie up loose ends. The desperate situation gets more complicated with the flip of a coin. Walt's wife, Skyler, becomes suspicious of Walt's strange behavior.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/tjDNvbokPLtEnpFyFPyXMOd6Zr1.jpg", + "vote_average": 7.788, + "vote_count": 40, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 111338, + "credit_id": "52542275760ee31328000725", + "name": "Adam Bernstein", + "department": "Directing", + "job": "Director", + "profile_path": "/h5TqewYvopqv2AeZytYcrMSupqu.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 92495, + "name": "John Koyama", + "credit_id": "52542273760ee3132800068e", + "character": "Emilio Koyama", + "order": 1, + "profile_path": "/zQzzznIbjEth6ggKTE4DdCRZHXz.jpg" + } + ] + }, + { + "air_date": "2008-02-10", + "episode_number": 3, + "id": 62087, + "name": "...and the Bag's in the River", + "overview": "Walter fights with Jesse over his drug use, causing him to leave Walter alone with their captive, Krazy-8. Meanwhile, Hank has a scared straight moment with Walter Jr. after his aunt discovers he has been smoking pot. Also, Skylar is upset when Walter stays away from home.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/2kBeBlxGqBOdWlKwzAxiwkfU5on.jpg", + "vote_average": 7.527, + "vote_count": 37, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 111338, + "credit_id": "52542275760ee31328000725", + "name": "Adam Bernstein", + "department": "Directing", + "job": "Director", + "profile_path": "/h5TqewYvopqv2AeZytYcrMSupqu.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280074, + "credit_id": "52b7051619c29533d00e8c79", + "name": "Kelley Dixon", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1046460, + "name": "Max Arciniega", + "credit_id": "52725845760ee3046b09426e", + "character": "Krazy-8", + "order": 38, + "profile_path": "/hRyw2cglnWU42vHZUag7b9dIf4u.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 14984, + "name": "Jessica Hecht", + "credit_id": "52542275760ee31328000768", + "character": "Gretchen Schwartz", + "order": 182, + "profile_path": "/jT5k2BLOEXaRF94ZV9plQBV6mAL.jpg" + } + ] + }, + { + "air_date": "2008-02-17", + "episode_number": 4, + "id": 62088, + "name": "Cancer Man", + "overview": "Walter finally tells his family that he has been stricken with cancer. Meanwhile, the DEA believes Albuquerque has a new, big time player to worry about. Meanwhile, a worthy recipient is the target of a depressed Walter's anger, and Jesse makes a surprise visit to his parents home.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/i5BAJVhuIWfkoSqDID6FnQNCTVc.jpg", + "vote_average": 7.306, + "vote_count": 36, + "crew": [ + { + "id": 66633, + "credit_id": "52542275760ee313280006ce", + "name": "Vince Gilligan", + "department": "Writing", + "job": "Writer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "id": 205639, + "credit_id": "52542278760ee31328000a9b", + "name": "Jim McKay", + "department": "Directing", + "job": "Director", + "profile_path": "/tpfgY0AanfoxgFQpmZ6qz1QRJpv.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1215836, + "name": "Kyle Bornheimer", + "credit_id": "52743e4d760ee35a69055194", + "character": "Ken Wins", + "order": 37, + "gender": 2, + "profile_path": "/79KUwXqB2FdKqxsAMppkJ8Aa78e.jpg" + }, + { + "id": 220118, + "name": "Benjamin Petry", + "credit_id": "527442eb760ee3572b078715", + "character": "Jake Pinkman (as Ben Petry)", + "order": 40, + "gender": 2, + "profile_path": "/s0CaWbrxL9bhuiQ4F1XN6dWNPaW.jpg" + }, + { + "id": 79211, + "name": "David House", + "credit_id": "5271b65b760ee35b0c090f74", + "character": "Dr. Delcavoli", + "order": 71, + "gender": 0, + "profile_path": "/pg6JmKwfX0iZHItDUKOwizx5oWL.jpg" + }, + { + "id": 41249, + "name": "Tess Harper", + "credit_id": "52542277760ee31328000a61", + "character": "Mrs. Pinkman", + "order": 75, + "gender": 1, + "profile_path": "/gJT9fBX04LjmbOzOzYcNbA2ZLF1.jpg" + }, + { + "id": 95195, + "name": "Michael Bofshever", + "credit_id": "527440ce760ee3570906ada3", + "character": "Mr. Pinkman", + "order": 75, + "gender": 2, + "profile_path": "/wd4CATP5RQTq5iAyTJEC74qkStV.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "gender": 2, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 82945, + "name": "Charles Baker", + "credit_id": "52744007760ee356f6076365", + "character": "Skinny Pete", + "order": 182, + "gender": 2, + "profile_path": "/lZ5fOVbTVvHkpSX9PUXNfkYLPUt.jpg" + } + ] + }, + { + "air_date": "2008-02-24", + "episode_number": 5, + "id": 62089, + "name": "Gray Matter", + "overview": "Walter and Skyler attend a former colleague's party. Jesse tries to free himself from the drugs, while Skyler organizes an intervention.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/82G3wZgEvZLKcte6yoZJahUWBtx.jpg", + "vote_average": 7.853, + "vote_count": 34, + "crew": [ + { + "id": 1218856, + "credit_id": "52542278760ee31328000aea", + "name": "Patty Lin", + "department": "Writing", + "job": "Writer", + "profile_path": null + }, + { + "id": 1215145, + "credit_id": "5603c49292514122c00042fc", + "name": "Tricia Brock", + "department": "Directing", + "job": "Director", + "profile_path": null + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280074, + "credit_id": "52b7051619c29533d00e8c79", + "name": "Kelley Dixon", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 23429, + "name": "Adam Godley", + "credit_id": "527444c1760ee3572208fbc2", + "character": "Elliott Schwartz", + "order": 182, + "gender": 2, + "profile_path": "/bpS9H0TYn67BMGBNv32180j8LX7.jpg" + }, + { + "id": 191202, + "name": "Matt Jones", + "credit_id": "52744535760ee3572209100e", + "character": "Badger", + "order": 182, + "gender": 2, + "profile_path": "/2lNxOvmJbu07eK8B3AZsPnNP8wa.jpg" + }, + { + "id": 14984, + "name": "Jessica Hecht", + "credit_id": "52542275760ee31328000768", + "character": "Gretchen Schwartz", + "order": 182, + "gender": 1, + "profile_path": "/jT5k2BLOEXaRF94ZV9plQBV6mAL.jpg" + }, + { + "id": 209680, + "name": "Frederic Doss", + "credit_id": "54e89b13c3a36836e0001dc9", + "character": "Off Duty Cop", + "order": 180, + "gender": 0, + "profile_path": "/nOZmclIokEu23scnGvzKNNNxI7d.jpg" + }, + { + "id": 59303, + "name": "Marc Mouchet", + "credit_id": "527445f5760ee357130849b9", + "character": "Farley", + "order": 44, + "gender": 2, + "profile_path": null + }, + { + "id": 202830, + "name": "William Sterchi", + "credit_id": "527445a9760ee356ff077e53", + "character": "Manager", + "order": 43, + "gender": 2, + "profile_path": "/6Pbp5BWDPZ7NhkcnjTkUhKEx3QU.jpg" + } + ] + }, + { + "air_date": "2008-03-02", + "episode_number": 6, + "id": 62090, + "name": "Crazy Handful of Nothin'", + "overview": "The side effects of chemo begin to plague Walt. Meanwhile, the DEA rounds up suspected dealers.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/hyYwqbmcHn3fuxWE3h4IhZZbkU3.jpg", + "vote_average": 8.618, + "vote_count": 34, + "crew": [ + { + "id": 1223193, + "credit_id": "52542279760ee31328000b45", + "name": "George Mastras", + "department": "Writing", + "job": "Writer", + "profile_path": null + }, + { + "id": 18320, + "credit_id": "52542279760ee31328000b61", + "name": "Bronwen Hughes", + "department": "Directing", + "job": "Director", + "profile_path": "/eOCUyOpDGsliiWA3c5qc2CGS5he.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1123195, + "credit_id": "52b705e619c2955a1f0c895b", + "name": "Skip MacDonald", + "department": "Editing", + "job": "Editor", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 82945, + "name": "Charles Baker", + "credit_id": "52744007760ee356f6076365", + "character": "Skinny Pete", + "order": 182, + "gender": 0, + "profile_path": "/lZ5fOVbTVvHkpSX9PUXNfkYLPUt.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "gender": 0, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + }, + { + "id": 61535, + "name": "Steven Michael Quezada", + "credit_id": "5271b489760ee35b3e0881a7", + "character": "Steven Gomez", + "order": 173, + "gender": 0, + "profile_path": "/dRJsuGKUWlAooFnYEq85SN9C4Nf.jpg" + }, + { + "id": 210057, + "name": "Judith Rane", + "credit_id": "52744834760ee37c3e010cc7", + "character": "Office Manager", + "order": 61, + "gender": 0, + "profile_path": null + }, + { + "id": 1260529, + "name": "Jesus Jr.", + "credit_id": "527447b3760ee3571308a638", + "character": "No-Doze (as Jesus Payan)", + "order": 52, + "gender": 2, + "profile_path": null + }, + { + "id": 53255, + "name": "Cesar Garcia", + "credit_id": "527447ca760ee356ea08e165", + "character": "Gonzo", + "order": 52, + "gender": 0, + "profile_path": "/6KkknahgOIBaZfz3ip3UV89iVFO.jpg" + }, + { + "id": 1221121, + "name": "Dennis Keiffer", + "credit_id": "52744a4a760ee35a69077c8c", + "character": "Lookout", + "order": 50, + "gender": 0, + "profile_path": "/143Mkx4HaAbnWsCPnYdoWrF0VxU.jpg" + }, + { + "id": 1089016, + "name": "Seri DeYoung", + "credit_id": "52744908760ee35a690730ed", + "character": "Student (as Seraphine DeYoung)", + "order": 49, + "gender": 0, + "profile_path": "/72e1Ka1679fEKNxpYlshJXJhoXh.jpg" + }, + { + "id": 187505, + "name": "Vivian Nesbitt", + "credit_id": "527447f4760ee37c3e00f81f", + "character": "Mrs. Pope", + "order": 47, + "gender": 0, + "profile_path": null + }, + { + "id": 210056, + "name": "Pierre Barrera", + "credit_id": "52744776760ee356ea0892f3", + "character": "Hugo Archuleta", + "order": 44, + "gender": 0, + "profile_path": null + }, + { + "id": 58650, + "name": "Raymond Cruz", + "credit_id": "5254227b760ee31328000cd6", + "character": "Tuco Salamanca", + "order": 44, + "gender": 2, + "profile_path": "/4k0r3xJjgTac5GiJoHDDBVAFYcj.jpg" + } + ] + }, + { + "air_date": "2008-03-09", + "episode_number": 7, + "id": 62091, + "name": "A No-Rough-Stuff Type Deal", + "overview": "Walter accepts his new identity as a drug dealer after a PTA meeting. Elsewhere, Jesse decides to put his aunt's house on the market and Skyler is the recipient of a baby shower.", + "production_code": null, + "season_number": 1, + "show_id": 1396, + "still_path": "/1dgFAsajUpUT7DLXgAxHb9GyXHH.jpg", + "vote_average": 7.857, + "vote_count": 35, + "crew": [ + { + "id": 15858, + "credit_id": "5254227b760ee31328000d0c", + "name": "Tim Hunter", + "department": "Directing", + "job": "Director", + "profile_path": "/46BrIP5cvIMUfYDvhhYSqExpN6F.jpg" + }, + { + "id": 17948, + "credit_id": "52b7049c19c2953b63015013", + "name": "Reynaldo Villalobos", + "department": "Camera", + "job": "Director of Photography", + "profile_path": null + }, + { + "id": 1280071, + "credit_id": "52b702ea19c2955402183a66", + "name": "Lynne Willingham", + "department": "Editing", + "job": "Editor", + "profile_path": null + }, + { + "id": 24951, + "credit_id": "52542286760ee31328001ab9", + "name": "Peter Gould", + "department": "Writing", + "job": "Writer", + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 58650, + "name": "Raymond Cruz", + "credit_id": "5254227b760ee31328000cd6", + "character": "Tuco Salamanca", + "order": 44, + "profile_path": "/4k0r3xJjgTac5GiJoHDDBVAFYcj.jpg" + }, + { + "id": 967071, + "name": "Beth Bailey", + "credit_id": "52744bd7760ee356ff08c286", + "character": "Realtor", + "order": 50, + "profile_path": "/6KuevI6K8VcKJFB6vyuMZ0cPvM7.jpg" + }, + { + "id": 58651, + "name": "Geoffrey Rivas", + "credit_id": "52744c32760ee37c3e01cba4", + "character": "Police Officer", + "order": 51, + "profile_path": "/izch6wDjzbTrFHLeXdudOd7fm3m.jpg" + }, + { + "id": 53255, + "name": "Cesar Garcia", + "credit_id": "527447ca760ee356ea08e165", + "character": "Gonzo", + "order": 52, + "profile_path": "/6KkknahgOIBaZfz3ip3UV89iVFO.jpg" + }, + { + "id": 210154, + "name": "Mike Miller", + "credit_id": "52744cd0760ee357130a126e", + "character": "Jewelry Store Owner", + "order": 52, + "profile_path": "/3J8AfYFOknL9BXDfcvt8cbAnBPR.jpg" + }, + { + "id": 1260529, + "name": "Jesus Jr.", + "credit_id": "527447b3760ee3571308a638", + "character": "No-Doze (as Jesus Payan)", + "order": 52, + "profile_path": null + }, + { + "id": 79211, + "name": "David House", + "credit_id": "5271b65b760ee35b0c090f74", + "character": "Dr. Delcavoli", + "order": 71, + "profile_path": "/pg6JmKwfX0iZHItDUKOwizx5oWL.jpg" + }, + { + "id": 115688, + "name": "Carmen Serano", + "credit_id": "52542273760ee31328000676", + "character": "Carmen Molina", + "order": 176, + "profile_path": "/gJOeg4jtRZR5xRBizYX2IibByVj.jpg" + } + ] + } + ], + "name": "Season 1", + "overview": "High school chemistry teacher Walter White's life is suddenly transformed by a dire medical diagnosis. Street-savvy former student Jesse Pinkman \"teaches\" Walter a new trade.", + "id": 3572, + "poster_path": "/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg", + "season_number": 1, + "credits": { + "cast": [ + { + "character": "Walter White", + "credit_id": "52542282760ee313280017f9", + "gender": 2, + "id": 17419, + "name": "Bryan Cranston", + "order": 0, + "profile_path": "/9dvZ0Id5RtnCGianoayNJBFrNVU.jpg" + }, + { + "character": "Skyler White", + "credit_id": "52542282760ee3132800181b", + "gender": 1, + "id": 134531, + "name": "Anna Gunn", + "order": 1, + "profile_path": "/6yLKtfYFWbJp5HAjvCecQCYlmqk.jpg" + }, + { + "character": "Jesse Pinkman", + "credit_id": "52542282760ee31328001845", + "gender": 2, + "id": 84497, + "name": "Aaron Paul", + "order": 2, + "profile_path": "/lOhc9ePVvCwokS1fl9nbfVbEkXa.jpg" + }, + { + "character": "Hank Schrader", + "credit_id": "52542283760ee3132800187b", + "gender": 2, + "id": 14329, + "name": "Dean Norris", + "order": 3, + "profile_path": "/owIr4b4VIlJu0m6Drofd3P0qDl5.jpg" + }, + { + "character": "Marie Schrader", + "credit_id": "52542283760ee31328001891", + "gender": 1, + "id": 1217934, + "name": "Betsy Brandt", + "order": 4, + "profile_path": "/zpmsca1HCVqYrtWXV9xdmsECDTI.jpg" + }, + { + "character": "Walter White Jr.", + "credit_id": "52542284760ee313280018a9", + "gender": 2, + "id": 209674, + "name": "RJ Mitte", + "order": 5, + "profile_path": "/hAePiQIVZkgGfAB8bCxdmS9nCfW.jpg" + } + ], + "crew": [ + { + "credit_id": "52542287760ee31328001af1", + "department": "Production", + "gender": 2, + "id": 66633, + "job": "Executive Producer", + "name": "Vince Gilligan", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "credit_id": "52542287760ee31328001b69", + "department": "Production", + "gender": 2, + "id": 5162, + "job": "Executive Producer", + "name": "Mark Johnson", + "profile_path": "/yKGF6cbzyP03Gl1QhVLCu1gWSW6.jpg" + }, + { + "credit_id": "52542288760ee31328001b83", + "department": "Production", + "gender": 1, + "id": 29779, + "job": "Executive Producer", + "name": "Michelle MacLaren", + "profile_path": "/7pSOTNnQB5GJXm5HylTY04Y2QAB.jpg" + }, + { + "credit_id": "52b7034f19c2955402184de6", + "department": "Costume & Make-Up", + "gender": 0, + "id": 35583, + "job": "Costume Design", + "name": "Kathleen Detoro", + "profile_path": null + }, + { + "credit_id": "52b7008819c29559eb03dd72", + "department": "Sound", + "gender": 2, + "id": 1280070, + "job": "Original Music Composer", + "name": "Dave Porter", + "profile_path": null + }, + { + "credit_id": "52b7020b19c295223b0a46e8", + "department": "Art", + "gender": 2, + "id": 21640, + "job": "Production Design", + "name": "Robb Wilson King", + "profile_path": null + }, + { + "credit_id": "52542287760ee31328001b07", + "department": "Production", + "gender": 1, + "id": 1218856, + "job": "Producer", + "name": "Patty Lin", + "profile_path": null + }, + { + "credit_id": "52542287760ee31328001b27", + "department": "Production", + "gender": 2, + "id": 29924, + "job": "Producer", + "name": "John Shiban", + "profile_path": "/rswDSJsdupySS9oEBKzYDE7Uod9.jpg" + }, + { + "credit_id": "52542289760ee31328001b9d", + "department": "Production", + "gender": 1, + "id": 1223199, + "job": "Producer", + "name": "Melissa Bernstein", + "profile_path": null + }, + { + "credit_id": "52542289760ee31328001bb3", + "department": "Production", + "gender": 2, + "id": 1223194, + "job": "Producer", + "name": "Sam Catlin", + "profile_path": "/5Xt7ONeJpF3x2XZ9JwQO9vGDuJ1.jpg" + }, + { + "credit_id": "52542289760ee31328001bd1", + "department": "Production", + "gender": 2, + "id": 24951, + "job": "Producer", + "name": "Peter Gould", + "profile_path": null + }, + { + "credit_id": "52542289760ee31328001be9", + "department": "Production", + "gender": 2, + "id": 1223193, + "job": "Producer", + "name": "George Mastras", + "profile_path": null + }, + { + "credit_id": "52542289760ee31328001c03", + "department": "Production", + "gender": 2, + "id": 103009, + "job": "Producer", + "name": "Thomas Schnauz", + "profile_path": null + }, + { + "credit_id": "5254228a760ee31328001c1d", + "department": "Production", + "gender": 0, + "id": 1223200, + "job": "Producer", + "name": "Stewart Lyons", + "profile_path": null + }, + { + "credit_id": "5254228c760ee31328001c37", + "department": "Production", + "gender": 0, + "id": 1223201, + "job": "Producer", + "name": "Karen Moore", + "profile_path": null + }, + { + "credit_id": "5254228c760ee31328001c6d", + "department": "Production", + "gender": 1, + "id": 1223198, + "job": "Producer", + "name": "Moira Walley-Beckett", + "profile_path": "/no9Qs6FPlMH0242d1hW8BOMn5zU.jpg" + }, + { + "credit_id": "5254228d760ee31328001cc7", + "department": "Production", + "gender": 2, + "id": 17419, + "job": "Producer", + "name": "Bryan Cranston", + "profile_path": "/9dvZ0Id5RtnCGianoayNJBFrNVU.jpg" + }, + { + "credit_id": "5254228e760ee31328001ce1", + "department": "Production", + "gender": 1, + "id": 1223202, + "job": "Producer", + "name": "Diane Mercer", + "profile_path": null + } + ] + }, + "images": { + "posters": [ + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg", + "height": 1800, + "iso_639_1": "en", + "vote_average": 5.388, + "vote_count": 4, + "width": 1200 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/o5131POxv9xFl3wBmdg0YWc9Iz4.jpg", + "height": 1425, + "iso_639_1": "en", + "vote_average": 5.318, + "vote_count": 3, + "width": 950 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/qMzUt1Sc9RgfcjB1ScD8N3knR70.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.312, + "vote_count": 1, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/mLPHZocLjPmzACcnvJVaOiM4Sf4.jpg", + "height": 2268, + "iso_639_1": "hu", + "vote_average": 5.312, + "vote_count": 1, + "width": 1512 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/8yHDd0EVpNpWk1VBa9QP4iUmw0v.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.2967032967032974, + "vote_count": 2, + "width": 400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/e5WjVMRr1DOZMnqsm6jRtnmMOTf.jpg", + "height": 1500, + "iso_639_1": "hu", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/4b2BRHmDnb3Ab9WdNZS3zB2zcyG.jpg", + "height": 578, + "iso_639_1": "de", + "vote_average": 5.246, + "vote_count": 2, + "width": 400 + }, + { + "aspect_ratio": 1.0, + "file_path": "/lVbofIPlw3kYa8FQgHT7GtWMI2Q.jpg", + "height": 1000, + "iso_639_1": "nl", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/dHCYpEoHEjAV6Xt3eyNthkdLRl3.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2452025586353948, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/l5s5lfqpdP4uigrZtu5Sg8hfWqG.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/tkZ9bXm9iFNEdZmblSl8rxgpstT.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/m8V6Fm2dV7tNvjCmBpROSU3Zrq4.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/ryreluyqCf6CxlEFbZSceVGw8NL.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/zJV0m4IFtsmF2QsCk4Yrwv5frNn.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/wr0pPDfwn4gNQxjNWpkazhN13tZ.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/6lP6ac4wNmWgtfVvrsl53bMqrKS.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/2lhO5zd1nnf7PjC7dGCUo45Volz.jpg", + "height": 578, + "iso_639_1": "en", + "vote_average": 5.1062271062271058, + "vote_count": 2, + "width": 400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/kmMkmUOdDzbYNFKkMLSRpxEgsvQ.jpg", + "height": 3000, + "iso_639_1": "es", + "vote_average": 0.0, + "vote_count": 0, + "width": 2000 + }, + { + "aspect_ratio": 0.68, + "file_path": "/pD4gCQunvD921tOz4QZBX2Zdk7H.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/fRlrqBPD0jf7WS3c1kdd4NTpE3c.jpg", + "height": 578, + "iso_639_1": "pt", + "vote_average": 0.0, + "vote_count": 0, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/dwuLNYvZR0n22tHx5a14mhq4ysn.jpg", + "height": 578, + "iso_639_1": "fr", + "vote_average": 0.0, + "vote_count": 0, + "width": 400 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/wyYKXa7ebhUjgGZOGQ5Qx3c7DUB.jpg", + "height": 1395, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 930 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/oW0G4MKWcyNaRGckZf8WRFyO5cH.jpg", + "height": 578, + "iso_639_1": "zu", + "vote_average": 0.0, + "vote_count": 0, + "width": 400 + }, + { + "aspect_ratio": 0.69204152249134943, + "file_path": "/bQkJ7THLSk3wBKK8ziGWwvk7TUJ.jpg", + "height": 578, + "iso_639_1": "pt", + "vote_average": 0.0, + "vote_count": 0, + "width": 400 + } + ] + }, + "external_ids": { + "freebase_mid": "/m/05yy27m", + "freebase_id": "/en/breaking_bad_season_1", + "tvdb_id": 30272, + "tvrage_id": null + }, + "videos": { + "results": [] + }, + "account_states": { + "results": [ + { + "id": 62085, + "episode_number": 1, + "rated": { + "value": 5.0 + } + }, + { + "id": 62086, + "episode_number": 2, + "rated": false + }, + { + "id": 62087, + "episode_number": 3, + "rated": false + }, + { + "id": 62088, + "episode_number": 4, + "rated": false + }, + { + "id": 62089, + "episode_number": 5, + "rated": false + }, + { + "id": 62090, + "episode_number": 6, + "rated": false + }, + { + "id": 62091, + "episode_number": 7, + "rated": false + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:15.8481762Z", + "ReducedUri": "/3/tv/1418/season/1?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&append_to_response=account_states", + "RespData": { + "_id": "5256cfbc19c2956ff60a042f", + "air_date": "2007-09-24", + "episodes": [ + { + "air_date": "2007-09-24", + "episode_number": 1, + "id": 64766, + "name": "Pilot", + "overview": "Brilliant physicist roommates Leonard and Sheldon meet their new neighbor Penny, who begins showing them that as much as they know about science, they know little about actual living.", + "production_code": "276023", + "season_number": 1, + "show_id": 1418, + "still_path": "/rxWlBXZhGWhumbLB8gAHyyW3ITD.jpg", + "vote_average": 6.836, + "vote_count": 55, + "crew": [ + { + "id": 157437, + "credit_id": "5256cfee19c2956ff60a280c", + "name": "James Burrows", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/xZn77KyPoq3gebCNTM6X6rrDn1L.jpg" + }, + { + "id": 160172, + "credit_id": "5256cfbc19c2956ff60a0483", + "name": "Chuck Lorre", + "department": "Writing", + "job": "Writer", + "gender": 2, + "profile_path": "/btpYlMV71sjQXrV142I9kogEINI.jpg" + }, + { + "id": 163528, + "credit_id": "5256cfbd19c2956ff60a04f0", + "name": "Bill Prady", + "department": "Writing", + "job": "Writer", + "gender": 2, + "profile_path": "/duXUvo8JtivQR0BHiXHGQwoNYB4.jpg" + }, + { + "id": 1480289, + "credit_id": "558819ffc3a36836ea006145", + "name": "Joe Bella", + "department": "Production", + "job": "Co-Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1232374, + "credit_id": "55881a1492514179f6003f6e", + "name": "Michael Collier", + "department": "Production", + "job": "Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1480291, + "credit_id": "55881a269251411efc000f6e", + "name": "Toti Levine", + "department": "Production", + "job": "Associate Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1480308, + "credit_id": "55881d379251416818001c2b", + "name": "Janice Zoladz", + "department": "Costume & Make-Up", + "job": "Hairstylist", + "gender": 0, + "profile_path": null + }, + { + "id": 2129931, + "credit_id": "5ba004ac92514177b2005c0c", + "name": "Carol Anne Miller", + "department": "Production", + "job": "Unit Production Manager", + "gender": 1, + "profile_path": null + }, + { + "id": 2020833, + "credit_id": "5ba0072cc3a3680444006f21", + "name": "Mark K. Samuels", + "department": "Directing", + "job": "First Assistant Director", + "gender": 0, + "profile_path": null + }, + { + "id": 2129936, + "credit_id": "5ba0085d92514177d5005e27", + "name": "Joseph Stafford", + "department": "Directing", + "job": "Second Assistant Director", + "gender": 0, + "profile_path": null + }, + { + "id": 1217292, + "credit_id": "5ba0dc3dc3a368710801d20c", + "name": "Stephen Engel", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 2141156, + "credit_id": "5bb5c4a10e0a26338e009f52", + "name": "Marilyn Bagley", + "department": "Directing", + "job": "Script Supervisor", + "gender": 0, + "profile_path": null + }, + { + "id": 2142282, + "credit_id": "5bb7446f9251410dc402174d", + "name": "Lee Lee Baird", + "department": "Art", + "job": "Property Master", + "gender": 0, + "profile_path": null + }, + { + "id": 2147428, + "credit_id": "5bbf077dc3a3682b3600e23a", + "name": "Kathy Oldham", + "department": "Sound", + "job": "Sound Re-Recording Mixer", + "gender": 0, + "profile_path": null + }, + { + "id": 2148172, + "credit_id": "5bc04c6c0e0a266e59011603", + "name": "Kathy Nawabi", + "department": "Production", + "job": "Production Coordinator", + "gender": 0, + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 157085, + "name": "Vernee Watson-Johnson", + "credit_id": "587403eec3a3681756012234", + "character": "Althea", + "order": 163, + "gender": 1, + "profile_path": "/xUhuGGj8vFLYM0Q5ShssooNU9Ca.jpg" + }, + { + "id": 1118085, + "name": "Brian Patrick Wade", + "credit_id": "5256cfc919c2956ff60a0c8f", + "character": "Kurt", + "order": 0, + "gender": 0, + "profile_path": "/gCyndJAgEhL2CTbtFHieO7MICbb.jpg" + } + ] + }, + { + "air_date": "2007-10-01", + "episode_number": 2, + "id": 64777, + "name": "The Big Bran Hypothesis", + "overview": "Leonard volunteers to sign for a package in an attempt to make a good impression on Penny, but when he enlists Sheldon for help, his attempt at chivalry goes terribly awry.", + "production_code": "3T6601", + "season_number": 1, + "show_id": 1418, + "still_path": "/5Itgr82yyAEtwegAZgMm30UqJXK.jpg", + "vote_average": 6.789, + "vote_count": 38, + "crew": [ + { + "id": 163528, + "credit_id": "55944346925141674c00244f", + "name": "Bill Prady", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/duXUvo8JtivQR0BHiXHGQwoNYB4.jpg" + }, + { + "id": 1480271, + "credit_id": "5802ab319251413e5b00028c", + "name": "Kelly Lee", + "department": "Production", + "job": "Unit Production Manager", + "gender": 0, + "profile_path": null + }, + { + "id": 160172, + "credit_id": "525f43e6760ee3338506df1b", + "name": "Chuck Lorre", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/btpYlMV71sjQXrV142I9kogEINI.jpg" + }, + { + "id": 1212114, + "credit_id": "5256cfbe19c2956ff60a0548", + "name": "Mark Cendrowski", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/6fS4LbfIf27UcyciWLqhEAYD82B.jpg" + }, + { + "id": 1224135, + "credit_id": "559449d3c3a3687741004c85", + "name": "David Goetsch", + "department": "Writing", + "job": "Teleplay", + "gender": 0, + "profile_path": "/3Ki0k0OKri8CQ7qGzrNpBlaIJGR.jpg" + }, + { + "id": 1236113, + "credit_id": "5ba0cd0c9251417f270147b8", + "name": "David Litt", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1216558, + "credit_id": "5bba20240e0a2634f102ba4d", + "name": "Robert Cohen", + "department": "Writing", + "job": "Teleplay", + "gender": 0, + "profile_path": null + }, + { + "id": 2099657, + "credit_id": "5bbde6e8925141379a02dfb6", + "name": "Gregg Moscot", + "department": "Production", + "job": "Production Coordinator", + "gender": 2, + "profile_path": null + } + ], + "guest_stars": [] + }, + { + "air_date": "2007-10-08", + "episode_number": 3, + "id": 64765, + "name": "The Fuzzy Boots Corollary", + "overview": "Leonard asks a woman out after he finds out that Penny is seeing someone.", + "production_code": "3T6602", + "season_number": 1, + "show_id": 1418, + "still_path": "/eDyDC7cwKz9ZTA4CX44eKuHjPgZ.jpg", + "vote_average": 6.685, + "vote_count": 27, + "crew": [ + { + "id": 160172, + "credit_id": "525f43e6760ee3338506df1b", + "name": "Chuck Lorre", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/btpYlMV71sjQXrV142I9kogEINI.jpg" + }, + { + "id": 1212114, + "credit_id": "5256cfbe19c2956ff60a0548", + "name": "Mark Cendrowski", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/6fS4LbfIf27UcyciWLqhEAYD82B.jpg" + }, + { + "id": 1224133, + "credit_id": "5451d0c1c3a3680236005ae8", + "name": "Steven Molaro", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/dHxM9kjpLwnDp1Us64tLror8chi.jpg" + }, + { + "id": 163528, + "credit_id": "5b98d93cc3a36802e40092e5", + "name": "Bill Prady", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/duXUvo8JtivQR0BHiXHGQwoNYB4.jpg" + }, + { + "id": 1236113, + "credit_id": "5ba0cd0c9251417f270147b8", + "name": "David Litt", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1224129, + "name": "Sherry Weston", + "credit_id": "5256cfed19c2956ff60a2776", + "character": "", + "order": 1, + "gender": 0, + "profile_path": null + }, + { + "id": 98802, + "name": "Allen Nabors", + "credit_id": "5256cfee19c2956ff60a27a4", + "character": "", + "order": 2, + "gender": 0, + "profile_path": "/bLBY5dM5uTn7AOkMAYdbmf998Jb.jpg" + }, + { + "id": 3282, + "name": "Sara Gilbert", + "credit_id": "5256d00519c2956ff60a3ab6", + "character": "Leslie Winkle", + "order": 6, + "gender": 1, + "profile_path": "/pNimJ9cfqe9OeOLFl0k1pXkQ7SY.jpg" + }, + { + "id": 1450810, + "name": "Treisa Gary", + "credit_id": "5a7ca7df0e0a263302017f52", + "character": "Waitress", + "order": 212, + "gender": 1, + "profile_path": null + } + ] + }, + { + "air_date": "2007-10-15", + "episode_number": 4, + "id": 64762, + "name": "The Luminous Fish Effect", + "overview": "Sheldon's getting fired forces him to explore what life has to offer outside physics, leaving Leonard to take drastic action to snap his friend out of his funk.", + "production_code": "3T6603", + "season_number": 1, + "show_id": 1418, + "still_path": "/bk8aIjAyS6XDG3I3otseP0jaR4x.jpg", + "vote_average": 7.478, + "vote_count": 23, + "crew": [ + { + "id": 122853, + "credit_id": "5256cfe819c2956ff60a2618", + "name": "Bob Koherr", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/qI6mjASTJiyNpHz9k9oU0I8CuCT.jpg" + }, + { + "id": 163528, + "credit_id": "55944346925141674c00244f", + "name": "Bill Prady", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/duXUvo8JtivQR0BHiXHGQwoNYB4.jpg" + }, + { + "id": 160172, + "credit_id": "525f43e6760ee3338506df1b", + "name": "Chuck Lorre", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/btpYlMV71sjQXrV142I9kogEINI.jpg" + }, + { + "id": 1212114, + "credit_id": "5256cfbe19c2956ff60a0548", + "name": "Mark Cendrowski", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/6fS4LbfIf27UcyciWLqhEAYD82B.jpg" + }, + { + "id": 1236113, + "credit_id": "5ba0ccb4c3a368710801a7f2", + "name": "David Litt", + "department": "Writing", + "job": "Teleplay", + "gender": 0, + "profile_path": null + }, + { + "id": 1236113, + "credit_id": "5ba0cd0c9251417f270147b8", + "name": "David Litt", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1218744, + "credit_id": "5bb2c4f2c3a368448b00482f", + "name": "Lee Aronsohn", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/l7g6xI6mIc29XwO0IpMSXBWxhH8.jpg" + }, + { + "id": 2099657, + "credit_id": "5bbde6e8925141379a02dfb6", + "name": "Gregg Moscot", + "department": "Production", + "job": "Production Coordinator", + "gender": 2, + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 12133, + "name": "Laurie Metcalf", + "credit_id": "55980153c3a36855e000134a", + "character": "Mary Cooper", + "order": 107, + "gender": 1, + "profile_path": "/iUqHpUF9MgWh16uwf2rWtykpRkx.jpg" + }, + { + "id": 88949, + "name": "Mark Harelik", + "credit_id": "5a7c7ce20e0a26330201422b", + "character": "Dr. Eric Gablehauser", + "order": 192, + "gender": 2, + "profile_path": "/yn7Pw7t5YOEimhXsUtdM3vmvuWG.jpg" + }, + { + "id": 104498, + "name": "Sierra Edwards", + "credit_id": "5a7ca78fc3a3680f8c015975", + "character": "Summer", + "order": 211, + "gender": 0, + "profile_path": "/sHdQsUXbYdjRqxcqER3kGfJt1e6.jpg" + } + ] + }, + { + "air_date": "2007-10-22", + "episode_number": 5, + "id": 64763, + "name": "The Hamburger Postulate", + "overview": "Fearing he's wasting his time on Penny, Leonard ends up making a connection with Leslie.", + "production_code": "3T6604", + "season_number": 1, + "show_id": 1418, + "still_path": "/zO3CSyb13PQyzWICp4mmZEUeExp.jpg", + "vote_average": 7.357, + "vote_count": 21, + "crew": [ + { + "id": 1215073, + "credit_id": "5256cfe919c2956ff60a2664", + "name": "Andrew D. Weyman", + "department": "Directing", + "job": "Director", + "gender": 0, + "profile_path": null + }, + { + "id": 1224135, + "credit_id": "559449d3c3a3687741004c85", + "name": "David Goetsch", + "department": "Writing", + "job": "Teleplay", + "gender": 0, + "profile_path": "/3Ki0k0OKri8CQ7qGzrNpBlaIJGR.jpg" + }, + { + "id": 1224133, + "credit_id": "5451d0c1c3a3680236005ae8", + "name": "Steven Molaro", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/dHxM9kjpLwnDp1Us64tLror8chi.jpg" + }, + { + "id": 1224137, + "credit_id": "5b1799acc3a368533d0190e8", + "name": "Jennifer Glickman", + "department": "Writing", + "job": "Story", + "gender": 0, + "profile_path": null + }, + { + "id": 1236113, + "credit_id": "5ba0cd0c9251417f270147b8", + "name": "David Litt", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 3282, + "name": "Sara Gilbert", + "credit_id": "5256d00519c2956ff60a3ab6", + "character": "Leslie Winkle", + "order": 6, + "gender": 1, + "profile_path": "/pNimJ9cfqe9OeOLFl0k1pXkQ7SY.jpg" + } + ] + }, + { + "air_date": "2007-10-29", + "episode_number": 6, + "id": 64764, + "name": "The Middle-Earth Paradigm", + "overview": "Penny hosts a Halloween party, putting Leonard, Sheldon, Wolowitz, and Koothrappali through a new test of their social skills.", + "production_code": "3T6605", + "season_number": 1, + "show_id": 1418, + "still_path": "/4P20QdmB6QL8aa0b8dKR8sHK1iW.jpg", + "vote_average": 7.067, + "vote_count": 15, + "crew": [ + { + "id": 1224135, + "credit_id": "559413afc3a3687741003cb3", + "name": "David Goetsch", + "department": "Writing", + "job": "Story", + "gender": 0, + "profile_path": "/3Ki0k0OKri8CQ7qGzrNpBlaIJGR.jpg" + }, + { + "id": 1212114, + "credit_id": "5256cfbe19c2956ff60a0548", + "name": "Mark Cendrowski", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/6fS4LbfIf27UcyciWLqhEAYD82B.jpg" + }, + { + "id": 1236113, + "credit_id": "5ba0ccb4c3a368710801a7f2", + "name": "David Litt", + "department": "Writing", + "job": "Teleplay", + "gender": 0, + "profile_path": null + }, + { + "id": 1236113, + "credit_id": "5ba0cd0c9251417f270147b8", + "name": "David Litt", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1216558, + "credit_id": "5bba20240e0a2634f102ba4d", + "name": "Robert Cohen", + "department": "Writing", + "job": "Teleplay", + "gender": 0, + "profile_path": null + }, + { + "id": 2099657, + "credit_id": "5bbde6e8925141379a02dfb6", + "name": "Gregg Moscot", + "department": "Production", + "job": "Production Coordinator", + "gender": 2, + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1224128, + "name": "Rachel Cannon", + "credit_id": "5256cfec19c2956ff60a26f8", + "character": "", + "order": 3, + "gender": 1, + "profile_path": "/yAcZiKmf0T4NJsTsgdnQ6Z7S4SR.jpg" + }, + { + "id": 1224127, + "name": "Erin Allin O'Reilly", + "credit_id": "5256cfea19c2956ff60a26c6", + "character": "", + "order": 1, + "gender": 0, + "profile_path": "/x35MI7gldVHupb6MPnRrjyT0seu.jpg" + }, + { + "id": 1118085, + "name": "Brian Patrick Wade", + "credit_id": "5256cfc919c2956ff60a0c8f", + "character": "Kurt", + "order": 0, + "gender": 0, + "profile_path": "/gCyndJAgEhL2CTbtFHieO7MICbb.jpg" + }, + { + "id": 1213604, + "name": "Kimberly Kevon Williams", + "credit_id": "5256cfe919c2956ff60a269a", + "character": "", + "order": 0, + "gender": 1, + "profile_path": "/uN0DjN4TAVuj45oxbsBEMqVkOKa.jpg" + } + ] + }, + { + "air_date": "2007-11-05", + "episode_number": 7, + "id": 64767, + "name": "The Dumpling Paradox", + "overview": "With Wolowitz AWOL with one of her friends, Penny's recruited to fill in for him on the guys' Halo team", + "production_code": "3T6606", + "season_number": 1, + "show_id": 1418, + "still_path": "/4y5rvzPZF5ukM3vtktqWTp9MhyH.jpg", + "vote_average": 7.4, + "vote_count": 15, + "crew": [ + { + "id": 163528, + "credit_id": "55944346925141674c00244f", + "name": "Bill Prady", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/duXUvo8JtivQR0BHiXHGQwoNYB4.jpg" + }, + { + "id": 1480309, + "credit_id": "55881d5192514179f6003ffd", + "name": "Beth O'Rourke", + "department": "Costume & Make-Up", + "job": "Makeup Artist", + "gender": 0, + "profile_path": null + }, + { + "id": 160172, + "credit_id": "525f43e6760ee3338506df1b", + "name": "Chuck Lorre", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/btpYlMV71sjQXrV142I9kogEINI.jpg" + }, + { + "id": 1212114, + "credit_id": "5256cfbe19c2956ff60a0548", + "name": "Mark Cendrowski", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/6fS4LbfIf27UcyciWLqhEAYD82B.jpg" + }, + { + "id": 1224137, + "credit_id": "5ba0b9f40e0a26218f015acc", + "name": "Jennifer Glickman", + "department": "Writing", + "job": "Teleplay", + "gender": 0, + "profile_path": null + }, + { + "id": 1217292, + "credit_id": "5ba0dc3dc3a368710801d20c", + "name": "Stephen Engel", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1218744, + "credit_id": "5bb2c4f2c3a368448b00482f", + "name": "Lee Aronsohn", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/l7g6xI6mIc29XwO0IpMSXBWxhH8.jpg" + } + ], + "guest_stars": [ + { + "id": 42297, + "name": "Brooke D'Orsay", + "credit_id": "5256cfee19c2956ff60a2850", + "character": "Christy Vanderbel", + "order": 0, + "gender": 1, + "profile_path": "/f3u4a80Y386O16TFLPTAv50q4gX.jpg" + }, + { + "id": 20904, + "name": "James Hong", + "credit_id": "5256cfee19c2956ff60a28f6", + "character": "", + "order": 1, + "gender": 2, + "profile_path": "/8k4RrDRsqkvJDePU8ciMOOx5Zso.jpg" + }, + { + "id": 1212530, + "name": "Carol Ann Susi", + "credit_id": "59b7e9ab92514167bc00f68e", + "character": "Debbie Wolowitz (voice)", + "order": 175, + "gender": 1, + "profile_path": "/dKQBWud7URYzfXZa6L8GzNRWbjp.jpg" + }, + { + "id": 54427, + "name": "Kimberly Brooks", + "credit_id": "5a7c8a3f9251414b18013cc8", + "character": "Automated Cell Phone Voice (voice)", + "order": 192, + "gender": 1, + "profile_path": "/zKOUdq1MYUeQSiaWN1Yh0eFMXHg.jpg" + } + ] + }, + { + "air_date": "2007-11-12", + "episode_number": 8, + "id": 64769, + "name": "The Grasshopper Experiment", + "overview": "Raj's parents set him up on a blind date, but just when he discovers he can talk to her, she shows interest in Sheldon.", + "production_code": "3T6607", + "season_number": 1, + "show_id": 1418, + "still_path": "/rbVfuB7vBrrXygo0d8qhk9FhmAd.jpg", + "vote_average": 6.684, + "vote_count": 19, + "crew": [ + { + "id": 151192, + "credit_id": "5256cff119c2956ff60a29ea", + "name": "Ted Wass", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/hXwdMim4pZUjKaR95o3KfBVpPxK.jpg" + }, + { + "id": 1224133, + "credit_id": "525f43f1760ee3334506faeb", + "name": "Steven Molaro", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/dHxM9kjpLwnDp1Us64tLror8chi.jpg" + }, + { + "id": 1224135, + "credit_id": "559413afc3a3687741003cb3", + "name": "David Goetsch", + "department": "Writing", + "job": "Story", + "gender": 0, + "profile_path": "/3Ki0k0OKri8CQ7qGzrNpBlaIJGR.jpg" + }, + { + "id": 1217292, + "credit_id": "5ba0dc3dc3a368710801d20c", + "name": "Stephen Engel", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1218744, + "credit_id": "5bb2c4f2c3a368448b00482f", + "name": "Lee Aronsohn", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/l7g6xI6mIc29XwO0IpMSXBWxhH8.jpg" + }, + { + "id": 1216558, + "credit_id": "5bba20240e0a2634f102ba4d", + "name": "Robert Cohen", + "department": "Writing", + "job": "Teleplay", + "gender": 0, + "profile_path": null + }, + { + "id": 2145177, + "credit_id": "5bbb5f7bc3a3682428042c65", + "name": "Bill Ghaffary", + "department": "Directing", + "job": "Second Assistant Director", + "gender": 0, + "profile_path": null + }, + { + "id": 2099657, + "credit_id": "5bbde6e8925141379a02dfb6", + "name": "Gregg Moscot", + "department": "Production", + "job": "Production Coordinator", + "gender": 2, + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 61081, + "name": "Alice Amter", + "credit_id": "5256d00619c2956ff60a3ca6", + "character": "Mrs. Koothrappali", + "order": 14, + "gender": 1, + "profile_path": "/4E9f0lK8u91WpS9tEZfZFWyCxcz.jpg" + }, + { + "id": 1224130, + "name": "Sarayu Rao", + "credit_id": "547cd9dcc3a3685af300301a", + "character": "Lalita Gupta", + "order": 78, + "gender": 1, + "profile_path": "/bS0NHNU5CDqwAC6FBu86hFMMx0K.jpg" + }, + { + "id": 58511, + "name": "Brian George", + "credit_id": "547cdbac9251412d7c003b1f", + "character": "Dr. Koothrappali", + "order": 288, + "gender": 2, + "profile_path": "/g0bVyXsHDhRhd5WuQwRQDv2TkG9.jpg" + } + ] + }, + { + "air_date": "2008-03-17", + "episode_number": 9, + "id": 64770, + "name": "The Cooper-Hofstadter Polarization", + "overview": "When they're invited to present at a physics conference, Sheldon's reluctance to share the credit leads to a tiff between him and Leonard, and Penny's intervention only exacerbates the situation.", + "production_code": "3T6608", + "season_number": 1, + "show_id": 1418, + "still_path": "/8MvMEvZzZPBkgQZIVk9KvF8nLH5.jpg", + "vote_average": 7.5, + "vote_count": 14, + "crew": [ + { + "id": 155649, + "credit_id": "5256cff219c2956ff60a2a3c", + "name": "Joel Murray", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/t5syYfCgxbTC7XPrNeXhhhQULUf.jpg" + }, + { + "id": 163528, + "credit_id": "55944346925141674c00244f", + "name": "Bill Prady", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/duXUvo8JtivQR0BHiXHGQwoNYB4.jpg" + }, + { + "id": 1224135, + "credit_id": "559449d3c3a3687741004c85", + "name": "David Goetsch", + "department": "Writing", + "job": "Teleplay", + "gender": 0, + "profile_path": "/3Ki0k0OKri8CQ7qGzrNpBlaIJGR.jpg" + }, + { + "id": 160172, + "credit_id": "5597fcf9c3a36855d4001623", + "name": "Chuck Lorre", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/btpYlMV71sjQXrV142I9kogEINI.jpg" + }, + { + "id": 1217292, + "credit_id": "5ba0dc3dc3a368710801d20c", + "name": "Stephen Engel", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1480275, + "credit_id": "5ba25500c3a368719601f3d5", + "name": "Robinson Green", + "department": "Production", + "job": "Production Coordinator", + "gender": 2, + "profile_path": null + }, + { + "id": 1218744, + "credit_id": "5bb2c4f2c3a368448b00482f", + "name": "Lee Aronsohn", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/l7g6xI6mIc29XwO0IpMSXBWxhH8.jpg" + }, + { + "id": 1217292, + "credit_id": "5bb8be1ec3a368242800d726", + "name": "Stephen Engel", + "department": "Writing", + "job": "Story", + "gender": 0, + "profile_path": null + }, + { + "id": 2145177, + "credit_id": "5bbb5f7bc3a3682428042c65", + "name": "Bill Ghaffary", + "department": "Directing", + "job": "Second Assistant Director", + "gender": 0, + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1937909, + "name": "Howard Chan", + "credit_id": "5a7ca3e0c3a3680f9c015e88", + "character": "Chinese Sheldon", + "order": 204, + "gender": 0, + "profile_path": null + }, + { + "id": 1190731, + "name": "Talbott Lin", + "credit_id": "5a7c94b5c3a3680f8201677f", + "character": "Chinese Leonard", + "order": 199, + "gender": 0, + "profile_path": null + } + ] + }, + { + "air_date": "2008-03-24", + "episode_number": 10, + "id": 64650, + "name": "The Loobenfeld Decay", + "overview": "Leonard and Sheldon each lie to avoid seeing Penny's concert, but Sheldon's is a bit too complicated for his own good.", + "production_code": "3T6609", + "season_number": 1, + "show_id": 1418, + "still_path": "/6dssfbhNv1g3FFqKWKJhNqaqSQH.jpg", + "vote_average": 7.2, + "vote_count": 15, + "crew": [ + { + "id": 160172, + "credit_id": "525f43e6760ee3338506df1b", + "name": "Chuck Lorre", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/btpYlMV71sjQXrV142I9kogEINI.jpg" + }, + { + "id": 1212114, + "credit_id": "5256cfbe19c2956ff60a0548", + "name": "Mark Cendrowski", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/6fS4LbfIf27UcyciWLqhEAYD82B.jpg" + }, + { + "id": 163528, + "credit_id": "5b98d93cc3a36802e40092e5", + "name": "Bill Prady", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/duXUvo8JtivQR0BHiXHGQwoNYB4.jpg" + }, + { + "id": 1217292, + "credit_id": "5ba0dc3dc3a368710801d20c", + "name": "Stephen Engel", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1218744, + "credit_id": "5bb2c4f2c3a368448b00482f", + "name": "Lee Aronsohn", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/l7g6xI6mIc29XwO0IpMSXBWxhH8.jpg" + }, + { + "id": 2145177, + "credit_id": "5bbb5f7bc3a3682428042c65", + "name": "Bill Ghaffary", + "department": "Directing", + "job": "Second Assistant Director", + "gender": 0, + "profile_path": null + }, + { + "id": 58511, + "credit_id": "5bbc59ba9251413797010eb7", + "name": "Brian George", + "department": "Production", + "job": "Production Coordinator", + "gender": 2, + "profile_path": "/g0bVyXsHDhRhd5WuQwRQDv2TkG9.jpg" + } + ], + "guest_stars": [ + { + "id": 132078, + "name": "DJ Qualls", + "credit_id": "547cd95892514123ef001c36", + "character": "Toby Loobenfeld", + "order": 76, + "profile_path": "/foe0XuHIgVHsnrMBYlgYtsR3Z2V.jpg" + } + ] + }, + { + "air_date": "2008-03-31", + "episode_number": 11, + "id": 64768, + "name": "The Pancake Batter Anomaly", + "overview": "With his friends knowing how sour he acts when sick—and avoiding him as a result—Sheldon is nursed by Penny, who hasn't a clue what she's in for.", + "production_code": "3T6610", + "season_number": 1, + "show_id": 1418, + "still_path": "/q0E0GNUMHWZDNKbygCjKJGiFc9G.jpg", + "vote_average": 7.281, + "vote_count": 16, + "crew": [ + { + "id": 160172, + "credit_id": "525f43e6760ee3338506df1b", + "name": "Chuck Lorre", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/btpYlMV71sjQXrV142I9kogEINI.jpg" + }, + { + "id": 1212114, + "credit_id": "5256cfbe19c2956ff60a0548", + "name": "Mark Cendrowski", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/6fS4LbfIf27UcyciWLqhEAYD82B.jpg" + }, + { + "id": 163528, + "credit_id": "5b98d93cc3a36802e40092e5", + "name": "Bill Prady", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/duXUvo8JtivQR0BHiXHGQwoNYB4.jpg" + }, + { + "id": 1217292, + "credit_id": "5ba0dc3dc3a368710801d20c", + "name": "Stephen Engel", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1217292, + "credit_id": "5bb167f992514116770088bd", + "name": "Stephen Engel", + "department": "Writing", + "job": "Teleplay", + "gender": 0, + "profile_path": null + }, + { + "id": 1218744, + "credit_id": "5bb2ab590e0a2665a70015e6", + "name": "Lee Aronsohn", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/l7g6xI6mIc29XwO0IpMSXBWxhH8.jpg" + } + ], + "guest_stars": [ + { + "id": 1212530, + "name": "Carol Ann Susi", + "credit_id": "59b7e9ab92514167bc00f68e", + "character": "Debbie Wolowitz (voice)", + "order": 175, + "gender": 1, + "profile_path": "/dKQBWud7URYzfXZa6L8GzNRWbjp.jpg" + }, + { + "id": 1224127, + "name": "Erin Allin O'Reilly", + "credit_id": "5256cfea19c2956ff60a26c6", + "character": "", + "order": 1, + "gender": 0, + "profile_path": "/x35MI7gldVHupb6MPnRrjyT0seu.jpg" + } + ] + }, + { + "air_date": "2008-04-14", + "episode_number": 12, + "id": 64774, + "name": "The Jerusalem Duality", + "overview": "With Sheldon rattled over meeting Dennis, a 15-year-old physicist who's smarter than he, Leonard helps him look for a way to debunk Dennis's research.", + "production_code": "3T6611", + "season_number": 1, + "show_id": 1418, + "still_path": "/zxQA3r7tOSJKNfe7S5hU02OIl9z.jpg", + "vote_average": 6.25, + "vote_count": 16, + "crew": [ + { + "id": 1212114, + "credit_id": "5256cfbe19c2956ff60a0548", + "name": "Mark Cendrowski", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/6fS4LbfIf27UcyciWLqhEAYD82B.jpg" + }, + { + "id": 1224135, + "credit_id": "559449d3c3a3687741004c85", + "name": "David Goetsch", + "department": "Writing", + "job": "Teleplay", + "gender": 0, + "profile_path": "/3Ki0k0OKri8CQ7qGzrNpBlaIJGR.jpg" + }, + { + "id": 1224133, + "credit_id": "5451d0c1c3a3680236005ae8", + "name": "Steven Molaro", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/dHxM9kjpLwnDp1Us64tLror8chi.jpg" + }, + { + "id": 1224137, + "credit_id": "5b1799acc3a368533d0190e8", + "name": "Jennifer Glickman", + "department": "Writing", + "job": "Story", + "gender": 0, + "profile_path": null + }, + { + "id": 1217292, + "credit_id": "5ba0dc3dc3a368710801d20c", + "name": "Stephen Engel", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1217292, + "credit_id": "5bb8be1ec3a368242800d726", + "name": "Stephen Engel", + "department": "Writing", + "job": "Story", + "gender": 0, + "profile_path": null + }, + { + "id": 58511, + "credit_id": "5bbc59ba9251413797010eb7", + "name": "Brian George", + "department": "Production", + "job": "Production Coordinator", + "gender": 2, + "profile_path": "/g0bVyXsHDhRhd5WuQwRQDv2TkG9.jpg" + } + ], + "guest_stars": [ + { + "id": 88949, + "name": "Mark Harelik", + "credit_id": "5a7c7ce20e0a26330201422b", + "character": "Dr. Eric Gablehauser", + "order": 192, + "gender": 2, + "profile_path": "/yn7Pw7t5YOEimhXsUtdM3vmvuWG.jpg" + }, + { + "id": 72421, + "name": "Joel Brooks", + "credit_id": "5256cff419c2956ff60a2b46", + "character": "", + "order": 2, + "gender": 2, + "profile_path": "/asd8C26nyYeA5RCnakTa78roBzS.jpg" + }, + { + "id": 1224131, + "name": "Emma Degerstedt", + "credit_id": "5256cff419c2956ff60a2afe", + "character": "", + "order": 0, + "gender": 1, + "profile_path": "/xgyEp8yjTQW8Rp9dvvJEeMOZRPI.jpg" + } + ] + }, + { + "air_date": "2008-04-21", + "episode_number": 13, + "id": 64775, + "name": "The Bat Jar Conjecture", + "overview": "Sheldon finds himself booted from the gang's Physics Bowl team and replaced with Leslie, so he forms his own team, hoping to prove he's superior.", + "production_code": "3T6612", + "season_number": 1, + "show_id": 1418, + "still_path": "/w1Et8tW5En8a2ieEWRlolAVkyED.jpg", + "vote_average": 6.969, + "vote_count": 16, + "crew": [ + { + "id": 1212114, + "credit_id": "5256cfbe19c2956ff60a0548", + "name": "Mark Cendrowski", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/6fS4LbfIf27UcyciWLqhEAYD82B.jpg" + }, + { + "id": 1224137, + "credit_id": "5b1799acc3a368533d0190e8", + "name": "Jennifer Glickman", + "department": "Writing", + "job": "Story", + "gender": 0, + "profile_path": null + }, + { + "id": 163528, + "credit_id": "5b98d93cc3a36802e40092e5", + "name": "Bill Prady", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/duXUvo8JtivQR0BHiXHGQwoNYB4.jpg" + }, + { + "id": 1217292, + "credit_id": "5ba0dc3dc3a368710801d20c", + "name": "Stephen Engel", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1217292, + "credit_id": "5bb8be1ec3a368242800d726", + "name": "Stephen Engel", + "department": "Writing", + "job": "Story", + "gender": 0, + "profile_path": null + }, + { + "id": 1216558, + "credit_id": "5bba20240e0a2634f102ba4d", + "name": "Robert Cohen", + "department": "Writing", + "job": "Teleplay", + "gender": 0, + "profile_path": null + } + ], + "guest_stars": [ + { + "id": 1769687, + "name": "Sergio Enrique", + "credit_id": "5a7cbb34c3a3680fad015f06", + "character": "Son", + "order": 245, + "gender": 0, + "profile_path": null + }, + { + "id": 1885408, + "name": "Sandra Marquez", + "credit_id": "5a7cae1e0e0a2632f3018c28", + "character": "Woman", + "order": 228, + "gender": 1, + "profile_path": null + }, + { + "id": 1338317, + "name": "Adam Gregory", + "credit_id": "5a7ca828c3a3680f7f016693", + "character": "Dmitri", + "order": 213, + "gender": 0, + "profile_path": "/ul5d0zJI4Z0BOWxnjXamvH8eLu5.jpg" + }, + { + "id": 88949, + "name": "Mark Harelik", + "credit_id": "5a7c7ce20e0a26330201422b", + "character": "Dr. Eric Gablehauser", + "order": 192, + "gender": 2, + "profile_path": "/yn7Pw7t5YOEimhXsUtdM3vmvuWG.jpg" + }, + { + "id": 3282, + "name": "Sara Gilbert", + "credit_id": "5256d00519c2956ff60a3ab6", + "character": "Leslie Winkle", + "order": 6, + "gender": 1, + "profile_path": "/pNimJ9cfqe9OeOLFl0k1pXkQ7SY.jpg" + } + ] + }, + { + "air_date": "2008-04-28", + "episode_number": 14, + "id": 64773, + "name": "The Nerdvana Annihilation", + "overview": "When delivery of another collectible leads to Penny's lashing out at Leonard, he decides it's time to give up his habit, much to his friends' protestation.", + "production_code": "3T6613", + "season_number": 1, + "show_id": 1418, + "still_path": "/sktEOfZVIBnyW6MeZlGXbcdp6vO.jpg", + "vote_average": 6.967, + "vote_count": 15, + "crew": [ + { + "id": 1224140, + "credit_id": "5256d01119c2956ff60a3f90", + "name": "Peter Chakos", + "department": "Production", + "job": "Producer", + "gender": 0, + "profile_path": "/fTHvtu1VM9jPOe2klTvIrcvlr95.jpg" + }, + { + "id": 163528, + "credit_id": "55944346925141674c00244f", + "name": "Bill Prady", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/duXUvo8JtivQR0BHiXHGQwoNYB4.jpg" + }, + { + "id": 1212114, + "credit_id": "5256cfbe19c2956ff60a0548", + "name": "Mark Cendrowski", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/6fS4LbfIf27UcyciWLqhEAYD82B.jpg" + }, + { + "id": 1224133, + "credit_id": "5451d0c1c3a3680236005ae8", + "name": "Steven Molaro", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/dHxM9kjpLwnDp1Us64tLror8chi.jpg" + }, + { + "id": 1217292, + "credit_id": "5ba0dc3dc3a368710801d20c", + "name": "Stephen Engel", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1217292, + "credit_id": "5bb167f992514116770088bd", + "name": "Stephen Engel", + "department": "Writing", + "job": "Teleplay", + "gender": 0, + "profile_path": null + }, + { + "id": 2145177, + "credit_id": "5bbb5f7bc3a3682428042c65", + "name": "Bill Ghaffary", + "department": "Directing", + "job": "Second Assistant Director", + "gender": 0, + "profile_path": null + }, + { + "id": 58511, + "credit_id": "5bbc59ba9251413797010eb7", + "name": "Brian George", + "department": "Production", + "job": "Production Coordinator", + "gender": 2, + "profile_path": "/g0bVyXsHDhRhd5WuQwRQDv2TkG9.jpg" + } + ], + "guest_stars": [ + { + "id": 1214036, + "name": "Andrew Walker", + "credit_id": "5256cff219c2956ff60a2ab0", + "character": "", + "order": 0, + "profile_path": null + } + ] + }, + { + "air_date": "2008-05-05", + "episode_number": 15, + "id": 64771, + "name": "The Pork Chop Indeterminacy", + "overview": "The rest of the gang fall for Sheldon's twin sister, and Leonard's plan to win her heart is derailed when Sheldon declares he'll be the one to decide who can date her.", + "production_code": "3T6614", + "season_number": 1, + "show_id": 1418, + "still_path": "/qBlf2PEd6RDGnyOip6ZPJ825AMw.jpg", + "vote_average": 6.9, + "vote_count": 15, + "crew": [ + { + "id": 1224140, + "credit_id": "5256d01119c2956ff60a3f90", + "name": "Peter Chakos", + "department": "Production", + "job": "Producer", + "gender": 0, + "profile_path": "/fTHvtu1VM9jPOe2klTvIrcvlr95.jpg" + }, + { + "id": 160172, + "credit_id": "525f43e6760ee3338506df1b", + "name": "Chuck Lorre", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/btpYlMV71sjQXrV142I9kogEINI.jpg" + }, + { + "id": 1212114, + "credit_id": "5256cfbe19c2956ff60a0548", + "name": "Mark Cendrowski", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/6fS4LbfIf27UcyciWLqhEAYD82B.jpg" + }, + { + "id": 163528, + "credit_id": "5b98d93cc3a36802e40092e5", + "name": "Bill Prady", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/duXUvo8JtivQR0BHiXHGQwoNYB4.jpg" + }, + { + "id": 1217292, + "credit_id": "5ba0dc3dc3a368710801d20c", + "name": "Stephen Engel", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1218744, + "credit_id": "5bb2c4f2c3a368448b00482f", + "name": "Lee Aronsohn", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/l7g6xI6mIc29XwO0IpMSXBWxhH8.jpg" + } + ], + "guest_stars": [ + { + "id": 43483, + "name": "Courtney Henggeler", + "credit_id": "5a7c946e9251414b0f014019", + "character": "Missy Cooper", + "order": 198, + "gender": 1, + "profile_path": "/8LtJY0m6loFL53lCIdWMbYgOisD.jpg" + } + ] + }, + { + "air_date": "2008-05-12", + "episode_number": 16, + "id": 64772, + "name": "The Peanut Reaction", + "overview": "Penny wants to throw a surprise party for Leonard, but Sheldon's indulgence at an electronics store throws her off-track.", + "production_code": "3T6615", + "season_number": 1, + "show_id": 1418, + "still_path": "/jnI6qR3y9Hfn7hA1uCUJhYMkIAv.jpg", + "vote_average": 6.806, + "vote_count": 18, + "crew": [ + { + "id": 1224140, + "credit_id": "5256d01119c2956ff60a3f90", + "name": "Peter Chakos", + "department": "Production", + "job": "Producer", + "gender": 0, + "profile_path": "/fTHvtu1VM9jPOe2klTvIrcvlr95.jpg" + }, + { + "id": 163528, + "credit_id": "55944346925141674c00244f", + "name": "Bill Prady", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/duXUvo8JtivQR0BHiXHGQwoNYB4.jpg" + }, + { + "id": 1212114, + "credit_id": "5256cfbe19c2956ff60a0548", + "name": "Mark Cendrowski", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/6fS4LbfIf27UcyciWLqhEAYD82B.jpg" + }, + { + "id": 1224135, + "credit_id": "559449d3c3a3687741004c85", + "name": "David Goetsch", + "department": "Writing", + "job": "Teleplay", + "gender": 0, + "profile_path": "/3Ki0k0OKri8CQ7qGzrNpBlaIJGR.jpg" + }, + { + "id": 1224133, + "credit_id": "5451d0c1c3a3680236005ae8", + "name": "Steven Molaro", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/dHxM9kjpLwnDp1Us64tLror8chi.jpg" + }, + { + "id": 1217292, + "credit_id": "5ba0dc3dc3a368710801d20c", + "name": "Stephen Engel", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1218744, + "credit_id": "5bb2ab590e0a2665a70015e6", + "name": "Lee Aronsohn", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/l7g6xI6mIc29XwO0IpMSXBWxhH8.jpg" + }, + { + "id": 58511, + "credit_id": "5bbc59ba9251413797010eb7", + "name": "Brian George", + "department": "Production", + "job": "Production Coordinator", + "gender": 2, + "profile_path": "/g0bVyXsHDhRhd5WuQwRQDv2TkG9.jpg" + } + ], + "guest_stars": [ + { + "id": 168952, + "name": "Chuck Carter", + "credit_id": "5a7caddb0e0a2632f6018d2f", + "character": "Stan", + "order": 227, + "gender": 0, + "profile_path": null + }, + { + "id": 1177717, + "name": "Ronald Hunter", + "credit_id": "5a7ca90e0e0a2632ff0187b8", + "character": "Dan", + "order": 216, + "gender": 0, + "profile_path": null + }, + { + "id": 1350210, + "name": "Judith Moreland", + "credit_id": "5a7ca4920e0a2632f0017745", + "character": "Jan", + "order": 205, + "gender": 0, + "profile_path": "/1uc3kgTw3VYrhKq7yAqdPQB9YXD.jpg" + }, + { + "id": 157085, + "name": "Vernee Watson-Johnson", + "credit_id": "587403eec3a3681756012234", + "character": "Althea", + "order": 163, + "gender": 1, + "profile_path": "/xUhuGGj8vFLYM0Q5ShssooNU9Ca.jpg" + } + ] + }, + { + "air_date": "2008-05-19", + "episode_number": 17, + "id": 64776, + "name": "The Tangerine Factor", + "overview": "Penny's break-up spurs Leonard to summon the courage to ask her out, and each goes to Sheldon for advice on their upcoming date.", + "production_code": "3T6616", + "season_number": 1, + "show_id": 1418, + "still_path": "/3RCfgXjtRcWRt1ci7RIYi3JzJQ9.jpg", + "vote_average": 6.941, + "vote_count": 17, + "crew": [ + { + "id": 1224140, + "credit_id": "5256d01119c2956ff60a3f90", + "name": "Peter Chakos", + "department": "Production", + "job": "Producer", + "gender": 0, + "profile_path": "/fTHvtu1VM9jPOe2klTvIrcvlr95.jpg" + }, + { + "id": 163528, + "credit_id": "55944346925141674c00244f", + "name": "Bill Prady", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/duXUvo8JtivQR0BHiXHGQwoNYB4.jpg" + }, + { + "id": 160172, + "credit_id": "525f43e6760ee3338506df1b", + "name": "Chuck Lorre", + "department": "Writing", + "job": "Story", + "gender": 2, + "profile_path": "/btpYlMV71sjQXrV142I9kogEINI.jpg" + }, + { + "id": 1212114, + "credit_id": "5256cfbe19c2956ff60a0548", + "name": "Mark Cendrowski", + "department": "Directing", + "job": "Director", + "gender": 2, + "profile_path": "/6fS4LbfIf27UcyciWLqhEAYD82B.jpg" + }, + { + "id": 1224133, + "credit_id": "5451d0c1c3a3680236005ae8", + "name": "Steven Molaro", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/dHxM9kjpLwnDp1Us64tLror8chi.jpg" + }, + { + "id": 1217292, + "credit_id": "5ba0dc3dc3a368710801d20c", + "name": "Stephen Engel", + "department": "Production", + "job": "Consulting Producer", + "gender": 0, + "profile_path": null + }, + { + "id": 1218744, + "credit_id": "5bb2c4f2c3a368448b00482f", + "name": "Lee Aronsohn", + "department": "Writing", + "job": "Teleplay", + "gender": 2, + "profile_path": "/l7g6xI6mIc29XwO0IpMSXBWxhH8.jpg" + } + ], + "guest_stars": [ + { + "id": 20904, + "name": "James Hong", + "credit_id": "5256cfee19c2956ff60a28f6", + "character": "", + "order": 1, + "profile_path": "/8k4RrDRsqkvJDePU8ciMOOx5Zso.jpg" + } + ] + } + ], + "name": "Season 1", + "overview": "University physicists Leonard and Sheldon know whether to use an integral or a differential to solve the area under a curve. But they don't have a clue about girls. Or dating. Or clothes. Or parties. Or having fun. Or, basically, life. So when a pretty blonde named Penny moves in the apartment across the hall, the guys decide to get an education outside of the classroom. Boys, you have a lot to learn.", + "id": 3738, + "poster_path": "/zqAL2rav7Tg8uwDtLurqZVN3mtr.jpg", + "season_number": 1, + "account_states": { + "results": [ + { + "id": 64766, + "episode_number": 1, + "rated": { + "value": 5.0 + } + }, + { + "id": 64777, + "episode_number": 2, + "rated": false + }, + { + "id": 64765, + "episode_number": 3, + "rated": false + }, + { + "id": 64762, + "episode_number": 4, + "rated": false + }, + { + "id": 64763, + "episode_number": 5, + "rated": false + }, + { + "id": 64764, + "episode_number": 6, + "rated": false + }, + { + "id": 64767, + "episode_number": 7, + "rated": false + }, + { + "id": 64769, + "episode_number": 8, + "rated": false + }, + { + "id": 64770, + "episode_number": 9, + "rated": false + }, + { + "id": 64650, + "episode_number": 10, + "rated": false + }, + { + "id": 64768, + "episode_number": 11, + "rated": false + }, + { + "id": 64774, + "episode_number": 12, + "rated": false + }, + { + "id": 64775, + "episode_number": 13, + "rated": false + }, + { + "id": 64773, + "episode_number": 14, + "rated": false + }, + { + "id": 64771, + "episode_number": 15, + "rated": false + }, + { + "id": 64772, + "episode_number": 16, + "rated": false + }, + { + "id": 64776, + "episode_number": 17, + "rated": false + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:15.4208788Z", + "ReducedUri": "/3/tv/999999999/season/1", + "RespData": { + "status_code": 34, + "status_message": "The resource you requested could not be found." + }, + "RespStatusCode": 404, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:08.5957945Z", + "ReducedUri": "/3/tv/season/3572/changes", + "RespData": { + "changes": [] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-ClientTvShowTests.json b/TMDbLibTests/Data/data-ClientTvShowTests.json new file mode 100644 index 0000000..4fb3c4e --- /dev/null +++ b/TMDbLibTests/Data/data-ClientTvShowTests.json @@ -0,0 +1,11346 @@ +[ + { + "RecordedAt": "2019-01-26T17:48:47.888217Z", + "ReducedUri": "/3/account/6089455/favorite?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 13, + "status_message": "The item/record was deleted successfully." + }, + "ReqData": { + "media_type": "tv", + "media_id": 1396, + "favorite": false + }, + "RespStatusCode": 200, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:50.2094054Z", + "ReducedUri": "/3/account/6089455/favorite?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 1, + "status_message": "Success." + }, + "ReqData": { + "media_type": "tv", + "media_id": 1396, + "favorite": true + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:38.8181497Z", + "ReducedUri": "/3/account/6089455/watchlist?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 1, + "status_message": "Success." + }, + "ReqData": { + "media_type": "tv", + "media_id": 1396, + "watchlist": true + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:45.3696891Z", + "ReducedUri": "/3/account?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "avatar": { + "gravatar": { + "hash": "7cf5357dbc2014cbd616257c358ea0a1" + } + }, + "id": 6089455, + "iso_639_1": "en", + "iso_3166_1": "BE", + "name": "Test Name", + "include_adult": false, + "username": "TMDbTestAccount" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:43.4270438Z", + "ReducedUri": "/3/tv/1396", + "RespData": { + "backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg", + "created_by": [ + { + "id": 66633, + "credit_id": "52542286760ee31328001a7b", + "name": "Vince Gilligan", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + } + ], + "episode_run_time": [ + 45, + 47 + ], + "first_air_date": "2008-01-20", + "genres": [ + { + "id": 18, + "name": "Drama" + } + ], + "homepage": "http://www.amc.com/shows/breaking-bad", + "id": 1396, + "in_production": false, + "languages": [ + "en" + ], + "last_air_date": "2013-09-29", + "last_episode_to_air": { + "air_date": "2013-09-29", + "episode_number": 16, + "id": 62161, + "name": "Felina", + "overview": "All bad things must come to an end.", + "production_code": null, + "season_number": 5, + "show_id": 1396, + "still_path": "/pA0YwyhvdDXP3BEGL2grrIhq8aM.jpg", + "vote_average": 8.896, + "vote_count": 48 + }, + "name": "Breaking Bad", + "next_episode_to_air": null, + "networks": [ + { + "name": "AMC", + "id": 174, + "logo_path": "/pmvRmATOCaDykE6JrVoeYxlFHw3.png", + "origin_country": "US" + } + ], + "number_of_episodes": 62, + "number_of_seasons": 5, + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Breaking Bad", + "overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + "popularity": 78.773, + "poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg", + "production_companies": [ + { + "id": 11073, + "logo_path": "/wHs44fktdoj6c378ZbSWfzKsM2Z.png", + "name": "Sony Pictures Television", + "origin_country": "US" + }, + { + "id": 33742, + "logo_path": null, + "name": "High Bridge Entertainment", + "origin_country": "" + }, + { + "id": 2605, + "logo_path": null, + "name": "Gran Via Productions", + "origin_country": "" + } + ], + "seasons": [ + { + "air_date": "2009-02-17", + "episode_count": 6, + "id": 3577, + "name": "Specials", + "overview": "", + "poster_path": "/AngNuUbXSciwLnUXtdOBHqphxNr.jpg", + "season_number": 0 + }, + { + "air_date": "2008-01-20", + "episode_count": 7, + "id": 3572, + "name": "Season 1", + "overview": "High school chemistry teacher Walter White's life is suddenly transformed by a dire medical diagnosis. Street-savvy former student Jesse Pinkman \"teaches\" Walter a new trade.", + "poster_path": "/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg", + "season_number": 1 + }, + { + "air_date": "2009-03-08", + "episode_count": 13, + "id": 3573, + "name": "Season 2", + "overview": "In the second season, Walt must deal with the chain reaction of his choice, as he and Jesse face new and severe consequences. When danger and suspicion around Walt escalate, he is pushed to new levels of desperation. Just how much higher will the stakes rise? How far is Walt willing to go to ensure his family's security? Will his grand plan spiral out of control?", + "poster_path": "/gdzDWM65k0Mrw1O4PFQm4ickcLV.jpg", + "season_number": 2 + }, + { + "air_date": "2010-03-21", + "episode_count": 13, + "id": 3575, + "name": "Season 3", + "overview": "In the third season, Walt continues to battle dueling identities: a desperate husband and father trying to provide for his family, and a newly appointed key player in the Albuquerque drug trade. As the danger around him escalates, Walt is now entrenched in the complex worlds of an angst-ridden family on the verge of dissolution, and the ruthless and unrelenting drug cartel.", + "poster_path": "/ffP8Q8ew048YofHRnFVM18B2fPG.jpg", + "season_number": 3 + }, + { + "air_date": "2011-07-17", + "episode_count": 13, + "id": 3576, + "name": "Season 4", + "overview": "This season, Walt and Jesse must cope with the fallout of their previous actions, both personally and professionally. Tension mounts as Walt faces a true standoff with his employer, Gus, with neither side willing or able to back down. Walt must also adjust to a new relationship with Skyler, whom while still reconciling her relationship with Walt, is committed to properly laundering Walt’s money and ensuring her sister Marie and an ailing Hank are financially stable.", + "poster_path": "/hEOORc9661CRPpDa207w1GuEAMj.jpg", + "season_number": 4 + }, + { + "air_date": "2012-07-15", + "episode_count": 16, + "id": 3578, + "name": "Season 5", + "overview": "In season five, Walt is faced with the prospect of moving on in a world without his enemy. As the pressure of a criminal life starts to build, Skyler struggles to keep Walt’s terrible secrets. Facing resistance from sometime adversary and former Fring lieutenant Mike, Walt tries to keep his world from falling apart even as his DEA Agent brother in law, Hank, finds numerous leads that could blaze a path straight to Walt. \n\nAll bad things must come to an end.", + "poster_path": "/r3z70vunihrAkjILQKWHX0G2xzO.jpg", + "season_number": 5 + } + ], + "status": "Ended", + "type": "Scripted", + "vote_average": 8.4, + "vote_count": 3046 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:03.7437647Z", + "ReducedUri": "/3/tv/1396/account_states?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "id": 1396, + "favorite": true, + "rated": { + "value": 5.0 + }, + "watchlist": false + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:44.4291768Z", + "ReducedUri": "/3/tv/1396/alternative_titles", + "RespData": { + "id": 1396, + "results": [ + { + "iso_3166_1": "IL", + "title": "Shover shurot", + "type": "romanization" + }, + { + "iso_3166_1": "IR", + "title": "Bad Biari", + "type": "" + }, + { + "iso_3166_1": "JP", + "title": "Bureikingu baddo", + "type": "romaji" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:05.1101149Z", + "ReducedUri": "/3/tv/1396/content_ratings", + "RespData": { + "results": [ + { + "iso_3166_1": "DE", + "rating": "16" + }, + { + "iso_3166_1": "GB", + "rating": "18" + }, + { + "iso_3166_1": "AU", + "rating": "MA15+" + }, + { + "iso_3166_1": "US", + "rating": "TV-MA" + }, + { + "iso_3166_1": "BR", + "rating": "18" + }, + { + "iso_3166_1": "PT", + "rating": "18" + }, + { + "iso_3166_1": "HU", + "rating": "18" + } + ], + "id": 1396 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:56.447273Z", + "ReducedUri": "/3/tv/1396/credits", + "RespData": { + "cast": [ + { + "character": "Walter White", + "credit_id": "52542282760ee313280017f9", + "id": 17419, + "name": "Bryan Cranston", + "gender": 2, + "profile_path": "/9dvZ0Id5RtnCGianoayNJBFrNVU.jpg", + "order": 0 + }, + { + "character": "Skyler White", + "credit_id": "52542282760ee3132800181b", + "id": 134531, + "name": "Anna Gunn", + "gender": 1, + "profile_path": "/6yLKtfYFWbJp5HAjvCecQCYlmqk.jpg", + "order": 1 + }, + { + "character": "Jesse Pinkman", + "credit_id": "52542282760ee31328001845", + "id": 84497, + "name": "Aaron Paul", + "gender": 2, + "profile_path": "/lOhc9ePVvCwokS1fl9nbfVbEkXa.jpg", + "order": 2 + }, + { + "character": "Hank Schrader", + "credit_id": "52542283760ee3132800187b", + "id": 14329, + "name": "Dean Norris", + "gender": 2, + "profile_path": "/owIr4b4VIlJu0m6Drofd3P0qDl5.jpg", + "order": 3 + }, + { + "character": "Marie Schrader", + "credit_id": "52542283760ee31328001891", + "id": 1217934, + "name": "Betsy Brandt", + "gender": 1, + "profile_path": "/zpmsca1HCVqYrtWXV9xdmsECDTI.jpg", + "order": 4 + }, + { + "character": "Walter White Jr.", + "credit_id": "52542284760ee313280018a9", + "id": 209674, + "name": "RJ Mitte", + "gender": 2, + "profile_path": "/hAePiQIVZkgGfAB8bCxdmS9nCfW.jpg", + "order": 5 + }, + { + "character": "Mike Ehrmantraut", + "credit_id": "5271b1e6760ee35af60941ad", + "id": 783, + "name": "Jonathan Banks", + "gender": 2, + "profile_path": "/s6K0lromCtmSTzuX9hig8OPiRsC.jpg", + "order": 10 + }, + { + "character": "Saul Goodman", + "credit_id": "5271b180760ee35afc09bb8d", + "id": 59410, + "name": "Bob Odenkirk", + "gender": 2, + "profile_path": "/nJLcRRqq9JTQTgVYrFn7vPDgAsK.jpg", + "order": 73 + } + ], + "crew": [ + { + "credit_id": "52542287760ee31328001af1", + "department": "Production", + "id": 66633, + "name": "Vince Gilligan", + "gender": 2, + "job": "Executive Producer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "credit_id": "52542287760ee31328001b69", + "department": "Production", + "id": 5162, + "name": "Mark Johnson", + "gender": 2, + "job": "Executive Producer", + "profile_path": "/yKGF6cbzyP03Gl1QhVLCu1gWSW6.jpg" + }, + { + "credit_id": "52542288760ee31328001b83", + "department": "Production", + "id": 29779, + "name": "Michelle MacLaren", + "gender": 1, + "job": "Executive Producer", + "profile_path": "/7pSOTNnQB5GJXm5HylTY04Y2QAB.jpg" + }, + { + "credit_id": "52b7034f19c2955402184de6", + "department": "Costume & Make-Up", + "id": 35583, + "name": "Kathleen Detoro", + "gender": 0, + "job": "Costume Design", + "profile_path": null + }, + { + "credit_id": "52b7008819c29559eb03dd72", + "department": "Sound", + "id": 1280070, + "name": "Dave Porter", + "gender": 2, + "job": "Original Music Composer", + "profile_path": null + }, + { + "credit_id": "52b7020b19c295223b0a46e8", + "department": "Art", + "id": 21640, + "name": "Robb Wilson King", + "gender": 2, + "job": "Production Design", + "profile_path": null + }, + { + "credit_id": "52542287760ee31328001b07", + "department": "Production", + "id": 1218856, + "name": "Patty Lin", + "gender": 1, + "job": "Producer", + "profile_path": null + }, + { + "credit_id": "52542287760ee31328001b27", + "department": "Production", + "id": 29924, + "name": "John Shiban", + "gender": 2, + "job": "Producer", + "profile_path": "/rswDSJsdupySS9oEBKzYDE7Uod9.jpg" + }, + { + "credit_id": "52542289760ee31328001b9d", + "department": "Production", + "id": 1223199, + "name": "Melissa Bernstein", + "gender": 1, + "job": "Producer", + "profile_path": null + }, + { + "credit_id": "52542289760ee31328001bb3", + "department": "Production", + "id": 1223194, + "name": "Sam Catlin", + "gender": 2, + "job": "Producer", + "profile_path": "/5Xt7ONeJpF3x2XZ9JwQO9vGDuJ1.jpg" + }, + { + "credit_id": "52542289760ee31328001bd1", + "department": "Production", + "id": 24951, + "name": "Peter Gould", + "gender": 2, + "job": "Producer", + "profile_path": null + }, + { + "credit_id": "52542289760ee31328001be9", + "department": "Production", + "id": 1223193, + "name": "George Mastras", + "gender": 2, + "job": "Producer", + "profile_path": null + }, + { + "credit_id": "52542289760ee31328001c03", + "department": "Production", + "id": 103009, + "name": "Thomas Schnauz", + "gender": 2, + "job": "Producer", + "profile_path": null + }, + { + "credit_id": "5254228a760ee31328001c1d", + "department": "Production", + "id": 1223200, + "name": "Stewart Lyons", + "gender": 0, + "job": "Producer", + "profile_path": null + }, + { + "credit_id": "5254228c760ee31328001c37", + "department": "Production", + "id": 1223201, + "name": "Karen Moore", + "gender": 0, + "job": "Producer", + "profile_path": null + }, + { + "credit_id": "5254228c760ee31328001c6d", + "department": "Production", + "id": 1223198, + "name": "Moira Walley-Beckett", + "gender": 1, + "job": "Producer", + "profile_path": "/no9Qs6FPlMH0242d1hW8BOMn5zU.jpg" + }, + { + "credit_id": "5254228d760ee31328001cc7", + "department": "Production", + "id": 17419, + "name": "Bryan Cranston", + "gender": 2, + "job": "Producer", + "profile_path": "/9dvZ0Id5RtnCGianoayNJBFrNVU.jpg" + }, + { + "credit_id": "5254228e760ee31328001ce1", + "department": "Production", + "id": 1223202, + "name": "Diane Mercer", + "gender": 1, + "job": "Producer", + "profile_path": null + } + ], + "id": 1396 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:55.7648248Z", + "ReducedUri": "/3/tv/1396/images", + "RespData": { + "backdrops": [ + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.546, + "vote_count": 11, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/bzoZjhbpriBT2N5kwgK0weUfVOX.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.5, + "vote_count": 10, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/hbgPoI0GBrXJfGjYNV2fMQU0xou.jpg", + "height": 1152, + "iso_639_1": null, + "vote_average": 5.456, + "vote_count": 9, + "width": 2048 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/yFVUqiugxQLLrYxwsIcGQ3P8FWO.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.456, + "vote_count": 5, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/n5kIjzyYNdDfJbfNkG68j3qDm6n.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.442, + "vote_count": 7, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/uOUwoxW2nO8mWN0KQrXiKdXK132.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.376, + "vote_count": 6, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/zzSjSRC04z7dc4xQopWTJYmXb9g.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.35, + "vote_count": 5, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/6u4YG0oNzhFaFJs080ljlpSgpfD.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.342, + "vote_count": 10, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/2cxsSpTNb8SFczKLrnXlhw2p7hW.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.316, + "vote_count": 5, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/u3TcKJ1qqgd8D3Dd73FnIMVVsur.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.308, + "vote_count": 5, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/sIJyCJedGlZf1TId41gCtkblBGo.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.2783366867873918, + "vote_count": 8, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/siv4GtEMtrqljl0qiTGCvzolXWH.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2726017943409236, + "vote_count": 6, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/bbFaLaLv8TwR7KKnZ3reHGS4VQO.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.259417199715708, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/6HDSHcG7H1qdIrGDTJTft8enWjN.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/ymrPqhHl8v9tf3eK3f9byggZ0n7.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/5sHew9rjOsALuDVxwu0pJexOXWA.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/an69IYogpnY2spo1dGVjmTy0m49.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/bagJdiz7JzB1bb87x24qKwrgWwK.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/y3Roit8o1v7EYXGqH7AQMNUBZQR.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/qgSmYpFBZdfHbjssjJN1XOrb2Us.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/ewRICWQvNXsViiUouM3M3jm5VyI.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/99PL1OnOT9PVZx09qerR0s1g0Gx.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/abFs25RWEvn8WkLholkqFAUC8OF.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/rMvlRVBngldwWCoGqxQoPdJRnwC.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/ebQo1jOfx9UR9cPzBa6bHpxMWhq.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/nxVC9a6TjeoKr6Ezkfz1jRSlf6L.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/m5apfrjjgc7jbOwRTXqDF5EXXfO.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/mpfWjvSmNaYCzfUmfnGe1A1wkbu.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/tJAeZ3OoWDC1LVe7IBmGnBSOYZX.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/162VmHV23N1FqQhYjZiZCH9GkQA.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/gzqjlgcYIHZSnUS1bnxVDxQwCR0.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/qnnW0CY89lQZPgNrwpARJOBQtI1.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/yG8QDHyrVMBe5H7Q7cIPKq45Iq0.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/2YeWCxUeVehwsTzyWaQjIf0RCfc.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.2449965493443749, + "vote_count": 6, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/61nBiocMvOxvPtJgxk3GLCePvcf.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/gN14vIo5T2G3kwtdS1lHuFeJXJ9.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/qamG9LeH42UombW1bfZlIlzO5Y1.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.232, + "vote_count": 6, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/gsTAr00IPr4xchkY5Upb1wDewdz.jpg", + "height": 1152, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 2048 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/1VUcBGU5fGM3xxLjMitq6yiso67.jpg", + "height": 1152, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 2048 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/2kjj1me8oRXc9FmbR1UkFqb1mwA.jpg", + "height": 1152, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 2048 + }, + { + "aspect_ratio": 1.77732379979571, + "file_path": "/dMIyjizosMyzmJVfzVDjjHsKdqp.jpg", + "height": 979, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1740 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/bTJLGUbqcGAuZnNvp59zjqqLzOR.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/aIOpF9Fp1SbYpSusJ3scDTYrqod.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/uqBIxGmeZMLdBA3SIa7fXC438zw.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/k2N2DpK7kDcM0rXLKuTV6bUTIZN.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/rmOmfel02YAgVRUdb9tlRyLW8mm.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/vIgu5fsJH50QcSz2hmfaqJHovUo.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/eCaT3wx244KPmnMchvag3kSGGw5.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/gVqPqjyiDmpoNJOFjvg0b8WCC3R.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/bZ23G5JiNmeZG9t6hRMLhY9W3gP.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/nIh1ygw5kVRaEFqXcj8CTi3pKK5.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/mojM8NJQlpTWpiD68rcOWnzcEVR.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/dRaV8HGx7Z9xmw77qSs8prp5OuI.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/bFWW5vVZS1YW0a0Cq0liYakj6vt.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/mrPw1gAXXV8OYQTr8ipKuYTuaa6.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/eIOpMbnMqiAgBS8cZocAATRsb28.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.168, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/upeNbWF5wKZUOUcUW4EnVfYYjRo.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.158, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/qfWveejMEeA4zGgscX8YUUTLuTB.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.152, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/6tRuCy7VXidZVRXIR4ThBx2omK3.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.152, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/v5F4chUYiRnH9cI2JCpWrrK3q6D.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1135531135531131, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/zintOUBVjVapaNN3vAmm1rcfY1p.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.11, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/nXlTbIrgroOCCKQSsMizmqQ4NAG.jpg", + "height": 720, + "iso_639_1": "en", + "vote_average": 5.094, + "vote_count": 3, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/va7jNaQUsIdWADokQSdPXeJYk1O.jpg", + "height": 720, + "iso_639_1": "en", + "vote_average": 5.072, + "vote_count": 3, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/3FnSPz1nqkaW65dj4BWRN185adp.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.058, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/2X0RK6uztO7J5XBSRtRcNGlzGml.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.018, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/uJH4Kinwh7E1Wb4pw78mkxRURB9.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/dMGGcH7iGJu14i7LntLipMLHEDK.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/75GBzWJbNjwDA5sVPrELfttihL0.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1920 + } + ], + "id": 1396, + "posters": [ + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg", + "height": 1800, + "iso_639_1": "en", + "vote_average": 5.986, + "vote_count": 14, + "width": 1200 + }, + { + "aspect_ratio": 0.68, + "file_path": "/wnoMOVO06oI55fWrR0mQUbquERh.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.456, + "vote_count": 7, + "width": 680 + }, + { + "aspect_ratio": 0.666, + "file_path": "/gOMcl7SEF1DvW0D3nOiaW8x8IgN.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.312, + "vote_count": 7, + "width": 999 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/xL5yWkuH1PlmNJmpWvIxAfXvNXK.jpg", + "height": 2268, + "iso_639_1": "hu", + "vote_average": 5.312, + "vote_count": 1, + "width": 1512 + }, + { + "aspect_ratio": 0.68, + "file_path": "/nXXSNb8qXn66DeZL0BIG79Omyo2.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.288, + "vote_count": 5, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/85fOzuORUuQlDPSNkFCDnaUXZtv.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.28, + "vote_count": 6, + "width": 680 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/knmKpwrnCEWkt3aCL4fvqr403EY.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.258, + "vote_count": 6, + "width": 1012 + }, + { + "aspect_ratio": 0.68, + "file_path": "/zdipQZmcmaCUNGsXP6OdBEjDCSP.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.252, + "vote_count": 4, + "width": 680 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/cdCTaW30Cbc5PkBtsOgXRggZr9B.jpg", + "height": 1188, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 792 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/yrWjw43fnCYoqXKeqN9waKhd0YH.jpg", + "height": 1500, + "iso_639_1": "hu", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/dYRzVaQTx2VWLiZ3yRvbAfkOq2m.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 4, + "width": 1012 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/m0sJjJGgicwwI2jvzli4Xo17ySE.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 1012 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/9w5tMhylCiBzsSnptsbTqjAY51O.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 1012 + }, + { + "aspect_ratio": 0.68, + "file_path": "/xd8tk9ox8QvQClvD48bmQc2t6dx.jpg", + "height": 1000, + "iso_639_1": null, + "vote_average": 5.2380952380952381, + "vote_count": 1, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/7pFpIXpn2DOst3bOMQIqCEHeAWS.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.2307692307692308, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/51H0ifZ0TM5sAp4yBvolUpFaPaC.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.2234432234432244, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/fzNaunYfNFvVesiIvcEgr8h4qix.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.218, + "vote_count": 5, + "width": 680 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/j5k6ZTYqamPDZplCCXuokjJ2PoJ.jpg", + "height": 2400, + "iso_639_1": "en", + "vote_average": 5.1803751803751812, + "vote_count": 3, + "width": 1600 + }, + { + "aspect_ratio": 0.68, + "file_path": "/uL7s6lRsApvFuxQFqT5FA1SuSdX.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.18, + "vote_count": 3, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/xkbl9GV6p9JwDPXIYwODVcunlRT.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1721611721611724, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/3csuqXU5DX98hsspUp6MwNICzLe.jpg", + "height": 1500, + "iso_639_1": "pt", + "vote_average": 5.172, + "vote_count": 1, + "width": 1012 + }, + { + "aspect_ratio": 0.67484662576687116, + "file_path": "/nPv2DbunBOK2QZ4SNpWYeUp1ba3.jpg", + "height": 815, + "iso_639_1": "zu", + "vote_average": 5.172, + "vote_count": 1, + "width": 550 + }, + { + "aspect_ratio": 0.68, + "file_path": "/fO3OqQQEIZN44K9jcs0Q4JuFHOl.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1680672268907566, + "vote_count": 5, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/6uiT7QidRjVVywFgOAUQoY7iPup.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1670220326936747, + "vote_count": 4, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/hyWz3p2KCxw3T3OTyFzQgYvkhJf.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1648351648351651, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.646, + "file_path": "/611HU9P9kIJJzb6FbBLlXMXZML3.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.1515151515151514, + "vote_count": 3, + "width": 969 + }, + { + "aspect_ratio": 0.68, + "file_path": "/u69b0G6HlfrwkchQdn8lzEEjFxt.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1501831501831514, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/biPjf15logCBAIptiM1YYCOeTxE.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1282051282051286, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/8VxH7FSiCDmSZyfxsqz25ZWbP7O.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1282051282051286, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.75018754688672173, + "file_path": "/2iLQMo2jVgSdmXytv3xB93UW8UC.jpg", + "height": 1333, + "iso_639_1": "en", + "vote_average": 5.1243781094527368, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.68, + "file_path": "/xMvrBjxu2EskHhiZ2sNgufBhGzF.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1135531135531131, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.6768707482993197, + "file_path": "/wCDwxCzHPPAqEkHLpj97KGaIyEP.jpg", + "height": 1176, + "iso_639_1": "en", + "vote_average": 5.1062271062271058, + "vote_count": 2, + "width": 796 + }, + { + "aspect_ratio": 0.68, + "file_path": "/21YJ4mM7C9V5e2esqeB4AoBjKPy.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.0865800865800868, + "vote_count": 3, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/t9r2UYuRppdZKmeYHSgdx09uHzl.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.086, + "vote_count": 3, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/3feoWsQPtBdUhrOCVPB1iazSb2W.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.017768301350392, + "vote_count": 4, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/pOLOC2tzz70N1RngVZtfhJuB5Fp.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.0106609808102336, + "vote_count": 4, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/7LUswjn6jgLxdJ4e6sgwkULXsZI.jpg", + "height": 1000, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/kDXG5HDHURBI2eJVygjAhhMBrFI.jpg", + "height": 750, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 500 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/lVAjtdYDJJL90n9Zum8Rrsip2iw.jpg", + "height": 750, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 500 + }, + { + "aspect_ratio": 0.6791171477079796, + "file_path": "/tApz4ai74BZM3D6Id7YEISysH65.jpg", + "height": 2945, + "iso_639_1": "uk", + "vote_average": 0.0, + "vote_count": 0, + "width": 2000 + }, + { + "aspect_ratio": 0.66699950074887671, + "file_path": "/63fCIVNPB2YCddJuNqb1LDI8uVv.jpg", + "height": 2003, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1336 + }, + { + "aspect_ratio": 0.626657824933687, + "file_path": "/oBb82JGB76jpT4d1AQDZEwSJdPj.jpg", + "height": 1508, + "iso_639_1": "zu", + "vote_average": 0.0, + "vote_count": 0, + "width": 945 + }, + { + "aspect_ratio": 0.68, + "file_path": "/oAJvOW85rXKs8GlWoT5jssd7qNU.jpg", + "height": 1000, + "iso_639_1": "he", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/1gNZDkSc1kb9azLYVQHS9DCBpAs.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/e6Ydx9xHuiQa6qsx20LR4x71DCS.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/mVIvcV9IEsfnTdbNXPNWkiU6N7t.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/i5bfplXbyLm7BvofUBVj7Zaan4w.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/mmtUaqRpsWcqb4ISF3CaoK0ptO7.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/3bHLOzAOY2Rn4c5YrvALzZVE6tg.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.706, + "file_path": "/6PIZjmmA8aYXBP2q2BrfTSqnahZ.jpg", + "height": 1000, + "iso_639_1": "bg", + "vote_average": 0.0, + "vote_count": 0, + "width": 706 + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:41.5303664Z", + "ReducedUri": "/3/tv/1396/images?language=en-US&include_image_language=en", + "RespData": { + "backdrops": [ + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/n5kIjzyYNdDfJbfNkG68j3qDm6n.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.442, + "vote_count": 7, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/u3TcKJ1qqgd8D3Dd73FnIMVVsur.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.308, + "vote_count": 5, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/6HDSHcG7H1qdIrGDTJTft8enWjN.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/qamG9LeH42UombW1bfZlIlzO5Y1.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.232, + "vote_count": 6, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/eIOpMbnMqiAgBS8cZocAATRsb28.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.168, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/upeNbWF5wKZUOUcUW4EnVfYYjRo.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.158, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/qfWveejMEeA4zGgscX8YUUTLuTB.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.152, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/6tRuCy7VXidZVRXIR4ThBx2omK3.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.152, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/zintOUBVjVapaNN3vAmm1rcfY1p.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.11, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/nXlTbIrgroOCCKQSsMizmqQ4NAG.jpg", + "height": 720, + "iso_639_1": "en", + "vote_average": 5.094, + "vote_count": 3, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/va7jNaQUsIdWADokQSdPXeJYk1O.jpg", + "height": 720, + "iso_639_1": "en", + "vote_average": 5.072, + "vote_count": 3, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/3FnSPz1nqkaW65dj4BWRN185adp.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.058, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/2X0RK6uztO7J5XBSRtRcNGlzGml.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.018, + "vote_count": 4, + "width": 1920 + } + ], + "id": 1396, + "posters": [ + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg", + "height": 1800, + "iso_639_1": "en", + "vote_average": 5.986, + "vote_count": 14, + "width": 1200 + }, + { + "aspect_ratio": 0.68, + "file_path": "/wnoMOVO06oI55fWrR0mQUbquERh.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.456, + "vote_count": 7, + "width": 680 + }, + { + "aspect_ratio": 0.666, + "file_path": "/gOMcl7SEF1DvW0D3nOiaW8x8IgN.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.312, + "vote_count": 7, + "width": 999 + }, + { + "aspect_ratio": 0.68, + "file_path": "/nXXSNb8qXn66DeZL0BIG79Omyo2.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.288, + "vote_count": 5, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/85fOzuORUuQlDPSNkFCDnaUXZtv.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.28, + "vote_count": 6, + "width": 680 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/knmKpwrnCEWkt3aCL4fvqr403EY.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.258, + "vote_count": 6, + "width": 1012 + }, + { + "aspect_ratio": 0.68, + "file_path": "/zdipQZmcmaCUNGsXP6OdBEjDCSP.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.252, + "vote_count": 4, + "width": 680 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/cdCTaW30Cbc5PkBtsOgXRggZr9B.jpg", + "height": 1188, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 792 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/dYRzVaQTx2VWLiZ3yRvbAfkOq2m.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 4, + "width": 1012 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/m0sJjJGgicwwI2jvzli4Xo17ySE.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 1012 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/9w5tMhylCiBzsSnptsbTqjAY51O.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 1012 + }, + { + "aspect_ratio": 0.68, + "file_path": "/7pFpIXpn2DOst3bOMQIqCEHeAWS.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.2307692307692308, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/51H0ifZ0TM5sAp4yBvolUpFaPaC.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.2234432234432244, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/fzNaunYfNFvVesiIvcEgr8h4qix.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.218, + "vote_count": 5, + "width": 680 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/j5k6ZTYqamPDZplCCXuokjJ2PoJ.jpg", + "height": 2400, + "iso_639_1": "en", + "vote_average": 5.1803751803751812, + "vote_count": 3, + "width": 1600 + }, + { + "aspect_ratio": 0.68, + "file_path": "/uL7s6lRsApvFuxQFqT5FA1SuSdX.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.18, + "vote_count": 3, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/xkbl9GV6p9JwDPXIYwODVcunlRT.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1721611721611724, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/fO3OqQQEIZN44K9jcs0Q4JuFHOl.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1680672268907566, + "vote_count": 5, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/6uiT7QidRjVVywFgOAUQoY7iPup.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1670220326936747, + "vote_count": 4, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/hyWz3p2KCxw3T3OTyFzQgYvkhJf.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1648351648351651, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.646, + "file_path": "/611HU9P9kIJJzb6FbBLlXMXZML3.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.1515151515151514, + "vote_count": 3, + "width": 969 + }, + { + "aspect_ratio": 0.68, + "file_path": "/u69b0G6HlfrwkchQdn8lzEEjFxt.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1501831501831514, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/biPjf15logCBAIptiM1YYCOeTxE.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1282051282051286, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/8VxH7FSiCDmSZyfxsqz25ZWbP7O.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1282051282051286, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.75018754688672173, + "file_path": "/2iLQMo2jVgSdmXytv3xB93UW8UC.jpg", + "height": 1333, + "iso_639_1": "en", + "vote_average": 5.1243781094527368, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.68, + "file_path": "/xMvrBjxu2EskHhiZ2sNgufBhGzF.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1135531135531131, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.6768707482993197, + "file_path": "/wCDwxCzHPPAqEkHLpj97KGaIyEP.jpg", + "height": 1176, + "iso_639_1": "en", + "vote_average": 5.1062271062271058, + "vote_count": 2, + "width": 796 + }, + { + "aspect_ratio": 0.68, + "file_path": "/21YJ4mM7C9V5e2esqeB4AoBjKPy.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.0865800865800868, + "vote_count": 3, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/t9r2UYuRppdZKmeYHSgdx09uHzl.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.086, + "vote_count": 3, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/3feoWsQPtBdUhrOCVPB1iazSb2W.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.017768301350392, + "vote_count": 4, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/pOLOC2tzz70N1RngVZtfhJuB5Fp.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.0106609808102336, + "vote_count": 4, + "width": 680 + }, + { + "aspect_ratio": 0.66699950074887671, + "file_path": "/63fCIVNPB2YCddJuNqb1LDI8uVv.jpg", + "height": 2003, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1336 + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:52.471667Z", + "ReducedUri": "/3/tv/1396/keywords", + "RespData": { + "id": 1396, + "results": [ + { + "name": "drug dealer", + "id": 2231 + }, + { + "name": "outlaw", + "id": 9503 + }, + { + "name": "cancer", + "id": 10163 + }, + { + "name": "drugs", + "id": 14964 + }, + { + "name": "criminal", + "id": 15009 + }, + { + "name": "meth lab", + "id": 15484 + }, + { + "name": "high school teacher", + "id": 41525 + }, + { + "name": "dea agent", + "id": 156805 + }, + { + "name": "albuquerque", + "id": 191005 + }, + { + "name": "criminal lawyer", + "id": 191199 + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:04.3494692Z", + "ReducedUri": "/3/tv/1396/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7", + "RespData": { + "status_code": 12, + "status_message": "The item/record was updated successfully." + }, + "ReqData": { + "value": 7.5 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:04.5177989Z", + "ReducedUri": "/3/tv/1396/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7", + "RespData": { + "status_code": 12, + "status_message": "The item/record was updated successfully." + }, + "ReqData": { + "value": 8.0 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:03.9021907Z", + "ReducedUri": "/3/tv/1396/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 13, + "status_message": "The item/record was deleted successfully." + }, + "RespStatusCode": 200, + "ReqMethod": "DELETE", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:42.4878352Z", + "ReducedUri": "/3/tv/1396/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 1, + "status_message": "Success." + }, + "ReqData": { + "value": 5.0 + }, + "RespStatusCode": 201, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:43.9597881Z", + "ReducedUri": "/3/tv/1396/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 18, + "status_message": "Value invalid: Values must be a multiple of 0.50." + }, + "ReqData": { + "value": 7.1 + }, + "RespStatusCode": 400, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:45.1323687Z", + "ReducedUri": "/3/tv/1396/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 18, + "status_message": "Value too low: Value must be greater than 0.0." + }, + "ReqData": { + "value": 0.0 + }, + "RespStatusCode": 400, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:45.6065376Z", + "ReducedUri": "/3/tv/1396/rating?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1", + "RespData": { + "status_code": 18, + "status_message": "Value too high: Value must be less than, or equal to 10.0." + }, + "ReqData": { + "value": 10.5 + }, + "RespStatusCode": 400, + "ReqMethod": "POST", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:46.9928769Z", + "ReducedUri": "/3/tv/1396/translations", + "RespData": { + "id": 1396, + "translations": [ + { + "iso_3166_1": "US", + "iso_639_1": "en", + "name": "English", + "english_name": "English", + "data": { + "name": "", + "overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + "homepage": "" + } + }, + { + "iso_3166_1": "JP", + "iso_639_1": "ja", + "name": "日本語", + "english_name": "Japanese", + "data": { + "name": "", + "overview": "", + "homepage": "" + } + }, + { + "iso_3166_1": "TR", + "iso_639_1": "tr", + "name": "Türkçe", + "english_name": "Turkish", + "data": { + "name": "Breaking Bad", + "overview": "İki yıllık ömrünüz kaldığını öğrenseniz, ne yapardınız? Sizi bilemeyiz, ama tüm hayatını kurallara göre yaşayan kimya öğretmeni Walter White çok farklı bir yol seçiyor: Hayatının denklemini değiştiriyor. Tüm günlük endişelerden ve toplumun dayattığı sınırlamalardan sıyrılarak yeni bir adama dönüşüyor... Kimya bilgilerini farklı bir neden için, uyuşturucu üretip satmak için kullanan bir adam. Amacı ölümünden sonra ailesinin geçinebilmesini sağlayacak parayı kazanmaktır..", + "homepage": "" + } + }, + { + "iso_3166_1": "DE", + "iso_639_1": "de", + "name": "Deutsch", + "english_name": "German", + "data": { + "name": "", + "overview": "Walter White ist ein schlafwandelnd durchs Leben gehender Highschool Chemielehrer. An seinem 50. Geburtstag wird bei ihm Krebs im Endstadium diagnostiziert. Um die finanzielle Zukunft für seine schwangere Frau und seinen behinderten Sohn zu sichern und weil er an der Schwelle des Todes nichts mehr zu verlieren hat, beschließt er seine Fähigkeiten als Chemiker gewinnbringend einzusetzen. Gemeinsam mit seinem ehemaligen Schüler Jesse Pinkman beginnt er Methamphetamin zu kochen.", + "homepage": "" + } + }, + { + "iso_3166_1": "RU", + "iso_639_1": "ru", + "name": "Pусский", + "english_name": "Russian", + "data": { + "name": "Во все тяжкие", + "overview": "Школьный учитель химии Уолтер Уайт узнаёт, что болен раком лёгких. Учитывая сложное финансовое состояние дел семьи, а также перспективы (жена Уолтера, Скайлер, беременна вторым ребёнком, а у сына ДЦП), Уолтер решает заняться изготовлением метамфетамина. Для этого он привлекает своего бывшего ученика Джесси Пинкмана, когда-то исключённого из школы при активном содействии Уайта. Пинкман сам занимался «варкой мета», но накануне в ходе рейда УБН он лишился подельника и лаборатории.", + "homepage": "" + } + }, + { + "iso_3166_1": "FR", + "iso_639_1": "fr", + "name": "Français", + "english_name": "French", + "data": { + "name": "Breaking Bad", + "overview": "Un professeur de chimie de lycée mourant d'un cancer fait équipe avec un ancien élève pour assurer l'avenir de sa famille en fabriquant et en vendant de la méthamphétamine en cristaux.", + "homepage": "" + } + }, + { + "iso_3166_1": "HU", + "iso_639_1": "hu", + "name": "Magyar", + "english_name": "Hungarian", + "data": { + "name": "Totál szívás", + "overview": "Walter (Bryan Cranstom), a kémiatanár az 50. születésnapján tudja meg, hogy végső stádiumú tüdőrákban szenved és alig egy éve van hátra. Szereti a várandós feleségét és gondozásra szoruló tinédzser fiát, ezért úgy dönt, hátralevő idejében a lehető legtöbb pénzt gyűjti össze. Erre azonban csak a törvény másik oldalán van lehetősége, ezért szövetkezik egykori, drogdíler diákjával és belefognak a metamfetamin gyártásába. Hamar kiderül, hogy Walterrel ellentétben Jesse egy pancser, és már az első üzletkötésnél összehoz másfél hullát. Walter elindul a lejtőn, ahol nincs megállás.\n\n", + "homepage": "" + } + }, + { + "iso_3166_1": "BG", + "iso_639_1": "bg", + "name": "български език", + "english_name": "Bulgarian", + "data": { + "name": "В обувките на Сатаната", + "overview": "Обикновения и нехаризматичен учител по химия – Уолтър открива нова страст в живота си, след като разбира, че е болен от рак в последен стадий. Освен че е пожънал множество успехи в химията, Уолтър обучава апатични гимназисти и работи на непълен работен ден в една автомивка, за да издържа семейството си. Доходите на жена му са съвсем скромни, а синът им Уолтър младши - твърдоглав 17-годишен тийнейджър, страда от церебрална парализа. За да осигури прехраната на любимите си хора Уолтър си поставя нови цели и се отдава на вълнуващ престъпен живот.", + "homepage": "" + } + }, + { + "iso_3166_1": "IT", + "iso_639_1": "it", + "name": "Italiano", + "english_name": "Italian", + "data": { + "name": "Breaking Bad - Reazioni collaterali", + "overview": "Walter White è un professore di chimica di Albuquerque. Vive con la moglie Skyler, incinta della loro secondogenita, e il figlio Walter Jr, affetto da un handicap motorio che gli causa difficoltà nel linguaggio e che lo obbliga a camminare tramite delle stampelle. Alla soglia del compimento dei cinquant'anni, Walter è costretto a svolgere un secondo lavoro come dipendente di un autolavaggio, per far fronte alle difficoltà economiche previste dall'imminente nascita della figlia. A tutto questo si aggiunge il profondo senso di insoddisfazione di Walter, il quale deve sopportare le angherie del suo titolare, dei suoi amici ed anche quelle dei suoi familiari, che lo considerano una nullità. In particolare, suo cognato Hank, il quale lavora presso la DEA, non perde occasione per mettere a confronto la sua vita, estremamente dinamica ed avventurosa, con quella di Walter, totalmente priva di soddisfazione. Quando a Walter viene diagnosticato un cancro ai polmoni, i suoi problemi sembrano precipitare. Tuttavia, in seguito al casuale incontro con Jesse Pinkman, un suo ex-studente diventato uno spacciatore di poco conto, Walter decide di sfruttare le sue conoscenze chimiche per \"cucinare\" metanfetamina di elevata purezza, con i cui guadagni può assicurare un futuro economico alla sua famiglia.", + "homepage": "" + } + }, + { + "iso_3166_1": "IL", + "iso_639_1": "he", + "name": "עִבְרִית", + "english_name": "Hebrew", + "data": { + "name": "שובר שורות", + "overview": "סדרת דרמה המתמקדת בוולטר וויט, מורה לכימיה בתיכון שסובל ממקרה חמור של משבר אמצע החיים, בנוסף הוא מתבשר שהינו גוסס ממחלה קשה. על מנת לממן את הטיפולים היקרים ולדאוג לעתיד משפחתו הוא חובר לתלמיד לשעבר והופך ליצרן וסוחר במתאמפטמין.", + "homepage": "" + } + }, + { + "iso_3166_1": "NL", + "iso_639_1": "nl", + "name": "Nederlands", + "english_name": "Dutch", + "data": { + "name": "Breaking Bad", + "overview": "Walter White is scheikundeleraar. Op het moment dat zijn vrouw zwanger is van hun tweede kind, stort Walters wereld in. De dokter heeft namelijk vastgesteld dat hij terminaal ziek is. Walter heeft longkanker en lijkt niet lang meer te zullen leven. Om er voor te zorgen dat zijn gezin na zijn dood niet in een financiële crisis belandt, besluit Walter over te schakelen naar een leven als misdadiger. Met de hulp van Jesse Pinkman, een uitgevallen leerling die in zijn klas heeft gezeten, maakt en verkoopt hij de drug crystal meth.", + "homepage": "" + } + }, + { + "iso_3166_1": "PL", + "iso_639_1": "pl", + "name": "Polski", + "english_name": "Polish", + "data": { + "name": "Breaking Bad", + "overview": "Głównym bohaterem \"Breaking Bad\" jest Walter White (Bryan Cranston), nauczyciel chemii mieszkający w Nowym Meksyku wraz z żoną (Anna Gunn) oraz nastoletnim synem (RJ Mitte) cierpiącym na porażenie mózgowe. Kiedy u Waltera zostaje zdiagnozowany rak w trzecim stadium, lekarze rokują, że pozostały mu dwa lata życia. Dzięki tym prognozom Walter wyzbywa się wszelkich lęków i pragnąc zabezpieczyć swoją rodzinę finansowo decyduje się wkroczyć do niebezpiecznego świata narkotyków i zbrodni. Serial ukazuje jak śmiertelna diagnoza jaką postawiono White'owi, zwyczajnemu mężczyźnie z typowymi, codziennymi problemami zmienia go z łagodnego domatora w trzon narkotykowej branży.", + "homepage": "" + } + }, + { + "iso_3166_1": "PT", + "iso_639_1": "pt", + "name": "Português", + "english_name": "Portuguese", + "data": { + "name": "Ruptura Total", + "overview": "Bryan Cranston, é a estrela da série no papel de Walter White, um professor de química que leva uma vida difícil e luta para pagar as contas, sustentar a esposa (Anna Gunn) e o filho, que tem dificuldades físicas (RJ Mitte). A sua vida inteira muda diante de um diagnóstico perturbador: cancro do pulmão sem possibilidade de cura. Com poucos anos de vida e nada mais a perder, Walter usa os seus conhecimentos de química para fazer e vender metanfetamina com um dos seus ex-alunos (Aaron Paul).", + "homepage": "" + } + }, + { + "iso_3166_1": "CZ", + "iso_639_1": "cs", + "name": "Český", + "english_name": "Czech", + "data": { + "name": "Perníkový táta", + "overview": "Co se stane, když u středoškolského oceňovaného učitele chemie diagnostikují rakovinu plic v pokročilém stádiu? Dá se na kriminální dráhu jako drogový dealer, aby stihl vydělat co nejvíce peněz pro svou těhotnou ženu...", + "homepage": "" + } + }, + { + "iso_3166_1": "CN", + "iso_639_1": "zh", + "name": "普通话", + "english_name": "Mandarin", + "data": { + "name": "绝命毒师", + "overview": "故事发生在新墨西哥州,高中化学老师 Walter(布莱恩·科兰斯顿 饰)是一位平凡得不能再平凡的小人物。Walter 本是大学研究所化学高材生,并参与过诺贝尔化学奖的合作,但为了过平凡的生活而放弃成为化学家,在一所高中担任化学老师。但是他却被诊断出患了中晚期肺癌。面对突如其来的不幸,他首先想到的是家人未来的生计问题,因为他家中有一位40多岁怀有身孕的妻子和患有轻度脑瘫的儿子。而他是家里唯一的经济来源。", + "homepage": "" + } + }, + { + "iso_3166_1": "DK", + "iso_639_1": "da", + "name": "Dansk", + "english_name": "Danish", + "data": { + "name": "", + "overview": "En high school-kemilærer med uhelbredelig kræft begynder produktion og salg af krystalmetamfetamin sammen med en tidligere studerende for at sikre sin families fremtid.", + "homepage": "" + } + }, + { + "iso_3166_1": "UA", + "iso_639_1": "uk", + "name": "Український", + "english_name": "Ukrainian", + "data": { + "name": "Пуститися берега", + "overview": "Уолтер Уайт - викладач хімії в універсітеті. У нього є дружина, яка вагітна, й син-інвалід. Уолт уже немолодий і в його віці часто бувають кризи, тим більше потрібно годувати родину, а на заробітну платню викладача не розгуляєшся, тому він змушений підробляти на автомийці, де його ж студенти з нього насміхаються, а ще син, чию інвалідність теж постійно осміюють.\n\nЙого свояк працює в Управлінні по боротьбі з наркотиками й одного разу пропонує взяти участь в облаві будинку, де розташована лабораторія з виробництва метамфетаміна. Під час облави Уолт випадково бачить, як один дилер тікає, ним виявляється його колишній студент.\n\nРозчарований у житті, Уолт вирішує зайнятися з ним бізнесом з виробництва метамфетаміна. Хто ще може приготувати найчистіший метамфетамін, як не вчитель хімії?\n\nУолт і його напарник знімають трейлер для влаштування лабораторії, виїхавши у пустелю, подалі від очей. Перша партія готова, напарник Уолта Джессі йде її реалізовувати...", + "homepage": "" + } + }, + { + "iso_3166_1": "SE", + "iso_639_1": "sv", + "name": "svenska", + "english_name": "Swedish", + "data": { + "name": "", + "overview": "Walter White, en alldaglig high school-kemilärare i 50-årsåldern som även extraknäcker på en biltvätt lever ett stillsamt liv, i ett oengagerat äktenskap med sin gravida, TV-shoppande fru Skyler och deras tonårige son Walter Jr., som lider av en lätt CP-skada När Walt Senior blir diagnostiserad med lungcancer, bestämmer han sig för att slå sig in på den brottsliga banan, för att kunna få ihop ett kapital att lämna efter sig vid sin kommande död. Han sätter upp ett \"meth lab\" och kokar metamfetamin tillsammans med sin tidigare elev, Jesse Pinkman.", + "homepage": "" + } + }, + { + "iso_3166_1": "SK", + "iso_639_1": "sk", + "name": "Slovenčina", + "english_name": "Slovak", + "data": { + "name": "Perníkový tatko", + "overview": "Stredoškolskému učiteľovi chémie je diagnostikovaná rakovina a tak sa rozhodne pred svojou smrťou zaopatriť výrobou metam­fetamínu svoju rodinu. Seriál vyniká úplne famóznou premenou hlavnej postavy z obyčajného človeka na kľúčovú postavu drogového obchodu a skutočného bossa.", + "homepage": "" + } + }, + { + "iso_3166_1": "HR", + "iso_639_1": "hr", + "name": "Hrvatski", + "english_name": "Croatian", + "data": { + "name": "Na putu prema dolje", + "overview": "Walter White je srednjovječni profesor kemije koji jednog dana doznaje da boluje od neizlječivog raka pluća, a prognoze nisu sjajne. Uz sve to, ima hendikepirano dijete i trudnu ženu. Prije nego umre, odlučuje da će se pobrinuti za svoju obitelj pa u podrumu stvori laboratorij za proizvodnju droge. Seriju je stvorio Vince Gilligan koji je radio i na „Dosjeima X“, omiljenoj seriji svih zaljubljenika u mistično i natprirodno. Mnogi kritičari pohvalili su odličnu glumu, a serija je općenito dobro prihvaćena i spada među favorite svih fanova pomaknutog humora.", + "homepage": "" + } + }, + { + "iso_3166_1": "BS", + "iso_639_1": "bs", + "name": "Bosanski", + "english_name": "Bosnian", + "data": { + "name": "Breaking Bad", + "overview": "Walter White je srednjovječni profesor kemije koji jednog dana doznaje da boluje od neizlječivog raka pluća, a prognoze nisu sjajne. Uz sve to, ima hendikepirano dijete i trudnu ženu. Prije nego umre, odlučuje da će se pobrinuti za svoju obitelj pa u podrumu stvori laboratorij za proizvodnju droge. Seriju je stvorio Vince Gilligan koji je radio i na „Dosjeima X“, omiljenoj seriji svih zaljubljenika u mistično i natprirodno. Mnogi kritičari pohvalili su odličnu glumu, a serija je općenito dobro prihvaćena i spada među favorite svih fanova pomaknutog humora.\n\n", + "homepage": "" + } + }, + { + "iso_3166_1": "ES", + "iso_639_1": "es", + "name": "Español", + "english_name": "Spanish", + "data": { + "name": "Breaking Bad", + "overview": "Tras cumplir 50 años, Walter White (Bryan Cranston), un profesor de química de un instituto de Albuquerque, Nuevo México, se entera de que tiene un cáncer de pulmón incurable. Casado con Skyler (Anna Gunn) y con un hijo discapacitado (RJ Mitte), la brutal noticia lo impulsa a dar un drástico cambio a su vida: decide, con la ayuda de un antiguo alumno (Aaron Paul), fabricar anfetaminas y ponerlas a la venta. Lo que pretende es liberar a su familia de problemas económicos cuando se produzca el fatal desenlace.", + "homepage": "" + } + }, + { + "iso_3166_1": "ET", + "iso_639_1": "et", + "name": "Eesti", + "english_name": "Estonian", + "data": { + "name": "Halvale Teele", + "overview": "", + "homepage": "" + } + }, + { + "iso_3166_1": "LT", + "iso_639_1": "lt", + "name": "Lietuvių", + "english_name": "Lithuanian", + "data": { + "name": "Bręstantis blogis", + "overview": "Chemijos mokytojas su žmona ir neįgaliu paaugliu sūnumi gyvena Naujojoje Meksikoje. Netikėtai jam nustatomas trečios stadijos vėžys, medikai teigia, kad gyventi beliko metai. Ši žinia ramų vyriškį išlaisvina iš bet kokių baimių ir visuomenės normų. Norėdamas užtikrinti šeimai gerą materialinę ateitį, jis pradeda gaminti aukščiausios kokybės amfetaminą. Mirtina diagnozė tykų namisėdą paverčia narkotikų pasaulio karaliuku.", + "homepage": "" + } + }, + { + "iso_3166_1": "FI", + "iso_639_1": "fi", + "name": "suomi", + "english_name": "Finnish", + "data": { + "name": "Breaking Bad", + "overview": "Parhaan miespuolisen draamanäyttelijän Emmyn voittanut Bryan Cranston esittää Walter Whitea, taitavaa kemistiä, joka on päätynyt kohtalon oikuista opettajaksi ja osa-aikaiseksi autopesulatyöntekijäksi. Kaikki muuttuu, kun Walter kuulee sairastavansa parantumatonta syöpää. Hän miettii keinoja turvata perheensä toimeentulo jatkossakin ja keksii yllättävän ratkaisun: huumekaupan. Walter ottaa kemistintaitonsa käyttöön ja lähtee rikoksen poluille johtoajatuksenaan, ettei hänellä ole mitään hävittävää. Vaarallisiin huumekuvioihin sekaantuminen ei kuitenkaan tee kiltistä Walterista hirviötä, päinvastoin.", + "homepage": "" + } + }, + { + "iso_3166_1": "TH", + "iso_639_1": "th", + "name": "ภาษาไทย", + "english_name": "Thai", + "data": { + "name": "เบรกกิง แบด ดับเครื่องชน คนดีแตก", + "overview": "Breaking Bad เป็นละครชุดอเมริกันแนวอาชญากรรม ออกอากาศทางช่องเอเอ็มซีตลอดห้าซีซัน ตั้งแต่วันที่ 20 มกราคม ค.ศ. 2008 ถึงวันที่ 29 กันยายน ค.ศ. 2013 ตัวละครหลักคือวอลเตอร์ ไวต์ (ไบรอัน แครนสตัน) ครูสอนวิชาเคมีในโรงเรียนมัธยมปลายผู้สู้ชีวิต หลังตรวจพบว่าตนเป็นโรคมะเร็งปอดชนิดรักษาด้วยการผ่าตัดไม่ได้ตั้งแต่ต้นเรื่อง ชีวิตของเขาแปรผันมาพัวพันกับอาชญากรรม ผลิตและขายยาเมตแอมเฟตามีนเพื่อช่วยพยุงการเงินของครอบครัวก่อนเขาเสียชีวิต ร่วมทีมกับลูกศิษย์เก่า เจสซี พิงก์แมน (แอรอน พอล) ละครสร้างสรรค์โดยวินซ์ กิลลิแกน และถ่ายทำที่แอลบูเคอร์คี รัฐนิวเม็กซิโก", + "homepage": "" + } + }, + { + "iso_3166_1": "RO", + "iso_639_1": "ro", + "name": "Română", + "english_name": "Romanian", + "data": { + "name": "Breaking Bad", + "overview": "Dramă premiată cu două statuete Emmy de mare audiență, „Încălcarea gravă a legii” spune povestea lui Walter, un profesor de chimie care, lovit în plin de criza de la mijlocul vieţii - cea mai gravă criză din câte s-au văzut vreodată -, începe să încalce legea prin fapte de o gravitate din ce în ce mai mare.", + "homepage": "" + } + }, + { + "iso_3166_1": "BR", + "iso_639_1": "pt", + "name": "Português", + "english_name": "Portuguese", + "data": { + "name": "Breaking Bad: A Química do Mal", + "overview": "Walter White é um professor de química que leva uma vida difícil e luta para pagar as contas, sustentando a esposa e o filho. Sua vida inteira muda diante de um diagnóstico perturbador; câncer do pulmão sem possibilidade de cura. Com poucos anos de vida e nada mais a perder, Walter usa seus conhecimentos de química para fazer e vender metanfetamina com um dos seus ex-alunos. Seus negócios crescem e as mentiras também, mas nada detém Walter em sua missão de assegurar o futuro da família após a sua morte, mesmo que ele tenha que arriscar a vida da família toda.", + "homepage": "" + } + }, + { + "iso_3166_1": "SA", + "iso_639_1": "ar", + "name": "العربية", + "english_name": "Arabic", + "data": { + "name": "اختلال ضال", + "overview": "تدور أحداث المسلسل بشكل رئيسي عن والتر وايت أستاذ في مدرسة ثانوية لمادة الكيمياء وعبقري في اختصاصه يكتشف اصابته بمرض السرطان، وبسبب عدم امتلاكه للمال الكافي لتغطية تكاليف العلاج اللازم له يتجه نحو إنتاج المخدرات مع طالب سابق عنده  جيسي بينكمان وبعد بدئه في الإنتاج واكتشافه للمردود القادم من بيع المخدرات تصبح إرادته في كسب المزيد من المال لتأمين مستقبل أفضل لعائلته بعد وفاته.", + "homepage": "" + } + }, + { + "iso_3166_1": "CA", + "iso_639_1": "fr", + "name": "Français", + "english_name": "French", + "data": { + "name": "Breaking Bad : Le chimiste", + "overview": "Walter White, 50 ans, est professeur de chimie dans un lycée du Nouveau-Mexique. Pour subvenir aux besoins de Skyler, sa femme enceinte, et de Walt Junior, son fils handicapé, il est obligé de travailler doublement. Son quotidien déjà morose devient carrément noir lorsqu'il apprend qu'il est atteint d'un incurable cancer des poumons. Les médecins ne lui donnent pas plus de deux ans à vivre. Pour réunir rapidement beaucoup d'argent afin de mettre sa famille à l'abri, Walter ne voit plus qu'une solution : mettre ses connaissances en chimie à profit pour fabriquer et vendre du crystal meth, une drogue de synthèse qui rapporte beaucoup. Il propose à Jesse, un de ses anciens élèves devenu un petit dealer de seconde zone, de faire équipe avec lui. Le duo improvisé met en place un labo itinérant dans un vieux camping-car. Cette association inattendue va les entraîner dans une série de péripéties tant comiques que pathétiques.", + "homepage": "" + } + }, + { + "iso_3166_1": "MX", + "iso_639_1": "es", + "name": "Español", + "english_name": "Spanish", + "data": { + "name": "Breaking Bad", + "overview": "Tras cumplir 50 años, Walter White , un profesor de química de un instituto de Albuquerque, Nuevo México, se entera de que tiene un cáncer de pulmón incurable. Casado con Skyler  y con un hijo discapacitado , la brutal noticia lo impulsa a dar un drástico cambio a su vida: decide, con la ayuda de un antiguo alumno , fabricar anfetaminas y ponerlas a la venta. Lo que pretende es liberar a su familia de problemas económicos cuando se produzca el fatal desenlace.", + "homepage": "" + } + }, + { + "iso_3166_1": "RS", + "iso_639_1": "sr", + "name": "Srpski", + "english_name": "Serbian", + "data": { + "name": "Чиста хемија", + "overview": "Волтер Вајт је професор хемије у средњој школи, који се окреће другој страни закона да би прехранио трудну жену и сина са парализом, након што му је постављена дијагноза рака плућа у поодмаклој фази.", + "homepage": "" + } + }, + { + "iso_3166_1": "GR", + "iso_639_1": "el", + "name": "ελληνικά", + "english_name": "Greek", + "data": { + "name": "", + "overview": "Καθηγητής Χημείας, μεσήλικας, οικογενειάρχης σε όχι τόσο καλή οικονομική κατάσταση ανακαλύπτει ότι έχει μη ιάσιμο καρκίνο του πνεύμονα. Σιγά σιγά ξεκινάει να βλέπει τη ζωή με άλλη ματιά, να συνειδητοποιεί τους συμβιβασμούς που έκανε και τα στερεότυπα που ακολούθησε, και παίρνει την απόφαση να στραφεί στο έγκλημα και συγκεκριμένα στο \"μαγείρεμα\" και διανομή του ναρκωτικού μεθαμφεταμίνη με ότι αυτό συνεπάγεται.", + "homepage": "" + } + }, + { + "iso_3166_1": "KR", + "iso_639_1": "ko", + "name": "한국어/조선말", + "english_name": "Korean", + "data": { + "name": "브레이킹 배드", + "overview": "2008년 1월 AMC에서 방영을 시작한 범죄 스릴러. Breaking Bad는 막가기를 뜻하는 미국 남부 지방의 속어이다. 한때 노벨화학상까지 바라 볼 정도로 뛰어난 과학자였던 고등학교 화학 교사 월터 화이트는 자신의 50세 생일 날에 폐암 3기 진단을 받는다. 어느 날 동서와 함께 마약 단속 현장을 참관한 그는 현장에서 달아나는 옛 제자 제시를 발견한다. 뇌성마비에 걸린 고등학생 아들과 임신한 아내를 위해 제시에게 동업을 제의한 월터는 자신의 화학지식을 이용해 전례없는 고순도 고품질의 메스암페타민을 제조한다.", + "homepage": "" + } + }, + { + "iso_3166_1": "VN", + "iso_639_1": "vi", + "name": "Tiếng Việt", + "english_name": "Vietnamese", + "data": { + "name": "", + "overview": "", + "homepage": "" + } + }, + { + "iso_3166_1": "IR", + "iso_639_1": "fa", + "name": "فارسی", + "english_name": "Persian", + "data": { + "name": "بدبیاری", + "overview": "داستان سریال درباره یک معلم شیمی میانسال است که متوجه می شود که دارای سرطان ریه است و ۲ سال بیشتر وقت برای زندگی ندارد. او که وضع مالی خوبی ندارد و دارای همسر و پسری معلول می باشد، به این فکر می افتد که باید قبل از مردن زندگی خانواده خود را تامین کند. پس با توجه به آشناییش به علم شیمی، همراه با یکی از شاگردان سابقش شروع به ساخت و فروش مواد مخدر می کند…", + "homepage": "" + } + }, + { + "iso_3166_1": "TW", + "iso_639_1": "zh", + "name": "普通话", + "english_name": "Mandarin", + "data": { + "name": "絕命毒師", + "overview": "故事講述一名高中化學老師沃特·懷特生活陷入困頓,為了扶養懷孕的妻子和患有腦性麻痹的兒子,在被診斷出肺癌末期後,與過去的學生、如今販毒的傑西合謀,以化學知識製作冰毒獲取巨大利益,然而鋌而走險的販毒過程卻逐漸失控且瀕臨多次生命危險。", + "homepage": "" + } + }, + { + "iso_3166_1": "NO", + "iso_639_1": "no", + "name": "Norsk", + "english_name": "Norwegian", + "data": { + "name": "Breaking Bad", + "overview": "En kreftsyk kjemilærer slår seg sammen med en tidligere elev for å produsere og selge metamfetamin slik at han kan sikre familiens framtid.", + "homepage": "" + } + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:44.1879177Z", + "ReducedUri": "/3/tv/1396/videos", + "RespData": { + "id": 1396, + "results": [ + { + "id": "5759db2fc3a3683e7c003df7", + "iso_639_1": "en", + "iso_3166_1": "US", + "key": "XZ8daibM3AE", + "name": "BREAKING BAD - Seasons 1-5 Trailer", + "site": "YouTube", + "size": 720, + "type": "Trailer" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:43.0896527Z", + "ReducedUri": "/3/tv/1396?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&append_to_response=credits%2cimages%2cexternal_ids%2ccontent_ratings%2calternative_titles%2ckeywords%2caccount_states%2cchanges%2crecommendations", + "RespData": { + "backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg", + "created_by": [ + { + "id": 66633, + "credit_id": "52542286760ee31328001a7b", + "name": "Vince Gilligan", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + } + ], + "episode_run_time": [ + 45, + 47 + ], + "first_air_date": "2008-01-20", + "genres": [ + { + "id": 18, + "name": "Drama" + } + ], + "homepage": "http://www.amc.com/shows/breaking-bad", + "id": 1396, + "in_production": false, + "languages": [ + "en" + ], + "last_air_date": "2013-09-29", + "last_episode_to_air": { + "air_date": "2013-09-29", + "episode_number": 16, + "id": 62161, + "name": "Felina", + "overview": "All bad things must come to an end.", + "production_code": null, + "season_number": 5, + "show_id": 1396, + "still_path": "/pA0YwyhvdDXP3BEGL2grrIhq8aM.jpg", + "vote_average": 8.896, + "vote_count": 48 + }, + "name": "Breaking Bad", + "next_episode_to_air": null, + "networks": [ + { + "name": "AMC", + "id": 174, + "logo_path": "/pmvRmATOCaDykE6JrVoeYxlFHw3.png", + "origin_country": "US" + } + ], + "number_of_episodes": 62, + "number_of_seasons": 5, + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Breaking Bad", + "overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + "popularity": 78.773, + "poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg", + "production_companies": [ + { + "id": 11073, + "logo_path": "/wHs44fktdoj6c378ZbSWfzKsM2Z.png", + "name": "Sony Pictures Television", + "origin_country": "US" + }, + { + "id": 33742, + "logo_path": null, + "name": "High Bridge Entertainment", + "origin_country": "" + }, + { + "id": 2605, + "logo_path": null, + "name": "Gran Via Productions", + "origin_country": "" + } + ], + "seasons": [ + { + "air_date": "2009-02-17", + "episode_count": 6, + "id": 3577, + "name": "Specials", + "overview": "", + "poster_path": "/AngNuUbXSciwLnUXtdOBHqphxNr.jpg", + "season_number": 0 + }, + { + "air_date": "2008-01-20", + "episode_count": 7, + "id": 3572, + "name": "Season 1", + "overview": "High school chemistry teacher Walter White's life is suddenly transformed by a dire medical diagnosis. Street-savvy former student Jesse Pinkman \"teaches\" Walter a new trade.", + "poster_path": "/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg", + "season_number": 1 + }, + { + "air_date": "2009-03-08", + "episode_count": 13, + "id": 3573, + "name": "Season 2", + "overview": "In the second season, Walt must deal with the chain reaction of his choice, as he and Jesse face new and severe consequences. When danger and suspicion around Walt escalate, he is pushed to new levels of desperation. Just how much higher will the stakes rise? How far is Walt willing to go to ensure his family's security? Will his grand plan spiral out of control?", + "poster_path": "/gdzDWM65k0Mrw1O4PFQm4ickcLV.jpg", + "season_number": 2 + }, + { + "air_date": "2010-03-21", + "episode_count": 13, + "id": 3575, + "name": "Season 3", + "overview": "In the third season, Walt continues to battle dueling identities: a desperate husband and father trying to provide for his family, and a newly appointed key player in the Albuquerque drug trade. As the danger around him escalates, Walt is now entrenched in the complex worlds of an angst-ridden family on the verge of dissolution, and the ruthless and unrelenting drug cartel.", + "poster_path": "/ffP8Q8ew048YofHRnFVM18B2fPG.jpg", + "season_number": 3 + }, + { + "air_date": "2011-07-17", + "episode_count": 13, + "id": 3576, + "name": "Season 4", + "overview": "This season, Walt and Jesse must cope with the fallout of their previous actions, both personally and professionally. Tension mounts as Walt faces a true standoff with his employer, Gus, with neither side willing or able to back down. Walt must also adjust to a new relationship with Skyler, whom while still reconciling her relationship with Walt, is committed to properly laundering Walt’s money and ensuring her sister Marie and an ailing Hank are financially stable.", + "poster_path": "/hEOORc9661CRPpDa207w1GuEAMj.jpg", + "season_number": 4 + }, + { + "air_date": "2012-07-15", + "episode_count": 16, + "id": 3578, + "name": "Season 5", + "overview": "In season five, Walt is faced with the prospect of moving on in a world without his enemy. As the pressure of a criminal life starts to build, Skyler struggles to keep Walt’s terrible secrets. Facing resistance from sometime adversary and former Fring lieutenant Mike, Walt tries to keep his world from falling apart even as his DEA Agent brother in law, Hank, finds numerous leads that could blaze a path straight to Walt. \n\nAll bad things must come to an end.", + "poster_path": "/r3z70vunihrAkjILQKWHX0G2xzO.jpg", + "season_number": 5 + } + ], + "status": "Ended", + "type": "Scripted", + "vote_average": 8.4, + "vote_count": 3046, + "credits": { + "cast": [ + { + "character": "Walter White", + "credit_id": "52542282760ee313280017f9", + "id": 17419, + "name": "Bryan Cranston", + "gender": 2, + "profile_path": "/9dvZ0Id5RtnCGianoayNJBFrNVU.jpg", + "order": 0 + }, + { + "character": "Skyler White", + "credit_id": "52542282760ee3132800181b", + "id": 134531, + "name": "Anna Gunn", + "gender": 1, + "profile_path": "/6yLKtfYFWbJp5HAjvCecQCYlmqk.jpg", + "order": 1 + }, + { + "character": "Jesse Pinkman", + "credit_id": "52542282760ee31328001845", + "id": 84497, + "name": "Aaron Paul", + "gender": 2, + "profile_path": "/lOhc9ePVvCwokS1fl9nbfVbEkXa.jpg", + "order": 2 + }, + { + "character": "Hank Schrader", + "credit_id": "52542283760ee3132800187b", + "id": 14329, + "name": "Dean Norris", + "gender": 2, + "profile_path": "/owIr4b4VIlJu0m6Drofd3P0qDl5.jpg", + "order": 3 + }, + { + "character": "Marie Schrader", + "credit_id": "52542283760ee31328001891", + "id": 1217934, + "name": "Betsy Brandt", + "gender": 1, + "profile_path": "/zpmsca1HCVqYrtWXV9xdmsECDTI.jpg", + "order": 4 + }, + { + "character": "Walter White Jr.", + "credit_id": "52542284760ee313280018a9", + "id": 209674, + "name": "RJ Mitte", + "gender": 2, + "profile_path": "/hAePiQIVZkgGfAB8bCxdmS9nCfW.jpg", + "order": 5 + }, + { + "character": "Mike Ehrmantraut", + "credit_id": "5271b1e6760ee35af60941ad", + "id": 783, + "name": "Jonathan Banks", + "gender": 2, + "profile_path": "/s6K0lromCtmSTzuX9hig8OPiRsC.jpg", + "order": 10 + }, + { + "character": "Saul Goodman", + "credit_id": "5271b180760ee35afc09bb8d", + "id": 59410, + "name": "Bob Odenkirk", + "gender": 2, + "profile_path": "/nJLcRRqq9JTQTgVYrFn7vPDgAsK.jpg", + "order": 73 + } + ], + "crew": [ + { + "credit_id": "52542287760ee31328001af1", + "department": "Production", + "id": 66633, + "name": "Vince Gilligan", + "gender": 2, + "job": "Executive Producer", + "profile_path": "/rLSUjr725ez1cK7SKVxC9udO03Y.jpg" + }, + { + "credit_id": "52542287760ee31328001b69", + "department": "Production", + "id": 5162, + "name": "Mark Johnson", + "gender": 2, + "job": "Executive Producer", + "profile_path": "/yKGF6cbzyP03Gl1QhVLCu1gWSW6.jpg" + }, + { + "credit_id": "52542288760ee31328001b83", + "department": "Production", + "id": 29779, + "name": "Michelle MacLaren", + "gender": 1, + "job": "Executive Producer", + "profile_path": "/7pSOTNnQB5GJXm5HylTY04Y2QAB.jpg" + }, + { + "credit_id": "52b7034f19c2955402184de6", + "department": "Costume & Make-Up", + "id": 35583, + "name": "Kathleen Detoro", + "gender": 0, + "job": "Costume Design", + "profile_path": null + }, + { + "credit_id": "52b7008819c29559eb03dd72", + "department": "Sound", + "id": 1280070, + "name": "Dave Porter", + "gender": 2, + "job": "Original Music Composer", + "profile_path": null + }, + { + "credit_id": "52b7020b19c295223b0a46e8", + "department": "Art", + "id": 21640, + "name": "Robb Wilson King", + "gender": 2, + "job": "Production Design", + "profile_path": null + }, + { + "credit_id": "52542287760ee31328001b07", + "department": "Production", + "id": 1218856, + "name": "Patty Lin", + "gender": 1, + "job": "Producer", + "profile_path": null + }, + { + "credit_id": "52542287760ee31328001b27", + "department": "Production", + "id": 29924, + "name": "John Shiban", + "gender": 2, + "job": "Producer", + "profile_path": "/rswDSJsdupySS9oEBKzYDE7Uod9.jpg" + }, + { + "credit_id": "52542289760ee31328001b9d", + "department": "Production", + "id": 1223199, + "name": "Melissa Bernstein", + "gender": 1, + "job": "Producer", + "profile_path": null + }, + { + "credit_id": "52542289760ee31328001bb3", + "department": "Production", + "id": 1223194, + "name": "Sam Catlin", + "gender": 2, + "job": "Producer", + "profile_path": "/5Xt7ONeJpF3x2XZ9JwQO9vGDuJ1.jpg" + }, + { + "credit_id": "52542289760ee31328001bd1", + "department": "Production", + "id": 24951, + "name": "Peter Gould", + "gender": 2, + "job": "Producer", + "profile_path": null + }, + { + "credit_id": "52542289760ee31328001be9", + "department": "Production", + "id": 1223193, + "name": "George Mastras", + "gender": 2, + "job": "Producer", + "profile_path": null + }, + { + "credit_id": "52542289760ee31328001c03", + "department": "Production", + "id": 103009, + "name": "Thomas Schnauz", + "gender": 2, + "job": "Producer", + "profile_path": null + }, + { + "credit_id": "5254228a760ee31328001c1d", + "department": "Production", + "id": 1223200, + "name": "Stewart Lyons", + "gender": 0, + "job": "Producer", + "profile_path": null + }, + { + "credit_id": "5254228c760ee31328001c37", + "department": "Production", + "id": 1223201, + "name": "Karen Moore", + "gender": 0, + "job": "Producer", + "profile_path": null + }, + { + "credit_id": "5254228c760ee31328001c6d", + "department": "Production", + "id": 1223198, + "name": "Moira Walley-Beckett", + "gender": 1, + "job": "Producer", + "profile_path": "/no9Qs6FPlMH0242d1hW8BOMn5zU.jpg" + }, + { + "credit_id": "5254228d760ee31328001cc7", + "department": "Production", + "id": 17419, + "name": "Bryan Cranston", + "gender": 2, + "job": "Producer", + "profile_path": "/9dvZ0Id5RtnCGianoayNJBFrNVU.jpg" + }, + { + "credit_id": "5254228e760ee31328001ce1", + "department": "Production", + "id": 1223202, + "name": "Diane Mercer", + "gender": 1, + "job": "Producer", + "profile_path": null + } + ] + }, + "images": { + "backdrops": [ + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.546, + "vote_count": 11, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/bzoZjhbpriBT2N5kwgK0weUfVOX.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.5, + "vote_count": 10, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/hbgPoI0GBrXJfGjYNV2fMQU0xou.jpg", + "height": 1152, + "iso_639_1": null, + "vote_average": 5.456, + "vote_count": 9, + "width": 2048 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/yFVUqiugxQLLrYxwsIcGQ3P8FWO.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.456, + "vote_count": 5, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/n5kIjzyYNdDfJbfNkG68j3qDm6n.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.442, + "vote_count": 7, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/uOUwoxW2nO8mWN0KQrXiKdXK132.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.376, + "vote_count": 6, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/zzSjSRC04z7dc4xQopWTJYmXb9g.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.35, + "vote_count": 5, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/6u4YG0oNzhFaFJs080ljlpSgpfD.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.342, + "vote_count": 10, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/2cxsSpTNb8SFczKLrnXlhw2p7hW.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.316, + "vote_count": 5, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/u3TcKJ1qqgd8D3Dd73FnIMVVsur.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.308, + "vote_count": 5, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/sIJyCJedGlZf1TId41gCtkblBGo.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.2783366867873918, + "vote_count": 8, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/siv4GtEMtrqljl0qiTGCvzolXWH.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2726017943409236, + "vote_count": 6, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/bbFaLaLv8TwR7KKnZ3reHGS4VQO.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.259417199715708, + "vote_count": 4, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/6HDSHcG7H1qdIrGDTJTft8enWjN.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/ymrPqhHl8v9tf3eK3f9byggZ0n7.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/5sHew9rjOsALuDVxwu0pJexOXWA.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/an69IYogpnY2spo1dGVjmTy0m49.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/bagJdiz7JzB1bb87x24qKwrgWwK.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/y3Roit8o1v7EYXGqH7AQMNUBZQR.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/qgSmYpFBZdfHbjssjJN1XOrb2Us.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/ewRICWQvNXsViiUouM3M3jm5VyI.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/99PL1OnOT9PVZx09qerR0s1g0Gx.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/abFs25RWEvn8WkLholkqFAUC8OF.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/rMvlRVBngldwWCoGqxQoPdJRnwC.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/ebQo1jOfx9UR9cPzBa6bHpxMWhq.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/nxVC9a6TjeoKr6Ezkfz1jRSlf6L.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/m5apfrjjgc7jbOwRTXqDF5EXXfO.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/mpfWjvSmNaYCzfUmfnGe1A1wkbu.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/tJAeZ3OoWDC1LVe7IBmGnBSOYZX.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/162VmHV23N1FqQhYjZiZCH9GkQA.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/gzqjlgcYIHZSnUS1bnxVDxQwCR0.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/qnnW0CY89lQZPgNrwpARJOBQtI1.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/yG8QDHyrVMBe5H7Q7cIPKq45Iq0.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.2454212454212454, + "vote_count": 2, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/2YeWCxUeVehwsTzyWaQjIf0RCfc.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.2449965493443749, + "vote_count": 6, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/61nBiocMvOxvPtJgxk3GLCePvcf.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/gN14vIo5T2G3kwtdS1lHuFeJXJ9.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/qamG9LeH42UombW1bfZlIlzO5Y1.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.232, + "vote_count": 6, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/gsTAr00IPr4xchkY5Upb1wDewdz.jpg", + "height": 1152, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 2048 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/1VUcBGU5fGM3xxLjMitq6yiso67.jpg", + "height": 1152, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 2048 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/2kjj1me8oRXc9FmbR1UkFqb1mwA.jpg", + "height": 1152, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 2048 + }, + { + "aspect_ratio": 1.77732379979571, + "file_path": "/dMIyjizosMyzmJVfzVDjjHsKdqp.jpg", + "height": 979, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1740 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/bTJLGUbqcGAuZnNvp59zjqqLzOR.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/aIOpF9Fp1SbYpSusJ3scDTYrqod.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/uqBIxGmeZMLdBA3SIa7fXC438zw.jpg", + "height": 1080, + "iso_639_1": "xx", + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/k2N2DpK7kDcM0rXLKuTV6bUTIZN.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/rmOmfel02YAgVRUdb9tlRyLW8mm.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/vIgu5fsJH50QcSz2hmfaqJHovUo.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/eCaT3wx244KPmnMchvag3kSGGw5.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/gVqPqjyiDmpoNJOFjvg0b8WCC3R.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/bZ23G5JiNmeZG9t6hRMLhY9W3gP.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/nIh1ygw5kVRaEFqXcj8CTi3pKK5.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/mojM8NJQlpTWpiD68rcOWnzcEVR.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/dRaV8HGx7Z9xmw77qSs8prp5OuI.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/bFWW5vVZS1YW0a0Cq0liYakj6vt.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/mrPw1gAXXV8OYQTr8ipKuYTuaa6.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1711309523809534, + "vote_count": 1, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/eIOpMbnMqiAgBS8cZocAATRsb28.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.168, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/upeNbWF5wKZUOUcUW4EnVfYYjRo.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.158, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/qfWveejMEeA4zGgscX8YUUTLuTB.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.152, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/6tRuCy7VXidZVRXIR4ThBx2omK3.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.152, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/v5F4chUYiRnH9cI2JCpWrrK3q6D.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 5.1135531135531131, + "vote_count": 2, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/zintOUBVjVapaNN3vAmm1rcfY1p.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.11, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/nXlTbIrgroOCCKQSsMizmqQ4NAG.jpg", + "height": 720, + "iso_639_1": "en", + "vote_average": 5.094, + "vote_count": 3, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/va7jNaQUsIdWADokQSdPXeJYk1O.jpg", + "height": 720, + "iso_639_1": "en", + "vote_average": 5.072, + "vote_count": 3, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/3FnSPz1nqkaW65dj4BWRN185adp.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.058, + "vote_count": 3, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/2X0RK6uztO7J5XBSRtRcNGlzGml.jpg", + "height": 1080, + "iso_639_1": "en", + "vote_average": 5.018, + "vote_count": 4, + "width": 1920 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/uJH4Kinwh7E1Wb4pw78mkxRURB9.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/dMGGcH7iGJu14i7LntLipMLHEDK.jpg", + "height": 720, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1280 + }, + { + "aspect_ratio": 1.7777777777777779, + "file_path": "/75GBzWJbNjwDA5sVPrELfttihL0.jpg", + "height": 1080, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 1920 + } + ], + "posters": [ + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg", + "height": 1800, + "iso_639_1": "en", + "vote_average": 5.986, + "vote_count": 14, + "width": 1200 + }, + { + "aspect_ratio": 0.68, + "file_path": "/wnoMOVO06oI55fWrR0mQUbquERh.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.456, + "vote_count": 7, + "width": 680 + }, + { + "aspect_ratio": 0.666, + "file_path": "/gOMcl7SEF1DvW0D3nOiaW8x8IgN.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.312, + "vote_count": 7, + "width": 999 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/xL5yWkuH1PlmNJmpWvIxAfXvNXK.jpg", + "height": 2268, + "iso_639_1": "hu", + "vote_average": 5.312, + "vote_count": 1, + "width": 1512 + }, + { + "aspect_ratio": 0.68, + "file_path": "/nXXSNb8qXn66DeZL0BIG79Omyo2.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.288, + "vote_count": 5, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/85fOzuORUuQlDPSNkFCDnaUXZtv.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.28, + "vote_count": 6, + "width": 680 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/knmKpwrnCEWkt3aCL4fvqr403EY.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.258, + "vote_count": 6, + "width": 1012 + }, + { + "aspect_ratio": 0.68, + "file_path": "/zdipQZmcmaCUNGsXP6OdBEjDCSP.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.252, + "vote_count": 4, + "width": 680 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/cdCTaW30Cbc5PkBtsOgXRggZr9B.jpg", + "height": 1188, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 2, + "width": 792 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/yrWjw43fnCYoqXKeqN9waKhd0YH.jpg", + "height": 1500, + "iso_639_1": "hu", + "vote_average": 5.246, + "vote_count": 2, + "width": 1000 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/dYRzVaQTx2VWLiZ3yRvbAfkOq2m.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.246, + "vote_count": 4, + "width": 1012 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/m0sJjJGgicwwI2jvzli4Xo17ySE.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 1012 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/9w5tMhylCiBzsSnptsbTqjAY51O.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.2380952380952381, + "vote_count": 2, + "width": 1012 + }, + { + "aspect_ratio": 0.68, + "file_path": "/xd8tk9ox8QvQClvD48bmQc2t6dx.jpg", + "height": 1000, + "iso_639_1": null, + "vote_average": 5.2380952380952381, + "vote_count": 1, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/7pFpIXpn2DOst3bOMQIqCEHeAWS.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.2307692307692308, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/51H0ifZ0TM5sAp4yBvolUpFaPaC.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.2234432234432244, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/fzNaunYfNFvVesiIvcEgr8h4qix.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.218, + "vote_count": 5, + "width": 680 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/j5k6ZTYqamPDZplCCXuokjJ2PoJ.jpg", + "height": 2400, + "iso_639_1": "en", + "vote_average": 5.1803751803751812, + "vote_count": 3, + "width": 1600 + }, + { + "aspect_ratio": 0.68, + "file_path": "/uL7s6lRsApvFuxQFqT5FA1SuSdX.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.18, + "vote_count": 3, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/xkbl9GV6p9JwDPXIYwODVcunlRT.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1721611721611724, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.67466666666666664, + "file_path": "/3csuqXU5DX98hsspUp6MwNICzLe.jpg", + "height": 1500, + "iso_639_1": "pt", + "vote_average": 5.172, + "vote_count": 1, + "width": 1012 + }, + { + "aspect_ratio": 0.67484662576687116, + "file_path": "/nPv2DbunBOK2QZ4SNpWYeUp1ba3.jpg", + "height": 815, + "iso_639_1": "zu", + "vote_average": 5.172, + "vote_count": 1, + "width": 550 + }, + { + "aspect_ratio": 0.68, + "file_path": "/fO3OqQQEIZN44K9jcs0Q4JuFHOl.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1680672268907566, + "vote_count": 5, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/6uiT7QidRjVVywFgOAUQoY7iPup.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1670220326936747, + "vote_count": 4, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/hyWz3p2KCxw3T3OTyFzQgYvkhJf.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1648351648351651, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.646, + "file_path": "/611HU9P9kIJJzb6FbBLlXMXZML3.jpg", + "height": 1500, + "iso_639_1": "en", + "vote_average": 5.1515151515151514, + "vote_count": 3, + "width": 969 + }, + { + "aspect_ratio": 0.68, + "file_path": "/u69b0G6HlfrwkchQdn8lzEEjFxt.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1501831501831514, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/biPjf15logCBAIptiM1YYCOeTxE.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1282051282051286, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/8VxH7FSiCDmSZyfxsqz25ZWbP7O.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1282051282051286, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.75018754688672173, + "file_path": "/2iLQMo2jVgSdmXytv3xB93UW8UC.jpg", + "height": 1333, + "iso_639_1": "en", + "vote_average": 5.1243781094527368, + "vote_count": 4, + "width": 1000 + }, + { + "aspect_ratio": 0.68, + "file_path": "/xMvrBjxu2EskHhiZ2sNgufBhGzF.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.1135531135531131, + "vote_count": 2, + "width": 680 + }, + { + "aspect_ratio": 0.6768707482993197, + "file_path": "/wCDwxCzHPPAqEkHLpj97KGaIyEP.jpg", + "height": 1176, + "iso_639_1": "en", + "vote_average": 5.1062271062271058, + "vote_count": 2, + "width": 796 + }, + { + "aspect_ratio": 0.68, + "file_path": "/21YJ4mM7C9V5e2esqeB4AoBjKPy.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.0865800865800868, + "vote_count": 3, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/t9r2UYuRppdZKmeYHSgdx09uHzl.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.086, + "vote_count": 3, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/3feoWsQPtBdUhrOCVPB1iazSb2W.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.017768301350392, + "vote_count": 4, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/pOLOC2tzz70N1RngVZtfhJuB5Fp.jpg", + "height": 1000, + "iso_639_1": "en", + "vote_average": 5.0106609808102336, + "vote_count": 4, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/7LUswjn6jgLxdJ4e6sgwkULXsZI.jpg", + "height": 1000, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/kDXG5HDHURBI2eJVygjAhhMBrFI.jpg", + "height": 750, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 500 + }, + { + "aspect_ratio": 0.66666666666666663, + "file_path": "/lVAjtdYDJJL90n9Zum8Rrsip2iw.jpg", + "height": 750, + "iso_639_1": null, + "vote_average": 0.0, + "vote_count": 0, + "width": 500 + }, + { + "aspect_ratio": 0.6791171477079796, + "file_path": "/tApz4ai74BZM3D6Id7YEISysH65.jpg", + "height": 2945, + "iso_639_1": "uk", + "vote_average": 0.0, + "vote_count": 0, + "width": 2000 + }, + { + "aspect_ratio": 0.66699950074887671, + "file_path": "/63fCIVNPB2YCddJuNqb1LDI8uVv.jpg", + "height": 2003, + "iso_639_1": "en", + "vote_average": 0.0, + "vote_count": 0, + "width": 1336 + }, + { + "aspect_ratio": 0.626657824933687, + "file_path": "/oBb82JGB76jpT4d1AQDZEwSJdPj.jpg", + "height": 1508, + "iso_639_1": "zu", + "vote_average": 0.0, + "vote_count": 0, + "width": 945 + }, + { + "aspect_ratio": 0.68, + "file_path": "/oAJvOW85rXKs8GlWoT5jssd7qNU.jpg", + "height": 1000, + "iso_639_1": "he", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/1gNZDkSc1kb9azLYVQHS9DCBpAs.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/e6Ydx9xHuiQa6qsx20LR4x71DCS.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/mVIvcV9IEsfnTdbNXPNWkiU6N7t.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/i5bfplXbyLm7BvofUBVj7Zaan4w.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/mmtUaqRpsWcqb4ISF3CaoK0ptO7.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.68, + "file_path": "/3bHLOzAOY2Rn4c5YrvALzZVE6tg.jpg", + "height": 1000, + "iso_639_1": "ru", + "vote_average": 0.0, + "vote_count": 0, + "width": 680 + }, + { + "aspect_ratio": 0.706, + "file_path": "/6PIZjmmA8aYXBP2q2BrfTSqnahZ.jpg", + "height": 1000, + "iso_639_1": "bg", + "vote_average": 0.0, + "vote_count": 0, + "width": 706 + } + ] + }, + "external_ids": { + "imdb_id": "tt0903747", + "freebase_mid": "/m/03d34x8", + "freebase_id": "/en/breaking_bad", + "tvdb_id": 81189, + "tvrage_id": 18164, + "facebook_id": "BreakingBad", + "instagram_id": null, + "twitter_id": "BreakingBad_AMC" + }, + "content_ratings": { + "results": [ + { + "iso_3166_1": "DE", + "rating": "16" + }, + { + "iso_3166_1": "GB", + "rating": "18" + }, + { + "iso_3166_1": "AU", + "rating": "MA15+" + }, + { + "iso_3166_1": "US", + "rating": "TV-MA" + }, + { + "iso_3166_1": "BR", + "rating": "18" + }, + { + "iso_3166_1": "PT", + "rating": "18" + }, + { + "iso_3166_1": "HU", + "rating": "18" + } + ] + }, + "alternative_titles": { + "results": [ + { + "iso_3166_1": "IL", + "title": "Shover shurot", + "type": "romanization" + }, + { + "iso_3166_1": "IR", + "title": "Bad Biari", + "type": "" + }, + { + "iso_3166_1": "JP", + "title": "Bureikingu baddo", + "type": "romaji" + } + ] + }, + "keywords": { + "results": [ + { + "name": "drug dealer", + "id": 2231 + }, + { + "name": "outlaw", + "id": 9503 + }, + { + "name": "cancer", + "id": 10163 + }, + { + "name": "drugs", + "id": 14964 + }, + { + "name": "criminal", + "id": 15009 + }, + { + "name": "meth lab", + "id": 15484 + }, + { + "name": "high school teacher", + "id": 41525 + }, + { + "name": "dea agent", + "id": 156805 + }, + { + "name": "albuquerque", + "id": 191005 + }, + { + "name": "criminal lawyer", + "id": 191199 + } + ] + }, + "account_states": { + "favorite": true, + "rated": false, + "watchlist": false + }, + "changes": { + "changes": [] + }, + "recommendations": { + "page": 1, + "results": [ + { + "backdrop_path": "/5m05BIoMHgTd4zvJ5OBh7gZFGWV.jpg", + "first_air_date": "2006-10-01", + "genre_ids": [ + 80, + 18, + 9648 + ], + "id": 1405, + "name": "Dexter", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Dexter", + "overview": "Dexter is an American television drama series. The series centers on Dexter Morgan, a blood spatter pattern analyst for 'Miami Metro Police Department' who also leads a secret life as a serial killer, hunting down criminals who have slipped through the cracks of justice.", + "poster_path": "/ydmfheI5cJ4NrgcupDEwk8I8y5q.jpg", + "vote_average": 8.0, + "vote_count": 1202, + "networks": [ + { + "id": 67, + "logo": { + "path": "/Allse9kbjiP6ExaQrnSpIhkurEi.png", + "aspect_ratio": 2.42080378250591 + }, + "name": "Showtime", + "origin_country": "US" + } + ], + "popularity": 39.874 + }, + { + "backdrop_path": "/AlqSvfI6bmxh31iaJTgjNSemF3D.jpg", + "first_air_date": "2015-02-08", + "genre_ids": [ + 35, + 80, + 18 + ], + "id": 60059, + "name": "Better Call Saul", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Better Call Saul", + "overview": "Six years before Saul Goodman meets Walter White. We meet him when the man who will become Saul Goodman is known as Jimmy McGill, a small-time lawyer searching for his destiny, and, more immediately, hustling to make ends meet. Working alongside, and, often, against Jimmy, is “fixer” Mike Erhmantraut. The series will track Jimmy's transformation into Saul Goodman, the man who puts “criminal” in “criminal lawyer\".", + "poster_path": "/zjg4jpK1Wp2kiRvtt5ND0kznako.jpg", + "vote_average": 8.0, + "vote_count": 1058, + "networks": [ + { + "id": 174, + "logo": { + "path": "/pmvRmATOCaDykE6JrVoeYxlFHw3.png", + "aspect_ratio": 1.768 + }, + "name": "AMC", + "origin_country": "US" + } + ], + "popularity": 40.127 + }, + { + "backdrop_path": "/ex4kvQb0Ski5KL2fsnKQU2hV3oo.jpg", + "first_air_date": "2013-02-01", + "genre_ids": [ + 18 + ], + "id": 1425, + "name": "House of Cards", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "House of Cards", + "overview": "Set in present day Washington, D.C., House of Cards is the story of Frank Underwood, a ruthless and cunning politician, and his wife Claire who will stop at nothing to conquer everything. This wicked political drama penetrates the shadowy world of greed, sex and corruption in modern D.C. \n\nHouse of Cards is an adaptation of a previous BBC miniseries of the same name, which is based on the novel by Michael Dobbs.", + "poster_path": "/hKWxWjFwnMvkWQawbhvC0Y7ygQ8.jpg", + "vote_average": 8.2, + "vote_count": 1042, + "networks": [ + { + "id": 213, + "logo": { + "path": "/wwemzKWzjKYJFfCeiB57q3r4Bcm.png", + "aspect_ratio": 3.73134328358209 + }, + "name": "Netflix", + "origin_country": "" + } + ], + "popularity": 45.863 + }, + { + "backdrop_path": "/2Ahm0YjLNQKuzSf9LOkHrXk8qIE.jpg", + "first_air_date": "2014-01-12", + "genre_ids": [ + 18 + ], + "id": 46648, + "name": "True Detective", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "True Detective", + "overview": "An American anthology police detective series utilizing multiple timelines in which investigations seem to unearth personal and professional secrets of those involved, both within or outside the law.", + "poster_path": "/aowr4xpLP5sRCL50TkuADomJ98T.jpg", + "vote_average": 8.2, + "vote_count": 1014, + "networks": [ + { + "id": 49, + "logo": { + "path": "/tuomPhY2UtuPTqqFnKMVHvSb724.png", + "aspect_ratio": 2.4252873563218391 + }, + "name": "HBO", + "origin_country": "US" + } + ], + "popularity": 62.201 + }, + { + "backdrop_path": "/pRPJj3oczSIxo8L80qNweXaWnrp.jpg", + "first_air_date": "2004-09-22", + "genre_ids": [ + 10759, + 18, + 9648 + ], + "id": 4607, + "name": "Lost", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Lost", + "overview": "Stripped of everything, the survivors of a horrific plane crash must work together to stay alive. But the island holds many secrets.", + "poster_path": "/jyGspygDXJMydTOJj7iWNx9Elyd.jpg", + "vote_average": 7.8, + "vote_count": 1157, + "networks": [ + { + "id": 2, + "logo": { + "path": "/ndAvF4JLsliGreX87jAc9GdjmJY.png", + "aspect_ratio": 1.0 + }, + "name": "ABC", + "origin_country": "US" + } + ], + "popularity": 37.501 + }, + { + "backdrop_path": "/bvS50jBZXtglmLu72EAt5KgJBrL.jpg", + "first_air_date": "2010-07-25", + "genre_ids": [ + 80, + 18, + 9648 + ], + "id": 19885, + "name": "Sherlock", + "origin_country": [ + "GB" + ], + "original_language": "en", + "original_name": "Sherlock", + "overview": "A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.", + "poster_path": "/f9zGxLHGyQB10cMDZNY5ZcGKhZi.jpg", + "vote_average": 8.3, + "vote_count": 1577, + "networks": [ + { + "id": 4, + "logo": { + "path": "/mVn7xESaTNmjBUyUtGNvDQd3CT1.png", + "aspect_ratio": 4.9751243781094523 + }, + "name": "BBC One", + "origin_country": "GB" + } + ], + "popularity": 39.086 + }, + { + "backdrop_path": "/qq1S5EjaaUrQAcMsn6raNFXpzHk.jpg", + "first_air_date": "2014-04-15", + "genre_ids": [ + 80, + 18 + ], + "id": 60622, + "name": "Fargo", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Fargo", + "overview": "A close-knit anthology series dealing with stories involving malice, violence and murder based in and around Minnesota.", + "poster_path": "/e890UetS6XH7kqltlZ8VU6qDaHU.jpg", + "vote_average": 8.3, + "vote_count": 931, + "networks": [ + { + "id": 88, + "logo": { + "path": "/aexGjtcs42DgRtZh7zOxayiry4J.png", + "aspect_ratio": 1.6778523489932891 + }, + "name": "FX", + "origin_country": "US" + } + ], + "popularity": 25.573 + }, + { + "backdrop_path": "/wfe7Xf7tc0zmnkoNyN3xor0xR8m.jpg", + "first_air_date": "2005-09-19", + "genre_ids": [ + 35 + ], + "id": 1100, + "name": "How I Met Your Mother", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "How I Met Your Mother", + "overview": "How I Met Your Mother is an American sitcom that originally aired on CBS from September 19, 2005, to March 31, 2014. The series follows the main character, Ted Mosby, and his group of friends in Manhattan. As a framing device, Ted, in the year 2030, recounts to his son and daughter the events that led to his meeting their mother.", + "poster_path": "/izncB6dCLV7LBQ5MsOPyMx9mUDa.jpg", + "vote_average": 7.5, + "vote_count": 990, + "networks": [ + { + "id": 16, + "logo": { + "path": "/nm8d7P7MJNiBLdgIzUK0gkuEA4r.png", + "aspect_ratio": 3.2821229050279328 + }, + "name": "CBS", + "origin_country": "US" + } + ], + "popularity": 51.733 + }, + { + "backdrop_path": "/56v2KjBlU4XaOv9rVYEQypROD7P.jpg", + "first_air_date": "2016-07-15", + "genre_ids": [ + 18, + 9648, + 10765 + ], + "id": 66732, + "name": "Stranger Things", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Stranger Things", + "overview": "When a young boy vanishes, a small town uncovers a mystery involving secret experiments, terrifying supernatural forces, and one strange little girl.", + "poster_path": "/vNJ95BMCzIBJZhW0IEoxzOoW53P.jpg", + "vote_average": 8.3, + "vote_count": 2049, + "networks": [ + { + "id": 213, + "logo": { + "path": "/wwemzKWzjKYJFfCeiB57q3r4Bcm.png", + "aspect_ratio": 3.73134328358209 + }, + "name": "Netflix", + "origin_country": "" + } + ], + "popularity": 54.898 + }, + { + "backdrop_path": "/8GZ91vtbYOMp05qruAGPezWC0Ja.jpg", + "first_air_date": "1999-01-10", + "genre_ids": [ + 18 + ], + "id": 1398, + "name": "The Sopranos", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "The Sopranos", + "overview": "The story of New Jersey-based Italian-American mobster Tony Soprano and the difficulties he faces as he tries to balance the conflicting requirements of his home life and the criminal organization he heads. Those difficulties are often highlighted through his ongoing professional relationship with psychiatrist Jennifer Melfi. The show features Tony's family members and Mafia associates in prominent roles and story arcs, most notably his wife Carmela and his cousin and protégé Christopher Moltisanti.", + "poster_path": "/u0cLcBQITrYqfHsn06fxnQwtqiE.jpg", + "vote_average": 8.2, + "vote_count": 729, + "networks": [ + { + "id": 49, + "logo": { + "path": "/tuomPhY2UtuPTqqFnKMVHvSb724.png", + "aspect_ratio": 2.4252873563218391 + }, + "name": "HBO", + "origin_country": "US" + } + ], + "popularity": 33.411 + }, + { + "backdrop_path": "/gX8SYlnL9ZznfZwEH4KJUePBFUM.jpg", + "first_air_date": "2011-04-17", + "genre_ids": [ + 10765, + 18, + 10759 + ], + "id": 1399, + "name": "Game of Thrones", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Game of Thrones", + "overview": "Seven noble families fight for control of the mythical land of Westeros. Friction between the houses leads to full-scale war. All while a very ancient evil awakens in the farthest north. Amidst the war, a neglected military order of misfits, the Night's Watch, is all that stands between the realms of men and icy horrors beyond.", + "poster_path": "/gwPSoYUHAKmdyVywgLpKKA4BjRr.jpg", + "vote_average": 8.2, + "vote_count": 5191, + "networks": [ + { + "id": 49, + "logo": { + "path": "/tuomPhY2UtuPTqqFnKMVHvSb724.png", + "aspect_ratio": 2.4252873563218391 + }, + "name": "HBO", + "origin_country": "US" + } + ], + "popularity": 161.321 + }, + { + "backdrop_path": "/92OPBZpLc82y8CzOtrQ8P9RDvIN.jpg", + "first_air_date": "2005-08-29", + "genre_ids": [ + 10759, + 80, + 18 + ], + "id": 2288, + "name": "Prison Break", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Prison Break", + "overview": "Due to a political conspiracy, an innocent man is sent to death row and his only hope is his brother, who makes it his mission to deliberately get himself sent to the same prison in order to break the both of them out, from the inside out.", + "poster_path": "/5E1BhkCgjLBlqx557Z5yzcN0i88.jpg", + "vote_average": 7.5, + "vote_count": 1036, + "networks": [ + { + "id": 19, + "logo": { + "path": "/1DSpHrWyOORkL9N2QHX7Adt31mQ.png", + "aspect_ratio": 2.3255813953488369 + }, + "name": "FOX", + "origin_country": "US" + } + ], + "popularity": 80.374 + }, + { + "backdrop_path": "/ncdS5plsKvO3DLbRX0fBETB6SNS.jpg", + "first_air_date": "2004-11-16", + "genre_ids": [ + 18, + 35, + 9648 + ], + "id": 1408, + "name": "House", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "House", + "overview": "Dr. Gregory House, a drug-addicted, unconventional, misanthropic medical genius, leads a team of diagnosticians at the fictional Princeton–Plainsboro Teaching Hospital in New Jersey.", + "poster_path": "/lxSzRZ49NXwsiyHuvMsd19QxduC.jpg", + "vote_average": 8.2, + "vote_count": 957, + "networks": [ + { + "id": 19, + "logo": { + "path": "/1DSpHrWyOORkL9N2QHX7Adt31mQ.png", + "aspect_ratio": 2.3255813953488369 + }, + "name": "FOX", + "origin_country": "US" + } + ], + "popularity": 31.977 + }, + { + "backdrop_path": "/4n0TZfTUSUELqRrOA8sZKWs9bWU.jpg", + "first_air_date": "2015-05-27", + "genre_ids": [ + 80, + 18 + ], + "id": 62560, + "name": "Mr. Robot", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Mr. Robot", + "overview": "A contemporary and culturally resonant drama about a young programmer, Elliot, who suffers from a debilitating anti-social disorder and decides that he can only connect to people by hacking them. He wields his skills as a weapon to protect the people that he cares about. Elliot will find himself in the intersection between a cybersecurity firm he works for and the underworld organizations that are recruiting him to bring down corporate America.", + "poster_path": "/qE0t9rlClIReax0d5tr3j300wUt.jpg", + "vote_average": 7.9, + "vote_count": 1362, + "networks": [ + { + "id": 30, + "logo": { + "path": "/g1e0H0Ka97IG5SyInMXdJkHGKiH.png", + "aspect_ratio": 2.278755074424899 + }, + "name": "USA Network", + "origin_country": "US" + } + ], + "popularity": 32.869 + }, + { + "backdrop_path": "/iuiaAx5wNlbDCAO0wiQy0RIlUt.jpg", + "first_air_date": "2015-08-28", + "genre_ids": [ + 80, + 18 + ], + "id": 63351, + "name": "Narcos", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Narcos", + "overview": "A gritty chronicle of the war against Latin America's infamously violent and powerful drug cartels.", + "poster_path": "/rTmal9fDbwh5F0waol2hq35U4ah.jpg", + "vote_average": 8.1, + "vote_count": 712, + "networks": [ + { + "id": 213, + "logo": { + "path": "/wwemzKWzjKYJFfCeiB57q3r4Bcm.png", + "aspect_ratio": 3.73134328358209 + }, + "name": "Netflix", + "origin_country": "" + } + ], + "popularity": 30.695 + }, + { + "backdrop_path": "/efiX8iir6GEBWCD0uCFIi5NAyYA.jpg", + "first_air_date": "1994-09-22", + "genre_ids": [ + 35 + ], + "id": 1668, + "name": "Friends", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Friends", + "overview": "The misadventures of a group of friends as they navigate the pitfalls of work, life and love in Manhattan.", + "poster_path": "/7buCWBTpiPrCF5Lt023dSC60rgS.jpg", + "vote_average": 7.8, + "vote_count": 1411, + "networks": [ + { + "id": 6, + "logo": { + "path": "/o3OedEP0f9mfZr33jz2BfXOUK5.png", + "aspect_ratio": 4.0835820895522392 + }, + "name": "NBC", + "origin_country": "US" + } + ], + "popularity": 53.222 + }, + { + "backdrop_path": "/dpNeXLEnuKzAvbNwveJhNEiQvXZ.jpg", + "first_air_date": "2015-04-10", + "genre_ids": [ + 28, + 80 + ], + "id": 61889, + "name": "Marvel's Daredevil", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Marvel's Daredevil", + "overview": "Lawyer-by-day Matt Murdock uses his heightened senses from being blinded as a young boy to fight crime at night on the streets of Hell’s Kitchen as Daredevil.", + "poster_path": "/wVadC1BT2w3hDh5Vq0J0LFFTrLP.jpg", + "vote_average": 7.8, + "vote_count": 1267, + "networks": [ + { + "id": 213, + "logo": { + "path": "/wwemzKWzjKYJFfCeiB57q3r4Bcm.png", + "aspect_ratio": 3.73134328358209 + }, + "name": "Netflix", + "origin_country": "" + } + ], + "popularity": 23.343 + }, + { + "backdrop_path": "/4hWfYN3wiOZZXC7t6B70BF9iUvk.jpg", + "first_air_date": "2002-06-02", + "genre_ids": [ + 18, + 80 + ], + "id": 1438, + "name": "The Wire", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "The Wire", + "overview": "Told from the points of view of both the Baltimore homicide and narcotics detectives and their targets, the series captures a universe in which the national war on drugs has become a permanent, self-sustaining bureaucracy, and distinctions between good and evil are routinely obliterated.", + "poster_path": "/dg7NuKDjmS6OzuNy33qt8kSkPA1.jpg", + "vote_average": 8.3, + "vote_count": 748, + "networks": [ + { + "id": 49, + "logo": { + "path": "/tuomPhY2UtuPTqqFnKMVHvSb724.png", + "aspect_ratio": 2.4252873563218391 + }, + "name": "HBO", + "origin_country": "US" + } + ], + "popularity": 28.354 + }, + { + "backdrop_path": "/hTxfw4af6EizpLM7tHKtoSlbdnu.jpg", + "first_air_date": "2011-10-02", + "genre_ids": [ + 18, + 10759, + 80, + 10768 + ], + "id": 1407, + "name": "Homeland", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Homeland", + "overview": "CIA officer Carrie Mathison is tops in her field despite being bipolar, which makes her volatile and unpredictable. With the help of her long-time mentor Saul Berenson, Carrie fearlessly risks everything, including her personal well-being and even sanity, at every turn.", + "poster_path": "/lT8o38ubu9uzcjZbkDtwsVizDeQ.jpg", + "vote_average": 7.4, + "vote_count": 954, + "networks": [ + { + "id": 67, + "logo": { + "path": "/Allse9kbjiP6ExaQrnSpIhkurEi.png", + "aspect_ratio": 2.42080378250591 + }, + "name": "Showtime", + "origin_country": "US" + } + ], + "popularity": 32.3 + }, + { + "backdrop_path": "/b92npz1sZwvmjUfVIrWXehrk3pc.jpg", + "first_air_date": "2011-12-04", + "genre_ids": [ + 18, + 10765 + ], + "id": 42009, + "name": "Black Mirror", + "origin_country": [ + "GB" + ], + "original_language": "en", + "original_name": "Black Mirror", + "overview": "A contemporary British re-working of The Twilight Zone with stories that tap into the collective unease about our modern world. \n\nOver the last ten years, technology has transformed almost every aspect of our lives before we've had time to stop and question it. In every home; on every desk; in every palm - a plasma screen; a monitor; a smartphone - a black mirror of our 21st Century existence.", + "poster_path": "/vGrS1mzlSHQQdOcmqH1zlE2iViY.jpg", + "vote_average": 8.2, + "vote_count": 1129, + "networks": [ + { + "id": 26, + "logo": { + "path": "/hbifXPpM55B1fL5wPo7t72vzN78.png", + "aspect_ratio": 0.72383720930232553 + }, + "name": "Channel 4", + "origin_country": "GB" + }, + { + "id": 213, + "logo": { + "path": "/wwemzKWzjKYJFfCeiB57q3r4Bcm.png", + "aspect_ratio": 3.73134328358209 + }, + "name": "Netflix", + "origin_country": "" + } + ], + "popularity": 48.817 + } + ], + "total_pages": 2, + "total_results": 40 + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:56.1909407Z", + "ReducedUri": "/3/tv/1399/external_ids", + "RespData": { + "id": 1399, + "imdb_id": "tt0944947", + "freebase_mid": "/m/0524b41", + "freebase_id": "/en/game_of_thrones", + "tvdb_id": 121361, + "tvrage_id": 24493, + "facebook_id": "GameOfThrones", + "instagram_id": "gameofthrones", + "twitter_id": "GameOfThrones" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:41.3392144Z", + "ReducedUri": "/3/tv/1418?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&append_to_response=account_states", + "RespData": { + "backdrop_path": "/nGsNruW3W27V6r4gkyc3iiEGsKR.jpg", + "created_by": [ + { + "id": 160172, + "credit_id": "5256d00719c2956ff60a3d0e", + "name": "Chuck Lorre", + "gender": 2, + "profile_path": "/btpYlMV71sjQXrV142I9kogEINI.jpg" + }, + { + "id": 163528, + "credit_id": "5256d00719c2956ff60a3d14", + "name": "Bill Prady", + "gender": 2, + "profile_path": "/duXUvo8JtivQR0BHiXHGQwoNYB4.jpg" + } + ], + "episode_run_time": [ + 22 + ], + "first_air_date": "2007-09-24", + "genres": [ + { + "id": 35, + "name": "Comedy" + } + ], + "homepage": "http://www.cbs.com/shows/big_bang_theory/", + "id": 1418, + "in_production": true, + "languages": [ + "en" + ], + "last_air_date": "2019-01-17", + "last_episode_to_air": { + "air_date": "2019-01-17", + "episode_number": 13, + "id": 1675687, + "name": "The Confirmation Polarization", + "overview": "Sheldon and Amy are thrilled when their super asymmetry theory is proven by two physicists, until they try to kick Amy off the Nobel nomination; Bernadette has a big success at work.", + "production_code": "", + "season_number": 12, + "show_id": 1418, + "still_path": "/61E1tFoitHjKUQg0SMiZRDRRPap.jpg", + "vote_average": 0.0, + "vote_count": 0 + }, + "name": "The Big Bang Theory", + "next_episode_to_air": { + "air_date": "2019-01-31", + "episode_number": 14, + "id": 1677264, + "name": "The Meteorite Manifestation", + "overview": "Sheldon is thrilled to help Bernadette and Wolowitz navigate bureaucratic paperwork, until he discovers they are breaking the law. Also, Leonard is disappointed when his friends exclude him from a scientific project.", + "production_code": "", + "season_number": 12, + "show_id": 1418, + "still_path": null, + "vote_average": 0.0, + "vote_count": 0 + }, + "networks": [ + { + "name": "CBS", + "id": 16, + "logo_path": "/nm8d7P7MJNiBLdgIzUK0gkuEA4r.png", + "origin_country": "US" + } + ], + "number_of_episodes": 269, + "number_of_seasons": 12, + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "The Big Bang Theory", + "overview": "The Big Bang Theory is centered on five characters living in Pasadena, California: roommates Leonard Hofstadter and Sheldon Cooper; Penny, a waitress and aspiring actress who lives across the hall; and Leonard and Sheldon's equally geeky and socially awkward friends and co-workers, mechanical engineer Howard Wolowitz and astrophysicist Raj Koothrappali. The geekiness and intellect of the four guys is contrasted for comic effect with Penny's social skills and common sense.", + "popularity": 133.002, + "poster_path": "/ooBGRQBdbGzBxAVfExiO8r7kloA.jpg", + "production_companies": [ + { + "id": 35504, + "logo_path": "/e70DaugzSRbTbVEhZV3e1nCofcY.png", + "name": "Chuck Lorre Productions", + "origin_country": "US" + }, + { + "id": 1957, + "logo_path": "/nmcNfPq03WLtOyufJzQbiPu2Enc.png", + "name": "Warner Bros. Television", + "origin_country": "US" + } + ], + "seasons": [ + { + "air_date": null, + "episode_count": 3, + "id": 3732, + "name": "Specials", + "overview": "", + "poster_path": "/gtWHKUsG8de6LdZQoCsjUqrLJ1R.jpg", + "season_number": 0 + }, + { + "air_date": "2007-09-24", + "episode_count": 17, + "id": 3738, + "name": "Season 1", + "overview": "University physicists Leonard and Sheldon know whether to use an integral or a differential to solve the area under a curve. But they don't have a clue about girls. Or dating. Or clothes. Or parties. Or having fun. Or, basically, life. So when a pretty blonde named Penny moves in the apartment across the hall, the guys decide to get an education outside of the classroom. Boys, you have a lot to learn.", + "poster_path": "/zqAL2rav7Tg8uwDtLurqZVN3mtr.jpg", + "season_number": 1 + }, + { + "air_date": "2008-09-22", + "episode_count": 23, + "id": 3733, + "name": "Season 2", + "overview": "This season, Leonard gets a girl. So does Sheldon. Howard drives the Mars Rover into a ditch. Raj woos a terminator. Gorgeous girl-next-door Penny falls under the spell of Age of Conan. And super-smart, ueberconfident Leslie Winkler reduces mere men to spineless jellyfish.", + "poster_path": "/2NBwUBZ4clwj6qO9fBinfxiB0dR.jpg", + "season_number": 2 + }, + { + "air_date": "2009-09-21", + "episode_count": 23, + "id": 3734, + "name": "Season 3", + "overview": "Worlds collide in Season 3! A love affair with Penny has opened a big, wide, wonderful world of romance for Leonard. But Sheldon likes the world just the way it was, thank you. All of which makes for a zany comic triangle with brainy, clueless Sheldon and practical, grounded Penny hilariously vying for the role of hypotenuse.", + "poster_path": "/j64iUb52W2IYE9qV9pLi5tFq8IE.jpg", + "season_number": 3 + }, + { + "air_date": "2010-09-23", + "episode_count": 24, + "id": 3735, + "name": "Season 4", + "overview": "This season the Big Bang gang’s romantic universe expands. On the rebound from Penny, Leonard falls into the arms of Raj’s sister Priya. Sheldon gets a girlfriend, or rather a friend who is a girl: Amy, a dour neurobiologist who declares herself besties with Penny. Howard and Bernadette heat up. And so do Raj and Bernadette (at least in Raj’s Bollywood daydream).", + "poster_path": "/hM2TYCmOVXop1xhLA1Mbqyg60ze.jpg", + "season_number": 4 + }, + { + "air_date": "2011-09-22", + "episode_count": 24, + "id": 3736, + "name": "Season 5", + "overview": "In season five, Penny and Leonard's relationship is relaunched in full \"beta test\" mode, while Sheldon, Howard, and Raj discover the feminine mystique is something that cannot be easily graphed or calculated. As Sheldon makes begrudging amendments to his \"Relationship Agreement\" with his \"friend-who-happens-to-be-a-girl\" Amy Farrah Fowler, Raj contemplates an arranged marriage, and Howard is all-systems-go for both is NASA space launch and wedding to the spirited Bernadette.", + "poster_path": "/l08Z8ihAsTRPEuOehbwk4axg3cu.jpg", + "season_number": 5 + }, + { + "air_date": "2012-09-27", + "episode_count": 24, + "id": 3737, + "name": "Season 6", + "overview": "Whether on or above Earth, hilarity is outrageously universal in TV's most popular comedy featuring four forward-thinking but socially backward geniuses. Fun discoveries multiply: Leonard learns jealousy is bad for a relationship (with Penny) but science is good for seduction (of Penny). Howard finds life in the International Space Station life is no escape from terrestrial turmoil between his mom and his new wife Bernadette. Raj meets someone special who may be a good match, if he can keep her from fleeing mid-date. And then there's Sheldon. He learns what not to say after facing harassment charges or competing for tenure at work and how Dungeons & Dragons can be the icebreaker his relationship with Amy needs.", + "poster_path": "/2Rsb94mlt4OHhiO2UWatDOhnBqv.jpg", + "season_number": 6 + }, + { + "air_date": "2013-09-25", + "episode_count": 24, + "id": 3739, + "name": "Season 7", + "overview": "Leonard returns from his North Sea expedition to find that his relationship with Penny involves more beta-testing than he’s ever done in a lab. Howard’s attachment issues with the women in his life in particular and Raj’s social breakthrough with women in general provide more laughs. Bernadette and Amy stand staunchly by the men in their life, even when they’re sitting in marathon role-playing games. Sheldon sees his mom in a totally different way, parties with James Earl Jones, establishes a (sort of) bond with his idol Professor Proton and makes a scientific breakthrough that breaks down before you can say Science Friday.", + "poster_path": "/j1FU0qKHx1F8FVBmK5DBOTrhsAr.jpg", + "season_number": 7 + }, + { + "air_date": "2014-09-22", + "episode_count": 24, + "id": 62016, + "name": "Season 8", + "overview": "Sheldon is rescued from his soul-searching cross-country train trip (older but no wiser) and that means The Big Bang Theory gang's all here to spread another gear's cheer as TV's most attended laugh seminar. Enrol in the comic curriculum to observe Leonard's minor surgery, which signals a major catastrophe for Sheldon, Howard's obsession over his mum's relationship with friend-turned-freeloader Stuart and the unexpected results of Penny's technique as a pharmaceutical sales rep. Discover ways to re-create proms not attended or holiday celebrations not especially beloved and play a new game based on Raj's dating life. Savour online fan Fiction by Amy, watch Bernadette take indelicate command of some delicate family matters and, who knows, you might spot a cool special guest or two.", + "poster_path": "/71669CxKEeyqtItFH6mFHKxPh3y.jpg", + "season_number": 8 + }, + { + "air_date": "2015-09-21", + "episode_count": 24, + "id": 70493, + "name": "Season 9", + "overview": "Our two genius roommates, Leonard and Sheldon, and their friends are back once again (smarter, but no wiser). Last season, Sheldon went soul-searching (on a train, of course) and was prepared to make some substantial revisions on his Relationship Agreement with Amy, when everything changed. Leonard, meanwhile, was off to Vegas with Penny to finally tie the knot in the season finale. Howard finds himself alone with Bernadette after the sudden passing of his mother; while Raj is not only talking to women – he’s getting exclusive with Emily. Together, they will all learn that life is far more complicated outside of the lab as love and friendship never produce predictable results!", + "poster_path": "/eKDvR1vYLCE08K1h0KUfHNliD8T.jpg", + "season_number": 9 + }, + { + "air_date": "2016-09-19", + "episode_count": 24, + "id": 80035, + "name": "Season 10", + "overview": "Leonard and Penny renew their vows, this time inviting their friends and family for wedding party; they also learn that marriage is about compromise, and figure out how to support each other. Sheldon and Amy experiment to take their relationship to the next level, and after an emotional struggle they move in together in Penny's old apartment. Howard and Bernadette realise that being a parent is a full-time job, but with the help of their friends they manage to find joy in raising their child. When his friends tell him he's extremely spoiled, Raj decides to stop taking his father's money and learn how to make ends meet.", + "poster_path": "/dz2Mq1bpjBFiTOJbomCEP59kqJV.jpg", + "season_number": 10 + }, + { + "air_date": "2017-09-25", + "episode_count": 24, + "id": 91000, + "name": "Season 11", + "overview": "After years of only looking out for himself, Sheldon found Amy Farrah Fowler to be the most patient woman to ever walk the earth, and... they did it! Wedding fever continues in season 11.", + "poster_path": "/8MEDs1tCk6qWg2TlJJHZIPq4aWY.jpg", + "season_number": 11 + }, + { + "air_date": "2018-09-24", + "episode_count": 14, + "id": 107083, + "name": "Season 12", + "overview": "", + "poster_path": "/wsbrXP0qAKwrJ3ZUCoLwFI4Qws3.jpg", + "season_number": 12 + } + ], + "status": "Returning Series", + "type": "Scripted", + "vote_average": 6.8, + "vote_count": 3523, + "account_states": { + "favorite": false, + "rated": { + "value": 5.0 + }, + "watchlist": false + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:52.6006715Z", + "ReducedUri": "/3/tv/1668", + "RespData": { + "backdrop_path": "/efiX8iir6GEBWCD0uCFIi5NAyYA.jpg", + "created_by": [ + { + "id": 163461, + "credit_id": "525710bf19c295731c03280b", + "name": "Marta Kauffman", + "gender": 1, + "profile_path": "/muXoOXOxyFlCsCXdda25voeoc3d.jpg" + }, + { + "id": 1216352, + "credit_id": "525710bf19c295731c032811", + "name": "David Crane", + "gender": 2, + "profile_path": "/wXb8gWv24sX24LFuE6rSpJCjWwE.jpg" + } + ], + "episode_run_time": [ + 22 + ], + "first_air_date": "1994-09-22", + "genres": [ + { + "id": 35, + "name": "Comedy" + } + ], + "homepage": "", + "id": 1668, + "in_production": false, + "languages": [ + "en" + ], + "last_air_date": "2004-05-06", + "last_episode_to_air": { + "air_date": "2004-05-06", + "episode_number": 18, + "id": 87634, + "name": "The Last One (2)", + "overview": "Ross and Phoebe chase Rachel to the airport, but end up at the wrong one. They narrowly make it to the right airport, where Ross declares his love for Rachel, but she gets on the plane anyway. A rejected Ross returns home, where he finds a message on his answering machine, revealing that Rachel got off the plane, just as the real thing shows up behind him. They decide to be together. Meanwhile, Chandler and Monica finish packing for their move to the suburbs, and Joey loses Chick Jr. and Duck Jr. in the foosball table.", + "production_code": "176267", + "season_number": 10, + "show_id": 1668, + "still_path": "/pbMQgT7XHSAKE2oBk548wRt7jbL.jpg", + "vote_average": 7.313, + "vote_count": 8 + }, + "name": "Friends", + "next_episode_to_air": null, + "networks": [ + { + "name": "NBC", + "id": 6, + "logo_path": "/o3OedEP0f9mfZr33jz2BfXOUK5.png", + "origin_country": "US" + } + ], + "number_of_episodes": 236, + "number_of_seasons": 10, + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Friends", + "overview": "The misadventures of a group of friends as they navigate the pitfalls of work, life and love in Manhattan.", + "popularity": 53.222, + "poster_path": "/7buCWBTpiPrCF5Lt023dSC60rgS.jpg", + "production_companies": [ + { + "id": 1957, + "logo_path": "/nmcNfPq03WLtOyufJzQbiPu2Enc.png", + "name": "Warner Bros. Television", + "origin_country": "US" + }, + { + "id": 31810, + "logo_path": null, + "name": "Bright/Kauffman/Crane Productions", + "origin_country": "US" + } + ], + "seasons": [ + { + "air_date": "2001-02-15", + "episode_count": 7, + "id": 4583, + "name": "Specials", + "overview": "", + "poster_path": "/xaEj0Vw0LOmp7kBeX2vmYPb5sTg.jpg", + "season_number": 0 + }, + { + "air_date": "1994-09-22", + "episode_count": 24, + "id": 4573, + "name": "Season 1", + "overview": "", + "poster_path": "/nvyx1LNbdQbq9xzU9LIuBcNAr2v.jpg", + "season_number": 1 + }, + { + "air_date": "1995-09-21", + "episode_count": 24, + "id": 4574, + "name": "Season 2", + "overview": "", + "poster_path": "/4pKU6MfTjfNZS4RIby4Q3ukguLo.jpg", + "season_number": 2 + }, + { + "air_date": "1996-09-16", + "episode_count": 25, + "id": 4575, + "name": "Season 3", + "overview": "", + "poster_path": "/mHmIOieHNRDWlvtuLqU2jSkWViZ.jpg", + "season_number": 3 + }, + { + "air_date": "1997-09-25", + "episode_count": 24, + "id": 4576, + "name": "Season 4", + "overview": "", + "poster_path": "/kXcjUuAjEHGbV1ZJ0fu267dxJ5I.jpg", + "season_number": 4 + }, + { + "air_date": "1998-09-24", + "episode_count": 24, + "id": 4577, + "name": "Season 5", + "overview": "", + "poster_path": "/kiz7JXtVmt6a1hnzXAST74jOMB4.jpg", + "season_number": 5 + }, + { + "air_date": "1999-09-23", + "episode_count": 25, + "id": 4578, + "name": "Season 6", + "overview": "", + "poster_path": "/4phhQajxpTEStsoKlKW9wrwWFTv.jpg", + "season_number": 6 + }, + { + "air_date": "2000-10-12", + "episode_count": 24, + "id": 4579, + "name": "Season 7", + "overview": "", + "poster_path": "/o7JaYswXab8RNidPk2OXdZzIoc7.jpg", + "season_number": 7 + }, + { + "air_date": "2001-09-27", + "episode_count": 24, + "id": 4580, + "name": "Season 8", + "overview": "", + "poster_path": "/v6uNAPavJva8gPqIMd4FUmfRa5G.jpg", + "season_number": 8 + }, + { + "air_date": "2002-09-23", + "episode_count": 24, + "id": 4581, + "name": "Season 9", + "overview": "", + "poster_path": "/6OPCnXw5bSQH7B8quLpbYfqNPT3.jpg", + "season_number": 9 + }, + { + "air_date": "2003-09-25", + "episode_count": 18, + "id": 4582, + "name": "Season 10", + "overview": "", + "poster_path": "/cgUOlNYyXGjzrSIVoTMuJgFiYSq.jpg", + "season_number": 10 + } + ], + "status": "Ended", + "type": "Scripted", + "vote_average": 7.8, + "vote_count": 1413 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:41.9662977Z", + "ReducedUri": "/3/tv/1668/recommendations", + "RespData": { + "page": 1, + "results": [ + { + "backdrop_path": "/wfe7Xf7tc0zmnkoNyN3xor0xR8m.jpg", + "first_air_date": "2005-09-19", + "genre_ids": [ + 35 + ], + "id": 1100, + "name": "How I Met Your Mother", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "How I Met Your Mother", + "overview": "How I Met Your Mother is an American sitcom that originally aired on CBS from September 19, 2005, to March 31, 2014. The series follows the main character, Ted Mosby, and his group of friends in Manhattan. As a framing device, Ted, in the year 2030, recounts to his son and daughter the events that led to his meeting their mother.", + "poster_path": "/izncB6dCLV7LBQ5MsOPyMx9mUDa.jpg", + "vote_average": 7.5, + "vote_count": 990, + "networks": [ + { + "id": 16, + "logo": { + "path": "/nm8d7P7MJNiBLdgIzUK0gkuEA4r.png", + "aspect_ratio": 3.2821229050279328 + }, + "name": "CBS", + "origin_country": "US" + } + ], + "popularity": 51.733 + }, + { + "backdrop_path": "/27cshLy9anL9G0g6tBQjWkPACx5.jpg", + "first_air_date": "2003-09-22", + "genre_ids": [ + 35 + ], + "id": 2691, + "name": "Two and a Half Men", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Two and a Half Men", + "overview": "A hedonistic jingle writer's free-wheeling life comes to an abrupt halt when his brother and 10-year-old nephew move into his beach-front house.", + "poster_path": "/A9QDK4OWpv41W27kCv0LXe30k9S.jpg", + "vote_average": 6.3, + "vote_count": 622, + "networks": [ + { + "id": 16, + "logo": { + "path": "/nm8d7P7MJNiBLdgIzUK0gkuEA4r.png", + "aspect_ratio": 3.2821229050279328 + }, + "name": "CBS", + "origin_country": "US" + } + ], + "popularity": 69.958 + }, + { + "backdrop_path": "/8JH8s4WKKSxGxtJvWbQAdaEjv9q.jpg", + "first_air_date": "1989-07-05", + "genre_ids": [ + 35 + ], + "id": 1400, + "name": "Seinfeld", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Seinfeld", + "overview": "Seinfeld is an American television sitcom that originally aired on NBC from July 5, 1989, to May 14, 1998. It lasted nine seasons, and is now in syndication. It was created by Larry David and Jerry Seinfeld, the latter starring as a fictionalized version of himself. Set predominantly in an apartment block in Manhattan's Upper West Side in New York City, the show features a handful of Jerry's friends and acquaintances, particularly best friend George Costanza, former girlfriend Elaine Benes, and neighbor across the hall Cosmo Kramer.", + "poster_path": "/aCw8ONfyz3AhngVQa1E2Ss4KSUQ.jpg", + "vote_average": 8.2, + "vote_count": 600, + "networks": [ + { + "id": 6, + "logo": { + "path": "/o3OedEP0f9mfZr33jz2BfXOUK5.png", + "aspect_ratio": 4.0835820895522392 + }, + "name": "NBC", + "origin_country": "US" + } + ], + "popularity": 31.783 + }, + { + "backdrop_path": "/ncdS5plsKvO3DLbRX0fBETB6SNS.jpg", + "first_air_date": "2004-11-16", + "genre_ids": [ + 18, + 35, + 9648 + ], + "id": 1408, + "name": "House", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "House", + "overview": "Dr. Gregory House, a drug-addicted, unconventional, misanthropic medical genius, leads a team of diagnosticians at the fictional Princeton–Plainsboro Teaching Hospital in New Jersey.", + "poster_path": "/lxSzRZ49NXwsiyHuvMsd19QxduC.jpg", + "vote_average": 8.2, + "vote_count": 957, + "networks": [ + { + "id": 19, + "logo": { + "path": "/1DSpHrWyOORkL9N2QHX7Adt31mQ.png", + "aspect_ratio": 2.3255813953488369 + }, + "name": "FOX", + "origin_country": "US" + } + ], + "popularity": 31.977 + }, + { + "backdrop_path": "/pRPJj3oczSIxo8L80qNweXaWnrp.jpg", + "first_air_date": "2004-09-22", + "genre_ids": [ + 10759, + 18, + 9648 + ], + "id": 4607, + "name": "Lost", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Lost", + "overview": "Stripped of everything, the survivors of a horrific plane crash must work together to stay alive. But the island holds many secrets.", + "poster_path": "/jyGspygDXJMydTOJj7iWNx9Elyd.jpg", + "vote_average": 7.8, + "vote_count": 1157, + "networks": [ + { + "id": 2, + "logo": { + "path": "/ndAvF4JLsliGreX87jAc9GdjmJY.png", + "aspect_ratio": 1.0 + }, + "name": "ABC", + "origin_country": "US" + } + ], + "popularity": 37.501 + }, + { + "backdrop_path": "/gn18IaampxKKRgxSrCJORhWi84J.jpg", + "first_air_date": "2001-10-02", + "genre_ids": [ + 18, + 35 + ], + "id": 4556, + "name": "Scrubs", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Scrubs", + "overview": "In the unreal world of Sacred Heart Hospital, John \"J.D\" Dorian learns the ways of medicine, friendship and life.", + "poster_path": "/x40NhjIPoDoTbT0z2utFgIedtwh.jpg", + "vote_average": 7.8, + "vote_count": 562, + "networks": [ + { + "id": 2, + "logo": { + "path": "/ndAvF4JLsliGreX87jAc9GdjmJY.png", + "aspect_ratio": 1.0 + }, + "name": "ABC", + "origin_country": "US" + }, + { + "id": 6, + "logo": { + "path": "/o3OedEP0f9mfZr33jz2BfXOUK5.png", + "aspect_ratio": 4.0835820895522392 + }, + "name": "NBC", + "origin_country": "US" + } + ], + "popularity": 37.65 + }, + { + "backdrop_path": "/5m05BIoMHgTd4zvJ5OBh7gZFGWV.jpg", + "first_air_date": "2006-10-01", + "genre_ids": [ + 80, + 18, + 9648 + ], + "id": 1405, + "name": "Dexter", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Dexter", + "overview": "Dexter is an American television drama series. The series centers on Dexter Morgan, a blood spatter pattern analyst for 'Miami Metro Police Department' who also leads a secret life as a serial killer, hunting down criminals who have slipped through the cracks of justice.", + "poster_path": "/ydmfheI5cJ4NrgcupDEwk8I8y5q.jpg", + "vote_average": 8.0, + "vote_count": 1202, + "networks": [ + { + "id": 67, + "logo": { + "path": "/Allse9kbjiP6ExaQrnSpIhkurEi.png", + "aspect_ratio": 2.42080378250591 + }, + "name": "Showtime", + "origin_country": "US" + } + ], + "popularity": 39.874 + }, + { + "backdrop_path": "/qPxXFK7JNSrIFlaDXOjEEoeztD7.jpg", + "first_air_date": "1999-03-28", + "genre_ids": [ + 16, + 35, + 18, + 10765 + ], + "id": 615, + "name": "Futurama", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Futurama", + "overview": "The adventures of a late-20th-century New York City pizza delivery boy, Philip J. Fry, who, after being unwittingly cryogenically frozen for one thousand years, finds employment at Planet Express, an interplanetary delivery company in the retro-futuristic 31st century.", + "poster_path": "/iN0LOeE2JnJpIy4jF7imUjO6jwn.jpg", + "vote_average": 8.2, + "vote_count": 755, + "networks": [ + { + "id": 19, + "logo": { + "path": "/1DSpHrWyOORkL9N2QHX7Adt31mQ.png", + "aspect_ratio": 2.3255813953488369 + }, + "name": "FOX", + "origin_country": "US" + }, + { + "id": 47, + "logo": { + "path": "/qVjSSahDTLg3tOcs5Qvy8JOhhey.png", + "aspect_ratio": 4.7215189873417724 + }, + "name": "Comedy Central", + "origin_country": "US" + } + ], + "popularity": 30.006 + }, + { + "backdrop_path": "/5JXBFiIQVuC4GyBnRbW8eKoBSMB.jpg", + "first_air_date": "1998-08-23", + "genre_ids": [ + 35 + ], + "id": 52, + "name": "That '70s Show", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "That '70s Show", + "overview": "Crank up the 8-track and flash back to a time when platform shoes and puka shells were all the rage in this hilarious retro-sitcom. For Eric, Kelso, Jackie, Hyde, Donna and Fez, a group of high school teens who spend most of their time hanging out in Eric’s basement, life in the ‘70s isn’t always so groovy. But between trying to figure out the meaning of life, avoiding their parents, and dealing with out-of-control hormones, they’ve learned one thing for sure: they’ll always get by with a little help from their friends.", + "poster_path": "/2eALZgo89aHezKDRjZMveRjD5gc.jpg", + "vote_average": 7.5, + "vote_count": 369, + "networks": [ + { + "id": 19, + "logo": { + "path": "/1DSpHrWyOORkL9N2QHX7Adt31mQ.png", + "aspect_ratio": 2.3255813953488369 + }, + "name": "FOX", + "origin_country": "US" + } + ], + "popularity": 21.219 + }, + { + "backdrop_path": "/mSDKNVvDfitFE6Fb6fSSl5DQmgS.jpg", + "first_air_date": "1997-08-13", + "genre_ids": [ + 35, + 16 + ], + "id": 2190, + "name": "South Park", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "South Park", + "overview": "Follows the misadventures of four irreverent grade-schoolers in the quiet, dysfunctional town of South Park, Colorado.", + "poster_path": "/v9zc0cZpy5aPSfAy6Tgb6I1zWgV.jpg", + "vote_average": 7.8, + "vote_count": 983, + "networks": [ + { + "id": 47, + "logo": { + "path": "/qVjSSahDTLg3tOcs5Qvy8JOhhey.png", + "aspect_ratio": 4.7215189873417724 + }, + "name": "Comedy Central", + "origin_country": "US" + } + ], + "popularity": 78.354 + }, + { + "backdrop_path": "/5isj5gcGT0RrJ7uMO5pnd0AXXC.jpg", + "first_air_date": "2005-03-24", + "genre_ids": [ + 35 + ], + "id": 2316, + "name": "The Office", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "The Office", + "overview": "The everyday lives of office employees in the Scranton, Pennsylvania branch of the fictional Dunder Mifflin Paper Company.", + "poster_path": "/qWnJzyZhyy74gjpSjIXWmuk0ifX.jpg", + "vote_average": 8.1, + "vote_count": 533, + "networks": [ + { + "id": 6, + "logo": { + "path": "/o3OedEP0f9mfZr33jz2BfXOUK5.png", + "aspect_ratio": 4.0835820895522392 + }, + "name": "NBC", + "origin_country": "US" + } + ], + "popularity": 35.611 + }, + { + "backdrop_path": "/bvS50jBZXtglmLu72EAt5KgJBrL.jpg", + "first_air_date": "2010-07-25", + "genre_ids": [ + 80, + 18, + 9648 + ], + "id": 19885, + "name": "Sherlock", + "origin_country": [ + "GB" + ], + "original_language": "en", + "original_name": "Sherlock", + "overview": "A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.", + "poster_path": "/f9zGxLHGyQB10cMDZNY5ZcGKhZi.jpg", + "vote_average": 8.3, + "vote_count": 1577, + "networks": [ + { + "id": 4, + "logo": { + "path": "/mVn7xESaTNmjBUyUtGNvDQd3CT1.png", + "aspect_ratio": 4.9751243781094523 + }, + "name": "BBC One", + "origin_country": "GB" + } + ], + "popularity": 39.086 + }, + { + "backdrop_path": "/jXgRviDaUC1hw72QVhwkZVAiHNX.jpg", + "first_air_date": "2009-09-17", + "genre_ids": [ + 35 + ], + "id": 18347, + "name": "Community", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Community", + "overview": "Follow the lives of a group of students at what is possibly the world’s worst community college in the fictional locale of Greendale, Colorado.", + "poster_path": "/kMceNzAgVtl6MwU5C7Iv9azPbih.jpg", + "vote_average": 7.9, + "vote_count": 440, + "networks": [ + { + "id": 6, + "logo": { + "path": "/o3OedEP0f9mfZr33jz2BfXOUK5.png", + "aspect_ratio": 4.0835820895522392 + }, + "name": "NBC", + "origin_country": "US" + }, + { + "id": 1059, + "logo": { + "path": "/wHzuLEPQSkQeFFPNy3qx5XsLMxo.png", + "aspect_ratio": 4.3103448275862073 + }, + "name": "Yahoo! Screen", + "origin_country": "" + } + ], + "popularity": 26.809 + }, + { + "backdrop_path": "/snxFgPvHMcpW5f8Q3wu6uRRycww.jpg", + "first_air_date": "2009-09-23", + "genre_ids": [ + 35 + ], + "id": 1421, + "name": "Modern Family", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Modern Family", + "overview": "The Pritchett-Dunphy-Tucker clan is a wonderfully large and blended family. They give us an honest and often hilarious look into the sometimes warm, sometimes twisted, embrace of the modern family.", + "poster_path": "/gLAcu4VPCAb90oJvJ4nUJc5ZBQi.jpg", + "vote_average": 7.2, + "vote_count": 764, + "networks": [ + { + "id": 2, + "logo": { + "path": "/ndAvF4JLsliGreX87jAc9GdjmJY.png", + "aspect_ratio": 1.0 + }, + "name": "ABC", + "origin_country": "US" + } + ], + "popularity": 80.186 + }, + { + "backdrop_path": "/fNtLvs8bVKT4S4MzljK6iFYvimK.jpg", + "first_air_date": "1990-09-10", + "genre_ids": [ + 35 + ], + "id": 1892, + "name": "The Fresh Prince of Bel-Air", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "The Fresh Prince of Bel-Air", + "overview": "The Fresh Prince of Bel-Air is an American television sitcom that originally aired on NBC from September 10, 1990, to May 20, 1996. The show stars Will Smith as a fictionalized version of himself, a street-smart teenager from West Philadelphia who is sent to move in with his aunt and uncle in their wealthy Bel Air mansion, where his lifestyle often clashes with that of his relatives. The 148 episodes were broadcast over six seasons.", + "poster_path": "/fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg", + "vote_average": 7.4, + "vote_count": 298, + "networks": [ + { + "id": 6, + "logo": { + "path": "/o3OedEP0f9mfZr33jz2BfXOUK5.png", + "aspect_ratio": 4.0835820895522392 + }, + "name": "NBC", + "origin_country": "US" + } + ], + "popularity": 11.5 + }, + { + "backdrop_path": "/5Ycqqaf27bNWyxm7XRc9gRVniYe.jpg", + "first_air_date": "1993-09-10", + "genre_ids": [ + 18, + 9648, + 10765 + ], + "id": 4087, + "name": "The X-Files", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "The X-Files", + "overview": "The exploits of FBI Special Agents Fox Mulder and Dana Scully who investigate X-Files: marginalized, unsolved cases involving paranormal phenomena. Mulder believes in the existence of aliens and the paranormal while Scully, a skeptic, is assigned to make scientific analyses of Mulder's discoveries that debunk Mulder's work and thus return him to mainstream cases.", + "poster_path": "/5BD0kiTGnDxONqdrsswTewnk6WH.jpg", + "vote_average": 8.1, + "vote_count": 902, + "networks": [ + { + "id": 19, + "logo": { + "path": "/1DSpHrWyOORkL9N2QHX7Adt31mQ.png", + "aspect_ratio": 2.3255813953488369 + }, + "name": "FOX", + "origin_country": "US" + } + ], + "popularity": 34.248 + }, + { + "backdrop_path": "/hYfTFcrVjZoX6QVzIG6rLafRhiZ.jpg", + "first_air_date": "2003-11-02", + "genre_ids": [ + 35 + ], + "id": 4589, + "name": "Arrested Development", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Arrested Development", + "overview": "The story of a wealthy family that lost everything, and the one son who had no choice but to keep them all together.", + "poster_path": "/qMzwO952hMWQSCfHkp7IL20s4K7.jpg", + "vote_average": 8.2, + "vote_count": 459, + "networks": [ + { + "id": 19, + "logo": { + "path": "/1DSpHrWyOORkL9N2QHX7Adt31mQ.png", + "aspect_ratio": 2.3255813953488369 + }, + "name": "FOX", + "origin_country": "US" + }, + { + "id": 213, + "logo": { + "path": "/wwemzKWzjKYJFfCeiB57q3r4Bcm.png", + "aspect_ratio": 3.73134328358209 + }, + "name": "Netflix", + "origin_country": "" + } + ], + "popularity": 23.758 + }, + { + "backdrop_path": "/s2K9dFS8g90Fouv61NKa6uxPjAE.jpg", + "first_air_date": "2006-09-25", + "genre_ids": [ + 18, + 10765 + ], + "id": 1639, + "name": "Heroes", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Heroes", + "overview": "Common people discover that they have super powers. Their lives intertwine as a devastating event must be prevented.", + "poster_path": "/q7kIQi9x2Y6RxFqydH2tZBWyH2o.jpg", + "vote_average": 7.0, + "vote_count": 651, + "networks": [ + { + "id": 6, + "logo": { + "path": "/o3OedEP0f9mfZr33jz2BfXOUK5.png", + "aspect_ratio": 4.0835820895522392 + }, + "name": "NBC", + "origin_country": "US" + } + ], + "popularity": 20.576 + }, + { + "backdrop_path": "/92OPBZpLc82y8CzOtrQ8P9RDvIN.jpg", + "first_air_date": "2005-08-29", + "genre_ids": [ + 10759, + 80, + 18 + ], + "id": 2288, + "name": "Prison Break", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Prison Break", + "overview": "Due to a political conspiracy, an innocent man is sent to death row and his only hope is his brother, who makes it his mission to deliberately get himself sent to the same prison in order to break the both of them out, from the inside out.", + "poster_path": "/5E1BhkCgjLBlqx557Z5yzcN0i88.jpg", + "vote_average": 7.5, + "vote_count": 1036, + "networks": [ + { + "id": 19, + "logo": { + "path": "/1DSpHrWyOORkL9N2QHX7Adt31mQ.png", + "aspect_ratio": 2.3255813953488369 + }, + "name": "FOX", + "origin_country": "US" + } + ], + "popularity": 80.374 + }, + { + "backdrop_path": "/8x8ODgeIwV2QbuWp73QVU4ilEN9.jpg", + "first_air_date": "1993-09-16", + "genre_ids": [ + 35 + ], + "id": 3452, + "name": "Frasier", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Frasier", + "overview": "After many years spent at the “Cheers” bar, Frasier moves back home to Seattle to work as a radio psychiatrist after his policeman father gets shot in the hip on duty.", + "poster_path": "/gYAb6GCVEFsU9hzMCG5rxaxoIv3.jpg", + "vote_average": 7.7, + "vote_count": 241, + "networks": [ + { + "id": 6, + "logo": { + "path": "/o3OedEP0f9mfZr33jz2BfXOUK5.png", + "aspect_ratio": 4.0835820895522392 + }, + "name": "NBC", + "origin_country": "US" + } + ], + "popularity": 21.698 + } + ], + "total_pages": 2, + "total_results": 40 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:56.5946409Z", + "ReducedUri": "/3/tv/1668/similar", + "RespData": { + "page": 1, + "results": [ + { + "original_name": "How I Met Your Mother", + "id": 1100, + "name": "How I Met Your Mother", + "vote_count": 990, + "vote_average": 7.5, + "first_air_date": "2005-09-19", + "poster_path": "/izncB6dCLV7LBQ5MsOPyMx9mUDa.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/wfe7Xf7tc0zmnkoNyN3xor0xR8m.jpg", + "overview": "How I Met Your Mother is an American sitcom that originally aired on CBS from September 19, 2005, to March 31, 2014. The series follows the main character, Ted Mosby, and his group of friends in Manhattan. As a framing device, Ted, in the year 2030, recounts to his son and daughter the events that led to his meeting their mother.", + "origin_country": [ + "US" + ], + "popularity": 51.733 + }, + { + "original_name": "Baby Daddy", + "id": 42272, + "name": "Baby Daddy", + "vote_count": 69, + "vote_average": 6.1, + "first_air_date": "2012-06-20", + "poster_path": "/xirE10FxTg5it30jrdBrekfFWZ2.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/42ZcAQM7H8aFDFeiZy5yjdNoBU8.jpg", + "overview": "Baby Daddy follows Ben, a young man in his early 20s living the life of a bachelor in New York City with his buddy, Tucker, and his brother, Danny. Their lives are turned upside down when they come home one day to find a baby girl left on the doorstep by an ex-girlfriend of Ben's. After much deliberation, Ben decides to raise the baby with the help of his friends and his protective and sometimes over-bearing mother, Bonnie, and his close female friend, Riley.", + "origin_country": [ + "US" + ], + "popularity": 15.434 + }, + { + "original_name": "New Girl", + "id": 1420, + "name": "New Girl", + "vote_count": 398, + "vote_average": 6.6, + "first_air_date": "2011-09-20", + "poster_path": "/8oCqMlKKomCArVtyOjRzMN6g40Z.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/gnYsL0nyQYUD8DD3NZeXxnPFznf.jpg", + "overview": "Jessica Day is an offbeat and adorable girl in her late 20s who, after a bad breakup, moves in with three single guys. Goofy, positive, vulnerable and honest to a fault, Jess has faith in people, even when she shouldn't. Although she's dorky and awkward, she's comfortable in her own skin. More prone to friendships with women, she's not used to hanging with the boys—especially at home.", + "origin_country": [ + "US" + ], + "popularity": 25.746 + }, + { + "original_name": "Friends from College", + "id": 71890, + "name": "Friends from College", + "vote_count": 17, + "vote_average": 6.9, + "first_air_date": "2017-07-14", + "poster_path": "/65AYXjedy5Bof81MF7Y3Yw3zWKP.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/xqiSSJPhFB892TxFmgC8S3Nn3IP.jpg", + "overview": "Twenty years after graduation, a tight-knit group of college friends reconnects and discovers that love hasn't gotten easier with age.", + "origin_country": [ + "US" + ], + "popularity": 17.983 + }, + { + "original_name": "The King of Queens", + "id": 4238, + "name": "The King of Queens", + "vote_count": 227, + "vote_average": 6.7, + "first_air_date": "1998-09-21", + "poster_path": "/A5WqfnDItZACnzpKgtimQtlfSmg.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/xF4zSVyrOBO60Lwu2wDN0dBjEgk.jpg", + "overview": "Three's definitely a crowd for parcel post deliveryman Doug Heffernan (Kevin James), whose newly widowed father-in-law, Arthur (Jerry Stiller), has moved in with him and his wife, Carrie (Leah Remini). Doug's no longer the king of his domain -- the renovated basement that houses his beloved supersized TV set -- let alone the king of Queens, where he lives. Can they all just get along?", + "origin_country": [ + "US" + ], + "popularity": 24.805 + }, + { + "original_name": "Scrubs", + "id": 4556, + "name": "Scrubs", + "vote_count": 562, + "vote_average": 7.8, + "first_air_date": "2001-10-02", + "poster_path": "/x40NhjIPoDoTbT0z2utFgIedtwh.jpg", + "genre_ids": [ + 35, + 18 + ], + "original_language": "en", + "backdrop_path": "/gn18IaampxKKRgxSrCJORhWi84J.jpg", + "overview": "In the unreal world of Sacred Heart Hospital, John \"J.D\" Dorian learns the ways of medicine, friendship and life.", + "origin_country": [ + "US" + ], + "popularity": 37.65 + }, + { + "backdrop_path": "/f7ECUikm6gTfDrzlTk5aBqPB0Im.jpg", + "first_air_date": "1993-11-03", + "genre_ids": [ + 35 + ], + "id": 2352, + "name": "The Nanny", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "The Nanny", + "overview": "Fran, fresh out of her job as a bridal consultant in her boyfriend’s shop, first appears on the doorstep of Broadway producer Maxwell Sheffield peddling cosmetics, and quickly stumbled upon the opportunity to become The Nanny for his three children. But soon Fran, with her offbeat nurturing and no-nonsense honesty, touches Maxwell as well as the kids.", + "poster_path": "/cV7TRoME5WUyTdMzyQLagD4DTWD.jpg", + "vote_average": 6.8, + "vote_count": 132, + "popularity": 21.367 + }, + { + "original_name": "Two and a Half Men", + "id": 2691, + "name": "Two and a Half Men", + "vote_count": 622, + "vote_average": 6.3, + "first_air_date": "2003-09-22", + "poster_path": "/A9QDK4OWpv41W27kCv0LXe30k9S.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/27cshLy9anL9G0g6tBQjWkPACx5.jpg", + "overview": "A hedonistic jingle writer's free-wheeling life comes to an abrupt halt when his brother and 10-year-old nephew move into his beach-front house.", + "origin_country": [ + "US" + ], + "popularity": 69.958 + }, + { + "backdrop_path": "/tSJSc83QoxEJSDkkzi5GcWhA2e9.jpg", + "first_air_date": "1998-09-21", + "genre_ids": [ + 35 + ], + "id": 4454, + "name": "Will & Grace", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Will & Grace", + "overview": "Will Truman and Grace Adler are best friends living in New York, and when Grace's engagement falls apart, she moves in with Will. Together, along with their friends, they go through the trials of dating, sex, relationships and their careers, butting heads at times but ultimately supporting one another while exchanging plenty of witty banter along the way.", + "poster_path": "/aNMN3NtnambBudhWDfrMFfTSvWR.jpg", + "vote_average": 6.7, + "vote_count": 141, + "popularity": 24.006 + }, + { + "original_name": "Sex and the City", + "id": 105, + "name": "Sex and the City", + "vote_count": 210, + "vote_average": 5.7, + "first_air_date": "1998-06-06", + "poster_path": "/y6TTvFWEW1mkOBlgoqVN4WFkP0Z.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/lPbcbMcchKBs96vH3gjFtlPjdAv.jpg", + "overview": "Based on the bestselling book by Candace Bushnell, Sex and the City tells the story of four best friends, all single and in their late thirties, as they pursue their careers and talk about their sex lives, all while trying to survive the New York social scene. ", + "origin_country": [ + "US" + ], + "popularity": 27.84 + }, + { + "original_name": "2 Broke Girls", + "id": 39340, + "name": "2 Broke Girls", + "vote_count": 407, + "vote_average": 5.7, + "first_air_date": "2011-09-19", + "poster_path": "/faaVj7xQAdKaoRcqX2lBOFJvmiu.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/3s06cmm5h2lhsJuoc0m8wdTK10e.jpg", + "overview": "Comedy about the unlikely friendship that develops between two very different young women who meet waitressing at a diner in trendy Williamsburg, Brooklyn, and form a bond over one day owning their own successful cupcake business. Only one thing stands in their way – they’re broke.", + "origin_country": [ + "US" + ], + "popularity": 28.299 + }, + { + "original_name": "Brooklyn Nine-Nine", + "id": 48891, + "name": "Brooklyn Nine-Nine", + "vote_count": 525, + "vote_average": 7.6, + "first_air_date": "2013-09-17", + "poster_path": "/kSvVRYB4WGGueigKOENClUSq8N2.jpg", + "genre_ids": [ + 35, + 80 + ], + "original_language": "en", + "backdrop_path": "/ncC9ZgZuKOdaVm7yXinUn26Qyok.jpg", + "overview": "A single-camera ensemble comedy following the lives of an eclectic group of detectives in a New York precinct, including one slacker who is forced to shape up when he gets a new boss.", + "origin_country": [ + "US" + ], + "popularity": 113.784 + }, + { + "backdrop_path": "/jXgRviDaUC1hw72QVhwkZVAiHNX.jpg", + "first_air_date": "2009-09-17", + "genre_ids": [ + 35 + ], + "id": 18347, + "name": "Community", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Community", + "overview": "Follow the lives of a group of students at what is possibly the world’s worst community college in the fictional locale of Greendale, Colorado.", + "poster_path": "/kMceNzAgVtl6MwU5C7Iv9azPbih.jpg", + "vote_average": 7.9, + "vote_count": 440, + "popularity": 26.809 + }, + { + "backdrop_path": "/8x8ODgeIwV2QbuWp73QVU4ilEN9.jpg", + "first_air_date": "1993-09-16", + "genre_ids": [ + 35 + ], + "id": 3452, + "name": "Frasier", + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Frasier", + "overview": "After many years spent at the “Cheers” bar, Frasier moves back home to Seattle to work as a radio psychiatrist after his policeman father gets shot in the hip on duty.", + "poster_path": "/gYAb6GCVEFsU9hzMCG5rxaxoIv3.jpg", + "vote_average": 7.7, + "vote_count": 241, + "popularity": 21.698 + }, + { + "original_name": "BoJack Horseman", + "id": 61222, + "name": "BoJack Horseman", + "vote_count": 261, + "vote_average": 8.0, + "first_air_date": "2014-08-22", + "poster_path": "/1bnrSsJNejoQq8lGBDECQroGjPz.jpg", + "genre_ids": [ + 16, + 35, + 18 + ], + "original_language": "en", + "backdrop_path": "/gARnXDr5Y0VZ8tx89DMxBSqWPYt.jpg", + "overview": "Meet the most beloved sitcom horse of the 90s - 20 years later. BoJack Horseman was the star of the hit TV show \"Horsin' Around,\" but today he's washed up, living in Hollywood, complaining about everything, and wearing colorful sweaters.", + "origin_country": [ + "US" + ], + "popularity": 18.653 + }, + { + "original_name": "Broad City", + "id": 60839, + "name": "Broad City", + "vote_count": 72, + "vote_average": 7.9, + "first_air_date": "2014-01-22", + "poster_path": "/vWigivKuSvH6AWW9r0h1uqWURmV.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/tUbAtHxwQ3h9t9o0xfPNa80UZjc.jpg", + "overview": "Broad City follows two women throughout their daily lives in New York City, making the smallest and mundane events hysterical and disturbing to watch all at the same time.", + "origin_country": [ + "US" + ], + "popularity": 33.922 + }, + { + "original_name": "Unbreakable Kimmy Schmidt", + "id": 61671, + "name": "Unbreakable Kimmy Schmidt", + "vote_count": 193, + "vote_average": 7.2, + "first_air_date": "2015-03-06", + "poster_path": "/5rj9fHmVA1r54wjCpPw5ScW0WT2.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/dG25UWq95YSIxovAjALLQwsg1x2.jpg", + "overview": "When a woman is rescued from a doomsday cult and lands in New York City, she must navigate a world she didn’t think even existed anymore.", + "origin_country": [ + "US" + ], + "popularity": 24.504 + }, + { + "original_name": "The Mindy Project", + "id": 44857, + "name": "The Mindy Project", + "vote_count": 67, + "vote_average": 5.9, + "first_air_date": "2012-09-25", + "poster_path": "/50NcX6bcTJuzUCWXDFp40c1sybI.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/wr9tT7sDovZeM0bvRYVIlAc4IL8.jpg", + "overview": "Obstetrician/gynecologist Mindy Lahiri tries to balance her personal and professional life, surrounded by quirky co-workers in a small medical practice in New York City.", + "origin_country": [ + "US" + ], + "popularity": 15.241 + }, + { + "original_name": "Younger", + "id": 62117, + "name": "Younger", + "vote_count": 59, + "vote_average": 5.9, + "first_air_date": "2015-03-31", + "poster_path": "/rq1e5VeGfjzChIru04vRBcz4Tlv.jpg", + "genre_ids": [ + 35, + 18 + ], + "original_language": "en", + "backdrop_path": "/1SCr5pQT482rUmolZutLTcJc87d.jpg", + "overview": "Based on the novel by Pamela Redmond Satran, \"Younger\" follows 40-year old Liza, a suddenly single mother who tries to get back into the working world, only to find it’s nearly impossible to start at the bottom at her age. When a chance encounter with a young guy at a bar convinces her she looks younger than she is, Liza tries to pass herself off as 26 – with the help of a makeover, courtesy of her best friend Maggie. Armed with new confidence, she lands a job as an assistant to the temperamental Diana and teams up with her new co-worker and twentysomething Kelsey to make it in the career of her dreams. Now she just has to make sure no one finds out the secret only she and Maggie share.", + "origin_country": [ + "US" + ], + "popularity": 15.067 + }, + { + "original_name": "The Jeffersons", + "id": 1964, + "name": "The Jeffersons", + "vote_count": 28, + "vote_average": 7.0, + "first_air_date": "1975-01-18", + "poster_path": "/pCfKbmpNOQ1D9iAdpeiXY7nkkTu.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/mrkSejQGvaUD2kRxg4wYwACJIxy.jpg", + "overview": "The Jeffersons is an American sitcom that was broadcast on CBS from January 18, 1975, through July 2, 1985, lasting 11 seasons and a total of 253 episodes. The show was produced by the T.A.T. Communications Company from 1975–1982 and by Embassy Television from 1982–1985. The Jeffersons is one of the longest-running sitcoms in the history of American television.\n\nThe show focuses on George and Louise Jefferson, an affluent Black couple living in New York City. The show was launched as the second spin-off of All in the Family, on which the Jeffersons had been the neighbors of Archie and Edith Bunker.\n\nThe show was the creation of prolific television producer Norman Lear. However, it was less sharply political in tone than some of his shows. The Jeffersons evolved into more of a traditional sitcom, relying more on the characters' interactions with one another than on explicitly political dialogue or storylines. It did, however, tackle a few controversial topics, including racism, suicide, gun control and adult illiteracy. Also, the words \"nigger\" and \"honky\" were used occasionally, especially during the earlier seasons.\n\nThe Jeffersons had one spin-off, titled Checking In. The short-lived series was centered around the Jeffersons' housekeeper, Florence. Checking In only lasted four episodes, after which Florence returned to The Jeffersons.", + "origin_country": [ + "US" + ], + "popularity": 13.874 + } + ], + "total_pages": 80, + "total_results": 1595 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:47.2905479Z", + "ReducedUri": "/3/tv/1668/translations", + "RespData": { + "id": 1668, + "translations": [ + { + "iso_3166_1": "US", + "iso_639_1": "en", + "name": "English", + "english_name": "English", + "data": { + "name": "", + "overview": "The misadventures of a group of friends as they navigate the pitfalls of work, life and love in Manhattan.", + "homepage": "" + } + }, + { + "iso_3166_1": "RU", + "iso_639_1": "ru", + "name": "Pусский", + "english_name": "Russian", + "data": { + "name": "Друзья", + "overview": "Главные герои – шестеро друзей – Рейчел, Моника, Фиби, Джоуи, Чендлер и Росс. Три девушки и три парня, которые дружат, живут по соседству, вместе убивают время и противостоят жестокой реальности, делятся своими секретами и иногда очень сильно влюбляются.", + "homepage": "" + } + }, + { + "iso_3166_1": "DE", + "iso_639_1": "de", + "name": "Deutsch", + "english_name": "German", + "data": { + "name": "", + "overview": "Ross, Rachel, Monica, Chandler und Joey sind beste Freunde. Ob bei regelmäßigen Treffen im Café Central Perk oder in der WG mit den lilafarbenen Wänden, gemeinsam wird getratscht, gestritten und gelacht. Dabei ergeben sich im Laufe der Zeit immer wieder auch amouröse Verbindungen in und außerhalb der Gruppe, die zu Konflikten, aber auch zu herrlich romantischen Momenten führen. ", + "homepage": "" + } + }, + { + "iso_3166_1": "FR", + "iso_639_1": "fr", + "name": "Français", + "english_name": "French", + "data": { + "name": "Friends", + "overview": "Les péripéties de 6 jeunes newyorkais liés par une profonde amitié. Entre amour, travail, famille, ils partagent leurs bonheurs et leurs soucis au Central Perk, leur café favori...", + "homepage": "" + } + }, + { + "iso_3166_1": "BG", + "iso_639_1": "bg", + "name": "български език", + "english_name": "Bulgarian", + "data": { + "name": "Приятели", + "overview": "Компанията от приятели включва: Моника (готвач в Манхатън), Фийби (бивша съквартирантка на Моника), Рейчъл (разглезената богаташка, която вече се справя сама с живота) Рос (братът на Моника, тайно влюбен в Рейчъл), Джоуи и Чандлър (актьор, пристрастен към жените). Сериалът проследява ежедневието на тези шест героя, също както развитието на техните отношения и на професионалния и личния им живот, със своята смесица от радости и разочарования.", + "homepage": "" + } + }, + { + "iso_3166_1": "HU", + "iso_639_1": "hu", + "name": "Magyar", + "english_name": "Hungarian", + "data": { + "name": "Jóbarátok", + "overview": "A sorozat hat, a húszas éveiben járó fiatal (három férfi és három nő) mindennapjait követi nyomon. Rachel Green elkényeztetett \"apuka-kislánya\"; Monica Geller kényszeresen rend- és tisztaságmániás séf; Chandler Bing viccelődő okostojás, a szerelemben szerencsétlen irodakukac; Joey Tribbiani szexmániás, gyerekded színész; Ross Geller elvált, stréber paleontológus, Phoebe Buffay pedig szórakozott hippi, masszőz, énekesnő és dalszövegíró.", + "homepage": "" + } + }, + { + "iso_3166_1": "NL", + "iso_639_1": "nl", + "name": "Nederlands", + "english_name": "Dutch", + "data": { + "name": "", + "overview": "De serie draait om een groep van zes vrienden: Rachel Green, Ross Geller, Monica Geller, Chandler Bing, Joey Tribbiani en Phoebe Buffay. De zes twintigers wonen en werken in Manhattan, New York. Als het verhaal begint, heeft Rachel net haar verloofde Barry voor het altaar achtergelaten en is ze samen gaan wonen met haar beste vriendin uit haar kindertijd, Monica. Het tweetal woont in een appartement tegenover dat van Chandler en Joey en ze trekken veel op met Monica's broer, Ross - die recent gescheiden is van zijn lesbische echtgenote. Daarnaast is er Phoebe, Monica's ex-kamergenote. Het verhaal speelt zich af in verschillende appartementen. Vooral in dat van Monica wordt veel beleefd, maar ook in dat van Ross en dat van Chandler en Joey. Daarnaast brengen ze ook veel tijd door in het koffiehuis om de hoek van hun appartementen, 'Central Perk'.\n\nNadat ze naar de stad is verhuisd, krijgt Rachel haar eerste baantje als serveerster in het koffiehuis. Later wordt ze assistente voor een inkoper en 'personal shopper' bij Bloomingdale's en daarna inkoper voor Ralph Lauren. Monica zoekt naar haar succes in de eerste seizoenen, maar vindt uiteindelijk werk als chef-kok in een gerespecteerd restaurant. Chandler werkt zijn weg omhoog in de informatieverwerking, maar krijgt in de laatste twee seizoenen een baan in de reclamewereld, nadat hij ontslag heeft genomen bij zijn vorige baan. Na een wisselend succesvolle carrière, krijgt Joey uiteindelijk een vaste baan bij een soap, waarvan hij eerder in de serie ontslagen was. Hij heeft ook veel bijbaantjes, waaronder het 'ontklauwen' van katten. Paleontoloog Ross wordt in seizoen zes uiteindelijk hoogleraar. Phoebe had werk als masseuse en singer/songwriter. Ze had echter net als Joey ook veel bijbaantjes.\n\nDe verhaallijn volgt de knipperlichtrelatie tussen Ross en Rachel en later in de serie ook een ontwikkelende relatie tussen Chandler en Monica.\n\nDe serie gebruikt non-stop humor die meestal geen relatie heeft met de plot. Sommige grappen hebben te maken met seksualiteit, politiek en insinuaties. Het programma richtte zich vaak op serieuze kanten, zoals breuken tussen koppels. Ironie, voornamelijk de inbreng van acteur Matthew Perry werd vaak gebruikt.\n\nDe serie gaf acteurs die in het verleden actief waren de kans om weer regelmatig in de schijnwerpers te staan. Elliott Gould speelde Monica's en Ross' vader. Marlo Thomas (bekend van That Girl) speelde Rachels moeder. De themamuziek van de serie, \"I'll Be There for You\" van The Rembrandts, werd een grote hit nadat een dj uit Tennessee samen met The Rembrandts een track maakt van 3 minuten en het op de radio afspeelde. In Amerika kwam het uiteindelijk op nummer 17 in de Billboard Hot 100.\n\nDe populariteit van de serie was zo groot dat de zes hoofdrolspelers aan het eind van de serie 1 miljoen dollar per aflevering betaald kregen. Advertenties tijdens de laatste aflevering, die door 53 miljoen mensen bekeken werd, kostten in de Verenigde Staten 2 miljoen dollar voor een spotje van 30 seconden.", + "homepage": "" + } + }, + { + "iso_3166_1": "IL", + "iso_639_1": "he", + "name": "עִבְרִית", + "english_name": "Hebrew", + "data": { + "name": "חברים", + "overview": "שישה צעירים שגרים יחד וקרוב מאוד (לפעמים קרוב מדי). מחפשים יציבות אבל מפחדים ממחויבות, מחפשים בני זוג אבל פוחדים מקשר. סדרה על אהבה, סקס, קריירה והכל בשלב הקסום של החיים, בו הכל עוד אפשרי. כשאתה רווק צעיר בתפוח הגדול החברים שלך הם המשפחה שלך. מעל לכל זוהי סדרה על חברות. \"חברים\", זוכת פרסי האמי ומועמדת לפרס גלובוס הזהב.", + "homepage": "" + } + }, + { + "iso_3166_1": "DK", + "iso_639_1": "da", + "name": "Dansk", + "english_name": "Danish", + "data": { + "name": "Venner", + "overview": "Sitcom-hittet følger de sjove genvordigheder for seks venner i tyverne, mens de styrer klar af problemer med arbejdet, livet og kærligheden på 90'ernes Manhattan.", + "homepage": "" + } + }, + { + "iso_3166_1": "JP", + "iso_639_1": "ja", + "name": "日本語", + "english_name": "Japanese", + "data": { + "name": "フレンズ", + "overview": "", + "homepage": "" + } + }, + { + "iso_3166_1": "PL", + "iso_639_1": "pl", + "name": "Polski", + "english_name": "Polish", + "data": { + "name": "Przyjaciele", + "overview": "Przyjaciele to amerykański sitcom stworzony przez David Crane i Marta Kauffman. Serial był nadawany od 22 września 1994 do 6 maja 2004. Serial opowiada historie grupy sześciu przyjaciół mieszkających w Nowym Jorku. ", + "homepage": "" + } + }, + { + "iso_3166_1": "CN", + "iso_639_1": "zh", + "name": "普通话", + "english_name": "Mandarin", + "data": { + "name": "老友记", + "overview": "  莫妮卡(柯特妮·考克斯 )、钱德(马修·派瑞)、瑞秋(詹妮弗·安妮斯顿)、菲比(莉莎·库卓)、乔伊(马特·理勃兰)和罗斯(大卫·休谟)是彼此最好的朋友,一起走过十年岁月的点点滴滴。虽然老友们各有各的性格特点,也会有矛盾和争执,但对于彼此,他们永远be there for you. \n\n  故事开始在center perk 咖啡馆里,婚礼上落荒而逃的瑞秋闯进来寻找老同学莫妮卡。莫妮卡的哥哥刚刚离婚,而他从小暗恋的人正是这个落跑新娘瑞秋。瑞秋在莫妮卡家住了下来,决定不在做爸爸的女孩儿,真正的步入社会,于是在其他老友的帮助下,她上路了,从二十多岁初入社会,到三十多岁成家立业,他们一走就是十年。 \n\n  十年间风风雨雨,在嬉笑怒骂中,在离别团聚中,他们向我们讲述着友情、爱情还有生活。让我们和他们一起开怀大笑或是黯然神伤。", + "homepage": "" + } + }, + { + "iso_3166_1": "PT", + "iso_639_1": "pt", + "name": "Português", + "english_name": "Portuguese", + "data": { + "name": "Friends", + "overview": "Ross, Rachel, Mônica, Chandler, Joey e Phoebe formam um grupo de seis amigos que lutam para se sobressair e progredir na competitiva vida de Manhattan. Seu humor inteligente e apoio mútuo incondicional fazem com sua amizade seja cada vez mais forte, superando assim todos os obstáculos que a vida lhes apresenta. Trabalho, família, responsabilidade, dinheiro, sexo, compromisso e, sobretudo, amor e amizade, são alguns dos temas que preocupam e, ás vezes, divertem esses personagens. Não foi à toa que o sofá do Central Perk, o café onde se reúnem para conversar, foi trocado duas vezes por excesso de uso. Esta série foi filmada por dez temporadas, conquistando um sucesso após o outro. Sua trilha sonora promocional, \"I'll Be There for You\" (Rembrandts), é tão famosa quanto o programa, pois a sua mensagem e o refrão definem perfeitamente o significado da existência da série.", + "homepage": "" + } + }, + { + "iso_3166_1": "SK", + "iso_639_1": "sk", + "name": "Slovenčina", + "english_name": "Slovak", + "data": { + "name": "Priatelia", + "overview": "", + "homepage": "" + } + }, + { + "iso_3166_1": "IT", + "iso_639_1": "it", + "name": "Italiano", + "english_name": "Italian", + "data": { + "name": "Friends", + "overview": "Friends è una sitcom americana trasmessa in USA dal 1994 al 2004. La serie descrive un gruppo di amici (da cui il titolo) del circondario di Manhattan a New York, i loro rapporti e le loro interazioni reciproche. E' stata una delle serie più seguite del decennio, la puntata finale è stata vista da più di 52 milioni di persone nei soli Stati Uniti, facendone il quarto finale più visto di tutti i tempi e il primo dell'ultimo decennio.", + "homepage": "" + } + }, + { + "iso_3166_1": "BS", + "iso_639_1": "bs", + "name": "Bosanski", + "english_name": "Bosnian", + "data": { + "name": "Friends", + "overview": "Naši junaci serije (Rachel, Phoebe, Monica, Ross, Chandler i Joey) žive u New Yorku, gdje se odvija velik dio radnje. Najčešće lokacije su dva stana u kojima junaci žive. Veći dio radnje odvija se i u kafiću “Central Perk”, a periodično se ubacuju Rossov i Phoebein stan te bezbroj jednokratnih lokacija...", + "homepage": "" + } + }, + { + "iso_3166_1": "TR", + "iso_639_1": "tr", + "name": "Türkçe", + "english_name": "Turkish", + "data": { + "name": "Friends", + "overview": "Newyork'ta yaşayan 6 arkadaşın harika dostluklarını anlatan müthiş bir dizi. Tür olarak komedi olarak tanımlansa da yer yer çok güçlü dram ögeleri barındıran dizide, izlerken çokça zaman kendinizi karakterlerle özdeşleştirip kendinizden parçalar bulacaksınız. Zaman zaman gülme krizine girip zaman zaman duygulanacağınız bir başyapıt. Ölmeden izlenmesi gerekenler listesinde üst sıralarda bir yeri hak ediyor. ", + "homepage": "" + } + }, + { + "iso_3166_1": "SE", + "iso_639_1": "sv", + "name": "svenska", + "english_name": "Swedish", + "data": { + "name": "Vänner", + "overview": "Vänner handlar om Monica, Rachel, Phoebe, Ross, Chandler och Joey – sex personer som bor på Manhattan i New York – och deras förhållanden, deras lycka, sorg och allt däremellan. Serien är skapad av Marta Kauffman och David Crane. Tillsammans med Kevin Bright ingår de i produktionsbolaget Bright/Kauffman/Crane Productions, som producerat serien i samarbete med Warner Brothers Television. Seriens utformning och dess karaktärer följer ett simpelt mönster som både använts tidigare och fortfarande används i en eller annan form i alla möjliga olika komediserier, men i Vänner är kemin mellan seriens sex huvudskådespelare helt oslagbar, och de många hysteriskt roliga avsnitten bäddade för succé redan från början.", + "homepage": "" + } + }, + { + "iso_3166_1": "ES", + "iso_639_1": "es", + "name": "Español", + "english_name": "Spanish", + "data": { + "name": "Friends", + "overview": "Friends (estilizado «F·R·I·E·N·D·S») es una exitosa serie de televisión estadounidense creada y producida por Marta Kauffman y David Crane. Se emitió por primera vez el 22 de septiembre de 1994 por la cadena NBC y terminó el 6 de mayo de 2004. Trata sobre la vida de un grupo de amigos —Rachel Green, Monica Geller, Phoebe Buffay, Joey Tribbiani, Chandler Bing y Ross Geller— que residen en Manhattan, Nueva York. Se suceden tanto buenos como malos momentos, pero con una crítica cómica a los hechos más trascendentales de la actualidad. Inmediatamente después del éxito en su país, el programa comenzó su difusión por todo el mundo con similares resultados, siendo hasta hoy en día considerado uno de los mejores en la historia de la televisión.", + "homepage": "" + } + }, + { + "iso_3166_1": "CZ", + "iso_639_1": "cs", + "name": "Český", + "english_name": "Czech", + "data": { + "name": "Přátelé", + "overview": "Láska, sex, přátelství, štěstí a smůla kolem nás aneb život je třeba brát s nadhledem. \n\nŠestice blízkých přátel žijících v New Yorku prožívá radosti i starosti života. Zažívají velké lásky, románky a milostná zklamání. Pracovní úspěchy i kariérní nezdary ...", + "homepage": "" + } + }, + { + "iso_3166_1": "GR", + "iso_639_1": "el", + "name": "ελληνικά", + "english_name": "Greek", + "data": { + "name": "Τα Φιλαράκια", + "overview": "Υπήρξε μια από τις πιο δημοφιλείς τηλεοπτικές σειρές παγκοσμίως. Τόσο που ακόμη και τώρα, σχεδόν εννέα χρόνια μετά το τελευταίο επεισόδιο, να προκαλεί ακόμα ενδιαφέρον, τόσο για το παρόν και το μέλλον των έξι πρωταγωνιστών της, όσο και για το τι μπορούσε να σημαίνει το κάθε τι σε κάθε λήψη. Η τελευταία μάλιστα ανακάλυψη για τα «Φιλαράκια» (τα «Friends» που προβλήθηκαν από το ΝΒC για 10 χρόνια από το 1994 ως το2004. Προβλήθηκε και συνεχίζει να προβάλλεται ακόμα και σήμερα σε συνολικά πάνω απο 100 χώρες. Συγκεκριμένα, το τελευταίο επεισόδιο το παρακολούθησαν 51 εκατομμύρια Αμερικάνοι τηλεθεατές. Κατά πολλούς υπήρξε η πιο επιτυχημένη κωμική σειρά όλων των εποχών. Η επιτυχία του σίριαλ, όπως υποστηρίζουν πολλοί, οφείλεται στο έξυπνο σενάριο αλλά και στη «χημεία» που ένωσε τους πρωταγωνιστές. Η σειρά αφορούσε κυρίως τις ζωές έξι ανθρώπων που ζουν στην Νέα Υόρκη του σήμερα. ", + "homepage": "" + } + }, + { + "iso_3166_1": "UA", + "iso_639_1": "uk", + "name": "Український", + "english_name": "Ukrainian", + "data": { + "name": "Друзі", + "overview": "Створена Девідом Крейном і Мартою Кауффман, ця ансамблева комедія стала найпопулярнішою новою комедією ситуацій сезону 1994—1995 рр., займаючи 8 місце в рейтингу Нельсона. Герої — шестеро молодих людей, що живуть в Нью-Йорку і зустрічаються в улюбленому кафе — Central Perk. Шість героїв — три дівчини, і троє молодих людей — нерозлучні друзі. І навколо цієї міцної компанії будується нескінченна кількість різних історій: у друзів трапляються романи, вони сваряться і миряться. Але молодь не може бути до кінця серйозною, так що друзі не упускають випадку пожартувати, а відчуття гумору у них відмінне.", + "homepage": "" + } + }, + { + "iso_3166_1": "BR", + "iso_639_1": "pt", + "name": "Português", + "english_name": "Portuguese", + "data": { + "name": "Friends", + "overview": "Seis jovens são unidos por laços familiares, românticos e, principalmente, de amizade, enquanto tentam vingar em Nova York. Rachel é a garota mimada que deixa o noivo no altar para viver com a amiga dos tempos de escola Monica, sistemática e apaixonada pela culinária. Monica é irmã de Ross, um paleontólogo que é abandonado pela esposa, que descobriu ser lésbica. Do outro lado do corredor do apartamento de Monica e Rachel, moram Joey, um ator frustrado, e Chandler, de profissão misteriosa. A turma é completa pela exótica Phoebe. ", + "homepage": "" + } + }, + { + "iso_3166_1": "IN", + "iso_639_1": "hi", + "name": "हिन्दी", + "english_name": "Hindi", + "data": { + "name": "", + "overview": "", + "homepage": "" + } + }, + { + "iso_3166_1": "RS", + "iso_639_1": "sr", + "name": "Srpski", + "english_name": "Serbian", + "data": { + "name": "Пријатељи", + "overview": "", + "homepage": "" + } + }, + { + "iso_3166_1": "KR", + "iso_639_1": "ko", + "name": "한국어/조선말", + "english_name": "Korean", + "data": { + "name": "프렌즈", + "overview": "1994년 5월 NBC에서 방영을 시작한 시트콤. 미국 뉴욕 시 맨해튼의 그리니치 빌리지의 아파트와 까페 센트럴 퍼크를 중심으로 2-30대의 세 명의 남자와 세 명의 여자의 우정과 사랑, 삶을 그렸다. 부잣집 맏딸이자 응석받이로 자라 온 레이첼은 결혼식을 앞두고 결혼 선물들을 쳐다보던 중 자신이 남편보다 결혼선물을 더 사랑한다는 사실을 깨닫고 회의감을 느끼게 된다. 이를 계기로 불현듯 결혼식에서 도망쳐 나오게 되고, 뉴욕에 아버지의 그늘을 피할 곳을 찾다가 결혼식 전 우연히 만난 고등학교 동창 모니카와 재회하게 된다.", + "homepage": "" + } + }, + { + "iso_3166_1": "FI", + "iso_639_1": "fi", + "name": "suomi", + "english_name": "Finnish", + "data": { + "name": "Frendit", + "overview": "", + "homepage": "" + } + }, + { + "iso_3166_1": "TW", + "iso_639_1": "zh", + "name": "普通话", + "english_name": "Mandarin", + "data": { + "name": "六人行", + "overview": "一部美國情景喜劇。劇情主要圍繞著一眾好友在紐約曼哈頓的生活展開。", + "homepage": "" + } + }, + { + "iso_3166_1": "RO", + "iso_639_1": "ro", + "name": "Română", + "english_name": "Romanian", + "data": { + "name": "Prietenii", + "overview": "„Prietenii” este un film serial american care se învârte în jurul unui grup de prieteni din orașul New York, cartierul Manhattan. Episoadele descriu în general aventurile comice și romantice ale prietenilor și problemele din carieră, așa cum Joey merge de audiții pentru roluri sau Rachel căutând slujbe în industria modei. Fiecare din cele șase personaje are multe întâlniri și relații serioase, ca a Monicăi cu Richard Burke și a lui Ross cu Emily Waltham. Alte personaje care reapar frecvent sunt părinții lui Ross și ai Monicăi în Insula Lungă, Fosta soție a lui Ross și fiul lor, barmanul Gunther, Fosta prietenă a luiChandler, Janice, și sora geamănă a lui Phoebe, Ursula.", + "homepage": "" + } + }, + { + "iso_3166_1": "HR", + "iso_639_1": "hr", + "name": "Hrvatski", + "english_name": "Croatian", + "data": { + "name": "Prijatelji", + "overview": "Radnja serije prati živote, međusobne odnose, ljubavi i humoristične situacije šestero prijatelja - Rachel, Phoebe, Monice, Rossa, Chandlera i Joeya.", + "homepage": "" + } + }, + { + "iso_3166_1": "MX", + "iso_639_1": "es", + "name": "Español", + "english_name": "Spanish", + "data": { + "name": "Amigos", + "overview": "\"Friends\" narra las aventuras y desventuras de seis jóvenes de Nueva York. Rachel (Jennifer Aniston), Monica (Courteney Cox), Phoebe (Lisa Kudrow), Ross (David Schwimmer), Chandler (Matthew Perry) y Joey (Matt LeBlanc) forman una unida pandilla de amigos que viven en Manhattan y que suelen reunirse en sus apartamentos o en su bar habitual, el Central Perk. A pesar de los numerosos cambios que se producen en sus vidas, su amistad es inquebrantable en la dura batalla por salir adelante en sus periplos profesionales y personales.", + "homepage": "" + } + }, + { + "iso_3166_1": "IR", + "iso_639_1": "fa", + "name": "فارسی", + "english_name": "Persian", + "data": { + "name": "دوستان", + "overview": "سریال دوستان یک مجموعه کمدی در مورد گروهی از شش دوست است که در منطقه منهتن شهر نیویورک زندگی می‌کنند. این مجموعه توسط دیوید کرینو مارتا کافمن از سال ۱۹۹۴ تا سال ۲۰۰۴ ساخته شده‌است. این سریال متمرکز بر زندگی سه مرد و سه زن بیست و چند ساله (که در روند سریال به سی و چند سالگی میرسند) است که ساکن محله گرین ویچ هستند. این سریال یکی از محبوبترین مجموعه‌های کمدی روزمره در تاریخ تلویزیون آمریکا است که دهها میلیون طرفدار در سراسر جهان بدست آورده‌است. سریال دوستان در تلویزیونهای بیش از یکصد کشور جهان نمایش داده شده‌است و روزبروز به شمار طرفداران آن افزوده می‌شود.", + "homepage": "" + } + }, + { + "iso_3166_1": "NO", + "iso_639_1": "no", + "name": "Norsk", + "english_name": "Norwegian", + "data": { + "name": "Venner for livet", + "overview": "Vennene Monica, Ross, Joey, Phoebe, Rachel og Chandler er i midten av 20-årene og tilbringer det meste av tiden sin sammen enten i hverandres leiligheter eller på cafeen Central Park.", + "homepage": "" + } + }, + { + "iso_3166_1": "LT", + "iso_639_1": "lt", + "name": "Lietuvių", + "english_name": "Lithuanian", + "data": { + "name": "Draugai", + "overview": "Draugai – vienas sėkmingiausių visų laikų komedijinių serialų. Serialo pagrindinis akcentas – šešių draugų, gyvenančių Manhetene (Niujorkas), istorija. Tie draugai – Reičel, Monika, Fibi, Čandleris, Džo ir Rosas. Didžioji dalis veiksmo vyksta Monikos bute bei tame pačiame pastate įsikūrusioje kavinėje „Central Perk“.", + "homepage": "" + } + }, + { + "iso_3166_1": "UZ", + "iso_639_1": "uz", + "name": "ozbek", + "english_name": "Uzbek", + "data": { + "name": "Do‘stlar", + "overview": "", + "homepage": "" + } + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:52:44.6514414Z", + "ReducedUri": "/3/tv/1668?append_to_response=videos", + "RespData": { + "backdrop_path": "/efiX8iir6GEBWCD0uCFIi5NAyYA.jpg", + "created_by": [ + { + "id": 163461, + "credit_id": "525710bf19c295731c03280b", + "name": "Marta Kauffman", + "gender": 1, + "profile_path": "/muXoOXOxyFlCsCXdda25voeoc3d.jpg" + }, + { + "id": 1216352, + "credit_id": "525710bf19c295731c032811", + "name": "David Crane", + "gender": 2, + "profile_path": "/wXb8gWv24sX24LFuE6rSpJCjWwE.jpg" + } + ], + "episode_run_time": [ + 22 + ], + "first_air_date": "1994-09-22", + "genres": [ + { + "id": 35, + "name": "Comedy" + } + ], + "homepage": "", + "id": 1668, + "in_production": false, + "languages": [ + "en" + ], + "last_air_date": "2004-05-06", + "last_episode_to_air": { + "air_date": "2004-05-06", + "episode_number": 18, + "id": 87634, + "name": "The Last One (2)", + "overview": "Ross and Phoebe chase Rachel to the airport, but end up at the wrong one. They narrowly make it to the right airport, where Ross declares his love for Rachel, but she gets on the plane anyway. A rejected Ross returns home, where he finds a message on his answering machine, revealing that Rachel got off the plane, just as the real thing shows up behind him. They decide to be together. Meanwhile, Chandler and Monica finish packing for their move to the suburbs, and Joey loses Chick Jr. and Duck Jr. in the foosball table.", + "production_code": "176267", + "season_number": 10, + "show_id": 1668, + "still_path": "/pbMQgT7XHSAKE2oBk548wRt7jbL.jpg", + "vote_average": 7.313, + "vote_count": 8 + }, + "name": "Friends", + "next_episode_to_air": null, + "networks": [ + { + "name": "NBC", + "id": 6, + "logo_path": "/o3OedEP0f9mfZr33jz2BfXOUK5.png", + "origin_country": "US" + } + ], + "number_of_episodes": 236, + "number_of_seasons": 10, + "origin_country": [ + "US" + ], + "original_language": "en", + "original_name": "Friends", + "overview": "The misadventures of a group of friends as they navigate the pitfalls of work, life and love in Manhattan.", + "popularity": 53.222, + "poster_path": "/7buCWBTpiPrCF5Lt023dSC60rgS.jpg", + "production_companies": [ + { + "id": 1957, + "logo_path": "/nmcNfPq03WLtOyufJzQbiPu2Enc.png", + "name": "Warner Bros. Television", + "origin_country": "US" + }, + { + "id": 31810, + "logo_path": null, + "name": "Bright/Kauffman/Crane Productions", + "origin_country": "US" + } + ], + "seasons": [ + { + "air_date": "2001-02-15", + "episode_count": 7, + "id": 4583, + "name": "Specials", + "overview": "", + "poster_path": "/xaEj0Vw0LOmp7kBeX2vmYPb5sTg.jpg", + "season_number": 0 + }, + { + "air_date": "1994-09-22", + "episode_count": 24, + "id": 4573, + "name": "Season 1", + "overview": "", + "poster_path": "/nvyx1LNbdQbq9xzU9LIuBcNAr2v.jpg", + "season_number": 1 + }, + { + "air_date": "1995-09-21", + "episode_count": 24, + "id": 4574, + "name": "Season 2", + "overview": "", + "poster_path": "/4pKU6MfTjfNZS4RIby4Q3ukguLo.jpg", + "season_number": 2 + }, + { + "air_date": "1996-09-16", + "episode_count": 25, + "id": 4575, + "name": "Season 3", + "overview": "", + "poster_path": "/mHmIOieHNRDWlvtuLqU2jSkWViZ.jpg", + "season_number": 3 + }, + { + "air_date": "1997-09-25", + "episode_count": 24, + "id": 4576, + "name": "Season 4", + "overview": "", + "poster_path": "/kXcjUuAjEHGbV1ZJ0fu267dxJ5I.jpg", + "season_number": 4 + }, + { + "air_date": "1998-09-24", + "episode_count": 24, + "id": 4577, + "name": "Season 5", + "overview": "", + "poster_path": "/kiz7JXtVmt6a1hnzXAST74jOMB4.jpg", + "season_number": 5 + }, + { + "air_date": "1999-09-23", + "episode_count": 25, + "id": 4578, + "name": "Season 6", + "overview": "", + "poster_path": "/4phhQajxpTEStsoKlKW9wrwWFTv.jpg", + "season_number": 6 + }, + { + "air_date": "2000-10-12", + "episode_count": 24, + "id": 4579, + "name": "Season 7", + "overview": "", + "poster_path": "/o7JaYswXab8RNidPk2OXdZzIoc7.jpg", + "season_number": 7 + }, + { + "air_date": "2001-09-27", + "episode_count": 24, + "id": 4580, + "name": "Season 8", + "overview": "", + "poster_path": "/v6uNAPavJva8gPqIMd4FUmfRa5G.jpg", + "season_number": 8 + }, + { + "air_date": "2002-09-23", + "episode_count": 24, + "id": 4581, + "name": "Season 9", + "overview": "", + "poster_path": "/6OPCnXw5bSQH7B8quLpbYfqNPT3.jpg", + "season_number": 9 + }, + { + "air_date": "2003-09-25", + "episode_count": 18, + "id": 4582, + "name": "Season 10", + "overview": "", + "poster_path": "/cgUOlNYyXGjzrSIVoTMuJgFiYSq.jpg", + "season_number": 10 + } + ], + "status": "Ended", + "type": "Scripted", + "vote_average": 7.8, + "vote_count": 1413, + "videos": { + "results": [ + { + "id": "552e1b53c3a3686c4e00207b", + "iso_639_1": "en", + "iso_3166_1": "US", + "key": "lGTOru7pwL8", + "name": "F.R.I.E.N.D.S - Opening Season 10", + "site": "YouTube", + "size": 360, + "type": "Opening Credits" + }, + { + "id": "5ade295d0e0a264ba600294f", + "iso_639_1": "en", + "iso_3166_1": "US", + "key": "p8rU4ysw-5M", + "name": "Friends Season 1 underwear promo", + "site": "YouTube", + "size": 360, + "type": "Trailer" + }, + { + "id": "5ade29b3c3a36876f6002c61", + "iso_639_1": "en", + "iso_3166_1": "US", + "key": "TgP8v60X23c", + "name": "Friends - HD - Opening Credits - Season One", + "site": "YouTube", + "size": 1080, + "type": "Opening Credits" + } + ] + } + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:56.0568125Z", + "ReducedUri": "/3/tv/999999999", + "RespData": { + "status_code": 34, + "status_message": "The resource you requested could not be found." + }, + "RespStatusCode": 404, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:53.5855153Z", + "ReducedUri": "/3/tv/airing_today?page=1", + "RespData": { + "page": 1, + "total_results": 50, + "total_pages": 3, + "results": [ + { + "original_name": "Sesame Street", + "genre_ids": [ + 16, + 35, + 10751 + ], + "name": "Sesame Street", + "popularity": 28.519, + "origin_country": [ + "US" + ], + "vote_count": 71, + "first_air_date": "1969-11-10", + "backdrop_path": "/6HswtHbletDHrR8B84U5KWkXheQ.jpg", + "original_language": "en", + "id": 502, + "vote_average": 7.4, + "overview": "Sesame Street is a long-running American children's television series created by Joan Ganz Cooney and Lloyd Morrisett. The program is known for its educational content, and creativity communicated through the use of Jim Henson's Muppets, animation, short films, humor, and cultural references. The series premiered on stations on November 10, 1969 to positive reviews, some controversy, and high ratings.", + "poster_path": "/fOGxpT9iBgvGhEJCUBUYrOXnyHo.jpg" + }, + { + "original_name": "로맨스는 별책부록", + "genre_ids": [ + 35 + ], + "name": "Romance is a Bonus Book", + "popularity": 21.903, + "origin_country": [ + "KR" + ], + "vote_count": 0, + "first_air_date": "2019-01-26", + "backdrop_path": "/wzoWHbbxZ7d3IaugE2KkBDo8Eeh.jpg", + "original_language": "ko", + "id": 85220, + "vote_average": 0, + "overview": "The series follows the lives of employees who work at a publishing company.", + "poster_path": "/a6FCi34cwWguH9KQWrOh3PDlszd.jpg" + }, + { + "original_name": "Baahubali: Before the Beginning", + "genre_ids": [], + "name": "Baahubali: Before the Beginning", + "popularity": 19.359, + "origin_country": [ + "IN" + ], + "vote_count": 0, + "first_air_date": "2019-01-26", + "backdrop_path": "/eEi8Q9NFpeFmHbu1MAuMp4Srr1x.jpg", + "original_language": "hi", + "id": 81379, + "vote_average": 0, + "overview": "From before Amarendra Baahubali's reign as king, comes a tale of power, politics and intrigue of Queen Sivagami's rise from a vengeful girl to a wise and unequalled queen. Witness the legacy of Mahishmati as it grows into a mighty empire no one dares to oppose.", + "poster_path": null + }, + { + "original_name": "ラディアン", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "Radiant", + "popularity": 19.09, + "origin_country": [ + "JP" + ], + "vote_count": 2, + "first_air_date": "2018-10-06", + "backdrop_path": "/t8qocyaZeXpW1uH6po0EcpFacW4.jpg", + "original_language": "ja", + "id": 82879, + "vote_average": 9, + "overview": "Seth is a boy who seeks to become a great magician, and a group of witches who seek to travel to the Radiant. Radiant is a mythical land that spawns monsters called \"Néméses\" which fall to the world from the sky. While traveling, they are also hunted by The Inquisition.", + "poster_path": "/6YHLj2w6HD6Lvmx0RSplJ3etXMX.jpg" + }, + { + "original_name": "Austin City Limits", + "genre_ids": [ + 99 + ], + "name": "Austin City Limits", + "popularity": 18.823, + "origin_country": [ + "US" + ], + "vote_count": 5, + "first_air_date": "1975-01-01", + "backdrop_path": "/88r7LdK83JtLkVh1m62XKSIOpMJ.jpg", + "original_language": "en", + "id": 10472, + "vote_average": 7.2, + "overview": "Great music. No limits. Now the longest-running music series in American television history, ACL showcases popular music legends and innovators from every genre.", + "poster_path": "/jfY7ZqV7WhfE7kFovO58y0EBjFy.jpg" + }, + { + "original_name": "Saturday Night Live", + "genre_ids": [ + 35, + 10763 + ], + "name": "Saturday Night Live", + "popularity": 15.58, + "origin_country": [ + "US" + ], + "vote_count": 156, + "first_air_date": "1975-10-11", + "backdrop_path": "/v8Ni1kv2AcVDkXfLKLYVgKvGetW.jpg", + "original_language": "en", + "id": 1667, + "vote_average": 6.6, + "overview": "A late-night live television sketch comedy and variety show created by Lorne Michaels. The show's comedy sketches, which parody contemporary culture and politics, are performed by a large and varying cast of repertory and newer cast members. Each episode is hosted by a celebrity guest, who usually delivers an opening monologue and performs in sketches with the cast, and features performances by a musical guest.", + "poster_path": "/pCSb6uZwlCCrM3hBgqohbwSF9t1.jpg" + }, + { + "original_name": "火ノ丸相撲", + "genre_ids": [ + 16 + ], + "name": "Hinomaru Sumo", + "popularity": 12.379, + "origin_country": [], + "vote_count": 1, + "first_air_date": "2018-10-05", + "backdrop_path": "/fhQgYwJcv1EiIvRpHPybxqnoGDr.jpg", + "original_language": "ja", + "id": 82859, + "vote_average": 10, + "overview": "A “small” new student, Ushio Hinomaru, appears before the weak little sumo club of Oodachi High School! The words “big” and “heavy” are the rules to this sport, which does not fit this newbie any inch, but this guy goes and does what...!? Ushio and the small sumo club climbs its way to the top! The goal is Hinoshita Kaisan, a title for the highest rank in professional sumo, equivalent of Yokozuna.", + "poster_path": "/zAhhReXCB9nmTNiYzWD8j10J8B1.jpg" + }, + { + "original_name": "ধানবাদ ব্লুজ", + "genre_ids": [], + "name": "Dhanbad Blues", + "popularity": 12.035, + "origin_country": [], + "vote_count": 0, + "first_air_date": "2018-12-08", + "backdrop_path": null, + "original_language": "bn", + "id": 85055, + "vote_average": 0, + "overview": "Mrinal Sen is a failed director whose life takes a turn when he gets an opportunity to direct a film in Jharkhand.", + "poster_path": "/47Z1MsJz2ZP1U7ibtpfBsVyii8K.jpg" + }, + { + "original_name": "SKY 캐슬", + "genre_ids": [ + 35, + 18, + 10751 + ], + "name": "SKY Castle", + "popularity": 11.819, + "origin_country": [ + "KR" + ], + "vote_count": 4, + "first_air_date": "2018-11-23", + "backdrop_path": "/xjrLZQPo0XsRfON7e7sIFs95TtM.jpg", + "original_language": "ko", + "id": 84327, + "vote_average": 7.3, + "overview": "The satirical comedy takes place in a four-story apartment building in the suburbs of Seoul inhabited by a number of professionals: doctors, judges, prosecutors, professors, and their wives. The wives are from prestigious and highly educated backgrounds, and part of the plot will feature their efforts to get their children admitted into universities. Some grew up in families with multiple generations of doctors or lawyers, and their ambitions will be depicted with realism and comedy.", + "poster_path": "/qNra8hLGZuIolVf28PgNf3jjNgs.jpg" + }, + { + "original_name": "Grantchester", + "genre_ids": [ + 80, + 18, + 9648 + ], + "name": "Grantchester", + "popularity": 10.469, + "origin_country": [ + "GB" + ], + "vote_count": 39, + "first_air_date": "2014-10-06", + "backdrop_path": "/sMIqZyJhHz5z1YOZrJthumgSc0y.jpg", + "original_language": "en", + "id": 61457, + "vote_average": 7.4, + "overview": "Drama series set in 1953, against the backdrop of the real hamlet of Grantchester. The drama focuses upon the life of Sidney Chambers, a charismatic, charming clergyman who turns investigative vicar when one of his parishioners dies in suspicious circumstances.", + "poster_path": "/lwf9l0zZ8fD74hSF6yh35mutgQA.jpg" + }, + { + "original_name": "Wie is de Mol?", + "genre_ids": [ + 9648 + ], + "name": "Wie is de Mol?", + "popularity": 9.754, + "origin_country": [ + "NL" + ], + "vote_count": 4, + "first_air_date": "1999-11-19", + "backdrop_path": "/26ryPrHHhvFuLNPJhZLIAJf9gGk.jpg", + "original_language": "nl", + "id": 14784, + "vote_average": 8.3, + "overview": "Wie is de Mol? is the Dutch version of the Belgian reality television game show De Mol. The first four seasons were regular seasons with ordinary people. After the break in 2004, all participants in the following seasons were Dutch celebrities. The show is currently presented by Rik van de Westelaken.\n\nThe program is about 10 candidates, who have to complete assignments by which they can earn money. However, one of the groupmembers is the Mole. The Mole's goal is to make the assignments fail and keep the amount of money earned as low as possible. The other candidates do not know who the Mole is, and need to unmask him or her. At the end of every episode the candidates take a multiple choice test about the mole's identity. The test contains 20 questions about the mole's activities since the previous test and personal questions about the Mole. With the help of 'jokers', which they can earn during the assignments, the contastents can turn a wrong test answers into a good one. The person who gives the least amount of correct answers is \"executed\" and must leave. In most series this process continues until only two contestants and the Mole remain. The winner is the person with the most correct answers in the final test and he or she gets all of the money earned in previous stages of the game.", + "poster_path": "/qkWBNxulLBMNJ9dU8VEb5uWgb7S.jpg" + }, + { + "original_name": "不機嫌なモノノケ庵", + "genre_ids": [ + 16, + 35, + 10765 + ], + "name": "The Morose Mononokean", + "popularity": 7.999, + "origin_country": [ + "JP" + ], + "vote_count": 9, + "first_air_date": "2016-06-28", + "backdrop_path": "/45PNVTcVCYL8DR4ZAp290PSo3W2.jpg", + "original_language": "ja", + "id": 65956, + "vote_average": 7.9, + "overview": "Ashiya has spent the first seven days of high school stuck in the infirmary because of a youkai attaching itself to him. He ends up asking the owner of a small tea room called the \"Mononokean\" for help. This is a tale involving the very morose owner of Mononokean guiding the youkai that happened to wander into this world go to the next world.", + "poster_path": "/p0q4CoW52g9VrlfRyBSo5qFbyqz.jpg" + }, + { + "original_name": "Bizaardvark", + "genre_ids": [ + 35, + 10751 + ], + "name": "Bizaardvark", + "popularity": 7.233, + "origin_country": [ + "US" + ], + "vote_count": 15, + "first_air_date": "2016-06-24", + "backdrop_path": "/ie1aH3WvBOSHeZSI9o20xL6jqpy.jpg", + "original_language": "en", + "id": 66456, + "vote_average": 4.9, + "overview": "The live-action comedy follows comedy duo Paige and Frankie, two quirky teens who write funny songs and create music comedy videos for their online channel. With the help of friend and aspiring agent Bernie plus Vuuugle stars Dirk and Amelia, the best friends embark on comedic adventures in their quest to take the video blogging world by storm.", + "poster_path": "/r3zf9m6nvK55KhMukTqAg5rVEW7.jpg" + }, + { + "original_name": "Coop & Cami Ask The World", + "genre_ids": [ + 35, + 10751 + ], + "name": "Coop & Cami Ask The World", + "popularity": 6.485, + "origin_country": [ + "US" + ], + "vote_count": 1, + "first_air_date": "2018-10-12", + "backdrop_path": "/f3zmP3AzKy6mRBZKsLNAw8xscDJ.jpg", + "original_language": "en", + "id": 79787, + "vote_average": 8, + "overview": "A pair of middle-school siblings make nearly all of their decisions by crowdsourcing the opinions of their millions of online followers.", + "poster_path": "/t00f8eYqL3H3kHlTN0lTveu3wKj.jpg" + }, + { + "original_name": "A Tanár", + "genre_ids": [ + 35, + 18 + ], + "name": "The Teacher", + "popularity": 6.367, + "origin_country": [ + "HU" + ], + "vote_count": 1, + "first_air_date": "2018-03-31", + "backdrop_path": "/zs7dTopNpk3wwdjERIqZU9ygNHR.jpg", + "original_language": "hu", + "id": 78159, + "vote_average": 9, + "overview": "This series shows a school community's everyday life filled with drama and comedy. The episodes treat public and social issues like teenagers' rivalization or the search of identity.", + "poster_path": "/kzhumhsYTA33CBE54Z3NjdQtq8u.jpg" + }, + { + "original_name": "O Tempo Não Para", + "genre_ids": [ + 35, + 18, + 10765, + 10766 + ], + "name": "O Tempo Não Para", + "popularity": 5.954, + "origin_country": [ + "BR" + ], + "vote_count": 1, + "first_air_date": "2018-07-31", + "backdrop_path": "/jvEs27KAcm1rWbC3WhgKowz5fsw.jpg", + "original_language": "pt", + "id": 81372, + "vote_average": 1, + "overview": "The story of a family that is frozen for 132 years in an ice block and awakens in the present day.", + "poster_path": "/wkGridyn94vn2cnhegsh5yeRA8J.jpg" + }, + { + "original_name": "Access", + "genre_ids": [ + 35 + ], + "name": "Access", + "popularity": 5.46, + "origin_country": [], + "vote_count": 1, + "first_air_date": "2018-11-07", + "backdrop_path": "/kVRxK9ySme4oBYdoJDnqE9jTYE0.jpg", + "original_language": "fr", + "id": 83826, + "vote_average": 6, + "overview": "", + "poster_path": "/k7oFoRPmGfX8Ty8K4Eh3Ov3lxqa.jpg" + }, + { + "original_name": "知否知否应是绿肥红瘦", + "genre_ids": [ + 18, + 10751 + ], + "name": "The Story of Ming Lan", + "popularity": 5.424, + "origin_country": [ + "CN" + ], + "vote_count": 1, + "first_air_date": "2018-12-25", + "backdrop_path": "/llOOb2r9n7rgV57jIBCZruFpN5O.jpg", + "original_language": "zh", + "id": 81502, + "vote_average": 8, + "overview": "The Story of Ming Lan, based on the novel written by Guan Xin Ze Luan, follows our heroine through her youth, into her adulthood, and well into her marriage life as well. She’s the 6th child of the Sheng household. Though she is an intelligent and beautiful child, she was not loved by her family (her dad, her sisters, her mom dies early.) She has to hide her intelligence and suffers through the years, hoping to avenge for her mom. During this process she will meet many friends and foes, one of which is our male lead, Gu’s second son, Gu Ting Ye. He has helped and mistreated her before, but also the one to witness her sharp wits and lonely soul. After they get married, they will work together as a power couple, managing the new King’s regime as well as harvesting a world of happiness on their own.", + "poster_path": "/evarzqAX9DuZvjAp0hWKsWHeDyr.jpg" + }, + { + "original_name": "Clash", + "genre_ids": [ + 18 + ], + "name": "Clash", + "popularity": 4.598, + "origin_country": [ + "CA" + ], + "vote_count": 0, + "first_air_date": "2018-09-15", + "backdrop_path": "/stxLDxkiRcoJ70aaObBYvNGO5ml.jpg", + "original_language": "fr", + "id": 80593, + "vote_average": 0, + "overview": "", + "poster_path": "/5SKhDE4k7NTbKK4t5Vw7bNadlOh.jpg" + }, + { + "original_name": "Wilsberg", + "genre_ids": [ + 80, + 18 + ], + "name": "Wilsberg", + "popularity": 4.541, + "origin_country": [ + "DE" + ], + "vote_count": 2, + "first_air_date": "1995-02-20", + "backdrop_path": "/4D1BdSRc7tPv7yKt3rdk2j7t0Wo.jpg", + "original_language": "de", + "id": 39249, + "vote_average": 8.5, + "overview": "Wilsberg is a German TV series based on novels about the fictional private detective Georg Wilsberg. A first TV episode was aired in 1995, five years after the release of the first novel, starring Joachim Król. Since the second episode, Georg Wilsberg is portrayed by Leonard Lansink.", + "poster_path": "/6xQmcN9lCwXlYnV4VkAdtdIivxr.jpg" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:53.7712465Z", + "ReducedUri": "/3/tv/airing_today?page=2", + "RespData": { + "page": 2, + "total_results": 50, + "total_pages": 3, + "results": [ + { + "original_name": "Big City Greens", + "genre_ids": [ + 16, + 35, + 10751 + ], + "name": "Big City Greens", + "popularity": 4.426, + "origin_country": [], + "vote_count": 1, + "first_air_date": "2018-06-18", + "backdrop_path": "/1iHFcfMuiRrgtEpFn1CFnU6c1h7.jpg", + "original_language": "en", + "id": 80587, + "vote_average": 7, + "overview": "The offbeat adventures of 10-year-old Cricket Green, a mischievous and optimistic country boy who moves to the big city with his wildly out of place family – older sister Tilly, father Bill and Gramma Alice.", + "poster_path": "/mtUw50YnpZQcI6NJ4VsxSwTn6f1.jpg" + }, + { + "original_name": "皓镧传", + "genre_ids": [ + 18 + ], + "name": "The Legend of Hao Lan", + "popularity": 3.881, + "origin_country": [ + "CN" + ], + "vote_count": 0, + "first_air_date": "2019-01-19", + "backdrop_path": "/jS3ywo0L92mQzj97NcZHtY4fHRS.jpg", + "original_language": "zh", + "id": 86053, + "vote_average": 0, + "overview": "The story of the fights between the Qin and the Zhao state towards the end of the Warring States period. After Zhao’s imperial censor Li He gets caught in a trap and goes bankrupt, his daughter Li Hao Lan is sold to Lü Bu Wei. Bu Wei will later offer her to the King of Qin Sun Yi Ren who is held hostage in Zhao’s palace. Bu Wei and Hao Lan enter the palace where they have to outwit Princess Ya and others who try to harm them.", + "poster_path": "/atATw8tkwib1VrH2EjTgvWQNmJn.jpg" + }, + { + "original_name": "僕の初恋をキミに捧ぐ", + "genre_ids": [ + 18 + ], + "name": "Secret Unrequited Love", + "popularity": 3.881, + "origin_country": [ + "JP" + ], + "vote_count": 0, + "first_air_date": "2019-01-19", + "backdrop_path": "/gKrYkoR6HIixaB4sISLwFJ1oxbM.jpg", + "original_language": "ja", + "id": 86052, + "vote_average": 0, + "overview": "When Takuma Kakinouchi (Shuhei Nomura) was 8-years-old, he spent time in the hospital. He made friends with Mayu Taneda (Hinako Sakurai) who was the same age as him. One day, they got out of the hospital and visited a park. There, Takuma Kakinouchi and Mayu Taneda promised that they would marry each other. They had no doubt that they would have a future together.\n\n7 years later, Takuma Kakinouchi entered a prestigious high school at the age of 15. During the high school welcoming ceremony, a female freshman representative goes up to the platform. Takuma Kakinouchi is shocked to see that the girl is Mayu Taneda. Just so she could be with Takuma Kakinouchi, Mayu Taneda studied extremely hard to enter the same prestigious high school. Takuma Kakinouchi has tried to avoid her, even though he loves her. When he was younger, he heard how long he would live.", + "poster_path": "/t0L2rUF1X3lfqrL72mf50lnqb9z.jpg" + }, + { + "original_name": "斗罗大陆", + "genre_ids": [ + 16, + 18, + 10765 + ], + "name": "Soul Land", + "popularity": 2.848, + "origin_country": [ + "CN" + ], + "vote_count": 1, + "first_air_date": "2018-01-20", + "backdrop_path": "/sa7s2reuSPC8MF6azrVSeYhuafF.jpg", + "original_language": "zh", + "id": 76572, + "vote_average": 8, + "overview": "Tang San spent his life in the Tang Outer Sect, dedicated to the creation and mastery of hidden weapons. Once he stole the secret lore of the Inner Sect to reach the pinnacle of his art, his only way out was death. But after throwing himself off the deadly Hell's Peak he was reborn in a different world, the world of Douluo Dalu, a world where every person has a spirit of their own, and those with powerful spirits can practice their spirit power to rise and become Spirit Masters.\n\nThe spirit that awakens within Tang San is Blue Silver Grass, a useless spirit. Can he overcome the difficulties to reach the high ranks of Spirit Masters and bring the glory of the Tang Sect into this new world?", + "poster_path": "/6E2kaDlU1xlV9dWx0NZFbOEmFWZ.jpg" + }, + { + "original_name": "NVL", + "genre_ids": [ + 10763 + ], + "name": "NVL", + "popularity": 2.778, + "origin_country": [ + "CA" + ], + "vote_count": 0, + "first_air_date": "2017-09-05", + "backdrop_path": "/bE5xmBHyR0iR8qiV5Hp3UDRxduM.jpg", + "original_language": "fr", + "id": 78374, + "vote_average": 0, + "overview": "", + "poster_path": "/vrX0GSFhW95CMswC1TjiOQgyuyK.jpg" + }, + { + "original_name": "Smiley Face Killers: The Hunt For Justice", + "genre_ids": [], + "name": "Smiley Face Killers: The Hunt For Justice", + "popularity": 2.744, + "origin_country": [], + "vote_count": 0, + "first_air_date": "2019-01-19", + "backdrop_path": "/q1OodiwgpOH1QENmuod4UmceHyt.jpg", + "original_language": "en", + "id": 86120, + "vote_average": 0, + "overview": "Are the deaths of hundred of young men the result of a single killer, a gang of homicidal psychopaths or merely accidents? Is there a national murder conspiracy hiding in plain sight, or is the whole scenario a series of coincidences? A myth? These are the questions surrounding the Smiley Face Killings.", + "poster_path": "/v5fvgOBy1MKEN82pbLBLLZ75ijX.jpg" + }, + { + "original_name": "Deutschland sucht den Superstar", + "genre_ids": [ + 10751, + 10764 + ], + "name": "Deutschland sucht den Superstar", + "popularity": 2.7, + "origin_country": [ + "DE" + ], + "vote_count": 2, + "first_air_date": "2002-11-09", + "backdrop_path": "/kw5JLoxf4wVqGGwEbr15PpIi5uE.jpg", + "original_language": "de", + "id": 6124, + "vote_average": 1, + "overview": "Deutschland sucht den Superstar is a German reality talent show, also commonly known by its initials DSDS. Part of the Idol franchise, it was created by English media mogul Simon Fuller as a spin-off from the British show Pop Idol, of which two series were broadcast between the years of 2001 and 2003. Debuting to mediocre ratings in October 2002 on the RTL network, the show has since become one of the most successful shows on German television.\n\nThe program aims to discover the best singer in the country through a series of nationwide auditions in which viewer voting determines the winner. Voting is done through telephone and SMS text voting.", + "poster_path": "/86ikf2QAoHdio49opVIdED91LiO.jpg" + }, + { + "original_name": "カラフル・パストラーレ ~from Bermuda△~", + "genre_ids": [ + 16, + 35, + 10765 + ], + "name": "Bermuda Triangle ~ Colorful Pastorale", + "popularity": 2.69, + "origin_country": [], + "vote_count": 1, + "first_air_date": "2019-01-12", + "backdrop_path": "/7918p1NTG4Qi6FNNhPipGXVtGB7.jpg", + "original_language": "ja", + "id": 84663, + "vote_average": 9, + "overview": "Mermaids are known worldwide as bewitching mythological creatures of the sea. Despite their charms and otherworldly powers, daily life for these beings comes with everyday problems. But there’s nothing that can’t be overcome with the support of friends. Follow the adventures of five young mermaids as they explore their town and the world around them in this delightful slice-of-life series that takes viewers to an enchanting world beneath the waves.", + "poster_path": "/rTJnU3e9KEekBbNMwxwCFQLsLmw.jpg" + }, + { + "original_name": "Dragon Ball Super", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "Dragon Ball Super", + "popularity": 2.667, + "origin_country": [ + "JP" + ], + "vote_count": 1, + "first_air_date": "2017-01-07", + "backdrop_path": "/e5jlpjZzQdVIbRMMGvoG1xZSCUi.jpg", + "original_language": "en", + "id": 85901, + "vote_average": 10, + "overview": "With Majin Buu defeated, Goku has taken a completely new role as a…radish farmer?! With Earth at peace, our heroes have settled into normal lives. But they can’t get too comfortable. Far away, a powerful God awakens to a prophecy revealing his demise at the hands of a formidable being. When his search for the Saiyan God brings him to Earth, can Goku and his friends take on their strongest foe yet?", + "poster_path": "/ujVJvxq499qxmI7gczNo2F7YyoB.jpg" + }, + { + "original_name": "왜그래 풍상씨", + "genre_ids": [ + 35, + 18 + ], + "name": "Liver or Die", + "popularity": 2.593, + "origin_country": [ + "KR" + ], + "vote_count": 0, + "first_air_date": "2019-01-09", + "backdrop_path": null, + "original_language": "ko", + "id": 85444, + "vote_average": 0, + "overview": "Poong Sang is a lonely, pitiful middle-aged man, who has never lived his life for himself. Up until now, he took care of his four younger siblings and supported them financially. Will he ever get to find happiness for himself?", + "poster_path": "/etsfuEMJ9N21e6ih265EfLKDBUy.jpg" + }, + { + "original_name": "Den Ultimate Agent", + "genre_ids": [], + "name": "Den Ultimate Agent", + "popularity": 2.312, + "origin_country": [], + "vote_count": 0, + "first_air_date": "2019-01-12", + "backdrop_path": "/sCTcgKFev6HPZcDb80F9Bq9oHkS.jpg", + "original_language": "no", + "id": 85811, + "vote_average": 0, + "overview": "16 Norwegians are on their way to Budapest in Hungary to compete in a completely new reality competition. Distributed on two teams, Team Buda and Team Pest will be tested as agents and carry out thrilling missions. It is a tense gang that is gathered for the very first time. In 10 weeks, one of them will be named \"The Ultimate Agent\". The presenter is Martin Giæver.", + "poster_path": null + }, + { + "original_name": "Komisarz Alex", + "genre_ids": [ + 80, + 18 + ], + "name": "Komisarz Alex", + "popularity": 2.135, + "origin_country": [ + "PL" + ], + "vote_count": 1, + "first_air_date": "2012-03-03", + "backdrop_path": "/1B01hfNYSlPU7pOQcYdFru5DaIM.jpg", + "original_language": "pl", + "id": 47896, + "vote_average": 7, + "overview": "", + "poster_path": "/zGgHQtia4pbk8oTMH2NrjRb2F05.jpg" + }, + { + "original_name": "えんどろ~!", + "genre_ids": [ + 16, + 18, + 10765 + ], + "name": "Endro!", + "popularity": 2.109, + "origin_country": [], + "vote_count": 1, + "first_air_date": "2019-01-12", + "backdrop_path": "/jAm1E49a1n7yc5L1jpTxpH28MrF.jpg", + "original_language": "ja", + "id": 84667, + "vote_average": 9, + "overview": "Naral Island, a continent with swords and magic in which humans and monsters coexist. The terrible Demon King lives there. In ancient times, the first-generation hero defeated the Demon King. Over the many successive generations since then, the Demon King has been resurrected, and the hero who opposes him has likewise reappeared. Girls attend a school for adventurers in order to defeat the Demon King when he appears again.\n\nThough a bit absent-minded, Yusha has the body of a hero. The holy elf Seyla's trouble never ends because she is too serious. The cheerful warrior Fai loves to eat. Mei is a quiet otaku magician. As the four girls aim to be in the hero party, they live relaxed fantasy lives and show no sign of defeating the Demon King no matter how much time passes.", + "poster_path": "/2X8iOGsSZ3lceTpfDp3dIfZWLJG.jpg" + }, + { + "original_name": "Молодежка", + "genre_ids": [ + 35, + 18 + ], + "name": "The Junior Team", + "popularity": 2.035, + "origin_country": [ + "RU" + ], + "vote_count": 2, + "first_air_date": "2013-10-07", + "backdrop_path": "/bSco6YMCA8gOIb0cDHKBtd7V6ue.jpg", + "original_language": "ru", + "id": 62082, + "vote_average": 4, + "overview": "In the town of Podolsk, The Bears hockey club hires a new coach, Sergei Makeyev, a former National Hockey League player, who sets out to get the club to the Junior Hockey League and make The Bears a successful team.", + "poster_path": "/4MkjUH13AtA5DMj9ZZpTiUV7xdL.jpg" + }, + { + "original_name": "かぐや様は告らせたい~天才たちの恋愛頭脳戦~", + "genre_ids": [ + 16, + 35, + 18 + ], + "name": "Kaguya-sama: Love is War", + "popularity": 1.981, + "origin_country": [], + "vote_count": 2, + "first_air_date": "2019-01-12", + "backdrop_path": "/dJ8yrSokdTMnhKJw06MllSfCegb.jpg", + "original_language": "ja", + "id": 83121, + "vote_average": 9.5, + "overview": "Considered a genius due to having the highest grades in the country, Miyuki Shirogane leads the prestigious Shuchiin Academy's student council as its president, working alongside the beautiful and wealthy vice president Kaguya Shinomiya. The two are often regarded as the perfect couple by students despite them not being in any sort of romantic relationship.\n\nHowever, the truth is that after spending so much time together, the two have developed feelings for one another; unfortunately, neither is willing to confess, as doing so would be a sign of weakness. With their pride as elite students on the line, Miyuki and Kaguya embark on a quest to do whatever is necessary to get a confession out of the other. Through their daily antics, the battle of love begins!", + "poster_path": "/lMpWexSeAhtEho2KSSa1rhCUuAd.jpg" + }, + { + "original_name": "みにとじ", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "Katana Maidens ~ Mini Toji", + "popularity": 1.818, + "origin_country": [], + "vote_count": 1, + "first_air_date": "2019-01-05", + "backdrop_path": "/6DdXxoZBV15bpmlcCiJoTpflMrc.jpg", + "original_language": "ja", + "id": 85177, + "vote_average": 9, + "overview": "Does the girls' daily life include fighting and not fighting?\n\nAll the characters from the TV animated series \"Katana Maidens\" and the smartphone game \"Katana Maidens Kizamishi Issen no Tomoshibi\" are gathered together in smaller form!", + "poster_path": "/n9ZztdCH6D1vpHNTVViEPTFscD5.jpg" + }, + { + "original_name": "Doc humanité", + "genre_ids": [ + 99 + ], + "name": "Doc humanité", + "popularity": 1.722, + "origin_country": [ + "CA" + ], + "vote_count": 0, + "first_air_date": "2018-10-13", + "backdrop_path": "/urHGapwbtaZWMW6zD724zVgac3V.jpg", + "original_language": "fr", + "id": 83633, + "vote_average": 0, + "overview": "", + "poster_path": "/oh2Z2hiwqgUOmuEXJtWkUhvZKIn.jpg" + }, + { + "original_name": "Deuxième chance", + "genre_ids": [ + 99 + ], + "name": "Deuxième chance", + "popularity": 1.709, + "origin_country": [ + "CA" + ], + "vote_count": 0, + "first_air_date": "2017-01-14", + "backdrop_path": null, + "original_language": "fr", + "id": 85794, + "vote_average": 0, + "overview": "", + "poster_path": null + }, + { + "original_name": "幕后之王", + "genre_ids": [ + 18 + ], + "name": "Behind the Scenes", + "popularity": 1.646, + "origin_country": [ + "CN" + ], + "vote_count": 0, + "first_air_date": "2019-01-05", + "backdrop_path": "/aF6mEFYIL8PMNLaOJ2aBkCRORbp.jpg", + "original_language": "zh", + "id": 85512, + "vote_average": 0, + "overview": "Media student Bu Xiao Gu has a dream: she is determined to become an outstanding producer. Her idol is Chun Yu Qiao, who is a top-notch producer at Xintian production company, and Xiao Gu manages to enter the company as an intern. But Yu Qiao’s unreasonable personality makes Xiao Gu feel great disappointment. With her hopes shattered, Xiao Gu is asleep at the wheel and not only causes a live broadcast accident which makes her lose her job, but also misses the deadline for her master thesis. However, Yu Qiao takes on the sole responsibility for the accident and thus saves Xiao Gu’s career. Xiao Gu finally recognizes Yu Qiao’s true personality and the two start to work and fight for their dreams together.", + "poster_path": "/wHGi48eQu8RBb2BwI6npYhtkWno.jpg" + }, + { + "original_name": "ウィズ", + "genre_ids": [ + 16, + 10759 + ], + "name": "W’Z", + "popularity": 1.58, + "origin_country": [], + "vote_count": 1, + "first_air_date": "2019-01-05", + "backdrop_path": "/1PkBAsvn8thA4Hj4s5kGvOdgU8k.jpg", + "original_language": "ja", + "id": 83099, + "vote_average": 9, + "overview": "Inspired by house music from a young age, Yukiya spends his free time as a DJ for a crowd of one and uploads his videos online. Like any young teenager, he yearns for something greater than his current life. He wants recognition and importance, but breaking out of his comfort zone means he runs the risk of getting hurt, so the cycle continues. That is, until the day he crosses the line of no return and stumbles across a mysterious live broadcast that will change his world forever.", + "poster_path": "/91vC78AX0ENfvvYEedSjcxwAfHB.jpg" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:47.1597559Z", + "ReducedUri": "/3/tv/latest", + "RespData": { + "backdrop_path": null, + "created_by": [ + { + "id": 1848659, + "credit_id": "5c4c9c939251410e0a5a72d1", + "name": "Natalia Kreuser", + "gender": 1, + "profile_path": "/trR7dATdIKZcoIdqBUCacjLuuph.jpg" + } + ], + "episode_run_time": [], + "first_air_date": "2018-09-02", + "genres": [], + "homepage": "", + "id": 86193, + "in_production": true, + "languages": [ + "pt" + ], + "last_air_date": "2018-09-02", + "last_episode_to_air": { + "air_date": "2018-09-02", + "episode_number": 1, + "id": 1684567, + "name": "translation missing: n-.episode_number_name", + "overview": "", + "production_code": "", + "season_number": 1, + "show_id": 86193, + "still_path": null, + "vote_average": 0.0, + "vote_count": 0 + }, + "name": "Riverdale + Sabrina - Kreuser tipo Freud", + "next_episode_to_air": null, + "networks": [], + "number_of_episodes": 1, + "number_of_seasons": 1, + "origin_country": [], + "original_language": "pt", + "original_name": "Riverdale + Sabrina - Kreuser tipo Freud", + "overview": "", + "popularity": 0.0, + "poster_path": null, + "production_companies": [], + "seasons": [ + { + "air_date": "2018-09-02", + "episode_count": 1, + "id": 117631, + "name": "Season 1", + "overview": "", + "poster_path": null, + "season_number": 1 + } + ], + "status": "Returning Series", + "type": "Scripted", + "vote_average": 0.0, + "vote_count": 0 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:53.2933783Z", + "ReducedUri": "/3/tv/on_the_air?page=1", + "RespData": { + "page": 1, + "total_results": 379, + "total_pages": 19, + "results": [ + { + "original_name": "Arrow", + "genre_ids": [ + 80, + 18, + 9648, + 10759 + ], + "name": "Arrow", + "popularity": 349.761, + "origin_country": [ + "US" + ], + "vote_count": 2170, + "first_air_date": "2012-10-10", + "backdrop_path": "/dKxkwAJfGuznW8Hu0mhaDJtna0n.jpg", + "original_language": "en", + "id": 1412, + "vote_average": 5.9, + "overview": "Spoiled billionaire playboy Oliver Queen is missing and presumed dead when his yacht is lost at sea. He returns five years later a changed man, determined to clean up the city as a hooded vigilante armed with a bow.", + "poster_path": "/mo0FP1GxOFZT4UDde7RFDz5APXF.jpg" + }, + { + "original_name": "The Flash", + "genre_ids": [ + 18, + 10765 + ], + "name": "The Flash", + "popularity": 229.16, + "origin_country": [ + "US" + ], + "vote_count": 2459, + "first_air_date": "2014-10-07", + "backdrop_path": "/jC1KqsFx8ZyqJyQa2Ohi7xgL7XC.jpg", + "original_language": "en", + "id": 60735, + "vote_average": 6.7, + "overview": "After a particle accelerator causes a freak storm, CSI Investigator Barry Allen is struck by lightning and falls into a coma. Months later he awakens with the power of super speed, granting him the ability to move through Central City like an unseen guardian angel. Though initially excited by his newfound powers, Barry is shocked to discover he is not the only \"meta-human\" who was created in the wake of the accelerator explosion -- and not everyone is using their new powers for good. Barry partners with S.T.A.R. Labs and dedicates his life to protect the innocent. For now, only a few close friends and associates know that Barry is literally the fastest man alive, but it won't be long before the world learns what Barry Allen has become...The Flash.", + "poster_path": "/fki3kBlwJzFp8QohL43g9ReV455.jpg" + }, + { + "original_name": "Riverdale", + "genre_ids": [ + 18, + 9648 + ], + "name": "Riverdale", + "popularity": 212.691, + "origin_country": [ + "US" + ], + "vote_count": 407, + "first_air_date": "2017-01-26", + "backdrop_path": "/2IUpoKSP64r6rp2vBo0Fdk8a1UU.jpg", + "original_language": "en", + "id": 69050, + "vote_average": 7.2, + "overview": "Set in the present, the series offers a bold, subversive take on Archie, Betty, Veronica and their friends, exploring the surreality of small-town life, the darkness and weirdness bubbling beneath Riverdale’s wholesome facade.", + "poster_path": "/gskv297rlbyzLaTU1XZf8UBbxp0.jpg" + }, + { + "original_name": "Vikings", + "genre_ids": [ + 18, + 10759 + ], + "name": "Vikings", + "popularity": 188.168, + "origin_country": [ + "CA" + ], + "vote_count": 1516, + "first_air_date": "2013-03-03", + "backdrop_path": "/A30ZqEoDbchvE7mCZcSp6TEwB1Q.jpg", + "original_language": "en", + "id": 44217, + "vote_average": 7.4, + "overview": "Vikings follows the adventures of Ragnar Lothbrok, the greatest hero of his age. The series tells the sagas of Ragnar's band of Viking brothers and his family, as he rises to become King of the Viking tribes. As well as being a fearless warrior, Ragnar embodies the Norse traditions of devotion to the gods. Legend has it that he was a direct descendant of Odin, the god of war and warriors.", + "poster_path": "/94gP9uXNdbypwCLORjeurlad15Z.jpg" + }, + { + "original_name": "Gotham", + "genre_ids": [ + 80, + 18, + 14 + ], + "name": "Gotham", + "popularity": 182.182, + "origin_country": [ + "US" + ], + "vote_count": 979, + "first_air_date": "2014-09-22", + "backdrop_path": "/mKBP1OCgCG0jw8DwVYlnYqVILtc.jpg", + "original_language": "en", + "id": 60708, + "vote_average": 6.9, + "overview": "Before there was Batman, there was GOTHAM. \n\nEveryone knows the name Commissioner Gordon. He is one of the crime world's greatest foes, a man whose reputation is synonymous with law and order. But what is known of Gordon's story and his rise from rookie detective to Police Commissioner? What did it take to navigate the multiple layers of corruption that secretly ruled Gotham City, the spawning ground of the world's most iconic villains? And what circumstances created them – the larger-than-life personas who would become Catwoman, The Penguin, The Riddler, Two-Face and The Joker? ", + "poster_path": "/4XddcRDtnNjYmLRMYpbrhFxsbuq.jpg" + }, + { + "original_name": "Supernatural", + "genre_ids": [ + 18, + 9648, + 10765 + ], + "name": "Supernatural", + "popularity": 174.938, + "origin_country": [ + "US" + ], + "vote_count": 1679, + "first_air_date": "2005-09-13", + "backdrop_path": "/o9OKe3M06QMLOzTl3l6GStYtnE9.jpg", + "original_language": "en", + "id": 1622, + "vote_average": 7.2, + "overview": "When they were boys, Sam and Dean Winchester lost their mother to a mysterious and demonic supernatural force. Subsequently, their father raised them to be soldiers. He taught them about the paranormal evil that lives in the dark corners and on the back roads of America ... and he taught them how to kill it. Now, the Winchester brothers crisscross the country in their '67 Chevy Impala, battling every kind of supernatural threat they encounter along the way. ", + "poster_path": "/3iFm6Kz7iYoFaEcj4fLyZHAmTQA.jpg" + }, + { + "original_name": "フェアリーテイル", + "genre_ids": [ + 16, + 35, + 10759, + 10765 + ], + "name": "Fairy Tail", + "popularity": 162.339, + "origin_country": [ + "JP" + ], + "vote_count": 105, + "first_air_date": "2009-10-12", + "backdrop_path": "/m2lugAG39sO0yCcuxEAu4fY5u1o.jpg", + "original_language": "ja", + "id": 46261, + "vote_average": 7, + "overview": "Lucy is a 17-year-old girl, who wants to be a full-fledged mage. One day when visiting Harujion Town, she meets Natsu, a young man who gets sick easily by any type of transportation. But Natsu isn't just any ordinary kid, he's a member of one of the world's most infamous mage guilds: Fairy Tail.", + "poster_path": "/58GKcwFV3lpVOGzybeMrrNOjHpz.jpg" + }, + { + "original_name": "Grey's Anatomy", + "genre_ids": [ + 18 + ], + "name": "Grey's Anatomy", + "popularity": 137.171, + "origin_country": [ + "US" + ], + "vote_count": 844, + "first_air_date": "2005-03-27", + "backdrop_path": "/y6JABtgWMVYPx84Rvy7tROU5aNH.jpg", + "original_language": "en", + "id": 1416, + "vote_average": 6.3, + "overview": "Follows the personal and professional lives of a group of doctors at Seattle’s Grey Sloan Memorial Hospital.", + "poster_path": "/mgOZSS2FFIGtfVeac1buBw3Cx5w.jpg" + }, + { + "original_name": "The Big Bang Theory", + "genre_ids": [ + 35 + ], + "name": "The Big Bang Theory", + "popularity": 133.002, + "origin_country": [ + "US" + ], + "vote_count": 3521, + "first_air_date": "2007-09-24", + "backdrop_path": "/nGsNruW3W27V6r4gkyc3iiEGsKR.jpg", + "original_language": "en", + "id": 1418, + "vote_average": 6.8, + "overview": "The Big Bang Theory is centered on five characters living in Pasadena, California: roommates Leonard Hofstadter and Sheldon Cooper; Penny, a waitress and aspiring actress who lives across the hall; and Leonard and Sheldon's equally geeky and socially awkward friends and co-workers, mechanical engineer Howard Wolowitz and astrophysicist Raj Koothrappali. The geekiness and intellect of the four guys is contrasted for comic effect with Penny's social skills and common sense.", + "poster_path": "/ooBGRQBdbGzBxAVfExiO8r7kloA.jpg" + }, + { + "original_name": "ブラッククローバー", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "Black Clover", + "popularity": 132.049, + "origin_country": [ + "JP" + ], + "vote_count": 36, + "first_air_date": "2017-10-03", + "backdrop_path": "/jHH4jmWWmYWpoxpGwMYM5RqJnvo.jpg", + "original_language": "ja", + "id": 73223, + "vote_average": 5.9, + "overview": "Asta and Yuno were abandoned together at the same church, and have been inseparable since. As children, they promised that they would compete against each other to see who would become the next Emperor Magus. However, as they grew up, some differences between them became plain. Yuno was a genius with magic, with amazing power and control, while Asta could not use magic at all, and tried to make up for his lack by training physically. When they received their Grimoires at age 15, Yuno got a spectacular book with a four-leaf clover (most people receive a three-leaf-clover), while Asta received nothing at all. However, when Yuno was threatened, the truth about Asta's power was revealed, he received a five-leaf clover Grimoire, a \"black clover\"! Now the two friends are heading out in the world, both seeking the same goal!", + "poster_path": "/kaMisKeOoTBPxPkbC3OW7Wgt6ON.jpg" + }, + { + "original_name": "Star Trek: Discovery", + "genre_ids": [ + 10765 + ], + "name": "Star Trek: Discovery", + "popularity": 116.267, + "origin_country": [ + "US" + ], + "vote_count": 454, + "first_air_date": "2017-09-24", + "backdrop_path": "/rhE2h8WYJOPuBlMl20MQRnJw3aq.jpg", + "original_language": "en", + "id": 67198, + "vote_average": 6.8, + "overview": "Follow the voyages of Starfleet on their missions to discover new worlds and new life forms, and one Starfleet officer who must learn that to truly understand all things alien, you must first understand yourself.", + "poster_path": "/aJTSeqG43514TewIuS9hiHvbero.jpg" + }, + { + "original_name": "Brooklyn Nine-Nine", + "genre_ids": [ + 35, + 80 + ], + "name": "Brooklyn Nine-Nine", + "popularity": 113.784, + "origin_country": [ + "US" + ], + "vote_count": 525, + "first_air_date": "2013-09-17", + "backdrop_path": "/ncC9ZgZuKOdaVm7yXinUn26Qyok.jpg", + "original_language": "en", + "id": 48891, + "vote_average": 7.6, + "overview": "A single-camera ensemble comedy following the lives of an eclectic group of detectives in a New York precinct, including one slacker who is forced to shape up when he gets a new boss.", + "poster_path": "/kSvVRYB4WGGueigKOENClUSq8N2.jpg" + }, + { + "original_name": "Legacies", + "genre_ids": [ + 18, + 9648, + 10765 + ], + "name": "Legacies", + "popularity": 111.718, + "origin_country": [ + "US" + ], + "vote_count": 33, + "first_air_date": "2018-10-25", + "backdrop_path": "/tIYb76SgqjUJ6XLFwBrk4gvGNtn.jpg", + "original_language": "en", + "id": 79460, + "vote_average": 7.3, + "overview": "In a place where young witches, vampires, and werewolves are nurtured to be their best selves in spite of their worst impulses, Klaus Mikaelson’s daughter, 17-year-old Hope Mikaelson, Alaric Saltzman’s twins, Lizzie and Josie Saltzman, among others, come of age into heroes and villains at The Salvatore School for the Young and Gifted.", + "poster_path": "/pwvKOtTpbMacI463EDfyKtfn4Kd.jpg" + }, + { + "original_name": "Supergirl", + "genre_ids": [ + 28, + 12, + 18, + 878 + ], + "name": "Supergirl", + "popularity": 103.667, + "origin_country": [ + "US" + ], + "vote_count": 836, + "first_air_date": "2015-10-26", + "backdrop_path": "/2qou2R47XZ1N6SlqGZcoCHDyEhN.jpg", + "original_language": "en", + "id": 62688, + "vote_average": 5.7, + "overview": "Twenty-four-year-old Kara Zor-El, who was taken in by the Danvers family when she was 13 after being sent away from Krypton, must learn to embrace her powers after previously hiding them. The Danvers teach her to be careful with her powers, until she has to reveal them during an unexpected disaster, setting her on her journey of heroism.", + "poster_path": "/vqBsgL9nd2v04ZvCqPzwtckDdFD.jpg" + }, + { + "original_name": "ワンピース", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "One Piece", + "popularity": 100.562, + "origin_country": [ + "JP" + ], + "vote_count": 187, + "first_air_date": "1999-10-20", + "backdrop_path": "/xgs7zAF5VSGAK0QstH1Q0ivybXz.jpg", + "original_language": "ja", + "id": 37854, + "vote_average": 7.7, + "overview": "Years ago, the fearsome pirate king Gol D. Roger was executed, leaving a huge pile of treasure and the famous \"One Piece\" behind. Whoever claims the \"One Piece\" will be named the new pirate king. Monkey D. Luffy, a boy who consumed one of the \"Devil's Fruits\", has it in his head that he'll follow in the footsteps of his idol, the pirate Shanks, and find the One Piece. It helps, of course, that his body has the properties of rubber and he's surrounded by a bevy of skilled fighters and thieves to help him along the way. Monkey D. Luffy brings a bunch of his crew followed by, Roronoa Zoro, Nami, Usopp, Sanji, Tony-Tony Chopper, Nico Robin, Franky, and Brook. They will do anything to get the One Piece and become King of the Pirates!", + "poster_path": "/yeJyZkhO7WS4jJl2xqQjnRTHwuE.jpg" + }, + { + "original_name": "盾の勇者の成り上がり", + "genre_ids": [ + 16, + 18, + 10759, + 10765 + ], + "name": "The Rising of The Shield Hero", + "popularity": 89.486, + "origin_country": [ + "JP" + ], + "vote_count": 5, + "first_air_date": "2019-01-09", + "backdrop_path": "/qSgBzXdu6QwVVeqOYOlHolkLRxZ.jpg", + "original_language": "ja", + "id": 83095, + "vote_average": 7.8, + "overview": "Iwatani Naofumi was summoned into a parallel world along with 3 other people to become the world's Heroes. Each of the heroes respectively equipped with their own legendary equipment when summoned, Naofumi received the Legendary Shield as his weapon. Due to Naofumi's lack of charisma and experience he's labeled as the weakest, only to end up betrayed, falsely accused, and robbed by on the third day of adventure. Shunned by everyone from the king to peasants, Naofumi's thoughts were filled with nothing but vengeance and hatred. Thus, his destiny in a parallel World begins...", + "poster_path": "/6cXf5EDwVhsRv8GlBzUTVnWuk8Z.jpg" + }, + { + "original_name": "ソードアート・オンライン", + "genre_ids": [ + 16, + 10759, + 10765 + ], + "name": "Sword Art Online", + "popularity": 89.416, + "origin_country": [ + "JP" + ], + "vote_count": 167, + "first_air_date": "2012-07-08", + "backdrop_path": "/1ENifuXpviC2kEZ1Ya08EyN9SYg.jpg", + "original_language": "ja", + "id": 45782, + "vote_average": 7.5, + "overview": "The players of a virtual reality MMORPG, Sword Art Online, are trapped and fighting for their very lives. After it is announced that the only way to leave the game is by beating it, Kirito—a very powerful swordsman—and his friends take on a quest to free all the minds trapped in Aincrad.", + "poster_path": "/1i7KsXiFlhqdyRzWfTg90WkLIMY.jpg" + }, + { + "original_name": "転生したらスライムだった件", + "genre_ids": [ + 16, + 10759, + 10765 + ], + "name": "That Time I Got Reincarnated as a Slime", + "popularity": 89.212, + "origin_country": [ + "JP" + ], + "vote_count": 11, + "first_air_date": "2018-10-02", + "backdrop_path": "/xzjZDyqUobuJtkBljhgLH4Fdnye.jpg", + "original_language": "ja", + "id": 82684, + "vote_average": 7.8, + "overview": "\"Rimuru Tempest\" is the new name of a slime in a fantasy world taken by a former 37-year-old human Satou Mikami after he is killed by a passing robber. Broken free from ordinary, stale past life, his fresh adventure in a fantasy world as a slime monster with unique abilities begins.", + "poster_path": "/mbJmGS9I4GZmfUIMDdhzKObALcP.jpg" + }, + { + "original_name": "Suits", + "genre_ids": [ + 18 + ], + "name": "Suits", + "popularity": 87.975, + "origin_country": [ + "US" + ], + "vote_count": 813, + "first_air_date": "2011-06-23", + "backdrop_path": "/7gRvLvHH78YAdchOghNpH2EysJ2.jpg", + "original_language": "en", + "id": 37680, + "vote_average": 7.5, + "overview": "While running from a drug deal gone bad, Mike Ross, a brilliant young college-dropout, slips into a job interview with one of New York City's best legal closers, Harvey Specter. Tired of cookie-cutter law school grads, Harvey takes a gamble by hiring Mike on the spot after he recognizes his raw talent and photographic memory.", + "poster_path": "/nVz7cZZ59PsCLgiWFC0M0N6AFC3.jpg" + }, + { + "original_name": "Law & Order: Special Victims Unit", + "genre_ids": [ + 80, + 18 + ], + "name": "Law & Order: Special Victims Unit", + "popularity": 87.447, + "origin_country": [ + "US" + ], + "vote_count": 574, + "first_air_date": "1999-09-20", + "backdrop_path": "/kOvt2BOOwSAQCT8yo3pM3X2GXjh.jpg", + "original_language": "en", + "id": 2734, + "vote_average": 6.3, + "overview": "In the criminal justice system, sexually-based offenses are considered especially heinous. In New York City, the dedicated detectives who investigate these vicious felonies are members of an elite squad known as the Special Victims Unit. These are their stories.", + "poster_path": "/ydSvHgksuB8Ix0V05QEZBKrnIcg.jpg" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:53.4473538Z", + "ReducedUri": "/3/tv/on_the_air?page=2", + "RespData": { + "page": 2, + "total_results": 379, + "total_pages": 19, + "results": [ + { + "original_name": "The Blacklist", + "genre_ids": [ + 80, + 18, + 9648 + ], + "name": "The Blacklist", + "popularity": 85.569, + "origin_country": [ + "US" + ], + "vote_count": 853, + "first_air_date": "2013-09-23", + "backdrop_path": "/fHwiAqIKragaCbNJo9Qs4lrccIN.jpg", + "original_language": "en", + "id": 46952, + "vote_average": 7.1, + "overview": "Raymond \"Red\" Reddington, one of the FBI's most wanted fugitives, surrenders in person at FBI Headquarters in Washington, D.C. He claims that he and the FBI have the same interests: bringing down dangerous criminals and terrorists. In the last two decades, he's made a list of criminals and terrorists that matter the most but the FBI cannot find because it does not know they exist. Reddington calls this \"The Blacklist\". Reddington will co-operate, but insists that he will speak only to Elizabeth Keen, a rookie FBI profiler.", + "poster_path": "/bgbQCW4fE9b6wSOSC6Fb4FfVzsW.jpg" + }, + { + "original_name": "The Orville", + "genre_ids": [ + 35, + 18, + 10765 + ], + "name": "The Orville", + "popularity": 83.649, + "origin_country": [ + "US" + ], + "vote_count": 297, + "first_air_date": "2017-09-10", + "backdrop_path": "/2Qg2fViQzWenpUaMjhv0kNhCbE9.jpg", + "original_language": "en", + "id": 71738, + "vote_average": 7.2, + "overview": "Follows the crew of the not-so-functional exploratory ship in the Earth's interstellar fleet, 400 years in the future.", + "poster_path": "/1q2gRQ8uN8D2ythPMzd5NvsHkVf.jpg" + }, + { + "original_name": "ドメスティックな彼女", + "genre_ids": [ + 35, + 18, + 10751 + ], + "name": "Domestic Girlfriend", + "popularity": 83.533, + "origin_country": [ + "JP" + ], + "vote_count": 2, + "first_air_date": "2019-01-11", + "backdrop_path": "/iPwaKpGMDS81F9fQtyNYe6SkjhR.jpg", + "original_language": "ja", + "id": 83103, + "vote_average": 9.5, + "overview": "Natsuo is a high school boy who is experiencing the crushing despair of unrequited love. To make matters worse, the person he is in love with is his teacher, Hina. In an attempt to lift his spirits, he attends a mixer where he meets a girl named Rui. The two sleep together, expecting never to see one another again, but fate has other plans. His life suddenly becomes more complicated when his father comes home and announces he has remarried a woman with two daughters whom Natsuo has met before: Hina and Rui!", + "poster_path": "/kncCvE2jrLylahDpRRmtWC7sP4x.jpg" + }, + { + "original_name": "The Gifted", + "genre_ids": [ + 18, + 10759, + 10765 + ], + "name": "The Gifted", + "popularity": 82.554, + "origin_country": [ + "US" + ], + "vote_count": 227, + "first_air_date": "2017-10-02", + "backdrop_path": "/18inwHlpKnK9mt02wFBJoIVKXI.jpg", + "original_language": "en", + "id": 69629, + "vote_average": 6.9, + "overview": "A suburban couple's ordinary lives are rocked by the sudden discovery that their children possess mutant powers. Forced to go on the run from a hostile government, the family joins up with an underground network of mutants and must fight to survive.", + "poster_path": "/nshCqszjTNuqhrB53vrSqWO18sE.jpg" + }, + { + "original_name": "Modern Family", + "genre_ids": [ + 35 + ], + "name": "Modern Family", + "popularity": 80.186, + "origin_country": [ + "US" + ], + "vote_count": 764, + "first_air_date": "2009-09-23", + "backdrop_path": "/snxFgPvHMcpW5f8Q3wu6uRRycww.jpg", + "original_language": "en", + "id": 1421, + "vote_average": 7.2, + "overview": "The Pritchett-Dunphy-Tucker clan is a wonderfully large and blended family. They give us an honest and often hilarious look into the sometimes warm, sometimes twisted, embrace of the modern family.", + "poster_path": "/gLAcu4VPCAb90oJvJ4nUJc5ZBQi.jpg" + }, + { + "original_name": "Siren", + "genre_ids": [ + 18, + 10765 + ], + "name": "Siren", + "popularity": 78.287, + "origin_country": [ + "US" + ], + "vote_count": 49, + "first_air_date": "2018-03-29", + "backdrop_path": "/pSPfQtnBkdOB2pGYYq70WZWAJvV.jpg", + "original_language": "en", + "id": 71886, + "vote_average": 7, + "overview": "The coastal town of Bristol Cove is known for its legend of once being home to mermaids. When the arrival of a mysterious girl proves this folklore all too true, the battle between man and sea takes a very vicious turn as these predatory beings return to reclaim their right to the ocean.", + "poster_path": "/jYwhgaPwDbgC1MneMsAZTkcPcLJ.jpg" + }, + { + "original_name": "Outlander", + "genre_ids": [ + 12, + 18, + 14, + 10749 + ], + "name": "Outlander", + "popularity": 77.27, + "origin_country": [ + "US" + ], + "vote_count": 440, + "first_air_date": "2014-08-09", + "backdrop_path": "/qutOe29dCGmT2JUlLPCqlzaQIo.jpg", + "original_language": "en", + "id": 56570, + "vote_average": 7.2, + "overview": "The story of Claire Randall, a married combat nurse from 1945 who is mysteriously swept back in time to 1743, where she is immediately thrown into an unknown world where her life is threatened. When she is forced to marry Jamie, a chivalrous and romantic young Scottish warrior, a passionate affair is ignited that tears Claire's heart between two vastly different men in two irreconcilable lives.", + "poster_path": "/ioQ0o7dOU6AD8gKIHHPX0czqgSw.jpg" + }, + { + "original_name": "The Good Doctor", + "genre_ids": [ + 18 + ], + "name": "The Good Doctor", + "popularity": 72.511, + "origin_country": [ + "US" + ], + "vote_count": 241, + "first_air_date": "2017-09-25", + "backdrop_path": "/hAxZgHqhQl2aWxsrOtVVDlMuD5m.jpg", + "original_language": "en", + "id": 71712, + "vote_average": 7.5, + "overview": "A young surgeon with Savant syndrome is recruited into the surgical unit of a prestigious hospital. The question will arise: can a person who doesn't have the ability to relate to people actually save their lives?", + "poster_path": "/z1K4mJwISETia59rrnMdXxzoSrZ.jpg" + }, + { + "original_name": "Shameless", + "genre_ids": [ + 35, + 18 + ], + "name": "Shameless", + "popularity": 70.354, + "origin_country": [ + "US" + ], + "vote_count": 764, + "first_air_date": "2011-01-09", + "backdrop_path": "/zjOj2gnDJYFdYt6R7FtuHn7yrPr.jpg", + "original_language": "en", + "id": 34307, + "vote_average": 7.9, + "overview": "Chicagoan Frank Gallagher is the proud single dad of six smart, industrious, independent kids, who without him would be... perhaps better off. When Frank's not at the bar spending what little money they have, he's passed out on the floor. But the kids have found ways to grow up in spite of him. They may not be like any family you know, but they make no apologies for being exactly who they are.", + "poster_path": "/iRyQTp2L437k6zfFCvZSOWaxQFA.jpg" + }, + { + "original_name": "Young Sheldon", + "genre_ids": [ + 35 + ], + "name": "Young Sheldon", + "popularity": 68.545, + "origin_country": [ + "US" + ], + "vote_count": 132, + "first_air_date": "2017-09-25", + "backdrop_path": "/ttbrl8AEAcR430mOZ1i4Ab2buvI.jpg", + "original_language": "en", + "id": 71728, + "vote_average": 6.8, + "overview": "The early life of child genius Sheldon Cooper, later seen in The Big Bang Theory.", + "poster_path": "/CM2j0YTGKQdaIhFprZVAZWSTSe.jpg" + }, + { + "original_name": "The Grand Tour", + "genre_ids": [ + 99 + ], + "name": "The Grand Tour", + "popularity": 67.631, + "origin_country": [ + "GB" + ], + "vote_count": 265, + "first_air_date": "2016-11-18", + "backdrop_path": "/qnmd44b2gPFxZTEZ8CG0fyOgKjD.jpg", + "original_language": "en", + "id": 67557, + "vote_average": 7.8, + "overview": "Jeremy Clarkson, Richard Hammond and James May are back with a show about adventure, excitement and friendship... as long as you accept that the people you call friends are also the ones you find extremely annoying. Sometimes it's even a show about cars. Follow them on their global adventure.", + "poster_path": "/4bRY1FiDcLnpwJAELYOLinL3fIp.jpg" + }, + { + "original_name": "デート・ア・ライブ", + "genre_ids": [ + 16, + 35, + 10749, + 10765 + ], + "name": "Date a Live", + "popularity": 63.722, + "origin_country": [ + "JP" + ], + "vote_count": 15, + "first_air_date": "2013-03-31", + "backdrop_path": "/8k6Ev8jEepfIuVPqF68713Ol4Rq.jpg", + "original_language": "ja", + "id": 46004, + "vote_average": 6.2, + "overview": "Thirty years ago a strange phenomenon called a \"spacequake\" devastated the center of Eurasia, claiming the lives of at least 150 million people. Since then, smaller spacequakes plague the world on an irregular basis. Shido Itsuka, a seemingly ordinary high schooler comes across a mysterious girl at the ground zero of a spacequake and learns she is one of the \"Spirits\" who are the real cause of the spacequakes that occur when they manifest themselves in the world. He is recruited to make use of his mysterious ability to seal the Spirits' powers thus stopping them from being a threat to mankind. However, there is a catch: to seal a Spirit's power, he must make her fall in love with him and kiss him.", + "poster_path": "/vWgZhxzVlj5Evxy4GgKUWyBToCL.jpg" + }, + { + "original_name": "The Passage", + "genre_ids": [ + 18, + 10759, + 10765 + ], + "name": "The Passage", + "popularity": 62.682, + "origin_country": [ + "US" + ], + "vote_count": 4, + "first_air_date": "2019-01-14", + "backdrop_path": "/7hqf0VLmr5EaWJYXhjxgTrCUXl6.jpg", + "original_language": "en", + "id": 77459, + "vote_average": 8.5, + "overview": "A post-apocalyptic story about a botched U.S. government experiment that turns a group of death row inmates into highly infectious vampires, and an orphan girl who might be the only person able to stop the ensuing crisis.", + "poster_path": "/aquYKS9cFzmULgV6mSnS2RPjxdp.jpg" + }, + { + "original_name": "True Detective", + "genre_ids": [ + 18 + ], + "name": "True Detective", + "popularity": 62.201, + "origin_country": [ + "US" + ], + "vote_count": 1014, + "first_air_date": "2014-01-12", + "backdrop_path": "/2Ahm0YjLNQKuzSf9LOkHrXk8qIE.jpg", + "original_language": "en", + "id": 46648, + "vote_average": 8.2, + "overview": "An American anthology police detective series utilizing multiple timelines in which investigations seem to unearth personal and professional secrets of those involved, both within or outside the law.", + "poster_path": "/aowr4xpLP5sRCL50TkuADomJ98T.jpg" + }, + { + "original_name": "The Magicians", + "genre_ids": [ + 18, + 14, + 27 + ], + "name": "The Magicians", + "popularity": 62.04, + "origin_country": [ + "US" + ], + "vote_count": 310, + "first_air_date": "2015-12-16", + "backdrop_path": "/4uhqPMSBGmaaMhrD6ZA7K2DfhES.jpg", + "original_language": "en", + "id": 64432, + "vote_average": 6.9, + "overview": "Brakebills University is a secret institution specializing in magic. There, amidst an unorthodox education of spellcasting, a group of twenty-something friends soon discover that a magical fantasy world they read about as children is all too real— and poses grave danger to humanity.", + "poster_path": "/xp4cNPdMHjn5eFFVsWFhxBuU85D.jpg" + }, + { + "original_name": "五等分の花嫁", + "genre_ids": [ + 16, + 35, + 18 + ], + "name": "Gotoubun no Hanayom", + "popularity": 61.097, + "origin_country": [], + "vote_count": 1, + "first_air_date": "2019-01-11", + "backdrop_path": "/mjwQ1pxhxloPwwQCO6bwYPbDvi0.jpg", + "original_language": "ja", + "id": 84669, + "vote_average": 9, + "overview": "Fuutarou Uesugi is a poor, antisocial ace student who one day meets the rich transfer student Itsuki Nakano. They argue but when Uesugi realizes he is to be her tutor, he tries to get on better terms. While trying to do so he meets four other girls.", + "poster_path": "/8tCkNF2Fxh0lXlN0f1DjpLb8uVa.jpg" + }, + { + "original_name": "How to Get Away with Murder", + "genre_ids": [ + 80, + 18, + 9648 + ], + "name": "How to Get Away with Murder", + "popularity": 60.948, + "origin_country": [ + "US" + ], + "vote_count": 379, + "first_air_date": "2014-09-25", + "backdrop_path": "/bzji0Cti9iuzzFeVDsB0S815RaG.jpg", + "original_language": "en", + "id": 61056, + "vote_average": 7.4, + "overview": "A sexy, suspense-driven legal thriller about a group of ambitious law students and their brilliant, mysterious criminal defense professor. They become entangled in a murder plot and will shake the entire university and change the course of their lives.", + "poster_path": "/llEtOsaRoVoNN0dtsYenAvelNxX.jpg" + }, + { + "original_name": "束のネバーランド", + "genre_ids": [ + 16, + 10759, + 10765 + ], + "name": "The Promised Neverland", + "popularity": 60.783, + "origin_country": [ + "JP" + ], + "vote_count": 2, + "first_air_date": "2019-01-09", + "backdrop_path": "/zTNsCRFjWaBxM6Ca5c510e1ewPo.jpg", + "original_language": "ja", + "id": 83097, + "vote_average": 8.5, + "overview": "At Grace Field House, life couldn't be better for the orphans! Though they have no parents, together with the other kids and a kind \"Mama\" who cares for them, they form one big, happy family. No child is ever overlooked, especially since they are all adopted by the age of 12. Their daily lives involve rigorous tests, but afterwards, they are allowed to play outside. There is only one rule they must obey: do not leave the orphanage. But one day, two top-scoring orphans, Emma and Norman, venture past the gate and unearth the horrifying reality behind their entire existence: they are all livestock, and their orphanage is a farm to cultivate food for a mysterious race of demons. With only a few months left to pull off an escape plan, the children must somehow change their predetermined fate.", + "poster_path": "/uK7SjvMpjYMb5PVTSHQNcqAhcap.jpg" + }, + { + "original_name": "モブサイコ100", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "Mob Psycho 100", + "popularity": 57.803, + "origin_country": [ + "JP" + ], + "vote_count": 49, + "first_air_date": "2016-07-12", + "backdrop_path": "/kP5duNJEbTfXpBs6CITsaZ88pQi.jpg", + "original_language": "ja", + "id": 67075, + "vote_average": 7.8, + "overview": "Shigeo Kageyama, a.k.a. \"Mob,\" is a boy who has trouble expressing himself, but who happens to be a powerful esper. Mob is determined to live a normal life and keeps his ESP suppressed, but when his emotions surge to a level of 100%, something terrible happens to him! As he's surrounded by false espers, evil spirits, and mysterious organizations, what will Mob think? What choices will he make?", + "poster_path": "/gpvYGZjBxpgZni6Mg8VOJgMKwQw.jpg" + }, + { + "original_name": "S.W.A.T.", + "genre_ids": [ + 80, + 18, + 10759 + ], + "name": "S.W.A.T.", + "popularity": 51.747, + "origin_country": [ + "US" + ], + "vote_count": 101, + "first_air_date": "2017-11-02", + "backdrop_path": "/AuY5Wuiwgc2CeuzM0I2poSe4E0x.jpg", + "original_language": "en", + "id": 71790, + "vote_average": 6.6, + "overview": "Follows a locally born and bred S.W.A.T. lieutenant who is torn between loyalty to the streets and duty to his fellow officers when he's tasked to run a highly-trained unit that's the last stop for solving crimes in Los Angeles.", + "poster_path": "/ttzrYMdsKWR8PTRLw7uo4noqaOJ.jpg" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:04.9672753Z", + "ReducedUri": "/3/tv/popular", + "RespData": { + "page": 1, + "total_results": 20000, + "total_pages": 1000, + "results": [ + { + "original_name": "Marvel's Iron Fist", + "genre_ids": [ + 80, + 18, + 10759, + 10765 + ], + "name": "Marvel's Iron Fist", + "popularity": 370.937, + "origin_country": [ + "US" + ], + "vote_count": 753, + "first_air_date": "2017-03-17", + "backdrop_path": "/xHCfWGlxwbtMeeOnTvxUCZRGnkk.jpg", + "original_language": "en", + "id": 62127, + "vote_average": 6.1, + "overview": "Danny Rand resurfaces 15 years after being presumed dead. Now, with the power of the Iron Fist, he seeks to reclaim his past and fulfill his destiny.", + "poster_path": "/nv4nLXbDhcISPP8C1mgaxKU50KO.jpg" + }, + { + "original_name": "Arrow", + "genre_ids": [ + 80, + 18, + 9648, + 10759 + ], + "name": "Arrow", + "popularity": 349.761, + "origin_country": [ + "US" + ], + "vote_count": 2170, + "first_air_date": "2012-10-10", + "backdrop_path": "/dKxkwAJfGuznW8Hu0mhaDJtna0n.jpg", + "original_language": "en", + "id": 1412, + "vote_average": 5.9, + "overview": "Spoiled billionaire playboy Oliver Queen is missing and presumed dead when his yacht is lost at sea. He returns five years later a changed man, determined to clean up the city as a hooded vigilante armed with a bow.", + "poster_path": "/mo0FP1GxOFZT4UDde7RFDz5APXF.jpg" + }, + { + "original_name": "The Flash", + "genre_ids": [ + 18, + 10765 + ], + "name": "The Flash", + "popularity": 229.16, + "origin_country": [ + "US" + ], + "vote_count": 2459, + "first_air_date": "2014-10-07", + "backdrop_path": "/jC1KqsFx8ZyqJyQa2Ohi7xgL7XC.jpg", + "original_language": "en", + "id": 60735, + "vote_average": 6.7, + "overview": "After a particle accelerator causes a freak storm, CSI Investigator Barry Allen is struck by lightning and falls into a coma. Months later he awakens with the power of super speed, granting him the ability to move through Central City like an unseen guardian angel. Though initially excited by his newfound powers, Barry is shocked to discover he is not the only \"meta-human\" who was created in the wake of the accelerator explosion -- and not everyone is using their new powers for good. Barry partners with S.T.A.R. Labs and dedicates his life to protect the innocent. For now, only a few close friends and associates know that Barry is literally the fastest man alive, but it won't be long before the world learns what Barry Allen has become...The Flash.", + "poster_path": "/fki3kBlwJzFp8QohL43g9ReV455.jpg" + }, + { + "original_name": "Riverdale", + "genre_ids": [ + 18, + 9648 + ], + "name": "Riverdale", + "popularity": 212.691, + "origin_country": [ + "US" + ], + "vote_count": 407, + "first_air_date": "2017-01-26", + "backdrop_path": "/2IUpoKSP64r6rp2vBo0Fdk8a1UU.jpg", + "original_language": "en", + "id": 69050, + "vote_average": 7.2, + "overview": "Set in the present, the series offers a bold, subversive take on Archie, Betty, Veronica and their friends, exploring the surreality of small-town life, the darkness and weirdness bubbling beneath Riverdale’s wholesome facade.", + "poster_path": "/gskv297rlbyzLaTU1XZf8UBbxp0.jpg" + }, + { + "original_name": "Vikings", + "genre_ids": [ + 18, + 10759 + ], + "name": "Vikings", + "popularity": 188.168, + "origin_country": [ + "CA" + ], + "vote_count": 1516, + "first_air_date": "2013-03-03", + "backdrop_path": "/A30ZqEoDbchvE7mCZcSp6TEwB1Q.jpg", + "original_language": "en", + "id": 44217, + "vote_average": 7.4, + "overview": "Vikings follows the adventures of Ragnar Lothbrok, the greatest hero of his age. The series tells the sagas of Ragnar's band of Viking brothers and his family, as he rises to become King of the Viking tribes. As well as being a fearless warrior, Ragnar embodies the Norse traditions of devotion to the gods. Legend has it that he was a direct descendant of Odin, the god of war and warriors.", + "poster_path": "/94gP9uXNdbypwCLORjeurlad15Z.jpg" + }, + { + "original_name": "Gotham", + "genre_ids": [ + 80, + 18, + 14 + ], + "name": "Gotham", + "popularity": 182.182, + "origin_country": [ + "US" + ], + "vote_count": 979, + "first_air_date": "2014-09-22", + "backdrop_path": "/mKBP1OCgCG0jw8DwVYlnYqVILtc.jpg", + "original_language": "en", + "id": 60708, + "vote_average": 6.9, + "overview": "Before there was Batman, there was GOTHAM. \n\nEveryone knows the name Commissioner Gordon. He is one of the crime world's greatest foes, a man whose reputation is synonymous with law and order. But what is known of Gordon's story and his rise from rookie detective to Police Commissioner? What did it take to navigate the multiple layers of corruption that secretly ruled Gotham City, the spawning ground of the world's most iconic villains? And what circumstances created them – the larger-than-life personas who would become Catwoman, The Penguin, The Riddler, Two-Face and The Joker? ", + "poster_path": "/4XddcRDtnNjYmLRMYpbrhFxsbuq.jpg" + }, + { + "original_name": "Supernatural", + "genre_ids": [ + 18, + 9648, + 10765 + ], + "name": "Supernatural", + "popularity": 174.938, + "origin_country": [ + "US" + ], + "vote_count": 1679, + "first_air_date": "2005-09-13", + "backdrop_path": "/o9OKe3M06QMLOzTl3l6GStYtnE9.jpg", + "original_language": "en", + "id": 1622, + "vote_average": 7.2, + "overview": "When they were boys, Sam and Dean Winchester lost their mother to a mysterious and demonic supernatural force. Subsequently, their father raised them to be soldiers. He taught them about the paranormal evil that lives in the dark corners and on the back roads of America ... and he taught them how to kill it. Now, the Winchester brothers crisscross the country in their '67 Chevy Impala, battling every kind of supernatural threat they encounter along the way. ", + "poster_path": "/3iFm6Kz7iYoFaEcj4fLyZHAmTQA.jpg" + }, + { + "original_name": "ドラゴンボール", + "genre_ids": [ + 16, + 35, + 10759, + 10765 + ], + "name": "Dragon Ball", + "popularity": 170.651, + "origin_country": [ + "JP" + ], + "vote_count": 223, + "first_air_date": "1986-02-26", + "backdrop_path": "/iflq7ZJfso6WC7gk9l1tD3unWK.jpg", + "original_language": "ja", + "id": 12609, + "vote_average": 7.7, + "overview": "Long ago in the mountains, a fighting master known as Gohan discovered a strange boy whom he named Goku. Gohan raised him and trained Goku in martial arts until he died. The young and very strong boy was on his own, but easily managed. Then one day, Goku met a teenage girl named Bulma, whose search for the dragon balls brought her to Goku's home. Together, they set off to find all seven dragon balls in an adventure that would change Goku's life forever. See how Goku met his life long friends Bulma, Yamcha, Krillin, Master Roshi and more. And see his adventures as a boy, all leading up to Dragonball Z and later Dragonball GT.", + "poster_path": "/3wx3EAMtqnbSLhGG8NrqXriCUIQ.jpg" + }, + { + "original_name": "フェアリーテイル", + "genre_ids": [ + 16, + 35, + 10759, + 10765 + ], + "name": "Fairy Tail", + "popularity": 162.339, + "origin_country": [ + "JP" + ], + "vote_count": 105, + "first_air_date": "2009-10-12", + "backdrop_path": "/m2lugAG39sO0yCcuxEAu4fY5u1o.jpg", + "original_language": "ja", + "id": 46261, + "vote_average": 7, + "overview": "Lucy is a 17-year-old girl, who wants to be a full-fledged mage. One day when visiting Harujion Town, she meets Natsu, a young man who gets sick easily by any type of transportation. But Natsu isn't just any ordinary kid, he's a member of one of the world's most infamous mage guilds: Fairy Tail.", + "poster_path": "/58GKcwFV3lpVOGzybeMrrNOjHpz.jpg" + }, + { + "original_name": "ナルト 疾風伝", + "genre_ids": [ + 16, + 35, + 18 + ], + "name": "Naruto Shippūden", + "popularity": 161.743, + "origin_country": [ + "JP" + ], + "vote_count": 178, + "first_air_date": "2007-02-15", + "backdrop_path": "/c14vjmndzL9tBdooGsMznMFrFLo.jpg", + "original_language": "ja", + "id": 31910, + "vote_average": 7.5, + "overview": "Naruto Shippuuden is the continuation of the original animated TV series Naruto.The story revolves around an older and slightly more matured Uzumaki Naruto and his quest to save his friend Uchiha Sasuke from the grips of the snake-like Shinobi, Orochimaru. After 2 and a half years Naruto finally returns to his village of Konoha, and sets about putting his ambitions to work, though it will not be easy, as He has amassed a few (more dangerous) enemies, in the likes of the shinobi organization; Akatsuki.", + "poster_path": "/ic9Gb4Zz09ns3JPYHdax8u5kt0n.jpg" + }, + { + "original_name": "Game of Thrones", + "genre_ids": [ + 18, + 10759, + 10765 + ], + "name": "Game of Thrones", + "popularity": 161.321, + "origin_country": [ + "US" + ], + "vote_count": 5191, + "first_air_date": "2011-04-17", + "backdrop_path": "/gX8SYlnL9ZznfZwEH4KJUePBFUM.jpg", + "original_language": "en", + "id": 1399, + "vote_average": 8.2, + "overview": "Seven noble families fight for control of the mythical land of Westeros. Friction between the houses leads to full-scale war. All while a very ancient evil awakens in the farthest north. Amidst the war, a neglected military order of misfits, the Night's Watch, is all that stands between the realms of men and icy horrors beyond.", + "poster_path": "/gwPSoYUHAKmdyVywgLpKKA4BjRr.jpg" + }, + { + "original_name": "Grey's Anatomy", + "genre_ids": [ + 18 + ], + "name": "Grey's Anatomy", + "popularity": 137.171, + "origin_country": [ + "US" + ], + "vote_count": 844, + "first_air_date": "2005-03-27", + "backdrop_path": "/y6JABtgWMVYPx84Rvy7tROU5aNH.jpg", + "original_language": "en", + "id": 1416, + "vote_average": 6.3, + "overview": "Follows the personal and professional lives of a group of doctors at Seattle’s Grey Sloan Memorial Hospital.", + "poster_path": "/mgOZSS2FFIGtfVeac1buBw3Cx5w.jpg" + }, + { + "original_name": "The Big Bang Theory", + "genre_ids": [ + 35 + ], + "name": "The Big Bang Theory", + "popularity": 133.002, + "origin_country": [ + "US" + ], + "vote_count": 3521, + "first_air_date": "2007-09-24", + "backdrop_path": "/nGsNruW3W27V6r4gkyc3iiEGsKR.jpg", + "original_language": "en", + "id": 1418, + "vote_average": 6.8, + "overview": "The Big Bang Theory is centered on five characters living in Pasadena, California: roommates Leonard Hofstadter and Sheldon Cooper; Penny, a waitress and aspiring actress who lives across the hall; and Leonard and Sheldon's equally geeky and socially awkward friends and co-workers, mechanical engineer Howard Wolowitz and astrophysicist Raj Koothrappali. The geekiness and intellect of the four guys is contrasted for comic effect with Penny's social skills and common sense.", + "poster_path": "/ooBGRQBdbGzBxAVfExiO8r7kloA.jpg" + }, + { + "original_name": "ブラッククローバー", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "Black Clover", + "popularity": 132.049, + "origin_country": [ + "JP" + ], + "vote_count": 36, + "first_air_date": "2017-10-03", + "backdrop_path": "/jHH4jmWWmYWpoxpGwMYM5RqJnvo.jpg", + "original_language": "ja", + "id": 73223, + "vote_average": 5.9, + "overview": "Asta and Yuno were abandoned together at the same church, and have been inseparable since. As children, they promised that they would compete against each other to see who would become the next Emperor Magus. However, as they grew up, some differences between them became plain. Yuno was a genius with magic, with amazing power and control, while Asta could not use magic at all, and tried to make up for his lack by training physically. When they received their Grimoires at age 15, Yuno got a spectacular book with a four-leaf clover (most people receive a three-leaf-clover), while Asta received nothing at all. However, when Yuno was threatened, the truth about Asta's power was revealed, he received a five-leaf clover Grimoire, a \"black clover\"! Now the two friends are heading out in the world, both seeking the same goal!", + "poster_path": "/kaMisKeOoTBPxPkbC3OW7Wgt6ON.jpg" + }, + { + "original_name": "Family Guy", + "genre_ids": [ + 16, + 35 + ], + "name": "Family Guy", + "popularity": 121.159, + "origin_country": [ + "US" + ], + "vote_count": 1368, + "first_air_date": "1999-01-31", + "backdrop_path": "/pH38r4TWTqq7Mcs6XAlwgzNUeJe.jpg", + "original_language": "en", + "id": 1434, + "vote_average": 6.5, + "overview": "Sick, twisted, politically incorrect and Freakin' Sweet animated series featuring the adventures of the dysfunctional Griffin family. Bumbling Peter and long-suffering Lois have three kids. Stewie (a brilliant but sadistic baby bent on killing his mother and taking over the world), Meg (the oldest, and is the most unpopular girl in town) and Chris (the middle kid, he's not very bright but has a passion for movies). The final member of the family is Brian - a talking dog and much more than a pet, he keeps Stewie in check whilst sipping Martinis and sorting through his own life issues.", + "poster_path": "/gBGUL1UTUNmdRQT8gA1LUV4yg39.jpg" + }, + { + "original_name": "Star Trek: Discovery", + "genre_ids": [ + 10765 + ], + "name": "Star Trek: Discovery", + "popularity": 116.267, + "origin_country": [ + "US" + ], + "vote_count": 454, + "first_air_date": "2017-09-24", + "backdrop_path": "/rhE2h8WYJOPuBlMl20MQRnJw3aq.jpg", + "original_language": "en", + "id": 67198, + "vote_average": 6.8, + "overview": "Follow the voyages of Starfleet on their missions to discover new worlds and new life forms, and one Starfleet officer who must learn that to truly understand all things alien, you must first understand yourself.", + "poster_path": "/aJTSeqG43514TewIuS9hiHvbero.jpg" + }, + { + "original_name": "僕のヒーローアカデミア", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "My Hero Academia", + "popularity": 114.616, + "origin_country": [ + "JP" + ], + "vote_count": 119, + "first_air_date": "2016-04-03", + "backdrop_path": "/wokDQZwuY7VxKQ8vbANh4nJrKTi.jpg", + "original_language": "ja", + "id": 65930, + "vote_average": 7.7, + "overview": "People are not born equal, a realization that 4-year-old Midoriya Izuku faced when bullied by his classmates who had unique special powers. Izuku was one of the rare cases where he was born with absolutely no unique powers. This did not stop Izuku from pursuing his dream, a dream of becoming a great hero like the legendary All-Might. To become the great hero he hopelessly wants to become, he now will join the ranks of one of the highest rated \"Hero Academies\" in the country: UA. With the help of his idol All-Might, will he be able to claim the ranks and become a true hero?", + "poster_path": "/n7v0dbkNhfxLaaGyp6g24FpvAUi.jpg" + }, + { + "original_name": "The 100", + "genre_ids": [ + 18, + 10765 + ], + "name": "The 100", + "popularity": 113.867, + "origin_country": [ + "US" + ], + "vote_count": 1385, + "first_air_date": "2014-03-19", + "backdrop_path": "/qYTIuJJ7fIehicAt3bl0vW70Sq6.jpg", + "original_language": "en", + "id": 48866, + "vote_average": 6.5, + "overview": "Based on the books by Kass Morgan, this show takes place 100 years in the future, when the Earth has been abandoned due to radioactivity. The last surviving humans live on an ark orbiting the planet — but the ark won't last forever. So the repressive regime picks 100 expendable juvenile delinquents to send down to Earth to see if the planet is still habitable.", + "poster_path": "/wHIMMLFsk32wIzDmawWkYVbxFCS.jpg" + }, + { + "original_name": "Brooklyn Nine-Nine", + "genre_ids": [ + 35, + 80 + ], + "name": "Brooklyn Nine-Nine", + "popularity": 113.784, + "origin_country": [ + "US" + ], + "vote_count": 525, + "first_air_date": "2013-09-17", + "backdrop_path": "/ncC9ZgZuKOdaVm7yXinUn26Qyok.jpg", + "original_language": "en", + "id": 48891, + "vote_average": 7.6, + "overview": "A single-camera ensemble comedy following the lives of an eclectic group of detectives in a New York precinct, including one slacker who is forced to shape up when he gets a new boss.", + "poster_path": "/kSvVRYB4WGGueigKOENClUSq8N2.jpg" + }, + { + "original_name": "The Simpsons", + "genre_ids": [ + 16, + 35 + ], + "name": "The Simpsons", + "popularity": 112.127, + "origin_country": [ + "US" + ], + "vote_count": 1831, + "first_air_date": "1989-12-17", + "backdrop_path": "/lnnrirKFGwFW18GiH3AmuYy40cz.jpg", + "original_language": "en", + "id": 456, + "vote_average": 7.1, + "overview": "Set in Springfield, the average American town, the show focuses on the antics and everyday adventures of the Simpson family; Homer, Marge, Bart, Lisa and Maggie, as well as a virtual cast of thousands. Since the beginning, the series has been a pop culture icon, attracting hundreds of celebrities to guest star. The show has also made name for itself in its fearless satirical take on politics, media and American life in general.", + "poster_path": "/yTZQkSsxUFJZJe67IenRM0AEklc.jpg" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:04.6655962Z", + "ReducedUri": "/3/tv/popular?page=1", + "RespData": { + "page": 1, + "total_results": 20000, + "total_pages": 1000, + "results": [ + { + "original_name": "Marvel's Iron Fist", + "genre_ids": [ + 80, + 18, + 10759, + 10765 + ], + "name": "Marvel's Iron Fist", + "popularity": 370.937, + "origin_country": [ + "US" + ], + "vote_count": 753, + "first_air_date": "2017-03-17", + "backdrop_path": "/xHCfWGlxwbtMeeOnTvxUCZRGnkk.jpg", + "original_language": "en", + "id": 62127, + "vote_average": 6.1, + "overview": "Danny Rand resurfaces 15 years after being presumed dead. Now, with the power of the Iron Fist, he seeks to reclaim his past and fulfill his destiny.", + "poster_path": "/nv4nLXbDhcISPP8C1mgaxKU50KO.jpg" + }, + { + "original_name": "Arrow", + "genre_ids": [ + 80, + 18, + 9648, + 10759 + ], + "name": "Arrow", + "popularity": 349.761, + "origin_country": [ + "US" + ], + "vote_count": 2170, + "first_air_date": "2012-10-10", + "backdrop_path": "/dKxkwAJfGuznW8Hu0mhaDJtna0n.jpg", + "original_language": "en", + "id": 1412, + "vote_average": 5.9, + "overview": "Spoiled billionaire playboy Oliver Queen is missing and presumed dead when his yacht is lost at sea. He returns five years later a changed man, determined to clean up the city as a hooded vigilante armed with a bow.", + "poster_path": "/mo0FP1GxOFZT4UDde7RFDz5APXF.jpg" + }, + { + "original_name": "The Flash", + "genre_ids": [ + 18, + 10765 + ], + "name": "The Flash", + "popularity": 229.16, + "origin_country": [ + "US" + ], + "vote_count": 2459, + "first_air_date": "2014-10-07", + "backdrop_path": "/jC1KqsFx8ZyqJyQa2Ohi7xgL7XC.jpg", + "original_language": "en", + "id": 60735, + "vote_average": 6.7, + "overview": "After a particle accelerator causes a freak storm, CSI Investigator Barry Allen is struck by lightning and falls into a coma. Months later he awakens with the power of super speed, granting him the ability to move through Central City like an unseen guardian angel. Though initially excited by his newfound powers, Barry is shocked to discover he is not the only \"meta-human\" who was created in the wake of the accelerator explosion -- and not everyone is using their new powers for good. Barry partners with S.T.A.R. Labs and dedicates his life to protect the innocent. For now, only a few close friends and associates know that Barry is literally the fastest man alive, but it won't be long before the world learns what Barry Allen has become...The Flash.", + "poster_path": "/fki3kBlwJzFp8QohL43g9ReV455.jpg" + }, + { + "original_name": "Riverdale", + "genre_ids": [ + 18, + 9648 + ], + "name": "Riverdale", + "popularity": 212.691, + "origin_country": [ + "US" + ], + "vote_count": 407, + "first_air_date": "2017-01-26", + "backdrop_path": "/2IUpoKSP64r6rp2vBo0Fdk8a1UU.jpg", + "original_language": "en", + "id": 69050, + "vote_average": 7.2, + "overview": "Set in the present, the series offers a bold, subversive take on Archie, Betty, Veronica and their friends, exploring the surreality of small-town life, the darkness and weirdness bubbling beneath Riverdale’s wholesome facade.", + "poster_path": "/gskv297rlbyzLaTU1XZf8UBbxp0.jpg" + }, + { + "original_name": "Vikings", + "genre_ids": [ + 18, + 10759 + ], + "name": "Vikings", + "popularity": 188.168, + "origin_country": [ + "CA" + ], + "vote_count": 1516, + "first_air_date": "2013-03-03", + "backdrop_path": "/A30ZqEoDbchvE7mCZcSp6TEwB1Q.jpg", + "original_language": "en", + "id": 44217, + "vote_average": 7.4, + "overview": "Vikings follows the adventures of Ragnar Lothbrok, the greatest hero of his age. The series tells the sagas of Ragnar's band of Viking brothers and his family, as he rises to become King of the Viking tribes. As well as being a fearless warrior, Ragnar embodies the Norse traditions of devotion to the gods. Legend has it that he was a direct descendant of Odin, the god of war and warriors.", + "poster_path": "/94gP9uXNdbypwCLORjeurlad15Z.jpg" + }, + { + "original_name": "Gotham", + "genre_ids": [ + 80, + 18, + 14 + ], + "name": "Gotham", + "popularity": 182.182, + "origin_country": [ + "US" + ], + "vote_count": 979, + "first_air_date": "2014-09-22", + "backdrop_path": "/mKBP1OCgCG0jw8DwVYlnYqVILtc.jpg", + "original_language": "en", + "id": 60708, + "vote_average": 6.9, + "overview": "Before there was Batman, there was GOTHAM. \n\nEveryone knows the name Commissioner Gordon. He is one of the crime world's greatest foes, a man whose reputation is synonymous with law and order. But what is known of Gordon's story and his rise from rookie detective to Police Commissioner? What did it take to navigate the multiple layers of corruption that secretly ruled Gotham City, the spawning ground of the world's most iconic villains? And what circumstances created them – the larger-than-life personas who would become Catwoman, The Penguin, The Riddler, Two-Face and The Joker? ", + "poster_path": "/4XddcRDtnNjYmLRMYpbrhFxsbuq.jpg" + }, + { + "original_name": "Supernatural", + "genre_ids": [ + 18, + 9648, + 10765 + ], + "name": "Supernatural", + "popularity": 174.938, + "origin_country": [ + "US" + ], + "vote_count": 1679, + "first_air_date": "2005-09-13", + "backdrop_path": "/o9OKe3M06QMLOzTl3l6GStYtnE9.jpg", + "original_language": "en", + "id": 1622, + "vote_average": 7.2, + "overview": "When they were boys, Sam and Dean Winchester lost their mother to a mysterious and demonic supernatural force. Subsequently, their father raised them to be soldiers. He taught them about the paranormal evil that lives in the dark corners and on the back roads of America ... and he taught them how to kill it. Now, the Winchester brothers crisscross the country in their '67 Chevy Impala, battling every kind of supernatural threat they encounter along the way. ", + "poster_path": "/3iFm6Kz7iYoFaEcj4fLyZHAmTQA.jpg" + }, + { + "original_name": "ドラゴンボール", + "genre_ids": [ + 16, + 35, + 10759, + 10765 + ], + "name": "Dragon Ball", + "popularity": 170.651, + "origin_country": [ + "JP" + ], + "vote_count": 223, + "first_air_date": "1986-02-26", + "backdrop_path": "/iflq7ZJfso6WC7gk9l1tD3unWK.jpg", + "original_language": "ja", + "id": 12609, + "vote_average": 7.7, + "overview": "Long ago in the mountains, a fighting master known as Gohan discovered a strange boy whom he named Goku. Gohan raised him and trained Goku in martial arts until he died. The young and very strong boy was on his own, but easily managed. Then one day, Goku met a teenage girl named Bulma, whose search for the dragon balls brought her to Goku's home. Together, they set off to find all seven dragon balls in an adventure that would change Goku's life forever. See how Goku met his life long friends Bulma, Yamcha, Krillin, Master Roshi and more. And see his adventures as a boy, all leading up to Dragonball Z and later Dragonball GT.", + "poster_path": "/3wx3EAMtqnbSLhGG8NrqXriCUIQ.jpg" + }, + { + "original_name": "フェアリーテイル", + "genre_ids": [ + 16, + 35, + 10759, + 10765 + ], + "name": "Fairy Tail", + "popularity": 162.339, + "origin_country": [ + "JP" + ], + "vote_count": 105, + "first_air_date": "2009-10-12", + "backdrop_path": "/m2lugAG39sO0yCcuxEAu4fY5u1o.jpg", + "original_language": "ja", + "id": 46261, + "vote_average": 7, + "overview": "Lucy is a 17-year-old girl, who wants to be a full-fledged mage. One day when visiting Harujion Town, she meets Natsu, a young man who gets sick easily by any type of transportation. But Natsu isn't just any ordinary kid, he's a member of one of the world's most infamous mage guilds: Fairy Tail.", + "poster_path": "/58GKcwFV3lpVOGzybeMrrNOjHpz.jpg" + }, + { + "original_name": "ナルト 疾風伝", + "genre_ids": [ + 16, + 35, + 18 + ], + "name": "Naruto Shippūden", + "popularity": 161.743, + "origin_country": [ + "JP" + ], + "vote_count": 178, + "first_air_date": "2007-02-15", + "backdrop_path": "/c14vjmndzL9tBdooGsMznMFrFLo.jpg", + "original_language": "ja", + "id": 31910, + "vote_average": 7.5, + "overview": "Naruto Shippuuden is the continuation of the original animated TV series Naruto.The story revolves around an older and slightly more matured Uzumaki Naruto and his quest to save his friend Uchiha Sasuke from the grips of the snake-like Shinobi, Orochimaru. After 2 and a half years Naruto finally returns to his village of Konoha, and sets about putting his ambitions to work, though it will not be easy, as He has amassed a few (more dangerous) enemies, in the likes of the shinobi organization; Akatsuki.", + "poster_path": "/ic9Gb4Zz09ns3JPYHdax8u5kt0n.jpg" + }, + { + "original_name": "Game of Thrones", + "genre_ids": [ + 18, + 10759, + 10765 + ], + "name": "Game of Thrones", + "popularity": 161.321, + "origin_country": [ + "US" + ], + "vote_count": 5191, + "first_air_date": "2011-04-17", + "backdrop_path": "/gX8SYlnL9ZznfZwEH4KJUePBFUM.jpg", + "original_language": "en", + "id": 1399, + "vote_average": 8.2, + "overview": "Seven noble families fight for control of the mythical land of Westeros. Friction between the houses leads to full-scale war. All while a very ancient evil awakens in the farthest north. Amidst the war, a neglected military order of misfits, the Night's Watch, is all that stands between the realms of men and icy horrors beyond.", + "poster_path": "/gwPSoYUHAKmdyVywgLpKKA4BjRr.jpg" + }, + { + "original_name": "Grey's Anatomy", + "genre_ids": [ + 18 + ], + "name": "Grey's Anatomy", + "popularity": 137.171, + "origin_country": [ + "US" + ], + "vote_count": 844, + "first_air_date": "2005-03-27", + "backdrop_path": "/y6JABtgWMVYPx84Rvy7tROU5aNH.jpg", + "original_language": "en", + "id": 1416, + "vote_average": 6.3, + "overview": "Follows the personal and professional lives of a group of doctors at Seattle’s Grey Sloan Memorial Hospital.", + "poster_path": "/mgOZSS2FFIGtfVeac1buBw3Cx5w.jpg" + }, + { + "original_name": "The Big Bang Theory", + "genre_ids": [ + 35 + ], + "name": "The Big Bang Theory", + "popularity": 133.002, + "origin_country": [ + "US" + ], + "vote_count": 3521, + "first_air_date": "2007-09-24", + "backdrop_path": "/nGsNruW3W27V6r4gkyc3iiEGsKR.jpg", + "original_language": "en", + "id": 1418, + "vote_average": 6.8, + "overview": "The Big Bang Theory is centered on five characters living in Pasadena, California: roommates Leonard Hofstadter and Sheldon Cooper; Penny, a waitress and aspiring actress who lives across the hall; and Leonard and Sheldon's equally geeky and socially awkward friends and co-workers, mechanical engineer Howard Wolowitz and astrophysicist Raj Koothrappali. The geekiness and intellect of the four guys is contrasted for comic effect with Penny's social skills and common sense.", + "poster_path": "/ooBGRQBdbGzBxAVfExiO8r7kloA.jpg" + }, + { + "original_name": "ブラッククローバー", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "Black Clover", + "popularity": 132.049, + "origin_country": [ + "JP" + ], + "vote_count": 36, + "first_air_date": "2017-10-03", + "backdrop_path": "/jHH4jmWWmYWpoxpGwMYM5RqJnvo.jpg", + "original_language": "ja", + "id": 73223, + "vote_average": 5.9, + "overview": "Asta and Yuno were abandoned together at the same church, and have been inseparable since. As children, they promised that they would compete against each other to see who would become the next Emperor Magus. However, as they grew up, some differences between them became plain. Yuno was a genius with magic, with amazing power and control, while Asta could not use magic at all, and tried to make up for his lack by training physically. When they received their Grimoires at age 15, Yuno got a spectacular book with a four-leaf clover (most people receive a three-leaf-clover), while Asta received nothing at all. However, when Yuno was threatened, the truth about Asta's power was revealed, he received a five-leaf clover Grimoire, a \"black clover\"! Now the two friends are heading out in the world, both seeking the same goal!", + "poster_path": "/kaMisKeOoTBPxPkbC3OW7Wgt6ON.jpg" + }, + { + "original_name": "Family Guy", + "genre_ids": [ + 16, + 35 + ], + "name": "Family Guy", + "popularity": 121.159, + "origin_country": [ + "US" + ], + "vote_count": 1368, + "first_air_date": "1999-01-31", + "backdrop_path": "/pH38r4TWTqq7Mcs6XAlwgzNUeJe.jpg", + "original_language": "en", + "id": 1434, + "vote_average": 6.5, + "overview": "Sick, twisted, politically incorrect and Freakin' Sweet animated series featuring the adventures of the dysfunctional Griffin family. Bumbling Peter and long-suffering Lois have three kids. Stewie (a brilliant but sadistic baby bent on killing his mother and taking over the world), Meg (the oldest, and is the most unpopular girl in town) and Chris (the middle kid, he's not very bright but has a passion for movies). The final member of the family is Brian - a talking dog and much more than a pet, he keeps Stewie in check whilst sipping Martinis and sorting through his own life issues.", + "poster_path": "/gBGUL1UTUNmdRQT8gA1LUV4yg39.jpg" + }, + { + "original_name": "Star Trek: Discovery", + "genre_ids": [ + 10765 + ], + "name": "Star Trek: Discovery", + "popularity": 116.267, + "origin_country": [ + "US" + ], + "vote_count": 454, + "first_air_date": "2017-09-24", + "backdrop_path": "/rhE2h8WYJOPuBlMl20MQRnJw3aq.jpg", + "original_language": "en", + "id": 67198, + "vote_average": 6.8, + "overview": "Follow the voyages of Starfleet on their missions to discover new worlds and new life forms, and one Starfleet officer who must learn that to truly understand all things alien, you must first understand yourself.", + "poster_path": "/aJTSeqG43514TewIuS9hiHvbero.jpg" + }, + { + "original_name": "僕のヒーローアカデミア", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "My Hero Academia", + "popularity": 114.616, + "origin_country": [ + "JP" + ], + "vote_count": 119, + "first_air_date": "2016-04-03", + "backdrop_path": "/wokDQZwuY7VxKQ8vbANh4nJrKTi.jpg", + "original_language": "ja", + "id": 65930, + "vote_average": 7.7, + "overview": "People are not born equal, a realization that 4-year-old Midoriya Izuku faced when bullied by his classmates who had unique special powers. Izuku was one of the rare cases where he was born with absolutely no unique powers. This did not stop Izuku from pursuing his dream, a dream of becoming a great hero like the legendary All-Might. To become the great hero he hopelessly wants to become, he now will join the ranks of one of the highest rated \"Hero Academies\" in the country: UA. With the help of his idol All-Might, will he be able to claim the ranks and become a true hero?", + "poster_path": "/n7v0dbkNhfxLaaGyp6g24FpvAUi.jpg" + }, + { + "original_name": "The 100", + "genre_ids": [ + 18, + 10765 + ], + "name": "The 100", + "popularity": 113.867, + "origin_country": [ + "US" + ], + "vote_count": 1385, + "first_air_date": "2014-03-19", + "backdrop_path": "/qYTIuJJ7fIehicAt3bl0vW70Sq6.jpg", + "original_language": "en", + "id": 48866, + "vote_average": 6.5, + "overview": "Based on the books by Kass Morgan, this show takes place 100 years in the future, when the Earth has been abandoned due to radioactivity. The last surviving humans live on an ark orbiting the planet — but the ark won't last forever. So the repressive regime picks 100 expendable juvenile delinquents to send down to Earth to see if the planet is still habitable.", + "poster_path": "/wHIMMLFsk32wIzDmawWkYVbxFCS.jpg" + }, + { + "original_name": "Brooklyn Nine-Nine", + "genre_ids": [ + 35, + 80 + ], + "name": "Brooklyn Nine-Nine", + "popularity": 113.784, + "origin_country": [ + "US" + ], + "vote_count": 525, + "first_air_date": "2013-09-17", + "backdrop_path": "/ncC9ZgZuKOdaVm7yXinUn26Qyok.jpg", + "original_language": "en", + "id": 48891, + "vote_average": 7.6, + "overview": "A single-camera ensemble comedy following the lives of an eclectic group of detectives in a New York precinct, including one slacker who is forced to shape up when he gets a new boss.", + "poster_path": "/kSvVRYB4WGGueigKOENClUSq8N2.jpg" + }, + { + "original_name": "The Simpsons", + "genre_ids": [ + 16, + 35 + ], + "name": "The Simpsons", + "popularity": 112.127, + "origin_country": [ + "US" + ], + "vote_count": 1831, + "first_air_date": "1989-12-17", + "backdrop_path": "/lnnrirKFGwFW18GiH3AmuYy40cz.jpg", + "original_language": "en", + "id": 456, + "vote_average": 7.1, + "overview": "Set in Springfield, the average American town, the show focuses on the antics and everyday adventures of the Simpson family; Homer, Marge, Bart, Lisa and Maggie, as well as a virtual cast of thousands. Since the beginning, the series has been a pop culture icon, attracting hundreds of celebrities to guest star. The show has also made name for itself in its fearless satirical take on politics, media and American life in general.", + "poster_path": "/yTZQkSsxUFJZJe67IenRM0AEklc.jpg" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:49:04.8114984Z", + "ReducedUri": "/3/tv/popular?page=2", + "RespData": { + "page": 2, + "total_results": 20000, + "total_pages": 1000, + "results": [ + { + "original_name": "Legacies", + "genre_ids": [ + 18, + 9648, + 10765 + ], + "name": "Legacies", + "popularity": 111.718, + "origin_country": [ + "US" + ], + "vote_count": 33, + "first_air_date": "2018-10-25", + "backdrop_path": "/tIYb76SgqjUJ6XLFwBrk4gvGNtn.jpg", + "original_language": "en", + "id": 79460, + "vote_average": 7.3, + "overview": "In a place where young witches, vampires, and werewolves are nurtured to be their best selves in spite of their worst impulses, Klaus Mikaelson’s daughter, 17-year-old Hope Mikaelson, Alaric Saltzman’s twins, Lizzie and Josie Saltzman, among others, come of age into heroes and villains at The Salvatore School for the Young and Gifted.", + "poster_path": "/pwvKOtTpbMacI463EDfyKtfn4Kd.jpg" + }, + { + "original_name": "Future Man", + "genre_ids": [ + 35, + 10765 + ], + "name": "Future Man", + "popularity": 109.584, + "origin_country": [ + "US" + ], + "vote_count": 70, + "first_air_date": "2017-11-14", + "backdrop_path": "/qQxb3uVa3mhZ1pFY2DlmtdKreXd.jpg", + "original_language": "en", + "id": 73157, + "vote_average": 7.1, + "overview": "Josh Futturman, a janitor by day/world-ranked gamer by night, is tasked with preventing the extinction of humanity after mysterious visitors from the future proclaim him the key to defeating the imminent super-race invasion.", + "poster_path": "/9P72cymABXbQKaOUBdZf6pOW64e.jpg" + }, + { + "original_name": "Sex Education", + "genre_ids": [ + 35, + 18 + ], + "name": "Sex Education", + "popularity": 107.577, + "origin_country": [ + "GB", + "US" + ], + "vote_count": 33, + "first_air_date": "2019-01-11", + "backdrop_path": "/u23G9KZregWHs1use6ir1fX27gl.jpg", + "original_language": "en", + "id": 81356, + "vote_average": 7.7, + "overview": "Inexperienced Otis channels his sex therapist mom when he teams up with rebellious Maeve to set up an underground sex therapy clinic at school.", + "poster_path": "/4Bph0hhnDH6dpc0SZIV522bLm4P.jpg" + }, + { + "original_name": "Supergirl", + "genre_ids": [ + 28, + 12, + 18, + 878 + ], + "name": "Supergirl", + "popularity": 103.667, + "origin_country": [ + "US" + ], + "vote_count": 836, + "first_air_date": "2015-10-26", + "backdrop_path": "/2qou2R47XZ1N6SlqGZcoCHDyEhN.jpg", + "original_language": "en", + "id": 62688, + "vote_average": 5.7, + "overview": "Twenty-four-year-old Kara Zor-El, who was taken in by the Danvers family when she was 13 after being sent away from Krypton, must learn to embrace her powers after previously hiding them. The Danvers teach her to be careful with her powers, until she has to reveal them during an unexpected disaster, setting her on her journey of heroism.", + "poster_path": "/vqBsgL9nd2v04ZvCqPzwtckDdFD.jpg" + }, + { + "original_name": "ワンピース", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "One Piece", + "popularity": 100.562, + "origin_country": [ + "JP" + ], + "vote_count": 187, + "first_air_date": "1999-10-20", + "backdrop_path": "/xgs7zAF5VSGAK0QstH1Q0ivybXz.jpg", + "original_language": "ja", + "id": 37854, + "vote_average": 7.7, + "overview": "Years ago, the fearsome pirate king Gol D. Roger was executed, leaving a huge pile of treasure and the famous \"One Piece\" behind. Whoever claims the \"One Piece\" will be named the new pirate king. Monkey D. Luffy, a boy who consumed one of the \"Devil's Fruits\", has it in his head that he'll follow in the footsteps of his idol, the pirate Shanks, and find the One Piece. It helps, of course, that his body has the properties of rubber and he's surrounded by a bevy of skilled fighters and thieves to help him along the way. Monkey D. Luffy brings a bunch of his crew followed by, Roronoa Zoro, Nami, Usopp, Sanji, Tony-Tony Chopper, Nico Robin, Franky, and Brook. They will do anything to get the One Piece and become King of the Pirates!", + "poster_path": "/yeJyZkhO7WS4jJl2xqQjnRTHwuE.jpg" + }, + { + "original_name": "ドラゴンボールゼット", + "genre_ids": [ + 16, + 35, + 10759, + 10765 + ], + "name": "Dragon Ball Z", + "popularity": 99.065, + "origin_country": [ + "JP" + ], + "vote_count": 248, + "first_air_date": "1989-04-26", + "backdrop_path": "/ydf1CeiBLfdxiyNTpskM0802TKl.jpg", + "original_language": "ja", + "id": 12971, + "vote_average": 8, + "overview": "Dragon Ball Z is a Japanese animated television series produced by Toei Animation. Dragon Ball Z is the sequel to the Dragon Ball anime and adapts the last 26 volumes of the original 42 volume Dragon Ball manga series created by Akira Toriyama The series Debut in 1988-1995 on Weekly Shounen Jump. Dragon Ball Z depicts the continuing adventures of Goku and his companions to defend against an assortment of villains which seek to destroy or rule the Earth.\n\nThe anime first aired in Japan from April 25, 1989, to January 31, 1996, and was dubbed in several territories around the world, including the United States, Europe, and in Latin America.", + "poster_path": "/dBsDWUcdfbuZwglgyeeQ9ChRoS4.jpg" + }, + { + "original_name": "NCIS", + "genre_ids": [ + 80, + 18, + 10759 + ], + "name": "NCIS", + "popularity": 97.27, + "origin_country": [ + "US" + ], + "vote_count": 687, + "first_air_date": "2003-09-23", + "backdrop_path": "/nymeWHYQ1JaWP2wyNW5a5WHiDCd.jpg", + "original_language": "en", + "id": 4614, + "vote_average": 6.7, + "overview": "From murder and espionage to terrorism and stolen submarines, a team of special agents investigates any crime that has a shred of evidence connected to Navy and Marine Corps personnel, regardless of rank or position.", + "poster_path": "/eoj15m14Zpf2bUWXqNIs7itZK9w.jpg" + }, + { + "original_name": "盾の勇者の成り上がり", + "genre_ids": [ + 16, + 18, + 10759, + 10765 + ], + "name": "The Rising of The Shield Hero", + "popularity": 89.486, + "origin_country": [ + "JP" + ], + "vote_count": 5, + "first_air_date": "2019-01-09", + "backdrop_path": "/qSgBzXdu6QwVVeqOYOlHolkLRxZ.jpg", + "original_language": "ja", + "id": 83095, + "vote_average": 7.8, + "overview": "Iwatani Naofumi was summoned into a parallel world along with 3 other people to become the world's Heroes. Each of the heroes respectively equipped with their own legendary equipment when summoned, Naofumi received the Legendary Shield as his weapon. Due to Naofumi's lack of charisma and experience he's labeled as the weakest, only to end up betrayed, falsely accused, and robbed by on the third day of adventure. Shunned by everyone from the king to peasants, Naofumi's thoughts were filled with nothing but vengeance and hatred. Thus, his destiny in a parallel World begins...", + "poster_path": "/6cXf5EDwVhsRv8GlBzUTVnWuk8Z.jpg" + }, + { + "original_name": "ソードアート・オンライン", + "genre_ids": [ + 16, + 10759, + 10765 + ], + "name": "Sword Art Online", + "popularity": 89.416, + "origin_country": [ + "JP" + ], + "vote_count": 167, + "first_air_date": "2012-07-08", + "backdrop_path": "/1ENifuXpviC2kEZ1Ya08EyN9SYg.jpg", + "original_language": "ja", + "id": 45782, + "vote_average": 7.5, + "overview": "The players of a virtual reality MMORPG, Sword Art Online, are trapped and fighting for their very lives. After it is announced that the only way to leave the game is by beating it, Kirito—a very powerful swordsman—and his friends take on a quest to free all the minds trapped in Aincrad.", + "poster_path": "/1i7KsXiFlhqdyRzWfTg90WkLIMY.jpg" + }, + { + "original_name": "転生したらスライムだった件", + "genre_ids": [ + 16, + 10759, + 10765 + ], + "name": "That Time I Got Reincarnated as a Slime", + "popularity": 89.212, + "origin_country": [ + "JP" + ], + "vote_count": 11, + "first_air_date": "2018-10-02", + "backdrop_path": "/xzjZDyqUobuJtkBljhgLH4Fdnye.jpg", + "original_language": "ja", + "id": 82684, + "vote_average": 7.8, + "overview": "\"Rimuru Tempest\" is the new name of a slime in a fantasy world taken by a former 37-year-old human Satou Mikami after he is killed by a passing robber. Broken free from ordinary, stale past life, his fresh adventure in a fantasy world as a slime monster with unique abilities begins.", + "poster_path": "/mbJmGS9I4GZmfUIMDdhzKObALcP.jpg" + }, + { + "original_name": "Suits", + "genre_ids": [ + 18 + ], + "name": "Suits", + "popularity": 87.975, + "origin_country": [ + "US" + ], + "vote_count": 813, + "first_air_date": "2011-06-23", + "backdrop_path": "/7gRvLvHH78YAdchOghNpH2EysJ2.jpg", + "original_language": "en", + "id": 37680, + "vote_average": 7.5, + "overview": "While running from a drug deal gone bad, Mike Ross, a brilliant young college-dropout, slips into a job interview with one of New York City's best legal closers, Harvey Specter. Tired of cookie-cutter law school grads, Harvey takes a gamble by hiring Mike on the spot after he recognizes his raw talent and photographic memory.", + "poster_path": "/nVz7cZZ59PsCLgiWFC0M0N6AFC3.jpg" + }, + { + "original_name": "Law & Order: Special Victims Unit", + "genre_ids": [ + 80, + 18 + ], + "name": "Law & Order: Special Victims Unit", + "popularity": 87.447, + "origin_country": [ + "US" + ], + "vote_count": 574, + "first_air_date": "1999-09-20", + "backdrop_path": "/kOvt2BOOwSAQCT8yo3pM3X2GXjh.jpg", + "original_language": "en", + "id": 2734, + "vote_average": 6.3, + "overview": "In the criminal justice system, sexually-based offenses are considered especially heinous. In New York City, the dedicated detectives who investigate these vicious felonies are members of an elite squad known as the Special Victims Unit. These are their stories.", + "poster_path": "/ydSvHgksuB8Ix0V05QEZBKrnIcg.jpg" + }, + { + "original_name": "七つの大罪", + "genre_ids": [ + 16, + 10759, + 10765 + ], + "name": "The Seven Deadly Sins", + "popularity": 86.852, + "origin_country": [ + "JP" + ], + "vote_count": 70, + "first_air_date": "2014-10-05", + "backdrop_path": "/n5Ty1KJIRNCXlDHDjcPpUgp57tr.jpg", + "original_language": "ja", + "id": 62104, + "vote_average": 7.9, + "overview": "The “Seven Deadly Sins”—a group of evil knights who conspired to overthrow the kingdom of Britannia—were said to have been eradicated by the Holy Knights, although some claim that they still live. Ten years later, the Holy Knights have staged a Coup d'état and assassinated the king, becoming the new, tyrannical rulers of the kingdom. Elizabeth, the king's only daughter, sets out on a journey to find the “Seven Deadly Sins,” and to enlist their help in taking back the kingdom.", + "poster_path": "/gxTojpKEOtue85EEFlozwRbDXwJ.jpg" + }, + { + "original_name": "The Blacklist", + "genre_ids": [ + 80, + 18, + 9648 + ], + "name": "The Blacklist", + "popularity": 85.569, + "origin_country": [ + "US" + ], + "vote_count": 853, + "first_air_date": "2013-09-23", + "backdrop_path": "/fHwiAqIKragaCbNJo9Qs4lrccIN.jpg", + "original_language": "en", + "id": 46952, + "vote_average": 7.1, + "overview": "Raymond \"Red\" Reddington, one of the FBI's most wanted fugitives, surrenders in person at FBI Headquarters in Washington, D.C. He claims that he and the FBI have the same interests: bringing down dangerous criminals and terrorists. In the last two decades, he's made a list of criminals and terrorists that matter the most but the FBI cannot find because it does not know they exist. Reddington calls this \"The Blacklist\". Reddington will co-operate, but insists that he will speak only to Elizabeth Keen, a rookie FBI profiler.", + "poster_path": "/bgbQCW4fE9b6wSOSC6Fb4FfVzsW.jpg" + }, + { + "original_name": "Lethal Weapon", + "genre_ids": [ + 80, + 18, + 10759 + ], + "name": "Lethal Weapon", + "popularity": 85.477, + "origin_country": [ + "US" + ], + "vote_count": 317, + "first_air_date": "2016-09-21", + "backdrop_path": "/yqZ5ACKeNJ30mylUEzvtWZu4pGU.jpg", + "original_language": "en", + "id": 67116, + "vote_average": 7.3, + "overview": "A slightly unhinged former Navy SEAL lands a job as a police officer in Los Angeles where he's partnered with a veteran detective trying to keep maintain a low stress level in his life.", + "poster_path": "/jbMZkxLHVDSKiZh0HppCthRW96k.jpg" + }, + { + "original_name": "東京喰種トーキョーグール", + "genre_ids": [ + 16, + 80, + 18, + 10759 + ], + "name": "Tokyo Ghoul", + "popularity": 83.832, + "origin_country": [ + "JP" + ], + "vote_count": 110, + "first_air_date": "2014-07-04", + "backdrop_path": "/nPPfk2PkrDkHN9egN8gdkJP1iVG.jpg", + "original_language": "ja", + "id": 61374, + "vote_average": 7.1, + "overview": "Ken Kaneki is a bookworm college student who meets a girl names Rize at a cafe he frequents. They're the same age and have the same interests, so they quickly become close. Little does Kaneki know that Rize is a ghoul - a kind of monster that lives by hunting and devouring human flesh. When part of her special organ - \"the red child\" - is transplanted into Kaneki, he becomes a ghoul himself, trapped in a warped world where humans are not the top of the food chain.", + "poster_path": "/jUtFWNCJCflNTbvac4w6Qyzh43w.jpg" + }, + { + "original_name": "The Orville", + "genre_ids": [ + 35, + 18, + 10765 + ], + "name": "The Orville", + "popularity": 83.649, + "origin_country": [ + "US" + ], + "vote_count": 297, + "first_air_date": "2017-09-10", + "backdrop_path": "/2Qg2fViQzWenpUaMjhv0kNhCbE9.jpg", + "original_language": "en", + "id": 71738, + "vote_average": 7.2, + "overview": "Follows the crew of the not-so-functional exploratory ship in the Earth's interstellar fleet, 400 years in the future.", + "poster_path": "/1q2gRQ8uN8D2ythPMzd5NvsHkVf.jpg" + }, + { + "original_name": "ドメスティックな彼女", + "genre_ids": [ + 35, + 18, + 10751 + ], + "name": "Domestic Girlfriend", + "popularity": 83.533, + "origin_country": [ + "JP" + ], + "vote_count": 2, + "first_air_date": "2019-01-11", + "backdrop_path": "/iPwaKpGMDS81F9fQtyNYe6SkjhR.jpg", + "original_language": "ja", + "id": 83103, + "vote_average": 9.5, + "overview": "Natsuo is a high school boy who is experiencing the crushing despair of unrequited love. To make matters worse, the person he is in love with is his teacher, Hina. In an attempt to lift his spirits, he attends a mixer where he meets a girl named Rui. The two sleep together, expecting never to see one another again, but fate has other plans. His life suddenly becomes more complicated when his father comes home and announces he has remarried a woman with two daughters whom Natsuo has met before: Hina and Rui!", + "poster_path": "/kncCvE2jrLylahDpRRmtWC7sP4x.jpg" + }, + { + "original_name": "The Gifted", + "genre_ids": [ + 18, + 10759, + 10765 + ], + "name": "The Gifted", + "popularity": 82.554, + "origin_country": [ + "US" + ], + "vote_count": 227, + "first_air_date": "2017-10-02", + "backdrop_path": "/18inwHlpKnK9mt02wFBJoIVKXI.jpg", + "original_language": "en", + "id": 69629, + "vote_average": 6.9, + "overview": "A suburban couple's ordinary lives are rocked by the sudden discovery that their children possess mutant powers. Forced to go on the run from a hostile government, the family joins up with an underground network of mutants and must fight to survive.", + "poster_path": "/nshCqszjTNuqhrB53vrSqWO18sE.jpg" + }, + { + "original_name": "Criminal Minds", + "genre_ids": [ + 80, + 18, + 9648 + ], + "name": "Criminal Minds", + "popularity": 81.786, + "origin_country": [ + "US" + ], + "vote_count": 537, + "first_air_date": "2005-09-22", + "backdrop_path": "/mzyLxbwy5jOveyfsbC1OWGp78NV.jpg", + "original_language": "en", + "id": 4057, + "vote_average": 7, + "overview": "An elite team of FBI profilers analyze the country's most twisted criminal minds, anticipating their next moves before they strike again. The Behavioral Analysis Unit's most experienced agent is David Rossi, a founding member of the BAU who returns to help the team solve new cases.", + "poster_path": "/7TCwgX7oQKxcWYEhSPRmaHe6ULN.jpg" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:53.0946957Z", + "ReducedUri": "/3/tv/top_rated", + "RespData": { + "page": 1, + "total_results": 668, + "total_pages": 34, + "results": [ + { + "original_name": "I Am Not an Animal", + "genre_ids": [ + 16, + 35 + ], + "name": "I Am Not an Animal", + "popularity": 8.666, + "origin_country": [ + "GB" + ], + "vote_count": 192, + "first_air_date": "2004-05-10", + "backdrop_path": "/o8Site0BMZ8xhknKJ0m52iLfqHg.jpg", + "original_language": "en", + "id": 100, + "vote_average": 9.6, + "overview": "I Am Not An Animal is an animated comedy series about the only six talking animals in the world, whose cosseted existence in a vivisection unit is turned upside down when they are liberated by animal rights activists.", + "poster_path": "/nMhv6jG5dtLdW7rgguYWvpbk0YN.jpg" + }, + { + "original_name": "Rick and Morty", + "genre_ids": [ + 16, + 35, + 10759, + 10765 + ], + "name": "Rick and Morty", + "popularity": 68.118, + "origin_country": [ + "US" + ], + "vote_count": 1079, + "first_air_date": "2013-12-02", + "backdrop_path": "/mzzHr6g1yvZ05Mc7hNj3tUdy2bM.jpg", + "original_language": "en", + "id": 60625, + "vote_average": 8.5, + "overview": "Rick is a mentally-unbalanced but scientifically-gifted old man who has recently reconnected with his family. He spends most of his time involving his young grandson Morty in dangerous, outlandish adventures throughout space and alternate universes. Compounded with Morty's already unstable family life, these events cause Morty much distress at home and school.", + "poster_path": "/qJdfO3ahgAMf2rcmhoqngjBBZW1.jpg" + }, + { + "original_name": "カウボーイビバップ", + "genre_ids": [ + 16, + 18, + 10759, + 10765 + ], + "name": "Cowboy Bebop", + "popularity": 17.846, + "origin_country": [ + "JP" + ], + "vote_count": 276, + "first_air_date": "1998-04-03", + "backdrop_path": "/pL2VkIcoHnyX5oLd3IIaANkzB01.jpg", + "original_language": "ja", + "id": 30991, + "vote_average": 8.3, + "overview": "In 2071, roughly fifty years after an accident with a hyperspace gateway made the Earth almost uninhabitable, humanity has colonized most of the rocky planets and moons of the Solar System. Amid a rising crime rate, the Inter Solar System Police (ISSP) set up a legalized contract system, in which registered bounty hunters (also referred to as \"Cowboys\") chase criminals and bring them in alive in return for a reward.", + "poster_path": "/wjFU9z8EfOwczRTv0FrPcv9zHME.jpg" + }, + { + "original_name": "Breaking Bad", + "genre_ids": [ + 18 + ], + "name": "Breaking Bad", + "popularity": 78.773, + "origin_country": [ + "US" + ], + "vote_count": 3040, + "first_air_date": "2008-01-20", + "backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg", + "original_language": "en", + "id": 1396, + "vote_average": 8.4, + "overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + "poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg" + }, + { + "original_name": "The Wire", + "genre_ids": [ + 80, + 18 + ], + "name": "The Wire", + "popularity": 28.354, + "origin_country": [ + "US" + ], + "vote_count": 748, + "first_air_date": "2002-06-02", + "backdrop_path": "/4hWfYN3wiOZZXC7t6B70BF9iUvk.jpg", + "original_language": "en", + "id": 1438, + "vote_average": 8.3, + "overview": "Told from the points of view of both the Baltimore homicide and narcotics detectives and their targets, the series captures a universe in which the national war on drugs has become a permanent, self-sustaining bureaucracy, and distinctions between good and evil are routinely obliterated.", + "poster_path": "/dg7NuKDjmS6OzuNy33qt8kSkPA1.jpg" + }, + { + "original_name": "Planet Earth", + "genre_ids": [ + 99 + ], + "name": "Planet Earth", + "popularity": 22.406, + "origin_country": [ + "GB" + ], + "vote_count": 443, + "first_air_date": "2006-03-05", + "backdrop_path": "/4AJnC8L5CXdqb6tMeUBL5jdHfuG.jpg", + "original_language": "en", + "id": 1044, + "vote_average": 8.3, + "overview": "David Attenborough celebrates the amazing variety of the natural world in this epic documentary series, filmed over four years across 64 different countries.", + "poster_path": "/tI5hLHgrfOTOhPjX22vlo9YsdgE.jpg" + }, + { + "original_name": "Stranger Things", + "genre_ids": [ + 18, + 9648, + 10765 + ], + "name": "Stranger Things", + "popularity": 54.898, + "origin_country": [ + "US" + ], + "vote_count": 2049, + "first_air_date": "2016-07-15", + "backdrop_path": "/56v2KjBlU4XaOv9rVYEQypROD7P.jpg", + "original_language": "en", + "id": 66732, + "vote_average": 8.3, + "overview": "When a young boy vanishes, a small town uncovers a mystery involving secret experiments, terrifying supernatural forces, and one strange little girl.", + "poster_path": "/vNJ95BMCzIBJZhW0IEoxzOoW53P.jpg" + }, + { + "original_name": "Frozen Planet", + "genre_ids": [ + 99 + ], + "name": "Frozen Planet", + "popularity": 9.949, + "origin_country": [ + "GB" + ], + "vote_count": 81, + "first_air_date": "2011-10-26", + "backdrop_path": "/syVmo7m2DPYqRoJpnlpbBQ9EXBv.jpg", + "original_language": "en", + "id": 8724, + "vote_average": 8.3, + "overview": "David Attenborough travels to the end of the earth, taking viewers on an extraordinary journey across the polar regions of our planet.", + "poster_path": "/sFAssIrNY2ileQPeUf99Dna3yzN.jpg" + }, + { + "original_name": "Planet Earth II", + "genre_ids": [ + 99, + 10751 + ], + "name": "Planet Earth II", + "popularity": 13.103, + "origin_country": [ + "GB" + ], + "vote_count": 280, + "first_air_date": "2016-11-06", + "backdrop_path": "/xIt4DDYipMPNu2HDBrhUS4ndSYb.jpg", + "original_language": "en", + "id": 68595, + "vote_average": 8.3, + "overview": "David Attenborough presents a documentary series exploring how animals meet the challenges of surviving in the most iconic habitats on earth.", + "poster_path": "/uy5QoTu8fc6fGXMCTMbpQJFUEB0.jpg" + }, + { + "original_name": "Sherlock", + "genre_ids": [ + 80, + 18, + 9648 + ], + "name": "Sherlock", + "popularity": 39.086, + "origin_country": [ + "GB" + ], + "vote_count": 1577, + "first_air_date": "2010-07-25", + "backdrop_path": "/bvS50jBZXtglmLu72EAt5KgJBrL.jpg", + "original_language": "en", + "id": 19885, + "vote_average": 8.3, + "overview": "A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.", + "poster_path": "/f9zGxLHGyQB10cMDZNY5ZcGKhZi.jpg" + }, + { + "original_name": "Fargo", + "genre_ids": [ + 80, + 18 + ], + "name": "Fargo", + "popularity": 25.573, + "origin_country": [ + "US" + ], + "vote_count": 931, + "first_air_date": "2014-04-15", + "backdrop_path": "/qq1S5EjaaUrQAcMsn6raNFXpzHk.jpg", + "original_language": "en", + "id": 60622, + "vote_average": 8.3, + "overview": "A close-knit anthology series dealing with stories involving malice, violence and murder based in and around Minnesota.", + "poster_path": "/e890UetS6XH7kqltlZ8VU6qDaHU.jpg" + }, + { + "original_name": "鋼の錬金術師 FULLMETAL ALCHEMIST", + "genre_ids": [ + 16, + 18, + 9648, + 10759 + ], + "name": "Fullmetal Alchemist: Brotherhood", + "popularity": 44.899, + "origin_country": [ + "JP" + ], + "vote_count": 283, + "first_air_date": "2009-04-05", + "backdrop_path": "/sPJbWoqud7YSsMHRXYxYc4b07ps.jpg", + "original_language": "ja", + "id": 31911, + "vote_average": 8.2, + "overview": "Edward and Alphonse Elric's reckless disregard for alchemy's fun­damental laws ripped half of Ed's limbs from his body and left Al's soul clinging to a cold suit of armor. To restore what was lost, the brothers scour a war-torn land for the Philosopher's Sto­ne, a fabled relic which grants the ability to perform alchemy in impossible ways.\n\nThe Elrics are not alone in their search; the corrupt State Military is also eager to harness the artifact's power. So too are the strange Homunculi and their shadowy creator. The mythical gem lures exotic alchemists from distant kingdoms, scarring some deeply enough to inspire murder. As the Elrics find their course altered by these enemies and allies, their purpose remains unchanged – and their bond unbreakable.", + "poster_path": "/5ZFUEOULaVml7pQuXxhpR2SmVUw.jpg" + }, + { + "original_name": "ワンパンマン", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "One-Punch Man", + "popularity": 53.062, + "origin_country": [ + "JP" + ], + "vote_count": 257, + "first_air_date": "2015-10-04", + "backdrop_path": "/s0w8JbuNNxL1YgaHeDWih12C3jG.jpg", + "original_language": "ja", + "id": 63926, + "vote_average": 8.3, + "overview": "Saitama is a hero who only became a hero for fun. After three years of “special” training, though, he’s become so strong that he’s practically invincible. In fact, he’s too strong—even his mightiest opponents are taken out with a single punch, and it turns out that being devastatingly powerful is actually kind of a bore. With his passion for being a hero lost along with his hair, yet still faced with new enemies every day, how much longer can he keep it going?", + "poster_path": "/iE3s0lG5QVdEHOEZnoAxjmMtvne.jpg" + }, + { + "original_name": "Cosmos: A Personal Voyage", + "genre_ids": [ + 99 + ], + "name": "Cosmos: A Personal Voyage", + "popularity": 8.113, + "origin_country": [ + "US" + ], + "vote_count": 127, + "first_air_date": "1980-09-28", + "backdrop_path": "/hd0Qqv9EcLzELE6UuxRFKAGvgq9.jpg", + "original_language": "en", + "id": 1430, + "vote_average": 8.2, + "overview": "Cosmos: A Personal Voyage is a thirteen-part television series written by Carl Sagan, Ann Druyan, and Steven Soter, with Sagan as presenter. It was executive-produced by Adrian Malone, produced by David Kennard, Geoffrey Haines-Stiles and Gregory Andorfer, and directed by the producers, David Oyster, Richard Wells, Tom Weidlinger, and others. It covered a wide range of scientific subjects, including the origin of life and a perspective of our place in the universe.\n\nThe series was first broadcast by the Public Broadcasting Service in 1980 and was the most widely watched series in the history of American public television until The Civil War. As of 2009, it was still the most widely watched PBS series in the world. It won an Emmy and a Peabody Award and has since been broadcast in more than 60 countries and seen by over 500 million people. A book was also published to accompany the series.", + "poster_path": "/nOGArjE0WMkzY2GW1taJm8l9gxD.jpg" + }, + { + "original_name": "Over the Garden Wall", + "genre_ids": [ + 16, + 35, + 9648, + 10751, + 10765 + ], + "name": "Over the Garden Wall", + "popularity": 8.972, + "origin_country": [ + "US" + ], + "vote_count": 167, + "first_air_date": "2014-11-03", + "backdrop_path": "/7vWXXOfsFiopxyuE1U303aej0fT.jpg", + "original_language": "en", + "id": 61617, + "vote_average": 8.3, + "overview": "Two brothers, Wirt and Greg, find themselves lost in the Unknown; a strange forest adrift in time. With the help of a wise old Woodsman and a foul-tempered bluebird named Beatrice, Wirt and Greg must travel across this strange land, in hope of finding their way home. Join them as they encounter surprises and obstacles on their journey through the wood.", + "poster_path": "/2kcGFbt768xAiqvj748FFlO9Gvl.jpg" + }, + { + "original_name": "Gravity Falls", + "genre_ids": [ + 16, + 35, + 9648, + 10765 + ], + "name": "Gravity Falls", + "popularity": 28.257, + "origin_country": [ + "US" + ], + "vote_count": 216, + "first_air_date": "2012-06-15", + "backdrop_path": "/sJjrJWsOCUUeVMexxANNC6s3dWV.jpg", + "original_language": "en", + "id": 40075, + "vote_average": 8.3, + "overview": "Twin brother and sister Dipper and Mabel Pines are in for an unexpected adventure when they spend the summer helping their great uncle Stan run a tourist trap in the mysterious town of Gravity Falls, Oregon.", + "poster_path": "/oGsgxjeZ9rd20eCJsGSMGgWvl4P.jpg" + }, + { + "original_name": "Band of Brothers", + "genre_ids": [ + 18, + 10759, + 10768 + ], + "name": "Band of Brothers", + "popularity": 25.53, + "origin_country": [ + "GB", + "US" + ], + "vote_count": 1355, + "first_air_date": "2001-09-09", + "backdrop_path": "/1LrtAhWPSEetJLjblXvnaYtl7eA.jpg", + "original_language": "en", + "id": 4613, + "vote_average": 8.2, + "overview": "Drawn from interviews with survivors of Easy Company, as well as their journals and letters, Band of Brothers chronicles the experiences of these men from paratrooper training in Georgia through the end of the war. As an elite rifle company parachuting into Normandy early on D-Day morning, participants in the Battle of the Bulge, and witness to the horrors of war, the men of Easy knew extraordinary bravery and extraordinary fear - and became the stuff of legend. Based on Stephen E. Ambrose's acclaimed book of the same name.", + "poster_path": "/yjqu0KEVAWz9eJQBvzrQMFlGD84.jpg" + }, + { + "original_name": "Peep Show", + "genre_ids": [ + 35 + ], + "name": "Peep Show", + "popularity": 9.388, + "origin_country": [ + "GB" + ], + "vote_count": 128, + "first_air_date": "2003-09-19", + "backdrop_path": "/xoWBzIxfza235mOkvXt40uZSbqS.jpg", + "original_language": "en", + "id": 815, + "vote_average": 8.3, + "overview": "Peep Show is an award-winning British sitcom starring David Mitchell and Robert Webb. The television programme is written by Jesse Armstrong and Sam Bain, with additional material by Mitchell and Webb amongst others. It has been broadcast on Channel 4 since 2003. The show's eighth series makes it the longest-returning comedy in Channel 4 history. Stylistically, the show uses point of view shots with the thoughts of main characters Mark and Jeremy audible as voiceovers.\n\nPeep Show follows the lives of two men from their twenties to thirties, Mark Corrigan, who has steady employment for most of the series, and Jeremy \"Jez\" Usbourne, an unemployed would-be musician. The pair met at the fictional Dartmouth University, and now share a flat in Croydon, South London. Mark is initially a loan manager at the fictional JLB Credit, later becoming a waiter, and then a bathroom supplies salesman. He is financially secure, but awkward and socially inept, with a pessimistic and cynical attitude. Jeremy, having split up with his girlfriend Big Suze prior to the first episode, now lives in Mark's spare room. He usually has a much more optimistic and energetic outlook on the world than Mark, yet his self-proclaimed talent as a musician has yet to be recognised, and he is not as popular or attractive as he would like to think himself, although he is more successful with the opposite sex than Mark.", + "poster_path": "/pqrGyLYS5WIsLXwCuxc46sOP50F.jpg" + }, + { + "original_name": "DEATH NOTE", + "genre_ids": [ + 16, + 9648 + ], + "name": "Death Note", + "popularity": 54.544, + "origin_country": [ + "JP" + ], + "vote_count": 438, + "first_air_date": "2006-10-04", + "backdrop_path": "/A2j5g79EcWn1oTNCW9PSo7NZRfv.jpg", + "original_language": "ja", + "id": 13916, + "vote_average": 8.3, + "overview": "Light Yagami is an ace student with great prospects—and he’s bored out of his mind. But all that changes when he finds the Death Note, a notebook dropped by a rogue Shinigami death god. Any human whose name is written in the notebook dies, and Light has vowed to use the power of the Death Note to rid the world of evil. But will Light succeed in his noble goal, or will the Death Note turn him into the very thing he fights against?", + "poster_path": "/nhIkKuOpOXOE6ud0naCHTjRoOwq.jpg" + }, + { + "original_name": "Fawlty Towers", + "id": 2207, + "name": "Fawlty Towers", + "popularity": 11.169, + "vote_count": 262, + "vote_average": 8.2, + "first_air_date": "1975-09-19", + "poster_path": "/mI2KKCCgysG3JX39BM2C8zfqanV.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/6f1nH8U4kT9GaOYezYiG1CJYL9p.jpg", + "overview": "Fawlty Towers is a British sitcom produced by BBC Television that was first broadcast on BBC2 in 1975 and 1979. Twelve episodes were made. The show was written by John Cleese and his then wife Connie Booth, both of whom also starred in the show.\n\nThe series is set in Fawlty Towers, a fictional hotel in the seaside town of Torquay, on the \"English Riviera\". The plots centre around tense, rude and put-upon owner Basil Fawlty, his bossy wife Sybil, a comparatively normal chambermaid Polly, and hapless Spanish waiter Manuel and their attempts to run the hotel amidst farcical situations and an array of demanding and eccentric guests.\n\nIn a list drawn up by the British Film Institute in 2000, voted by industry professionals, Fawlty Towers was named the best British television series of all time.", + "origin_country": [ + "GB" + ] + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:53.9216037Z", + "ReducedUri": "/3/tv/top_rated?page=1", + "RespData": { + "page": 1, + "total_results": 668, + "total_pages": 34, + "results": [ + { + "original_name": "I Am Not an Animal", + "genre_ids": [ + 16, + 35 + ], + "name": "I Am Not an Animal", + "popularity": 8.666, + "origin_country": [ + "GB" + ], + "vote_count": 192, + "first_air_date": "2004-05-10", + "backdrop_path": "/o8Site0BMZ8xhknKJ0m52iLfqHg.jpg", + "original_language": "en", + "id": 100, + "vote_average": 9.6, + "overview": "I Am Not An Animal is an animated comedy series about the only six talking animals in the world, whose cosseted existence in a vivisection unit is turned upside down when they are liberated by animal rights activists.", + "poster_path": "/nMhv6jG5dtLdW7rgguYWvpbk0YN.jpg" + }, + { + "original_name": "Rick and Morty", + "genre_ids": [ + 16, + 35, + 10759, + 10765 + ], + "name": "Rick and Morty", + "popularity": 68.118, + "origin_country": [ + "US" + ], + "vote_count": 1079, + "first_air_date": "2013-12-02", + "backdrop_path": "/mzzHr6g1yvZ05Mc7hNj3tUdy2bM.jpg", + "original_language": "en", + "id": 60625, + "vote_average": 8.5, + "overview": "Rick is a mentally-unbalanced but scientifically-gifted old man who has recently reconnected with his family. He spends most of his time involving his young grandson Morty in dangerous, outlandish adventures throughout space and alternate universes. Compounded with Morty's already unstable family life, these events cause Morty much distress at home and school.", + "poster_path": "/qJdfO3ahgAMf2rcmhoqngjBBZW1.jpg" + }, + { + "original_name": "カウボーイビバップ", + "genre_ids": [ + 16, + 18, + 10759, + 10765 + ], + "name": "Cowboy Bebop", + "popularity": 17.846, + "origin_country": [ + "JP" + ], + "vote_count": 276, + "first_air_date": "1998-04-03", + "backdrop_path": "/pL2VkIcoHnyX5oLd3IIaANkzB01.jpg", + "original_language": "ja", + "id": 30991, + "vote_average": 8.3, + "overview": "In 2071, roughly fifty years after an accident with a hyperspace gateway made the Earth almost uninhabitable, humanity has colonized most of the rocky planets and moons of the Solar System. Amid a rising crime rate, the Inter Solar System Police (ISSP) set up a legalized contract system, in which registered bounty hunters (also referred to as \"Cowboys\") chase criminals and bring them in alive in return for a reward.", + "poster_path": "/wjFU9z8EfOwczRTv0FrPcv9zHME.jpg" + }, + { + "original_name": "Breaking Bad", + "genre_ids": [ + 18 + ], + "name": "Breaking Bad", + "popularity": 78.773, + "origin_country": [ + "US" + ], + "vote_count": 3040, + "first_air_date": "2008-01-20", + "backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg", + "original_language": "en", + "id": 1396, + "vote_average": 8.4, + "overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + "poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg" + }, + { + "original_name": "The Wire", + "genre_ids": [ + 80, + 18 + ], + "name": "The Wire", + "popularity": 28.354, + "origin_country": [ + "US" + ], + "vote_count": 748, + "first_air_date": "2002-06-02", + "backdrop_path": "/4hWfYN3wiOZZXC7t6B70BF9iUvk.jpg", + "original_language": "en", + "id": 1438, + "vote_average": 8.3, + "overview": "Told from the points of view of both the Baltimore homicide and narcotics detectives and their targets, the series captures a universe in which the national war on drugs has become a permanent, self-sustaining bureaucracy, and distinctions between good and evil are routinely obliterated.", + "poster_path": "/dg7NuKDjmS6OzuNy33qt8kSkPA1.jpg" + }, + { + "original_name": "Planet Earth", + "genre_ids": [ + 99 + ], + "name": "Planet Earth", + "popularity": 22.406, + "origin_country": [ + "GB" + ], + "vote_count": 443, + "first_air_date": "2006-03-05", + "backdrop_path": "/4AJnC8L5CXdqb6tMeUBL5jdHfuG.jpg", + "original_language": "en", + "id": 1044, + "vote_average": 8.3, + "overview": "David Attenborough celebrates the amazing variety of the natural world in this epic documentary series, filmed over four years across 64 different countries.", + "poster_path": "/tI5hLHgrfOTOhPjX22vlo9YsdgE.jpg" + }, + { + "original_name": "Stranger Things", + "genre_ids": [ + 18, + 9648, + 10765 + ], + "name": "Stranger Things", + "popularity": 54.898, + "origin_country": [ + "US" + ], + "vote_count": 2049, + "first_air_date": "2016-07-15", + "backdrop_path": "/56v2KjBlU4XaOv9rVYEQypROD7P.jpg", + "original_language": "en", + "id": 66732, + "vote_average": 8.3, + "overview": "When a young boy vanishes, a small town uncovers a mystery involving secret experiments, terrifying supernatural forces, and one strange little girl.", + "poster_path": "/vNJ95BMCzIBJZhW0IEoxzOoW53P.jpg" + }, + { + "original_name": "Frozen Planet", + "genre_ids": [ + 99 + ], + "name": "Frozen Planet", + "popularity": 9.949, + "origin_country": [ + "GB" + ], + "vote_count": 81, + "first_air_date": "2011-10-26", + "backdrop_path": "/syVmo7m2DPYqRoJpnlpbBQ9EXBv.jpg", + "original_language": "en", + "id": 8724, + "vote_average": 8.3, + "overview": "David Attenborough travels to the end of the earth, taking viewers on an extraordinary journey across the polar regions of our planet.", + "poster_path": "/sFAssIrNY2ileQPeUf99Dna3yzN.jpg" + }, + { + "original_name": "Planet Earth II", + "genre_ids": [ + 99, + 10751 + ], + "name": "Planet Earth II", + "popularity": 13.103, + "origin_country": [ + "GB" + ], + "vote_count": 280, + "first_air_date": "2016-11-06", + "backdrop_path": "/xIt4DDYipMPNu2HDBrhUS4ndSYb.jpg", + "original_language": "en", + "id": 68595, + "vote_average": 8.3, + "overview": "David Attenborough presents a documentary series exploring how animals meet the challenges of surviving in the most iconic habitats on earth.", + "poster_path": "/uy5QoTu8fc6fGXMCTMbpQJFUEB0.jpg" + }, + { + "original_name": "Sherlock", + "genre_ids": [ + 80, + 18, + 9648 + ], + "name": "Sherlock", + "popularity": 39.086, + "origin_country": [ + "GB" + ], + "vote_count": 1577, + "first_air_date": "2010-07-25", + "backdrop_path": "/bvS50jBZXtglmLu72EAt5KgJBrL.jpg", + "original_language": "en", + "id": 19885, + "vote_average": 8.3, + "overview": "A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.", + "poster_path": "/f9zGxLHGyQB10cMDZNY5ZcGKhZi.jpg" + }, + { + "original_name": "Fargo", + "genre_ids": [ + 80, + 18 + ], + "name": "Fargo", + "popularity": 25.573, + "origin_country": [ + "US" + ], + "vote_count": 931, + "first_air_date": "2014-04-15", + "backdrop_path": "/qq1S5EjaaUrQAcMsn6raNFXpzHk.jpg", + "original_language": "en", + "id": 60622, + "vote_average": 8.3, + "overview": "A close-knit anthology series dealing with stories involving malice, violence and murder based in and around Minnesota.", + "poster_path": "/e890UetS6XH7kqltlZ8VU6qDaHU.jpg" + }, + { + "original_name": "鋼の錬金術師 FULLMETAL ALCHEMIST", + "genre_ids": [ + 16, + 18, + 9648, + 10759 + ], + "name": "Fullmetal Alchemist: Brotherhood", + "popularity": 44.899, + "origin_country": [ + "JP" + ], + "vote_count": 283, + "first_air_date": "2009-04-05", + "backdrop_path": "/sPJbWoqud7YSsMHRXYxYc4b07ps.jpg", + "original_language": "ja", + "id": 31911, + "vote_average": 8.2, + "overview": "Edward and Alphonse Elric's reckless disregard for alchemy's fun­damental laws ripped half of Ed's limbs from his body and left Al's soul clinging to a cold suit of armor. To restore what was lost, the brothers scour a war-torn land for the Philosopher's Sto­ne, a fabled relic which grants the ability to perform alchemy in impossible ways.\n\nThe Elrics are not alone in their search; the corrupt State Military is also eager to harness the artifact's power. So too are the strange Homunculi and their shadowy creator. The mythical gem lures exotic alchemists from distant kingdoms, scarring some deeply enough to inspire murder. As the Elrics find their course altered by these enemies and allies, their purpose remains unchanged – and their bond unbreakable.", + "poster_path": "/5ZFUEOULaVml7pQuXxhpR2SmVUw.jpg" + }, + { + "original_name": "ワンパンマン", + "genre_ids": [ + 16, + 35, + 10759 + ], + "name": "One-Punch Man", + "popularity": 53.062, + "origin_country": [ + "JP" + ], + "vote_count": 257, + "first_air_date": "2015-10-04", + "backdrop_path": "/s0w8JbuNNxL1YgaHeDWih12C3jG.jpg", + "original_language": "ja", + "id": 63926, + "vote_average": 8.3, + "overview": "Saitama is a hero who only became a hero for fun. After three years of “special” training, though, he’s become so strong that he’s practically invincible. In fact, he’s too strong—even his mightiest opponents are taken out with a single punch, and it turns out that being devastatingly powerful is actually kind of a bore. With his passion for being a hero lost along with his hair, yet still faced with new enemies every day, how much longer can he keep it going?", + "poster_path": "/iE3s0lG5QVdEHOEZnoAxjmMtvne.jpg" + }, + { + "original_name": "Cosmos: A Personal Voyage", + "genre_ids": [ + 99 + ], + "name": "Cosmos: A Personal Voyage", + "popularity": 8.113, + "origin_country": [ + "US" + ], + "vote_count": 127, + "first_air_date": "1980-09-28", + "backdrop_path": "/hd0Qqv9EcLzELE6UuxRFKAGvgq9.jpg", + "original_language": "en", + "id": 1430, + "vote_average": 8.2, + "overview": "Cosmos: A Personal Voyage is a thirteen-part television series written by Carl Sagan, Ann Druyan, and Steven Soter, with Sagan as presenter. It was executive-produced by Adrian Malone, produced by David Kennard, Geoffrey Haines-Stiles and Gregory Andorfer, and directed by the producers, David Oyster, Richard Wells, Tom Weidlinger, and others. It covered a wide range of scientific subjects, including the origin of life and a perspective of our place in the universe.\n\nThe series was first broadcast by the Public Broadcasting Service in 1980 and was the most widely watched series in the history of American public television until The Civil War. As of 2009, it was still the most widely watched PBS series in the world. It won an Emmy and a Peabody Award and has since been broadcast in more than 60 countries and seen by over 500 million people. A book was also published to accompany the series.", + "poster_path": "/nOGArjE0WMkzY2GW1taJm8l9gxD.jpg" + }, + { + "original_name": "Over the Garden Wall", + "genre_ids": [ + 16, + 35, + 9648, + 10751, + 10765 + ], + "name": "Over the Garden Wall", + "popularity": 8.972, + "origin_country": [ + "US" + ], + "vote_count": 167, + "first_air_date": "2014-11-03", + "backdrop_path": "/7vWXXOfsFiopxyuE1U303aej0fT.jpg", + "original_language": "en", + "id": 61617, + "vote_average": 8.3, + "overview": "Two brothers, Wirt and Greg, find themselves lost in the Unknown; a strange forest adrift in time. With the help of a wise old Woodsman and a foul-tempered bluebird named Beatrice, Wirt and Greg must travel across this strange land, in hope of finding their way home. Join them as they encounter surprises and obstacles on their journey through the wood.", + "poster_path": "/2kcGFbt768xAiqvj748FFlO9Gvl.jpg" + }, + { + "original_name": "Gravity Falls", + "genre_ids": [ + 16, + 35, + 9648, + 10765 + ], + "name": "Gravity Falls", + "popularity": 28.257, + "origin_country": [ + "US" + ], + "vote_count": 216, + "first_air_date": "2012-06-15", + "backdrop_path": "/sJjrJWsOCUUeVMexxANNC6s3dWV.jpg", + "original_language": "en", + "id": 40075, + "vote_average": 8.3, + "overview": "Twin brother and sister Dipper and Mabel Pines are in for an unexpected adventure when they spend the summer helping their great uncle Stan run a tourist trap in the mysterious town of Gravity Falls, Oregon.", + "poster_path": "/oGsgxjeZ9rd20eCJsGSMGgWvl4P.jpg" + }, + { + "original_name": "Band of Brothers", + "genre_ids": [ + 18, + 10759, + 10768 + ], + "name": "Band of Brothers", + "popularity": 25.53, + "origin_country": [ + "GB", + "US" + ], + "vote_count": 1355, + "first_air_date": "2001-09-09", + "backdrop_path": "/1LrtAhWPSEetJLjblXvnaYtl7eA.jpg", + "original_language": "en", + "id": 4613, + "vote_average": 8.2, + "overview": "Drawn from interviews with survivors of Easy Company, as well as their journals and letters, Band of Brothers chronicles the experiences of these men from paratrooper training in Georgia through the end of the war. As an elite rifle company parachuting into Normandy early on D-Day morning, participants in the Battle of the Bulge, and witness to the horrors of war, the men of Easy knew extraordinary bravery and extraordinary fear - and became the stuff of legend. Based on Stephen E. Ambrose's acclaimed book of the same name.", + "poster_path": "/yjqu0KEVAWz9eJQBvzrQMFlGD84.jpg" + }, + { + "original_name": "Peep Show", + "genre_ids": [ + 35 + ], + "name": "Peep Show", + "popularity": 9.388, + "origin_country": [ + "GB" + ], + "vote_count": 128, + "first_air_date": "2003-09-19", + "backdrop_path": "/xoWBzIxfza235mOkvXt40uZSbqS.jpg", + "original_language": "en", + "id": 815, + "vote_average": 8.3, + "overview": "Peep Show is an award-winning British sitcom starring David Mitchell and Robert Webb. The television programme is written by Jesse Armstrong and Sam Bain, with additional material by Mitchell and Webb amongst others. It has been broadcast on Channel 4 since 2003. The show's eighth series makes it the longest-returning comedy in Channel 4 history. Stylistically, the show uses point of view shots with the thoughts of main characters Mark and Jeremy audible as voiceovers.\n\nPeep Show follows the lives of two men from their twenties to thirties, Mark Corrigan, who has steady employment for most of the series, and Jeremy \"Jez\" Usbourne, an unemployed would-be musician. The pair met at the fictional Dartmouth University, and now share a flat in Croydon, South London. Mark is initially a loan manager at the fictional JLB Credit, later becoming a waiter, and then a bathroom supplies salesman. He is financially secure, but awkward and socially inept, with a pessimistic and cynical attitude. Jeremy, having split up with his girlfriend Big Suze prior to the first episode, now lives in Mark's spare room. He usually has a much more optimistic and energetic outlook on the world than Mark, yet his self-proclaimed talent as a musician has yet to be recognised, and he is not as popular or attractive as he would like to think himself, although he is more successful with the opposite sex than Mark.", + "poster_path": "/pqrGyLYS5WIsLXwCuxc46sOP50F.jpg" + }, + { + "original_name": "DEATH NOTE", + "genre_ids": [ + 16, + 9648 + ], + "name": "Death Note", + "popularity": 54.544, + "origin_country": [ + "JP" + ], + "vote_count": 438, + "first_air_date": "2006-10-04", + "backdrop_path": "/A2j5g79EcWn1oTNCW9PSo7NZRfv.jpg", + "original_language": "ja", + "id": 13916, + "vote_average": 8.3, + "overview": "Light Yagami is an ace student with great prospects—and he’s bored out of his mind. But all that changes when he finds the Death Note, a notebook dropped by a rogue Shinigami death god. Any human whose name is written in the notebook dies, and Light has vowed to use the power of the Death Note to rid the world of evil. But will Light succeed in his noble goal, or will the Death Note turn him into the very thing he fights against?", + "poster_path": "/nhIkKuOpOXOE6ud0naCHTjRoOwq.jpg" + }, + { + "original_name": "Fawlty Towers", + "id": 2207, + "name": "Fawlty Towers", + "popularity": 11.169, + "vote_count": 262, + "vote_average": 8.2, + "first_air_date": "1975-09-19", + "poster_path": "/mI2KKCCgysG3JX39BM2C8zfqanV.jpg", + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/6f1nH8U4kT9GaOYezYiG1CJYL9p.jpg", + "overview": "Fawlty Towers is a British sitcom produced by BBC Television that was first broadcast on BBC2 in 1975 and 1979. Twelve episodes were made. The show was written by John Cleese and his then wife Connie Booth, both of whom also starred in the show.\n\nThe series is set in Fawlty Towers, a fictional hotel in the seaside town of Torquay, on the \"English Riviera\". The plots centre around tense, rude and put-upon owner Basil Fawlty, his bossy wife Sybil, a comparatively normal chambermaid Polly, and hapless Spanish waiter Manuel and their attempts to run the hotel amidst farcical situations and an array of demanding and eccentric guests.\n\nIn a list drawn up by the British Film Institute in 2000, voted by industry professionals, Fawlty Towers was named the best British television series of all time.", + "origin_country": [ + "GB" + ] + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:48:54.0956877Z", + "ReducedUri": "/3/tv/top_rated?page=2", + "RespData": { + "page": 2, + "total_results": 668, + "total_pages": 34, + "results": [ + { + "original_name": "Only Fools and Horses", + "genre_ids": [ + 35 + ], + "name": "Only Fools and Horses", + "popularity": 11.131, + "origin_country": [ + "GB" + ], + "vote_count": 110, + "first_air_date": "1981-09-08", + "backdrop_path": "/7u1hTVQ7TFbf220yeUo0mtBuKW8.jpg", + "original_language": "en", + "id": 72, + "vote_average": 8.1, + "overview": "The misadventures of two wheeler dealer brothers Del Boy and Rodney Trotter of “Trotters Independent Traders PLC” who scrape their living by selling dodgy goods believing that next year they will be millionaires.", + "poster_path": "/3UIzEm9dyT3DloFQOfJHwvcF52u.jpg" + }, + { + "original_name": "Peaky Blinders", + "genre_ids": [ + 80, + 18 + ], + "name": "Peaky Blinders", + "popularity": 30.684, + "origin_country": [ + "GB" + ], + "vote_count": 418, + "first_air_date": "2013-09-12", + "backdrop_path": "/inPxrxF5qBQ2H5dyjcMzibX5JA6.jpg", + "original_language": "en", + "id": 60574, + "vote_average": 8.3, + "overview": "A gangster family epic set in 1919 Birmingham, England and centered on a gang who sew razor blades in the peaks of their caps, and their fierce boss Tommy Shelby, who means to move up in the world.", + "poster_path": "/jeWoeUQyHdxGFNZCrzbOUP78FiZ.jpg" + }, + { + "original_name": "Freaks and Geeks", + "genre_ids": [ + 35, + 18 + ], + "name": "Freaks and Geeks", + "popularity": 14.001, + "origin_country": [ + "US" + ], + "vote_count": 271, + "first_air_date": "1999-09-25", + "backdrop_path": "/22VvTFx8FI2BYxQusErS8zfwH5D.jpg", + "original_language": "en", + "id": 2382, + "vote_average": 8.2, + "overview": "High school mathlete Lindsay Weir rebels and begins hanging out with a crowd of burnouts (the \"freaks\"), while her brother Sam Weir navigates a different part of the social universe with his nerdy friends (the \"geeks\").", + "poster_path": "/tPqV63zcW6ZV0Hd48DMGb5UzQIG.jpg" + }, + { + "original_name": "Firefly", + "genre_ids": [ + 18, + 10759, + 10765 + ], + "name": "Firefly", + "popularity": 14.678, + "origin_country": [ + "US" + ], + "vote_count": 896, + "first_air_date": "2002-09-20", + "backdrop_path": "/tGgZdD29MeMLvoQHMxyD1PN1k5k.jpg", + "original_language": "en", + "id": 1437, + "vote_average": 8.2, + "overview": "Firefly is set in the year 2517, after the arrival of humans in a new star system and follows the adventures of the renegade crew of Serenity, a \"Firefly-class\" spaceship. The ensemble cast portrays the nine characters who live on Serenity.", + "poster_path": "/mWNadwBZIx8NyEw4smGftYtHHrE.jpg" + }, + { + "original_name": "The Sopranos", + "genre_ids": [ + 18 + ], + "name": "The Sopranos", + "popularity": 33.411, + "origin_country": [ + "US" + ], + "vote_count": 729, + "first_air_date": "1999-01-10", + "backdrop_path": "/8GZ91vtbYOMp05qruAGPezWC0Ja.jpg", + "original_language": "en", + "id": 1398, + "vote_average": 8.2, + "overview": "The story of New Jersey-based Italian-American mobster Tony Soprano and the difficulties he faces as he tries to balance the conflicting requirements of his home life and the criminal organization he heads. Those difficulties are often highlighted through his ongoing professional relationship with psychiatrist Jennifer Melfi. The show features Tony's family members and Mafia associates in prominent roles and story arcs, most notably his wife Carmela and his cousin and protégé Christopher Moltisanti.", + "poster_path": "/u0cLcBQITrYqfHsn06fxnQwtqiE.jpg" + }, + { + "original_name": "Monty Python's Flying Circus", + "genre_ids": [ + 35 + ], + "name": "Monty Python's Flying Circus", + "popularity": 10.151, + "origin_country": [ + "GB" + ], + "vote_count": 227, + "first_air_date": "1969-10-05", + "backdrop_path": "/94QIoiDB7wrgFBh8abWGwqs1FE1.jpg", + "original_language": "en", + "id": 849, + "vote_average": 8.3, + "overview": "Monty Python’s Flying Circus is a British sketch comedy series created by the comedy group Monty Python and broadcast by the BBC from 1969 to 1974. The shows were composed of surreality, risqué or innuendo-laden humour, sight gags and observational sketches without punchlines. It also featured animations by Terry Gilliam, often sequenced or merged with live action. The first episode was recorded on 7 September and broadcast on 5 October 1969 on BBC One, with 45 episodes airing over four series from 1969 to 1974, plus two episodes for German TV.\n\nThe show often targets the idiosyncrasies of British life, especially that of professionals, and is at times politically charged. The members of Monty Python were highly educated. Terry Jones and Michael Palin are Oxford University graduates; Eric Idle, John Cleese, and Graham Chapman attended Cambridge University; and American-born member Terry Gilliam is an Occidental College graduate. Their comedy is often pointedly intellectual, with numerous erudite references to philosophers and literary figures. The series followed and elaborated upon the style used by Spike Milligan in his ground breaking series Q5, rather than the traditional sketch show format. The team intended their humour to be impossible to categorise, and succeeded so completely that the adjective \"Pythonesque\" was invented to define it and, later, similar material.", + "poster_path": "/nKiyYqYcRcQLgkLk0LFtRgtGMen.jpg" + }, + { + "original_name": "Seinfeld", + "genre_ids": [ + 35 + ], + "name": "Seinfeld", + "popularity": 31.783, + "origin_country": [ + "US" + ], + "vote_count": 600, + "first_air_date": "1989-07-05", + "backdrop_path": "/8JH8s4WKKSxGxtJvWbQAdaEjv9q.jpg", + "original_language": "en", + "id": 1400, + "vote_average": 8.2, + "overview": "Seinfeld is an American television sitcom that originally aired on NBC from July 5, 1989, to May 14, 1998. It lasted nine seasons, and is now in syndication. It was created by Larry David and Jerry Seinfeld, the latter starring as a fictionalized version of himself. Set predominantly in an apartment block in Manhattan's Upper West Side in New York City, the show features a handful of Jerry's friends and acquaintances, particularly best friend George Costanza, former girlfriend Elaine Benes, and neighbor across the hall Cosmo Kramer.", + "poster_path": "/aCw8ONfyz3AhngVQa1E2Ss4KSUQ.jpg" + }, + { + "original_name": "Star Trek: The Next Generation", + "genre_ids": [ + 18, + 9648, + 10759, + 10765 + ], + "name": "Star Trek: The Next Generation", + "popularity": 29.67, + "origin_country": [ + "US" + ], + "vote_count": 539, + "first_air_date": "1987-09-28", + "backdrop_path": "/8do6gZErem4wfdPwALiT8agtJfb.jpg", + "original_language": "en", + "id": 655, + "vote_average": 8.2, + "overview": "Follow the intergalactic adventures of Capt. Jean-Luc Picard and his loyal crew aboard the all-new USS Enterprise NCC-1701D, as they explore new worlds.", + "poster_path": "/8ZfPKg1xTahEigpDA53bRmmLdvs.jpg" + }, + { + "original_name": "Six Feet Under", + "genre_ids": [ + 18 + ], + "name": "Six Feet Under", + "popularity": 14.605, + "origin_country": [ + "US" + ], + "vote_count": 340, + "first_air_date": "2001-06-03", + "backdrop_path": "/vwjX5iPsNZngn8Uj3mz51tvd6mA.jpg", + "original_language": "en", + "id": 1274, + "vote_average": 8.2, + "overview": "A darkly comic look at members of a dysfunctional L.A. family that run a funeral business. \n\nWhen death is your business, what is your life? For the Fisher family, the world outside of their family-owned funeral home continues to be at least as challenging as--and far less predictable than--the one inside.", + "poster_path": "/rYbp7PCBhgL583rLFlyuPo43Ff9.jpg" + }, + { + "original_name": "Arrested Development", + "genre_ids": [ + 35 + ], + "name": "Arrested Development", + "popularity": 23.758, + "origin_country": [ + "US" + ], + "vote_count": 459, + "first_air_date": "2003-11-02", + "backdrop_path": "/hYfTFcrVjZoX6QVzIG6rLafRhiZ.jpg", + "original_language": "en", + "id": 4589, + "vote_average": 8.2, + "overview": "The story of a wealthy family that lost everything, and the one son who had no choice but to keep them all together.", + "poster_path": "/qMzwO952hMWQSCfHkp7IL20s4K7.jpg" + }, + { + "original_name": "True Detective", + "genre_ids": [ + 18 + ], + "name": "True Detective", + "popularity": 62.201, + "origin_country": [ + "US" + ], + "vote_count": 1014, + "first_air_date": "2014-01-12", + "backdrop_path": "/2Ahm0YjLNQKuzSf9LOkHrXk8qIE.jpg", + "original_language": "en", + "id": 46648, + "vote_average": 8.2, + "overview": "An American anthology police detective series utilizing multiple timelines in which investigations seem to unearth personal and professional secrets of those involved, both within or outside the law.", + "poster_path": "/aowr4xpLP5sRCL50TkuADomJ98T.jpg" + }, + { + "original_name": "Battlestar Galactica", + "genre_ids": [ + 18, + 10759, + 10765 + ], + "name": "Battlestar Galactica", + "popularity": 20.026, + "origin_country": [ + "US", + "CA", + "GB" + ], + "vote_count": 575, + "first_air_date": "2004-10-18", + "backdrop_path": "/jUPkQdETILcxIW2xSNEzAxUeHgR.jpg", + "original_language": "en", + "id": 1972, + "vote_average": 8.2, + "overview": "When an old enemy, the Cylons, resurface and obliterate the 12 colonies, the crew of the aged Galactica protect a small civilian fleet - the last of humanity - as they journey toward the fabled 13th colony, Earth.", + "poster_path": "/kPCJiwQHA4KenTybRbDPIRBlQls.jpg" + }, + { + "original_name": "Black Mirror", + "genre_ids": [ + 18, + 10765 + ], + "name": "Black Mirror", + "popularity": 48.817, + "origin_country": [ + "GB" + ], + "vote_count": 1129, + "first_air_date": "2011-12-04", + "backdrop_path": "/b92npz1sZwvmjUfVIrWXehrk3pc.jpg", + "original_language": "en", + "id": 42009, + "vote_average": 8.2, + "overview": "A contemporary British re-working of The Twilight Zone with stories that tap into the collective unease about our modern world. \n\nOver the last ten years, technology has transformed almost every aspect of our lives before we've had time to stop and question it. In every home; on every desk; in every palm - a plasma screen; a monitor; a smartphone - a black mirror of our 21st Century existence.", + "poster_path": "/vGrS1mzlSHQQdOcmqH1zlE2iViY.jpg" + }, + { + "original_name": "The Twilight Zone", + "id": 6357, + "name": "The Twilight Zone", + "popularity": 9.005, + "vote_count": 248, + "vote_average": 8.2, + "first_air_date": "1959-10-02", + "poster_path": "/7uY4pCOxbEdv4M8jTE4uMPVoSIW.jpg", + "genre_ids": [ + 35, + 18, + 9648, + 10765 + ], + "original_language": "en", + "backdrop_path": "/lKdKgLoLPmnHoUXunrcSAuBhAJx.jpg", + "overview": "A series of unrelated stories containing drama, psychological thriller, fantasy, science fiction, suspense, and/or horror, often concluding with a macabre or unexpected twist.", + "origin_country": [ + "US" + ] + }, + { + "original_name": "Young Justice", + "genre_ids": [ + 16, + 10759 + ], + "name": "Young Justice", + "popularity": 36.631, + "origin_country": [ + "US" + ], + "vote_count": 88, + "first_air_date": "2010-11-26", + "backdrop_path": "/gqPp3oSmWsFNt0T3uxAbYKCzED2.jpg", + "original_language": "en", + "id": 33217, + "vote_average": 8.2, + "overview": "Teenage superheroes strive to prove themselves as members of the Justice League.", + "poster_path": "/jBRUIjTAJdgX7cfO9wnMBtPywew.jpg" + }, + { + "original_name": "Avatar: The Last Airbender", + "genre_ids": [ + 28, + 12, + 16, + 14 + ], + "name": "Avatar: The Last Airbender", + "popularity": 12.59, + "origin_country": [ + "US" + ], + "vote_count": 412, + "first_air_date": "2005-02-21", + "backdrop_path": "/732azfQ0xUAJNQ48pPfVtCCLVlZ.jpg", + "original_language": "en", + "id": 246, + "vote_average": 8.2, + "overview": "In a war-torn world of elemental magic, a young boy reawakens to undertake a dangerous mystic quest to fulfill his destiny as the Avatar, and bring peace to the world.", + "poster_path": "/sB8V0pQtJZ17v8FLXMOcYz6045c.jpg" + }, + { + "original_name": "Deadwood", + "genre_ids": [ + 80, + 18, + 37 + ], + "name": "Deadwood", + "popularity": 12.424, + "origin_country": [ + "US" + ], + "vote_count": 316, + "first_air_date": "2004-03-21", + "backdrop_path": "/vg6j3QrZWjabZAt16j3ayKDhOh5.jpg", + "original_language": "en", + "id": 1406, + "vote_average": 8.2, + "overview": "The story of the early days of Deadwood, South Dakota; woven around actual historic events with most of the main characters based on real people. Deadwood starts as a gold mining camp and gradually turns from a lawless wild-west community into an organized wild-west civilized town. The story focuses on the real-life characters Seth Bullock and Al Swearengen.", + "poster_path": "/M8HjXeXQy4Ta4MOrCmMHLr8pBl.jpg" + }, + { + "original_name": "Das Boot", + "genre_ids": [ + 18, + 10768 + ], + "name": "Das Boot", + "popularity": 9.123, + "origin_country": [], + "vote_count": 101, + "first_air_date": "1985-02-24", + "backdrop_path": "/eOdmJ2Ecm1eviIdw1v2pOkW0z3j.jpg", + "original_language": "de", + "id": 65567, + "vote_average": 8.2, + "overview": "Life aboard a German U-Boat during World War II.", + "poster_path": "/p83RbYTq3Kz8FEz4krJwMxU4Wkj.jpg" + }, + { + "original_name": "Game of Thrones", + "genre_ids": [ + 18, + 10759, + 10765 + ], + "name": "Game of Thrones", + "popularity": 161.321, + "origin_country": [ + "US" + ], + "vote_count": 5191, + "first_air_date": "2011-04-17", + "backdrop_path": "/gX8SYlnL9ZznfZwEH4KJUePBFUM.jpg", + "original_language": "en", + "id": 1399, + "vote_average": 8.2, + "overview": "Seven noble families fight for control of the mythical land of Westeros. Friction between the houses leads to full-scale war. All while a very ancient evil awakens in the farthest north. Amidst the war, a neglected military order of misfits, the Night's Watch, is all that stands between the realms of men and icy horrors beyond.", + "poster_path": "/gwPSoYUHAKmdyVywgLpKKA4BjRr.jpg" + }, + { + "original_name": "Rome", + "genre_ids": [ + 18, + 10759 + ], + "name": "Rome", + "popularity": 10.779, + "origin_country": [ + "US" + ], + "vote_count": 392, + "first_air_date": "2005-08-28", + "backdrop_path": "/nBqj1h1cQzth13ZypXcnRYdsPvr.jpg", + "original_language": "en", + "id": 1891, + "vote_average": 8.2, + "overview": "A down-to-earth account of the lives of both illustrious and ordinary Romans set in the last days of the Roman Republic.", + "poster_path": "/1A1BwgWO3Sw379VEhR0vkTuE3XW.jpg" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-CustomDatetimeFormatConverterTest.json b/TMDbLibTests/Data/data-CustomDatetimeFormatConverterTest.json new file mode 100644 index 0000000..bc0faa5 --- /dev/null +++ b/TMDbLibTests/Data/data-CustomDatetimeFormatConverterTest.json @@ -0,0 +1,16 @@ +[ + { + "RecordedAt": "2019-01-26T17:47:38.401897Z", + "ReducedUri": "/3/authentication/token/new", + "RespData": { + "success": true, + "expires_at": "2019-01-26 18:47:40 UTC", + "request_token": "87f2a78442c8a2d518ee01521cc79311bf3f3c4f" + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-EnumStringValueConverterTest.json b/TMDbLibTests/Data/data-EnumStringValueConverterTest.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/TMDbLibTests/Data/data-EnumStringValueConverterTest.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-KnownForConverterTest.json b/TMDbLibTests/Data/data-KnownForConverterTest.json new file mode 100644 index 0000000..6272b82 --- /dev/null +++ b/TMDbLibTests/Data/data-KnownForConverterTest.json @@ -0,0 +1,1126 @@ +[ + { + "RecordedAt": "2019-01-26T17:47:38.469169Z", + "ReducedUri": "/3/search/person?query=Willis&include_adult=false", + "RespData": { + "page": 1, + "total_results": 272, + "total_pages": 14, + "results": [ + { + "popularity": 17.767, + "id": 62, + "profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg", + "name": "Bruce Willis", + "known_for": [ + { + "vote_average": 8.4, + "vote_count": 13904, + "id": 680, + "video": false, + "media_type": "movie", + "title": "Pulp Fiction", + "popularity": 32.231, + "poster_path": "/dM2w364MScsjFf8pfMbaWUcWrR.jpg", + "original_language": "en", + "original_title": "Pulp Fiction", + "genre_ids": [ + 53, + 80 + ], + "backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg", + "adult": false, + "overview": "A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.", + "release_date": "1994-09-10" + }, + { + "vote_average": 7.2, + "vote_count": 9056, + "id": 381288, + "video": false, + "media_type": "movie", + "title": "Split", + "popularity": 58.77, + "poster_path": "/rXMWOZiCt6eMX22jWuTOSdQ98bY.jpg", + "original_language": "en", + "original_title": "Split", + "genre_ids": [ + 27, + 53 + ], + "backdrop_path": "/4G6FNNLSIVrwSRZyFs91hQ3lZtD.jpg", + "adult": false, + "overview": "Though Kevin has evidenced 23 personalities to his trusted psychiatrist, Dr. Fletcher, there remains one still submerged who is set to materialize and dominate all the others. Compelled to abduct three teenage girls led by the willful, observant Casey, Kevin reaches a war for survival among all of those contained within him — as well as everyone around him — as the walls between his compartments shatter apart.", + "release_date": "2017-01-19" + }, + { + "vote_average": 6.8, + "vote_count": 6351, + "id": 59967, + "video": false, + "media_type": "movie", + "title": "Looper", + "popularity": 14.622, + "poster_path": "/sNjL6SqErDBE8OUZlrDLkexfsCj.jpg", + "original_language": "en", + "original_title": "Looper", + "genre_ids": [ + 28, + 53, + 878 + ], + "backdrop_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg", + "adult": false, + "overview": "In the futuristic action thriller Looper, time travel will be invented but it will be illegal and only available on the black market. When the mob wants to get rid of someone, they will send their target 30 years into the past where a looper, a hired gun, like Joe is waiting to mop up. Joe is getting rich and life is good until the day the mob decides to close the loop, sending back Joe's future self for assassination.", + "release_date": "2012-09-26" + } + ], + "adult": false + }, + { + "popularity": 1.716, + "id": 83149, + "profile_path": "/g0senkqHarzlxMl0MT68bTNdMpy.jpg", + "name": "Willis Bouchey", + "known_for": [ + { + "vote_average": 7.7, + "vote_count": 421, + "id": 11697, + "video": false, + "media_type": "movie", + "title": "The Man Who Shot Liberty Valance", + "popularity": 7.51, + "poster_path": "/4efvLpJXzrVMW72blwub9wWYCmc.jpg", + "original_language": "en", + "original_title": "The Man Who Shot Liberty Valance", + "genre_ids": [ + 37 + ], + "backdrop_path": "/i5BVAFExVw7IyohdXF8sUcP3Ha0.jpg", + "adult": false, + "overview": "A senator, who became famous for killing a notorious outlaw, returns for the funeral of an old friend and tells the truth about his deed.", + "release_date": "1962-04-22" + }, + { + "original_name": "The Twilight Zone", + "id": 6357, + "media_type": "tv", + "name": "The Twilight Zone", + "vote_count": 246, + "vote_average": 8.21, + "poster_path": "/7uY4pCOxbEdv4M8jTE4uMPVoSIW.jpg", + "first_air_date": "1959-10-02", + "popularity": 9.005, + "genre_ids": [ + 35, + 18, + 9648, + 10765 + ], + "original_language": "en", + "backdrop_path": "/lKdKgLoLPmnHoUXunrcSAuBhAJx.jpg", + "overview": "A series of unrelated stories containing drama, psychological thriller, fantasy, science fiction, suspense, and/or horror, often concluding with a macabre or unexpected twist.", + "origin_country": [ + "US" + ] + }, + { + "vote_average": 7.8, + "vote_count": 161, + "id": 14580, + "video": false, + "media_type": "movie", + "title": "The Big Heat", + "popularity": 6.786, + "poster_path": "/n1xdAX2g6PU3aqQXmZtY9gXvvEz.jpg", + "original_language": "en", + "original_title": "The Big Heat", + "genre_ids": [ + 80, + 18 + ], + "backdrop_path": "/2ZbRnBXoPAQcnziA60NuLOr2L56.jpg", + "adult": false, + "overview": "Dave Bannion is an upright cop on the trail of a vicious gang he suspects holds power over the police force. Bannion is tipped off after a colleague's suicide and his fellow officers' suspicious silence lead him to believe that they are on the gangsters' payroll. When a bomb meant for him kills his wife instead, Bannion becomes a furious force of vengeance and justice, aided along the way by the gangster's spurned girlfriend Debbie. As Bannion and Debbie fall further and further into the Gangland's insidious and brutal trap, they must use any means necessary (including murder) to get to the truth.", + "release_date": "1953-10-14" + } + ], + "adult": false + }, + { + "popularity": 1.614, + "id": 227019, + "profile_path": "/lfWHKuzcK2W24ie7DLwipm715L1.jpg", + "name": "Pete Willis", + "known_for": [ + { + "vote_average": 7, + "vote_count": 1, + "id": 57835, + "video": false, + "media_type": "movie", + "title": "Classic Albums: Def Leppard - Hysteria", + "popularity": 0.621, + "poster_path": "/dr0GXFgDbiF5a9fiaLbYNwYFBVM.jpg", + "original_language": "en", + "original_title": "Classic Albums: Def Leppard - Hysteria", + "genre_ids": [ + 99, + 10402 + ], + "backdrop_path": "/hG7ToxUMwUC2zUM15TI5h8ReLUH.jpg", + "adult": false, + "overview": "This program takes a track by track look at the making of the album. We speak to Joe Elliott, Rick Allen, Phil Collen, and Rick Savage who lead us through the original multitrack tapes. Joe and Phil play acoustic versions of 'Pour Some Sugar On Me\" and \"Hysteria,\" and Sav and Phil demonstrate riffs and licks from the songs, and explain the genesis of the songwriting. Features songs: Animal, Rocket, Love Bites, Hysteria, Women, Armageddon It, and Pour Some Sugar On Me. In this episode of the CLASSIC ALBUMS series, the surviving members of Def Leppard discuss the making of HYSTERIA as they sort through and explain the original multi-track tapes. In addition, some impromptu acoustic performances and musical demonstrations further dissect this classic album", + "release_date": "2002-03-04" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 129325, + "video": true, + "media_type": "movie", + "title": "Def Leppard: Best of the Videos", + "popularity": 0.6, + "poster_path": "/bloviTwzHM9ONMFldEI15T2B6Zr.jpg", + "original_language": "en", + "original_title": "Def Leppard: Best of the Videos", + "genre_ids": [ + 10402 + ], + "backdrop_path": null, + "adult": false, + "overview": "Best Of The Videos' was released in October 2004 to accompany the album 'Best Of Def Leppard' which was released on the same day. The third long form DVD release from the band. It contains 32 videos in all, including the three hidden bonus clips. These are available at the start of videos 8, 22 and 23 if the DVD is played from the start. A Def Leppard pyrite font \"D\" appears in the top right of the screen as these videos begin. By pressing ENTER you start the bonus version. A mistake meant the bonus for \"Slang\" plays as track 8, the normal version is the hidden one. The cover was the same as the album artwork. The inner booklet and CD also had a similar design. The sound on the 1984 'BOTH' video is from 1981.", + "release_date": "2004-10-25" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 61253, + "video": false, + "media_type": "movie", + "title": "Def Leppard - Historia", + "popularity": 0.6, + "poster_path": "/cKx81m5ZeZwjcv11LPflibF7uRa.jpg", + "original_language": "en", + "original_title": "Def Leppard - Historia", + "genre_ids": [ + 10402 + ], + "backdrop_path": "/r5zxtpqp0MSt73MNqtLUq3kUCjz.jpg", + "adult": false, + "overview": "Historia songs: Hello America, Let It Go, High 'N' Dry, Bringin' on the Heartbreak (Version I with Pete Willis), Photograph, Rock of Ages, Foolin', Too Late For Love, Rock! Rock! (Till You Drop), Bringin' on the Heartbreak (Version II with Phil Collen), Me and My Wine, Women, Animal, Pour Some Sugar On Me (U.K. Version), Hysteria, Armageddon It (Live), Pour Some Sugar On Me (U.S. Version), and Love Bites", + "release_date": "1988-06-06" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 1193829, + "profile_path": null, + "name": "Marlene Willis", + "known_for": [ + { + "vote_average": 4.7, + "vote_count": 22, + "id": 44585, + "video": false, + "media_type": "movie", + "title": "Attack of the Puppet People", + "popularity": 1.982, + "poster_path": "/rZ8T8fUgBaLjXIkyMdEiBEhzo35.jpg", + "original_language": "en", + "original_title": "Attack of the Puppet People", + "genre_ids": [ + 27, + 878 + ], + "backdrop_path": "/vp25W1cFKGbGHR596rCZz3xgN5c.jpg", + "adult": false, + "overview": "A deranged scientist creates a ray that can shrink people down to doll size.", + "release_date": "1958-04-01" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 338022, + "video": false, + "media_type": "movie", + "title": "Rockabilly Baby", + "popularity": 0.878, + "poster_path": "/6wn9yP4gAj8XolWZIc0wDEEm4Lq.jpg", + "original_language": "en", + "original_title": "Rockabilly Baby", + "genre_ids": [ + 10751, + 10402 + ], + "backdrop_path": null, + "adult": false, + "overview": "The mysterious Mrs. Eleanor Carter moves to Springfield with her two teen-age children Jimmy and Cathy. Eleanor makes friends with the town's social leader, Mrs. Wellington, who supports her idea for a town youth center, and she is aided by Tom Griffith, the high school principal. At the town's annual picnic, to which Eleanor has bought a band (Les Brown and His Band of Reknown), the town busy-body, Eunice, reveals what she had learned from Eleanor's past.", + "release_date": "1957-10-30" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 1857424, + "profile_path": null, + "name": "Rachel Willis", + "known_for": [ + { + "vote_average": 7.4, + "vote_count": 5778, + "id": 18, + "video": false, + "media_type": "movie", + "title": "The Fifth Element", + "popularity": 17.974, + "poster_path": "/zaFa1NRZEnFgRTv5OVXkNIZO78O.jpg", + "original_language": "en", + "original_title": "The Fifth Element", + "genre_ids": [ + 12, + 14, + 28, + 53, + 878 + ], + "backdrop_path": "/qlGoGQSVMzIjGbpvXzZUOH1FjNu.jpg", + "adult": false, + "overview": "In 2257, a taxi driver is unintentionally given the task of saving a young girl who is part of the key that will ensure the survival of humanity.", + "release_date": "1997-05-07" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 20848, + "profile_path": "/1zTYqeOsMzF2sVihlQravksTOl0.jpg", + "name": "Rumer Willis", + "known_for": [ + { + "vote_average": 5.6, + "vote_count": 984, + "id": 12620, + "video": false, + "media_type": "movie", + "title": "The House Bunny", + "popularity": 7.873, + "poster_path": "/r4QlWdvduWGJdiGlYiwIsDC1kPu.jpg", + "original_language": "en", + "original_title": "The House Bunny", + "genre_ids": [ + 10749, + 35 + ], + "backdrop_path": "/4YHdxPEMtIWp8leQ7xoMGuGqeOD.jpg", + "adult": false, + "overview": "Shelley is living a carefree life until a rival gets her tossed out of the Playboy Mansion. With nowhere to go, fate delivers her to the sorority girls from Zeta Alpha Zeta. Unless they can sign a new pledge class, the seven socially clueless women will lose their house to the scheming girls of Phi Iota Mu. In order to accomplish their goal, they need Shelley to teach them the ways of makeup and men; at the same time, Shelley needs some of what the Zetas have - a sense of individuality. The combination leads all the girls to learn how to stop pretending and start being themselves.", + "release_date": "2008-08-22" + }, + { + "vote_average": 6.3, + "vote_count": 776, + "id": 2026, + "video": false, + "media_type": "movie", + "title": "Hostage", + "popularity": 9.793, + "poster_path": "/simhaVNOea3uhRUM0gT8WdidEto.jpg", + "original_language": "en", + "original_title": "Hostage", + "genre_ids": [ + 9648, + 18, + 53, + 80 + ], + "backdrop_path": "/g7wkbceph08nz6tCXpQvoCJH8aP.jpg", + "adult": false, + "overview": "When a mafia accountant is taken hostage on his beat, a police officer – wracked by guilt from a prior stint as a negotiator – must negotiate the standoff, even as his own family is held captive by the mob.", + "release_date": "2005-03-10" + }, + { + "original_name": "Pretty Little Liars", + "id": 31917, + "media_type": "tv", + "name": "Pretty Little Liars", + "vote_count": 440, + "vote_average": 6.31, + "poster_path": "/aUPbHiLS3hCHKjtLsncFa9g0viV.jpg", + "first_air_date": "2010-06-08", + "popularity": 44.374, + "genre_ids": [ + 18, + 9648 + ], + "original_language": "en", + "backdrop_path": "/rQGBjWNveVeF8f2PGRtS85w9o9r.jpg", + "overview": "Based on the Pretty Little Liars series of young adult novels by Sara Shepard, the series follows the lives of four girls — Spencer, Hanna, Aria, and Emily — whose clique falls apart after the disappearance of their queen bee, Alison. One year later, they begin receiving messages from someone using the name \"A\" who threatens to expose their secrets — including long-hidden ones they thought only Alison knew.", + "origin_country": [ + "US" + ] + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 3097, + "profile_path": "/6gOmfatlF7UdhaHi2tPsZMb5vmz.jpg", + "name": "Gordon Willis", + "known_for": [ + { + "vote_average": 8.6, + "vote_count": 9215, + "id": 238, + "video": false, + "media_type": "movie", + "title": "The Godfather", + "popularity": 23.638, + "poster_path": "/d4KNaTrltq6bpkFS01pYtyXa09m.jpg", + "original_language": "en", + "original_title": "The Godfather", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/6xKCYgH16UuwEGAyroLU6p8HLIn.jpg", + "adult": false, + "overview": "Spanning the years 1945 to 1955, a chronicle of the fictional Italian-American Corleone crime family. When organized crime family patriarch, Vito Corleone barely survives an attempt on his life, his youngest son, Michael steps in to take care of the would-be killers, launching a campaign of bloody revenge.", + "release_date": "1972-03-14" + }, + { + "vote_average": 8.5, + "vote_count": 5375, + "id": 240, + "video": false, + "media_type": "movie", + "title": "The Godfather: Part II", + "popularity": 18.489, + "poster_path": "/bVq65huQ8vHDd1a4Z37QtuyEvpA.jpg", + "original_language": "en", + "original_title": "The Godfather: Part II", + "genre_ids": [ + 18, + 80 + ], + "backdrop_path": "/gLbBRyS7MBrmVUNce91Hmx9vzqI.jpg", + "adult": false, + "overview": "In the continuing saga of the Corleone crime family, a young Vito Corleone grows up in Sicily and in 1910s New York. In the 1950s, Michael Corleone attempts to expand the family business into Las Vegas, Hollywood and Cuba.", + "release_date": "1974-12-20" + }, + { + "vote_average": 7.3, + "vote_count": 2627, + "id": 242, + "video": false, + "media_type": "movie", + "title": "The Godfather: Part III", + "popularity": 11.088, + "poster_path": "/1hdm3Axw9LjITbApvAXBbqO58zE.jpg", + "original_language": "en", + "original_title": "The Godfather: Part III", + "genre_ids": [ + 80, + 18, + 53 + ], + "backdrop_path": "/dEuqTwwhfvk66jUKQa7bMqM5Cf7.jpg", + "adult": false, + "overview": "In the midst of trying to legitimize his business dealings in 1979 New York and Italy, aging mafia don, Michael Corleone seeks forgiveness for his sins while taking a young protege under his wing.", + "release_date": "1990-12-24" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 97267, + "profile_path": null, + "name": "Susan Willis", + "known_for": [ + { + "vote_average": 6.3, + "vote_count": 814, + "id": 9276, + "video": false, + "media_type": "movie", + "title": "The Faculty", + "popularity": 7.977, + "poster_path": "/6L1SgKyzDy5x2oEskUyfMcdVed2.jpg", + "original_language": "en", + "original_title": "The Faculty", + "genre_ids": [ + 27, + 878 + ], + "backdrop_path": "/xuHuW4XhghQpVJSIna7JBb60bva.jpg", + "adult": false, + "overview": "When some very creepy things start happening around school, the kids at Herrington High make a chilling discovery that confirms their worst suspicions: their teachers really are from another planet! As mind-controlling parasites rapidly begin spreading from the faculty to the students' bodies, it's ultimately up to the few who are left – an unlikely collection of loners, leaders, nerds and jocks – to save the world from alien domination.", + "release_date": "1998-12-25" + }, + { + "vote_average": 6.8, + "vote_count": 364, + "id": 10276, + "video": false, + "media_type": "movie", + "title": "What About Bob?", + "popularity": 5.862, + "poster_path": "/fopJnM6MCZilYM6nRpglWdFndt1.jpg", + "original_language": "en", + "original_title": "What About Bob?", + "genre_ids": [ + 35 + ], + "backdrop_path": "/wwnrt4JclIW5P4jaWnINziGrdmo.jpg", + "adult": false, + "overview": "Before going on vacation, self-involved psychiatrist Dr. Leo Marvin has the misfortune of taking on a new patient: Bob Wiley. An exemplar of neediness and a compendium of phobias, Bob follows Marvin to his family's country house. Dr. Marvin tries to get him to leave; the trouble is, everyone loves Bob. As his oblivious patient makes himself at home, Dr. Marvin loses his professional composure and, before long, may be ready for the loony bin himself.", + "release_date": "1991-05-17" + }, + { + "vote_average": 6.7, + "vote_count": 310, + "id": 11086, + "video": false, + "media_type": "movie", + "title": "The Majestic", + "popularity": 7.874, + "poster_path": "/A7P4oUpLl4tmgUn0oQjTb0nRjW4.jpg", + "original_language": "en", + "original_title": "The Majestic", + "genre_ids": [ + 18, + 10749, + 35 + ], + "backdrop_path": "/55gGvO7h1g1OZBiph0NRbqF8Gdj.jpg", + "adult": false, + "overview": "Set in 1951, a blacklisted Hollywood writer gets into a car accident, loses his memory and settles down in a small town where he is mistaken for a long-lost son.", + "release_date": "2001-12-21" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 1503, + "profile_path": null, + "name": "Willis Goldbeck", + "known_for": [ + { + "vote_average": 7.7, + "vote_count": 421, + "id": 11697, + "video": false, + "media_type": "movie", + "title": "The Man Who Shot Liberty Valance", + "popularity": 7.51, + "poster_path": "/4efvLpJXzrVMW72blwub9wWYCmc.jpg", + "original_language": "en", + "original_title": "The Man Who Shot Liberty Valance", + "genre_ids": [ + 37 + ], + "backdrop_path": "/i5BVAFExVw7IyohdXF8sUcP3Ha0.jpg", + "adult": false, + "overview": "A senator, who became famous for killing a notorious outlaw, returns for the funeral of an old friend and tells the truth about his deed.", + "release_date": "1962-04-22" + }, + { + "vote_average": 7.8, + "vote_count": 396, + "id": 136, + "video": false, + "media_type": "movie", + "title": "Freaks", + "popularity": 7.001, + "poster_path": "/9hmmE4K6tOEXB1KeTajIC0pNta6.jpg", + "original_language": "en", + "original_title": "Freaks", + "genre_ids": [ + 18, + 27 + ], + "backdrop_path": "/vYmJOrvjHl9trvRsmrmpYoQUCse.jpg", + "adult": false, + "overview": "A circus' beautiful trapeze artist agrees to marry the leader of side-show performers, but his deformed friends discover she is only marrying him for his inheritance.", + "release_date": "1932-02-12" + }, + { + "vote_average": 7.2, + "vote_count": 31, + "id": 43040, + "video": false, + "media_type": "movie", + "title": "Sergeant Rutledge", + "popularity": 2.033, + "poster_path": "/9LSKkf9Wv5hqSwzV2r4nOp54X8j.jpg", + "original_language": "en", + "original_title": "Sergeant Rutledge", + "genre_ids": [ + 80, + 37 + ], + "backdrop_path": "/7xgAA46Q72QZOMrNYCQJfJRNt5a.jpg", + "adult": false, + "overview": "Respected black cavalry Sergeant Brax Rutledge stands court-martial for raping and killing a white woman and murdering her father, his superior officer.", + "release_date": "1960-05-18" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 9914, + "profile_path": "/iS3m6X3rfbdG1ZETyGdmIu6DvOx.jpg", + "name": "Austin Willis", + "known_for": [ + { + "vote_average": 7.4, + "vote_count": 1557, + "id": 658, + "video": false, + "media_type": "movie", + "title": "Goldfinger", + "popularity": 16.706, + "poster_path": "/vBNbFU3OS6okJIQBOos1aZXpy2Z.jpg", + "original_language": "en", + "original_title": "Goldfinger", + "genre_ids": [ + 12, + 28, + 53 + ], + "backdrop_path": "/iyD72nJFBGbEIrpQjzdhE3wFxPL.jpg", + "adult": false, + "overview": "Special agent 007 comes face to face with one of the most notorious villains of all time, and now he must outwit and outgun the powerful tycoon to prevent him from cashing in on a devious scheme to raid Fort Knox -- and obliterate the world's economy.", + "release_date": "1964-09-17" + }, + { + "vote_average": 6, + "vote_count": 210, + "id": 10724, + "video": false, + "media_type": "movie", + "title": "Firefox", + "popularity": 8.118, + "poster_path": "/1QK1xhmvnLLZhDC8DNaFt08psp9.jpg", + "original_language": "en", + "original_title": "Firefox", + "genre_ids": [ + 878, + 28, + 12, + 53 + ], + "backdrop_path": "/yIvxB5Gbq27ZexGgmKLcuDVTq1c.jpg", + "adult": false, + "overview": "The Soviets have developed a revolutionary new jet fighter, called \"Firefox\". Naturally, the British are worried that the jet will be used as a first-strike weapon, as rumours say that the jet is indetectable on radar. They send ex-Vietnam War pilot Mitchell Gant on a covert mission into the Soviet Union to steal Firefox.", + "release_date": "1982-06-13" + }, + { + "vote_average": 6.8, + "vote_count": 71, + "id": 26690, + "video": false, + "media_type": "movie", + "title": "The Boston Strangler", + "popularity": 3.669, + "poster_path": "/yBSEUuuiDF3SCTphCF3OchvCZP0.jpg", + "original_language": "en", + "original_title": "The Boston Strangler", + "genre_ids": [ + 80, + 18, + 9648, + 53 + ], + "backdrop_path": "/lie8FEh88QGIOTghC881h5g3YKk.jpg", + "adult": false, + "overview": "Boston is being terrorized by a series of seemingly random murders of women. Based on the true story, the film follows the investigators path through several leads before introducing the Strangler as a character. It is seen almost exclusively from the point of view of the investigators who have very few clues to build a case upon.", + "release_date": "1968-10-08" + } + ], + "adult": false + }, + { + "popularity": 1.38, + "id": 2003250, + "profile_path": null, + "name": "Anthony B. Willis", + "known_for": [ + { + "vote_average": 7.6, + "vote_count": 4915, + "id": 82702, + "video": false, + "media_type": "movie", + "title": "How to Train Your Dragon 2", + "popularity": 29.199, + "poster_path": "/lRjOR4uclMQijUav4OjeZprlehu.jpg", + "original_language": "en", + "original_title": "How to Train Your Dragon 2", + "genre_ids": [ + 14, + 28, + 12, + 16, + 35, + 10751 + ], + "backdrop_path": "/kxMnGToxk5EtDhTBuz3kkZPzg1b.jpg", + "adult": false, + "overview": "The thrilling second chapter of the epic How To Train Your Dragon trilogy brings back the fantastical world of Hiccup and Toothless five years later. While Astrid, Snotlout and the rest of the gang are challenging each other to dragon races (the island's new favorite contact sport), the now inseparable pair journey through the skies, charting unmapped territories and exploring new worlds. When one of their adventures leads to the discovery of a secret ice cave that is home to hundreds of new wild dragons and the mysterious Dragon Rider, the two friends find themselves at the center of a battle to protect the peace.", + "release_date": "2014-06-09" + }, + { + "vote_average": 6.3, + "vote_count": 1626, + "id": 172385, + "video": false, + "media_type": "movie", + "title": "Rio 2", + "popularity": 9.434, + "poster_path": "/jZcF7xZVvrX2A4qNOqeHpmtbdBT.jpg", + "original_language": "en", + "original_title": "Rio 2", + "genre_ids": [ + 12, + 35, + 10751, + 10402, + 16 + ], + "backdrop_path": "/bRQPOVpvBmvep9WYnGcKguxjlg2.jpg", + "adult": false, + "overview": "It's a jungle out there for Blu, Jewel and their three kids after they're hurtled from Rio de Janeiro to the wilds of the Amazon. As Blu tries to fit in, he goes beak-to-beak with the vengeful Nigel, and meets the most fearsome adversary of all: his father-in-law.", + "release_date": "2014-03-19" + }, + { + "vote_average": 7.1, + "vote_count": 1230, + "id": 364689, + "video": false, + "media_type": "movie", + "title": "Ferdinand", + "popularity": 13.929, + "poster_path": "/rMm94JsRfcOPiPVsTRcBiiVBOhz.jpg", + "original_language": "en", + "original_title": "Ferdinand", + "genre_ids": [ + 16, + 10751, + 12, + 35 + ], + "backdrop_path": "/sTOhZruocNubL0HxjvdouwCEL9I.jpg", + "adult": false, + "overview": "Ferdinand, a little bull, prefers sitting quietly under a cork tree just smelling the flowers versus jumping around, snorting, and butting heads with other bulls. As Ferdinand grows big and strong, his temperament remains mellow, but one day five men come to choose the \"biggest, fastest, roughest bull\" for the bullfights in Madrid and Ferdinand is mistakenly chosen. Based on the classic 1936 children's book by Munro Leaf.", + "release_date": "2017-12-09" + } + ], + "adult": false + }, + { + "popularity": 0.982, + "id": 206675, + "profile_path": "/5KsTbghOK8P0mIfJAwtyt2UAJw0.jpg", + "name": "Katherine Willis", + "known_for": [ + { + "original_name": "Prison Break", + "id": 2288, + "media_type": "tv", + "name": "Prison Break", + "vote_count": 1036, + "vote_average": 7.5, + "poster_path": "/5E1BhkCgjLBlqx557Z5yzcN0i88.jpg", + "first_air_date": "2005-08-29", + "popularity": 80.374, + "genre_ids": [ + 10759, + 80, + 18 + ], + "original_language": "en", + "backdrop_path": "/92OPBZpLc82y8CzOtrQ8P9RDvIN.jpg", + "overview": "Due to a political conspiracy, an innocent man is sent to death row and his only hope is his brother, who makes it his mission to deliberately get himself sent to the same prison in order to break the both of them out, from the inside out.", + "origin_country": [ + "US" + ] + }, + { + "vote_average": 7.4, + "vote_count": 828, + "id": 11615, + "video": false, + "media_type": "movie", + "title": "The Life of David Gale", + "popularity": 8.009, + "poster_path": "/pwwDzbmTErcUFUPCV2fGSlHm4WP.jpg", + "original_language": "en", + "original_title": "The Life of David Gale", + "genre_ids": [ + 18, + 53, + 80 + ], + "backdrop_path": "/36EF5e1ZUJv6xnkOTm5s4vM33SC.jpg", + "adult": false, + "overview": "A man against capital punishment is accused of murdering a fellow activist and is sent to death row.", + "release_date": "2003-02-21" + }, + { + "vote_average": 6.3, + "vote_count": 814, + "id": 9276, + "video": false, + "media_type": "movie", + "title": "The Faculty", + "popularity": 7.977, + "poster_path": "/6L1SgKyzDy5x2oEskUyfMcdVed2.jpg", + "original_language": "en", + "original_title": "The Faculty", + "genre_ids": [ + 27, + 878 + ], + "backdrop_path": "/xuHuW4XhghQpVJSIna7JBb60bva.jpg", + "adult": false, + "overview": "When some very creepy things start happening around school, the kids at Herrington High make a chilling discovery that confirms their worst suspicions: their teachers really are from another planet! As mind-controlling parasites rapidly begin spreading from the faculty to the students' bodies, it's ultimately up to the few who are left – an unlikely collection of loners, leaders, nerds and jocks – to save the world from alien domination.", + "release_date": "1998-12-25" + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 1242560, + "profile_path": null, + "name": "Casey Willis", + "known_for": [ + { + "original_name": "Archer", + "id": 10283, + "media_type": "tv", + "name": "Archer", + "vote_count": 474, + "vote_average": 7.87, + "poster_path": "/eXu3OQ1tRgiKsiKMifvNdwwwTQc.jpg", + "first_air_date": "2009-09-16", + "popularity": 27.86, + "genre_ids": [ + 10759, + 16, + 18, + 35 + ], + "original_language": "en", + "backdrop_path": "/lX8Ic3A76JaZtbKvQoozIMr3XxB.jpg", + "overview": "Sterling Archer is the world's most daunting spy. He works for ISIS, a spy agency run by his mother. In between dealing with his boss and his co-workers - one of whom is his ex-girlfriend - Archer manages to annoy or seduce everyone that crosses his path. His antics are only excusable because at the end of the day, he still somehow always manages to thwart whatever crises was threatening mankind.", + "origin_country": [ + "US" + ] + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 53668, + "profile_path": "/l9FEfj4AhTAJwZ2T4b2bfXiqnnM.jpg", + "name": "David Willis", + "known_for": [ + { + "vote_average": 8.1, + "vote_count": 2605, + "id": 7345, + "video": false, + "media_type": "movie", + "title": "There Will Be Blood", + "popularity": 10.851, + "poster_path": "/vtzict6koCUBt9w5ICMT9ngoFxy.jpg", + "original_language": "en", + "original_title": "There Will Be Blood", + "genre_ids": [ + 18 + ], + "backdrop_path": "/1DSzHQ9jUEjKMXpVeXhC6gDa3IW.jpg", + "adult": false, + "overview": "Ruthless silver miner, turned oil prospector, Daniel Plainview moves to oil-rich California. Using his adopted son to project a trustworthy, family-man image, Plainview cons local landowners into selling him their valuable properties for a pittance. However, local preacher Eli Sunday suspects Plainviews motives and intentions, starting a slow-burning feud that threatens both their lives.", + "release_date": "2007-12-28" + }, + { + "vote_average": 0, + "vote_count": 0, + "id": 128108, + "video": false, + "media_type": "movie", + "title": "Janeane from Des Moines", + "popularity": 0.6, + "poster_path": "/5vzgFdIqRiBOx3YBniziBe7DMuC.jpg", + "original_language": "en", + "original_title": "Janeane from Des Moines", + "genre_ids": [], + "backdrop_path": null, + "adult": false, + "overview": "A conservative Iowa housewife's personal and political convictions are severely tested as she seeks answers from the Republican presidential candidates leading up to the 2012 Iowa Caucuses.", + "release_date": "2012-10-05" + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 202463, + "profile_path": null, + "name": "Richard Willis", + "known_for": [ + { + "original_name": "Mary Kills People", + "id": 69480, + "media_type": "tv", + "name": "Mary Kills People", + "vote_count": 23, + "vote_average": 7.59, + "poster_path": "/4zOZzlSjHjUJgc2Gp20iFfpkRBV.jpg", + "first_air_date": "2017-01-25", + "popularity": 21.045, + "genre_ids": [ + 18 + ], + "original_language": "en", + "backdrop_path": "/kDPPlJq6R99LEkepvGoJEBAMt9e.jpg", + "overview": "Dr. Mary Harris, a single mother and emergency doctor by day, also moonlights as an underground angel of death - helping terminally ill patients who want to die and slip away on their own terms. So far Mary has managed to stay under the radar; but business is booming, and her double life is getting complicated. When her world starts to unravel, Mary realizes she's going to have to fight dirty if she's going to stay in the killing game.", + "origin_country": [ + "CA" + ] + }, + { + "vote_average": 6.8, + "vote_count": 12, + "id": 77128, + "video": false, + "media_type": "movie", + "title": "Absolution", + "popularity": 1.84, + "poster_path": "/19nYOhadbitWq4alQQuM9CBSYDa.jpg", + "original_language": "en", + "original_title": "Absolution", + "genre_ids": [ + 18, + 53, + 9648 + ], + "backdrop_path": "/iJeC2pXHvuVyZa97dmjbvokiBgG.jpg", + "adult": false, + "overview": "At a Catholic boys' school, domineering disciplinarian Father Goddard (Richard Burton, Look Back in Anger, The Spy Who Came In from the Cold) rules over his pupils with an iron hand. When one of his teenage charges confesses to murder, the dogmatic but deeply repressed Goddard finds his faith challenged and his life spiralling dangerously out of control. Also starring Billy Connolly (in his first feature-film role), Dominic Guard (The Go-Between, The Picnic at Hanging Rock) Kes star Dai Bradley, and the inimitable Brian Glover (Kes, Jabberwocky, Alien 3), and written by the great Anthony Shaffer (The Wicker Man, Sleuth), Absolution is one of British cinema’s most underrated chillers, not least for a towering central performance by Burton.", + "release_date": "1978-06-05" + }, + { + "vote_average": 6, + "vote_count": 1, + "id": 438269, + "video": true, + "media_type": "movie", + "title": "Doctor Who: Full Circle", + "popularity": 0.87, + "poster_path": "/sHrXEiQarTC422cmqU5HdzWBUPq.jpg", + "original_language": "en", + "original_title": "Doctor Who: Full Circle", + "genre_ids": [ + 28, + 12, + 18, + 878 + ], + "backdrop_path": "/ypXl4uVkuzgv8XbFwFCseveb4p0.jpg", + "adult": false, + "overview": "The TARDIS falls through a CVE into E-Space and arrives on the planet Alzarius. There the inhabitants of a crashed starliner and a group of young rebels called the Outlers, led by a boy named Varsh and including his brother Adric, are terrorised by a race of Marshmen who emerge from the marshes at a time known as Mistfall. The Doctor discovers that the starliner's inhabitants are not the descendants of its original crew, as claimed by their leaders, the Deciders, but evolved Marshmen. With the Time Lord's help and encouragement, the starliner is repaired and able to leave the planet.", + "release_date": "1980-10-25" + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 1876437, + "profile_path": null, + "name": "Darin Willis", + "known_for": [ + { + "vote_average": 4, + "vote_count": 2, + "id": 244039, + "video": false, + "media_type": "movie", + "title": "A Time of Destiny", + "popularity": 0.9, + "poster_path": "/du45dWixMYHoqDckdMvzXcRykOt.jpg", + "original_language": "en", + "original_title": "A Time of Destiny", + "genre_ids": [ + 10752, + 18 + ], + "backdrop_path": null, + "adult": false, + "overview": "World War II provides the setting for a melodramatic tale of love and revenge.", + "release_date": "1988-04-22" + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 1821100, + "profile_path": null, + "name": "Lisa Willis", + "known_for": [ + { + "vote_average": 0, + "vote_count": 0, + "id": 458574, + "video": false, + "media_type": "movie", + "title": "This Is Rockbitch", + "popularity": 0.6, + "poster_path": null, + "original_language": "en", + "original_title": "This Is Rockbitch", + "genre_ids": [ + 99 + ], + "backdrop_path": null, + "adult": false, + "overview": "Rock Bitch is a group of female musicians who live in a sex commune. The girls see themselves as striking a blow for women everywhere, and they are doing it through the medium of rock music - in the nude.", + "release_date": "2003-09-20" + } + ], + "adult": false + }, + { + "popularity": 0.98, + "id": 2144654, + "profile_path": null, + "name": "Lorraine Willis", + "known_for": [ + { + "vote_average": 7.4, + "vote_count": 17461, + "id": 19995, + "video": false, + "media_type": "movie", + "title": "Avatar", + "popularity": 29.055, + "poster_path": "/kmcqlZGaSh20zpTbuoF0Cdn07dT.jpg", + "original_language": "en", + "original_title": "Avatar", + "genre_ids": [ + 28, + 12, + 14, + 878 + ], + "backdrop_path": "/aHcth2AXzZSjhX7JYh7ie73YVNc.jpg", + "adult": false, + "overview": "In the 22nd century, a paraplegic Marine is dispatched to the moon Pandora on a unique mission, but becomes torn between following orders and protecting an alien civilization.", + "release_date": "2009-12-10" + } + ], + "adult": false + }, + { + "popularity": 1.4, + "id": 9362, + "profile_path": null, + "name": "John Willis III", + "known_for": [ + { + "vote_average": 7.6, + "vote_count": 1001, + "id": 638, + "video": false, + "media_type": "movie", + "title": "Lost Highway", + "popularity": 9.491, + "poster_path": "/z6yhgEzGUJaBBgAxoyggRzwLnVM.jpg", + "original_language": "en", + "original_title": "Lost Highway", + "genre_ids": [ + 18, + 53, + 9648 + ], + "backdrop_path": "/zXSnRqXzM4OR9yNtenZ3dn6AFts.jpg", + "adult": false, + "overview": "A tormented jazz musician finds himself lost in an enigmatic story involving murder, surveillance, gangsters, doppelgangers, and an impossible transformation inside a prison cell.", + "release_date": "1997-01-15" + } + ], + "adult": false + }, + { + "popularity": 1.38, + "id": 578815, + "profile_path": null, + "name": "Kimberly Willis Holt ", + "known_for": [ + { + "vote_average": 7.1, + "vote_count": 11, + "id": 79867, + "video": false, + "media_type": "movie", + "title": "When Zachary Beaver Came to Town", + "popularity": 1.281, + "poster_path": "/lWSZqmrvVvq5CPGwgmwIfqojl7b.jpg", + "original_language": "en", + "original_title": "When Zachary Beaver Came to Town", + "genre_ids": [ + 18, + 10751 + ], + "backdrop_path": "/fWxAVQe26WjMJsBxJZhGlphSwKZ.jpg", + "adult": false, + "overview": "Zachary Beaver, a sideshow attraction also known as the world's fattest boy, arrives in the sleepy town of Granger, Texas.", + "release_date": "2003-10-09" + }, + { + "vote_average": 2, + "vote_count": 1, + "id": 76422, + "video": false, + "media_type": "movie", + "title": "My Louisiana Sky", + "popularity": 0.626, + "poster_path": "/vxsAeyTUs5rPmDfZcj8LUQnsq0j.jpg", + "original_language": "en", + "original_title": "My Louisiana Sky", + "genre_ids": [ + 18, + 10751 + ], + "backdrop_path": null, + "adult": false, + "overview": "A girl comes to terms with her mentally challenged parents.", + "release_date": "2001-05-12" + } + ], + "adult": false + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-SearchBaseConverterTest.json b/TMDbLibTests/Data/data-SearchBaseConverterTest.json new file mode 100644 index 0000000..3024c6b --- /dev/null +++ b/TMDbLibTests/Data/data-SearchBaseConverterTest.json @@ -0,0 +1,1355 @@ +[ + { + "RecordedAt": "2019-01-26T17:51:55.9471339Z", + "ReducedUri": "/3/search/multi?query=Rock&include_adult=false", + "RespData": { + "page": 1, + "total_results": 2983, + "total_pages": 150, + "results": [ + { + "original_name": "Castle Rock", + "id": 71116, + "media_type": "tv", + "name": "Castle Rock", + "vote_count": 81, + "vote_average": 6.81, + "poster_path": "/ktNvklgEJb3iikOfmG04AHV8rc9.jpg", + "first_air_date": "2018-07-25", + "popularity": 26.907, + "genre_ids": [ + 18, + 9648, + 10765 + ], + "original_language": "en", + "backdrop_path": "/7T2BU8EM63gewJUNXfGlOiPetH1.jpg", + "overview": "Based on the stories of Stephen King, the series intertwines characters and themes from the fictional town of Castle Rock.", + "origin_country": [ + "US" + ] + }, + { + "original_name": "30 Rock", + "id": 4608, + "media_type": "tv", + "name": "30 Rock", + "vote_count": 260, + "vote_average": 7.23, + "poster_path": "/k3RbNzPEPW0cmkfkn1xVCTk3Qde.jpg", + "first_air_date": "2006-10-11", + "popularity": 13.555, + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/cK5AbLFBY2JDoqEdVXk0697e2SV.jpg", + "overview": "30 Rock is an American television comedy series that ran on NBC from October 11, 2006, to January 31, 2013, and was created by Tina Fey. The series, which is loosely based on Fey's experiences as head writer for Saturday Night Live, takes place behind the scenes of a fictional live sketch comedy series depicted as airing on NBC. The series' name refers to 30 Rockefeller Plaza in New York City, the address of the GE Building, in which the NBC Studios are located.", + "origin_country": [ + "US" + ] + }, + { + "original_name": "御茶ノ水ロック", + "id": 76514, + "media_type": "tv", + "name": "Ochanomizu Rock", + "vote_count": 1, + "vote_average": 10, + "poster_path": "/zfSqi2i6WkseBLDZKdSCTzhOTSQ.jpg", + "first_air_date": "2018-01-17", + "popularity": 4.903, + "genre_ids": [ + 18 + ], + "original_language": "ja", + "backdrop_path": "/tJ5GplSzf5A7bcZI8Kxn6W10Tvu.jpg", + "overview": "Hajime (Ryuji Sato) and Ryo (Toshiyuki Someya) are brothers. They hoped to perform at the Budokan one day, but, after their mother died, they went their separate ways.\n\nYears later, the 5 member band Daidarabotchi decides to do a live performance. The group was formed by Hajime. A week before their live performance, their vocalist suddenly quits. Hajime, who plays the guitar, takes over on vocals. He aims to perform at Budokan and hoping to be recognized by his older brother Ryo. (taken from asianwiki)", + "origin_country": [ + "JP" + ] + }, + { + "original_name": "Fraggle Rock", + "id": 2957, + "media_type": "tv", + "name": "Fraggle Rock", + "vote_count": 35, + "vote_average": 7.66, + "poster_path": "/nyvNej9aHC2wydFflPMrASS6MF7.jpg", + "first_air_date": "1983-01-10", + "popularity": 5.367, + "genre_ids": [ + 10762, + 10751, + 10765 + ], + "original_language": "en", + "backdrop_path": "/2Feen7Fv8t1r6nzv3517tdWqUlY.jpg", + "overview": "The Fraggles are a fun-loving community of creatures who live in a subterranean fantasy land where they love to play, sing and dance their cares away, sharing their world with the tiny Doozers and the giant Gorgs. The series teaches empathy and tolerance and encourages children to understand people different from themselves.", + "origin_country": [ + "CA", + "GB", + "US" + ] + }, + { + "original_name": "One Strange Rock", + "id": 75782, + "media_type": "tv", + "name": "One Strange Rock", + "vote_count": 5, + "vote_average": 8, + "poster_path": "/bLtoGQM3WhVFKtTk1h8w0lGH1n7.jpg", + "first_air_date": "2018-03-26", + "popularity": 9.871, + "genre_ids": [ + 99 + ], + "original_language": "en", + "backdrop_path": "/lSaOSZlu0i7Z4cd29WZdkElEA94.jpg", + "overview": "A mind-bending, thrilling journey exploring the fragility and wonder of planet Earth, one of the most peculiar, unique places in the entire universe, brought to life by the only people to have left it behind – the world’s most well known and leading astronauts.", + "origin_country": [ + "US" + ] + }, + { + "original_name": "Bakumatsu Rock", + "id": 65053, + "media_type": "tv", + "name": "Bakumatsu Rock", + "vote_count": 1, + "vote_average": 6, + "poster_path": "/yPyQy2AWPnpQDvqlj1yXms428HZ.jpg", + "first_air_date": "2014-07-02", + "popularity": 1.805, + "genre_ids": [ + 16 + ], + "original_language": "ja", + "backdrop_path": "/jFvBLEOZwYZFqHECCWNGnw4dd3S.jpg", + "overview": "Ryouma Sakamoto wants everyone to know about his passion for rock 'n' roll, so he roams around town with his electric guitar willing to show anyone he encounters that he's just as skilled as the famous Shinsengumi stars they admire. Unfortunately, Japan doesn't allow anything other than that group's Heaven's Songs, for writing or performing different types of music is forbidden and can lead to harsh consequences.\n\nAgitated by these strict rules and brainwashing, Ryouma does everything he can to show people that the music he loves will bring them the freedom they deserve. Along with his bandmates Shinsaku Takasugi and Kogoru Katsura, Ryouma works hard to find places for his rock 'n' roll group to perform. Refusing to back down until their music is accepted in Japan, the trio begin to realize that there's more to their passion than they had thought.", + "origin_country": [ + "JP" + ] + }, + { + "original_name": "3rd Rock from the Sun", + "id": 155, + "media_type": "tv", + "name": "3rd Rock from the Sun", + "vote_count": 166, + "vote_average": 7.27, + "poster_path": "/r7C2lGyEc5STQ80Ge9v1FEF8rha.jpg", + "first_air_date": "1996-01-09", + "popularity": 11.005, + "genre_ids": [ + 10765, + 35 + ], + "original_language": "en", + "backdrop_path": "/xzh7EZkUpKlQm60RJaQckvNSNex.jpg", + "overview": "3rd Rock from the Sun is an American sitcom that aired from 1996 to 2001 on NBC. The show is about four extraterrestrials who are on an expedition to Earth, which they consider to be a very insignificant planet. The extraterrestrials pose as a human family in order to observe the behavior of human beings.", + "origin_country": [ + "US" + ] + }, + { + "original_name": "School of Rock", + "id": 65876, + "media_type": "tv", + "name": "School of Rock", + "vote_count": 10, + "vote_average": 2.35, + "poster_path": "/2bgBpNELVO3FsE7iXwdJYeRDzyR.jpg", + "first_air_date": "2016-03-12", + "popularity": 5.235, + "genre_ids": [ + 35, + 10751 + ], + "original_language": "en", + "backdrop_path": "/fiL2iuMVTSxij1Scmc6dQPgyuqy.jpg", + "overview": "A group of rule-abiding prep school students – Zack, Lawrence, Freddy, Summer and Tomika – learn to take risks and reach new heights thanks to substitute teacher Dewey Finn, a down-on-his-luck musician who uses the language of rock ‘n’ roll to inspire his class to form a secret band. Throughout the school year, these middle-school classmates find themselves navigating relationships, discovering their unknown talents and learning lessons on loyalty and friendships.", + "origin_country": [ + "US" + ] + }, + { + "vote_average": 7, + "vote_count": 2158, + "id": 9802, + "video": false, + "media_type": "movie", + "title": "The Rock", + "popularity": 10.709, + "poster_path": "/pAVaLJQBRM4JlZEGXvezwbxOd15.jpg", + "original_language": "en", + "original_title": "The Rock", + "genre_ids": [ + 28, + 12, + 53 + ], + "backdrop_path": "/oxDIJiMnOebGkz1fD60SHbHhiTX.jpg", + "adult": false, + "overview": "FBI chemical warfare expert Stanley Goodspeed is sent on an urgent mission with a former British spy, John Patrick Mason, to stop Gen. Francis X. Hummel from launching chemical weapons on Alcatraz Island into San Francisco. Gen. Hummel demands $100 million in war reparations to be paid to the families of slain servicemen who died on covert operations. After their SEAL team is wiped out, Stanley and John deal with the soldiers on their own.", + "release_date": "1996-06-06" + }, + { + "vote_average": 6.2, + "vote_count": 1013, + "id": 13655, + "video": false, + "media_type": "movie", + "title": "Camp Rock", + "popularity": 6.924, + "poster_path": "/dTYrXKIJkiiDFDY8hrxXwZpDPb7.jpg", + "original_language": "en", + "original_title": "Camp Rock", + "genre_ids": [ + 35, + 18, + 10402, + 10770, + 10751 + ], + "backdrop_path": "/frQfDFEEhrCQzQFpxXlvtP2h0Fo.jpg", + "adult": false, + "overview": "When Mitchie gets a chance to attend Camp Rock, her life takes an unpredictable twist, and she learns just how important it is to be true to yourself.", + "release_date": "2008-06-20" + }, + { + "original_name": "Red Rock", + "id": 61823, + "media_type": "tv", + "name": "Red Rock", + "vote_count": 3, + "vote_average": 7.5, + "poster_path": "/yW5EyaGYR3LlkZXxgre7XmqRlQi.jpg", + "first_air_date": "2015-01-07", + "popularity": 2.427, + "genre_ids": [ + 10766, + 18, + 80 + ], + "original_language": "en", + "backdrop_path": "/doWZvqyBRrejKcKQvW6HQCuWH7g.jpg", + "overview": "Starting on the day a long, dormant feud between two local families is brutally reignited, this continuing drama is based around a busy Dublin Garda station. On one side, the Hennessys, a local dynasty, whose name is above half the businesses in town. On the other side, the Kielys, who have turned petty crime into a cottage industry. Charting the life and dramas of a community about to be enveloped by a feud, through the eyes of those who police it, each episode will be a mix of 'crime of the week' stories and on-going serial arcs, following principle characters in both their professional and personal lives. A powerful and moving drama, Red Rock is a contemporary western, set in the shadow of Ireland's 'gold rush'.", + "origin_country": [ + "IE" + ] + }, + { + "original_name": "SHOW BY ROCK!!", + "id": 65036, + "media_type": "tv", + "name": "Show by Rock!!", + "vote_count": 0, + "vote_average": 0, + "poster_path": "/hIVCiIxKDnZMaXX0G0bH1i17KHK.jpg", + "first_air_date": "2015-04-05", + "popularity": 1.498, + "genre_ids": [ + 16, + 35 + ], + "original_language": "ja", + "backdrop_path": "/nsBZSixItuqpgAwHdSEzRGOWmOM.jpg", + "overview": "Set in the glamorous metropolis Tokyo Midi City, where music—and the dream of musical superstardom—is everything. Here, “battle of the bands” is more than just a teen rivalry: Dozens of ensembles compete for the honor of playing atop the city’s highest tower.", + "origin_country": [ + "JP" + ] + }, + { + "original_name": "ブラック★ロックシューター", + "id": 43079, + "media_type": "tv", + "name": "Black Rock Shooter", + "vote_count": 9, + "vote_average": 7.61, + "poster_path": "/ydCIEE3e8mIkzPl71NbaNiEXV2V.jpg", + "first_air_date": "2012-01-28", + "popularity": 3.272, + "genre_ids": [ + 10759, + 16, + 18 + ], + "original_language": "ja", + "backdrop_path": "/oIqn1c5fluS6bubY3MX6Pw6TFvp.jpg", + "overview": "Black★Rock Shooter is a Japanese media franchise based on characters created by illustrator Ryohei Huke. It revolves around its eponymous character, a mysterious black haired girl with a blazing blue eye. The original illustration inspired a song of the same name by Supercell, which gained popularity on the Nico Nico Douga website. A 50-minute original video animation based on the franchise was produced by Yutaka Yamamoto's studio Ordet, written by Nagaru Tanigawa and Shinobu Yoshioka, and directed by Shinobu Yoshioka. A \"Pilot Edition\" was released on DVD and Blu-ray Disc in September 2009, before the full version was released on DVDs bundled with select magazines from July 24, 2010, subtitled in seven languages, followed by a retail release on December 17, 2010. An eight-episode anime television series aired on Fuji TV's Noitamina programming block between February 3 and March 23, 2012. The franchise has also spawned several manga series and a video game for the PlayStation Portable titled Black Rock Shooter: The Game, each set in their own universe.", + "origin_country": [ + "JP" + ] + }, + { + "vote_average": 5.7, + "vote_count": 113, + "id": 333667, + "video": false, + "media_type": "movie", + "title": "Rock Dog", + "popularity": 6.837, + "poster_path": "/7RXi2afiNJGU8EB79SD8HYoSz4O.jpg", + "original_language": "en", + "original_title": "Rock Dog", + "genre_ids": [ + 12, + 16, + 35, + 10751, + 10402 + ], + "backdrop_path": "/lsNSEfp4RVE0Rxc9HeyOHcGActm.jpg", + "adult": false, + "overview": "When a radio falls from the sky into the hands of a wide-eyed Tibetan Mastiff, he leaves home to fulfill his dream of becoming a musician, setting into motion a series of completely unexpected events.", + "release_date": "2016-07-08" + }, + { + "vote_average": 6.1, + "vote_count": 283, + "id": 12508, + "video": false, + "media_type": "movie", + "title": "Rock Star", + "popularity": 6.627, + "poster_path": "/eMbsUnRfRciBGLclsqmICPOXbir.jpg", + "original_language": "en", + "original_title": "Rock Star", + "genre_ids": [ + 10402, + 18, + 35 + ], + "backdrop_path": "/7rBbIWriZUllqLabRYtN8O4tDTu.jpg", + "adult": false, + "overview": "Rock Star tells the story of Chris Cole and a rock band called Steel Dragon. Cole is a photocopier technician by day, and the lead singer of a Steel Dragon tribute band called \"Blood Pollution\" by night.Internal struggles between the Steel Dragon band members culminate with the firing of the lead singer, Bobby Beers and the starting of recruitment sessions to find a new vocalist. Loosely inspired by the true story of the heavy metal band Judas Priest.", + "release_date": "2001-09-04" + }, + { + "vote_average": 6.9, + "vote_count": 2660, + "id": 1584, + "video": false, + "media_type": "movie", + "title": "School of Rock", + "popularity": 13.079, + "poster_path": "/cREN222Yw78zvSQ9bg17Y9QZS0c.jpg", + "original_language": "en", + "original_title": "School of Rock", + "genre_ids": [ + 35, + 10402 + ], + "backdrop_path": "/pM1CnP0ZN2VxmrTAbBZOS3PNoNE.jpg", + "adult": false, + "overview": "Fired from his band and hard up for cash, guitarist and vocalist Dewey Finn finagles his way into a job as a fifth-grade substitute teacher at a private school, where he secretly begins teaching his students the finer points of rock 'n' roll. The school's hard-nosed principal is rightly suspicious of Finn's activities. But Finn's roommate remains in the dark about what he's doing.", + "release_date": "2003-10-03" + }, + { + "original_name": "Sex&Drugs&Rock&Roll", + "id": 62936, + "media_type": "tv", + "name": "Sex&Drugs&Rock&Roll", + "vote_count": 25, + "vote_average": 4.94, + "poster_path": "/qNgcSpmqagSoerp82HqmfDfnpRJ.jpg", + "first_air_date": "2015-07-16", + "popularity": 4.924, + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/oFmmn54avNZaQspwkve3bKfi4kN.jpg", + "overview": "Johnny Rock is the aging lead singer of NYC's legendary early-'90s band The Heathens, who is trying to get both his band and his life back together. The aging and broke bad-boy rocker gets another shot at fame as a songwriter for a brash and talented young singer who's a big fan of his early work.", + "origin_country": [ + "US" + ] + }, + { + "vote_average": 6.1, + "vote_count": 634, + "id": 80585, + "video": false, + "media_type": "movie", + "title": "Rock of Ages", + "popularity": 10.102, + "poster_path": "/k5au98wpdbViuRWZMy6RbxMBXjl.jpg", + "original_language": "en", + "original_title": "Rock of Ages", + "genre_ids": [ + 35, + 18, + 10402, + 10749 + ], + "backdrop_path": "/epwiE1BS0WqnHoKdT1GcOh8VYYW.jpg", + "adult": false, + "overview": "A small town girl and a city boy meet on the Sunset Strip, while pursuing their Hollywood dreams.", + "release_date": "2012-06-13" + }, + { + "original_name": "Picnic at Hanging Rock", + "id": 78881, + "media_type": "tv", + "name": "Picnic at Hanging Rock", + "vote_count": 8, + "vote_average": 6.5, + "poster_path": "/tO5lLXy9GdxSRrKKlreqgLVfYGr.jpg", + "first_air_date": "2018-05-06", + "popularity": 3.384, + "genre_ids": [ + 18, + 9648 + ], + "original_language": "en", + "backdrop_path": "/5ao8UwOQs0vNmvVRTedCPl3T5EY.jpg", + "overview": "Valentine's Day, 1900. Three schoolgirls and their governess mysteriously disappear in Hanging Rock, Australia, without a trace.", + "origin_country": [ + "AU" + ] + }, + { + "vote_average": 5.5, + "vote_count": 3, + "id": 292136, + "video": true, + "media_type": "movie", + "title": "Rock Sangkut", + "popularity": 1.707, + "poster_path": "/nub91U8uVugAZXGrS8gkAYpULvG.jpg", + "original_language": "en", + "original_title": "Rock Sangkut", + "genre_ids": [ + 10770, + 18 + ], + "backdrop_path": "/fV6a6I6MDoXJYZaFAaGH0rmYllp.jpg", + "adult": false, + "overview": "Rock Sangkut is a comedy drama with Islamic religious value. Its a story about 3 young men from village try to form a rock band . They have to go through many challenges to chase their ambition. Destiny shown them that they not form a rock band but Nasyid", + "release_date": "2014-07-30" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:55.6050908Z", + "ReducedUri": "/3/search/multi?query=Rock&page=1&include_adult=false", + "RespData": { + "page": 1, + "total_results": 2983, + "total_pages": 150, + "results": [ + { + "original_name": "Castle Rock", + "id": 71116, + "media_type": "tv", + "name": "Castle Rock", + "vote_count": 81, + "vote_average": 6.81, + "poster_path": "/ktNvklgEJb3iikOfmG04AHV8rc9.jpg", + "first_air_date": "2018-07-25", + "popularity": 26.907, + "genre_ids": [ + 18, + 9648, + 10765 + ], + "original_language": "en", + "backdrop_path": "/7T2BU8EM63gewJUNXfGlOiPetH1.jpg", + "overview": "Based on the stories of Stephen King, the series intertwines characters and themes from the fictional town of Castle Rock.", + "origin_country": [ + "US" + ] + }, + { + "original_name": "30 Rock", + "id": 4608, + "media_type": "tv", + "name": "30 Rock", + "vote_count": 260, + "vote_average": 7.23, + "poster_path": "/k3RbNzPEPW0cmkfkn1xVCTk3Qde.jpg", + "first_air_date": "2006-10-11", + "popularity": 13.555, + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/cK5AbLFBY2JDoqEdVXk0697e2SV.jpg", + "overview": "30 Rock is an American television comedy series that ran on NBC from October 11, 2006, to January 31, 2013, and was created by Tina Fey. The series, which is loosely based on Fey's experiences as head writer for Saturday Night Live, takes place behind the scenes of a fictional live sketch comedy series depicted as airing on NBC. The series' name refers to 30 Rockefeller Plaza in New York City, the address of the GE Building, in which the NBC Studios are located.", + "origin_country": [ + "US" + ] + }, + { + "original_name": "御茶ノ水ロック", + "id": 76514, + "media_type": "tv", + "name": "Ochanomizu Rock", + "vote_count": 1, + "vote_average": 10, + "poster_path": "/zfSqi2i6WkseBLDZKdSCTzhOTSQ.jpg", + "first_air_date": "2018-01-17", + "popularity": 4.903, + "genre_ids": [ + 18 + ], + "original_language": "ja", + "backdrop_path": "/tJ5GplSzf5A7bcZI8Kxn6W10Tvu.jpg", + "overview": "Hajime (Ryuji Sato) and Ryo (Toshiyuki Someya) are brothers. They hoped to perform at the Budokan one day, but, after their mother died, they went their separate ways.\n\nYears later, the 5 member band Daidarabotchi decides to do a live performance. The group was formed by Hajime. A week before their live performance, their vocalist suddenly quits. Hajime, who plays the guitar, takes over on vocals. He aims to perform at Budokan and hoping to be recognized by his older brother Ryo. (taken from asianwiki)", + "origin_country": [ + "JP" + ] + }, + { + "original_name": "Fraggle Rock", + "id": 2957, + "media_type": "tv", + "name": "Fraggle Rock", + "vote_count": 35, + "vote_average": 7.66, + "poster_path": "/nyvNej9aHC2wydFflPMrASS6MF7.jpg", + "first_air_date": "1983-01-10", + "popularity": 5.367, + "genre_ids": [ + 10762, + 10751, + 10765 + ], + "original_language": "en", + "backdrop_path": "/2Feen7Fv8t1r6nzv3517tdWqUlY.jpg", + "overview": "The Fraggles are a fun-loving community of creatures who live in a subterranean fantasy land where they love to play, sing and dance their cares away, sharing their world with the tiny Doozers and the giant Gorgs. The series teaches empathy and tolerance and encourages children to understand people different from themselves.", + "origin_country": [ + "CA", + "GB", + "US" + ] + }, + { + "original_name": "One Strange Rock", + "id": 75782, + "media_type": "tv", + "name": "One Strange Rock", + "vote_count": 5, + "vote_average": 8, + "poster_path": "/bLtoGQM3WhVFKtTk1h8w0lGH1n7.jpg", + "first_air_date": "2018-03-26", + "popularity": 9.871, + "genre_ids": [ + 99 + ], + "original_language": "en", + "backdrop_path": "/lSaOSZlu0i7Z4cd29WZdkElEA94.jpg", + "overview": "A mind-bending, thrilling journey exploring the fragility and wonder of planet Earth, one of the most peculiar, unique places in the entire universe, brought to life by the only people to have left it behind – the world’s most well known and leading astronauts.", + "origin_country": [ + "US" + ] + }, + { + "original_name": "Bakumatsu Rock", + "id": 65053, + "media_type": "tv", + "name": "Bakumatsu Rock", + "vote_count": 1, + "vote_average": 6, + "poster_path": "/yPyQy2AWPnpQDvqlj1yXms428HZ.jpg", + "first_air_date": "2014-07-02", + "popularity": 1.805, + "genre_ids": [ + 16 + ], + "original_language": "ja", + "backdrop_path": "/jFvBLEOZwYZFqHECCWNGnw4dd3S.jpg", + "overview": "Ryouma Sakamoto wants everyone to know about his passion for rock 'n' roll, so he roams around town with his electric guitar willing to show anyone he encounters that he's just as skilled as the famous Shinsengumi stars they admire. Unfortunately, Japan doesn't allow anything other than that group's Heaven's Songs, for writing or performing different types of music is forbidden and can lead to harsh consequences.\n\nAgitated by these strict rules and brainwashing, Ryouma does everything he can to show people that the music he loves will bring them the freedom they deserve. Along with his bandmates Shinsaku Takasugi and Kogoru Katsura, Ryouma works hard to find places for his rock 'n' roll group to perform. Refusing to back down until their music is accepted in Japan, the trio begin to realize that there's more to their passion than they had thought.", + "origin_country": [ + "JP" + ] + }, + { + "original_name": "3rd Rock from the Sun", + "id": 155, + "media_type": "tv", + "name": "3rd Rock from the Sun", + "vote_count": 166, + "vote_average": 7.27, + "poster_path": "/r7C2lGyEc5STQ80Ge9v1FEF8rha.jpg", + "first_air_date": "1996-01-09", + "popularity": 11.005, + "genre_ids": [ + 10765, + 35 + ], + "original_language": "en", + "backdrop_path": "/xzh7EZkUpKlQm60RJaQckvNSNex.jpg", + "overview": "3rd Rock from the Sun is an American sitcom that aired from 1996 to 2001 on NBC. The show is about four extraterrestrials who are on an expedition to Earth, which they consider to be a very insignificant planet. The extraterrestrials pose as a human family in order to observe the behavior of human beings.", + "origin_country": [ + "US" + ] + }, + { + "original_name": "School of Rock", + "id": 65876, + "media_type": "tv", + "name": "School of Rock", + "vote_count": 10, + "vote_average": 2.35, + "poster_path": "/2bgBpNELVO3FsE7iXwdJYeRDzyR.jpg", + "first_air_date": "2016-03-12", + "popularity": 5.235, + "genre_ids": [ + 35, + 10751 + ], + "original_language": "en", + "backdrop_path": "/fiL2iuMVTSxij1Scmc6dQPgyuqy.jpg", + "overview": "A group of rule-abiding prep school students – Zack, Lawrence, Freddy, Summer and Tomika – learn to take risks and reach new heights thanks to substitute teacher Dewey Finn, a down-on-his-luck musician who uses the language of rock ‘n’ roll to inspire his class to form a secret band. Throughout the school year, these middle-school classmates find themselves navigating relationships, discovering their unknown talents and learning lessons on loyalty and friendships.", + "origin_country": [ + "US" + ] + }, + { + "vote_average": 7, + "vote_count": 2158, + "id": 9802, + "video": false, + "media_type": "movie", + "title": "The Rock", + "popularity": 10.709, + "poster_path": "/pAVaLJQBRM4JlZEGXvezwbxOd15.jpg", + "original_language": "en", + "original_title": "The Rock", + "genre_ids": [ + 28, + 12, + 53 + ], + "backdrop_path": "/oxDIJiMnOebGkz1fD60SHbHhiTX.jpg", + "adult": false, + "overview": "FBI chemical warfare expert Stanley Goodspeed is sent on an urgent mission with a former British spy, John Patrick Mason, to stop Gen. Francis X. Hummel from launching chemical weapons on Alcatraz Island into San Francisco. Gen. Hummel demands $100 million in war reparations to be paid to the families of slain servicemen who died on covert operations. After their SEAL team is wiped out, Stanley and John deal with the soldiers on their own.", + "release_date": "1996-06-06" + }, + { + "vote_average": 6.2, + "vote_count": 1013, + "id": 13655, + "video": false, + "media_type": "movie", + "title": "Camp Rock", + "popularity": 6.924, + "poster_path": "/dTYrXKIJkiiDFDY8hrxXwZpDPb7.jpg", + "original_language": "en", + "original_title": "Camp Rock", + "genre_ids": [ + 35, + 18, + 10402, + 10770, + 10751 + ], + "backdrop_path": "/frQfDFEEhrCQzQFpxXlvtP2h0Fo.jpg", + "adult": false, + "overview": "When Mitchie gets a chance to attend Camp Rock, her life takes an unpredictable twist, and she learns just how important it is to be true to yourself.", + "release_date": "2008-06-20" + }, + { + "original_name": "Red Rock", + "id": 61823, + "media_type": "tv", + "name": "Red Rock", + "vote_count": 3, + "vote_average": 7.5, + "poster_path": "/yW5EyaGYR3LlkZXxgre7XmqRlQi.jpg", + "first_air_date": "2015-01-07", + "popularity": 2.427, + "genre_ids": [ + 10766, + 18, + 80 + ], + "original_language": "en", + "backdrop_path": "/doWZvqyBRrejKcKQvW6HQCuWH7g.jpg", + "overview": "Starting on the day a long, dormant feud between two local families is brutally reignited, this continuing drama is based around a busy Dublin Garda station. On one side, the Hennessys, a local dynasty, whose name is above half the businesses in town. On the other side, the Kielys, who have turned petty crime into a cottage industry. Charting the life and dramas of a community about to be enveloped by a feud, through the eyes of those who police it, each episode will be a mix of 'crime of the week' stories and on-going serial arcs, following principle characters in both their professional and personal lives. A powerful and moving drama, Red Rock is a contemporary western, set in the shadow of Ireland's 'gold rush'.", + "origin_country": [ + "IE" + ] + }, + { + "original_name": "SHOW BY ROCK!!", + "id": 65036, + "media_type": "tv", + "name": "Show by Rock!!", + "vote_count": 0, + "vote_average": 0, + "poster_path": "/hIVCiIxKDnZMaXX0G0bH1i17KHK.jpg", + "first_air_date": "2015-04-05", + "popularity": 1.498, + "genre_ids": [ + 16, + 35 + ], + "original_language": "ja", + "backdrop_path": "/nsBZSixItuqpgAwHdSEzRGOWmOM.jpg", + "overview": "Set in the glamorous metropolis Tokyo Midi City, where music—and the dream of musical superstardom—is everything. Here, “battle of the bands” is more than just a teen rivalry: Dozens of ensembles compete for the honor of playing atop the city’s highest tower.", + "origin_country": [ + "JP" + ] + }, + { + "original_name": "ブラック★ロックシューター", + "id": 43079, + "media_type": "tv", + "name": "Black Rock Shooter", + "vote_count": 9, + "vote_average": 7.61, + "poster_path": "/ydCIEE3e8mIkzPl71NbaNiEXV2V.jpg", + "first_air_date": "2012-01-28", + "popularity": 3.272, + "genre_ids": [ + 10759, + 16, + 18 + ], + "original_language": "ja", + "backdrop_path": "/oIqn1c5fluS6bubY3MX6Pw6TFvp.jpg", + "overview": "Black★Rock Shooter is a Japanese media franchise based on characters created by illustrator Ryohei Huke. It revolves around its eponymous character, a mysterious black haired girl with a blazing blue eye. The original illustration inspired a song of the same name by Supercell, which gained popularity on the Nico Nico Douga website. A 50-minute original video animation based on the franchise was produced by Yutaka Yamamoto's studio Ordet, written by Nagaru Tanigawa and Shinobu Yoshioka, and directed by Shinobu Yoshioka. A \"Pilot Edition\" was released on DVD and Blu-ray Disc in September 2009, before the full version was released on DVDs bundled with select magazines from July 24, 2010, subtitled in seven languages, followed by a retail release on December 17, 2010. An eight-episode anime television series aired on Fuji TV's Noitamina programming block between February 3 and March 23, 2012. The franchise has also spawned several manga series and a video game for the PlayStation Portable titled Black Rock Shooter: The Game, each set in their own universe.", + "origin_country": [ + "JP" + ] + }, + { + "vote_average": 5.7, + "vote_count": 113, + "id": 333667, + "video": false, + "media_type": "movie", + "title": "Rock Dog", + "popularity": 6.837, + "poster_path": "/7RXi2afiNJGU8EB79SD8HYoSz4O.jpg", + "original_language": "en", + "original_title": "Rock Dog", + "genre_ids": [ + 12, + 16, + 35, + 10751, + 10402 + ], + "backdrop_path": "/lsNSEfp4RVE0Rxc9HeyOHcGActm.jpg", + "adult": false, + "overview": "When a radio falls from the sky into the hands of a wide-eyed Tibetan Mastiff, he leaves home to fulfill his dream of becoming a musician, setting into motion a series of completely unexpected events.", + "release_date": "2016-07-08" + }, + { + "vote_average": 6.1, + "vote_count": 283, + "id": 12508, + "video": false, + "media_type": "movie", + "title": "Rock Star", + "popularity": 6.627, + "poster_path": "/eMbsUnRfRciBGLclsqmICPOXbir.jpg", + "original_language": "en", + "original_title": "Rock Star", + "genre_ids": [ + 10402, + 18, + 35 + ], + "backdrop_path": "/7rBbIWriZUllqLabRYtN8O4tDTu.jpg", + "adult": false, + "overview": "Rock Star tells the story of Chris Cole and a rock band called Steel Dragon. Cole is a photocopier technician by day, and the lead singer of a Steel Dragon tribute band called \"Blood Pollution\" by night.Internal struggles between the Steel Dragon band members culminate with the firing of the lead singer, Bobby Beers and the starting of recruitment sessions to find a new vocalist. Loosely inspired by the true story of the heavy metal band Judas Priest.", + "release_date": "2001-09-04" + }, + { + "vote_average": 6.9, + "vote_count": 2660, + "id": 1584, + "video": false, + "media_type": "movie", + "title": "School of Rock", + "popularity": 13.079, + "poster_path": "/cREN222Yw78zvSQ9bg17Y9QZS0c.jpg", + "original_language": "en", + "original_title": "School of Rock", + "genre_ids": [ + 35, + 10402 + ], + "backdrop_path": "/pM1CnP0ZN2VxmrTAbBZOS3PNoNE.jpg", + "adult": false, + "overview": "Fired from his band and hard up for cash, guitarist and vocalist Dewey Finn finagles his way into a job as a fifth-grade substitute teacher at a private school, where he secretly begins teaching his students the finer points of rock 'n' roll. The school's hard-nosed principal is rightly suspicious of Finn's activities. But Finn's roommate remains in the dark about what he's doing.", + "release_date": "2003-10-03" + }, + { + "original_name": "Sex&Drugs&Rock&Roll", + "id": 62936, + "media_type": "tv", + "name": "Sex&Drugs&Rock&Roll", + "vote_count": 25, + "vote_average": 4.94, + "poster_path": "/qNgcSpmqagSoerp82HqmfDfnpRJ.jpg", + "first_air_date": "2015-07-16", + "popularity": 4.924, + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/oFmmn54avNZaQspwkve3bKfi4kN.jpg", + "overview": "Johnny Rock is the aging lead singer of NYC's legendary early-'90s band The Heathens, who is trying to get both his band and his life back together. The aging and broke bad-boy rocker gets another shot at fame as a songwriter for a brash and talented young singer who's a big fan of his early work.", + "origin_country": [ + "US" + ] + }, + { + "vote_average": 6.1, + "vote_count": 634, + "id": 80585, + "video": false, + "media_type": "movie", + "title": "Rock of Ages", + "popularity": 10.102, + "poster_path": "/k5au98wpdbViuRWZMy6RbxMBXjl.jpg", + "original_language": "en", + "original_title": "Rock of Ages", + "genre_ids": [ + 35, + 18, + 10402, + 10749 + ], + "backdrop_path": "/epwiE1BS0WqnHoKdT1GcOh8VYYW.jpg", + "adult": false, + "overview": "A small town girl and a city boy meet on the Sunset Strip, while pursuing their Hollywood dreams.", + "release_date": "2012-06-13" + }, + { + "original_name": "Picnic at Hanging Rock", + "id": 78881, + "media_type": "tv", + "name": "Picnic at Hanging Rock", + "vote_count": 8, + "vote_average": 6.5, + "poster_path": "/tO5lLXy9GdxSRrKKlreqgLVfYGr.jpg", + "first_air_date": "2018-05-06", + "popularity": 3.384, + "genre_ids": [ + 18, + 9648 + ], + "original_language": "en", + "backdrop_path": "/5ao8UwOQs0vNmvVRTedCPl3T5EY.jpg", + "overview": "Valentine's Day, 1900. Three schoolgirls and their governess mysteriously disappear in Hanging Rock, Australia, without a trace.", + "origin_country": [ + "AU" + ] + }, + { + "vote_average": 5.5, + "vote_count": 3, + "id": 292136, + "video": true, + "media_type": "movie", + "title": "Rock Sangkut", + "popularity": 1.707, + "poster_path": "/nub91U8uVugAZXGrS8gkAYpULvG.jpg", + "original_language": "en", + "original_title": "Rock Sangkut", + "genre_ids": [ + 10770, + 18 + ], + "backdrop_path": "/fV6a6I6MDoXJYZaFAaGH0rmYllp.jpg", + "adult": false, + "overview": "Rock Sangkut is a comedy drama with Islamic religious value. Its a story about 3 young men from village try to form a rock band . They have to go through many challenges to chase their ambition. Destiny shown them that they not form a rock band but Nasyid", + "release_date": "2014-07-30" + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + }, + { + "RecordedAt": "2019-01-26T17:51:55.8035647Z", + "ReducedUri": "/3/search/multi?query=Rock&page=2&include_adult=false", + "RespData": { + "page": 2, + "total_results": 2983, + "total_pages": 150, + "results": [ + { + "vote_average": 5.5, + "vote_count": 3, + "id": 292136, + "video": true, + "media_type": "movie", + "title": "Rock Sangkut", + "popularity": 1.707, + "poster_path": "/nub91U8uVugAZXGrS8gkAYpULvG.jpg", + "original_language": "en", + "original_title": "Rock Sangkut", + "genre_ids": [ + 10770, + 18 + ], + "backdrop_path": "/fV6a6I6MDoXJYZaFAaGH0rmYllp.jpg", + "adult": false, + "overview": "Rock Sangkut is a comedy drama with Islamic religious value. Its a story about 3 young men from village try to form a rock band . They have to go through many challenges to chase their ambition. Destiny shown them that they not form a rock band but Nasyid", + "release_date": "2014-07-30" + }, + { + "vote_average": 5, + "vote_count": 112, + "id": 84178, + "video": false, + "media_type": "movie", + "title": "Black Rock", + "popularity": 4.748, + "poster_path": "/mn9UJZzPtH3i0f2PHW3pkA4x6st.jpg", + "original_language": "en", + "original_title": "Black Rock", + "genre_ids": [ + 53, + 27 + ], + "backdrop_path": "/sXNa8W1DsCEz4w5EhMlw3lyfhTD.jpg", + "adult": false, + "overview": "Three childhood friends set aside their personal issues and reunite for a girls’ weekend on a remote island off the coast of Maine. One wrong move turns their weekend getaway into a deadly fight for survival.", + "release_date": "2012-01-21" + }, + { + "original_name": "Rock Star", + "id": 4370, + "media_type": "tv", + "name": "Rock Star", + "vote_count": 0, + "vote_average": 0, + "poster_path": null, + "first_air_date": "2005-07-11", + "popularity": 1.712, + "genre_ids": [ + 10764 + ], + "original_language": "en", + "backdrop_path": null, + "overview": "Rock Star is a television series produced by Mark Burnett in which aspiring singers from all around the world competed to become the lead singer of a featured group. It debuted on CBS on July 11, 2005, to mediocre ratings. The show was hosted by television personality and commercial spokeswoman Brooke Burke and Jane's Addiction & Red Hot Chili Peppers lead guitarist Dave Navarro. In season one Australian band INXS chose J.D. Fortune as their new lead singer. For season two, the band Rock Star Supernova chose Lukas Rossi as the lead singer of their new supergroup.", + "origin_country": [ + "US" + ] + }, + { + "vote_average": 5.5, + "vote_count": 87, + "id": 20421, + "video": false, + "media_type": "movie", + "title": "Rock-A-Doodle", + "popularity": 6.822, + "poster_path": "/q5xSS8MNmrwR3em6VB6OC3992d6.jpg", + "original_language": "en", + "original_title": "Rock-A-Doodle", + "genre_ids": [ + 35, + 10751, + 16, + 14, + 10402 + ], + "backdrop_path": "/a00OOEO5GrQl6l7yxU7ukdPfdxK.jpg", + "adult": false, + "overview": "Chanticleer is a foolhardy farm rooster who believes his crows can actually make the sun come up and shine. When the sun rises one morning without Chanticleer's crow, he leaves the farm in disgrace and runs off to become a rock 'n' roll singer. But in his absence, a sinister, sunshine-hating owl prepares to take over.", + "release_date": "1991-08-02" + }, + { + "vote_average": 7.2, + "vote_count": 265, + "id": 11020, + "video": false, + "media_type": "movie", + "title": "Picnic at Hanging Rock", + "popularity": 7.482, + "poster_path": "/7BAXwmFN4pZDNb9N6kzmAAwdssi.jpg", + "original_language": "en", + "original_title": "Picnic at Hanging Rock", + "genre_ids": [ + 18, + 9648 + ], + "backdrop_path": "/j8sUDRN49OxOpZSZQDkYVssHtwK.jpg", + "adult": false, + "overview": "In the early 1900s, Miranda attends a girls boarding school in Australia. One Valentine's Day, the school's typically strict headmistress treats the girls to a picnic field trip to an unusual but scenic volcanic formation called Hanging Rock. Despite rules against it, Miranda and several other girls venture off. It's not until the end of the day that the faculty realizes the girls and one of the teachers have disappeared mysteriously.", + "release_date": "1975-09-02" + }, + { + "popularity": 5.106, + "media_type": "person", + "id": 2632, + "profile_path": "/5JCYKerIL0SdiqygtLUpG9Sw37P.jpg", + "name": "Chris Rock", + "known_for": [ + { + "vote_average": 6.8, + "vote_count": 5636, + "id": 953, + "video": false, + "media_type": "movie", + "title": "Madagascar", + "popularity": 19.979, + "poster_path": "/2YiESGB68BGQSAFvfJxBi774sc4.jpg", + "original_language": "en", + "original_title": "Madagascar", + "genre_ids": [ + 10751, + 16 + ], + "backdrop_path": "/wUetiqu2EFhHW94yTP0pWABfyUG.jpg", + "adult": false, + "overview": "Alex the lion is the king of the urban jungle, the main attraction at New York’s Central Park Zoo. He and his best friends—Marty the zebra, Melman the giraffe and Gloria the hippo—have spent their whole lives in blissful captivity before an admiring public and with regular meals provided for them. Not content to leave well enough alone, Marty lets his curiosity get the better of him and makes his escape—with the help of some prodigious penguins—to explore the world.", + "release_date": "2005-05-25" + }, + { + "vote_average": 6.3, + "vote_count": 3345, + "id": 10527, + "video": false, + "media_type": "movie", + "title": "Madagascar: Escape 2 Africa", + "popularity": 13.881, + "poster_path": "/9mohxwknsHcwFBSAAhoQXwFV5zn.jpg", + "original_language": "en", + "original_title": "Madagascar: Escape 2 Africa", + "genre_ids": [ + 10751, + 16, + 35 + ], + "backdrop_path": "/anxiz37Z9FPKeuCsJcxViSWmPxg.jpg", + "adult": false, + "overview": "Alex, Marty, and other zoo animals find a way to escape from Madagascar when the penguins reassemble a wrecked airplane. The precariously repaired craft stays airborne just long enough to make it to the African continent. There the New Yorkers encounter members of their own species for the first time. Africa proves to be a wild place, but Alex and company wonder if it is better than their Central Park home.", + "release_date": "2008-10-30" + }, + { + "vote_average": 7, + "vote_count": 3229, + "id": 644, + "video": false, + "media_type": "movie", + "title": "A.I. Artificial Intelligence", + "popularity": 15.067, + "poster_path": "/wnUAcUrMRGPPZUDroLeZhSjLkuu.jpg", + "original_language": "en", + "original_title": "A.I. Artificial Intelligence", + "genre_ids": [ + 18, + 878, + 12 + ], + "backdrop_path": "/idVdfyi51JtG7N5DPW6qeSankyV.jpg", + "adult": false, + "overview": "David, a robotic boy—the first of his kind programmed to love—is adopted as a test case by a Cybertronics employee and his wife. Though he gradually becomes their child, a series of unexpected circumstances make this life impossible for David. Without final acceptance by humans or machines, David embarks on a journey to discover where he truly belongs, uncovering a world in which the line between robot and machine is both vast and profoundly thin.", + "release_date": "2001-06-29" + } + ], + "adult": false + }, + { + "vote_average": 4.5, + "vote_count": 287, + "id": 889, + "video": false, + "media_type": "movie", + "title": "The Flintstones in Viva Rock Vegas", + "popularity": 7.043, + "poster_path": "/nEkMYwctrUH8ueaAcJFZnAEltMX.jpg", + "original_language": "en", + "original_title": "The Flintstones in Viva Rock Vegas", + "genre_ids": [ + 878, + 35, + 10751, + 10749 + ], + "backdrop_path": "/fqlDRnXRfUWziuBbVrujfhdRjMI.jpg", + "adult": false, + "overview": "The Flintstones are at it again. The Flintstones and the Rubbles head for Rock Vegas with Fred hoping to court the lovely Wilma. Nothing will stand in the way of love, except for the conniving Chip Rockefeller who is the playboy born in Baysville but who has made it in the cutthroat town of Rock Vegas. Will Fred win Wilma's love?", + "release_date": "2000-04-28" + }, + { + "vote_average": 7.2, + "vote_count": 40, + "id": 19672, + "video": false, + "media_type": "movie", + "title": "Rock On!!", + "popularity": 1.71, + "poster_path": "/qNcjyQDW1i3aSdVIEdnaTp8HTTS.jpg", + "original_language": "hi", + "original_title": "Rock On!!", + "genre_ids": [ + 18 + ], + "backdrop_path": "/Ajbn6Fq7sQJ42vNsnUShkhUU0Ui.jpg", + "adult": false, + "overview": "Sakshi Shroff, the lonely and neglected wife of busy banking executive, Aditya, decides to give him a surprise on his birthday on July 22nd, but ends surprising him multiple times. While Aditya is thrilled to know that he is going to be a dad, he is unhappy when he notices that Sakshi had also invited some ghosts (Rob Nancy and Kedar Zaveri) from his past. This gives rise to unpleasant memories involving a failed music group 'Magik' ; why the music group broke up, the acrimony especially between Aditya and his former friend, Joseph Mascarenhas; Sakshi takes it on herself to bring Magik back together", + "release_date": "2008-08-29" + }, + { + "vote_average": 6.8, + "vote_count": 158, + "id": 9781, + "video": false, + "media_type": "movie", + "title": "Detroit Rock City", + "popularity": 6.332, + "poster_path": "/jedOctnsD20K4IvOeh5jG811B8L.jpg", + "original_language": "en", + "original_title": "Detroit Rock City", + "genre_ids": [ + 35, + 10402 + ], + "backdrop_path": "/zbnE9vGzZdptLVJPrZ9c9lpNhNx.jpg", + "adult": false, + "overview": "In 1978, a Kiss concert was an epoch-making event. For the three teen fans in Detroit Rock City getting tickets to the sold-out show becomes the focal point of their existence. They'll do anything for tickets -- compete in a strip club's amateur-night contest, take on religious protesters, even rob a convenience store!", + "release_date": "1999-08-13" + }, + { + "original_name": "Schoolhouse Rock", + "id": 10077, + "media_type": "tv", + "name": "Schoolhouse Rock", + "vote_count": 6, + "vote_average": 8.17, + "poster_path": "/xD5BcI9ztMeQ0qm6Lx03ds6jyZl.jpg", + "first_air_date": "1973-01-06", + "popularity": 1.4, + "genre_ids": [ + 16 + ], + "original_language": "en", + "backdrop_path": "/7pVX7zXjVZOmqFMTui4n3UAWnie.jpg", + "overview": "Schoolhouse Rock! is an American interstitial programming series of animated musical educational short films that aired during the Saturday morning children's programming on the U.S. television network ABC. The topics covered included grammar, science, economics, history, mathematics, and civics. The series' original run lasted from 1973 to 1985, and was later revived with both old and new episodes airing from 1993 to 1999. Additional episodes were produced as recently as 2009 for direct-to-video release.", + "origin_country": [ + "US" + ] + }, + { + "original_name": "Yacht Rock", + "id": 6264, + "media_type": "tv", + "name": "Yacht Rock", + "vote_count": 2, + "vote_average": 5, + "poster_path": null, + "first_air_date": "2005-06-26", + "popularity": 1.4, + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": null, + "overview": "Yacht Rock was an online video series following the fictionalized lives and careers of American soft rock stars of the late 1970s and early 1980s. The series debuted on Channel 101 at the June 26, 2005 screening. It placed in the top five at subsequent screenings until the June 25, 2006 screening, where it placed seventh and was canceled. The show remained a popular download on Channel 101, convincing the creators to make two additional episodes independently. The 11th episode, featuring Jason Lee as Kevin Bacon, debuted during a screening at the Knitting Factory in New York City on December 27, 2007 and was later included with the other episodes on Channel 101. On May 5, 2010, the 12th and final episode of Yacht Rock was released onto YouTube and Channel 101.", + "origin_country": [] + }, + { + "vote_average": 7.6, + "vote_count": 33, + "id": 70027, + "video": false, + "media_type": "movie", + "title": "The Wrecking Crew", + "popularity": 2.547, + "poster_path": "/kttijtZRFbuFQe0s7S3Fvv8JiTI.jpg", + "original_language": "en", + "original_title": "The Wrecking Crew", + "genre_ids": [ + 10402, + 99 + ], + "backdrop_path": "/oW8fAxdL4f6b1hN7gaio7Y8V4AG.jpg", + "adult": false, + "overview": "A celebration of the musical work of a group of session musicians known as \"The Wrecking Crew\", a band that provided back-up instrumentals to such legendary recording artists as Frank Sinatra, The Beach Boys and Bing Crosby.", + "release_date": "2008-03-11" + }, + { + "vote_average": 6.5, + "vote_count": 51, + "id": 505159, + "video": false, + "media_type": "movie", + "title": "Chris Rock: Tamborine", + "popularity": 5.723, + "poster_path": "/7Pf9fQsDY2HvCsSQ6ObYBkMsdo5.jpg", + "original_language": "en", + "original_title": "Chris Rock: Tamborine", + "genre_ids": [ + 35, + 10770 + ], + "backdrop_path": "/5lSF2ZlhzX5LEPUvAwCe6Hbv9Nh.jpg", + "adult": false, + "overview": "Chris Rock takes the stage for his first comedy special in 10 years, filled with searing observations on fatherhood, infidelity and American politics.", + "release_date": "2018-02-14" + }, + { + "vote_average": 4.2, + "vote_count": 11, + "id": 59229, + "video": false, + "media_type": "movie", + "title": "Rock Monster", + "popularity": 1.552, + "poster_path": "/iDqMkN56ywFX1C4lNNx0WYhqWsy.jpg", + "original_language": "en", + "original_title": "Rock Monster", + "genre_ids": [ + 14, + 878 + ], + "backdrop_path": "/scIU4DnVWbDOlYd5EfuShjlzSww.jpg", + "adult": false, + "overview": "A college student, traveling with his friends to a remote eastern-European village, unwittingly releases the Rock Monster from it's ancient slumber to wreak havoc on the surrounding countryside", + "release_date": "2008-03-22" + }, + { + "vote_average": 6.6, + "vote_count": 103, + "id": 10427, + "video": false, + "media_type": "movie", + "title": "Red Rock West", + "popularity": 5.442, + "poster_path": "/1qUuBCnz4JHAGzlQhO6JXvju471.jpg", + "original_language": "en", + "original_title": "Red Rock West", + "genre_ids": [ + 80, + 18, + 53 + ], + "backdrop_path": "/5E1U1E09rrGed7pfhoaR2Q6SvDE.jpg", + "adult": false, + "overview": "When a promised job for Texan Michael fails to materialise in Wyoming, Mike is mistaken by Wayne to be the hitman he hired to kill his unfaithful wife, Suzanne. Mike takes full advantage of the situation, collects the money and runs. During his getaway, things go wrong, and soon get worse when he runs into the real hitman, Lyle.", + "release_date": "1993-07-08" + }, + { + "vote_average": 6, + "vote_count": 53, + "id": 62728, + "video": false, + "media_type": "movie", + "title": "Brighton Rock", + "popularity": 3.111, + "poster_path": "/4v5uebXkjFMpVVBi3dACUJRs19X.jpg", + "original_language": "en", + "original_title": "Brighton Rock", + "genre_ids": [ + 18, + 53, + 80 + ], + "backdrop_path": "/7eyOe19ZE3pZDWQoiDBfZX0gIn1.jpg", + "adult": false, + "overview": "Charts the headlong fall of Pinkie, a razor-wielding disadvantaged teenager with a religious death wish.", + "release_date": "2010-09-13" + }, + { + "original_name": "The Chris Rock Show", + "id": 6767, + "media_type": "tv", + "name": "The Chris Rock Show", + "vote_count": 2, + "vote_average": 5.5, + "poster_path": "/f8hotwR39F1CWUkVtaLMfNjYa2O.jpg", + "first_air_date": "1997-02-07", + "popularity": 1.96, + "genre_ids": [ + 35 + ], + "original_language": "en", + "backdrop_path": "/9rU9ErgPzo6zmnX8d8DNLQCuGEL.jpg", + "overview": "The Chris Rock Show is a late night comedy talk show featured on HBO. It was created by Chris Rock and featured various guests. The show won an Emmy for Outstanding Writing for a Variety or Music Program in 1999. It ran for five seasons from 1997 to 2000.", + "origin_country": [ + "US" + ] + }, + { + "vote_average": 6.4, + "vote_count": 34, + "id": 21356, + "video": false, + "media_type": "movie", + "title": "Rock & Rule", + "popularity": 3.154, + "poster_path": "/d5La4KVkVu2RC13hJFrOakA9EM3.jpg", + "original_language": "en", + "original_title": "Rock & Rule", + "genre_ids": [ + 12, + 16, + 14 + ], + "backdrop_path": "/fmDP3thG0nB2rFgurRBaM41CWGc.jpg", + "adult": false, + "overview": "A malevolent rock star kidnaps a female singer to force her to participate in the summoning of a demon and her band must help her stop him.", + "release_date": "1983-04-15" + }, + { + "original_name": "Rock!", + "id": 29108, + "media_type": "tv", + "name": "Rock!", + "vote_count": 0, + "vote_average": 0, + "poster_path": null, + "first_air_date": "2009-06-13", + "popularity": 0.6, + "genre_ids": [], + "original_language": "en", + "backdrop_path": null, + "overview": "", + "origin_country": [ + "NL" + ] + }, + { + "original_name": "Hulk Hogan's Rock 'n' Wrestling", + "id": 11016, + "media_type": "tv", + "name": "Hulk Hogan's Rock 'n' Wrestling", + "vote_count": 4, + "vote_average": 7, + "poster_path": "/8wfJkzVxrkq4VoloyzTma6kblTA.jpg", + "first_air_date": "1985-09-14", + "popularity": 2.434, + "genre_ids": [ + 16, + 10759, + 35 + ], + "original_language": "en", + "backdrop_path": "/4aDlqdV5LqHO1FRnNAIrkBEt05t.jpg", + "overview": "Hulk Hogan's Rock 'n' Wrestling is an American animated television series that originally aired on CBS Saturday mornings from September 14, 1985 to December 6, 1986, with reruns airing until June 27, 1987.", + "origin_country": [ + "US" + ] + } + ] + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/Data/data-TaggedImageConverterTest.json b/TMDbLibTests/Data/data-TaggedImageConverterTest.json new file mode 100644 index 0000000..f8cc4f9 --- /dev/null +++ b/TMDbLibTests/Data/data-TaggedImageConverterTest.json @@ -0,0 +1,257 @@ +[ + { + "RecordedAt": "2019-01-26T17:47:38.4173152Z", + "ReducedUri": "/3/person/41419/tagged_images?page=1", + "RespData": { + "id": 41419, + "page": 1, + "total_results": 8, + "results": [ + { + "iso_639_1": null, + "vote_count": 2, + "media_type": "tv", + "file_path": "/qvUxoJhfARTmHUmK9StpB7SViPg.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "original_name": "House", + "genre_ids": [ + 35, + 18, + 9648 + ], + "name": "House", + "popularity": 31.977, + "origin_country": [ + "US" + ], + "vote_count": 957, + "first_air_date": "2004-11-16", + "backdrop_path": "/ncdS5plsKvO3DLbRX0fBETB6SNS.jpg", + "original_language": "en", + "id": 1408, + "vote_average": 8.2, + "overview": "Dr. Gregory House, a drug-addicted, unconventional, misanthropic medical genius, leads a team of diagnosticians at the fictional Princeton–Plainsboro Teaching Hospital in New Jersey.", + "poster_path": "/lxSzRZ49NXwsiyHuvMsd19QxduC.jpg" + }, + "height": 1080, + "vote_average": 5.37, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 1, + "media_type": "movie", + "file_path": "/xfg7Q5Q5BBNlp0YOSzFk5dLE2Ba.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 5.973, + "id": 89008, + "video": false, + "vote_count": 306, + "vote_average": 5.4, + "title": "The Oranges", + "release_date": "2011-09-10", + "original_language": "en", + "original_title": "The Oranges", + "genre_ids": [ + 35, + 18, + 10749 + ], + "backdrop_path": "/xfg7Q5Q5BBNlp0YOSzFk5dLE2Ba.jpg", + "adult": false, + "overview": "A man's (Hugh Laurie) affair with his friend's much-younger daughter (Leighton Meester) throws two neighboring families into turmoil.", + "poster_path": "/9Fid6G5aMB3lRmzZrDXb14Xepap.jpg" + }, + "height": 720, + "vote_average": 5.3125, + "width": 1280 + }, + { + "iso_639_1": null, + "vote_count": 2, + "media_type": "movie", + "file_path": "/1RBdVycOQkr4ywTS8S4HbrpENtC.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 5.973, + "id": 89008, + "video": false, + "vote_count": 306, + "vote_average": 5.4, + "title": "The Oranges", + "release_date": "2011-09-10", + "original_language": "en", + "original_title": "The Oranges", + "genre_ids": [ + 35, + 18, + 10749 + ], + "backdrop_path": "/xfg7Q5Q5BBNlp0YOSzFk5dLE2Ba.jpg", + "adult": false, + "overview": "A man's (Hugh Laurie) affair with his friend's much-younger daughter (Leighton Meester) throws two neighboring families into turmoil.", + "poster_path": "/9Fid6G5aMB3lRmzZrDXb14Xepap.jpg" + }, + "height": 1080, + "vote_average": 5.2454212454212, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 2, + "media_type": "tv", + "file_path": "/pF5oNSIFGa8Gs52WGYH6au4f7k0.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "original_name": "House", + "genre_ids": [ + 35, + 18, + 9648 + ], + "name": "House", + "popularity": 31.977, + "origin_country": [ + "US" + ], + "vote_count": 957, + "first_air_date": "2004-11-16", + "backdrop_path": "/ncdS5plsKvO3DLbRX0fBETB6SNS.jpg", + "original_language": "en", + "id": 1408, + "vote_average": 8.2, + "overview": "Dr. Gregory House, a drug-addicted, unconventional, misanthropic medical genius, leads a team of diagnosticians at the fictional Princeton–Plainsboro Teaching Hospital in New Jersey.", + "poster_path": "/lxSzRZ49NXwsiyHuvMsd19QxduC.jpg" + }, + "height": 1080, + "vote_average": 5.202, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 1, + "media_type": "movie", + "file_path": "/o6WvVH3oTpCMgvg0GS7rYmfGIoP.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 0.701, + "id": 124330, + "video": false, + "vote_count": 2, + "vote_average": 5, + "title": "Let Them Talk A Celebration of New Orleans Blues", + "release_date": "2011-06-14", + "original_language": "en", + "original_title": "Let Them Talk A Celebration of New Orleans Blues", + "genre_ids": [ + 99 + ], + "backdrop_path": "/o6WvVH3oTpCMgvg0GS7rYmfGIoP.jpg", + "adult": false, + "overview": "An American favorite for his award-winning role in the hit TV series House, the versatile British actor Hugh Laurie showcases his musical side in an atmospheric personal odyssey filmed on location in New Orleans. Throughout the hour, there are intimate performances and rehearsals with blues legends Allen Toussaint and Irma Thomas, known as the “Soul Queen of New Orleans,” as well as another fellow traveler from Great Britain similarly inspired by this uniquely American music, Sir Tom Jones.", + "poster_path": "/2FQlU3aQhvPfsR9L0E7mBUvacCj.jpg" + }, + "height": 1080, + "vote_average": 5.171130952381, + "width": 1920 + }, + { + "iso_639_1": null, + "vote_count": 2, + "media_type": "movie", + "file_path": "/aDKwfFzl796RIUSvpD0iZTc0j0K.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 5.973, + "id": 89008, + "video": false, + "vote_count": 306, + "vote_average": 5.4, + "title": "The Oranges", + "release_date": "2011-09-10", + "original_language": "en", + "original_title": "The Oranges", + "genre_ids": [ + 35, + 18, + 10749 + ], + "backdrop_path": "/xfg7Q5Q5BBNlp0YOSzFk5dLE2Ba.jpg", + "adult": false, + "overview": "A man's (Hugh Laurie) affair with his friend's much-younger daughter (Leighton Meester) throws two neighboring families into turmoil.", + "poster_path": "/9Fid6G5aMB3lRmzZrDXb14Xepap.jpg" + }, + "height": 720, + "vote_average": 5.1062271062271, + "width": 1280 + }, + { + "iso_639_1": null, + "vote_count": 2, + "media_type": "movie", + "file_path": "/h8Vad7Qsu4xCvQoonwmFddok2Sg.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 5.973, + "id": 89008, + "video": false, + "vote_count": 306, + "vote_average": 5.4, + "title": "The Oranges", + "release_date": "2011-09-10", + "original_language": "en", + "original_title": "The Oranges", + "genre_ids": [ + 35, + 18, + 10749 + ], + "backdrop_path": "/xfg7Q5Q5BBNlp0YOSzFk5dLE2Ba.jpg", + "adult": false, + "overview": "A man's (Hugh Laurie) affair with his friend's much-younger daughter (Leighton Meester) throws two neighboring families into turmoil.", + "poster_path": "/9Fid6G5aMB3lRmzZrDXb14Xepap.jpg" + }, + "height": 720, + "vote_average": 5.1062271062271, + "width": 1280 + }, + { + "iso_639_1": null, + "vote_count": 0, + "media_type": "movie", + "file_path": "/6UF58og6xWC9Yh9zUuRsewSfQMY.jpg", + "aspect_ratio": 1.7777777777778, + "media": { + "popularity": 0.701, + "id": 124330, + "video": false, + "vote_count": 2, + "vote_average": 5, + "title": "Let Them Talk A Celebration of New Orleans Blues", + "release_date": "2011-06-14", + "original_language": "en", + "original_title": "Let Them Talk A Celebration of New Orleans Blues", + "genre_ids": [ + 99 + ], + "backdrop_path": "/o6WvVH3oTpCMgvg0GS7rYmfGIoP.jpg", + "adult": false, + "overview": "An American favorite for his award-winning role in the hit TV series House, the versatile British actor Hugh Laurie showcases his musical side in an atmospheric personal odyssey filmed on location in New Orleans. Throughout the hour, there are intimate performances and rehearsals with blues legends Allen Toussaint and Irma Thomas, known as the “Soul Queen of New Orleans,” as well as another fellow traveler from Great Britain similarly inspired by this uniquely American music, Sir Tom Jones.", + "poster_path": "/2FQlU3aQhvPfsR9L0E7mBUvacCj.jpg" + }, + "height": 720, + "vote_average": 0, + "width": 1280 + } + ], + "total_pages": 1 + }, + "RespStatusCode": 200, + "ReqMethod": "GET", + "RespHeaders": { + "Content-Type": "application/json; charset=utf-8" + } + } +] \ No newline at end of file diff --git a/TMDbLibTests/TMDbLibTests.csproj b/TMDbLibTests/TMDbLibTests.csproj index 5f02443..2d77862 100644 --- a/TMDbLibTests/TMDbLibTests.csproj +++ b/TMDbLibTests/TMDbLibTests.csproj @@ -18,4 +18,8 @@ + + + +