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

# All

> This endpoint allows you to search for all trending movies, TV shows, and people.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/trending/all/{{time_window}}
openapi: 3.0.3
info:
  title: The Movie Database API
  description: >-
    Welcome to the third version of The Movie Database (TMDB) API. Our API
    provides you with vast access to a range of movies, TV shows, actor
    information, and images.


    With the TMDB API, you can easily integrate any of these functionalities in
    your application.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
  - url: Collection
security:
  - bearerAuth: []
tags:
  - name: Validate Key
  - name: Authentication
  - name: Guest Sessions
  - name: Configuration
  - name: Account
  - name: Search
  - name: Discover
  - name: Find
  - name: Keyword
  - name: Lists
  - name: V3 vs V4
    description: >-
      There is version 4 (v4) for our list API. It contains several advanced
      improvements that differentiate it from the version 3 (v3) list. Although
      v3 lists will continue to work, you can only access these features if you
      switch to v4 lists.


      Some of the new improvements you can access on v4 lists include:


      - You can Import "unlimited" items in a single request
          
      - You can use mixed-type (movie and TV) lists
          
      - You can use private lists
          
      - You can add and use comments per item
          
      - There are more sort options
          
      - They are faster
          

      Check the v4 [documentation
      ](https://developer.themoviedb.org/v4/docs/getting-started) for more
      information.  
  - name: Collections
  - name: Companies
  - name: Networks
  - name: Trending
  - name: Movies
  - name: Movie Lists
  - name: TV Series
  - name: TV Series Lists
  - name: TV Seasons
  - name: TV Providers
  - name: TV Episode Groups
  - name: Watch Providers
  - name: People
  - name: People List
  - name: Genre
  - name: Changes
  - name: Credits
  - name: Certifications
paths:
  /3/trending/all/{{time_window}}:
    parameters:
      - name: time_window
        in: path
        description: This represents the time window.
        required: true
        schema:
          type: string
          enum:
            - day
            - week
    get:
      tags:
        - Trending
      summary: All
      description: >-
        This endpoint allows you to search for all trending movies, TV shows,
        and people.
      operationId: all
      parameters:
        - name: language
          in: query
          schema:
            type: string
            example: en
          description: This represents the language.
      responses:
        '200':
          description: All
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=254
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sat, 28 Dec 2024 13:34:47 GMT
            ETag:
              schema:
                type: string
                example: W/"f0bf08a6ed80f454d4d5d7060e5e874f"
            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 db72f6ab1d9d27534c6158ca17e3af1c.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: hkJUX_Fsy0GRJja8tXLdkQnwElVO9PJ5-2qPLht5zoKZMfIJ6UcuYA==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '346'
            x-memc-expires:
              schema:
                type: string
                example: '254'
            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: /2meX1nMdScFOoV4370rqHWKmXhY.jpg
                        first_air_date:
                          type: string
                          example: '2021-09-17'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 10759
                          example:
                            - 10759
                            - 9648
                            - 18
                        id:
                          type: number
                          example: 93405
                        media_type:
                          type: string
                          example: tv
                        name:
                          type: string
                          example: Squid Game
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: KR
                          example:
                            - KR
                        original_language:
                          type: string
                          example: ko
                        original_name:
                          type: string
                          example: 오징어 게임
                        original_title:
                          type: string
                          example: Culpa tuya
                        overview:
                          type: string
                          example: >-
                            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:
                          type: number
                          example: 1601.261
                        poster_path:
                          type: string
                          example: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg
                        release_date:
                          type: string
                          example: '2024-12-26'
                        title:
                          type: string
                          example: Your Fault
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 7.8
                        vote_count:
                          type: number
                          example: 14209
                    example:
                      - 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: 1601.261
                        poster_path: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg
                        vote_average: 7.8
                        vote_count: 14209
                      - adult: false
                        backdrop_path: /6qld2YxAO9gdEblo0rsEb8BcYKO.jpg
                        genre_ids:
                          - 10749
                          - 18
                        id: 1156593
                        media_type: movie
                        original_language: es
                        original_title: Culpa tuya
                        overview: >-
                          The love between Noah and Nick seems unwavering
                          despite their parents' attempts to separate them. But
                          his job and her entry into college open up their lives
                          to new relationships that will shake the foundations
                          of both their relationship and the Leister family
                          itself.
                        popularity: 2827.485
                        poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg
                        release_date: '2024-12-26'
                        title: Your Fault
                        video: false
                        vote_average: 7.5
                        vote_count: 111
                      - 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: 4194.404
                        poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg
                        release_date: '2024-11-05'
                        title: Gladiator II
                        video: false
                        vote_average: 6.8
                        vote_count: 1475
                      - 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: 275.082
                        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.5
                        vote_count: 93
                      - adult: false
                        backdrop_path: /iI0qvHy2uN1x2mhz1iCuK3HkMs7.jpg
                        genre_ids:
                          - 36
                          - 18
                          - 12
                        id: 975511
                        media_type: movie
                        original_language: en
                        original_title: The Return
                        overview: >-
                          After twenty years away, Odysseus washes up on the
                          shores of Ithaca, haggard and unrecognizable. The king
                          has finally returned home, but much has changed in his
                          kingdom since he left to fight in the Trojan war.
                        popularity: 18.215
                        poster_path: /xSj6EbdwHs3MFT2tRj9L3I7TE5j.jpg
                        release_date: '2024-09-07'
                        title: The Return
                        video: false
                        vote_average: 6.7
                        vote_count: 6
                      - adult: false
                        backdrop_path: /H39NvEXz23GE9iYQ4qqV4w1zWn.jpg
                        genre_ids:
                          - 35
                          - 14
                        id: 728949
                        media_type: movie
                        original_language: en
                        original_title: Nightbitch
                        overview: >-
                          A woman, thrown into the stay-at-home routine of
                          raising a toddler in the suburbs, slowly embraces the
                          feral power deeply rooted in motherhood, as she
                          becomes increasingly aware of the bizarre and
                          undeniable signs that she may be turning into a dog.
                        popularity: 25.682
                        poster_path: /h49Pie8gM2jK0UHGFRjfPB3YTd.jpg
                        release_date: '2024-12-06'
                        title: Nightbitch
                        video: false
                        vote_average: 7.1
                        vote_count: 18
                      - adult: false
                        backdrop_path: /4N6zEMfZ57zNEQcM8gWeERFupMv.jpg
                        first_air_date: '2021-08-11'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 91363
                        media_type: tv
                        name: What If...?
                        origin_country:
                          - US
                        original_language: en
                        original_name: What If...?
                        overview: >-
                          Taking inspiration from the comic books of the same
                          name, each episode of this animated anthology series
                          questions, revisits and twists classic Marvel
                          Cinematic moments.
                        popularity: 1988.645
                        poster_path: /p0wRElziYvdJ7Ifd9v5pdnP1Kxa.jpg
                        vote_average: 8.1
                        vote_count: 4229
                      - 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: 4205.224
                        poster_path: /nyEr1VqvKx1YiesMC3oTB2fZvpY.jpg
                        release_date: '2024-12-19'
                        title: Sonic the Hedgehog 3
                        video: false
                        vote_average: 7.9
                        vote_count: 144
                      - adult: false
                        backdrop_path: /n5FPNMJ0eRoiQrKGfUQQRAZeaxg.jpg
                        first_air_date: '2023-05-04'
                        genre_ids:
                          - 10765
                          - 18
                        id: 125988
                        media_type: tv
                        name: Silo
                        origin_country:
                          - US
                        original_language: en
                        original_name: Silo
                        overview: >-
                          In a ruined and toxic future, thousands live in a
                          giant silo deep underground. After its sheriff breaks
                          a cardinal rule and residents die mysteriously,
                          engineer Juliette starts to uncover shocking secrets
                          and the truth about the silo.
                        popularity: 1012.266
                        poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg
                        vote_average: 8.158
                        vote_count: 1184
                      - adult: false
                        backdrop_path: /gDtZQmfzvErZpeXOVeCBQE9WkSF.jpg
                        first_air_date: '2024-05-11'
                        genre_ids:
                          - 10759
                          - 18
                          - 10765
                        id: 239770
                        media_type: tv
                        name: Doctor Who
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Doctor Who
                        overview: >-
                          The Doctor and his companion travel across time and
                          space encountering incredible friends and foes.
                        popularity: 399.639
                        poster_path: /8FHthx4Vu81J4X5BTLhJYK9Gtbs.jpg
                        vote_average: 6.6
                        vote_count: 169
                      - adult: false
                        backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.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: 652.19
                        poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg
                        release_date: '2024-12-25'
                        title: Nosferatu
                        video: false
                        vote_average: 6.7
                        vote_count: 65
                      - adult: false
                        backdrop_path: /fQsIJQxE1D0Y0NpWSKwo489y5px.jpg
                        first_air_date: '2023-11-22'
                        genre_ids:
                          - 10764
                        id: 204082
                        media_type: tv
                        name: 'Squid Game: The Challenge'
                        origin_country:
                          - GB
                        original_language: en
                        original_name: 'Squid Game: The Challenge'
                        overview: >-
                          In this reality competition show inspired by "Squid
                          Game," 456 players put their skills to the ultimate
                          test for a life-changing $4.56 million prize.
                        popularity: 492.883
                        poster_path: /eAjXAgdjPMZH9Ugub7XYPowFoS1.jpg
                        vote_average: 6.3
                        vote_count: 262
                      - 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: 1637.392
                        poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg
                        release_date: '2023-06-08'
                        title: My Fault
                        video: false
                        vote_average: 7.913
                        vote_count: 3181
                      - 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: 672.43
                        poster_path: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg
                        release_date: '2024-11-20'
                        title: Wicked
                        video: false
                        vote_average: 7.4
                        vote_count: 670
                      - adult: false
                        backdrop_path: /abSLxmkkXb3W2TXk8E9KbR7KQRj.jpg
                        genre_ids:
                          - 28
                          - 27
                          - 53
                        id: 970450
                        media_type: movie
                        original_language: en
                        original_title: Werewolves
                        overview: >-
                          A year after a supermoon’s light activated a dormant
                          gene, transforming humans into bloodthirsty werewolves
                          and causing nearly a billion deaths, the nightmare
                          resurfaces as the supermoon rises again. Two
                          scientists attempt to stop the mutation but fail,
                          leaving those exposed to the moonlight to once again
                          become feral werewolves. Chaos engulfs the streets as
                          the scientists struggle to reach one of their family
                          homes, now under siege by the savage creatures.
                        popularity: 143.64
                        poster_path: /elKf8Y5yi6Rl6teKsrQg0GAwaQD.jpg
                        release_date: '2024-12-04'
                        title: Werewolves
                        video: false
                        vote_average: 6.5
                        vote_count: 45
                      - adult: false
                        backdrop_path: /5HlciYrJVOEtljDg2hn9KJHIIVz.jpg
                        genre_ids:
                          - 80
                          - 18
                          - 53
                        id: 1082195
                        media_type: movie
                        original_language: en
                        original_title: The Order
                        overview: >-
                          A string of violent robberies in the Pacific Northwest
                          leads a veteran FBI agent into a domestic terrorist
                          plot to overthrow the federal government.
                        popularity: 247.657
                        poster_path: /1bJ2652AUnuK1WhlR0GLbJKVqMF.jpg
                        release_date: '2024-12-05'
                        title: The Order
                        video: false
                        vote_average: 7
                        vote_count: 42
                      - adult: false
                        backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg
                        genre_ids:
                          - 12
                          - 10751
                          - 18
                          - 16
                        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: 3246.482
                        poster_path: /lurEK87kukWNaHd0zYnsi3yzJrs.jpg
                        release_date: '2024-12-18'
                        title: 'Mufasa: The Lion King'
                        video: false
                        vote_average: 7.105
                        vote_count: 252
                      - adult: false
                        backdrop_path: /rhc8Mtuo3Kh8CndnlmTNMF8o9pU.jpg
                        genre_ids:
                          - 28
                          - 53
                        id: 1005331
                        media_type: movie
                        original_language: en
                        original_title: Carry-On
                        overview: >-
                          An airport security officer races to outsmart a
                          mysterious traveler forcing him to let a dangerous
                          item slip onto a Christmas Eve flight.
                        popularity: 2194.15
                        poster_path: /sjMN7DRi4sGiledsmllEw5HJjPy.jpg
                        release_date: '2024-12-05'
                        title: Carry-On
                        video: false
                        vote_average: 7
                        vote_count: 1078
                      - adult: false
                        backdrop_path: /t98L9uphqBSNn2Mkvdm3xSFCQyi.jpg
                        genre_ids:
                          - 27
                          - 878
                          - 18
                        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: 841.085
                        poster_path: /lqoMzCcZYEFK729d6qzt349fB4o.jpg
                        release_date: '2024-09-07'
                        title: The Substance
                        video: false
                        vote_average: 7.2
                        vote_count: 2793
                      - adult: false
                        backdrop_path: /Ar7QuJ7sJEiC0oP3I8fKBKIQD9u.jpg
                        genre_ids:
                          - 28
                          - 18
                          - 12
                        id: 98
                        media_type: movie
                        original_language: en
                        original_title: Gladiator
                        overview: >-
                          After the death of Emperor Marcus Aurelius, his
                          devious son takes power and demotes Maximus, one of
                          Rome's most capable generals who Marcus preferred.
                          Eventually, Maximus is forced to become a gladiator
                          and battle to the death against other men for the
                          amusement of paying audiences.
                        popularity: 444.195
                        poster_path: /ty8TGRuvJLPUmAR1H1nRIsgwvim.jpg
                        release_date: '2000-05-04'
                        title: Gladiator
                        video: false
                        vote_average: 8.2
                        vote_count: 18984
                  total_pages:
                    type: number
                    example: 500
                  total_results:
                    type: number
                    example: 10000
              examples:
                All:
                  value:
                    page: 1
                    results:
                      - 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: 1601.261
                        poster_path: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg
                        vote_average: 7.8
                        vote_count: 14209
                      - adult: false
                        backdrop_path: /6qld2YxAO9gdEblo0rsEb8BcYKO.jpg
                        genre_ids:
                          - 10749
                          - 18
                        id: 1156593
                        media_type: movie
                        original_language: es
                        original_title: Culpa tuya
                        overview: >-
                          The love between Noah and Nick seems unwavering
                          despite their parents' attempts to separate them. But
                          his job and her entry into college open up their lives
                          to new relationships that will shake the foundations
                          of both their relationship and the Leister family
                          itself.
                        popularity: 2827.485
                        poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg
                        release_date: '2024-12-26'
                        title: Your Fault
                        video: false
                        vote_average: 7.5
                        vote_count: 111
                      - 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: 4194.404
                        poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg
                        release_date: '2024-11-05'
                        title: Gladiator II
                        video: false
                        vote_average: 6.8
                        vote_count: 1475
                      - 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: 275.082
                        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.5
                        vote_count: 93
                      - adult: false
                        backdrop_path: /iI0qvHy2uN1x2mhz1iCuK3HkMs7.jpg
                        genre_ids:
                          - 36
                          - 18
                          - 12
                        id: 975511
                        media_type: movie
                        original_language: en
                        original_title: The Return
                        overview: >-
                          After twenty years away, Odysseus washes up on the
                          shores of Ithaca, haggard and unrecognizable. The king
                          has finally returned home, but much has changed in his
                          kingdom since he left to fight in the Trojan war.
                        popularity: 18.215
                        poster_path: /xSj6EbdwHs3MFT2tRj9L3I7TE5j.jpg
                        release_date: '2024-09-07'
                        title: The Return
                        video: false
                        vote_average: 6.7
                        vote_count: 6
                      - adult: false
                        backdrop_path: /H39NvEXz23GE9iYQ4qqV4w1zWn.jpg
                        genre_ids:
                          - 35
                          - 14
                        id: 728949
                        media_type: movie
                        original_language: en
                        original_title: Nightbitch
                        overview: >-
                          A woman, thrown into the stay-at-home routine of
                          raising a toddler in the suburbs, slowly embraces the
                          feral power deeply rooted in motherhood, as she
                          becomes increasingly aware of the bizarre and
                          undeniable signs that she may be turning into a dog.
                        popularity: 25.682
                        poster_path: /h49Pie8gM2jK0UHGFRjfPB3YTd.jpg
                        release_date: '2024-12-06'
                        title: Nightbitch
                        video: false
                        vote_average: 7.1
                        vote_count: 18
                      - adult: false
                        backdrop_path: /4N6zEMfZ57zNEQcM8gWeERFupMv.jpg
                        first_air_date: '2021-08-11'
                        genre_ids:
                          - 16
                          - 10759
                          - 10765
                        id: 91363
                        media_type: tv
                        name: What If...?
                        origin_country:
                          - US
                        original_language: en
                        original_name: What If...?
                        overview: >-
                          Taking inspiration from the comic books of the same
                          name, each episode of this animated anthology series
                          questions, revisits and twists classic Marvel
                          Cinematic moments.
                        popularity: 1988.645
                        poster_path: /p0wRElziYvdJ7Ifd9v5pdnP1Kxa.jpg
                        vote_average: 8.1
                        vote_count: 4229
                      - 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: 4205.224
                        poster_path: /nyEr1VqvKx1YiesMC3oTB2fZvpY.jpg
                        release_date: '2024-12-19'
                        title: Sonic the Hedgehog 3
                        video: false
                        vote_average: 7.9
                        vote_count: 144
                      - adult: false
                        backdrop_path: /n5FPNMJ0eRoiQrKGfUQQRAZeaxg.jpg
                        first_air_date: '2023-05-04'
                        genre_ids:
                          - 10765
                          - 18
                        id: 125988
                        media_type: tv
                        name: Silo
                        origin_country:
                          - US
                        original_language: en
                        original_name: Silo
                        overview: >-
                          In a ruined and toxic future, thousands live in a
                          giant silo deep underground. After its sheriff breaks
                          a cardinal rule and residents die mysteriously,
                          engineer Juliette starts to uncover shocking secrets
                          and the truth about the silo.
                        popularity: 1012.266
                        poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg
                        vote_average: 8.158
                        vote_count: 1184
                      - adult: false
                        backdrop_path: /gDtZQmfzvErZpeXOVeCBQE9WkSF.jpg
                        first_air_date: '2024-05-11'
                        genre_ids:
                          - 10759
                          - 18
                          - 10765
                        id: 239770
                        media_type: tv
                        name: Doctor Who
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Doctor Who
                        overview: >-
                          The Doctor and his companion travel across time and
                          space encountering incredible friends and foes.
                        popularity: 399.639
                        poster_path: /8FHthx4Vu81J4X5BTLhJYK9Gtbs.jpg
                        vote_average: 6.6
                        vote_count: 169
                      - adult: false
                        backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.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: 652.19
                        poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg
                        release_date: '2024-12-25'
                        title: Nosferatu
                        video: false
                        vote_average: 6.7
                        vote_count: 65
                      - adult: false
                        backdrop_path: /fQsIJQxE1D0Y0NpWSKwo489y5px.jpg
                        first_air_date: '2023-11-22'
                        genre_ids:
                          - 10764
                        id: 204082
                        media_type: tv
                        name: 'Squid Game: The Challenge'
                        origin_country:
                          - GB
                        original_language: en
                        original_name: 'Squid Game: The Challenge'
                        overview: >-
                          In this reality competition show inspired by "Squid
                          Game," 456 players put their skills to the ultimate
                          test for a life-changing $4.56 million prize.
                        popularity: 492.883
                        poster_path: /eAjXAgdjPMZH9Ugub7XYPowFoS1.jpg
                        vote_average: 6.3
                        vote_count: 262
                      - 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: 1637.392
                        poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg
                        release_date: '2023-06-08'
                        title: My Fault
                        video: false
                        vote_average: 7.913
                        vote_count: 3181
                      - 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: 672.43
                        poster_path: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg
                        release_date: '2024-11-20'
                        title: Wicked
                        video: false
                        vote_average: 7.4
                        vote_count: 670
                      - adult: false
                        backdrop_path: /abSLxmkkXb3W2TXk8E9KbR7KQRj.jpg
                        genre_ids:
                          - 28
                          - 27
                          - 53
                        id: 970450
                        media_type: movie
                        original_language: en
                        original_title: Werewolves
                        overview: >-
                          A year after a supermoon’s light activated a dormant
                          gene, transforming humans into bloodthirsty werewolves
                          and causing nearly a billion deaths, the nightmare
                          resurfaces as the supermoon rises again. Two
                          scientists attempt to stop the mutation but fail,
                          leaving those exposed to the moonlight to once again
                          become feral werewolves. Chaos engulfs the streets as
                          the scientists struggle to reach one of their family
                          homes, now under siege by the savage creatures.
                        popularity: 143.64
                        poster_path: /elKf8Y5yi6Rl6teKsrQg0GAwaQD.jpg
                        release_date: '2024-12-04'
                        title: Werewolves
                        video: false
                        vote_average: 6.5
                        vote_count: 45
                      - adult: false
                        backdrop_path: /5HlciYrJVOEtljDg2hn9KJHIIVz.jpg
                        genre_ids:
                          - 80
                          - 18
                          - 53
                        id: 1082195
                        media_type: movie
                        original_language: en
                        original_title: The Order
                        overview: >-
                          A string of violent robberies in the Pacific Northwest
                          leads a veteran FBI agent into a domestic terrorist
                          plot to overthrow the federal government.
                        popularity: 247.657
                        poster_path: /1bJ2652AUnuK1WhlR0GLbJKVqMF.jpg
                        release_date: '2024-12-05'
                        title: The Order
                        video: false
                        vote_average: 7
                        vote_count: 42
                      - adult: false
                        backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg
                        genre_ids:
                          - 12
                          - 10751
                          - 18
                          - 16
                        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: 3246.482
                        poster_path: /lurEK87kukWNaHd0zYnsi3yzJrs.jpg
                        release_date: '2024-12-18'
                        title: 'Mufasa: The Lion King'
                        video: false
                        vote_average: 7.105
                        vote_count: 252
                      - adult: false
                        backdrop_path: /rhc8Mtuo3Kh8CndnlmTNMF8o9pU.jpg
                        genre_ids:
                          - 28
                          - 53
                        id: 1005331
                        media_type: movie
                        original_language: en
                        original_title: Carry-On
                        overview: >-
                          An airport security officer races to outsmart a
                          mysterious traveler forcing him to let a dangerous
                          item slip onto a Christmas Eve flight.
                        popularity: 2194.15
                        poster_path: /sjMN7DRi4sGiledsmllEw5HJjPy.jpg
                        release_date: '2024-12-05'
                        title: Carry-On
                        video: false
                        vote_average: 7
                        vote_count: 1078
                      - adult: false
                        backdrop_path: /t98L9uphqBSNn2Mkvdm3xSFCQyi.jpg
                        genre_ids:
                          - 27
                          - 878
                          - 18
                        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: 841.085
                        poster_path: /lqoMzCcZYEFK729d6qzt349fB4o.jpg
                        release_date: '2024-09-07'
                        title: The Substance
                        video: false
                        vote_average: 7.2
                        vote_count: 2793
                      - adult: false
                        backdrop_path: /Ar7QuJ7sJEiC0oP3I8fKBKIQD9u.jpg
                        genre_ids:
                          - 28
                          - 18
                          - 12
                        id: 98
                        media_type: movie
                        original_language: en
                        original_title: Gladiator
                        overview: >-
                          After the death of Emperor Marcus Aurelius, his
                          devious son takes power and demotes Maximus, one of
                          Rome's most capable generals who Marcus preferred.
                          Eventually, Maximus is forced to become a gladiator
                          and battle to the death against other men for the
                          amusement of paying audiences.
                        popularity: 444.195
                        poster_path: /ty8TGRuvJLPUmAR1H1nRIsgwvim.jpg
                        release_date: '2000-05-04'
                        title: Gladiator
                        video: false
                        vote_average: 8.2
                        vote_count: 18984
                    total_pages: 500
                    total_results: 10000
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````