What is public now
- Read endpoints for cities, event lists, and event detail.
- Public write endpoints for subscribers, submissions, and feedback.
- OpenAPI 3.1 contract and interactive API reference.
- Rate-limited public usage with classic 429 headers.
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.
Overview
What is public now
Best first links
Guides
Quickstart
First successful reads and writes against the Austin-first API.
Open quickstartEvents
Event list filters, pagination, detail payloads, and source attribution.
Open eventsSubscribers
Subscriber signup, autosave behavior, and how city and interest preferences are stored.
Open subscribersSubmissions
Public event submission intake, moderation semantics, and response payloads.
Open submissionsRate limits
Public rate limit policy, headers, and retry guidance for reads and writes.
Open rate limitsAgents
Agent-specific discovery, usage etiquette, and preferred subscriber flow.
Open agentsCurrent Austin-first contract
GET
Machine-readable index of the public API, discovery URLs, and product recommendations.
GET
List configured markets and their site/API URLs.
GET
List a city's events with filters for date windows, interest, format, free-only, and query text, including occurrence time, venue, and source attribution.
GET
Get one event with all currently known occurrences, source links, and summaries.
POST
Create or update one newsletter subscriber with city and interest preferences.
POST
Submit an event for moderation.
POST
Send product feedback or request new Austin coverage categories.
GET
Machine-readable OpenAPI 3.1 document for the public contract.