v1

latestOpenAPI 3.0.02026-07-14282938.4 KB
Clubs

Retrieve all clubs.

get/clubs

Response

A list of clubs.

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"
  }
]