I know there is 40 request limit every 10 seconds for an IP Address. But let's say my user is viewing a page with around 50 movies and I want to request all of them through AJAX. Will the restriction still be imposed for the client? If yes, how do I pass the user's IP address into the API to remove the restrction for him maybe.
Thanks
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 24 août 2016 à 21h56
Hi john1jacob,
The limit is simply imposed by IP, so if you have your client make the request instead of your server, each person making a request is the one with the limit.
The auto complete search here on the website is making direct calls to the API. I just use jQuery's standard .ajax() calls with my API key. It's a real world example of what you're talking about.