---
title: "Create a new club."
method: POST
path: "/clubs"
tags: ["Clubs"]
---

# Create a new club.

`POST /clubs`

## Request body

- ClubInput — Payload for creating or updating a club.
  - `name` string, required
  - `short_name` string
  - `country` string
  - `city` string
  - `email` string, email

## Response `201`

The created club.

- Club — An athletics 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/versions/cd49a90e4266/schema)
