Freemium
Eventbrite API
Eventbrite API provides comprehensive access to event creation, ticket sales, and attendee management functionalities. Developers can integrate event discovery and registration features into their apps or websites. It uses OAuth 2.0 for authentication and offers a freemium access model, suitable for growing event platforms and apps.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
2,000 requests per hour
Rate Limit
API Endpoints
Searches and lists public events based on query parameters.
Full URL
https://www.eventbriteapi.com/v3/events/search/
Code Examples
curl -X GET 'https://www.eventbriteapi.com/v3/events/search/' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "q": "string (optional) - Search query", "categories": "string (optional) - Category IDs", "location.address": "string (optional) - Location filter", "start_date.range_start": "string (optional) - ISO8601 date" }
Example Response
{
"events": [
{
"url": "https://www.eventbrite.com/e/sample-event",
"name": {
"text": "Sample Event"
},
"start": {
"local": "2025-08-20T19:00:00"
}
}
]
}
Version
v3
Rate Limit
2000 requests/hour
Tags
eventsmanagementticketing
Technical Details
Authentication
OAuth2Response Formats
JSONAvailability
globalStatus
Published Rate Limits
2000 requests per hour
Supported Languages
PythonJavaScript
Use Cases
event apps
ticket sales