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

# Details

> This endpoint get movie collection details by ID.



## OpenAPI

````yaml api-reference/openapi3.json get /3/collection/{collection_id}
openapi: 3.0.3
info:
  title: The Movie Database
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: AUTHENTICATION
  - name: ACCOUNT
  - name: CERTIFICATIONS
  - name: CHANGES
  - name: COLLECTIONS
  - name: COMPANY
  - name: CONFIGURATION
  - name: CREDIT
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSIONS
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORKS
  - name: PEOPLE LIST
  - name: PEOPLE
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODE GROUP
  - name: WATCH PROVIDERS
paths:
  /3/collection/{collection_id}:
    get:
      tags:
        - COLLECTIONS
      summary: Details
      description: This endpoint get movie collection details by ID.
      operationId: details1
      parameters:
        - $ref: '#/components/parameters/language'
        - $ref: '#/components/parameters/collection_id'
      responses:
        '200':
          description: details
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=11996
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Mon, 30 Dec 2024 16:13:23 GMT
            ETag:
              schema:
                type: string
                example: W/"a5dd5f9516ab1030e629fb7b7c8febfc"
            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 7eefe38d76087dfad8e2f0b7702246ee.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: qaP0brzydxEAJ5elEQyST32jIzCLtibCnx-wqrO5nBn-c-xakIqc6Q==
            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: '13986'
            x-memc-expires:
              schema:
                type: string
                example: '11996'
            x-memc-key:
              schema:
                type: string
                example: 69932a606aa6e77783ebfaa62cdcaee3
          content:
            application/json:
              schema:
                type: object
                properties:
                  backdrop_path:
                    type: string
                    example: /zuW6fOiusv4X9nnW3paHGfXcSll.jpg
                    description: >-
                      The URL path to the backdrop image associated with the
                      collection.
                  id:
                    type: number
                    example: 86311
                    description: A unique identifier for the movie collection.
                  name:
                    type: string
                    example: The Avengers Collection
                    description: The title of the movie collection.
                  overview:
                    type: string
                    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.
                    description: A brief summary of the film's plot.
                  parts:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                          description: >-
                            this indicates whether a movie is classified as
                            adult content.
                        backdrop_path:
                          type: string
                          example: /9BBTo63ANSmhC4e6r62OJFuK2GL.jpg
                          description: >-
                            The URL path to the backdrop image associated with
                            the collection.
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 878
                          example:
                            - 878
                            - 28
                            - 12
                          description: >-
                            An array of genre IDs that represent the types of
                            genres the movie falls under.
                        id:
                          type: number
                          example: 24428
                          description: >-
                            A unique identifier for the movie within the
                            database.
                        media_type:
                          type: string
                          example: movie
                          description: A string that specifies the type of the media item
                        original_language:
                          type: string
                          example: en
                          description: >-
                            The language in which the film was originally
                            produced.
                        original_title:
                          type: string
                          example: The Avengers
                          description: >-
                            The original title of the movie as it was released
                            in its native language.
                        overview:
                          type: string
                          example: >-
                            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!
                          description: A brief summary of the movie's plot.
                        popularity:
                          type: number
                          example: 132.151
                          description: >-
                            A numerical value indicating the popularity of the
                            movie based on user ratings and engagement. A higher
                            number suggests greater popularity in the viewing
                            audience.
                        poster_path:
                          type: string
                          example: /RYMX2wcKCBAr24UyPD7xwmjaTn.jpg
                          description: >-
                            The URL path to the movie's poster image (used for
                            display purposes).
                        release_date:
                          type: string
                          example: '2012-04-25'
                          description: >-
                            The date when the movie was released, represented in
                            the format YYYY-MM-DD, indicating the specific day
                            the movie became available to the public.
                        title:
                          type: string
                          example: The Avengers
                          description: The title of the movie as it appears in releases.
                        video:
                          type: boolean
                          example: false
                          description: >-
                            A boolean value indicating whether there is an
                            associated video (such as a trailer) available for
                            the movie. true means there is a video, whereas
                            false indicates there is none.
                        vote_average:
                          type: number
                          example: 7.724
                          description: The average rating of the movie based on user votes.
                        vote_count:
                          type: number
                          example: 30925
                          description: >-
                            An integer representing the total number of votes
                            that the movie has received.
                    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
                    description: >-
                      refers to individual movies that are part of the larger
                      collection identified as "The Avengers Collection".
                  poster_path:
                    type: string
                    example: /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg
                    description: >-
                      The URL path to the movie's poster image (used for display
                      purposes).
              examples:
                details:
                  value:
                    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
components:
  parameters:
    language:
      name: language
      in: query
      description: Specifies the language in which the response should be returned.
      schema:
        type: string
        example: en-US
    collection_id:
      name: collection_id
      in: path
      required: true
      description: A unique identifier assigned to a specific collection.
      schema:
        type: number
        example: ''
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````