From f228a4b9f0c42e90ecd9db19b44d1ad9490e3b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Bournhonesque?= Date: Thu, 26 Oct 2023 13:15:56 +0200 Subject: [PATCH] docs: fix rate limits (#9204) --- docs/api/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/index.md b/docs/api/index.md index ab017801c96a2..ee1710bea91d2 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -37,8 +37,8 @@ We want to learn what the Open Food Facts data is used for. It is not mandatory, To protect our infrastructure, we enforce rate-limits on the API and the website. The following limits apply: -- 100 req/s for all read product queries (`GET /api/v*/product` requests or product page). There is no limit on product write queries. -- 10 req/s for all search queries (`GET /api/v*/search` or `GET /cgi/search.pl` requests) +- 100 req/min for all read product queries (`GET /api/v*/product` requests or product page). There is no limit on product write queries. +- 10 req/min for all search queries (`GET /api/v*/search` or `GET /cgi/search.pl` requests) If these limits are reached, we reserve the right to deny you the access to the website and the API through IP address ban. If your IP has been banned, feel free to send us an email to explain us the reason why you reached the limits: reverting the ban is possible.