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.
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}What the service is answering from. GET
The provenance of the loaded data: which national registry is loaded for which country, when each was retrieved, how many records it holds, and whether it counts as stale. Also whether the EPC scheme register is loaded and how many participants each scheme has. Use this to judge answers. "Bank code valid" means something different against a register that is two days old than against one that is two years old. The same dates appear per answer as `dataAsOf`.
Readiness. GET
Next Page