cURL
curl --request GET \ --url https://api.themoviedb.org/3/movie/{movie_id}/recommendations \ --header 'Authorization: Bearer <token>'
{}
This endpoint is used to get movie recommendation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the movie
Defaults to false
Defaults to 1
Successful
The response is of type object.
object