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

# Details

> This endpoint gets collection details by ID.



## OpenAPI

````yaml get /3/collection/{{collection_id}}
openapi: 3.0.3
info:
  title: TMDb Endpoints
  description: >-
    Welcome to the TMDb API! You'll find a well-organized collection of
    endpoints, each helping you fetch different types of movie and TV data. The
    endpoints cover everything from searching for titles and getting details to
    managing lists and accessing ratings, all designed to give you precise
    control over the information you need.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
    description: Test server
  - url: https://api.themoviedb.org/3
    description: Production server
  - url: '{{base_url}}'
    description: Some other server
security: []
tags:
  - name: AUTHENTICATION
    description: The /account/{account_id} gets the public details of an account on TMDB.
  - name: ACCOUNT
    description: >-
      Account endpoints allow users to manage their personal information,
      ratings, watchlists, and other account-related data after authenticating.
  - name: CERTIFICATIONS
    description: >-
      The Certifications endpoints provide lists of movie and TV show content
      rating systems used in various countries.
  - name: CHANGES
    description: >-
      Changes endpoints allow you to track modifications made to movies, TV
      shows, and people in the TMDb database, providing a history of updates and
      enabling you to keep your local data synchronized.
  - name: COLLECTIONS
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
    description: >-
      Discover endpoints are powerful tools for finding movies and TV shows
      based on a wide range of criteria, such as genre, release date, rating,
      keywords, and more, enabling highly customized searches.
  - name: FIND
    description: This folder has find by ID endpoint
  - name: GENRES
    description: >-
      Genres endpoints provide lists of available movie and TV show genres,
      allowing you to categorize and filter content.
  - name: GUEST SESSIONS
    description: >-
      Guest session endpoints allow you to create temporary, unauthenticated
      sessions that grant limited access to certain API features, such as rating
      movies or TV shows without requiring a full user account.
  - name: KEYWORDS
    description: >-
      Keyword endpoints allow you to search for keywords and retrieve detailed
      information about specific keywords and the media associated with them.
  - name: LISTS
    description: >-
      Lists endpoints allow you to create, retrieve, modify, and delete custom
      lists of movies or TV shows.
  - name: MOVIE LIST
    description: >-
      The Movie List endpoints let you retrieve pre-made lists of movies,
      categorized by criteria like popularity, top rated, now playing, or
      upcoming releases.
  - name: MOVIES
    description: >-
      The Movie endpoints allow you to retrieve detailed information about
      movies, including titles, descriptions, cast, crew, ratings, and related
      data.
  - name: NETWORKS
    description: >-
      The NETWORKS endpoints let you retrieve information about television
      networks, such as their names, logos, and origin countries.
  - name: PEOPLE LISTS
    description: >-
      The People Lists endpoints let you retrieve lists of people based on
      criteria like popularity.
  - name: PEOPLE
    description: >-
      The PEOPLE endpoints let you get information about actors, directors, and
      other people involved in movies and TV shows.
  - name: REVIEWS
    description: >-
      The REVIEWS endpoints let you get user-written opinions and ratings about
      movies and TV shows.
  - name: SEARCH
    description: >-
      The "Search" endpoints let you find movies, TV shows, people, and other
      content by typing in keywords or names.
  - name: TRENDING
    description: >-
      The "Trending" endpoints show you what movies, TV shows, and people are
      currently popular or getting a lot of attention right now.
  - name: TV SERIES LISTS
    description: >-
      TV Series Lists endpoints provide access to pre-defined lists of TV shows,
      such as popular, top-rated, or airing today, allowing you to quickly
      retrieve collections of TV series based on specific criteria.
  - name: TV SERIES
    description: >-
      The TV series endpoints provide access to a wealth of information about
      television shows, including details, credits, seasons, episodes,
      recommendations, and more. See each of them below for specific
      information.
  - name: TV SEASONS
    description: >-
      The TV seasons endpoints allow you to retrieve details about specific
      seasons of a TV show, including information about the episodes within that
      season. See them below for specific information on how to use them.
  - name: TV EPISODES
    description: >-
      The TV episode endpoints allow you to retrieve detailed information about
      specific episodes of a TV show, including details like the episode number,
      name, air date, overview, and more. Check them out for specific
      information.
  - name: TV EPISODE GROUPS
    description: >-
      There's only one endpoint in this folder. Check the endpoint to find
      information about it.
  - name: WATCH PROVIDERS
    description: >-
      The Watch Providers endpoints provide information about streaming
      services, rental/purchase platforms, and sometimes even theatrical
      releases in different regions.
