> ## Documentation Index
> Fetch the complete documentation index at: https://emiloju.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get collection details

> This endpoint is used to get the details for a collection.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/collection/10
openapi: 3.0.3
info:
  title: Endpoints
  description: This section contains all the endpoints used in the documentation.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: Authentication
    description: This section contains all endpoints used for authentication
  - name: Accounts
    description: This section contains account-specific endpoints.
  - name: Favorites
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows, episodes to favorites, and also to get a list of
      favorites for the account.
  - name: Movies
    description: >-
      This section contains an endpoint to add a movie to favorites, and another
      to get a list of favorite movies for a TMDB account.
  - name: TV shows
    description: >-
      This section contains an endpoint to get the favorite TV shows for an
      account.
  - name: Watchlist
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows to watchlist, and also to get a list of watchlist for the
      account.
  - name: Movies1
    description: >-
      This section contains an endpoint that allows a TMDB account to add a
      movie to watchlist, and another to get the movies in a watchlist.
  - name: TV shows1
    description: >-
      This section contains an endpoint used to get TV shows in an account's
      watchlist.
  - name: Ratings
    description: >-
      This section contains endpoints used to get all movies, TV Shows, and
      episodes rated by a TMDB account.
  - name: Movies12
    description: >-
      This section contains an endpoint used to get a list of movies rated by a
      TMDB account.
  - name: TV shows12
    description: >-
      This section contains an endpoint used to get a list of TV shows rated by
      a TMDB account.
  - name: Episodes
    description: >-
      This section contains an endpoint used to get a list of episodes rated by
      a TMDB account.
  - name: Lists
    description: Endpoints for a TMDB account lists.
  - name: Guest sessions
    description: This section contains all endpoints accessible by a guest session.
  - name: Movies
    description: For movies.
  - name: TV episodes
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      episodes.
  - name: TV seasons
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      seasons.
  - name: TV series
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      series.
  - name: TV series lists
    description: This section contains all endpoints used to list TV series.
  - name: TV episode groups
    description: This section contains an endpoint used to retrieve data for TV episodes.
  - name: Watch providers
    description: Get available regions.
  - name: People
    description: About people lists.
  - name: Companies
    description: >-
      This section contains all endpoints used to retrieve data for supported
      companies.
  - name: Discover
    description: This section contains all endpoints used to discover movies and TV shows.
  - name: Recent changes
    description: >-
      This section contains all endpoints used to get recent changes in the TMDB
      database.
  - name: Credit
    description: This section contains an endpoint used to retrieve movie credits.
  - name: Certifications
    description: >-
      This section contains all endpoints used to get certification for movies
      and TV shows.
  - name: Collections
    description: This section contains all endpoints used to retrieve data for collections
  - name: Configuration
    description: >-
      This section contains all endpoints used to retrieve data on TMDB's
      configurations.
  - name: Find
    description: >-
      This section contains an endpoint used to search the TMDB database by
      External ID.
  - name: Genres
    description: This section contains endpoints related to genres.
  - name: Keywords
    description: >-
      This section contains an endpoint used to get keywords in the database by
      an ID.
  - name: Movie lists
    description: >-
      This section contains all endpoints used to retrieve movies by multiple
      search filters.
  - name: Networks
    description: For network endpoints.
  - name: Reviews
    description: For reviews endpoints.
  - name: Search
    description: For search endpoints.
  - name: Trending
    description: For trending videos.
