SeatGeek
Search events, venues and performers
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Events
- Documentation / URL
- https://platform.seatgeek.com/
Overview
SeatGeek API searches events, venues, and performers — key-based (an invalid client_id returns 403, verified).
Quick Start
Events (replace YOUR_CLIENT_ID):
curl "https://api.seatgeek.com/2/events?client_id=YOUR_CLIENT_ID"
{ "status": 403, "message": "Invalid client credentials", "errors": [ { "message": "Invalid client credentials", "code": 40302 } ] }
Authentication
- Register at platform.seatgeek.com → client_id.
- Send it as the
client_idquery parameter (invalid → 403, verified).
Rate Limits & Notes
- Free tier with limits (check the docs); paid plans scale.
- Events, venues, performers, and recommendations.
FAQ
Is SeatGeek free? Free tier with limits; more is paid.
Why 403? Invalid client credentials return 403 (verified) — register for a client_id.
What’s the auth style?
client_id query parameter.
More in Events
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Eventbrite Find events | OAuth | Yes | Unknown | ↗ |
| Ticketmaster Search events, attractions, or venues | API Key | Yes | Unknown | ↗ |