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

# Get upcoming movies

> Get a list of movies that are being released soon.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/movie/upcoming
openapi: 3.0.3
info:
  title: Endpoints
  description: This section contains all the endpoints used in the documentation.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: Authentication
    description: This section contains all endpoints used for authentication
  - name: Accounts
    description: This section contains account-specific endpoints.
  - name: Favorites
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows, episodes to favorites, and also to get a list of
      favorites for the account.
  - name: Movies
    description: >-
      This section contains an endpoint to add a movie to favorites, and another
      to get a list of favorite movies for a TMDB account.
  - name: TV shows
    description: >-
      This section contains an endpoint to get the favorite TV shows for an
      account.
  - name: Watchlist
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows to watchlist, and also to get a list of watchlist for the
      account.
  - name: Movies1
    description: >-
      This section contains an endpoint that allows a TMDB account to add a
      movie to watchlist, and another to get the movies in a watchlist.
  - name: TV shows1
    description: >-
      This section contains an endpoint used to get TV shows in an account's
      watchlist.
  - name: Ratings
    description: >-
      This section contains endpoints used to get all movies, TV Shows, and
      episodes rated by a TMDB account.
  - name: Movies12
    description: >-
      This section contains an endpoint used to get a list of movies rated by a
      TMDB account.
  - name: TV shows12
    description: >-
      This section contains an endpoint used to get a list of TV shows rated by
      a TMDB account.
  - name: Episodes
    description: >-
      This section contains an endpoint used to get a list of episodes rated by
      a TMDB account.
  - name: Lists
    description: Endpoints for a TMDB account lists.
  - name: Guest sessions
    description: This section contains all endpoints accessible by a guest session.
  - name: Movies
    description: For movies.
  - name: TV episodes
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      episodes.
  - name: TV seasons
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      seasons.
  - name: TV series
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      series.
  - name: TV series lists
    description: This section contains all endpoints used to list TV series.
  - name: TV episode groups
    description: This section contains an endpoint used to retrieve data for TV episodes.
  - name: Watch providers
    description: Get available regions.
  - name: People
    description: About people lists.
  - name: Companies
    description: >-
      This section contains all endpoints used to retrieve data for supported
      companies.
  - name: Discover
    description: This section contains all endpoints used to discover movies and TV shows.
  - name: Recent changes
    description: >-
      This section contains all endpoints used to get recent changes in the TMDB
      database.
  - name: Credit
    description: This section contains an endpoint used to retrieve movie credits.
  - name: Certifications
    description: >-
      This section contains all endpoints used to get certification for movies
      and TV shows.
  - name: Collections
    description: This section contains all endpoints used to retrieve data for collections
  - name: Configuration
    description: >-
      This section contains all endpoints used to retrieve data on TMDB's
      configurations.
  - name: Find
    description: >-
      This section contains an endpoint used to search the TMDB database by
      External ID.
  - name: Genres
    description: This section contains endpoints related to genres.
  - name: Keywords
    description: >-
      This section contains an endpoint used to get keywords in the database by
      an ID.
  - name: Movie lists
    description: >-
      This section contains all endpoints used to retrieve movies by multiple
      search filters.
  - name: Networks
    description: For network endpoints.
  - name: Reviews
    description: For reviews endpoints.
  - name: Search
    description: For search endpoints.
  - name: Trending
    description: For trending videos.
