GET
/
3
/
tv
/
{series_id}
/
season
/
{season_number}
/
episode
/
{episode_number}
/
account_states
curl --request GET \
  --url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/season/%7B{season_number}%7D/episode/%7B{episode_number}%7D/account_states \
  --header 'Authorization: Bearer <token>'
{
  "id": 63057,
  "rated": false
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

series_id
string
required
season_number
string
required
episode_number
string
required

Response

200 - application/json

Account States Example

The response is of type object.