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

# Upcoming

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

**📘Note**

This call is really just a discover call behind the scenes. If you would like to tweak any of the default filters head over and read about discover.



## OpenAPI

````yaml api-reference/openapi.json get /3/movie/upcoming
openapi: 3.0.3
info:
  title: Themoviedb API
  description: >-
    Version 3 (stable) of The Movie Database (TMDB) API offers a concise list of
    available methods for movies, TV shows, actors, and images.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
  - url: https://api.themoviedb.org/3
security: []
tags:
  - name: Account
  - name: Authentication
    description: >-
      # How do I generate a session id?


      As outlined in the [getting started
      guide](https://developer.themoviedb.org/docs/getting-started), the basics
      to getting a user authenticated look like this:


      1. **Create a new request token**  

      2. **Get the user to authorize the request token**  

      3. **Create a new session id with the authorized request token**  


      Steps 1 and 3 should be fairly easy to understand, but let's walk through
      each to ensure clarity.


      ## Step 1: Create a request token


      The first step as a developer is to request a new token. This is a
      **temporary token** required to ask the user for permission to access
      their account. This token will automatically expire **after 60 minutes**
      if it's not used.


      ## Step 2: Ask the user for permission


      With a request token in hand, forward your user to the following URL:


      ```

      https://www.themoviedb.org/authenticate/{REQUEST_TOKEN}

      ```


      You can also pass this URL a `redirect_to` parameter, like so:


      ```

      https://www.themoviedb.org/authenticate/{REQUEST_TOKEN}?redirect_to=http://www.yourapp.com/approved

      ```


      Once the user has approved your request token, they will either be
      redirected to the URL you specified in the `redirect_to` parameter or to
      the `/authenticate/allow` path on TMDB. If they aren't redirected to a
      custom URL, the page will also include an `Authentication-Callback`
      header. This header contains the API call for step #3. You can either
      manually generate it or simply use the one we return.


      ## Step 3: Create a session ID


      By calling the **new session method** with the request token that has been
      approved by the user in Step 2, we will return a **new session_id**. This
      session can now be used to write user data. You should treat this key
      **like a password** and keep it secret.


      ## What about guest sessions?


      A **guest session** can be used to rate movies **without** requiring a
      registered TMDB user account. For more information about how to create a
      guest session, see
      [here](https://developer.themoviedb.org/docs/authentication).
  - name: Certification
  - name: Changes
  - name: Collections
  - name: Companies
  - name: Configuration
  - name: Credits
  - name: Discover
  - name: Find
  - name: Genres
  - name: Guest Session
  - name: Keywords
  - name: List
    description: >-
      ## v3 or v4 list? 😕


      You may have noticed that the a v4 version of our list API exists. While
      these v3 list methods continue to work, all of the new features you can
      see on our website are only available if you switch to the v4 lists.


      **What are some of the improvements in v4?**


      - You can import "unlimited" items in a single request
          
      - You can use mixed type (movie and TV) lists
          
      - You can use private lists
          
      - You can add and use comments per item
          
      - There are more sort options
          
      - They are faster
          
      - Check the v4 documentation for more information.
  - name: Movie Lists
  - name: Movies
  - name: Networks
  - name: People Lists
  - name: People
  - name: Reviews
  - name: Search
  - name: Trending
  - name: TV Series Lists
  - name: TV Series
  - name: TV Seasons
  - name: TV Episodes
  - name: TV Episode Groups
  - name: Watch Providers
paths:
  /3/movie/upcoming:
    get:
      tags:
        - Movie Lists
      summary: Upcoming
      description: >-
        Get a list of movies that are being released soon.


        **📘Note**


        This call is really just a discover call behind the scenes. If you would
        like to tweak any of the default filters head over and read about
        discover.
      operationId: upcoming
      parameters:
        - name: language
          in: query
          schema:
            type: string
            example: en-US
        - name: page
          in: query
          schema:
            type: string
            example: '1'
      responses:
        '200':
          description: Upcoming
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=15992
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Tue, 07 Jan 2025 15:28:37 GMT
            ETag:
              schema:
                type: string
                example: W/"0505e64d6d8f014beb2fe1f5b831c68a"
            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 a9f4bdae1135d507d62df475ab78dc5e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 7R7qzg-SK9yTxc9q9U3WctrN_N-rRzt7EA5T0UBCUzpWr_NogJqaXg==
            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: '12593'
            x-memc-expires:
              schema:
                type: string
                example: '15992'
            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: 3668.314
                        poster_path:
                          type: string
                          example: /x7NPbBlrvFRJrpinBSRlMOOUWom.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: 368
                    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: 3668.314
                        poster_path: /x7NPbBlrvFRJrpinBSRlMOOUWom.jpg
                        release_date: '2024-12-19'
                        title: Sonic the Hedgehog 3
                        video: false
                        vote_average: 7.7
                        vote_count: 368
                      - adult: false
                        backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg
                        genre_ids:
                          - 16
                          - 14
                          - 28
                          - 12
                        id: 839033
                        original_language: en
                        original_title: 'The Lord of the Rings: The War of the Rohirrim'
                        overview: >-
                          183 years before the events chronicled in the original
                          trilogy, a sudden attack by Wulf, a clever and
                          ruthless Dunlending lord seeking vengeance for the
                          death of his father, forces Helm Hammerhand and his
                          people to make a daring last stand in the ancient
                          stronghold of the Hornburg. Finding herself in an
                          increasingly desperate situation, Héra, the daughter
                          of Helm, must summon the will to lead the resistance
                          against a deadly enemy intent on their total
                          destruction.
                        popularity: 2669.031
                        poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg
                        release_date: '2024-12-05'
                        title: 'The Lord of the Rings: The War of the Rohirrim'
                        video: false
                        vote_average: 6.6
                        vote_count: 240
                      - 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: 1885.874
                        poster_path: /9knPvD6GLtl1w4pamRomyQKHXyj.jpg
                        release_date: '2024-11-07'
                        title: Elevation
                        video: false
                        vote_average: 6.2
                        vote_count: 268
                      - 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: 1579.998
                        poster_path: /1y3TG8N8zwwMxqh0qzdyDs3IyCq.jpg
                        release_date: '2024-12-11'
                        title: Dirty Angels
                        video: false
                        vote_average: 6.5
                        vote_count: 94
                      - 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: 867.419
                        poster_path: /5HJqjCTcaE1TFwnNh3Dn21be2es.jpg
                        release_date: '2024-10-31'
                        title: Heretic
                        video: false
                        vote_average: 7.2
                        vote_count: 751
                      - adult: false
                        backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg
                        genre_ids:
                          - 27
                          - 14
                          - 18
                        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: 1034.597
                        poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg
                        release_date: '2024-12-25'
                        title: Nosferatu
                        video: false
                        vote_average: 6.8
                        vote_count: 560
                      - 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: 864.845
                        poster_path: /9w0Vh9eizfBXrcomiaFWTIPdboo.jpg
                        release_date: '2024-09-12'
                        title: The Wild Robot
                        video: false
                        vote_average: 8.379
                        vote_count: 3842
                      - 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: 792.319
                        poster_path: /imKSymKBK7o73sajciEmndJoVkR.jpg
                        release_date: '2024-01-30'
                        title: Flow
                        video: false
                        vote_average: 8.4
                        vote_count: 542
                      - 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: 565.491
                        poster_path: /spWV1eRzlDxvai8LbxwAWR0Vst4.jpg
                        release_date: '2024-04-12'
                        title: Arcadian
                        video: false
                        vote_average: 6.1
                        vote_count: 542
                      - adult: false
                        backdrop_path: /H39NvEXz23GE9iYQ4qqV4w1zWn.jpg
                        genre_ids:
                          - 35
                          - 18
                          - 14
                        id: 728949
                        original_language: en
                        original_title: Nightbitch
                        overview: >-
                          A woman, thrown into the stay-at-home routine of
                          raising a toddler in the suburbs, slowly embraces the
                          feral power deeply rooted in motherhood, as she
                          becomes increasingly aware of the bizarre and
                          undeniable signs that she may be turning into a dog.
                        popularity: 595.918
                        poster_path: /h49Pie8gM2jK0UHGFRjfPB3YTd.jpg
                        release_date: '2024-12-06'
                        title: Nightbitch
                        video: false
                        vote_average: 6.2
                        vote_count: 68
                      - adult: false
                        backdrop_path: /AmvuhWPOCleNVMM9J4J3oikXBDs.jpg
                        genre_ids:
                          - 35
                          - 18
                        id: 1013850
                        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: 540.474
                        poster_path: /38lb62nJcNvVgCDkFt2wiVE0bX4.jpg
                        release_date: '2024-11-01'
                        title: A Real Pain
                        video: false
                        vote_average: 6.7
                        vote_count: 110
                      - 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: 532.469
                        poster_path: /7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg
                        release_date: '2024-10-14'
                        title: Anora
                        video: false
                        vote_average: 6.93
                        vote_count: 657
                      - 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: 420.868
                        poster_path: /qpdFKDvJS7oLKTcBLXOaMwUESbs.jpg
                        release_date: '2024-09-27'
                        title: Azrael
                        video: false
                        vote_average: 6.035
                        vote_count: 170
                      - adult: false
                        backdrop_path: /csQSGH0QU8D3Ov5YLEYuHep8ihA.jpg
                        genre_ids:
                          - 878
                          - 53
                          - 12
                          - 28
                        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: 420.222
                        poster_path: /59nsfU5hMG3puDZIGzZzJ1yW8FN.jpg
                        release_date: '2024-06-19'
                        title: Survive
                        video: false
                        vote_average: 5.919
                        vote_count: 93
                      - 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: 390.086
                        poster_path: /zw4kV7npGtaqvUxvJE9IdqdFsNc.jpg
                        release_date: '2024-06-28'
                        title: The Count of Monte Cristo
                        video: false
                        vote_average: 8.121
                        vote_count: 1195
                      - 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: 316.96
                        poster_path: /53IK9rlZJbwFYbNnJZiLq7UWxkT.jpg
                        release_date: '2024-09-20'
                        title: Bagman
                        video: false
                        vote_average: 6.214
                        vote_count: 154
                      - 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: 370.24
                        poster_path: /ssFS25CiYQvRJqErqaEyHuVgyH7.jpg
                        release_date: '2024-10-10'
                        title: We Live in Time
                        video: false
                        vote_average: 7.5
                        vote_count: 379
                      - adult: false
                        backdrop_path: /66nlC5LDZmDUWONGkUZT2BrOszG.jpg
                        genre_ids:
                          - 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: 364.504
                        poster_path: /m2H7hvAgteptfOLhBr4WEMdg2VY.jpg
                        release_date: '2024-10-25'
                        title: Conclave
                        video: false
                        vote_average: 7.1
                        vote_count: 713
                      - 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: 289.609
                        poster_path: /gEU2QniE6E77NI6lCU6MxlNBvIx.jpg
                        release_date: '2014-11-05'
                        title: Interstellar
                        video: false
                        vote_average: 8.446
                        vote_count: 36015
                      - 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: 280.515
                        poster_path: /A8HbTd0FemZyFCh5qvJFpHGiwF8.jpg
                        release_date: '2024-12-25'
                        title: Babygirl
                        video: false
                        vote_average: 5.8
                        vote_count: 34
                  total_pages:
                    type: number
                    example: 47
                  total_results:
                    type: number
                    example: 931
              examples:
                Upcoming:
                  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: 3668.314
                        poster_path: /x7NPbBlrvFRJrpinBSRlMOOUWom.jpg
                        release_date: '2024-12-19'
                        title: Sonic the Hedgehog 3
                        video: false
                        vote_average: 7.7
                        vote_count: 368
                      - adult: false
                        backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg
                        genre_ids:
                          - 16
                          - 14
                          - 28
                          - 12
                        id: 839033
                        original_language: en
                        original_title: 'The Lord of the Rings: The War of the Rohirrim'
                        overview: >-
                          183 years before the events chronicled in the original
                          trilogy, a sudden attack by Wulf, a clever and
                          ruthless Dunlending lord seeking vengeance for the
                          death of his father, forces Helm Hammerhand and his
                          people to make a daring last stand in the ancient
                          stronghold of the Hornburg. Finding herself in an
                          increasingly desperate situation, Héra, the daughter
                          of Helm, must summon the will to lead the resistance
                          against a deadly enemy intent on their total
                          destruction.
                        popularity: 2669.031
                        poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg
                        release_date: '2024-12-05'
                        title: 'The Lord of the Rings: The War of the Rohirrim'
                        video: false
                        vote_average: 6.6
                        vote_count: 240
                      - 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: 1885.874
                        poster_path: /9knPvD6GLtl1w4pamRomyQKHXyj.jpg
                        release_date: '2024-11-07'
                        title: Elevation
                        video: false
                        vote_average: 6.2
                        vote_count: 268
                      - 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: 1579.998
                        poster_path: /1y3TG8N8zwwMxqh0qzdyDs3IyCq.jpg
                        release_date: '2024-12-11'
                        title: Dirty Angels
                        video: false
                        vote_average: 6.5
                        vote_count: 94
                      - 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: 867.419
                        poster_path: /5HJqjCTcaE1TFwnNh3Dn21be2es.jpg
                        release_date: '2024-10-31'
                        title: Heretic
                        video: false
                        vote_average: 7.2
                        vote_count: 751
                      - adult: false
                        backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg
                        genre_ids:
                          - 27
                          - 14
                          - 18
                        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: 1034.597
                        poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg
                        release_date: '2024-12-25'
                        title: Nosferatu
                        video: false
                        vote_average: 6.8
                        vote_count: 560
                      - 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: 864.845
                        poster_path: /9w0Vh9eizfBXrcomiaFWTIPdboo.jpg
                        release_date: '2024-09-12'
                        title: The Wild Robot
                        video: false
                        vote_average: 8.379
                        vote_count: 3842
                      - 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: 792.319
                        poster_path: /imKSymKBK7o73sajciEmndJoVkR.jpg
                        release_date: '2024-01-30'
                        title: Flow
                        video: false
                        vote_average: 8.4
                        vote_count: 542
                      - 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: 565.491
                        poster_path: /spWV1eRzlDxvai8LbxwAWR0Vst4.jpg
                        release_date: '2024-04-12'
                        title: Arcadian
                        video: false
                        vote_average: 6.1
                        vote_count: 542
                      - adult: false
                        backdrop_path: /H39NvEXz23GE9iYQ4qqV4w1zWn.jpg
                        genre_ids:
                          - 35
                          - 18
                          - 14
                        id: 728949
                        original_language: en
                        original_title: Nightbitch
                        overview: >-
                          A woman, thrown into the stay-at-home routine of
                          raising a toddler in the suburbs, slowly embraces the
                          feral power deeply rooted in motherhood, as she
                          becomes increasingly aware of the bizarre and
                          undeniable signs that she may be turning into a dog.
                        popularity: 595.918
                        poster_path: /h49Pie8gM2jK0UHGFRjfPB3YTd.jpg
                        release_date: '2024-12-06'
                        title: Nightbitch
                        video: false
                        vote_average: 6.2
                        vote_count: 68
                      - adult: false
                        backdrop_path: /AmvuhWPOCleNVMM9J4J3oikXBDs.jpg
                        genre_ids:
                          - 35
                          - 18
                        id: 1013850
                        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: 540.474
                        poster_path: /38lb62nJcNvVgCDkFt2wiVE0bX4.jpg
                        release_date: '2024-11-01'
                        title: A Real Pain
                        video: false
                        vote_average: 6.7
                        vote_count: 110
                      - 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: 532.469
                        poster_path: /7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg
                        release_date: '2024-10-14'
                        title: Anora
                        video: false
                        vote_average: 6.93
                        vote_count: 657
                      - 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: 420.868
                        poster_path: /qpdFKDvJS7oLKTcBLXOaMwUESbs.jpg
                        release_date: '2024-09-27'
                        title: Azrael
                        video: false
                        vote_average: 6.035
                        vote_count: 170
                      - adult: false
                        backdrop_path: /csQSGH0QU8D3Ov5YLEYuHep8ihA.jpg
                        genre_ids:
                          - 878
                          - 53
                          - 12
                          - 28
                        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: 420.222
                        poster_path: /59nsfU5hMG3puDZIGzZzJ1yW8FN.jpg
                        release_date: '2024-06-19'
                        title: Survive
                        video: false
                        vote_average: 5.919
                        vote_count: 93
                      - 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: 390.086
                        poster_path: /zw4kV7npGtaqvUxvJE9IdqdFsNc.jpg
                        release_date: '2024-06-28'
                        title: The Count of Monte Cristo
                        video: false
                        vote_average: 8.121
                        vote_count: 1195
                      - 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: 316.96
                        poster_path: /53IK9rlZJbwFYbNnJZiLq7UWxkT.jpg
                        release_date: '2024-09-20'
                        title: Bagman
                        video: false
                        vote_average: 6.214
                        vote_count: 154
                      - 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: 370.24
                        poster_path: /ssFS25CiYQvRJqErqaEyHuVgyH7.jpg
                        release_date: '2024-10-10'
                        title: We Live in Time
                        video: false
                        vote_average: 7.5
                        vote_count: 379
                      - adult: false
                        backdrop_path: /66nlC5LDZmDUWONGkUZT2BrOszG.jpg
                        genre_ids:
                          - 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: 364.504
                        poster_path: /m2H7hvAgteptfOLhBr4WEMdg2VY.jpg
                        release_date: '2024-10-25'
                        title: Conclave
                        video: false
                        vote_average: 7.1
                        vote_count: 713
                      - 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: 289.609
                        poster_path: /gEU2QniE6E77NI6lCU6MxlNBvIx.jpg
                        release_date: '2014-11-05'
                        title: Interstellar
                        video: false
                        vote_average: 8.446
                        vote_count: 36015
                      - 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: 280.515
                        poster_path: /A8HbTd0FemZyFCh5qvJFpHGiwF8.jpg
                        release_date: '2024-12-25'
                        title: Babygirl
                        video: false
                        vote_average: 5.8
                        vote_count: 34
                    total_pages: 47
                    total_results: 931

````