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!
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 6 " de 2016 a les 10:11 A.M.
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.
Resposta per martin.fuentes
el 6 " de 2016 a les 10:34 A.M.
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,
Resposta per Travis Bell
el 6 " de 2016 a les 10:37 A.M.
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.