Hi, I just noticed that the endpoint is only returning
{
"media_type": "movie",
"id": 118340
},
instead of the whole object. The same applies to favorite/watchlist/rated
did something change?
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 20 avril 2017 à 19h15
This is fixed, it was a bug I slipped in a few days ago. Sorry about that.
Réponse de tgunguntale
le 21 avril 2017 à 00h42
On a separate note, am I missing something or is there only 20 recommendations per movie ID.... For example "https://api.themoviedb.org/3/movie/9654/recommendations?api_key={APIKEY}&language=en-US&page=1" returns the same results as "https://api.themoviedb.org/3/movie/9654/recommendations?api_key={APIKEY}&language=en-US&page=2"
Réponse de Travis Bell
le 21 avril 2017 à 11h20
Hi @tgunguntale At this time, we only return 20 recommended items. You'll notice that the
total_results
field says20
. This may change in the future.