I've been able to recreate Upcoming, Now Playing, and Popular movie lists using the /discover/movie end point and details from the API documentation. However for Top Rated the documentation states that it includes movies that have more than 10 votes. But this does not seem to give me the same results. Using /discover/movie with a filter of vote _ count.gte = 10 and sort_by = vote _ average.desc, I don't quite get the same results as the Top Rates movies list. But when I change vote _ count.gte = 50 I do get the right results (at least the first 10; I haven't checked all of the results). Is this the proper filter to use? Does the documentation need to be updated to reflect this?
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 16 septembre 2015 à 18h21
Hi Umair,
Correct, top rated is 50 votes minimum now. I will update the docs, thanks for pointing that out.
Réponse de Umair
le 16 septembre 2015 à 19h14
Cool thanks!