Tmdb Rate Limits
TMDB enforces a soft request-rate ceiling around 40 requests per second to prevent excessive bulk scraping rather than as a strict per-user quota. The historical 40-requests-per-10-seconds limit was removed on 2019-12-16. Limits are scoped to your account/API key (no separate live vs sandbox tier). Responses use HTTP 429 when the limit is exceeded; the documented response also returns a TMDB-internal status_code 25 in the JSON body. Rate limit policy can change without notice — TMDB recommends building client back-off behavior rather than assuming a hard contract.
Tmdb Rate Limits is the machine-readable rate-limit profile for The Movie Database on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring requests_per_second and requests_per_day.
The profile also includes 7 backoff/retry policies defined and response codes documented for throttled and quotaExceeded.
Tagged areas include Rate Limiting, Catalog, Movies, TV, and Video.