The Movie Database Support

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

3 replies (on page 1 of 1)

Jump to last post

As visible in the discover documentation, we don't have a vote_average.lt parameter, but a vote_average.lte parameter.

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

{
      "adult": false,
      "backdrop_path": "/fzv87rT0jlAkh5Uf9PpIlUj6Nj8.jpg",
      "genre_ids": [28, 53, 80],
      "id": 1195585,
      "original_language": "en",
      "original_title": "The Hard Hit",
      "overview": "An Interpol agent hunting the head of a global crime syndicate tracks his target to Las Vegas, but when the criminal organization kills his wife and daughter, he goes above the law to get his revenge.",
      "popularity": 230.7625,
      "poster_path": "/whkFbOZTamHeugEG95jvQehSzAH.jpg",
      "release_date": "2023-10-20",
      "title": "The Hard Hit",
      "video": false,
      "vote_average": 7.5,
      "vote_count": 4
    }

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

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login