The Movie Database · Example Payload

Tmdb Api Tv Series Similar Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Tmdb Api Tv Series Similar 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": [
    {
      "adult": false,
      "backdrop_path": "/zcFSvWa34nDn2NcqOPuthyOIBWT.jpg",
      "genre_ids": [
        18
      ],
      "id": 197063,
      "origin_country": [
        "KR"
      ],
      "original_language": "ko",
      "original_name": "\uc885\uc774\ub2ec",
      "overview": "A thriller drama about Yoo I-hwa, a stay-at-home mom living her comfortable and contented life without desires, but to her husband's indifference. While working as a bank contract employee, she unexpectedly touches money from VIP clients and gradually falls into an irreversible collapse.",
      "popularity": 12.299,
      "poster_path": "/xXWynVdMGyJXBUDvIN27AXM3iJJ.jpg",
      "first_air_date": "2023-04-10",
      "name": "Pale Moon",
      "vote_average": 7,
      "vote_count": 2
    }
  ],
  "total_pages": 82,
  "total_results": 1639
}