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.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ مارس 19, 2014 في 10:06 صباحا
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.