Read policy
public-read
- 120 requests / minute / IP
- 3,000 requests / day / IP
Applied to: /api/v1, /api/v1/cities, /api/v1/cities/{citySlug}/events, /api/v1/events/{eventId}, /openapi.json
Docs
The OpenAPI document is the contract, Scalar is the interactive reference, and these pages explain how to use the Austin-first API without guessing.
Rate limits
Read policy
Applied to: /api/v1, /api/v1/cities, /api/v1/cities/{citySlug}/events, /api/v1/events/{eventId}, /openapi.json
Write policy
Headers
429 body
{
"ok": false,
"error": "Rate limit exceeded.",
"code": "rate_limited",
"bucket": "public-read",
"retryAfterSeconds": 60
}