The Movie Database · JSON Structure

Tmdb Api Tv Series Screened Theatrically Response Structure

TMDB TV Series — Screened Theatrically (200 payload).

Type: object Properties: 2
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

TvSeriesScreenedTheatricallyResponse is a JSON Structure definition published by The Movie Database, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id results

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tmdb/refs/heads/main/json-structure/tmdb-api-tv-series-screened-theatrically-response-structure.json",
  "name": "TvSeriesScreenedTheatricallyResponse",
  "description": "TMDB TV Series \u2014 Screened Theatrically (200 payload).",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "examples": [
        1399
      ],
      "default": 0
    },
    "results": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "int32",
            "examples": [
              1159054
            ],
            "default": 0
          },
          "episode_number": {
            "type": "int32",
            "examples": [
              10
            ],
            "default": 0
          },
          "season_number": {
            "type": "int32",
            "examples": [
              5
            ],
            "default": 0
          }
        }
      }
    }
  }
}