Live-Warteschlangen- & Aktualitäts-API Online
Wann ein Grenzübergang zuletzt aktualisiert wurde, von welcher Quelle, und eine Aktualitätsbewertung.
GET https://nakordoni.eu/api/v1/data/update-info
— Kontingentklasse: cheap
| Parameter | Beschreibung |
|---|---|
ppid | Checkpoint-ID, z. B. id_13 (siehe /api/v1/data/checkpoints) |
lang | Sprachcode |
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.
| Feld | Beschreibung |
|---|---|
data.queue_now | Vehicles in the queue at the latest reading. |
data.timestamp | When that reading was taken (unix), with datetime and timezone — the checkpoint's own zone. |
data.age_seconds | How old the reading is now, also as age_minutes and age_hours. |
data.freshness | Plain-language band for that age; is_realtime is true only for a live feed. |
data.found | false = we monitor the checkpoint but hold no reading; status carries the reason. |
data.origin | Which upstream the reading came from. |
curl "https://nakordoni.eu/api/v1/data/update-info?ppid=id_13" \ -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