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.
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de Travis Bell
no 19 de marzo do 2014 ás 10:06AM
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.