Skip to main content
Menu

← All endpoints

API Status

Live health of every Developer-API product: online / degraded / offline, response latency and last-checked time, plus an overall rollup. Public — no API key required.

GET https://nakordoni.eu/api/v1/data/status — quota class: cheap

Response fields — inside the data object of the envelope. [] marks a list, so data.items[].name is the name field of each element. A field is null, absent or an empty list when we hold no value for it — never a placeholder.

FieldDescription
data.checked_atWhen the health snapshot was taken, ISO-8601 UTC. Refreshed every 5 minutes — not a live probe of the moment you call.
data.overallRollup across every product: operational | degraded | outage.
data.summaryCounts behind the rollup: total, online, degraded, offline.
data.productsOne entry per product slug: status (online | degraded | offline | coming_soon), latency_ms (null when the check is not an HTTP probe), detail (what the check saw) and title.
curl "https://nakordoni.eu/api/v1/data/status" \
  -H "Authorization: Bearer NKD-DEV-XXXX-XXXX-XXXX"
🔑 Log in as a developer to try this endpoint live in the sandbox — 50 free test calls a day. Log in