It said that image.tmdb.org has no request limit.
However, if I access it more than 40 times, it returns a status code of 429.
Is there a limit?
{ URL: https://image.tmdb.org/t/p/w500/cxyva3ARRW1wdFfZzmD5rc3p49P.jpg } { Status Code: 429, Headers {
"Content-Length" = (
2350
);
"Content-Type" = (
"text/html"
);
Date = (
"Sat, 06 Aug 2022 02:21:41 GMT"
);
Server = (
"BunnyCDN-SG-715"
);
"cdn-limit" = (
true
);
"cdn-requestid" = (
34089e6085fe4b9c35cb96396eee9918
);
} } 429
Thank you in advance for your help.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 š§š· pt-BR
on August 6, 2022 at 11:00 AM
One of our CDN providers enforces some base level rate limiting to help prevent DDOS attacks.
I believe it's a maximum of:
50 requests per second and
20 connections per IP.
See here: https://www.themoviedb.org/talk/62c7c1b258361b005fd2e747?page=1#62c83b78befd91005007a0c7
Reply by Travis Bell
on August 6, 2022 at 11:29 PM
Hi @Tatsuya-ss,
The info @ticao2 mentioned is for
api.themoviedb.org
. Forimage.tmdb.org
, the only thing we limit is the max number of simultaneous connections. The limit is the same,20
.