Collection_id
This endpoint is used to get the collection_id.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
This is the name of the movie collection.
"The avengers collection"
This indicate whether the movie is an adult content.
false
Specifies the language in which the response should be returned.
"en-US"
Indicates which page of results to return. Default is the first page (1).
1
This refers to the geographical area or market that is relevant for the query being made.
Response
This indicates the current page number of the results being displayed.
1
An array which provides detailed information about the movie collection.
[
{
"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"
}
]
This indicates the total number of pages available based on the current query.
1
This indicate the total number of results that match the query.
1