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
بتاريخ سبتمبر 16, 2015 في 6:21 مساءا
Hi Umair,
Correct, top rated is 50 votes minimum now. I will update the docs, thanks for pointing that out.
رد بواسطة Umair
بتاريخ سبتمبر 16, 2015 في 7:14 مساءا
Cool thanks!