The Movie Database · Example Payload

Tmdb Api Account Lists Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Tmdb Api Account Lists 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

pageresultstotal_pagestotal_results

Example Payload

Raw ↑
{
  "page": 1,
  "results": [
    {
      "description": "",
      "favorite_count": 0,
      "id": 120174,
      "item_count": 5,
      "iso_639_1": "en",
      "list_type": "movie",
      "name": "Test Alpha Sort",
      "poster_path": {}
    }
  ],
  "total_pages": 2,
  "total_results": 25
}