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

# Collections

> Collections



## OpenAPI

````yaml get /3/search/collection
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/search/collection:
    get:
      tags:
        - SEARCH
      summary: Collections
      description: Collections
      operationId: collections
      parameters:
        - name: query
          in: query
          schema:
            type: string
            example: Star%20Wars%20Collection
        - name: include_adult
          in: query
          schema:
            type: string
            example: 'false'
        - name: language
          in: query
          schema:
            type: string
            example: en-US
        - name: page
          in: query
          schema:
            type: string
            example: '1'
      responses:
        '200':
          description: Collection Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=20436
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 12 Jan 2025 15:26:29 GMT
            ETag:
              schema:
                type: string
                example: W/"7d2da775b560cf2841af1b2b41c96309"
            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 2c75ace4dd204c0629bda3cfca0f640c.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: mMgojyHtlrpu7h9ZuiP8aV9d-5RucO2J3YLJiUvtEBsNDhYeUErqcg==
            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: '4335'
            x-memc-expires:
              schema:
                type: string
                example: '20436'
            x-memc-key:
              schema:
                type: string
                example: d31748ab2a43976a50913bed68b22237
          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: /zZDkgOmFMVYpGAkR9Tkxw0CRnxX.jpg
                        id:
                          type: number
                          example: 10
                        name:
                          type: string
                          example: Star Wars Collection
                        original_language:
                          type: string
                          example: en
                        original_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…."
                        poster_path:
                          type: string
                          nullable: true
                          example: /aSrMJYmQX8kpF26LijkCsYhBMvm.jpg
                    example:
                      - adult: false
                        backdrop_path: /zZDkgOmFMVYpGAkR9Tkxw0CRnxX.jpg
                        id: 10
                        name: Star Wars Collection
                        original_language: en
                        original_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…."
                        poster_path: /aSrMJYmQX8kpF26LijkCsYhBMvm.jpg
                      - adult: false
                        backdrop_path: /zU0W0VRF0ZkN8CvjW4LGw0oSyTa.jpg
                        id: 302331
                        name: LEGO Star Wars Collection
                        original_language: en
                        original_name: LEGO Star Wars Collection
                        overview: >-
                          A set of animated LEGO movies based on the Star Wars
                          universe.
                        poster_path: /sHlgKW5hlQvwJseJkmnkSmL3YDI.jpg
                      - adult: false
                        backdrop_path: null
                        id: 141748
                        name: Robot Chicken - Star Wars Collection
                        original_language: en
                        original_name: Robot Chicken - Star Wars Collection
                        overview: >-
                          A series of Robot Chicken TV films parodying the Star
                          Wars films.
                        poster_path: /m6tP4z5IIk8lIsBTpXu5H0B8hO3.jpg
                      - adult: false
                        backdrop_path: /cVYUqWzzUSrkLQwb4jlWAkaFCAX.jpg
                        id: 1004630
                        name: LEGO Star Wars (Seasonal) Collection
                        original_language: en
                        original_name: LEGO Star Wars (Seasonal) Collection
                        overview: >-
                          A collection of LEGO Stars Wars seasonal specials
                          released on Disney+.
                        poster_path: /jHITUzB6fZVOYZ13YCqVTS06iyw.jpg
                      - adult: false
                        backdrop_path: null
                        id: 1415515
                        name: A Star Wars Story collection
                        original_language: en
                        original_name: A Star Wars Story collection
                        overview: >-
                          A collection of spin-offs that depicts characters
                          fighting for freedom in a galaxy far far away.
                        poster_path: /qMKxr4voJXorZRmptlD0KL6GIYx.jpg
                      - adult: false
                        backdrop_path: /VXwSW7UGuNScCTy5V5H9pgioir.jpg
                        id: 133830
                        name: 'Star Wars: The Ewok Adventures Collection'
                        original_language: en
                        original_name: 'Star Wars: The Ewok Adventures Collection'
                        overview: >-
                          The Ewok Adventures is a 1984 American made-for-TV
                          film duology based in the Star Wars setting. It was
                          released theatrically in Europe as Caravan of Courage:
                          An Ewok Adventure, and is known by that title today.
                          The film focuses on the struggles of a brother and
                          sister, stranded on the forest moon of Endor, in
                          locating their parents, who have been kidnapped by a
                          monster known as the Gorax. The film is set sometime
                          between the fifth and sixth episodes of the Star Wars
                          saga. It is the first of two spin-off films featuring
                          the Ewoks from Star Wars Episode VI: Return of the
                          Jedi. A sequel to this movie released in 1985. While
                          the sequel's working title was simply Ewoks II, it was
                          released as Ewoks: The Battle for Endor.
                        poster_path: /vSrIbcWQJ3IL0R5DoWLh0c7HMTz.jpg
                      - adult: false
                        backdrop_path: null
                        id: 423877
                        name: The Man Who Saved the World Collection
                        original_language: en
                        original_name: Dünyayı Kurtaran Adam Koleksiyonu
                        overview: >-
                          Dünyayı Kurtaran Adam (The Man Who Saved the World)
                          and Dünyayi Kurtaran Adam'in Oglu (The Son of the Man
                          who Saved the World) is a series of Turkish adventure
                          films also known as Turkish Star Wars because of its
                          notorious use of unauthorized footage from Star Wars
                          and other movies worked into the film.
                        poster_path: null
                  total_pages:
                    type: number
                    example: 1
                  total_results:
                    type: number
                    example: 10
              examples:
                Collection Example:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /zZDkgOmFMVYpGAkR9Tkxw0CRnxX.jpg
                        id: 10
                        name: Star Wars Collection
                        original_language: en
                        original_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…."
                        poster_path: /aSrMJYmQX8kpF26LijkCsYhBMvm.jpg
                      - adult: false
                        backdrop_path: /zU0W0VRF0ZkN8CvjW4LGw0oSyTa.jpg
                        id: 302331
                        name: LEGO Star Wars Collection
                        original_language: en
                        original_name: LEGO Star Wars Collection
                        overview: >-
                          A set of animated LEGO movies based on the Star Wars
                          universe.
                        poster_path: /sHlgKW5hlQvwJseJkmnkSmL3YDI.jpg
                      - adult: false
                        backdrop_path: null
                        id: 141748
                        name: Robot Chicken - Star Wars Collection
                        original_language: en
                        original_name: Robot Chicken - Star Wars Collection
                        overview: >-
                          A series of Robot Chicken TV films parodying the Star
                          Wars films.
                        poster_path: /m6tP4z5IIk8lIsBTpXu5H0B8hO3.jpg
                      - adult: false
                        backdrop_path: /cVYUqWzzUSrkLQwb4jlWAkaFCAX.jpg
                        id: 1004630
                        name: LEGO Star Wars (Seasonal) Collection
                        original_language: en
                        original_name: LEGO Star Wars (Seasonal) Collection
                        overview: >-
                          A collection of LEGO Stars Wars seasonal specials
                          released on Disney+.
                        poster_path: /jHITUzB6fZVOYZ13YCqVTS06iyw.jpg
                      - adult: false
                        backdrop_path: null
                        id: 1415515
                        name: A Star Wars Story collection
                        original_language: en
                        original_name: A Star Wars Story collection
                        overview: >-
                          A collection of spin-offs that depicts characters
                          fighting for freedom in a galaxy far far away.
                        poster_path: /qMKxr4voJXorZRmptlD0KL6GIYx.jpg
                      - adult: false
                        backdrop_path: /VXwSW7UGuNScCTy5V5H9pgioir.jpg
                        id: 133830
                        name: 'Star Wars: The Ewok Adventures Collection'
                        original_language: en
                        original_name: 'Star Wars: The Ewok Adventures Collection'
                        overview: >-
                          The Ewok Adventures is a 1984 American made-for-TV
                          film duology based in the Star Wars setting. It was
                          released theatrically in Europe as Caravan of Courage:
                          An Ewok Adventure, and is known by that title today.
                          The film focuses on the struggles of a brother and
                          sister, stranded on the forest moon of Endor, in
                          locating their parents, who have been kidnapped by a
                          monster known as the Gorax. The film is set sometime
                          between the fifth and sixth episodes of the Star Wars
                          saga. It is the first of two spin-off films featuring
                          the Ewoks from Star Wars Episode VI: Return of the
                          Jedi. A sequel to this movie released in 1985. While
                          the sequel's working title was simply Ewoks II, it was
                          released as Ewoks: The Battle for Endor.
                        poster_path: /vSrIbcWQJ3IL0R5DoWLh0c7HMTz.jpg
                      - adult: false
                        backdrop_path: null
                        id: 423877
                        name: The Man Who Saved the World Collection
                        original_language: en
                        original_name: Dünyayı Kurtaran Adam Koleksiyonu
                        overview: >-
                          Dünyayı Kurtaran Adam (The Man Who Saved the World)
                          and Dünyayi Kurtaran Adam'in Oglu (The Son of the Man
                          who Saved the World) is a series of Turkish adventure
                          films also known as Turkish Star Wars because of its
                          notorious use of unauthorized footage from Star Wars
                          and other movies worked into the film.
                        poster_path: null
                    total_pages: 1
                    total_results: 10
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````