paths:
  /3/collection/10:
    get:
      tags:
        - Collections
      summary: Get collection details
      description: This endpoint is used to get the details for a collection.
      operationId: getCollectionDetails
      responses:
        '200':
          description: Get collection details
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=16808
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sat, 07 Dec 2024 12:26:44 GMT
            ETag:
              schema:
                type: string
                example: W/"f08292eec97e52d16c8783785c7463b5"
            Server:
              schema:
                type: string
                example: openresty
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            Via:
              schema:
                type: string
                example: >-
                  1.1 10a9e9969f05a75cc05e6f70b8499f7e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: xjfqQVsrWM4UOwDG1ERNz2d6ihusuYQFI60u1AetdnMtqYkq_JQXBQ==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '10460'
            x-memc-expires:
              schema:
                type: string
                example: '16808'
            x-memc-key:
              schema:
                type: string
                example: 78ef3a08449bf3dea7e1f0a7126aef4c
          content:
            application/json:
              schema:
                type: object
                properties:
                  backdrop_path:
                    type: string
                    example: /zZDkgOmFMVYpGAkR9Tkxw0CRnxX.jpg
                  id:
                    type: number
                    example: 10
                  name:
                    type: string
                    example: Star Wars Collection
                  overview:
                    type: string
                    example: >-
                      An epic space-opera theatrical film series, which depicts
                      the adventures of various characters "a long time ago in a
                      galaxy far, far away…."
                  parts:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          example: /zqkmTXzjkAgXmEWLRsY4UpTWCeo.jpg
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 12
                          example:
                            - 12
                            - 28
                            - 878
                        id:
                          type: number
                          example: 11
                        media_type:
                          type: string
                          example: movie
                        original_language:
                          type: string
                          example: en
                        original_title:
                          type: string
                          example: Star Wars
                        overview:
                          type: string
                          example: >-
                            Princess Leia is captured and held hostage by the
                            evil Imperial forces in their effort to take over
                            the galactic Empire. Venturesome Luke Skywalker and
                            dashing captain Han Solo team together with the
                            loveable robot duo R2-D2 and C-3PO to rescue the
                            beautiful princess and restore peace and justice in
                            the Empire.
                        popularity:
                          type: number
                          example: 99.77
                        poster_path:
                          type: string
                          example: /6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg
                        release_date:
                          type: string
                          example: '1977-05-25'
                        title:
                          type: string
                          example: Star Wars
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 8.2
                        vote_count:
                          type: number
                          example: 20609
                    example:
                      - adult: false
                        backdrop_path: /zqkmTXzjkAgXmEWLRsY4UpTWCeo.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 11
                        media_type: movie
                        original_language: en
                        original_title: Star Wars
                        overview: >-
                          Princess Leia is captured and held hostage by the evil
                          Imperial forces in their effort to take over the
                          galactic Empire. Venturesome Luke Skywalker and
                          dashing captain Han Solo team together with the
                          loveable robot duo R2-D2 and C-3PO to rescue the
                          beautiful princess and restore peace and justice in
                          the Empire.
                        popularity: 99.77
                        poster_path: /6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg
                        release_date: '1977-05-25'
                        title: Star Wars
                        video: false
                        vote_average: 8.2
                        vote_count: 20609
                      - adult: false
                        backdrop_path: /aJCtkxLLzkk1pECehVjKHA2lBgw.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 1891
                        media_type: movie
                        original_language: en
                        original_title: The Empire Strikes Back
                        overview: >-
                          The epic saga continues as Luke Skywalker, in hopes of
                          defeating the evil Galactic Empire, learns the ways of
                          the Jedi from aging master Yoda. But Darth Vader is
                          more determined than ever to capture Luke. Meanwhile,
                          rebel leader Princess Leia, cocky Han Solo, Chewbacca,
                          and droids C-3PO and R2-D2 are thrown into various
                          stages of capture, betrayal and despair.
                        popularity: 50.915
                        poster_path: /nNAeTmF4CtdSgMDplXTDPOpYzsX.jpg
                        release_date: '1980-05-20'
                        title: The Empire Strikes Back
                        video: false
                        vote_average: 8.392
                        vote_count: 16945
                      - adult: false
                        backdrop_path: /7dRclUQeG8kxadrXn7BcwnxZvh5.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 1892
                        media_type: movie
                        original_language: en
                        original_title: Return of the Jedi
                        overview: >-
                          Luke Skywalker leads a mission to rescue his friend
                          Han Solo from the clutches of Jabba the Hutt, while
                          the Emperor seeks to destroy the Rebellion once and
                          for all with a second dreaded Death Star.
                        popularity: 40.379
                        poster_path: /jQYlydvHm3kUix1f8prMucrplhm.jpg
                        release_date: '1983-05-25'
                        title: Return of the Jedi
                        video: false
                        vote_average: 7.9
                        vote_count: 15646
                      - adult: false
                        backdrop_path: /3TeGmKJfkik1D1rIoqGb1aR4k9c.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 1893
                        media_type: movie
                        original_language: en
                        original_title: 'Star Wars: Episode I - The Phantom Menace'
                        overview: >-
                          Anakin Skywalker, a young slave strong with the Force,
                          is discovered on Tatooine. Meanwhile, the evil Sith
                          have returned, enacting their plot for revenge against
                          the Jedi.
                        popularity: 47.47
                        poster_path: /6wkfovpn7Eq8dYNKaG5PY3q2oq6.jpg
                        release_date: '1999-05-19'
                        title: 'Star Wars: Episode I - The Phantom Menace'
                        video: false
                        vote_average: 6.6
                        vote_count: 14576
                      - adult: false
                        backdrop_path: /abwxHfymXGAbbH3lo9PDEJEfvtW.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 1894
                        media_type: movie
                        original_language: en
                        original_title: 'Star Wars: Episode II - Attack of the Clones'
                        overview: >-
                          Following an assassination attempt on Senator Padmé
                          Amidala, Jedi Knights Anakin Skywalker and Obi-Wan
                          Kenobi investigate a mysterious plot that could change
                          the galaxy forever.
                        popularity: 37.039
                        poster_path: /oZNPzxqM2s5DyVWab09NTQScDQt.jpg
                        release_date: '2002-05-15'
                        title: 'Star Wars: Episode II - Attack of the Clones'
                        video: false
                        vote_average: 6.6
                        vote_count: 13197
                      - adult: false
                        backdrop_path: /5vDuLrjJXFS9PTF7Q1xzobmYKR9.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 1895
                        media_type: movie
                        original_language: en
                        original_title: 'Star Wars: Episode III - Revenge of the Sith'
                        overview: >-
                          The evil Darth Sidious enacts his final plan for
                          unlimited power -- and the heroic Jedi Anakin
                          Skywalker must choose a side.
                        popularity: 39.235
                        poster_path: /xfSAoBEm9MNBjmlNcDYLvLSMlnq.jpg
                        release_date: '2005-05-17'
                        title: 'Star Wars: Episode III - Revenge of the Sith'
                        video: false
                        vote_average: 7.4
                        vote_count: 13682
                      - adult: false
                        backdrop_path: /k6EOrckWFuz7I4z4wiRwz8zsj4H.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 140607
                        media_type: movie
                        original_language: en
                        original_title: 'Star Wars: The Force Awakens'
                        overview: >-
                          Thirty years after defeating the Galactic Empire, Han
                          Solo and his allies face a new threat from the evil
                          Kylo Ren and his army of Stormtroopers.
                        popularity: 64.451
                        poster_path: /wqnLdwVXoBjKibFRR5U3y0aDUhs.jpg
                        release_date: '2015-12-15'
                        title: 'Star Wars: The Force Awakens'
                        video: false
                        vote_average: 7.3
                        vote_count: 19332
                      - adult: false
                        backdrop_path: /jOzrELAzFxtMx2I4uDGHOotdfsS.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 181812
                        media_type: movie
                        original_language: en
                        original_title: 'Star Wars: The Rise of Skywalker'
                        overview: >-
                          The surviving Resistance faces the First Order once
                          again as the journey of Rey, Finn and Poe Dameron
                          continues. With the power and knowledge of generations
                          behind them, the final battle begins.
                        popularity: 63.163
                        poster_path: /db32LaOibwEliAmSL2jjDF6oDdj.jpg
                        release_date: '2019-12-18'
                        title: 'Star Wars: The Rise of Skywalker'
                        video: false
                        vote_average: 6.3
                        vote_count: 9886
                      - adult: false
                        backdrop_path: /5Iw7zQTHVRBOYpA0V6z0yypOPZh.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 181808
                        media_type: movie
                        original_language: en
                        original_title: 'Star Wars: The Last Jedi'
                        overview: >-
                          Rey develops her newly discovered abilities with the
                          guidance of Luke Skywalker, who is unsettled by the
                          strength of her powers. Meanwhile, the Resistance
                          prepares to do battle with the First Order.
                        popularity: 66.099
                        poster_path: /kOVEVeg59E0wsnXmF9nrh6OmWII.jpg
                        release_date: '2017-12-13'
                        title: 'Star Wars: The Last Jedi'
                        video: false
                        vote_average: 6.8
                        vote_count: 15253
                  poster_path:
                    type: string
                    example: /r8Ph5MYXL04Qzu4QBbq2KjqwtkQ.jpg
              examples:
                Get collection details:
                  value:
                    backdrop_path: /zZDkgOmFMVYpGAkR9Tkxw0CRnxX.jpg
                    id: 10
                    name: Star Wars Collection
                    overview: >-
                      An epic space-opera theatrical film series, which depicts
                      the adventures of various characters "a long time ago in a
                      galaxy far, far away…."
                    parts:
                      - adult: false
                        backdrop_path: /zqkmTXzjkAgXmEWLRsY4UpTWCeo.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 11
                        media_type: movie
                        original_language: en
                        original_title: Star Wars
                        overview: >-
                          Princess Leia is captured and held hostage by the evil
                          Imperial forces in their effort to take over the
                          galactic Empire. Venturesome Luke Skywalker and
                          dashing captain Han Solo team together with the
                          loveable robot duo R2-D2 and C-3PO to rescue the
                          beautiful princess and restore peace and justice in
                          the Empire.
                        popularity: 99.77
                        poster_path: /6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg
                        release_date: '1977-05-25'
                        title: Star Wars
                        video: false
                        vote_average: 8.2
                        vote_count: 20609
                      - adult: false
                        backdrop_path: /aJCtkxLLzkk1pECehVjKHA2lBgw.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 1891
                        media_type: movie
                        original_language: en
                        original_title: The Empire Strikes Back
                        overview: >-
                          The epic saga continues as Luke Skywalker, in hopes of
                          defeating the evil Galactic Empire, learns the ways of
                          the Jedi from aging master Yoda. But Darth Vader is
                          more determined than ever to capture Luke. Meanwhile,
                          rebel leader Princess Leia, cocky Han Solo, Chewbacca,
                          and droids C-3PO and R2-D2 are thrown into various
                          stages of capture, betrayal and despair.
                        popularity: 50.915
                        poster_path: /nNAeTmF4CtdSgMDplXTDPOpYzsX.jpg
                        release_date: '1980-05-20'
                        title: The Empire Strikes Back
                        video: false
                        vote_average: 8.392
                        vote_count: 16945
                      - adult: false
                        backdrop_path: /7dRclUQeG8kxadrXn7BcwnxZvh5.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 1892
                        media_type: movie
                        original_language: en
                        original_title: Return of the Jedi
                        overview: >-
                          Luke Skywalker leads a mission to rescue his friend
                          Han Solo from the clutches of Jabba the Hutt, while
                          the Emperor seeks to destroy the Rebellion once and
                          for all with a second dreaded Death Star.
                        popularity: 40.379
                        poster_path: /jQYlydvHm3kUix1f8prMucrplhm.jpg
                        release_date: '1983-05-25'
                        title: Return of the Jedi
                        video: false
                        vote_average: 7.9
                        vote_count: 15646
                      - adult: false
                        backdrop_path: /3TeGmKJfkik1D1rIoqGb1aR4k9c.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 1893
                        media_type: movie
                        original_language: en
                        original_title: 'Star Wars: Episode I - The Phantom Menace'
                        overview: >-
                          Anakin Skywalker, a young slave strong with the Force,
                          is discovered on Tatooine. Meanwhile, the evil Sith
                          have returned, enacting their plot for revenge against
                          the Jedi.
                        popularity: 47.47
                        poster_path: /6wkfovpn7Eq8dYNKaG5PY3q2oq6.jpg
                        release_date: '1999-05-19'
                        title: 'Star Wars: Episode I - The Phantom Menace'
                        video: false
                        vote_average: 6.6
                        vote_count: 14576
                      - adult: false
                        backdrop_path: /abwxHfymXGAbbH3lo9PDEJEfvtW.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 1894
                        media_type: movie
                        original_language: en
                        original_title: 'Star Wars: Episode II - Attack of the Clones'
                        overview: >-
                          Following an assassination attempt on Senator Padmé
                          Amidala, Jedi Knights Anakin Skywalker and Obi-Wan
                          Kenobi investigate a mysterious plot that could change
                          the galaxy forever.
                        popularity: 37.039
                        poster_path: /oZNPzxqM2s5DyVWab09NTQScDQt.jpg
                        release_date: '2002-05-15'
                        title: 'Star Wars: Episode II - Attack of the Clones'
                        video: false
                        vote_average: 6.6
                        vote_count: 13197
                      - adult: false
                        backdrop_path: /5vDuLrjJXFS9PTF7Q1xzobmYKR9.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 1895
                        media_type: movie
                        original_language: en
                        original_title: 'Star Wars: Episode III - Revenge of the Sith'
                        overview: >-
                          The evil Darth Sidious enacts his final plan for
                          unlimited power -- and the heroic Jedi Anakin
                          Skywalker must choose a side.
                        popularity: 39.235
                        poster_path: /xfSAoBEm9MNBjmlNcDYLvLSMlnq.jpg
                        release_date: '2005-05-17'
                        title: 'Star Wars: Episode III - Revenge of the Sith'
                        video: false
                        vote_average: 7.4
                        vote_count: 13682
                      - adult: false
                        backdrop_path: /k6EOrckWFuz7I4z4wiRwz8zsj4H.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 140607
                        media_type: movie
                        original_language: en
                        original_title: 'Star Wars: The Force Awakens'
                        overview: >-
                          Thirty years after defeating the Galactic Empire, Han
                          Solo and his allies face a new threat from the evil
                          Kylo Ren and his army of Stormtroopers.
                        popularity: 64.451
                        poster_path: /wqnLdwVXoBjKibFRR5U3y0aDUhs.jpg
                        release_date: '2015-12-15'
                        title: 'Star Wars: The Force Awakens'
                        video: false
                        vote_average: 7.3
                        vote_count: 19332
                      - adult: false
                        backdrop_path: /jOzrELAzFxtMx2I4uDGHOotdfsS.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 181812
                        media_type: movie
                        original_language: en
                        original_title: 'Star Wars: The Rise of Skywalker'
                        overview: >-
                          The surviving Resistance faces the First Order once
                          again as the journey of Rey, Finn and Poe Dameron
                          continues. With the power and knowledge of generations
                          behind them, the final battle begins.
                        popularity: 63.163
                        poster_path: /db32LaOibwEliAmSL2jjDF6oDdj.jpg
                        release_date: '2019-12-18'
                        title: 'Star Wars: The Rise of Skywalker'
                        video: false
                        vote_average: 6.3
                        vote_count: 9886
                      - adult: false
                        backdrop_path: /5Iw7zQTHVRBOYpA0V6z0yypOPZh.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 181808
                        media_type: movie
                        original_language: en
                        original_title: 'Star Wars: The Last Jedi'
                        overview: >-
                          Rey develops her newly discovered abilities with the
                          guidance of Luke Skywalker, who is unsettled by the
                          strength of her powers. Meanwhile, the Resistance
                          prepares to do battle with the First Order.
                        popularity: 66.099
                        poster_path: /kOVEVeg59E0wsnXmF9nrh6OmWII.jpg
                        release_date: '2017-12-13'
                        title: 'Star Wars: The Last Jedi'
                        video: false
                        vote_average: 6.8
                        vote_count: 15253
                    poster_path: /r8Ph5MYXL04Qzu4QBbq2KjqwtkQ.jpg
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````