Suppose I want search for a movie Superman but only with vote_average greater than 7.5 how do we do that with an api call?
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de ticao2 🇧🇷 pt-BR
pe data de 13 ianuarie 2024 la ora 6:11 PM
Using "Search" is not possible. It does not have this filter, vote_average.
But maybe using "Discover" it is possible.
There is a yet undocumented filter for text search.
&with_text_query={any text}
I'm not sure but I think it searches in the fields:
I personally never used it.
I know it hasn't been tested to the point of publication yet.
He's still on experience.