GET
/
3
/
list
/
{list_id}
/
item_status
curl --request GET \
  --url https://api.themoviedb.org/3/list/{list_id}/item_status \
  --header 'Authorization: Bearer <token>'
{
  "id": "8504076",
  "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
Example:

8504086

Query Parameters

langauge
string
default:en-US
movie_id
integer
Example:

15

Response

200 - application/json

Check item Status

The response is of type object.