Skip to main content
Menu

← All endpoints

Driver POIs API Online

Truck parkings (14k+), free showers, services and supermarkets across Europe with coordinates. Results are sorted closest-first with distance_km. Locate by lat/lon or by city (+country).

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

ParameterDescription
typeparking|shower|supermarket|industrial
latLatitude
lonLongitude
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)

Response fields — inside the data object of the envelope. [] marks a list, so data.items[].name is the name field of each element. A field is null, absent or an empty list when we hold no value for it — never a placeholder.

FieldDescription
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"
🔑 Log in as a developer to try this endpoint live in the sandbox — 50 free test calls a day. Log in