Skip to main content
Menu

← Tutti gli endpoint

API delle stazioni di rifornimento vicine Online

Le stazioni di rifornimento più vicine a un punto o a una città, con i prezzi attuali per tipo di carburante, ordinate per distanza. La copertura a livello di stazione si estende a 39 paesi europei ed è MISURATA, non fissa: ogni risposta vuota restituisce l'elenco attuale dei paesi con il numero di stazioni per paese nel proprio oggetto coverage, delimitato al grado richiesto — leggete quindi quello, non un elenco in questa descrizione — stessi dati delle pagine carburante di nakordoni.eu; per le medie nazionali altrove usate la modalità country della fuel API. I prezzi sono restituiti nella valuta propria di ciascuna stazione (PLN per le stazioni polacche, EUR altrove) — leggete il campo currency di ogni stazione, non confrontate mai i numeri grezzi. Quando nessuna stazione corrisponde, la risposta include un oggetto coverage invece di un elenco vuoto silenzioso: station_countries e station_counts misurati dall'indice live (delimitati a `grade` quando avete indicato un fuel_type), sparse_coverage per i paesi con 25 stazioni con prezzo o meno, measured_at, e una fuel_type_note che separa i due motivi per cui una risposta può essere vuota — un nome di grado che non siamo riusciti a individuare, contro un grado che riconosciamo ma non quotiamo in quel paese.

GET https://nakordoni.eu/api/v2/data/fuel-stations — classe di quota: cheap

ParametroDescrizione
latLatitudine
lonLongitudine
cityNome della città — alternativa a lat/lon, convertito in coordinate
countryCodice paese ISO-2, disambigua la città
radius_kmRaggio di ricerca in km (predefinito 25, max 25; alias: radius)
fuel_typeFiltro facoltativo: diesel | e5 | e10 | superplus | super100 | premdiesel | truckdiesel | hvo | lpg | cng | adblue | e85 | lng (la disponibilità varia per distributore/regione; i distributori polacchi riportano Pb95 come e5, Pb98 come superplus e ON come diesel). Sono accettate anche le denominazioni locali alla pompa — ON, Olej napędowy, Pb95, Nafta, Dizel, Gázolaj, Motorină, Benzină 95, ДП, А-95, Motorin, Gasóleo, Sans plomb 95, Bleifrei … — vengono risolte rispetto a `country` (o, per i prodotti basati su coordinate, rispetto al paese in cui ricade il punto), perché la stessa dicitura non indica ovunque lo stesso tipo: «95» è E10 su una pompa danese, finlandese, francese, britannica, belga o olandese ed E5 su una polacca o tedesca. La risposta restituisce `fuel_type` (canonico), `fuel_type_requested` (così come lo avete scritto) e `fuel_type_local`. Una denominazione che non riusciamo a collocare non viene mai sostituita con un tipo predefinito: la risposta torna vuota e lo dichiara. Tabella completa delle denominazioni per paese: /api/v2/data/fuel-grades.
limitNumero massimo di stazioni (predefinito 5, max 20)
langLingua delle etichette (predefinito en)

Campi della risposta — all’interno dell’oggetto data della busta. [] indica una lista, quindi data.items[].name è il campo name di ogni elemento. Un campo è null, assente o una lista vuota quando non abbiamo un valore — mai un segnaposto.

CampoDescrizione
data.anchor.latThe point actually searched (after city geocoding), with lng, ppid and radius_km.
data.anchor.fuel_typeThe canonical grade the list was filtered to; fuel_type_requested is what you sent, fuel_type_local the local pump name and fuel_type_country the country the name was read in.
data.stations[].nameStation, with brand and address. Each physical station appears ONCE: its grades are nested under prices, not spread over repeated rows. `brand` is the chain when we know it and null when we do not — never a placeholder token, so treat null as "independent or unknown" and fall back to `name`. Address detail varies by national feed: some report a full street address, others only the town.
data.stations[].station_refStable key for the station (name + position). Key your records on it whenever id is null — id is set only for rows that come from our station directory.
data.stations[].pricesObject keyed by grade (diesel, e5, e10, lpg …): price, currency and currency_symbol, local_name (the pump name used in that country), label, updated_at, confirmed_at, age_hours and stale. Each station carries its own currency, so never compare the raw numbers. A station with no quote at all carries an empty object here. TWO CLOCKS, and they answer different questions — do not derive one from the other: `updated_at` is when this price last MOVED, so a forecourt that has held the same price for ten days keeps a ten-day-old stamp and that is correct, not stale data; `confirmed_at` is when we last CONFIRMED the quote against its feed, and it is the clock `age_hours` and `stale` are measured on (age_hours = now − confirmed_at). Read `confirmed_at`/`stale` for freshness and `updated_at` for price history. Both are floored to the hour, so `now − confirmed_at` can sit up to an hour above `age_hours`, which is measured before the floor; `confirmed_at` is never earlier than `updated_at`, because a price change is itself a confirmation.
data.stations[].gradesThe grade keys present in prices, alongside freshest_age_hours and a station-level stale flag (true only when NO quote of that station is current).
data.stations[].distance_kmDistance from the anchor, with lat and lng of the station itself.
data.countStations returned; data.total_found is how many matched inside the radius before limit was applied.
data.noticesPresent whenever we adjusted a parameter you sent: each entry names the param, the requested and the applied value, and the reason.
data.coverageOnly when nothing matched. grade (the fuel_type your wording resolved to, or null), station_countries and station_counts measured from the live station index and scoped to that grade, sparse_coverage for countries with 25 priced stations or fewer, measured_at, a note explaining all of it, and fuel_type_note when the grade name could not be placed OR when we recognise the grade but price it nowhere in this country.
curl "https://nakordoni.eu/api/v2/data/fuel-stations?city=Munich&country=DE&radius_km=20&fuel_type=diesel" \
  -H "Authorization: Bearer NKD-DEV-XXXX-XXXX-XXXX"
🔑 Accedi come sviluppatore per provare questo endpoint dal vivo nella sandbox — 50 chiamate di prova gratuite al giorno. Accedi