Skip to main content
GET
/
movie
/
{movie_id}
/
recommendations
Recommendation
curl --request GET \
  --url https://api.themoviedb.org/3/movie/{movie_id}/recommendations \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

movie_id
integer
required

The ID of the movie

Query Parameters

language
string

Defaults to false

page
integer

Defaults to 1

Response

200 - application/json

Successful

The response is of type object.