Zum Inhalt
Menu

← Alle Endpunkte

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

ParameterBeschreibung
ppidGrenzübergangs-ID, z. B. id_13 (siehe /api/v1/data/checkpoints)
sectionDatenabschnitt (optional)
originLändercode des Ausgangslandes (optional)
destinationLä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.

FeldBeschreibung
data[]Hourly series for the checkpoint, oldest first — one element per reading.
data[].timeUnix timestamp of the reading, in the checkpoint's own timezone.
data[].avg_carsVehicles in the queue at that hour.
data[].wait_timeWait in minutes at that hour.
data[].wait_time_estimatedtrue = the wait is our estimate from the queue length, not an official figure.
data[].type_of_dataProvenance marker of the reading (official feed, camera count, driver report…).
snapshotEnvelope-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