Skip to main content
GET
Get a race 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 resource to query by

Response

Default Response

A race in an event.

Examples:

  • A typical running event may specify two races: a 5K and a 10K.
  • Some events may specify races as groups of tickets that map to the same physical race, such as "international" and "domestic" races to group tickets for different types of participants.
id
string
required

A unique identifier for this race

Example:

"12345678902"

title
string
required

The title for this race

Example:

"Half Marathon"

titleByLocale
object
required

Race title translated to multiple locales.

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

Example:
distance
RaceDistance · object
required
priceRange
PriceRange · object
required
eventOccurrenceId
string
required

The unique identifier of the event occurrence this race belongs to.

Example:

"12345678901"

eventId
string
required

The unique identifier of the event this race belongs to.

Example:

"2365756"

discipline
enum<string>
Available options:
RUNNING,
ROAD_CYCLING,
TRIATHLON,
OBSTACLE,
SWIMMING,
MOUNTAIN_BIKING,
DUATHLON,
SWIMRUN,
OTHER,
ADVENTURE_RACE,
AQUABIKE,
AQUATHLON,
BIATHLON,
QUADRATHLON,
ALPINE_SKIING,
CLIMBING,
CYCLOCROSS,
CROSS_COUNTRY_SKIING,
HIKING,
HORSE_RIDING,
KAYAKING,
ORIENTEERING,
ROWING,
SUP,
RUNCYCLE,
BIKE_TOUR,
OFFROAD_BIKING
startDate
string

(Optional) A plain date string representing the race's start date For races that do not have a confirmed start date, this field may be undefined.

Example:

"2026-10-04"

startTime
string

(Optional) A plain time string representing the race's start time For races that do not have a confirmed start time, this field may be undefined.

Example:

"09:00:00"