Skip to main content
Every API key includes the full surface — cross-venue search, unified schema, and the complete venue pass-through.

Limits

EndpointPer-minutePer-month
/v0/*6025,000
/api/*6025,000
Every request to /v0/* or /api/* counts as 1 request, regardless of how much data it returns. Health checks are free.

Rate limit responses

When you hit a limit, the API returns 429 Too Many Requests with the window and retry timing. The SDKs handle short bursts automatically with exponential backoff.
{
  "error": "rate_limit_exceeded",
  "plan": "free",
  "limit": 60,
  "used": 60,
  "window": "1 minute"
}

Usage dashboard

Every request shows up under Usage > Request Log with endpoint, status, and latency. The same counts power the quotas — what you see is what’s being counted.

Need more?

Contact us

Reach out from the dashboard if you need higher limits.