Event Manager API

Access published events, series, venues, and packages through our public API

What is the Event Manager 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.

🚀 Enhanced v2 Payloads

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.

🛡️

Secure

API key authentication

Fast

Pre-computed cache

🔗

AI-Powered

Semantic search

🔑 Getting Started

Follow these steps to start using the API

1

Get Your API Key

Contact your organization administrator to obtain an API key. API keys are managed through the organization settings.

2

Include Authentication

Add your API key to the x-api-key header:

curl -H "x-api-key: YOUR_API_KEY" /v1/series
3

Start Making Requests

Use the interactive documentation below to explore endpoints and test your integration.

Enhanced Payload Structure

v2 payloads include comprehensive related data for complete API responses

🎭 Event Payloads Include:

  • Venue Details: Full venue information with required media slots
  • Series Info: Basic series data with required media slots
  • Packages: All available packages with linked status and event-specific customizations
  • Talent: All linked talent with roles and display order
  • Media Slots: Required media slots with focal points and sorting
  • Metadata Slots: All custom metadata with values
  • External IDs: Composite structure with primary and junction IDs

📦 Event Package Payloads Include:

  • Linked Status: Whether the package is linked to the event
  • Event-Specific Customizations: Custom name, description, and image overrides
  • Venue Details: Full venue information (if venue-specific)
  • Talent: All linked talent with roles and display order
  • Package Includes: All package inclusions with labels and values
  • Media Slots: Required media slots with focal points and sorting
  • Metadata Slots: All custom metadata with values
  • External IDs: Composite structure with primary and junction IDs

📺 Series Payloads Include:

  • Media Slots: Required media slots with focal points and sorting
  • Metadata Slots: All custom metadata with values
  • External IDs: Primary external ID structure

🏟️ Venue Payloads Include:

  • Events: All events at the venue
  • Packages: Venue-specific package masters and packages used at events
  • Media Slots: Required media slots with focal points and sorting
  • Metadata Slots: All custom metadata with values

API Information

Base URL

/v1

Authentication

x-api-key header

Interactive Documentation

Explore the full API with interactive examples and testing capabilities