GET
/api/v1/kenya/ratesReferenceKenya statutory rates
The current Kenya statutory rates the whole platform computes with (values), plus the human-readable sources list — each with its effective date, the law that set it, and the authoritative URL to verify against.
Try it live
Request
GET https://www.leadafrik.com/api/v1/kenya/ratesResponse
…Call it from code
curl
curl "https://www.leadafrik.com/api/v1/kenya/rates"JavaScript
const res = await fetch("https://www.leadafrik.com/api/v1/kenya/rates");
const { ok, data, meta } = await res.json();