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

# Movies

> This endpoint gets the trending movies on TMDB.



## OpenAPI

````yaml get /3/trending/movie/{{time_window}}
openapi: 3.0.3
info:
  title: TMDb Endpoints
  description: >-
    Welcome to the TMDb API! You'll find a well-organized collection of
    endpoints, each helping you fetch different types of movie and TV data. The
    endpoints cover everything from searching for titles and getting details to
    managing lists and accessing ratings, all designed to give you precise
    control over the information you need.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
    description: Test server
  - url: https://api.themoviedb.org/3
    description: Production server
  - url: '{{base_url}}'
    description: Some other server
security: []
tags:
  - name: AUTHENTICATION
    description: The /account/{account_id} gets the public details of an account on TMDB.
  - name: ACCOUNT
    description: >-
      Account endpoints allow users to manage their personal information,
      ratings, watchlists, and other account-related data after authenticating.
  - name: CERTIFICATIONS
    description: >-
      The Certifications endpoints provide lists of movie and TV show content
      rating systems used in various countries.
  - name: CHANGES
    description: >-
      Changes endpoints allow you to track modifications made to movies, TV
      shows, and people in the TMDb database, providing a history of updates and
      enabling you to keep your local data synchronized.
  - name: COLLECTIONS
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
    description: >-
      Discover endpoints are powerful tools for finding movies and TV shows
      based on a wide range of criteria, such as genre, release date, rating,
      keywords, and more, enabling highly customized searches.
  - name: FIND
    description: This folder has find by ID endpoint
  - name: GENRES
    description: >-
      Genres endpoints provide lists of available movie and TV show genres,
      allowing you to categorize and filter content.
  - name: GUEST SESSIONS
    description: >-
      Guest session endpoints allow you to create temporary, unauthenticated
      sessions that grant limited access to certain API features, such as rating
      movies or TV shows without requiring a full user account.
  - name: KEYWORDS
    description: >-
      Keyword endpoints allow you to search for keywords and retrieve detailed
      information about specific keywords and the media associated with them.
  - name: LISTS
    description: >-
      Lists endpoints allow you to create, retrieve, modify, and delete custom
      lists of movies or TV shows.
  - name: MOVIE LIST
    description: >-
      The Movie List endpoints let you retrieve pre-made lists of movies,
      categorized by criteria like popularity, top rated, now playing, or
      upcoming releases.
  - name: MOVIES
    description: >-
      The Movie endpoints allow you to retrieve detailed information about
      movies, including titles, descriptions, cast, crew, ratings, and related
      data.
  - name: NETWORKS
    description: >-
      The NETWORKS endpoints let you retrieve information about television
      networks, such as their names, logos, and origin countries.
  - name: PEOPLE LISTS
    description: >-
      The People Lists endpoints let you retrieve lists of people based on
      criteria like popularity.
  - name: PEOPLE
    description: >-
      The PEOPLE endpoints let you get information about actors, directors, and
      other people involved in movies and TV shows.
  - name: REVIEWS
    description: >-
      The REVIEWS endpoints let you get user-written opinions and ratings about
      movies and TV shows.
  - name: SEARCH
    description: >-
      The "Search" endpoints let you find movies, TV shows, people, and other
      content by typing in keywords or names.
  - name: TRENDING
    description: >-
      The "Trending" endpoints show you what movies, TV shows, and people are
      currently popular or getting a lot of attention right now.
  - name: TV SERIES LISTS
    description: >-
      TV Series Lists endpoints provide access to pre-defined lists of TV shows,
      such as popular, top-rated, or airing today, allowing you to quickly
      retrieve collections of TV series based on specific criteria.
  - name: TV SERIES
    description: >-
      The TV series endpoints provide access to a wealth of information about
      television shows, including details, credits, seasons, episodes,
      recommendations, and more. See each of them below for specific
      information.
  - name: TV SEASONS
    description: >-
      The TV seasons endpoints allow you to retrieve details about specific
      seasons of a TV show, including information about the episodes within that
      season. See them below for specific information on how to use them.
  - name: TV EPISODES
    description: >-
      The TV episode endpoints allow you to retrieve detailed information about
      specific episodes of a TV show, including details like the episode number,
      name, air date, overview, and more. Check them out for specific
      information.
  - name: TV EPISODE GROUPS
    description: >-
      There's only one endpoint in this folder. Check the endpoint to find
      information about it.
  - name: WATCH PROVIDERS
    description: >-
      The Watch Providers endpoints provide information about streaming
      services, rental/purchase platforms, and sometimes even theatrical
      releases in different regions.
