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!
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת Travis Bell
ב-יוני 6, 2016 ב-10:11לפני חצות יום
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.
תגובה מאת martin.fuentes
ב-יוני 6, 2016 ב-10:34לפני חצות יום
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,
תגובה מאת Travis Bell
ב-יוני 6, 2016 ב-10:37לפני חצות יום
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.