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

# Search multiple movies

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



## OpenAPI

````yaml api-reference/openapi.yaml get /3/search/multi
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/multi:
    get:
      tags:
        - Search
      summary: Search multiple movies
      description: >-
        Use multi search when you want to search for movies, TV shows and people
        in a single request.
      operationId: searchMultipleMovies
      parameters:
        - name: query
          in: query
          schema:
            type: string
            example: war
      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=3851
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Thu, 02 Jan 2025 16:57:23 GMT
            ETag:
              schema:
                type: string
                example: W/"ea306232e9dc9c23ebab0374b0483cf1"
            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 2753b41455655294f3c924b22dffed5e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: xHU_tssXOmyq9c1dvx738rTbGCKq1N0loMNUBUUDmpmcdlMqFEAxKg==
            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: '21926'
            x-memc-expires:
              schema:
                type: string
                example: '3851'
            x-memc-key:
              schema:
                type: string
                example: f9536e1664fce96144aa8349c81c5a96
          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: /b5IB4VGjR818tTNcCLHQCIFwQmW.jpg
                        first_air_date:
                          type: string
                          example: '2018-09-01'
                        gender:
                          type: number
                          example: 0
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 28
                          example:
                            - 28
                            - 53
                        id:
                          type: number
                          example: 10431
                        known_for:
                          type: array
                          items:
                            type: object
                            properties:
                              adult:
                                type: boolean
                                example: false
                              backdrop_path:
                                type: string
                                nullable: true
                                example: /2fcCAHFWzbSYBOCBoFwvvIDuz5j.jpg
                              genre_ids:
                                type: array
                                items:
                                  type: number
                                  example: 18
                                example:
                                  - 18
                                  - 28
                              id:
                                type: number
                                example: 85651
                              media_type:
                                type: string
                                example: movie
                              original_language:
                                type: string
                                example: en
                              original_title:
                                type: string
                                example: Youngblood
                              overview:
                                type: string
                                example: >-
                                  An angry Vietnam veteran leads a Los Angeles
                                  street gang in a war on drug dealers.
                              popularity:
                                type: number
                                example: 1.318
                              poster_path:
                                type: string
                                example: /uujzbhtS3jtf2lHVMXf0rZ55rwy.jpg
                              release_date:
                                type: string
                                example: '1978-05-24'
                              title:
                                type: string
                                example: Youngblood
                              video:
                                type: boolean
                                example: false
                              vote_average:
                                type: number
                                example: 4.2
                              vote_count:
                                type: number
                                example: 5
                          example:
                            - adult: false
                              backdrop_path: /2fcCAHFWzbSYBOCBoFwvvIDuz5j.jpg
                              genre_ids:
                                - 18
                                - 28
                              id: 85651
                              media_type: movie
                              original_language: en
                              original_title: Youngblood
                              overview: >-
                                An angry Vietnam veteran leads a Los Angeles
                                street gang in a war on drug dealers.
                              popularity: 1.318
                              poster_path: /uujzbhtS3jtf2lHVMXf0rZ55rwy.jpg
                              release_date: '1978-05-24'
                              title: Youngblood
                              video: false
                              vote_average: 4.2
                              vote_count: 5
                            - adult: false
                              backdrop_path: null
                              genre_ids:
                                - 18
                              id: 57741
                              media_type: movie
                              original_language: en
                              original_title: The River Niger
                              overview: >-
                                An intimate look at life in the ghetto: Johnny
                                Williams is a house painter who moonlights as a
                                poet, struggling to financially and emotionally
                                support his cancer-ridden wife Mattie. But times
                                are tough and the poverty-troubled streets are
                                even tougher, and it takes every ounce of
                                Johnny's love and courage for the couple to make
                                it through their strife, finding redemption in
                                the River Niger.
                              popularity: 2.422
                              poster_path: /jqkIKhQfcJsJIPou2BcU2DyYiwz.jpg
                              release_date: '1976-04-14'
                              title: The River Niger
                              video: false
                              vote_average: 7.3
                              vote_count: 3
                        known_for_department:
                          type: string
                          example: Sound
                        media_type:
                          type: string
                          example: movie
                        name:
                          type: string
                          example: War
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: US
                          example:
                            - US
                        original_language:
                          type: string
                          example: en
                        original_name:
                          type: string
                          example: War
                        original_title:
                          type: string
                          example: War
                        overview:
                          type: string
                          example: >-
                            FBI agent Jack Crawford is out for revenge when his
                            partner is killed and all clues point to the
                            mysterious assassin Rogue. But when Rogue turns up
                            years later to take care of some unfinished
                            business, he triggers a violent clash of rival
                            gangs. Will the truth come out before it's too late?
                            And when the dust settles, who will remain standing?
                        popularity:
                          type: number
                          example: 28.174
                        poster_path:
                          type: string
                          example: /scFc8RD4sFxB2x0eIOaymphMnYh.jpg
                        profile_path:
                          nullable: true
                          example: null
                        release_date:
                          type: string
                          example: '2007-08-24'
                        title:
                          type: string
                          example: War
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 6.391
                        vote_count:
                          type: number
                          example: 1853
                    example:
                      - adult: false
                        backdrop_path: /b5IB4VGjR818tTNcCLHQCIFwQmW.jpg
                        genre_ids:
                          - 28
                          - 53
                        id: 10431
                        media_type: movie
                        original_language: en
                        original_title: War
                        overview: >-
                          FBI agent Jack Crawford is out for revenge when his
                          partner is killed and all clues point to the
                          mysterious assassin Rogue. But when Rogue turns up
                          years later to take care of some unfinished business,
                          he triggers a violent clash of rival gangs. Will the
                          truth come out before it's too late? And when the dust
                          settles, who will remain standing?
                        popularity: 28.174
                        poster_path: /scFc8RD4sFxB2x0eIOaymphMnYh.jpg
                        release_date: '2007-08-24'
                        title: War
                        video: false
                        vote_average: 6.391
                        vote_count: 1853
                      - adult: false
                        backdrop_path: /5Tw0isY4Fs08burneYsa6JvHbER.jpg
                        genre_ids:
                          - 28
                          - 53
                          - 12
                        id: 585268
                        media_type: movie
                        original_language: hi
                        original_title: War
                        overview: >-
                          Khalid, entrusted with the task of eliminating former
                          soldier turned rogue Kabir, engages in an epic battle
                          with his mentor who taught him everything.
                        popularity: 18.633
                        poster_path: /7JeHrXR1FU57Y6b90YDpFJMhmVO.jpg
                        release_date: '2019-10-02'
                        title: War
                        video: false
                        vote_average: 6.765
                        vote_count: 327
                      - adult: false
                        backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg
                        genre_ids:
                          - 16
                          - 14
                          - 28
                          - 12
                        id: 839033
                        media_type: movie
                        original_language: en
                        original_title: 'The Lord of the Rings: The War of the Rohirrim'
                        overview: >-
                          183 years before the events chronicled in the original
                          trilogy, a sudden attack by Wulf, a clever and
                          ruthless Dunlending lord seeking vengeance for the
                          death of his father, forces Helm Hammerhand and his
                          people to make a daring last stand in the ancient
                          stronghold of the Hornburg. Finding herself in an
                          increasingly desperate situation, Héra, the daughter
                          of Helm, must summon the will to lead the resistance
                          against a deadly enemy intent on their total
                          destruction.
                        popularity: 1479.457
                        poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg
                        release_date: '2024-12-05'
                        title: 'The Lord of the Rings: The War of the Rohirrim'
                        video: false
                        vote_average: 6.8
                        vote_count: 167
                      - adult: false
                        gender: 0
                        id: 1375268
                        known_for:
                          - adult: false
                            backdrop_path: /2fcCAHFWzbSYBOCBoFwvvIDuz5j.jpg
                            genre_ids:
                              - 18
                              - 28
                            id: 85651
                            media_type: movie
                            original_language: en
                            original_title: Youngblood
                            overview: >-
                              An angry Vietnam veteran leads a Los Angeles
                              street gang in a war on drug dealers.
                            popularity: 1.318
                            poster_path: /uujzbhtS3jtf2lHVMXf0rZ55rwy.jpg
                            release_date: '1978-05-24'
                            title: Youngblood
                            video: false
                            vote_average: 4.2
                            vote_count: 5
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 18
                            id: 57741
                            media_type: movie
                            original_language: en
                            original_title: The River Niger
                            overview: >-
                              An intimate look at life in the ghetto: Johnny
                              Williams is a house painter who moonlights as a
                              poet, struggling to financially and emotionally
                              support his cancer-ridden wife Mattie. But times
                              are tough and the poverty-troubled streets are
                              even tougher, and it takes every ounce of Johnny's
                              love and courage for the couple to make it through
                              their strife, finding redemption in the River
                              Niger.
                            popularity: 2.422
                            poster_path: /jqkIKhQfcJsJIPou2BcU2DyYiwz.jpg
                            release_date: '1976-04-14'
                            title: The River Niger
                            video: false
                            vote_average: 7.3
                            vote_count: 3
                        known_for_department: Sound
                        media_type: person
                        name: War
                        original_name: War
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        backdrop_path: /dfWbyhujRsX6B0AcQE0f3QtUhxk.jpg
                        first_air_date: '2018-09-01'
                        genre_ids:
                          - 99
                          - 10768
                        id: 82670
                        media_type: tv
                        name: World War Two
                        origin_country:
                          - US
                        original_language: en
                        original_name: World War Two
                        overview: >-
                          Follow the deadliest conflict in human history in real
                          time, week by week, blow by blow.
                        popularity: 103.162
                        poster_path: /wAs1ai9mVvebPK2Fz46oKjipeTt.jpg
                        vote_average: 7.6
                        vote_count: 5
                      - adult: false
                        backdrop_path: /qCGcTJSaxBY43bXsxMFjuQnbzw.jpg
                        first_air_date: '2012-04-12'
                        genre_ids:
                          - 35
                        id: 66327
                        media_type: tv
                        name: Gourmet Wars
                        origin_country:
                          - IT
                        original_language: it
                        original_name: Benvenuti a tavola
                        overview: >-
                          Two family owned restaurants of conflicting styles
                          open up shop across the street from one another.
                        popularity: 11.729
                        poster_path: /wTmHSGuPLVQKVq8vzmdf15BH0Tx.jpg
                        vote_average: 7.2
                        vote_count: 5
                      - 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: 646.577
                        poster_path: /srQbJhLRKoAwRrNN5ga7webPHbC.jpg
                        vote_average: 7.3
                        vote_count: 121
                      - adult: false
                        backdrop_path: /njzwGw2JwoMnwNbntW6CK3EqQql.jpg
                        first_air_date: '1988-04-30'
                        genre_ids:
                          - 10759
                          - 16
                        id: 35993
                        media_type: tv
                        name: Ronin Warriors
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 鎧伝サムライトルーパー
                        overview: >-
                          Five young men with mystical armor fight to save the
                          mortal from the evil Talpa.
                        popularity: 193.85
                        poster_path: /cS4MHCOgmFun8X9k2avAd6vvQ37.jpg
                        vote_average: 8
                        vote_count: 22
                      - adult: false
                        backdrop_path: /sSeUT9uDlxgiKxmeqT93eUT1uUx.jpg
                        first_air_date: '2009-09-04'
                        genre_ids:
                          - 99
                          - 10768
                        id: 42154
                        media_type: tv
                        name: World War II in Colour
                        origin_country:
                          - GB
                        original_language: en
                        original_name: World War II in Colour
                        overview: >-
                          World War II In Colour is a 13-episode television
                          documentary miniseries recounting the events of World
                          War II narrated by Robert Powell. The show covers the
                          Western Front, Eastern Front, and the Pacific War. It
                          is on syndication in America on the Military Channel.
                          This series is in full color, combining both original
                          and colorized footage.
                        popularity: 17.524
                        poster_path: /1in5DbN4t8a7Osw9hCqWEmNoEZF.jpg
                        vote_average: 7.5
                        vote_count: 258
                      - adult: false
                        backdrop_path: /dJ8yrSokdTMnhKJw06MllSfCegb.jpg
                        first_air_date: '2019-01-12'
                        genre_ids:
                          - 16
                          - 35
                        id: 83121
                        media_type: tv
                        name: 'Kaguya-sama: Love Is War'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: かぐや様は告らせたい～天才たちの恋愛頭脳戦～
                        overview: >-
                          Considered a genius due to having the highest grades
                          in the country, Miyuki Shirogane leads the prestigious
                          Shuchiin Academy's student council as its president,
                          working alongside the beautiful and wealthy vice
                          president Kaguya Shinomiya. The two are often regarded
                          as the perfect couple by students despite them not
                          being in any sort of romantic relationship.
                        popularity: 406.251
                        poster_path: /5khbC6AuNgnvnoDbjIMKCOhEtIc.jpg
                        vote_average: 8.6
                        vote_count: 733
                      - adult: false
                        backdrop_path: /whXYrUSNqkzGnxDkPv6wXr7gki8.jpg
                        first_air_date: '2002-03-04'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                        id: 5653
                        media_type: tv
                        name: MegaMan NT Warrior
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ロックマン エグゼ
                        overview: >-
                          In the year 20XX, a young boy named Netto Hikari
                          receives a very special gift as he enters the 5th
                          grade: his very own customized Net Navi, Rockman.
                        popularity: 775.1
                        poster_path: /roZllkX4mOoDAKljFtpYJzD41Kn.jpg
                        vote_average: 7.816
                        vote_count: 19
                      - adult: false
                        backdrop_path: /bu2v9UfHv49I76dTtJ0kO4G2HSJ.jpg
                        first_air_date: '2015-02-14'
                        genre_ids:
                          - 10759
                          - 10768
                        id: 83195
                        media_type: tv
                        name: 'The Jingbirok: A Memoir of Imjin War'
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 징비록
                        overview: >-
                          Jingbirok, the name of a book written by real-life
                          Joseon historian and scholar Ryu Seong Ryong (Kim Sang
                          Joong),detailing the Imjin War (1592-1598). The drama
                          will be a telling of historical events with the
                          scholar as the central character, in the samevein as
                          “Jung Do Jun”(who influenced the founding of the
                          Joseon dynasty). Ryu Seong Ryong was an official who
                          served during King Seonjo’s reign in the late 16th
                          century. He was a brilliant Confucian scholar who was
                          put in charge of military operations during the Imjin
                          War, and greatly influenced AdmiralLee Soon Shin.
                        popularity: 101.886
                        poster_path: /6yOXrxINGmI3m4RkyEk3g4AIQ5P.jpg
                        vote_average: 3.4
                        vote_count: 7
                      - adult: false
                        backdrop_path: /1Ve2QDJ7ZerkMGMnSJEOZ33YE0C.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 80
                          - 53
                        id: 923667
                        media_type: movie
                        original_language: cn
                        original_title: 九龍城寨之圍城
                        overview: >-
                          In 1980s Hong Kong, troubled youth Chan Lok-kwun, a
                          mainland refugee, struggles to survive in the Kowloon
                          Walled City by joining underground fights. Betrayed by
                          crime boss Mr. Big while trying to buy a fake ID, he
                          steals drugs from him and seeks refuge in the Walled
                          City, where he encounters Cyclone, a compassionate yet
                          authoritative crime lord.
                        popularity: 154.072
                        poster_path: /h0tunBO4tMjvKVVG7fXqHgwOr5C.jpg
                        release_date: '2024-04-23'
                        title: 'Twilight of the Warriors: Walled In'
                        video: false
                        vote_average: 6.995
                        vote_count: 280
                      - adult: false
                        backdrop_path: /5O0mkQGfOQM4OktFOCep9YmXK79.jpg
                        genre_ids:
                          - 28
                          - 878
                          - 53
                          - 35
                          - 27
                        id: 995803
                        media_type: movie
                        original_language: en
                        original_title: Arena Wars
                        overview: >-
                          In 2045 convicted criminals are given the opportunity
                          to compete on the world's #1 televised sporting event,
                          Arena Wars. They must survive 7 rooms and 7 of the
                          most vicious killers in the country. If they win, they
                          regain their freedom.
                        popularity: 370.636
                        poster_path: /4dRtXjk1rcsZlaMJpBn6Nh9cTfO.jpg
                        release_date: '2024-06-25'
                        title: Arena Wars
                        video: false
                        vote_average: 5.2
                        vote_count: 36
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 537041
                        media_type: movie
                        original_language: en
                        original_title: War
                        overview: >-
                          Poor Boyz Productions declares "War" with this ski
                          world in a battle to produce the best ski film for the
                          2005 season.
                        popularity: 4.154
                        poster_path: /A1fMBbAlUU96Ao1xeHyvkmfywY2.jpg
                        release_date: '2005-09-01'
                        title: War
                        video: false
                        vote_average: 8.315
                        vote_count: 27
                      - adult: false
                        backdrop_path: /2wrdcWrAN53Pl7ahBWMIKMzXBFF.jpg
                        genre_ids:
                          - 16
                          - 28
                          - 12
                          - 14
                          - 878
                        id: 1134424
                        media_type: movie
                        original_language: th
                        original_title: 'นักรบมนตรา: ตำนานแปดดวงจันทร์'
                        overview: >-
                          A story inspired by the original RAMAYANA, retold in a
                          futuristic universe, involving brave warriors who
                          possess ancient powers from another dimension.
                        popularity: 91.717
                        poster_path: /sQE0VegwDa0GHjawfNRr1sFgVE2.jpg
                        release_date: '2023-10-11'
                        title: 'Mantra Warrior: The Legend of The Eight Moons'
                        video: false
                        vote_average: 7.5
                        vote_count: 68
                      - adult: false
                        backdrop_path: /zON56VnLyfo3hI0stwvIKSLK5vB.jpg
                        first_air_date: '2023-11-03'
                        genre_ids:
                          - 10764
                        id: 238786
                        media_type: tv
                        name: University War
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 대학전쟁
                        overview: >-
                          The top 1% of students from five prestigious
                          universities in Korea (Seoul National University,
                          KAIST, Pohang University of Science and Technology,
                          Yonsei University, Korea University) participate, and
                          only utilize brain power (mental calculations,
                          calculations, reasoning, games, memorization, etc.)
                          without politics, betrayal, alliances, or deception.
                        popularity: 55.723
                        poster_path: /1tsV62hYAC7YFu1wZw9G8IYnt4O.jpg
                        vote_average: 9.2
                        vote_count: 4
                      - adult: false
                        backdrop_path: /gVnxTA3FT4G2M2j6wyAZkWpRKn5.jpg
                        first_air_date: '2014-04-02'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 70801
                        media_type: tv
                        name: 'Marvel Disk Wars: The Avengers'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ディスク・ウォーズ:アベンジャーズ
                        overview: >-
                          A group of teenagers join forces with the Avengers,
                          Earth's mightiest heroes, to fight against the
                          tyrannical Loki and his mighty empire.
                        popularity: 317.741
                        poster_path: /6wQAZaWSvBJOIIt68cqmC0KJjeE.jpg
                        vote_average: 6.4
                        vote_count: 12
                      - adult: false
                        backdrop_path: /5ZQNychvm4GKLQZPYoKwuu5aLNB.jpg
                        first_air_date: '1988-10-07'
                        genre_ids:
                          - 18
                          - 10759
                        id: 2255
                        media_type: tv
                        name: War of the Worlds
                        origin_country:
                          - CA
                          - FR
                          - US
                        original_language: en
                        original_name: War of the Worlds
                        overview: >-
                          Humanity must resume its war against the Martians when
                          they revive after decades of hibernation following
                          their defeat in the 1950s. The fate of Earth may very
                          well rest in the hands of a small yet courageous band:
                          astrophysicist Harrison Blackwood, paraplegic computer
                          wizard Norton Drake, microbiologist Suzanne McCullough
                          and military man Paul Ironhorse.
                        popularity: 61.797
                        poster_path: /aooe8m3ZHey7WKNdmlllRYeinpa.jpg
                        vote_average: 6.2
                        vote_count: 29
                      - adult: false
                        backdrop_path: /flCqseSGWr0qIY6tn9DHM2mtEwo.jpg
                        first_air_date: '2019-10-04'
                        genre_ids:
                          - 18
                          - 10759
                        id: 94154
                        media_type: tv
                        name: 'El Dragón: Return of a Warrior'
                        origin_country:
                          - US
                        original_language: es
                        original_name: 'El Dragón: El regreso de un guerrero'
                        overview: >-
                          A Tokyo business man returns to his home country of
                          Mexico where he must battle rivals to replace his
                          grandfather as the head of a cartel.
                        popularity: 37.636
                        poster_path: /1eKrOjS7OSOjgmEIdCNmKEEItKJ.jpg
                        vote_average: 7.379
                        vote_count: 438
                  total_pages:
                    type: number
                    example: 500
                  total_results:
                    type: number
                    example: 10000
              examples:
                New Request:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /b5IB4VGjR818tTNcCLHQCIFwQmW.jpg
                        genre_ids:
                          - 28
                          - 53
                        id: 10431
                        media_type: movie
                        original_language: en
                        original_title: War
                        overview: >-
                          FBI agent Jack Crawford is out for revenge when his
                          partner is killed and all clues point to the
                          mysterious assassin Rogue. But when Rogue turns up
                          years later to take care of some unfinished business,
                          he triggers a violent clash of rival gangs. Will the
                          truth come out before it's too late? And when the dust
                          settles, who will remain standing?
                        popularity: 28.174
                        poster_path: /scFc8RD4sFxB2x0eIOaymphMnYh.jpg
                        release_date: '2007-08-24'
                        title: War
                        video: false
                        vote_average: 6.391
                        vote_count: 1853
                      - adult: false
                        backdrop_path: /5Tw0isY4Fs08burneYsa6JvHbER.jpg
                        genre_ids:
                          - 28
                          - 53
                          - 12
                        id: 585268
                        media_type: movie
                        original_language: hi
                        original_title: War
                        overview: >-
                          Khalid, entrusted with the task of eliminating former
                          soldier turned rogue Kabir, engages in an epic battle
                          with his mentor who taught him everything.
                        popularity: 18.633
                        poster_path: /7JeHrXR1FU57Y6b90YDpFJMhmVO.jpg
                        release_date: '2019-10-02'
                        title: War
                        video: false
                        vote_average: 6.765
                        vote_count: 327
                      - adult: false
                        backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg
                        genre_ids:
                          - 16
                          - 14
                          - 28
                          - 12
                        id: 839033
                        media_type: movie
                        original_language: en
                        original_title: 'The Lord of the Rings: The War of the Rohirrim'
                        overview: >-
                          183 years before the events chronicled in the original
                          trilogy, a sudden attack by Wulf, a clever and
                          ruthless Dunlending lord seeking vengeance for the
                          death of his father, forces Helm Hammerhand and his
                          people to make a daring last stand in the ancient
                          stronghold of the Hornburg. Finding herself in an
                          increasingly desperate situation, Héra, the daughter
                          of Helm, must summon the will to lead the resistance
                          against a deadly enemy intent on their total
                          destruction.
                        popularity: 1479.457
                        poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg
                        release_date: '2024-12-05'
                        title: 'The Lord of the Rings: The War of the Rohirrim'
                        video: false
                        vote_average: 6.8
                        vote_count: 167
                      - adult: false
                        gender: 0
                        id: 1375268
                        known_for:
                          - adult: false
                            backdrop_path: /2fcCAHFWzbSYBOCBoFwvvIDuz5j.jpg
                            genre_ids:
                              - 18
                              - 28
                            id: 85651
                            media_type: movie
                            original_language: en
                            original_title: Youngblood
                            overview: >-
                              An angry Vietnam veteran leads a Los Angeles
                              street gang in a war on drug dealers.
                            popularity: 1.318
                            poster_path: /uujzbhtS3jtf2lHVMXf0rZ55rwy.jpg
                            release_date: '1978-05-24'
                            title: Youngblood
                            video: false
                            vote_average: 4.2
                            vote_count: 5
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 18
                            id: 57741
                            media_type: movie
                            original_language: en
                            original_title: The River Niger
                            overview: >-
                              An intimate look at life in the ghetto: Johnny
                              Williams is a house painter who moonlights as a
                              poet, struggling to financially and emotionally
                              support his cancer-ridden wife Mattie. But times
                              are tough and the poverty-troubled streets are
                              even tougher, and it takes every ounce of Johnny's
                              love and courage for the couple to make it through
                              their strife, finding redemption in the River
                              Niger.
                            popularity: 2.422
                            poster_path: /jqkIKhQfcJsJIPou2BcU2DyYiwz.jpg
                            release_date: '1976-04-14'
                            title: The River Niger
                            video: false
                            vote_average: 7.3
                            vote_count: 3
                        known_for_department: Sound
                        media_type: person
                        name: War
                        original_name: War
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        backdrop_path: /dfWbyhujRsX6B0AcQE0f3QtUhxk.jpg
                        first_air_date: '2018-09-01'
                        genre_ids:
                          - 99
                          - 10768
                        id: 82670
                        media_type: tv
                        name: World War Two
                        origin_country:
                          - US
                        original_language: en
                        original_name: World War Two
                        overview: >-
                          Follow the deadliest conflict in human history in real
                          time, week by week, blow by blow.
                        popularity: 103.162
                        poster_path: /wAs1ai9mVvebPK2Fz46oKjipeTt.jpg
                        vote_average: 7.6
                        vote_count: 5
                      - adult: false
                        backdrop_path: /qCGcTJSaxBY43bXsxMFjuQnbzw.jpg
                        first_air_date: '2012-04-12'
                        genre_ids:
                          - 35
                        id: 66327
                        media_type: tv
                        name: Gourmet Wars
                        origin_country:
                          - IT
                        original_language: it
                        original_name: Benvenuti a tavola
                        overview: >-
                          Two family owned restaurants of conflicting styles
                          open up shop across the street from one another.
                        popularity: 11.729
                        poster_path: /wTmHSGuPLVQKVq8vzmdf15BH0Tx.jpg
                        vote_average: 7.2
                        vote_count: 5
                      - 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: 646.577
                        poster_path: /srQbJhLRKoAwRrNN5ga7webPHbC.jpg
                        vote_average: 7.3
                        vote_count: 121
                      - adult: false
                        backdrop_path: /njzwGw2JwoMnwNbntW6CK3EqQql.jpg
                        first_air_date: '1988-04-30'
                        genre_ids:
                          - 10759
                          - 16
                        id: 35993
                        media_type: tv
                        name: Ronin Warriors
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 鎧伝サムライトルーパー
                        overview: >-
                          Five young men with mystical armor fight to save the
                          mortal from the evil Talpa.
                        popularity: 193.85
                        poster_path: /cS4MHCOgmFun8X9k2avAd6vvQ37.jpg
                        vote_average: 8
                        vote_count: 22
                      - adult: false
                        backdrop_path: /sSeUT9uDlxgiKxmeqT93eUT1uUx.jpg
                        first_air_date: '2009-09-04'
                        genre_ids:
                          - 99
                          - 10768
                        id: 42154
                        media_type: tv
                        name: World War II in Colour
                        origin_country:
                          - GB
                        original_language: en
                        original_name: World War II in Colour
                        overview: >-
                          World War II In Colour is a 13-episode television
                          documentary miniseries recounting the events of World
                          War II narrated by Robert Powell. The show covers the
                          Western Front, Eastern Front, and the Pacific War. It
                          is on syndication in America on the Military Channel.
                          This series is in full color, combining both original
                          and colorized footage.
                        popularity: 17.524
                        poster_path: /1in5DbN4t8a7Osw9hCqWEmNoEZF.jpg
                        vote_average: 7.5
                        vote_count: 258
                      - adult: false
                        backdrop_path: /dJ8yrSokdTMnhKJw06MllSfCegb.jpg
                        first_air_date: '2019-01-12'
                        genre_ids:
                          - 16
                          - 35
                        id: 83121
                        media_type: tv
                        name: 'Kaguya-sama: Love Is War'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: かぐや様は告らせたい～天才たちの恋愛頭脳戦～
                        overview: >-
                          Considered a genius due to having the highest grades
                          in the country, Miyuki Shirogane leads the prestigious
                          Shuchiin Academy's student council as its president,
                          working alongside the beautiful and wealthy vice
                          president Kaguya Shinomiya. The two are often regarded
                          as the perfect couple by students despite them not
                          being in any sort of romantic relationship.
                        popularity: 406.251
                        poster_path: /5khbC6AuNgnvnoDbjIMKCOhEtIc.jpg
                        vote_average: 8.6
                        vote_count: 733
                      - adult: false
                        backdrop_path: /whXYrUSNqkzGnxDkPv6wXr7gki8.jpg
                        first_air_date: '2002-03-04'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                        id: 5653
                        media_type: tv
                        name: MegaMan NT Warrior
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ロックマン エグゼ
                        overview: >-
                          In the year 20XX, a young boy named Netto Hikari
                          receives a very special gift as he enters the 5th
                          grade: his very own customized Net Navi, Rockman.
                        popularity: 775.1
                        poster_path: /roZllkX4mOoDAKljFtpYJzD41Kn.jpg
                        vote_average: 7.816
                        vote_count: 19
                      - adult: false
                        backdrop_path: /bu2v9UfHv49I76dTtJ0kO4G2HSJ.jpg
                        first_air_date: '2015-02-14'
                        genre_ids:
                          - 10759
                          - 10768
                        id: 83195
                        media_type: tv
                        name: 'The Jingbirok: A Memoir of Imjin War'
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 징비록
                        overview: >-
                          Jingbirok, the name of a book written by real-life
                          Joseon historian and scholar Ryu Seong Ryong (Kim Sang
                          Joong),detailing the Imjin War (1592-1598). The drama
                          will be a telling of historical events with the
                          scholar as the central character, in the samevein as
                          “Jung Do Jun”(who influenced the founding of the
                          Joseon dynasty). Ryu Seong Ryong was an official who
                          served during King Seonjo’s reign in the late 16th
                          century. He was a brilliant Confucian scholar who was
                          put in charge of military operations during the Imjin
                          War, and greatly influenced AdmiralLee Soon Shin.
                        popularity: 101.886
                        poster_path: /6yOXrxINGmI3m4RkyEk3g4AIQ5P.jpg
                        vote_average: 3.4
                        vote_count: 7
                      - adult: false
                        backdrop_path: /1Ve2QDJ7ZerkMGMnSJEOZ33YE0C.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 80
                          - 53
                        id: 923667
                        media_type: movie
                        original_language: cn
                        original_title: 九龍城寨之圍城
                        overview: >-
                          In 1980s Hong Kong, troubled youth Chan Lok-kwun, a
                          mainland refugee, struggles to survive in the Kowloon
                          Walled City by joining underground fights. Betrayed by
                          crime boss Mr. Big while trying to buy a fake ID, he
                          steals drugs from him and seeks refuge in the Walled
                          City, where he encounters Cyclone, a compassionate yet
                          authoritative crime lord.
                        popularity: 154.072
                        poster_path: /h0tunBO4tMjvKVVG7fXqHgwOr5C.jpg
                        release_date: '2024-04-23'
                        title: 'Twilight of the Warriors: Walled In'
                        video: false
                        vote_average: 6.995
                        vote_count: 280
                      - adult: false
                        backdrop_path: /5O0mkQGfOQM4OktFOCep9YmXK79.jpg
                        genre_ids:
                          - 28
                          - 878
                          - 53
                          - 35
                          - 27
                        id: 995803
                        media_type: movie
                        original_language: en
                        original_title: Arena Wars
                        overview: >-
                          In 2045 convicted criminals are given the opportunity
                          to compete on the world's #1 televised sporting event,
                          Arena Wars. They must survive 7 rooms and 7 of the
                          most vicious killers in the country. If they win, they
                          regain their freedom.
                        popularity: 370.636
                        poster_path: /4dRtXjk1rcsZlaMJpBn6Nh9cTfO.jpg
                        release_date: '2024-06-25'
                        title: Arena Wars
                        video: false
                        vote_average: 5.2
                        vote_count: 36
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 537041
                        media_type: movie
                        original_language: en
                        original_title: War
                        overview: >-
                          Poor Boyz Productions declares "War" with this ski
                          world in a battle to produce the best ski film for the
                          2005 season.
                        popularity: 4.154
                        poster_path: /A1fMBbAlUU96Ao1xeHyvkmfywY2.jpg
                        release_date: '2005-09-01'
                        title: War
                        video: false
                        vote_average: 8.315
                        vote_count: 27
                      - adult: false
                        backdrop_path: /2wrdcWrAN53Pl7ahBWMIKMzXBFF.jpg
                        genre_ids:
                          - 16
                          - 28
                          - 12
                          - 14
                          - 878
                        id: 1134424
                        media_type: movie
                        original_language: th
                        original_title: 'นักรบมนตรา: ตำนานแปดดวงจันทร์'
                        overview: >-
                          A story inspired by the original RAMAYANA, retold in a
                          futuristic universe, involving brave warriors who
                          possess ancient powers from another dimension.
                        popularity: 91.717
                        poster_path: /sQE0VegwDa0GHjawfNRr1sFgVE2.jpg
                        release_date: '2023-10-11'
                        title: 'Mantra Warrior: The Legend of The Eight Moons'
                        video: false
                        vote_average: 7.5
                        vote_count: 68
                      - adult: false
                        backdrop_path: /zON56VnLyfo3hI0stwvIKSLK5vB.jpg
                        first_air_date: '2023-11-03'
                        genre_ids:
                          - 10764
                        id: 238786
                        media_type: tv
                        name: University War
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 대학전쟁
                        overview: >-
                          The top 1% of students from five prestigious
                          universities in Korea (Seoul National University,
                          KAIST, Pohang University of Science and Technology,
                          Yonsei University, Korea University) participate, and
                          only utilize brain power (mental calculations,
                          calculations, reasoning, games, memorization, etc.)
                          without politics, betrayal, alliances, or deception.
                        popularity: 55.723
                        poster_path: /1tsV62hYAC7YFu1wZw9G8IYnt4O.jpg
                        vote_average: 9.2
                        vote_count: 4
                      - adult: false
                        backdrop_path: /gVnxTA3FT4G2M2j6wyAZkWpRKn5.jpg
                        first_air_date: '2014-04-02'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 70801
                        media_type: tv
                        name: 'Marvel Disk Wars: The Avengers'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ディスク・ウォーズ:アベンジャーズ
                        overview: >-
                          A group of teenagers join forces with the Avengers,
                          Earth's mightiest heroes, to fight against the
                          tyrannical Loki and his mighty empire.
                        popularity: 317.741
                        poster_path: /6wQAZaWSvBJOIIt68cqmC0KJjeE.jpg
                        vote_average: 6.4
                        vote_count: 12
                      - adult: false
                        backdrop_path: /5ZQNychvm4GKLQZPYoKwuu5aLNB.jpg
                        first_air_date: '1988-10-07'
                        genre_ids:
                          - 18
                          - 10759
                        id: 2255
                        media_type: tv
                        name: War of the Worlds
                        origin_country:
                          - CA
                          - FR
                          - US
                        original_language: en
                        original_name: War of the Worlds
                        overview: >-
                          Humanity must resume its war against the Martians when
                          they revive after decades of hibernation following
                          their defeat in the 1950s. The fate of Earth may very
                          well rest in the hands of a small yet courageous band:
                          astrophysicist Harrison Blackwood, paraplegic computer
                          wizard Norton Drake, microbiologist Suzanne McCullough
                          and military man Paul Ironhorse.
                        popularity: 61.797
                        poster_path: /aooe8m3ZHey7WKNdmlllRYeinpa.jpg
                        vote_average: 6.2
                        vote_count: 29
                      - adult: false
                        backdrop_path: /flCqseSGWr0qIY6tn9DHM2mtEwo.jpg
                        first_air_date: '2019-10-04'
                        genre_ids:
                          - 18
                          - 10759
                        id: 94154
                        media_type: tv
                        name: 'El Dragón: Return of a Warrior'
                        origin_country:
                          - US
                        original_language: es
                        original_name: 'El Dragón: El regreso de un guerrero'
                        overview: >-
                          A Tokyo business man returns to his home country of
                          Mexico where he must battle rivals to replace his
                          grandfather as the head of a cartel.
                        popularity: 37.636
                        poster_path: /1eKrOjS7OSOjgmEIdCNmKEEItKJ.jpg
                        vote_average: 7.379
                        vote_count: 438
                    total_pages: 500
                    total_results: 10000
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````