v1

latestOpenAPI 3.1.02026-07-24270489.8 KB

Rated TV Episodes

Get a users list of rated TV episodes.

get/3/account/{account_id}/rated/tv/episodes

Path parameters

account_idinteger required

Query parameters

languagestring
pageinteger
session_idstring
sort_by'created_at.asc' | 'created_at.desc'

Response

200

pageinteger
total_pagesinteger
total_resultsinteger

Example response

{
  "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
}