Zum Inhalt
Menu

← Alle Endpunkte

Grenzwarteschlangen-API Online

Alle Übergänge an einer Grenze + Fahrzeugtyp in einem Aufruf — Live-Schlange, Wartezeit und Datenfrische. Unterstützt Einzelziel, kommagetrennte Liste oder "all". Ergebnisse nach Schlangenlänge sortiert.

GET https://nakordoni.eu/api/v1/data/border/1/all/4 — Kontingentklasse: heavy

ParameterBeschreibung
originHerkunftsland-Code (URL-Segment): 1=Ukraine, 2=Polen, 3=Slowakei, 4=Ungarn, 5=Rumänien, 6=Moldawien…
destinationZiel: Einzelcode, kommagetrennte Liste oder "all" für alle Nachbarn
crossing_typeFahrzeugtyp: 4=PKW, 5=PKW (steuerfrei), 6=Bus, 7=Fußgänger, 8=LKW <7.5t, 9=LKW
langSprache für Übergangsnamen in der Antwort (Standard en)

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.originNumeric country code the path asked for, plus origin_name in the requested language.
data.destinationsNumeric country codes the call expanded to, plus destination_names.
data.crossing_typeVehicle type of every row, plus crossing_type_label.
data.checkpoints[].ppidCheckpoint ID.
data.checkpoints[].nameCheckpoint name in the requested language.
data.checkpoints[].borderNumeric country code of the neighbour this crossing leads to, plus border_name.
data.checkpoints[].queueVehicles counted in the queue right now.
data.checkpoints[].wait_minEstimated wait in minutes; null where the crossing has no wait signal.
data.checkpoints[].wait_statusPlain-language band for the wait (e.g. free_flow, moderate, heavy).
data.checkpoints[].trend_percentChange against the recent baseline, with trend_direction (up | down | flat).
data.checkpoints[].updated_atWhen this reading was taken, plus age_min — how old it is now.
data.checkpoints[].source_urlPublic page for the checkpoint, for the attribution link.
data.countNumber of checkpoints returned; generated_at is when the set was assembled.
curl "https://nakordoni.eu/api/v1/data/border/1/all/4" \
  -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