The Movie Database · JSON Structure

Tmdb Api Tv Episode Images Response Structure

TMDB TV Series — Images (200 payload).

Type: object Properties: 2
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

TvEpisodeImagesResponse 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 stills

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-episode-images-response-structure.json",
  "name": "TvEpisodeImagesResponse",
  "description": "TMDB TV Series \u2014 Images (200 payload).",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "examples": [
        63056
      ],
      "default": 0
    },
    "stills": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "aspect_ratio": {
            "type": "double",
            "examples": [
              1.778
            ],
            "default": 0
          },
          "height": {
            "type": "int32",
            "examples": [
              1080
            ],
            "default": 0
          },
          "iso_639_1": {},
          "file_path": {
            "type": "string",
            "examples": [
              "/9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg"
            ]
          },
          "vote_average": {
            "type": "double",
            "examples": [
              5.454
            ],
            "default": 0
          },
          "vote_count": {
            "type": "int32",
            "examples": [
              3
            ],
            "default": 0
          },
          "width": {
            "type": "int32",
            "examples": [
              1920
            ],
            "default": 0
          }
        }
      }
    }
  }
}