Events — entry 001 of 3
Eventbrite
Eventbrite's Platform API (v3, base host www.eventbriteapi.com) is built around managing an organizer's own events rather than searching the wider Eventbrite catalog: creating and updating events, defining ticket classes and pricing, and reading orders and attendees, all authenticated with OAuth 2.0 (a private token for your own account, or the full authorization-code flow for apps acting on behalf of other users). The public event-search endpoint was retired in 2019 — a live request against it now returns a plain 404 rather than search results. Access is included with any Eventbrite account at no extra API charge; no separate self-serve paid tier is published.
GreatAPIs Score
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.