Skip to content

Instantly share code, notes, and snippets.

@hkakutalua
Created December 25, 2017 13:21
Show Gist options
  • Save hkakutalua/160e35f57936c4e5fbce68016f0ac339 to your computer and use it in GitHub Desktop.
Save hkakutalua/160e35f57936c4e5fbce68016f0ac339 to your computer and use it in GitHub Desktop.
First request in TMDB
{
"page": 1,
"total_results": 338505,
"total_pages": 16926,
"results": [
{
"vote_count": 4804,
"id": 346364,
"video": false,
"vote_average": 7.2,
"title": "It",
"popularity": 853.55826,
"poster_path": "/9E2y5Q7WlCVNEhP5GiVTjhEhx1o.jpg",
"original_language": "en",
"original_title": "It",
"genre_ids": [
18,
14,
27,
53
],
"backdrop_path": "/tcheoA2nPATCm2vvXw2hVQoaEFD.jpg",
"adult": false,
"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.",
"release_date": "2017-09-05"
},
{
"vote_count": 1500,
"id": 181808,
"video": false,
"vote_average": 7.4,
"title": "Star Wars: The Last Jedi",
"popularity": 765.602056,
"poster_path": "/xGWVjewoXnJhvxKW619cMzppJDQ.jpg",
"original_language": "en",
"original_title": "Star Wars: The Last Jedi",
"genre_ids": [
28,
12,
14,
878
],
"backdrop_path": "/5Iw7zQTHVRBOYpA0V6z0yypOPZh.jpg",
"adult": false,
"overview": "Rey develops her newly discovered abilities with the guidance of Luke Skywalker, who is unsettled by the strength of her powers. Meanwhile, the Resistance prepares to do battle with the First Order.",
"release_date": "2017-12-13"
},
{
"vote_count": 590,
"id": 354912,
"video": false,
"vote_average": 7.4,
"title": "Coco",
"popularity": 663.530711,
"poster_path": "/eKi8dIrr8voobbaGzDpe8w0PVbC.jpg",
"original_language": "en",
"original_title": "Coco",
"genre_ids": [
12,
16,
10751
],
"backdrop_path": "/askg3SMvhqEl4OL52YuvdtY40Yb.jpg",
"adult": false,
"overview": "Despite his family’s baffling generations-old ban on music, Miguel dreams of becoming an accomplished musician like his idol, Ernesto de la Cruz. Desperate to prove his talent, Miguel finds himself in the stunning and colorful Land of the Dead following a mysterious chain of events. Along the way, he meets charming trickster Hector, and together, they set off on an extraordinary journey to unlock the real story behind Miguel's family history.",
"release_date": "2017-10-27"
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment