Hello,
I'm currently using the /discover/movie Dicover Movies API, and I need to perfom filtering on duration and popularity fields. I don't want to send too many API calls for performance issues, so I don't want to have to call the /movie/{movie_id} Detail Movie API on each of the scrapped movies.
Is it possible to request some implementations to add more parameters for this API ?
I guess something like this would be useful:
Thank you
Fılmdi nemese kórsetimdi taba almadyńyz ba? Ony jasaý úshin kirińiz.
Want to rate or add this item to a list?
Not a member?
Travis Bell jaýaby
2023 Qazan 2 kúni 10:49 AM ýaqytynda
Hi @onilino,
With regards to a popularity filter, I have an open ticket for that already here. You can watch/follow that ticket for updates.
With regards to runtime, that is already a filter, you can use
with_runtime.gte
/with_runtime.lte
.onilino jaýaby
2023 Qazan 2 kúni 11:08 AM ýaqytynda
Hey Travis,
Thank you very much for your answer.