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

# All

> This endpoint get all trending movies, TV shows and people.



## OpenAPI

````yaml get /3/trending/all/{time_window}
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/trending/all/{time_window}:
    parameters:
      - name: time_window
        in: path
        required: true
        schema:
          type: string
          enum:
            - day
            - week
          default: day
    get:
      tags:
        - TRENDING
      summary: All
      description: This endpoint get all trending movies, TV shows and people.
      operationId: all
      parameters:
        - name: langauge
          in: query
          schema:
            type: string
            default: en-US
      responses:
        '200':
          description: All
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=372
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Wed, 01 Jan 2025 14:34:48 GMT
            ETag:
              schema:
                type: string
                example: W/"d429298aa4434e1e08deb9ed886fc664"
            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 ff2012aca0ae72bb05b003fad40aa354.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: WE0FMs99G8mIaXfo2fULfcJOXSQQfIMmBlVg5k5YvWG7wSQKOXHNlg==
            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: '228'
            x-memc-expires:
              schema:
                type: string
                example: '372'
            x-memc-key:
              schema:
                type: string
                example: 510a15a44b99e7d3ec895702a72161cc
          content:
            application/json:
              schema:
                type: object
                properties:
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          example: /uVlUu174iiKhsUGqnOSy46eIIMU.jpg
                        first_air_date:
                          type: string
                          example: '2021-09-17'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 18
                          example:
                            - 18
                            - 10749
                            - 14
                        id:
                          type: number
                          example: 402431
                        media_type:
                          type: string
                          example: movie
                        name:
                          type: string
                          example: Squid Game
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: KR
                          example:
                            - KR
                        original_language:
                          type: string
                          example: en
                        original_name:
                          type: string
                          example: 오징어 게임
                        original_title:
                          type: string
                          example: Wicked
                        overview:
                          type: string
                          example: >-
                            In the land of Oz, ostracized and misunderstood
                            green-skinned Elphaba is forced to share a room with
                            the popular aristocrat Glinda at Shiz University,
                            and the two's unlikely friendship is tested as they
                            begin to fulfill their respective destinies as
                            Glinda the Good and the Wicked Witch of the West.
                        popularity:
                          type: number
                          example: 1100.249
                        poster_path:
                          type: string
                          example: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg
                        release_date:
                          type: string
                          example: '2024-11-20'
                        title:
                          type: string
                          example: Wicked
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 7.4
                        vote_count:
                          type: number
                          example: 768
                    example:
                      - adult: false
                        backdrop_path: /uVlUu174iiKhsUGqnOSy46eIIMU.jpg
                        genre_ids:
                          - 18
                          - 10749
                          - 14
                        id: 402431
                        media_type: movie
                        original_language: en
                        original_title: Wicked
                        overview: >-
                          In the land of Oz, ostracized and misunderstood
                          green-skinned Elphaba is forced to share a room with
                          the popular aristocrat Glinda at Shiz University, and
                          the two's unlikely friendship is tested as they begin
                          to fulfill their respective destinies as Glinda the
                          Good and the Wicked Witch of the West.
                        popularity: 1100.249
                        poster_path: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg
                        release_date: '2024-11-20'
                        title: Wicked
                        video: false
                        vote_average: 7.4
                        vote_count: 768
                      - adult: false
                        backdrop_path: /2meX1nMdScFOoV4370rqHWKmXhY.jpg
                        first_air_date: '2021-09-17'
                        genre_ids:
                          - 10759
                          - 9648
                          - 18
                        id: 93405
                        media_type: tv
                        name: Squid Game
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 오징어 게임
                        overview: >-
                          Hundreds of cash-strapped players accept a strange
                          invitation to compete in children's games. Inside, a
                          tempting prize awaits — with deadly high stakes.
                        popularity: 6151.403
                        poster_path: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg
                        vote_average: 7.8
                        vote_count: 14424
                      - adult: false
                        backdrop_path: /iC92jNOuhxSIGTFoMmAjtyaNOGV.jpg
                        first_air_date: '2025-01-01'
                        genre_ids:
                          - 18
                          - 9648
                          - 80
                        id: 244243
                        media_type: tv
                        name: Missing You
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Missing You
                        overview: >-
                          When Detective Kat Donovan matches on a dating app
                          with the fiancé who disappeared years before, she
                          learns that some secrets are best left in the past.
                        popularity: 94.182
                        poster_path: /ftEwAkzbS7CktShNl7Z54vAOTYn.jpg
                        vote_average: 6.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /ogiTFtJlJ0dwaAVbFhrZCRSyU7h.jpg
                        genre_ids:
                          - 10752
                          - 36
                        id: 1222248
                        media_type: movie
                        original_language: 'no'
                        original_title: NR. 24
                        overview: >-
                          Young apprentice Gunnar Sønsteby from Rjukan decides
                          to resist Nazi-Germany on the day of the invasion to
                          later become the leader of the "Oslo-gang" carrying
                          out countless daring acts of sabotage making him
                          Norway's greatest war hero.
                        popularity: 10.14
                        poster_path: /jTBiU27XdteIeNRKqsr7sM5vA2P.jpg
                        release_date: '2024-10-30'
                        title: Number 24
                        video: false
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /rFKbPDXBzgn4eYBdJXaAPEYIcyA.jpg
                        genre_ids:
                          - 35
                          - 10749
                        id: 1397854
                        media_type: movie
                        original_language: it
                        original_title: Mica è Colpa Mia
                        overview: >-
                          Drowning in debt, two brothers concoct a plan to scam
                          a wealthy heiress and save their home in Naples — but
                          unexpected love soon complicates the scheme.
                        popularity: 56.473
                        poster_path: /kWBjdB6tP71ed4WTFxuqDZnWVk5.jpg
                        release_date: '2024-12-31'
                        title: The Love Scam
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /6E0hbesJfpekAqL2AeHYukkHcbD.jpg
                        first_air_date: '2024-12-02'
                        genre_ids:
                          - 10759
                          - 10765
                        id: 202879
                        media_type: tv
                        name: 'Star Wars: Skeleton Crew'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: Skeleton Crew'
                        overview: >-
                          Four ordinary kids search for their home planet after
                          getting lost in the Star Wars galaxy.
                        popularity: 461.841
                        poster_path: /srQbJhLRKoAwRrNN5ga7webPHbC.jpg
                        vote_average: 7.4
                        vote_count: 117
                      - adult: false
                        backdrop_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 18
                        id: 558449
                        media_type: movie
                        original_language: en
                        original_title: Gladiator II
                        overview: >-
                          Years after witnessing the death of the revered hero
                          Maximus at the hands of his uncle, Lucius is forced to
                          enter the Colosseum after his home is conquered by the
                          tyrannical Emperors who now lead Rome with an iron
                          fist. With rage in his heart and the future of the
                          Empire at stake, Lucius must look to his past to find
                          strength and honor to return the glory of Rome to its
                          people.
                        popularity: 5324.153
                        poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg
                        release_date: '2024-11-05'
                        title: Gladiator II
                        video: false
                        vote_average: 6.8
                        vote_count: 1722
                      - adult: false
                        backdrop_path: /2gAStVyyv9C3BSEKhP0a1aM3Qy9.jpg
                        genre_ids:
                          - 27
                          - 14
                        id: 426063
                        media_type: movie
                        original_language: en
                        original_title: Nosferatu
                        overview: >-
                          A gothic tale of obsession between a haunted young
                          woman and the terrifying vampire infatuated with her,
                          causing untold horror in its wake.
                        popularity: 664.102
                        poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg
                        release_date: '2024-12-25'
                        title: Nosferatu
                        video: false
                        vote_average: 6.371
                        vote_count: 140
                      - adult: false
                        backdrop_path: /nGC3ZkXEcjGbqAAonS1xn6gaNpb.jpg
                        genre_ids:
                          - 35
                          - 18
                        id: 1013850
                        media_type: movie
                        original_language: en
                        original_title: A Real Pain
                        overview: >-
                          Mismatched cousins David and Benji reunite for a tour
                          through Poland to honor their beloved grandmother. The
                          adventure takes a turn when the pair's old tensions
                          resurface against the backdrop of their family
                          history.
                        popularity: 71.781
                        poster_path: /yaTFjMNh8D78dDHrglivOTv5YOx.jpg
                        release_date: '2024-11-01'
                        title: A Real Pain
                        video: false
                        vote_average: 7.2
                        vote_count: 45
                      - adult: false
                        backdrop_path: /4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg
                        genre_ids:
                          - 10749
                          - 35
                          - 18
                        id: 1064213
                        media_type: movie
                        original_language: en
                        original_title: Anora
                        overview: >-
                          A young sex worker from Brooklyn gets her chance at a
                          Cinderella story when she meets and impulsively
                          marries the son of an oligarch. Once the news reaches
                          Russia, her fairytale is threatened as his parents set
                          out to get the marriage annulled.
                        popularity: 600.995
                        poster_path: /7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg
                        release_date: '2024-10-14'
                        title: Anora
                        video: false
                        vote_average: 6.9
                        vote_count: 591
                      - adult: false
                        backdrop_path: /kJVYs2p9SlU6YRZ7pJ0fE5mog2S.jpg
                        first_air_date: '2024-12-31'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                          - 18
                        id: 229858
                        media_type: tv
                        name: Fate/strange Fake
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: Fate/strange Fake
                        overview: >-
                          In a Holy Grail War, Mages (Masters) and their Heroic
                          Spirits (Servants) fight for the control of the Holy
                          Grail—an omnipotent wish-granting device said to
                          fulfill any desire. Years have passed since the end of
                          the Fifth Holy Grail War in Japan. Now, signs portend
                          the emergence of a new Holy Grail in the western
                          American city of Snowfield
                        popularity: 79.864
                        poster_path: /2r5MEaLYl5lZxzgfSmrDybipngl.jpg
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /bFPqSvR2EmWQ9AlzWkC801XpoAZ.jpg
                        genre_ids:
                          - 27
                          - 878
                        id: 933260
                        media_type: movie
                        original_language: en
                        original_title: The Substance
                        overview: >-
                          A fading celebrity decides to use a black market drug,
                          a cell-replicating substance that temporarily creates
                          a younger, better version of herself.
                        popularity: 1035.432
                        poster_path: /lqoMzCcZYEFK729d6qzt349fB4o.jpg
                        release_date: '2024-09-07'
                        title: The Substance
                        video: false
                        vote_average: 7.178
                        vote_count: 2873
                      - adult: false
                        backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg
                        genre_ids:
                          - 28
                          - 878
                          - 35
                          - 10751
                        id: 939243
                        media_type: movie
                        original_language: en
                        original_title: Sonic the Hedgehog 3
                        overview: >-
                          Sonic, Knuckles, and Tails reunite against a powerful
                          new adversary, Shadow, a mysterious villain with
                          powers unlike anything they have faced before. With
                          their abilities outmatched in every way, Team Sonic
                          must seek out an unlikely alliance in hopes of
                          stopping Shadow and protecting the planet.
                        popularity: 3125.84
                        poster_path: /mubt4bnVfpJ5lBMq93DidEuMkJr.jpg
                        release_date: '2024-12-19'
                        title: Sonic the Hedgehog 3
                        video: false
                        vote_average: 7.7
                        vote_count: 236
                      - adult: false
                        backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg
                        genre_ids:
                          - 12
                          - 10751
                          - 16
                          - 10402
                        id: 762509
                        media_type: movie
                        original_language: en
                        original_title: 'Mufasa: The Lion King'
                        overview: >-
                          Told in flashbacks, Mufasa is an orphaned cub, lost
                          and alone until he meets a sympathetic lion named
                          Taka—the heir to a royal bloodline. The chance meeting
                          sets in motion a journey of misfits searching for
                          their destiny and working together to evade a
                          threatening and deadly foe.
                        popularity: 1969.871
                        poster_path: /9bXHaLlsFYpJUutg4E6WXAjaxDi.jpg
                        release_date: '2024-12-18'
                        title: 'Mufasa: The Lion King'
                        video: false
                        vote_average: 7.3
                        vote_count: 342
                      - adult: false
                        backdrop_path: /wLxWWyOegryQRTEblaLqMyhHJH2.jpg
                        first_air_date: '2024-12-31'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                          - 35
                        id: 276204
                        media_type: tv
                        name: >-
                          Bogus Skill «Fruitmaster» ~About that time I became
                          able to eat unlimited numbers of Skill Fruits (that
                          kill you)~
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 外れスキル《木の実マスター》 ～スキルの実（食べたら死ぬ）を無限に食べられるようになった件について～
                        overview: >-
                          Join an adventurer as he learns the secrets of the
                          skill fruits, and uses their powers to his own
                          advantage!
                        popularity: 26.404
                        poster_path: /sy8OTK68SerisyO3QaoSAp4NehX.jpg
                        vote_average: 8.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /1pmXyN3sKeYoUhu5VBZiDU4BX21.jpg
                        genre_ids:
                          - 16
                          - 28
                          - 878
                          - 10751
                        id: 1184918
                        media_type: movie
                        original_language: en
                        original_title: The Wild Robot
                        overview: >-
                          After a shipwreck, an intelligent robot called Roz is
                          stranded on an uninhabited island. To survive the
                          harsh environment, Roz bonds with the island's animals
                          and cares for an orphaned baby goose.
                        popularity: 909.544
                        poster_path: /9w0Vh9eizfBXrcomiaFWTIPdboo.jpg
                        release_date: '2024-09-08'
                        title: The Wild Robot
                        video: false
                        vote_average: 8.376
                        vote_count: 3720
                      - adult: false
                        backdrop_path: /ey6HaUwo4CJoOYDlJ0M90ykJ0dt.jpg
                        genre_ids:
                          - 99
                        id: 1401905
                        media_type: movie
                        original_language: en
                        original_title: 'Don''t Die: The Man Who Wants to Live Forever'
                        overview: >-
                          In this documentary, wealthy entrepreneur Bryan
                          Johnson puts his body and fortune on the line to defy
                          aging and extend his life beyond all known limits.
                        popularity: 28.516
                        poster_path: /7VqUPN0oRHfYV9hdZcal1ZzffmV.jpg
                        release_date: '2025-01-01'
                        title: 'Don''t Die: The Man Who Wants to Live Forever'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /5JbWk5f3zSbwkQjbCazWi1adDMl.jpg
                        first_air_date: '2024-12-28'
                        genre_ids:
                          - 18
                          - 10759
                        id: 233912
                        media_type: tv
                        name: Guardians of the Dafeng
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 大奉打更人
                        overview: >-
                          Xu Qi’an, a recent police academy graduate, awakens in
                          a strange world filled with Confucians, Taoists,
                          Buddhists, demons, and warlocks. Facing imminent exile
                          to a remote frontier town, he seizes the chance to
                          change his fate by joining a powerful organization of
                          guardians.
                        popularity: 288.655
                        poster_path: /zhIvZOCzwjJdn1Xu2KWikC7Luiq.jpg
                        vote_average: 8.6
                        vote_count: 5
                      - adult: false
                        backdrop_path: /tElnmtQ6yz1PjN1kePNl8yMSb59.jpg
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 35
                        id: 1241982
                        media_type: movie
                        original_language: en
                        original_title: Moana 2
                        overview: >-
                          After receiving an unexpected call from her wayfinding
                          ancestors, Moana journeys alongside Maui and a new
                          crew to the far seas of Oceania and into dangerous,
                          long-lost waters for an adventure unlike anything
                          she's ever faced.
                        popularity: 2488.074
                        poster_path: /m0SbwFNCa9epW1X60deLqTHiP7x.jpg
                        release_date: '2024-11-21'
                        title: Moana 2
                        video: false
                        vote_average: 7
                        vote_count: 688
                      - adult: false
                        backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg
                        genre_ids:
                          - 16
                          - 14
                          - 28
                          - 12
                        id: 839033
                        media_type: movie
                        original_language: en
                        original_title: 'The Lord of the Rings: The War of the Rohirrim'
                        overview: >-
                          183 years before the events chronicled in the original
                          trilogy, a sudden attack by Wulf, a clever and
                          ruthless Dunlending lord seeking vengeance for the
                          death of his father, forces Helm Hammerhand and his
                          people to make a daring last stand in the ancient
                          stronghold of the Hornburg. Finding herself in an
                          increasingly desperate situation, Héra, the daughter
                          of Helm, must summon the will to lead the resistance
                          against a deadly enemy intent on their total
                          destruction.
                        popularity: 1056.755
                        poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg
                        release_date: '2024-12-05'
                        title: 'The Lord of the Rings: The War of the Rohirrim'
                        video: false
                        vote_average: 6.8
                        vote_count: 146
                  total_pages:
                    type: number
                    example: 500
                  total_results:
                    type: number
                    example: 10000
              examples:
                All:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /uVlUu174iiKhsUGqnOSy46eIIMU.jpg
                        genre_ids:
                          - 18
                          - 10749
                          - 14
                        id: 402431
                        media_type: movie
                        original_language: en
                        original_title: Wicked
                        overview: >-
                          In the land of Oz, ostracized and misunderstood
                          green-skinned Elphaba is forced to share a room with
                          the popular aristocrat Glinda at Shiz University, and
                          the two's unlikely friendship is tested as they begin
                          to fulfill their respective destinies as Glinda the
                          Good and the Wicked Witch of the West.
                        popularity: 1100.249
                        poster_path: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg
                        release_date: '2024-11-20'
                        title: Wicked
                        video: false
                        vote_average: 7.4
                        vote_count: 768
                      - adult: false
                        backdrop_path: /2meX1nMdScFOoV4370rqHWKmXhY.jpg
                        first_air_date: '2021-09-17'
                        genre_ids:
                          - 10759
                          - 9648
                          - 18
                        id: 93405
                        media_type: tv
                        name: Squid Game
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 오징어 게임
                        overview: >-
                          Hundreds of cash-strapped players accept a strange
                          invitation to compete in children's games. Inside, a
                          tempting prize awaits — with deadly high stakes.
                        popularity: 6151.403
                        poster_path: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg
                        vote_average: 7.8
                        vote_count: 14424
                      - adult: false
                        backdrop_path: /iC92jNOuhxSIGTFoMmAjtyaNOGV.jpg
                        first_air_date: '2025-01-01'
                        genre_ids:
                          - 18
                          - 9648
                          - 80
                        id: 244243
                        media_type: tv
                        name: Missing You
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Missing You
                        overview: >-
                          When Detective Kat Donovan matches on a dating app
                          with the fiancé who disappeared years before, she
                          learns that some secrets are best left in the past.
                        popularity: 94.182
                        poster_path: /ftEwAkzbS7CktShNl7Z54vAOTYn.jpg
                        vote_average: 6.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /ogiTFtJlJ0dwaAVbFhrZCRSyU7h.jpg
                        genre_ids:
                          - 10752
                          - 36
                        id: 1222248
                        media_type: movie
                        original_language: 'no'
                        original_title: NR. 24
                        overview: >-
                          Young apprentice Gunnar Sønsteby from Rjukan decides
                          to resist Nazi-Germany on the day of the invasion to
                          later become the leader of the "Oslo-gang" carrying
                          out countless daring acts of sabotage making him
                          Norway's greatest war hero.
                        popularity: 10.14
                        poster_path: /jTBiU27XdteIeNRKqsr7sM5vA2P.jpg
                        release_date: '2024-10-30'
                        title: Number 24
                        video: false
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /rFKbPDXBzgn4eYBdJXaAPEYIcyA.jpg
                        genre_ids:
                          - 35
                          - 10749
                        id: 1397854
                        media_type: movie
                        original_language: it
                        original_title: Mica è Colpa Mia
                        overview: >-
                          Drowning in debt, two brothers concoct a plan to scam
                          a wealthy heiress and save their home in Naples — but
                          unexpected love soon complicates the scheme.
                        popularity: 56.473
                        poster_path: /kWBjdB6tP71ed4WTFxuqDZnWVk5.jpg
                        release_date: '2024-12-31'
                        title: The Love Scam
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /6E0hbesJfpekAqL2AeHYukkHcbD.jpg
                        first_air_date: '2024-12-02'
                        genre_ids:
                          - 10759
                          - 10765
                        id: 202879
                        media_type: tv
                        name: 'Star Wars: Skeleton Crew'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Star Wars: Skeleton Crew'
                        overview: >-
                          Four ordinary kids search for their home planet after
                          getting lost in the Star Wars galaxy.
                        popularity: 461.841
                        poster_path: /srQbJhLRKoAwRrNN5ga7webPHbC.jpg
                        vote_average: 7.4
                        vote_count: 117
                      - adult: false
                        backdrop_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 18
                        id: 558449
                        media_type: movie
                        original_language: en
                        original_title: Gladiator II
                        overview: >-
                          Years after witnessing the death of the revered hero
                          Maximus at the hands of his uncle, Lucius is forced to
                          enter the Colosseum after his home is conquered by the
                          tyrannical Emperors who now lead Rome with an iron
                          fist. With rage in his heart and the future of the
                          Empire at stake, Lucius must look to his past to find
                          strength and honor to return the glory of Rome to its
                          people.
                        popularity: 5324.153
                        poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg
                        release_date: '2024-11-05'
                        title: Gladiator II
                        video: false
                        vote_average: 6.8
                        vote_count: 1722
                      - adult: false
                        backdrop_path: /2gAStVyyv9C3BSEKhP0a1aM3Qy9.jpg
                        genre_ids:
                          - 27
                          - 14
                        id: 426063
                        media_type: movie
                        original_language: en
                        original_title: Nosferatu
                        overview: >-
                          A gothic tale of obsession between a haunted young
                          woman and the terrifying vampire infatuated with her,
                          causing untold horror in its wake.
                        popularity: 664.102
                        poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg
                        release_date: '2024-12-25'
                        title: Nosferatu
                        video: false
                        vote_average: 6.371
                        vote_count: 140
                      - adult: false
                        backdrop_path: /nGC3ZkXEcjGbqAAonS1xn6gaNpb.jpg
                        genre_ids:
                          - 35
                          - 18
                        id: 1013850
                        media_type: movie
                        original_language: en
                        original_title: A Real Pain
                        overview: >-
                          Mismatched cousins David and Benji reunite for a tour
                          through Poland to honor their beloved grandmother. The
                          adventure takes a turn when the pair's old tensions
                          resurface against the backdrop of their family
                          history.
                        popularity: 71.781
                        poster_path: /yaTFjMNh8D78dDHrglivOTv5YOx.jpg
                        release_date: '2024-11-01'
                        title: A Real Pain
                        video: false
                        vote_average: 7.2
                        vote_count: 45
                      - adult: false
                        backdrop_path: /4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg
                        genre_ids:
                          - 10749
                          - 35
                          - 18
                        id: 1064213
                        media_type: movie
                        original_language: en
                        original_title: Anora
                        overview: >-
                          A young sex worker from Brooklyn gets her chance at a
                          Cinderella story when she meets and impulsively
                          marries the son of an oligarch. Once the news reaches
                          Russia, her fairytale is threatened as his parents set
                          out to get the marriage annulled.
                        popularity: 600.995
                        poster_path: /7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg
                        release_date: '2024-10-14'
                        title: Anora
                        video: false
                        vote_average: 6.9
                        vote_count: 591
                      - adult: false
                        backdrop_path: /kJVYs2p9SlU6YRZ7pJ0fE5mog2S.jpg
                        first_air_date: '2024-12-31'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                          - 18
                        id: 229858
                        media_type: tv
                        name: Fate/strange Fake
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: Fate/strange Fake
                        overview: >-
                          In a Holy Grail War, Mages (Masters) and their Heroic
                          Spirits (Servants) fight for the control of the Holy
                          Grail—an omnipotent wish-granting device said to
                          fulfill any desire. Years have passed since the end of
                          the Fifth Holy Grail War in Japan. Now, signs portend
                          the emergence of a new Holy Grail in the western
                          American city of Snowfield
                        popularity: 79.864
                        poster_path: /2r5MEaLYl5lZxzgfSmrDybipngl.jpg
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /bFPqSvR2EmWQ9AlzWkC801XpoAZ.jpg
                        genre_ids:
                          - 27
                          - 878
                        id: 933260
                        media_type: movie
                        original_language: en
                        original_title: The Substance
                        overview: >-
                          A fading celebrity decides to use a black market drug,
                          a cell-replicating substance that temporarily creates
                          a younger, better version of herself.
                        popularity: 1035.432
                        poster_path: /lqoMzCcZYEFK729d6qzt349fB4o.jpg
                        release_date: '2024-09-07'
                        title: The Substance
                        video: false
                        vote_average: 7.178
                        vote_count: 2873
                      - adult: false
                        backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg
                        genre_ids:
                          - 28
                          - 878
                          - 35
                          - 10751
                        id: 939243
                        media_type: movie
                        original_language: en
                        original_title: Sonic the Hedgehog 3
                        overview: >-
                          Sonic, Knuckles, and Tails reunite against a powerful
                          new adversary, Shadow, a mysterious villain with
                          powers unlike anything they have faced before. With
                          their abilities outmatched in every way, Team Sonic
                          must seek out an unlikely alliance in hopes of
                          stopping Shadow and protecting the planet.
                        popularity: 3125.84
                        poster_path: /mubt4bnVfpJ5lBMq93DidEuMkJr.jpg
                        release_date: '2024-12-19'
                        title: Sonic the Hedgehog 3
                        video: false
                        vote_average: 7.7
                        vote_count: 236
                      - adult: false
                        backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg
                        genre_ids:
                          - 12
                          - 10751
                          - 16
                          - 10402
                        id: 762509
                        media_type: movie
                        original_language: en
                        original_title: 'Mufasa: The Lion King'
                        overview: >-
                          Told in flashbacks, Mufasa is an orphaned cub, lost
                          and alone until he meets a sympathetic lion named
                          Taka—the heir to a royal bloodline. The chance meeting
                          sets in motion a journey of misfits searching for
                          their destiny and working together to evade a
                          threatening and deadly foe.
                        popularity: 1969.871
                        poster_path: /9bXHaLlsFYpJUutg4E6WXAjaxDi.jpg
                        release_date: '2024-12-18'
                        title: 'Mufasa: The Lion King'
                        video: false
                        vote_average: 7.3
                        vote_count: 342
                      - adult: false
                        backdrop_path: /wLxWWyOegryQRTEblaLqMyhHJH2.jpg
                        first_air_date: '2024-12-31'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                          - 35
                        id: 276204
                        media_type: tv
                        name: >-
                          Bogus Skill «Fruitmaster» ~About that time I became
                          able to eat unlimited numbers of Skill Fruits (that
                          kill you)~
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 外れスキル《木の実マスター》 ～スキルの実（食べたら死ぬ）を無限に食べられるようになった件について～
                        overview: >-
                          Join an adventurer as he learns the secrets of the
                          skill fruits, and uses their powers to his own
                          advantage!
                        popularity: 26.404
                        poster_path: /sy8OTK68SerisyO3QaoSAp4NehX.jpg
                        vote_average: 8.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /1pmXyN3sKeYoUhu5VBZiDU4BX21.jpg
                        genre_ids:
                          - 16
                          - 28
                          - 878
                          - 10751
                        id: 1184918
                        media_type: movie
                        original_language: en
                        original_title: The Wild Robot
                        overview: >-
                          After a shipwreck, an intelligent robot called Roz is
                          stranded on an uninhabited island. To survive the
                          harsh environment, Roz bonds with the island's animals
                          and cares for an orphaned baby goose.
                        popularity: 909.544
                        poster_path: /9w0Vh9eizfBXrcomiaFWTIPdboo.jpg
                        release_date: '2024-09-08'
                        title: The Wild Robot
                        video: false
                        vote_average: 8.376
                        vote_count: 3720
                      - adult: false
                        backdrop_path: /ey6HaUwo4CJoOYDlJ0M90ykJ0dt.jpg
                        genre_ids:
                          - 99
                        id: 1401905
                        media_type: movie
                        original_language: en
                        original_title: 'Don''t Die: The Man Who Wants to Live Forever'
                        overview: >-
                          In this documentary, wealthy entrepreneur Bryan
                          Johnson puts his body and fortune on the line to defy
                          aging and extend his life beyond all known limits.
                        popularity: 28.516
                        poster_path: /7VqUPN0oRHfYV9hdZcal1ZzffmV.jpg
                        release_date: '2025-01-01'
                        title: 'Don''t Die: The Man Who Wants to Live Forever'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /5JbWk5f3zSbwkQjbCazWi1adDMl.jpg
                        first_air_date: '2024-12-28'
                        genre_ids:
                          - 18
                          - 10759
                        id: 233912
                        media_type: tv
                        name: Guardians of the Dafeng
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 大奉打更人
                        overview: >-
                          Xu Qi’an, a recent police academy graduate, awakens in
                          a strange world filled with Confucians, Taoists,
                          Buddhists, demons, and warlocks. Facing imminent exile
                          to a remote frontier town, he seizes the chance to
                          change his fate by joining a powerful organization of
                          guardians.
                        popularity: 288.655
                        poster_path: /zhIvZOCzwjJdn1Xu2KWikC7Luiq.jpg
                        vote_average: 8.6
                        vote_count: 5
                      - adult: false
                        backdrop_path: /tElnmtQ6yz1PjN1kePNl8yMSb59.jpg
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 35
                        id: 1241982
                        media_type: movie
                        original_language: en
                        original_title: Moana 2
                        overview: >-
                          After receiving an unexpected call from her wayfinding
                          ancestors, Moana journeys alongside Maui and a new
                          crew to the far seas of Oceania and into dangerous,
                          long-lost waters for an adventure unlike anything
                          she's ever faced.
                        popularity: 2488.074
                        poster_path: /m0SbwFNCa9epW1X60deLqTHiP7x.jpg
                        release_date: '2024-11-21'
                        title: Moana 2
                        video: false
                        vote_average: 7
                        vote_count: 688
                      - adult: false
                        backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg
                        genre_ids:
                          - 16
                          - 14
                          - 28
                          - 12
                        id: 839033
                        media_type: movie
                        original_language: en
                        original_title: 'The Lord of the Rings: The War of the Rohirrim'
                        overview: >-
                          183 years before the events chronicled in the original
                          trilogy, a sudden attack by Wulf, a clever and
                          ruthless Dunlending lord seeking vengeance for the
                          death of his father, forces Helm Hammerhand and his
                          people to make a daring last stand in the ancient
                          stronghold of the Hornburg. Finding herself in an
                          increasingly desperate situation, Héra, the daughter
                          of Helm, must summon the will to lead the resistance
                          against a deadly enemy intent on their total
                          destruction.
                        popularity: 1056.755
                        poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg
                        release_date: '2024-12-05'
                        title: 'The Lord of the Rings: The War of the Rohirrim'
                        video: false
                        vote_average: 6.8
                        vote_count: 146
                    total_pages: 500
                    total_results: 10000
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````