---
title: "Retrieve all clubs."
method: GET
path: "/clubs"
tags: ["Clubs"]
---

# Retrieve all clubs.

`GET /clubs`

## Response `200`

A list of clubs.

- Club[]
  - `id` string
  - `name` string
  - `short_name` string
  - `country` string
  - `city` string
  - `email` string, email

---

[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/revisions/cd49a90e4266/schema)
