GET
/
3
/
collection
/
{collection_id}
curl --request GET \
  --url https://api.themoviedb.org/3/collection/%7B{collection_id}%7D
{
  "backdrop_path": "/mxKADQjfnhcb8mCBCii9aKMQVVW.jpg",
  "id": 591122,
  "name": "The Pirates Collection",
  "overview": "",
  "parts": [
    {
      "adult": false,
      "backdrop_path": "/pwpw1veVNW2Sls5sGbA9mqMYN49.jpg",
      "genre_ids": [
        28,
        12,
        35,
        14
      ],
      "id": 591120,
      "media_type": "movie",
      "original_language": "ko",
      "original_title": "해적: 도깨비 깃발",
      "overview": "A gutsy crew of Joseon pirates and bandits battle stormy waters, puzzling clues and militant rivals in search of royal gold lost at sea.",
      "popularity": 24.176,
      "poster_path": "/50UQeTrUM7ErXzkvqCsV6EXcM3g.jpg",
      "release_date": "2022-01-26",
      "title": "The Pirates: The Last Royal Treasure",
      "video": false,
      "vote_average": 6.6,
      "vote_count": 197
    },
    {
      "adult": false,
      "backdrop_path": "/8UfYtyCeWGbhfyyq0u0xYwEYaZb.jpg",
      "genre_ids": [
        28,
        12,
        35,
        14
      ],
      "id": 285213,
      "media_type": "movie",
      "original_language": "ko",
      "original_title": "해적: 바다로 간 산적",
      "overview": "At the cusp of the founding of Joseon Dynasty, an envoy from China is delivering Emperor’s Ming’s Royal Seal. But nature in the form of a giant whale intervenes and swallows the royal seal.  When a generous reward is offered to whomever can retrieve the royal seal from the belly of the whale, the race is on. A group of mountain bandits led by Jang Sa Jung and a group of pirates led by Yeo Wol  go after the lost treasure, but who will get to to it first?",
      "popularity": 18.924,
      "poster_path": "/4qU1SW1b2Txf3Ge9rGlddDthSgx.jpg",
      "release_date": "2014-08-06",
      "title": "The Pirates",
      "video": false,
      "vote_average": 6.988,
      "vote_count": 214
    }
  ],
  "poster_path": "/qqrBeINPOFr2FLD4EeBLI90PzHo.jpg"
}

Path Parameters

collection_id
string
required

Query Parameters

language
string
Example:

"en-US"

Response

200 - application/json

Details

The response is of type object.