The Movie Database · JSON Structure

Tmdb Api Tv Season Images Response Structure

TMDB TV Series — Images (200 payload).

Type: object Properties: 2
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

TvSeasonImagesResponse 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 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-season-images-response-structure.json",
  "name": "TvSeasonImagesResponse",
  "description": "TMDB TV Series \u2014 Images (200 payload).",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "examples": [
        3624
      ],
      "default": 0
    },
    "posters": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "aspect_ratio": {
            "type": "double",
            "examples": [
              0.667
            ],
            "default": 0
          },
          "height": {
            "type": "int32",
            "examples": [
              1500
            ],
            "default": 0
          },
          "iso_639_1": {
            "type": "string",
            "examples": [
              "en"
            ]
          },
          "file_path": {
            "type": "string",
            "examples": [
              "/wgfKiqzuMrFIkU1M68DDDY8kGC1.jpg"
            ]
          },
          "vote_average": {
            "type": "double",
            "examples": [
              5.514
            ],
            "default": 0
          },
          "vote_count": {
            "type": "int32",
            "examples": [
              18
            ],
            "default": 0
          },
          "width": {
            "type": "int32",
            "examples": [
              1000
            ],
            "default": 0
          }
        }
      }
    }
  }
}