Skip to main content
GET
/
list
/
{list_id}
/
item_status
Check Item Status
curl --request GET \
  --url https://api.themoviedb.org/3/list/{list_id}/item_status \
  --header 'Authorization: Bearer <token>'
{
  "id": 1,
  "item_present": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

list_id
integer
required

The ID of the list

Query Parameters

language
string

Defaults to en-US

movie_id
integer

The ID of the movie

Response

200 - application/json

Successful

id
string

A unique identifier

item_present
string

The item present in the list