Tmdb Api Account Watchlist Movies Response Example is an example object payload from The Movie Database, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"page": 1,
"results": [
{
"adult": false,
"backdrop_path": "/rgNzvSagnlc32TuMEBa529QFIig.jpg",
"genre_ids": [
878
],
"id": 76726,
"original_language": "en",
"original_title": "Chronicle",
"overview": "Three high school students make an incredible discovery, leading to their developing uncanny powers beyond their understanding. As they learn to control their abilities and use them to their advantage, their lives start to spin out of control, and their darker sides begin to take over.",
"popularity": 37.148,
"poster_path": "/xENglsVIIWEEhhB5lgpy33tGcKI.jpg",
"release_date": "2012-02-01",
"title": "Chronicle",
"video": false,
"vote_average": 6.822,
"vote_count": 4741
}
],
"total_pages": 34,
"total_results": 677
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.