FANDISTRICT
Public API · v1

Fan District APIAI & Developer Access

Public, no-auth, read-only access to venues and events. Built for AI assistants, booking agents, and developers. CORS-enabled. Rate limit: 100 requests/min per IP.

CORS: *No API key requiredNo PIIJSON

Endpoints

GET/api/v1/venuesCache: 1 hour

List active venues. Supports city, limit.

{
  "data": [
    { "id": "...", "slug": "...", "name": "...", "city": "...", "state": "...", "lat": 41.87, "lng": -87.62 }
  ],
  "total": 28
}
GET/api/v1/eventsCache: 10 min

List active events. Supports city, category, limit.

{
  "data": [
    { "id": "...", "name": "...", "venue": "...", "city": "...", "startDate": "...", "endDate": "..." }
  ],
  "total": 42
}

Discovery

Want partnership API access?

Fan District data is available for AI assistants, booking agents, and developers building fan-experience tools. For higher rate limits, write access, or sponsor attribution data, get in touch.

hello@fandistrictos.com →