Skip to content

Understand API rate limits

API and WebhooksUpdated Jul 16, 20262 min read

Rate limits are shared by tenant across management API-key requests.

Plan Per second Per minute Per day
Free 5 60 10,000
Pro 20 300 100,000
Max 50 1,500 1,000,000

niceuptime returns RateLimit-Limit, RateLimit-Remaining, and RateLimit-Reset headers.

When a bucket rejects a request, the response is 429 and includes Retry-After for the current reset time.

Coordinate usage across clients that use keys for the same tenant.