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?
Не можете найти фильм или сериал? Войдите на сайт, чтобы добавить его.
Хотите поставить оценку или добавить в список?
Нет аккаунта?
Ответ от ticao2 🇧🇷 pt-BR
, 13 января 2024 в 18:11
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.