Hi, I am working on building a scheduled job that will pull movie data to a database to be displayed on my website. The scheduled job will loop through a list of movies currently playing in local theaters and pull the movie data for each. With the rate limit of 30 request per 10 seconds I will probably exceed this. So I am wondering if it is possible to pass in a list of movie IDs and pull back their movie data in a single batch?
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 26 de febrero de 2015 a las 16:34
Hi Blair,
We do not have any batch features at this time. You'll have to loop through each item you need on its own.
Cheers.
Contestado por henryk82
el 14 de agosto de 2015 a las 09:50
Hi Travis,
Is it possible to reconsider batch requests? I think it'll reduces the server loads by reducing quite a lot of http requests. It's beneficial to both server's and client's point of view.
Contestado por Travis Bell
el 14 de agosto de 2015 a las 10:17
Hi henryk82,
What is is specifically you would like to get in a single request? We don't have any plans to release a "multi get" or "batch" method but I am curious to understand your problem better.
Cheers.
Contestado por Eyal-Kutz
el 10 de noviembre de 2020 a las 04:27
Hi Travis, An option to make a request for multiple movie details would be very helpful. to illustrate what I mean consider this batch of requests:
I might want to make all of these requests one after the other because I have some list of movies that my user had saved in my app and I want to show them a scrollable list of their details. I could provide my user with a faster experience and stay under my rate limit more easily if I could send them as one request. for example:
or maybe:
Contestado por Travis Bell
el 10 de noviembre de 2020 a las 09:57
Hi @Eyal-Kutz,
You can find my open ticket for this here.
Contestado por Korkrane
el 30 de agosto de 2024 a las 23:18
any news concerning this request ? It would allow so much more and be beneficial for the API but also clients consuming it. @travisbell i think that some of us are ready to help on it if required