The Movie Database · Example Payload

Tmdb Api List Details Response Example

The idea behind this list is to collect the live action comic book movies from within the Marvel franchise.

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Top-level fields

created_bydescriptionfavorite_countiditemsitem_countiso_639_1nameposter_path

Example Payload

Raw ↑
{
  "created_by": "travisbell",
  "description": "The idea behind this list is to collect the live action comic book movies from within the Marvel franchise.",
  "favorite_count": 0,
  "id": "1",
  "items": [
    {
      "adult": false,
      "backdrop_path": "/14QbnygCuTO0vl7CAFmPf1fgZfV.jpg",
      "genre_ids": [
        28
      ],
      "id": 634649,
      "media_type": "movie",
      "original_language": "en",
      "original_title": "Spider-Man: No Way Home",
      "overview": "Peter Parker ist demaskiert und kann sein normales Leben nicht mehr von den hohen Eins\u00e4tzen als Superheld trennen. Als er Doctor Strange um Hilfe bittet, wird die Lage noch gef\u00e4hrlicher und er muss entdecken, was es wirklich bedeutet, Spider-Man zu sein.",
      "popularity": 398.217,
      "poster_path": "/iNKf4D0AzOj9GLq8ZyG3WZaqibL.jpg",
      "release_date": "2021-12-15",
      "title": "Spider-Man: No Way Home",
      "video": false,
      "vote_average": 8,
      "vote_count": 17267
    }
  ],
  "item_count": 59,
  "iso_639_1": "en",
  "name": "The Marvel Universe",
  "poster_path": "/coJVIUEOToAEGViuhclM7pXC75R.jpg"
}