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.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on March 19, 2014 at 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.