---
title: "Retrieve a calendar of upcoming and past competitions."
method: GET
path: "/competitions"
tags: ["Competitions"]
---

# Retrieve a calendar of upcoming and past competitions.

`GET /competitions`

## Query parameters

- `status` 'Upcoming' | 'Completed' | 'Registration_Open'
- `year` integer

## Response `200`

A list of competitions.

- Competition[]
  - `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)
