Zum Inhalt
Menu

← Alle Endpunkte

API für Fahrer-POIs Online

Lkw-Parkplätze (14k+), kostenlose Duschen, Services und Supermärkte in ganz Europa mit Koordinaten. Die Ergebnisse sind mit distance_km nächstgelegen zuerst sortiert. Suche nach lat/lon oder nach city (+country).

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

ParameterBeschreibung
typeParkplatz|Dusche|Supermarkt|Industrie
latBreitengrad
lonLängengrad
cityCity name — alternative to lat/lon, resolved to coordinates
countryISO-2 country code, disambiguates city (e.g. city=Brest needs FR vs BY)
radiusRadius km
limitMax results (default 50, max 500)
langLanguage for country names (default 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.pois[].idPOI ID, with type — which of the requested types this one is.
data.pois[].nameName, with address.
data.pois[].latCoordinates, with lng and distance_km from the search point.
data.pois[].countryISO-2 country, with country_code and country_name.
data.pois[].amenitiesWhat the place offers, where we know it — absent rather than empty when unknown.
data.total_foundMatches inside the radius; limit is how many were returned. search_location echoes the point searched.
curl "https://nakordoni.eu/api/v1/data/pois?type=parking&lat=50.7&lon=23.9&radius=50" \
  -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