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?
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2015 年 09 月 16 日 6:21下午
Hi Umair,
Correct, top rated is 50 votes minimum now. I will update the docs, thanks for pointing that out.
Umair 的回复
于 2015 年 09 月 16 日 7:14下午
Cool thanks!