The Movie Database · Example Payload

Tmdb Api Tv Season Changes By Id Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Tmdb Api Tv Season Changes By Id Response Example is an example object payload from The Movie Database, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

changes

Example Payload

Raw ↑
{
  "changes": [
    {
      "key": "episode",
      "items": [
        {
          "id": {},
          "action": {},
          "time": {},
          "value": {}
        }
      ]
    }
  ]
}