GET
/
3
/
movie
/
{movie_id}
/
recommendations
curl --request GET \
  --url https://api.themoviedb.org/3/movie/%7B{movie_id}%7D/recommendations \
  --header 'Authorization: Bearer <token>'
{
  "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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

movie_id
string
required

Response

200 - application/json

Recommendations Example

The response is of type object.