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

# Popular

> This enpoint gets a list of people ordered by popularity.



## OpenAPI

````yaml get /3/person/popular
openapi: 3.0.3
info:
  title: TMDb Endpoints
  description: >-
    Welcome to the TMDb API! You'll find a well-organized collection of
    endpoints, each helping you fetch different types of movie and TV data. The
    endpoints cover everything from searching for titles and getting details to
    managing lists and accessing ratings, all designed to give you precise
    control over the information you need.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
    description: Test server
  - url: https://api.themoviedb.org/3
    description: Production server
  - url: '{{base_url}}'
    description: Some other server
security: []
tags:
  - name: AUTHENTICATION
    description: The /account/{account_id} gets the public details of an account on TMDB.
  - name: ACCOUNT
    description: >-
      Account endpoints allow users to manage their personal information,
      ratings, watchlists, and other account-related data after authenticating.
  - name: CERTIFICATIONS
    description: >-
      The Certifications endpoints provide lists of movie and TV show content
      rating systems used in various countries.
  - name: CHANGES
    description: >-
      Changes endpoints allow you to track modifications made to movies, TV
      shows, and people in the TMDb database, providing a history of updates and
      enabling you to keep your local data synchronized.
  - name: COLLECTIONS
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
    description: >-
      Discover endpoints are powerful tools for finding movies and TV shows
      based on a wide range of criteria, such as genre, release date, rating,
      keywords, and more, enabling highly customized searches.
  - name: FIND
    description: This folder has find by ID endpoint
  - name: GENRES
    description: >-
      Genres endpoints provide lists of available movie and TV show genres,
      allowing you to categorize and filter content.
  - name: GUEST SESSIONS
    description: >-
      Guest session endpoints allow you to create temporary, unauthenticated
      sessions that grant limited access to certain API features, such as rating
      movies or TV shows without requiring a full user account.
  - name: KEYWORDS
    description: >-
      Keyword endpoints allow you to search for keywords and retrieve detailed
      information about specific keywords and the media associated with them.
  - name: LISTS
    description: >-
      Lists endpoints allow you to create, retrieve, modify, and delete custom
      lists of movies or TV shows.
  - name: MOVIE LIST
    description: >-
      The Movie List endpoints let you retrieve pre-made lists of movies,
      categorized by criteria like popularity, top rated, now playing, or
      upcoming releases.
  - name: MOVIES
    description: >-
      The Movie endpoints allow you to retrieve detailed information about
      movies, including titles, descriptions, cast, crew, ratings, and related
      data.
  - name: NETWORKS
    description: >-
      The NETWORKS endpoints let you retrieve information about television
      networks, such as their names, logos, and origin countries.
  - name: PEOPLE LISTS
    description: >-
      The People Lists endpoints let you retrieve lists of people based on
      criteria like popularity.
  - name: PEOPLE
    description: >-
      The PEOPLE endpoints let you get information about actors, directors, and
      other people involved in movies and TV shows.
  - name: REVIEWS
    description: >-
      The REVIEWS endpoints let you get user-written opinions and ratings about
      movies and TV shows.
  - name: SEARCH
    description: >-
      The "Search" endpoints let you find movies, TV shows, people, and other
      content by typing in keywords or names.
  - name: TRENDING
    description: >-
      The "Trending" endpoints show you what movies, TV shows, and people are
      currently popular or getting a lot of attention right now.
  - name: TV SERIES LISTS
    description: >-
      TV Series Lists endpoints provide access to pre-defined lists of TV shows,
      such as popular, top-rated, or airing today, allowing you to quickly
      retrieve collections of TV series based on specific criteria.
  - name: TV SERIES
    description: >-
      The TV series endpoints provide access to a wealth of information about
      television shows, including details, credits, seasons, episodes,
      recommendations, and more. See each of them below for specific
      information.
  - name: TV SEASONS
    description: >-
      The TV seasons endpoints allow you to retrieve details about specific
      seasons of a TV show, including information about the episodes within that
      season. See them below for specific information on how to use them.
  - name: TV EPISODES
    description: >-
      The TV episode endpoints allow you to retrieve detailed information about
      specific episodes of a TV show, including details like the episode number,
      name, air date, overview, and more. Check them out for specific
      information.
  - name: TV EPISODE GROUPS
    description: >-
      There's only one endpoint in this folder. Check the endpoint to find
      information about it.
  - name: WATCH PROVIDERS
    description: >-
      The Watch Providers endpoints provide information about streaming
      services, rental/purchase platforms, and sometimes even theatrical
      releases in different regions.
