The Movie Database · Example Payload

Tmdb Api Tv Episode Details Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Top-level fields

air_datecrewepisode_numberguest_starsnameoverviewidproduction_coderuntimeseason_numberstill_pathvote_averagevote_count

Example Payload

Raw ↑
{
  "air_date": "2011-04-17",
  "crew": [
    {
      "department": "Directing",
      "job": "Director",
      "credit_id": "5256c8a219c2956ff6046e77",
      "adult": false,
      "gender": 2,
      "id": 44797,
      "known_for_department": "Directing",
      "name": "Timothy Van Patten",
      "original_name": "Timothy Van Patten",
      "popularity": 7.775,
      "profile_path": "/MzSOFrd99HRdr6pkSRSctk3kBR.jpg"
    }
  ],
  "episode_number": 1,
  "guest_stars": [
    {
      "character": "Benjen Stark",
      "credit_id": "5256c8b919c2956ff604836a",
      "order": 62,
      "adult": false,
      "gender": 2,
      "id": 119783,
      "known_for_department": "Acting",
      "name": "Joseph Mawle",
      "original_name": "Joseph Mawle",
      "popularity": 6.758,
      "profile_path": "/1Ocb9v3h54beGVoJMm4w50UQhLf.jpg"
    }
  ],
  "name": "Winter Is Coming",
  "overview": "Jon Arryn, the Hand of the King, is dead. King Robert Baratheon plans to ask his oldest friend, Eddard Stark, to take Jon's place. Across the sea, Viserys Targaryen plans to wed his sister to a nomadic warlord in exchange for an army.",
  "id": 63056,
  "production_code": "101",
  "runtime": 62,
  "season_number": 1,
  "still_path": "/9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg",
  "vote_average": 7.8,
  "vote_count": 286
}