Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Original, translated or alternative name of the movie you want to search.
Example:
"The Avengers"
defaults to false
Example:
"boolean"
defaults to en-US
Example:
"string"
Example:
"string"
defaults to 1
Example:
"int32"
Example:
"string"
Example:
"string"
Response
200 - application/json
search movies
Example:
1
Example:
[
{
"adult": false,
"backdrop_path": "/zuW6fOiusv4X9nnW3paHGfXcSll.jpg",
"id": 86311,
"name": "The Avengers Collection",
"original_language": "en",
"original_name": "The Avengers Collection",
"overview": "A superhero film series produced by Marvel Studios based on the Marvel Comics superhero team of the same name, and part of the Marvel Cinematic Universe (MCU). The series features an ensemble cast from the Marvel Cinematic Universe series films, as they join forces for the peacekeeping organization S.H.I.E.L.D. led by Nick Fury.",
"poster_path": "/yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg"
}
]
Example:
1
Example:
1