The Movie Database · Example Payload

Tmdb Api Tv Series Images Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Tmdb Api Tv Series Images 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.

Top-level fields

backdropsidlogosposters

Example Payload

Raw ↑
{
  "backdrops": [
    {
      "aspect_ratio": 1.778,
      "height": 800,
      "iso_639_1": {},
      "file_path": "/hZkgoQYus5vegHoetLkCJzb17zJ.jpg",
      "vote_average": 5.622,
      "vote_count": 20,
      "width": 1422
    }
  ],
  "id": 550,
  "logos": [
    {
      "aspect_ratio": 5.203,
      "height": 79,
      "iso_639_1": "he",
      "file_path": "/c1KLulrIhUqY5fT42nmC5aERGCp.png",
      "vote_average": 5.312,
      "vote_count": 1,
      "width": 411
    }
  ],
  "posters": [
    {
      "aspect_ratio": 0.667,
      "height": 900,
      "iso_639_1": "pt",
      "file_path": "/r3pPehX4ik8NLYPpbDRAh0YRtMb.jpg",
      "vote_average": 5.258,
      "vote_count": 6,
      "width": 600
    }
  ]
}