Access published events, series, venues, and packages through our public API
The Event Manager Public API provides read-only access to published event data with comprehensive related information. It's designed for developers who want to integrate event information into their applications, including AI/LLM services.
All API responses now include complete related data: media slots, metadata slots, talent information, venue details, package includes, and external IDs. Perfect for AI integration and high-performance applications.
API key authentication
Pre-computed cache
Semantic search
Follow these steps to start using the API
Contact your organization administrator to obtain an API key. API keys are managed through the organization settings.
Add your API key to the x-api-key header:
curl -H "x-api-key: YOUR_API_KEY" /v1/series
Use the interactive documentation below to explore endpoints and test your integration.
v2 payloads include comprehensive related data for complete API responses
/v1
x-api-key header
Explore the full API with interactive examples and testing capabilities