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

# Recommendations

> This endpoint get a list of recommended movies for a specific movie, identified by its unique ID.



## OpenAPI

````yaml get /3/movie/{movie_id}/recommendations
openapi: 3.0.3
info:
  title: The Movie Database
  description: Reference
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTHENTICATION
  - name: CERTIFICATION
  - name: CHANGES
  - name: COLLECTION
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSION
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORK
  - name: PEOPLE
  - name: PEOPLE LISTS
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODES GROUPS
  - name: WATCH PROVIDERS
paths:
  /3/movie/{movie_id}/recommendations:
    parameters:
      - name: movie_id
        in: path
        required: true
        schema:
          type: integer
          example: 12
    get:
      tags:
        - MOVIES
      summary: Recommendations
      description: >-
        This endpoint get a list of recommended movies for a specific movie,
        identified by its unique ID.
      operationId: recommendations
      parameters:
        - name: language
          in: query
          schema:
            type: string
            default: en-US
        - name: page
          in: query
          schema:
            type: integer
            default: 1
      responses:
        '200':
          description: Recommendations
          headers:
            Age:
              schema:
                type: string
                example: '8'
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=6422
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Mon, 30 Dec 2024 10:35:28 GMT
            ETag:
              schema:
                type: string
                example: W/"f44b056b20ea4b2aabfb9ca55f92854e"
            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 2753b41455655294f3c924b22dffed5e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: z31JG5q9F1BF1Q3HzOeBxzb8hyYeG9GT_JGZ7ufhgmNSmI4Oj1akEA==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Hit from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '16249'
            x-memc-expires:
              schema:
                type: string
                example: '6422'
            x-memc-key:
              schema:
                type: string
                example: 6d6916add309cb1531aed05a10368e48
          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: /se5Hxz7PArQZOG3Nx2bpfOhLhtV.jpg
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 28
                          example:
                            - 28
                            - 12
                            - 16
                            - 10751
                        id:
                          type: number
                          example: 9806
                        media_type:
                          type: string
                          example: movie
                        original_language:
                          type: string
                          example: en
                        original_title:
                          type: string
                          example: The Incredibles
                        overview:
                          type: string
                          example: >-
                            Bob Parr has given up his superhero days to log in
                            time as an insurance adjuster and raise his three
                            children with his formerly heroic wife in suburbia.
                            But when he receives a mysterious assignment, it's
                            time to get back into costume.
                        popularity:
                          type: number
                          example: 78.18
                        poster_path:
                          type: string
                          example: /2LqaLgk4Z226KkgPJuiOQ58wvrm.jpg
                        release_date:
                          type: string
                          example: '2004-10-27'
                        title:
                          type: string
                          example: The Incredibles
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 7.709
                        vote_count:
                          type: number
                          example: 17684
                    example:
                      - adult: false
                        backdrop_path: /se5Hxz7PArQZOG3Nx2bpfOhLhtV.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 16
                          - 10751
                        id: 9806
                        media_type: movie
                        original_language: en
                        original_title: The Incredibles
                        overview: >-
                          Bob Parr has given up his superhero days to log in
                          time as an insurance adjuster and raise his three
                          children with his formerly heroic wife in suburbia.
                          But when he receives a mysterious assignment, it's
                          time to get back into costume.
                        popularity: 78.18
                        poster_path: /2LqaLgk4Z226KkgPJuiOQ58wvrm.jpg
                        release_date: '2004-10-27'
                        title: The Incredibles
                        video: false
                        vote_average: 7.709
                        vote_count: 17684
                      - adult: false
                        backdrop_path: /wijltj1toRcicHlCn8Cpsp4yPXe.jpg
                        genre_ids:
                          - 12
                          - 16
                          - 35
                          - 10751
                        id: 127380
                        media_type: movie
                        original_language: en
                        original_title: Finding Dory
                        overview: >-
                          Dory is reunited with her friends Nemo and Marlin in
                          the search for answers about her past. What can she
                          remember? Who are her parents? And where did she learn
                          to speak Whale?
                        popularity: 40.898
                        poster_path: /3UVe8NL1E2ZdUZ9EDlKGJY5UzE.jpg
                        release_date: '2016-06-16'
                        title: Finding Dory
                        video: false
                        vote_average: 7.04
                        vote_count: 12034
                      - adult: false
                        backdrop_path: /sDTnMOJ3H5wI38OxObmCtK7wfd5.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                        id: 585
                        media_type: movie
                        original_language: en
                        original_title: Monsters, Inc.
                        overview: >-
                          Lovable Sulley and his wisecracking sidekick Mike
                          Wazowski are the top scare team at Monsters, Inc., the
                          scream-processing factory in Monstropolis. When a
                          little girl named Boo wanders into their world, it's
                          the monsters who are scared silly, and it's up to
                          Sulley and Mike to keep her out of sight and get her
                          back home.
                        popularity: 115.527
                        poster_path: /wFSpyMsp7H0ttERbxY7Trlv8xry.jpg
                        release_date: '2001-11-01'
                        title: Monsters, Inc.
                        video: false
                        vote_average: 7.845
                        vote_count: 18494
                      - adult: false
                        backdrop_path: /xgDj56UWyeWQcxQ44f5A3RTWuSs.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                          - 14
                        id: 2062
                        media_type: movie
                        original_language: en
                        original_title: Ratatouille
                        overview: >-
                          Remy, a resident of Paris, appreciates good food and
                          has quite a sophisticated palate. He would love to
                          become a chef so he can create and enjoy culinary
                          masterpieces to his heart's delight. The only problem
                          is, Remy is a rat. When he winds up in the sewer
                          beneath one of Paris' finest restaurants, the rodent
                          gourmet finds himself ideally placed to realize his
                          dream.
                        popularity: 118.769
                        poster_path: /t3vaWRPSf6WjDSamIkKDs1iQWna.jpg
                        release_date: '2007-06-21'
                        title: Ratatouille
                        video: false
                        vote_average: 7.825
                        vote_count: 17108
                      - adult: false
                        backdrop_path: /sd4xN5xi8tKRPrJOWwNiZEile7f.jpg
                        genre_ids:
                          - 16
                          - 12
                          - 35
                          - 10751
                        id: 920
                        media_type: movie
                        original_language: en
                        original_title: Cars
                        overview: >-
                          Lightning McQueen, a hotshot rookie race car driven to
                          succeed, discovers that life is about the journey, not
                          the finish line, when he finds himself unexpectedly
                          detoured in the sleepy Route 66 town of Radiator
                          Springs. On route across the country to the big Piston
                          Cup Championship in California to compete against two
                          seasoned pros, McQueen gets to know the town's offbeat
                          characters.
                        popularity: 75.528
                        poster_path: /2Touk3m5gzsqr1VsvxypdyHY5ci.jpg
                        release_date: '2006-06-08'
                        title: Cars
                        video: false
                        vote_average: 6.984
                        vote_count: 13977
                      - adult: false
                        backdrop_path: /hfdds27YL5nTAhiOtjfNNxD3bJe.jpg
                        genre_ids:
                          - 16
                          - 10751
                          - 35
                          - 12
                        id: 80321
                        media_type: movie
                        original_language: en
                        original_title: 'Madagascar 3: Europe''s Most Wanted'
                        overview: >-
                          Animal pals Alex, Marty, Melman, and Gloria are still
                          trying to make it back to New York's Central Park Zoo.
                          They are forced to take a detour to Europe to find the
                          penguins and chimps who broke the bank at a Monte
                          Carlo casino. When French animal-control officer
                          Capitaine Chantel DuBois picks up their scent, Alex
                          and company are forced to hide out in a traveling
                          circus.
                        popularity: 64.328
                        poster_path: /ekraj4ksvIKeuvQVEevEJkuybZd.jpg
                        release_date: '2012-06-06'
                        title: 'Madagascar 3: Europe''s Most Wanted'
                        video: false
                        vote_average: 6.612
                        vote_count: 6124
                      - adult: false
                        backdrop_path: /hGGC9gKo7CFE3fW07RA587e5kol.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                          - 12
                        id: 14160
                        media_type: movie
                        original_language: en
                        original_title: Up
                        overview: >-
                          Carl Fredricksen spent his entire life dreaming of
                          exploring the globe and experiencing life to its
                          fullest. But at age 78, life seems to have passed him
                          by, until a twist of fate (and a persistent 8-year old
                          Wilderness Explorer named Russell) gives him a new
                          lease on life.
                        popularity: 90.191
                        poster_path: /mFvoEwSfLqbcWwFsDjQebn9bzFe.jpg
                        release_date: '2009-05-28'
                        title: Up
                        video: false
                        vote_average: 8
                        vote_count: 20267
                      - adult: false
                        backdrop_path: /lxD5ak7BOoinRNehOCA85CQ8ubr.jpg
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 35
                        id: 862
                        media_type: movie
                        original_language: en
                        original_title: Toy Story
                        overview: >-
                          Led by Woody, Andy's toys live happily in his room
                          until Andy's birthday brings Buzz Lightyear onto the
                          scene. Afraid of losing his place in Andy's heart,
                          Woody plots against Buzz. But when circumstances
                          separate Buzz and Woody from their owner, the duo
                          eventually learns to put aside their differences.
                        popularity: 125.884
                        poster_path: /uXDfjJbdP4ijW5hWSBrPrlKpxab.jpg
                        release_date: '1995-10-30'
                        title: Toy Story
                        video: false
                        vote_average: 7.97
                        vote_count: 18451
                      - adult: false
                        backdrop_path: /aRqTPOPt8BOHE0ngppM9jnuuaeS.jpg
                        genre_ids:
                          - 28
                          - 53
                        id: 1571
                        media_type: movie
                        original_language: en
                        original_title: Live Free or Die Hard
                        overview: >-
                          John McClane is back and badder than ever, and this
                          time he calls on the services of a young hacker in his
                          bid to stop a ring of Internet terrorists intent on
                          taking control of America's computer infrastructure.
                        popularity: 59.572
                        poster_path: /31TT47YjBl7a7uvJ3ff1nrirXhP.jpg
                        release_date: '2007-06-20'
                        title: Live Free or Die Hard
                        video: false
                        vote_average: 6.63
                        vote_count: 5818
                      - adult: false
                        backdrop_path: /fK5ssgvtI43z19FoWigdlqgpLRE.jpg
                        genre_ids:
                          - 16
                          - 10751
                          - 878
                        id: 10681
                        media_type: movie
                        original_language: en
                        original_title: WALL·E
                        overview: >-
                          What if mankind had to leave Earth and somebody forgot
                          to turn the last robot off? After hundreds of years
                          doing what he was built for, WALL•E discovers a new
                          purpose in life when he meets a sleek search robot
                          named EVE. EVE comes to realize that WALL•E has
                          inadvertently stumbled upon the key to the planet's
                          future, and races back to space to report to the
                          humans. Meanwhile, WALL•E chases EVE across the galaxy
                          and sets into motion one of the most imaginative
                          adventures ever brought to the big screen.
                        popularity: 80.991
                        poster_path: /hbhFnRzzg6ZDmm8YAmxBnQpQIPh.jpg
                        release_date: '2008-06-22'
                        title: WALL·E
                        video: false
                        vote_average: 8.094
                        vote_count: 18827
                      - adult: false
                        backdrop_path: /vZh2ZoBMyAiH8vYGqadyMBX50Gc.jpg
                        genre_ids:
                          - 14
                          - 35
                        id: 310
                        media_type: movie
                        original_language: en
                        original_title: Bruce Almighty
                        overview: >-
                          Bruce Nolan toils as a "human interest" television
                          reporter in Buffalo, NY, but despite his high ratings
                          and the love of his beautiful girlfriend, Bruce
                          remains unfulfilled. At the end of the worst day in
                          his life, he angrily ridicules God - and the Almighty
                          responds, endowing Bruce with all of His divine
                          powers.
                        popularity: 65.753
                        poster_path: /f0QqG14SZYYZcV4VWykVc5w13dz.jpg
                        release_date: '2003-05-23'
                        title: Bruce Almighty
                        video: false
                        vote_average: 6.717
                        vote_count: 10705
                      - adult: false
                        backdrop_path: /a9ykRAWtQnI3SsZDfh8sCJo5cWI.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                          - 12
                        id: 425
                        media_type: movie
                        original_language: en
                        original_title: Ice Age
                        overview: >-
                          With the impending ice age almost upon them, a
                          mismatched trio of prehistoric critters – Manny the
                          woolly mammoth, Diego the saber-toothed tiger and Sid
                          the giant sloth – find an orphaned infant and decide
                          to return it to its human parents. Along the way, the
                          unlikely allies become friends but, when enemies
                          attack, their quest takes on far nobler aims.
                        popularity: 105.159
                        poster_path: /gLhHHZUzeseRXShoDyC4VqLgsNv.jpg
                        release_date: '2002-03-10'
                        title: Ice Age
                        video: false
                        vote_average: 7.361
                        vote_count: 13300
                      - adult: false
                        backdrop_path: /wXfAvsPZqBDJ8U78F2IAzsUxtNh.jpg
                        genre_ids:
                          - 10751
                          - 16
                          - 18
                        id: 8587
                        media_type: movie
                        original_language: en
                        original_title: The Lion King
                        overview: >-
                          Young lion prince Simba flees when his father is
                          killed by his usurper uncle. Years after the betrayal
                          and tragedy, a grown-up and mature Simba returns to
                          claim his rightful place on the throne.
                        popularity: 221.63
                        poster_path: /sKCr78MXSLixwmZ8DyJLrpMsd15.jpg
                        release_date: '1994-06-24'
                        title: The Lion King
                        video: false
                        vote_average: 8.256
                        vote_count: 18363
                      - adult: false
                        backdrop_path: /1cO6OQJxz7YhTZ4V1OlkYfebeJa.jpg
                        genre_ids:
                          - 28
                          - 53
                          - 878
                          - 12
                        id: 95
                        media_type: movie
                        original_language: en
                        original_title: Armageddon
                        overview: >-
                          When an asteroid threatens to collide with Earth, NASA
                          honcho Dan Truman determines the only way to stop it
                          is to drill into its surface and detonate a nuclear
                          bomb. This leads him to renowned driller Harry
                          Stamper, who agrees to helm the dangerous space
                          mission provided he can bring along his own hotshot
                          crew. Among them is the cocksure A.J. who Harry thinks
                          isn't good enough for his daughter, until the mission
                          proves otherwise.
                        popularity: 42.67
                        poster_path: /eTM3qtGhDU8cvjpoa6KEt5E2auU.jpg
                        release_date: '1998-07-01'
                        title: Armageddon
                        video: false
                        vote_average: 6.839
                        vote_count: 7926
                      - adult: false
                        backdrop_path: /91qfG6VaxRsCh1SbIi1w2vxknsL.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                        id: 863
                        media_type: movie
                        original_language: en
                        original_title: Toy Story 2
                        overview: >-
                          Andy heads off to Cowboy Camp, leaving his toys to
                          their own devices. Things shift into high gear when an
                          obsessive toy collector named Al McWhiggen, owner of
                          Al's Toy Barn kidnaps Woody. Andy's toys mount a
                          daring rescue mission, Buzz Lightyear meets his match
                          and Woody has to decide where he and his heart truly
                          belong.
                        popularity: 102.745
                        poster_path: /yFWQkz2ynjwsazT6xQiIXEUsyuh.jpg
                        release_date: '1999-10-30'
                        title: Toy Story 2
                        video: false
                        vote_average: 7.597
                        vote_count: 13885
                      - adult: false
                        backdrop_path: /wW7Wt5bXzPy4VOEE4LTIUDyDgBo.jpg
                        genre_ids:
                          - 12
                          - 14
                          - 28
                        id: 22
                        media_type: movie
                        original_language: en
                        original_title: 'Pirates of the Caribbean: The Curse of the Black Pearl'
                        overview: >-
                          After Port Royal is attacked and pillaged by a
                          mysterious pirate crew, capturing the governor's
                          daughter Elizabeth Swann in the process, William
                          Turner asks free-willing pirate Jack Sparrow to help
                          him locate the crew's ship—The Black Pearl—so that he
                          can rescue the woman he loves.
                        popularity: 147.274
                        poster_path: /z8onk7LV9Mmw6zKz4hT6pzzvmvl.jpg
                        release_date: '2003-07-09'
                        title: 'Pirates of the Caribbean: The Curse of the Black Pearl'
                        video: false
                        vote_average: 7.807
                        vote_count: 20697
                      - adult: false
                        backdrop_path: /icmmSD4vTTDKOq2vvdulafOGw93.jpg
                        genre_ids:
                          - 28
                          - 878
                        id: 603
                        media_type: movie
                        original_language: en
                        original_title: The Matrix
                        overview: >-
                          Set in the 22nd century, The Matrix tells the story of
                          a computer hacker who joins a group of underground
                          insurgents fighting the vast and powerful computers
                          who now rule the earth.
                        popularity: 131.479
                        poster_path: /dXNAPwY7VrqMAo51EKhhCJfaGb5.jpg
                        release_date: '1999-03-31'
                        title: The Matrix
                        video: false
                        vote_average: 8.219
                        vote_count: 25791
                      - adult: false
                        backdrop_path: /qvzVWohbdcrnaD9qaa6IjrjXHMZ.jpg
                        genre_ids:
                          - 12
                          - 14
                          - 28
                        id: 285
                        media_type: movie
                        original_language: en
                        original_title: 'Pirates of the Caribbean: At World''s End'
                        overview: >-
                          Will Turner and Elizabeth Swann join forces with the
                          revived Captain Barbossa to free Jack Sparrow from
                          Davy Jones' locker. The group must navigate dangerous
                          waters, confront many foes and, ultimately, choose
                          sides in a battle wherein piracy itself hangs in the
                          balance.
                        popularity: 107.619
                        poster_path: /jGWpG4YhpQwVmjyHEGkxEkeRf0S.jpg
                        release_date: '2007-05-19'
                        title: 'Pirates of the Caribbean: At World''s End'
                        video: false
                        vote_average: 7.258
                        vote_count: 14364
                      - adult: false
                        backdrop_path: /5OeY4U2rzePxWq2rkqMajUx2gz7.jpg
                        genre_ids:
                          - 16
                          - 10751
                          - 12
                          - 14
                          - 10749
                        id: 812
                        media_type: movie
                        original_language: en
                        original_title: Aladdin
                        overview: >-
                          In the boorish city of Agrabah, kind-hearted street
                          urchin Aladdin and Princess Jasmine fall in love,
                          although she can only marry a prince. He and
                          power-hungry Grand Vizier Jafar vie for a magic lamp
                          that can fulfill their wishes.
                        popularity: 63.471
                        poster_path: /eLFfl7vS8dkeG1hKp5mwbm37V83.jpg
                        release_date: '1992-11-25'
                        title: Aladdin
                        video: false
                        vote_average: 7.65
                        vote_count: 11261
                      - adult: false
                        backdrop_path: /tva2OlLELCagFynFibcefhn2D9i.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 53
                          - 878
                        id: 604
                        media_type: movie
                        original_language: en
                        original_title: The Matrix Reloaded
                        overview: >-
                          Six months after the events depicted in The Matrix,
                          Neo has proved to be a good omen for the free humans,
                          as more and more humans are being freed from the
                          matrix and brought to Zion, the one and only
                          stronghold of the Resistance.  Neo himself has
                          discovered his superpowers including super speed,
                          ability to see the codes of the things inside the
                          matrix and a certain degree of pre-cognition. But a
                          nasty piece of news hits the human resistance: 250,000
                          machine sentinels are digging to Zion and would reach
                          them in 72 hours. As Zion prepares for the ultimate
                          war, Neo, Morpheus and Trinity are advised by the
                          Oracle to find the Keymaker who would help them reach
                          the Source.  Meanwhile Neo's recurrent dreams
                          depicting Trinity's death have got him worried and as
                          if it was not enough, Agent Smith has somehow escaped
                          deletion, has become more powerful than before and has
                          fixed Neo as his next target.
                        popularity: 57.878
                        poster_path: /9TGHDvWrqKBzwDxDodHYXEmOE6J.jpg
                        release_date: '2003-05-15'
                        title: The Matrix Reloaded
                        video: false
                        vote_average: 7.052
                        vote_count: 10990
                  total_pages:
                    type: number
                    example: 2
                  total_results:
                    type: number
                    example: 40
              examples:
                Recommendations:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /se5Hxz7PArQZOG3Nx2bpfOhLhtV.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 16
                          - 10751
                        id: 9806
                        media_type: movie
                        original_language: en
                        original_title: The Incredibles
                        overview: >-
                          Bob Parr has given up his superhero days to log in
                          time as an insurance adjuster and raise his three
                          children with his formerly heroic wife in suburbia.
                          But when he receives a mysterious assignment, it's
                          time to get back into costume.
                        popularity: 78.18
                        poster_path: /2LqaLgk4Z226KkgPJuiOQ58wvrm.jpg
                        release_date: '2004-10-27'
                        title: The Incredibles
                        video: false
                        vote_average: 7.709
                        vote_count: 17684
                      - adult: false
                        backdrop_path: /wijltj1toRcicHlCn8Cpsp4yPXe.jpg
                        genre_ids:
                          - 12
                          - 16
                          - 35
                          - 10751
                        id: 127380
                        media_type: movie
                        original_language: en
                        original_title: Finding Dory
                        overview: >-
                          Dory is reunited with her friends Nemo and Marlin in
                          the search for answers about her past. What can she
                          remember? Who are her parents? And where did she learn
                          to speak Whale?
                        popularity: 40.898
                        poster_path: /3UVe8NL1E2ZdUZ9EDlKGJY5UzE.jpg
                        release_date: '2016-06-16'
                        title: Finding Dory
                        video: false
                        vote_average: 7.04
                        vote_count: 12034
                      - adult: false
                        backdrop_path: /sDTnMOJ3H5wI38OxObmCtK7wfd5.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                        id: 585
                        media_type: movie
                        original_language: en
                        original_title: Monsters, Inc.
                        overview: >-
                          Lovable Sulley and his wisecracking sidekick Mike
                          Wazowski are the top scare team at Monsters, Inc., the
                          scream-processing factory in Monstropolis. When a
                          little girl named Boo wanders into their world, it's
                          the monsters who are scared silly, and it's up to
                          Sulley and Mike to keep her out of sight and get her
                          back home.
                        popularity: 115.527
                        poster_path: /wFSpyMsp7H0ttERbxY7Trlv8xry.jpg
                        release_date: '2001-11-01'
                        title: Monsters, Inc.
                        video: false
                        vote_average: 7.845
                        vote_count: 18494
                      - adult: false
                        backdrop_path: /xgDj56UWyeWQcxQ44f5A3RTWuSs.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                          - 14
                        id: 2062
                        media_type: movie
                        original_language: en
                        original_title: Ratatouille
                        overview: >-
                          Remy, a resident of Paris, appreciates good food and
                          has quite a sophisticated palate. He would love to
                          become a chef so he can create and enjoy culinary
                          masterpieces to his heart's delight. The only problem
                          is, Remy is a rat. When he winds up in the sewer
                          beneath one of Paris' finest restaurants, the rodent
                          gourmet finds himself ideally placed to realize his
                          dream.
                        popularity: 118.769
                        poster_path: /t3vaWRPSf6WjDSamIkKDs1iQWna.jpg
                        release_date: '2007-06-21'
                        title: Ratatouille
                        video: false
                        vote_average: 7.825
                        vote_count: 17108
                      - adult: false
                        backdrop_path: /sd4xN5xi8tKRPrJOWwNiZEile7f.jpg
                        genre_ids:
                          - 16
                          - 12
                          - 35
                          - 10751
                        id: 920
                        media_type: movie
                        original_language: en
                        original_title: Cars
                        overview: >-
                          Lightning McQueen, a hotshot rookie race car driven to
                          succeed, discovers that life is about the journey, not
                          the finish line, when he finds himself unexpectedly
                          detoured in the sleepy Route 66 town of Radiator
                          Springs. On route across the country to the big Piston
                          Cup Championship in California to compete against two
                          seasoned pros, McQueen gets to know the town's offbeat
                          characters.
                        popularity: 75.528
                        poster_path: /2Touk3m5gzsqr1VsvxypdyHY5ci.jpg
                        release_date: '2006-06-08'
                        title: Cars
                        video: false
                        vote_average: 6.984
                        vote_count: 13977
                      - adult: false
                        backdrop_path: /hfdds27YL5nTAhiOtjfNNxD3bJe.jpg
                        genre_ids:
                          - 16
                          - 10751
                          - 35
                          - 12
                        id: 80321
                        media_type: movie
                        original_language: en
                        original_title: 'Madagascar 3: Europe''s Most Wanted'
                        overview: >-
                          Animal pals Alex, Marty, Melman, and Gloria are still
                          trying to make it back to New York's Central Park Zoo.
                          They are forced to take a detour to Europe to find the
                          penguins and chimps who broke the bank at a Monte
                          Carlo casino. When French animal-control officer
                          Capitaine Chantel DuBois picks up their scent, Alex
                          and company are forced to hide out in a traveling
                          circus.
                        popularity: 64.328
                        poster_path: /ekraj4ksvIKeuvQVEevEJkuybZd.jpg
                        release_date: '2012-06-06'
                        title: 'Madagascar 3: Europe''s Most Wanted'
                        video: false
                        vote_average: 6.612
                        vote_count: 6124
                      - adult: false
                        backdrop_path: /hGGC9gKo7CFE3fW07RA587e5kol.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                          - 12
                        id: 14160
                        media_type: movie
                        original_language: en
                        original_title: Up
                        overview: >-
                          Carl Fredricksen spent his entire life dreaming of
                          exploring the globe and experiencing life to its
                          fullest. But at age 78, life seems to have passed him
                          by, until a twist of fate (and a persistent 8-year old
                          Wilderness Explorer named Russell) gives him a new
                          lease on life.
                        popularity: 90.191
                        poster_path: /mFvoEwSfLqbcWwFsDjQebn9bzFe.jpg
                        release_date: '2009-05-28'
                        title: Up
                        video: false
                        vote_average: 8
                        vote_count: 20267
                      - adult: false
                        backdrop_path: /lxD5ak7BOoinRNehOCA85CQ8ubr.jpg
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 35
                        id: 862
                        media_type: movie
                        original_language: en
                        original_title: Toy Story
                        overview: >-
                          Led by Woody, Andy's toys live happily in his room
                          until Andy's birthday brings Buzz Lightyear onto the
                          scene. Afraid of losing his place in Andy's heart,
                          Woody plots against Buzz. But when circumstances
                          separate Buzz and Woody from their owner, the duo
                          eventually learns to put aside their differences.
                        popularity: 125.884
                        poster_path: /uXDfjJbdP4ijW5hWSBrPrlKpxab.jpg
                        release_date: '1995-10-30'
                        title: Toy Story
                        video: false
                        vote_average: 7.97
                        vote_count: 18451
                      - adult: false
                        backdrop_path: /aRqTPOPt8BOHE0ngppM9jnuuaeS.jpg
                        genre_ids:
                          - 28
                          - 53
                        id: 1571
                        media_type: movie
                        original_language: en
                        original_title: Live Free or Die Hard
                        overview: >-
                          John McClane is back and badder than ever, and this
                          time he calls on the services of a young hacker in his
                          bid to stop a ring of Internet terrorists intent on
                          taking control of America's computer infrastructure.
                        popularity: 59.572
                        poster_path: /31TT47YjBl7a7uvJ3ff1nrirXhP.jpg
                        release_date: '2007-06-20'
                        title: Live Free or Die Hard
                        video: false
                        vote_average: 6.63
                        vote_count: 5818
                      - adult: false
                        backdrop_path: /fK5ssgvtI43z19FoWigdlqgpLRE.jpg
                        genre_ids:
                          - 16
                          - 10751
                          - 878
                        id: 10681
                        media_type: movie
                        original_language: en
                        original_title: WALL·E
                        overview: >-
                          What if mankind had to leave Earth and somebody forgot
                          to turn the last robot off? After hundreds of years
                          doing what he was built for, WALL•E discovers a new
                          purpose in life when he meets a sleek search robot
                          named EVE. EVE comes to realize that WALL•E has
                          inadvertently stumbled upon the key to the planet's
                          future, and races back to space to report to the
                          humans. Meanwhile, WALL•E chases EVE across the galaxy
                          and sets into motion one of the most imaginative
                          adventures ever brought to the big screen.
                        popularity: 80.991
                        poster_path: /hbhFnRzzg6ZDmm8YAmxBnQpQIPh.jpg
                        release_date: '2008-06-22'
                        title: WALL·E
                        video: false
                        vote_average: 8.094
                        vote_count: 18827
                      - adult: false
                        backdrop_path: /vZh2ZoBMyAiH8vYGqadyMBX50Gc.jpg
                        genre_ids:
                          - 14
                          - 35
                        id: 310
                        media_type: movie
                        original_language: en
                        original_title: Bruce Almighty
                        overview: >-
                          Bruce Nolan toils as a "human interest" television
                          reporter in Buffalo, NY, but despite his high ratings
                          and the love of his beautiful girlfriend, Bruce
                          remains unfulfilled. At the end of the worst day in
                          his life, he angrily ridicules God - and the Almighty
                          responds, endowing Bruce with all of His divine
                          powers.
                        popularity: 65.753
                        poster_path: /f0QqG14SZYYZcV4VWykVc5w13dz.jpg
                        release_date: '2003-05-23'
                        title: Bruce Almighty
                        video: false
                        vote_average: 6.717
                        vote_count: 10705
                      - adult: false
                        backdrop_path: /a9ykRAWtQnI3SsZDfh8sCJo5cWI.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                          - 12
                        id: 425
                        media_type: movie
                        original_language: en
                        original_title: Ice Age
                        overview: >-
                          With the impending ice age almost upon them, a
                          mismatched trio of prehistoric critters – Manny the
                          woolly mammoth, Diego the saber-toothed tiger and Sid
                          the giant sloth – find an orphaned infant and decide
                          to return it to its human parents. Along the way, the
                          unlikely allies become friends but, when enemies
                          attack, their quest takes on far nobler aims.
                        popularity: 105.159
                        poster_path: /gLhHHZUzeseRXShoDyC4VqLgsNv.jpg
                        release_date: '2002-03-10'
                        title: Ice Age
                        video: false
                        vote_average: 7.361
                        vote_count: 13300
                      - adult: false
                        backdrop_path: /wXfAvsPZqBDJ8U78F2IAzsUxtNh.jpg
                        genre_ids:
                          - 10751
                          - 16
                          - 18
                        id: 8587
                        media_type: movie
                        original_language: en
                        original_title: The Lion King
                        overview: >-
                          Young lion prince Simba flees when his father is
                          killed by his usurper uncle. Years after the betrayal
                          and tragedy, a grown-up and mature Simba returns to
                          claim his rightful place on the throne.
                        popularity: 221.63
                        poster_path: /sKCr78MXSLixwmZ8DyJLrpMsd15.jpg
                        release_date: '1994-06-24'
                        title: The Lion King
                        video: false
                        vote_average: 8.256
                        vote_count: 18363
                      - adult: false
                        backdrop_path: /1cO6OQJxz7YhTZ4V1OlkYfebeJa.jpg
                        genre_ids:
                          - 28
                          - 53
                          - 878
                          - 12
                        id: 95
                        media_type: movie
                        original_language: en
                        original_title: Armageddon
                        overview: >-
                          When an asteroid threatens to collide with Earth, NASA
                          honcho Dan Truman determines the only way to stop it
                          is to drill into its surface and detonate a nuclear
                          bomb. This leads him to renowned driller Harry
                          Stamper, who agrees to helm the dangerous space
                          mission provided he can bring along his own hotshot
                          crew. Among them is the cocksure A.J. who Harry thinks
                          isn't good enough for his daughter, until the mission
                          proves otherwise.
                        popularity: 42.67
                        poster_path: /eTM3qtGhDU8cvjpoa6KEt5E2auU.jpg
                        release_date: '1998-07-01'
                        title: Armageddon
                        video: false
                        vote_average: 6.839
                        vote_count: 7926
                      - adult: false
                        backdrop_path: /91qfG6VaxRsCh1SbIi1w2vxknsL.jpg
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                        id: 863
                        media_type: movie
                        original_language: en
                        original_title: Toy Story 2
                        overview: >-
                          Andy heads off to Cowboy Camp, leaving his toys to
                          their own devices. Things shift into high gear when an
                          obsessive toy collector named Al McWhiggen, owner of
                          Al's Toy Barn kidnaps Woody. Andy's toys mount a
                          daring rescue mission, Buzz Lightyear meets his match
                          and Woody has to decide where he and his heart truly
                          belong.
                        popularity: 102.745
                        poster_path: /yFWQkz2ynjwsazT6xQiIXEUsyuh.jpg
                        release_date: '1999-10-30'
                        title: Toy Story 2
                        video: false
                        vote_average: 7.597
                        vote_count: 13885
                      - adult: false
                        backdrop_path: /wW7Wt5bXzPy4VOEE4LTIUDyDgBo.jpg
                        genre_ids:
                          - 12
                          - 14
                          - 28
                        id: 22
                        media_type: movie
                        original_language: en
                        original_title: 'Pirates of the Caribbean: The Curse of the Black Pearl'
                        overview: >-
                          After Port Royal is attacked and pillaged by a
                          mysterious pirate crew, capturing the governor's
                          daughter Elizabeth Swann in the process, William
                          Turner asks free-willing pirate Jack Sparrow to help
                          him locate the crew's ship—The Black Pearl—so that he
                          can rescue the woman he loves.
                        popularity: 147.274
                        poster_path: /z8onk7LV9Mmw6zKz4hT6pzzvmvl.jpg
                        release_date: '2003-07-09'
                        title: 'Pirates of the Caribbean: The Curse of the Black Pearl'
                        video: false
                        vote_average: 7.807
                        vote_count: 20697
                      - adult: false
                        backdrop_path: /icmmSD4vTTDKOq2vvdulafOGw93.jpg
                        genre_ids:
                          - 28
                          - 878
                        id: 603
                        media_type: movie
                        original_language: en
                        original_title: The Matrix
                        overview: >-
                          Set in the 22nd century, The Matrix tells the story of
                          a computer hacker who joins a group of underground
                          insurgents fighting the vast and powerful computers
                          who now rule the earth.
                        popularity: 131.479
                        poster_path: /dXNAPwY7VrqMAo51EKhhCJfaGb5.jpg
                        release_date: '1999-03-31'
                        title: The Matrix
                        video: false
                        vote_average: 8.219
                        vote_count: 25791
                      - adult: false
                        backdrop_path: /qvzVWohbdcrnaD9qaa6IjrjXHMZ.jpg
                        genre_ids:
                          - 12
                          - 14
                          - 28
                        id: 285
                        media_type: movie
                        original_language: en
                        original_title: 'Pirates of the Caribbean: At World''s End'
                        overview: >-
                          Will Turner and Elizabeth Swann join forces with the
                          revived Captain Barbossa to free Jack Sparrow from
                          Davy Jones' locker. The group must navigate dangerous
                          waters, confront many foes and, ultimately, choose
                          sides in a battle wherein piracy itself hangs in the
                          balance.
                        popularity: 107.619
                        poster_path: /jGWpG4YhpQwVmjyHEGkxEkeRf0S.jpg
                        release_date: '2007-05-19'
                        title: 'Pirates of the Caribbean: At World''s End'
                        video: false
                        vote_average: 7.258
                        vote_count: 14364
                      - adult: false
                        backdrop_path: /5OeY4U2rzePxWq2rkqMajUx2gz7.jpg
                        genre_ids:
                          - 16
                          - 10751
                          - 12
                          - 14
                          - 10749
                        id: 812
                        media_type: movie
                        original_language: en
                        original_title: Aladdin
                        overview: >-
                          In the boorish city of Agrabah, kind-hearted street
                          urchin Aladdin and Princess Jasmine fall in love,
                          although she can only marry a prince. He and
                          power-hungry Grand Vizier Jafar vie for a magic lamp
                          that can fulfill their wishes.
                        popularity: 63.471
                        poster_path: /eLFfl7vS8dkeG1hKp5mwbm37V83.jpg
                        release_date: '1992-11-25'
                        title: Aladdin
                        video: false
                        vote_average: 7.65
                        vote_count: 11261
                      - adult: false
                        backdrop_path: /tva2OlLELCagFynFibcefhn2D9i.jpg
                        genre_ids:
                          - 12
                          - 28
                          - 53
                          - 878
                        id: 604
                        media_type: movie
                        original_language: en
                        original_title: The Matrix Reloaded
                        overview: >-
                          Six months after the events depicted in The Matrix,
                          Neo has proved to be a good omen for the free humans,
                          as more and more humans are being freed from the
                          matrix and brought to Zion, the one and only
                          stronghold of the Resistance.  Neo himself has
                          discovered his superpowers including super speed,
                          ability to see the codes of the things inside the
                          matrix and a certain degree of pre-cognition. But a
                          nasty piece of news hits the human resistance: 250,000
                          machine sentinels are digging to Zion and would reach
                          them in 72 hours. As Zion prepares for the ultimate
                          war, Neo, Morpheus and Trinity are advised by the
                          Oracle to find the Keymaker who would help them reach
                          the Source.  Meanwhile Neo's recurrent dreams
                          depicting Trinity's death have got him worried and as
                          if it was not enough, Agent Smith has somehow escaped
                          deletion, has become more powerful than before and has
                          fixed Neo as his next target.
                        popularity: 57.878
                        poster_path: /9TGHDvWrqKBzwDxDodHYXEmOE6J.jpg
                        release_date: '2003-05-15'
                        title: The Matrix Reloaded
                        video: false
                        vote_average: 7.052
                        vote_count: 10990
                    total_pages: 2
                    total_results: 40
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````