Zum Inhalt
Menu

← Alle Endpunkte

API-Status

Live-Zustand jedes Developer-API-Produkts: online / beeinträchtigt / offline, Antwortlatenz und letzte Prüfzeit. Öffentlich — kein API-Schlüssel erforderlich.

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

Antwortfelder — innerhalb des data-Objekts im Antwortumschlag. [] steht für eine Liste, data.items[].name ist also das Feld name jedes Elements. Ein Feld ist null, fehlt oder ist eine leere Liste, wenn wir keinen Wert dafür haben — nie ein Platzhalter.

FeldBeschreibung
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"
🔑 Melden Sie sich als Entwickler an, um diesen Endpunkt live in der Sandbox auszuprobieren — 50 kostenlose Testaufrufe pro Tag. Anmelden