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

# Popular

> This endpoint get list of popular people.



## OpenAPI

````yaml get /3/person/popular
openapi: 3.0.3
info:
  title: The Movie Database
  description: Reference
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTHENTICATION
  - name: CERTIFICATION
  - name: CHANGES
  - name: COLLECTION
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSION
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORK
  - name: PEOPLE
  - name: PEOPLE LISTS
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODES GROUPS
  - name: WATCH PROVIDERS
paths:
  /3/person/popular:
    get:
      tags:
        - PEOPLE LISTS
      summary: Popular
      description: This endpoint get list of popular people.
      operationId: popular1
      parameters:
        - name: langauges
          in: query
          schema:
            type: string
            default: en-US
        - name: pages
          in: query
          schema:
            type: integer
            default: 1
      responses:
        '200':
          description: Popular
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=2505
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Tue, 31 Dec 2024 10:25:07 GMT
            ETag:
              schema:
                type: string
                example: W/"b7681caa7a5bcd92a7c508d82be90270"
            Server:
              schema:
                type: string
                example: openresty
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            Via:
              schema:
                type: string
                example: >-
                  1.1 e9e1982b26fa05631ca01b6aee8693be.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: M9yD0GFo3PiZ42B63N8fc1RbyQ0NKyDp2F787aChu_U5wp2kUbXz0A==
            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: '19706'
            x-memc-expires:
              schema:
                type: string
                example: '2505'
            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: 3724154
                        known_for:
                          type: array
                          items:
                            type: object
                            properties:
                              adult:
                                type: boolean
                                example: false
                              backdrop_path:
                                type: string
                                example: /9ExqMvtOqvYcmQjMDXyhtfjLmEA.jpg
                              first_air_date:
                                type: string
                                example: '2023-08-18'
                              genre_ids:
                                type: array
                                items:
                                  type: number
                                  example: 18
                                example:
                                  - 18
                                  - 10749
                              id:
                                type: number
                                example: 1232449
                              media_type:
                                type: string
                                example: movie
                              name:
                                type: string
                                example: Boomer
                              origin_country:
                                type: array
                                items:
                                  type: string
                                  example: BE
                                example:
                                  - BE
                              original_language:
                                type: string
                                example: nl
                              original_name:
                                type: string
                                example: Boomer
                              original_title:
                                type: string
                                example: Young Hearts
                              overview:
                                type: string
                                example: >-
                                  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:
                                type: number
                                example: 230.588
                              poster_path:
                                type: string
                                example: /rqbvlnPGAi075IMpD83PfBGVJ3d.jpg
                              release_date:
                                type: string
                                example: '2024-10-26'
                              title:
                                type: string
                                example: Young Hearts
                              video:
                                type: boolean
                                example: false
                              vote_average:
                                type: number
                                example: 8.42
                              vote_count:
                                type: number
                                example: 25
                          example:
                            - adult: false
                              backdrop_path: /9ExqMvtOqvYcmQjMDXyhtfjLmEA.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: 230.588
                              poster_path: /rqbvlnPGAi075IMpD83PfBGVJ3d.jpg
                              release_date: '2024-10-26'
                              title: Young Hearts
                              video: false
                              vote_average: 8.42
                              vote_count: 25
                            - 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: 13.94
                              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: 41.79
                              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:
                          type: string
                          example: Acting
                        name:
                          type: string
                          example: Lou Goossens
                        original_name:
                          type: string
                          example: Lou Goossens
                        popularity:
                          type: number
                          example: 429.795
                        profile_path:
                          type: string
                          example: /kY8eifhCPvjTE6JJclrrWO7Zr9L.jpg
                    example:
                      - adult: false
                        gender: 2
                        id: 3724154
                        known_for:
                          - adult: false
                            backdrop_path: /9ExqMvtOqvYcmQjMDXyhtfjLmEA.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: 230.588
                            poster_path: /rqbvlnPGAi075IMpD83PfBGVJ3d.jpg
                            release_date: '2024-10-26'
                            title: Young Hearts
                            video: false
                            vote_average: 8.42
                            vote_count: 25
                          - 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: 13.94
                            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: 41.79
                            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: 429.795
                        profile_path: /kY8eifhCPvjTE6JJclrrWO7Zr9L.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: 2187.754
                            poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg
                            release_date: '2023-06-08'
                            title: My Fault
                            video: false
                            vote_average: 7.915
                            vote_count: 3234
                          - 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: 376.037
                            poster_path: /lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg
                            vote_average: 7.8
                            vote_count: 342
                          - adult: false
                            backdrop_path: /hrVF15fXneZcLwXO861j7Q32BgB.jpg
                            first_air_date: '2018-09-16'
                            genre_ids:
                              - 18
                              - 35
                            id: 82424
                            media_type: tv
                            name: SKAM Spain
                            origin_country:
                              - ES
                            original_language: es
                            original_name: Skam España
                            overview: >-
                              The series accompanies a group of 16-year-olds on
                              the journey of their life following their day to
                              day in real time. Dependence on social media, how
                              they face sex, love and ruptures, religion, the
                              search of their identity and the need to fit in.
                            popularity: 130.104
                            poster_path: /sNqZzxDi7IaU3DBrsVud56iLn92.jpg
                            vote_average: 7.761
                            vote_count: 476
                        known_for_department: Acting
                        name: Nicole Wallace
                        original_name: Nicole Wallace
                        popularity: 384.506
                        profile_path: /gSGCoJVKAMUTmyA3GzCAX22WNBA.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: 2187.754
                            poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg
                            release_date: '2023-06-08'
                            title: My Fault
                            video: false
                            vote_average: 7.915
                            vote_count: 3234
                          - 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: 376.037
                            poster_path: /lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg
                            vote_average: 7.8
                            vote_count: 342
                          - adult: false
                            backdrop_path: /kxxJBjQAwhQXTtJTRe0qursHuDH.jpg
                            first_air_date: '2024-06-12'
                            genre_ids:
                              - 18
                              - 9648
                            id: 249670
                            media_type: tv
                            name: From Tomorrow
                            origin_country:
                              - ES
                            original_language: es
                            original_name: Desde el mañana
                            overview: >-
                              Gabriela and Andrés, a doctor and a detective,
                              must face a series of supernatural phenomena that
                              disrupt their lives and those of their loved ones.
                              Together, they have the opportunity to change
                              their destinies.
                            popularity: 69.082
                            poster_path: /tsaOWbVklGlGhMxRcRqPEi5QZIW.jpg
                            vote_average: 7.2
                            vote_count: 63
                        known_for_department: Acting
                        name: Gabriel Guevara
                        original_name: Gabriel Guevara
                        popularity: 400.685
                        profile_path: /pviRYKEEmoPUfLYwP1VHJ6LQcRg.jpg
                      - adult: false
                        gender: 1
                        id: 1815065
                        known_for:
                          - adult: false
                            backdrop_path: /qVu5MC7DiDOrlcKNZsb9rEJJ1UI.jpg
                            first_air_date: '2016-04-01'
                            genre_ids:
                              - 10759
                              - 10765
                              - 37
                            id: 65988
                            media_type: tv
                            name: Wynonna Earp
                            origin_country:
                              - CA
                              - US
                            original_language: en
                            original_name: Wynonna Earp
                            overview: >-
                              Wyatt Earp's great granddaughter Wynonna battles
                              demons and other creatures with her unique
                              abilities and a posse of dysfunctional allies -
                              the only thing that can bring the paranormal to
                              justice.
                            popularity: 188.541
                            poster_path: /qnIaDelA81dmFaXrhpz6M6dpGSD.jpg
                            vote_average: 7.9
                            vote_count: 759
                          - adult: false
                            backdrop_path: /9voL03zuWH6kUYmcLWAebVYQk27.jpg
                            genre_ids:
                              - 10770
                              - 35
                              - 10749
                            id: 1038773
                            media_type: movie
                            original_language: en
                            original_title: Dream Wedding
                            overview: >-
                              Sisters Kate and Megan attend their local wedding
                              fair they jokingly enter a dream wedding package
                              even though they are not getting married. Surprise
                              the sisters win and now must put on a show or be
                              mortified by their champagne decisions.
                            popularity: 3.127
                            poster_path: /w5z2t02FKJtHfpbtZPpVleltiB0.jpg
                            release_date: '2023-04-01'
                            title: Dream Wedding
                            video: false
                            vote_average: 6.8
                            vote_count: 6
                          - adult: false
                            backdrop_path: /vKjcGYGONld7jXAWACgYDMYzygi.jpg
                            genre_ids:
                              - 10749
                              - 35
                              - 10770
                            id: 1150521
                            media_type: movie
                            original_language: en
                            original_title: Christmas on Windmill Way
                            overview: >-
                              Mia Meijer gets ready for the Christmas Market
                              Dutch Bake-Off and suspects that her grandmother,
                              Ann, will walk away with the cherished Golden
                              Rolling Pin thanks to her Kerststol, a traditional
                              Dutch fruited Christmas bread. But Mia's world is
                              rocked when she learns that Ann was having
                              financial troubles and had to sell the land deed
                              to the Windmill Way property in her family for
                              generations. Making matters worse, the buyer is
                              Mia's former boyfriend, property developer Brady
                              Schaltz, who must let Mia and Ann know the Meijer
                              family-owned heritage Dutch sawmill, renowned for
                              the past 90 years for its fine millwork and
                              beautiful wooden furniture, will be torn down to
                              put up a luxurious resort.
                            popularity: 48.467
                            poster_path: /bRDWHhiVLllPWBU2ADV61acyqT7.jpg
                            release_date: '2023-12-02'
                            title: Christmas on Windmill Way
                            video: false
                            vote_average: 6
                            vote_count: 44
                        known_for_department: Acting
                        name: Christa Taylor Brown
                        original_name: Christa Taylor Brown
                        popularity: 193.56
                        profile_path: /uUgiI5y8aHA6bxYxzqzFQmgs6H6.jpg
                      - adult: false
                        gender: 1
                        id: 550627
                        known_for:
                          - adult: false
                            backdrop_path: /scMU7yDvzZdqpqb24WcuQB0i4fb.jpg
                            genre_ids:
                              - 28
                              - 53
                              - 80
                              - 35
                            id: 36282
                            media_type: movie
                            original_language: ja
                            original_title: 極道戦国志 不動
                            overview: >-
                              In order to settle a business dispute, a mob
                              leader murders one of his own teenage sons. The
                              surviving son vows to avenge his brother's death,
                              and organizes his own gang of teenage killers to
                              destroy his father's organization.
                            popularity: 8.449
                            poster_path: /kRlmTuDdZEGPbbXavNmiafUYYka.jpg
                            release_date: '1996-10-12'
                            title: 'Fudoh: The New Generation'
                            video: false
                            vote_average: 6.648
                            vote_count: 64
                          - adult: false
                            backdrop_path: /1XUjqfCCgoqGiJYV6hfPlHOxC59.jpg
                            genre_ids:
                              - 28
                              - 18
                              - 53
                            id: 36274
                            media_type: movie
                            original_language: ja
                            original_title: 実録・安藤昇侠道（アウトロー）伝 烈火
                            overview: >-
                              After Kunisada's Yakuza leader and father figure
                              is brutally murdered, he and his best friend go on
                              a two-man mission to avenge his death, killing
                              other Yakuza leaders leading to a final
                              confrontation by the old man's killers.
                            popularity: 7.107
                            poster_path: /2r4WNCpwAQzekbaZwoCcOv1GJuO.jpg
                            release_date: '2002-09-21'
                            title: 'Deadly Outlaw: Rekka'
                            video: false
                            vote_average: 6.7
                            vote_count: 28
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 18
                            id: 792589
                            media_type: movie
                            original_language: cn
                            original_title: 女歡
                            overview: Female modeling and lesbian interest
                            popularity: 4.849
                            poster_path: /6owpqEOBcnDJ6r6GEoV4xZcdolo.jpg
                            release_date: '1998-01-01'
                            title: Intimate Desire
                            video: false
                            vote_average: 1.5
                            vote_count: 2
                        known_for_department: Acting
                        name: Miho Nomoto
                        original_name: 野本美穂
                        popularity: 208.987
                        profile_path: /ego6I5PWMZRJGYyu8aPjiNwsz3l.jpg
                      - adult: false
                        gender: 2
                        id: 81350
                        known_for:
                          - adult: false
                            backdrop_path: /cDyYWcavuvNKtf7VpNR86nWh5XF.jpg
                            genre_ids:
                              - 878
                              - 12
                              - 9648
                            id: 36683
                            media_type: movie
                            original_language: ja
                            original_title: 20世紀少年 －第1章－ 終わりの始まり
                            overview: >-
                              In 1969, Kenji, an elementary school kid and his
                              friends built a secret base during their summer
                              holidays. They fantasized that they had to fight
                              villains who were out to conquer the world and
                              wrote them in the Book of Prophecies. Years later
                              in 1997, Kenji becomes a convenience store manager
                              and leads a regular life after giving up his
                              dreams to become a rock star. His boring life is
                              suddenly turned upside down when his old classmate
                              dies mysteriously and an entire family in the
                              neighbourhood disappears. At the same time, a
                              religious cult and its mysterious leader, Friend
                              emerges and a strange chain of events duplicating
                              exactly the events described in the Book of
                              Prophecies follow. Is this the beginning of the
                              end of the world? Who is Friend?
                            popularity: 15.864
                            poster_path: /nb1fd4nZyBLUhkjnAQx5607aBMq.jpg
                            release_date: '2008-08-19'
                            title: '20th Century Boys: Beginning of the End'
                            video: false
                            vote_average: 6.7
                            vote_count: 99
                          - adult: false
                            backdrop_path: /Ad1D9qkQqICgWrnTFEmciQAgOY6.jpg
                            genre_ids:
                              - 878
                              - 12
                              - 9648
                            id: 25114
                            media_type: movie
                            original_language: ja
                            original_title: 20世紀少年 第2章 最後の希望
                            overview: >-
                              Set 15 years after "Twentieth Century Boys," Kanna
                              (Airi Taira) reunites with several main characters
                              from the first film in an attempt to stop Friend's
                              increasing influence over the world and continued
                              plans to eliminate humanity, as detailed in the
                              New Book of Prophecy.
                            popularity: 9.459
                            poster_path: /ej5rGwbyybno1pKDqqTLy7Gwc1T.jpg
                            release_date: '2009-01-30'
                            title: '20th Century Boys 2: The Last Hope'
                            video: false
                            vote_average: 6.7
                            vote_count: 67
                          - adult: false
                            backdrop_path: /7QtKvkNypPoVSi1n4FNmxluOLB4.jpg
                            genre_ids:
                              - 12
                              - 9648
                              - 878
                            id: 39123
                            media_type: movie
                            original_language: ja
                            original_title: 20世紀少年 ぼくらの旗
                            overview: >-
                              The final showdown, and the final reveal. who is
                              Friend? How can he be stopped?
                            popularity: 6.413
                            poster_path: /zf5wTUqciMcSEUjPF5E9O8fBNo9.jpg
                            release_date: '2009-08-19'
                            title: '20th Century Boys 3: Redemption'
                            video: false
                            vote_average: 6.7
                            vote_count: 61
                        known_for_department: Acting
                        name: Toshiaki Karasawa
                        original_name: 唐沢寿明
                        popularity: 140.225
                        profile_path: /vB73o5XHjSHLpCwxRl83uFNAicP.jpg
                      - adult: false
                        gender: 2
                        id: 64
                        known_for:
                          - adult: false
                            backdrop_path: /y2DB71C4nyIdMrANijz8mzvQtk6.jpg
                            genre_ids:
                              - 28
                              - 80
                              - 18
                              - 53
                            id: 49026
                            media_type: movie
                            original_language: en
                            original_title: The Dark Knight Rises
                            overview: >-
                              Following the death of District Attorney Harvey
                              Dent, Batman assumes responsibility for Dent's
                              crimes to protect the late attorney's reputation
                              and is subsequently hunted by the Gotham City
                              Police Department. Eight years later, Batman
                              encounters the mysterious Selina Kyle and the
                              villainous Bane, a new terrorist leader who
                              overwhelms Gotham's finest. The Dark Knight
                              resurfaces to protect a city that has branded him
                              an enemy.
                            popularity: 81.157
                            poster_path: /hr0L2aueqlP2BYUblTTjmtn0hw4.jpg
                            release_date: '2012-07-17'
                            title: The Dark Knight Rises
                            video: false
                            vote_average: 7.8
                            vote_count: 22794
                          - adult: false
                            backdrop_path: /oOv2oUXcAaNXakRqUPxYq5lJURz.jpg
                            genre_ids:
                              - 18
                              - 28
                              - 80
                              - 53
                            id: 155
                            media_type: movie
                            original_language: en
                            original_title: The Dark Knight
                            overview: >-
                              Batman raises the stakes in his war on crime. With
                              the help of Lt. Jim Gordon and District Attorney
                              Harvey Dent, Batman sets out to dismantle the
                              remaining criminal organizations that plague the
                              streets. The partnership proves to be effective,
                              but they soon find themselves prey to a reign of
                              chaos unleashed by a rising criminal mastermind
                              known to the terrified citizens of Gotham as the
                              Joker.
                            popularity: 163.774
                            poster_path: /qJ2tW6WMUDux911r6m7haRef0WH.jpg
                            release_date: '2008-07-16'
                            title: The Dark Knight
                            video: false
                            vote_average: 8.5
                            vote_count: 33099
                          - adult: false
                            backdrop_path: /tyBkBHKDrJyVUeCs550kMr61jnq.jpg
                            genre_ids:
                              - 10749
                              - 27
                            id: 6114
                            media_type: movie
                            original_language: en
                            original_title: Bram Stoker's Dracula
                            overview: >-
                              In 19th century England, Count Dracula travels to
                              London and meets Mina Harker, a young woman who
                              appears as the reincarnation of his lost love.
                            popularity: 51.724
                            poster_path: /o5F6juFKJKEaK8nTd6Ilx5eWRH6.jpg
                            release_date: '1992-11-13'
                            title: Bram Stoker's Dracula
                            video: false
                            vote_average: 7.448
                            vote_count: 5138
                        known_for_department: Acting
                        name: Gary Oldman
                        original_name: Gary Oldman
                        popularity: 149.698
                        profile_path: /2v9FVVBUrrkW2m3QOcYkuhq9A6o.jpg
                      - adult: false
                        gender: 1
                        id: 2049994
                        known_for:
                          - adult: false
                            backdrop_path: /wQlJJJ50gKphCci0SmoetUXmJN4.jpg
                            first_air_date: '2023-06-20'
                            genre_ids:
                              - 18
                            id: 210733
                            media_type: tv
                            name: Hidden Love
                            origin_country:
                              - CN
                            original_language: zh
                            original_name: 偷偷藏不住
                            overview: >-
                              Since high school, Sang Zhi has had a crush on
                              Duan Jiaxu. When fate brings them together again,
                              they find a chance to embark on a sweet
                              relationship.
                            popularity: 146.022
                            poster_path: /riGzESa9N9toumP9OhMmg0QvFPD.jpg
                            vote_average: 8.6
                            vote_count: 118
                          - adult: false
                            backdrop_path: /5BuVAlwQiLHVqTWITHxaLmp2leB.jpg
                            first_air_date: '2019-01-28'
                            genre_ids:
                              - 18
                            id: 87299
                            media_type: tv
                            name: I Hear You
                            origin_country:
                              - CN
                            original_language: zh
                            original_name: 最动听的事
                            overview: >-
                              Bei Er Duo, a girl from an ordinary family, dreams
                              about studying in Japan to be a professional voice
                              actor. However, her mother wants her to marry rich
                              whilst she is young, leading to continuous blind
                              dates which irritate Bei Er Duo. In her
                              desperation to raise funds for studying overseas
                              as well as helping her best friend Tang Li out of
                              a crisis, Bei Er Duo joins a couple reality
                              program, encountering top violin maker Ye Shu Wei.
                            popularity: 72.661
                            poster_path: /2wVMh3vqvt1IgAhextxwUKxaOAH.jpg
                            vote_average: 7.7
                            vote_count: 66
                          - adult: false
                            backdrop_path: /gxafmR8O7cAJxmrs3RHp1P2ftsY.jpg
                            first_air_date: '2020-05-18'
                            genre_ids:
                              - 35
                              - 18
                            id: 103635
                            media_type: tv
                            name: The Romance of Tiger and Rose
                            origin_country:
                              - CN
                            original_language: zh
                            original_name: 传闻中的陈芊芊
                            overview: >-
                              A screenwriter finds herself becoming a character
                              in the script of her own creation. However, she is
                              not meant to live past three episodes! Chen
                              Xiaoqian is a writer who poured blood, sweat and
                              tears into creating a big female-centric drama.
                              What could have started filming smoothly quickly
                              turned south because of actor Han Mingxing's
                              reservations about the script. Feeling wronged,
                              Chen Xiaoqian vows to prove herself yet she
                              accidentally gets stuck in a parallel world where
                              her story has come to life. Now known as the 3rd
                              princess Chen Qianqian, she is an insignificant
                              side character with a horrid reputation that is
                              not meant to live long in the story. In order to
                              live, she starts on a road to reverse her fate.
                              She also gets caught in between the arrogant and
                              black-bellied prince Han Shuo and the practically
                              perfect Pei Heng.
                            popularity: 19.625
                            poster_path: /mCsidkxf6ji8e71T07dYff3FjCF.jpg
                            vote_average: 7.348
                            vote_count: 23
                        known_for_department: Acting
                        name: Zhao Lusi
                        original_name: 赵露思
                        popularity: 209.13
                        profile_path: /hjuAEb4VksEtgSpygDKXs5WSWho.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: 73.733
                            poster_path: /eyWICPcxOuTcDDDbTMOZawoOn8d.jpg
                            release_date: '2018-08-09'
                            title: The Meg
                            video: false
                            vote_average: 6.3
                            vote_count: 7650
                          - 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: 174.018
                            poster_path: /M7SUK85sKjaStg4TKhlAVyGlz3.jpg
                            release_date: '2021-04-22'
                            title: Wrath of Man
                            video: false
                            vote_average: 7.6
                            vote_count: 5333
                          - 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: 53.261
                            poster_path: /xmuCaJJjGbUns8pwMD7M0C0O1uP.jpg
                            release_date: '2002-10-02'
                            title: The Transporter
                            video: false
                            vote_average: 6.711
                            vote_count: 5328
                        known_for_department: Acting
                        name: Jason Statham
                        original_name: Jason Statham
                        popularity: 143.911
                        profile_path: /tI3QoB2KlvXoXM0rH3SVhmcUuxv.jpg
                      - adult: false
                        gender: 1
                        id: 4095744
                        known_for:
                          - adult: false
                            backdrop_path: /7B72d6f09eIifSgkpCkzwkv8fle.jpg
                            genre_ids:
                              - 18
                              - 10749
                            id: 1002398
                            media_type: movie
                            original_language: tl
                            original_title: Donselya
                            overview: >-
                              Iris, an 18-year old virgin marries Joaquin, a
                              rich widower, because of money. However, when he
                              learns that Iris is not really a virgin, their
                              honeymoon turns to a bloodbath.
                            popularity: 29.801
                            poster_path: /iVS3ZiPsKy8Hhc5Dipqgrjmoj2b.jpg
                            release_date: '2024-10-29'
                            title: Donselya
                            video: false
                            vote_average: 5.9
                            vote_count: 11
                          - adult: false
                            backdrop_path: /uUJuPiZh1QfIeTa1GeLWqnEkaP2.jpg
                            genre_ids:
                              - 18
                            id: 1302011
                            media_type: movie
                            original_language: tl
                            original_title: Init
                            overview: >-
                              When a young barrio lass moves in to the city to
                              study, she lives in a boarding house with other
                              college students. Unknown to them, behind her shy
                              and timid personality is a woman with insatiable
                              hunger for sex.
                            popularity: 43.273
                            poster_path: /fGY13rtdRzFqTkDMi5JayUWg6vL.jpg
                            release_date: '2024-07-30'
                            title: Init
                            video: false
                            vote_average: 5
                            vote_count: 4
                          - adult: false
                            backdrop_path: /4GHPT4glMQHPCke2DNigRqZ6KqH.jpg
                            genre_ids:
                              - 18
                            id: 1226299
                            media_type: movie
                            original_language: tl
                            original_title: Dilig
                            overview: >-
                              About to get married to an old, wealthy
                              businessman, Resa enlists the help of gardener
                              Otso to seduce her fiancé’s daughter, Katelyn, and
                              record his sexploits with her in order to get her
                              disowned.
                            popularity: 22.566
                            poster_path: /lDn02aAZFUb7JpM7l7iuHdbWEHH.jpg
                            release_date: '2024-01-30'
                            title: Dilig
                            video: false
                            vote_average: 4.3
                            vote_count: 3
                        known_for_department: Acting
                        name: Dyessa Garcia
                        original_name: Dyessa Garcia
                        popularity: 138.97
                        profile_path: /xak9L0fkIOkjSwJpz3SWLl94tVP.jpg
                      - adult: false
                        gender: 1
                        id: 141801
                        known_for:
                          - adult: false
                            backdrop_path: /wOoZPg0ZCJ1z1KZhVXRvX1eDZqb.jpg
                            genre_ids:
                              - 14
                              - 18
                              - 35
                              - 10751
                            id: 11395
                            media_type: movie
                            original_language: en
                            original_title: The Santa Clause
                            overview: >-
                              On Christmas Eve, divorced dad Scott Calvin and
                              his son discover Santa Claus has fallen off their
                              roof. When Scott takes the reins of the magical
                              sleigh, he finds he is now the new Santa, and must
                              convince a world of disbelievers, including
                              himself.
                            popularity: 46.383
                            poster_path: /tBHDVtEcMl06FbCURRLGVg3TpXp.jpg
                            release_date: '1994-11-11'
                            title: The Santa Clause
                            video: false
                            vote_average: 6.496
                            vote_count: 2073
                          - adult: false
                            backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg
                            first_air_date: '1990-09-10'
                            genre_ids:
                              - 35
                              - 10751
                            id: 1892
                            media_type: tv
                            name: The Fresh Prince of Bel-Air
                            origin_country:
                              - US
                            original_language: en
                            original_name: The Fresh Prince of Bel-Air
                            overview: >-
                              Will, a street-smart teenager, moves from the
                              tough streets of West Philly to posh Bel-Air to
                              live with his Uncle Philip, Aunt Vivian, his
                              cousins — spoiled Hilary, preppy Carlton and young
                              Ashley — and their sophisticated British butler,
                              Geoffrey. Though Will’s antics and upbringing
                              contrast greatly with the upper-class lifestyle of
                              his extended relatives, he soon finds himself
                              right at home as a loved part of the family.
                            popularity: 85.676
                            poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg
                            vote_average: 7.939
                            vote_count: 2255
                          - adult: false
                            backdrop_path: /bG9GfEN24IMSieaiNNcxIUyTHRh.jpg
                            genre_ids:
                              - 27
                            id: 58093
                            media_type: movie
                            original_language: en
                            original_title: Milo
                            overview: >-
                              Four young grade-school girls witness the murder
                              of one of their classmates during what they
                              thought was just an innocent game. The killer is a
                              strange young boy named Milo Jeeder. Sixteen years
                              later, the four survivors of the event re-unite
                              under happier circumstances in the same town where
                              it happened. They believe that Milo drowned in a
                              river shortly after the murder, but soon learn
                              that the demonic killer Milo has also returned,
                              still a young boy, unchanged even after almost two
                              decades.
                            popularity: 4.013
                            poster_path: /lNKffmpdUqz7IDV0ly1t7vx0kYI.jpg
                            release_date: '1998-10-06'
                            title: Milo
                            video: false
                            vote_average: 4.3
                            vote_count: 22
                        known_for_department: Acting
                        name: Paige Tamada
                        original_name: Paige Tamada
                        popularity: 103.588
                        profile_path: /pORrZ9gppePMsZBHhwRHvNogFU7.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: 172.066
                            poster_path: /d5NXSklXo0qyIYkgV94XAgMIckC.jpg
                            release_date: '2021-09-15'
                            title: Dune
                            video: false
                            vote_average: 7.784
                            vote_count: 12876
                          - 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: 70.34
                            poster_path: /mZ4gBdfkhP9tvLH1DO4m4HYtiyi.jpg
                            release_date: '2017-07-28'
                            title: Call Me by Your Name
                            video: false
                            vote_average: 8.127
                            vote_count: 12097
                          - 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: 320.117
                            poster_path: /6izwz7rsy95ARzTR3poZ8H6c5pp.jpg
                            release_date: '2024-02-27'
                            title: 'Dune: Part Two'
                            video: false
                            vote_average: 8.2
                            vote_count: 5847
                        known_for_department: Acting
                        name: Timothée Chalamet
                        original_name: Timothée Chalamet
                        popularity: 130.455
                        profile_path: /BE2sdjpgsa2rNTFa66f7upkaOP.jpg
                      - adult: false
                        gender: 1
                        id: 1260868
                        known_for:
                          - adult: false
                            backdrop_path: /ghFRelQl2v1QB0OSS12CGUZfrAf.jpg
                            first_air_date: '2017-06-05'
                            genre_ids:
                              - 18
                            id: 71673
                            media_type: tv
                            name: Princess Agents
                            origin_country:
                              - CN
                            original_language: zh
                            original_name: 特工皇妃楚乔传
                            overview: >-
                              During the Warring Period, the Western Wei
                              enslaved large numbers of civilians. The slave
                              girl, Chu Qiao, is thrown into a forest along with
                              other slaves and becomes the next hunting target
                              for the rich lords. She is saved by the Prince of
                              Northern Wei, Yan Xun. Afterwards, she is brought
                              into a powerful family of Yuwen and witnesses
                              their bloody power struggle. Seeing this, she
                              swears to take her younger sister and flee from
                              the situation. However, she catches the attention
                              of Yuwen Yue, and undergoes strict training while
                              building a sense of companionship with Yan Xun.
                              Unfortunately, Western Wei goes into battle and
                              Yan Xun’s family is slaughtered. After that
                              incident, Yan Xun grows ambitious and cruel to
                              avenge for the things and the people he lost. He
                              doubts Chu Qiao and takes advantages of her
                              loyalty and love many times, disregarding their
                              relationship as well as the sacrifices he will
                              have to make for power. Disappointed with the man
                              she once loved, Chu Qiao eventually breaks off her
                              relationship with Yan Xun and chooses to fight
                              with Yuwen Yue, destroying Yan Xun’s plans of
                              vengeance. She eventually convinces Yuwen to free
                              the country from slavery, becoming a successful
                              military strategist/female general in the people’s
                              hearts.
                            popularity: 86.598
                            poster_path: /diUHWYpMmCmA0Ad8RLtwPJGaCkW.jpg
                            vote_average: 7.486
                            vote_count: 216
                          - adult: false
                            backdrop_path: /z78hAUcxLayULTjq9qCZ69NzfuI.jpg
                            first_air_date: '2018-12-23'
                            genre_ids:
                              - 18
                            id: 81502
                            media_type: tv
                            name: The Story of Ming Lan
                            origin_country:
                              - CN
                            original_language: zh
                            original_name: 知否知否应是绿肥红瘦
                            overview: >-
                              The Story of Ming Lan, based on the novel written
                              by Guan Xin Ze Luan, follows our heroine through
                              her youth, into her adulthood, and well into her
                              marriage life as well. She’s the 6th child of the
                              Sheng household. Though she is an intelligent and
                              beautiful child, she was not loved by her family
                              (her dad, her sisters, her mom dies early.) She
                              has to hide her intelligence and suffers through
                              the years, hoping to avenge for her mom. During
                              this process she will meet many friends and foes,
                              one of which is our male lead, Gu’s second son, Gu
                              Ting Ye. He has helped and mistreated her before,
                              but also the one to witness her sharp wits and
                              lonely soul. After they get married, they will
                              work together as a power couple, managing the new
                              King’s regime as well as harvesting a world of
                              happiness on their own.
                            popularity: 94.484
                            poster_path: /flNWgUPwtkAGv8wyxxBlKaAwLzt.jpg
                            vote_average: 7.4
                            vote_count: 29
                          - adult: false
                            backdrop_path: /vskVqJpo1fZGMoS5CMfF1ZjlwKq.jpg
                            first_air_date: '2014-07-08'
                            genre_ids:
                              - 35
                              - 18
                            id: 61054
                            media_type: tv
                            name: Boss & Me
                            origin_country:
                              - CN
                            original_language: zh
                            original_name: 杉杉来了
                            overview: >-
                              Based off Gu Man’s very popular internet novel,
                              the story tells of a kind hearted young girl who
                              works at a big conglomerate. However one of her
                              weaknesses is eating, she loves to eat, and so
                              upon discovering this her boss decides to
                              intentionally fatten her up; she just so happens
                              to share the same blood type as his sister, and
                              thus has the motive of making her the blood donor.
                              Hence comedy ensues as she melts his heart with
                              her exceptional appetite and her cute charm.
                            popularity: 27.327
                            poster_path: /sJCY4WIwQnZjdp7riltFhTTYVGc.jpg
                            vote_average: 7.219
                            vote_count: 16
                        known_for_department: Acting
                        name: Zhao Liying
                        original_name: 赵丽颖
                        popularity: 128.825
                        profile_path: /6RiJN1w8kBFG6IcPmwPdUt1EzCF.jpg
                      - adult: false
                        gender: 1
                        id: 224513
                        known_for:
                          - adult: false
                            backdrop_path: /3bWUP9kyf9BxVc0hmZdqXB2w4UP.jpg
                            genre_ids:
                              - 878
                              - 18
                            id: 335984
                            media_type: movie
                            original_language: en
                            original_title: Blade Runner 2049
                            overview: >-
                              Thirty years after the events of the first film, a
                              new blade runner, LAPD Officer K, unearths a
                              long-buried secret that has the potential to
                              plunge what's left of society into chaos. K's
                              discovery leads him on a quest to find Rick
                              Deckard, a former LAPD blade runner who has been
                              missing for 30 years.
                            popularity: 125.874
                            poster_path: /gajva2L0rPYkEWjzgFlBXCAVBE5.jpg
                            release_date: '2017-10-04'
                            title: Blade Runner 2049
                            video: false
                            vote_average: 7.6
                            vote_count: 13703
                          - adult: false
                            backdrop_path: /4HWAQu28e2yaWrtupFPGFkdNU7V.jpg
                            genre_ids:
                              - 35
                              - 80
                              - 9648
                            id: 546554
                            media_type: movie
                            original_language: en
                            original_title: Knives Out
                            overview: >-
                              When renowned crime novelist Harlan Thrombey is
                              found dead at his estate just after his 85th
                              birthday, the inquisitive and debonair Detective
                              Benoit Blanc is mysteriously enlisted to
                              investigate. From Harlan's dysfunctional family to
                              his devoted staff, Blanc sifts through a web of
                              red herrings and self-serving lies to uncover the
                              truth behind Harlan's untimely death.
                            popularity: 64.764
                            poster_path: /pThyQovXQrw2m0s9x82twj48Jq4.jpg
                            release_date: '2019-11-27'
                            title: Knives Out
                            video: false
                            vote_average: 7.846
                            vote_count: 12444
                          - adult: false
                            backdrop_path: /oNoprEND25zXR6Fns8cIZUkuoMc.jpg
                            genre_ids:
                              - 35
                              - 80
                              - 18
                            id: 308266
                            media_type: movie
                            original_language: en
                            original_title: War Dogs
                            overview: >-
                              Based on the true story of two young men, David
                              Packouz and Efraim Diveroli, who won a $300
                              million contract from the Pentagon to arm
                              America's allies in Afghanistan.
                            popularity: 37.843
                            poster_path: /mDcPRjZC1bb6LavFU3gwsWdVfCM.jpg
                            release_date: '2016-08-18'
                            title: War Dogs
                            video: false
                            vote_average: 6.9
                            vote_count: 4913
                        known_for_department: Acting
                        name: Ana de Armas
                        original_name: Ana de Armas
                        popularity: 139.485
                        profile_path: /5Qne374OM0ewMM7uSN9eq9jNrWq.jpg
                      - adult: false
                        gender: 1
                        id: 974169
                        known_for:
                          - adult: false
                            backdrop_path: /8FsfKHre4dN6dDVZjd64nQnThGH.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: 190.45
                            poster_path: /9PFonBhy4cQy7Jz20NpMygczOkv.jpg
                            vote_average: 8.447
                            vote_count: 8743
                          - adult: false
                            backdrop_path: /ifUfE79O1raUwbaQRIB7XnFz5ZC.jpg
                            genre_ids:
                              - 27
                              - 9648
                              - 53
                            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: 82.018
                            poster_path: /1m3W6cpgwuIyjtg5nSnPx7yFkXW.jpg
                            release_date: '2022-01-12'
                            title: Scream
                            video: false
                            vote_average: 6.7
                            vote_count: 3323
                          - 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: 66.145
                            poster_path: /lopZSVtXzhFY603E9OqF7O1YKsh.jpg
                            release_date: '2022-03-17'
                            title: X
                            video: false
                            vote_average: 6.754
                            vote_count: 3299
                        known_for_department: Acting
                        name: Jenna Ortega
                        original_name: Jenna Ortega
                        popularity: 134.167
                        profile_path: /q1NRzyZQlYkxLY07GO9NVPkQnu8.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: 113.723
                            poster_path: /dXNAPwY7VrqMAo51EKhhCJfaGb5.jpg
                            release_date: '1999-03-31'
                            title: The Matrix
                            video: false
                            vote_average: 8.219
                            vote_count: 25795
                          - 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: 70.943
                            poster_path: /TxbvYS8wsgYSpYZtQLZXnoVOIQ.jpg
                            release_date: '2014-10-22'
                            title: John Wick
                            video: false
                            vote_average: 7.441
                            vote_count: 19266
                          - 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: 108.095
                            poster_path: /hXWBc0ioZP3cN4zCu6SN3YHXZVO.jpg
                            release_date: '2017-02-08'
                            title: 'John Wick: Chapter 2'
                            video: false
                            vote_average: 7.3
                            vote_count: 13076
                        known_for_department: Acting
                        name: Keanu Reeves
                        original_name: Keanu Reeves
                        popularity: 125.173
                        profile_path: /8RZLOyYGsoRe9p44q3xin9QkMHv.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: 400.123
                            poster_path: /3Q0hd3heuWwDWpwcDkhQOA6TYWI.jpg
                            vote_average: 8.3
                            vote_count: 9816
                          - 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: 148.177
                            poster_path: /5qHoazZiaLe7oFBok7XlUhg96f2.jpg
                            release_date: '2023-12-21'
                            title: Anyone But You
                            video: false
                            vote_average: 6.933
                            vote_count: 2283
                          - 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: 89.764
                            poster_path: /fdZpvODTX5wwkD0ikZNaClE4AoW.jpg
                            release_date: '2024-03-20'
                            title: Immaculate
                            video: false
                            vote_average: 6.251
                            vote_count: 1272
                        known_for_department: Acting
                        name: Sydney Sweeney
                        original_name: Sydney Sweeney
                        popularity: 132.193
                        profile_path: /qYiaSl0Eb7G3VaxOg8PxExCFwon.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: 18.384
                            poster_path: /7hEhhmAF8Tr7g95fkbuxDpeR27b.jpg
                            release_date: '2021-02-12'
                            title: A Writer's Odyssey
                            video: false
                            vote_average: 7.1
                            vote_count: 301
                          - 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: 14.343
                            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: 132
                          - 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: 12.131
                            poster_path: /zwTonDtQstoMQHYEBCz8x8RvBJJ.jpg
                            release_date: '2017-06-28'
                            title: Reset
                            video: false
                            vote_average: 7
                            vote_count: 103
                        known_for_department: Acting
                        name: Yang Mi
                        original_name: 杨幂
                        popularity: 109.461
                        profile_path: /6RezRxlQBsYmlotybR3q7riSrvV.jpg
                      - adult: false
                        gender: 2
                        id: 1907997
                        known_for:
                          - adult: false
                            backdrop_path: /ein8yLBzWn6GllqfeagclestBUe.jpg
                            genre_ids:
                              - 18
                              - 10749
                            id: 865463
                            media_type: movie
                            original_language: ko
                            original_title: 24살윤율의섹시한젖가슴
                            overview: "Rookie actor Yunyul!\_Although she looks innocent, her secret private life is revealed in detail.  Sexy glamor rookie actor Yunyul’s breathtaking talk begins!\_Yunyul, who has a beautiful model body line and a bursting breast, but with a face that combines soft innocence and contradictory charm!\_\_It boasts a voluptuous, powerful hardware since its debut early and came to the hottest Newcomer together many fans successfully her first interview with the film anchakhan the debut of receive the love of 2020\_\_from an episode from the debut course she speaks to date Her anti-war charm, honestly revealing her usual dating course with the opposite sex she dreamed of!\_The honest interview of 24-year-old Yunyul begins."
                            popularity: 28.745
                            poster_path: /qvGkjlLjTy1nxClxpw2BiUS6jHB.jpg
                            release_date: '2021-03-01'
                            title: 24 Year Old Yoon Yul's Sexy Breasts
                            video: false
                            vote_average: 7.263
                            vote_count: 19
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 10749
                            id: 721187
                            media_type: movie
                            original_language: ko
                            original_title: '미용실 : 특별한 서비스 4'
                            overview: >-
                              Focusing on the relationship between men and women
                              in a beauty salon, Dae-hye, the director of a
                              korean erotic film beauty salon, becomes more
                              difficult to sell in a depression. The building
                              owner’s rent pressure also comes in, and employee
                              Juhee suggests to Dae-hye to do a bikini service,
                              saying that a bikini beauty salon has hit the
                              jackpot in a foreign country. Surprisingly, bikini
                              service is on the jackpot and guests are
                              increasingly looking for a more powerful service.
                            popularity: 1.567
                            poster_path: /nJpoe1CKuiqh90qUliO6qHCeNYI.jpg
                            release_date: '2022-12-01'
                            title: 'Beauty Salon: Special Service 4'
                            video: false
                            vote_average: 6.4
                            vote_count: 11
                          - adult: false
                            backdrop_path: /4yABbmwq7D0vsSmDVzpJbQdFGJW.jpg
                            genre_ids:
                              - 10749
                            id: 643274
                            media_type: movie
                            original_language: ko
                            original_title: '미용실 : 특별한 서비스 3'
                            overview: >-
                              In a deserted salon, female hair designer Se-jeong
                              quits, and the salon is at risk. Jeong-soo, the
                              owner, takes measures to overcome this hardship!
                              He hires special male designers with 'special
                              services'. Lonely women in the neighborhood soon
                              hear about this, and start swarming into the
                              salon.
                            popularity: 3.839
                            poster_path: /fMksaQrIVsFlVCLS8KQfLGZ5vgt.jpg
                            release_date: '2019-04-29'
                            title: 'Beauty Salon: Special Service 3'
                            video: false
                            vote_average: 5.3
                            vote_count: 10
                        known_for_department: Acting
                        name: Min Do-yoon
                        original_name: 민도윤
                        popularity: 117.562
                        profile_path: /bHHn3krbHyxQIWb4JbHkPlV6Uu1.jpg
                      - adult: false
                        gender: 1
                        id: 2699056
                        known_for:
                          - adult: false
                            backdrop_path: /de6iC707SwuMsE3y2fo5OHCOsvj.jpg
                            first_air_date: '2019-01-09'
                            genre_ids:
                              - 16
                              - 10759
                              - 10765
                              - 18
                            id: 83095
                            media_type: tv
                            name: The Rising of the Shield Hero
                            origin_country:
                              - JP
                            original_language: ja
                            original_name: 盾の勇者の成り上がり
                            overview: >-
                              Iwatani Naofumi, a run-of-the-mill otaku, finds a
                              book in the library that summons him to another
                              world. He is tasked with joining the sword, spear,
                              and bow as one of the Four Cardinal Heroes and
                              fighting the Waves of Catastrophe as the Shield
                              Hero. Excited by the prospect of a grand
                              adventure, Naofumi sets off with his party.
                              However, merely a few days later, he is betrayed
                              and loses all his money, dignity, and respect.
                              Unable to trust anyone anymore, he employs a slave
                              named Raphtalia and takes on the Waves and the
                              world. But will he really find a way to overturn
                              this desperate situation?
                            popularity: 131.859
                            poster_path: /yjq2n0agGJfmZQ9NpbYIhuBofcq.jpg
                            vote_average: 8.545
                            vote_count: 1353
                          - adult: false
                            backdrop_path: /lL0rMeVqiOyVwmft6oPKQKbDYr6.jpg
                            first_air_date: '2012-01-10'
                            genre_ids:
                              - 16
                              - 18
                              - 9648
                            id: 42589
                            media_type: tv
                            name: Another
                            origin_country:
                              - JP
                            original_language: ja
                            original_name: Another
                            overview: >-
                              When Kouichi arrives at his new school, he
                              immediately senses something frightening in the
                              atmosphere of his new class, something that no
                              student wants to talk about and that seems to be
                              related to a mysterious and silent girl.
                            popularity: 52.456
                            poster_path: /9uATDswMjJgrj1qIPW9YjPvUbRM.jpg
                            vote_average: 8.383
                            vote_count: 955
                          - adult: false
                            backdrop_path: /8dNNxQMx4hOLwihNoAyDkreboiP.jpg
                            first_air_date: '2021-04-11'
                            genre_ids:
                              - 16
                              - 35
                              - 18
                            id: 105556
                            media_type: tv
                            name: DON'T TOY WITH ME, MISS NAGATORO
                            origin_country:
                              - JP
                            original_language: ja
                            original_name: イジらないで、長瀞さん
                            overview: >-
                              "A girl in a lower grade just made me cry!" One
                              day, Senpai visits the library after school and
                              becomes the target of a super sadistic junior! The
                              name of the girl who teases, torments, and
                              tantalizes Senpai is "Nagatoro!" She's annoying
                              yet adorable. It's painful, but you still want to
                              be by her side. This is a story about an extremely
                              sadistic and temperamental girl and you'll feel
                              something awaken inside of you.
                            popularity: 92.838
                            poster_path: /ogXmggjfiDHBOBwA3JyuEzCr814.jpg
                            vote_average: 8.3
                            vote_count: 756
                        known_for_department: Visual Effects
                        name: Misaki Suzuki
                        original_name: 鈴木美咲
                        popularity: 109.581
                        profile_path: /fDYzYvZS9sxAvDAlLd833JqpW7n.jpg
                  total_pages:
                    type: number
                    example: 189593
                  total_results:
                    type: number
                    example: 3791850
              examples:
                Popular:
                  value:
                    page: 1
                    results:
                      - adult: false
                        gender: 2
                        id: 3724154
                        known_for:
                          - adult: false
                            backdrop_path: /9ExqMvtOqvYcmQjMDXyhtfjLmEA.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: 230.588
                            poster_path: /rqbvlnPGAi075IMpD83PfBGVJ3d.jpg
                            release_date: '2024-10-26'
                            title: Young Hearts
                            video: false
                            vote_average: 8.42
                            vote_count: 25
                          - 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: 13.94
                            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: 41.79
                            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: 429.795
                        profile_path: /kY8eifhCPvjTE6JJclrrWO7Zr9L.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: 2187.754
                            poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg
                            release_date: '2023-06-08'
                            title: My Fault
                            video: false
                            vote_average: 7.915
                            vote_count: 3234
                          - 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: 376.037
                            poster_path: /lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg
                            vote_average: 7.8
                            vote_count: 342
                          - adult: false
                            backdrop_path: /hrVF15fXneZcLwXO861j7Q32BgB.jpg
                            first_air_date: '2018-09-16'
                            genre_ids:
                              - 18
                              - 35
                            id: 82424
                            media_type: tv
                            name: SKAM Spain
                            origin_country:
                              - ES
                            original_language: es
                            original_name: Skam España
                            overview: >-
                              The series accompanies a group of 16-year-olds on
                              the journey of their life following their day to
                              day in real time. Dependence on social media, how
                              they face sex, love and ruptures, religion, the
                              search of their identity and the need to fit in.
                            popularity: 130.104
                            poster_path: /sNqZzxDi7IaU3DBrsVud56iLn92.jpg
                            vote_average: 7.761
                            vote_count: 476
                        known_for_department: Acting
                        name: Nicole Wallace
                        original_name: Nicole Wallace
                        popularity: 384.506
                        profile_path: /gSGCoJVKAMUTmyA3GzCAX22WNBA.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: 2187.754
                            poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg
                            release_date: '2023-06-08'
                            title: My Fault
                            video: false
                            vote_average: 7.915
                            vote_count: 3234
                          - 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: 376.037
                            poster_path: /lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg
                            vote_average: 7.8
                            vote_count: 342
                          - adult: false
                            backdrop_path: /kxxJBjQAwhQXTtJTRe0qursHuDH.jpg
                            first_air_date: '2024-06-12'
                            genre_ids:
                              - 18
                              - 9648
                            id: 249670
                            media_type: tv
                            name: From Tomorrow
                            origin_country:
                              - ES
                            original_language: es
                            original_name: Desde el mañana
                            overview: >-
                              Gabriela and Andrés, a doctor and a detective,
                              must face a series of supernatural phenomena that
                              disrupt their lives and those of their loved ones.
                              Together, they have the opportunity to change
                              their destinies.
                            popularity: 69.082
                            poster_path: /tsaOWbVklGlGhMxRcRqPEi5QZIW.jpg
                            vote_average: 7.2
                            vote_count: 63
                        known_for_department: Acting
                        name: Gabriel Guevara
                        original_name: Gabriel Guevara
                        popularity: 400.685
                        profile_path: /pviRYKEEmoPUfLYwP1VHJ6LQcRg.jpg
                      - adult: false
                        gender: 1
                        id: 1815065
                        known_for:
                          - adult: false
                            backdrop_path: /qVu5MC7DiDOrlcKNZsb9rEJJ1UI.jpg
                            first_air_date: '2016-04-01'
                            genre_ids:
                              - 10759
                              - 10765
                              - 37
                            id: 65988
                            media_type: tv
                            name: Wynonna Earp
                            origin_country:
                              - CA
                              - US
                            original_language: en
                            original_name: Wynonna Earp
                            overview: >-
                              Wyatt Earp's great granddaughter Wynonna battles
                              demons and other creatures with her unique
                              abilities and a posse of dysfunctional allies -
                              the only thing that can bring the paranormal to
                              justice.
                            popularity: 188.541
                            poster_path: /qnIaDelA81dmFaXrhpz6M6dpGSD.jpg
                            vote_average: 7.9
                            vote_count: 759
                          - adult: false
                            backdrop_path: /9voL03zuWH6kUYmcLWAebVYQk27.jpg
                            genre_ids:
                              - 10770
                              - 35
                              - 10749
                            id: 1038773
                            media_type: movie
                            original_language: en
                            original_title: Dream Wedding
                            overview: >-
                              Sisters Kate and Megan attend their local wedding
                              fair they jokingly enter a dream wedding package
                              even though they are not getting married. Surprise
                              the sisters win and now must put on a show or be
                              mortified by their champagne decisions.
                            popularity: 3.127
                            poster_path: /w5z2t02FKJtHfpbtZPpVleltiB0.jpg
                            release_date: '2023-04-01'
                            title: Dream Wedding
                            video: false
                            vote_average: 6.8
                            vote_count: 6
                          - adult: false
                            backdrop_path: /vKjcGYGONld7jXAWACgYDMYzygi.jpg
                            genre_ids:
                              - 10749
                              - 35
                              - 10770
                            id: 1150521
                            media_type: movie
                            original_language: en
                            original_title: Christmas on Windmill Way
                            overview: >-
                              Mia Meijer gets ready for the Christmas Market
                              Dutch Bake-Off and suspects that her grandmother,
                              Ann, will walk away with the cherished Golden
                              Rolling Pin thanks to her Kerststol, a traditional
                              Dutch fruited Christmas bread. But Mia's world is
                              rocked when she learns that Ann was having
                              financial troubles and had to sell the land deed
                              to the Windmill Way property in her family for
                              generations. Making matters worse, the buyer is
                              Mia's former boyfriend, property developer Brady
                              Schaltz, who must let Mia and Ann know the Meijer
                              family-owned heritage Dutch sawmill, renowned for
                              the past 90 years for its fine millwork and
                              beautiful wooden furniture, will be torn down to
                              put up a luxurious resort.
                            popularity: 48.467
                            poster_path: /bRDWHhiVLllPWBU2ADV61acyqT7.jpg
                            release_date: '2023-12-02'
                            title: Christmas on Windmill Way
                            video: false
                            vote_average: 6
                            vote_count: 44
                        known_for_department: Acting
                        name: Christa Taylor Brown
                        original_name: Christa Taylor Brown
                        popularity: 193.56
                        profile_path: /uUgiI5y8aHA6bxYxzqzFQmgs6H6.jpg
                      - adult: false
                        gender: 1
                        id: 550627
                        known_for:
                          - adult: false
                            backdrop_path: /scMU7yDvzZdqpqb24WcuQB0i4fb.jpg
                            genre_ids:
                              - 28
                              - 53
                              - 80
                              - 35
                            id: 36282
                            media_type: movie
                            original_language: ja
                            original_title: 極道戦国志 不動
                            overview: >-
                              In order to settle a business dispute, a mob
                              leader murders one of his own teenage sons. The
                              surviving son vows to avenge his brother's death,
                              and organizes his own gang of teenage killers to
                              destroy his father's organization.
                            popularity: 8.449
                            poster_path: /kRlmTuDdZEGPbbXavNmiafUYYka.jpg
                            release_date: '1996-10-12'
                            title: 'Fudoh: The New Generation'
                            video: false
                            vote_average: 6.648
                            vote_count: 64
                          - adult: false
                            backdrop_path: /1XUjqfCCgoqGiJYV6hfPlHOxC59.jpg
                            genre_ids:
                              - 28
                              - 18
                              - 53
                            id: 36274
                            media_type: movie
                            original_language: ja
                            original_title: 実録・安藤昇侠道（アウトロー）伝 烈火
                            overview: >-
                              After Kunisada's Yakuza leader and father figure
                              is brutally murdered, he and his best friend go on
                              a two-man mission to avenge his death, killing
                              other Yakuza leaders leading to a final
                              confrontation by the old man's killers.
                            popularity: 7.107
                            poster_path: /2r4WNCpwAQzekbaZwoCcOv1GJuO.jpg
                            release_date: '2002-09-21'
                            title: 'Deadly Outlaw: Rekka'
                            video: false
                            vote_average: 6.7
                            vote_count: 28
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 18
                            id: 792589
                            media_type: movie
                            original_language: cn
                            original_title: 女歡
                            overview: Female modeling and lesbian interest
                            popularity: 4.849
                            poster_path: /6owpqEOBcnDJ6r6GEoV4xZcdolo.jpg
                            release_date: '1998-01-01'
                            title: Intimate Desire
                            video: false
                            vote_average: 1.5
                            vote_count: 2
                        known_for_department: Acting
                        name: Miho Nomoto
                        original_name: 野本美穂
                        popularity: 208.987
                        profile_path: /ego6I5PWMZRJGYyu8aPjiNwsz3l.jpg
                      - adult: false
                        gender: 2
                        id: 81350
                        known_for:
                          - adult: false
                            backdrop_path: /cDyYWcavuvNKtf7VpNR86nWh5XF.jpg
                            genre_ids:
                              - 878
                              - 12
                              - 9648
                            id: 36683
                            media_type: movie
                            original_language: ja
                            original_title: 20世紀少年 －第1章－ 終わりの始まり
                            overview: >-
                              In 1969, Kenji, an elementary school kid and his
                              friends built a secret base during their summer
                              holidays. They fantasized that they had to fight
                              villains who were out to conquer the world and
                              wrote them in the Book of Prophecies. Years later
                              in 1997, Kenji becomes a convenience store manager
                              and leads a regular life after giving up his
                              dreams to become a rock star. His boring life is
                              suddenly turned upside down when his old classmate
                              dies mysteriously and an entire family in the
                              neighbourhood disappears. At the same time, a
                              religious cult and its mysterious leader, Friend
                              emerges and a strange chain of events duplicating
                              exactly the events described in the Book of
                              Prophecies follow. Is this the beginning of the
                              end of the world? Who is Friend?
                            popularity: 15.864
                            poster_path: /nb1fd4nZyBLUhkjnAQx5607aBMq.jpg
                            release_date: '2008-08-19'
                            title: '20th Century Boys: Beginning of the End'
                            video: false
                            vote_average: 6.7
                            vote_count: 99
                          - adult: false
                            backdrop_path: /Ad1D9qkQqICgWrnTFEmciQAgOY6.jpg
                            genre_ids:
                              - 878
                              - 12
                              - 9648
                            id: 25114
                            media_type: movie
                            original_language: ja
                            original_title: 20世紀少年 第2章 最後の希望
                            overview: >-
                              Set 15 years after "Twentieth Century Boys," Kanna
                              (Airi Taira) reunites with several main characters
                              from the first film in an attempt to stop Friend's
                              increasing influence over the world and continued
                              plans to eliminate humanity, as detailed in the
                              New Book of Prophecy.
                            popularity: 9.459
                            poster_path: /ej5rGwbyybno1pKDqqTLy7Gwc1T.jpg
                            release_date: '2009-01-30'
                            title: '20th Century Boys 2: The Last Hope'
                            video: false
                            vote_average: 6.7
                            vote_count: 67
                          - adult: false
                            backdrop_path: /7QtKvkNypPoVSi1n4FNmxluOLB4.jpg
                            genre_ids:
                              - 12
                              - 9648
                              - 878
                            id: 39123
                            media_type: movie
                            original_language: ja
                            original_title: 20世紀少年 ぼくらの旗
                            overview: >-
                              The final showdown, and the final reveal. who is
                              Friend? How can he be stopped?
                            popularity: 6.413
                            poster_path: /zf5wTUqciMcSEUjPF5E9O8fBNo9.jpg
                            release_date: '2009-08-19'
                            title: '20th Century Boys 3: Redemption'
                            video: false
                            vote_average: 6.7
                            vote_count: 61
                        known_for_department: Acting
                        name: Toshiaki Karasawa
                        original_name: 唐沢寿明
                        popularity: 140.225
                        profile_path: /vB73o5XHjSHLpCwxRl83uFNAicP.jpg
                      - adult: false
                        gender: 2
                        id: 64
                        known_for:
                          - adult: false
                            backdrop_path: /y2DB71C4nyIdMrANijz8mzvQtk6.jpg
                            genre_ids:
                              - 28
                              - 80
                              - 18
                              - 53
                            id: 49026
                            media_type: movie
                            original_language: en
                            original_title: The Dark Knight Rises
                            overview: >-
                              Following the death of District Attorney Harvey
                              Dent, Batman assumes responsibility for Dent's
                              crimes to protect the late attorney's reputation
                              and is subsequently hunted by the Gotham City
                              Police Department. Eight years later, Batman
                              encounters the mysterious Selina Kyle and the
                              villainous Bane, a new terrorist leader who
                              overwhelms Gotham's finest. The Dark Knight
                              resurfaces to protect a city that has branded him
                              an enemy.
                            popularity: 81.157
                            poster_path: /hr0L2aueqlP2BYUblTTjmtn0hw4.jpg
                            release_date: '2012-07-17'
                            title: The Dark Knight Rises
                            video: false
                            vote_average: 7.8
                            vote_count: 22794
                          - adult: false
                            backdrop_path: /oOv2oUXcAaNXakRqUPxYq5lJURz.jpg
                            genre_ids:
                              - 18
                              - 28
                              - 80
                              - 53
                            id: 155
                            media_type: movie
                            original_language: en
                            original_title: The Dark Knight
                            overview: >-
                              Batman raises the stakes in his war on crime. With
                              the help of Lt. Jim Gordon and District Attorney
                              Harvey Dent, Batman sets out to dismantle the
                              remaining criminal organizations that plague the
                              streets. The partnership proves to be effective,
                              but they soon find themselves prey to a reign of
                              chaos unleashed by a rising criminal mastermind
                              known to the terrified citizens of Gotham as the
                              Joker.
                            popularity: 163.774
                            poster_path: /qJ2tW6WMUDux911r6m7haRef0WH.jpg
                            release_date: '2008-07-16'
                            title: The Dark Knight
                            video: false
                            vote_average: 8.5
                            vote_count: 33099
                          - adult: false
                            backdrop_path: /tyBkBHKDrJyVUeCs550kMr61jnq.jpg
                            genre_ids:
                              - 10749
                              - 27
                            id: 6114
                            media_type: movie
                            original_language: en
                            original_title: Bram Stoker's Dracula
                            overview: >-
                              In 19th century England, Count Dracula travels to
                              London and meets Mina Harker, a young woman who
                              appears as the reincarnation of his lost love.
                            popularity: 51.724
                            poster_path: /o5F6juFKJKEaK8nTd6Ilx5eWRH6.jpg
                            release_date: '1992-11-13'
                            title: Bram Stoker's Dracula
                            video: false
                            vote_average: 7.448
                            vote_count: 5138
                        known_for_department: Acting
                        name: Gary Oldman
                        original_name: Gary Oldman
                        popularity: 149.698
                        profile_path: /2v9FVVBUrrkW2m3QOcYkuhq9A6o.jpg
                      - adult: false
                        gender: 1
                        id: 2049994
                        known_for:
                          - adult: false
                            backdrop_path: /wQlJJJ50gKphCci0SmoetUXmJN4.jpg
                            first_air_date: '2023-06-20'
                            genre_ids:
                              - 18
                            id: 210733
                            media_type: tv
                            name: Hidden Love
                            origin_country:
                              - CN
                            original_language: zh
                            original_name: 偷偷藏不住
                            overview: >-
                              Since high school, Sang Zhi has had a crush on
                              Duan Jiaxu. When fate brings them together again,
                              they find a chance to embark on a sweet
                              relationship.
                            popularity: 146.022
                            poster_path: /riGzESa9N9toumP9OhMmg0QvFPD.jpg
                            vote_average: 8.6
                            vote_count: 118
                          - adult: false
                            backdrop_path: /5BuVAlwQiLHVqTWITHxaLmp2leB.jpg
                            first_air_date: '2019-01-28'
                            genre_ids:
                              - 18
                            id: 87299
                            media_type: tv
                            name: I Hear You
                            origin_country:
                              - CN
                            original_language: zh
                            original_name: 最动听的事
                            overview: >-
                              Bei Er Duo, a girl from an ordinary family, dreams
                              about studying in Japan to be a professional voice
                              actor. However, her mother wants her to marry rich
                              whilst she is young, leading to continuous blind
                              dates which irritate Bei Er Duo. In her
                              desperation to raise funds for studying overseas
                              as well as helping her best friend Tang Li out of
                              a crisis, Bei Er Duo joins a couple reality
                              program, encountering top violin maker Ye Shu Wei.
                            popularity: 72.661
                            poster_path: /2wVMh3vqvt1IgAhextxwUKxaOAH.jpg
                            vote_average: 7.7
                            vote_count: 66
                          - adult: false
                            backdrop_path: /gxafmR8O7cAJxmrs3RHp1P2ftsY.jpg
                            first_air_date: '2020-05-18'
                            genre_ids:
                              - 35
                              - 18
                            id: 103635
                            media_type: tv
                            name: The Romance of Tiger and Rose
                            origin_country:
                              - CN
                            original_language: zh
                            original_name: 传闻中的陈芊芊
                            overview: >-
                              A screenwriter finds herself becoming a character
                              in the script of her own creation. However, she is
                              not meant to live past three episodes! Chen
                              Xiaoqian is a writer who poured blood, sweat and
                              tears into creating a big female-centric drama.
                              What could have started filming smoothly quickly
                              turned south because of actor Han Mingxing's
                              reservations about the script. Feeling wronged,
                              Chen Xiaoqian vows to prove herself yet she
                              accidentally gets stuck in a parallel world where
                              her story has come to life. Now known as the 3rd
                              princess Chen Qianqian, she is an insignificant
                              side character with a horrid reputation that is
                              not meant to live long in the story. In order to
                              live, she starts on a road to reverse her fate.
                              She also gets caught in between the arrogant and
                              black-bellied prince Han Shuo and the practically
                              perfect Pei Heng.
                            popularity: 19.625
                            poster_path: /mCsidkxf6ji8e71T07dYff3FjCF.jpg
                            vote_average: 7.348
                            vote_count: 23
                        known_for_department: Acting
                        name: Zhao Lusi
                        original_name: 赵露思
                        popularity: 209.13
                        profile_path: /hjuAEb4VksEtgSpygDKXs5WSWho.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: 73.733
                            poster_path: /eyWICPcxOuTcDDDbTMOZawoOn8d.jpg
                            release_date: '2018-08-09'
                            title: The Meg
                            video: false
                            vote_average: 6.3
                            vote_count: 7650
                          - 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: 174.018
                            poster_path: /M7SUK85sKjaStg4TKhlAVyGlz3.jpg
                            release_date: '2021-04-22'
                            title: Wrath of Man
                            video: false
                            vote_average: 7.6
                            vote_count: 5333
                          - 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: 53.261
                            poster_path: /xmuCaJJjGbUns8pwMD7M0C0O1uP.jpg
                            release_date: '2002-10-02'
                            title: The Transporter
                            video: false
                            vote_average: 6.711
                            vote_count: 5328
                        known_for_department: Acting
                        name: Jason Statham
                        original_name: Jason Statham
                        popularity: 143.911
                        profile_path: /tI3QoB2KlvXoXM0rH3SVhmcUuxv.jpg
                      - adult: false
                        gender: 1
                        id: 4095744
                        known_for:
                          - adult: false
                            backdrop_path: /7B72d6f09eIifSgkpCkzwkv8fle.jpg
                            genre_ids:
                              - 18
                              - 10749
                            id: 1002398
                            media_type: movie
                            original_language: tl
                            original_title: Donselya
                            overview: >-
                              Iris, an 18-year old virgin marries Joaquin, a
                              rich widower, because of money. However, when he
                              learns that Iris is not really a virgin, their
                              honeymoon turns to a bloodbath.
                            popularity: 29.801
                            poster_path: /iVS3ZiPsKy8Hhc5Dipqgrjmoj2b.jpg
                            release_date: '2024-10-29'
                            title: Donselya
                            video: false
                            vote_average: 5.9
                            vote_count: 11
                          - adult: false
                            backdrop_path: /uUJuPiZh1QfIeTa1GeLWqnEkaP2.jpg
                            genre_ids:
                              - 18
                            id: 1302011
                            media_type: movie
                            original_language: tl
                            original_title: Init
                            overview: >-
                              When a young barrio lass moves in to the city to
                              study, she lives in a boarding house with other
                              college students. Unknown to them, behind her shy
                              and timid personality is a woman with insatiable
                              hunger for sex.
                            popularity: 43.273
                            poster_path: /fGY13rtdRzFqTkDMi5JayUWg6vL.jpg
                            release_date: '2024-07-30'
                            title: Init
                            video: false
                            vote_average: 5
                            vote_count: 4
                          - adult: false
                            backdrop_path: /4GHPT4glMQHPCke2DNigRqZ6KqH.jpg
                            genre_ids:
                              - 18
                            id: 1226299
                            media_type: movie
                            original_language: tl
                            original_title: Dilig
                            overview: >-
                              About to get married to an old, wealthy
                              businessman, Resa enlists the help of gardener
                              Otso to seduce her fiancé’s daughter, Katelyn, and
                              record his sexploits with her in order to get her
                              disowned.
                            popularity: 22.566
                            poster_path: /lDn02aAZFUb7JpM7l7iuHdbWEHH.jpg
                            release_date: '2024-01-30'
                            title: Dilig
                            video: false
                            vote_average: 4.3
                            vote_count: 3
                        known_for_department: Acting
                        name: Dyessa Garcia
                        original_name: Dyessa Garcia
                        popularity: 138.97
                        profile_path: /xak9L0fkIOkjSwJpz3SWLl94tVP.jpg
                      - adult: false
                        gender: 1
                        id: 141801
                        known_for:
                          - adult: false
                            backdrop_path: /wOoZPg0ZCJ1z1KZhVXRvX1eDZqb.jpg
                            genre_ids:
                              - 14
                              - 18
                              - 35
                              - 10751
                            id: 11395
                            media_type: movie
                            original_language: en
                            original_title: The Santa Clause
                            overview: >-
                              On Christmas Eve, divorced dad Scott Calvin and
                              his son discover Santa Claus has fallen off their
                              roof. When Scott takes the reins of the magical
                              sleigh, he finds he is now the new Santa, and must
                              convince a world of disbelievers, including
                              himself.
                            popularity: 46.383
                            poster_path: /tBHDVtEcMl06FbCURRLGVg3TpXp.jpg
                            release_date: '1994-11-11'
                            title: The Santa Clause
                            video: false
                            vote_average: 6.496
                            vote_count: 2073
                          - adult: false
                            backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg
                            first_air_date: '1990-09-10'
                            genre_ids:
                              - 35
                              - 10751
                            id: 1892
                            media_type: tv
                            name: The Fresh Prince of Bel-Air
                            origin_country:
                              - US
                            original_language: en
                            original_name: The Fresh Prince of Bel-Air
                            overview: >-
                              Will, a street-smart teenager, moves from the
                              tough streets of West Philly to posh Bel-Air to
                              live with his Uncle Philip, Aunt Vivian, his
                              cousins — spoiled Hilary, preppy Carlton and young
                              Ashley — and their sophisticated British butler,
                              Geoffrey. Though Will’s antics and upbringing
                              contrast greatly with the upper-class lifestyle of
                              his extended relatives, he soon finds himself
                              right at home as a loved part of the family.
                            popularity: 85.676
                            poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg
                            vote_average: 7.939
                            vote_count: 2255
                          - adult: false
                            backdrop_path: /bG9GfEN24IMSieaiNNcxIUyTHRh.jpg
                            genre_ids:
                              - 27
                            id: 58093
                            media_type: movie
                            original_language: en
                            original_title: Milo
                            overview: >-
                              Four young grade-school girls witness the murder
                              of one of their classmates during what they
                              thought was just an innocent game. The killer is a
                              strange young boy named Milo Jeeder. Sixteen years
                              later, the four survivors of the event re-unite
                              under happier circumstances in the same town where
                              it happened. They believe that Milo drowned in a
                              river shortly after the murder, but soon learn
                              that the demonic killer Milo has also returned,
                              still a young boy, unchanged even after almost two
                              decades.
                            popularity: 4.013
                            poster_path: /lNKffmpdUqz7IDV0ly1t7vx0kYI.jpg
                            release_date: '1998-10-06'
                            title: Milo
                            video: false
                            vote_average: 4.3
                            vote_count: 22
                        known_for_department: Acting
                        name: Paige Tamada
                        original_name: Paige Tamada
                        popularity: 103.588
                        profile_path: /pORrZ9gppePMsZBHhwRHvNogFU7.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: 172.066
                            poster_path: /d5NXSklXo0qyIYkgV94XAgMIckC.jpg
                            release_date: '2021-09-15'
                            title: Dune
                            video: false
                            vote_average: 7.784
                            vote_count: 12876
                          - 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: 70.34
                            poster_path: /mZ4gBdfkhP9tvLH1DO4m4HYtiyi.jpg
                            release_date: '2017-07-28'
                            title: Call Me by Your Name
                            video: false
                            vote_average: 8.127
                            vote_count: 12097
                          - 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: 320.117
                            poster_path: /6izwz7rsy95ARzTR3poZ8H6c5pp.jpg
                            release_date: '2024-02-27'
                            title: 'Dune: Part Two'
                            video: false
                            vote_average: 8.2
                            vote_count: 5847
                        known_for_department: Acting
                        name: Timothée Chalamet
                        original_name: Timothée Chalamet
                        popularity: 130.455
                        profile_path: /BE2sdjpgsa2rNTFa66f7upkaOP.jpg
                      - adult: false
                        gender: 1
                        id: 1260868
                        known_for:
                          - adult: false
                            backdrop_path: /ghFRelQl2v1QB0OSS12CGUZfrAf.jpg
                            first_air_date: '2017-06-05'
                            genre_ids:
                              - 18
                            id: 71673
                            media_type: tv
                            name: Princess Agents
                            origin_country:
                              - CN
                            original_language: zh
                            original_name: 特工皇妃楚乔传
                            overview: >-
                              During the Warring Period, the Western Wei
                              enslaved large numbers of civilians. The slave
                              girl, Chu Qiao, is thrown into a forest along with
                              other slaves and becomes the next hunting target
                              for the rich lords. She is saved by the Prince of
                              Northern Wei, Yan Xun. Afterwards, she is brought
                              into a powerful family of Yuwen and witnesses
                              their bloody power struggle. Seeing this, she
                              swears to take her younger sister and flee from
                              the situation. However, she catches the attention
                              of Yuwen Yue, and undergoes strict training while
                              building a sense of companionship with Yan Xun.
                              Unfortunately, Western Wei goes into battle and
                              Yan Xun’s family is slaughtered. After that
                              incident, Yan Xun grows ambitious and cruel to
                              avenge for the things and the people he lost. He
                              doubts Chu Qiao and takes advantages of her
                              loyalty and love many times, disregarding their
                              relationship as well as the sacrifices he will
                              have to make for power. Disappointed with the man
                              she once loved, Chu Qiao eventually breaks off her
                              relationship with Yan Xun and chooses to fight
                              with Yuwen Yue, destroying Yan Xun’s plans of
                              vengeance. She eventually convinces Yuwen to free
                              the country from slavery, becoming a successful
                              military strategist/female general in the people’s
                              hearts.
                            popularity: 86.598
                            poster_path: /diUHWYpMmCmA0Ad8RLtwPJGaCkW.jpg
                            vote_average: 7.486
                            vote_count: 216
                          - adult: false
                            backdrop_path: /z78hAUcxLayULTjq9qCZ69NzfuI.jpg
                            first_air_date: '2018-12-23'
                            genre_ids:
                              - 18
                            id: 81502
                            media_type: tv
                            name: The Story of Ming Lan
                            origin_country:
                              - CN
                            original_language: zh
                            original_name: 知否知否应是绿肥红瘦
                            overview: >-
                              The Story of Ming Lan, based on the novel written
                              by Guan Xin Ze Luan, follows our heroine through
                              her youth, into her adulthood, and well into her
                              marriage life as well. She’s the 6th child of the
                              Sheng household. Though she is an intelligent and
                              beautiful child, she was not loved by her family
                              (her dad, her sisters, her mom dies early.) She
                              has to hide her intelligence and suffers through
                              the years, hoping to avenge for her mom. During
                              this process she will meet many friends and foes,
                              one of which is our male lead, Gu’s second son, Gu
                              Ting Ye. He has helped and mistreated her before,
                              but also the one to witness her sharp wits and
                              lonely soul. After they get married, they will
                              work together as a power couple, managing the new
                              King’s regime as well as harvesting a world of
                              happiness on their own.
                            popularity: 94.484
                            poster_path: /flNWgUPwtkAGv8wyxxBlKaAwLzt.jpg
                            vote_average: 7.4
                            vote_count: 29
                          - adult: false
                            backdrop_path: /vskVqJpo1fZGMoS5CMfF1ZjlwKq.jpg
                            first_air_date: '2014-07-08'
                            genre_ids:
                              - 35
                              - 18
                            id: 61054
                            media_type: tv
                            name: Boss & Me
                            origin_country:
                              - CN
                            original_language: zh
                            original_name: 杉杉来了
                            overview: >-
                              Based off Gu Man’s very popular internet novel,
                              the story tells of a kind hearted young girl who
                              works at a big conglomerate. However one of her
                              weaknesses is eating, she loves to eat, and so
                              upon discovering this her boss decides to
                              intentionally fatten her up; she just so happens
                              to share the same blood type as his sister, and
                              thus has the motive of making her the blood donor.
                              Hence comedy ensues as she melts his heart with
                              her exceptional appetite and her cute charm.
                            popularity: 27.327
                            poster_path: /sJCY4WIwQnZjdp7riltFhTTYVGc.jpg
                            vote_average: 7.219
                            vote_count: 16
                        known_for_department: Acting
                        name: Zhao Liying
                        original_name: 赵丽颖
                        popularity: 128.825
                        profile_path: /6RiJN1w8kBFG6IcPmwPdUt1EzCF.jpg
                      - adult: false
                        gender: 1
                        id: 224513
                        known_for:
                          - adult: false
                            backdrop_path: /3bWUP9kyf9BxVc0hmZdqXB2w4UP.jpg
                            genre_ids:
                              - 878
                              - 18
                            id: 335984
                            media_type: movie
                            original_language: en
                            original_title: Blade Runner 2049
                            overview: >-
                              Thirty years after the events of the first film, a
                              new blade runner, LAPD Officer K, unearths a
                              long-buried secret that has the potential to
                              plunge what's left of society into chaos. K's
                              discovery leads him on a quest to find Rick
                              Deckard, a former LAPD blade runner who has been
                              missing for 30 years.
                            popularity: 125.874
                            poster_path: /gajva2L0rPYkEWjzgFlBXCAVBE5.jpg
                            release_date: '2017-10-04'
                            title: Blade Runner 2049
                            video: false
                            vote_average: 7.6
                            vote_count: 13703
                          - adult: false
                            backdrop_path: /4HWAQu28e2yaWrtupFPGFkdNU7V.jpg
                            genre_ids:
                              - 35
                              - 80
                              - 9648
                            id: 546554
                            media_type: movie
                            original_language: en
                            original_title: Knives Out
                            overview: >-
                              When renowned crime novelist Harlan Thrombey is
                              found dead at his estate just after his 85th
                              birthday, the inquisitive and debonair Detective
                              Benoit Blanc is mysteriously enlisted to
                              investigate. From Harlan's dysfunctional family to
                              his devoted staff, Blanc sifts through a web of
                              red herrings and self-serving lies to uncover the
                              truth behind Harlan's untimely death.
                            popularity: 64.764
                            poster_path: /pThyQovXQrw2m0s9x82twj48Jq4.jpg
                            release_date: '2019-11-27'
                            title: Knives Out
                            video: false
                            vote_average: 7.846
                            vote_count: 12444
                          - adult: false
                            backdrop_path: /oNoprEND25zXR6Fns8cIZUkuoMc.jpg
                            genre_ids:
                              - 35
                              - 80
                              - 18
                            id: 308266
                            media_type: movie
                            original_language: en
                            original_title: War Dogs
                            overview: >-
                              Based on the true story of two young men, David
                              Packouz and Efraim Diveroli, who won a $300
                              million contract from the Pentagon to arm
                              America's allies in Afghanistan.
                            popularity: 37.843
                            poster_path: /mDcPRjZC1bb6LavFU3gwsWdVfCM.jpg
                            release_date: '2016-08-18'
                            title: War Dogs
                            video: false
                            vote_average: 6.9
                            vote_count: 4913
                        known_for_department: Acting
                        name: Ana de Armas
                        original_name: Ana de Armas
                        popularity: 139.485
                        profile_path: /5Qne374OM0ewMM7uSN9eq9jNrWq.jpg
                      - adult: false
                        gender: 1
                        id: 974169
                        known_for:
                          - adult: false
                            backdrop_path: /8FsfKHre4dN6dDVZjd64nQnThGH.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: 190.45
                            poster_path: /9PFonBhy4cQy7Jz20NpMygczOkv.jpg
                            vote_average: 8.447
                            vote_count: 8743
                          - adult: false
                            backdrop_path: /ifUfE79O1raUwbaQRIB7XnFz5ZC.jpg
                            genre_ids:
                              - 27
                              - 9648
                              - 53
                            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: 82.018
                            poster_path: /1m3W6cpgwuIyjtg5nSnPx7yFkXW.jpg
                            release_date: '2022-01-12'
                            title: Scream
                            video: false
                            vote_average: 6.7
                            vote_count: 3323
                          - 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: 66.145
                            poster_path: /lopZSVtXzhFY603E9OqF7O1YKsh.jpg
                            release_date: '2022-03-17'
                            title: X
                            video: false
                            vote_average: 6.754
                            vote_count: 3299
                        known_for_department: Acting
                        name: Jenna Ortega
                        original_name: Jenna Ortega
                        popularity: 134.167
                        profile_path: /q1NRzyZQlYkxLY07GO9NVPkQnu8.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: 113.723
                            poster_path: /dXNAPwY7VrqMAo51EKhhCJfaGb5.jpg
                            release_date: '1999-03-31'
                            title: The Matrix
                            video: false
                            vote_average: 8.219
                            vote_count: 25795
                          - 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: 70.943
                            poster_path: /TxbvYS8wsgYSpYZtQLZXnoVOIQ.jpg
                            release_date: '2014-10-22'
                            title: John Wick
                            video: false
                            vote_average: 7.441
                            vote_count: 19266
                          - 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: 108.095
                            poster_path: /hXWBc0ioZP3cN4zCu6SN3YHXZVO.jpg
                            release_date: '2017-02-08'
                            title: 'John Wick: Chapter 2'
                            video: false
                            vote_average: 7.3
                            vote_count: 13076
                        known_for_department: Acting
                        name: Keanu Reeves
                        original_name: Keanu Reeves
                        popularity: 125.173
                        profile_path: /8RZLOyYGsoRe9p44q3xin9QkMHv.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: 400.123
                            poster_path: /3Q0hd3heuWwDWpwcDkhQOA6TYWI.jpg
                            vote_average: 8.3
                            vote_count: 9816
                          - 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: 148.177
                            poster_path: /5qHoazZiaLe7oFBok7XlUhg96f2.jpg
                            release_date: '2023-12-21'
                            title: Anyone But You
                            video: false
                            vote_average: 6.933
                            vote_count: 2283
                          - 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: 89.764
                            poster_path: /fdZpvODTX5wwkD0ikZNaClE4AoW.jpg
                            release_date: '2024-03-20'
                            title: Immaculate
                            video: false
                            vote_average: 6.251
                            vote_count: 1272
                        known_for_department: Acting
                        name: Sydney Sweeney
                        original_name: Sydney Sweeney
                        popularity: 132.193
                        profile_path: /qYiaSl0Eb7G3VaxOg8PxExCFwon.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: 18.384
                            poster_path: /7hEhhmAF8Tr7g95fkbuxDpeR27b.jpg
                            release_date: '2021-02-12'
                            title: A Writer's Odyssey
                            video: false
                            vote_average: 7.1
                            vote_count: 301
                          - 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: 14.343
                            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: 132
                          - 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: 12.131
                            poster_path: /zwTonDtQstoMQHYEBCz8x8RvBJJ.jpg
                            release_date: '2017-06-28'
                            title: Reset
                            video: false
                            vote_average: 7
                            vote_count: 103
                        known_for_department: Acting
                        name: Yang Mi
                        original_name: 杨幂
                        popularity: 109.461
                        profile_path: /6RezRxlQBsYmlotybR3q7riSrvV.jpg
                      - adult: false
                        gender: 2
                        id: 1907997
                        known_for:
                          - adult: false
                            backdrop_path: /ein8yLBzWn6GllqfeagclestBUe.jpg
                            genre_ids:
                              - 18
                              - 10749
                            id: 865463
                            media_type: movie
                            original_language: ko
                            original_title: 24살윤율의섹시한젖가슴
                            overview: "Rookie actor Yunyul!\_Although she looks innocent, her secret private life is revealed in detail.  Sexy glamor rookie actor Yunyul’s breathtaking talk begins!\_Yunyul, who has a beautiful model body line and a bursting breast, but with a face that combines soft innocence and contradictory charm!\_\_It boasts a voluptuous, powerful hardware since its debut early and came to the hottest Newcomer together many fans successfully her first interview with the film anchakhan the debut of receive the love of 2020\_\_from an episode from the debut course she speaks to date Her anti-war charm, honestly revealing her usual dating course with the opposite sex she dreamed of!\_The honest interview of 24-year-old Yunyul begins."
                            popularity: 28.745
                            poster_path: /qvGkjlLjTy1nxClxpw2BiUS6jHB.jpg
                            release_date: '2021-03-01'
                            title: 24 Year Old Yoon Yul's Sexy Breasts
                            video: false
                            vote_average: 7.263
                            vote_count: 19
                          - adult: false
                            backdrop_path: null
                            genre_ids:
                              - 10749
                            id: 721187
                            media_type: movie
                            original_language: ko
                            original_title: '미용실 : 특별한 서비스 4'
                            overview: >-
                              Focusing on the relationship between men and women
                              in a beauty salon, Dae-hye, the director of a
                              korean erotic film beauty salon, becomes more
                              difficult to sell in a depression. The building
                              owner’s rent pressure also comes in, and employee
                              Juhee suggests to Dae-hye to do a bikini service,
                              saying that a bikini beauty salon has hit the
                              jackpot in a foreign country. Surprisingly, bikini
                              service is on the jackpot and guests are
                              increasingly looking for a more powerful service.
                            popularity: 1.567
                            poster_path: /nJpoe1CKuiqh90qUliO6qHCeNYI.jpg
                            release_date: '2022-12-01'
                            title: 'Beauty Salon: Special Service 4'
                            video: false
                            vote_average: 6.4
                            vote_count: 11
                          - adult: false
                            backdrop_path: /4yABbmwq7D0vsSmDVzpJbQdFGJW.jpg
                            genre_ids:
                              - 10749
                            id: 643274
                            media_type: movie
                            original_language: ko
                            original_title: '미용실 : 특별한 서비스 3'
                            overview: >-
                              In a deserted salon, female hair designer Se-jeong
                              quits, and the salon is at risk. Jeong-soo, the
                              owner, takes measures to overcome this hardship!
                              He hires special male designers with 'special
                              services'. Lonely women in the neighborhood soon
                              hear about this, and start swarming into the
                              salon.
                            popularity: 3.839
                            poster_path: /fMksaQrIVsFlVCLS8KQfLGZ5vgt.jpg
                            release_date: '2019-04-29'
                            title: 'Beauty Salon: Special Service 3'
                            video: false
                            vote_average: 5.3
                            vote_count: 10
                        known_for_department: Acting
                        name: Min Do-yoon
                        original_name: 민도윤
                        popularity: 117.562
                        profile_path: /bHHn3krbHyxQIWb4JbHkPlV6Uu1.jpg
                      - adult: false
                        gender: 1
                        id: 2699056
                        known_for:
                          - adult: false
                            backdrop_path: /de6iC707SwuMsE3y2fo5OHCOsvj.jpg
                            first_air_date: '2019-01-09'
                            genre_ids:
                              - 16
                              - 10759
                              - 10765
                              - 18
                            id: 83095
                            media_type: tv
                            name: The Rising of the Shield Hero
                            origin_country:
                              - JP
                            original_language: ja
                            original_name: 盾の勇者の成り上がり
                            overview: >-
                              Iwatani Naofumi, a run-of-the-mill otaku, finds a
                              book in the library that summons him to another
                              world. He is tasked with joining the sword, spear,
                              and bow as one of the Four Cardinal Heroes and
                              fighting the Waves of Catastrophe as the Shield
                              Hero. Excited by the prospect of a grand
                              adventure, Naofumi sets off with his party.
                              However, merely a few days later, he is betrayed
                              and loses all his money, dignity, and respect.
                              Unable to trust anyone anymore, he employs a slave
                              named Raphtalia and takes on the Waves and the
                              world. But will he really find a way to overturn
                              this desperate situation?
                            popularity: 131.859
                            poster_path: /yjq2n0agGJfmZQ9NpbYIhuBofcq.jpg
                            vote_average: 8.545
                            vote_count: 1353
                          - adult: false
                            backdrop_path: /lL0rMeVqiOyVwmft6oPKQKbDYr6.jpg
                            first_air_date: '2012-01-10'
                            genre_ids:
                              - 16
                              - 18
                              - 9648
                            id: 42589
                            media_type: tv
                            name: Another
                            origin_country:
                              - JP
                            original_language: ja
                            original_name: Another
                            overview: >-
                              When Kouichi arrives at his new school, he
                              immediately senses something frightening in the
                              atmosphere of his new class, something that no
                              student wants to talk about and that seems to be
                              related to a mysterious and silent girl.
                            popularity: 52.456
                            poster_path: /9uATDswMjJgrj1qIPW9YjPvUbRM.jpg
                            vote_average: 8.383
                            vote_count: 955
                          - adult: false
                            backdrop_path: /8dNNxQMx4hOLwihNoAyDkreboiP.jpg
                            first_air_date: '2021-04-11'
                            genre_ids:
                              - 16
                              - 35
                              - 18
                            id: 105556
                            media_type: tv
                            name: DON'T TOY WITH ME, MISS NAGATORO
                            origin_country:
                              - JP
                            original_language: ja
                            original_name: イジらないで、長瀞さん
                            overview: >-
                              "A girl in a lower grade just made me cry!" One
                              day, Senpai visits the library after school and
                              becomes the target of a super sadistic junior! The
                              name of the girl who teases, torments, and
                              tantalizes Senpai is "Nagatoro!" She's annoying
                              yet adorable. It's painful, but you still want to
                              be by her side. This is a story about an extremely
                              sadistic and temperamental girl and you'll feel
                              something awaken inside of you.
                            popularity: 92.838
                            poster_path: /ogXmggjfiDHBOBwA3JyuEzCr814.jpg
                            vote_average: 8.3
                            vote_count: 756
                        known_for_department: Visual Effects
                        name: Misaki Suzuki
                        original_name: 鈴木美咲
                        popularity: 109.581
                        profile_path: /fDYzYvZS9sxAvDAlLd833JqpW7n.jpg
                    total_pages: 189593
                    total_results: 3791850
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````