Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
A unique identifier for an authenticated user session. Usually used for user authentication
"02a0e6d34dbd8325254e83c78918599076a62b0e"
A specific page number to get results for. Defaults to 1
1
The language and region of the content, represented by an ISO 639-1 and ISO 3166-1 code combination (e.g, en-US for English, United States.). Defaults to en-US.
"en-US"
Used to determine the order in which results are sorted in the response (ascending or descending). Allowed values: * created_at.asc
: Sort by date created in ascending order * created_at.desc
: sort by date created in descending order Defaults to created_at.asc
created_at.asc
, created_at.desc
Response
Request successful
Current page number of the results
1
A list of TV episodes rated by the user
[
{
"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.\n",
"production_code": "4X5305",
"runtime": 22,
"season_number": 7,
"show_id": 1418,
"still_path": "/k8atjbd5gAsntuhbPnFpvnvo0qn.jpg",
"vote_average": 7.242,
"vote_count": 31,
"rating": 8
}
]
The total number of pages returned in the response
1
The total number of results returned in the response
1