v1

latestOpenAPI 3.0.02026-07-14282938.4 KB
Clubs

Retrieve a specific club by ID.

get/clubs/{club_id}

Path parameters

club_idstring required

The club identifier.

Response

A single club.

idstring
namestring
short_namestring
countrystring
citystring
emailstring email

Example response

{
  "id": "ID",
  "name": "demo name",
  "short_name": "DN",
  "country": "NL",
  "city": "Brussels",
  "email": "DN@atletiek.be"
}