Skip to main content
The Beach Depository API enforces per-key rate limits using a fixed-window strategy.

Defaults

Each API key is allowed 60 requests per minute by default. This limit is configurable per key in the dashboard.

Window

Rate limits use a fixed 1-minute window. The window resets at the start of each minute.

Response headers

Every API response includes rate limit headers:

Exceeding the limit

When the rate limit is exceeded, the API returns a 429 status code:
The X-RateLimit-Reset header indicates when you can resume making requests.