TV EPISODES
cURL
curl --request GET \ --url https://api.themoviedb.org/3/tv/{series_id}/season/{season_number}/episode/{episode_number}/account_states \ --header 'Authorization: Bearer <token>'
{ "id": 65906, "rated": false }
This endpoint get the rating, watchlist and favourite status of a TV episode.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
a uniques identifier for a tv serie
1
2
Account States
65906
false