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

# Person

> This endpoint search for people in a based on type of movies or tv shows.



## OpenAPI

````yaml get /3/search/person
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/person:
    get:
      tags:
        - SEARCH
      summary: Person
      description: >-
        This endpoint search for people in a based on type of movies or tv
        shows.
      operationId: person
      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: Person
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=27790
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Tue, 31 Dec 2024 11:02:02 GMT
            ETag:
              schema:
                type: string
                example: W/"785f53fef338c6b4d5aafdcf3a99e577"
            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: u0I117nkfgrDcrxCxyoyO3l47HYqZbbZQIK7RqXb66seuHGmJDfi3A==
            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: MISS, STORE
            x-memc-age:
              schema:
                type: string
                example: '0'
            x-memc-expires:
              schema:
                type: string
                example: '27790'
            x-memc-key:
              schema:
                type: string
                example: 8fd1ffea1ddd75c3321cb348dc051707
          content:
            application/json:
              schema:
                type: object
                properties:
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        gender:
                          type: number
                          example: 0
                        id:
                          type: number
                          example: 1500275
                        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.328
                              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.328
                              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
                        name:
                          type: string
                          example: Animation
                        original_name:
                          type: string
                          example: Animation
                        popularity:
                          type: number
                          example: 0.001
                        profile_path:
                          type: string
                          nullable: true
                          example: null
                    example:
                      - 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.328
                            poster_path: /2nHjKaqNu2RzMbhPhMSZQ2vKkMT.jpg
                            release_date: '2024-08-24'
                            title: Violent Nature
                            video: false
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        name: Animation
                        original_name: Animation
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4392112
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 10752
                              - 18
                              - 28
                              - 16
                              - 36
                            id: 1208822
                            media_type: movie
                            original_language: en
                            original_title: My Ally, My Brother
                            overview: >-
                              After landing in Normandy, a squad of soldiers are
                              split and must find each other whilst taking back
                              Normandy.
                            popularity: 0.004
                            poster_path: null
                            release_date: ''
                            title: My Ally, My Brother
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Mask Animations
                        original_name: Mask Animations
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4236517
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 1170179
                            media_type: movie
                            original_language: en
                            original_title: Furry Mayhem
                            overview: >-
                              When Anti-Furries, Non-Furries and Good Furries go
                              to war at Cringe Furries
                            popularity: 0.035
                            poster_path: /kAiPqfRCl3QYVH6S1ygeJ39uluK.jpg
                            release_date: ''
                            title: Furry Mayhem
                            video: true
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        name: Lance Animation
                        original_name: Lance Animation
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4236519
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 1170179
                            media_type: movie
                            original_language: en
                            original_title: Furry Mayhem
                            overview: >-
                              When Anti-Furries, Non-Furries and Good Furries go
                              to war at Cringe Furries
                            popularity: 0.035
                            poster_path: /kAiPqfRCl3QYVH6S1ygeJ39uluK.jpg
                            release_date: ''
                            title: Furry Mayhem
                            video: true
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        name: Toast Animations
                        original_name: Toast Animations
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4477845
                        known_for:
                          - adult: false
                            backdrop_path: /o0LZxtoNK5lYjkkoOSG6nZESVog.jpg
                            genre_ids:
                              - 27
                            id: 1230205
                            media_type: movie
                            original_language: en
                            original_title: Tunnel Vision
                            overview: >-
                              Beneath the surface of Circus Baby's Pizza World,
                              a creature awakens, fueled by evil desires.
                            popularity: 0.09
                            poster_path: /k64gGGWtpCc7qyJgoU9AAshB3X6.jpg
                            release_date: '2023-11-08'
                            title: Tunnel Vision
                            video: false
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        name: Reach Animations
                        original_name: Reach Animations
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4477840
                        known_for:
                          - adult: false
                            backdrop_path: /o0LZxtoNK5lYjkkoOSG6nZESVog.jpg
                            genre_ids:
                              - 27
                            id: 1230205
                            media_type: movie
                            original_language: en
                            original_title: Tunnel Vision
                            overview: >-
                              Beneath the surface of Circus Baby's Pizza World,
                              a creature awakens, fueled by evil desires.
                            popularity: 0.09
                            poster_path: /k64gGGWtpCc7qyJgoU9AAshB3X6.jpg
                            release_date: '2023-11-08'
                            title: Tunnel Vision
                            video: false
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        name: Kairian Komic Animations
                        original_name: Kairian Komic Animations
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4829810
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 16
                              - 10402
                            id: 1316944
                            media_type: movie
                            original_language: en
                            original_title: Fiore Mio – Andrea Laszlo de Simone
                            overview: >-
                              "Fiore Mio" is a visual suggestion, without a
                              beginning and an end. Absence and presence, what
                              remains and what is lost between two people when
                              their paths part. A video clip of Andrea Laszlo de
                              Simone's song of the same name, made through the
                              technique of cyanotype.
                            popularity: 0.001
                            poster_path: /atfIWV0tx8ZDqOVfLn5gHWnqhlS.jpg
                            release_date: ''
                            title: Fiore Mio – Andrea Laszlo de Simone
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Production
                        name: Muta Animation
                        original_name: Muta Animation
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4829931
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 16
                            id: 1316977
                            media_type: movie
                            original_language: ru
                            original_title: Супермаркет в Калифорнии
                            overview: >-
                              Carved to the beat verses of Allen Ginsberg and
                              his eponymous poem, A Supermarket in California
                              paints the most surreal contours of an America
                              watched, dreamed, filtered through the eyes of a
                              poet who meets Walt Whitman in a supermarket and
                              pines for a world that may not exist.
                            popularity: 0.21
                            poster_path: /5VK6M2vMWkpqUykNZEMgstJ2BZd.jpg
                            release_date: '2024-07-25'
                            title: A Supermarket in Californi
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Production
                        name: Charitagle Foundation for Animation Support
                        original_name: Charitagle Foundation for Animation Support
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4842806
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 16
                              - 35
                              - 28
                              - 18
                            id: 1123075
                            media_type: movie
                            original_language: en
                            original_title: 'Blue Shell Incident: Reloaded'
                            overview: >-
                              A fanmade shot by shot remake of the movie "Blue
                              Shell Incident" by Vargskelethor Joel from
                              Vinesauce, worked on for over a year by +100
                              creators.
                            popularity: 0.239
                            poster_path: /mPkg96qPzKK6EWkKqYhAvdvafXx.jpg
                            release_date: '2022-05-28'
                            title: 'Blue Shell Incident: Reloaded'
                            video: false
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Visual Effects
                        name: Hgs animations
                        original_name: Hgs animations
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 5102127
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 878
                              - 18
                              - 28
                            id: 1398354
                            media_type: movie
                            original_language: en
                            original_title: Godzilla Ichor
                            overview: >-
                              Global tensions rise and are completely overthrown
                              as a new worldwide threat rises, all nations must
                              decide on one choice to stop it, their choice
                              seals billions doom.
                            popularity: 0.654
                            poster_path: /ounUnuQzPs9FaByJeuDsLQ2oT86.jpg
                            release_date: '2025-08-08'
                            title: Godzilla Ichor
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Masked Animations
                        original_name: Masked Animations
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 2
                        id: 2074535
                        known_for:
                          - adult: false
                            backdrop_path: /yB0Jz3tBpga21OSdumv26XSissl.jpg
                            genre_ids:
                              - 99
                              - 10402
                            id: 67858
                            media_type: movie
                            original_language: en
                            original_title: 'Classic Albums: Motörhead - Ace of Spades'
                            overview: >-
                              Motorhead fans, rejoice! This comprehensive look
                              at the heavy metal band's 1980 album "Ace of
                              Spades" features band mates Lemmy, "Fast" Eddie
                              Clarke and Philip "Philthy Animal" Taylor
                              discussing the making of their acclaimed album and
                              performing exclusive tunes. Other goodies include
                              interviews about the band with rockers Slash and
                              Lars Ulrich, Motorhead's candid talk about their
                              adventures with sex, drugs and rock and roll, and
                              much more.
                            popularity: 0.759
                            poster_path: /hTRLcOdbnvQTBDQfAhW7eEzCQeZ.jpg
                            release_date: '2005-12-25'
                            title: 'Classic Albums: Motörhead - Ace of Spades'
                            video: false
                            vote_average: 7.1
                            vote_count: 7
                          - adult: false
                            backdrop_path: /1gdGHgDLZdZ3siv9w32fD7MNsp7.jpg
                            genre_ids:
                              - 10402
                            id: 308743
                            media_type: movie
                            original_language: en
                            original_title: Motörhead - Everything Louder Than Everything Else
                            overview: >-
                              Motörhead Live: Everything Louder Than Everything
                              Else features Lemmy and his band of metal warriors
                              shaking Munich's Deutsches Museum to its
                              Foundations.  1. Metropolis 2. Going To Brazil 3.
                              I'm So Bad (Baby I Don't Care) 4. Traitor 5. No
                              Voices In The Sky 6. Just 'Cos You Got The Power
                              7. Angel City 8. Love Me Forever 9. R.A.M.O.N.E.S.
                              10. Orgasmatron 11. Killed By Death 12. Ace Of
                              Spades
                            popularity: 0.455
                            poster_path: /a7ppes3RZZvmnASXI9wknNb4I7G.jpg
                            release_date: '1991-06-04'
                            title: Motörhead - Everything Louder Than Everything Else
                            video: true
                            vote_average: 7.5
                            vote_count: 4
                          - adult: false
                            backdrop_path: /xNHAx03MooYfpajEPQ5LdkzpZAS.jpg
                            genre_ids:
                              - 10402
                              - 99
                            id: 341982
                            media_type: movie
                            original_language: en
                            original_title: 'Motörhead: The Best of Motörhead'
                            overview: >-
                              Heavy metal compilation featuring Motörhead (or
                              Lemmy, Fast Eddie and Filthy Phil, as they're
                              known to their mothers) performing an
                              ear-shattering selection of their finest material.
                              Includes 'Overkill' and 'Ace of Spades'.  Songs: 
                              1) Ace of Spades  2) Overkill  3) No Class  4) I
                              Got Mine  5)Stay Clean  6) Iron Fist  7) The Chase
                              Is Better than the Catch  8) Dead Men Tell No
                              Tales  9) Shine  10) Capricorn  11) Poison  12)
                              One Track Mind  13) Motörhead  14) Bomber  15)
                              Killed by Death
                            popularity: 0.68
                            poster_path: /nrqmTvInd1QAkDAkmgqc3cr7TYO.jpg
                            release_date: '1986-09-12'
                            title: 'Motörhead: The Best of Motörhead'
                            video: true
                            vote_average: 7.5
                            vote_count: 2
                        known_for_department: Acting
                        name: Phil 'Philthy Animal' Taylor
                        original_name: Phil 'Philthy Animal' Taylor
                        popularity: 2.97
                        profile_path: /tgi2I2YGU2duFoob2MUf7t2uuZE.jpg
                      - adult: true
                        gender: 1
                        id: 1872544
                        known_for:
                          - adult: true
                            backdrop_path: /b1bUwGk5HWVYtpoppLlMeadChH0.jpg
                            genre_ids: []
                            id: 895212
                            media_type: movie
                            original_language: en
                            original_title: Hot and Mean 25
                            overview: >-
                              Ayumi Anime loves shopping, but her busty blonde
                              girlfriend Bridgette B. has had just about enough
                              of it. It's time to get her money's worth out of
                              this Asian cutie's tight pussy!
                            popularity: 0
                            poster_path: /70TH7lhQ5yP87VBD88LP1OlwFel.jpg
                            release_date: '2021-10-14'
                            title: Hot and Mean 25
                            video: false
                            vote_average: 8
                            vote_count: 1
                          - adult: true
                            backdrop_path: /fqaDYOR4Epl5RGpvuKslFOSDS0s.jpg
                            genre_ids:
                              - 10749
                            id: 514218
                            media_type: movie
                            original_language: en
                            original_title: A Lesbian Seduction
                            overview: >-
                              Passions flare when seduction captures the heart
                              of these beautiful lesbian girls. Every playful
                              tease, soft kiss, and gentle touch leads to the
                              most irresistible and mesmerizing sexual
                              encounters. The pinnacle of female eroticism is
                              here.
                            popularity: 0
                            poster_path: /uV0ez5op3dmNFDFPyABghgJ600c.jpg
                            release_date: '2017-11-09'
                            title: A Lesbian Seduction
                            video: false
                            vote_average: 7.8
                            vote_count: 2
                          - adult: true
                            backdrop_path: /gzPTesQ9ujRSHCfbWFHXnCn857Y.jpg
                            genre_ids: []
                            id: 977709
                            media_type: movie
                            original_language: en
                            original_title: Nooners
                            overview: >-
                              Take a seat and enjoy this tasty treat! There's a
                              little something for everyone - solo under the
                              sun, girl on girl action, hand jobs in the
                              backyard, and more!
                            popularity: 0
                            poster_path: /fi4lPA3xmesSefZRlnHRfcH7dN.jpg
                            release_date: '2022-05-16'
                            title: Nooners
                            video: false
                            vote_average: 8
                            vote_count: 2
                        known_for_department: Acting
                        name: Ayumi Anime
                        original_name: Ayumi Anime
                        popularity: 5.23
                        profile_path: /q0tEL7XgBAC2bhH5Oii66NeSyYH.jpg
                      - adult: false
                        gender: 2
                        id: 2681444
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 577206
                            media_type: movie
                            original_language: bn
                            original_title: Load Shedding
                            overview: >-
                              Take a trip back to the 90's in Kolkata when
                              moments spent even during a load shedding were
                              priceless.
                            popularity: 0.825
                            poster_path: /5MGFIqO9S9nVVd8xANZIU52RQQl.jpg
                            release_date: '2015-12-13'
                            title: Load Shedding
                            video: false
                            vote_average: 6.5
                            vote_count: 2
                          - adult: false
                            backdrop_path: /937SC5pdBNfqIpzXlEolEZPUj6B.jpg
                            genre_ids:
                              - 28
                              - 35
                              - 18
                            id: 452851
                            media_type: movie
                            original_language: bn
                            original_title: পাওয়ার
                            overview: >-
                              Being a policeman's doppelganger is a mixed
                              blessing in this action-packed caper.
                            popularity: 0.952
                            poster_path: /tzFBw4Q5Qpk90yfE3B2OUXFA741.jpg
                            release_date: '2016-07-24'
                            title: Power
                            video: false
                            vote_average: 4
                            vote_count: 2
                          - adult: false
                            backdrop_path: /sN9FBbcoxJipuAO9ih2mKuMaOHt.jpg
                            genre_ids:
                              - 53
                              - 80
                            id: 1105795
                            media_type: movie
                            original_language: bn
                            original_title: দশম অবতার
                            overview: >-
                              What happens when a serial killer terrorizes the
                              city of Kolkata by mirroring the mythological
                              stories of Vishnu and his ten avatars in his
                              killing methods? A prequel crossover of Baishe
                              Srabon and Vinci Da.
                            popularity: 1.992
                            poster_path: /i8OfM0YRzUhNjEusvoK2PaCOls4.jpg
                            release_date: '2023-10-20'
                            title: Dawshom Awbotaar
                            video: false
                            vote_average: 6.5
                            vote_count: 2
                        known_for_department: Acting
                        name: Animesh Bhaduri
                        original_name: Animesh Bhaduri
                        popularity: 1.488
                        profile_path: /oPbEsUIAHEt80J0nzMJ4Ss7dS8i.jpg
                      - adult: false
                        gender: 0
                        id: 1830151
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 18
                            id: 342201
                            media_type: movie
                            original_language: de
                            original_title: Die Freischwimmerin
                            overview: >-
                              After a violent incident, Martha Müller is
                              disillusioned with the teaching profession and
                              decides that she does not want to get involved so
                              much as a teacher. At her new school in Vienna,
                              however, she is immediately confronted with a
                              problem Ilayda. The 17-year-old Turkish student
                              lives in Vienna with her very well integrated
                              family. But she decided to wear a headscarf after
                              her father's death. However, this distinguishes
                              her more and more from her class.
                            popularity: 1.651
                            poster_path: /mVgXj1wWGHTbOHP2RF5mAcUUhEi.jpg
                            release_date: '2014-06-04'
                            title: Die Freischwimmerin
                            video: false
                            vote_average: 5.8
                            vote_count: 8
                        known_for_department: Acting
                        name: Aisha Animashaun
                        original_name: Aisha Animashaun
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 1323283
                        known_for:
                          - adult: false
                            backdrop_path: /yPmAt061hEDl3ACk1HCMtHdCILF.jpg
                            genre_ids:
                              - 18
                              - 53
                              - 14
                            id: 555605
                            media_type: movie
                            original_language: ak
                            original_title: The Burial of Kojo
                            overview: >-
                              A man is trapped in a mine shaft by his vengeful
                              brother while his daughter embarks on a magical
                              journey to rescue him.
                            popularity: 3.106
                            poster_path: /lXcUb1Gle8iKfympKEby17jvzdN.jpg
                            release_date: '2018-11-02'
                            title: The Burial of Kojo
                            video: false
                            vote_average: 6.6
                            vote_count: 22
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 18
                            id: 271439
                            media_type: movie
                            original_language: en
                            original_title: Heritage Africa
                            overview: >-
                              The story of Quincy Bosomfield who is the product
                              of colonial education and has risen to become the
                              district commissioner. In the process, he abandons
                              his African heritage and all that has real meaning
                              to him.
                            popularity: 0.698
                            poster_path: /oZYpSbKJSmKFwSoawSQUAvfQmlR.jpg
                            release_date: '1989-01-02'
                            title: Heritage Africa
                            video: false
                            vote_average: 5.8
                            vote_count: 4
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 271440
                            media_type: movie
                            original_language: en
                            original_title: Love Brewed in the African Pot
                            overview: >-
                              Love collides with social class and colonialism
                              when Aba Appiah, born to privilege, falls in love
                              with Joe Quansah, son of a fisherman. Her father,
                              retired civil servant Kofi Appiah, has other plans
                              for her, and seeks to block their marriage. The
                              resulting conflict has complex and unexpected
                              consequences.
                            popularity: 0.313
                            poster_path: /zIucZOiTLGOypDRdi0shxnEzqPb.jpg
                            release_date: '1980-01-02'
                            title: Love Brewed in the African Pot
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Anima Misa
                        original_name: Anima Misa
                        popularity: 0.055
                        profile_path: /ZtTd8hGGEGhULcqOCmejDX5JsX.jpg
                      - adult: false
                        gender: 0
                        id: 2257664
                        known_for:
                          - adult: false
                            backdrop_path: /2PuPSEFGlnMmq6lRGNQa3l4Qy8j.jpg
                            genre_ids:
                              - 35
                              - 80
                            id: 530466
                            media_type: movie
                            original_language: en
                            original_title: Bitter Melon
                            overview: >-
                              When a Filipino-American family reunites for a
                              Christmas party, the holiday takes a dark turn
                              when they conspire to murder the abusive bully of
                              the family.
                            popularity: 2.299
                            poster_path: /neu9l56fsWEF7wC1Hmi2CQoDhr3.jpg
                            release_date: '2018-12-07'
                            title: Bitter Melon
                            video: false
                            vote_average: 6.6
                            vote_count: 8
                        known_for_department: Acting
                        name: Amelie Anima
                        original_name: Amelie Anima
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 1937497
                        known_for:
                          - adult: false
                            backdrop_path: /A4ZvbsC0o86bpgHa00iad1YCtu2.jpg
                            genre_ids:
                              - 27
                              - 53
                            id: 14397
                            media_type: movie
                            original_language: en
                            original_title: Whisper
                            overview: >-
                              Sinister things begin happening to kidnappers who
                              are holding a young boy for ransom in a remote
                              cabin.
                            popularity: 7.311
                            poster_path: /mxs3ox33B3IWs6jMAS3EZ0TckXm.jpg
                            release_date: '2007-11-27'
                            title: Whisper
                            video: false
                            vote_average: 6.4
                            vote_count: 266
                        known_for_department: Lighting
                        name: Ed 'Animal' Schulz
                        original_name: Ed 'Animal' Schulz
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 3647534
                        known_for:
                          - adult: false
                            backdrop_path: /jWaM4enSOliYukmZB2eVOQ5dubI.jpg
                            genre_ids: []
                            id: 1007818
                            media_type: movie
                            original_language: en
                            original_title: The Therapist
                            overview: >-
                              The story is based on a woman who has lost the
                              happiness in her life after getting married and
                              eventually obtains divorce from her abusive
                              husband.
                            popularity: 0.131
                            poster_path: /8hcghImrZ7TcfVhnT4wJHbdVaAL.jpg
                            release_date: '2021-03-26'
                            title: The Therapist
                            video: false
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        name: Adeola Animashaun
                        original_name: Adeola Animashaun
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 3711768
                        known_for:
                          - adult: false
                            backdrop_path: /vryit8SjLbL4p7V6aAzw2J48A6T.jpg
                            genre_ids:
                              - 18
                            id: 777930
                            media_type: movie
                            original_language: de
                            original_title: Borga
                            overview: >-
                              "Borga" is Better. A Borga is a Ghanaian abroad
                              living an excessive wealthy lifestyle. At least
                              that's what they want everyone to believe.
                            popularity: 1.064
                            poster_path: /aLU7sAvIs3ReuPxe6YTkv8aGA7q.jpg
                            release_date: '2021-10-28'
                            title: Borga
                            video: false
                            vote_average: 7.3
                            vote_count: 7
                        known_for_department: Acting
                        name: Solomon Anim
                        original_name: Solomon Anim
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 2493695
                        known_for:
                          - adult: false
                            backdrop_path: /juYauXAJViA7Zle5ZIprZEY66hz.jpg
                            first_air_date: '2003-07-27'
                            genre_ids:
                              - 35
                              - 10764
                            id: 94370
                            media_type: tv
                            name: Gaki no Tsukai No Laughing Batsu Game
                            origin_country:
                              - JP
                            original_language: ja
                            original_name: 絶対に笑ってはいけない
                            overview: >-
                              After participating to a previous show where they
                              have to bet or be challenged to any kind of
                              competitions, the losing members of the Gaki no
                              Tsukai are selected to spend 24 hours in a setting
                              which they have no knowledge of the theme nor the
                              course of the events. They are exposed to various
                              absurd and crazy situations nonstop for 24 hours
                              and must refrain from laughing. If they do so,
                              hang-men appear and hit the rule breakers with a
                              weapon (the weapon varies every year).
                            popularity: 84.391
                            poster_path: /6kn5CyQKs4ptEiIVWX2B6nalGwD.jpg
                            vote_average: 9
                            vote_count: 2
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 35
                            id: 659165
                            media_type: movie
                            original_language: ja
                            original_title: あんみつ姫２
                            overview: The second Anmitsu Hime TV-movie.
                            popularity: 1.323
                            poster_path: /pTTspKoRSb7fhBddXfar19jE2p4.jpg
                            release_date: '2009-01-11'
                            title: Anmitsu Hime 2
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Animal Hamaguchi
                        original_name: Animal Hamaguchi
                        popularity: 0.001
                        profile_path: null
                  total_pages:
                    type: number
                    example: 5
                  total_results:
                    type: number
                    example: 90
              examples:
                Person:
                  value:
                    page: 1
                    results:
                      - 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.328
                            poster_path: /2nHjKaqNu2RzMbhPhMSZQ2vKkMT.jpg
                            release_date: '2024-08-24'
                            title: Violent Nature
                            video: false
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        name: Animation
                        original_name: Animation
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4392112
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 10752
                              - 18
                              - 28
                              - 16
                              - 36
                            id: 1208822
                            media_type: movie
                            original_language: en
                            original_title: My Ally, My Brother
                            overview: >-
                              After landing in Normandy, a squad of soldiers are
                              split and must find each other whilst taking back
                              Normandy.
                            popularity: 0.004
                            poster_path: null
                            release_date: ''
                            title: My Ally, My Brother
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Mask Animations
                        original_name: Mask Animations
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4236517
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 1170179
                            media_type: movie
                            original_language: en
                            original_title: Furry Mayhem
                            overview: >-
                              When Anti-Furries, Non-Furries and Good Furries go
                              to war at Cringe Furries
                            popularity: 0.035
                            poster_path: /kAiPqfRCl3QYVH6S1ygeJ39uluK.jpg
                            release_date: ''
                            title: Furry Mayhem
                            video: true
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        name: Lance Animation
                        original_name: Lance Animation
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4236519
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 1170179
                            media_type: movie
                            original_language: en
                            original_title: Furry Mayhem
                            overview: >-
                              When Anti-Furries, Non-Furries and Good Furries go
                              to war at Cringe Furries
                            popularity: 0.035
                            poster_path: /kAiPqfRCl3QYVH6S1ygeJ39uluK.jpg
                            release_date: ''
                            title: Furry Mayhem
                            video: true
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        name: Toast Animations
                        original_name: Toast Animations
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4477845
                        known_for:
                          - adult: false
                            backdrop_path: /o0LZxtoNK5lYjkkoOSG6nZESVog.jpg
                            genre_ids:
                              - 27
                            id: 1230205
                            media_type: movie
                            original_language: en
                            original_title: Tunnel Vision
                            overview: >-
                              Beneath the surface of Circus Baby's Pizza World,
                              a creature awakens, fueled by evil desires.
                            popularity: 0.09
                            poster_path: /k64gGGWtpCc7qyJgoU9AAshB3X6.jpg
                            release_date: '2023-11-08'
                            title: Tunnel Vision
                            video: false
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        name: Reach Animations
                        original_name: Reach Animations
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4477840
                        known_for:
                          - adult: false
                            backdrop_path: /o0LZxtoNK5lYjkkoOSG6nZESVog.jpg
                            genre_ids:
                              - 27
                            id: 1230205
                            media_type: movie
                            original_language: en
                            original_title: Tunnel Vision
                            overview: >-
                              Beneath the surface of Circus Baby's Pizza World,
                              a creature awakens, fueled by evil desires.
                            popularity: 0.09
                            poster_path: /k64gGGWtpCc7qyJgoU9AAshB3X6.jpg
                            release_date: '2023-11-08'
                            title: Tunnel Vision
                            video: false
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        name: Kairian Komic Animations
                        original_name: Kairian Komic Animations
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4829810
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 16
                              - 10402
                            id: 1316944
                            media_type: movie
                            original_language: en
                            original_title: Fiore Mio – Andrea Laszlo de Simone
                            overview: >-
                              "Fiore Mio" is a visual suggestion, without a
                              beginning and an end. Absence and presence, what
                              remains and what is lost between two people when
                              their paths part. A video clip of Andrea Laszlo de
                              Simone's song of the same name, made through the
                              technique of cyanotype.
                            popularity: 0.001
                            poster_path: /atfIWV0tx8ZDqOVfLn5gHWnqhlS.jpg
                            release_date: ''
                            title: Fiore Mio – Andrea Laszlo de Simone
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Production
                        name: Muta Animation
                        original_name: Muta Animation
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4829931
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 16
                            id: 1316977
                            media_type: movie
                            original_language: ru
                            original_title: Супермаркет в Калифорнии
                            overview: >-
                              Carved to the beat verses of Allen Ginsberg and
                              his eponymous poem, A Supermarket in California
                              paints the most surreal contours of an America
                              watched, dreamed, filtered through the eyes of a
                              poet who meets Walt Whitman in a supermarket and
                              pines for a world that may not exist.
                            popularity: 0.21
                            poster_path: /5VK6M2vMWkpqUykNZEMgstJ2BZd.jpg
                            release_date: '2024-07-25'
                            title: A Supermarket in Californi
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Production
                        name: Charitagle Foundation for Animation Support
                        original_name: Charitagle Foundation for Animation Support
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4842806
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 16
                              - 35
                              - 28
                              - 18
                            id: 1123075
                            media_type: movie
                            original_language: en
                            original_title: 'Blue Shell Incident: Reloaded'
                            overview: >-
                              A fanmade shot by shot remake of the movie "Blue
                              Shell Incident" by Vargskelethor Joel from
                              Vinesauce, worked on for over a year by +100
                              creators.
                            popularity: 0.239
                            poster_path: /mPkg96qPzKK6EWkKqYhAvdvafXx.jpg
                            release_date: '2022-05-28'
                            title: 'Blue Shell Incident: Reloaded'
                            video: false
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Visual Effects
                        name: Hgs animations
                        original_name: Hgs animations
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 5102127
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 878
                              - 18
                              - 28
                            id: 1398354
                            media_type: movie
                            original_language: en
                            original_title: Godzilla Ichor
                            overview: >-
                              Global tensions rise and are completely overthrown
                              as a new worldwide threat rises, all nations must
                              decide on one choice to stop it, their choice
                              seals billions doom.
                            popularity: 0.654
                            poster_path: /ounUnuQzPs9FaByJeuDsLQ2oT86.jpg
                            release_date: '2025-08-08'
                            title: Godzilla Ichor
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Masked Animations
                        original_name: Masked Animations
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 2
                        id: 2074535
                        known_for:
                          - adult: false
                            backdrop_path: /yB0Jz3tBpga21OSdumv26XSissl.jpg
                            genre_ids:
                              - 99
                              - 10402
                            id: 67858
                            media_type: movie
                            original_language: en
                            original_title: 'Classic Albums: Motörhead - Ace of Spades'
                            overview: >-
                              Motorhead fans, rejoice! This comprehensive look
                              at the heavy metal band's 1980 album "Ace of
                              Spades" features band mates Lemmy, "Fast" Eddie
                              Clarke and Philip "Philthy Animal" Taylor
                              discussing the making of their acclaimed album and
                              performing exclusive tunes. Other goodies include
                              interviews about the band with rockers Slash and
                              Lars Ulrich, Motorhead's candid talk about their
                              adventures with sex, drugs and rock and roll, and
                              much more.
                            popularity: 0.759
                            poster_path: /hTRLcOdbnvQTBDQfAhW7eEzCQeZ.jpg
                            release_date: '2005-12-25'
                            title: 'Classic Albums: Motörhead - Ace of Spades'
                            video: false
                            vote_average: 7.1
                            vote_count: 7
                          - adult: false
                            backdrop_path: /1gdGHgDLZdZ3siv9w32fD7MNsp7.jpg
                            genre_ids:
                              - 10402
                            id: 308743
                            media_type: movie
                            original_language: en
                            original_title: Motörhead - Everything Louder Than Everything Else
                            overview: >-
                              Motörhead Live: Everything Louder Than Everything
                              Else features Lemmy and his band of metal warriors
                              shaking Munich's Deutsches Museum to its
                              Foundations.  1. Metropolis 2. Going To Brazil 3.
                              I'm So Bad (Baby I Don't Care) 4. Traitor 5. No
                              Voices In The Sky 6. Just 'Cos You Got The Power
                              7. Angel City 8. Love Me Forever 9. R.A.M.O.N.E.S.
                              10. Orgasmatron 11. Killed By Death 12. Ace Of
                              Spades
                            popularity: 0.455
                            poster_path: /a7ppes3RZZvmnASXI9wknNb4I7G.jpg
                            release_date: '1991-06-04'
                            title: Motörhead - Everything Louder Than Everything Else
                            video: true
                            vote_average: 7.5
                            vote_count: 4
                          - adult: false
                            backdrop_path: /xNHAx03MooYfpajEPQ5LdkzpZAS.jpg
                            genre_ids:
                              - 10402
                              - 99
                            id: 341982
                            media_type: movie
                            original_language: en
                            original_title: 'Motörhead: The Best of Motörhead'
                            overview: >-
                              Heavy metal compilation featuring Motörhead (or
                              Lemmy, Fast Eddie and Filthy Phil, as they're
                              known to their mothers) performing an
                              ear-shattering selection of their finest material.
                              Includes 'Overkill' and 'Ace of Spades'.  Songs: 
                              1) Ace of Spades  2) Overkill  3) No Class  4) I
                              Got Mine  5)Stay Clean  6) Iron Fist  7) The Chase
                              Is Better than the Catch  8) Dead Men Tell No
                              Tales  9) Shine  10) Capricorn  11) Poison  12)
                              One Track Mind  13) Motörhead  14) Bomber  15)
                              Killed by Death
                            popularity: 0.68
                            poster_path: /nrqmTvInd1QAkDAkmgqc3cr7TYO.jpg
                            release_date: '1986-09-12'
                            title: 'Motörhead: The Best of Motörhead'
                            video: true
                            vote_average: 7.5
                            vote_count: 2
                        known_for_department: Acting
                        name: Phil 'Philthy Animal' Taylor
                        original_name: Phil 'Philthy Animal' Taylor
                        popularity: 2.97
                        profile_path: /tgi2I2YGU2duFoob2MUf7t2uuZE.jpg
                      - adult: true
                        gender: 1
                        id: 1872544
                        known_for:
                          - adult: true
                            backdrop_path: /b1bUwGk5HWVYtpoppLlMeadChH0.jpg
                            genre_ids: []
                            id: 895212
                            media_type: movie
                            original_language: en
                            original_title: Hot and Mean 25
                            overview: >-
                              Ayumi Anime loves shopping, but her busty blonde
                              girlfriend Bridgette B. has had just about enough
                              of it. It's time to get her money's worth out of
                              this Asian cutie's tight pussy!
                            popularity: 0
                            poster_path: /70TH7lhQ5yP87VBD88LP1OlwFel.jpg
                            release_date: '2021-10-14'
                            title: Hot and Mean 25
                            video: false
                            vote_average: 8
                            vote_count: 1
                          - adult: true
                            backdrop_path: /fqaDYOR4Epl5RGpvuKslFOSDS0s.jpg
                            genre_ids:
                              - 10749
                            id: 514218
                            media_type: movie
                            original_language: en
                            original_title: A Lesbian Seduction
                            overview: >-
                              Passions flare when seduction captures the heart
                              of these beautiful lesbian girls. Every playful
                              tease, soft kiss, and gentle touch leads to the
                              most irresistible and mesmerizing sexual
                              encounters. The pinnacle of female eroticism is
                              here.
                            popularity: 0
                            poster_path: /uV0ez5op3dmNFDFPyABghgJ600c.jpg
                            release_date: '2017-11-09'
                            title: A Lesbian Seduction
                            video: false
                            vote_average: 7.8
                            vote_count: 2
                          - adult: true
                            backdrop_path: /gzPTesQ9ujRSHCfbWFHXnCn857Y.jpg
                            genre_ids: []
                            id: 977709
                            media_type: movie
                            original_language: en
                            original_title: Nooners
                            overview: >-
                              Take a seat and enjoy this tasty treat! There's a
                              little something for everyone - solo under the
                              sun, girl on girl action, hand jobs in the
                              backyard, and more!
                            popularity: 0
                            poster_path: /fi4lPA3xmesSefZRlnHRfcH7dN.jpg
                            release_date: '2022-05-16'
                            title: Nooners
                            video: false
                            vote_average: 8
                            vote_count: 2
                        known_for_department: Acting
                        name: Ayumi Anime
                        original_name: Ayumi Anime
                        popularity: 5.23
                        profile_path: /q0tEL7XgBAC2bhH5Oii66NeSyYH.jpg
                      - adult: false
                        gender: 2
                        id: 2681444
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 577206
                            media_type: movie
                            original_language: bn
                            original_title: Load Shedding
                            overview: >-
                              Take a trip back to the 90's in Kolkata when
                              moments spent even during a load shedding were
                              priceless.
                            popularity: 0.825
                            poster_path: /5MGFIqO9S9nVVd8xANZIU52RQQl.jpg
                            release_date: '2015-12-13'
                            title: Load Shedding
                            video: false
                            vote_average: 6.5
                            vote_count: 2
                          - adult: false
                            backdrop_path: /937SC5pdBNfqIpzXlEolEZPUj6B.jpg
                            genre_ids:
                              - 28
                              - 35
                              - 18
                            id: 452851
                            media_type: movie
                            original_language: bn
                            original_title: পাওয়ার
                            overview: >-
                              Being a policeman's doppelganger is a mixed
                              blessing in this action-packed caper.
                            popularity: 0.952
                            poster_path: /tzFBw4Q5Qpk90yfE3B2OUXFA741.jpg
                            release_date: '2016-07-24'
                            title: Power
                            video: false
                            vote_average: 4
                            vote_count: 2
                          - adult: false
                            backdrop_path: /sN9FBbcoxJipuAO9ih2mKuMaOHt.jpg
                            genre_ids:
                              - 53
                              - 80
                            id: 1105795
                            media_type: movie
                            original_language: bn
                            original_title: দশম অবতার
                            overview: >-
                              What happens when a serial killer terrorizes the
                              city of Kolkata by mirroring the mythological
                              stories of Vishnu and his ten avatars in his
                              killing methods? A prequel crossover of Baishe
                              Srabon and Vinci Da.
                            popularity: 1.992
                            poster_path: /i8OfM0YRzUhNjEusvoK2PaCOls4.jpg
                            release_date: '2023-10-20'
                            title: Dawshom Awbotaar
                            video: false
                            vote_average: 6.5
                            vote_count: 2
                        known_for_department: Acting
                        name: Animesh Bhaduri
                        original_name: Animesh Bhaduri
                        popularity: 1.488
                        profile_path: /oPbEsUIAHEt80J0nzMJ4Ss7dS8i.jpg
                      - adult: false
                        gender: 0
                        id: 1830151
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 18
                            id: 342201
                            media_type: movie
                            original_language: de
                            original_title: Die Freischwimmerin
                            overview: >-
                              After a violent incident, Martha Müller is
                              disillusioned with the teaching profession and
                              decides that she does not want to get involved so
                              much as a teacher. At her new school in Vienna,
                              however, she is immediately confronted with a
                              problem Ilayda. The 17-year-old Turkish student
                              lives in Vienna with her very well integrated
                              family. But she decided to wear a headscarf after
                              her father's death. However, this distinguishes
                              her more and more from her class.
                            popularity: 1.651
                            poster_path: /mVgXj1wWGHTbOHP2RF5mAcUUhEi.jpg
                            release_date: '2014-06-04'
                            title: Die Freischwimmerin
                            video: false
                            vote_average: 5.8
                            vote_count: 8
                        known_for_department: Acting
                        name: Aisha Animashaun
                        original_name: Aisha Animashaun
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 1323283
                        known_for:
                          - adult: false
                            backdrop_path: /yPmAt061hEDl3ACk1HCMtHdCILF.jpg
                            genre_ids:
                              - 18
                              - 53
                              - 14
                            id: 555605
                            media_type: movie
                            original_language: ak
                            original_title: The Burial of Kojo
                            overview: >-
                              A man is trapped in a mine shaft by his vengeful
                              brother while his daughter embarks on a magical
                              journey to rescue him.
                            popularity: 3.106
                            poster_path: /lXcUb1Gle8iKfympKEby17jvzdN.jpg
                            release_date: '2018-11-02'
                            title: The Burial of Kojo
                            video: false
                            vote_average: 6.6
                            vote_count: 22
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 18
                            id: 271439
                            media_type: movie
                            original_language: en
                            original_title: Heritage Africa
                            overview: >-
                              The story of Quincy Bosomfield who is the product
                              of colonial education and has risen to become the
                              district commissioner. In the process, he abandons
                              his African heritage and all that has real meaning
                              to him.
                            popularity: 0.698
                            poster_path: /oZYpSbKJSmKFwSoawSQUAvfQmlR.jpg
                            release_date: '1989-01-02'
                            title: Heritage Africa
                            video: false
                            vote_average: 5.8
                            vote_count: 4
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 271440
                            media_type: movie
                            original_language: en
                            original_title: Love Brewed in the African Pot
                            overview: >-
                              Love collides with social class and colonialism
                              when Aba Appiah, born to privilege, falls in love
                              with Joe Quansah, son of a fisherman. Her father,
                              retired civil servant Kofi Appiah, has other plans
                              for her, and seeks to block their marriage. The
                              resulting conflict has complex and unexpected
                              consequences.
                            popularity: 0.313
                            poster_path: /zIucZOiTLGOypDRdi0shxnEzqPb.jpg
                            release_date: '1980-01-02'
                            title: Love Brewed in the African Pot
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Anima Misa
                        original_name: Anima Misa
                        popularity: 0.055
                        profile_path: /ZtTd8hGGEGhULcqOCmejDX5JsX.jpg
                      - adult: false
                        gender: 0
                        id: 2257664
                        known_for:
                          - adult: false
                            backdrop_path: /2PuPSEFGlnMmq6lRGNQa3l4Qy8j.jpg
                            genre_ids:
                              - 35
                              - 80
                            id: 530466
                            media_type: movie
                            original_language: en
                            original_title: Bitter Melon
                            overview: >-
                              When a Filipino-American family reunites for a
                              Christmas party, the holiday takes a dark turn
                              when they conspire to murder the abusive bully of
                              the family.
                            popularity: 2.299
                            poster_path: /neu9l56fsWEF7wC1Hmi2CQoDhr3.jpg
                            release_date: '2018-12-07'
                            title: Bitter Melon
                            video: false
                            vote_average: 6.6
                            vote_count: 8
                        known_for_department: Acting
                        name: Amelie Anima
                        original_name: Amelie Anima
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 1937497
                        known_for:
                          - adult: false
                            backdrop_path: /A4ZvbsC0o86bpgHa00iad1YCtu2.jpg
                            genre_ids:
                              - 27
                              - 53
                            id: 14397
                            media_type: movie
                            original_language: en
                            original_title: Whisper
                            overview: >-
                              Sinister things begin happening to kidnappers who
                              are holding a young boy for ransom in a remote
                              cabin.
                            popularity: 7.311
                            poster_path: /mxs3ox33B3IWs6jMAS3EZ0TckXm.jpg
                            release_date: '2007-11-27'
                            title: Whisper
                            video: false
                            vote_average: 6.4
                            vote_count: 266
                        known_for_department: Lighting
                        name: Ed 'Animal' Schulz
                        original_name: Ed 'Animal' Schulz
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 3647534
                        known_for:
                          - adult: false
                            backdrop_path: /jWaM4enSOliYukmZB2eVOQ5dubI.jpg
                            genre_ids: []
                            id: 1007818
                            media_type: movie
                            original_language: en
                            original_title: The Therapist
                            overview: >-
                              The story is based on a woman who has lost the
                              happiness in her life after getting married and
                              eventually obtains divorce from her abusive
                              husband.
                            popularity: 0.131
                            poster_path: /8hcghImrZ7TcfVhnT4wJHbdVaAL.jpg
                            release_date: '2021-03-26'
                            title: The Therapist
                            video: false
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        name: Adeola Animashaun
                        original_name: Adeola Animashaun
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 3711768
                        known_for:
                          - adult: false
                            backdrop_path: /vryit8SjLbL4p7V6aAzw2J48A6T.jpg
                            genre_ids:
                              - 18
                            id: 777930
                            media_type: movie
                            original_language: de
                            original_title: Borga
                            overview: >-
                              "Borga" is Better. A Borga is a Ghanaian abroad
                              living an excessive wealthy lifestyle. At least
                              that's what they want everyone to believe.
                            popularity: 1.064
                            poster_path: /aLU7sAvIs3ReuPxe6YTkv8aGA7q.jpg
                            release_date: '2021-10-28'
                            title: Borga
                            video: false
                            vote_average: 7.3
                            vote_count: 7
                        known_for_department: Acting
                        name: Solomon Anim
                        original_name: Solomon Anim
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 2493695
                        known_for:
                          - adult: false
                            backdrop_path: /juYauXAJViA7Zle5ZIprZEY66hz.jpg
                            first_air_date: '2003-07-27'
                            genre_ids:
                              - 35
                              - 10764
                            id: 94370
                            media_type: tv
                            name: Gaki no Tsukai No Laughing Batsu Game
                            origin_country:
                              - JP
                            original_language: ja
                            original_name: 絶対に笑ってはいけない
                            overview: >-
                              After participating to a previous show where they
                              have to bet or be challenged to any kind of
                              competitions, the losing members of the Gaki no
                              Tsukai are selected to spend 24 hours in a setting
                              which they have no knowledge of the theme nor the
                              course of the events. They are exposed to various
                              absurd and crazy situations nonstop for 24 hours
                              and must refrain from laughing. If they do so,
                              hang-men appear and hit the rule breakers with a
                              weapon (the weapon varies every year).
                            popularity: 84.391
                            poster_path: /6kn5CyQKs4ptEiIVWX2B6nalGwD.jpg
                            vote_average: 9
                            vote_count: 2
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 35
                            id: 659165
                            media_type: movie
                            original_language: ja
                            original_title: あんみつ姫２
                            overview: The second Anmitsu Hime TV-movie.
                            popularity: 1.323
                            poster_path: /pTTspKoRSb7fhBddXfar19jE2p4.jpg
                            release_date: '2009-01-11'
                            title: Anmitsu Hime 2
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Animal Hamaguchi
                        original_name: Animal Hamaguchi
                        popularity: 0.001
                        profile_path: null
                    total_pages: 5
                    total_results: 90
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````