The Movie Database · Example Payload

Tmdb Api Movie Upcoming List Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Tmdb Api Movie Upcoming List Response Example is an example object payload from The Movie Database, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datespageresultstotal_pagestotal_results

Example Payload

Raw ↑
{
  "dates": {
    "maximum": "2023-05-23",
    "minimum": "2023-05-04"
  },
  "page": 1,
  "results": [
    {
      "adult": false,
      "backdrop_path": "/7bWxAsNPv9CXHOhZbJVlj2KxgfP.jpg",
      "genre_ids": [
        27
      ],
      "id": 713704,
      "original_language": "en",
      "original_title": "Evil Dead Rise",
      "overview": "Two sisters find an ancient vinyl that gives birth to bloodthirsty demons that run amok in a Los Angeles apartment building and thrusts them into a primal battle for survival as they face the most nightmarish version of family imaginable.",
      "popularity": 1696.367,
      "poster_path": "/mIBCtPvKZQlxubxKMeViO2UrP3q.jpg",
      "release_date": "2023-04-12",
      "title": "Evil Dead Rise",
      "video": false,
      "vote_average": 7,
      "vote_count": 207
    }
  ],
  "total_pages": 19,
  "total_results": 369
}