---
title: "Retrieve a specific competition by ID."
method: GET
path: "/competitions/{competition_id}"
tags: ["Competitions"]
---

# Retrieve a specific competition by ID.

`GET /competitions/{competition_id}`

## Path parameters

- `competition_id` string, required

## Response `200`

A single competition.

- Competition — An athletics competition (meet) and its calendar details.
  - `id` string
  - `name` string — The official name of the competition (e.g., 'ASICS NK Atletiek 2025').
  - `date` string, date — The start date of the competition.
  - `country` string
  - `city` string
  - `location` string — Venue or stadium where the competition is held.
  - `organizer` string — The organizing club or body.
  - `start_time` string, date-time
  - `end_time` string, date-time
  - `participants` integer
  - `registration_status` 'Open' | 'Closed' | 'Full' | 'Not_Applicable' — Current status of athlete registration.
  - `start_date_registrations` string, date-time
  - `end_date_registrations` string, date-time
  - `results_url` string, url — Direct link to the public results page for the competition.
  - `description` string — HTML-supported description.

---

[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)
