Skip to main content
GET
Get an event occurrence by ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the event occurrence to query by.

Response

Default Response

A single event occurrence owned by the organizer associated with your Public API credentials.

Unlike the marketplace EventOccurrence, this omits the per-item organizer block: every occurrence returned by the organizer endpoint belongs to the calling organizer, so repeating it on each item adds no information.

id
string
required

Unique event occurrence identifier.

Example:

"12345678901"

title
string
required

Default event title. Use titleByLocale for available translations in different locales.

Example:

"Example Half Marathon 2026"

titleByLocale
object
required

Event title translated to multiple locales.

Will always include the default title, and may also specify translations in a number of other locales.

Example:
tags
string[]
required

Categorization tags for the event

Example:
content
EventContent · object
required
startDate
string
required

A plain date string representing the event's start date

location
EventLocation · object
required

Event location

Example:
images
EventImages · object
required
priceRange
PriceRange · object
required