The Movie Database · Schema

TvSeriesLatestIdResponse

TMDB TV Series — Latest (200 payload).

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Properties

Name Type Description
adult boolean
backdrop_path object
created_by array
episode_run_time array
first_air_date string
genres array
homepage string
id integer
in_production boolean
languages array
last_air_date string
last_episode_to_air object
name string
next_episode_to_air object
networks array
number_of_episodes integer
number_of_seasons integer
origin_country array
original_language string
original_name string
overview string
popularity integer
poster_path object
production_companies array
production_countries array
seasons array
spoken_languages array
status string
tagline string
type string
vote_average integer
vote_count integer
View JSON Schema on GitHub

JSON Schema

tmdb-api-tv-series-latest-id-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-schema/tmdb-api-tv-series-latest-id-response-schema.json",
  "title": "TvSeriesLatestIdResponse",
  "description": "TMDB TV Series \u2014 Latest (200 payload).",
  "type": "object",
  "properties": {
    "adult": {
      "type": "boolean",
      "examples": [
        false
      ],
      "default": true
    },
    "backdrop_path": {},
    "created_by": {
      "type": "array"
    },
    "episode_run_time": {
      "type": "array"
    },
    "first_air_date": {
      "type": "string",
      "examples": [
        ""
      ]
    },
    "genres": {
      "type": "array"
    },
    "homepage": {
      "type": "string",
      "examples": [
        ""
      ]
    },
    "id": {
      "type": "integer",
      "examples": [
        225491
      ],
      "default": 0
    },
    "in_production": {
      "type": "boolean",
      "examples": [
        true
      ],
      "default": true
    },
    "languages": {
      "type": "array"
    },
    "last_air_date": {
      "type": "string",
      "examples": [
        "2023-04-21"
      ]
    },
    "last_episode_to_air": {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer",
          "examples": [
            4398801
          ],
          "default": 0
        },
        "name": {
          "type": "string",
          "examples": [
            "Episode 8"
          ]
        },
        "overview": {
          "type": "string",
          "examples": [
            ""
          ]
        },
        "vote_average": {
          "type": "integer",
          "examples": [
            0
          ],
          "default": 0
        },
        "vote_count": {
          "type": "integer",
          "examples": [
            0
          ],
          "default": 0
        },
        "air_date": {
          "type": "string",
          "examples": [
            "2023-04-21"
          ]
        },
        "episode_number": {
          "type": "integer",
          "examples": [
            8
          ],
          "default": 0
        },
        "production_code": {
          "type": "string",
          "examples": [
            ""
          ]
        },
        "runtime": {},
        "season_number": {
          "type": "integer",
          "examples": [
            1
          ],
          "default": 0
        },
        "show_id": {
          "type": "integer",
          "examples": [
            225491
          ],
          "default": 0
        },
        "still_path": {}
      }
    },
    "name": {
      "type": "string",
      "examples": [
        "\u5996\u602a\u4f20"
      ]
    },
    "next_episode_to_air": {},
    "networks": {
      "type": "array"
    },
    "number_of_episodes": {
      "type": "integer",
      "examples": [
        1
      ],
      "default": 0
    },
    "number_of_seasons": {
      "type": "integer",
      "examples": [
        1
      ],
      "default": 0
    },
    "origin_country": {
      "type": "array",
      "items": {
        "type": "string",
        "examples": [
          "CN"
        ]
      }
    },
    "original_language": {
      "type": "string",
      "examples": [
        "zh"
      ]
    },
    "original_name": {
      "type": "string",
      "examples": [
        "\u5996\u602a\u4f20"
      ]
    },
    "overview": {
      "type": "string",
      "examples": [
        ""
      ]
    },
    "popularity": {
      "type": "integer",
      "examples": [
        0
      ],
      "default": 0
    },
    "poster_path": {},
    "production_companies": {
      "type": "array"
    },
    "production_countries": {
      "type": "array"
    },
    "seasons": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "air_date": {},
          "episode_count": {
            "type": "integer",
            "examples": [
              1
            ],
            "default": 0
          },
          "id": {
            "type": "integer",
            "examples": [
              338956
            ],
            "default": 0
          },
          "name": {
            "type": "string",
            "examples": [
              "Season 1"
            ]
          },
          "overview": {
            "type": "string",
            "examples": [
              ""
            ]
          },
          "poster_path": {},
          "season_number": {
            "type": "integer",
            "examples": [
              1
            ],
            "default": 0
          }
        }
      }
    },
    "spoken_languages": {
      "type": "array"
    },
    "status": {
      "type": "string",
      "examples": [
        "Returning Series"
      ]
    },
    "tagline": {
      "type": "string",
      "examples": [
        ""
      ]
    },
    "type": {
      "type": "string",
      "examples": [
        "Scripted"
      ]
    },
    "vote_average": {
      "type": "integer",
      "examples": [
        0
      ],
      "default": 0
    },
    "vote_count": {
      "type": "integer",
      "examples": [
        0
      ],
      "default": 0
    }
  }
}