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?
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 16 settembre, 2015 alle 6:21PM
Hi Umair,
Correct, top rated is 50 votes minimum now. I will update the docs, thanks for pointing that out.
Risposta da Umair
il 16 settembre, 2015 alle 7:14PM
Cool thanks!