This endpoint get the list of user’s list of rated tv episodes
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
user's account id
page number to retrieve specific paginated results.
session ID for authentication or tracking purposes
language based on region
Sort the results either in ascending order or descending order
created_at.asc, created_at.desc Rated Tv Episodes
1
[
{
"air_date": "2023-11-22",
"episode_number": 1,
"episode_type": "standard",
"id": 4669401,
"name": "Red Light, Green Light",
"overview": "Hundreds of hopefuls in tracksuits set out to cross the finish line during the opening game of \"Red Light, Green Light.\" A cookie challenge causes chaos.",
"production_code": "",
"rating": 8,
"runtime": 57,
"season_number": 1,
"show_id": 204082,
"still_path": "/uzRQDQTxljTFUJefhy1KxN9Fzkw.jpg",
"vote_average": 7.976,
"vote_count": 84
}
]1
1