v1
latestOpenAPI 3.0.02026-07-14282938.4 KBCompetitions
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.
Example response
[
{
"discipline": "100m Women",
"entered_performance": "11.23"
}
]