paths:
  /3/person/popular:
    get:
      tags:
        - PEOPLE LISTS
      summary: Popular
      description: This enpoint gets a list of people ordered by popularity.
      operationId: popular1
      responses:
        '200':
          description: Popular Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=6767
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sat, 11 Jan 2025 16:48:06 GMT
            ETag:
              schema:
                type: string
                example: W/"f79b266310b4ef6925e7a18ced928322"
            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 450b03d6f80e8a9a65630e947501047e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 5I_4EA9VetP3ykEcvwaNVMvAkyJCbs0Kt2VpffHNve_yNy0z4jdk1g==
            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: '21675'
            x-memc-expires:
              schema:
                type: string
                example: '6767'
            x-memc-key:
              schema:
                type: string
                example: 0dd437779fbb4e548d6bc72bec938687
          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: 63429
                        known_for:
                          type: array
                          items:
                            type: object
                            properties:
                              adult:
                                type: boolean
                                example: false
                              backdrop_path:
                                type: string
                                example: /13uKAt4M87HQi1lMZAwBmsNZRGg.jpg
                              genre_ids:
                                type: array
                                items:
                                  type: number
                                  example: 18
                                example:
                                  - 18
                                  - 35
                                  - 10749
                              id:
                                type: number
                                example: 11178
                              media_type:
                                type: string
                                example: movie
                              original_language:
                                type: string
                                example: ko
                              original_title:
                                type: string
                                example: 엽기적인 그녀
                              overview:
                                type: string
                                example: >-
                                  A dweeby, mild-mannered man comes to the aid
                                  of a drunk young woman on a subway platform.
                                  Little does he know how much trouble he’s in
                                  for.
                              popularity:
                                type: number
                                example: 17.688
                              poster_path:
                                type: string
                                example: /qx4hZvSy2b11KIPBHBFEibgRbk0.jpg
                              release_date:
                                type: string
                                example: '2001-07-27'
                              title:
                                type: string
                                example: My Sassy Girl
                              video:
                                type: boolean
                                example: false
                              vote_average:
                                type: number
                                example: 7.5
                              vote_count:
                                type: number
                                example: 569
                          example:
                            - adult: false
                              backdrop_path: /13uKAt4M87HQi1lMZAwBmsNZRGg.jpg
                              genre_ids:
                                - 18
                                - 35
                                - 10749
                              id: 11178
                              media_type: movie
                              original_language: ko
                              original_title: 엽기적인 그녀
                              overview: >-
                                A dweeby, mild-mannered man comes to the aid of
                                a drunk young woman on a subway platform. Little
                                does he know how much trouble he’s in for.
                              popularity: 17.688
                              poster_path: /qx4hZvSy2b11KIPBHBFEibgRbk0.jpg
                              release_date: '2001-07-27'
                              title: My Sassy Girl
                              video: false
                              vote_average: 7.5
                              vote_count: 569
                            - adult: false
                              backdrop_path: /aUskYggZkaoU2BhvIaRF1QehNdj.jpg
                              genre_ids:
                                - 18
                                - 10749
                              id: 42190
                              media_type: movie
                              original_language: ko
                              original_title: 클래식
                              overview: >-
                                Ji-hae's friend is having problems expressing
                                her feelings to the boy she loves, so she asks
                                Ji-hae to write e-mails to him in her name. As
                                the boy falls in love with her letters, Ji-hae
                                discovers the story of her mother's romance
                                which is remarkably similar to her own
                                circumstances.
                              popularity: 14.485
                              poster_path: /sNe23Tsia9usMBN5TW2KXPJdq2K.jpg
                              release_date: '2003-01-30'
                              title: The Classic
                              video: false
                              vote_average: 7.6
                              vote_count: 158
                            - adult: false
                              backdrop_path: /2tZb1Aq8TK55GAWuGnosGy9Rmt5.jpg
                              genre_ids:
                                - 35
                                - 10749
                              id: 821661
                              media_type: movie
                              original_language: ko
                              original_title: 해피 뉴 이어
                              overview: >-
                                A romantic comedy of a young man and woman that
                                is told in the background of hotel 'Emross'. It
                                has stories of people who met each other at
                                Hotel Emross during the New Year holidays. Each
                                one has his own memory to relate and create
                                relationships or just going nostalgic.
                              popularity: 12.306
                              poster_path: /z1kgyVRmoNd4MxsP4NTNMadsPRZ.jpg
                              release_date: '2021-12-29'
                              title: A Year-End Medley
                              video: false
                              vote_average: 7.1
                              vote_count: 142
                        known_for_department:
                          type: string
                          example: Directing
                        name:
                          type: string
                          example: Kwak Jae-yong
                        original_name:
                          type: string
                          example: 곽재용
                        popularity:
                          type: number
                          example: 449.466
                        profile_path:
                          type: string
                          example: /oTpZ0Ek4qoI8U0tRIViUhgfB05b.jpg
                    example:
                      - adult: false
                        gender: 2
                        id: 63429
                        known_for:
                          - adult: false
                            backdrop_path: /13uKAt4M87HQi1lMZAwBmsNZRGg.jpg
                            genre_ids:
                              - 18
                              - 35
                              - 10749
                            id: 11178
                            media_type: movie
                            original_language: ko
                            original_title: 엽기적인 그녀
                            overview: >-
                              A dweeby, mild-mannered man comes to the aid of a
                              drunk young woman on a subway platform. Little
                              does he know how much trouble he’s in for.
                            popularity: 17.688
                            poster_path: /qx4hZvSy2b11KIPBHBFEibgRbk0.jpg
                            release_date: '2001-07-27'
                            title: My Sassy Girl
                            video: false
                            vote_average: 7.5
                            vote_count: 569
                          - adult: false
                            backdrop_path: /aUskYggZkaoU2BhvIaRF1QehNdj.jpg
                            genre_ids:
                              - 18
                              - 10749
                            id: 42190
                            media_type: movie
                            original_language: ko
                            original_title: 클래식
                            overview: >-
                              Ji-hae's friend is having problems expressing her
                              feelings to the boy she loves, so she asks Ji-hae
                              to write e-mails to him in her name. As the boy
                              falls in love with her letters, Ji-hae discovers
                              the story of her mother's romance which is
                              remarkably similar to her own circumstances.
                            popularity: 14.485
                            poster_path: /sNe23Tsia9usMBN5TW2KXPJdq2K.jpg
                            release_date: '2003-01-30'
                            title: The Classic
                            video: false
                            vote_average: 7.6
                            vote_count: 158
                          - adult: false
                            backdrop_path: /2tZb1Aq8TK55GAWuGnosGy9Rmt5.jpg
                            genre_ids:
                              - 35
                              - 10749
                            id: 821661
                            media_type: movie
                            original_language: ko
                            original_title: 해피 뉴 이어
                            overview: >-
                              A romantic comedy of a young man and woman that is
                              told in the background of hotel 'Emross'. It has
                              stories of people who met each other at Hotel
                              Emross during the New Year holidays. Each one has
                              his own memory to relate and create relationships
                              or just going nostalgic.
                            popularity: 12.306
                            poster_path: /z1kgyVRmoNd4MxsP4NTNMadsPRZ.jpg
                            release_date: '2021-12-29'
                            title: A Year-End Medley
                            video: false
                            vote_average: 7.1
                            vote_count: 142
                        known_for_department: Directing
                        name: Kwak Jae-yong
                        original_name: 곽재용
                        popularity: 449.466
                        profile_path: /oTpZ0Ek4qoI8U0tRIViUhgfB05b.jpg
                      - adult: false
                        gender: 1
                        id: 20652
                        known_for:
                          - adult: false
                            backdrop_path: /AwlJ2bQGjfEuXLsL5XJAaxOmMuV.jpg
                            genre_ids:
                              - 14
                              - 18
                              - 28
                              - 53
                              - 10749
                            id: 2008
                            media_type: movie
                            original_language: zh
                            original_title: 无极
                            overview: >-
                              An orphaned girl, driven by poverty at such a
                              young age, makes a promise with an enchantress. In
                              return for beauty and the admiration of every man,
                              she will never be with the man she loves. This
                              spell cannot be broken unless the impossible
                              happens: snow falling in spring and the dead
                              coming back to life. Now a grown and beautiful
                              princess, she regrets her promise, for all of the
                              men she's loved has always been met with tragedy.
                            popularity: 14.533
                            poster_path: /tdm4mlc27S1d72ub4Y4xcU2OlDD.jpg
                            release_date: '2005-12-15'
                            title: The Promise
                            video: false
                            vote_average: 5.6
                            vote_count: 115
                          - adult: false
                            backdrop_path: /lMRX4cLx4hxYth3iQ96c0E1RHGB.jpg
                            genre_ids:
                              - 28
                              - 35
                            id: 11770
                            media_type: movie
                            original_language: cn
                            original_title: 少林足球
                            overview: >-
                              A young Shaolin follower reunites with his
                              discouraged brothers to form a soccer team using
                              their martial art skills to their advantage.
                            popularity: 45.121
                            poster_path: /ppgeawDWa4rehYYRidWCqg4kOli.jpg
                            release_date: '2001-07-05'
                            title: Shaolin Soccer
                            video: false
                            vote_average: 7.129
                            vote_count: 2263
                          - adult: false
                            backdrop_path: /fGzO3qGIaBlLlW53fsaRSUPEjw0.jpg
                            genre_ids:
                              - 35
                              - 18
                              - 10749
                            id: 53168
                            media_type: movie
                            original_language: cn
                            original_title: 喜劇之王
                            overview: >-
                              Wan Tin-Sau is an actor who cannot seem to catch a
                              break, since his only professional jobs are
                              limited to being a movie extra. As well as being
                              an actor, he is also the head of his village's
                              community center.
                            popularity: 11.646
                            poster_path: /dmJWvKNgeCrIwJH6AapdSMiZHop.jpg
                            release_date: '1999-02-08'
                            title: King of Comedy
                            video: false
                            vote_average: 7.3
                            vote_count: 174
                        known_for_department: Acting
                        name: Cecilia Cheung
                        original_name: 張柏芝
                        popularity: 328.552
                        profile_path: /xghVxRPUmFCHYxzD0NxMO8NtoKK.jpg
                      - adult: false
                        gender: 1
                        id: 2527414
                        known_for:
                          - adult: false
                            backdrop_path: /lntyt4OVDbcxA1l7LtwITbrD3FI.jpg
                            genre_ids:
                              - 10749
                              - 18
                            id: 1010581
                            media_type: movie
                            original_language: es
                            original_title: Culpa mía
                            overview: >-
                              Noah must leave her city, boyfriend, and friends
                              to move into William Leister's mansion, the flashy
                              and wealthy husband of her mother Rafaela. As a
                              proud and independent 17 year old, Noah resists
                              living in a mansion surrounded by luxury. However,
                              it is there where she meets Nick, her new
                              stepbrother, and the clash of their strong
                              personalities becomes evident from the very
                              beginning.
                            popularity: 860.696
                            poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg
                            release_date: '2023-06-08'
                            title: My Fault
                            video: false
                            vote_average: 7.9
                            vote_count: 3361
                          - adult: false
                            backdrop_path: /k24eZq5I3jyz4htPkZCRpnUmBzE.jpg
                            genre_ids:
                              - 10749
                              - 18
                            id: 1156593
                            media_type: movie
                            original_language: es
                            original_title: Culpa tuya
                            overview: >-
                              The love between Noah and Nick seems unwavering
                              despite their parents' attempts to separate them.
                              But his job and her entry into college open up
                              their lives to new relationships that will shake
                              the foundations of both their relationship and the
                              Leister family itself.
                            popularity: 1904.597
                            poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg
                            release_date: '2024-12-26'
                            title: Your Fault
                            video: false
                            vote_average: 7.1
                            vote_count: 794
                          - adult: false
                            backdrop_path: /ieiq46OoeTrLkjtclmhii6iRyzP.jpg
                            first_air_date: '2024-05-31'
                            genre_ids:
                              - 18
                            id: 242876
                            media_type: tv
                            name: Raising Voices
                            origin_country:
                              - ES
                            original_language: es
                            original_name: Ni una más
                            overview: >-
                              When a 17-year-old reports a sexual assault at her
                              high school, an investigation upends her life and
                              tests her relationships.
                            popularity: 231.666
                            poster_path: /lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg
                            vote_average: 7.796
                            vote_count: 353
                        known_for_department: Acting
                        name: Nicole Wallace
                        original_name: Nicole Wallace
                        popularity: 215.44
                        profile_path: /xlvq6OYCN6yQef4fpJQtwVyQxqr.jpg
                      - adult: false
                        gender: 2
                        id: 2786960
                        known_for:
                          - adult: false
                            backdrop_path: /lntyt4OVDbcxA1l7LtwITbrD3FI.jpg
                            genre_ids:
                              - 10749
                              - 18
                            id: 1010581
                            media_type: movie
                            original_language: es
                            original_title: Culpa mía
                            overview: >-
                              Noah must leave her city, boyfriend, and friends
                              to move into William Leister's mansion, the flashy
                              and wealthy husband of her mother Rafaela. As a
                              proud and independent 17 year old, Noah resists
                              living in a mansion surrounded by luxury. However,
                              it is there where she meets Nick, her new
                              stepbrother, and the clash of their strong
                              personalities becomes evident from the very
                              beginning.
                            popularity: 860.696
                            poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg
                            release_date: '2023-06-08'
                            title: My Fault
                            video: false
                            vote_average: 7.9
                            vote_count: 3361
                          - adult: false
                            backdrop_path: /k24eZq5I3jyz4htPkZCRpnUmBzE.jpg
                            genre_ids:
                              - 10749
                              - 18
                            id: 1156593
                            media_type: movie
                            original_language: es
                            original_title: Culpa tuya
                            overview: >-
                              The love between Noah and Nick seems unwavering
                              despite their parents' attempts to separate them.
                              But his job and her entry into college open up
                              their lives to new relationships that will shake
                              the foundations of both their relationship and the
                              Leister family itself.
                            popularity: 1904.597
                            poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg
                            release_date: '2024-12-26'
                            title: Your Fault
                            video: false
                            vote_average: 7.1
                            vote_count: 794
                          - adult: false
                            backdrop_path: /ieiq46OoeTrLkjtclmhii6iRyzP.jpg
                            first_air_date: '2024-05-31'
                            genre_ids:
                              - 18
                            id: 242876
                            media_type: tv
                            name: Raising Voices
                            origin_country:
                              - ES
                            original_language: es
                            original_name: Ni una más
                            overview: >-
                              When a 17-year-old reports a sexual assault at her
                              high school, an investigation upends her life and
                              tests her relationships.
                            popularity: 231.666
                            poster_path: /lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg
                            vote_average: 7.796
                            vote_count: 353
                        known_for_department: Acting
                        name: Gabriel Guevara
                        original_name: Gabriel Guevara
                        popularity: 175.948
                        profile_path: /pviRYKEEmoPUfLYwP1VHJ6LQcRg.jpg
                      - adult: false
                        gender: 2
                        id: 1763709
                        known_for:
                          - adult: false
                            backdrop_path: /cyKH7pDFlxIXluqRyNoHHEpxSDX.jpg
                            genre_ids:
                              - 80
                              - 28
                              - 53
                              - 18
                            id: 646097
                            media_type: movie
                            original_language: en
                            original_title: Rebel Ridge
                            overview: >-
                              A former Marine confronts corruption in a small
                              town when local law enforcement unjustly seizes
                              the bag of cash he needs to post his cousin's
                              bail.
                            popularity: 119.437
                            poster_path: /xEt2GSz9z5rSVpIHMiGdtf0czyf.jpg
                            release_date: '2024-08-27'
                            title: Rebel Ridge
                            video: false
                            vote_average: 7
                            vote_count: 1116
                          - adult: false
                            backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg
                            genre_ids:
                              - 12
                              - 10751
                              - 16
                            id: 762509
                            media_type: movie
                            original_language: en
                            original_title: 'Mufasa: The Lion King'
                            overview: >-
                              Mufasa, a cub lost and alone, meets a sympathetic
                              lion named Taka, the heir to a royal bloodline.
                              The chance meeting sets in motion an expansive
                              journey of a group of misfits searching for their
                              destiny.
                            popularity: 2747.528
                            poster_path: /iBqXjFkAozQ1z2sfAiWwBimbiJX.jpg
                            release_date: '2024-12-18'
                            title: 'Mufasa: The Lion King'
                            video: false
                            vote_average: 7.462
                            vote_count: 563
                          - adult: false
                            backdrop_path: /32yqxyLlWcO81UCx51Jfq9aeJdA.jpg
                            genre_ids:
                              - 53
                              - 9648
                              - 27
                            id: 631843
                            media_type: movie
                            original_language: en
                            original_title: Old
                            overview: >-
                              A group of families on a tropical holiday discover
                              that the secluded beach where they are staying is
                              somehow causing them to age rapidly – reducing
                              their entire lives into a single day.
                            popularity: 55.795
                            poster_path: /vclShucpUmPhdAOmKgf3B3Z4POD.jpg
                            release_date: '2021-07-21'
                            title: Old
                            video: false
                            vote_average: 6.333
                            vote_count: 4464
                        known_for_department: Acting
                        name: Aaron Pierre
                        original_name: Aaron Pierre
                        popularity: 175.049
                        profile_path: /hNwZWdT2KxKj1YLbipvtUhNjfAp.jpg
                      - adult: false
                        gender: 2
                        id: 976
                        known_for:
                          - adult: false
                            backdrop_path: /ibKeXahq4JD63z6uWQphqoJLvNw.jpg
                            genre_ids:
                              - 28
                              - 878
                              - 27
                            id: 345940
                            media_type: movie
                            original_language: en
                            original_title: The Meg
                            overview: >-
                              A deep sea submersible pilot revisits his past
                              fears in the Mariana Trench, and accidentally
                              unleashes the seventy foot ancestor of the Great
                              White Shark believed to be extinct.
                            popularity: 83.827
                            poster_path: /eyWICPcxOuTcDDDbTMOZawoOn8d.jpg
                            release_date: '2018-08-09'
                            title: The Meg
                            video: false
                            vote_average: 6.253
                            vote_count: 7673
                          - adult: false
                            backdrop_path: /70AV2Xx5FQYj20labp0EGdbjI6E.jpg
                            genre_ids:
                              - 80
                              - 28
                              - 53
                            id: 637649
                            media_type: movie
                            original_language: en
                            original_title: Wrath of Man
                            overview: >-
                              A cold and mysterious new security guard for a Los
                              Angeles cash truck company surprises his
                              co-workers when he unleashes precision skills
                              during a heist. The crew is left wondering who he
                              is and where he came from. Soon, the marksman's
                              ultimate motive becomes clear as he takes dramatic
                              and irrevocable steps to settle a score.
                            popularity: 180.092
                            poster_path: /M7SUK85sKjaStg4TKhlAVyGlz3.jpg
                            release_date: '2021-04-22'
                            title: Wrath of Man
                            video: false
                            vote_average: 7.629
                            vote_count: 5371
                          - adult: false
                            backdrop_path: /kWt1OcPgwO1ssu57wgTKmq38JYw.jpg
                            genre_ids:
                              - 28
                              - 80
                              - 53
                            id: 4108
                            media_type: movie
                            original_language: en
                            original_title: The Transporter
                            overview: >-
                              Former Special Forces officer Frank Martin will
                              deliver anything to anyone for the right price,
                              and his no-questions-asked policy puts him in high
                              demand. But when he realizes his latest cargo is
                              alive, it sets in motion a dangerous chain of
                              events. The bound and gagged Lai is being smuggled
                              to France by a shady American businessman, and
                              Frank works to save her as his own illegal
                              activities are uncovered by a French detective.
                            popularity: 61.735
                            poster_path: /xmuCaJJjGbUns8pwMD7M0C0O1uP.jpg
                            release_date: '2002-10-02'
                            title: The Transporter
                            video: false
                            vote_average: 6.713
                            vote_count: 5350
                        known_for_department: Acting
                        name: Jason Statham
                        original_name: Jason Statham
                        popularity: 164.355
                        profile_path: /whNwkEQYWLFJA8ij0WyOOAD5xhQ.jpg
                      - adult: false
                        gender: 2
                        id: 3724154
                        known_for:
                          - adult: false
                            backdrop_path: /A7KwHKB5faRRRRveVQC5TPI35kV.jpg
                            genre_ids:
                              - 18
                              - 10749
                            id: 1232449
                            media_type: movie
                            original_language: nl
                            original_title: Young Hearts
                            overview: >-
                              Fourteen-year-old Elias increasingly feels like an
                              outsider in his village. When he meets his new
                              neighbour of the same age, Alexander, Elias is
                              confronted with his burgeoning sexuality.
                            popularity: 116.479
                            poster_path: /iGCtYxfuvXfy0BD5m6p7vKuPOxS.jpg
                            release_date: '2024-10-26'
                            title: Young Hearts
                            video: false
                            vote_average: 8.3
                            vote_count: 27
                          - adult: false
                            backdrop_path: /xbb0AzHP1B7vJ2LiN7ARLNe3RwZ.jpg
                            first_air_date: '2023-08-18'
                            genre_ids:
                              - 35
                            id: 229685
                            media_type: tv
                            name: Boomer
                            origin_country:
                              - BE
                            original_language: nl
                            original_name: Boomer
                            overview: ''
                            popularity: 16.38
                            poster_path: /bZAKLGZk3gqCbdBhcfrnBp0LuwS.jpg
                            vote_average: 10
                            vote_count: 1
                          - adult: false
                            backdrop_path: /xANGcChEgQJLHMdiLwOLxWebvbs.jpg
                            genre_ids:
                              - 18
                            id: 1030955
                            media_type: movie
                            original_language: nl
                            original_title: Alleen Ik
                            overview: >-
                              Longing for acceptance, a neurodivergent boy
                              taunts the boundaries of his best friend: his
                              brother.
                            popularity: 13.713
                            poster_path: /qUzwUif6WybmpH6t4MA26hkdUI5.jpg
                            release_date: '2022-11-05'
                            title: Alleen Ik (Only me, me alone)
                            video: false
                            vote_average: 6
                            vote_count: 2
                        known_for_department: Acting
                        name: Lou Goossens
                        original_name: Lou Goossens
                        popularity: 161.745
                        profile_path: /kY8eifhCPvjTE6JJclrrWO7Zr9L.jpg
                      - adult: false
                        gender: 2
                        id: 500
                        known_for:
                          - adult: false
                            backdrop_path: /4V1yIoAKPMRQwGBaSses8Bp2nsi.jpg
                            genre_ids:
                              - 28
                              - 878
                            id: 137113
                            media_type: movie
                            original_language: en
                            original_title: Edge of Tomorrow
                            overview: >-
                              Major Bill Cage is an officer who has never seen a
                              day of combat when he is unceremoniously demoted
                              and dropped into combat. Cage is killed within
                              minutes, managing to take an alpha alien down with
                              him. He awakens back at the beginning of the same
                              day and is forced to fight and die again... and
                              again - as physical contact with the alien has
                              thrown him into a time loop.
                            popularity: 85.99
                            poster_path: /uUHvlkLavotfGsNtosDy8ShsIYF.jpg
                            release_date: '2014-05-27'
                            title: Edge of Tomorrow
                            video: false
                            vote_average: 7.627
                            vote_count: 13903
                          - adult: false
                            backdrop_path: /sbkYWB5QcfT00gLUkbNE5LTdhIX.jpg
                            genre_ids:
                              - 28
                              - 878
                              - 12
                              - 9648
                            id: 75612
                            media_type: movie
                            original_language: en
                            original_title: Oblivion
                            overview: >-
                              Jack Harper is one of the last few drone repairmen
                              stationed on Earth. Part of a massive operation to
                              extract vital resources after decades of war with
                              a terrifying threat known as the Scavs, Jack’s
                              mission is nearly complete. His existence is
                              brought crashing down when he rescues a beautiful 
                              stranger from a downed spacecraft. Her arrival
                              triggers a chain of events that  forces him to
                              question everything he knows and puts the fate of
                              humanity in his hands.
                            popularity: 88.771
                            poster_path: /5Onf4TW3mZn3oLeKVr9W4FGomQQ.jpg
                            release_date: '2013-04-10'
                            title: Oblivion
                            video: false
                            vote_average: 6.65
                            vote_count: 10701
                          - adult: false
                            backdrop_path: /ih4lZkUpmSE7AP3maymiO72xJ1z.jpg
                            genre_ids:
                              - 28
                              - 53
                              - 12
                            id: 56292
                            media_type: movie
                            original_language: en
                            original_title: 'Mission: Impossible - Ghost Protocol'
                            overview: >-
                              Ethan Hunt and his team are racing against time to
                              track down a dangerous terrorist named Hendricks,
                              who has gained access to Russian nuclear launch
                              codes and is planning a strike on the United
                              States. An attempt to stop him ends in an
                              explosion causing severe destruction to the
                              Kremlin and the IMF to be implicated in the
                              bombing, forcing the President to disavow them. No
                              longer being aided by the government, Ethan and
                              his team chase Hendricks around the globe,
                              although they might still be too late to stop a
                              disaster.
                            popularity: 71.87
                            poster_path: /eRZTGx7GsiKqPch96k27LK005ZL.jpg
                            release_date: '2011-12-07'
                            title: 'Mission: Impossible - Ghost Protocol'
                            video: false
                            vote_average: 7.092
                            vote_count: 9911
                        known_for_department: Acting
                        name: Tom Cruise
                        original_name: Tom Cruise
                        popularity: 161.026
                        profile_path: /eOh4ubpOm2Igdg0QH2ghj0mFtC.jpg
                      - adult: false
                        gender: 1
                        id: 115440
                        known_for:
                          - adult: false
                            backdrop_path: /9KnIzPCv9XpWA0MqmwiKBZvV1Sj.jpg
                            first_air_date: '2019-06-16'
                            genre_ids:
                              - 18
                            id: 85552
                            media_type: tv
                            name: Euphoria
                            origin_country:
                              - US
                            original_language: en
                            original_name: Euphoria
                            overview: >-
                              A group of high school students navigate love and
                              friendships in a world of drugs, sex, trauma, and
                              social media.
                            popularity: 329.097
                            poster_path: /3Q0hd3heuWwDWpwcDkhQOA6TYWI.jpg
                            vote_average: 8.31
                            vote_count: 9834
                          - adult: false
                            backdrop_path: /j9eOeLlTGoHoM8BNUJVNyWmIvCi.jpg
                            genre_ids:
                              - 10749
                              - 35
                            id: 1072790
                            media_type: movie
                            original_language: en
                            original_title: Anyone But You
                            overview: >-
                              After an amazing first date, Bea and Ben’s fiery
                              attraction turns ice cold — until they find
                              themselves unexpectedly reunited at a destination
                              wedding in Australia. So they do what any two
                              mature adults would do: pretend to be a couple.
                            popularity: 128.016
                            poster_path: /5qHoazZiaLe7oFBok7XlUhg96f2.jpg
                            release_date: '2023-12-21'
                            title: Anyone But You
                            video: false
                            vote_average: 6.9
                            vote_count: 2332
                          - adult: false
                            backdrop_path: /5Eip60UDiPLASyKjmHPMruggTc4.jpg
                            genre_ids:
                              - 27
                              - 9648
                              - 53
                            id: 1041613
                            media_type: movie
                            original_language: en
                            original_title: Immaculate
                            overview: >-
                              An American nun embarks on a new journey when she
                              joins a remote convent in the Italian countryside.
                              However, her warm welcome quickly turns into a
                              living nightmare when she discovers her new home
                              harbours a sinister secret and unspeakable
                              horrors.
                            popularity: 79.589
                            poster_path: /fdZpvODTX5wwkD0ikZNaClE4AoW.jpg
                            release_date: '2024-03-20'
                            title: Immaculate
                            video: false
                            vote_average: 6.249
                            vote_count: 1295
                        known_for_department: Acting
                        name: Sydney Sweeney
                        original_name: Sydney Sweeney
                        popularity: 160.196
                        profile_path: /qYiaSl0Eb7G3VaxOg8PxExCFwon.jpg
                      - adult: false
                        gender: 1
                        id: 1152083
                        known_for:
                          - adult: false
                            backdrop_path: /oAcV4179Kdpvb2xk9TtS8Ewrp8q.jpg
                            genre_ids:
                              - 35
                              - 10402
                            id: 612706
                            media_type: movie
                            original_language: en
                            original_title: Work It
                            overview: >-
                              A brilliant but clumsy high school senior vows to
                              get into her late father's alma mater by
                              transforming herself and a misfit squad into dance
                              champions.
                            popularity: 19.878
                            poster_path: /b5XfICAvUe8beWExBz97i0Qw4Qh.jpg
                            release_date: '2020-08-07'
                            title: Work It
                            video: false
                            vote_average: 7.548
                            vote_count: 1165
                          - adult: false
                            backdrop_path: /8wfPjfUgmGpqCIW6gS0pS0pixnA.jpg
                            genre_ids:
                              - 35
                              - 18
                              - 10749
                            id: 625450
                            media_type: movie
                            original_language: en
                            original_title: Tall Girl
                            overview: >-
                              Jodi, the tallest girl in her high school, has
                              always felt uncomfortable in her own skin. But
                              after years of slouching, being made fun of, and
                              avoiding attention at all costs, Jodi finally
                              decides to find the confidence to stand tall.
                            popularity: 26.638
                            poster_path: /m0clsFEXidLVJ0TueqWOvvImOMh.jpg
                            release_date: '2019-09-13'
                            title: Tall Girl
                            video: false
                            vote_average: 6.318
                            vote_count: 1869
                          - adult: false
                            backdrop_path: /L7DIiAdP8DnNqOh7454ZrTYspR.jpg
                            genre_ids:
                              - 10402
                              - 18
                              - 10749
                            id: 630566
                            media_type: movie
                            original_language: en
                            original_title: Clouds
                            overview: >-
                              Young musician Zach Sobiech discovers his cancer
                              has spread, leaving him just a few months to live.
                              With limited time, he follows his dream and makes
                              an album, unaware that it will soon be a viral
                              music phenomenon.
                            popularity: 27.98
                            poster_path: /d0OdD1I8qAfETvE9Rp9Voq7R8LR.jpg
                            release_date: '2020-10-09'
                            title: Clouds
                            video: false
                            vote_average: 8.253
                            vote_count: 1007
                        known_for_department: Acting
                        name: Sabrina Carpenter
                        original_name: Sabrina Carpenter
                        popularity: 154.668
                        profile_path: /o0anvGEg34MzoNh6hbJHthB3paF.jpg
                      - adult: false
                        gender: 2
                        id: 6384
                        known_for:
                          - adult: false
                            backdrop_path: /icmmSD4vTTDKOq2vvdulafOGw93.jpg
                            genre_ids:
                              - 28
                              - 878
                            id: 603
                            media_type: movie
                            original_language: en
                            original_title: The Matrix
                            overview: >-
                              Set in the 22nd century, The Matrix tells the
                              story of a computer hacker who joins a group of
                              underground insurgents fighting the vast and
                              powerful computers who now rule the earth.
                            popularity: 146.166
                            poster_path: /dXNAPwY7VrqMAo51EKhhCJfaGb5.jpg
                            release_date: '1999-03-31'
                            title: The Matrix
                            video: false
                            vote_average: 8.22
                            vote_count: 25871
                          - adult: false
                            backdrop_path: /eD7FnB7LLrBV5ewjdGLYTAoV9Mv.jpg
                            genre_ids:
                              - 28
                              - 53
                            id: 245891
                            media_type: movie
                            original_language: en
                            original_title: John Wick
                            overview: >-
                              Ex-hitman John Wick comes out of retirement to
                              track down the gangsters that took everything from
                              him.
                            popularity: 85.561
                            poster_path: /fZPSd91yGE9fCcCe6OoQr6E3Bev.jpg
                            release_date: '2014-10-22'
                            title: John Wick
                            video: false
                            vote_average: 7.441
                            vote_count: 19328
                          - adult: false
                            backdrop_path: /r17jFHAemzcWPPtoO0UxjIX0xas.jpg
                            genre_ids:
                              - 28
                              - 53
                              - 80
                            id: 324552
                            media_type: movie
                            original_language: en
                            original_title: 'John Wick: Chapter 2'
                            overview: >-
                              John Wick is forced out of retirement by a former
                              associate looking to seize control of a shadowy
                              international assassins’ guild. Bound by a blood
                              oath to aid him, Wick travels to Rome and does
                              battle against some of the world’s most dangerous
                              killers.
                            popularity: 85.517
                            poster_path: /hXWBc0ioZP3cN4zCu6SN3YHXZVO.jpg
                            release_date: '2017-02-08'
                            title: 'John Wick: Chapter 2'
                            video: false
                            vote_average: 7.3
                            vote_count: 13128
                        known_for_department: Acting
                        name: Keanu Reeves
                        original_name: Keanu Reeves
                        popularity: 154.527
                        profile_path: /8RZLOyYGsoRe9p44q3xin9QkMHv.jpg
                      - adult: false
                        gender: 1
                        id: 974169
                        known_for:
                          - adult: false
                            backdrop_path: /iHSwvRVsRyxpX7FE7GbviaDvgGZ.jpg
                            first_air_date: '2022-11-23'
                            genre_ids:
                              - 10765
                              - 9648
                              - 35
                            id: 119051
                            media_type: tv
                            name: Wednesday
                            origin_country:
                              - US
                            original_language: en
                            original_name: Wednesday
                            overview: >-
                              Wednesday Addams is sent to Nevermore Academy, a
                              bizarre boarding school where she attempts to
                              master her psychic powers, stop a monstrous
                              killing spree of the town citizens, and solve the
                              supernatural mystery that affected her family 25
                              years ago — all while navigating her new
                              relationships.
                            popularity: 247.984
                            poster_path: /9PFonBhy4cQy7Jz20NpMygczOkv.jpg
                            vote_average: 8.445
                            vote_count: 8775
                          - adult: false
                            backdrop_path: /ifUfE79O1raUwbaQRIB7XnFz5ZC.jpg
                            genre_ids:
                              - 27
                              - 9648
                            id: 646385
                            media_type: movie
                            original_language: en
                            original_title: Scream
                            overview: >-
                              Twenty-five years after a streak of brutal murders
                              shocked the quiet town of Woodsboro, a new killer
                              has donned the Ghostface mask and begins targeting
                              a group of teenagers to resurrect secrets from the
                              town’s deadly past.
                            popularity: 117.601
                            poster_path: /1m3W6cpgwuIyjtg5nSnPx7yFkXW.jpg
                            release_date: '2022-01-12'
                            title: Scream
                            video: false
                            vote_average: 6.7
                            vote_count: 3339
                          - adult: false
                            backdrop_path: /70Rm9ItxKuEKN8iu6rNjfwAYUCJ.jpg
                            genre_ids:
                              - 27
                              - 9648
                              - 53
                            id: 760104
                            media_type: movie
                            original_language: en
                            original_title: X
                            overview: >-
                              In 1979, a group of young filmmakers set out to
                              make an adult film in rural Texas, but when their
                              reclusive, elderly hosts catch them in the act,
                              the cast find themselves fighting for their lives.
                            popularity: 72.938
                            poster_path: /lopZSVtXzhFY603E9OqF7O1YKsh.jpg
                            release_date: '2022-03-17'
                            title: X
                            video: false
                            vote_average: 6.8
                            vote_count: 3333
                        known_for_department: Acting
                        name: Jenna Ortega
                        original_name: Jenna Ortega
                        popularity: 148.758
                        profile_path: /q1NRzyZQlYkxLY07GO9NVPkQnu8.jpg
                      - adult: false
                        gender: 2
                        id: 4512
                        known_for:
                          - adult: false
                            backdrop_path: /6b6UpsOXmjO8mJKYsGTG9HW49CN.jpg
                            genre_ids:
                              - 18
                            id: 1443
                            media_type: movie
                            original_language: en
                            original_title: The Virgin Suicides
                            overview: >-
                              A group of male friends become obsessed with five
                              mysterious sisters who are sheltered by their
                              strict, religious parents.
                            popularity: 33.317
                            poster_path: /1NCQtXPQnaHRjOZVmktA9BSM35F.jpg
                            release_date: '2000-04-21'
                            title: The Virgin Suicides
                            video: false
                            vote_average: 7.119
                            vote_count: 3277
                          - adult: false
                            backdrop_path: /uPYa165sraN2c8gZBM9C47g3JoU.jpg
                            genre_ids:
                              - 18
                              - 80
                            id: 311
                            media_type: movie
                            original_language: en
                            original_title: Once Upon a Time in America
                            overview: >-
                              A former Prohibition-era Jewish gangster returns
                              to the Lower East Side of Manhattan over thirty
                              years later, where he once again must confront the
                              ghosts and regrets of his old life.
                            popularity: 51.047
                            poster_path: /i0enkzsL5dPeneWnjl1fCWm6L7k.jpg
                            release_date: '1984-05-23'
                            title: Once Upon a Time in America
                            video: false
                            vote_average: 8.42
                            vote_count: 5439
                          - adult: false
                            backdrop_path: /vCLILR73xCfjxBlbWpNBqfNop4I.jpg
                            genre_ids:
                              - 27
                              - 878
                              - 9648
                            id: 837
                            media_type: movie
                            original_language: en
                            original_title: Videodrome
                            overview: >-
                              As the president of a trashy TV channel, Max Renn
                              is desperate for new programming to attract
                              viewers. When he happens upon "Videodrome," a TV
                              show dedicated to gratuitous torture and
                              punishment, Max sees a potential hit and
                              broadcasts the show on his channel. However, after
                              his girlfriend auditions for the show and never
                              returns, Max investigates the truth behind
                              Videodrome and discovers that the graphic violence
                              may not be as fake as he thought.
                            popularity: 26.969
                            poster_path: /qqqkiZSU9EBGZ1KiDmfn07S7qvv.jpg
                            release_date: '1983-02-04'
                            title: Videodrome
                            video: false
                            vote_average: 7.264
                            vote_count: 2216
                        known_for_department: Acting
                        name: James Woods
                        original_name: James Woods
                        popularity: 145.296
                        profile_path: /tLH7mpH4KqkWL5VgjueTbewGsfK.jpg
                      - adult: false
                        gender: 1
                        id: 80792
                        known_for:
                          - adult: false
                            backdrop_path: /3PWmMis6SLZ986t5ruPpv9ekd7g.jpg
                            genre_ids:
                              - 35
                              - 27
                            id: 45065
                            media_type: movie
                            original_language: ja
                            original_title: 残酷飯店
                            overview: >-
                              Just what is the mystery ingredient in the pot
                              stickers at Togen Restaurant? Those who look for
                              the answer have a habit of disappearing. So when
                              body parts start washing up on the beach, police
                              trace the murders to Togen's seemingly innocent
                              owner. But the slaughter of a few curious fans is
                              the least shocking secret coming out of Togen's
                              kitchen! Mihiro, Sakae Yamazaki, Katsuya Naruse
                              and Yusuke Iwata star in this pitch-black comic
                              horror tale.
                            popularity: 2.383
                            poster_path: /ndziFzdfFk8CvsqPmwtd0iQEvIo.jpg
                            release_date: '2008-01-25'
                            title: Cruel Restaurant
                            video: false
                            vote_average: 4.7
                            vote_count: 19
                          - adult: false
                            backdrop_path: /p1Q81xNXjvTYpSx7pVJ2XFEuS05.jpg
                            genre_ids:
                              - 28
                              - 80
                            id: 50133
                            media_type: movie
                            original_language: ja
                            original_title: スケパン刑事 バージンネーム=諸見栄サキ
                            overview: >-
                              A beautiful "special student undercover cop"
                              attends a prestigious high school in order to bust
                              up a student prostitution ring in this sexy spoof
                              of the popular Yo-Yo Girl Cop series. Saki
                              (Mihiro) may look like you're average innocent
                              schoolgirl, but in reality she's a highly skilled
                              agent for the Japanese government. Armed with a
                              lethal yo-yo and a special pair of see through
                              underwear, Saki befriends a student prostitute
                              named Asuka in hopes of identifying of the
                              ringleaders and gathering the evidence that will
                              bring them to justice. Accomplishing that goal is
                              no simple task, however, because in addition to
                              being bullied about her unconventional
                              undergarments, Saki soon finds herself falling for
                              handsome young classmate Takuya. Now torn between
                              love and duty, Saki is shocked to learn that Asuka
                              has been murdered after her double life was
                              discovered, and that the leaders of the
                              prostitution are none other than the Headmaster of
                              the school and a highly respected teacher.
                            popularity: 3.529
                            poster_path: /hAYcM6G1GNOWTRDP24pS1flHTzw.jpg
                            release_date: '2006-09-30'
                            title: Yo-Yo Sexy Girl Cop
                            video: false
                            vote_average: 3.9
                            vote_count: 9
                          - adult: false
                            backdrop_path: /lnlXn8kU3qE3aKWpMkMj22I4aNd.jpg
                            genre_ids:
                              - 14
                              - 27
                            id: 26693
                            media_type: movie
                            original_language: ja
                            original_title: 呪怨 白い老女
                            overview: >-
                              An apparitions of a young schoolgirl in a yellow
                              rain hat, a family massacre, and a law student's
                              suicide after he fails his bar exam are linked by
                              the ominous recordings discovered on an audio
                              cassette.
                            popularity: 9.772
                            poster_path: /dX9itkjGfYJq4gk2HIdAwmg31l8.jpg
                            release_date: '2009-06-27'
                            title: 'Ju-On: White Ghost'
                            video: false
                            vote_average: 6.072
                            vote_count: 97
                        known_for_department: Acting
                        name: Mihiro
                        original_name: みひろ
                        popularity: 138.912
                        profile_path: /30hRircgW7oYvSdbpRyxUUGfqI3.jpg
                      - adult: false
                        gender: 2
                        id: 1190668
                        known_for:
                          - adult: false
                            backdrop_path: /h3HsfV8Kn9Sz2QWUYYdP5ya23hx.jpg
                            genre_ids:
                              - 878
                              - 12
                            id: 438631
                            media_type: movie
                            original_language: en
                            original_title: Dune
                            overview: >-
                              Paul Atreides, a brilliant and gifted young man
                              born into a great destiny beyond his
                              understanding, must travel to the most dangerous
                              planet in the universe to ensure the future of his
                              family and his people. As malevolent forces
                              explode into conflict over the planet's exclusive
                              supply of the most precious resource in
                              existence-a commodity capable of unlocking
                              humanity's greatest potential-only those who can
                              conquer their fear will survive.
                            popularity: 221.288
                            poster_path: /d5NXSklXo0qyIYkgV94XAgMIckC.jpg
                            release_date: '2021-09-15'
                            title: Dune
                            video: false
                            vote_average: 7.786
                            vote_count: 12974
                          - adult: false
                            backdrop_path: /zvOJawrnmgK0sL293mOXOdLvTXQ.jpg
                            genre_ids:
                              - 10749
                              - 18
                            id: 398818
                            media_type: movie
                            original_language: en
                            original_title: Call Me by Your Name
                            overview: >-
                              In 1980s Italy, a relationship begins between
                              seventeen-year-old teenage Elio and the older
                              adult man hired as his father's research
                              assistant.
                            popularity: 74.85
                            poster_path: /mZ4gBdfkhP9tvLH1DO4m4HYtiyi.jpg
                            release_date: '2017-07-28'
                            title: Call Me by Your Name
                            video: false
                            vote_average: 8.1
                            vote_count: 12121
                          - adult: false
                            backdrop_path: /rRBD8ORo9y34tYkAQJVbn4Ml6tu.jpg
                            genre_ids:
                              - 878
                              - 12
                            id: 693134
                            media_type: movie
                            original_language: en
                            original_title: 'Dune: Part Two'
                            overview: >-
                              Follow the mythic journey of Paul Atreides as he
                              unites with Chani and the Fremen while on a path
                              of revenge against the conspirators who destroyed
                              his family. Facing a choice between the love of
                              his life and the fate of the known universe, Paul
                              endeavors to prevent a terrible future only he can
                              foresee.
                            popularity: 262.945
                            poster_path: /6izwz7rsy95ARzTR3poZ8H6c5pp.jpg
                            release_date: '2024-02-27'
                            title: 'Dune: Part Two'
                            video: false
                            vote_average: 8.153
                            vote_count: 5985
                        known_for_department: Acting
                        name: Timothée Chalamet
                        original_name: Timothée Chalamet
                        popularity: 138.781
                        profile_path: /BE2sdjpgsa2rNTFa66f7upkaOP.jpg
                      - adult: false
                        gender: 2
                        id: 2461
                        known_for:
                          - adult: false
                            backdrop_path: /8lBcqakI3F19NWkXdqE0M8W76b9.jpg
                            genre_ids:
                              - 28
                              - 18
                              - 36
                              - 10752
                            id: 197
                            media_type: movie
                            original_language: en
                            original_title: Braveheart
                            overview: >-
                              Enraged at the slaughter of Murron, his new bride
                              and childhood love, Scottish warrior William
                              Wallace slays a platoon of the local English
                              lord's soldiers. This leads the village to revolt
                              and, eventually, the entire country to rise up
                              against English rule.
                            popularity: 88.012
                            poster_path: /g8UItTLFApanO8rwDsl6qDjU9St.jpg
                            release_date: '1995-05-24'
                            title: Braveheart
                            video: false
                            vote_average: 7.941
                            vote_count: 10186
                          - adult: false
                            backdrop_path: /rsPjEr7o02mo8ex6wD2PbRwasUe.jpg
                            genre_ids:
                              - 18
                              - 53
                              - 878
                              - 9648
                            id: 2675
                            media_type: movie
                            original_language: en
                            original_title: Signs
                            overview: >-
                              A family living on a farm finds mysterious crop
                              circles in their fields which suggests something
                              more frightening to come.
                            popularity: 39.195
                            poster_path: /hyZkNEbNgnciUVTyu4NZTjlCh4L.jpg
                            release_date: '2002-08-02'
                            title: Signs
                            video: false
                            vote_average: 6.698
                            vote_count: 5654
                          - adult: false
                            backdrop_path: /guTNnSWS3CaH71jasY8W1FMptjG.jpg
                            genre_ids:
                              - 12
                              - 28
                              - 35
                              - 53
                              - 80
                            id: 941
                            media_type: movie
                            original_language: en
                            original_title: Lethal Weapon
                            overview: >-
                              Veteran buttoned-down LAPD detective Roger
                              Murtaugh is partnered with unhinged cop Martin
                              Riggs, who -- distraught after his wife's death --
                              has a death wish and takes unnecessary risks with
                              criminals at every turn. The odd couple embark on
                              their first homicide investigation as partners,
                              involving a young woman known to Murtaugh with
                              ties to a drug and prostitution ring.
                            popularity: 44.028
                            poster_path: /fTq4ThIP3pQTYR9eDepsbDHqdcs.jpg
                            release_date: '1987-03-06'
                            title: Lethal Weapon
                            video: false
                            vote_average: 7.288
                            vote_count: 4556
                        known_for_department: Acting
                        name: Mel Gibson
                        original_name: Mel Gibson
                        popularity: 137.634
                        profile_path: /jnqHMaOslt8cef2atSmOpGRvNla.jpg
                      - adult: false
                        gender: 2
                        id: 1862434
                        known_for:
                          - adult: false
                            backdrop_path: /aWas3hZ8DKvfKxLe3dQVpB758eA.jpg
                            genre_ids:
                              - 10749
                              - 35
                            id: 502292
                            media_type: movie
                            original_language: en
                            original_title: The Last Summer
                            overview: >-
                              Standing on the precipice of adulthood, a group of
                              friends navigate new relationships, while
                              reexamining others, during their final summer
                              before college.
                            popularity: 20.412
                            poster_path: /nAn3MRAUwbjVApN3qYkvsTEOAvx.jpg
                            release_date: '2019-05-03'
                            title: The Last Summer
                            video: false
                            vote_average: 6.013
                            vote_count: 1370
                          - adult: false
                            backdrop_path: /lMjY6kMBOHhloz2Ul16fLJn8xuw.jpg
                            genre_ids:
                              - 18
                              - 10752
                            id: 591538
                            media_type: movie
                            original_language: en
                            original_title: The Tragedy of Macbeth
                            overview: >-
                              Macbeth, the Thane of Glamis, receives a prophecy
                              from a trio of witches that one day he will become
                              King of Scotland. Consumed by ambition and spurred
                              to action by his wife, Macbeth murders his king
                              and takes the throne for himself.
                            popularity: 19.719
                            poster_path: /tDNJEhcLbX3jIk3BMCur9pCdaVD.jpg
                            release_date: '2021-12-05'
                            title: The Tragedy of Macbeth
                            video: false
                            vote_average: 6.9
                            vote_count: 755
                          - adult: false
                            backdrop_path: /hGdTq9BX3DB2gwGGFMLTdipCBPk.jpg
                            first_air_date: '2022-10-30'
                            genre_ids:
                              - 18
                              - 10768
                            id: 93870
                            media_type: tv
                            name: SAS Rogue Heroes
                            origin_country:
                              - GB
                            original_language: en
                            original_name: SAS Rogue Heroes
                            overview: >-
                              The dramatised account of how the world’s greatest
                              Special Forces unit, the SAS, was formed under
                              extraordinary circumstances in the darkest days of
                              World War Two.
                            popularity: 122.575
                            poster_path: /qEaxiDrPaTY34eIg6naXMfM2IKC.jpg
                            vote_average: 7.723
                            vote_count: 94
                        known_for_department: Acting
                        name: Jacob McCarthy
                        original_name: Jacob McCarthy
                        popularity: 133.745
                        profile_path: /kU6N4Z2L7f3mFeSZnrnmFE0k4ZZ.jpg
                      - adult: false
                        gender: 1
                        id: 572043
                        known_for:
                          - adult: false
                            backdrop_path: /hxhc3IiG7jSMUXDSlWO1ZhysvhU.jpg
                            genre_ids:
                              - 14
                              - 28
                              - 12
                              - 18
                            id: 611698
                            media_type: movie
                            original_language: zh
                            original_title: 刺杀小说家
                            overview: >-
                              Kongwen Lu is the author of a fantasy novel series
                              following a heroic teenager, also named Kongwen,
                              on a quest to end the tyrannical rule of Lord
                              Redmane, under the guidance of a Black Armor. But
                              through a strange twist of fate, the fantasy world
                              of the novel begins to impact life in the real
                              world, leading Guan Ning to accept a mission from
                              Tu Ling to kill the author.
                            popularity: 24.32
                            poster_path: /7hEhhmAF8Tr7g95fkbuxDpeR27b.jpg
                            release_date: '2021-02-12'
                            title: A Writer's Odyssey
                            video: false
                            vote_average: 7.1
                            vote_count: 303
                          - adult: false
                            backdrop_path: /lKilKeX1rlIhRcY4xQPP4bmuct9.jpg
                            genre_ids:
                              - 16
                              - 14
                              - 18
                              - 878
                            id: 369552
                            media_type: movie
                            original_language: zh
                            original_title: 爵迹
                            overview: >-
                              Based on the novel of the same name, the film
                              depicts the endless battles of four kingdoms as
                              they fight for power and domination of the one
                              ultimate realm.Based on his 2 beloved fantasy
                              novels with 6 million copies sold, L.O.R.D is
                              acclaimed writer and director Guo Jingming’s
                              follow up to his Tiny Times films.  The
                              action-adventure odyssey is set in a world of
                              warring Sorcerers, Lords and Beasts. The first CGI
                              Film to come from China
                            popularity: 10.449
                            poster_path: /qIUDi1XDAREkarkwNzOOBgUzqyC.jpg
                            release_date: '2016-09-29'
                            title: 'L.O.R.D: Legend of Ravaging Dynasties'
                            video: false
                            vote_average: 7
                            vote_count: 133
                          - adult: false
                            backdrop_path: /f2fWG89GPSe31ymp6pqJANfjbit.jpg
                            genre_ids:
                              - 28
                              - 878
                            id: 457832
                            media_type: movie
                            original_language: zh
                            original_title: 逆时营救
                            overview: >-
                              In 2025, a scientist on the verge of making a
                              major discovery related to time travel is suddenly
                              put in peril when a rival kidnaps her young son
                              and demands a hefty ransom: her entire research.
                            popularity: 8.561
                            poster_path: /zwTonDtQstoMQHYEBCz8x8RvBJJ.jpg
                            release_date: '2017-06-28'
                            title: Reset
                            video: false
                            vote_average: 6.981
                            vote_count: 104
                        known_for_department: Acting
                        name: Yang Mi
                        original_name: 杨幂
                        popularity: 130.658
                        profile_path: /6RezRxlQBsYmlotybR3q7riSrvV.jpg
                      - adult: false
                        gender: 2
                        id: 1186625
                        known_for:
                          - adult: false
                            backdrop_path: /4JgZdSxx0YOwUx4cdokGgD9o4fE.jpg
                            genre_ids:
                              - 28
                              - 18
                            id: 989017
                            media_type: movie
                            original_language: te
                            original_title: వాల్తేరు వీరయ్య
                            overview: >-
                              A notorious smuggler Waltair Veerayya is hired by
                              a CI Seethapathi, reaches Malaysia with the
                              ostensible mission of kidnapping a drug mafia
                              leader named Solomon, who escaped India after
                              wreaking havoc on the RAW agents and local
                              policemen. Veerayya manages to pummel Solomon, who
                              is fiercely protected by his ruthless gang-lord
                              brother Kaala. Tables are turned, when Veerayya
                              reveals that he shares a turbulent past with Kaala
                              & an ACP Vikram Sagar who is hell-bent on ending
                              his smuggling activities.
                            popularity: 9.682
                            poster_path: /g4mx225pbBH5i0KSjc3t1pO5hIy.jpg
                            release_date: '2023-01-13'
                            title: Waltair Veerayya
                            video: false
                            vote_average: 5.37
                            vote_count: 27
                          - adult: false
                            backdrop_path: /vXJQzWf7E8MCrTnFeH7xeIrqOwm.jpg
                            genre_ids:
                              - 28
                              - 53
                            id: 101736
                            media_type: movie
                            original_language: te
                            original_title: జై లవ కుశ
                            overview: >-
                              Jai, Lava and Kusa are triplets who get separated
                              during their childhood because of small clashes.
                              While Jai becomes an evil blooded criminal, the
                              other two, Kusa and Lava end up as small-time
                              crook and bank manager respectively. The twist in
                              the tale arises when Jai kidnaps both the brothers
                              and asks them to help him in his political growth.
                              What is Jai’s agenda? Why did he kidnap his
                              brothers? How can the innocent Lava and Kusa
                              manage the criminal Jai?
                            popularity: 6.732
                            poster_path: /uM4QeWS6dgLWGlZpE2XKa3GUnms.jpg
                            release_date: '2017-09-21'
                            title: Jai Lava Kusa
                            video: false
                            vote_average: 6.4
                            vote_count: 25
                          - adult: false
                            backdrop_path: /gmaF8Z8A2K3FQJ0ZDBisUEjftJk.jpg
                            genre_ids:
                              - 28
                              - 35
                            id: 292139
                            media_type: movie
                            original_language: te
                            original_title: పవర్
                            overview: >-
                              Ravi Teja plays a young man desperate to become a
                              police officer, who becomes embroiled in a plot to
                              pose as his lookalike in order to re-capture an
                              infamous thug from rogue cops. The film revolves
                              around two similar looking people, Baldev Sahay -
                              a corrupt ACP in Kolkata and Tirupathi - a person
                              aspiring to become a police officer in Hyderabad.
                              The home minister of Kolkata recruits Tirupathi to
                              play as Baldev to catch a gangster rescued by
                              Baldev. Rest of the story is all about why Baldev
                              became a corrupt cop and how Tirupathi executed
                              the unfinished mission of Baldev.
                            popularity: 6.188
                            poster_path: /ss0DcmUNQ6XaBwPfxJA7lktKhCi.jpg
                            release_date: '2014-09-12'
                            title: Power
                            video: false
                            vote_average: 5.438
                            vote_count: 16
                        known_for_department: Directing
                        name: Bobby Kolli
                        original_name: Bobby Kolli
                        popularity: 127.074
                        profile_path: /b0vOz06sawC4MQ4pdg0JboXqqTk.jpg
                      - adult: false
                        gender: 1
                        id: 1877932
                        known_for:
                          - adult: false
                            backdrop_path: /3FJ53wbpjSAGY98KYiHJ4DQccDr.jpg
                            genre_ids:
                              - 35
                            id: 800937
                            media_type: movie
                            original_language: en
                            original_title: Senior Year
                            overview: >-
                              A thirty-seven-year-old woman wakes up from a
                              twenty-year coma and returns to the high school
                              where she was once a popular cheerleader to finish
                              her senior year and become prom queen.
                            popularity: 28.566
                            poster_path: /6UqbcDQhCYpxboK58Z0eVfdeHcT.jpg
                            release_date: '2022-05-11'
                            title: Senior Year
                            video: false
                            vote_average: 5.941
                            vote_count: 831
                          - adult: false
                            backdrop_path: /vwkJChYb9dBcuds98Se4oHIcbnw.jpg
                            genre_ids:
                              - 18
                              - 9648
                              - 53
                              - 36
                            id: 567970
                            media_type: movie
                            original_language: en
                            original_title: Lost Girls
                            overview: >-
                              When Mari Gilbert's daughter disappears, police
                              inaction drives her own investigation into the
                              gated Long Island community where Shannan was last
                              seen. Her search brings attention to over a dozen
                              murdered prostitutes.
                            popularity: 24.039
                            poster_path: /pDas4DwURlRzjD9xEhSdtkcl1ZV.jpg
                            release_date: '2020-01-28'
                            title: Lost Girls
                            video: false
                            vote_average: 6.079
                            vote_count: 701
                          - adult: false
                            backdrop_path: /jmcRdwSOb1Bo1snMtxTSWOqbvgR.jpg
                            first_air_date: '2024-12-15'
                            genre_ids:
                              - 80
                              - 18
                            id: 219937
                            media_type: tv
                            name: 'Dexter: Original Sin'
                            origin_country:
                              - US
                            original_language: en
                            original_name: 'Dexter: Original Sin'
                            overview: >-
                              In 1991 Miami, Dexter Morgan transitions from
                              student to avenging serial killer. When his
                              bloodthirsty urges can't be ignored any longer,
                              Dexter must learn to channel his inner darkness.
                              With the guidance of his father, Harry, he adopts
                              a Code designed to help him find and kill people
                              who deserve to be eliminated from society without
                              getting on law enforcements' radar. This is a
                              particular challenge for young Dexter as he begins
                              a forensics internship at the Miami Metro Police
                              Department.
                            popularity: 363.612
                            poster_path: /j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg
                            vote_average: 8.8
                            vote_count: 62
                        known_for_department: Acting
                        name: Molly Brown
                        original_name: Molly Brown
                        popularity: 122.103
                        profile_path: /qB9WaA6ekkULwwiiNxcXUsdDi9q.jpg
                  total_pages:
                    type: number
                    example: 190558
                  total_results:
                    type: number
                    example: 3811142
              examples:
                Popular Example:
                  value:
                    page: 1
                    results:
                      - adult: false
                        gender: 2
                        id: 63429
                        known_for:
                          - adult: false
                            backdrop_path: /13uKAt4M87HQi1lMZAwBmsNZRGg.jpg
                            genre_ids:
                              - 18
                              - 35
                              - 10749
                            id: 11178
                            media_type: movie
                            original_language: ko
                            original_title: 엽기적인 그녀
                            overview: >-
                              A dweeby, mild-mannered man comes to the aid of a
                              drunk young woman on a subway platform. Little
                              does he know how much trouble he’s in for.
                            popularity: 17.688
                            poster_path: /qx4hZvSy2b11KIPBHBFEibgRbk0.jpg
                            release_date: '2001-07-27'
                            title: My Sassy Girl
                            video: false
                            vote_average: 7.5
                            vote_count: 569
                          - adult: false
                            backdrop_path: /aUskYggZkaoU2BhvIaRF1QehNdj.jpg
                            genre_ids:
                              - 18
                              - 10749
                            id: 42190
                            media_type: movie
                            original_language: ko
                            original_title: 클래식
                            overview: >-
                              Ji-hae's friend is having problems expressing her
                              feelings to the boy she loves, so she asks Ji-hae
                              to write e-mails to him in her name. As the boy
                              falls in love with her letters, Ji-hae discovers
                              the story of her mother's romance which is
                              remarkably similar to her own circumstances.
                            popularity: 14.485
                            poster_path: /sNe23Tsia9usMBN5TW2KXPJdq2K.jpg
                            release_date: '2003-01-30'
                            title: The Classic
                            video: false
                            vote_average: 7.6
                            vote_count: 158
                          - adult: false
                            backdrop_path: /2tZb1Aq8TK55GAWuGnosGy9Rmt5.jpg
                            genre_ids:
                              - 35
                              - 10749
                            id: 821661
                            media_type: movie
                            original_language: ko
                            original_title: 해피 뉴 이어
                            overview: >-
                              A romantic comedy of a young man and woman that is
                              told in the background of hotel 'Emross'. It has
                              stories of people who met each other at Hotel
                              Emross during the New Year holidays. Each one has
                              his own memory to relate and create relationships
                              or just going nostalgic.
                            popularity: 12.306
                            poster_path: /z1kgyVRmoNd4MxsP4NTNMadsPRZ.jpg
                            release_date: '2021-12-29'
                            title: A Year-End Medley
                            video: false
                            vote_average: 7.1
                            vote_count: 142
                        known_for_department: Directing
                        name: Kwak Jae-yong
                        original_name: 곽재용
                        popularity: 449.466
                        profile_path: /oTpZ0Ek4qoI8U0tRIViUhgfB05b.jpg
                      - adult: false
                        gender: 1
                        id: 20652
                        known_for:
                          - adult: false
                            backdrop_path: /AwlJ2bQGjfEuXLsL5XJAaxOmMuV.jpg
                            genre_ids:
                              - 14
                              - 18
                              - 28
                              - 53
                              - 10749
                            id: 2008
                            media_type: movie
                            original_language: zh
                            original_title: 无极
                            overview: >-
                              An orphaned girl, driven by poverty at such a
                              young age, makes a promise with an enchantress. In
                              return for beauty and the admiration of every man,
                              she will never be with the man she loves. This
                              spell cannot be broken unless the impossible
                              happens: snow falling in spring and the dead
                              coming back to life. Now a grown and beautiful
                              princess, she regrets her promise, for all of the
                              men she's loved has always been met with tragedy.
                            popularity: 14.533
                            poster_path: /tdm4mlc27S1d72ub4Y4xcU2OlDD.jpg
                            release_date: '2005-12-15'
                            title: The Promise
                            video: false
                            vote_average: 5.6
                            vote_count: 115
                          - adult: false
                            backdrop_path: /lMRX4cLx4hxYth3iQ96c0E1RHGB.jpg
                            genre_ids:
                              - 28
                              - 35
                            id: 11770
                            media_type: movie
                            original_language: cn
                            original_title: 少林足球
                            overview: >-
                              A young Shaolin follower reunites with his
                              discouraged brothers to form a soccer team using
                              their martial art skills to their advantage.
                            popularity: 45.121
                            poster_path: /ppgeawDWa4rehYYRidWCqg4kOli.jpg
                            release_date: '2001-07-05'
                            title: Shaolin Soccer
                            video: false
                            vote_average: 7.129
                            vote_count: 2263
                          - adult: false
                            backdrop_path: /fGzO3qGIaBlLlW53fsaRSUPEjw0.jpg
                            genre_ids:
                              - 35
                              - 18
                              - 10749
                            id: 53168
                            media_type: movie
                            original_language: cn
                            original_title: 喜劇之王
                            overview: >-
                              Wan Tin-Sau is an actor who cannot seem to catch a
                              break, since his only professional jobs are
                              limited to being a movie extra. As well as being
                              an actor, he is also the head of his village's
                              community center.
                            popularity: 11.646
                            poster_path: /dmJWvKNgeCrIwJH6AapdSMiZHop.jpg
                            release_date: '1999-02-08'
                            title: King of Comedy
                            video: false
                            vote_average: 7.3
                            vote_count: 174
                        known_for_department: Acting
                        name: Cecilia Cheung
                        original_name: 張柏芝
                        popularity: 328.552
                        profile_path: /xghVxRPUmFCHYxzD0NxMO8NtoKK.jpg
                      - adult: false
                        gender: 1
                        id: 2527414
                        known_for:
                          - adult: false
                            backdrop_path: /lntyt4OVDbcxA1l7LtwITbrD3FI.jpg
                            genre_ids:
                              - 10749
                              - 18
                            id: 1010581
                            media_type: movie
                            original_language: es
                            original_title: Culpa mía
                            overview: >-
                              Noah must leave her city, boyfriend, and friends
                              to move into William Leister's mansion, the flashy
                              and wealthy husband of her mother Rafaela. As a
                              proud and independent 17 year old, Noah resists
                              living in a mansion surrounded by luxury. However,
                              it is there where she meets Nick, her new
                              stepbrother, and the clash of their strong
                              personalities becomes evident from the very
                              beginning.
                            popularity: 860.696
                            poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg
                            release_date: '2023-06-08'
                            title: My Fault
                            video: false
                            vote_average: 7.9
                            vote_count: 3361
                          - adult: false
                            backdrop_path: /k24eZq5I3jyz4htPkZCRpnUmBzE.jpg
                            genre_ids:
                              - 10749
                              - 18
                            id: 1156593
                            media_type: movie
                            original_language: es
                            original_title: Culpa tuya
                            overview: >-
                              The love between Noah and Nick seems unwavering
                              despite their parents' attempts to separate them.
                              But his job and her entry into college open up
                              their lives to new relationships that will shake
                              the foundations of both their relationship and the
                              Leister family itself.
                            popularity: 1904.597
                            poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg
                            release_date: '2024-12-26'
                            title: Your Fault
                            video: false
                            vote_average: 7.1
                            vote_count: 794
                          - adult: false
                            backdrop_path: /ieiq46OoeTrLkjtclmhii6iRyzP.jpg
                            first_air_date: '2024-05-31'
                            genre_ids:
                              - 18
                            id: 242876
                            media_type: tv
                            name: Raising Voices
                            origin_country:
                              - ES
                            original_language: es
                            original_name: Ni una más
                            overview: >-
                              When a 17-year-old reports a sexual assault at her
                              high school, an investigation upends her life and
                              tests her relationships.
                            popularity: 231.666
                            poster_path: /lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg
                            vote_average: 7.796
                            vote_count: 353
                        known_for_department: Acting
                        name: Nicole Wallace
                        original_name: Nicole Wallace
                        popularity: 215.44
                        profile_path: /xlvq6OYCN6yQef4fpJQtwVyQxqr.jpg
                      - adult: false
                        gender: 2
                        id: 2786960
                        known_for:
                          - adult: false
                            backdrop_path: /lntyt4OVDbcxA1l7LtwITbrD3FI.jpg
                            genre_ids:
                              - 10749
                              - 18
                            id: 1010581
                            media_type: movie
                            original_language: es
                            original_title: Culpa mía
                            overview: >-
                              Noah must leave her city, boyfriend, and friends
                              to move into William Leister's mansion, the flashy
                              and wealthy husband of her mother Rafaela. As a
                              proud and independent 17 year old, Noah resists
                              living in a mansion surrounded by luxury. However,
                              it is there where she meets Nick, her new
                              stepbrother, and the clash of their strong
                              personalities becomes evident from the very
                              beginning.
                            popularity: 860.696
                            poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg
                            release_date: '2023-06-08'
                            title: My Fault
                            video: false
                            vote_average: 7.9
                            vote_count: 3361
                          - adult: false
                            backdrop_path: /k24eZq5I3jyz4htPkZCRpnUmBzE.jpg
                            genre_ids:
                              - 10749
                              - 18
                            id: 1156593
                            media_type: movie
                            original_language: es
                            original_title: Culpa tuya
                            overview: >-
                              The love between Noah and Nick seems unwavering
                              despite their parents' attempts to separate them.
                              But his job and her entry into college open up
                              their lives to new relationships that will shake
                              the foundations of both their relationship and the
                              Leister family itself.
                            popularity: 1904.597
                            poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg
                            release_date: '2024-12-26'
                            title: Your Fault
                            video: false
                            vote_average: 7.1
                            vote_count: 794
                          - adult: false
                            backdrop_path: /ieiq46OoeTrLkjtclmhii6iRyzP.jpg
                            first_air_date: '2024-05-31'
                            genre_ids:
                              - 18
                            id: 242876
                            media_type: tv
                            name: Raising Voices
                            origin_country:
                              - ES
                            original_language: es
                            original_name: Ni una más
                            overview: >-
                              When a 17-year-old reports a sexual assault at her
                              high school, an investigation upends her life and
                              tests her relationships.
                            popularity: 231.666
                            poster_path: /lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg
                            vote_average: 7.796
                            vote_count: 353
                        known_for_department: Acting
                        name: Gabriel Guevara
                        original_name: Gabriel Guevara
                        popularity: 175.948
                        profile_path: /pviRYKEEmoPUfLYwP1VHJ6LQcRg.jpg
                      - adult: false
                        gender: 2
                        id: 1763709
                        known_for:
                          - adult: false
                            backdrop_path: /cyKH7pDFlxIXluqRyNoHHEpxSDX.jpg
                            genre_ids:
                              - 80
                              - 28
                              - 53
                              - 18
                            id: 646097
                            media_type: movie
                            original_language: en
                            original_title: Rebel Ridge
                            overview: >-
                              A former Marine confronts corruption in a small
                              town when local law enforcement unjustly seizes
                              the bag of cash he needs to post his cousin's
                              bail.
                            popularity: 119.437
                            poster_path: /xEt2GSz9z5rSVpIHMiGdtf0czyf.jpg
                            release_date: '2024-08-27'
                            title: Rebel Ridge
                            video: false
                            vote_average: 7
                            vote_count: 1116
                          - adult: false
                            backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg
                            genre_ids:
                              - 12
                              - 10751
                              - 16
                            id: 762509
                            media_type: movie
                            original_language: en
                            original_title: 'Mufasa: The Lion King'
                            overview: >-
                              Mufasa, a cub lost and alone, meets a sympathetic
                              lion named Taka, the heir to a royal bloodline.
                              The chance meeting sets in motion an expansive
                              journey of a group of misfits searching for their
                              destiny.
                            popularity: 2747.528
                            poster_path: /iBqXjFkAozQ1z2sfAiWwBimbiJX.jpg
                            release_date: '2024-12-18'
                            title: 'Mufasa: The Lion King'
                            video: false
                            vote_average: 7.462
                            vote_count: 563
                          - adult: false
                            backdrop_path: /32yqxyLlWcO81UCx51Jfq9aeJdA.jpg
                            genre_ids:
                              - 53
                              - 9648
                              - 27
                            id: 631843
                            media_type: movie
                            original_language: en
                            original_title: Old
                            overview: >-
                              A group of families on a tropical holiday discover
                              that the secluded beach where they are staying is
                              somehow causing them to age rapidly – reducing
                              their entire lives into a single day.
                            popularity: 55.795
                            poster_path: /vclShucpUmPhdAOmKgf3B3Z4POD.jpg
                            release_date: '2021-07-21'
                            title: Old
                            video: false
                            vote_average: 6.333
                            vote_count: 4464
                        known_for_department: Acting
                        name: Aaron Pierre
                        original_name: Aaron Pierre
                        popularity: 175.049
                        profile_path: /hNwZWdT2KxKj1YLbipvtUhNjfAp.jpg
                      - adult: false
                        gender: 2
                        id: 976
                        known_for:
                          - adult: false
                            backdrop_path: /ibKeXahq4JD63z6uWQphqoJLvNw.jpg
                            genre_ids:
                              - 28
                              - 878
                              - 27
                            id: 345940
                            media_type: movie
                            original_language: en
                            original_title: The Meg
                            overview: >-
                              A deep sea submersible pilot revisits his past
                              fears in the Mariana Trench, and accidentally
                              unleashes the seventy foot ancestor of the Great
                              White Shark believed to be extinct.
                            popularity: 83.827
                            poster_path: /eyWICPcxOuTcDDDbTMOZawoOn8d.jpg
                            release_date: '2018-08-09'
                            title: The Meg
                            video: false
                            vote_average: 6.253
                            vote_count: 7673
                          - adult: false
                            backdrop_path: /70AV2Xx5FQYj20labp0EGdbjI6E.jpg
                            genre_ids:
                              - 80
                              - 28
                              - 53
                            id: 637649
                            media_type: movie
                            original_language: en
                            original_title: Wrath of Man
                            overview: >-
                              A cold and mysterious new security guard for a Los
                              Angeles cash truck company surprises his
                              co-workers when he unleashes precision skills
                              during a heist. The crew is left wondering who he
                              is and where he came from. Soon, the marksman's
                              ultimate motive becomes clear as he takes dramatic
                              and irrevocable steps to settle a score.
                            popularity: 180.092
                            poster_path: /M7SUK85sKjaStg4TKhlAVyGlz3.jpg
                            release_date: '2021-04-22'
                            title: Wrath of Man
                            video: false
                            vote_average: 7.629
                            vote_count: 5371
                          - adult: false
                            backdrop_path: /kWt1OcPgwO1ssu57wgTKmq38JYw.jpg
                            genre_ids:
                              - 28
                              - 80
                              - 53
                            id: 4108
                            media_type: movie
                            original_language: en
                            original_title: The Transporter
                            overview: >-
                              Former Special Forces officer Frank Martin will
                              deliver anything to anyone for the right price,
                              and his no-questions-asked policy puts him in high
                              demand. But when he realizes his latest cargo is
                              alive, it sets in motion a dangerous chain of
                              events. The bound and gagged Lai is being smuggled
                              to France by a shady American businessman, and
                              Frank works to save her as his own illegal
                              activities are uncovered by a French detective.
                            popularity: 61.735
                            poster_path: /xmuCaJJjGbUns8pwMD7M0C0O1uP.jpg
                            release_date: '2002-10-02'
                            title: The Transporter
                            video: false
                            vote_average: 6.713
                            vote_count: 5350
                        known_for_department: Acting
                        name: Jason Statham
                        original_name: Jason Statham
                        popularity: 164.355
                        profile_path: /whNwkEQYWLFJA8ij0WyOOAD5xhQ.jpg
                      - adult: false
                        gender: 2
                        id: 3724154
                        known_for:
                          - adult: false
                            backdrop_path: /A7KwHKB5faRRRRveVQC5TPI35kV.jpg
                            genre_ids:
                              - 18
                              - 10749
                            id: 1232449
                            media_type: movie
                            original_language: nl
                            original_title: Young Hearts
                            overview: >-
                              Fourteen-year-old Elias increasingly feels like an
                              outsider in his village. When he meets his new
                              neighbour of the same age, Alexander, Elias is
                              confronted with his burgeoning sexuality.
                            popularity: 116.479
                            poster_path: /iGCtYxfuvXfy0BD5m6p7vKuPOxS.jpg
                            release_date: '2024-10-26'
                            title: Young Hearts
                            video: false
                            vote_average: 8.3
                            vote_count: 27
                          - adult: false
                            backdrop_path: /xbb0AzHP1B7vJ2LiN7ARLNe3RwZ.jpg
                            first_air_date: '2023-08-18'
                            genre_ids:
                              - 35
                            id: 229685
                            media_type: tv
                            name: Boomer
                            origin_country:
                              - BE
                            original_language: nl
                            original_name: Boomer
                            overview: ''
                            popularity: 16.38
                            poster_path: /bZAKLGZk3gqCbdBhcfrnBp0LuwS.jpg
                            vote_average: 10
                            vote_count: 1
                          - adult: false
                            backdrop_path: /xANGcChEgQJLHMdiLwOLxWebvbs.jpg
                            genre_ids:
                              - 18
                            id: 1030955
                            media_type: movie
                            original_language: nl
                            original_title: Alleen Ik
                            overview: >-
                              Longing for acceptance, a neurodivergent boy
                              taunts the boundaries of his best friend: his
                              brother.
                            popularity: 13.713
                            poster_path: /qUzwUif6WybmpH6t4MA26hkdUI5.jpg
                            release_date: '2022-11-05'
                            title: Alleen Ik (Only me, me alone)
                            video: false
                            vote_average: 6
                            vote_count: 2
                        known_for_department: Acting
                        name: Lou Goossens
                        original_name: Lou Goossens
                        popularity: 161.745
                        profile_path: /kY8eifhCPvjTE6JJclrrWO7Zr9L.jpg
                      - adult: false
                        gender: 2
                        id: 500
                        known_for:
                          - adult: false
                            backdrop_path: /4V1yIoAKPMRQwGBaSses8Bp2nsi.jpg
                            genre_ids:
                              - 28
                              - 878
                            id: 137113
                            media_type: movie
                            original_language: en
                            original_title: Edge of Tomorrow
                            overview: >-
                              Major Bill Cage is an officer who has never seen a
                              day of combat when he is unceremoniously demoted
                              and dropped into combat. Cage is killed within
                              minutes, managing to take an alpha alien down with
                              him. He awakens back at the beginning of the same
                              day and is forced to fight and die again... and
                              again - as physical contact with the alien has
                              thrown him into a time loop.
                            popularity: 85.99
                            poster_path: /uUHvlkLavotfGsNtosDy8ShsIYF.jpg
                            release_date: '2014-05-27'
                            title: Edge of Tomorrow
                            video: false
                            vote_average: 7.627
                            vote_count: 13903
                          - adult: false
                            backdrop_path: /sbkYWB5QcfT00gLUkbNE5LTdhIX.jpg
                            genre_ids:
                              - 28
                              - 878
                              - 12
                              - 9648
                            id: 75612
                            media_type: movie
                            original_language: en
                            original_title: Oblivion
                            overview: >-
                              Jack Harper is one of the last few drone repairmen
                              stationed on Earth. Part of a massive operation to
                              extract vital resources after decades of war with
                              a terrifying threat known as the Scavs, Jack’s
                              mission is nearly complete. His existence is
                              brought crashing down when he rescues a beautiful 
                              stranger from a downed spacecraft. Her arrival
                              triggers a chain of events that  forces him to
                              question everything he knows and puts the fate of
                              humanity in his hands.
                            popularity: 88.771
                            poster_path: /5Onf4TW3mZn3oLeKVr9W4FGomQQ.jpg
                            release_date: '2013-04-10'
                            title: Oblivion
                            video: false
                            vote_average: 6.65
                            vote_count: 10701
                          - adult: false
                            backdrop_path: /ih4lZkUpmSE7AP3maymiO72xJ1z.jpg
                            genre_ids:
                              - 28
                              - 53
                              - 12
                            id: 56292
                            media_type: movie
                            original_language: en
                            original_title: 'Mission: Impossible - Ghost Protocol'
                            overview: >-
                              Ethan Hunt and his team are racing against time to
                              track down a dangerous terrorist named Hendricks,
                              who has gained access to Russian nuclear launch
                              codes and is planning a strike on the United
                              States. An attempt to stop him ends in an
                              explosion causing severe destruction to the
                              Kremlin and the IMF to be implicated in the
                              bombing, forcing the President to disavow them. No
                              longer being aided by the government, Ethan and
                              his team chase Hendricks around the globe,
                              although they might still be too late to stop a
                              disaster.
                            popularity: 71.87
                            poster_path: /eRZTGx7GsiKqPch96k27LK005ZL.jpg
                            release_date: '2011-12-07'
                            title: 'Mission: Impossible - Ghost Protocol'
                            video: false
                            vote_average: 7.092
                            vote_count: 9911
                        known_for_department: Acting
                        name: Tom Cruise
                        original_name: Tom Cruise
                        popularity: 161.026
                        profile_path: /eOh4ubpOm2Igdg0QH2ghj0mFtC.jpg
                      - adult: false
                        gender: 1
                        id: 115440
                        known_for:
                          - adult: false
                            backdrop_path: /9KnIzPCv9XpWA0MqmwiKBZvV1Sj.jpg
                            first_air_date: '2019-06-16'
                            genre_ids:
                              - 18
                            id: 85552
                            media_type: tv
                            name: Euphoria
                            origin_country:
                              - US
                            original_language: en
                            original_name: Euphoria
                            overview: >-
                              A group of high school students navigate love and
                              friendships in a world of drugs, sex, trauma, and
                              social media.
                            popularity: 329.097
                            poster_path: /3Q0hd3heuWwDWpwcDkhQOA6TYWI.jpg
                            vote_average: 8.31
                            vote_count: 9834
                          - adult: false
                            backdrop_path: /j9eOeLlTGoHoM8BNUJVNyWmIvCi.jpg
                            genre_ids:
                              - 10749
                              - 35
                            id: 1072790
                            media_type: movie
                            original_language: en
                            original_title: Anyone But You
                            overview: >-
                              After an amazing first date, Bea and Ben’s fiery
                              attraction turns ice cold — until they find
                              themselves unexpectedly reunited at a destination
                              wedding in Australia. So they do what any two
                              mature adults would do: pretend to be a couple.
                            popularity: 128.016
                            poster_path: /5qHoazZiaLe7oFBok7XlUhg96f2.jpg
                            release_date: '2023-12-21'
                            title: Anyone But You
                            video: false
                            vote_average: 6.9
                            vote_count: 2332
                          - adult: false
                            backdrop_path: /5Eip60UDiPLASyKjmHPMruggTc4.jpg
                            genre_ids:
                              - 27
                              - 9648
                              - 53
                            id: 1041613
                            media_type: movie
                            original_language: en
                            original_title: Immaculate
                            overview: >-
                              An American nun embarks on a new journey when she
                              joins a remote convent in the Italian countryside.
                              However, her warm welcome quickly turns into a
                              living nightmare when she discovers her new home
                              harbours a sinister secret and unspeakable
                              horrors.
                            popularity: 79.589
                            poster_path: /fdZpvODTX5wwkD0ikZNaClE4AoW.jpg
                            release_date: '2024-03-20'
                            title: Immaculate
                            video: false
                            vote_average: 6.249
                            vote_count: 1295
                        known_for_department: Acting
                        name: Sydney Sweeney
                        original_name: Sydney Sweeney
                        popularity: 160.196
                        profile_path: /qYiaSl0Eb7G3VaxOg8PxExCFwon.jpg
                      - adult: false
                        gender: 1
                        id: 1152083
                        known_for:
                          - adult: false
                            backdrop_path: /oAcV4179Kdpvb2xk9TtS8Ewrp8q.jpg
                            genre_ids:
                              - 35
                              - 10402
                            id: 612706
                            media_type: movie
                            original_language: en
                            original_title: Work It
                            overview: >-
                              A brilliant but clumsy high school senior vows to
                              get into her late father's alma mater by
                              transforming herself and a misfit squad into dance
                              champions.
                            popularity: 19.878
                            poster_path: /b5XfICAvUe8beWExBz97i0Qw4Qh.jpg
                            release_date: '2020-08-07'
                            title: Work It
                            video: false
                            vote_average: 7.548
                            vote_count: 1165
                          - adult: false
                            backdrop_path: /8wfPjfUgmGpqCIW6gS0pS0pixnA.jpg
                            genre_ids:
                              - 35
                              - 18
                              - 10749
                            id: 625450
                            media_type: movie
                            original_language: en
                            original_title: Tall Girl
                            overview: >-
                              Jodi, the tallest girl in her high school, has
                              always felt uncomfortable in her own skin. But
                              after years of slouching, being made fun of, and
                              avoiding attention at all costs, Jodi finally
                              decides to find the confidence to stand tall.
                            popularity: 26.638
                            poster_path: /m0clsFEXidLVJ0TueqWOvvImOMh.jpg
                            release_date: '2019-09-13'
                            title: Tall Girl
                            video: false
                            vote_average: 6.318
                            vote_count: 1869
                          - adult: false
                            backdrop_path: /L7DIiAdP8DnNqOh7454ZrTYspR.jpg
                            genre_ids:
                              - 10402
                              - 18
                              - 10749
                            id: 630566
                            media_type: movie
                            original_language: en
                            original_title: Clouds
                            overview: >-
                              Young musician Zach Sobiech discovers his cancer
                              has spread, leaving him just a few months to live.
                              With limited time, he follows his dream and makes
                              an album, unaware that it will soon be a viral
                              music phenomenon.
                            popularity: 27.98
                            poster_path: /d0OdD1I8qAfETvE9Rp9Voq7R8LR.jpg
                            release_date: '2020-10-09'
                            title: Clouds
                            video: false
                            vote_average: 8.253
                            vote_count: 1007
                        known_for_department: Acting
                        name: Sabrina Carpenter
                        original_name: Sabrina Carpenter
                        popularity: 154.668
                        profile_path: /o0anvGEg34MzoNh6hbJHthB3paF.jpg
                      - adult: false
                        gender: 2
                        id: 6384
                        known_for:
                          - adult: false
                            backdrop_path: /icmmSD4vTTDKOq2vvdulafOGw93.jpg
                            genre_ids:
                              - 28
                              - 878
                            id: 603
                            media_type: movie
                            original_language: en
                            original_title: The Matrix
                            overview: >-
                              Set in the 22nd century, The Matrix tells the
                              story of a computer hacker who joins a group of
                              underground insurgents fighting the vast and
                              powerful computers who now rule the earth.
                            popularity: 146.166
                            poster_path: /dXNAPwY7VrqMAo51EKhhCJfaGb5.jpg
                            release_date: '1999-03-31'
                            title: The Matrix
                            video: false
                            vote_average: 8.22
                            vote_count: 25871
                          - adult: false
                            backdrop_path: /eD7FnB7LLrBV5ewjdGLYTAoV9Mv.jpg
                            genre_ids:
                              - 28
                              - 53
                            id: 245891
                            media_type: movie
                            original_language: en
                            original_title: John Wick
                            overview: >-
                              Ex-hitman John Wick comes out of retirement to
                              track down the gangsters that took everything from
                              him.
                            popularity: 85.561
                            poster_path: /fZPSd91yGE9fCcCe6OoQr6E3Bev.jpg
                            release_date: '2014-10-22'
                            title: John Wick
                            video: false
                            vote_average: 7.441
                            vote_count: 19328
                          - adult: false
                            backdrop_path: /r17jFHAemzcWPPtoO0UxjIX0xas.jpg
                            genre_ids:
                              - 28
                              - 53
                              - 80
                            id: 324552
                            media_type: movie
                            original_language: en
                            original_title: 'John Wick: Chapter 2'
                            overview: >-
                              John Wick is forced out of retirement by a former
                              associate looking to seize control of a shadowy
                              international assassins’ guild. Bound by a blood
                              oath to aid him, Wick travels to Rome and does
                              battle against some of the world’s most dangerous
                              killers.
                            popularity: 85.517
                            poster_path: /hXWBc0ioZP3cN4zCu6SN3YHXZVO.jpg
                            release_date: '2017-02-08'
                            title: 'John Wick: Chapter 2'
                            video: false
                            vote_average: 7.3
                            vote_count: 13128
                        known_for_department: Acting
                        name: Keanu Reeves
                        original_name: Keanu Reeves
                        popularity: 154.527
                        profile_path: /8RZLOyYGsoRe9p44q3xin9QkMHv.jpg
                      - adult: false
                        gender: 1
                        id: 974169
                        known_for:
                          - adult: false
                            backdrop_path: /iHSwvRVsRyxpX7FE7GbviaDvgGZ.jpg
                            first_air_date: '2022-11-23'
                            genre_ids:
                              - 10765
                              - 9648
                              - 35
                            id: 119051
                            media_type: tv
                            name: Wednesday
                            origin_country:
                              - US
                            original_language: en
                            original_name: Wednesday
                            overview: >-
                              Wednesday Addams is sent to Nevermore Academy, a
                              bizarre boarding school where she attempts to
                              master her psychic powers, stop a monstrous
                              killing spree of the town citizens, and solve the
                              supernatural mystery that affected her family 25
                              years ago — all while navigating her new
                              relationships.
                            popularity: 247.984
                            poster_path: /9PFonBhy4cQy7Jz20NpMygczOkv.jpg
                            vote_average: 8.445
                            vote_count: 8775
                          - adult: false
                            backdrop_path: /ifUfE79O1raUwbaQRIB7XnFz5ZC.jpg
                            genre_ids:
                              - 27
                              - 9648
                            id: 646385
                            media_type: movie
                            original_language: en
                            original_title: Scream
                            overview: >-
                              Twenty-five years after a streak of brutal murders
                              shocked the quiet town of Woodsboro, a new killer
                              has donned the Ghostface mask and begins targeting
                              a group of teenagers to resurrect secrets from the
                              town’s deadly past.
                            popularity: 117.601
                            poster_path: /1m3W6cpgwuIyjtg5nSnPx7yFkXW.jpg
                            release_date: '2022-01-12'
                            title: Scream
                            video: false
                            vote_average: 6.7
                            vote_count: 3339
                          - adult: false
                            backdrop_path: /70Rm9ItxKuEKN8iu6rNjfwAYUCJ.jpg
                            genre_ids:
                              - 27
                              - 9648
                              - 53
                            id: 760104
                            media_type: movie
                            original_language: en
                            original_title: X
                            overview: >-
                              In 1979, a group of young filmmakers set out to
                              make an adult film in rural Texas, but when their
                              reclusive, elderly hosts catch them in the act,
                              the cast find themselves fighting for their lives.
                            popularity: 72.938
                            poster_path: /lopZSVtXzhFY603E9OqF7O1YKsh.jpg
                            release_date: '2022-03-17'
                            title: X
                            video: false
                            vote_average: 6.8
                            vote_count: 3333
                        known_for_department: Acting
                        name: Jenna Ortega
                        original_name: Jenna Ortega
                        popularity: 148.758
                        profile_path: /q1NRzyZQlYkxLY07GO9NVPkQnu8.jpg
                      - adult: false
                        gender: 2
                        id: 4512
                        known_for:
                          - adult: false
                            backdrop_path: /6b6UpsOXmjO8mJKYsGTG9HW49CN.jpg
                            genre_ids:
                              - 18
                            id: 1443
                            media_type: movie
                            original_language: en
                            original_title: The Virgin Suicides
                            overview: >-
                              A group of male friends become obsessed with five
                              mysterious sisters who are sheltered by their
                              strict, religious parents.
                            popularity: 33.317
                            poster_path: /1NCQtXPQnaHRjOZVmktA9BSM35F.jpg
                            release_date: '2000-04-21'
                            title: The Virgin Suicides
                            video: false
                            vote_average: 7.119
                            vote_count: 3277
                          - adult: false
                            backdrop_path: /uPYa165sraN2c8gZBM9C47g3JoU.jpg
                            genre_ids:
                              - 18
                              - 80
                            id: 311
                            media_type: movie
                            original_language: en
                            original_title: Once Upon a Time in America
                            overview: >-
                              A former Prohibition-era Jewish gangster returns
                              to the Lower East Side of Manhattan over thirty
                              years later, where he once again must confront the
                              ghosts and regrets of his old life.
                            popularity: 51.047
                            poster_path: /i0enkzsL5dPeneWnjl1fCWm6L7k.jpg
                            release_date: '1984-05-23'
                            title: Once Upon a Time in America
                            video: false
                            vote_average: 8.42
                            vote_count: 5439
                          - adult: false
                            backdrop_path: /vCLILR73xCfjxBlbWpNBqfNop4I.jpg
                            genre_ids:
                              - 27
                              - 878
                              - 9648
                            id: 837
                            media_type: movie
                            original_language: en
                            original_title: Videodrome
                            overview: >-
                              As the president of a trashy TV channel, Max Renn
                              is desperate for new programming to attract
                              viewers. When he happens upon "Videodrome," a TV
                              show dedicated to gratuitous torture and
                              punishment, Max sees a potential hit and
                              broadcasts the show on his channel. However, after
                              his girlfriend auditions for the show and never
                              returns, Max investigates the truth behind
                              Videodrome and discovers that the graphic violence
                              may not be as fake as he thought.
                            popularity: 26.969
                            poster_path: /qqqkiZSU9EBGZ1KiDmfn07S7qvv.jpg
                            release_date: '1983-02-04'
                            title: Videodrome
                            video: false
                            vote_average: 7.264
                            vote_count: 2216
                        known_for_department: Acting
                        name: James Woods
                        original_name: James Woods
                        popularity: 145.296
                        profile_path: /tLH7mpH4KqkWL5VgjueTbewGsfK.jpg
                      - adult: false
                        gender: 1
                        id: 80792
                        known_for:
                          - adult: false
                            backdrop_path: /3PWmMis6SLZ986t5ruPpv9ekd7g.jpg
                            genre_ids:
                              - 35
                              - 27
                            id: 45065
                            media_type: movie
                            original_language: ja
                            original_title: 残酷飯店
                            overview: >-
                              Just what is the mystery ingredient in the pot
                              stickers at Togen Restaurant? Those who look for
                              the answer have a habit of disappearing. So when
                              body parts start washing up on the beach, police
                              trace the murders to Togen's seemingly innocent
                              owner. But the slaughter of a few curious fans is
                              the least shocking secret coming out of Togen's
                              kitchen! Mihiro, Sakae Yamazaki, Katsuya Naruse
                              and Yusuke Iwata star in this pitch-black comic
                              horror tale.
                            popularity: 2.383
                            poster_path: /ndziFzdfFk8CvsqPmwtd0iQEvIo.jpg
                            release_date: '2008-01-25'
                            title: Cruel Restaurant
                            video: false
                            vote_average: 4.7
                            vote_count: 19
                          - adult: false
                            backdrop_path: /p1Q81xNXjvTYpSx7pVJ2XFEuS05.jpg
                            genre_ids:
                              - 28
                              - 80
                            id: 50133
                            media_type: movie
                            original_language: ja
                            original_title: スケパン刑事 バージンネーム=諸見栄サキ
                            overview: >-
                              A beautiful "special student undercover cop"
                              attends a prestigious high school in order to bust
                              up a student prostitution ring in this sexy spoof
                              of the popular Yo-Yo Girl Cop series. Saki
                              (Mihiro) may look like you're average innocent
                              schoolgirl, but in reality she's a highly skilled
                              agent for the Japanese government. Armed with a
                              lethal yo-yo and a special pair of see through
                              underwear, Saki befriends a student prostitute
                              named Asuka in hopes of identifying of the
                              ringleaders and gathering the evidence that will
                              bring them to justice. Accomplishing that goal is
                              no simple task, however, because in addition to
                              being bullied about her unconventional
                              undergarments, Saki soon finds herself falling for
                              handsome young classmate Takuya. Now torn between
                              love and duty, Saki is shocked to learn that Asuka
                              has been murdered after her double life was
                              discovered, and that the leaders of the
                              prostitution are none other than the Headmaster of
                              the school and a highly respected teacher.
                            popularity: 3.529
                            poster_path: /hAYcM6G1GNOWTRDP24pS1flHTzw.jpg
                            release_date: '2006-09-30'
                            title: Yo-Yo Sexy Girl Cop
                            video: false
                            vote_average: 3.9
                            vote_count: 9
                          - adult: false
                            backdrop_path: /lnlXn8kU3qE3aKWpMkMj22I4aNd.jpg
                            genre_ids:
                              - 14
                              - 27
                            id: 26693
                            media_type: movie
                            original_language: ja
                            original_title: 呪怨 白い老女
                            overview: >-
                              An apparitions of a young schoolgirl in a yellow
                              rain hat, a family massacre, and a law student's
                              suicide after he fails his bar exam are linked by
                              the ominous recordings discovered on an audio
                              cassette.
                            popularity: 9.772
                            poster_path: /dX9itkjGfYJq4gk2HIdAwmg31l8.jpg
                            release_date: '2009-06-27'
                            title: 'Ju-On: White Ghost'
                            video: false
                            vote_average: 6.072
                            vote_count: 97
                        known_for_department: Acting
                        name: Mihiro
                        original_name: みひろ
                        popularity: 138.912
                        profile_path: /30hRircgW7oYvSdbpRyxUUGfqI3.jpg
                      - adult: false
                        gender: 2
                        id: 1190668
                        known_for:
                          - adult: false
                            backdrop_path: /h3HsfV8Kn9Sz2QWUYYdP5ya23hx.jpg
                            genre_ids:
                              - 878
                              - 12
                            id: 438631
                            media_type: movie
                            original_language: en
                            original_title: Dune
                            overview: >-
                              Paul Atreides, a brilliant and gifted young man
                              born into a great destiny beyond his
                              understanding, must travel to the most dangerous
                              planet in the universe to ensure the future of his
                              family and his people. As malevolent forces
                              explode into conflict over the planet's exclusive
                              supply of the most precious resource in
                              existence-a commodity capable of unlocking
                              humanity's greatest potential-only those who can
                              conquer their fear will survive.
                            popularity: 221.288
                            poster_path: /d5NXSklXo0qyIYkgV94XAgMIckC.jpg
                            release_date: '2021-09-15'
                            title: Dune
                            video: false
                            vote_average: 7.786
                            vote_count: 12974
                          - adult: false
                            backdrop_path: /zvOJawrnmgK0sL293mOXOdLvTXQ.jpg
                            genre_ids:
                              - 10749
                              - 18
                            id: 398818
                            media_type: movie
                            original_language: en
                            original_title: Call Me by Your Name
                            overview: >-
                              In 1980s Italy, a relationship begins between
                              seventeen-year-old teenage Elio and the older
                              adult man hired as his father's research
                              assistant.
                            popularity: 74.85
                            poster_path: /mZ4gBdfkhP9tvLH1DO4m4HYtiyi.jpg
                            release_date: '2017-07-28'
                            title: Call Me by Your Name
                            video: false
                            vote_average: 8.1
                            vote_count: 12121
                          - adult: false
                            backdrop_path: /rRBD8ORo9y34tYkAQJVbn4Ml6tu.jpg
                            genre_ids:
                              - 878
                              - 12
                            id: 693134
                            media_type: movie
                            original_language: en
                            original_title: 'Dune: Part Two'
                            overview: >-
                              Follow the mythic journey of Paul Atreides as he
                              unites with Chani and the Fremen while on a path
                              of revenge against the conspirators who destroyed
                              his family. Facing a choice between the love of
                              his life and the fate of the known universe, Paul
                              endeavors to prevent a terrible future only he can
                              foresee.
                            popularity: 262.945
                            poster_path: /6izwz7rsy95ARzTR3poZ8H6c5pp.jpg
                            release_date: '2024-02-27'
                            title: 'Dune: Part Two'
                            video: false
                            vote_average: 8.153
                            vote_count: 5985
                        known_for_department: Acting
                        name: Timothée Chalamet
                        original_name: Timothée Chalamet
                        popularity: 138.781
                        profile_path: /BE2sdjpgsa2rNTFa66f7upkaOP.jpg
                      - adult: false
                        gender: 2
                        id: 2461
                        known_for:
                          - adult: false
                            backdrop_path: /8lBcqakI3F19NWkXdqE0M8W76b9.jpg
                            genre_ids:
                              - 28
                              - 18
                              - 36
                              - 10752
                            id: 197
                            media_type: movie
                            original_language: en
                            original_title: Braveheart
                            overview: >-
                              Enraged at the slaughter of Murron, his new bride
                              and childhood love, Scottish warrior William
                              Wallace slays a platoon of the local English
                              lord's soldiers. This leads the village to revolt
                              and, eventually, the entire country to rise up
                              against English rule.
                            popularity: 88.012
                            poster_path: /g8UItTLFApanO8rwDsl6qDjU9St.jpg
                            release_date: '1995-05-24'
                            title: Braveheart
                            video: false
                            vote_average: 7.941
                            vote_count: 10186
                          - adult: false
                            backdrop_path: /rsPjEr7o02mo8ex6wD2PbRwasUe.jpg
                            genre_ids:
                              - 18
                              - 53
                              - 878
                              - 9648
                            id: 2675
                            media_type: movie
                            original_language: en
                            original_title: Signs
                            overview: >-
                              A family living on a farm finds mysterious crop
                              circles in their fields which suggests something
                              more frightening to come.
                            popularity: 39.195
                            poster_path: /hyZkNEbNgnciUVTyu4NZTjlCh4L.jpg
                            release_date: '2002-08-02'
                            title: Signs
                            video: false
                            vote_average: 6.698
                            vote_count: 5654
                          - adult: false
                            backdrop_path: /guTNnSWS3CaH71jasY8W1FMptjG.jpg
                            genre_ids:
                              - 12
                              - 28
                              - 35
                              - 53
                              - 80
                            id: 941
                            media_type: movie
                            original_language: en
                            original_title: Lethal Weapon
                            overview: >-
                              Veteran buttoned-down LAPD detective Roger
                              Murtaugh is partnered with unhinged cop Martin
                              Riggs, who -- distraught after his wife's death --
                              has a death wish and takes unnecessary risks with
                              criminals at every turn. The odd couple embark on
                              their first homicide investigation as partners,
                              involving a young woman known to Murtaugh with
                              ties to a drug and prostitution ring.
                            popularity: 44.028
                            poster_path: /fTq4ThIP3pQTYR9eDepsbDHqdcs.jpg
                            release_date: '1987-03-06'
                            title: Lethal Weapon
                            video: false
                            vote_average: 7.288
                            vote_count: 4556
                        known_for_department: Acting
                        name: Mel Gibson
                        original_name: Mel Gibson
                        popularity: 137.634
                        profile_path: /jnqHMaOslt8cef2atSmOpGRvNla.jpg
                      - adult: false
                        gender: 2
                        id: 1862434
                        known_for:
                          - adult: false
                            backdrop_path: /aWas3hZ8DKvfKxLe3dQVpB758eA.jpg
                            genre_ids:
                              - 10749
                              - 35
                            id: 502292
                            media_type: movie
                            original_language: en
                            original_title: The Last Summer
                            overview: >-
                              Standing on the precipice of adulthood, a group of
                              friends navigate new relationships, while
                              reexamining others, during their final summer
                              before college.
                            popularity: 20.412
                            poster_path: /nAn3MRAUwbjVApN3qYkvsTEOAvx.jpg
                            release_date: '2019-05-03'
                            title: The Last Summer
                            video: false
                            vote_average: 6.013
                            vote_count: 1370
                          - adult: false
                            backdrop_path: /lMjY6kMBOHhloz2Ul16fLJn8xuw.jpg
                            genre_ids:
                              - 18
                              - 10752
                            id: 591538
                            media_type: movie
                            original_language: en
                            original_title: The Tragedy of Macbeth
                            overview: >-
                              Macbeth, the Thane of Glamis, receives a prophecy
                              from a trio of witches that one day he will become
                              King of Scotland. Consumed by ambition and spurred
                              to action by his wife, Macbeth murders his king
                              and takes the throne for himself.
                            popularity: 19.719
                            poster_path: /tDNJEhcLbX3jIk3BMCur9pCdaVD.jpg
                            release_date: '2021-12-05'
                            title: The Tragedy of Macbeth
                            video: false
                            vote_average: 6.9
                            vote_count: 755
                          - adult: false
                            backdrop_path: /hGdTq9BX3DB2gwGGFMLTdipCBPk.jpg
                            first_air_date: '2022-10-30'
                            genre_ids:
                              - 18
                              - 10768
                            id: 93870
                            media_type: tv
                            name: SAS Rogue Heroes
                            origin_country:
                              - GB
                            original_language: en
                            original_name: SAS Rogue Heroes
                            overview: >-
                              The dramatised account of how the world’s greatest
                              Special Forces unit, the SAS, was formed under
                              extraordinary circumstances in the darkest days of
                              World War Two.
                            popularity: 122.575
                            poster_path: /qEaxiDrPaTY34eIg6naXMfM2IKC.jpg
                            vote_average: 7.723
                            vote_count: 94
                        known_for_department: Acting
                        name: Jacob McCarthy
                        original_name: Jacob McCarthy
                        popularity: 133.745
                        profile_path: /kU6N4Z2L7f3mFeSZnrnmFE0k4ZZ.jpg
                      - adult: false
                        gender: 1
                        id: 572043
                        known_for:
                          - adult: false
                            backdrop_path: /hxhc3IiG7jSMUXDSlWO1ZhysvhU.jpg
                            genre_ids:
                              - 14
                              - 28
                              - 12
                              - 18
                            id: 611698
                            media_type: movie
                            original_language: zh
                            original_title: 刺杀小说家
                            overview: >-
                              Kongwen Lu is the author of a fantasy novel series
                              following a heroic teenager, also named Kongwen,
                              on a quest to end the tyrannical rule of Lord
                              Redmane, under the guidance of a Black Armor. But
                              through a strange twist of fate, the fantasy world
                              of the novel begins to impact life in the real
                              world, leading Guan Ning to accept a mission from
                              Tu Ling to kill the author.
                            popularity: 24.32
                            poster_path: /7hEhhmAF8Tr7g95fkbuxDpeR27b.jpg
                            release_date: '2021-02-12'
                            title: A Writer's Odyssey
                            video: false
                            vote_average: 7.1
                            vote_count: 303
                          - adult: false
                            backdrop_path: /lKilKeX1rlIhRcY4xQPP4bmuct9.jpg
                            genre_ids:
                              - 16
                              - 14
                              - 18
                              - 878
                            id: 369552
                            media_type: movie
                            original_language: zh
                            original_title: 爵迹
                            overview: >-
                              Based on the novel of the same name, the film
                              depicts the endless battles of four kingdoms as
                              they fight for power and domination of the one
                              ultimate realm.Based on his 2 beloved fantasy
                              novels with 6 million copies sold, L.O.R.D is
                              acclaimed writer and director Guo Jingming’s
                              follow up to his Tiny Times films.  The
                              action-adventure odyssey is set in a world of
                              warring Sorcerers, Lords and Beasts. The first CGI
                              Film to come from China
                            popularity: 10.449
                            poster_path: /qIUDi1XDAREkarkwNzOOBgUzqyC.jpg
                            release_date: '2016-09-29'
                            title: 'L.O.R.D: Legend of Ravaging Dynasties'
                            video: false
                            vote_average: 7
                            vote_count: 133
                          - adult: false
                            backdrop_path: /f2fWG89GPSe31ymp6pqJANfjbit.jpg
                            genre_ids:
                              - 28
                              - 878
                            id: 457832
                            media_type: movie
                            original_language: zh
                            original_title: 逆时营救
                            overview: >-
                              In 2025, a scientist on the verge of making a
                              major discovery related to time travel is suddenly
                              put in peril when a rival kidnaps her young son
                              and demands a hefty ransom: her entire research.
                            popularity: 8.561
                            poster_path: /zwTonDtQstoMQHYEBCz8x8RvBJJ.jpg
                            release_date: '2017-06-28'
                            title: Reset
                            video: false
                            vote_average: 6.981
                            vote_count: 104
                        known_for_department: Acting
                        name: Yang Mi
                        original_name: 杨幂
                        popularity: 130.658
                        profile_path: /6RezRxlQBsYmlotybR3q7riSrvV.jpg
                      - adult: false
                        gender: 2
                        id: 1186625
                        known_for:
                          - adult: false
                            backdrop_path: /4JgZdSxx0YOwUx4cdokGgD9o4fE.jpg
                            genre_ids:
                              - 28
                              - 18
                            id: 989017
                            media_type: movie
                            original_language: te
                            original_title: వాల్తేరు వీరయ్య
                            overview: >-
                              A notorious smuggler Waltair Veerayya is hired by
                              a CI Seethapathi, reaches Malaysia with the
                              ostensible mission of kidnapping a drug mafia
                              leader named Solomon, who escaped India after
                              wreaking havoc on the RAW agents and local
                              policemen. Veerayya manages to pummel Solomon, who
                              is fiercely protected by his ruthless gang-lord
                              brother Kaala. Tables are turned, when Veerayya
                              reveals that he shares a turbulent past with Kaala
                              & an ACP Vikram Sagar who is hell-bent on ending
                              his smuggling activities.
                            popularity: 9.682
                            poster_path: /g4mx225pbBH5i0KSjc3t1pO5hIy.jpg
                            release_date: '2023-01-13'
                            title: Waltair Veerayya
                            video: false
                            vote_average: 5.37
                            vote_count: 27
                          - adult: false
                            backdrop_path: /vXJQzWf7E8MCrTnFeH7xeIrqOwm.jpg
                            genre_ids:
                              - 28
                              - 53
                            id: 101736
                            media_type: movie
                            original_language: te
                            original_title: జై లవ కుశ
                            overview: >-
                              Jai, Lava and Kusa are triplets who get separated
                              during their childhood because of small clashes.
                              While Jai becomes an evil blooded criminal, the
                              other two, Kusa and Lava end up as small-time
                              crook and bank manager respectively. The twist in
                              the tale arises when Jai kidnaps both the brothers
                              and asks them to help him in his political growth.
                              What is Jai’s agenda? Why did he kidnap his
                              brothers? How can the innocent Lava and Kusa
                              manage the criminal Jai?
                            popularity: 6.732
                            poster_path: /uM4QeWS6dgLWGlZpE2XKa3GUnms.jpg
                            release_date: '2017-09-21'
                            title: Jai Lava Kusa
                            video: false
                            vote_average: 6.4
                            vote_count: 25
                          - adult: false
                            backdrop_path: /gmaF8Z8A2K3FQJ0ZDBisUEjftJk.jpg
                            genre_ids:
                              - 28
                              - 35
                            id: 292139
                            media_type: movie
                            original_language: te
                            original_title: పవర్
                            overview: >-
                              Ravi Teja plays a young man desperate to become a
                              police officer, who becomes embroiled in a plot to
                              pose as his lookalike in order to re-capture an
                              infamous thug from rogue cops. The film revolves
                              around two similar looking people, Baldev Sahay -
                              a corrupt ACP in Kolkata and Tirupathi - a person
                              aspiring to become a police officer in Hyderabad.
                              The home minister of Kolkata recruits Tirupathi to
                              play as Baldev to catch a gangster rescued by
                              Baldev. Rest of the story is all about why Baldev
                              became a corrupt cop and how Tirupathi executed
                              the unfinished mission of Baldev.
                            popularity: 6.188
                            poster_path: /ss0DcmUNQ6XaBwPfxJA7lktKhCi.jpg
                            release_date: '2014-09-12'
                            title: Power
                            video: false
                            vote_average: 5.438
                            vote_count: 16
                        known_for_department: Directing
                        name: Bobby Kolli
                        original_name: Bobby Kolli
                        popularity: 127.074
                        profile_path: /b0vOz06sawC4MQ4pdg0JboXqqTk.jpg
                      - adult: false
                        gender: 1
                        id: 1877932
                        known_for:
                          - adult: false
                            backdrop_path: /3FJ53wbpjSAGY98KYiHJ4DQccDr.jpg
                            genre_ids:
                              - 35
                            id: 800937
                            media_type: movie
                            original_language: en
                            original_title: Senior Year
                            overview: >-
                              A thirty-seven-year-old woman wakes up from a
                              twenty-year coma and returns to the high school
                              where she was once a popular cheerleader to finish
                              her senior year and become prom queen.
                            popularity: 28.566
                            poster_path: /6UqbcDQhCYpxboK58Z0eVfdeHcT.jpg
                            release_date: '2022-05-11'
                            title: Senior Year
                            video: false
                            vote_average: 5.941
                            vote_count: 831
                          - adult: false
                            backdrop_path: /vwkJChYb9dBcuds98Se4oHIcbnw.jpg
                            genre_ids:
                              - 18
                              - 9648
                              - 53
                              - 36
                            id: 567970
                            media_type: movie
                            original_language: en
                            original_title: Lost Girls
                            overview: >-
                              When Mari Gilbert's daughter disappears, police
                              inaction drives her own investigation into the
                              gated Long Island community where Shannan was last
                              seen. Her search brings attention to over a dozen
                              murdered prostitutes.
                            popularity: 24.039
                            poster_path: /pDas4DwURlRzjD9xEhSdtkcl1ZV.jpg
                            release_date: '2020-01-28'
                            title: Lost Girls
                            video: false
                            vote_average: 6.079
                            vote_count: 701
                          - adult: false
                            backdrop_path: /jmcRdwSOb1Bo1snMtxTSWOqbvgR.jpg
                            first_air_date: '2024-12-15'
                            genre_ids:
                              - 80
                              - 18
                            id: 219937
                            media_type: tv
                            name: 'Dexter: Original Sin'
                            origin_country:
                              - US
                            original_language: en
                            original_name: 'Dexter: Original Sin'
                            overview: >-
                              In 1991 Miami, Dexter Morgan transitions from
                              student to avenging serial killer. When his
                              bloodthirsty urges can't be ignored any longer,
                              Dexter must learn to channel his inner darkness.
                              With the guidance of his father, Harry, he adopts
                              a Code designed to help him find and kill people
                              who deserve to be eliminated from society without
                              getting on law enforcements' radar. This is a
                              particular challenge for young Dexter as he begins
                              a forensics internship at the Miami Metro Police
                              Department.
                            popularity: 363.612
                            poster_path: /j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg
                            vote_average: 8.8
                            vote_count: 62
                        known_for_department: Acting
                        name: Molly Brown
                        original_name: Molly Brown
                        popularity: 122.103
                        profile_path: /qB9WaA6ekkULwwiiNxcXUsdDi9q.jpg
                    total_pages: 190558
                    total_results: 3811142
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````