API Documentation
The Bunqable API exposes the same structured data behind this site over HTTP. It is designed for researchers, journalists, fintech partners, and SACCO administrators who want programmatic access rather than clicking through the web UI.
GETTING STARTED
BASE URLhttps://api.bunqable.ke
AUTHPublic read endpoints are open (rate-limited). Higher tiers require an API key, issued after Clerk sign-in at
/settings/api-keys.FORMATJSON, with Decimal monetary values as strings to preserve precision.
CORE ENDPOINTS
| METHOD | PATH | RETURNS |
|---|---|---|
| GET | /health | Service liveness |
| GET | /api/saccos/{slug} | Full SACCO profile + citations |
| GET | /api/sectors/pulse | Sector aggregates (planned) |
| GET | /whoami | Clerk-authenticated session claims |
STATUS
The API is in active development. The /api/saccos/{slug} endpoint is live for all 177 DT-SACCOs loaded so far. OpenAPI spec and language client libraries are coming alongside the institutional tier launch.
FULL DOCS · COMING SOON