Hi there, I was wondering if, when I request say 50 movies in 1 request, would that count as 1 request or 50? Thanks. Trying to make a movie streaming service comparison so can see at a glance which movies are available on each of the streaming services.
Thank you.
Kan du ikke finde en film eller TV-serie? Log in og opret den.
Want to rate or add this item to a list?
Ikke medlem?
Svar af Travis Bell
d. 19 marts 2014 kl. 10:06 AM
Hi David,
A request is counted every time you make a new HTTP request to our service. So each search, each movie detail request, etc… keep in mind you can use
append_to_resopnse
to keep your request count down for each movie/TV object.Cheers.