GET
/
3
/
tv
/
{series_id}
/
account_states
curl --request GET \
  --url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/account_states
{
  "favorite": false,
  "id": 209867,
  "rated": false,
  "watchlist": false
}

Path Parameters

series_id
string
required

Query Parameters

session_id
string
Example:

"99f5fe8d04188f32c8fe2092c365a3f85cb3e376"

Response

200 - application/json

Account States

The response is of type object.