paths:
  /3/movie/upcoming:
    get:
      tags:
        - Movie lists
      summary: Get upcoming movies
      description: Get a list of movies that are being released soon.
      operationId: getUpcomingMovies
      responses:
        '200':
          description: New Request
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=593
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Wed, 01 Jan 2025 22:19:44 GMT
            ETag:
              schema:
                type: string
                example: W/"0dd946c4c07f2124a73934993a9d1120"
            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 7f5d5e89cfaceb195913fbae292db88a.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: RkAsuLpoCEItoNDvcAyF771HJxDEpKSud5rRciVCY1Ojy6crxWW-pg==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: CDG50-C1
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '23148'
            x-memc-expires:
              schema:
                type: string
                example: '593'
            x-memc-key:
              schema:
                type: string
                example: 9b6bcfd738b025ee8554b1b42f7d3a5d
          content:
            application/json:
              schema:
                type: object
                properties:
                  dates:
                    type: object
                    properties:
                      maximum:
                        type: string
                        example: '2025-01-29'
                      minimum:
                        type: string
                        example: '2025-01-08'
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          example: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 28
                          example:
                            - 28
                            - 878
                            - 35
                            - 10751
                        id:
                          type: number
                          example: 939243
                        original_language:
                          type: string
                          example: en
                        original_title:
                          type: string
                          example: Sonic the Hedgehog 3
                        overview:
                          type: string
                          example: >-
                            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:
                          type: number
                          example: 3125.84
                        poster_path:
                          type: string
                          example: /mubt4bnVfpJ5lBMq93DidEuMkJr.jpg
                        release_date:
                          type: string
                          example: '2024-12-19'
                        title:
                          type: string
                          example: Sonic the Hedgehog 3
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 7.7
                        vote_count:
                          type: number
                          example: 236
                    example:
                      - adult: false
                        backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg
                        genre_ids:
                          - 28
                          - 878
                          - 35
                          - 10751
                        id: 939243
                        original_language: en
                        original_title: Sonic the Hedgehog 3
                        overview: >-
                          Sonic, Knuckles, and Tails reunite against a powerful
                          new adversary, Shadow, a mysterious villain with
                          powers unlike anything they have faced before. With
                          their abilities outmatched in every way, Team Sonic
                          must seek out an unlikely alliance in hopes of
                          stopping Shadow and protecting the planet.
                        popularity: 3125.84
                        poster_path: /mubt4bnVfpJ5lBMq93DidEuMkJr.jpg
                        release_date: '2024-12-19'
                        title: Sonic the Hedgehog 3
                        video: false
                        vote_average: 7.7
                        vote_count: 236
                      - adult: false
                        backdrop_path: /dWkdmxIkH9y23s9v1PjQFhTGIwo.jpg
                        genre_ids:
                          - 28
                          - 18
                          - 53
                        id: 1043905
                        original_language: en
                        original_title: Dirty Angels
                        overview: >-
                          During the United States' 2021 withdrawal from
                          Afghanistan, a group of female soldiers posing as
                          medical relief are sent back in to rescue a group of
                          kidnapped teenagers caught between ISIS and the
                          Taliban.
                        popularity: 1385.471
                        poster_path: /3O3qSGmjRGc10hMwFul8WDxKE5t.jpg
                        release_date: '2024-12-11'
                        title: Dirty Angels
                        video: false
                        vote_average: 6.9
                        vote_count: 67
                      - adult: false
                        backdrop_path: /au3o84ub27qTZiMiEc9UYzN74V3.jpg
                        genre_ids:
                          - 28
                          - 878
                          - 53
                        id: 1035048
                        original_language: en
                        original_title: Elevation
                        overview: >-
                          A single father and two women venture from the safety
                          of their homes to face monstrous creatures to save the
                          life of a young boy.
                        popularity: 1225.181
                        poster_path: /sLJqbUymYkLvoNt4E7DG2E4ia6y.jpg
                        release_date: '2024-11-07'
                        title: Elevation
                        video: false
                        vote_average: 6.3
                        vote_count: 210
                      - adult: false
                        backdrop_path: /1pmXyN3sKeYoUhu5VBZiDU4BX21.jpg
                        genre_ids:
                          - 16
                          - 28
                          - 878
                          - 10751
                        id: 1184918
                        original_language: en
                        original_title: The Wild Robot
                        overview: >-
                          After a shipwreck, an intelligent robot called Roz is
                          stranded on an uninhabited island. To survive the
                          harsh environment, Roz bonds with the island's animals
                          and cares for an orphaned baby goose.
                        popularity: 909.544
                        poster_path: /9w0Vh9eizfBXrcomiaFWTIPdboo.jpg
                        release_date: '2024-09-08'
                        title: The Wild Robot
                        video: false
                        vote_average: 8.4
                        vote_count: 3720
                      - adult: false
                        backdrop_path: /2gAStVyyv9C3BSEKhP0a1aM3Qy9.jpg
                        genre_ids:
                          - 27
                          - 14
                        id: 426063
                        original_language: en
                        original_title: Nosferatu
                        overview: >-
                          A gothic tale of obsession between a haunted young
                          woman and the terrifying vampire infatuated with her,
                          causing untold horror in its wake.
                        popularity: 664.102
                        poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg
                        release_date: '2024-12-25'
                        title: Nosferatu
                        video: false
                        vote_average: 6.4
                        vote_count: 140
                      - adult: false
                        backdrop_path: /4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg
                        genre_ids:
                          - 10749
                          - 35
                          - 18
                        id: 1064213
                        original_language: en
                        original_title: Anora
                        overview: >-
                          A young sex worker from Brooklyn gets her chance at a
                          Cinderella story when she meets and impulsively
                          marries the son of an oligarch. Once the news reaches
                          Russia, her fairytale is threatened as his parents set
                          out to get the marriage annulled.
                        popularity: 600.995
                        poster_path: /7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg
                        release_date: '2024-10-14'
                        title: Anora
                        video: false
                        vote_average: 6.881
                        vote_count: 592
                      - adult: false
                        backdrop_path: /ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg
                        genre_ids:
                          - 27
                          - 53
                        id: 1138194
                        original_language: en
                        original_title: Heretic
                        overview: >-
                          Two young missionaries are forced to prove their faith
                          when they knock on the wrong door and are greeted by a
                          diabolical Mr. Reed, becoming ensnared in his deadly
                          game of cat-and-mouse.
                        popularity: 558.855
                        poster_path: /5HJqjCTcaE1TFwnNh3Dn21be2es.jpg
                        release_date: '2024-10-31'
                        title: Heretic
                        video: false
                        vote_average: 7.134
                        vote_count: 641
                      - adult: false
                        backdrop_path: /9s9o9RT9Yj6nDuRJjnJm78WFoFl.jpg
                        genre_ids:
                          - 28
                          - 27
                          - 53
                          - 878
                        id: 1051896
                        original_language: en
                        original_title: Arcadian
                        overview: >-
                          In the near future, on a decimated Earth, Paul and his
                          twin sons face terror at night when ferocious
                          creatures awaken. When Paul is nearly killed, the boys
                          come up with a plan for survival, using everything
                          their father taught them to keep him alive.
                        popularity: 441.491
                        poster_path: /spWV1eRzlDxvai8LbxwAWR0Vst4.jpg
                        release_date: '2024-04-12'
                        title: Arcadian
                        video: false
                        vote_average: 6.1
                        vote_count: 518
                      - adult: false
                        backdrop_path: /csQSGH0QU8D3Ov5YLEYuHep8ihA.jpg
                        genre_ids:
                          - 53
                          - 12
                          - 28
                          - 878
                        id: 1196470
                        original_language: fr
                        original_title: Survivre
                        overview: >-
                          A couple celebrates their son’s birthday in the middle
                          of the ocean on their boat. A violent storm hits and
                          it brings up hungry creatures from the depths and they
                          fight for their survival.
                        popularity: 382.461
                        poster_path: /59nsfU5hMG3puDZIGzZzJ1yW8FN.jpg
                        release_date: '2024-06-19'
                        title: Survive
                        video: false
                        vote_average: 5.8
                        vote_count: 84
                      - adult: false
                        backdrop_path: /uLqNGzJwnj8JKkKuRM2dHWJKCtc.jpg
                        genre_ids:
                          - 28
                          - 27
                          - 53
                        id: 1029235
                        original_language: en
                        original_title: Azrael
                        overview: >-
                          In a world where no one speaks, a devout female hunts
                          down a young woman who has escaped her imprisonment.
                          Recaptured by its ruthless leaders, Azrael is due to
                          be sacrificed to pacify an ancient evil deep within
                          the surrounding wilderness.
                        popularity: 321.622
                        poster_path: /qpdFKDvJS7oLKTcBLXOaMwUESbs.jpg
                        release_date: '2024-09-27'
                        title: Azrael
                        video: false
                        vote_average: 6
                        vote_count: 157
                      - adult: false
                        backdrop_path: /b3mdmjYTEL70j7nuXATUAD9qgu4.jpg
                        genre_ids:
                          - 16
                          - 14
                          - 12
                        id: 823219
                        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: 320.957
                        poster_path: /imKSymKBK7o73sajciEmndJoVkR.jpg
                        release_date: '2024-08-29'
                        title: Flow
                        video: false
                        vote_average: 8.5
                        vote_count: 459
                      - adult: false
                        backdrop_path: /zpaodBqO2lcwJh2SQrFFf1Rn8Jy.jpg
                        genre_ids:
                          - 10749
                          - 18
                        id: 1100099
                        original_language: en
                        original_title: We Live in Time
                        overview: >-
                          An up-and-coming chef and a recent divorcée find their
                          lives forever changed when a chance encounter brings
                          them together, in a decade-spanning, deeply moving
                          romance.
                        popularity: 317.964
                        poster_path: /ssFS25CiYQvRJqErqaEyHuVgyH7.jpg
                        release_date: '2024-10-10'
                        title: We Live in Time
                        video: false
                        vote_average: 7.6
                        vote_count: 295
                      - adult: false
                        backdrop_path: /llIXQAndg5kB6SWlp6ouUdO7Zxd.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 18
                        id: 1084736
                        original_language: fr
                        original_title: Le Comte de Monte-Cristo
                        overview: >-
                          Edmond Dantes becomes the target of a sinister plot
                          and is arrested on his wedding day for a crime he did
                          not commit. After 14 years in the island prison of
                          Château d’If, he manages a daring escape. Now rich
                          beyond his dreams, he assumes the identity of the
                          Count of Monte-Cristo and exacts his revenge on the
                          three men who betrayed him.
                        popularity: 297.818
                        poster_path: /zw4kV7npGtaqvUxvJE9IdqdFsNc.jpg
                        release_date: '2024-06-28'
                        title: The Count of Monte Cristo
                        video: false
                        vote_average: 8.133
                        vote_count: 1101
                      - adult: false
                        backdrop_path: /a3PBAmXUXuazAzr83WNzRaBS33I.jpg
                        genre_ids:
                          - 27
                          - 53
                        id: 978796
                        original_language: en
                        original_title: Bagman
                        overview: >-
                          For centuries and across cultures, parents have warned
                          their children of the legendary Bagman, who snatches
                          innocent children and stuffs them into his vile,
                          rotting bag—never to be seen again. Patrick McKee
                          narrowly escaped such an encounter as a boy, which
                          left him with lasting scars throughout his adulthood.
                          Now, Patrick’s childhood tormentor has returned,
                          threatening the safety of his wife Karina and son
                          Jake.
                        popularity: 276.095
                        poster_path: /53IK9rlZJbwFYbNnJZiLq7UWxkT.jpg
                        release_date: '2024-09-20'
                        title: Bagman
                        video: false
                        vote_average: 6.2
                        vote_count: 131
                      - adult: false
                        backdrop_path: /hctfNoMpQGfn3VXdBYb9p0P5bT5.jpg
                        genre_ids:
                          - 18
                        id: 1097549
                        original_language: en
                        original_title: Babygirl
                        overview: >-
                          A high-powered CEO puts her career and family on the
                          line when she begins a torrid affair with her much
                          younger intern.
                        popularity: 270.874
                        poster_path: /A8HbTd0FemZyFCh5qvJFpHGiwF8.jpg
                        release_date: '2024-12-25'
                        title: Babygirl
                        video: false
                        vote_average: 5.2
                        vote_count: 19
                      - adult: false
                        backdrop_path: /66nlC5LDZmDUWONGkUZT2BrOszG.jpg
                        genre_ids:
                          - 53
                          - 18
                        id: 974576
                        original_language: en
                        original_title: Conclave
                        overview: >-
                          After the unexpected death of the Pope, Cardinal
                          Lawrence is tasked with managing the covert and
                          ancient ritual of electing a new one. Sequestered in
                          the Vatican with the Catholic Church’s most powerful
                          leaders until the process is complete, Lawrence finds
                          himself at the center of a conspiracy that could lead
                          to its downfall.
                        popularity: 229.642
                        poster_path: /m5x8D0bZ3eKqIVWZ5y7TnZ2oTVg.jpg
                        release_date: '2024-10-25'
                        title: Conclave
                        video: false
                        vote_average: 7.123
                        vote_count: 594
                      - adult: false
                        backdrop_path: /9REO1DLpmwhrBJY3mYW5eVxkXFM.jpg
                        genre_ids:
                          - 12
                          - 18
                          - 878
                        id: 157336
                        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: 209.515
                        poster_path: /gEU2QniE6E77NI6lCU6MxlNBvIx.jpg
                        release_date: '2014-11-05'
                        title: Interstellar
                        video: false
                        vote_average: 8.4
                        vote_count: 35936
                      - adult: false
                        backdrop_path: /9Qq8InnodUYs8zdam8Zj967i6RO.jpg
                        genre_ids:
                          - 80
                          - 18
                        id: 1106739
                        original_language: en
                        original_title: 'Juror #2'
                        overview: >-
                          While serving as a juror in a high profile murder
                          trial, family man Justin Kemp finds himself struggling
                          with a serious moral dilemma…one he could use to sway
                          the jury verdict and potentially convict—or free—the
                          accused killer.
                        popularity: 202.296
                        poster_path: /utLESWj433xnIc1ss9TZjRI9SSl.jpg
                        release_date: '2024-10-30'
                        title: 'Juror #2'
                        video: false
                        vote_average: 7.042
                        vote_count: 924
                      - adult: false
                        backdrop_path: /9ExqMvtOqvYcmQjMDXyhtfjLmEA.jpg
                        genre_ids:
                          - 18
                        id: 1232449
                        original_language: nl
                        original_title: Young Hearts
                        overview: >-
                          Fourteen-year-old Elias increasingly feels like an
                          outsider in his village. When he meets his new
                          neighbour of the same age, Alexander, Elias is
                          confronted with his burgeoning sexuality.
                        popularity: 186.636
                        poster_path: /iGCtYxfuvXfy0BD5m6p7vKuPOxS.jpg
                        release_date: '2024-10-26'
                        title: Young Hearts
                        video: false
                        vote_average: 8.4
                        vote_count: 25
                      - adult: false
                        backdrop_path: /hkJhGayONXn96CqIRM9GhWKnlCf.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 16
                          - 14
                        id: 1014505
                        original_language: ja
                        original_title: 劇場版「オーバーロード」聖王国編
                        overview: >-
                          After twelve years of playing his favorite MMORPG
                          game, Momonga logs in for the last time only to find
                          himself transported into its world playing it
                          indefinitely. Throughout his adventures, his avatar
                          ascends to the title of Sorcerer King Ains Ooal Gown.
                          Once prosperous but now on the brink of ruin, The
                          Sacred Kingdom enjoyed years of peace after
                          construction of an enormous wall protecting them from
                          neighboring invasions. But, one day this comes to an
                          end when the Demon Emperor Jaldabaoth arrives with an
                          army of villainous demi-humans. Fearing invasion of
                          their own lands, the neighboring territory of the
                          Slane Theocracy is forced to beg their enemies at the
                          Sorcerer Kingdom for help. Heeding the call, Momonga,
                          now known as the Sorcerer King Ains Ooal Gown, rallies
                          the Sorcerer Kingdom and its undead army to join the
                          fight alongside the Sacred Kingdom and the Slane
                          Theocracy in hopes to defeat the Demon Emperor.
                        popularity: 184.574
                        poster_path: /jEvytxNa5mfW7VAUmDWsZtIdATc.jpg
                        release_date: '2024-09-20'
                        title: 'OVERLORD: The Sacred Kingdom'
                        video: false
                        vote_average: 7.7
                        vote_count: 26
                  total_pages:
                    type: number
                    example: 41
                  total_results:
                    type: number
                    example: 810
              examples:
                New Request:
                  value:
                    dates:
                      maximum: '2025-01-29'
                      minimum: '2025-01-08'
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg
                        genre_ids:
                          - 28
                          - 878
                          - 35
                          - 10751
                        id: 939243
                        original_language: en
                        original_title: Sonic the Hedgehog 3
                        overview: >-
                          Sonic, Knuckles, and Tails reunite against a powerful
                          new adversary, Shadow, a mysterious villain with
                          powers unlike anything they have faced before. With
                          their abilities outmatched in every way, Team Sonic
                          must seek out an unlikely alliance in hopes of
                          stopping Shadow and protecting the planet.
                        popularity: 3125.84
                        poster_path: /mubt4bnVfpJ5lBMq93DidEuMkJr.jpg
                        release_date: '2024-12-19'
                        title: Sonic the Hedgehog 3
                        video: false
                        vote_average: 7.7
                        vote_count: 236
                      - adult: false
                        backdrop_path: /dWkdmxIkH9y23s9v1PjQFhTGIwo.jpg
                        genre_ids:
                          - 28
                          - 18
                          - 53
                        id: 1043905
                        original_language: en
                        original_title: Dirty Angels
                        overview: >-
                          During the United States' 2021 withdrawal from
                          Afghanistan, a group of female soldiers posing as
                          medical relief are sent back in to rescue a group of
                          kidnapped teenagers caught between ISIS and the
                          Taliban.
                        popularity: 1385.471
                        poster_path: /3O3qSGmjRGc10hMwFul8WDxKE5t.jpg
                        release_date: '2024-12-11'
                        title: Dirty Angels
                        video: false
                        vote_average: 6.9
                        vote_count: 67
                      - adult: false
                        backdrop_path: /au3o84ub27qTZiMiEc9UYzN74V3.jpg
                        genre_ids:
                          - 28
                          - 878
                          - 53
                        id: 1035048
                        original_language: en
                        original_title: Elevation
                        overview: >-
                          A single father and two women venture from the safety
                          of their homes to face monstrous creatures to save the
                          life of a young boy.
                        popularity: 1225.181
                        poster_path: /sLJqbUymYkLvoNt4E7DG2E4ia6y.jpg
                        release_date: '2024-11-07'
                        title: Elevation
                        video: false
                        vote_average: 6.3
                        vote_count: 210
                      - adult: false
                        backdrop_path: /1pmXyN3sKeYoUhu5VBZiDU4BX21.jpg
                        genre_ids:
                          - 16
                          - 28
                          - 878
                          - 10751
                        id: 1184918
                        original_language: en
                        original_title: The Wild Robot
                        overview: >-
                          After a shipwreck, an intelligent robot called Roz is
                          stranded on an uninhabited island. To survive the
                          harsh environment, Roz bonds with the island's animals
                          and cares for an orphaned baby goose.
                        popularity: 909.544
                        poster_path: /9w0Vh9eizfBXrcomiaFWTIPdboo.jpg
                        release_date: '2024-09-08'
                        title: The Wild Robot
                        video: false
                        vote_average: 8.4
                        vote_count: 3720
                      - adult: false
                        backdrop_path: /2gAStVyyv9C3BSEKhP0a1aM3Qy9.jpg
                        genre_ids:
                          - 27
                          - 14
                        id: 426063
                        original_language: en
                        original_title: Nosferatu
                        overview: >-
                          A gothic tale of obsession between a haunted young
                          woman and the terrifying vampire infatuated with her,
                          causing untold horror in its wake.
                        popularity: 664.102
                        poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg
                        release_date: '2024-12-25'
                        title: Nosferatu
                        video: false
                        vote_average: 6.4
                        vote_count: 140
                      - adult: false
                        backdrop_path: /4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg
                        genre_ids:
                          - 10749
                          - 35
                          - 18
                        id: 1064213
                        original_language: en
                        original_title: Anora
                        overview: >-
                          A young sex worker from Brooklyn gets her chance at a
                          Cinderella story when she meets and impulsively
                          marries the son of an oligarch. Once the news reaches
                          Russia, her fairytale is threatened as his parents set
                          out to get the marriage annulled.
                        popularity: 600.995
                        poster_path: /7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg
                        release_date: '2024-10-14'
                        title: Anora
                        video: false
                        vote_average: 6.881
                        vote_count: 592
                      - adult: false
                        backdrop_path: /ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg
                        genre_ids:
                          - 27
                          - 53
                        id: 1138194
                        original_language: en
                        original_title: Heretic
                        overview: >-
                          Two young missionaries are forced to prove their faith
                          when they knock on the wrong door and are greeted by a
                          diabolical Mr. Reed, becoming ensnared in his deadly
                          game of cat-and-mouse.
                        popularity: 558.855
                        poster_path: /5HJqjCTcaE1TFwnNh3Dn21be2es.jpg
                        release_date: '2024-10-31'
                        title: Heretic
                        video: false
                        vote_average: 7.134
                        vote_count: 641
                      - adult: false
                        backdrop_path: /9s9o9RT9Yj6nDuRJjnJm78WFoFl.jpg
                        genre_ids:
                          - 28
                          - 27
                          - 53
                          - 878
                        id: 1051896
                        original_language: en
                        original_title: Arcadian
                        overview: >-
                          In the near future, on a decimated Earth, Paul and his
                          twin sons face terror at night when ferocious
                          creatures awaken. When Paul is nearly killed, the boys
                          come up with a plan for survival, using everything
                          their father taught them to keep him alive.
                        popularity: 441.491
                        poster_path: /spWV1eRzlDxvai8LbxwAWR0Vst4.jpg
                        release_date: '2024-04-12'
                        title: Arcadian
                        video: false
                        vote_average: 6.1
                        vote_count: 518
                      - adult: false
                        backdrop_path: /csQSGH0QU8D3Ov5YLEYuHep8ihA.jpg
                        genre_ids:
                          - 53
                          - 12
                          - 28
                          - 878
                        id: 1196470
                        original_language: fr
                        original_title: Survivre
                        overview: >-
                          A couple celebrates their son’s birthday in the middle
                          of the ocean on their boat. A violent storm hits and
                          it brings up hungry creatures from the depths and they
                          fight for their survival.
                        popularity: 382.461
                        poster_path: /59nsfU5hMG3puDZIGzZzJ1yW8FN.jpg
                        release_date: '2024-06-19'
                        title: Survive
                        video: false
                        vote_average: 5.8
                        vote_count: 84
                      - adult: false
                        backdrop_path: /uLqNGzJwnj8JKkKuRM2dHWJKCtc.jpg
                        genre_ids:
                          - 28
                          - 27
                          - 53
                        id: 1029235
                        original_language: en
                        original_title: Azrael
                        overview: >-
                          In a world where no one speaks, a devout female hunts
                          down a young woman who has escaped her imprisonment.
                          Recaptured by its ruthless leaders, Azrael is due to
                          be sacrificed to pacify an ancient evil deep within
                          the surrounding wilderness.
                        popularity: 321.622
                        poster_path: /qpdFKDvJS7oLKTcBLXOaMwUESbs.jpg
                        release_date: '2024-09-27'
                        title: Azrael
                        video: false
                        vote_average: 6
                        vote_count: 157
                      - adult: false
                        backdrop_path: /b3mdmjYTEL70j7nuXATUAD9qgu4.jpg
                        genre_ids:
                          - 16
                          - 14
                          - 12
                        id: 823219
                        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: 320.957
                        poster_path: /imKSymKBK7o73sajciEmndJoVkR.jpg
                        release_date: '2024-08-29'
                        title: Flow
                        video: false
                        vote_average: 8.5
                        vote_count: 459
                      - adult: false
                        backdrop_path: /zpaodBqO2lcwJh2SQrFFf1Rn8Jy.jpg
                        genre_ids:
                          - 10749
                          - 18
                        id: 1100099
                        original_language: en
                        original_title: We Live in Time
                        overview: >-
                          An up-and-coming chef and a recent divorcée find their
                          lives forever changed when a chance encounter brings
                          them together, in a decade-spanning, deeply moving
                          romance.
                        popularity: 317.964
                        poster_path: /ssFS25CiYQvRJqErqaEyHuVgyH7.jpg
                        release_date: '2024-10-10'
                        title: We Live in Time
                        video: false
                        vote_average: 7.6
                        vote_count: 295
                      - adult: false
                        backdrop_path: /llIXQAndg5kB6SWlp6ouUdO7Zxd.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 18
                        id: 1084736
                        original_language: fr
                        original_title: Le Comte de Monte-Cristo
                        overview: >-
                          Edmond Dantes becomes the target of a sinister plot
                          and is arrested on his wedding day for a crime he did
                          not commit. After 14 years in the island prison of
                          Château d’If, he manages a daring escape. Now rich
                          beyond his dreams, he assumes the identity of the
                          Count of Monte-Cristo and exacts his revenge on the
                          three men who betrayed him.
                        popularity: 297.818
                        poster_path: /zw4kV7npGtaqvUxvJE9IdqdFsNc.jpg
                        release_date: '2024-06-28'
                        title: The Count of Monte Cristo
                        video: false
                        vote_average: 8.133
                        vote_count: 1101
                      - adult: false
                        backdrop_path: /a3PBAmXUXuazAzr83WNzRaBS33I.jpg
                        genre_ids:
                          - 27
                          - 53
                        id: 978796
                        original_language: en
                        original_title: Bagman
                        overview: >-
                          For centuries and across cultures, parents have warned
                          their children of the legendary Bagman, who snatches
                          innocent children and stuffs them into his vile,
                          rotting bag—never to be seen again. Patrick McKee
                          narrowly escaped such an encounter as a boy, which
                          left him with lasting scars throughout his adulthood.
                          Now, Patrick’s childhood tormentor has returned,
                          threatening the safety of his wife Karina and son
                          Jake.
                        popularity: 276.095
                        poster_path: /53IK9rlZJbwFYbNnJZiLq7UWxkT.jpg
                        release_date: '2024-09-20'
                        title: Bagman
                        video: false
                        vote_average: 6.2
                        vote_count: 131
                      - adult: false
                        backdrop_path: /hctfNoMpQGfn3VXdBYb9p0P5bT5.jpg
                        genre_ids:
                          - 18
                        id: 1097549
                        original_language: en
                        original_title: Babygirl
                        overview: >-
                          A high-powered CEO puts her career and family on the
                          line when she begins a torrid affair with her much
                          younger intern.
                        popularity: 270.874
                        poster_path: /A8HbTd0FemZyFCh5qvJFpHGiwF8.jpg
                        release_date: '2024-12-25'
                        title: Babygirl
                        video: false
                        vote_average: 5.2
                        vote_count: 19
                      - adult: false
                        backdrop_path: /66nlC5LDZmDUWONGkUZT2BrOszG.jpg
                        genre_ids:
                          - 53
                          - 18
                        id: 974576
                        original_language: en
                        original_title: Conclave
                        overview: >-
                          After the unexpected death of the Pope, Cardinal
                          Lawrence is tasked with managing the covert and
                          ancient ritual of electing a new one. Sequestered in
                          the Vatican with the Catholic Church’s most powerful
                          leaders until the process is complete, Lawrence finds
                          himself at the center of a conspiracy that could lead
                          to its downfall.
                        popularity: 229.642
                        poster_path: /m5x8D0bZ3eKqIVWZ5y7TnZ2oTVg.jpg
                        release_date: '2024-10-25'
                        title: Conclave
                        video: false
                        vote_average: 7.123
                        vote_count: 594
                      - adult: false
                        backdrop_path: /9REO1DLpmwhrBJY3mYW5eVxkXFM.jpg
                        genre_ids:
                          - 12
                          - 18
                          - 878
                        id: 157336
                        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: 209.515
                        poster_path: /gEU2QniE6E77NI6lCU6MxlNBvIx.jpg
                        release_date: '2014-11-05'
                        title: Interstellar
                        video: false
                        vote_average: 8.4
                        vote_count: 35936
                      - adult: false
                        backdrop_path: /9Qq8InnodUYs8zdam8Zj967i6RO.jpg
                        genre_ids:
                          - 80
                          - 18
                        id: 1106739
                        original_language: en
                        original_title: 'Juror #2'
                        overview: >-
                          While serving as a juror in a high profile murder
                          trial, family man Justin Kemp finds himself struggling
                          with a serious moral dilemma…one he could use to sway
                          the jury verdict and potentially convict—or free—the
                          accused killer.
                        popularity: 202.296
                        poster_path: /utLESWj433xnIc1ss9TZjRI9SSl.jpg
                        release_date: '2024-10-30'
                        title: 'Juror #2'
                        video: false
                        vote_average: 7.042
                        vote_count: 924
                      - adult: false
                        backdrop_path: /9ExqMvtOqvYcmQjMDXyhtfjLmEA.jpg
                        genre_ids:
                          - 18
                        id: 1232449
                        original_language: nl
                        original_title: Young Hearts
                        overview: >-
                          Fourteen-year-old Elias increasingly feels like an
                          outsider in his village. When he meets his new
                          neighbour of the same age, Alexander, Elias is
                          confronted with his burgeoning sexuality.
                        popularity: 186.636
                        poster_path: /iGCtYxfuvXfy0BD5m6p7vKuPOxS.jpg
                        release_date: '2024-10-26'
                        title: Young Hearts
                        video: false
                        vote_average: 8.4
                        vote_count: 25
                      - adult: false
                        backdrop_path: /hkJhGayONXn96CqIRM9GhWKnlCf.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 16
                          - 14
                        id: 1014505
                        original_language: ja
                        original_title: 劇場版「オーバーロード」聖王国編
                        overview: >-
                          After twelve years of playing his favorite MMORPG
                          game, Momonga logs in for the last time only to find
                          himself transported into its world playing it
                          indefinitely. Throughout his adventures, his avatar
                          ascends to the title of Sorcerer King Ains Ooal Gown.
                          Once prosperous but now on the brink of ruin, The
                          Sacred Kingdom enjoyed years of peace after
                          construction of an enormous wall protecting them from
                          neighboring invasions. But, one day this comes to an
                          end when the Demon Emperor Jaldabaoth arrives with an
                          army of villainous demi-humans. Fearing invasion of
                          their own lands, the neighboring territory of the
                          Slane Theocracy is forced to beg their enemies at the
                          Sorcerer Kingdom for help. Heeding the call, Momonga,
                          now known as the Sorcerer King Ains Ooal Gown, rallies
                          the Sorcerer Kingdom and its undead army to join the
                          fight alongside the Sacred Kingdom and the Slane
                          Theocracy in hopes to defeat the Demon Emperor.
                        popularity: 184.574
                        poster_path: /jEvytxNa5mfW7VAUmDWsZtIdATc.jpg
                        release_date: '2024-09-20'
                        title: 'OVERLORD: The Sacred Kingdom'
                        video: false
                        vote_average: 7.7
                        vote_count: 26
                    total_pages: 41
                    total_results: 810
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````