Changelog
Notable changes to the public API. The spec's
info.version is bumped with every change listed here.
1.1.0 — July 2026
- Incremental sync: every resource now exposes
updated_at, and list endpoints accept?updated_since=(ISO-8601, UTC). - New resource:
kennismakers(trial members / intake pipeline) with scopeskennismakers:readandkennismakers:write— built for club-website signup forms. - API keys can be created with an optional expiry date, and the app now shows per-key usage (requests/errors per day, last 30 days).
1.0.0 — July 2026
- Initial release of the public API (
/api/v1). - Resources:
club(introspection),members(CRUD + mixed bulk),groups(read),events(CRUD),seasons(read),competition-teams(CRUD),attendance(read, upsert + bulk upsert). - Club API keys with per-resource scopes; RFC 9457 errors; cursor pagination; idempotent bulk; per-key rate limits.
- Planned: competition match results (reserved).
Versioning policy
- Additive changes (new endpoints, new optional fields) can happen at any time — build your parser to ignore unknown response fields.
- Breaking changes only happen in a new path version
(
/api/v2) with a deprecation window on the old one.