Eventbrite API
The Eventbrite API is a robust RESTful interface that opens up the entire world of live events for developers and businesses alike. Primarily designed for searching and discovering events, it allows you to tap into Eventbrite’s extensive database of concerts, conferences, workshops, festivals, and local meetups happening worldwide. With this API, you can build custom event search engines, city…
Eventbrite API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search🔍 | ||
| GET |
/all_event /all_event |
search all event by state and city |
| GET |
/by_subcategory /search_bysub |
search by subcategory |
| GET |
/by_url /search_byurl |
search events by url |
| GET |
/by_category /search_bycat |
search events by category |
| Get Details🔍 | ||
| GET |
/by_event_url /details_byurl |
get details by url |
| GET |
/by_event_eid /details_byeid |
get details by event eid |
Eventbrite API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $50 / month | 10 / second |
|
| ULTRA | $150 / month | 30 / second |
|
| MEGA | $299 / month | 50 / second |
|