Hello!
I wanted to know which is the limit of images download through API per day (or week?). We are doing the first batch import of images and got the message :)
Many 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 6 juin 2016 à 10h11
Hi martin.fuentes,
There is no limit for images, we only rate limit calls to
api.themoviedb.org
. The limit is 40 requests every 10 seconds.Cheers.
Réponse de martin.fuentes
le 6 juin 2016 à 10h34
Hello Travis,
Many thanks for your answer! We have wait a while and execute our script again, and in the first call it already says we have reached the limit.
Best regards,
Réponse de Travis Bell
le 6 juin 2016 à 10h37
Keep in mind, the limits are only enforced by IP address, not API key so you can parallelize this by having 2 machines going. You can also monitor your rate limit status by inspecting the
X-RateLimit
headers.