Platform
Status
Check Africa API platform status, health, and release identity before making protected API calls.
Platform Health
GET
/healthReturns the current platform status and deployed release SHA.
No authentication required. No query parameters.
Use it for uptime checks, deployment verification, and incident triage.
curl "https://api.africa-api.com/health"{
"status": "ok",
"release_sha": "CURRENT_RELEASE_SHA"
}