API Rate Limiting
| Limit | 100 API calls |
| Time Window | Per minute |
| Scope | Applies to all API endpoints collectively |
| Identification | Rate limiting is enforced per IP address |
To ensure fair usage and maintain optimal performance for all users, each unique IP address is allowed to make up to 100 API requests per minute across all available endpoints. This means the total number of calls you make to any combination of API endpoints within a one-minute window cannot exceed 100.
If the limit is exceeded, subsequent requests will receive a 429 Too Many Requests response until the quota resets.
This is a reasonable limit for a simple API like this, and you’ll probably never have to worry about it. 😉