The Movie Database · JSON Structure

Tmdb Api Tv Season Changes By Id Response Structure

TMDB TV Series — Changes (200 payload).

Type: object Properties: 1
CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Properties

changes

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-changes-by-id-response-structure.json",
  "name": "TvSeasonChangesByIdResponse",
  "description": "TMDB TV Series \u2014 Changes (200 payload).",
  "type": "object",
  "properties": {
    "changes": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "key": {
            "type": "string",
            "examples": [
              "episode"
            ]
          },
          "items": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "string",
                  "examples": [
                    "5717c8c69251414cfd00250f"
                  ]
                },
                "action": {
                  "type": "string",
                  "examples": [
                    "updated"
                  ]
                },
                "time": {
                  "type": "string",
                  "examples": [
                    "2016-04-20 18:21:58 UTC"
                  ]
                },
                "value": {
                  "type": "object",
                  "properties": {
                    "episode_id": {
                      "type": "int32",
                      "examples": [
                        63056
                      ],
                      "default": 0
                    },
                    "episode_number": {
                      "type": "int32",
                      "examples": [
                        1
                      ],
                      "default": 0
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}