curl --request GET \
--url 'https://api.themoviedb.org/3/account/{{account_id}}/rated/tv/episodes' \
--header 'Authorization: Bearer <token>'{
"page": 1,
"results": [],
"total_pages": 0,
"total_results": 0
}This endpoint allows you to get a user’s list of rated TV episodes.
curl --request GET \
--url 'https://api.themoviedb.org/3/account/{{account_id}}/rated/tv/episodes' \
--header 'Authorization: Bearer <token>'{
"page": 1,
"results": [],
"total_pages": 0,
"total_results": 0
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
language format of the details you want to get.
"en-US"
what page the query belongs
"1"
filter the query by ascending or descending order
"created_at.asc"
filter by the user session ID
"string"