Movies
Get movie details
This endpoint is used to get the details of a movie by its ID.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A unique identifier for a movie
Example:
18
Query Parameters
A comma separated list of endpoints within this namespace, 20 items max.
Example:
"collections"
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
The response is of type object
.