Skip to content

Instantly share code, notes, and snippets.

@malcolmkmd
Created January 24, 2018 18:33
Show Gist options
  • Save malcolmkmd/320747abadd0c827e7f75583d474b049 to your computer and use it in GitHub Desktop.
Save malcolmkmd/320747abadd0c827e7f75583d474b049 to your computer and use it in GitHub Desktop.
Example Movie JSON response from the TMDB
{
"vote_count": 78,
"id": 374430,
"video": false,
"vote_average": 8.8,
"title": "Black Mirror: White Christmas",
"popularity": 3.055805,
"poster_path": "/he609rnU3tiwBjRklKNa4n2jQSd.jpg",
"original_language": "en",
"original_title": "Black Mirror: White Christmas",
"genre_ids": [
18,
27,
9648,
878,
53,
10770
],
"backdrop_path": "/rMCew7St2vy9iV3QOPzx15sAkFJ.jpg",
"adult": false,
"overview": "This feature-length special consists of three interwoven stories. 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. Matt is a charismatic American trying to bring the reserved, secretive Potter out of his shell. But are both men who they appear to be? A woman gets thrust into a nightmarish world of 'smart' gadgetry. Plus a look at what would happen if you could 'block' people in real life.",
"release_date": "2014-12-16"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment