Skip to main content
Menu

← Toate endpointurile

API puncte de interes pentru șoferi Online

Parcări pentru camioane (14k+), dușuri gratuite, servicii și supermarketuri în toată Europa cu coordonate. Rezultatele sunt sortate de la cel mai apropiat cu distance_km. Căutare după lat/lon sau după city (+country).

GET https://nakordoni.eu/api/v1/data/pois — clasă de cotă: cheap

ParametruDescriere
typeparcare|duș|supermarket|industrial
latLatitudine
lonLongitudine
cityCity name — alternative to lat/lon, resolved to coordinates
countryISO-2 country code, disambiguates city (e.g. city=Brest needs FR vs BY)
radiusRază km
limitMax results (default 50, max 500)
langLanguage for country names (default en)

Câmpurile răspunsului — în interiorul obiectului data din plicul răspunsului. [] marchează o listă, deci data.items[].name este câmpul name al fiecărui element. Un câmp este null, lipsește sau este o listă goală atunci când nu avem o valoare — niciodată un substitut.

CâmpDescriere
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"
🔑 Autentifică-te ca dezvoltator pentru a testa acest endpoint live în sandbox — 50 de apeluri de test gratuite pe zi. Autentificare