Clubtool.developers
Club-tool public API

Build on your club's data.

A REST API for Club-tool clubs on the Pro plan: members, groups, events, competition and attendance — including bulk operations. Authenticated with club API keys and scopes, documented with OpenAPI.

First request in 30 seconds

# Create a key in the app: System → API (admin, Pro plan)
curl https://app.club-tool.nl/api/v1/club \
  -H "Authorization: Bearer ct_live_..."

Guides

What you can build

Server-to-server only. API keys are secrets. The API deliberately sends no CORS headers, so calls belong in your backend — never in a browser or mobile app that ships the key to users.