The Movie Database · Example Payload

Tmdb Api Tv Episode Account States Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Tmdb Api Tv Episode Account States Response Example is an example object payload from The Movie Database, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idfavoriteratedwatchlist

Example Payload

Raw ↑
{
  "id": 550,
  "favorite": true,
  "rated": {
    "value": 9
  },
  "watchlist": false
}