The Movie Database · JSON Structure

Tmdb Api Tv Series Images Response Structure

TMDB TV Series — Images (200 payload).

Type: object Properties: 4
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Properties

backdrops id logos posters

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-images-response-structure.json",
  "name": "TvSeriesImagesResponse",
  "description": "TMDB TV Series \u2014 Images (200 payload).",
  "type": "object",
  "properties": {
    "backdrops": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "aspect_ratio": {
            "type": "double",
            "examples": [
              1.778
            ],
            "default": 0
          },
          "height": {
            "type": "int32",
            "examples": [
              800
            ],
            "default": 0
          },
          "iso_639_1": {},
          "file_path": {
            "type": "string",
            "examples": [
              "/hZkgoQYus5vegHoetLkCJzb17zJ.jpg"
            ]
          },
          "vote_average": {
            "type": "double",
            "examples": [
              5.622
            ],
            "default": 0
          },
          "vote_count": {
            "type": "int32",
            "examples": [
              20
            ],
            "default": 0
          },
          "width": {
            "type": "int32",
            "examples": [
              1422
            ],
            "default": 0
          }
        }
      }
    },
    "id": {
      "type": "int32",
      "examples": [
        550
      ],
      "default": 0
    },
    "logos": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "aspect_ratio": {
            "type": "double",
            "examples": [
              5.203
            ],
            "default": 0
          },
          "height": {
            "type": "int32",
            "examples": [
              79
            ],
            "default": 0
          },
          "iso_639_1": {
            "type": "string",
            "examples": [
              "he"
            ]
          },
          "file_path": {
            "type": "string",
            "examples": [
              "/c1KLulrIhUqY5fT42nmC5aERGCp.png"
            ]
          },
          "vote_average": {
            "type": "double",
            "examples": [
              5.312
            ],
            "default": 0
          },
          "vote_count": {
            "type": "int32",
            "examples": [
              1
            ],
            "default": 0
          },
          "width": {
            "type": "int32",
            "examples": [
              411
            ],
            "default": 0
          }
        }
      }
    },
    "posters": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "aspect_ratio": {
            "type": "double",
            "examples": [
              0.667
            ],
            "default": 0
          },
          "height": {
            "type": "int32",
            "examples": [
              900
            ],
            "default": 0
          },
          "iso_639_1": {
            "type": "string",
            "examples": [
              "pt"
            ]
          },
          "file_path": {
            "type": "string",
            "examples": [
              "/r3pPehX4ik8NLYPpbDRAh0YRtMb.jpg"
            ]
          },
          "vote_average": {
            "type": "double",
            "examples": [
              5.258
            ],
            "default": 0
          },
          "vote_count": {
            "type": "int32",
            "examples": [
              6
            ],
            "default": 0
          },
          "width": {
            "type": "int32",
            "examples": [
              600
            ],
            "default": 0
          }
        }
      }
    }
  }
}