Skip to content

Commit

Permalink
docs: fix rate limits (#9204)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Oct 26, 2023
1 parent bd6b3da commit f228a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f228a4b

Please sign in to comment.