Health check endpoint
admin
Health check endpoint
Returns the health status of the API server
GET
Health check endpoint
Response
200 - application/json
API is healthy
Overall health status
Example:
"ok"
Health status of various dependencies
Example:
{
"redis_cache_write": { "ok": true, "time_ms": 3 },
"hijri_data": { "ok": true, "time_ms": 4 },
"redis_overrides": { "ok": true, "time_ms": 0 },
"redis_cache_read": { "ok": true, "time_ms": 3 },
"modms": { "ok": true, "time_ms": 54 }
}
