---
title: "Get the official start list and heat/lane assignments for a competition."
method: GET
path: "/competitions/{competition_id}/startlist"
tags: ["Competitions"]
---

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

`GET /competitions/{competition_id}/startlist`

## Path parameters

- `competition_id` string, required

## Response `200`

The start list grouped by discipline and series.

- StartEntry[]
  - `athlete_id` string — ID of the athlete.
  - `name` string
  - `club` string — Athlete's affiliated club.
  - `discipline` string
  - `series` integer — The heat or series number.
  - `lane` integer — The lane number (for track events) or start group (for field events).
  - `entered_performance` string — The performance used for seeding the heat/group (PB, SB, or season best).

---

[API](https://skmtc.net/athletics-app/apis/atletiek-nu-competition-data-api.md) · [All operations](https://skmtc.net/athletics-app/apis/atletiek-nu-competition-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/athletics-app/atletiek-nu-competition-data-api/versions/cd49a90e4266/schema)
