From f2cd8948acc00246d3cf6ed16c0acf9a9ab5960d Mon Sep 17 00:00:00 2001 From: nenizera Date: Mon, 2 Dec 2024 11:06:27 +0000 Subject: [PATCH] [Fundamentals] Update api-rate-limits.mdx --- src/content/partials/fundamentals/api-rate-limits.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/partials/fundamentals/api-rate-limits.mdx b/src/content/partials/fundamentals/api-rate-limits.mdx index 20301402257f77..532ecd2e81b670 100644 --- a/src/content/partials/fundamentals/api-rate-limits.mdx +++ b/src/content/partials/fundamentals/api-rate-limits.mdx @@ -3,9 +3,9 @@ --- -The global rate limit for the Cloudflare API is 1200 requests per five minutes per user, and applies cumulatively regardless of whether the request is made via the dashboard, API key, or API token. +The global rate limit for the Cloudflare API is 1200 requests per five minute period per user, and applies cumulatively regardless of whether the request is made via the dashboard, API key, or API token. -If you exceed this limit, all API calls for the next five minutes will be blocked, receiving a HTTP `429` response. +If you exceed this limit, all API calls for the next five minutes will be blocked, receiving a `HTTP 429 - Too Many Requests` response. Some specific API calls have their own limits and are documented separately, such as the following: