Skip to main content
GET
Check item status

Authorizations

Authorization
string
header
required

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

Path Parameters

movie_id
integer
required

A unique identifier for a movie

Example:

18

Query Parameters

language
string

The language and region of the content, represented by an ISO 639-1 and ISO 3166-1 code combination (e.g, en-US for English, United States.). Defaults to en-US.

Example:

"en-US"

Response

200 - application/json

Request successful

id
string

A unique identifier for the item

Example:

"8500157"

item_present
boolean

A boolean value indicating whether the item is present (true) or not (false)

Example:

false