Skip to main content
Menu

Reference

Rate limits

Limits are per-tier, applied per minute, and communicated via response headers.

Tiers

FieldTypeDescription
anonymous60 / minNo key — keyed by client IP.
partner600 / minDefault for an approved API key.
partner_plus3,000 / minHigh-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 429

Backoff

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.