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

# Recommendations

> this endpoint gives recommendations for movies.



## OpenAPI

````yaml get /3/movie/{{movie_id}}/recommendations
openapi: 3.0.3
info:
  title: TMDb Endpoints
  description: >-
    Welcome to the TMDb API! You'll find a well-organized collection of
    endpoints, each helping you fetch different types of movie and TV data. The
    endpoints cover everything from searching for titles and getting details to
    managing lists and accessing ratings, all designed to give you precise
    control over the information you need.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
    description: Test server
  - url: https://api.themoviedb.org/3
    description: Production server
  - url: '{{base_url}}'
    description: Some other server
security: []
tags:
  - name: AUTHENTICATION
    description: The /account/{account_id} gets the public details of an account on TMDB.
  - name: ACCOUNT
    description: >-
      Account endpoints allow users to manage their personal information,
      ratings, watchlists, and other account-related data after authenticating.
  - name: CERTIFICATIONS
    description: >-
      The Certifications endpoints provide lists of movie and TV show content
      rating systems used in various countries.
  - name: CHANGES
    description: >-
      Changes endpoints allow you to track modifications made to movies, TV
      shows, and people in the TMDb database, providing a history of updates and
      enabling you to keep your local data synchronized.
  - name: COLLECTIONS
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
    description: >-
      Discover endpoints are powerful tools for finding movies and TV shows
      based on a wide range of criteria, such as genre, release date, rating,
      keywords, and more, enabling highly customized searches.
  - name: FIND
    description: This folder has find by ID endpoint
  - name: GENRES
    description: >-
      Genres endpoints provide lists of available movie and TV show genres,
      allowing you to categorize and filter content.
  - name: GUEST SESSIONS
    description: >-
      Guest session endpoints allow you to create temporary, unauthenticated
      sessions that grant limited access to certain API features, such as rating
      movies or TV shows without requiring a full user account.
  - name: KEYWORDS
    description: >-
      Keyword endpoints allow you to search for keywords and retrieve detailed
      information about specific keywords and the media associated with them.
  - name: LISTS
    description: >-
      Lists endpoints allow you to create, retrieve, modify, and delete custom
      lists of movies or TV shows.
  - name: MOVIE LIST
    description: >-
      The Movie List endpoints let you retrieve pre-made lists of movies,
      categorized by criteria like popularity, top rated, now playing, or
      upcoming releases.
  - name: MOVIES
    description: >-
      The Movie endpoints allow you to retrieve detailed information about
      movies, including titles, descriptions, cast, crew, ratings, and related
      data.
  - name: NETWORKS
    description: >-
      The NETWORKS endpoints let you retrieve information about television
      networks, such as their names, logos, and origin countries.
  - name: PEOPLE LISTS
    description: >-
      The People Lists endpoints let you retrieve lists of people based on
      criteria like popularity.
  - name: PEOPLE
    description: >-
      The PEOPLE endpoints let you get information about actors, directors, and
      other people involved in movies and TV shows.
  - name: REVIEWS
    description: >-
      The REVIEWS endpoints let you get user-written opinions and ratings about
      movies and TV shows.
  - name: SEARCH
    description: >-
      The "Search" endpoints let you find movies, TV shows, people, and other
      content by typing in keywords or names.
  - name: TRENDING
    description: >-
      The "Trending" endpoints show you what movies, TV shows, and people are
      currently popular or getting a lot of attention right now.
  - name: TV SERIES LISTS
    description: >-
      TV Series Lists endpoints provide access to pre-defined lists of TV shows,
      such as popular, top-rated, or airing today, allowing you to quickly
      retrieve collections of TV series based on specific criteria.
  - name: TV SERIES
    description: >-
      The TV series endpoints provide access to a wealth of information about
      television shows, including details, credits, seasons, episodes,
      recommendations, and more. See each of them below for specific
      information.
  - name: TV SEASONS
    description: >-
      The TV seasons endpoints allow you to retrieve details about specific
      seasons of a TV show, including information about the episodes within that
      season. See them below for specific information on how to use them.
  - name: TV EPISODES
    description: >-
      The TV episode endpoints allow you to retrieve detailed information about
      specific episodes of a TV show, including details like the episode number,
      name, air date, overview, and more. Check them out for specific
      information.
  - name: TV EPISODE GROUPS
    description: >-
      There's only one endpoint in this folder. Check the endpoint to find
      information about it.
  - name: WATCH PROVIDERS
    description: >-
      The Watch Providers endpoints provide information about streaming
      services, rental/purchase platforms, and sometimes even theatrical
      releases in different regions.
