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

# Similar

> This endpoint get the similar movies based on genres and keywords.



## OpenAPI

````yaml api-reference/openapi3.json get /3/movie/{movie_id}/similar
openapi: 3.0.3
info:
  title: The Movie Database
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: AUTHENTICATION
  - name: ACCOUNT
  - name: CERTIFICATIONS
  - name: CHANGES
  - name: COLLECTIONS
  - name: COMPANY
  - name: CONFIGURATION
  - name: CREDIT
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSIONS
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORKS
  - name: PEOPLE LIST
  - name: PEOPLE
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODE GROUP
  - name: WATCH PROVIDERS
paths:
  /3/movie/{movie_id}/similar:
    get:
      tags:
        - MOVIES
      summary: Similar
      description: This endpoint get the similar movies based on genres and keywords.
      operationId: similar
      parameters:
        - $ref: '#/components/parameters/page'
        - $ref: '#/components/parameters/language'
        - $ref: '#/components/parameters/movie_id'
      responses:
        '200':
          description: similar
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=13815
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Fri, 03 Jan 2025 23:31:46 GMT
            ETag:
              schema:
                type: string
                example: W/"ae457f88456604a75b0be02ea261ad6d"
            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 b471d3775e81a9be536b52b99f39452a.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: PG59o9HOY73mIuwHu40VofaxkyOjeSPIu26VLH1xu_OdpNU48R7KZw==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '13292'
            x-memc-expires:
              schema:
                type: string
                example: '13815'
            x-memc-key:
              schema:
                type: string
                example: 364c77228440f017af9298cf4ada009e
          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
                          nullable: true
                          example: /AuV99eQivVWuk2AOSM6hYh9QRPQ.jpg
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 12
                          example:
                            - 12
                            - 10751
                            - 14
                        id:
                          type: number
                          example: 411
                        original_language:
                          type: string
                          example: en
                        original_title:
                          type: string
                          example: >-
                            The Chronicles of Narnia: The Lion, the Witch and
                            the Wardrobe
                        overview:
                          type: string
                          example: >-
                            Siblings Lucy, Edmund, Susan and Peter step through
                            a magical wardrobe and find the land of Narnia.
                            There, they discover a charming, once peaceful
                            kingdom that has been plunged into eternal winter by
                            the evil White Witch, Jadis. Aided by the wise and
                            magnificent lion, Aslan, the children lead Narnia
                            into a spectacular, climactic battle to be free of
                            the Witch's glacial powers forever.
                        popularity:
                          type: number
                          example: 214.923
                        poster_path:
                          type: string
                          nullable: true
                          example: /iREd0rNCjYdf5Ar0vfaW32yrkm.jpg
                        release_date:
                          type: string
                          example: '2005-12-07'
                        title:
                          type: string
                          example: >-
                            The Chronicles of Narnia: The Lion, the Witch and
                            the Wardrobe
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 7.1
                        vote_count:
                          type: number
                          example: 10666
                    example:
                      - adult: false
                        backdrop_path: /AuV99eQivVWuk2AOSM6hYh9QRPQ.jpg
                        genre_ids:
                          - 12
                          - 10751
                          - 14
                        id: 411
                        original_language: en
                        original_title: >-
                          The Chronicles of Narnia: The Lion, the Witch and the
                          Wardrobe
                        overview: >-
                          Siblings Lucy, Edmund, Susan and Peter step through a
                          magical wardrobe and find the land of Narnia. There,
                          they discover a charming, once peaceful kingdom that
                          has been plunged into eternal winter by the evil White
                          Witch, Jadis. Aided by the wise and magnificent lion,
                          Aslan, the children lead Narnia into a spectacular,
                          climactic battle to be free of the Witch's glacial
                          powers forever.
                        popularity: 214.923
                        poster_path: /iREd0rNCjYdf5Ar0vfaW32yrkm.jpg
                        release_date: '2005-12-07'
                        title: >-
                          The Chronicles of Narnia: The Lion, the Witch and the
                          Wardrobe
                        video: false
                        vote_average: 7.1
                        vote_count: 10666
                      - adult: false
                        backdrop_path: /qDEZmaaAGhEso6kvB5kk1CROPwG.jpg
                        genre_ids:
                          - 18
                        id: 897
                        original_language: bn
                        original_title: অপরাজিত
                        overview: >-
                          Aparajito picks up where the first film leaves off,
                          with Apu and his family having moved away from the
                          country to live in the bustling holy city of Varanasi
                          (then known as Benares). As Apu progresses from
                          wide-eyed child to intellectually curious teenager,
                          eventually studying in Kolkata, we witness his
                          academic and moral education, as well as the growing
                          complexity of his relationship with his mother. This
                          tenderly expressive, often heart-wrenching film, which
                          won three top prizes at the Venice Film Festival,
                          including the Golden Lion, not only extends but also
                          spiritually deepens the tale of Apu.  Preserved by the
                          Academy Film Archive in 1996.
                        popularity: 10.379
                        poster_path: /qvR2Qs42WHwCEcuwhQnterU3gVY.jpg
                        release_date: '1956-10-11'
                        title: Aparajito
                        video: false
                        vote_average: 7.9
                        vote_count: 253
                      - adult: false
                        backdrop_path: /rgy1Nf2kf7UodG4BI6awfQqttac.jpg
                        genre_ids:
                          - 18
                          - 10749
                          - 10752
                        id: 907
                        original_language: en
                        original_title: Doctor Zhivago
                        overview: >-
                          The life of a Russian physician and poet who, although
                          married to another, falls in love with a political
                          activist's wife and experiences hardship during World
                          War I and then the October Revolution.
                        popularity: 24.561
                        poster_path: /r0Iv2BiCFYDnzc6uU1q3AJ56igT.jpg
                        release_date: '1965-12-22'
                        title: Doctor Zhivago
                        video: false
                        vote_average: 7.542
                        vote_count: 1147
                      - adult: false
                        backdrop_path: /ryuNZtfeugm9olrytaydFPsDSoB.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 35
                          - 80
                          - 53
                        id: 942
                        original_language: en
                        original_title: Lethal Weapon 2
                        overview: >-
                          In the opening chase, Martin Riggs and Roger Murtaugh
                          stumble across a trunk full of Krugerrands. They
                          follow the trail to a South African diplomat who's
                          using his immunity to conceal a smuggling operation.
                          When he plants a bomb under Murtaugh's toilet, the
                          action explodes!
                        popularity: 26.588
                        poster_path: /z35OkbOTfnalyx8LK5EPUrnKQhR.jpg
                        release_date: '1989-07-07'
                        title: Lethal Weapon 2
                        video: false
                        vote_average: 7.016
                        vote_count: 3379
                      - adult: false
                        backdrop_path: /kmt9XmhmX36sJduuDVFlTgEWh9U.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 35
                          - 53
                          - 80
                        id: 943
                        original_language: en
                        original_title: Lethal Weapon 3
                        overview: >-
                          Archetypal buddy cops Riggs and Murtaugh are back for
                          another round of high-stakes action, this time setting
                          their collective sights on bringing down a former Los
                          Angeles police lieutenant turned black market weapons
                          dealer. Lorna Cole joins as the beautiful yet
                          hardnosed internal affairs sergeant who catches
                          Riggs's eye.
                        popularity: 31.505
                        poster_path: /smzJxEnusgqv3bvHIWwf4cuwPcr.jpg
                        release_date: '1992-05-15'
                        title: Lethal Weapon 3
                        video: false
                        vote_average: 6.697
                        vote_count: 2898
                      - adult: false
                        backdrop_path: /u4d4vymNPo1UuJ6ihtyy9OQgco2.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 35
                          - 80
                          - 53
                        id: 944
                        original_language: en
                        original_title: Lethal Weapon 4
                        overview: >-
                          Officers Martin Riggs and Roger Murtaugh of the Los
                          Angeles Police Department must stop a dangerous crime
                          lord from China from getting his brother out of jail.
                        popularity: 31.029
                        poster_path: /vl4n3uO602y8nDsqjE4RIMnSy8Q.jpg
                        release_date: '1998-07-10'
                        title: Lethal Weapon 4
                        video: false
                        vote_average: 6.6
                        vote_count: 2638
                      - adult: false
                        backdrop_path: /mx2jS5Kaa5rmaldEFzKeKpDN9Q2.jpg
                        genre_ids:
                          - 12
                          - 36
                          - 10752
                        id: 947
                        original_language: en
                        original_title: Lawrence of Arabia
                        overview: >-
                          The story of British officer T.E. Lawrence's mission
                          to aid the Arab tribes in their revolt against the
                          Ottoman Empire during the First World War. Lawrence
                          becomes a flamboyant, messianic figure in the cause of
                          Arab unity but his psychological instability threatens
                          to undermine his achievements.
                        popularity: 37.987
                        poster_path: /AiAm0EtDvyGqNpVoieRw4u65vD1.jpg
                        release_date: '1962-12-11'
                        title: Lawrence of Arabia
                        video: false
                        vote_average: 8
                        vote_count: 3032
                      - adult: false
                        backdrop_path: /wRTZaxAiDP0ZEeQsO0HiiSqYCSp.jpg
                        genre_ids:
                          - 16
                          - 10751
                          - 35
                          - 12
                        id: 950
                        original_language: en
                        original_title: 'Ice Age: The Meltdown'
                        overview: >-
                          Diego, Manny and Sid return in this sequel to the hit
                          animated movie Ice Age. This time around, the deep
                          freeze is over, and the ice-covered earth is starting
                          to melt, which will destroy the trio's cherished
                          valley. The impending disaster prompts them to reunite
                          and warn all the other beasts about the desperate
                          situation.
                        popularity: 61.72
                        poster_path: /zDduhCHasKQ9YOTvlOreHem7Wbi.jpg
                        release_date: '2006-03-29'
                        title: 'Ice Age: The Meltdown'
                        video: false
                        vote_average: 6.71
                        vote_count: 9729
                      - adult: false
                        backdrop_path: /aheSIG4h3JNxWeDvdb1NxKzgjaM.jpg
                        genre_ids:
                          - 36
                          - 10752
                          - 18
                          - 12
                        id: 967
                        original_language: en
                        original_title: Spartacus
                        overview: >-
                          The rebellious Thracian Spartacus, born and raised a
                          slave, is sold to Gladiator trainer Batiatus. After
                          weeks of being trained to kill for the arena,
                          Spartacus turns on his owners and leads the other
                          slaves in rebellion. As the rebels move from town to
                          town, their numbers swell as escaped slaves join their
                          ranks. Under the leadership of Spartacus, they make
                          their way to southern Italy, where they will cross the
                          sea and return to their homes.
                        popularity: 34.715
                        poster_path: /xLPpQlFWE12cbqNJQ5Vf4eJU8ij.jpg
                        release_date: '1960-10-13'
                        title: Spartacus
                        video: false
                        vote_average: 7.5
                        vote_count: 2146
                      - adult: false
                        backdrop_path: /eGhjeUbzttA3E4flxdAm8gHz4h4.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 10752
                        id: 1271
                        original_language: en
                        original_title: '300'
                        overview: >-
                          Based on Frank Miller's graphic novel, "300" is very
                          loosely based the 480 B.C. Battle of Thermopylae,
                          where the King of Sparta led his army against the
                          advancing Persians; the battle is said to have
                          inspired all of Greece to band together against the
                          Persians, and helped usher in the world's first
                          democracy.
                        popularity: 50.326
                        poster_path: /h7Lcio0c9ohxPhSZg42eTlKIVVY.jpg
                        release_date: '2007-03-07'
                        title: '300'
                        video: false
                        vote_average: 7.188
                        vote_count: 13738
                      - adult: false
                        backdrop_path: /gRWOLFbgkmujsPUNgQshkSkCTdf.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 53
                          - 10752
                        id: 1369
                        original_language: en
                        original_title: 'Rambo: First Blood Part II'
                        overview: >-
                          John Rambo is released from prison by the government
                          for a top-secret covert mission to the last place on
                          Earth he'd want to return - the jungles of Vietnam.
                        popularity: 54.874
                        poster_path: /pzPdwOitmTleVE3YPMfIQgLh84p.jpg
                        release_date: '1985-05-21'
                        title: 'Rambo: First Blood Part II'
                        video: false
                        vote_average: 6.646
                        vote_count: 3922
                      - adult: false
                        backdrop_path: /8eRscFbRYl681zDfkjv1jjW1KAA.jpg
                        genre_ids:
                          - 878
                          - 28
                          - 12
                        id: 1452
                        original_language: en
                        original_title: Superman Returns
                        overview: >-
                          Superman returns to discover his 5-year absence has
                          allowed Lex Luthor to walk free, and that those he was
                          closest to felt abandoned and have moved on. Luthor
                          plots his ultimate revenge that could see millions
                          killed and change the face of the planet forever, as
                          well as ridding himself of the Man of Steel.
                        popularity: 32.702
                        poster_path: /385XwTQZDpRX2d3kxtnpiLrjBXw.jpg
                        release_date: '2006-06-28'
                        title: Superman Returns
                        video: false
                        vote_average: 5.774
                        vote_count: 4200
                      - adult: false
                        backdrop_path: /kP8rK9dGS1pr0HrnmXfIi2heWjo.jpg
                        genre_ids:
                          - 18
                          - 28
                          - 12
                          - 36
                          - 10752
                        id: 1495
                        original_language: en
                        original_title: Kingdom of Heaven
                        overview: >-
                          After his wife dies, a blacksmith named Balian is
                          thrust into royalty, political intrigue and bloody
                          holy wars during the Crusades.
                        popularity: 63.024
                        poster_path: /uk55nBEFIQFveIiy9jvLGiVtk4h.jpg
                        release_date: '2005-05-03'
                        title: Kingdom of Heaven
                        video: false
                        vote_average: 7
                        vote_count: 4299
                      - adult: false
                        backdrop_path: /bYJv39whWTAOWO0mv7oUija8GgM.jpg
                        genre_ids:
                          - 28
                          - 12
                        id: 575264
                        original_language: en
                        original_title: 'Mission: Impossible - Dead Reckoning Part One'
                        overview: >-
                          Ethan Hunt and his IMF team embark on their most
                          dangerous mission yet: To track down a terrifying new
                          weapon that threatens all of humanity before it falls
                          into the wrong hands. With control of the future and
                          the world's fate at stake and dark forces from Ethan's
                          past closing in, a deadly race around the globe
                          begins. Confronted by a mysterious, all-powerful
                          enemy, Ethan must consider that nothing can matter
                          more than his mission—not even the lives of those he
                          cares about most.
                        popularity: 120.784
                        poster_path: /NNxYkU70HPurnNCSiCjYAmacwm.jpg
                        release_date: '2023-07-08'
                        title: 'Mission: Impossible - Dead Reckoning Part One'
                        video: false
                        vote_average: 7.5
                        vote_count: 3889
                      - adult: false
                        backdrop_path: /3hugi0xNkUG2SvrQI5GXIpDaf17.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 575265
                        original_language: en
                        original_title: 'Mission: Impossible - The Final Reckoning'
                        overview: >-
                          After escaping a calamitous train crash, Ethan
                          realizes The Entity is stashed aboard an old Russian
                          submarine, but a foe from his past named Gabriel is
                          also on the trail.
                        popularity: 103.939
                        poster_path: /z53D72EAOxGRqdr7KXXWp9dJiDe.jpg
                        release_date: '2025-05-21'
                        title: 'Mission: Impossible - The Final Reckoning'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 80
                          - 28
                        id: 1249415
                        original_language: ko
                        original_title: 범죄도시 5
                        overview: ''
                        popularity: 3.199
                        poster_path: null
                        release_date: ''
                        title: The Roundup 5
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /4xSwUdwDw43YV8eVXFF7FquN2vH.jpg
                        genre_ids:
                          - 80
                          - 18
                        id: 1253059
                        original_language: pa
                        original_title: ਬਲੈਕੀਆ ੨
                        overview: >-
                          A young man from a village rises through the ranks of
                          the underworld.
                        popularity: 0.982
                        poster_path: /eA9dnAXj9NETERswgEiZlNTcE7Q.jpg
                        release_date: '2024-03-08'
                        title: Blackia 2
                        video: false
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /kv7Cnk2FZzFzdbTMVPjMrOhSJdH.jpg
                        genre_ids:
                          - 18
                          - 36
                        id: 5153
                        original_language: it
                        original_title: Cabiria
                        overview: >-
                          Young Cabiria is kidnapped by pirates and sold as a
                          slave in Carthage. Just as she's to be sacrificed to
                          Moloch, Cabiria is rescued by Fulvius Axilla, a
                          good-hearted Roman spy, and his powerful slave,
                          Maciste. The trio are broken up as Cabiria is
                          entrusted to a woman of noble birth. With Cabiria's
                          fate unknown, Maciste punished for his heroism, and
                          Fulvius sent away to fight for Rome, is there any hope
                          of our heroes reuniting?
                        popularity: 5.96
                        poster_path: /oZhgcHHapkzYmB0OhQcRfZ7LdLM.jpg
                        release_date: '1914-06-01'
                        title: Cabiria
                        video: false
                        vote_average: 7.2
                        vote_count: 128
                      - adult: false
                        backdrop_path: /flYEmZuMyDJKomYbprKzkbltXRw.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 18
                          - 53
                        id: 7227
                        original_language: en
                        original_title: Airport '77
                        overview: >-
                          Flight 23 has crashed in the Bermuda Triangle after a
                          hijacking gone wrong. Now the surviving passengers
                          must brave panic, slow leaks, oxygen depletion, and
                          more while attempting a daring plan, all while 200
                          feet underwater.
                        popularity: 15.611
                        poster_path: /m9b3frZR0Wu8I3ayN3QPrxfZMvC.jpg
                        release_date: '1977-03-11'
                        title: Airport '77
                        video: false
                        vote_average: 5.599
                        vote_count: 293
                      - adult: false
                        backdrop_path: /zzAErvRSasbEpe3biSLjhilvBlk.jpg
                        genre_ids:
                          - 28
                          - 53
                          - 10752
                        id: 7555
                        original_language: en
                        original_title: Rambo
                        overview: >-
                          In Thailand, ex-Green Beret John James Rambo joins a
                          group of mercenaries to venture into war-torn
                          neighboring Myanmar to rescue a group of Christian aid
                          workers who have been kidnapped by a ruthless local
                          infantry unit.
                        popularity: 51.142
                        poster_path: /3mInub5c8o00H7EJ1TrjAqOzIuc.jpg
                        release_date: '2008-01-24'
                        title: Rambo
                        video: false
                        vote_average: 6.7
                        vote_count: 3902
                  total_pages:
                    type: number
                    example: 14410
                  total_results:
                    type: number
                    example: 288183
              examples:
                similar:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /AuV99eQivVWuk2AOSM6hYh9QRPQ.jpg
                        genre_ids:
                          - 12
                          - 10751
                          - 14
                        id: 411
                        original_language: en
                        original_title: >-
                          The Chronicles of Narnia: The Lion, the Witch and the
                          Wardrobe
                        overview: >-
                          Siblings Lucy, Edmund, Susan and Peter step through a
                          magical wardrobe and find the land of Narnia. There,
                          they discover a charming, once peaceful kingdom that
                          has been plunged into eternal winter by the evil White
                          Witch, Jadis. Aided by the wise and magnificent lion,
                          Aslan, the children lead Narnia into a spectacular,
                          climactic battle to be free of the Witch's glacial
                          powers forever.
                        popularity: 214.923
                        poster_path: /iREd0rNCjYdf5Ar0vfaW32yrkm.jpg
                        release_date: '2005-12-07'
                        title: >-
                          The Chronicles of Narnia: The Lion, the Witch and the
                          Wardrobe
                        video: false
                        vote_average: 7.1
                        vote_count: 10666
                      - adult: false
                        backdrop_path: /qDEZmaaAGhEso6kvB5kk1CROPwG.jpg
                        genre_ids:
                          - 18
                        id: 897
                        original_language: bn
                        original_title: অপরাজিত
                        overview: >-
                          Aparajito picks up where the first film leaves off,
                          with Apu and his family having moved away from the
                          country to live in the bustling holy city of Varanasi
                          (then known as Benares). As Apu progresses from
                          wide-eyed child to intellectually curious teenager,
                          eventually studying in Kolkata, we witness his
                          academic and moral education, as well as the growing
                          complexity of his relationship with his mother. This
                          tenderly expressive, often heart-wrenching film, which
                          won three top prizes at the Venice Film Festival,
                          including the Golden Lion, not only extends but also
                          spiritually deepens the tale of Apu.  Preserved by the
                          Academy Film Archive in 1996.
                        popularity: 10.379
                        poster_path: /qvR2Qs42WHwCEcuwhQnterU3gVY.jpg
                        release_date: '1956-10-11'
                        title: Aparajito
                        video: false
                        vote_average: 7.9
                        vote_count: 253
                      - adult: false
                        backdrop_path: /rgy1Nf2kf7UodG4BI6awfQqttac.jpg
                        genre_ids:
                          - 18
                          - 10749
                          - 10752
                        id: 907
                        original_language: en
                        original_title: Doctor Zhivago
                        overview: >-
                          The life of a Russian physician and poet who, although
                          married to another, falls in love with a political
                          activist's wife and experiences hardship during World
                          War I and then the October Revolution.
                        popularity: 24.561
                        poster_path: /r0Iv2BiCFYDnzc6uU1q3AJ56igT.jpg
                        release_date: '1965-12-22'
                        title: Doctor Zhivago
                        video: false
                        vote_average: 7.542
                        vote_count: 1147
                      - adult: false
                        backdrop_path: /ryuNZtfeugm9olrytaydFPsDSoB.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 35
                          - 80
                          - 53
                        id: 942
                        original_language: en
                        original_title: Lethal Weapon 2
                        overview: >-
                          In the opening chase, Martin Riggs and Roger Murtaugh
                          stumble across a trunk full of Krugerrands. They
                          follow the trail to a South African diplomat who's
                          using his immunity to conceal a smuggling operation.
                          When he plants a bomb under Murtaugh's toilet, the
                          action explodes!
                        popularity: 26.588
                        poster_path: /z35OkbOTfnalyx8LK5EPUrnKQhR.jpg
                        release_date: '1989-07-07'
                        title: Lethal Weapon 2
                        video: false
                        vote_average: 7.016
                        vote_count: 3379
                      - adult: false
                        backdrop_path: /kmt9XmhmX36sJduuDVFlTgEWh9U.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 35
                          - 53
                          - 80
                        id: 943
                        original_language: en
                        original_title: Lethal Weapon 3
                        overview: >-
                          Archetypal buddy cops Riggs and Murtaugh are back for
                          another round of high-stakes action, this time setting
                          their collective sights on bringing down a former Los
                          Angeles police lieutenant turned black market weapons
                          dealer. Lorna Cole joins as the beautiful yet
                          hardnosed internal affairs sergeant who catches
                          Riggs's eye.
                        popularity: 31.505
                        poster_path: /smzJxEnusgqv3bvHIWwf4cuwPcr.jpg
                        release_date: '1992-05-15'
                        title: Lethal Weapon 3
                        video: false
                        vote_average: 6.697
                        vote_count: 2898
                      - adult: false
                        backdrop_path: /u4d4vymNPo1UuJ6ihtyy9OQgco2.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 35
                          - 80
                          - 53
                        id: 944
                        original_language: en
                        original_title: Lethal Weapon 4
                        overview: >-
                          Officers Martin Riggs and Roger Murtaugh of the Los
                          Angeles Police Department must stop a dangerous crime
                          lord from China from getting his brother out of jail.
                        popularity: 31.029
                        poster_path: /vl4n3uO602y8nDsqjE4RIMnSy8Q.jpg
                        release_date: '1998-07-10'
                        title: Lethal Weapon 4
                        video: false
                        vote_average: 6.6
                        vote_count: 2638
                      - adult: false
                        backdrop_path: /mx2jS5Kaa5rmaldEFzKeKpDN9Q2.jpg
                        genre_ids:
                          - 12
                          - 36
                          - 10752
                        id: 947
                        original_language: en
                        original_title: Lawrence of Arabia
                        overview: >-
                          The story of British officer T.E. Lawrence's mission
                          to aid the Arab tribes in their revolt against the
                          Ottoman Empire during the First World War. Lawrence
                          becomes a flamboyant, messianic figure in the cause of
                          Arab unity but his psychological instability threatens
                          to undermine his achievements.
                        popularity: 37.987
                        poster_path: /AiAm0EtDvyGqNpVoieRw4u65vD1.jpg
                        release_date: '1962-12-11'
                        title: Lawrence of Arabia
                        video: false
                        vote_average: 8
                        vote_count: 3032
                      - adult: false
                        backdrop_path: /wRTZaxAiDP0ZEeQsO0HiiSqYCSp.jpg
                        genre_ids:
                          - 16
                          - 10751
                          - 35
                          - 12
                        id: 950
                        original_language: en
                        original_title: 'Ice Age: The Meltdown'
                        overview: >-
                          Diego, Manny and Sid return in this sequel to the hit
                          animated movie Ice Age. This time around, the deep
                          freeze is over, and the ice-covered earth is starting
                          to melt, which will destroy the trio's cherished
                          valley. The impending disaster prompts them to reunite
                          and warn all the other beasts about the desperate
                          situation.
                        popularity: 61.72
                        poster_path: /zDduhCHasKQ9YOTvlOreHem7Wbi.jpg
                        release_date: '2006-03-29'
                        title: 'Ice Age: The Meltdown'
                        video: false
                        vote_average: 6.71
                        vote_count: 9729
                      - adult: false
                        backdrop_path: /aheSIG4h3JNxWeDvdb1NxKzgjaM.jpg
                        genre_ids:
                          - 36
                          - 10752
                          - 18
                          - 12
                        id: 967
                        original_language: en
                        original_title: Spartacus
                        overview: >-
                          The rebellious Thracian Spartacus, born and raised a
                          slave, is sold to Gladiator trainer Batiatus. After
                          weeks of being trained to kill for the arena,
                          Spartacus turns on his owners and leads the other
                          slaves in rebellion. As the rebels move from town to
                          town, their numbers swell as escaped slaves join their
                          ranks. Under the leadership of Spartacus, they make
                          their way to southern Italy, where they will cross the
                          sea and return to their homes.
                        popularity: 34.715
                        poster_path: /xLPpQlFWE12cbqNJQ5Vf4eJU8ij.jpg
                        release_date: '1960-10-13'
                        title: Spartacus
                        video: false
                        vote_average: 7.5
                        vote_count: 2146
                      - adult: false
                        backdrop_path: /eGhjeUbzttA3E4flxdAm8gHz4h4.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 10752
                        id: 1271
                        original_language: en
                        original_title: '300'
                        overview: >-
                          Based on Frank Miller's graphic novel, "300" is very
                          loosely based the 480 B.C. Battle of Thermopylae,
                          where the King of Sparta led his army against the
                          advancing Persians; the battle is said to have
                          inspired all of Greece to band together against the
                          Persians, and helped usher in the world's first
                          democracy.
                        popularity: 50.326
                        poster_path: /h7Lcio0c9ohxPhSZg42eTlKIVVY.jpg
                        release_date: '2007-03-07'
                        title: '300'
                        video: false
                        vote_average: 7.188
                        vote_count: 13738
                      - adult: false
                        backdrop_path: /gRWOLFbgkmujsPUNgQshkSkCTdf.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 53
                          - 10752
                        id: 1369
                        original_language: en
                        original_title: 'Rambo: First Blood Part II'
                        overview: >-
                          John Rambo is released from prison by the government
                          for a top-secret covert mission to the last place on
                          Earth he'd want to return - the jungles of Vietnam.
                        popularity: 54.874
                        poster_path: /pzPdwOitmTleVE3YPMfIQgLh84p.jpg
                        release_date: '1985-05-21'
                        title: 'Rambo: First Blood Part II'
                        video: false
                        vote_average: 6.646
                        vote_count: 3922
                      - adult: false
                        backdrop_path: /8eRscFbRYl681zDfkjv1jjW1KAA.jpg
                        genre_ids:
                          - 878
                          - 28
                          - 12
                        id: 1452
                        original_language: en
                        original_title: Superman Returns
                        overview: >-
                          Superman returns to discover his 5-year absence has
                          allowed Lex Luthor to walk free, and that those he was
                          closest to felt abandoned and have moved on. Luthor
                          plots his ultimate revenge that could see millions
                          killed and change the face of the planet forever, as
                          well as ridding himself of the Man of Steel.
                        popularity: 32.702
                        poster_path: /385XwTQZDpRX2d3kxtnpiLrjBXw.jpg
                        release_date: '2006-06-28'
                        title: Superman Returns
                        video: false
                        vote_average: 5.774
                        vote_count: 4200
                      - adult: false
                        backdrop_path: /kP8rK9dGS1pr0HrnmXfIi2heWjo.jpg
                        genre_ids:
                          - 18
                          - 28
                          - 12
                          - 36
                          - 10752
                        id: 1495
                        original_language: en
                        original_title: Kingdom of Heaven
                        overview: >-
                          After his wife dies, a blacksmith named Balian is
                          thrust into royalty, political intrigue and bloody
                          holy wars during the Crusades.
                        popularity: 63.024
                        poster_path: /uk55nBEFIQFveIiy9jvLGiVtk4h.jpg
                        release_date: '2005-05-03'
                        title: Kingdom of Heaven
                        video: false
                        vote_average: 7
                        vote_count: 4299
                      - adult: false
                        backdrop_path: /bYJv39whWTAOWO0mv7oUija8GgM.jpg
                        genre_ids:
                          - 28
                          - 12
                        id: 575264
                        original_language: en
                        original_title: 'Mission: Impossible - Dead Reckoning Part One'
                        overview: >-
                          Ethan Hunt and his IMF team embark on their most
                          dangerous mission yet: To track down a terrifying new
                          weapon that threatens all of humanity before it falls
                          into the wrong hands. With control of the future and
                          the world's fate at stake and dark forces from Ethan's
                          past closing in, a deadly race around the globe
                          begins. Confronted by a mysterious, all-powerful
                          enemy, Ethan must consider that nothing can matter
                          more than his mission—not even the lives of those he
                          cares about most.
                        popularity: 120.784
                        poster_path: /NNxYkU70HPurnNCSiCjYAmacwm.jpg
                        release_date: '2023-07-08'
                        title: 'Mission: Impossible - Dead Reckoning Part One'
                        video: false
                        vote_average: 7.5
                        vote_count: 3889
                      - adult: false
                        backdrop_path: /3hugi0xNkUG2SvrQI5GXIpDaf17.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 575265
                        original_language: en
                        original_title: 'Mission: Impossible - The Final Reckoning'
                        overview: >-
                          After escaping a calamitous train crash, Ethan
                          realizes The Entity is stashed aboard an old Russian
                          submarine, but a foe from his past named Gabriel is
                          also on the trail.
                        popularity: 103.939
                        poster_path: /z53D72EAOxGRqdr7KXXWp9dJiDe.jpg
                        release_date: '2025-05-21'
                        title: 'Mission: Impossible - The Final Reckoning'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 80
                          - 28
                        id: 1249415
                        original_language: ko
                        original_title: 범죄도시 5
                        overview: ''
                        popularity: 3.199
                        poster_path: null
                        release_date: ''
                        title: The Roundup 5
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /4xSwUdwDw43YV8eVXFF7FquN2vH.jpg
                        genre_ids:
                          - 80
                          - 18
                        id: 1253059
                        original_language: pa
                        original_title: ਬਲੈਕੀਆ ੨
                        overview: >-
                          A young man from a village rises through the ranks of
                          the underworld.
                        popularity: 0.982
                        poster_path: /eA9dnAXj9NETERswgEiZlNTcE7Q.jpg
                        release_date: '2024-03-08'
                        title: Blackia 2
                        video: false
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /kv7Cnk2FZzFzdbTMVPjMrOhSJdH.jpg
                        genre_ids:
                          - 18
                          - 36
                        id: 5153
                        original_language: it
                        original_title: Cabiria
                        overview: >-
                          Young Cabiria is kidnapped by pirates and sold as a
                          slave in Carthage. Just as she's to be sacrificed to
                          Moloch, Cabiria is rescued by Fulvius Axilla, a
                          good-hearted Roman spy, and his powerful slave,
                          Maciste. The trio are broken up as Cabiria is
                          entrusted to a woman of noble birth. With Cabiria's
                          fate unknown, Maciste punished for his heroism, and
                          Fulvius sent away to fight for Rome, is there any hope
                          of our heroes reuniting?
                        popularity: 5.96
                        poster_path: /oZhgcHHapkzYmB0OhQcRfZ7LdLM.jpg
                        release_date: '1914-06-01'
                        title: Cabiria
                        video: false
                        vote_average: 7.2
                        vote_count: 128
                      - adult: false
                        backdrop_path: /flYEmZuMyDJKomYbprKzkbltXRw.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 18
                          - 53
                        id: 7227
                        original_language: en
                        original_title: Airport '77
                        overview: >-
                          Flight 23 has crashed in the Bermuda Triangle after a
                          hijacking gone wrong. Now the surviving passengers
                          must brave panic, slow leaks, oxygen depletion, and
                          more while attempting a daring plan, all while 200
                          feet underwater.
                        popularity: 15.611
                        poster_path: /m9b3frZR0Wu8I3ayN3QPrxfZMvC.jpg
                        release_date: '1977-03-11'
                        title: Airport '77
                        video: false
                        vote_average: 5.599
                        vote_count: 293
                      - adult: false
                        backdrop_path: /zzAErvRSasbEpe3biSLjhilvBlk.jpg
                        genre_ids:
                          - 28
                          - 53
                          - 10752
                        id: 7555
                        original_language: en
                        original_title: Rambo
                        overview: >-
                          In Thailand, ex-Green Beret John James Rambo joins a
                          group of mercenaries to venture into war-torn
                          neighboring Myanmar to rescue a group of Christian aid
                          workers who have been kidnapped by a ruthless local
                          infantry unit.
                        popularity: 51.142
                        poster_path: /3mInub5c8o00H7EJ1TrjAqOzIuc.jpg
                        release_date: '2008-01-24'
                        title: Rambo
                        video: false
                        vote_average: 6.7
                        vote_count: 3902
                    total_pages: 14410
                    total_results: 288183
components:
  parameters:
    page:
      name: page
      in: query
      description: >-
        Indicates which page of results to return. Default is the first page
        (1).
      schema:
        type: integer
        example: 1
    language:
      name: language
      in: query
      description: Specifies the language in which the response should be returned.
      schema:
        type: string
        example: en-US
    movie_id:
      name: movie_id
      in: path
      required: true
      description: This is a unique identifier for a movie.
      schema:
        type: integer
        example: ''
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````