---
title: "Club"
method: GET
path: "/clubs/{id}"
tags: ["Club"]
---

# Club

`GET /clubs/{id}`

Returns a club by ID.

## Path parameters

- `id` integer, required

## Headers

- `If-Modified-Since` string, date-time

## Response `200`

OK

- object
  - `data` object
    - `id` integer — ID of the club. This **SHALL NOT** change for a club.
    - `name` string — Name of the club.
    - `international_name` string — International name of the club.
    - `handle` string — Handle of the club.
    - `link` string — API-URL to this club.

## Other responses

- `304` — Not Modified
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/clubplatform/apis/api.md) · [All operations](https://skmtc.dev/clubplatform/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clubplatform/api/revisions/5c107a185e03/schema)
