The Movie Database · Example Payload

Tmdb Api Tv Series Latest Id Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Top-level fields

adultbackdrop_pathcreated_byepisode_run_timefirst_air_dategenreshomepageidin_productionlanguageslast_air_datelast_episode_to_airnamenext_episode_to_airnetworksnumber_of_episodesnumber_of_seasonsorigin_countryoriginal_languageoriginal_nameoverviewpopularityposter_pathproduction_companiesproduction_countriesseasonsspoken_languagesstatustaglinetypevote_averagevote_count

Example Payload

Raw ↑
{
  "adult": false,
  "backdrop_path": {},
  "created_by": [
    {}
  ],
  "episode_run_time": [
    {}
  ],
  "first_air_date": "",
  "genres": [
    {}
  ],
  "homepage": "",
  "id": 225491,
  "in_production": true,
  "languages": [
    {}
  ],
  "last_air_date": "2023-04-21",
  "last_episode_to_air": {
    "id": 4398801,
    "name": "Episode 8",
    "overview": "",
    "vote_average": 0,
    "vote_count": 0,
    "air_date": "2023-04-21",
    "episode_number": 8,
    "production_code": "",
    "runtime": {},
    "season_number": 1,
    "show_id": 225491,
    "still_path": {}
  },
  "name": "\u5996\u602a\u4f20",
  "next_episode_to_air": {},
  "networks": [
    {}
  ],
  "number_of_episodes": 1,
  "number_of_seasons": 1,
  "origin_country": [
    "CN"
  ],
  "original_language": "zh",
  "original_name": "\u5996\u602a\u4f20",
  "overview": "",
  "popularity": 0,
  "poster_path": {},
  "production_companies": [
    {}
  ],
  "production_countries": [
    {}
  ],
  "seasons": [
    {
      "air_date": {},
      "episode_count": 1,
      "id": 338956,
      "name": "Season 1",
      "overview": "",
      "poster_path": {},
      "season_number": 1
    }
  ],
  "spoken_languages": [
    {}
  ],
  "status": "Returning Series",
  "tagline": "",
  "type": "Scripted",
  "vote_average": 0,
  "vote_count": 0
}