Eventbrite
Find events
- Authentication
- OAuth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Events
- Documentation / URL
- https://www.eventbrite.com/platform/api/
Overview
Eventbrite provides event data — OAuth-based (a missing token returns 401, verified).
Quick Start
Me (needs OAuth):
curl "https://www.eventbriteapi.com/v3/users/me/" \
-H "Authorization: Bearer YOUR_TOKEN"
Authentication
- Eventbrite app → OAuth 2.0 token (or personal token).
- Send it as
Authorization: Bearer(missing → 401, verified).
Rate Limits & Notes
- Free tier with limits (check the docs).
- Events, venues, attendees.
FAQ
Is Eventbrite free? Free tier with limits; more is paid.
Why 401? An OAuth token is required (verified).
What’s the auth style? OAuth 2.0 Bearer.
More in Events
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| SeatGeek Search events, venues and performers | API Key | Yes | Unknown | ↗ |
| Ticketmaster Search events, attractions, or venues | API Key | Yes | Unknown | ↗ |