paths:
  /3/trending/movie/{{time_window}}:
    parameters:
      - name: time_window
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - TRENDING
      summary: Movies
      description: This endpoint gets the trending movies on TMDB.
      operationId: movies1
      responses:
        '200':
          description: Movies Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=83
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 12 Jan 2025 15:56:46 GMT
            ETag:
              schema:
                type: string
                example: W/"f097c815f4825d527fe4b384463e3239"
            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 8db1ee4e3ce665297e547b943a1b3122.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: pGWxD1-de0yv8OcYzF9Xhcj1spweUww5FC5tfnjiyPShiaRD9F73ZQ==
            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: '517'
            x-memc-expires:
              schema:
                type: string
                example: '83'
            x-memc-key:
              schema:
                type: string
                example: 913424cf2877f705324786bd19bafab6
          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: /dMloNvayweggmvv0UD0iOJIkkbH.jpg
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 53
                          example:
                            - 53
                            - 18
                            - 80
                            - 28
                        id:
                          type: number
                          example: 1261501
                        media_type:
                          type: string
                          example: movie
                        original_language:
                          type: string
                          example: fr
                        original_title:
                          type: string
                          example: Ad Vitam
                        overview:
                          type: string
                          example: >-
                            When he and his pregnant wife are attacked in their
                            home, a former elite agent becomes trapped in a
                            deadly manhunt tied to his own painful past.
                        popularity:
                          type: number
                          example: 80.748
                        poster_path:
                          type: string
                          example: /8qJfjFhNwpTONNAoE6gUSx2yGpg.jpg
                        release_date:
                          type: string
                          example: '2025-01-09'
                        title:
                          type: string
                          example: Ad Vitam
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 6.178
                        vote_count:
                          type: number
                          example: 59
                    example:
                      - adult: false
                        backdrop_path: /dMloNvayweggmvv0UD0iOJIkkbH.jpg
                        genre_ids:
                          - 53
                          - 18
                          - 80
                          - 28
                        id: 1261501
                        media_type: movie
                        original_language: fr
                        original_title: Ad Vitam
                        overview: >-
                          When he and his pregnant wife are attacked in their
                          home, a former elite agent becomes trapped in a deadly
                          manhunt tied to his own painful past.
                        popularity: 80.748
                        poster_path: /8qJfjFhNwpTONNAoE6gUSx2yGpg.jpg
                        release_date: '2025-01-09'
                        title: Ad Vitam
                        video: false
                        vote_average: 6.178
                        vote_count: 59
                      - adult: false
                        backdrop_path: /w22GVYotTIVC1dUd58mRhwPqiS.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: 2097.099
                        poster_path: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg
                        release_date: '2024-11-20'
                        title: Wicked
                        video: false
                        vote_average: 7.3
                        vote_count: 1195
                      - adult: false
                        backdrop_path: /b3mdmjYTEL70j7nuXATUAD9qgu4.jpg
                        genre_ids:
                          - 16
                          - 14
                          - 12
                        id: 823219
                        media_type: movie
                        original_language: lv
                        original_title: Straume
                        overview: >-
                          A solitary cat, displaced by a great flood, finds
                          refuge on a boat with various species and must
                          navigate the challenges of adapting to a transformed
                          world together.
                        popularity: 1220.626
                        poster_path: /imKSymKBK7o73sajciEmndJoVkR.jpg
                        release_date: '2024-01-30'
                        title: Flow
                        video: false
                        vote_average: 8.4
                        vote_count: 692
                      - adult: false
                        backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg
                        genre_ids:
                          - 18
                          - 14
                          - 27
                        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: 792.238
                        poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg
                        release_date: '2024-12-25'
                        title: Nosferatu
                        video: false
                        vote_average: 6.8
                        vote_count: 849
                      - adult: false
                        backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg
                        genre_ids:
                          - 12
                          - 10751
                          - 16
                        id: 762509
                        media_type: movie
                        original_language: en
                        original_title: 'Mufasa: The Lion King'
                        overview: >-
                          Mufasa, a cub lost and alone, meets a sympathetic lion
                          named Taka, the heir to a royal bloodline. The chance
                          meeting sets in motion an expansive journey of a group
                          of misfits searching for their destiny.
                        popularity: 2984.681
                        poster_path: /jbOSUAWMGzGL1L4EaUF8K6zYFo7.jpg
                        release_date: '2024-12-18'
                        title: 'Mufasa: The Lion King'
                        video: false
                        vote_average: 7.4
                        vote_count: 595
                      - 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: 4090.605
                        poster_path: /d8Ryb8AunYAuycVKDp5HpdWPKgC.jpg
                        release_date: '2024-12-19'
                        title: Sonic the Hedgehog 3
                        video: false
                        vote_average: 7.6
                        vote_count: 493
                      - adult: false
                        backdrop_path: /pqulyfkug9A7TmmRn5zrbRA8TAY.jpg
                        genre_ids:
                          - 28
                          - 35
                        id: 1255788
                        media_type: movie
                        original_language: fr
                        original_title: Le Jardinier
                        overview: >-
                          Every year the Prime Minister has a list of all kinds
                          of troublemakers eliminated in the name of the famous
                          Reason of State. Serge Shuster, Special Adviser to the
                          President of the Republic, finds himself on this list,
                          better known as the Matignon List.  Condemned to
                          certain death and at the heart of an implacable plot
                          and a state secret that also put his family in danger,
                          Serge, his wife and children have only one hope left -
                          their gardener, Léo, who hates it when « slugs »
                          invade his garden... Especially those that want to
                          kill innocent families.
                        popularity: 62.322
                        poster_path: /zvLQXaiHn5g376AuHe8hd0u8tN2.jpg
                        release_date: '2025-01-10'
                        title: The Gardener
                        video: false
                        vote_average: 4.696
                        vote_count: 23
                      - 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: 3356.746
                        poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg
                        release_date: '2024-11-05'
                        title: Gladiator II
                        video: false
                        vote_average: 6.76
                        vote_count: 2249
                      - adult: false
                        backdrop_path: /vZG7PrX9HmdgL5qfZRjhJsFYEIA.jpg
                        genre_ids:
                          - 28
                          - 878
                          - 12
                        id: 912649
                        media_type: movie
                        original_language: en
                        original_title: 'Venom: The Last Dance'
                        overview: >-
                          Eddie and Venom are on the run. Hunted by both of
                          their worlds and with the net closing in, the duo are
                          forced into a devastating decision that will bring the
                          curtains down on Venom and Eddie's last dance.
                        popularity: 2873.382
                        poster_path: /aosm8NMQ3UyoBVpSxyimorCQykC.jpg
                        release_date: '2024-10-22'
                        title: 'Venom: The Last Dance'
                        video: false
                        vote_average: 6.812
                        vote_count: 2305
                      - adult: false
                        backdrop_path: /7h6TqPB3ESmjuVbxCxAeB1c9OB1.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: 1044.885
                        poster_path: /lqoMzCcZYEFK729d6qzt349fB4o.jpg
                        release_date: '2024-09-07'
                        title: The Substance
                        video: false
                        vote_average: 7.1
                        vote_count: 3194
                      - adult: false
                        backdrop_path: /ie8OSgIHEl6yQiGJ90dsyBWOpQA.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: >-
                          A sudden attack by Wulf, a clever and traitorous lord
                          of Rohan seeking vengeance for the death of his
                          father, forces Helm Hammerhand, the King of Rohan, and
                          his people to make a daring last stand in the ancient
                          stronghold of the Hornburg.
                        popularity: 1783.574
                        poster_path: /cXzCOx1hUuU9CfmiEv6rXjb6EqU.jpg
                        release_date: '2024-12-05'
                        title: 'The Lord of the Rings: The War of the Rohirrim'
                        video: false
                        vote_average: 6.51
                        vote_count: 294
                      - 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: 518.299
                        poster_path: /38lb62nJcNvVgCDkFt2wiVE0bX4.jpg
                        release_date: '2024-11-01'
                        title: A Real Pain
                        video: false
                        vote_average: 6.7
                        vote_count: 156
                      - 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: 422.573
                        poster_path: /7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg
                        release_date: '2024-10-14'
                        title: Anora
                        video: false
                        vote_average: 6.9
                        vote_count: 695
                      - 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: 794.457
                        poster_path: /9w0Vh9eizfBXrcomiaFWTIPdboo.jpg
                        release_date: '2024-09-12'
                        title: The Wild Robot
                        video: false
                        vote_average: 8.4
                        vote_count: 3908
                      - adult: false
                        backdrop_path: /jgySLjw9ZDKbnGf0VlhlHT7iHSi.jpg
                        genre_ids:
                          - 9648
                          - 53
                        id: 936245
                        media_type: movie
                        original_language: ko
                        original_title: 히든페이스
                        overview: >-
                          Su-yeon, a cellist in an orchestra led by her fiancé
                          and conductor Sung-jin, disappears one day, leaving
                          behind only a video recording. Sung-jin is devastated
                          over the loss of Su-yeon, but feels a strong
                          attraction to Mi-ju, a cellist who fills in for his
                          fiancée. Then one rainy night, Sung-jin and Mi-ju get
                          swept away by their mutual desires for each other and
                          commit an unforgivable act at Su-yeon’s house.
                          Meanwhile, Su-yeon, who is thought to have gone
                          missing, remains trapped in a secret room inside her
                          house, and watches the naked truth unravel before her.
                        popularity: 221.171
                        poster_path: /kjLbzQVkQovLpUt4rXiFY2Lv4qM.jpg
                        release_date: '2024-11-20'
                        title: Hidden Face
                        video: false
                        vote_average: 2.804
                        vote_count: 23
                      - adult: false
                        backdrop_path: /ovt5KdS1oNwXkFPsgymhMoKvxKa.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                          - 12
                        id: 929204
                        media_type: movie
                        original_language: en
                        original_title: 'Wallace & Gromit: Vengeance Most Fowl'
                        overview: >-
                          Gromit’s concern that Wallace is becoming too
                          dependent on his inventions proves justified, when
                          Wallace invents a “smart” gnome that seems to develop
                          a mind of its own. When it emerges that a vengeful
                          figure from the past might be masterminding things, it
                          falls to Gromit to battle sinister forces and save his
                          master… or Wallace may never be able to invent again!
                        popularity: 709.923
                        poster_path: /6BxK38ehxuX2dJmZIMpJcVNbYks.jpg
                        release_date: '2024-12-18'
                        title: 'Wallace & Gromit: Vengeance Most Fowl'
                        video: false
                        vote_average: 7.77
                        vote_count: 215
                      - adult: false
                        backdrop_path: /9REO1DLpmwhrBJY3mYW5eVxkXFM.jpg
                        genre_ids:
                          - 12
                          - 18
                          - 878
                        id: 157336
                        media_type: movie
                        original_language: en
                        original_title: Interstellar
                        overview: >-
                          The adventures of a group of explorers who make use of
                          a newly discovered wormhole to surpass the limitations
                          on human space travel and conquer the vast distances
                          involved in an interstellar voyage.
                        popularity: 404.256
                        poster_path: /gEU2QniE6E77NI6lCU6MxlNBvIx.jpg
                        release_date: '2014-11-05'
                        title: Interstellar
                        video: false
                        vote_average: 8.448
                        vote_count: 36081
                      - adult: false
                        backdrop_path: /vYqt6kb4lcF8wwqsMMaULkP9OEn.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: 2301.692
                        poster_path: /aLVkiINlIeCkcZIzb7XHzPYgO6L.jpg
                        release_date: '2024-11-21'
                        title: Moana 2
                        video: false
                        vote_average: 6.998
                        vote_count: 826
                      - adult: false
                        backdrop_path: /eP4RZSHliWu6lPT5WQyHr5ZZKuC.jpg
                        genre_ids:
                          - 27
                          - 878
                        id: 945961
                        media_type: movie
                        original_language: en
                        original_title: 'Alien: Romulus'
                        overview: >-
                          While scavenging the deep ends of a derelict space
                          station, a group of young space colonizers come face
                          to face with the most terrifying life form in the
                          universe.
                        popularity: 546.307
                        poster_path: /2uSWRTtCG336nuBiG8jOTEUKSy8.jpg
                        release_date: '2024-08-13'
                        title: 'Alien: Romulus'
                        video: false
                        vote_average: 7.2
                        vote_count: 2988
                      - adult: false
                        backdrop_path: /lAeau0bgMT6JlaExK6GgOGgeHkO.jpg
                        genre_ids:
                          - 35
                          - 18
                        id: 1250629
                        media_type: movie
                        original_language: en
                        original_title: 'Bank of Dave 2: The Loan Ranger'
                        overview: >-
                          Two years after founding his own bank, local hero Dave
                          Fishwick takes on the predatory payday lenders
                          bringing misery to his small English town.
                        popularity: 61.685
                        poster_path: /5gYlz36CufxMrv7uQbI4oqMut48.jpg
                        release_date: '2025-01-10'
                        title: 'Bank of Dave 2: The Loan Ranger'
                        video: false
                        vote_average: 6
                        vote_count: 1
                  total_pages:
                    type: number
                    example: 500
                  total_results:
                    type: number
                    example: 10000
              examples:
                Movies Example:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /dMloNvayweggmvv0UD0iOJIkkbH.jpg
                        genre_ids:
                          - 53
                          - 18
                          - 80
                          - 28
                        id: 1261501
                        media_type: movie
                        original_language: fr
                        original_title: Ad Vitam
                        overview: >-
                          When he and his pregnant wife are attacked in their
                          home, a former elite agent becomes trapped in a deadly
                          manhunt tied to his own painful past.
                        popularity: 80.748
                        poster_path: /8qJfjFhNwpTONNAoE6gUSx2yGpg.jpg
                        release_date: '2025-01-09'
                        title: Ad Vitam
                        video: false
                        vote_average: 6.178
                        vote_count: 59
                      - adult: false
                        backdrop_path: /w22GVYotTIVC1dUd58mRhwPqiS.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: 2097.099
                        poster_path: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg
                        release_date: '2024-11-20'
                        title: Wicked
                        video: false
                        vote_average: 7.3
                        vote_count: 1195
                      - adult: false
                        backdrop_path: /b3mdmjYTEL70j7nuXATUAD9qgu4.jpg
                        genre_ids:
                          - 16
                          - 14
                          - 12
                        id: 823219
                        media_type: movie
                        original_language: lv
                        original_title: Straume
                        overview: >-
                          A solitary cat, displaced by a great flood, finds
                          refuge on a boat with various species and must
                          navigate the challenges of adapting to a transformed
                          world together.
                        popularity: 1220.626
                        poster_path: /imKSymKBK7o73sajciEmndJoVkR.jpg
                        release_date: '2024-01-30'
                        title: Flow
                        video: false
                        vote_average: 8.4
                        vote_count: 692
                      - adult: false
                        backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg
                        genre_ids:
                          - 18
                          - 14
                          - 27
                        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: 792.238
                        poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg
                        release_date: '2024-12-25'
                        title: Nosferatu
                        video: false
                        vote_average: 6.8
                        vote_count: 849
                      - adult: false
                        backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg
                        genre_ids:
                          - 12
                          - 10751
                          - 16
                        id: 762509
                        media_type: movie
                        original_language: en
                        original_title: 'Mufasa: The Lion King'
                        overview: >-
                          Mufasa, a cub lost and alone, meets a sympathetic lion
                          named Taka, the heir to a royal bloodline. The chance
                          meeting sets in motion an expansive journey of a group
                          of misfits searching for their destiny.
                        popularity: 2984.681
                        poster_path: /jbOSUAWMGzGL1L4EaUF8K6zYFo7.jpg
                        release_date: '2024-12-18'
                        title: 'Mufasa: The Lion King'
                        video: false
                        vote_average: 7.4
                        vote_count: 595
                      - 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: 4090.605
                        poster_path: /d8Ryb8AunYAuycVKDp5HpdWPKgC.jpg
                        release_date: '2024-12-19'
                        title: Sonic the Hedgehog 3
                        video: false
                        vote_average: 7.6
                        vote_count: 493
                      - adult: false
                        backdrop_path: /pqulyfkug9A7TmmRn5zrbRA8TAY.jpg
                        genre_ids:
                          - 28
                          - 35
                        id: 1255788
                        media_type: movie
                        original_language: fr
                        original_title: Le Jardinier
                        overview: >-
                          Every year the Prime Minister has a list of all kinds
                          of troublemakers eliminated in the name of the famous
                          Reason of State. Serge Shuster, Special Adviser to the
                          President of the Republic, finds himself on this list,
                          better known as the Matignon List.  Condemned to
                          certain death and at the heart of an implacable plot
                          and a state secret that also put his family in danger,
                          Serge, his wife and children have only one hope left -
                          their gardener, Léo, who hates it when « slugs »
                          invade his garden... Especially those that want to
                          kill innocent families.
                        popularity: 62.322
                        poster_path: /zvLQXaiHn5g376AuHe8hd0u8tN2.jpg
                        release_date: '2025-01-10'
                        title: The Gardener
                        video: false
                        vote_average: 4.696
                        vote_count: 23
                      - 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: 3356.746
                        poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg
                        release_date: '2024-11-05'
                        title: Gladiator II
                        video: false
                        vote_average: 6.76
                        vote_count: 2249
                      - adult: false
                        backdrop_path: /vZG7PrX9HmdgL5qfZRjhJsFYEIA.jpg
                        genre_ids:
                          - 28
                          - 878
                          - 12
                        id: 912649
                        media_type: movie
                        original_language: en
                        original_title: 'Venom: The Last Dance'
                        overview: >-
                          Eddie and Venom are on the run. Hunted by both of
                          their worlds and with the net closing in, the duo are
                          forced into a devastating decision that will bring the
                          curtains down on Venom and Eddie's last dance.
                        popularity: 2873.382
                        poster_path: /aosm8NMQ3UyoBVpSxyimorCQykC.jpg
                        release_date: '2024-10-22'
                        title: 'Venom: The Last Dance'
                        video: false
                        vote_average: 6.812
                        vote_count: 2305
                      - adult: false
                        backdrop_path: /7h6TqPB3ESmjuVbxCxAeB1c9OB1.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: 1044.885
                        poster_path: /lqoMzCcZYEFK729d6qzt349fB4o.jpg
                        release_date: '2024-09-07'
                        title: The Substance
                        video: false
                        vote_average: 7.1
                        vote_count: 3194
                      - adult: false
                        backdrop_path: /ie8OSgIHEl6yQiGJ90dsyBWOpQA.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: >-
                          A sudden attack by Wulf, a clever and traitorous lord
                          of Rohan seeking vengeance for the death of his
                          father, forces Helm Hammerhand, the King of Rohan, and
                          his people to make a daring last stand in the ancient
                          stronghold of the Hornburg.
                        popularity: 1783.574
                        poster_path: /cXzCOx1hUuU9CfmiEv6rXjb6EqU.jpg
                        release_date: '2024-12-05'
                        title: 'The Lord of the Rings: The War of the Rohirrim'
                        video: false
                        vote_average: 6.51
                        vote_count: 294
                      - 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: 518.299
                        poster_path: /38lb62nJcNvVgCDkFt2wiVE0bX4.jpg
                        release_date: '2024-11-01'
                        title: A Real Pain
                        video: false
                        vote_average: 6.7
                        vote_count: 156
                      - 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: 422.573
                        poster_path: /7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg
                        release_date: '2024-10-14'
                        title: Anora
                        video: false
                        vote_average: 6.9
                        vote_count: 695
                      - 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: 794.457
                        poster_path: /9w0Vh9eizfBXrcomiaFWTIPdboo.jpg
                        release_date: '2024-09-12'
                        title: The Wild Robot
                        video: false
                        vote_average: 8.4
                        vote_count: 3908
                      - adult: false
                        backdrop_path: /jgySLjw9ZDKbnGf0VlhlHT7iHSi.jpg
                        genre_ids:
                          - 9648
                          - 53
                        id: 936245
                        media_type: movie
                        original_language: ko
                        original_title: 히든페이스
                        overview: >-
                          Su-yeon, a cellist in an orchestra led by her fiancé
                          and conductor Sung-jin, disappears one day, leaving
                          behind only a video recording. Sung-jin is devastated
                          over the loss of Su-yeon, but feels a strong
                          attraction to Mi-ju, a cellist who fills in for his
                          fiancée. Then one rainy night, Sung-jin and Mi-ju get
                          swept away by their mutual desires for each other and
                          commit an unforgivable act at Su-yeon’s house.
                          Meanwhile, Su-yeon, who is thought to have gone
                          missing, remains trapped in a secret room inside her
                          house, and watches the naked truth unravel before her.
                        popularity: 221.171
                        poster_path: /kjLbzQVkQovLpUt4rXiFY2Lv4qM.jpg
                        release_date: '2024-11-20'
                        title: Hidden Face
                        video: false
                        vote_average: 2.804
                        vote_count: 23
                      - adult: false
                        backdrop_path: /ovt5KdS1oNwXkFPsgymhMoKvxKa.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                          - 12
                        id: 929204
                        media_type: movie
                        original_language: en
                        original_title: 'Wallace & Gromit: Vengeance Most Fowl'
                        overview: >-
                          Gromit’s concern that Wallace is becoming too
                          dependent on his inventions proves justified, when
                          Wallace invents a “smart” gnome that seems to develop
                          a mind of its own. When it emerges that a vengeful
                          figure from the past might be masterminding things, it
                          falls to Gromit to battle sinister forces and save his
                          master… or Wallace may never be able to invent again!
                        popularity: 709.923
                        poster_path: /6BxK38ehxuX2dJmZIMpJcVNbYks.jpg
                        release_date: '2024-12-18'
                        title: 'Wallace & Gromit: Vengeance Most Fowl'
                        video: false
                        vote_average: 7.77
                        vote_count: 215
                      - adult: false
                        backdrop_path: /9REO1DLpmwhrBJY3mYW5eVxkXFM.jpg
                        genre_ids:
                          - 12
                          - 18
                          - 878
                        id: 157336
                        media_type: movie
                        original_language: en
                        original_title: Interstellar
                        overview: >-
                          The adventures of a group of explorers who make use of
                          a newly discovered wormhole to surpass the limitations
                          on human space travel and conquer the vast distances
                          involved in an interstellar voyage.
                        popularity: 404.256
                        poster_path: /gEU2QniE6E77NI6lCU6MxlNBvIx.jpg
                        release_date: '2014-11-05'
                        title: Interstellar
                        video: false
                        vote_average: 8.448
                        vote_count: 36081
                      - adult: false
                        backdrop_path: /vYqt6kb4lcF8wwqsMMaULkP9OEn.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: 2301.692
                        poster_path: /aLVkiINlIeCkcZIzb7XHzPYgO6L.jpg
                        release_date: '2024-11-21'
                        title: Moana 2
                        video: false
                        vote_average: 6.998
                        vote_count: 826
                      - adult: false
                        backdrop_path: /eP4RZSHliWu6lPT5WQyHr5ZZKuC.jpg
                        genre_ids:
                          - 27
                          - 878
                        id: 945961
                        media_type: movie
                        original_language: en
                        original_title: 'Alien: Romulus'
                        overview: >-
                          While scavenging the deep ends of a derelict space
                          station, a group of young space colonizers come face
                          to face with the most terrifying life form in the
                          universe.
                        popularity: 546.307
                        poster_path: /2uSWRTtCG336nuBiG8jOTEUKSy8.jpg
                        release_date: '2024-08-13'
                        title: 'Alien: Romulus'
                        video: false
                        vote_average: 7.2
                        vote_count: 2988
                      - adult: false
                        backdrop_path: /lAeau0bgMT6JlaExK6GgOGgeHkO.jpg
                        genre_ids:
                          - 35
                          - 18
                        id: 1250629
                        media_type: movie
                        original_language: en
                        original_title: 'Bank of Dave 2: The Loan Ranger'
                        overview: >-
                          Two years after founding his own bank, local hero Dave
                          Fishwick takes on the predatory payday lenders
                          bringing misery to his small English town.
                        popularity: 61.685
                        poster_path: /5gYlz36CufxMrv7uQbI4oqMut48.jpg
                        release_date: '2025-01-10'
                        title: 'Bank of Dave 2: The Loan Ranger'
                        video: false
                        vote_average: 6
                        vote_count: 1
                    total_pages: 500
                    total_results: 10000
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````