The Movie Database · Example Payload

Tmdb Api Tv Episode Images Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Top-level fields

idstills

Example Payload

Raw ↑
{
  "id": 63056,
  "stills": [
    {
      "aspect_ratio": 1.778,
      "height": 1080,
      "iso_639_1": {},
      "file_path": "/9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg",
      "vote_average": 5.454,
      "vote_count": 3,
      "width": 1920
    }
  ]
}