> ## 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 collections

> Search for collections by their original, translated and alternative names.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/search/collection
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/search/collection:
    get:
      tags:
        - Search
      summary: Get collections
      description: >-
        Search for collections by their original, translated and alternative
        names.
      operationId: getCollections
      parameters:
        - name: query
          in: query
          schema:
            type: string
            example: avengers
      responses:
        '200':
          description: New Request
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=17553
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Thu, 02 Jan 2025 14:02:14 GMT
            ETag:
              schema:
                type: string
                example: W/"dfc9296194a06f61a6c773d93c1a4d47"
            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 20b61f8a897671342027285e75830e4e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 3QafqnyvVVnd-MqIxa3fuaRwegj-qmbAH95azKRxPZzlIIzCzhKhlg==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: CDG50-C1
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '9739'
            x-memc-expires:
              schema:
                type: string
                example: '17553'
            x-memc-key:
              schema:
                type: string
                example: 0c4af1e9f417141cecad80dff3a5bcbc
          content:
            application/json:
              schema:
                type: object
                properties:
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          nullable: true
                          example: null
                        id:
                          type: number
                          example: 482721
                        name:
                          type: string
                          example: Alien Avengers Collection
                        original_language:
                          type: string
                          example: en
                        original_name:
                          type: string
                          example: Alien Avengers Collection
                        overview:
                          type: string
                          example: >-
                            Alien Avengers (Welcome to Planet Earth) and Alien
                            Avengers II (Aliens Among Us)
                        poster_path:
                          type: string
                          nullable: true
                          example: null
                    example:
                      - adult: false
                        backdrop_path: null
                        id: 482721
                        name: Alien Avengers Collection
                        original_language: en
                        original_name: Alien Avengers Collection
                        overview: >-
                          Alien Avengers (Welcome to Planet Earth) and Alien
                          Avengers II (Aliens Among Us)
                        poster_path: null
                      - adult: false
                        backdrop_path: /lJRGgbi4Slsz171vcJ0Ctgiea6v.jpg
                        id: 286904
                        name: Ultimate Avengers Collection
                        original_language: en
                        original_name: Ultimate Avengers Collection
                        overview: >-
                          When a nuclear missile was fired at Washington in
                          1945, Captain America managed to detonate it in the
                          upper atmosphere. But then he fell miles into the icy
                          depths of the North Atlantic, where he remained lost
                          for over sixty years. But now, with the world facing
                          the very same evil, Captain America must rise again as
                          our last hope for survival.
                        poster_path: /bOXJmKCHKtqJILiJ5womPDigEoc.jpg
                      - adult: false
                        backdrop_path: /tp0buiNBb6iFjlr34lCB9ardTEA.jpg
                        id: 522577
                        name: Avengers Grimm Collection
                        original_language: en
                        original_name: Avengers Grimm Collection
                        overview: >-
                          Avengers Grimm is a 2015 American fantasy action
                          adventure film written, co-edited, and directed by
                          Jeremy M. Inman. The film, produced by B-movie film
                          company The Asylum, stars Casper Van Dien, Lou
                          Ferrigno, Kimo Leopoldo, Lauren Parkinson, Milynn
                          Sarley, Marah Fairclough, Rileah Vanderbilt, and
                          Elizabeth Peterson. Avengers Grimm received a direct
                          sequel in 2018 through Avengers Grimm: Time Wars while
                          also having gotten a loose spin-off through Sinister
                          Squad in 2016.
                        poster_path: /eqtBgoCRAj0VOcSZ7j5aqcK4pGt.jpg
                      - adult: false
                        backdrop_path: /zuW6fOiusv4X9nnW3paHGfXcSll.jpg
                        id: 86311
                        name: The Avengers Collection
                        original_language: en
                        original_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.
                        poster_path: /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg
                      - adult: false
                        backdrop_path: /AvnqpRwlEaYNVL6wzC4RN94EdSd.jpg
                        id: 531241
                        name: Spider-Man (MCU) Collection
                        original_language: en
                        original_name: Spider-Man (MCU) Collection
                        overview: >-
                          A superhero film series based on the Marvel character
                          Spider-Man, portrayed by Tom Holland. The series is
                          centered on Peter Parker, an academically gifted but
                          socially inept high school student who fights crime as
                          Spider-Man, a member of The Avengers.
                        poster_path: /plxMngMDZ3r2OSPn84UlyNHkmwi.jpg
                  total_pages:
                    type: number
                    example: 1
                  total_results:
                    type: number
                    example: 6
              examples:
                New Request:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: null
                        id: 482721
                        name: Alien Avengers Collection
                        original_language: en
                        original_name: Alien Avengers Collection
                        overview: >-
                          Alien Avengers (Welcome to Planet Earth) and Alien
                          Avengers II (Aliens Among Us)
                        poster_path: null
                      - adult: false
                        backdrop_path: /lJRGgbi4Slsz171vcJ0Ctgiea6v.jpg
                        id: 286904
                        name: Ultimate Avengers Collection
                        original_language: en
                        original_name: Ultimate Avengers Collection
                        overview: >-
                          When a nuclear missile was fired at Washington in
                          1945, Captain America managed to detonate it in the
                          upper atmosphere. But then he fell miles into the icy
                          depths of the North Atlantic, where he remained lost
                          for over sixty years. But now, with the world facing
                          the very same evil, Captain America must rise again as
                          our last hope for survival.
                        poster_path: /bOXJmKCHKtqJILiJ5womPDigEoc.jpg
                      - adult: false
                        backdrop_path: /tp0buiNBb6iFjlr34lCB9ardTEA.jpg
                        id: 522577
                        name: Avengers Grimm Collection
                        original_language: en
                        original_name: Avengers Grimm Collection
                        overview: >-
                          Avengers Grimm is a 2015 American fantasy action
                          adventure film written, co-edited, and directed by
                          Jeremy M. Inman. The film, produced by B-movie film
                          company The Asylum, stars Casper Van Dien, Lou
                          Ferrigno, Kimo Leopoldo, Lauren Parkinson, Milynn
                          Sarley, Marah Fairclough, Rileah Vanderbilt, and
                          Elizabeth Peterson. Avengers Grimm received a direct
                          sequel in 2018 through Avengers Grimm: Time Wars while
                          also having gotten a loose spin-off through Sinister
                          Squad in 2016.
                        poster_path: /eqtBgoCRAj0VOcSZ7j5aqcK4pGt.jpg
                      - adult: false
                        backdrop_path: /zuW6fOiusv4X9nnW3paHGfXcSll.jpg
                        id: 86311
                        name: The Avengers Collection
                        original_language: en
                        original_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.
                        poster_path: /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg
                      - adult: false
                        backdrop_path: /AvnqpRwlEaYNVL6wzC4RN94EdSd.jpg
                        id: 531241
                        name: Spider-Man (MCU) Collection
                        original_language: en
                        original_name: Spider-Man (MCU) Collection
                        overview: >-
                          A superhero film series based on the Marvel character
                          Spider-Man, portrayed by Tom Holland. The series is
                          centered on Peter Parker, an academically gifted but
                          socially inept high school student who fights crime as
                          Spider-Man, a member of The Avengers.
                        poster_path: /plxMngMDZ3r2OSPn84UlyNHkmwi.jpg
                    total_pages: 1
                    total_results: 6
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````