Skip to main content
GET
/
3
/
movie
/
{movie_id}
/
account_states
Account States
curl --request GET \
  --url 'https://api.themoviedb.org/3/movie/{{movie_id}}/account_states'
{
  "favorite": false,
  "id": 939243,
  "rated": false,
  "watchlist": false
}

Path Parameters

movie_id
string
required

Query Parameters

session_id
string
Example:

"596cf761bccb080266249540bcdc13a0ea708109"

Response

200 - application/json

States

favorite
boolean
Example:

false

id
number
Example:

939243

rated
boolean
Example:

false

watchlist
boolean
Example:

false