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

# Multi

> This endpoint uses multi search when you want to search for movies, TV shows and people in a single request.



## OpenAPI

````yaml get /3/search/multi
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/multi:
    get:
      tags:
        - SEARCH
      summary: Multi
      description: >-
        This endpoint uses multi search when you want to search for movies, TV
        shows and people in a single request.
      operationId: multi
      parameters:
        - name: query
          in: query
          schema:
            type: string
            example: star%20wars
        - 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: Multi Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=11378
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 12 Jan 2025 15:38:40 GMT
            ETag:
              schema:
                type: string
                example: W/"2af4dd3b819c769bd852503f685dade6"
            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 552902bab7d1a219a13b7843f4afebae.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: ekICYO2mxzzXZcBUb4EQqoavpzSz9u6npCA9XTAlrfaNPMtqEYypFw==
            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: '13624'
            x-memc-expires:
              schema:
                type: string
                example: '11378'
            x-memc-key:
              schema:
                type: string
                example: 73a8202d97c8605d0f0d802d7869f070
          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
                          example: /4qCqAdHcNKeAHcK8tJ8wNJZa9cx.jpg
                        first_air_date:
                          type: string
                          example: '2024-12-02'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 12
                          example:
                            - 12
                            - 28
                            - 878
                        id:
                          type: number
                          example: 11
                        media_type:
                          type: string
                          example: movie
                        name:
                          type: string
                          example: 'Star Wars: Skeleton Crew'
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: US
                          example:
                            - US
                        original_language:
                          type: string
                          example: en
                        original_name:
                          type: string
                          example: 'Star Wars: Skeleton Crew'
                        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: 126.066
                        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: 20765
                    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: 126.066
                        poster_path: /6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg
                        release_date: '1977-05-25'
                        title: Star Wars
                        video: false
                        vote_average: 8.205
                        vote_count: 20765
                      - adult: false
                        backdrop_path: /6E0hbesJfpekAqL2AeHYukkHcbD.jpg
                        first_air_date: '2024-12-02'
                        genre_ids:
                          - 10759
                          - 10765
                        id: 202879
                        media_type: tv
                        name: 'Star Wars: Skeleton Crew'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: Skeleton Crew'
                        overview: >-
                          Four ordinary kids search for their home planet after
                          getting lost in the Star Wars galaxy.
                        popularity: 416.053
                        poster_path: /srQbJhLRKoAwRrNN5ga7webPHbC.jpg
                        vote_average: 7.273
                        vote_count: 139
                      - adult: false
                        backdrop_path: /rFqI8ElYJg3JK0RET31L0PQe7bR.jpg
                        first_air_date: '2024-06-14'
                        genre_ids:
                          - 10762
                          - 10765
                        id: 256901
                        media_type: tv
                        name: 'Star Wars: Fun with Nubs'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: Fun with Nubs'
                        overview: >-
                          Star Wars: Fun with Nubs is an animated web series
                          tied to Star Wars: Young Jedi Adventures.
                        popularity: 4.902
                        poster_path: /bOCicez67TjoGbV3PK3fCk5ZEIe.jpg
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /m6eRgkR1KC6Mr6gKx6gKCzSn6vD.jpg
                        first_air_date: '2008-10-03'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                        id: 4194
                        media_type: tv
                        name: 'Star Wars: The Clone Wars'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: The Clone Wars'
                        overview: >-
                          Yoda, Obi-Wan Kenobi, Anakin Skywalker, Mace Windu and
                          other Jedi Knights lead the Grand Army of the Republic
                          against the droid army of the Separatists.
                        popularity: 162.359
                        poster_path: /e1nWfnnCVqxS2LeTO3dwGyAsG2V.jpg
                        vote_average: 8.464
                        vote_count: 2042
                      - adult: false
                        backdrop_path: /8BNjxMJMFp0BgqMh4PyuwZMXxh1.jpg
                        first_air_date: '2014-10-13'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                        id: 60554
                        media_type: tv
                        name: Star Wars Rebels
                        origin_country:
                          - US
                        original_language: en
                        original_name: Star Wars Rebels
                        overview: >-
                          Set between the events of Star Wars: Episodes III and
                          IV, the story unfolds during a dark time when the evil
                          Galactic Empire is tightening its grip of power on the
                          galaxy. Imperial forces have occupied a remote planet
                          and are ruining the lives of its people. The motley
                          but clever crew of the starship Ghost — cowboy Jedi
                          Kanan, ace pilot Hera, street-smart teenager Ezra, the
                          “muscle” Zeb, warrior firebrand Sabine, and
                          cantankerous old astromech droid Chopper — is among a
                          select few who are brave enough to stand against the
                          Empire. Together, they will face threatening new
                          villains, encounter colorful adversaries, embark on
                          thrilling adventures, and become heroes with the power
                          to ignite a rebellion.
                        popularity: 110.302
                        poster_path: /jmgR8330sKEJehr27rQ3bODnrlP.jpg
                        vote_average: 7.7
                        vote_count: 857
                      - adult: false
                        backdrop_path: /sjxtIUCWR74yPPcZFfTsToepfWm.jpg
                        first_air_date: '2021-05-04'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 105971
                        media_type: tv
                        name: 'Star Wars: The Bad Batch'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: The Bad Batch'
                        overview: >-
                          The 'Bad Batch' of elite and experimental clones make
                          their way through an ever-changing galaxy in the
                          immediate aftermath of the Clone Wars.
                        popularity: 77.457
                        poster_path: /cDQAvfgAqnKuklerrZylZr6PCQa.jpg
                        vote_average: 8.2
                        vote_count: 997
                      - adult: false
                        backdrop_path: /oxv9a3dJvs4aAi5ctB4pQSdTji3.jpg
                        first_air_date: '2022-09-21'
                        genre_ids:
                          - 10765
                          - 10759
                          - 18
                        id: 83867
                        media_type: tv
                        name: 'Star Wars: Andor'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: Andor'
                        overview: >-
                          In an era filled with danger, deception and intrigue,
                          Cassian Andor will discover the difference he can make
                          in the struggle against the tyrannical Galactic
                          Empire. He embarks on a path that is destined to turn
                          him into a rebel hero.
                        popularity: 94.208
                        poster_path: /59SVNwLfoMnZPPB6ukW6dlPxAdI.jpg
                        vote_average: 8.215
                        vote_count: 1259
                      - 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: 68.246
                        poster_path: /ySaaKHOLAQU5HoZqWmzDIj1VvZ1.jpg
                        release_date: '2017-12-13'
                        title: 'Star Wars: The Last Jedi'
                        video: false
                        vote_average: 6.788
                        vote_count: 15353
                      - adult: false
                        backdrop_path: /k6EOrckWFuz7I4z4wiRwz8zsj4H.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 140607
                        media_type: movie
                        original_language: en
                        original_title: 'Star Wars: The Force Awakens'
                        overview: >-
                          Thirty years after defeating the Galactic Empire, Han
                          Solo and his allies face a new threat from the evil
                          Kylo Ren and his army of Stormtroopers.
                        popularity: 64.675
                        poster_path: /wqnLdwVXoBjKibFRR5U3y0aDUhs.jpg
                        release_date: '2015-12-15'
                        title: 'Star Wars: The Force Awakens'
                        video: false
                        vote_average: 7.271
                        vote_count: 19450
                      - 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.191
                        poster_path: /db32LaOibwEliAmSL2jjDF6oDdj.jpg
                        release_date: '2019-12-18'
                        title: 'Star Wars: The Rise of Skywalker'
                        video: false
                        vote_average: 6.3
                        vote_count: 9968
                      - adult: false
                        backdrop_path: /285SD5D2xE2x0W96dYHyRNF2YNK.jpg
                        first_air_date: '2021-09-22'
                        genre_ids:
                          - 16
                          - 10765
                          - 10759
                        id: 114478
                        media_type: tv
                        name: 'Star Wars: Visions'
                        origin_country:
                          - JP
                          - US
                        original_language: en
                        original_name: 'Star Wars: Visions'
                        overview: >-
                          This anthology of animated shorts from around the
                          world celebrates the mythos of Star Wars through
                          unique cultural lenses.
                        popularity: 49.36
                        poster_path: /6NgLGcOHscy6yLXpKCQi4Mz1yVa.jpg
                        vote_average: 7.2
                        vote_count: 372
                      - adult: false
                        backdrop_path: /wBBONMlfnrU2GxxN7X2pFDdZuRB.jpg
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 14
                          - 878
                        id: 161704
                        media_type: movie
                        original_language: ja
                        original_title: ドラえもん のび太の宇宙小戦争
                        overview: >-
                          Nobita helps Doraemon to create a space movie. After
                          Dekisugi fails to help them, the duo rope in Shizuka,
                          who prefers to make a film about dolls.
                        popularity: 11.563
                        poster_path: /n4IPqrfXEEtMC8hzV5PaCElkdNP.jpg
                        release_date: '1985-03-16'
                        title: 'Doraemon: Nobita''s Little Star Wars'
                        video: false
                        vote_average: 6.9
                        vote_count: 37
                      - adult: false
                        backdrop_path: /6Bsfr4QipqfAMlv9DCk8zNACvUG.jpg
                        first_air_date: '2003-11-07'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                        id: 3122
                        media_type: tv
                        name: 'Star Wars: Clone Wars'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: Clone Wars'
                        overview: >-
                          During the Clone Wars, Jedi Master Obi-Wan Kenobi
                          leads an assault on the planet Muunilinst, home of the
                          Intergalactic Banking Clan; and his Padawan, Anakin
                          Skywalker, is appointed by Supreme Chancellor
                          Palpatine to lead the Republic’s space forces.
                          Meanwhile, Separatist leader and Sith Lord Count Dooku
                          takes in Force-sensitive gladiator Asajj Ventress as
                          his Sith apprentice, and tasks her with eliminating
                          Skywalker.
                        popularity: 36.066
                        poster_path: /k7AxbJf8VbPhIgXmHJ5Pj83nB9z.jpg
                        vote_average: 7.8
                        vote_count: 409
                      - adult: false
                        backdrop_path: /ojHCeDULAkQK25700fhRU75Tur2.jpg
                        genre_ids:
                          - 878
                          - 12
                          - 28
                        id: 348350
                        media_type: movie
                        original_language: en
                        original_title: 'Solo: A Star Wars Story'
                        overview: >-
                          Through a series of daring escapades deep within a
                          dark and dangerous criminal underworld, Han Solo meets
                          his mighty future copilot Chewbacca and encounters the
                          notorious gambler Lando Calrissian.
                        popularity: 35.932
                        poster_path: /4oD6VEccFkorEBTEDXtpLAaz0Rl.jpg
                        release_date: '2018-05-15'
                        title: 'Solo: A Star Wars Story'
                        video: false
                        vote_average: 6.6
                        vote_count: 8572
                      - adult: false
                        backdrop_path: /iflKt34Ck2JpY2PY9wW1zwdJgJi.jpg
                        genre_ids:
                          - 16
                          - 878
                          - 12
                          - 10751
                        id: 782054
                        media_type: movie
                        original_language: ja
                        original_title: 映画ドラえもん のび太の宇宙小戦争 2021
                        overview: >-
                          One day during summer vacation, a palm-sized alien
                          named Papi appears from a small rocket that Nobita
                          picks up. He is the president of Pirika, a small
                          planet in outer space, and has come to Earth to escape
                          the rebels. Doraemon and his friends are puzzled by
                          Papi’s small size, but as they play together using the
                          secret tool “Small Light”, they gradually become
                          friends. However, a whale-shaped space battleship
                          comes to earth and attacks Doraemon, Nobita and the
                          others in order to capture Papi. Feeling responsible
                          for getting everyone involved, Papi tries to stand up
                          to the rebels. Doraemon and his friends leave for the
                          planet Pirika to protect their dear friend and his
                          home.
                        popularity: 13.096
                        poster_path: /48gKZioIDeUOI0afbYv3kh9u9RQ.jpg
                        release_date: '2022-03-04'
                        title: 'Doraemon the Movie: Nobita''s Little Star Wars 2021'
                        video: false
                        vote_average: 5.9
                        vote_count: 108
                      - adult: false
                        backdrop_path: /6t8ES1d12OzWyCGxBeDYLHoaDrT.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 878
                        id: 330459
                        media_type: movie
                        original_language: en
                        original_title: 'Rogue One: A Star Wars Story'
                        overview: >-
                          A rogue band of resistance fighters unite for a
                          mission to steal the Death Star plans and bring a new
                          hope to the galaxy.
                        popularity: 36.999
                        poster_path: /i0yw1mFbB7sNGHCs7EXZPzFkdA1.jpg
                        release_date: '2016-12-14'
                        title: 'Rogue One: A Star Wars Story'
                        video: false
                        vote_average: 7.494
                        vote_count: 15311
                      - adult: false
                        backdrop_path: /Ad2y46YKP2u81bsR4axajbbJKwS.jpg
                        first_air_date: '2018-10-07'
                        genre_ids:
                          - 10765
                          - 16
                          - 10759
                        id: 79093
                        media_type: tv
                        name: Star Wars Resistance
                        origin_country:
                          - US
                        original_language: en
                        original_name: Star Wars Resistance
                        overview: >-
                          Kazuda Xiono, a young pilot for the Resistance, is
                          tasked with a top secret mission to investigate the
                          First Order, a growing threat in the galaxy.
                        popularity: 47.276
                        poster_path: /xul6SG8rar3wkHPY8YusUtxcdlZ.jpg
                        vote_average: 6.369
                        vote_count: 137
                      - adult: false
                        backdrop_path: /7SJctp269UEMvRGt9d3eddSpcLL.jpg
                        first_air_date: '2023-05-04'
                        genre_ids:
                          - 16
                          - 10762
                          - 10759
                          - 35
                        id: 202998
                        media_type: tv
                        name: 'Star Wars: Young Jedi Adventures'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: Young Jedi Adventures'
                        overview: >-
                          Set during the High Republic era and the prime of the
                          Jedi Order, follow Jedi younglings as they study the
                          ways of the Force, explore the galaxy, help citizens
                          and creatures in need, and learn valuable skills
                          needed to become Jedi along the way.
                        popularity: 49.57
                        poster_path: /hWydZFPESXxrFYNwwIzZwMKJN0g.jpg
                        vote_average: 4.8
                        vote_count: 19
                      - 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: 47.019
                        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: 14700
                      - 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: 35.892
                        poster_path: /xfSAoBEm9MNBjmlNcDYLvLSMlnq.jpg
                        release_date: '2005-05-17'
                        title: 'Star Wars: Episode III - Revenge of the Sith'
                        video: false
                        vote_average: 7.439
                        vote_count: 13794
                  total_pages:
                    type: number
                    example: 14
                  total_results:
                    type: number
                    example: 264
              examples:
                Multi Example:
                  value:
                    page: 1
                    results:
                      - 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: 126.066
                        poster_path: /6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg
                        release_date: '1977-05-25'
                        title: Star Wars
                        video: false
                        vote_average: 8.205
                        vote_count: 20765
                      - adult: false
                        backdrop_path: /6E0hbesJfpekAqL2AeHYukkHcbD.jpg
                        first_air_date: '2024-12-02'
                        genre_ids:
                          - 10759
                          - 10765
                        id: 202879
                        media_type: tv
                        name: 'Star Wars: Skeleton Crew'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: Skeleton Crew'
                        overview: >-
                          Four ordinary kids search for their home planet after
                          getting lost in the Star Wars galaxy.
                        popularity: 416.053
                        poster_path: /srQbJhLRKoAwRrNN5ga7webPHbC.jpg
                        vote_average: 7.273
                        vote_count: 139
                      - adult: false
                        backdrop_path: /rFqI8ElYJg3JK0RET31L0PQe7bR.jpg
                        first_air_date: '2024-06-14'
                        genre_ids:
                          - 10762
                          - 10765
                        id: 256901
                        media_type: tv
                        name: 'Star Wars: Fun with Nubs'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: Fun with Nubs'
                        overview: >-
                          Star Wars: Fun with Nubs is an animated web series
                          tied to Star Wars: Young Jedi Adventures.
                        popularity: 4.902
                        poster_path: /bOCicez67TjoGbV3PK3fCk5ZEIe.jpg
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /m6eRgkR1KC6Mr6gKx6gKCzSn6vD.jpg
                        first_air_date: '2008-10-03'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                        id: 4194
                        media_type: tv
                        name: 'Star Wars: The Clone Wars'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: The Clone Wars'
                        overview: >-
                          Yoda, Obi-Wan Kenobi, Anakin Skywalker, Mace Windu and
                          other Jedi Knights lead the Grand Army of the Republic
                          against the droid army of the Separatists.
                        popularity: 162.359
                        poster_path: /e1nWfnnCVqxS2LeTO3dwGyAsG2V.jpg
                        vote_average: 8.464
                        vote_count: 2042
                      - adult: false
                        backdrop_path: /8BNjxMJMFp0BgqMh4PyuwZMXxh1.jpg
                        first_air_date: '2014-10-13'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                        id: 60554
                        media_type: tv
                        name: Star Wars Rebels
                        origin_country:
                          - US
                        original_language: en
                        original_name: Star Wars Rebels
                        overview: >-
                          Set between the events of Star Wars: Episodes III and
                          IV, the story unfolds during a dark time when the evil
                          Galactic Empire is tightening its grip of power on the
                          galaxy. Imperial forces have occupied a remote planet
                          and are ruining the lives of its people. The motley
                          but clever crew of the starship Ghost — cowboy Jedi
                          Kanan, ace pilot Hera, street-smart teenager Ezra, the
                          “muscle” Zeb, warrior firebrand Sabine, and
                          cantankerous old astromech droid Chopper — is among a
                          select few who are brave enough to stand against the
                          Empire. Together, they will face threatening new
                          villains, encounter colorful adversaries, embark on
                          thrilling adventures, and become heroes with the power
                          to ignite a rebellion.
                        popularity: 110.302
                        poster_path: /jmgR8330sKEJehr27rQ3bODnrlP.jpg
                        vote_average: 7.7
                        vote_count: 857
                      - adult: false
                        backdrop_path: /sjxtIUCWR74yPPcZFfTsToepfWm.jpg
                        first_air_date: '2021-05-04'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 105971
                        media_type: tv
                        name: 'Star Wars: The Bad Batch'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: The Bad Batch'
                        overview: >-
                          The 'Bad Batch' of elite and experimental clones make
                          their way through an ever-changing galaxy in the
                          immediate aftermath of the Clone Wars.
                        popularity: 77.457
                        poster_path: /cDQAvfgAqnKuklerrZylZr6PCQa.jpg
                        vote_average: 8.2
                        vote_count: 997
                      - adult: false
                        backdrop_path: /oxv9a3dJvs4aAi5ctB4pQSdTji3.jpg
                        first_air_date: '2022-09-21'
                        genre_ids:
                          - 10765
                          - 10759
                          - 18
                        id: 83867
                        media_type: tv
                        name: 'Star Wars: Andor'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: Andor'
                        overview: >-
                          In an era filled with danger, deception and intrigue,
                          Cassian Andor will discover the difference he can make
                          in the struggle against the tyrannical Galactic
                          Empire. He embarks on a path that is destined to turn
                          him into a rebel hero.
                        popularity: 94.208
                        poster_path: /59SVNwLfoMnZPPB6ukW6dlPxAdI.jpg
                        vote_average: 8.215
                        vote_count: 1259
                      - 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: 68.246
                        poster_path: /ySaaKHOLAQU5HoZqWmzDIj1VvZ1.jpg
                        release_date: '2017-12-13'
                        title: 'Star Wars: The Last Jedi'
                        video: false
                        vote_average: 6.788
                        vote_count: 15353
                      - adult: false
                        backdrop_path: /k6EOrckWFuz7I4z4wiRwz8zsj4H.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 878
                        id: 140607
                        media_type: movie
                        original_language: en
                        original_title: 'Star Wars: The Force Awakens'
                        overview: >-
                          Thirty years after defeating the Galactic Empire, Han
                          Solo and his allies face a new threat from the evil
                          Kylo Ren and his army of Stormtroopers.
                        popularity: 64.675
                        poster_path: /wqnLdwVXoBjKibFRR5U3y0aDUhs.jpg
                        release_date: '2015-12-15'
                        title: 'Star Wars: The Force Awakens'
                        video: false
                        vote_average: 7.271
                        vote_count: 19450
                      - 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.191
                        poster_path: /db32LaOibwEliAmSL2jjDF6oDdj.jpg
                        release_date: '2019-12-18'
                        title: 'Star Wars: The Rise of Skywalker'
                        video: false
                        vote_average: 6.3
                        vote_count: 9968
                      - adult: false
                        backdrop_path: /285SD5D2xE2x0W96dYHyRNF2YNK.jpg
                        first_air_date: '2021-09-22'
                        genre_ids:
                          - 16
                          - 10765
                          - 10759
                        id: 114478
                        media_type: tv
                        name: 'Star Wars: Visions'
                        origin_country:
                          - JP
                          - US
                        original_language: en
                        original_name: 'Star Wars: Visions'
                        overview: >-
                          This anthology of animated shorts from around the
                          world celebrates the mythos of Star Wars through
                          unique cultural lenses.
                        popularity: 49.36
                        poster_path: /6NgLGcOHscy6yLXpKCQi4Mz1yVa.jpg
                        vote_average: 7.2
                        vote_count: 372
                      - adult: false
                        backdrop_path: /wBBONMlfnrU2GxxN7X2pFDdZuRB.jpg
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 14
                          - 878
                        id: 161704
                        media_type: movie
                        original_language: ja
                        original_title: ドラえもん のび太の宇宙小戦争
                        overview: >-
                          Nobita helps Doraemon to create a space movie. After
                          Dekisugi fails to help them, the duo rope in Shizuka,
                          who prefers to make a film about dolls.
                        popularity: 11.563
                        poster_path: /n4IPqrfXEEtMC8hzV5PaCElkdNP.jpg
                        release_date: '1985-03-16'
                        title: 'Doraemon: Nobita''s Little Star Wars'
                        video: false
                        vote_average: 6.9
                        vote_count: 37
                      - adult: false
                        backdrop_path: /6Bsfr4QipqfAMlv9DCk8zNACvUG.jpg
                        first_air_date: '2003-11-07'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                        id: 3122
                        media_type: tv
                        name: 'Star Wars: Clone Wars'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: Clone Wars'
                        overview: >-
                          During the Clone Wars, Jedi Master Obi-Wan Kenobi
                          leads an assault on the planet Muunilinst, home of the
                          Intergalactic Banking Clan; and his Padawan, Anakin
                          Skywalker, is appointed by Supreme Chancellor
                          Palpatine to lead the Republic’s space forces.
                          Meanwhile, Separatist leader and Sith Lord Count Dooku
                          takes in Force-sensitive gladiator Asajj Ventress as
                          his Sith apprentice, and tasks her with eliminating
                          Skywalker.
                        popularity: 36.066
                        poster_path: /k7AxbJf8VbPhIgXmHJ5Pj83nB9z.jpg
                        vote_average: 7.8
                        vote_count: 409
                      - adult: false
                        backdrop_path: /ojHCeDULAkQK25700fhRU75Tur2.jpg
                        genre_ids:
                          - 878
                          - 12
                          - 28
                        id: 348350
                        media_type: movie
                        original_language: en
                        original_title: 'Solo: A Star Wars Story'
                        overview: >-
                          Through a series of daring escapades deep within a
                          dark and dangerous criminal underworld, Han Solo meets
                          his mighty future copilot Chewbacca and encounters the
                          notorious gambler Lando Calrissian.
                        popularity: 35.932
                        poster_path: /4oD6VEccFkorEBTEDXtpLAaz0Rl.jpg
                        release_date: '2018-05-15'
                        title: 'Solo: A Star Wars Story'
                        video: false
                        vote_average: 6.6
                        vote_count: 8572
                      - adult: false
                        backdrop_path: /iflKt34Ck2JpY2PY9wW1zwdJgJi.jpg
                        genre_ids:
                          - 16
                          - 878
                          - 12
                          - 10751
                        id: 782054
                        media_type: movie
                        original_language: ja
                        original_title: 映画ドラえもん のび太の宇宙小戦争 2021
                        overview: >-
                          One day during summer vacation, a palm-sized alien
                          named Papi appears from a small rocket that Nobita
                          picks up. He is the president of Pirika, a small
                          planet in outer space, and has come to Earth to escape
                          the rebels. Doraemon and his friends are puzzled by
                          Papi’s small size, but as they play together using the
                          secret tool “Small Light”, they gradually become
                          friends. However, a whale-shaped space battleship
                          comes to earth and attacks Doraemon, Nobita and the
                          others in order to capture Papi. Feeling responsible
                          for getting everyone involved, Papi tries to stand up
                          to the rebels. Doraemon and his friends leave for the
                          planet Pirika to protect their dear friend and his
                          home.
                        popularity: 13.096
                        poster_path: /48gKZioIDeUOI0afbYv3kh9u9RQ.jpg
                        release_date: '2022-03-04'
                        title: 'Doraemon the Movie: Nobita''s Little Star Wars 2021'
                        video: false
                        vote_average: 5.9
                        vote_count: 108
                      - adult: false
                        backdrop_path: /6t8ES1d12OzWyCGxBeDYLHoaDrT.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 878
                        id: 330459
                        media_type: movie
                        original_language: en
                        original_title: 'Rogue One: A Star Wars Story'
                        overview: >-
                          A rogue band of resistance fighters unite for a
                          mission to steal the Death Star plans and bring a new
                          hope to the galaxy.
                        popularity: 36.999
                        poster_path: /i0yw1mFbB7sNGHCs7EXZPzFkdA1.jpg
                        release_date: '2016-12-14'
                        title: 'Rogue One: A Star Wars Story'
                        video: false
                        vote_average: 7.494
                        vote_count: 15311
                      - adult: false
                        backdrop_path: /Ad2y46YKP2u81bsR4axajbbJKwS.jpg
                        first_air_date: '2018-10-07'
                        genre_ids:
                          - 10765
                          - 16
                          - 10759
                        id: 79093
                        media_type: tv
                        name: Star Wars Resistance
                        origin_country:
                          - US
                        original_language: en
                        original_name: Star Wars Resistance
                        overview: >-
                          Kazuda Xiono, a young pilot for the Resistance, is
                          tasked with a top secret mission to investigate the
                          First Order, a growing threat in the galaxy.
                        popularity: 47.276
                        poster_path: /xul6SG8rar3wkHPY8YusUtxcdlZ.jpg
                        vote_average: 6.369
                        vote_count: 137
                      - adult: false
                        backdrop_path: /7SJctp269UEMvRGt9d3eddSpcLL.jpg
                        first_air_date: '2023-05-04'
                        genre_ids:
                          - 16
                          - 10762
                          - 10759
                          - 35
                        id: 202998
                        media_type: tv
                        name: 'Star Wars: Young Jedi Adventures'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: Young Jedi Adventures'
                        overview: >-
                          Set during the High Republic era and the prime of the
                          Jedi Order, follow Jedi younglings as they study the
                          ways of the Force, explore the galaxy, help citizens
                          and creatures in need, and learn valuable skills
                          needed to become Jedi along the way.
                        popularity: 49.57
                        poster_path: /hWydZFPESXxrFYNwwIzZwMKJN0g.jpg
                        vote_average: 4.8
                        vote_count: 19
                      - 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: 47.019
                        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: 14700
                      - 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: 35.892
                        poster_path: /xfSAoBEm9MNBjmlNcDYLvLSMlnq.jpg
                        release_date: '2005-05-17'
                        title: 'Star Wars: Episode III - Revenge of the Sith'
                        video: false
                        vote_average: 7.439
                        vote_count: 13794
                    total_pages: 14
                    total_results: 264
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````