iban.pizza
API reference

Liveness and data freshness.

Always returns 200 while the service can answer. Stale data is reported in the body as `status: stale` rather than as a failure, so that a data problem does not remove a working instance from a load balancer.

GET
/healthz

Always returns 200 while the service can answer. Stale data is reported in the body as status: stale rather than as a failure, so that a data problem does not remove a working instance from a load balancer.

Response Body

application/json

curl -X GET "https://example.com/healthz"
{  "status": "ok",  "version": "string",  "uptime": "string",  "records": 0,  "stale": true}