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

# Search persons

> Search for people by their name and also known as names.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/search/person
openapi: 3.0.3
info:
  title: Endpoints
  description: This section contains all the endpoints used in the documentation.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: Authentication
    description: This section contains all endpoints used for authentication
  - name: Accounts
    description: This section contains account-specific endpoints.
  - name: Favorites
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows, episodes to favorites, and also to get a list of
      favorites for the account.
  - name: Movies
    description: >-
      This section contains an endpoint to add a movie to favorites, and another
      to get a list of favorite movies for a TMDB account.
  - name: TV shows
    description: >-
      This section contains an endpoint to get the favorite TV shows for an
      account.
  - name: Watchlist
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows to watchlist, and also to get a list of watchlist for the
      account.
  - name: Movies1
    description: >-
      This section contains an endpoint that allows a TMDB account to add a
      movie to watchlist, and another to get the movies in a watchlist.
  - name: TV shows1
    description: >-
      This section contains an endpoint used to get TV shows in an account's
      watchlist.
  - name: Ratings
    description: >-
      This section contains endpoints used to get all movies, TV Shows, and
      episodes rated by a TMDB account.
  - name: Movies12
    description: >-
      This section contains an endpoint used to get a list of movies rated by a
      TMDB account.
  - name: TV shows12
    description: >-
      This section contains an endpoint used to get a list of TV shows rated by
      a TMDB account.
  - name: Episodes
    description: >-
      This section contains an endpoint used to get a list of episodes rated by
      a TMDB account.
  - name: Lists
    description: Endpoints for a TMDB account lists.
  - name: Guest sessions
    description: This section contains all endpoints accessible by a guest session.
  - name: Movies
    description: For movies.
  - name: TV episodes
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      episodes.
  - name: TV seasons
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      seasons.
  - name: TV series
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      series.
  - name: TV series lists
    description: This section contains all endpoints used to list TV series.
  - name: TV episode groups
    description: This section contains an endpoint used to retrieve data for TV episodes.
  - name: Watch providers
    description: Get available regions.
  - name: People
    description: About people lists.
  - name: Companies
    description: >-
      This section contains all endpoints used to retrieve data for supported
      companies.
  - name: Discover
    description: This section contains all endpoints used to discover movies and TV shows.
  - name: Recent changes
    description: >-
      This section contains all endpoints used to get recent changes in the TMDB
      database.
  - name: Credit
    description: This section contains an endpoint used to retrieve movie credits.
  - name: Certifications
    description: >-
      This section contains all endpoints used to get certification for movies
      and TV shows.
  - name: Collections
    description: This section contains all endpoints used to retrieve data for collections
  - name: Configuration
    description: >-
      This section contains all endpoints used to retrieve data on TMDB's
      configurations.
  - name: Find
    description: >-
      This section contains an endpoint used to search the TMDB database by
      External ID.
  - name: Genres
    description: This section contains endpoints related to genres.
  - name: Keywords
    description: >-
      This section contains an endpoint used to get keywords in the database by
      an ID.
  - name: Movie lists
    description: >-
      This section contains all endpoints used to retrieve movies by multiple
      search filters.
  - name: Networks
    description: For network endpoints.
  - name: Reviews
    description: For reviews endpoints.
  - name: Search
    description: For search endpoints.
  - name: Trending
    description: For trending videos.
