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

# Multi

> This endpoint multi search for movies, TV shows and people in a single request.



## OpenAPI

````yaml get /3/search/multi
openapi: 3.0.3
info:
  title: The Movie Database
  description: Reference
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTHENTICATION
  - name: CERTIFICATION
  - name: CHANGES
  - name: COLLECTION
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSION
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORK
  - name: PEOPLE
  - name: PEOPLE LISTS
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODES GROUPS
  - name: WATCH PROVIDERS
paths:
  /3/search/multi:
    get:
      tags:
        - SEARCH
      summary: Multi
      description: >-
        This endpoint multi search for movies, TV shows and people in a single
        request.
      operationId: multi
      parameters:
        - name: query
          required: true
          in: query
          schema:
            type: string
            example: animation
        - name: include_adult
          in: query
          schema:
            type: boolean
            default: false
        - name: page
          in: query
          schema:
            type: integer
            default: 1
        - name: language
          in: query
          schema:
            type: string
            default: en-US
      responses:
        '200':
          description: Multi
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=11733
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Tue, 31 Dec 2024 11:01:20 GMT
            ETag:
              schema:
                type: string
                example: W/"2bf1e86b84a9de153487c8bb719c69ef"
            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 afc076a932b635d1fe9febfccf7103f0.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: JoFf4n93on68yZu9G4Z9VnfktqtRTkfOm0ScS9XiVVC-n5zKCSzwNA==
            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: '13551'
            x-memc-expires:
              schema:
                type: string
                example: '11733'
            x-memc-key:
              schema:
                type: string
                example: bdddc26456ae677c0d99ff734c6068ec
          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: /w99Fuv6Rm1r7PF1pqnC2gMYmH9u.jpg
                        first_air_date:
                          type: string
                          example: '2009-01-08'
                        gender:
                          type: number
                          example: 0
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 16
                          example:
                            - 16
                            - 10765
                            - 18
                            - 10759
                        id:
                          type: number
                          example: 42902
                        known_for:
                          type: array
                          items:
                            type: object
                            properties:
                              adult:
                                type: boolean
                                example: false
                              backdrop_path:
                                nullable: true
                                example: null
                              genre_ids:
                                type: array
                                items:
                                  type: number
                                  example: 16
                                example:
                                  - 16
                                  - 35
                                  - 27
                              id:
                                type: number
                                example: 1338497
                              media_type:
                                type: string
                                example: movie
                              original_language:
                                type: string
                                example: en
                              original_title:
                                type: string
                                example: Violent Nature
                              overview:
                                type: string
                                example: >-
                                  A man finds a flower and his life is changed
                                  forever.
                              popularity:
                                type: number
                                example: 0.244
                              poster_path:
                                type: string
                                example: /2nHjKaqNu2RzMbhPhMSZQ2vKkMT.jpg
                              release_date:
                                type: string
                                example: '2024-08-24'
                              title:
                                type: string
                                example: Violent Nature
                              video:
                                type: boolean
                                example: false
                              vote_average:
                                type: number
                                example: 10
                              vote_count:
                                type: number
                                example: 1
                          example:
                            - adult: false
                              backdrop_path: null
                              genre_ids:
                                - 16
                                - 35
                                - 27
                              id: 1338497
                              media_type: movie
                              original_language: en
                              original_title: Violent Nature
                              overview: >-
                                A man finds a flower and his life is changed
                                forever.
                              popularity: 0.244
                              poster_path: /2nHjKaqNu2RzMbhPhMSZQ2vKkMT.jpg
                              release_date: '2024-08-24'
                              title: Violent Nature
                              video: false
                              vote_average: 10
                              vote_count: 1
                        known_for_department:
                          type: string
                          example: Acting
                        media_type:
                          type: string
                          example: tv
                        name:
                          type: string
                          example: KUROKAMI The Animation
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: JP
                          example:
                            - JP
                        original_language:
                          type: string
                          example: ja
                        original_name:
                          type: string
                          example: 黒神 The Animation
                        original_title:
                          type: string
                          example: Animation
                        overview:
                          type: string
                          example: >-
                            In this world, there are three identical-looking
                            people in existence who split between them an
                            energy-like force called Terra. This energy can be
                            attributed to the amount of Luck or Life Energy that
                            an individual possesses. There also exist beings who
                            observe the human world, maintaining the balance
                            (Coexistence Equilibrium) of Terra. These beings
                            possess abilities that surpass those of normal human
                            beings. They live in hiding in places known as Pure
                            Places, in tribes. They are called the Terra
                            Guardians. This is a tale of battle that begins with
                            a chance meeting between a human boy named Keita and
                            a young Terra Guardian girl named Kuro.
                        popularity:
                          type: number
                          example: 10.272
                        poster_path:
                          type: string
                          nullable: true
                          example: /aVtrOJOQ6mRZrM0JuG83Aie41xc.jpg
                        profile_path:
                          nullable: true
                          example: null
                        release_date:
                          type: string
                          example: '1979-01-01'
                        title:
                          type: string
                          example: Animation
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 6.4
                        vote_count:
                          type: number
                          example: 10
                    example:
                      - adult: false
                        backdrop_path: /w99Fuv6Rm1r7PF1pqnC2gMYmH9u.jpg
                        first_air_date: '2009-01-08'
                        genre_ids:
                          - 16
                          - 10765
                          - 18
                          - 10759
                        id: 42902
                        media_type: tv
                        name: KUROKAMI The Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 黒神 The Animation
                        overview: >-
                          In this world, there are three identical-looking
                          people in existence who split between them an
                          energy-like force called Terra. This energy can be
                          attributed to the amount of Luck or Life Energy that
                          an individual possesses. There also exist beings who
                          observe the human world, maintaining the balance
                          (Coexistence Equilibrium) of Terra. These beings
                          possess abilities that surpass those of normal human
                          beings. They live in hiding in places known as Pure
                          Places, in tribes. They are called the Terra
                          Guardians. This is a tale of battle that begins with a
                          chance meeting between a human boy named Keita and a
                          young Terra Guardian girl named Kuro.
                        popularity: 10.272
                        poster_path: /aVtrOJOQ6mRZrM0JuG83Aie41xc.jpg
                        vote_average: 6.4
                        vote_count: 10
                      - adult: false
                        backdrop_path: /2exXThXfl4wr2h5qJ1sve93gQj5.jpg
                        first_air_date: '2014-10-03'
                        genre_ids:
                          - 16
                          - 10765
                          - 35
                          - 18
                        id: 63453
                        media_type: tv
                        name: 'Garo: The Animation'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 牙狼[GARO]-炎の刻印-
                        overview: >-
                          Mendosa, the chief adviser of the king of Valiante,
                          begins a campaign to hunt down "witches," resulting in
                          the deaths of many magical knights and their sorcerer
                          assistants. Anna, a sorceress married to the knight
                          Herman Lewis, gives birth to a son before her
                          execution. Herman takes their child, Leon, and flees,
                          raising him to be the heir of the legendary Golden
                          Armor. By the time Leon grows up, Valiante is
                          completely in the control of Mendosa, who drives out
                          Prince Alfonso and his mother. Alphonso decides to
                          seek out the man who inherited the Golden Armor to
                          reclaim the throne and save his people.
                        popularity: 18.181
                        poster_path: /cl9x83myIZtDSqHPu4WMekKt7E0.jpg
                        vote_average: 8.2
                        vote_count: 13
                      - adult: false
                        backdrop_path: /hF1LFAol3GaubZ6YkDR6AQeJz7q.jpg
                        first_air_date: '2022-01-08'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 152271
                        media_type: tv
                        name: Ninjala the Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ニンジャラ
                        overview: >-
                          After years of experiments, three researchers finally
                          create Ninja-Gum. This substance awakens dormant power
                          within people descended from ninjas, but its creation
                          isn’t without consequences and will lead them to the
                          mysterious Ninjala Tournament.
                        popularity: 108.471
                        poster_path: /2EkTiYPBvW3R1221Sk4436PkoHt.jpg
                        vote_average: 7.2
                        vote_count: 5
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 16
                        id: 818194
                        media_type: movie
                        original_language: en
                        original_title: Animation
                        overview: a film about animation by Vince Collins
                        popularity: 0.052
                        poster_path: /m3vTPQNBioPmRyIKBwbdicI6zqO.jpg
                        release_date: '1979-01-01'
                        title: Animation
                        video: false
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 1142311
                        media_type: movie
                        original_language: en
                        original_title: Animation
                        overview: 'Soundtrack: Stravinsky''s PETROUCHKA.'
                        popularity: 0.001
                        poster_path: null
                        release_date: '1960-01-01'
                        title: Animation
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /orAInGPeSqvKYu8NewNMrj7Qw6g.jpg
                        first_air_date: '2018-01-06'
                        genre_ids:
                          - 16
                          - 10765
                          - 10762
                        id: 76100
                        media_type: tv
                        name: 'Shinkansen Henkei Robo Shinkalion: THE ANIMATION'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 新幹線変形ロボ シンカリオン THE ANIMATION
                        overview: >-
                          Hayato Hayasugi (his last name is a pun on the words
                          for "too fast") and other children will serve as
                          conductors to pilot the Shinkalion. The Shinkalion
                          robots are various models of real-life Japanese bullet
                          trains (shinkansen) that transform into robots to
                          fight an unknown evil to protect the safety and peace
                          of Japan.


                          The children must work together with the adults of the
                          Shinkansen Ultra Evolution Institute (SUEI) to defeat
                          a monster that looks like a jet black bullet train.
                        popularity: 41.047
                        poster_path: /kRAEswoPMyvmfOT3bdfP5Cfd3q9.jpg
                        vote_average: 8.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: /7o116hjdaWQzEaRT4SfH4F6nohN.jpg
                        first_air_date: '2023-10-03'
                        genre_ids:
                          - 16
                          - 18
                        id: 203045
                        media_type: tv
                        name: Paradox Live THE ANIMATION
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: Paradox Live THE ANIMATION
                        overview: >-
                          Saturated in hip hop culture comes the birth of a new
                          movement known as "Phantom Live." Each of the artists
                          have a metal accessory known as "Phantom Metal" which
                          chemically reacts to the wearer's emotions to produce
                          an image, setting a magnificent stage for enthusiastic
                          youths. With legendary club "CLUB paradox" hosting the
                          mysterious Paradox Live, four teams: BAE, The Cat's
                          Whiskers, cozmez and Akanyatsura each receive an
                          invitation to participate, each with their own genre
                          of music in a race to the top.
                        popularity: 13.562
                        poster_path: /tlPG08mmtFPb6K0PpymddXvuzzt.jpg
                        vote_average: 4.7
                        vote_count: 6
                      - adult: false
                        backdrop_path: /m4A7OiIK4VvBUiTfkBH6dFM2vH.jpg
                        first_air_date: '2024-04-07'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 218833
                        media_type: tv
                        name: Blue Archive the Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ブルーアーカイブ The Animation
                        overview: >-
                          The city's academies are divided into their own
                          districts and are considered mostly independent.


                          The General Student Council acts as a governing board
                          to manage the academies as a whole. However, the
                          group's ability to govern has come to a halt since the
                          mysterious disappearance of the General Student
                          Council president. Countless issues have begun to
                          surface throughout Kivotos in the absence of the
                          president's leadership.


                          To avoid disaster, the General Student Council
                          requests assistance from the Federal Investigation
                          Club, otherwise known as Schale. In fact, Schale is
                          the city's newest club and the last to be approved
                          before the president's disappearance.


                          To accomplish its task, Schale relies on the guidance
                          of a Sensei who can help them resolve the incidents
                          around Kivotos.
                        popularity: 36.082
                        poster_path: /5RkURIXHgWtCemtDS1Cnp3FIl2R.jpg
                        vote_average: 6.9
                        vote_count: 8
                      - adult: false
                        gender: 0
                        id: 1500275
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 16
                              - 35
                              - 27
                            id: 1338497
                            media_type: movie
                            original_language: en
                            original_title: Violent Nature
                            overview: >-
                              A man finds a flower and his life is changed
                              forever.
                            popularity: 0.244
                            poster_path: /2nHjKaqNu2RzMbhPhMSZQ2vKkMT.jpg
                            release_date: '2024-08-24'
                            title: Violent Nature
                            video: false
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        media_type: person
                        name: Animation
                        original_name: Animation
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        backdrop_path: /eAj5C3Sb4LCQReg3LMCnJ2wh45T.jpg
                        first_air_date: '2013-07-05'
                        genre_ids:
                          - 10759
                          - 16
                          - 18
                          - 9648
                        id: 49471
                        media_type: tv
                        name: 'Danganronpa: The Animation'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ダンガンロンパ 希望の学園と絶望の高校生 The Animation
                        overview: >-
                          Being just a normal student without a special talent,
                          Makoto Naegi wins a lottery to attend the prestigious
                          Hope's Peak Academy where only the top prodigies
                          attend. However, instead of this being the beginning
                          of a wonderful high school life, it's a ticket to
                          despair, because the only way to graduate from Hope's
                          Peak Academy is to kill one of your fellow students or
                          be one of their victims.
                        popularity: 38.337
                        poster_path: /2XKziwAUwPiOonJfSJxnEzFPNSU.jpg
                        vote_average: 7.8
                        vote_count: 260
                      - adult: false
                        backdrop_path: /z6W2iXldACg21sUdVMd2nc59jSe.jpg
                        first_air_date: '2018-04-13'
                        genre_ids:
                          - 16
                          - 80
                          - 18
                        id: 78464
                        media_type: tv
                        name: DOREIKU The Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 奴隷区 The Animation
                        overview: >-
                          24 people enter a survival game. Each has a device
                          called an SCM (slave control method), which can make
                          their opponent into their slave. Each person has their
                          own reason for participating in the game.
                        popularity: 33.155
                        poster_path: /q4J6PuFOEqUvPsvvCYrW3KkDWiF.jpg
                        vote_average: 6.5
                        vote_count: 8
                      - adult: false
                        backdrop_path: /kBQuOP1Mdl5HcvtULXCtuXyA2Lc.jpg
                        first_air_date: '2018-07-08'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                        id: 93319
                        media_type: tv
                        name: Monster Strike The Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: モンスターストライク- 反逆の堕天使
                        overview: >-
                          The Angelic Guard, who call the heavens their home,
                          have been tasked with collecting the orbs scattered
                          across the world. Lucifer—a leader of the Angelic
                          Guard with a rebellious streak, said to wield power
                          rivaling the Almighty—carries out her duty along with
                          Uriel, also a leader of the guard. Together, they go
                          about executing their mission, until Holy Magistrate
                          Keter—the one who leads the heavens under the
                          Almighty's will—tells Uriel of Lucifer's planned
                          rebellion. Initially in disbelief, Uriel then learns
                          that the accusations against Lucifer may be connected
                          to an event that once threatened to shatter the
                          heavens.
                        popularity: 159.526
                        poster_path: /r5Nx9gLn6VcXHNUPqLgM7Wa3Kk2.jpg
                        vote_average: 5.4
                        vote_count: 8
                      - adult: false
                        backdrop_path: null
                        first_air_date: '2007-01-07'
                        genre_ids:
                          - 16
                        id: 211702
                        media_type: tv
                        name: 'Master of Epic: The Animation Age'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: マスター オブ エピック
                        overview: >-
                          Skits, vignettes, and interludes featuring an RPG
                          called Master of Epic.
                        popularity: 19.606
                        poster_path: /4UgSh71ehRF96NCVfaX5zA3XyLi.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /tCuUmmiSRl1Hoo1GRBpuDmghvBW.jpg
                        first_air_date: '2017-01-04'
                        genre_ids:
                          - 10759
                          - 16
                        id: 69230
                        media_type: tv
                        name: Akiba's Trip The Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: AKIBA'S TRIP -THE ANIMATION-
                        overview: >-
                          Set in Akihabara, the shopping area has been invaded
                          by creatures known as "Synthisters" who prey on the
                          patrons of Akihabara, feasting on their social energy
                          and will to live. These enemies can only be stopped by
                          direct exposure to sunlight, meaning to defeat these
                          synthisters their clothes need to be ripped off
                          exposing them to sunlight.
                        popularity: 15.046
                        poster_path: /vHba6T5GKimojrXTLvEETDdFSr7.jpg
                        vote_average: 7.6
                        vote_count: 25
                      - adult: false
                        backdrop_path: /3bYfBuWby20fSYTKNVJQgEuZDja.jpg
                        first_air_date: '2017-01-21'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                        id: 69820
                        media_type: tv
                        name: 'Granblue Fantasy: The Animation'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: GRANBLUE FANTASY The Animation
                        overview: >-
                          This is a world of the skies, where many islands drift
                          in the sky. A boy named Gran and a talking winged
                          lizard named Vyrn lived in Zinkenstill, an island
                          which yields mysteries. One day, they come across a
                          girl named Lyria. Lyria had escaped from the Erste
                          Empire, a military government that is trying to rule
                          over this world using powerful military prowess. In
                          order to escape from the Empire, Gran and Lyria head
                          out into the vast skies, holding the letter Gran's
                          father left behind - which said, "I will be waiting at
                          Estalucia, Island of Stars".
                        popularity: 25.524
                        poster_path: /hUo1FNB9WZZZi4pOJ2YE7Vq5UcF.jpg
                        vote_average: 6.656
                        vote_count: 32
                      - adult: false
                        backdrop_path: /6bamjsV4LPigFnYlvQ8pQkvv9Sj.jpg
                        first_air_date: '2017-10-05'
                        genre_ids:
                          - 16
                          - 18
                        id: 74183
                        media_type: tv
                        name: Ousama Game The Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 王様ゲーム The Animation
                        overview: >-
                          Kanazawa Nobuaki has transferred to a high school far
                          from where he used to live. Due to an incident at his
                          old school, Nobuaki is afraid of getting close to his
                          new classmates and keeps himself at a distance, but he
                          starts opening up because of a sports day inter-class
                          relay. Then a single text message from someone calling
                          themselves the "King" is sent to everyone in class.
                          Nobuaki's classmates think it's a simple prank and
                          don't take it seriously - but Nobuaki knows that a
                          death game is about to begin, and struggles to oppose
                          it...
                        popularity: 15.301
                        poster_path: /4U623rLgz8a3gbBMMys6pUlvrin.jpg
                        vote_average: 7.419
                        vote_count: 111
                      - adult: false
                        backdrop_path: /ApUNoBfgOWMeWz70o1O77jn1OA1.jpg
                        first_air_date: '2017-01-07'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                        id: 69341
                        media_type: tv
                        name: 'Schoolgirl Strikers: Animation Channel'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: スクールガールストライカーズ Animation Channel
                        overview: >-
                          It's the near future. The newly established girls'
                          private school Goryoukan Academy has another face.
                          This school has a special unit, Fifth force, who is
                          assembled and selected from the school's student body
                          in order to fight an enemy called Oburi.


                          This is a story about love, courage and friendship
                          about the girls called Strikers.
                        popularity: 7.723
                        poster_path: /zejpUiN1xrvbkrSHGPT7vzQfy3i.jpg
                        vote_average: 4.2
                        vote_count: 4
                      - adult: false
                        backdrop_path: /tl1pY31vANCAY5uLhVqdhQzXf5K.jpg
                        first_air_date: '2007-06-08'
                        genre_ids:
                          - 16
                          - 10765
                          - 10759
                          - 18
                        id: 68007
                        media_type: tv
                        name: 'Tales of Symphonia: The Animation'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: テイルズ オブ シンフォニア THE ANIMATION
                        overview: >-
                          Two worlds exist, unaware of the other`s existence.
                          These worlds survive by competing for the use of mana.
                          The most important beings in these worlds are known as
                          the "chosens". These chosens must go on a journey to
                          awaken the sleeping Summon Spirits, defeating the
                          Desians, and restoring mana. Lloyd Irving and his
                          friends Colette Brunel, the Chosen of Sylvarant, and
                          Genis Sage, the smartest kid in Iselia set off on a
                          journey with Kratos, a mysterious mercenary and Raine,
                          Genis` sister. Along the way, they make more friends
                          and discover the truth behind the World Regeneration.
                          Based on the video game of the same name.
                        popularity: 20.253
                        poster_path: /grsdAYgCFpTmqPspF2lIkixBje9.jpg
                        vote_average: 7.8
                        vote_count: 4
                      - adult: false
                        backdrop_path: /gRaFtY3Hd7ODPpsdCJduS6cTuVY.jpg
                        first_air_date: '2001-01-08'
                        genre_ids:
                          - 10765
                          - 16
                          - 10759
                          - 18
                        id: 30501
                        media_type: tv
                        name: Tales of Eternia The Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: テイルズ オブ エターニア THE ANIMATION
                        overview: >-
                          In order to prevent the catastrophe called the Grand
                          Fall, Rid Hershel and his companions Farah, Keel and
                          Meredy have obtained the three Greater Spirits
                          ("Craymels" in the game version) of Inferia. En route
                          to Mount Farlos, Rid is kidnapped by the bounty hunter
                          Marone Blucarno, and the party is compelled to head to
                          Belcarnu, an archipelago far from the major cities of
                          Inferia. A series of adventures forces them to remain
                          on the islands, where a more immediate threat to
                          Inferia sleeps.
                        popularity: 4.5
                        poster_path: /8MHb9SPqJ21PMg4zfXvowhnjnUs.jpg
                        vote_average: 4.8
                        vote_count: 4
                      - adult: false
                        backdrop_path: /oEQrfvQvCQZsr35Jm8euLzS3LXy.jpg
                        first_air_date: '2023-07-02'
                        genre_ids:
                          - 16
                          - 10765
                          - 10759
                        id: 222625
                        media_type: tv
                        name: >-
                          Atelier Ryza: Ever Darkness & the Secret Hideout the
                          Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ライザのアトリエ 〜常闇の女王と秘密の隠れ家〜
                        overview: >-
                          Ryza is an ordinary girl. Tired of boring village
                          life, she escapes the village to gather with her good
                          friends in a secret location to talk of their dreams
                          and plan thrilling adventures. One day, the determined
                          Ryza and company decide to head for the forbidden
                          "island across the shore" as their first exploration
                          trip. Together with the alchemist and other friends
                          they meet there, they have a "summer adventure" that
                          they will never forget.
                        popularity: 29.375
                        poster_path: /kN9h3DtTqQD4gruBHFttKAT2rkH.jpg
                        vote_average: 6.8
                        vote_count: 21
                  total_pages:
                    type: number
                    example: 64
                  total_results:
                    type: number
                    example: 1261
              examples:
                Multi:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /w99Fuv6Rm1r7PF1pqnC2gMYmH9u.jpg
                        first_air_date: '2009-01-08'
                        genre_ids:
                          - 16
                          - 10765
                          - 18
                          - 10759
                        id: 42902
                        media_type: tv
                        name: KUROKAMI The Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 黒神 The Animation
                        overview: >-
                          In this world, there are three identical-looking
                          people in existence who split between them an
                          energy-like force called Terra. This energy can be
                          attributed to the amount of Luck or Life Energy that
                          an individual possesses. There also exist beings who
                          observe the human world, maintaining the balance
                          (Coexistence Equilibrium) of Terra. These beings
                          possess abilities that surpass those of normal human
                          beings. They live in hiding in places known as Pure
                          Places, in tribes. They are called the Terra
                          Guardians. This is a tale of battle that begins with a
                          chance meeting between a human boy named Keita and a
                          young Terra Guardian girl named Kuro.
                        popularity: 10.272
                        poster_path: /aVtrOJOQ6mRZrM0JuG83Aie41xc.jpg
                        vote_average: 6.4
                        vote_count: 10
                      - adult: false
                        backdrop_path: /2exXThXfl4wr2h5qJ1sve93gQj5.jpg
                        first_air_date: '2014-10-03'
                        genre_ids:
                          - 16
                          - 10765
                          - 35
                          - 18
                        id: 63453
                        media_type: tv
                        name: 'Garo: The Animation'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 牙狼[GARO]-炎の刻印-
                        overview: >-
                          Mendosa, the chief adviser of the king of Valiante,
                          begins a campaign to hunt down "witches," resulting in
                          the deaths of many magical knights and their sorcerer
                          assistants. Anna, a sorceress married to the knight
                          Herman Lewis, gives birth to a son before her
                          execution. Herman takes their child, Leon, and flees,
                          raising him to be the heir of the legendary Golden
                          Armor. By the time Leon grows up, Valiante is
                          completely in the control of Mendosa, who drives out
                          Prince Alfonso and his mother. Alphonso decides to
                          seek out the man who inherited the Golden Armor to
                          reclaim the throne and save his people.
                        popularity: 18.181
                        poster_path: /cl9x83myIZtDSqHPu4WMekKt7E0.jpg
                        vote_average: 8.2
                        vote_count: 13
                      - adult: false
                        backdrop_path: /hF1LFAol3GaubZ6YkDR6AQeJz7q.jpg
                        first_air_date: '2022-01-08'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 152271
                        media_type: tv
                        name: Ninjala the Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ニンジャラ
                        overview: >-
                          After years of experiments, three researchers finally
                          create Ninja-Gum. This substance awakens dormant power
                          within people descended from ninjas, but its creation
                          isn’t without consequences and will lead them to the
                          mysterious Ninjala Tournament.
                        popularity: 108.471
                        poster_path: /2EkTiYPBvW3R1221Sk4436PkoHt.jpg
                        vote_average: 7.2
                        vote_count: 5
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 16
                        id: 818194
                        media_type: movie
                        original_language: en
                        original_title: Animation
                        overview: a film about animation by Vince Collins
                        popularity: 0.052
                        poster_path: /m3vTPQNBioPmRyIKBwbdicI6zqO.jpg
                        release_date: '1979-01-01'
                        title: Animation
                        video: false
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        genre_ids: []
                        id: 1142311
                        media_type: movie
                        original_language: en
                        original_title: Animation
                        overview: 'Soundtrack: Stravinsky''s PETROUCHKA.'
                        popularity: 0.001
                        poster_path: null
                        release_date: '1960-01-01'
                        title: Animation
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /orAInGPeSqvKYu8NewNMrj7Qw6g.jpg
                        first_air_date: '2018-01-06'
                        genre_ids:
                          - 16
                          - 10765
                          - 10762
                        id: 76100
                        media_type: tv
                        name: 'Shinkansen Henkei Robo Shinkalion: THE ANIMATION'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 新幹線変形ロボ シンカリオン THE ANIMATION
                        overview: >-
                          Hayato Hayasugi (his last name is a pun on the words
                          for "too fast") and other children will serve as
                          conductors to pilot the Shinkalion. The Shinkalion
                          robots are various models of real-life Japanese bullet
                          trains (shinkansen) that transform into robots to
                          fight an unknown evil to protect the safety and peace
                          of Japan.


                          The children must work together with the adults of the
                          Shinkansen Ultra Evolution Institute (SUEI) to defeat
                          a monster that looks like a jet black bullet train.
                        popularity: 41.047
                        poster_path: /kRAEswoPMyvmfOT3bdfP5Cfd3q9.jpg
                        vote_average: 8.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: /7o116hjdaWQzEaRT4SfH4F6nohN.jpg
                        first_air_date: '2023-10-03'
                        genre_ids:
                          - 16
                          - 18
                        id: 203045
                        media_type: tv
                        name: Paradox Live THE ANIMATION
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: Paradox Live THE ANIMATION
                        overview: >-
                          Saturated in hip hop culture comes the birth of a new
                          movement known as "Phantom Live." Each of the artists
                          have a metal accessory known as "Phantom Metal" which
                          chemically reacts to the wearer's emotions to produce
                          an image, setting a magnificent stage for enthusiastic
                          youths. With legendary club "CLUB paradox" hosting the
                          mysterious Paradox Live, four teams: BAE, The Cat's
                          Whiskers, cozmez and Akanyatsura each receive an
                          invitation to participate, each with their own genre
                          of music in a race to the top.
                        popularity: 13.562
                        poster_path: /tlPG08mmtFPb6K0PpymddXvuzzt.jpg
                        vote_average: 4.7
                        vote_count: 6
                      - adult: false
                        backdrop_path: /m4A7OiIK4VvBUiTfkBH6dFM2vH.jpg
                        first_air_date: '2024-04-07'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 218833
                        media_type: tv
                        name: Blue Archive the Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ブルーアーカイブ The Animation
                        overview: >-
                          The city's academies are divided into their own
                          districts and are considered mostly independent.


                          The General Student Council acts as a governing board
                          to manage the academies as a whole. However, the
                          group's ability to govern has come to a halt since the
                          mysterious disappearance of the General Student
                          Council president. Countless issues have begun to
                          surface throughout Kivotos in the absence of the
                          president's leadership.


                          To avoid disaster, the General Student Council
                          requests assistance from the Federal Investigation
                          Club, otherwise known as Schale. In fact, Schale is
                          the city's newest club and the last to be approved
                          before the president's disappearance. To accomplish
                          its task, Schale relies on the guidance of a Sensei
                          who can help them resolve the incidents around
                          Kivotos.
                        popularity: 36.082
                        poster_path: /5RkURIXHgWtCemtDS1Cnp3FIl2R.jpg
                        vote_average: 6.9
                        vote_count: 8
                      - adult: false
                        gender: 0
                        id: 1500275
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 16
                              - 35
                              - 27
                            id: 1338497
                            media_type: movie
                            original_language: en
                            original_title: Violent Nature
                            overview: >-
                              A man finds a flower and his life is changed
                              forever.
                            popularity: 0.244
                            poster_path: /2nHjKaqNu2RzMbhPhMSZQ2vKkMT.jpg
                            release_date: '2024-08-24'
                            title: Violent Nature
                            video: false
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        media_type: person
                        name: Animation
                        original_name: Animation
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        backdrop_path: /eAj5C3Sb4LCQReg3LMCnJ2wh45T.jpg
                        first_air_date: '2013-07-05'
                        genre_ids:
                          - 10759
                          - 16
                          - 18
                          - 9648
                        id: 49471
                        media_type: tv
                        name: 'Danganronpa: The Animation'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ダンガンロンパ 希望の学園と絶望の高校生 The Animation
                        overview: >-
                          Being just a normal student without a special talent,
                          Makoto Naegi wins a lottery to attend the prestigious
                          Hope's Peak Academy where only the top prodigies
                          attend. However, instead of this being the beginning
                          of a wonderful high school life, it's a ticket to
                          despair, because the only way to graduate from Hope's
                          Peak Academy is to kill one of your fellow students or
                          be one of their victims.
                        popularity: 38.337
                        poster_path: /2XKziwAUwPiOonJfSJxnEzFPNSU.jpg
                        vote_average: 7.8
                        vote_count: 260
                      - adult: false
                        backdrop_path: /z6W2iXldACg21sUdVMd2nc59jSe.jpg
                        first_air_date: '2018-04-13'
                        genre_ids:
                          - 16
                          - 80
                          - 18
                        id: 78464
                        media_type: tv
                        name: DOREIKU The Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 奴隷区 The Animation
                        overview: >-
                          24 people enter a survival game. Each has a device
                          called an SCM (slave control method), which can make
                          their opponent into their slave. Each person has their
                          own reason for participating in the game.
                        popularity: 33.155
                        poster_path: /q4J6PuFOEqUvPsvvCYrW3KkDWiF.jpg
                        vote_average: 6.5
                        vote_count: 8
                      - adult: false
                        backdrop_path: /kBQuOP1Mdl5HcvtULXCtuXyA2Lc.jpg
                        first_air_date: '2018-07-08'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                        id: 93319
                        media_type: tv
                        name: Monster Strike The Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: モンスターストライク- 反逆の堕天使
                        overview: >-
                          The Angelic Guard, who call the heavens their home,
                          have been tasked with collecting the orbs scattered
                          across the world. Lucifer—a leader of the Angelic
                          Guard with a rebellious streak, said to wield power
                          rivaling the Almighty—carries out her duty along with
                          Uriel, also a leader of the guard. Together, they go
                          about executing their mission, until Holy Magistrate
                          Keter—the one who leads the heavens under the
                          Almighty's will—tells Uriel of Lucifer's planned
                          rebellion. Initially in disbelief, Uriel then learns
                          that the accusations against Lucifer may be connected
                          to an event that once threatened to shatter the
                          heavens.
                        popularity: 159.526
                        poster_path: /r5Nx9gLn6VcXHNUPqLgM7Wa3Kk2.jpg
                        vote_average: 5.4
                        vote_count: 8
                      - adult: false
                        backdrop_path: null
                        first_air_date: '2007-01-07'
                        genre_ids:
                          - 16
                        id: 211702
                        media_type: tv
                        name: 'Master of Epic: The Animation Age'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: マスター オブ エピック
                        overview: >-
                          Skits, vignettes, and interludes featuring an RPG
                          called Master of Epic.
                        popularity: 19.606
                        poster_path: /4UgSh71ehRF96NCVfaX5zA3XyLi.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /tCuUmmiSRl1Hoo1GRBpuDmghvBW.jpg
                        first_air_date: '2017-01-04'
                        genre_ids:
                          - 10759
                          - 16
                        id: 69230
                        media_type: tv
                        name: Akiba's Trip The Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: AKIBA'S TRIP -THE ANIMATION-
                        overview: >-
                          Set in Akihabara, the shopping area has been invaded
                          by creatures known as "Synthisters" who prey on the
                          patrons of Akihabara, feasting on their social energy
                          and will to live. These enemies can only be stopped by
                          direct exposure to sunlight, meaning to defeat these
                          synthisters their clothes need to be ripped off
                          exposing them to sunlight.
                        popularity: 15.046
                        poster_path: /vHba6T5GKimojrXTLvEETDdFSr7.jpg
                        vote_average: 7.6
                        vote_count: 25
                      - adult: false
                        backdrop_path: /3bYfBuWby20fSYTKNVJQgEuZDja.jpg
                        first_air_date: '2017-01-21'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                        id: 69820
                        media_type: tv
                        name: 'Granblue Fantasy: The Animation'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: GRANBLUE FANTASY The Animation
                        overview: >-
                          This is a world of the skies, where many islands drift
                          in the sky. A boy named Gran and a talking winged
                          lizard named Vyrn lived in Zinkenstill, an island
                          which yields mysteries. One day, they come across a
                          girl named Lyria. Lyria had escaped from the Erste
                          Empire, a military government that is trying to rule
                          over this world using powerful military prowess. In
                          order to escape from the Empire, Gran and Lyria head
                          out into the vast skies, holding the letter Gran's
                          father left behind - which said, "I will be waiting at
                          Estalucia, Island of Stars".
                        popularity: 25.524
                        poster_path: /hUo1FNB9WZZZi4pOJ2YE7Vq5UcF.jpg
                        vote_average: 6.656
                        vote_count: 32
                      - adult: false
                        backdrop_path: /6bamjsV4LPigFnYlvQ8pQkvv9Sj.jpg
                        first_air_date: '2017-10-05'
                        genre_ids:
                          - 16
                          - 18
                        id: 74183
                        media_type: tv
                        name: Ousama Game The Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 王様ゲーム The Animation
                        overview: >-
                          Kanazawa Nobuaki has transferred to a high school far
                          from where he used to live. Due to an incident at his
                          old school, Nobuaki is afraid of getting close to his
                          new classmates and keeps himself at a distance, but he
                          starts opening up because of a sports day inter-class
                          relay. Then a single text message from someone calling
                          themselves the "King" is sent to everyone in class.
                          Nobuaki's classmates think it's a simple prank and
                          don't take it seriously - but Nobuaki knows that a
                          death game is about to begin, and struggles to oppose
                          it...
                        popularity: 15.301
                        poster_path: /4U623rLgz8a3gbBMMys6pUlvrin.jpg
                        vote_average: 7.419
                        vote_count: 111
                      - adult: false
                        backdrop_path: /ApUNoBfgOWMeWz70o1O77jn1OA1.jpg
                        first_air_date: '2017-01-07'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                        id: 69341
                        media_type: tv
                        name: 'Schoolgirl Strikers: Animation Channel'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: スクールガールストライカーズ Animation Channel
                        overview: >-
                          It's the near future. The newly established girls'
                          private school Goryoukan Academy has another face.
                          This school has a special unit, Fifth force, who is
                          assembled and selected from the school's student body
                          in order to fight an enemy called Oburi.


                          This is a story about love, courage and friendship
                          about the girls called Strikers.
                        popularity: 7.723
                        poster_path: /zejpUiN1xrvbkrSHGPT7vzQfy3i.jpg
                        vote_average: 4.2
                        vote_count: 4
                      - adult: false
                        backdrop_path: /tl1pY31vANCAY5uLhVqdhQzXf5K.jpg
                        first_air_date: '2007-06-08'
                        genre_ids:
                          - 16
                          - 10765
                          - 10759
                          - 18
                        id: 68007
                        media_type: tv
                        name: 'Tales of Symphonia: The Animation'
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: テイルズ オブ シンフォニア THE ANIMATION
                        overview: >-
                          Two worlds exist, unaware of the other`s existence.
                          These worlds survive by competing for the use of mana.
                          The most important beings in these worlds are known as
                          the "chosens". These chosens must go on a journey to
                          awaken the sleeping Summon Spirits, defeating the
                          Desians, and restoring mana. Lloyd Irving and his
                          friends Colette Brunel, the Chosen of Sylvarant, and
                          Genis Sage, the smartest kid in Iselia set off on a
                          journey with Kratos, a mysterious mercenary and Raine,
                          Genis` sister. Along the way, they make more friends
                          and discover the truth behind the World Regeneration.
                          Based on the video game of the same name.
                        popularity: 20.253
                        poster_path: /grsdAYgCFpTmqPspF2lIkixBje9.jpg
                        vote_average: 7.8
                        vote_count: 4
                      - adult: false
                        backdrop_path: /gRaFtY3Hd7ODPpsdCJduS6cTuVY.jpg
                        first_air_date: '2001-01-08'
                        genre_ids:
                          - 10765
                          - 16
                          - 10759
                          - 18
                        id: 30501
                        media_type: tv
                        name: Tales of Eternia The Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: テイルズ オブ エターニア THE ANIMATION
                        overview: >-
                          In order to prevent the catastrophe called the Grand
                          Fall, Rid Hershel and his companions Farah, Keel and
                          Meredy have obtained the three Greater Spirits
                          ("Craymels" in the game version) of Inferia. En route
                          to Mount Farlos, Rid is kidnapped by the bounty hunter
                          Marone Blucarno, and the party is compelled to head to
                          Belcarnu, an archipelago far from the major cities of
                          Inferia. A series of adventures forces them to remain
                          on the islands, where a more immediate threat to
                          Inferia sleeps.
                        popularity: 4.5
                        poster_path: /8MHb9SPqJ21PMg4zfXvowhnjnUs.jpg
                        vote_average: 4.8
                        vote_count: 4
                      - adult: false
                        backdrop_path: /oEQrfvQvCQZsr35Jm8euLzS3LXy.jpg
                        first_air_date: '2023-07-02'
                        genre_ids:
                          - 16
                          - 10765
                          - 10759
                        id: 222625
                        media_type: tv
                        name: >-
                          Atelier Ryza: Ever Darkness & the Secret Hideout the
                          Animation
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ライザのアトリエ 〜常闇の女王と秘密の隠れ家〜
                        overview: >-
                          Ryza is an ordinary girl. Tired of boring village
                          life, she escapes the village to gather with her good
                          friends in a secret location to talk of their dreams
                          and plan thrilling adventures. One day, the determined
                          Ryza and company decide to head for the forbidden
                          "island across the shore" as their first exploration
                          trip. Together with the alchemist and other friends
                          they meet there, they have a "summer adventure" that
                          they will never forget.
                        popularity: 29.375
                        poster_path: /kN9h3DtTqQD4gruBHFttKAT2rkH.jpg
                        vote_average: 6.8
                        vote_count: 21
                    total_pages: 64
                    total_results: 1261
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````