The Movie Database · Example Payload

Tmdb Api Account Rated Tv Episodes Response Example

CatalogDiscoveryEntertainmentImagesMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Tmdb Api Account Rated Tv Episodes 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": [
    {
      "air_date": "2013-10-17",
      "episode_number": 5,
      "id": 64782,
      "name": "The Workplace Proximity",
      "overview": "Amy starts working at Caltech which causes friction with Sheldon. Howard agrees with Sheldon who mentions this to Bernadette causing a big fight for the Wolowitzes.",
      "production_code": "4X5305",
      "runtime": 22,
      "season_number": 7,
      "show_id": 1418,
      "still_path": "/k8atjbd5gAsntuhbPnFpvnvo0qn.jpg",
      "vote_average": 7.242,
      "vote_count": 31,
      "rating": 8
    }
  ],
  "total_pages": 10,
  "total_results": 186
}