paths:
  /3/search/person:
    get:
      tags:
        - Search
      summary: Search persons
      description: Search for people by their name and also known as names.
      operationId: searchPersons
      parameters:
        - name: query
          in: query
          schema:
            type: string
            example: John
      responses:
        '200':
          description: New Request
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=15726
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Thu, 02 Jan 2025 16:59:01 GMT
            ETag:
              schema:
                type: string
                example: W/"2c82a1d32e2b941ff607d17fcd9c5fea"
            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 e9e1982b26fa05631ca01b6aee8693be.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: '-9Hz3de_yrDyEx_I3nm9giMMpvQ33upK55oCXwov8aHHRwVJwnbFww=='
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '11049'
            x-memc-expires:
              schema:
                type: string
                example: '15726'
            x-memc-key:
              schema:
                type: string
                example: 5be2734e5ead763856692c19e4551919
          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: 18918
                        known_for:
                          type: array
                          items:
                            type: object
                            properties:
                              adult:
                                type: boolean
                                example: false
                              backdrop_path:
                                type: string
                                example: /zZKmEmRDc7ZjFucPm2UGNgDRlDc.jpg
                              genre_ids:
                                type: array
                                items:
                                  type: number
                                  example: 12
                                example:
                                  - 12
                                  - 35
                                  - 14
                              id:
                                type: number
                                example: 353486
                              media_type:
                                type: string
                                example: movie
                              original_language:
                                type: string
                                example: en
                              original_title:
                                type: string
                                example: 'Jumanji: Welcome to the Jungle'
                              overview:
                                type: string
                                example: >-
                                  Four teenagers in detention discover an old
                                  video game console with a game they’ve never
                                  heard of. When they decide to play, they are
                                  immediately sucked into the jungle world of
                                  Jumanji in the bodies of their avatars.
                                  They’ll have to complete the adventure of
                                  their lives filled with fun, thrills and
                                  danger or be stuck in the game forever!
                              popularity:
                                type: number
                                example: 58.275
                              poster_path:
                                type: string
                                example: /pSgXKPU5h6U89ipF7HBYajvYt7j.jpg
                              release_date:
                                type: string
                                example: '2017-12-09'
                              title:
                                type: string
                                example: 'Jumanji: Welcome to the Jungle'
                              video:
                                type: boolean
                                example: false
                              vote_average:
                                type: number
                                example: 6.824
                              vote_count:
                                type: number
                                example: 13629
                          example:
                            - adult: false
                              backdrop_path: /zZKmEmRDc7ZjFucPm2UGNgDRlDc.jpg
                              genre_ids:
                                - 12
                                - 35
                                - 14
                              id: 353486
                              media_type: movie
                              original_language: en
                              original_title: 'Jumanji: Welcome to the Jungle'
                              overview: >-
                                Four teenagers in detention discover an old
                                video game console with a game they’ve never
                                heard of. When they decide to play, they are
                                immediately sucked into the jungle world of
                                Jumanji in the bodies of their avatars. They’ll
                                have to complete the adventure of their lives
                                filled with fun, thrills and danger or be stuck
                                in the game forever!
                              popularity: 58.275
                              poster_path: /pSgXKPU5h6U89ipF7HBYajvYt7j.jpg
                              release_date: '2017-12-09'
                              title: 'Jumanji: Welcome to the Jungle'
                              video: false
                              vote_average: 6.824
                              vote_count: 13629
                            - adult: false
                              backdrop_path: /zTxHf9iIOCqRbxvl8W5QYKrsMLq.jpg
                              genre_ids:
                                - 12
                                - 35
                                - 14
                              id: 512200
                              media_type: movie
                              original_language: en
                              original_title: 'Jumanji: The Next Level'
                              overview: >-
                                As the gang return to Jumanji to rescue one of
                                their own, they discover that nothing is as they
                                expect. The players will have to brave parts
                                unknown and unexplored in order to escape the
                                world’s most dangerous game.
                              popularity: 74.434
                              poster_path: /4kh9dxAiClS2GMUpkRyzGwpNWWX.jpg
                              release_date: '2019-12-04'
                              title: 'Jumanji: The Next Level'
                              video: false
                              vote_average: 6.9
                              vote_count: 8674
                            - adult: false
                              backdrop_path: /mMoG4nPSDupXIXOwVvpexZY2W0N.jpg
                              genre_ids:
                                - 28
                                - 18
                                - 53
                              id: 254128
                              media_type: movie
                              original_language: en
                              original_title: San Andreas
                              overview: >-
                                In the aftermath of a massive earthquake in
                                California, a rescue-chopper pilot makes a
                                dangerous journey across the state in order to
                                rescue his estranged daughter.
                              popularity: 70.749
                              poster_path: /2Gfjn962aaFSD6eST6QU3oLDZTo.jpg
                              release_date: '2015-05-27'
                              title: San Andreas
                              video: false
                              vote_average: 6.245
                              vote_count: 8548
                        known_for_department:
                          type: string
                          example: Acting
                        name:
                          type: string
                          example: Dwayne Johnson
                        original_name:
                          type: string
                          example: Dwayne Johnson
                        popularity:
                          type: number
                          example: 79.754
                        profile_path:
                          type: string
                          nullable: true
                          example: /kuqFzlYMc2IrsOyPznMd1FroeGq.jpg
                    example:
                      - adult: false
                        gender: 2
                        id: 18918
                        known_for:
                          - adult: false
                            backdrop_path: /zZKmEmRDc7ZjFucPm2UGNgDRlDc.jpg
                            genre_ids:
                              - 12
                              - 35
                              - 14
                            id: 353486
                            media_type: movie
                            original_language: en
                            original_title: 'Jumanji: Welcome to the Jungle'
                            overview: >-
                              Four teenagers in detention discover an old video
                              game console with a game they’ve never heard of.
                              When they decide to play, they are immediately
                              sucked into the jungle world of Jumanji in the
                              bodies of their avatars. They’ll have to complete
                              the adventure of their lives filled with fun,
                              thrills and danger or be stuck in the game
                              forever!
                            popularity: 58.275
                            poster_path: /pSgXKPU5h6U89ipF7HBYajvYt7j.jpg
                            release_date: '2017-12-09'
                            title: 'Jumanji: Welcome to the Jungle'
                            video: false
                            vote_average: 6.824
                            vote_count: 13629
                          - adult: false
                            backdrop_path: /zTxHf9iIOCqRbxvl8W5QYKrsMLq.jpg
                            genre_ids:
                              - 12
                              - 35
                              - 14
                            id: 512200
                            media_type: movie
                            original_language: en
                            original_title: 'Jumanji: The Next Level'
                            overview: >-
                              As the gang return to Jumanji to rescue one of
                              their own, they discover that nothing is as they
                              expect. The players will have to brave parts
                              unknown and unexplored in order to escape the
                              world’s most dangerous game.
                            popularity: 74.434
                            poster_path: /4kh9dxAiClS2GMUpkRyzGwpNWWX.jpg
                            release_date: '2019-12-04'
                            title: 'Jumanji: The Next Level'
                            video: false
                            vote_average: 6.9
                            vote_count: 8674
                          - adult: false
                            backdrop_path: /mMoG4nPSDupXIXOwVvpexZY2W0N.jpg
                            genre_ids:
                              - 28
                              - 18
                              - 53
                            id: 254128
                            media_type: movie
                            original_language: en
                            original_title: San Andreas
                            overview: >-
                              In the aftermath of a massive earthquake in
                              California, a rescue-chopper pilot makes a
                              dangerous journey across the state in order to
                              rescue his estranged daughter.
                            popularity: 70.749
                            poster_path: /2Gfjn962aaFSD6eST6QU3oLDZTo.jpg
                            release_date: '2015-05-27'
                            title: San Andreas
                            video: false
                            vote_average: 6.245
                            vote_count: 8548
                        known_for_department: Acting
                        name: Dwayne Johnson
                        original_name: Dwayne Johnson
                        popularity: 79.754
                        profile_path: /kuqFzlYMc2IrsOyPznMd1FroeGq.jpg
                      - adult: false
                        gender: 0
                        id: 2390405
                        known_for:
                          - adult: false
                            backdrop_path: /4tKAr02RUZOtyg9P4UsIXDnUkm2.jpg
                            genre_ids:
                              - 27
                              - 53
                            id: 624146
                            media_type: movie
                            original_language: en
                            original_title: Adhrushyam
                            overview: >-
                              Adhrushyam is a Telugu movie released 2019. It’s
                              directed by Ravi Prakash Krishnamsetty and Angana
                              Roy play as lead in the film
                            popularity: 0.342
                            poster_path: /saisC5vHY87g9Gj2if1UEB2w8Wi.jpg
                            release_date: '2019-03-22'
                            title: Adhrushyam
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 1
                        id: 118545
                        known_for:
                          - adult: false
                            backdrop_path: /mgY8An5qVCgLh97KOWeJVJarskL.jpg
                            genre_ids:
                              - 18
                              - 10749
                              - 53
                            id: 216015
                            media_type: movie
                            original_language: en
                            original_title: Fifty Shades of Grey
                            overview: >-
                              When college senior Anastasia Steele steps in for
                              her sick roommate to interview prominent
                              businessman Christian Grey for their campus paper,
                              little does she realize the path her life will
                              take. Christian, as enigmatic as he is rich and
                              powerful, finds himself strangely drawn to Ana,
                              and she to him. Though sexually inexperienced, Ana
                              plunges headlong into an affair -- and learns that
                              Christian's true sexual proclivities push the
                              boundaries of pain and pleasure.
                            popularity: 144.506
                            poster_path: /63kGofUkt1Mx0SIL4XI4Z5AoSgt.jpg
                            release_date: '2015-02-11'
                            title: Fifty Shades of Grey
                            video: false
                            vote_average: 5.9
                            vote_count: 11788
                          - adult: false
                            backdrop_path: /jjuDhXlAY7yHc50t8gEZWvlkoEn.jpg
                            genre_ids:
                              - 18
                              - 10749
                            id: 337167
                            media_type: movie
                            original_language: en
                            original_title: Fifty Shades Freed
                            overview: >-
                              Believing they have left behind shadowy figures
                              from their past, newlyweds Christian and Ana fully
                              embrace an inextricable connection and shared life
                              of luxury. But just as she steps into her role as
                              Mrs. Grey and he relaxes into an unfamiliar
                              stability, new threats could jeopardize their
                              happy ending before it even begins.
                            popularity: 77.4
                            poster_path: /vwFR5WI1RQ1RCxS0cdTbiSgaXJr.jpg
                            release_date: '2018-01-17'
                            title: Fifty Shades Freed
                            video: false
                            vote_average: 6.699
                            vote_count: 8006
                          - adult: false
                            backdrop_path: /16aJtXO6lObbBUr11IvkjB1QD1f.jpg
                            genre_ids:
                              - 18
                              - 10749
                            id: 341174
                            media_type: movie
                            original_language: en
                            original_title: Fifty Shades Darker
                            overview: >-
                              When a wounded Christian Grey tries to entice a
                              cautious Ana Steele back into his life, she
                              demands a new arrangement before she will give him
                              another chance. As the two begin to build trust
                              and find stability, shadowy figures from
                              Christian’s past start to circle the couple,
                              determined to destroy their hopes for a future
                              together.
                            popularity: 51.192
                            poster_path: /7CBO9GhsUeMSsWQb47WTPZnKjdj.jpg
                            release_date: '2017-02-08'
                            title: Fifty Shades Darker
                            video: false
                            vote_average: 6.5
                            vote_count: 7618
                        known_for_department: Acting
                        name: Dakota Johnson
                        original_name: Dakota Johnson
                        popularity: 56.131
                        profile_path: /qFek0KqpaPV5mVyHHNfAapDE9Tj.jpg
                      - adult: false
                        gender: 2
                        id: 82747
                        known_for:
                          - adult: false
                            backdrop_path: /pvNE91iHqQlowSOwKHXgWV0gCaM.jpg
                            genre_ids:
                              - 878
                              - 27
                            id: 15096
                            media_type: movie
                            original_language: en
                            original_title: 20 Million Miles to Earth
                            overview: >-
                              When the first manned flight to Venus returns to
                              Earth, the rocket crash-lands in the Mediterranean
                              near a small Italian fishing village. The locals
                              manage to save one of the astronauts Colonel
                              Calder, the mission commander. A young boy also
                              recovers what turns out to be a specimen of an
                              alien creature. Growing at a fantastic rate, it
                              manages to escape and eventually threatens the
                              city of Rome.
                            popularity: 10.226
                            poster_path: /eKK93VytYlXpKqGfyUGUkXgMOS6.jpg
                            release_date: '1957-02-08'
                            title: 20 Million Miles to Earth
                            video: false
                            vote_average: 6.1
                            vote_count: 151
                          - adult: false
                            backdrop_path: /omPcylzcwlsser7aKTlsyoMJLyK.jpg
                            first_air_date: '1966-09-09'
                            genre_ids:
                              - 10759
                              - 10765
                              - 18
                            id: 103
                            media_type: tv
                            name: The Time Tunnel
                            origin_country:
                              - US
                            original_language: en
                            original_name: The Time Tunnel
                            overview: >-
                              The Time Tunnel is a 1966–1967 U.S. color science
                              fiction TV series, written around a theme of time
                              travel adventure. The show was creator-producer
                              Irwin Allen's third science fiction television
                              series, released by 20th Century Fox and broadcast
                              on ABC. The show ran for one season of 30
                              episodes. Reruns are viewable on cable and by
                              internet streaming. A pilot for a new series was
                              produced in 2002, although it was not picked up.
                            popularity: 53.055
                            poster_path: /6E3Ncd9iLWqi8m1GcdkU5bSwOnS.jpg
                            vote_average: 7.6
                            vote_count: 168
                          - adult: false
                            backdrop_path: /lSFKANtIz4pljrwSwyCTvT9LxWb.jpg
                            genre_ids:
                              - 28
                              - 878
                            id: 18158
                            media_type: movie
                            original_language: en
                            original_title: Earth vs. the Flying Saucers
                            overview: >-
                              Test space rockets exploding at liftoff and
                              increased reporting of UFO sightings culminate in
                              a direct attempt by alien survivors of a dead,
                              extra-galactic civilization to invade Earth from
                              impervious flying saucers, using ray-weapons of
                              mass destruction.
                            popularity: 8.403
                            poster_path: /qCOLglZvQgQAyWMCZodBo3wmgqp.jpg
                            release_date: '1956-07-04'
                            title: Earth vs. the Flying Saucers
                            video: false
                            vote_average: 6.024
                            vote_count: 164
                        known_for_department: Acting
                        name: John Zaremba
                        original_name: John Zaremba
                        popularity: 7.902
                        profile_path: /6O2Y17y2cpaKJm7hCwuz6pJy6zm.jpg
                      - adult: false
                        gender: 2
                        id: 3036
                        known_for:
                          - adult: false
                            backdrop_path: /pvxmYJcgrLiYC6G2IQTn1PPNems.jpg
                            genre_ids:
                              - 28
                              - 12
                              - 878
                            id: 14161
                            media_type: movie
                            original_language: en
                            original_title: '2012'
                            overview: >-
                              Dr. Adrian Helmsley, part of a worldwide
                              geophysical team investigating the effect on the
                              earth of radiation from unprecedented solar
                              storms, learns that the earth's core is heating
                              up. He warns U.S. President Thomas Wilson that the
                              crust of the earth is becoming unstable and that
                              without proper preparations for saving a fraction
                              of the world's population, the entire race is
                              doomed. Meanwhile, writer Jackson Curtis stumbles
                              on the same information. While the world's leaders
                              race to build "arks" to escape the impending
                              cataclysm, Curtis struggles to find a way to save
                              his family. Meanwhile, volcanic eruptions and
                              earthquakes of unprecedented strength wreak havoc
                              around the world.
                            popularity: 54.164
                            poster_path: /zaqam2RNscH5ooYFWInV6hjx6y5.jpg
                            release_date: '2009-10-10'
                            title: '2012'
                            video: false
                            vote_average: 5.847
                            vote_count: 11945
                          - adult: false
                            backdrop_path: /nX4ZQkVlfZ6EQ3CNXpiVcdycXtJ.jpg
                            genre_ids:
                              - 27
                              - 9648
                            id: 3021
                            media_type: movie
                            original_language: en
                            original_title: '1408'
                            overview: >-
                              A man who specializes in debunking paranormal
                              occurrences checks into the fabled room 1408 in
                              the Dolphin Hotel. Soon after settling in, he
                              confronts genuine terror.
                            popularity: 22.42
                            poster_path: /yE9MCW7ZNxSw5SC1TMqm51pMBIV.jpg
                            release_date: '2007-06-22'
                            title: '1408'
                            video: false
                            vote_average: 6.689
                            vote_count: 4423
                          - adult: false
                            backdrop_path: /1Nyjb7aeRKynWgmOl8he5ZcvWLm.jpg
                            genre_ids:
                              - 35
                              - 18
                              - 14
                            id: 492
                            media_type: movie
                            original_language: en
                            original_title: Being John Malkovich
                            overview: >-
                              One day at work, unsuccessful puppeteer Craig
                              finds a portal into the head of actor John
                              Malkovich. The portal soon becomes a passion for
                              anybody who enters its mad and controlling world
                              of overtaking another human body.
                            popularity: 23.079
                            poster_path: /vKVUsumbCzK5Kn3aDpKM4EizKCA.jpg
                            release_date: '1999-10-29'
                            title: Being John Malkovich
                            video: false
                            vote_average: 7.411
                            vote_count: 4363
                        known_for_department: Acting
                        name: John Cusack
                        original_name: John Cusack
                        popularity: 23.777
                        profile_path: /aCwCx6JU7Jxbg6Q1ygcnLY750le.jpg
                      - adult: false
                        gender: 2
                        id: 27428
                        known_for:
                          - adult: false
                            backdrop_path: /dNtVnKSZScSnmFYBco0tgB2k6HC.jpg
                            genre_ids:
                              - 28
                              - 80
                            id: 23483
                            media_type: movie
                            original_language: en
                            original_title: Kick-Ass
                            overview: >-
                              Dave Lizewski is an unnoticed high school student
                              and comic book fan who one day decides to become a
                              super-hero, even though he has no powers, training
                              or meaningful reason to do so.
                            popularity: 31.163
                            poster_path: /iHMbrTHJwocsNvo5murCBw0CwTo.jpg
                            release_date: '2010-03-26'
                            title: Kick-Ass
                            video: false
                            vote_average: 7.123
                            vote_count: 11638
                          - adult: false
                            backdrop_path: /zCjZfevPFBbOh2SAx2syIBHSqEI.jpg
                            genre_ids:
                              - 28
                              - 18
                              - 878
                            id: 124905
                            media_type: movie
                            original_language: en
                            original_title: Godzilla
                            overview: >-
                              Ford Brody, a Navy bomb expert, has just reunited
                              with his family in San Francisco when he is forced
                              to go to Japan to help his estranged father, Joe.
                              Soon, both men are swept up in an escalating
                              crisis when an ancient alpha predator arises from
                              the sea to combat malevolent adversaries that
                              threaten the survival of humanity. The creatures
                              leave colossal destruction in their wake, as they
                              make their way toward their final battleground:
                              San Francisco.
                            popularity: 49.219
                            poster_path: /zokD6uxR2iWfYM3Y84yGJvnNTK7.jpg
                            release_date: '2014-05-14'
                            title: Godzilla
                            video: false
                            vote_average: 6.341
                            vote_count: 9124
                          - adult: false
                            backdrop_path: /dHBYguQvCDa00GMoidNYa7IOD8y.jpg
                            genre_ids:
                              - 28
                              - 12
                              - 80
                            id: 59859
                            media_type: movie
                            original_language: en
                            original_title: Kick-Ass 2
                            overview: >-
                              After Kick-Ass’ insane bravery inspires a new wave
                              of self-made masked crusaders, he joins a patrol
                              led by the Colonel Stars and Stripes. When these
                              amateur superheroes are hunted down by Red Mist —
                              reborn as The Mother Fucker — only the
                              blade-wielding Hit-Girl can prevent their
                              annihilation.
                            popularity: 26.464
                            poster_path: /1go2A3gdQjaMuHWquybgoJlQRcX.jpg
                            release_date: '2013-07-17'
                            title: Kick-Ass 2
                            video: false
                            vote_average: 6.4
                            vote_count: 6170
                        known_for_department: Acting
                        name: Aaron Taylor-Johnson
                        original_name: Aaron Taylor-Johnson
                        popularity: 54.002
                        profile_path: /pFtHhih2XEaFaD3qOFyQW6q83br.jpg
                      - adult: false
                        gender: 2
                        id: 17697
                        known_for:
                          - adult: false
                            backdrop_path: /roYyPiQDQKmIKUEhO912693tSja.jpg
                            genre_ids:
                              - 27
                              - 18
                              - 878
                            id: 447332
                            media_type: movie
                            original_language: en
                            original_title: A Quiet Place
                            overview: >-
                              A family is forced to live in silence while hiding
                              from creatures that hunt by sound.
                            popularity: 82.566
                            poster_path: /nAU74GmpUk7t5iklEp3bufwDq4n.jpg
                            release_date: '2018-04-03'
                            title: A Quiet Place
                            video: false
                            vote_average: 7.402
                            vote_count: 14227
                          - adult: false
                            backdrop_path: /ayDMYGUNVvXS76wQgFwTiUIDNb5.jpg
                            genre_ids:
                              - 10752
                              - 28
                              - 36
                              - 18
                            id: 300671
                            media_type: movie
                            original_language: en
                            original_title: '13 Hours: The Secret Soldiers of Benghazi'
                            overview: >-
                              An American Ambassador is killed during an attack
                              at a U.S. compound in Libya as a security team
                              struggles to make sense out of the chaos.
                            popularity: 61.956
                            poster_path: /4qnEeVPM8Yn5dIVC4k4yyjrUXeR.jpg
                            release_date: '2016-01-14'
                            title: '13 Hours: The Secret Soldiers of Benghazi'
                            video: false
                            vote_average: 7.3
                            vote_count: 3562
                          - adult: false
                            backdrop_path: /AsqUSUqXrK8JfH8WEQnCXVbIAv6.jpg
                            genre_ids:
                              - 878
                              - 53
                              - 27
                            id: 520763
                            media_type: movie
                            original_language: en
                            original_title: A Quiet Place Part II
                            overview: >-
                              Following the events at home, the Abbott family
                              now face the terrors of the outside world. Forced
                              to venture into the unknown, they realize that the
                              creatures that hunt by sound are not the only
                              threats that lurk beyond the sand path.
                            popularity: 70.672
                            poster_path: /4q2hz2m8hubgvijz8Ez0T2Os2Yv.jpg
                            release_date: '2021-05-21'
                            title: A Quiet Place Part II
                            video: false
                            vote_average: 7.483
                            vote_count: 6579
                        known_for_department: Acting
                        name: John Krasinski
                        original_name: John Krasinski
                        popularity: 26.736
                        profile_path: /pmVGDb6Yl6OyFcHVGbu1EYNfyFK.jpg
                      - adult: false
                        gender: 2
                        id: 56446
                        known_for:
                          - adult: false
                            backdrop_path: /lN6Z8FZrtpphQyuI6yYdTZi6x3G.jpg
                            genre_ids:
                              - 28
                              - 12
                              - 878
                            id: 424783
                            media_type: movie
                            original_language: en
                            original_title: Bumblebee
                            overview: >-
                              On the run in the year 1987, Bumblebee finds
                              refuge in a junkyard in a small Californian beach
                              town. Charlie, on the cusp of turning 18 and
                              trying to find her place in the world, discovers
                              Bumblebee, battle-scarred and broken.  When
                              Charlie revives him, she quickly learns this is no
                              ordinary yellow VW bug.
                            popularity: 43.785
                            poster_path: /fw02ONlDhrYjTSZV8XO6hhU3ds3.jpg
                            release_date: '2018-12-15'
                            title: Bumblebee
                            video: false
                            vote_average: 6.726
                            vote_count: 6128
                          - adult: false
                            backdrop_path: /jlGmlFOcfo8n5tURmhC7YVd4Iyy.jpg
                            genre_ids:
                              - 28
                              - 35
                              - 12
                            id: 436969
                            media_type: movie
                            original_language: en
                            original_title: The Suicide Squad
                            overview: >-
                              Supervillains Harley Quinn, Bloodsport, Peacemaker
                              and a collection of nutty cons at Belle Reve
                              prison join the super-secret, super-shady Task
                              Force X as they are dropped off at the remote,
                              enemy-infused island of Corto Maltese.
                            popularity: 66.312
                            poster_path: /q61qEyssk2ku3okWICKArlAdhBn.jpg
                            release_date: '2021-07-28'
                            title: The Suicide Squad
                            video: false
                            vote_average: 7.5
                            vote_count: 8662
                          - adult: false
                            backdrop_path: /sTOhZruocNubL0HxjvdouwCEL9I.jpg
                            genre_ids:
                              - 16
                              - 10751
                              - 12
                              - 35
                            id: 364689
                            media_type: movie
                            original_language: en
                            original_title: Ferdinand
                            overview: >-
                              Ferdinand, a little bull, prefers sitting quietly
                              under a cork tree just smelling the flowers versus
                              jumping around, snorting, and butting heads with
                              other bulls. As Ferdinand grows big and strong,
                              his temperament remains mellow, but one day five
                              men come to choose the "biggest, fastest, roughest
                              bull" for the bullfights in Madrid and Ferdinand
                              is mistakenly chosen.  Based on the classic 1936
                              children's book by Munro Leaf.
                            popularity: 41.234
                            poster_path: /rMm94JsRfcOPiPVsTRcBiiVBOhz.jpg
                            release_date: '2017-12-09'
                            title: Ferdinand
                            video: false
                            vote_average: 7.207
                            vote_count: 2847
                        known_for_department: Acting
                        name: John Cena
                        original_name: John Cena
                        popularity: 50.341
                        profile_path: /rgB2eIOt7WyQjdgJCOuESdDlrjg.jpg
                      - adult: false
                        gender: 2
                        id: 85
                        known_for:
                          - adult: false
                            backdrop_path: /wW7Wt5bXzPy4VOEE4LTIUDyDgBo.jpg
                            genre_ids:
                              - 12
                              - 14
                              - 28
                            id: 22
                            media_type: movie
                            original_language: en
                            original_title: >-
                              Pirates of the Caribbean: The Curse of the Black
                              Pearl
                            overview: >-
                              After Port Royal is attacked and pillaged by a
                              mysterious pirate crew, capturing the governor's
                              daughter Elizabeth Swann in the process, William
                              Turner asks free-willing pirate Jack Sparrow to
                              help him locate the crew's ship—The Black Pearl—so
                              that he can rescue the woman he loves.
                            popularity: 132.026
                            poster_path: /z8onk7LV9Mmw6zKz4hT6pzzvmvl.jpg
                            release_date: '2003-07-09'
                            title: >-
                              Pirates of the Caribbean: The Curse of the Black
                              Pearl
                            video: false
                            vote_average: 7.807
                            vote_count: 20712
                          - adult: false
                            backdrop_path: /vv5a8u6e40kyH0Hp6HuamAgzRai.jpg
                            genre_ids:
                              - 12
                              - 14
                              - 28
                            id: 58
                            media_type: movie
                            original_language: en
                            original_title: 'Pirates of the Caribbean: Dead Man''s Chest'
                            overview: >-
                              Captain Jack Sparrow works his way out of a blood
                              debt with the ghostly Davy Jones to avoid eternal
                              damnation.
                            popularity: 101.253
                            poster_path: /uXEqmloGyP7UXAiphJUu2v2pcuE.jpg
                            release_date: '2006-07-06'
                            title: 'Pirates of the Caribbean: Dead Man''s Chest'
                            video: false
                            vote_average: 7.4
                            vote_count: 16002
                          - adult: false
                            backdrop_path: /atoIgfAk2Ig2HFJLD0VUnjiPWEz.jpg
                            genre_ids:
                              - 12
                              - 35
                              - 10751
                              - 14
                            id: 118
                            media_type: movie
                            original_language: en
                            original_title: Charlie and the Chocolate Factory
                            overview: >-
                              A young boy wins a tour through the most
                              magnificent chocolate factory in the world, led by
                              the world's most unusual candy maker.
                            popularity: 109.89
                            poster_path: /iKP6wg3c6COUe8gYutoGG7qcPnO.jpg
                            release_date: '2005-07-13'
                            title: Charlie and the Chocolate Factory
                            video: false
                            vote_average: 7
                            vote_count: 15216
                        known_for_department: Acting
                        name: Johnny Depp
                        original_name: Johnny Depp
                        popularity: 44.952
                        profile_path: /wcI594cwM4ArPwvRd2IU0Z0yLuh.jpg
                      - adult: false
                        gender: 2
                        id: 20361
                        known_for:
                          - adult: false
                            backdrop_path: /uw4SnKFZ453Gxmj5XR5Susj8TNo.jpg
                            genre_ids:
                              - 28
                              - 12
                              - 878
                            id: 602
                            media_type: movie
                            original_language: en
                            original_title: Independence Day
                            overview: >-
                              Strange phenomena surface around the globe. The
                              skies ignite. Terror races through the world's
                              major cities. As these extraordinary events
                              unfold, it becomes increasingly clear that a force
                              of incredible magnitude has arrived. Its mission:
                              total annihilation over the Fourth of July
                              weekend. The last hope to stop the destruction is
                              an unlikely group of people united by fate and
                              unimaginable circumstances.
                            popularity: 44.523
                            poster_path: /p0BPQGSPoSa8Ml0DAf2mB2kCU0R.jpg
                            release_date: '1996-06-25'
                            title: Independence Day
                            video: false
                            vote_average: 6.89
                            vote_count: 9584
                          - adult: false
                            backdrop_path: /eUNb2wpcvSHYLcGHU2afd31dvGi.jpg
                            genre_ids:
                              - 12
                              - 35
                              - 10751
                              - 10749
                            id: 10603
                            media_type: movie
                            original_language: en
                            original_title: George of the Jungle
                            overview: >-
                              Deep in the African jungle, a baby named George,
                              the sole survivor of a plane crash, is raised by
                              gorillas. George grows up to be a buff and lovable
                              klutz who has a rainforest full of animal friends:
                              Tookie, his big-beaked toucan messenger; Ape, a
                              witty talking gorilla; and Shep, a peanut-loving
                              pooch of an elephant. But when poachers mess with
                              George's pals, the King of Swing swings into
                              action.
                            popularity: 20.1
                            poster_path: /9U0gswP4nhpuJXLsedhQIuPNabu.jpg
                            release_date: '1997-07-15'
                            title: George of the Jungle
                            video: false
                            vote_average: 5.618
                            vote_count: 2086
                          - adult: false
                            backdrop_path: /9f5wCpkbbEtqEUQU9UJGV3zQEyz.jpg
                            genre_ids:
                              - 35
                              - 18
                              - 10749
                            id: 1968
                            media_type: movie
                            original_language: en
                            original_title: Fools Rush In
                            overview: >-
                              After a one night stand with Alex, Isabel realizes
                              that she is pregnant and they decide to get
                              married. However, along with the marriage comes
                              compromise of one's own cultural traditions.
                            popularity: 14.107
                            poster_path: /tcRaMjWoF8K7h1LqOH7FOOLRQ3e.jpg
                            release_date: '1997-02-14'
                            title: Fools Rush In
                            video: false
                            vote_average: 6.434
                            vote_count: 550
                        known_for_department: Acting
                        name: John Bennett Perry
                        original_name: John Bennett Perry
                        popularity: 11.663
                        profile_path: /5pO51CnN8xNa6Xeosr6hTsMrM4g.jpg
                      - adult: false
                        gender: 2
                        id: 8891
                        known_for:
                          - adult: false
                            backdrop_path: /suaEOtk1N1sgg2MTM7oZd2cfVp3.jpg
                            genre_ids:
                              - 53
                              - 80
                            id: 680
                            media_type: movie
                            original_language: en
                            original_title: Pulp Fiction
                            overview: >-
                              A burger-loving hit man, his philosophical
                              partner, a drug-addled gangster's moll and a
                              washed-up boxer converge in this sprawling,
                              comedic crime caper. Their adventures unfurl in
                              three stories that ingeniously trip back and forth
                              in time.
                            popularity: 97.535
                            poster_path: /vQWk5YBFWF4bZaofAbv0tShwBvQ.jpg
                            release_date: '1994-09-10'
                            title: Pulp Fiction
                            video: false
                            vote_average: 8.5
                            vote_count: 28082
                          - adult: false
                            backdrop_path: /zWqxBc6pdSIjklqWfZ70l5ce28P.jpg
                            genre_ids:
                              - 16
                              - 10751
                              - 12
                              - 35
                            id: 13053
                            media_type: movie
                            original_language: en
                            original_title: Bolt
                            overview: >-
                              Bolt is the star of the biggest show in Hollywood.
                              The only problem is, he thinks it's real. After
                              he's accidentally shipped to New York City and
                              separated from Penny, his beloved co-star and
                              owner, Bolt must harness all his "super powers" to
                              find a way home.
                            popularity: 38.36
                            poster_path: /v5aC4nrzXFGJDWY4JO1eengXzqk.jpg
                            release_date: '2008-11-21'
                            title: Bolt
                            video: false
                            vote_average: 6.52
                            vote_count: 6048
                          - adult: false
                            backdrop_path: /1lNlqbnXVMGo8hOfEvIxThoAwcz.jpg
                            genre_ids:
                              - 28
                              - 80
                              - 878
                            id: 754
                            media_type: movie
                            original_language: en
                            original_title: Face/Off
                            overview: >-
                              In order to foil a terrorist plot, an FBI agent
                              undergoes facial transplant surgery and assumes
                              the identity of a criminal mastermind. The plan
                              turns sour when the criminal wakes up prematurely
                              and seeks revenge.
                            popularity: 29.131
                            poster_path: /69Xzn8UdPbVnmqSChKz2RTpoNfB.jpg
                            release_date: '1997-06-27'
                            title: Face/Off
                            video: false
                            vote_average: 7
                            vote_count: 5320
                        known_for_department: Acting
                        name: John Travolta
                        original_name: John Travolta
                        popularity: 33.341
                        profile_path: /JSt3skdZpGPJYJixCZqH599WdI.jpg
                      - adult: false
                        gender: 0
                        id: 1088019
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 128822
                            media_type: movie
                            original_language: en
                            original_title: Empire
                            overview: >-
                              Empire is a movie about having fun riding your
                              bike New York City. In the tradition of BMX and
                              skate movies, Empire follows New York’s best fixed
                              gear riders and a few special out-of-town guests
                              in and out of traffic all over New York City. 
                              Inspired by MASH and Lucas Brunelle, Empire is the
                              first full-length fixed gear action sports feature
                              shot entirely with New York City.Featured riders
                              include Tom Lamarche, WONKA, Dwaine, Yatika Starr
                              Fields, Dagga, John Prolly, Kai Perez and surprise
                              guests.
                            popularity: 0.12
                            poster_path: /1SgFBCMYEwieKH9vgV0F2oCpfLm.jpg
                            release_date: '2010-06-18'
                            title: Empire
                            video: false
                            vote_average: 6
                            vote_count: 1
                        known_for_department: Acting
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 2824593
                        known_for:
                          - adult: false
                            backdrop_path: /eRRhc4Bmo085kPuh3QyJwuTpSMZ.jpg
                            genre_ids:
                              - 99
                              - 35
                            id: 756027
                            media_type: movie
                            original_language: en
                            original_title: Laundriness
                            overview: "Serif, the manager of a launderette in London’s Bethnal Green, dedicates her time to her regulars. Serving cups of tea and listening to their stories, Serif enriches their lives by helping the local elderly community.\r Laundriness is a simple and sensitive observational documentary about the meaning of life, fate, hope and regrets."
                            popularity: 0.004
                            poster_path: /1D6hwlssyXSBec5Qwq2WTQVPABo.jpg
                            release_date: '2011-07-01'
                            title: Laundriness
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 2142999
                        known_for:
                          - adult: false
                            backdrop_path: /o8ZGpSz08kKwQX9fRk629P6cVX3.jpg
                            genre_ids:
                              - 18
                              - 10749
                            id: 552389
                            media_type: movie
                            original_language: ta
                            original_title: யாகன்
                            overview: ''
                            popularity: 0.069
                            poster_path: /dcPSMj5AKogBZtQbJK2duAULkwN.jpg
                            release_date: '2018-10-05'
                            title: Yaagan
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Crew
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 1962169
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 10402
                            id: 499289
                            media_type: movie
                            original_language: en
                            original_title: Stan Ridgway's Holiday In Dirt
                            overview: >-
                              14 short films by 14 different filmmakers, from
                              the music of Stan Ridgway.
                            popularity: 0.269
                            poster_path: /lhA7sFWX2NFzFEs4JJwpP4JjAcR.jpg
                            release_date: '2005-02-01'
                            title: Stan Ridgway's Holiday In Dirt
                            video: true
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Crew
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 3692283
                        known_for:
                          - adult: false
                            backdrop_path: /fbaj9gXaU1ZlGtKG9DWTcQPRmSd.jpg
                            genre_ids:
                              - 18
                              - 9648
                            id: 1021887
                            media_type: movie
                            original_language: en
                            original_title: is it just a dream?
                            overview: an overview of a small town, and the inside of it
                            popularity: 0.001
                            poster_path: /nOP6A4j0AsZKGIbfeNetPjIDWQP.jpg
                            release_date: ''
                            title: is it just a dream?
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Directing
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 1712230
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 10402
                            id: 427074
                            media_type: movie
                            original_language: es
                            original_title: Una loca extravagancia sexy
                            overview: ''
                            popularity: 0.883
                            poster_path: /qNi0MA2BKbPxNTUnhdxQH6h68kL.jpg
                            release_date: '1978-02-01'
                            title: Una loca extravagancia sexy
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4351934
                        known_for:
                          - adult: false
                            backdrop_path: /m2DVHfLdOt7WCM5z841CfohPNGt.jpg
                            genre_ids:
                              - 99
                              - 10752
                              - 35
                              - 18
                            id: 1198979
                            media_type: movie
                            original_language: en
                            original_title: Turkey Bowl 1990
                            overview: >-
                              The legend of a football tradition older than the
                              Super Bowl. A film by Jimmy Sweeney follows stars
                              like Bird, Lloyd, Teddy, and Classman as two teams
                              fight for the coveted 1990 Turkey Bowl title
                            popularity: 0.035
                            poster_path: /lAk5SIOAbwtuZFSIFeip7FGtfKL.jpg
                            release_date: ''
                            title: Turkey Bowl 1990
                            video: false
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 2
                        id: 3856849
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 99
                              - 10402
                            id: 1068925
                            media_type: movie
                            original_language: ko
                            original_title: '"LIFT-OFF" | OFFICIAL I.A.O.T? DOCUMENTARY'
                            overview: >-
                              Documentary about the working process and creation
                              of the album "Is Anybody Out There?" (I.A.O.T)
                            popularity: 0.528
                            poster_path: /ydST2JIMqxZ2tKceFEkaHHJIlpG.jpg
                            release_date: '2020-03-25'
                            title: '"LIFT-OFF" | OFFICIAL I.A.O.T? DOCUMENTARY'
                            video: false
                            vote_average: 8
                            vote_count: 2
                        known_for_department: Directing
                        name: JOHN
                        original_name: JOHN
                        popularity: 0.001
                        profile_path: /fYPAQEV3EmZ4ySYWXhpBUVi7TGu.jpg
                      - adult: false
                        gender: 0
                        id: 4611319
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 1263836
                            media_type: movie
                            original_language: en
                            original_title: Sambala
                            overview: >-
                              A young man named Sambala trades his university
                              schooling for a life of hustling in order to help
                              his girlfriend, Likiso, with her own school fees.
                              However, after the two get married, Likiso
                              abandons Sambala for a richer man. This man turns
                              out to be a charlatan.
                            popularity: 0.306
                            poster_path: /2qtJh0xNlCtgXDXfUzsEZ5XC5G6.jpg
                            release_date: '2022-01-01'
                            title: Sambala
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                  total_pages:
                    type: number
                    example: 500
                  total_results:
                    type: number
                    example: 10000
              examples:
                New Request:
                  value:
                    page: 1
                    results:
                      - adult: false
                        gender: 2
                        id: 18918
                        known_for:
                          - adult: false
                            backdrop_path: /zZKmEmRDc7ZjFucPm2UGNgDRlDc.jpg
                            genre_ids:
                              - 12
                              - 35
                              - 14
                            id: 353486
                            media_type: movie
                            original_language: en
                            original_title: 'Jumanji: Welcome to the Jungle'
                            overview: >-
                              Four teenagers in detention discover an old video
                              game console with a game they’ve never heard of.
                              When they decide to play, they are immediately
                              sucked into the jungle world of Jumanji in the
                              bodies of their avatars. They’ll have to complete
                              the adventure of their lives filled with fun,
                              thrills and danger or be stuck in the game
                              forever!
                            popularity: 58.275
                            poster_path: /pSgXKPU5h6U89ipF7HBYajvYt7j.jpg
                            release_date: '2017-12-09'
                            title: 'Jumanji: Welcome to the Jungle'
                            video: false
                            vote_average: 6.824
                            vote_count: 13629
                          - adult: false
                            backdrop_path: /zTxHf9iIOCqRbxvl8W5QYKrsMLq.jpg
                            genre_ids:
                              - 12
                              - 35
                              - 14
                            id: 512200
                            media_type: movie
                            original_language: en
                            original_title: 'Jumanji: The Next Level'
                            overview: >-
                              As the gang return to Jumanji to rescue one of
                              their own, they discover that nothing is as they
                              expect. The players will have to brave parts
                              unknown and unexplored in order to escape the
                              world’s most dangerous game.
                            popularity: 74.434
                            poster_path: /4kh9dxAiClS2GMUpkRyzGwpNWWX.jpg
                            release_date: '2019-12-04'
                            title: 'Jumanji: The Next Level'
                            video: false
                            vote_average: 6.9
                            vote_count: 8674
                          - adult: false
                            backdrop_path: /mMoG4nPSDupXIXOwVvpexZY2W0N.jpg
                            genre_ids:
                              - 28
                              - 18
                              - 53
                            id: 254128
                            media_type: movie
                            original_language: en
                            original_title: San Andreas
                            overview: >-
                              In the aftermath of a massive earthquake in
                              California, a rescue-chopper pilot makes a
                              dangerous journey across the state in order to
                              rescue his estranged daughter.
                            popularity: 70.749
                            poster_path: /2Gfjn962aaFSD6eST6QU3oLDZTo.jpg
                            release_date: '2015-05-27'
                            title: San Andreas
                            video: false
                            vote_average: 6.245
                            vote_count: 8548
                        known_for_department: Acting
                        name: Dwayne Johnson
                        original_name: Dwayne Johnson
                        popularity: 79.754
                        profile_path: /kuqFzlYMc2IrsOyPznMd1FroeGq.jpg
                      - adult: false
                        gender: 0
                        id: 2390405
                        known_for:
                          - adult: false
                            backdrop_path: /4tKAr02RUZOtyg9P4UsIXDnUkm2.jpg
                            genre_ids:
                              - 27
                              - 53
                            id: 624146
                            media_type: movie
                            original_language: en
                            original_title: Adhrushyam
                            overview: >-
                              Adhrushyam is a Telugu movie released 2019. It’s
                              directed by Ravi Prakash Krishnamsetty and Angana
                              Roy play as lead in the film
                            popularity: 0.342
                            poster_path: /saisC5vHY87g9Gj2if1UEB2w8Wi.jpg
                            release_date: '2019-03-22'
                            title: Adhrushyam
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 1
                        id: 118545
                        known_for:
                          - adult: false
                            backdrop_path: /mgY8An5qVCgLh97KOWeJVJarskL.jpg
                            genre_ids:
                              - 18
                              - 10749
                              - 53
                            id: 216015
                            media_type: movie
                            original_language: en
                            original_title: Fifty Shades of Grey
                            overview: >-
                              When college senior Anastasia Steele steps in for
                              her sick roommate to interview prominent
                              businessman Christian Grey for their campus paper,
                              little does she realize the path her life will
                              take. Christian, as enigmatic as he is rich and
                              powerful, finds himself strangely drawn to Ana,
                              and she to him. Though sexually inexperienced, Ana
                              plunges headlong into an affair -- and learns that
                              Christian's true sexual proclivities push the
                              boundaries of pain and pleasure.
                            popularity: 144.506
                            poster_path: /63kGofUkt1Mx0SIL4XI4Z5AoSgt.jpg
                            release_date: '2015-02-11'
                            title: Fifty Shades of Grey
                            video: false
                            vote_average: 5.9
                            vote_count: 11788
                          - adult: false
                            backdrop_path: /jjuDhXlAY7yHc50t8gEZWvlkoEn.jpg
                            genre_ids:
                              - 18
                              - 10749
                            id: 337167
                            media_type: movie
                            original_language: en
                            original_title: Fifty Shades Freed
                            overview: >-
                              Believing they have left behind shadowy figures
                              from their past, newlyweds Christian and Ana fully
                              embrace an inextricable connection and shared life
                              of luxury. But just as she steps into her role as
                              Mrs. Grey and he relaxes into an unfamiliar
                              stability, new threats could jeopardize their
                              happy ending before it even begins.
                            popularity: 77.4
                            poster_path: /vwFR5WI1RQ1RCxS0cdTbiSgaXJr.jpg
                            release_date: '2018-01-17'
                            title: Fifty Shades Freed
                            video: false
                            vote_average: 6.699
                            vote_count: 8006
                          - adult: false
                            backdrop_path: /16aJtXO6lObbBUr11IvkjB1QD1f.jpg
                            genre_ids:
                              - 18
                              - 10749
                            id: 341174
                            media_type: movie
                            original_language: en
                            original_title: Fifty Shades Darker
                            overview: >-
                              When a wounded Christian Grey tries to entice a
                              cautious Ana Steele back into his life, she
                              demands a new arrangement before she will give him
                              another chance. As the two begin to build trust
                              and find stability, shadowy figures from
                              Christian’s past start to circle the couple,
                              determined to destroy their hopes for a future
                              together.
                            popularity: 51.192
                            poster_path: /7CBO9GhsUeMSsWQb47WTPZnKjdj.jpg
                            release_date: '2017-02-08'
                            title: Fifty Shades Darker
                            video: false
                            vote_average: 6.5
                            vote_count: 7618
                        known_for_department: Acting
                        name: Dakota Johnson
                        original_name: Dakota Johnson
                        popularity: 56.131
                        profile_path: /qFek0KqpaPV5mVyHHNfAapDE9Tj.jpg
                      - adult: false
                        gender: 2
                        id: 82747
                        known_for:
                          - adult: false
                            backdrop_path: /pvNE91iHqQlowSOwKHXgWV0gCaM.jpg
                            genre_ids:
                              - 878
                              - 27
                            id: 15096
                            media_type: movie
                            original_language: en
                            original_title: 20 Million Miles to Earth
                            overview: >-
                              When the first manned flight to Venus returns to
                              Earth, the rocket crash-lands in the Mediterranean
                              near a small Italian fishing village. The locals
                              manage to save one of the astronauts Colonel
                              Calder, the mission commander. A young boy also
                              recovers what turns out to be a specimen of an
                              alien creature. Growing at a fantastic rate, it
                              manages to escape and eventually threatens the
                              city of Rome.
                            popularity: 10.226
                            poster_path: /eKK93VytYlXpKqGfyUGUkXgMOS6.jpg
                            release_date: '1957-02-08'
                            title: 20 Million Miles to Earth
                            video: false
                            vote_average: 6.1
                            vote_count: 151
                          - adult: false
                            backdrop_path: /omPcylzcwlsser7aKTlsyoMJLyK.jpg
                            first_air_date: '1966-09-09'
                            genre_ids:
                              - 10759
                              - 10765
                              - 18
                            id: 103
                            media_type: tv
                            name: The Time Tunnel
                            origin_country:
                              - US
                            original_language: en
                            original_name: The Time Tunnel
                            overview: >-
                              The Time Tunnel is a 1966–1967 U.S. color science
                              fiction TV series, written around a theme of time
                              travel adventure. The show was creator-producer
                              Irwin Allen's third science fiction television
                              series, released by 20th Century Fox and broadcast
                              on ABC. The show ran for one season of 30
                              episodes. Reruns are viewable on cable and by
                              internet streaming. A pilot for a new series was
                              produced in 2002, although it was not picked up.
                            popularity: 53.055
                            poster_path: /6E3Ncd9iLWqi8m1GcdkU5bSwOnS.jpg
                            vote_average: 7.6
                            vote_count: 168
                          - adult: false
                            backdrop_path: /lSFKANtIz4pljrwSwyCTvT9LxWb.jpg
                            genre_ids:
                              - 28
                              - 878
                            id: 18158
                            media_type: movie
                            original_language: en
                            original_title: Earth vs. the Flying Saucers
                            overview: >-
                              Test space rockets exploding at liftoff and
                              increased reporting of UFO sightings culminate in
                              a direct attempt by alien survivors of a dead,
                              extra-galactic civilization to invade Earth from
                              impervious flying saucers, using ray-weapons of
                              mass destruction.
                            popularity: 8.403
                            poster_path: /qCOLglZvQgQAyWMCZodBo3wmgqp.jpg
                            release_date: '1956-07-04'
                            title: Earth vs. the Flying Saucers
                            video: false
                            vote_average: 6.024
                            vote_count: 164
                        known_for_department: Acting
                        name: John Zaremba
                        original_name: John Zaremba
                        popularity: 7.902
                        profile_path: /6O2Y17y2cpaKJm7hCwuz6pJy6zm.jpg
                      - adult: false
                        gender: 2
                        id: 3036
                        known_for:
                          - adult: false
                            backdrop_path: /pvxmYJcgrLiYC6G2IQTn1PPNems.jpg
                            genre_ids:
                              - 28
                              - 12
                              - 878
                            id: 14161
                            media_type: movie
                            original_language: en
                            original_title: '2012'
                            overview: >-
                              Dr. Adrian Helmsley, part of a worldwide
                              geophysical team investigating the effect on the
                              earth of radiation from unprecedented solar
                              storms, learns that the earth's core is heating
                              up. He warns U.S. President Thomas Wilson that the
                              crust of the earth is becoming unstable and that
                              without proper preparations for saving a fraction
                              of the world's population, the entire race is
                              doomed. Meanwhile, writer Jackson Curtis stumbles
                              on the same information. While the world's leaders
                              race to build "arks" to escape the impending
                              cataclysm, Curtis struggles to find a way to save
                              his family. Meanwhile, volcanic eruptions and
                              earthquakes of unprecedented strength wreak havoc
                              around the world.
                            popularity: 54.164
                            poster_path: /zaqam2RNscH5ooYFWInV6hjx6y5.jpg
                            release_date: '2009-10-10'
                            title: '2012'
                            video: false
                            vote_average: 5.847
                            vote_count: 11945
                          - adult: false
                            backdrop_path: /nX4ZQkVlfZ6EQ3CNXpiVcdycXtJ.jpg
                            genre_ids:
                              - 27
                              - 9648
                            id: 3021
                            media_type: movie
                            original_language: en
                            original_title: '1408'
                            overview: >-
                              A man who specializes in debunking paranormal
                              occurrences checks into the fabled room 1408 in
                              the Dolphin Hotel. Soon after settling in, he
                              confronts genuine terror.
                            popularity: 22.42
                            poster_path: /yE9MCW7ZNxSw5SC1TMqm51pMBIV.jpg
                            release_date: '2007-06-22'
                            title: '1408'
                            video: false
                            vote_average: 6.689
                            vote_count: 4423
                          - adult: false
                            backdrop_path: /1Nyjb7aeRKynWgmOl8he5ZcvWLm.jpg
                            genre_ids:
                              - 35
                              - 18
                              - 14
                            id: 492
                            media_type: movie
                            original_language: en
                            original_title: Being John Malkovich
                            overview: >-
                              One day at work, unsuccessful puppeteer Craig
                              finds a portal into the head of actor John
                              Malkovich. The portal soon becomes a passion for
                              anybody who enters its mad and controlling world
                              of overtaking another human body.
                            popularity: 23.079
                            poster_path: /vKVUsumbCzK5Kn3aDpKM4EizKCA.jpg
                            release_date: '1999-10-29'
                            title: Being John Malkovich
                            video: false
                            vote_average: 7.411
                            vote_count: 4363
                        known_for_department: Acting
                        name: John Cusack
                        original_name: John Cusack
                        popularity: 23.777
                        profile_path: /aCwCx6JU7Jxbg6Q1ygcnLY750le.jpg
                      - adult: false
                        gender: 2
                        id: 27428
                        known_for:
                          - adult: false
                            backdrop_path: /dNtVnKSZScSnmFYBco0tgB2k6HC.jpg
                            genre_ids:
                              - 28
                              - 80
                            id: 23483
                            media_type: movie
                            original_language: en
                            original_title: Kick-Ass
                            overview: >-
                              Dave Lizewski is an unnoticed high school student
                              and comic book fan who one day decides to become a
                              super-hero, even though he has no powers, training
                              or meaningful reason to do so.
                            popularity: 31.163
                            poster_path: /iHMbrTHJwocsNvo5murCBw0CwTo.jpg
                            release_date: '2010-03-26'
                            title: Kick-Ass
                            video: false
                            vote_average: 7.123
                            vote_count: 11638
                          - adult: false
                            backdrop_path: /zCjZfevPFBbOh2SAx2syIBHSqEI.jpg
                            genre_ids:
                              - 28
                              - 18
                              - 878
                            id: 124905
                            media_type: movie
                            original_language: en
                            original_title: Godzilla
                            overview: >-
                              Ford Brody, a Navy bomb expert, has just reunited
                              with his family in San Francisco when he is forced
                              to go to Japan to help his estranged father, Joe.
                              Soon, both men are swept up in an escalating
                              crisis when an ancient alpha predator arises from
                              the sea to combat malevolent adversaries that
                              threaten the survival of humanity. The creatures
                              leave colossal destruction in their wake, as they
                              make their way toward their final battleground:
                              San Francisco.
                            popularity: 49.219
                            poster_path: /zokD6uxR2iWfYM3Y84yGJvnNTK7.jpg
                            release_date: '2014-05-14'
                            title: Godzilla
                            video: false
                            vote_average: 6.341
                            vote_count: 9124
                          - adult: false
                            backdrop_path: /dHBYguQvCDa00GMoidNYa7IOD8y.jpg
                            genre_ids:
                              - 28
                              - 12
                              - 80
                            id: 59859
                            media_type: movie
                            original_language: en
                            original_title: Kick-Ass 2
                            overview: >-
                              After Kick-Ass’ insane bravery inspires a new wave
                              of self-made masked crusaders, he joins a patrol
                              led by the Colonel Stars and Stripes. When these
                              amateur superheroes are hunted down by Red Mist —
                              reborn as The Mother Fucker — only the
                              blade-wielding Hit-Girl can prevent their
                              annihilation.
                            popularity: 26.464
                            poster_path: /1go2A3gdQjaMuHWquybgoJlQRcX.jpg
                            release_date: '2013-07-17'
                            title: Kick-Ass 2
                            video: false
                            vote_average: 6.4
                            vote_count: 6170
                        known_for_department: Acting
                        name: Aaron Taylor-Johnson
                        original_name: Aaron Taylor-Johnson
                        popularity: 54.002
                        profile_path: /pFtHhih2XEaFaD3qOFyQW6q83br.jpg
                      - adult: false
                        gender: 2
                        id: 17697
                        known_for:
                          - adult: false
                            backdrop_path: /roYyPiQDQKmIKUEhO912693tSja.jpg
                            genre_ids:
                              - 27
                              - 18
                              - 878
                            id: 447332
                            media_type: movie
                            original_language: en
                            original_title: A Quiet Place
                            overview: >-
                              A family is forced to live in silence while hiding
                              from creatures that hunt by sound.
                            popularity: 82.566
                            poster_path: /nAU74GmpUk7t5iklEp3bufwDq4n.jpg
                            release_date: '2018-04-03'
                            title: A Quiet Place
                            video: false
                            vote_average: 7.402
                            vote_count: 14227
                          - adult: false
                            backdrop_path: /ayDMYGUNVvXS76wQgFwTiUIDNb5.jpg
                            genre_ids:
                              - 10752
                              - 28
                              - 36
                              - 18
                            id: 300671
                            media_type: movie
                            original_language: en
                            original_title: '13 Hours: The Secret Soldiers of Benghazi'
                            overview: >-
                              An American Ambassador is killed during an attack
                              at a U.S. compound in Libya as a security team
                              struggles to make sense out of the chaos.
                            popularity: 61.956
                            poster_path: /4qnEeVPM8Yn5dIVC4k4yyjrUXeR.jpg
                            release_date: '2016-01-14'
                            title: '13 Hours: The Secret Soldiers of Benghazi'
                            video: false
                            vote_average: 7.3
                            vote_count: 3562
                          - adult: false
                            backdrop_path: /AsqUSUqXrK8JfH8WEQnCXVbIAv6.jpg
                            genre_ids:
                              - 878
                              - 53
                              - 27
                            id: 520763
                            media_type: movie
                            original_language: en
                            original_title: A Quiet Place Part II
                            overview: >-
                              Following the events at home, the Abbott family
                              now face the terrors of the outside world. Forced
                              to venture into the unknown, they realize that the
                              creatures that hunt by sound are not the only
                              threats that lurk beyond the sand path.
                            popularity: 70.672
                            poster_path: /4q2hz2m8hubgvijz8Ez0T2Os2Yv.jpg
                            release_date: '2021-05-21'
                            title: A Quiet Place Part II
                            video: false
                            vote_average: 7.483
                            vote_count: 6579
                        known_for_department: Acting
                        name: John Krasinski
                        original_name: John Krasinski
                        popularity: 26.736
                        profile_path: /pmVGDb6Yl6OyFcHVGbu1EYNfyFK.jpg
                      - adult: false
                        gender: 2
                        id: 56446
                        known_for:
                          - adult: false
                            backdrop_path: /lN6Z8FZrtpphQyuI6yYdTZi6x3G.jpg
                            genre_ids:
                              - 28
                              - 12
                              - 878
                            id: 424783
                            media_type: movie
                            original_language: en
                            original_title: Bumblebee
                            overview: >-
                              On the run in the year 1987, Bumblebee finds
                              refuge in a junkyard in a small Californian beach
                              town. Charlie, on the cusp of turning 18 and
                              trying to find her place in the world, discovers
                              Bumblebee, battle-scarred and broken.  When
                              Charlie revives him, she quickly learns this is no
                              ordinary yellow VW bug.
                            popularity: 43.785
                            poster_path: /fw02ONlDhrYjTSZV8XO6hhU3ds3.jpg
                            release_date: '2018-12-15'
                            title: Bumblebee
                            video: false
                            vote_average: 6.726
                            vote_count: 6128
                          - adult: false
                            backdrop_path: /jlGmlFOcfo8n5tURmhC7YVd4Iyy.jpg
                            genre_ids:
                              - 28
                              - 35
                              - 12
                            id: 436969
                            media_type: movie
                            original_language: en
                            original_title: The Suicide Squad
                            overview: >-
                              Supervillains Harley Quinn, Bloodsport, Peacemaker
                              and a collection of nutty cons at Belle Reve
                              prison join the super-secret, super-shady Task
                              Force X as they are dropped off at the remote,
                              enemy-infused island of Corto Maltese.
                            popularity: 66.312
                            poster_path: /q61qEyssk2ku3okWICKArlAdhBn.jpg
                            release_date: '2021-07-28'
                            title: The Suicide Squad
                            video: false
                            vote_average: 7.5
                            vote_count: 8662
                          - adult: false
                            backdrop_path: /sTOhZruocNubL0HxjvdouwCEL9I.jpg
                            genre_ids:
                              - 16
                              - 10751
                              - 12
                              - 35
                            id: 364689
                            media_type: movie
                            original_language: en
                            original_title: Ferdinand
                            overview: >-
                              Ferdinand, a little bull, prefers sitting quietly
                              under a cork tree just smelling the flowers versus
                              jumping around, snorting, and butting heads with
                              other bulls. As Ferdinand grows big and strong,
                              his temperament remains mellow, but one day five
                              men come to choose the "biggest, fastest, roughest
                              bull" for the bullfights in Madrid and Ferdinand
                              is mistakenly chosen.  Based on the classic 1936
                              children's book by Munro Leaf.
                            popularity: 41.234
                            poster_path: /rMm94JsRfcOPiPVsTRcBiiVBOhz.jpg
                            release_date: '2017-12-09'
                            title: Ferdinand
                            video: false
                            vote_average: 7.207
                            vote_count: 2847
                        known_for_department: Acting
                        name: John Cena
                        original_name: John Cena
                        popularity: 50.341
                        profile_path: /rgB2eIOt7WyQjdgJCOuESdDlrjg.jpg
                      - adult: false
                        gender: 2
                        id: 85
                        known_for:
                          - adult: false
                            backdrop_path: /wW7Wt5bXzPy4VOEE4LTIUDyDgBo.jpg
                            genre_ids:
                              - 12
                              - 14
                              - 28
                            id: 22
                            media_type: movie
                            original_language: en
                            original_title: >-
                              Pirates of the Caribbean: The Curse of the Black
                              Pearl
                            overview: >-
                              After Port Royal is attacked and pillaged by a
                              mysterious pirate crew, capturing the governor's
                              daughter Elizabeth Swann in the process, William
                              Turner asks free-willing pirate Jack Sparrow to
                              help him locate the crew's ship—The Black Pearl—so
                              that he can rescue the woman he loves.
                            popularity: 132.026
                            poster_path: /z8onk7LV9Mmw6zKz4hT6pzzvmvl.jpg
                            release_date: '2003-07-09'
                            title: >-
                              Pirates of the Caribbean: The Curse of the Black
                              Pearl
                            video: false
                            vote_average: 7.807
                            vote_count: 20712
                          - adult: false
                            backdrop_path: /vv5a8u6e40kyH0Hp6HuamAgzRai.jpg
                            genre_ids:
                              - 12
                              - 14
                              - 28
                            id: 58
                            media_type: movie
                            original_language: en
                            original_title: 'Pirates of the Caribbean: Dead Man''s Chest'
                            overview: >-
                              Captain Jack Sparrow works his way out of a blood
                              debt with the ghostly Davy Jones to avoid eternal
                              damnation.
                            popularity: 101.253
                            poster_path: /uXEqmloGyP7UXAiphJUu2v2pcuE.jpg
                            release_date: '2006-07-06'
                            title: 'Pirates of the Caribbean: Dead Man''s Chest'
                            video: false
                            vote_average: 7.4
                            vote_count: 16002
                          - adult: false
                            backdrop_path: /atoIgfAk2Ig2HFJLD0VUnjiPWEz.jpg
                            genre_ids:
                              - 12
                              - 35
                              - 10751
                              - 14
                            id: 118
                            media_type: movie
                            original_language: en
                            original_title: Charlie and the Chocolate Factory
                            overview: >-
                              A young boy wins a tour through the most
                              magnificent chocolate factory in the world, led by
                              the world's most unusual candy maker.
                            popularity: 109.89
                            poster_path: /iKP6wg3c6COUe8gYutoGG7qcPnO.jpg
                            release_date: '2005-07-13'
                            title: Charlie and the Chocolate Factory
                            video: false
                            vote_average: 7
                            vote_count: 15216
                        known_for_department: Acting
                        name: Johnny Depp
                        original_name: Johnny Depp
                        popularity: 44.952
                        profile_path: /wcI594cwM4ArPwvRd2IU0Z0yLuh.jpg
                      - adult: false
                        gender: 2
                        id: 20361
                        known_for:
                          - adult: false
                            backdrop_path: /uw4SnKFZ453Gxmj5XR5Susj8TNo.jpg
                            genre_ids:
                              - 28
                              - 12
                              - 878
                            id: 602
                            media_type: movie
                            original_language: en
                            original_title: Independence Day
                            overview: >-
                              Strange phenomena surface around the globe. The
                              skies ignite. Terror races through the world's
                              major cities. As these extraordinary events
                              unfold, it becomes increasingly clear that a force
                              of incredible magnitude has arrived. Its mission:
                              total annihilation over the Fourth of July
                              weekend. The last hope to stop the destruction is
                              an unlikely group of people united by fate and
                              unimaginable circumstances.
                            popularity: 44.523
                            poster_path: /p0BPQGSPoSa8Ml0DAf2mB2kCU0R.jpg
                            release_date: '1996-06-25'
                            title: Independence Day
                            video: false
                            vote_average: 6.89
                            vote_count: 9584
                          - adult: false
                            backdrop_path: /eUNb2wpcvSHYLcGHU2afd31dvGi.jpg
                            genre_ids:
                              - 12
                              - 35
                              - 10751
                              - 10749
                            id: 10603
                            media_type: movie
                            original_language: en
                            original_title: George of the Jungle
                            overview: >-
                              Deep in the African jungle, a baby named George,
                              the sole survivor of a plane crash, is raised by
                              gorillas. George grows up to be a buff and lovable
                              klutz who has a rainforest full of animal friends:
                              Tookie, his big-beaked toucan messenger; Ape, a
                              witty talking gorilla; and Shep, a peanut-loving
                              pooch of an elephant. But when poachers mess with
                              George's pals, the King of Swing swings into
                              action.
                            popularity: 20.1
                            poster_path: /9U0gswP4nhpuJXLsedhQIuPNabu.jpg
                            release_date: '1997-07-15'
                            title: George of the Jungle
                            video: false
                            vote_average: 5.618
                            vote_count: 2086
                          - adult: false
                            backdrop_path: /9f5wCpkbbEtqEUQU9UJGV3zQEyz.jpg
                            genre_ids:
                              - 35
                              - 18
                              - 10749
                            id: 1968
                            media_type: movie
                            original_language: en
                            original_title: Fools Rush In
                            overview: >-
                              After a one night stand with Alex, Isabel realizes
                              that she is pregnant and they decide to get
                              married. However, along with the marriage comes
                              compromise of one's own cultural traditions.
                            popularity: 14.107
                            poster_path: /tcRaMjWoF8K7h1LqOH7FOOLRQ3e.jpg
                            release_date: '1997-02-14'
                            title: Fools Rush In
                            video: false
                            vote_average: 6.434
                            vote_count: 550
                        known_for_department: Acting
                        name: John Bennett Perry
                        original_name: John Bennett Perry
                        popularity: 11.663
                        profile_path: /5pO51CnN8xNa6Xeosr6hTsMrM4g.jpg
                      - adult: false
                        gender: 2
                        id: 8891
                        known_for:
                          - adult: false
                            backdrop_path: /suaEOtk1N1sgg2MTM7oZd2cfVp3.jpg
                            genre_ids:
                              - 53
                              - 80
                            id: 680
                            media_type: movie
                            original_language: en
                            original_title: Pulp Fiction
                            overview: >-
                              A burger-loving hit man, his philosophical
                              partner, a drug-addled gangster's moll and a
                              washed-up boxer converge in this sprawling,
                              comedic crime caper. Their adventures unfurl in
                              three stories that ingeniously trip back and forth
                              in time.
                            popularity: 97.535
                            poster_path: /vQWk5YBFWF4bZaofAbv0tShwBvQ.jpg
                            release_date: '1994-09-10'
                            title: Pulp Fiction
                            video: false
                            vote_average: 8.5
                            vote_count: 28082
                          - adult: false
                            backdrop_path: /zWqxBc6pdSIjklqWfZ70l5ce28P.jpg
                            genre_ids:
                              - 16
                              - 10751
                              - 12
                              - 35
                            id: 13053
                            media_type: movie
                            original_language: en
                            original_title: Bolt
                            overview: >-
                              Bolt is the star of the biggest show in Hollywood.
                              The only problem is, he thinks it's real. After
                              he's accidentally shipped to New York City and
                              separated from Penny, his beloved co-star and
                              owner, Bolt must harness all his "super powers" to
                              find a way home.
                            popularity: 38.36
                            poster_path: /v5aC4nrzXFGJDWY4JO1eengXzqk.jpg
                            release_date: '2008-11-21'
                            title: Bolt
                            video: false
                            vote_average: 6.52
                            vote_count: 6048
                          - adult: false
                            backdrop_path: /1lNlqbnXVMGo8hOfEvIxThoAwcz.jpg
                            genre_ids:
                              - 28
                              - 80
                              - 878
                            id: 754
                            media_type: movie
                            original_language: en
                            original_title: Face/Off
                            overview: >-
                              In order to foil a terrorist plot, an FBI agent
                              undergoes facial transplant surgery and assumes
                              the identity of a criminal mastermind. The plan
                              turns sour when the criminal wakes up prematurely
                              and seeks revenge.
                            popularity: 29.131
                            poster_path: /69Xzn8UdPbVnmqSChKz2RTpoNfB.jpg
                            release_date: '1997-06-27'
                            title: Face/Off
                            video: false
                            vote_average: 7
                            vote_count: 5320
                        known_for_department: Acting
                        name: John Travolta
                        original_name: John Travolta
                        popularity: 33.341
                        profile_path: /JSt3skdZpGPJYJixCZqH599WdI.jpg
                      - adult: false
                        gender: 0
                        id: 1088019
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 128822
                            media_type: movie
                            original_language: en
                            original_title: Empire
                            overview: >-
                              Empire is a movie about having fun riding your
                              bike New York City. In the tradition of BMX and
                              skate movies, Empire follows New York’s best fixed
                              gear riders and a few special out-of-town guests
                              in and out of traffic all over New York City. 
                              Inspired by MASH and Lucas Brunelle, Empire is the
                              first full-length fixed gear action sports feature
                              shot entirely with New York City.Featured riders
                              include Tom Lamarche, WONKA, Dwaine, Yatika Starr
                              Fields, Dagga, John Prolly, Kai Perez and surprise
                              guests.
                            popularity: 0.12
                            poster_path: /1SgFBCMYEwieKH9vgV0F2oCpfLm.jpg
                            release_date: '2010-06-18'
                            title: Empire
                            video: false
                            vote_average: 6
                            vote_count: 1
                        known_for_department: Acting
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 2824593
                        known_for:
                          - adult: false
                            backdrop_path: /eRRhc4Bmo085kPuh3QyJwuTpSMZ.jpg
                            genre_ids:
                              - 99
                              - 35
                            id: 756027
                            media_type: movie
                            original_language: en
                            original_title: Laundriness
                            overview: "Serif, the manager of a launderette in London’s Bethnal Green, dedicates her time to her regulars. Serving cups of tea and listening to their stories, Serif enriches their lives by helping the local elderly community.\r Laundriness is a simple and sensitive observational documentary about the meaning of life, fate, hope and regrets."
                            popularity: 0.004
                            poster_path: /1D6hwlssyXSBec5Qwq2WTQVPABo.jpg
                            release_date: '2011-07-01'
                            title: Laundriness
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 2142999
                        known_for:
                          - adult: false
                            backdrop_path: /o8ZGpSz08kKwQX9fRk629P6cVX3.jpg
                            genre_ids:
                              - 18
                              - 10749
                            id: 552389
                            media_type: movie
                            original_language: ta
                            original_title: யாகன்
                            overview: ''
                            popularity: 0.069
                            poster_path: /dcPSMj5AKogBZtQbJK2duAULkwN.jpg
                            release_date: '2018-10-05'
                            title: Yaagan
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Crew
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 1962169
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 10402
                            id: 499289
                            media_type: movie
                            original_language: en
                            original_title: Stan Ridgway's Holiday In Dirt
                            overview: >-
                              14 short films by 14 different filmmakers, from
                              the music of Stan Ridgway.
                            popularity: 0.269
                            poster_path: /lhA7sFWX2NFzFEs4JJwpP4JjAcR.jpg
                            release_date: '2005-02-01'
                            title: Stan Ridgway's Holiday In Dirt
                            video: true
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Crew
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 3692283
                        known_for:
                          - adult: false
                            backdrop_path: /fbaj9gXaU1ZlGtKG9DWTcQPRmSd.jpg
                            genre_ids:
                              - 18
                              - 9648
                            id: 1021887
                            media_type: movie
                            original_language: en
                            original_title: is it just a dream?
                            overview: an overview of a small town, and the inside of it
                            popularity: 0.001
                            poster_path: /nOP6A4j0AsZKGIbfeNetPjIDWQP.jpg
                            release_date: ''
                            title: is it just a dream?
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Directing
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 1712230
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 10402
                            id: 427074
                            media_type: movie
                            original_language: es
                            original_title: Una loca extravagancia sexy
                            overview: ''
                            popularity: 0.883
                            poster_path: /qNi0MA2BKbPxNTUnhdxQH6h68kL.jpg
                            release_date: '1978-02-01'
                            title: Una loca extravagancia sexy
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 0
                        id: 4351934
                        known_for:
                          - adult: false
                            backdrop_path: /m2DVHfLdOt7WCM5z841CfohPNGt.jpg
                            genre_ids:
                              - 99
                              - 10752
                              - 35
                              - 18
                            id: 1198979
                            media_type: movie
                            original_language: en
                            original_title: Turkey Bowl 1990
                            overview: >-
                              The legend of a football tradition older than the
                              Super Bowl. A film by Jimmy Sweeney follows stars
                              like Bird, Lloyd, Teddy, and Classman as two teams
                              fight for the coveted 1990 Turkey Bowl title
                            popularity: 0.035
                            poster_path: /lAk5SIOAbwtuZFSIFeip7FGtfKL.jpg
                            release_date: ''
                            title: Turkey Bowl 1990
                            video: false
                            vote_average: 10
                            vote_count: 1
                        known_for_department: Acting
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        gender: 2
                        id: 3856849
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 99
                              - 10402
                            id: 1068925
                            media_type: movie
                            original_language: ko
                            original_title: '"LIFT-OFF" | OFFICIAL I.A.O.T? DOCUMENTARY'
                            overview: >-
                              Documentary about the working process and creation
                              of the album "Is Anybody Out There?" (I.A.O.T)
                            popularity: 0.528
                            poster_path: /ydST2JIMqxZ2tKceFEkaHHJIlpG.jpg
                            release_date: '2020-03-25'
                            title: '"LIFT-OFF" | OFFICIAL I.A.O.T? DOCUMENTARY'
                            video: false
                            vote_average: 8
                            vote_count: 2
                        known_for_department: Directing
                        name: JOHN
                        original_name: JOHN
                        popularity: 0.001
                        profile_path: /fYPAQEV3EmZ4ySYWXhpBUVi7TGu.jpg
                      - adult: false
                        gender: 0
                        id: 4611319
                        known_for:
                          - adult: false
                            backdrop_path: null
                            genre_ids: []
                            id: 1263836
                            media_type: movie
                            original_language: en
                            original_title: Sambala
                            overview: >-
                              A young man named Sambala trades his university
                              schooling for a life of hustling in order to help
                              his girlfriend, Likiso, with her own school fees.
                              However, after the two get married, Likiso
                              abandons Sambala for a richer man. This man turns
                              out to be a charlatan.
                            popularity: 0.306
                            poster_path: /2qtJh0xNlCtgXDXfUzsEZ5XC5G6.jpg
                            release_date: '2022-01-01'
                            title: Sambala
                            video: false
                            vote_average: 0
                            vote_count: 0
                        known_for_department: Acting
                        name: John
                        original_name: John
                        popularity: 0.001
                        profile_path: null
                    total_pages: 500
                    total_results: 10000
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````