I tried to get the JSON with films with vote average below 2 and the response is not correct This is my URL: "https://api.themoviedb.org/3/discover/movie?api_key=YOUR_API_KEY&vote_average.lt=2" The response is as JSON with popular Movies so "&vote_average.lt=2" is not doing anything
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط superboy97
در تاریخ آوریل 10, 2025 ساعت 6:08 ق.ض
As visible in the discover documentation, we don't have a vote_average.lt parameter, but a vote_average.lte parameter.
پاسخ توسط Miguel.gomezhuguet
در تاریخ آوریل 10, 2025 ساعت 6:22 ق.ض
oops, thank you. but now i see a problem, if i do the same but now with lte, the firs result is not below 2 as you can see
this is the URL now:
"https://api.themoviedb.org/3/discover/movie?api_key=YOUR_API_KEY&vote_average.lte=2"
this is the first result
پاسخ توسط ticao2 🇧🇷 pt-BR
در تاریخ آوریل 11, 2025 ساعت 10:50 ق.ض
It looks like this bug has been fixed.
Please check.
https://api.themoviedb.org/3/discover/movie?api_key=THE_KEY&vote_average.lte=2