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?
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsätta denna artikel eller lägga till den i en lista?
Inte medlem?
Svar från Travis Bell
den 16 september 2015 vid 6:21 PM
Hi Umair,
Correct, top rated is 50 votes minimum now. I will update the docs, thanks for pointing that out.
Svar från Umair
den 16 september 2015 vid 7:14 PM
Cool thanks!