Skip to main content
GET
/
3
/
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": "977",
  "item_present": false
}

Authorizations

Authorization
string
header
required

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

Path Parameters

list_id
string
required

Response

200 - application/json

Check Item Status

id
string
Example:

"977"

item_present
boolean
Example:

false