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

# person_id

> This endpoint is used to search for people (such as actors, actresses, directors, etc.).



## OpenAPI

````yaml api-reference/openapi3.json get /3/search/person
openapi: 3.0.3
info:
  title: The Movie Database
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: AUTHENTICATION
  - name: ACCOUNT
  - name: CERTIFICATIONS
  - name: CHANGES
  - name: COLLECTIONS
  - name: COMPANY
  - name: CONFIGURATION
  - name: CREDIT
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSIONS
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORKS
  - name: PEOPLE LIST
  - name: PEOPLE
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODE GROUP
  - name: WATCH PROVIDERS
paths:
  /3/search/person:
    get:
      tags:
        - PEOPLE
      summary: person_id
      description: >-
        This endpoint is used to search for people (such as actors, actresses,
        directors, etc.).
      operationId: personId
      parameters:
        - name: query
          in: query
          description: The name of the person we want to search for.
          required: true
          schema:
            type: string
            example: ''
        - $ref: '#/components/parameters/include_adult'
        - $ref: '#/components/parameters/language'
        - $ref: '#/components/parameters/page'
      responses:
        '200':
          description: person_id
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=7651
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 05 Jan 2025 15:53:47 GMT
            ETag:
              schema:
                type: string
                example: W/"06e8eb1658e25d36062d64514093d23c"
            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 ba82151bf51e4c722c5305c983d8b71e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: W6M38lmUXFni2hMZ4i_P6ZdHpVuWO8dp_F-YcYKSpTYVjCyzZrVGxQ==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '16079'
            x-memc-expires:
              schema:
                type: string
                example: '7651'
            x-memc-key:
              schema:
                type: string
                example: d4f131009d64ea359da4bbd7d8ea19b5
          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: 2
                        id:
                          type: number
                          example: 2888
                        known_for:
                          type: array
                          items:
                            type: object
                            properties:
                              adult:
                                type: boolean
                                example: false
                              backdrop_path:
                                type: string
                                example: /wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg
                              genre_ids:
                                type: array
                                items:
                                  type: number
                                  example: 28
                                example:
                                  - 28
                                  - 12
                                  - 14
                              id:
                                type: number
                                example: 297761
                              media_type:
                                type: string
                                example: movie
                              original_language:
                                type: string
                                example: en
                              original_title:
                                type: string
                                example: Suicide Squad
                              overview:
                                type: string
                                example: >-
                                  From DC Comics comes the Suicide Squad, an
                                  antihero team of incarcerated supervillains
                                  who act as deniable assets for the United
                                  States government, undertaking high-risk black
                                  ops missions in exchange for commuted prison
                                  sentences.
                              popularity:
                                type: number
                                example: 46.652
                              poster_path:
                                type: string
                                example: /sk3FZgh3sRrmr8vyhaitNobMcfh.jpg
                              release_date:
                                type: string
                                example: '2016-08-03'
                              title:
                                type: string
                                example: Suicide Squad
                              video:
                                type: boolean
                                example: false
                              vote_average:
                                type: number
                                example: 5.921
                              vote_count:
                                type: number
                                example: 21151
                          example:
                            - adult: false
                              backdrop_path: /wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg
                              genre_ids:
                                - 28
                                - 12
                                - 14
                              id: 297761
                              media_type: movie
                              original_language: en
                              original_title: Suicide Squad
                              overview: >-
                                From DC Comics comes the Suicide Squad, an
                                antihero team of incarcerated supervillains who
                                act as deniable assets for the United States
                                government, undertaking high-risk black ops
                                missions in exchange for commuted prison
                                sentences.
                              popularity: 46.652
                              poster_path: /sk3FZgh3sRrmr8vyhaitNobMcfh.jpg
                              release_date: '2016-08-03'
                              title: Suicide Squad
                              video: false
                              vote_average: 5.921
                              vote_count: 21151
                            - adult: false
                              backdrop_path: /nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg
                              genre_ids:
                                - 18
                                - 878
                                - 53
                              id: 6479
                              media_type: movie
                              original_language: en
                              original_title: I Am Legend
                              overview: >-
                                Robert Neville is a scientist who was unable to
                                stop the spread of the terrible virus that was
                                incurable and man-made. Immune, Neville is now
                                the last human survivor in what is left of New
                                York City and perhaps the world. For three
                                years, Neville has faithfully sent out daily
                                radio messages, desperate to find any other
                                survivors who might be out there. But he is not
                                alone.
                              popularity: 80.993
                              poster_path: /iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg
                              release_date: '2007-12-12'
                              title: I Am Legend
                              video: false
                              vote_average: 7.208
                              vote_count: 15754
                            - adult: false
                              backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg
                              genre_ids:
                                - 28
                                - 878
                              id: 2048
                              media_type: movie
                              original_language: en
                              original_title: I, Robot
                              overview: >-
                                In 2035, where robots are commonplace and abide
                                by the three laws of robotics, a technophobic
                                cop investigates an apparent suicide. Suspecting
                                that a robot may be responsible for the death,
                                his investigation leads him to believe that
                                humanity may be in danger.
                              popularity: 43.332
                              poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg
                              release_date: '2004-07-15'
                              title: I, Robot
                              video: false
                              vote_average: 6.953
                              vote_count: 11796
                        known_for_department:
                          type: string
                          nullable: true
                          example: Acting
                        name:
                          type: string
                          example: Will Smith
                        original_name:
                          type: string
                          example: Will Smith
                        popularity:
                          type: number
                          example: 63.822
                        profile_path:
                          type: string
                          nullable: true
                          example: /1QqaRZ8neYlqLx7ODZC4as47wUV.jpg
                    example:
                      - adult: false
                        gender: 2
                        id: 2888
                        known_for:
                          - adult: false
                            backdrop_path: /wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg
                            genre_ids:
                              - 28
                              - 12
                              - 14
                            id: 297761
                            media_type: movie
                            original_language: en
                            original_title: Suicide Squad
                            overview: >-
                              From DC Comics comes the Suicide Squad, an
                              antihero team of incarcerated supervillains who
                              act as deniable assets for the United States
                              government, undertaking high-risk black ops
                              missions in exchange for commuted prison
                              sentences.
                            popularity: 46.652
                            poster_path: /sk3FZgh3sRrmr8vyhaitNobMcfh.jpg
                            release_date: '2016-08-03'
                            title: Suicide Squad
                            video: false
                            vote_average: 5.921
                            vote_count: 21151
                          - adult: false
                            backdrop_path: /nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg
                            genre_ids:
                              - 18
                              - 878
                              - 53
                            id: 6479
                            media_type: movie
                            original_language: en
                            original_title: I Am Legend
                            overview: >-
                              Robert Neville is a scientist who was unable to
                              stop the spread of the terrible virus that was
                              incurable and man-made. Immune, Neville is now the
                              last human survivor in what is left of New York
                              City and perhaps the world. For three years,
                              Neville has faithfully sent out daily radio
                              messages, desperate to find any other survivors
                              who might be out there. But he is not alone.
                            popularity: 80.993
                            poster_path: /iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg
                            release_date: '2007-12-12'
                            title: I Am Legend
                            video: false
                            vote_average: 7.208
                            vote_count: 15754
                          - adult: false
                            backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg
                            genre_ids:
                              - 28
                              - 878
                            id: 2048
                            media_type: movie
                            original_language: en
                            original_title: I, Robot
                            overview: >-
                              In 2035, where robots are commonplace and abide by
                              the three laws of robotics, a technophobic cop
                              investigates an apparent suicide. Suspecting that
                              a robot may be responsible for the death, his
                              investigation leads him to believe that humanity
                              may be in danger.
                            popularity: 43.332
                            poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg
                            release_date: '2004-07-15'
                            title: I, Robot
                            video: false
                            vote_average: 6.953
                            vote_count: 11796
                        known_for_department: Acting
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 63.822
                        profile_path: /1QqaRZ8neYlqLx7ODZC4as47wUV.jpg
                      - adult: false
                        gender: 2
                        id: 234120
                        known_for:
                          - adult: false
                            backdrop_path: /qhXdYysiamRu6moMGMZPQ4oVLvd.jpg
                            first_air_date: '2022-04-01'
                            genre_ids:
                              - 80
                              - 18
                              - 35
                            id: 95480
                            media_type: tv
                            name: Slow Horses
                            origin_country:
                              - GB
                            original_language: en
                            original_name: Slow Horses
                            overview: >-
                              Follow a dysfunctional team of MI5 agents—and
                              their obnoxious boss, the notorious Jackson
                              Lamb—as they navigate the espionage world's smoke
                              and mirrors to defend England from sinister
                              forces.
                            popularity: 225.802
                            poster_path: /dnpatlJrEPiDSn5fzgzvxtiSnMo.jpg
                            vote_average: 7.909
                            vote_count: 472
                          - adult: false
                            backdrop_path: /vKaDMLbdLrThldFj9Vavo6suTS2.jpg
                            first_air_date: '2012-04-22'
                            genre_ids:
                              - 35
                            id: 2947
                            media_type: tv
                            name: Veep
                            origin_country:
                              - US
                            original_language: en
                            original_name: Veep
                            overview: >-
                              A look into American politics, revolving around
                              former Senator Selina Meyer who finds being Vice
                              President of the United States is nothing like she
                              expected and everything everyone ever warned her
                              about.
                            popularity: 119.754
                            poster_path: /cdd78fGdaA3EbK2ToZRWcaaB1fx.jpg
                            vote_average: 7.424
                            vote_count: 440
                          - adult: false
                            backdrop_path: /suA6aZe1OCTtnv4W3nfDM8GiSaC.jpg
                            first_air_date: '2020-01-19'
                            genre_ids:
                              - 35
                              - 10765
                            id: 90811
                            media_type: tv
                            name: Avenue 5
                            origin_country:
                              - US
                            original_language: en
                            original_name: Avenue 5
                            overview: >-
                              40 years in the future, space captain Ryan Clark
                              and the crew of the luxury space cruise ship
                              Avenue 5 navigate disgruntled passengers and
                              unexpected events after experiencing technical
                              difficulties onboard.
                            popularity: 56.239
                            poster_path: /inSe4HBqnwIoeqoChGlagVs0avG.jpg
                            vote_average: 6.507
                            vote_count: 352
                        known_for_department: Writing
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 1.581
                        profile_path: /2MndmsbL0PE5oNj1t00v4jUwtaS.jpg
                      - adult: false
                        gender: 0
                        id: 2878434
                        known_for:
                          - adult: false
                            backdrop_path: /yCGCtDRIaEHSPd5pO8NPfTML6Jh.jpg
                            genre_ids:
                              - 28
                              - 14
                              - 10770
                            id: 877703
                            media_type: movie
                            original_language: en
                            original_title: 'Teen Wolf: The Movie'
                            overview: >-
                              The wolves are howling once again, as a terrifying
                              ancient evil emerges in Beacon Hills. Scott
                              McCall, no longer a teenager yet still an Alpha,
                              must gather new allies and reunite trusted friends
                              to fight back against this powerful and deadly
                              enemy.
                            popularity: 44.564
                            poster_path: /wAkpPm3wcHRqZl8XjUI3Y2chYq2.jpg
                            release_date: '2023-01-18'
                            title: 'Teen Wolf: The Movie'
                            video: false
                            vote_average: 7.535
                            vote_count: 840
                          - adult: false
                            backdrop_path: /huIWsZ9urt47iRbateMTaQdTJij.jpg
                            genre_ids:
                              - 35
                              - 18
                            id: 770879
                            media_type: movie
                            original_language: en
                            original_title: Roles We Play
                            overview: >-
                              An older professor longing for motherhood must
                              recalibrate her path to pregnancy when she
                              realizes one of her favorite students is a
                              potential sperm donor.
                            popularity: 0.549
                            poster_path: /l00kpNsD7NfkpubsP63UoWQ35WS.jpg
                            release_date: '2018-05-12'
                            title: Roles We Play
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Editing
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4528761
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 10402
                            id: 1243233
                            media_type: movie
                            original_language: en
                            original_title: The White Mask
                            overview: >-
                              A musical ensemble responds to the notion of
                              ‘becoming animal’ through improvisation. The
                              musicians perform seven compositions in which they
                              reflect on how it would feel to undergo such a
                              transformation.
                            popularity: 0.065
                            poster_path: /rvu88P2znmZjBBfXYH7gw4zoJsB.jpg
                            release_date: '2019-10-11'
                            title: The White Mask
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Camera
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 3322276
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 735455
                            media_type: movie
                            original_language: en
                            original_title: 'Bellator 244: Bader vs. Nemkov'
                            overview: >-
                              MMA Fighting will have Bellator 244, Bader vs.
                              Nemkov fight card at the Mohegan Sun Arena in
                              Uncasville, CT., on August 22, 2020.  In the main
                              event, Bellator double champion Ryan Bader will
                              defend his light heavyweight title against Vadim
                              Nemkov.
                            popularity: 0.029
                            poster_path: /rDqZY8I4DXX47VATS0yagTm0zzv.jpg
                            release_date: '2020-08-22'
                            title: 'Bellator 244: Bader vs. Nemkov'
                            video: true
                            vote_average: 0
                            vote_count: 0
                          - adult: false
                            backdrop_path: /6sN9n72J3l2Av3b1SAPg40jIhfU.jpg
                            genre_ids:
                              - 28
                            id: 816853
                            media_type: movie
                            original_language: en
                            original_title: 'Bellator 256: Bader vs. Machida 2'
                            overview: >-
                              Bellator 256: Bader vs. Machida 2 took place on
                              April 9, 2021 at Mohegan Sun Arena in Uncasville,
                              Connecticut.  The event was headlined by a
                              Quarterfinal of the Bellator Light Heavyweight
                              World Grand Prix Tournament. The headliner will be
                              a rematch between former Bellator Light
                              Heavyweight World Champion Ryan Bader and former
                              UFC Light Heavyweight Champion Lyoto Machida.
                            popularity: 0.301
                            poster_path: /u4FBqqIgG01Rt3yFNPlVq7kmD6G.jpg
                            release_date: '2021-04-09'
                            title: 'Bellator 256: Bader vs. Machida 2'
                            video: true
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 3409873
                        known_for:
                          - adult: false
                            backdrop_path: /79FzFAW6oKNSikI7t5tgpra23MX.jpg
                            genre_ids:
                              - 27
                              - 9648
                            id: 892957
                            media_type: movie
                            original_language: en
                            original_title: Onryō
                            overview: >-
                              A Man on the run meets a mysterious woman in the
                              woods who begins to ask him cryptic and strangely
                              personal questions.
                            popularity: 0.019
                            poster_path: /9t1kszaUd87rblrGHJXzXjVvZ4N.jpg
                            release_date: '2021-11-01'
                            title: Onryo
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Sound
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4123976
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 1143079
                            media_type: movie
                            original_language: en
                            original_title: A Helping Hand
                            overview: >-
                              Michael and Ava reunite after the death of their
                              father. Ava has come to grieve but Michael has
                              other plans
                            popularity: 0.001
                            poster_path: /n58FdRCbhkvwykcBPCaG8xllm2d.jpg
                            release_date: ''
                            title: A Helping Hand
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4405681
                        known_for:
                          - adult: false
                            backdrop_path: /xDpA2Csi78grwqroX27OovPn0WQ.jpg
                            genre_ids:
                              - 99
                            id: 1211874
                            media_type: movie
                            original_language: en
                            original_title: '2021 World Series Champions: Atlanta Braves'
                            overview: >-
                              Following the death of Braves baseball legend Hank
                              Aaron, the Atlanta Braves honor his legacy,
                              turning on the power to win the 2021 World Series.
                            popularity: 0.333
                            poster_path: /441LaX2VY8dshbSCSXtDDGACmAt.jpg
                            release_date: '2021-11-30'
                            title: '2021 World Series Champions: Atlanta Braves'
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 3269236
                        known_for:
                          - adult: false
                            backdrop_path: /quixzoFLJaeYgCLlhq1HQ6MqTpE.jpg
                            genre_ids:
                              - 35
                              - 80
                              - 18
                            id: 884432
                            media_type: movie
                            original_language: en
                            original_title: Philly's Finest
                            overview: >-
                              Cops, drug dealers and mayhem ensue in the city of
                              brotherly love.
                            popularity: 0.02
                            poster_path: /uMguBgx4eHy2AhAGc6nxU8xWU9M.jpg
                            release_date: '2021-10-23'
                            title: Philly's Finest
                            video: false
                            vote_average: 0
                            vote_count: 0
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 992934
                            media_type: movie
                            original_language: en
                            original_title: Vice Presents - Red Cards
                            overview: >-
                              Red Cards is an investigative documentary series
                              chronicling the fascinating stories of athletes
                              and crime.
                            popularity: 0.014
                            poster_path: /AtAWlQbb1jD9u2SLwh9O922oze9.jpg
                            release_date: '2018-06-20'
                            title: Vice Presents - Red Cards
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 2
                        id: 2652007
                        known_for:
                          - adult: false
                            backdrop_path: /vDQwbN2ymkMQ8ldL3Sc275FGBw3.jpg
                            genre_ids:
                              - 10752
                              - 36
                              - 53
                              - 18
                            id: 530915
                            media_type: movie
                            original_language: en
                            original_title: '1917'
                            overview: >-
                              At the height of the First World War, two young
                              British soldiers must cross enemy territory and
                              deliver a message that will stop a deadly attack
                              on hundreds of soldiers.
                            popularity: 47.434
                            poster_path: /iZf0KyrE25z1sage4SYFLCCrMi9.jpg
                            release_date: '2019-12-25'
                            title: '1917'
                            video: false
                            vote_average: 7.991
                            vote_count: 12456
                          - adult: false
                            backdrop_path: /uKb22E0nlzr914bA9KyA5CVCOlV.jpg
                            genre_ids:
                              - 18
                              - 10749
                              - 14
                            id: 402431
                            media_type: movie
                            original_language: en
                            original_title: Wicked
                            overview: >-
                              In the land of Oz, ostracized and misunderstood
                              green-skinned Elphaba is forced to share a room
                              with the popular aristocrat Glinda at Shiz
                              University, and the two's unlikely friendship is
                              tested as they begin to fulfill their respective
                              destinies as Glinda the Good and the Wicked Witch
                              of the West.
                            popularity: 2943.848
                            poster_path: /dfdvUzj4nLZpZ37BoefqvevCMI1.jpg
                            release_date: '2024-11-20'
                            title: Wicked
                            video: false
                            vote_average: 7.368
                            vote_count: 966
                          - adult: false
                            backdrop_path: /6snBXmgkscLEJQmxx46qEIlqYlB.jpg
                            first_air_date: '2024-01-25'
                            genre_ids:
                              - 18
                              - 10768
                            id: 46518
                            media_type: tv
                            name: Masters of the Air
                            origin_country:
                              - US
                            original_language: en
                            original_name: Masters of the Air
                            overview: >-
                              During World War II, airmen risk their lives with
                              the 100th Bomb Group, a brotherhood forged by
                              courage, loss, and triumph.
                            popularity: 143.448
                            poster_path: /rSAmgcoA74371rplbqM27yVsd3y.jpg
                            vote_average: 7.841
                            vote_count: 419
                        known_for_department: Art
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.045
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 2146221
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 783619
                            media_type: movie
                            original_language: en
                            original_title: 'Michael McIntyre: In His Own Words'
                            overview: >-
                              Documentary profiling stand-up comedian Michael
                              McIntyre.
                            popularity: 1.184
                            poster_path: null
                            release_date: '2021-01-01'
                            title: 'Michael McIntyre: In His Own Words'
                            video: false
                            vote_average: 10
                            vote_count: 1
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 99
                            id: 1093789
                            media_type: movie
                            original_language: en
                            original_title: 'Sainsbury''s: Christmas Food Secrets'
                            overview: >-
                              A behind-the-scenes look at how supermarket giant
                              Sainsbury's created its festive food range for
                              Christmas 2021.
                            popularity: 0.916
                            poster_path: /7X5xFm0mdhLfRB0IyAMZZJA3mMm.jpg
                            release_date: '2021-12-17'
                            title: 'Sainsbury''s: Christmas Food Secrets'
                            video: false
                            vote_average: 8
                            vote_count: 1
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 99
                            id: 775791
                            media_type: movie
                            original_language: en
                            original_title: 'Des O''Connor: The Ultimate Entertainer'
                            overview: >-
                              ITV pay tribute to Des O'Connor in this special
                              celebrating his life and work, telling how Des
                              went from Butlins Redcoat to become the ultimate
                              entertainer.
                            popularity: 0.915
                            poster_path: /6WUZ3jbHEWbVOEkN2dhNwv2iUFW.jpg
                            release_date: '2020-11-23'
                            title: 'Des O''Connor: The Ultimate Entertainer'
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Production
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4080266
                        known_for: []
                        known_for_department: null
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 3735879
                        known_for:
                          - adult: false
                            backdrop_path: /1U1vBOFQGoXaK4tnzuKofM6K93L.jpg
                            first_air_date: '1996-11-12'
                            genre_ids:
                              - 35
                            id: 1847
                            media_type: tv
                            name: Never Mind the Buzzcocks
                            origin_country:
                              - GB
                            original_language: en
                            original_name: Never Mind the Buzzcocks
                            overview: >-
                              Never Mind the Buzzcocks is a comedy panel game
                              show with a pop and rock music theme. The show is
                              infamous for its dry, sarcastic humour and
                              scathing, provocative attacks on the pop industry.
                            popularity: 55.373
                            poster_path: /ez0fX5nA68BJWL8jfP6dYr5WrcL.jpg
                            vote_average: 6.961
                            vote_count: 51
                        known_for_department: Acting
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 5148224
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 27
                            id: 1409439
                            media_type: movie
                            original_language: en
                            original_title: Every Room a Nightmare
                            overview: >-
                              Cassie feels an overwhelming sense of dread over
                              an event that haunts her psyche.
                            popularity: 0.065
                            poster_path: null
                            release_date: ''
                            title: Every Room a Nightmare
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Directing
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.065
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 3876740
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 18
                              - 36
                              - 10752
                            id: 1074977
                            media_type: movie
                            original_language: en
                            original_title: Resistance
                            overview: >-
                              In 1942 Czechoslovakia, the resistance plot an
                              assassination of Nazi SS leader Reinhard Heydrich.
                              Ex-resistance fighter Alexei is enticed to answer
                              the call, risk losing his partner, and carry out a
                              duty fit only for a soldier.
                            popularity: 0.024
                            poster_path: null
                            release_date: '2022-04-28'
                            title: Resistance
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Camera
                        name: Will Smith-Blyth
                        original_name: Will Smith-Blyth
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 2111406
                        known_for:
                          - adult: false
                            backdrop_path: /wqX1vVZnBWwb0E18kt4epWYL90z.jpg
                            genre_ids:
                              - 35
                              - 12
                              - 10751
                            id: 116149
                            media_type: movie
                            original_language: en
                            original_title: Paddington
                            overview: >-
                              A young Peruvian bear travels to London in search
                              of a new home. Finding himself lost and alone at
                              Paddington Station, he meets the kindly Brown
                              family.
                            popularity: 56.943
                            poster_path: /fNa1MSARWnJMnslPA0G0etYdYTm.jpg
                            release_date: '2014-11-24'
                            title: Paddington
                            video: false
                            vote_average: 7.1
                            vote_count: 3722
                          - adult: false
                            backdrop_path: /3di4noZGr04O2lyqgDgWNbyW1wA.jpg
                            genre_ids:
                              - 35
                              - 10749
                            id: 1049638
                            media_type: movie
                            original_language: en
                            original_title: Rye Lane
                            overview: >-
                              Two twenty-somethings, both reeling from bad
                              break-ups, connect over the course of an eventful
                              day in South London – helping each other deal with
                              their nightmare exes, and potentially restoring
                              their faith in romance.
                            popularity: 11.274
                            poster_path: /int5eEKNc8g0V5i3XYaPeaC6paD.jpg
                            release_date: '2023-03-17'
                            title: Rye Lane
                            video: false
                            vote_average: 7.1
                            vote_count: 193
                          - adult: false
                            backdrop_path: /uUHQaZoq8dnaMbORdOTHgFbbSYR.jpg
                            genre_ids:
                              - 53
                              - 9648
                              - 878
                            id: 301228
                            media_type: movie
                            original_language: en
                            original_title: Narcopolis
                            overview: >-
                              In the near future, Frank, a police officer,
                              discovers that the legalization of all
                              recreational drugs comes with a price.
                            popularity: 8.495
                            poster_path: /puxZMIhfaIzRqBzu0J64soz5ewv.jpg
                            release_date: '2015-09-25'
                            title: Narcopolis
                            video: false
                            vote_average: 4.638
                            vote_count: 69
                        known_for_department: Lighting
                        name: Will Rae Smith
                        original_name: Will Rae Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4627886
                        known_for:
                          - adult: false
                            backdrop_path: /gRhabEEfCC7t6WlgKhymRoTWNWe.jpg
                            first_air_date: ''
                            genre_ids: []
                            id: 44286
                            media_type: tv
                            name: Preschool Power!
                            origin_country:
                              - US
                            original_language: en
                            original_name: Preschool Power!
                            overview: >-
                              Preschool Power is an educational series created
                              by Carey Sutton, and it features young children
                              teaching viewers how to do big things. Tom Connell
                              wrote the score and the music and her husband,
                              Tony Sutton, wrote the script, instructions and
                              the lyrics to the songs.
                            popularity: 0.122
                            poster_path: /uQCI3jESCZH2xucBhMrvi0gT7tn.jpg
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Will Smitherman
                        original_name: Will Smitherman
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4426579
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 18
                              - 35
                            id: 449221
                            media_type: movie
                            original_language: en
                            original_title: Check Please
                            overview: >-
                              In a fancy restaurant, Ben plans to propose to his
                              long time girlfriend only to find out that his
                              ring was mistakenly sent to the wrong table.
                            popularity: 0.439
                            poster_path: /sNz4qzOxE98QbT5diabzbpNXL2i.jpg
                            release_date: '2015-08-03'
                            title: Check Please
                            video: false
                            vote_average: 6.5
                            vote_count: 4
                        known_for_department: Sound
                        name: Will Smithson
                        original_name: Will Smithson
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4198450
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 35
                              - 10402
                              - 10749
                              - 18
                            id: 39257
                            media_type: movie
                            original_language: en
                            original_title: '1234'
                            overview: >-
                              Ian Bonar is Stevie, a wannabe musician whose look
                              is a hybrid of Jarvis Cocker and early Elvis
                              Costello. Working with his drummer pal Neil
                              (Matthew Baynton) in a call centre, they dream of
                              breaking into the indie music scene. To do this
                              they require additional band members. Step forward
                              the driven (and drinking) guitarist Billy (Kieran
                              Bew) and slightly scatty bassist Emily (Lyndsey
                              Marshal), who has a sideline in making sculpture
                              from hair.
                            popularity: 2.02
                            poster_path: /2CZOz1YkXfr2jdwLMQ64WllZf9e.jpg
                            release_date: '2008-10-17'
                            title: '1234'
                            video: false
                            vote_average: 5.4
                            vote_count: 10
                        known_for_department: Visual Effects
                        name: Will Innes-Smith
                        original_name: Will Innes-Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4209416
                        known_for:
                          - adult: false
                            backdrop_path: /spNdKUAXB4UJ8Q3vs81kOGa5FNz.jpg
                            genre_ids: []
                            id: 1023314
                            media_type: movie
                            original_language: en
                            original_title: Get Paid
                            overview: >-
                              A street love story about a broken woman who copes
                              with life by getting paid and falls in love --
                              only to find out things are not always what they
                              seem.
                            popularity: 0.948
                            poster_path: /lhRVQquugEOkDxBb0GLoUbYosdE.jpg
                            release_date: '2022-06-14'
                            title: Get Paid
                            video: false
                            vote_average: 0
                            vote_count: 0
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 1163721
                            media_type: movie
                            original_language: en
                            original_title: 3rd Degree
                            overview: >-
                              Young Deon's father is betrayed by his business
                              partner. 20 years later, a Deon obsessed with
                              revenge, finds himself in a complicated
                              relationship. Like life, 3rd Degree is part drama,
                              part thriller, part comedy and ablaze with
                              surprises.
                            popularity: 0.227
                            poster_path: null
                            release_date: '2023-05-14'
                            title: 3rd Degree
                            video: false
                            vote_average: 0
                            vote_count: 0
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 53
                              - 18
                            id: 1293857
                            media_type: movie
                            original_language: en
                            original_title: Obsession
                            overview: >-
                              When Igrid finds her high school sweetheart happy
                              without her, she decides to take matters into her
                              own hands and do anything to reclaim her spot.
                            popularity: 0.193
                            poster_path: /JE0ZOUlfutmpxgQAaG5KnZZk2n.jpg
                            release_date: '2024-05-17'
                            title: Obsession
                            video: false
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        name: Will Smith IV
                        original_name: Will Smith IV
                        popularity: 0.001
                        profile_path: null
                  total_pages:
                    type: number
                    example: 500
                  total_results:
                    type: number
                    example: 10000
              examples:
                person_id:
                  value:
                    page: 1
                    results:
                      - adult: false
                        gender: 2
                        id: 2888
                        known_for:
                          - adult: false
                            backdrop_path: /wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg
                            genre_ids:
                              - 28
                              - 12
                              - 14
                            id: 297761
                            media_type: movie
                            original_language: en
                            original_title: Suicide Squad
                            overview: >-
                              From DC Comics comes the Suicide Squad, an
                              antihero team of incarcerated supervillains who
                              act as deniable assets for the United States
                              government, undertaking high-risk black ops
                              missions in exchange for commuted prison
                              sentences.
                            popularity: 46.652
                            poster_path: /sk3FZgh3sRrmr8vyhaitNobMcfh.jpg
                            release_date: '2016-08-03'
                            title: Suicide Squad
                            video: false
                            vote_average: 5.921
                            vote_count: 21151
                          - adult: false
                            backdrop_path: /nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg
                            genre_ids:
                              - 18
                              - 878
                              - 53
                            id: 6479
                            media_type: movie
                            original_language: en
                            original_title: I Am Legend
                            overview: >-
                              Robert Neville is a scientist who was unable to
                              stop the spread of the terrible virus that was
                              incurable and man-made. Immune, Neville is now the
                              last human survivor in what is left of New York
                              City and perhaps the world. For three years,
                              Neville has faithfully sent out daily radio
                              messages, desperate to find any other survivors
                              who might be out there. But he is not alone.
                            popularity: 80.993
                            poster_path: /iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg
                            release_date: '2007-12-12'
                            title: I Am Legend
                            video: false
                            vote_average: 7.208
                            vote_count: 15754
                          - adult: false
                            backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg
                            genre_ids:
                              - 28
                              - 878
                            id: 2048
                            media_type: movie
                            original_language: en
                            original_title: I, Robot
                            overview: >-
                              In 2035, where robots are commonplace and abide by
                              the three laws of robotics, a technophobic cop
                              investigates an apparent suicide. Suspecting that
                              a robot may be responsible for the death, his
                              investigation leads him to believe that humanity
                              may be in danger.
                            popularity: 43.332
                            poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg
                            release_date: '2004-07-15'
                            title: I, Robot
                            video: false
                            vote_average: 6.953
                            vote_count: 11796
                        known_for_department: Acting
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 63.822
                        profile_path: /1QqaRZ8neYlqLx7ODZC4as47wUV.jpg
                      - adult: false
                        gender: 2
                        id: 234120
                        known_for:
                          - adult: false
                            backdrop_path: /qhXdYysiamRu6moMGMZPQ4oVLvd.jpg
                            first_air_date: '2022-04-01'
                            genre_ids:
                              - 80
                              - 18
                              - 35
                            id: 95480
                            media_type: tv
                            name: Slow Horses
                            origin_country:
                              - GB
                            original_language: en
                            original_name: Slow Horses
                            overview: >-
                              Follow a dysfunctional team of MI5 agents—and
                              their obnoxious boss, the notorious Jackson
                              Lamb—as they navigate the espionage world's smoke
                              and mirrors to defend England from sinister
                              forces.
                            popularity: 225.802
                            poster_path: /dnpatlJrEPiDSn5fzgzvxtiSnMo.jpg
                            vote_average: 7.909
                            vote_count: 472
                          - adult: false
                            backdrop_path: /vKaDMLbdLrThldFj9Vavo6suTS2.jpg
                            first_air_date: '2012-04-22'
                            genre_ids:
                              - 35
                            id: 2947
                            media_type: tv
                            name: Veep
                            origin_country:
                              - US
                            original_language: en
                            original_name: Veep
                            overview: >-
                              A look into American politics, revolving around
                              former Senator Selina Meyer who finds being Vice
                              President of the United States is nothing like she
                              expected and everything everyone ever warned her
                              about.
                            popularity: 119.754
                            poster_path: /cdd78fGdaA3EbK2ToZRWcaaB1fx.jpg
                            vote_average: 7.424
                            vote_count: 440
                          - adult: false
                            backdrop_path: /suA6aZe1OCTtnv4W3nfDM8GiSaC.jpg
                            first_air_date: '2020-01-19'
                            genre_ids:
                              - 35
                              - 10765
                            id: 90811
                            media_type: tv
                            name: Avenue 5
                            origin_country:
                              - US
                            original_language: en
                            original_name: Avenue 5
                            overview: >-
                              40 years in the future, space captain Ryan Clark
                              and the crew of the luxury space cruise ship
                              Avenue 5 navigate disgruntled passengers and
                              unexpected events after experiencing technical
                              difficulties onboard.
                            popularity: 56.239
                            poster_path: /inSe4HBqnwIoeqoChGlagVs0avG.jpg
                            vote_average: 6.507
                            vote_count: 352
                        known_for_department: Writing
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 1.581
                        profile_path: /2MndmsbL0PE5oNj1t00v4jUwtaS.jpg
                      - adult: false
                        gender: 0
                        id: 2878434
                        known_for:
                          - adult: false
                            backdrop_path: /yCGCtDRIaEHSPd5pO8NPfTML6Jh.jpg
                            genre_ids:
                              - 28
                              - 14
                              - 10770
                            id: 877703
                            media_type: movie
                            original_language: en
                            original_title: 'Teen Wolf: The Movie'
                            overview: >-
                              The wolves are howling once again, as a terrifying
                              ancient evil emerges in Beacon Hills. Scott
                              McCall, no longer a teenager yet still an Alpha,
                              must gather new allies and reunite trusted friends
                              to fight back against this powerful and deadly
                              enemy.
                            popularity: 44.564
                            poster_path: /wAkpPm3wcHRqZl8XjUI3Y2chYq2.jpg
                            release_date: '2023-01-18'
                            title: 'Teen Wolf: The Movie'
                            video: false
                            vote_average: 7.535
                            vote_count: 840
                          - adult: false
                            backdrop_path: /huIWsZ9urt47iRbateMTaQdTJij.jpg
                            genre_ids:
                              - 35
                              - 18
                            id: 770879
                            media_type: movie
                            original_language: en
                            original_title: Roles We Play
                            overview: >-
                              An older professor longing for motherhood must
                              recalibrate her path to pregnancy when she
                              realizes one of her favorite students is a
                              potential sperm donor.
                            popularity: 0.549
                            poster_path: /l00kpNsD7NfkpubsP63UoWQ35WS.jpg
                            release_date: '2018-05-12'
                            title: Roles We Play
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Editing
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4528761
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 10402
                            id: 1243233
                            media_type: movie
                            original_language: en
                            original_title: The White Mask
                            overview: >-
                              A musical ensemble responds to the notion of
                              ‘becoming animal’ through improvisation. The
                              musicians perform seven compositions in which they
                              reflect on how it would feel to undergo such a
                              transformation.
                            popularity: 0.065
                            poster_path: /rvu88P2znmZjBBfXYH7gw4zoJsB.jpg
                            release_date: '2019-10-11'
                            title: The White Mask
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Camera
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 3322276
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 735455
                            media_type: movie
                            original_language: en
                            original_title: 'Bellator 244: Bader vs. Nemkov'
                            overview: >-
                              MMA Fighting will have Bellator 244, Bader vs.
                              Nemkov fight card at the Mohegan Sun Arena in
                              Uncasville, CT., on August 22, 2020.  In the main
                              event, Bellator double champion Ryan Bader will
                              defend his light heavyweight title against Vadim
                              Nemkov.
                            popularity: 0.029
                            poster_path: /rDqZY8I4DXX47VATS0yagTm0zzv.jpg
                            release_date: '2020-08-22'
                            title: 'Bellator 244: Bader vs. Nemkov'
                            video: true
                            vote_average: 0
                            vote_count: 0
                          - adult: false
                            backdrop_path: /6sN9n72J3l2Av3b1SAPg40jIhfU.jpg
                            genre_ids:
                              - 28
                            id: 816853
                            media_type: movie
                            original_language: en
                            original_title: 'Bellator 256: Bader vs. Machida 2'
                            overview: >-
                              Bellator 256: Bader vs. Machida 2 took place on
                              April 9, 2021 at Mohegan Sun Arena in Uncasville,
                              Connecticut.  The event was headlined by a
                              Quarterfinal of the Bellator Light Heavyweight
                              World Grand Prix Tournament. The headliner will be
                              a rematch between former Bellator Light
                              Heavyweight World Champion Ryan Bader and former
                              UFC Light Heavyweight Champion Lyoto Machida.
                            popularity: 0.301
                            poster_path: /u4FBqqIgG01Rt3yFNPlVq7kmD6G.jpg
                            release_date: '2021-04-09'
                            title: 'Bellator 256: Bader vs. Machida 2'
                            video: true
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 3409873
                        known_for:
                          - adult: false
                            backdrop_path: /79FzFAW6oKNSikI7t5tgpra23MX.jpg
                            genre_ids:
                              - 27
                              - 9648
                            id: 892957
                            media_type: movie
                            original_language: en
                            original_title: Onryō
                            overview: >-
                              A Man on the run meets a mysterious woman in the
                              woods who begins to ask him cryptic and strangely
                              personal questions.
                            popularity: 0.019
                            poster_path: /9t1kszaUd87rblrGHJXzXjVvZ4N.jpg
                            release_date: '2021-11-01'
                            title: Onryo
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Sound
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4123976
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 1143079
                            media_type: movie
                            original_language: en
                            original_title: A Helping Hand
                            overview: >-
                              Michael and Ava reunite after the death of their
                              father. Ava has come to grieve but Michael has
                              other plans
                            popularity: 0.001
                            poster_path: /n58FdRCbhkvwykcBPCaG8xllm2d.jpg
                            release_date: ''
                            title: A Helping Hand
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4405681
                        known_for:
                          - adult: false
                            backdrop_path: /xDpA2Csi78grwqroX27OovPn0WQ.jpg
                            genre_ids:
                              - 99
                            id: 1211874
                            media_type: movie
                            original_language: en
                            original_title: '2021 World Series Champions: Atlanta Braves'
                            overview: >-
                              Following the death of Braves baseball legend Hank
                              Aaron, the Atlanta Braves honor his legacy,
                              turning on the power to win the 2021 World Series.
                            popularity: 0.333
                            poster_path: /441LaX2VY8dshbSCSXtDDGACmAt.jpg
                            release_date: '2021-11-30'
                            title: '2021 World Series Champions: Atlanta Braves'
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 3269236
                        known_for:
                          - adult: false
                            backdrop_path: /quixzoFLJaeYgCLlhq1HQ6MqTpE.jpg
                            genre_ids:
                              - 35
                              - 80
                              - 18
                            id: 884432
                            media_type: movie
                            original_language: en
                            original_title: Philly's Finest
                            overview: >-
                              Cops, drug dealers and mayhem ensue in the city of
                              brotherly love.
                            popularity: 0.02
                            poster_path: /uMguBgx4eHy2AhAGc6nxU8xWU9M.jpg
                            release_date: '2021-10-23'
                            title: Philly's Finest
                            video: false
                            vote_average: 0
                            vote_count: 0
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 992934
                            media_type: movie
                            original_language: en
                            original_title: Vice Presents - Red Cards
                            overview: >-
                              Red Cards is an investigative documentary series
                              chronicling the fascinating stories of athletes
                              and crime.
                            popularity: 0.014
                            poster_path: /AtAWlQbb1jD9u2SLwh9O922oze9.jpg
                            release_date: '2018-06-20'
                            title: Vice Presents - Red Cards
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 2
                        id: 2652007
                        known_for:
                          - adult: false
                            backdrop_path: /vDQwbN2ymkMQ8ldL3Sc275FGBw3.jpg
                            genre_ids:
                              - 10752
                              - 36
                              - 53
                              - 18
                            id: 530915
                            media_type: movie
                            original_language: en
                            original_title: '1917'
                            overview: >-
                              At the height of the First World War, two young
                              British soldiers must cross enemy territory and
                              deliver a message that will stop a deadly attack
                              on hundreds of soldiers.
                            popularity: 47.434
                            poster_path: /iZf0KyrE25z1sage4SYFLCCrMi9.jpg
                            release_date: '2019-12-25'
                            title: '1917'
                            video: false
                            vote_average: 7.991
                            vote_count: 12456
                          - adult: false
                            backdrop_path: /uKb22E0nlzr914bA9KyA5CVCOlV.jpg
                            genre_ids:
                              - 18
                              - 10749
                              - 14
                            id: 402431
                            media_type: movie
                            original_language: en
                            original_title: Wicked
                            overview: >-
                              In the land of Oz, ostracized and misunderstood
                              green-skinned Elphaba is forced to share a room
                              with the popular aristocrat Glinda at Shiz
                              University, and the two's unlikely friendship is
                              tested as they begin to fulfill their respective
                              destinies as Glinda the Good and the Wicked Witch
                              of the West.
                            popularity: 2943.848
                            poster_path: /dfdvUzj4nLZpZ37BoefqvevCMI1.jpg
                            release_date: '2024-11-20'
                            title: Wicked
                            video: false
                            vote_average: 7.368
                            vote_count: 966
                          - adult: false
                            backdrop_path: /6snBXmgkscLEJQmxx46qEIlqYlB.jpg
                            first_air_date: '2024-01-25'
                            genre_ids:
                              - 18
                              - 10768
                            id: 46518
                            media_type: tv
                            name: Masters of the Air
                            origin_country:
                              - US
                            original_language: en
                            original_name: Masters of the Air
                            overview: >-
                              During World War II, airmen risk their lives with
                              the 100th Bomb Group, a brotherhood forged by
                              courage, loss, and triumph.
                            popularity: 143.448
                            poster_path: /rSAmgcoA74371rplbqM27yVsd3y.jpg
                            vote_average: 7.841
                            vote_count: 419
                        known_for_department: Art
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.045
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 2146221
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 783619
                            media_type: movie
                            original_language: en
                            original_title: 'Michael McIntyre: In His Own Words'
                            overview: >-
                              Documentary profiling stand-up comedian Michael
                              McIntyre.
                            popularity: 1.184
                            poster_path: null
                            release_date: '2021-01-01'
                            title: 'Michael McIntyre: In His Own Words'
                            video: false
                            vote_average: 10
                            vote_count: 1
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 99
                            id: 1093789
                            media_type: movie
                            original_language: en
                            original_title: 'Sainsbury''s: Christmas Food Secrets'
                            overview: >-
                              A behind-the-scenes look at how supermarket giant
                              Sainsbury's created its festive food range for
                              Christmas 2021.
                            popularity: 0.916
                            poster_path: /7X5xFm0mdhLfRB0IyAMZZJA3mMm.jpg
                            release_date: '2021-12-17'
                            title: 'Sainsbury''s: Christmas Food Secrets'
                            video: false
                            vote_average: 8
                            vote_count: 1
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 99
                            id: 775791
                            media_type: movie
                            original_language: en
                            original_title: 'Des O''Connor: The Ultimate Entertainer'
                            overview: >-
                              ITV pay tribute to Des O'Connor in this special
                              celebrating his life and work, telling how Des
                              went from Butlins Redcoat to become the ultimate
                              entertainer.
                            popularity: 0.915
                            poster_path: /6WUZ3jbHEWbVOEkN2dhNwv2iUFW.jpg
                            release_date: '2020-11-23'
                            title: 'Des O''Connor: The Ultimate Entertainer'
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Production
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4080266
                        known_for: []
                        known_for_department: null
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 3735879
                        known_for:
                          - adult: false
                            backdrop_path: /1U1vBOFQGoXaK4tnzuKofM6K93L.jpg
                            first_air_date: '1996-11-12'
                            genre_ids:
                              - 35
                            id: 1847
                            media_type: tv
                            name: Never Mind the Buzzcocks
                            origin_country:
                              - GB
                            original_language: en
                            original_name: Never Mind the Buzzcocks
                            overview: >-
                              Never Mind the Buzzcocks is a comedy panel game
                              show with a pop and rock music theme. The show is
                              infamous for its dry, sarcastic humour and
                              scathing, provocative attacks on the pop industry.
                            popularity: 55.373
                            poster_path: /ez0fX5nA68BJWL8jfP6dYr5WrcL.jpg
                            vote_average: 6.961
                            vote_count: 51
                        known_for_department: Acting
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 5148224
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 27
                            id: 1409439
                            media_type: movie
                            original_language: en
                            original_title: Every Room a Nightmare
                            overview: >-
                              Cassie feels an overwhelming sense of dread over
                              an event that haunts her psyche.
                            popularity: 0.065
                            poster_path: null
                            release_date: ''
                            title: Every Room a Nightmare
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Directing
                        name: Will Smith
                        original_name: Will Smith
                        popularity: 0.065
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 3876740
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 18
                              - 36
                              - 10752
                            id: 1074977
                            media_type: movie
                            original_language: en
                            original_title: Resistance
                            overview: >-
                              In 1942 Czechoslovakia, the resistance plot an
                              assassination of Nazi SS leader Reinhard Heydrich.
                              Ex-resistance fighter Alexei is enticed to answer
                              the call, risk losing his partner, and carry out a
                              duty fit only for a soldier.
                            popularity: 0.024
                            poster_path: null
                            release_date: '2022-04-28'
                            title: Resistance
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Camera
                        name: Will Smith-Blyth
                        original_name: Will Smith-Blyth
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 2111406
                        known_for:
                          - adult: false
                            backdrop_path: /wqX1vVZnBWwb0E18kt4epWYL90z.jpg
                            genre_ids:
                              - 35
                              - 12
                              - 10751
                            id: 116149
                            media_type: movie
                            original_language: en
                            original_title: Paddington
                            overview: >-
                              A young Peruvian bear travels to London in search
                              of a new home. Finding himself lost and alone at
                              Paddington Station, he meets the kindly Brown
                              family.
                            popularity: 56.943
                            poster_path: /fNa1MSARWnJMnslPA0G0etYdYTm.jpg
                            release_date: '2014-11-24'
                            title: Paddington
                            video: false
                            vote_average: 7.1
                            vote_count: 3722
                          - adult: false
                            backdrop_path: /3di4noZGr04O2lyqgDgWNbyW1wA.jpg
                            genre_ids:
                              - 35
                              - 10749
                            id: 1049638
                            media_type: movie
                            original_language: en
                            original_title: Rye Lane
                            overview: >-
                              Two twenty-somethings, both reeling from bad
                              break-ups, connect over the course of an eventful
                              day in South London – helping each other deal with
                              their nightmare exes, and potentially restoring
                              their faith in romance.
                            popularity: 11.274
                            poster_path: /int5eEKNc8g0V5i3XYaPeaC6paD.jpg
                            release_date: '2023-03-17'
                            title: Rye Lane
                            video: false
                            vote_average: 7.1
                            vote_count: 193
                          - adult: false
                            backdrop_path: /uUHQaZoq8dnaMbORdOTHgFbbSYR.jpg
                            genre_ids:
                              - 53
                              - 9648
                              - 878
                            id: 301228
                            media_type: movie
                            original_language: en
                            original_title: Narcopolis
                            overview: >-
                              In the near future, Frank, a police officer,
                              discovers that the legalization of all
                              recreational drugs comes with a price.
                            popularity: 8.495
                            poster_path: /puxZMIhfaIzRqBzu0J64soz5ewv.jpg
                            release_date: '2015-09-25'
                            title: Narcopolis
                            video: false
                            vote_average: 4.638
                            vote_count: 69
                        known_for_department: Lighting
                        name: Will Rae Smith
                        original_name: Will Rae Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4627886
                        known_for:
                          - adult: false
                            backdrop_path: /gRhabEEfCC7t6WlgKhymRoTWNWe.jpg
                            first_air_date: ''
                            genre_ids: []
                            id: 44286
                            media_type: tv
                            name: Preschool Power!
                            origin_country:
                              - US
                            original_language: en
                            original_name: Preschool Power!
                            overview: >-
                              Preschool Power is an educational series created
                              by Carey Sutton, and it features young children
                              teaching viewers how to do big things. Tom Connell
                              wrote the score and the music and her husband,
                              Tony Sutton, wrote the script, instructions and
                              the lyrics to the songs.
                            popularity: 0.122
                            poster_path: /uQCI3jESCZH2xucBhMrvi0gT7tn.jpg
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: Will Smitherman
                        original_name: Will Smitherman
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4426579
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 18
                              - 35
                            id: 449221
                            media_type: movie
                            original_language: en
                            original_title: Check Please
                            overview: >-
                              In a fancy restaurant, Ben plans to propose to his
                              long time girlfriend only to find out that his
                              ring was mistakenly sent to the wrong table.
                            popularity: 0.439
                            poster_path: /sNz4qzOxE98QbT5diabzbpNXL2i.jpg
                            release_date: '2015-08-03'
                            title: Check Please
                            video: false
                            vote_average: 6.5
                            vote_count: 4
                        known_for_department: Sound
                        name: Will Smithson
                        original_name: Will Smithson
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4198450
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 35
                              - 10402
                              - 10749
                              - 18
                            id: 39257
                            media_type: movie
                            original_language: en
                            original_title: '1234'
                            overview: >-
                              Ian Bonar is Stevie, a wannabe musician whose look
                              is a hybrid of Jarvis Cocker and early Elvis
                              Costello. Working with his drummer pal Neil
                              (Matthew Baynton) in a call centre, they dream of
                              breaking into the indie music scene. To do this
                              they require additional band members. Step forward
                              the driven (and drinking) guitarist Billy (Kieran
                              Bew) and slightly scatty bassist Emily (Lyndsey
                              Marshal), who has a sideline in making sculpture
                              from hair.
                            popularity: 2.02
                            poster_path: /2CZOz1YkXfr2jdwLMQ64WllZf9e.jpg
                            release_date: '2008-10-17'
                            title: '1234'
                            video: false
                            vote_average: 5.4
                            vote_count: 10
                        known_for_department: Visual Effects
                        name: Will Innes-Smith
                        original_name: Will Innes-Smith
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4209416
                        known_for:
                          - adult: false
                            backdrop_path: /spNdKUAXB4UJ8Q3vs81kOGa5FNz.jpg
                            genre_ids: []
                            id: 1023314
                            media_type: movie
                            original_language: en
                            original_title: Get Paid
                            overview: >-
                              A street love story about a broken woman who copes
                              with life by getting paid and falls in love --
                              only to find out things are not always what they
                              seem.
                            popularity: 0.948
                            poster_path: /lhRVQquugEOkDxBb0GLoUbYosdE.jpg
                            release_date: '2022-06-14'
                            title: Get Paid
                            video: false
                            vote_average: 0
                            vote_count: 0
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 1163721
                            media_type: movie
                            original_language: en
                            original_title: 3rd Degree
                            overview: >-
                              Young Deon's father is betrayed by his business
                              partner. 20 years later, a Deon obsessed with
                              revenge, finds himself in a complicated
                              relationship. Like life, 3rd Degree is part drama,
                              part thriller, part comedy and ablaze with
                              surprises.
                            popularity: 0.227
                            poster_path: null
                            release_date: '2023-05-14'
                            title: 3rd Degree
                            video: false
                            vote_average: 0
                            vote_count: 0
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 53
                              - 18
                            id: 1293857
                            media_type: movie
                            original_language: en
                            original_title: Obsession
                            overview: >-
                              When Igrid finds her high school sweetheart happy
                              without her, she decides to take matters into her
                              own hands and do anything to reclaim her spot.
                            popularity: 0.193
                            poster_path: /JE0ZOUlfutmpxgQAaG5KnZZk2n.jpg
                            release_date: '2024-05-17'
                            title: Obsession
                            video: false
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        name: Will Smith IV
                        original_name: Will Smith IV
                        popularity: 0.001
                        profile_path: null
                    total_pages: 500
                    total_results: 10000
components:
  parameters:
    include_adult:
      name: include_adult
      in: query
      description: This indicate whether the movie is an adult content.
      schema:
        type: string
        enum:
          - true
          - false
        example: false
    language:
      name: language
      in: query
      description: Specifies the language in which the response should be returned.
      schema:
        type: string
        example: en-US
    page:
      name: page
      in: query
      description: >-
        Indicates which page of results to return. Default is the first page
        (1).
      schema:
        type: integer
        example: 1
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````