paths:
  /3/collection/{{collection_id}}:
    parameters:
      - name: collection_id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - COLLECTIONS
      summary: Details
      description: This endpoint gets collection details by ID.
      operationId: details
      responses:
        '200':
          description: Details Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=14183
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Thu, 09 Jan 2025 17:22:06 GMT
            ETag:
              schema:
                type: string
                example: W/"57d2b55cf586faebecb9cec5b1b5cb27"
            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 3502b4da22916485af0d3edbb185fb9c.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: _kB1UJaFTwQfFB4oZ3q66X4ZETZdNRHmD8TPRJxPESE8GF3AnwMkfA==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '9989'
            x-memc-expires:
              schema:
                type: string
                example: '14183'
            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: /4qCqAdHcNKeAHcK8tJ8wNJZa9cx.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: 113.558
                        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.205
                        vote_count:
                          type: number
                          example: 20753
                    example:
                      - adult: false
                        backdrop_path: /4qCqAdHcNKeAHcK8tJ8wNJZa9cx.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: 113.558
                        poster_path: /6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg
                        release_date: '1977-05-25'
                        title: Star Wars
                        video: false
                        vote_average: 8.205
                        vote_count: 20753
                      - adult: false
                        backdrop_path: /b37U5gN6itEjaFcmaKhUOqG2Mkt.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: 33.022
                        poster_path: /nNAeTmF4CtdSgMDplXTDPOpYzsX.jpg
                        release_date: '1980-05-20'
                        title: The Empire Strikes Back
                        video: false
                        vote_average: 8.393
                        vote_count: 17062
                      - adult: false
                        backdrop_path: /iP2tEA2A77qhbhRfcFkiD6WFOqH.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: 37.171
                        poster_path: /jQYlydvHm3kUix1f8prMucrplhm.jpg
                        release_date: '1983-05-25'
                        title: Return of the Jedi
                        video: false
                        vote_average: 7.898
                        vote_count: 15757
                      - adult: false
                        backdrop_path: /5fu7fzy4NZTsL1Jap00UBIInAuB.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: 42.808
                        poster_path: /6wkfovpn7Eq8dYNKaG5PY3q2oq6.jpg
                        release_date: '1999-05-19'
                        title: 'Star Wars: Episode I - The Phantom Menace'
                        video: false
                        vote_average: 6.558
                        vote_count: 14692
                      - adult: false
                        backdrop_path: /1uQSh7P3k0oRbRf0vH8GVt4thpP.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: 34.527
                        poster_path: /oZNPzxqM2s5DyVWab09NTQScDQt.jpg
                        release_date: '2002-05-15'
                        title: 'Star Wars: Episode II - Attack of the Clones'
                        video: false
                        vote_average: 6.571
                        vote_count: 13300
                      - 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: 40.46
                        poster_path: /xfSAoBEm9MNBjmlNcDYLvLSMlnq.jpg
                        release_date: '2005-05-17'
                        title: 'Star Wars: Episode III - Revenge of the Sith'
                        video: false
                        vote_average: 7.438
                        vote_count: 13788
                      - 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: 59.326
                        poster_path: /wqnLdwVXoBjKibFRR5U3y0aDUhs.jpg
                        release_date: '2015-12-15'
                        title: 'Star Wars: The Force Awakens'
                        video: false
                        vote_average: 7.271
                        vote_count: 19440
                      - adult: false
                        backdrop_path: /auJKGst3vXpJozHZh4nMFs0xWIU.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: 58.75
                        poster_path: /db32LaOibwEliAmSL2jjDF6oDdj.jpg
                        release_date: '2019-12-18'
                        title: 'Star Wars: The Rise of Skywalker'
                        video: false
                        vote_average: 6.312
                        vote_count: 9958
                      - 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: 63.705
                        poster_path: /ySaaKHOLAQU5HoZqWmzDIj1VvZ1.jpg
                        release_date: '2017-12-13'
                        title: 'Star Wars: The Last Jedi'
                        video: false
                        vote_average: 6.787
                        vote_count: 15342
                  poster_path:
                    type: string
                    example: /aSrMJYmQX8kpF26LijkCsYhBMvm.jpg
              examples:
                Details Example:
                  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: /4qCqAdHcNKeAHcK8tJ8wNJZa9cx.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: 113.558
                        poster_path: /6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg
                        release_date: '1977-05-25'
                        title: Star Wars
                        video: false
                        vote_average: 8.205
                        vote_count: 20753
                      - adult: false
                        backdrop_path: /b37U5gN6itEjaFcmaKhUOqG2Mkt.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: 33.022
                        poster_path: /nNAeTmF4CtdSgMDplXTDPOpYzsX.jpg
                        release_date: '1980-05-20'
                        title: The Empire Strikes Back
                        video: false
                        vote_average: 8.393
                        vote_count: 17062
                      - adult: false
                        backdrop_path: /iP2tEA2A77qhbhRfcFkiD6WFOqH.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: 37.171
                        poster_path: /jQYlydvHm3kUix1f8prMucrplhm.jpg
                        release_date: '1983-05-25'
                        title: Return of the Jedi
                        video: false
                        vote_average: 7.898
                        vote_count: 15757
                      - adult: false
                        backdrop_path: /5fu7fzy4NZTsL1Jap00UBIInAuB.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: 42.808
                        poster_path: /6wkfovpn7Eq8dYNKaG5PY3q2oq6.jpg
                        release_date: '1999-05-19'
                        title: 'Star Wars: Episode I - The Phantom Menace'
                        video: false
                        vote_average: 6.558
                        vote_count: 14692
                      - adult: false
                        backdrop_path: /1uQSh7P3k0oRbRf0vH8GVt4thpP.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: 34.527
                        poster_path: /oZNPzxqM2s5DyVWab09NTQScDQt.jpg
                        release_date: '2002-05-15'
                        title: 'Star Wars: Episode II - Attack of the Clones'
                        video: false
                        vote_average: 6.571
                        vote_count: 13300
                      - 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: 40.46
                        poster_path: /xfSAoBEm9MNBjmlNcDYLvLSMlnq.jpg
                        release_date: '2005-05-17'
                        title: 'Star Wars: Episode III - Revenge of the Sith'
                        video: false
                        vote_average: 7.438
                        vote_count: 13788
                      - 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: 59.326
                        poster_path: /wqnLdwVXoBjKibFRR5U3y0aDUhs.jpg
                        release_date: '2015-12-15'
                        title: 'Star Wars: The Force Awakens'
                        video: false
                        vote_average: 7.271
                        vote_count: 19440
                      - adult: false
                        backdrop_path: /auJKGst3vXpJozHZh4nMFs0xWIU.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: 58.75
                        poster_path: /db32LaOibwEliAmSL2jjDF6oDdj.jpg
                        release_date: '2019-12-18'
                        title: 'Star Wars: The Rise of Skywalker'
                        video: false
                        vote_average: 6.312
                        vote_count: 9958
                      - 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: 63.705
                        poster_path: /ySaaKHOLAQU5HoZqWmzDIj1VvZ1.jpg
                        release_date: '2017-12-13'
                        title: 'Star Wars: The Last Jedi'
                        video: false
                        vote_average: 6.787
                        vote_count: 15342
                    poster_path: /aSrMJYmQX8kpF26LijkCsYhBMvm.jpg
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````