GET
/
3
/
list
/
{list_id}
/
item_status
curl --request GET \
  --url https://api.themoviedb.org/3/list/%7B{list_id}%7D/item_status
{
  "id": "8505645",
  "item_present": true
}

Path Parameters

list_id
string
required

Query Parameters

language
string
Example:

"en-US"

movie_id
string
Example:

"645757"

Response

200 - application/json

Status

The response is of type object.