Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/list/{{list_id}}/item_status' \ --header 'Authorization: Bearer <token>'
{ "id": "8500209", "item_present": true }
This endpoint allows you to check if an item has been added to the list.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
This represents the list ID. Get it here
This represents the movie Id. Get it here
"1241982"
Check Item Status
"8500209"
true