API für Live-Grenzwartezeiten Online
Echtzeit-Warteschlangen, Wartezeit-Schätzung und Status für jeden überwachten Grenzübergang. Enthält Snapshot-Block: aktuelle Warteschlange (queue_now), prognostizierte Wartezeit wait_min = tmin + Schlange × tpercar, Datenalter und Quelle.
GET https://nakordoni.eu/api/v1/data/queue
— Kontingentklasse: heavy
| Parameter | Beschreibung |
|---|---|
ppid | Grenzübergangs-ID, z. B. id_13 (siehe /api/v1/data/checkpoints) |
section | Datenabschnitt (optional) |
origin | Ländercode des Ausgangslandes (optional) |
destination | Ländercode des Ziellandes (optional) |
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[] | Hourly series for the checkpoint, oldest first — one element per reading. |
data[].time | Unix timestamp of the reading, in the checkpoint's own timezone. |
data[].avg_cars | Vehicles in the queue at that hour. |
data[].wait_time | Wait in minutes at that hour. |
data[].wait_time_estimated | true = the wait is our estimate from the queue length, not an official figure. |
data[].type_of_data | Provenance marker of the reading (official feed, camera count, driver report…). |
snapshot | Envelope-level, beside data: the current state — queue_now, wait_min, updated_at, age_min. Read this for 'now'; data is the history behind it. |
curl "https://nakordoni.eu/api/v1/data/queue?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