v1

latestOpenAPI 3.0.02026-07-14282938.4 KB
Competitions

Get the official start list and heat/lane assignments for a competition.

get/competitions/{competition_id}/startlist

Path parameters

competition_idstring required

The competition identifier.

Response

The start list grouped by discipline and series.

athlete_idstring

ID of the athlete.

namestring
clubstring

Athlete's affiliated club.

disciplinestring
seriesinteger

The heat or series number.

laneinteger

The lane number (for track events) or start group (for field events).

entered_performancestring

The performance used for seeding the heat/group (PB, SB, or season best).

Example response

[
  {
    "discipline": "100m Women",
    "entered_performance": "11.23"
  }
]