GET
/
3
/
search
/
collection
curl --request GET \
  --url https://api.themoviedb.org/3/search/collection \
  --header 'Authorization: Bearer <token>'
{
  "page": 1,
  "results": [
    {
      "adult": false,
      "backdrop_path": null,
      "id": 482721,
      "name": "Alien Avengers Collection",
      "original_language": "en",
      "original_name": "Alien Avengers Collection",
      "overview": "Alien Avengers (Welcome to Planet Earth) and Alien Avengers II (Aliens Among Us)",
      "poster_path": null
    },
    {
      "adult": false,
      "backdrop_path": "/lJRGgbi4Slsz171vcJ0Ctgiea6v.jpg",
      "id": 286904,
      "name": "Ultimate Avengers Collection",
      "original_language": "en",
      "original_name": "Ultimate Avengers Collection",
      "overview": "When a nuclear missile was fired at Washington in 1945, Captain America managed to detonate it in the upper atmosphere. But then he fell miles into the icy depths of the North Atlantic, where he remained lost for over sixty years. But now, with the world facing the very same evil, Captain America must rise again as our last hope for survival.",
      "poster_path": "/bOXJmKCHKtqJILiJ5womPDigEoc.jpg"
    },
    {
      "adult": false,
      "backdrop_path": "/tp0buiNBb6iFjlr34lCB9ardTEA.jpg",
      "id": 522577,
      "name": "Avengers Grimm Collection",
      "original_language": "en",
      "original_name": "Avengers Grimm Collection",
      "overview": "Avengers Grimm is a 2015 American fantasy action adventure film written, co-edited, and directed by Jeremy M. Inman. The film, produced by B-movie film company The Asylum, stars Casper Van Dien, Lou Ferrigno, Kimo Leopoldo, Lauren Parkinson, Milynn Sarley, Marah Fairclough, Rileah Vanderbilt, and Elizabeth Peterson. Avengers Grimm received a direct sequel in 2018 through Avengers Grimm: Time Wars while also having gotten a loose spin-off through Sinister Squad in 2016.",
      "poster_path": "/eqtBgoCRAj0VOcSZ7j5aqcK4pGt.jpg"
    },
    {
      "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"
    },
    {
      "adult": false,
      "backdrop_path": "/AvnqpRwlEaYNVL6wzC4RN94EdSd.jpg",
      "id": 531241,
      "name": "Spider-Man (MCU) Collection",
      "original_language": "en",
      "original_name": "Spider-Man (MCU) Collection",
      "overview": "A superhero film series based on the Marvel character Spider-Man, portrayed by Tom Holland. The series is centered on Peter Parker, an academically gifted but socially inept high school student who fights crime as Spider-Man, a member of The Avengers.",
      "poster_path": "/plxMngMDZ3r2OSPn84UlyNHkmwi.jpg"
    }
  ],
  "total_pages": 1,
  "total_results": 6
}

Authorizations

Authorization
string
header
required

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

Query Parameters

query
string
Example:

"avengers"

Response

200 - application/json

New Request

The response is of type object.