Hello,
I'm encountering an issue with the discover/movie
endpoint when trying to filter movies based on vote_average
and vote_count
. Here's the API call I'm using:
The problem is that I expect the results to include movies with a vote_count
greater than or equal to 11, but I see many results with lower vote_count
values. Am I missing something in my query, or is there an issue with how the filters are applied? The keyword ID filters are not working either; I'm using over 200 of them.
Thanks in advance!
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ أغسطس 27, 2024 في 5:00 مساءا
I added the filter &sort_by=vote_count.asc and the first results have 11 in vote count.
Try it and tell me if you still get movies with less than 11 vote count.
I didn't check the keywords.
This parameter, &include_image_language=en,null, doesn't work in Discover.
Only when it asks for Movie or Video Details with the Append To Response feature.
رد بواسطة thinkwebb
بتاريخ أغسطس 28, 2024 في 4:22 مساءا
Thank you, the issue was on my end. Your filtering tip helped, though!