Menu
Reference
Rate limits
Limits are per-tier, applied per minute, and communicated via response headers.
Tiers
| Field | Type | Description |
|---|---|---|
| anonymous | 60 / min | No key — keyed by client IP. |
| partner | 600 / min | Default for an approved API key. |
| partner_plus | 3,000 / min | High-volume partners, on request. |
Headers
Successful responses advertise the active limit; a 429 tells you when to retry.
http
RateLimit-Limit: 600
RateLimit-Policy: 600;w=60
Retry-After: 12 # only on 429Backoff
On a 429, wait for the Retry-After seconds, then retry with exponential backoff and jitter. Cache discovery responses where you can — property, guide, and club data changes slowly.