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

# Recommendations

> This endpoint retrieves a list of recommended movies.



## OpenAPI

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


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


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


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

      Check the v4 [documentation
      ](https://developer.themoviedb.org/v4/docs/getting-started) for more
      information.  
  - name: Collections
  - name: Companies
  - name: Networks
  - name: Trending
  - name: Movies
  - name: Movie Lists
  - name: TV Series
  - name: TV Series Lists
  - name: TV Seasons
  - name: TV Providers
  - name: TV Episode Groups
  - name: Watch Providers
  - name: People
  - name: People List
  - name: Genre
  - name: Changes
  - name: Credits
  - name: Certifications
paths:
  /3/movie/{{movie_id}}/recommendations:
    parameters:
      - name: movie_id
        in: path
        description: >-
          This represents the movie ID. Get it
          [here](https://starlight.mintlify.app/api-reference/movieid)
        required: true
        schema:
          type: string
    get:
      tags:
        - Movies
      summary: Recommendations
      description: This endpoint retrieves a list of recommended movies.
      operationId: recommendations
      responses:
        '200':
          description: Recommendations
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=2365
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Wed, 25 Dec 2024 09:33:19 GMT
            ETag:
              schema:
                type: string
                example: W/"0012d61e4f6015514d60dfe820da13c2"
            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 8696978c2d465ffc3a342761ace51d9e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: md8_zg2fGD-ilsQLWjqLDQvFClSqGnKbA1vSisVLhL-3sQQrS0be-Q==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD61-P1
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '22193'
            x-memc-expires:
              schema:
                type: string
                example: '2365'
            x-memc-key:
              schema:
                type: string
                example: 76ec7b8c58a3743b113f6ec8b0fb65ed
          content:
            application/json:
              schema:
                type: object
                properties:
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          example: /rhc8Mtuo3Kh8CndnlmTNMF8o9pU.jpg
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 28
                          example:
                            - 28
                            - 9648
                            - 53
                        id:
                          type: number
                          example: 1005331
                        media_type:
                          type: string
                          example: movie
                        original_language:
                          type: string
                          example: en
                        original_title:
                          type: string
                          example: Carry-On
                        overview:
                          type: string
                          example: >-
                            An airport security officer races to outsmart a
                            mysterious traveler forcing him to let a dangerous
                            item slip onto a Christmas Eve flight.
                        popularity:
                          type: number
                          example: 2141.632
                        poster_path:
                          type: string
                          example: /sjMN7DRi4sGiledsmllEw5HJjPy.jpg
                        release_date:
                          type: string
                          example: '2024-12-05'
                        title:
                          type: string
                          example: Carry-On
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 7
                        vote_count:
                          type: number
                          example: 873
                    example:
                      - adult: false
                        backdrop_path: /rhc8Mtuo3Kh8CndnlmTNMF8o9pU.jpg
                        genre_ids:
                          - 28
                          - 9648
                          - 53
                        id: 1005331
                        media_type: movie
                        original_language: en
                        original_title: Carry-On
                        overview: >-
                          An airport security officer races to outsmart a
                          mysterious traveler forcing him to let a dangerous
                          item slip onto a Christmas Eve flight.
                        popularity: 2141.632
                        poster_path: /sjMN7DRi4sGiledsmllEw5HJjPy.jpg
                        release_date: '2024-12-05'
                        title: Carry-On
                        video: false
                        vote_average: 7
                        vote_count: 873
                      - adult: false
                        backdrop_path: /agKnHNm69q4uHd6sEP5Z7rfMC1f.jpg
                        genre_ids:
                          - 10770
                          - 35
                          - 18
                          - 10749
                        id: 1310634
                        media_type: movie
                        original_language: en
                        original_title: A Christmas Less Traveled
                        overview: >-
                          “The Dine and Dash” diner has a stack of mounting
                          unpaid bills, forcing its owner, Desi to sell her
                          beloved, mint condition, cherry red 1964 Ford F-100, a
                          gift from her deceased father. As Desi visits the
                          vintage truck one last time, she discovers a recorded
                          message from her dad on an old audio cassette. Desi’s
                          Dad’s voice sends her and “Old Red” out to retrace her
                          family’s most memorable moments one last time.
                        popularity: 8.879
                        poster_path: /2b2LTimTlmpX3TeSDlitvt5JfvZ.jpg
                        release_date: '2024-11-16'
                        title: A Christmas Less Traveled
                        video: false
                        vote_average: 5.8
                        vote_count: 12
                      - adult: false
                        backdrop_path: /6VoxDupaW2VXfLtJyeOoGCgXSjD.jpg
                        genre_ids:
                          - 28
                          - 53
                        id: 1116490
                        media_type: movie
                        original_language: en
                        original_title: Cash Out
                        overview: >-
                          Criminal mastermind Mason is about to execute the
                          score of a lifetime when his lover and key member of
                          his crew, Decker, takes the team down and reveals
                          she’s an undercover Interpol agent. Heartbroken, Mason
                          escapes and retires from the life of crime until his
                          younger brother Shawn is out of his league taking on a
                          big bank heist all on his own. Mason has no choice
                          left but to come to the rescue, while Interpol brings
                          Decker in hoping to unnerve him. Before the SWAT teams
                          storm the bank, Mason must use every tool in his
                          arsenal to not only escape with the prize, but also
                          the love of his life.
                        popularity: 202.734
                        poster_path: /v3youHDLigrtIis1NqTjlY8Sk38.jpg
                        release_date: '2024-04-26'
                        title: Cash Out
                        video: false
                        vote_average: 6.4
                        vote_count: 142
                      - adult: false
                        backdrop_path: /3V4kLQg0kSqPLctI5ziYWabAZYF.jpg
                        genre_ids:
                          - 28
                          - 878
                          - 12
                          - 53
                        id: 912649
                        media_type: movie
                        original_language: en
                        original_title: 'Venom: The Last Dance'
                        overview: >-
                          Eddie and Venom are on the run. Hunted by both of
                          their worlds and with the net closing in, the duo are
                          forced into a devastating decision that will bring the
                          curtains down on Venom and Eddie's last dance.
                        popularity: 3769.598
                        poster_path: /aosm8NMQ3UyoBVpSxyimorCQykC.jpg
                        release_date: '2024-10-22'
                        title: 'Venom: The Last Dance'
                        video: false
                        vote_average: 6.786
                        vote_count: 1822
                      - adult: false
                        backdrop_path: /fyeyxFzZ3qYqDsaMVYF6sq3pp2n.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 1167271
                        media_type: movie
                        original_language: en
                        original_title: Weekend in Taipei
                        overview: >-
                          A former DEA agent and a former undercover operative
                          revisit their romance during a fateful weekend in
                          Taipei, unaware of the dangerous consequences of their
                          past.
                        popularity: 528.671
                        poster_path: /qSc0AUvs8mRy00R9y8QYEHWIAQ9.jpg
                        release_date: '2024-09-19'
                        title: Weekend in Taipei
                        video: false
                        vote_average: 6
                        vote_count: 81
                      - adult: false
                        backdrop_path: /djo5TTvyWK2b28QLi0FfMXu5nU3.jpg
                        genre_ids:
                          - 14
                          - 35
                        id: 1097870
                        media_type: movie
                        original_language: en
                        original_title: Dear Santa
                        overview: >-
                          Likeable 6th grader Liam writes to Santa asking him to
                          prove that he's real. But Liam is dyslexic and
                          accidentally sends his letter to Satan instead, who
                          shows up at Liam's house, excited to have his first
                          fanboy letter and wanting a little of Liam's soul.
                        popularity: 320.727
                        poster_path: /fRbDHbGBXg6kwQYr3CRYeKPJW5q.jpg
                        release_date: '2024-11-24'
                        title: Dear Santa
                        video: false
                        vote_average: 6.413
                        vote_count: 224
                      - adult: false
                        backdrop_path: /rWs3Q9bT7zCH6t004z67UGuWUwu.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                          - 14
                          - 12
                        id: 645757
                        media_type: movie
                        original_language: en
                        original_title: That Christmas
                        overview: >-
                          It's an unforgettable Christmas for the townsfolk of
                          Wellington-on-Sea when the worst snowstorm in history
                          alters everyone's plans — including Santa's.
                        popularity: 682.477
                        poster_path: /bX6dx2U4hOk1esI7mYwtD3cEKdC.jpg
                        release_date: '2024-11-27'
                        title: That Christmas
                        video: false
                        vote_average: 7.25
                        vote_count: 222
                      - adult: false
                        backdrop_path: /hd1TvTUGjkoYoqvXYfSBpI5Ri9B.jpg
                        genre_ids:
                          - 16
                          - 28
                          - 12
                          - 878
                        id: 1159311
                        media_type: movie
                        original_language: ja
                        original_title: 僕のヒーローアカデミア THE MOVIE ユアネクスト
                        overview: >-
                          In a society devastated by the effects of an all-out
                          war between heroes and villains, a mysterious giant
                          fortress suddenly appears, engulfing towns and people
                          one after another. Then, a man reminiscent of All
                          Might, the 'symbol of peace', stands in front of Izuku
                          and his friends...
                        popularity: 171.222
                        poster_path: /8rdB1wkheEMMqcY8qLAKjCMPcnZ.jpg
                        release_date: '2024-08-02'
                        title: 'My Hero Academia: You''re Next'
                        video: false
                        vote_average: 6.8
                        vote_count: 70
                      - adult: false
                        backdrop_path: /psQI24VckxjB742DmdBAMIvNM4z.jpg
                        genre_ids:
                          - 10749
                          - 35
                          - 27
                          - 10402
                        id: 1098378
                        media_type: movie
                        original_language: en
                        original_title: Your Monster
                        overview: >-
                          After her life falls apart, soft-spoken actress Laura
                          Franco finds her voice again when she meets a
                          terrifying, yet weirdly charming, monster living in
                          her closet.
                        popularity: 18.192
                        poster_path: /nHlHRntqfDM0ORsfgPL28u4GiTT.jpg
                        release_date: '2024-10-25'
                        title: Your Monster
                        video: false
                        vote_average: 6.7
                        vote_count: 30
                      - adult: false
                        backdrop_path: /AjTodtZJlQxycfRPktnUTpknblv.jpg
                        genre_ids:
                          - 16
                          - 12
                          - 35
                          - 10751
                        id: 1207830
                        media_type: movie
                        original_language: en
                        original_title: 'Gracie & Pedro: Pets to the Rescue'
                        overview: >-
                          Family frenemies, Gracie and Pedro, must put their
                          differences aside, embarking on a thrilling quest
                          packed with perilous escapades in order to reunite
                          with their owners.
                        popularity: 59.428
                        poster_path: /wuB4CVY3OgH4yVwj1CrS9hUYEje.jpg
                        release_date: '2024-05-01'
                        title: 'Gracie & Pedro: Pets to the Rescue'
                        video: false
                        vote_average: 6.5
                        vote_count: 40
                      - adult: false
                        backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg
                        genre_ids:
                          - 12
                          - 10751
                          - 18
                          - 16
                        id: 762509
                        media_type: movie
                        original_language: en
                        original_title: 'Mufasa: The Lion King'
                        overview: >-
                          Told in flashbacks, Mufasa is an orphaned cub, lost
                          and alone until he meets a sympathetic lion named
                          Taka—the heir to a royal bloodline. The chance meeting
                          sets in motion a journey of misfits searching for
                          their destiny and working together to evade a
                          threatening and deadly foe.
                        popularity: 2814.145
                        poster_path: /lurEK87kukWNaHd0zYnsi3yzJrs.jpg
                        release_date: '2024-12-18'
                        title: 'Mufasa: The Lion King'
                        video: false
                        vote_average: 7.042
                        vote_count: 178
                      - adult: false
                        backdrop_path: /4eMqcuVITc6iY25rRApqRFGr5VP.jpg
                        genre_ids:
                          - 10752
                          - 18
                          - 36
                        id: 896151
                        media_type: movie
                        original_language: en
                        original_title: Blitz
                        overview: >-
                          In World War II London, nine-year-old George is
                          evacuated to the countryside by his mother, Rita, to
                          escape the bombings. Defiant and determined to return
                          to his family, George embarks on an epic, perilous
                          journey back home as Rita searches for him.
                        popularity: 52.765
                        poster_path: /e9tyjbF2rugENtBolTtEhHOXgzD.jpg
                        release_date: '2024-11-01'
                        title: Blitz
                        video: false
                        vote_average: 5.7
                        vote_count: 119
                      - adult: false
                        backdrop_path: /tElnmtQ6yz1PjN1kePNl8yMSb59.jpg
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 35
                        id: 1241982
                        media_type: movie
                        original_language: en
                        original_title: Moana 2
                        overview: >-
                          After receiving an unexpected call from her wayfinding
                          ancestors, Moana journeys alongside Maui and a new
                          crew to the far seas of Oceania and into dangerous,
                          long-lost waters for an adventure unlike anything
                          she's ever faced.
                        popularity: 2414.977
                        poster_path: /yh64qw9mgXBvlaWDi7Q9tpUBAvH.jpg
                        release_date: '2024-11-21'
                        title: Moana 2
                        video: false
                        vote_average: 6.949
                        vote_count: 588
                      - adult: false
                        backdrop_path: /zpaodBqO2lcwJh2SQrFFf1Rn8Jy.jpg
                        genre_ids:
                          - 10749
                          - 18
                        id: 1100099
                        media_type: movie
                        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: 286.341
                        poster_path: /ssFS25CiYQvRJqErqaEyHuVgyH7.jpg
                        release_date: '2024-10-10'
                        title: We Live in Time
                        video: false
                        vote_average: 7.6
                        vote_count: 249
                      - adult: false
                        backdrop_path: /4hvK1uenpT7VVClzoNqXanvgdjX.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 18
                        id: 558449
                        media_type: movie
                        original_language: en
                        original_title: Gladiator II
                        overview: >-
                          Years after witnessing the death of the revered hero
                          Maximus at the hands of his uncle, Lucius is forced to
                          enter the Colosseum after his home is conquered by the
                          tyrannical Emperors who now lead Rome with an iron
                          fist. With rage in his heart and the future of the
                          Empire at stake, Lucius must look to his past to find
                          strength and honor to return the glory of Rome to its
                          people.
                        popularity: 1528.573
                        poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg
                        release_date: '2024-11-05'
                        title: Gladiator II
                        video: false
                        vote_average: 6.662
                        vote_count: 1236
                      - adult: false
                        backdrop_path: /ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg
                        genre_ids:
                          - 27
                          - 53
                        id: 1138194
                        media_type: movie
                        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: 615.754
                        poster_path: /5HJqjCTcaE1TFwnNh3Dn21be2es.jpg
                        release_date: '2024-10-31'
                        title: Heretic
                        video: false
                        vote_average: 7.2
                        vote_count: 519
                      - adult: false
                        backdrop_path: /6lE2e6j8qbtQR8aHxQNJlwxdmKV.jpg
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 974453
                        media_type: movie
                        original_language: en
                        original_title: Absolution
                        overview: >-
                          An aging ex-boxer gangster working as muscle for a
                          Boston crime boss receives an upsetting diagnosis. 
                          Despite a faltering memory, he attempts to rectify the
                          sins of his past and reconnect with his estranged
                          children. He is determined to leave a positive legacy
                          for his grandson, but the criminal underworld isn’t
                          done with him and won’t loosen their grip willingly.
                        popularity: 955.071
                        poster_path: /2MeQG5Vq8rUnRAa463BZe5GNhVk.jpg
                        release_date: '2024-10-31'
                        title: Absolution
                        video: false
                        vote_average: 6.1
                        vote_count: 156
                      - adult: false
                        backdrop_path: /x74M1vpZDs1DpO9kJUGlVARJcwU.jpg
                        genre_ids:
                          - 35
                          - 18
                          - 10751
                        id: 1206617
                        media_type: movie
                        original_language: en
                        original_title: The Best Christmas Pageant Ever
                        overview: >-
                          The Herdman kids are undeniably the worst kids in the
                          history of the world. They lie, steal, cheat, bully
                          and overall terrorize their small community. But this
                          Christmas, they're taking over their local church
                          Pageant – and they just might unwittingly teach a
                          shocked little town the true meaning of Christmas.
                        popularity: 151.669
                        poster_path: /3sSXrvJPXjUCncgFDU6BkIVjNRA.jpg
                        release_date: '2024-11-07'
                        title: The Best Christmas Pageant Ever
                        video: false
                        vote_average: 7.689
                        vote_count: 37
                      - adult: false
                        backdrop_path: /csQSGH0QU8D3Ov5YLEYuHep8ihA.jpg
                        genre_ids:
                          - 53
                          - 12
                          - 28
                          - 878
                        id: 1196470
                        media_type: movie
                        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: 336.097
                        poster_path: /7fR3KxswtY8OHHZuOUB9td58CRX.jpg
                        release_date: '2024-06-19'
                        title: Survive
                        video: false
                        vote_average: 5.784
                        vote_count: 81
                  total_pages:
                    type: number
                    example: 2
                  total_results:
                    type: number
                    example: 40
              examples:
                Recommendations:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /rhc8Mtuo3Kh8CndnlmTNMF8o9pU.jpg
                        genre_ids:
                          - 28
                          - 9648
                          - 53
                        id: 1005331
                        media_type: movie
                        original_language: en
                        original_title: Carry-On
                        overview: >-
                          An airport security officer races to outsmart a
                          mysterious traveler forcing him to let a dangerous
                          item slip onto a Christmas Eve flight.
                        popularity: 2141.632
                        poster_path: /sjMN7DRi4sGiledsmllEw5HJjPy.jpg
                        release_date: '2024-12-05'
                        title: Carry-On
                        video: false
                        vote_average: 7
                        vote_count: 873
                      - adult: false
                        backdrop_path: /agKnHNm69q4uHd6sEP5Z7rfMC1f.jpg
                        genre_ids:
                          - 10770
                          - 35
                          - 18
                          - 10749
                        id: 1310634
                        media_type: movie
                        original_language: en
                        original_title: A Christmas Less Traveled
                        overview: >-
                          “The Dine and Dash” diner has a stack of mounting
                          unpaid bills, forcing its owner, Desi to sell her
                          beloved, mint condition, cherry red 1964 Ford F-100, a
                          gift from her deceased father. As Desi visits the
                          vintage truck one last time, she discovers a recorded
                          message from her dad on an old audio cassette. Desi’s
                          Dad’s voice sends her and “Old Red” out to retrace her
                          family’s most memorable moments one last time.
                        popularity: 8.879
                        poster_path: /2b2LTimTlmpX3TeSDlitvt5JfvZ.jpg
                        release_date: '2024-11-16'
                        title: A Christmas Less Traveled
                        video: false
                        vote_average: 5.8
                        vote_count: 12
                      - adult: false
                        backdrop_path: /6VoxDupaW2VXfLtJyeOoGCgXSjD.jpg
                        genre_ids:
                          - 28
                          - 53
                        id: 1116490
                        media_type: movie
                        original_language: en
                        original_title: Cash Out
                        overview: >-
                          Criminal mastermind Mason is about to execute the
                          score of a lifetime when his lover and key member of
                          his crew, Decker, takes the team down and reveals
                          she’s an undercover Interpol agent. Heartbroken, Mason
                          escapes and retires from the life of crime until his
                          younger brother Shawn is out of his league taking on a
                          big bank heist all on his own. Mason has no choice
                          left but to come to the rescue, while Interpol brings
                          Decker in hoping to unnerve him. Before the SWAT teams
                          storm the bank, Mason must use every tool in his
                          arsenal to not only escape with the prize, but also
                          the love of his life.
                        popularity: 202.734
                        poster_path: /v3youHDLigrtIis1NqTjlY8Sk38.jpg
                        release_date: '2024-04-26'
                        title: Cash Out
                        video: false
                        vote_average: 6.4
                        vote_count: 142
                      - adult: false
                        backdrop_path: /3V4kLQg0kSqPLctI5ziYWabAZYF.jpg
                        genre_ids:
                          - 28
                          - 878
                          - 12
                          - 53
                        id: 912649
                        media_type: movie
                        original_language: en
                        original_title: 'Venom: The Last Dance'
                        overview: >-
                          Eddie and Venom are on the run. Hunted by both of
                          their worlds and with the net closing in, the duo are
                          forced into a devastating decision that will bring the
                          curtains down on Venom and Eddie's last dance.
                        popularity: 3769.598
                        poster_path: /aosm8NMQ3UyoBVpSxyimorCQykC.jpg
                        release_date: '2024-10-22'
                        title: 'Venom: The Last Dance'
                        video: false
                        vote_average: 6.786
                        vote_count: 1822
                      - adult: false
                        backdrop_path: /fyeyxFzZ3qYqDsaMVYF6sq3pp2n.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 1167271
                        media_type: movie
                        original_language: en
                        original_title: Weekend in Taipei
                        overview: >-
                          A former DEA agent and a former undercover operative
                          revisit their romance during a fateful weekend in
                          Taipei, unaware of the dangerous consequences of their
                          past.
                        popularity: 528.671
                        poster_path: /qSc0AUvs8mRy00R9y8QYEHWIAQ9.jpg
                        release_date: '2024-09-19'
                        title: Weekend in Taipei
                        video: false
                        vote_average: 6
                        vote_count: 81
                      - adult: false
                        backdrop_path: /djo5TTvyWK2b28QLi0FfMXu5nU3.jpg
                        genre_ids:
                          - 14
                          - 35
                        id: 1097870
                        media_type: movie
                        original_language: en
                        original_title: Dear Santa
                        overview: >-
                          Likeable 6th grader Liam writes to Santa asking him to
                          prove that he's real. But Liam is dyslexic and
                          accidentally sends his letter to Satan instead, who
                          shows up at Liam's house, excited to have his first
                          fanboy letter and wanting a little of Liam's soul.
                        popularity: 320.727
                        poster_path: /fRbDHbGBXg6kwQYr3CRYeKPJW5q.jpg
                        release_date: '2024-11-24'
                        title: Dear Santa
                        video: false
                        vote_average: 6.413
                        vote_count: 224
                      - adult: false
                        backdrop_path: /rWs3Q9bT7zCH6t004z67UGuWUwu.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                          - 14
                          - 12
                        id: 645757
                        media_type: movie
                        original_language: en
                        original_title: That Christmas
                        overview: >-
                          It's an unforgettable Christmas for the townsfolk of
                          Wellington-on-Sea when the worst snowstorm in history
                          alters everyone's plans — including Santa's.
                        popularity: 682.477
                        poster_path: /bX6dx2U4hOk1esI7mYwtD3cEKdC.jpg
                        release_date: '2024-11-27'
                        title: That Christmas
                        video: false
                        vote_average: 7.25
                        vote_count: 222
                      - adult: false
                        backdrop_path: /hd1TvTUGjkoYoqvXYfSBpI5Ri9B.jpg
                        genre_ids:
                          - 16
                          - 28
                          - 12
                          - 878
                        id: 1159311
                        media_type: movie
                        original_language: ja
                        original_title: 僕のヒーローアカデミア THE MOVIE ユアネクスト
                        overview: >-
                          In a society devastated by the effects of an all-out
                          war between heroes and villains, a mysterious giant
                          fortress suddenly appears, engulfing towns and people
                          one after another. Then, a man reminiscent of All
                          Might, the 'symbol of peace', stands in front of Izuku
                          and his friends...
                        popularity: 171.222
                        poster_path: /8rdB1wkheEMMqcY8qLAKjCMPcnZ.jpg
                        release_date: '2024-08-02'
                        title: 'My Hero Academia: You''re Next'
                        video: false
                        vote_average: 6.8
                        vote_count: 70
                      - adult: false
                        backdrop_path: /psQI24VckxjB742DmdBAMIvNM4z.jpg
                        genre_ids:
                          - 10749
                          - 35
                          - 27
                          - 10402
                        id: 1098378
                        media_type: movie
                        original_language: en
                        original_title: Your Monster
                        overview: >-
                          After her life falls apart, soft-spoken actress Laura
                          Franco finds her voice again when she meets a
                          terrifying, yet weirdly charming, monster living in
                          her closet.
                        popularity: 18.192
                        poster_path: /nHlHRntqfDM0ORsfgPL28u4GiTT.jpg
                        release_date: '2024-10-25'
                        title: Your Monster
                        video: false
                        vote_average: 6.7
                        vote_count: 30
                      - adult: false
                        backdrop_path: /AjTodtZJlQxycfRPktnUTpknblv.jpg
                        genre_ids:
                          - 16
                          - 12
                          - 35
                          - 10751
                        id: 1207830
                        media_type: movie
                        original_language: en
                        original_title: 'Gracie & Pedro: Pets to the Rescue'
                        overview: >-
                          Family frenemies, Gracie and Pedro, must put their
                          differences aside, embarking on a thrilling quest
                          packed with perilous escapades in order to reunite
                          with their owners.
                        popularity: 59.428
                        poster_path: /wuB4CVY3OgH4yVwj1CrS9hUYEje.jpg
                        release_date: '2024-05-01'
                        title: 'Gracie & Pedro: Pets to the Rescue'
                        video: false
                        vote_average: 6.5
                        vote_count: 40
                      - adult: false
                        backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg
                        genre_ids:
                          - 12
                          - 10751
                          - 18
                          - 16
                        id: 762509
                        media_type: movie
                        original_language: en
                        original_title: 'Mufasa: The Lion King'
                        overview: >-
                          Told in flashbacks, Mufasa is an orphaned cub, lost
                          and alone until he meets a sympathetic lion named
                          Taka—the heir to a royal bloodline. The chance meeting
                          sets in motion a journey of misfits searching for
                          their destiny and working together to evade a
                          threatening and deadly foe.
                        popularity: 2814.145
                        poster_path: /lurEK87kukWNaHd0zYnsi3yzJrs.jpg
                        release_date: '2024-12-18'
                        title: 'Mufasa: The Lion King'
                        video: false
                        vote_average: 7.042
                        vote_count: 178
                      - adult: false
                        backdrop_path: /4eMqcuVITc6iY25rRApqRFGr5VP.jpg
                        genre_ids:
                          - 10752
                          - 18
                          - 36
                        id: 896151
                        media_type: movie
                        original_language: en
                        original_title: Blitz
                        overview: >-
                          In World War II London, nine-year-old George is
                          evacuated to the countryside by his mother, Rita, to
                          escape the bombings. Defiant and determined to return
                          to his family, George embarks on an epic, perilous
                          journey back home as Rita searches for him.
                        popularity: 52.765
                        poster_path: /e9tyjbF2rugENtBolTtEhHOXgzD.jpg
                        release_date: '2024-11-01'
                        title: Blitz
                        video: false
                        vote_average: 5.7
                        vote_count: 119
                      - adult: false
                        backdrop_path: /tElnmtQ6yz1PjN1kePNl8yMSb59.jpg
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 35
                        id: 1241982
                        media_type: movie
                        original_language: en
                        original_title: Moana 2
                        overview: >-
                          After receiving an unexpected call from her wayfinding
                          ancestors, Moana journeys alongside Maui and a new
                          crew to the far seas of Oceania and into dangerous,
                          long-lost waters for an adventure unlike anything
                          she's ever faced.
                        popularity: 2414.977
                        poster_path: /yh64qw9mgXBvlaWDi7Q9tpUBAvH.jpg
                        release_date: '2024-11-21'
                        title: Moana 2
                        video: false
                        vote_average: 6.949
                        vote_count: 588
                      - adult: false
                        backdrop_path: /zpaodBqO2lcwJh2SQrFFf1Rn8Jy.jpg
                        genre_ids:
                          - 10749
                          - 18
                        id: 1100099
                        media_type: movie
                        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: 286.341
                        poster_path: /ssFS25CiYQvRJqErqaEyHuVgyH7.jpg
                        release_date: '2024-10-10'
                        title: We Live in Time
                        video: false
                        vote_average: 7.6
                        vote_count: 249
                      - adult: false
                        backdrop_path: /4hvK1uenpT7VVClzoNqXanvgdjX.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 18
                        id: 558449
                        media_type: movie
                        original_language: en
                        original_title: Gladiator II
                        overview: >-
                          Years after witnessing the death of the revered hero
                          Maximus at the hands of his uncle, Lucius is forced to
                          enter the Colosseum after his home is conquered by the
                          tyrannical Emperors who now lead Rome with an iron
                          fist. With rage in his heart and the future of the
                          Empire at stake, Lucius must look to his past to find
                          strength and honor to return the glory of Rome to its
                          people.
                        popularity: 1528.573
                        poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg
                        release_date: '2024-11-05'
                        title: Gladiator II
                        video: false
                        vote_average: 6.662
                        vote_count: 1236
                      - adult: false
                        backdrop_path: /ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg
                        genre_ids:
                          - 27
                          - 53
                        id: 1138194
                        media_type: movie
                        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: 615.754
                        poster_path: /5HJqjCTcaE1TFwnNh3Dn21be2es.jpg
                        release_date: '2024-10-31'
                        title: Heretic
                        video: false
                        vote_average: 7.2
                        vote_count: 519
                      - adult: false
                        backdrop_path: /6lE2e6j8qbtQR8aHxQNJlwxdmKV.jpg
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 974453
                        media_type: movie
                        original_language: en
                        original_title: Absolution
                        overview: >-
                          An aging ex-boxer gangster working as muscle for a
                          Boston crime boss receives an upsetting diagnosis. 
                          Despite a faltering memory, he attempts to rectify the
                          sins of his past and reconnect with his estranged
                          children. He is determined to leave a positive legacy
                          for his grandson, but the criminal underworld isn’t
                          done with him and won’t loosen their grip willingly.
                        popularity: 955.071
                        poster_path: /2MeQG5Vq8rUnRAa463BZe5GNhVk.jpg
                        release_date: '2024-10-31'
                        title: Absolution
                        video: false
                        vote_average: 6.1
                        vote_count: 156
                      - adult: false
                        backdrop_path: /x74M1vpZDs1DpO9kJUGlVARJcwU.jpg
                        genre_ids:
                          - 35
                          - 18
                          - 10751
                        id: 1206617
                        media_type: movie
                        original_language: en
                        original_title: The Best Christmas Pageant Ever
                        overview: >-
                          The Herdman kids are undeniably the worst kids in the
                          history of the world. They lie, steal, cheat, bully
                          and overall terrorize their small community. But this
                          Christmas, they're taking over their local church
                          Pageant – and they just might unwittingly teach a
                          shocked little town the true meaning of Christmas.
                        popularity: 151.669
                        poster_path: /3sSXrvJPXjUCncgFDU6BkIVjNRA.jpg
                        release_date: '2024-11-07'
                        title: The Best Christmas Pageant Ever
                        video: false
                        vote_average: 7.689
                        vote_count: 37
                      - adult: false
                        backdrop_path: /csQSGH0QU8D3Ov5YLEYuHep8ihA.jpg
                        genre_ids:
                          - 53
                          - 12
                          - 28
                          - 878
                        id: 1196470
                        media_type: movie
                        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: 336.097
                        poster_path: /7fR3KxswtY8OHHZuOUB9td58CRX.jpg
                        release_date: '2024-06-19'
                        title: Survive
                        video: false
                        vote_average: 5.784
                        vote_count: 81
                    total_pages: 2
                    total_results: 40
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````