paths:
  /3/movie/{{movie_id}}/recommendations:
    parameters:
      - name: movie_id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - MOVIES
      summary: Recommendations
      description: this endpoint gives recommendations for movies.
      operationId: recommendations
      responses:
        '200':
          description: Recommendations Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=10429
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sat, 11 Jan 2025 14:55:08 GMT
            ETag:
              schema:
                type: string
                example: W/"99f1ca25e13340512571c59bf1274d3f"
            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 dbd8f48cc1ab6207babbec09598cfbb4.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 8pJFzVDKVc7_9bzJCmxXugy3YwMpJxb4oEe5Z-x841OAaQUX73olqw==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '16830'
            x-memc-expires:
              schema:
                type: string
                example: '10429'
            x-memc-key:
              schema:
                type: string
                example: 35ea0e46fd879f8b0b501a97aaa71087
          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: /vsjuHP9RQZJgYUvvSlO3mjJpXkq.jpg
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 878
                          example:
                            - 878
                            - 28
                            - 12
                            - 53
                        id:
                          type: number
                          example: 200
                        media_type:
                          type: string
                          example: movie
                        original_language:
                          type: string
                          example: en
                        original_title:
                          type: string
                          example: 'Star Trek: Insurrection'
                        overview:
                          type: string
                          example: >-
                            When an alien race and factions within Starfleet
                            attempt to take over a planet that has
                            "regenerative" properties, it falls upon Captain
                            Picard and the crew of the Enterprise to defend the
                            planet's people as well as the very ideals upon
                            which the Federation itself was founded.
                        popularity:
                          type: number
                          example: 20.372
                        poster_path:
                          type: string
                          example: /xQCMAHeg5M9HpDIqanYbWdr4brB.jpg
                        release_date:
                          type: string
                          example: '1998-12-11'
                        title:
                          type: string
                          example: 'Star Trek: Insurrection'
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 6.4
                        vote_count:
                          type: number
                          example: 1218
                    example:
                      - adult: false
                        backdrop_path: /vsjuHP9RQZJgYUvvSlO3mjJpXkq.jpg
                        genre_ids:
                          - 878
                          - 28
                          - 12
                          - 53
                        id: 200
                        media_type: movie
                        original_language: en
                        original_title: 'Star Trek: Insurrection'
                        overview: >-
                          When an alien race and factions within Starfleet
                          attempt to take over a planet that has "regenerative"
                          properties, it falls upon Captain Picard and the crew
                          of the Enterprise to defend the planet's people as
                          well as the very ideals upon which the Federation
                          itself was founded.
                        popularity: 20.372
                        poster_path: /xQCMAHeg5M9HpDIqanYbWdr4brB.jpg
                        release_date: '1998-12-11'
                        title: 'Star Trek: Insurrection'
                        video: false
                        vote_average: 6.4
                        vote_count: 1218
                      - adult: false
                        backdrop_path: /mNdsbVuRdsyo8eitW2IBW2BWRkU.jpg
                        genre_ids:
                          - 878
                          - 28
                          - 12
                          - 53
                        id: 193
                        media_type: movie
                        original_language: en
                        original_title: 'Star Trek: Generations'
                        overview: >-
                          Captain Jean-Luc Picard and the crew of the
                          Enterprise-D find themselves at odds with the renegade
                          scientist Soran who is destroying entire star systems.
                          Only one man can help Picard stop Soran's scheme...and
                          he's been dead for seventy-eight years.
                        popularity: 16.258
                        poster_path: /gb7jgNamZeEcuzWNIVFEsjMLvg6.jpg
                        release_date: '1994-11-18'
                        title: 'Star Trek: Generations'
                        video: false
                        vote_average: 6.5
                        vote_count: 1343
                      - adult: false
                        backdrop_path: /rPaOAtK6OpnHQ9r61WPM4WWNxaH.jpg
                        genre_ids:
                          - 878
                          - 12
                          - 9648
                        id: 152
                        media_type: movie
                        original_language: en
                        original_title: 'Star Trek: The Motion Picture'
                        overview: >-
                          When an unidentified alien destroys three powerful
                          Klingon cruisers, Captain James T. Kirk returns to the
                          newly transformed U.S.S. Enterprise to take command.
                        popularity: 27.46
                        poster_path: /wfiAfNwH6CMKxz4vRaW8CPTabtk.jpg
                        release_date: '1979-12-07'
                        title: 'Star Trek: The Motion Picture'
                        video: false
                        vote_average: 6.5
                        vote_count: 1739
                      - adult: false
                        backdrop_path: /wygUDDRNpeKUnkekRGeLCZM93tA.jpg
                        genre_ids:
                          - 878
                          - 28
                          - 12
                          - 53
                        id: 199
                        media_type: movie
                        original_language: en
                        original_title: 'Star Trek: First Contact'
                        overview: >-
                          The Borg, a relentless race of cyborgs, are on a
                          direct course for Earth. Violating orders to stay away
                          from the battle, Captain Picard and the crew of the
                          newly-commissioned USS Enterprise E pursue the Borg
                          back in time to prevent the invaders from changing
                          Federation history and assimilating the galaxy.
                        popularity: 18.704
                        poster_path: /vrC1lkTktFQ4AqBfqf4PXoDDLcw.jpg
                        release_date: '1996-11-22'
                        title: 'Star Trek: First Contact'
                        video: false
                        vote_average: 7.3
                        vote_count: 1769
                      - adult: false
                        backdrop_path: /qnrtxlmvWGYzNKxtNnh8sd29j9w.jpg
                        genre_ids:
                          - 12
                          - 16
                          - 35
                          - 10751
                          - 14
                        id: 15511
                        media_type: movie
                        original_language: en
                        original_title: 'The Pirates Who Don''t Do Anything: A VeggieTales Movie'
                        overview: >-
                          A boatload of beloved VeggieTales pals embark on a fun
                          and fresh pirate adventure with their trademark humor
                          and silly songs in The Pirates Who Don't Do Anything -
                          A VeggieTales Movie! Larry the Cucumber, Mr. Lunt and
                          Pa Grape find themselves on the ride of their lives
                          when they are mysteriously whisked back to the time
                          when pirates ruled the high seas.
                        popularity: 12.036
                        poster_path: /lOG2rEdFY74AJOg3Fwd8RXS2LMf.jpg
                        release_date: '2008-01-11'
                        title: 'The Pirates Who Don''t Do Anything: A VeggieTales Movie'
                        video: false
                        vote_average: 5.617
                        vote_count: 77
                      - adult: false
                        backdrop_path: /nGJTamFPZ9V4JX5YpiOS0UDuwmx.jpg
                        genre_ids:
                          - 878
                          - 28
                          - 12
                          - 53
                        id: 174
                        media_type: movie
                        original_language: en
                        original_title: 'Star Trek VI: The Undiscovered Country'
                        overview: >-
                          After years of war, the Federation and the Klingon
                          empire find themselves on the brink of a peace summit
                          when a Klingon ship is nearly destroyed by an apparent
                          attack from the Enterprise. Both worlds brace for what
                          may be their deadliest encounter.
                        popularity: 23.222
                        poster_path: /tvTOJD7Gz668GLy2nNdLRQvpPsv.jpg
                        release_date: '1991-12-06'
                        title: 'Star Trek VI: The Undiscovered Country'
                        video: false
                        vote_average: 7
                        vote_count: 1274
                      - adult: false
                        backdrop_path: /g5CMQPz5cqUHro9pNLBRW7cT8cY.jpg
                        genre_ids:
                          - 18
                          - 14
                        id: 16716
                        media_type: movie
                        original_language: en
                        original_title: A Christmas Carol
                        overview: >-
                          Miser Ebenezer Scrooge is awakened on Christmas Eve by
                          spirits who reveal to him his own miserable existence,
                          what opportunities he wasted in his youth, his current
                          cruelties, and the dire fate that awaits him if he
                          does not change his ways. Scrooge is faced with his
                          own story of growing bitterness and meanness, and must
                          decide what his own future will hold: death or
                          redemption.
                        popularity: 13.255
                        poster_path: /oi1NcVDXlFEsdpLp37BJmFbVlg9.jpg
                        release_date: '1999-12-05'
                        title: A Christmas Carol
                        video: false
                        vote_average: 6.936
                        vote_count: 203
                      - adult: false
                        backdrop_path: /zzzoRNVSaUv6e1hpADjUDeM3EvY.jpg
                        genre_ids:
                          - 878
                          - 28
                          - 12
                        id: 13475
                        media_type: movie
                        original_language: en
                        original_title: Star Trek
                        overview: >-
                          The fate of the galaxy rests in the hands of bitter
                          rivals. One, James Kirk, is a delinquent,
                          thrill-seeking Iowa farm boy. The other, Spock, a
                          Vulcan, was raised in a logic-based society that
                          rejects all emotion. As fiery instinct clashes with
                          calm reason, their unlikely but powerful partnership
                          is the only thing capable of leading their crew
                          through unimaginable danger, boldly going where no one
                          has gone before. The human adventure has begun again.
                        popularity: 75.075
                        poster_path: /lV5OpzAss1z06YNagOVap1I35mH.jpg
                        release_date: '2009-05-06'
                        title: Star Trek
                        video: false
                        vote_average: 7.43
                        vote_count: 9887
                      - adult: false
                        backdrop_path: /4ms1JNHHpW4rwEXnjyhLN7IP0PZ.jpg
                        genre_ids:
                          - 35
                          - 18
                          - 10402
                        id: 5722
                        media_type: movie
                        original_language: en
                        original_title: Beyond the Valley of the Dolls
                        overview: >-
                          An all-female rock group finds fame, love, and drama
                          when they move to LA in order to claim the lead
                          singer’s inheritance.
                        popularity: 10.368
                        poster_path: /kmGOF3T35Q6zM1PMmp4Gf0VNX65.jpg
                        release_date: '1970-07-17'
                        title: Beyond the Valley of the Dolls
                        video: false
                        vote_average: 6.21
                        vote_count: 195
                      - adult: false
                        backdrop_path: /6Exoar3dK8Bv57ejK4ii3FXdSXx.jpg
                        genre_ids:
                          - 14
                          - 27
                          - 28
                          - 9648
                          - 878
                        id: 33555
                        media_type: movie
                        original_language: en
                        original_title: Sherlock Holmes
                        overview: >-
                          Sherlock Holmes and Watson are on the trail of a
                          criminal and scientific mastermind who seems to
                          control monsters and creations which defy belief.
                        popularity: 18.465
                        poster_path: /wsJkEzktZV83DXlQItsO1ooGGq0.jpg
                        release_date: '2010-01-26'
                        title: Sherlock Holmes
                        video: false
                        vote_average: 5.2
                        vote_count: 97
                      - adult: false
                        backdrop_path: /BqKararfhJ7FLqF6AStOe7Qbwd.jpg
                        genre_ids:
                          - 878
                          - 27
                        id: 27371
                        media_type: movie
                        original_language: en
                        original_title: Crimes of the Future
                        overview: >-
                          Crimes of the Future is set in a future where sexually
                          mature women appear to have been obliterated by a
                          plague produced by the use of cosmetics. The film
                          details the wanderings of Adrian Tripod, director of
                          the dermatological clinic the House of Skin. Tripod
                          seems at a loss following the disappearance of his
                          mentor Antoine Rouge.
                        popularity: 10.318
                        poster_path: /w28rLVOO5hrmA7fe4cbZgS2993Y.jpg
                        release_date: '1970-06-01'
                        title: Crimes of the Future
                        video: false
                        vote_average: 4.9
                        vote_count: 101
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 99
                        id: 239059
                        media_type: movie
                        original_language: en
                        original_title: Inside the Labyrinth
                        overview: >-
                          A behind-the-scenes look at Jim Henson's 1986 fantasy
                          film, 'Labyrinth', featuring David Bowie and Jennifer
                          Connelly.
                        popularity: 1.699
                        poster_path: /kgv1ptuMi17wEguHVYqPD3eXvtI.jpg
                        release_date: '1986-12-13'
                        title: Inside the Labyrinth
                        video: false
                        vote_average: 7.633
                        vote_count: 15
                      - adult: false
                        backdrop_path: /kFVfK6udZYnqNaJIxW5nNa51Q8L.jpg
                        genre_ids:
                          - 878
                          - 35
                        id: 16261
                        media_type: movie
                        original_language: en
                        original_title: Repli-Kate
                        overview: >-
                          A scientist and his sidekick accidentally clone a
                          journalist and decide to turn the mistake into
                          Repli-Kate, their idea of the perfect woman, who
                          loves, beer, football, and frat parties.
                        popularity: 13.579
                        poster_path: /t4NcV5umUcFcG8bQgZSjdMaCg6e.jpg
                        release_date: '2002-01-29'
                        title: Repli-Kate
                        video: false
                        vote_average: 5.299
                        vote_count: 117
                      - adult: false
                        backdrop_path: /6nZx19dEENHeguYB0hfvuSUNVuG.jpg
                        genre_ids:
                          - 35
                          - 53
                          - 27
                        id: 15203
                        media_type: movie
                        original_language: sh
                        original_title: Давитељ против давитеља
                        overview: >-
                          When it comes to crime, Belgrade is same as any other
                          modern metropolis, except for having its own serial
                          killers. That blank is filled when a flower salesman
                          begins strangling women. A popular, but very disturbed
                          rock star soon becomes telepathically connected with
                          the killer.
                        popularity: 4.057
                        poster_path: /cKMD2Iki6tpiwfWw1sd0dnkewgN.jpg
                        release_date: '1984-06-18'
                        title: Strangler vs Strangler
                        video: false
                        vote_average: 6.875
                        vote_count: 36
                      - adult: false
                        backdrop_path: /jUPPzUcwq400R1LHUB7YTWWbhX2.jpg
                        genre_ids:
                          - 16
                        id: 260337
                        media_type: movie
                        original_language: en
                        original_title: Walt Disney's Fables - Vol.2
                        overview: >-
                          Six more animated stories from the Disney studios. In
                          'Little Hiawatha' Little Indian cannot seem to kill
                          the animals he hunts and ends up befriending a rabbit.
                          In the Oscar-winning 'The Ugly Dickling' a baby
                          duckling is shunned by his family for being ugly but
                          finds a mother swan who takes him under her wing.
                          'Farmyard Symphony' sees a rooster, pig and lamb make
                          beautiful music. 'Wynken, Blynken and Nod' sees three
                          babies going to the moon in a wooden shoe. 'Merbabies'
                          sees ocean waves turning into cherubic sea-maidens.
                          And finally the Oscar-winning 'The Old Mill' goes
                          inside a windmill during a stormy night.
                        popularity: 2.786
                        poster_path: /tXNkVaxYNGsjsCkZ5HMe1WvxZKb.jpg
                        release_date: '2003-04-07'
                        title: Walt Disney's Fables - Vol.2
                        video: true
                        vote_average: 7.8
                        vote_count: 13
                      - adult: false
                        backdrop_path: /y1wd7YlAmYVnS45x2kK9ryydixM.jpg
                        genre_ids:
                          - 99
                          - 10770
                        id: 86522
                        media_type: movie
                        original_language: en
                        original_title: 'Louis Theroux: The Ultra Zionists'
                        overview: >-
                          Louis Theroux spends time with a small and very
                          committed subculture of ultra-nationalist Jewish
                          settlers. He discovers a group of people who consider
                          it their religious and political obligation to
                          populate some of the most sensitive areas of the West
                          Bank, especially those with a spiritual significance
                          dating back to the Bible.  Throughout his journey,
                          Louis gets close to the people most involved with
                          driving the extreme end of the Jewish settler movement
                          - finding them warm, friendly, humorous, and deeply
                          troubling.
                        popularity: 1.677
                        poster_path: /eAGqQfo35YrLueDO8onF1D89i9n.jpg
                        release_date: '2011-02-03'
                        title: 'Louis Theroux: The Ultra Zionists'
                        video: false
                        vote_average: 6.6
                        vote_count: 32
                      - adult: false
                        backdrop_path: /aWCrmx08VcN9QZlAbsnjMONJEzh.jpg
                        genre_ids:
                          - 10749
                          - 35
                          - 18
                        id: 445685
                        media_type: movie
                        original_language: hi
                        original_title: Koi Aap Sa
                        overview: >-
                          An emotional Mumbai-based football player, Rohan
                          (Shivdasani), seeks the assistance of childhood
                          friend, Simran (Reddy), to successfully woo
                          fellow-collegian, Preeti (Sharma). Simran herself is
                          about to be engaged to U.S-based Vicky (Malik). After
                          the engagement ceremony, Vicky returns back to the U.S
                          - not realising that back in India nothing is the same
                          anymore...
                        popularity: 1.221
                        poster_path: /g9RSAsLY4wKbtN4ypuTTEKAiXw.jpg
                        release_date: '2005-10-14'
                        title: Koi Aap Sa
                        video: false
                        vote_average: 7.2
                        vote_count: 4
                      - adult: false
                        backdrop_path: /1QhYQrkOc4fqoyPOIHt3iSgHMLC.jpg
                        genre_ids:
                          - 28
                          - 14
                          - 12
                        id: 13360
                        media_type: movie
                        original_language: en
                        original_title: 'Highlander: The Source'
                        overview: >-
                          The world is falling into chaos. As he roams a
                          crumbling city, Duncan MacLeod, the Highlander,
                          remembers happier times before the love of his life
                          left... Hopeless and alone, MacLeod finds his way to a
                          band of immortal companions, including his mysterious
                          friend Methos, and a mortal, Watcher Joe Dawson.
                          Together this small group sets out on a quest to find
                          the origin of the first Immortal.
                        popularity: 14.252
                        poster_path: /1d0pKQuk6KUHaK5LL6ZNvSp6vS8.jpg
                        release_date: '2007-09-15'
                        title: 'Highlander: The Source'
                        video: false
                        vote_average: 4
                        vote_count: 199
                      - adult: false
                        backdrop_path: /oXs8kp1oX5N0Mte6U8UUAwmLwt6.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 878
                          - 53
                        id: 154
                        media_type: movie
                        original_language: en
                        original_title: 'Star Trek II: The Wrath of Khan'
                        overview: >-
                          The starship Enterprise and its crew is pulled back
                          into action when old nemesis, Khan, steals a top
                          secret device called Project Genesis.
                        popularity: 22.618
                        poster_path: /uPyLsKl8Z0LOoxeaFXsY5MxhR5s.jpg
                        release_date: '1982-06-04'
                        title: 'Star Trek II: The Wrath of Khan'
                        video: false
                        vote_average: 7.5
                        vote_count: 1921
                      - adult: false
                        backdrop_path: /ig5nkwRi0AbPTYxl6zMb8u6dqkQ.jpg
                        genre_ids:
                          - 27
                          - 12
                          - 14
                        id: 18870
                        media_type: movie
                        original_language: en
                        original_title: Minotaur
                        overview: >-
                          Long ago in the Iron Age, a shadow loomed over a
                          lonely village. For generations, the village youths
                          are stolen from their families and delivered as
                          sacrifice to a mythical beast - the Minotaur, that
                          dwells beneath a great palace. Theo, haunted by the
                          loss of his love in an earlier sacrifice is convinced
                          that the beast isn't real and that his girl still
                          lives as a slave within the palace.
                        popularity: 22.347
                        poster_path: /nwSYtZNc42WaqOzkMpSuZ4NElJr.jpg
                        release_date: '2006-03-11'
                        title: Minotaur
                        video: false
                        vote_average: 4.9
                        vote_count: 148
                  total_pages:
                    type: number
                    example: 2
                  total_results:
                    type: number
                    example: 40
              examples:
                Recommendations Example:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /vsjuHP9RQZJgYUvvSlO3mjJpXkq.jpg
                        genre_ids:
                          - 878
                          - 28
                          - 12
                          - 53
                        id: 200
                        media_type: movie
                        original_language: en
                        original_title: 'Star Trek: Insurrection'
                        overview: >-
                          When an alien race and factions within Starfleet
                          attempt to take over a planet that has "regenerative"
                          properties, it falls upon Captain Picard and the crew
                          of the Enterprise to defend the planet's people as
                          well as the very ideals upon which the Federation
                          itself was founded.
                        popularity: 20.372
                        poster_path: /xQCMAHeg5M9HpDIqanYbWdr4brB.jpg
                        release_date: '1998-12-11'
                        title: 'Star Trek: Insurrection'
                        video: false
                        vote_average: 6.4
                        vote_count: 1218
                      - adult: false
                        backdrop_path: /mNdsbVuRdsyo8eitW2IBW2BWRkU.jpg
                        genre_ids:
                          - 878
                          - 28
                          - 12
                          - 53
                        id: 193
                        media_type: movie
                        original_language: en
                        original_title: 'Star Trek: Generations'
                        overview: >-
                          Captain Jean-Luc Picard and the crew of the
                          Enterprise-D find themselves at odds with the renegade
                          scientist Soran who is destroying entire star systems.
                          Only one man can help Picard stop Soran's scheme...and
                          he's been dead for seventy-eight years.
                        popularity: 16.258
                        poster_path: /gb7jgNamZeEcuzWNIVFEsjMLvg6.jpg
                        release_date: '1994-11-18'
                        title: 'Star Trek: Generations'
                        video: false
                        vote_average: 6.5
                        vote_count: 1343
                      - adult: false
                        backdrop_path: /rPaOAtK6OpnHQ9r61WPM4WWNxaH.jpg
                        genre_ids:
                          - 878
                          - 12
                          - 9648
                        id: 152
                        media_type: movie
                        original_language: en
                        original_title: 'Star Trek: The Motion Picture'
                        overview: >-
                          When an unidentified alien destroys three powerful
                          Klingon cruisers, Captain James T. Kirk returns to the
                          newly transformed U.S.S. Enterprise to take command.
                        popularity: 27.46
                        poster_path: /wfiAfNwH6CMKxz4vRaW8CPTabtk.jpg
                        release_date: '1979-12-07'
                        title: 'Star Trek: The Motion Picture'
                        video: false
                        vote_average: 6.5
                        vote_count: 1739
                      - adult: false
                        backdrop_path: /wygUDDRNpeKUnkekRGeLCZM93tA.jpg
                        genre_ids:
                          - 878
                          - 28
                          - 12
                          - 53
                        id: 199
                        media_type: movie
                        original_language: en
                        original_title: 'Star Trek: First Contact'
                        overview: >-
                          The Borg, a relentless race of cyborgs, are on a
                          direct course for Earth. Violating orders to stay away
                          from the battle, Captain Picard and the crew of the
                          newly-commissioned USS Enterprise E pursue the Borg
                          back in time to prevent the invaders from changing
                          Federation history and assimilating the galaxy.
                        popularity: 18.704
                        poster_path: /vrC1lkTktFQ4AqBfqf4PXoDDLcw.jpg
                        release_date: '1996-11-22'
                        title: 'Star Trek: First Contact'
                        video: false
                        vote_average: 7.3
                        vote_count: 1769
                      - adult: false
                        backdrop_path: /qnrtxlmvWGYzNKxtNnh8sd29j9w.jpg
                        genre_ids:
                          - 12
                          - 16
                          - 35
                          - 10751
                          - 14
                        id: 15511
                        media_type: movie
                        original_language: en
                        original_title: 'The Pirates Who Don''t Do Anything: A VeggieTales Movie'
                        overview: >-
                          A boatload of beloved VeggieTales pals embark on a fun
                          and fresh pirate adventure with their trademark humor
                          and silly songs in The Pirates Who Don't Do Anything -
                          A VeggieTales Movie! Larry the Cucumber, Mr. Lunt and
                          Pa Grape find themselves on the ride of their lives
                          when they are mysteriously whisked back to the time
                          when pirates ruled the high seas.
                        popularity: 12.036
                        poster_path: /lOG2rEdFY74AJOg3Fwd8RXS2LMf.jpg
                        release_date: '2008-01-11'
                        title: 'The Pirates Who Don''t Do Anything: A VeggieTales Movie'
                        video: false
                        vote_average: 5.617
                        vote_count: 77
                      - adult: false
                        backdrop_path: /nGJTamFPZ9V4JX5YpiOS0UDuwmx.jpg
                        genre_ids:
                          - 878
                          - 28
                          - 12
                          - 53
                        id: 174
                        media_type: movie
                        original_language: en
                        original_title: 'Star Trek VI: The Undiscovered Country'
                        overview: >-
                          After years of war, the Federation and the Klingon
                          empire find themselves on the brink of a peace summit
                          when a Klingon ship is nearly destroyed by an apparent
                          attack from the Enterprise. Both worlds brace for what
                          may be their deadliest encounter.
                        popularity: 23.222
                        poster_path: /tvTOJD7Gz668GLy2nNdLRQvpPsv.jpg
                        release_date: '1991-12-06'
                        title: 'Star Trek VI: The Undiscovered Country'
                        video: false
                        vote_average: 7
                        vote_count: 1274
                      - adult: false
                        backdrop_path: /g5CMQPz5cqUHro9pNLBRW7cT8cY.jpg
                        genre_ids:
                          - 18
                          - 14
                        id: 16716
                        media_type: movie
                        original_language: en
                        original_title: A Christmas Carol
                        overview: >-
                          Miser Ebenezer Scrooge is awakened on Christmas Eve by
                          spirits who reveal to him his own miserable existence,
                          what opportunities he wasted in his youth, his current
                          cruelties, and the dire fate that awaits him if he
                          does not change his ways. Scrooge is faced with his
                          own story of growing bitterness and meanness, and must
                          decide what his own future will hold: death or
                          redemption.
                        popularity: 13.255
                        poster_path: /oi1NcVDXlFEsdpLp37BJmFbVlg9.jpg
                        release_date: '1999-12-05'
                        title: A Christmas Carol
                        video: false
                        vote_average: 6.936
                        vote_count: 203
                      - adult: false
                        backdrop_path: /zzzoRNVSaUv6e1hpADjUDeM3EvY.jpg
                        genre_ids:
                          - 878
                          - 28
                          - 12
                        id: 13475
                        media_type: movie
                        original_language: en
                        original_title: Star Trek
                        overview: >-
                          The fate of the galaxy rests in the hands of bitter
                          rivals. One, James Kirk, is a delinquent,
                          thrill-seeking Iowa farm boy. The other, Spock, a
                          Vulcan, was raised in a logic-based society that
                          rejects all emotion. As fiery instinct clashes with
                          calm reason, their unlikely but powerful partnership
                          is the only thing capable of leading their crew
                          through unimaginable danger, boldly going where no one
                          has gone before. The human adventure has begun again.
                        popularity: 75.075
                        poster_path: /lV5OpzAss1z06YNagOVap1I35mH.jpg
                        release_date: '2009-05-06'
                        title: Star Trek
                        video: false
                        vote_average: 7.43
                        vote_count: 9887
                      - adult: false
                        backdrop_path: /4ms1JNHHpW4rwEXnjyhLN7IP0PZ.jpg
                        genre_ids:
                          - 35
                          - 18
                          - 10402
                        id: 5722
                        media_type: movie
                        original_language: en
                        original_title: Beyond the Valley of the Dolls
                        overview: >-
                          An all-female rock group finds fame, love, and drama
                          when they move to LA in order to claim the lead
                          singer’s inheritance.
                        popularity: 10.368
                        poster_path: /kmGOF3T35Q6zM1PMmp4Gf0VNX65.jpg
                        release_date: '1970-07-17'
                        title: Beyond the Valley of the Dolls
                        video: false
                        vote_average: 6.21
                        vote_count: 195
                      - adult: false
                        backdrop_path: /6Exoar3dK8Bv57ejK4ii3FXdSXx.jpg
                        genre_ids:
                          - 14
                          - 27
                          - 28
                          - 9648
                          - 878
                        id: 33555
                        media_type: movie
                        original_language: en
                        original_title: Sherlock Holmes
                        overview: >-
                          Sherlock Holmes and Watson are on the trail of a
                          criminal and scientific mastermind who seems to
                          control monsters and creations which defy belief.
                        popularity: 18.465
                        poster_path: /wsJkEzktZV83DXlQItsO1ooGGq0.jpg
                        release_date: '2010-01-26'
                        title: Sherlock Holmes
                        video: false
                        vote_average: 5.2
                        vote_count: 97
                      - adult: false
                        backdrop_path: /BqKararfhJ7FLqF6AStOe7Qbwd.jpg
                        genre_ids:
                          - 878
                          - 27
                        id: 27371
                        media_type: movie
                        original_language: en
                        original_title: Crimes of the Future
                        overview: >-
                          Crimes of the Future is set in a future where sexually
                          mature women appear to have been obliterated by a
                          plague produced by the use of cosmetics. The film
                          details the wanderings of Adrian Tripod, director of
                          the dermatological clinic the House of Skin. Tripod
                          seems at a loss following the disappearance of his
                          mentor Antoine Rouge.
                        popularity: 10.318
                        poster_path: /w28rLVOO5hrmA7fe4cbZgS2993Y.jpg
                        release_date: '1970-06-01'
                        title: Crimes of the Future
                        video: false
                        vote_average: 4.9
                        vote_count: 101
                      - adult: false
                        backdrop_path: null
                        genre_ids:
                          - 99
                        id: 239059
                        media_type: movie
                        original_language: en
                        original_title: Inside the Labyrinth
                        overview: >-
                          A behind-the-scenes look at Jim Henson's 1986 fantasy
                          film, 'Labyrinth', featuring David Bowie and Jennifer
                          Connelly.
                        popularity: 1.699
                        poster_path: /kgv1ptuMi17wEguHVYqPD3eXvtI.jpg
                        release_date: '1986-12-13'
                        title: Inside the Labyrinth
                        video: false
                        vote_average: 7.633
                        vote_count: 15
                      - adult: false
                        backdrop_path: /kFVfK6udZYnqNaJIxW5nNa51Q8L.jpg
                        genre_ids:
                          - 878
                          - 35
                        id: 16261
                        media_type: movie
                        original_language: en
                        original_title: Repli-Kate
                        overview: >-
                          A scientist and his sidekick accidentally clone a
                          journalist and decide to turn the mistake into
                          Repli-Kate, their idea of the perfect woman, who
                          loves, beer, football, and frat parties.
                        popularity: 13.579
                        poster_path: /t4NcV5umUcFcG8bQgZSjdMaCg6e.jpg
                        release_date: '2002-01-29'
                        title: Repli-Kate
                        video: false
                        vote_average: 5.299
                        vote_count: 117
                      - adult: false
                        backdrop_path: /6nZx19dEENHeguYB0hfvuSUNVuG.jpg
                        genre_ids:
                          - 35
                          - 53
                          - 27
                        id: 15203
                        media_type: movie
                        original_language: sh
                        original_title: Давитељ против давитеља
                        overview: >-
                          When it comes to crime, Belgrade is same as any other
                          modern metropolis, except for having its own serial
                          killers. That blank is filled when a flower salesman
                          begins strangling women. A popular, but very disturbed
                          rock star soon becomes telepathically connected with
                          the killer.
                        popularity: 4.057
                        poster_path: /cKMD2Iki6tpiwfWw1sd0dnkewgN.jpg
                        release_date: '1984-06-18'
                        title: Strangler vs Strangler
                        video: false
                        vote_average: 6.875
                        vote_count: 36
                      - adult: false
                        backdrop_path: /jUPPzUcwq400R1LHUB7YTWWbhX2.jpg
                        genre_ids:
                          - 16
                        id: 260337
                        media_type: movie
                        original_language: en
                        original_title: Walt Disney's Fables - Vol.2
                        overview: >-
                          Six more animated stories from the Disney studios. In
                          'Little Hiawatha' Little Indian cannot seem to kill
                          the animals he hunts and ends up befriending a rabbit.
                          In the Oscar-winning 'The Ugly Dickling' a baby
                          duckling is shunned by his family for being ugly but
                          finds a mother swan who takes him under her wing.
                          'Farmyard Symphony' sees a rooster, pig and lamb make
                          beautiful music. 'Wynken, Blynken and Nod' sees three
                          babies going to the moon in a wooden shoe. 'Merbabies'
                          sees ocean waves turning into cherubic sea-maidens.
                          And finally the Oscar-winning 'The Old Mill' goes
                          inside a windmill during a stormy night.
                        popularity: 2.786
                        poster_path: /tXNkVaxYNGsjsCkZ5HMe1WvxZKb.jpg
                        release_date: '2003-04-07'
                        title: Walt Disney's Fables - Vol.2
                        video: true
                        vote_average: 7.8
                        vote_count: 13
                      - adult: false
                        backdrop_path: /y1wd7YlAmYVnS45x2kK9ryydixM.jpg
                        genre_ids:
                          - 99
                          - 10770
                        id: 86522
                        media_type: movie
                        original_language: en
                        original_title: 'Louis Theroux: The Ultra Zionists'
                        overview: >-
                          Louis Theroux spends time with a small and very
                          committed subculture of ultra-nationalist Jewish
                          settlers. He discovers a group of people who consider
                          it their religious and political obligation to
                          populate some of the most sensitive areas of the West
                          Bank, especially those with a spiritual significance
                          dating back to the Bible.  Throughout his journey,
                          Louis gets close to the people most involved with
                          driving the extreme end of the Jewish settler movement
                          - finding them warm, friendly, humorous, and deeply
                          troubling.
                        popularity: 1.677
                        poster_path: /eAGqQfo35YrLueDO8onF1D89i9n.jpg
                        release_date: '2011-02-03'
                        title: 'Louis Theroux: The Ultra Zionists'
                        video: false
                        vote_average: 6.6
                        vote_count: 32
                      - adult: false
                        backdrop_path: /aWCrmx08VcN9QZlAbsnjMONJEzh.jpg
                        genre_ids:
                          - 10749
                          - 35
                          - 18
                        id: 445685
                        media_type: movie
                        original_language: hi
                        original_title: Koi Aap Sa
                        overview: >-
                          An emotional Mumbai-based football player, Rohan
                          (Shivdasani), seeks the assistance of childhood
                          friend, Simran (Reddy), to successfully woo
                          fellow-collegian, Preeti (Sharma). Simran herself is
                          about to be engaged to U.S-based Vicky (Malik). After
                          the engagement ceremony, Vicky returns back to the U.S
                          - not realising that back in India nothing is the same
                          anymore...
                        popularity: 1.221
                        poster_path: /g9RSAsLY4wKbtN4ypuTTEKAiXw.jpg
                        release_date: '2005-10-14'
                        title: Koi Aap Sa
                        video: false
                        vote_average: 7.2
                        vote_count: 4
                      - adult: false
                        backdrop_path: /1QhYQrkOc4fqoyPOIHt3iSgHMLC.jpg
                        genre_ids:
                          - 28
                          - 14
                          - 12
                        id: 13360
                        media_type: movie
                        original_language: en
                        original_title: 'Highlander: The Source'
                        overview: >-
                          The world is falling into chaos. As he roams a
                          crumbling city, Duncan MacLeod, the Highlander,
                          remembers happier times before the love of his life
                          left... Hopeless and alone, MacLeod finds his way to a
                          band of immortal companions, including his mysterious
                          friend Methos, and a mortal, Watcher Joe Dawson.
                          Together this small group sets out on a quest to find
                          the origin of the first Immortal.
                        popularity: 14.252
                        poster_path: /1d0pKQuk6KUHaK5LL6ZNvSp6vS8.jpg
                        release_date: '2007-09-15'
                        title: 'Highlander: The Source'
                        video: false
                        vote_average: 4
                        vote_count: 199
                      - adult: false
                        backdrop_path: /oXs8kp1oX5N0Mte6U8UUAwmLwt6.jpg
                        genre_ids:
                          - 28
                          - 12
                          - 878
                          - 53
                        id: 154
                        media_type: movie
                        original_language: en
                        original_title: 'Star Trek II: The Wrath of Khan'
                        overview: >-
                          The starship Enterprise and its crew is pulled back
                          into action when old nemesis, Khan, steals a top
                          secret device called Project Genesis.
                        popularity: 22.618
                        poster_path: /uPyLsKl8Z0LOoxeaFXsY5MxhR5s.jpg
                        release_date: '1982-06-04'
                        title: 'Star Trek II: The Wrath of Khan'
                        video: false
                        vote_average: 7.5
                        vote_count: 1921
                      - adult: false
                        backdrop_path: /ig5nkwRi0AbPTYxl6zMb8u6dqkQ.jpg
                        genre_ids:
                          - 27
                          - 12
                          - 14
                        id: 18870
                        media_type: movie
                        original_language: en
                        original_title: Minotaur
                        overview: >-
                          Long ago in the Iron Age, a shadow loomed over a
                          lonely village. For generations, the village youths
                          are stolen from their families and delivered as
                          sacrifice to a mythical beast - the Minotaur, that
                          dwells beneath a great palace. Theo, haunted by the
                          loss of his love in an earlier sacrifice is convinced
                          that the beast isn't real and that his girl still
                          lives as a slave within the palace.
                        popularity: 22.347
                        poster_path: /nwSYtZNc42WaqOzkMpSuZ4NElJr.jpg
                        release_date: '2006-03-11'
                        title: Minotaur
                        video: false
                        vote_average: 4.9
                        vote_count: 148
                    total_pages: 2
                    total_results: 40
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````