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 inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsätta denna artikel eller lägga till den i en lista?
Inte medlem?
Svar från Travis Bell
den 19 mars 2014 vid 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.