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
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de superboy97
le 10 avril 2025 Ă 06h08
As visible in the discover documentation, we don't have a vote_average.lt parameter, but a vote_average.lte parameter.
Réponse de Miguel.gomezhuguet
le 10 avril 2025 Ă 06h22
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
Réponse de ticao2 🇧🇷 pt-BR
le 11 avril 2025 Ă 10h50
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