GET
/
3
/
collection
/
{collection_id}
curl --request GET \
  --url https://api.themoviedb.org/3/collection/{collection_id} \
  --header 'Authorization: Bearer <token>'
{
  "backdrop_path": "/zuW6fOiusv4X9nnW3paHGfXcSll.jpg",
  "id": 86311,
  "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.",
  "parts": [
    {
      "adult": false,
      "backdrop_path": "/9BBTo63ANSmhC4e6r62OJFuK2GL.jpg",
      "genre_ids": [
        878,
        28,
        12
      ],
      "id": 24428,
      "media_type": "movie",
      "original_language": "en",
      "original_title": "The Avengers",
      "overview": "When an unexpected enemy emerges and threatens global safety and security, Nick Fury, director of the international peacekeeping agency known as S.H.I.E.L.D., finds himself in need of a team to pull the world back from the brink of disaster. Spanning the globe, a daring recruitment effort begins!",
      "popularity": 132.151,
      "poster_path": "/RYMX2wcKCBAr24UyPD7xwmjaTn.jpg",
      "release_date": "2012-04-25",
      "title": "The Avengers",
      "video": false,
      "vote_average": 7.724,
      "vote_count": 30925
    },
    {
      "adult": false,
      "backdrop_path": "/6YwkGolwdOMNpbTOmLjoehlVWs5.jpg",
      "genre_ids": [
        28,
        12,
        878
      ],
      "id": 99861,
      "media_type": "movie",
      "original_language": "en",
      "original_title": "Avengers: Age of Ultron",
      "overview": "When Tony Stark tries to jumpstart a dormant peacekeeping program, things go awry and Earth’s Mightiest Heroes are put to the ultimate test as the fate of the planet hangs in the balance. As the villainous Ultron emerges, it is up to The Avengers to stop him from enacting his terrible plans, and soon uneasy alliances and unexpected action pave the way for an epic and unique global adventure.",
      "popularity": 93.226,
      "poster_path": "/4ssDuvEDkSArWEdyBl2X5EHvYKU.jpg",
      "release_date": "2015-04-22",
      "title": "Avengers: Age of Ultron",
      "video": false,
      "vote_average": 7.274,
      "vote_count": 23034
    },
    {
      "adult": false,
      "backdrop_path": "/mDfJG3LC3Dqb67AZ52x3Z0jU0uB.jpg",
      "genre_ids": [
        12,
        28,
        878
      ],
      "id": 299536,
      "media_type": "movie",
      "original_language": "en",
      "original_title": "Avengers: Infinity War",
      "overview": "As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.",
      "popularity": 213.079,
      "poster_path": "/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg",
      "release_date": "2018-04-25",
      "title": "Avengers: Infinity War",
      "video": false,
      "vote_average": 8.242,
      "vote_count": 29902
    },
    {
      "adult": false,
      "backdrop_path": "/7RyHsO4yDXtBv1zUU3mTpHeQ0d5.jpg",
      "genre_ids": [
        12,
        878,
        28
      ],
      "id": 299534,
      "media_type": "movie",
      "original_language": "en",
      "original_title": "Avengers: Endgame",
      "overview": "After the devastating events of Avengers: Infinity War, the universe is in ruins due to the efforts of the Mad Titan, Thanos. With the help of remaining allies, the Avengers must assemble once more in order to undo Thanos' actions and restore order to the universe once and for all, no matter what consequences may be in store.",
      "popularity": 120.474,
      "poster_path": "/bR8ISy1O9XQxqiy0fQFw2BX72RQ.jpg",
      "release_date": "2019-04-24",
      "title": "Avengers: Endgame",
      "video": false,
      "vote_average": 8.246,
      "vote_count": 25766
    }
  ],
  "poster_path": "/yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

collection_id
number
required

A unique identifier assigned to a specific collection.

Example:

""

Query Parameters

language
string

Specifies the language in which the response should be returned.

Example:

"en-US"

Response

200 - application/json
details
backdrop_path
string

The URL path to the backdrop image associated with the collection.

Example:

"/zuW6fOiusv4X9nnW3paHGfXcSll.jpg"

id
number

A unique identifier for the movie collection.

Example:

86311

name
string

The title of the movie collection.

Example:

"The Avengers Collection"

overview
string

A brief summary of the film's plot.

Example:

"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."

parts
object[]

refers to individual movies that are part of the larger collection identified as "The Avengers Collection".

Example:
[
  {
    "adult": false,
    "backdrop_path": "/9BBTo63ANSmhC4e6r62OJFuK2GL.jpg",
    "genre_ids": [878, 28, 12],
    "id": 24428,
    "media_type": "movie",
    "original_language": "en",
    "original_title": "The Avengers",
    "overview": "When an unexpected enemy emerges and threatens global safety and security, Nick Fury, director of the international peacekeeping agency known as S.H.I.E.L.D., finds himself in need of a team to pull the world back from the brink of disaster. Spanning the globe, a daring recruitment effort begins!",
    "popularity": 132.151,
    "poster_path": "/RYMX2wcKCBAr24UyPD7xwmjaTn.jpg",
    "release_date": "2012-04-25",
    "title": "The Avengers",
    "video": false,
    "vote_average": 7.724,
    "vote_count": 30925
  },
  {
    "adult": false,
    "backdrop_path": "/6YwkGolwdOMNpbTOmLjoehlVWs5.jpg",
    "genre_ids": [28, 12, 878],
    "id": 99861,
    "media_type": "movie",
    "original_language": "en",
    "original_title": "Avengers: Age of Ultron",
    "overview": "When Tony Stark tries to jumpstart a dormant peacekeeping program, things go awry and Earth’s Mightiest Heroes are put to the ultimate test as the fate of the planet hangs in the balance. As the villainous Ultron emerges, it is up to The Avengers to stop him from enacting his terrible plans, and soon uneasy alliances and unexpected action pave the way for an epic and unique global adventure.",
    "popularity": 93.226,
    "poster_path": "/4ssDuvEDkSArWEdyBl2X5EHvYKU.jpg",
    "release_date": "2015-04-22",
    "title": "Avengers: Age of Ultron",
    "video": false,
    "vote_average": 7.274,
    "vote_count": 23034
  },
  {
    "adult": false,
    "backdrop_path": "/mDfJG3LC3Dqb67AZ52x3Z0jU0uB.jpg",
    "genre_ids": [12, 28, 878],
    "id": 299536,
    "media_type": "movie",
    "original_language": "en",
    "original_title": "Avengers: Infinity War",
    "overview": "As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.",
    "popularity": 213.079,
    "poster_path": "/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg",
    "release_date": "2018-04-25",
    "title": "Avengers: Infinity War",
    "video": false,
    "vote_average": 8.242,
    "vote_count": 29902
  },
  {
    "adult": false,
    "backdrop_path": "/7RyHsO4yDXtBv1zUU3mTpHeQ0d5.jpg",
    "genre_ids": [12, 878, 28],
    "id": 299534,
    "media_type": "movie",
    "original_language": "en",
    "original_title": "Avengers: Endgame",
    "overview": "After the devastating events of Avengers: Infinity War, the universe is in ruins due to the efforts of the Mad Titan, Thanos. With the help of remaining allies, the Avengers must assemble once more in order to undo Thanos' actions and restore order to the universe once and for all, no matter what consequences may be in store.",
    "popularity": 120.474,
    "poster_path": "/bR8ISy1O9XQxqiy0fQFw2BX72RQ.jpg",
    "release_date": "2019-04-24",
    "title": "Avengers: Endgame",
    "video": false,
    "vote_average": 8.246,
    "vote_count": 25766
  }
]
poster_path
string

The URL path to the movie's poster image (used for display purposes).

Example:

"/yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg"