Prezzi del carburante nei paesi EU — medie per country, stazioni più vicine per coordinate, o stazioni vicino a un valico di frontiera. Aggregati dai registri nazionali ufficiali dei prezzi e dai dati di mercato.
GEThttps://nakordoni.eu/api/v1/data/fuel
— classe di quota: cheap
Parametro
Descrizione
mode
country (predefinito) | nearest | border. country = media nazionale; nearest = stazioni vicino a lat/lon; border = stazioni vicino a un valico
country
Codice paese ISO (opzionale)
lat
Latitudine (opzionale)
lon
Longitudine (opzionale)
radius_km
Raggio di ricerca in km per mode=nearest (predefinito 30; alias: radius)
ppid
ID del valico per mode=border (es. id_13)
fuel_type
Facoltativo, per mode=nearest: diesel | e5 | e10 | superplus | super100 | premdiesel | truckdiesel | hvo | lpg | cng | adblue | e85 | lng (la disponibilità varia per distributore/regione). 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.
lang
Codice lingua
limit
Numero massimo di stazioni per mode=nearest/border (predefinito 5)
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.
Campo
Descrizione
data.data.country
ISO-2 country the averages belong to, with country_name in the requested language.
data.data.petrol
National average for 95-octane petrol, in data.data.currency. petrol98 is the 98-octane average, petrol92 the 92-octane one and petrol95plus the additive-enhanced 95 — each is null where the country does not report it.
data.data.diesel
National average for diesel.
data.data.lpg
National average for LPG, in the country's own currency; lpg_eur is the same figure converted to EUR for cross-country comparison.
data.data.updated
Date the averages are from — daily or weekly depending on the source, never live.
data.data.trend_petrol
up | down | null against the previous reading, and trend_diesel the same for diesel.
data.grades
One entry per price key above: grade (our canonical code), local_name (what a driver in that country calls it) and premium. Additive — the price keys themselves are unchanged.
data.grade_keys
Returned instead of grades when you ask for every country at once: the price key → canonical grade mapping only, without the per-country local names.
data.labels
Localised UI strings for the keys above — for rendering, not data.
Fuel prices across EU countries — country averages, nearest stations by coordinates, or stations near a border checkpoint. Aggregated from official national price registries and market data. A single-country answer carries a `grades` object mapping each price key (petrol, petrol95plus, petrol92, petrol98, diesel, lpg) to its canonical grade and to the local pump name for that country; the all-countries summary carries the canonical mapping only, as `grade_keys`.
GEThttps://nakordoni.eu/api/v2/data/fuel
— classe di quota: cheap
Parametro
Descrizione
mode
country (predefinito) | nearest | border. country = media nazionale; nearest = stazioni vicino a lat/lon; border = stazioni vicino a un valico
country
Codice paese ISO per mode=country (PL, DE, AT, FR, ES, IT, PT, SI, LU, RO, DK, HR, HU, SK, UA, …)
lat
Latitudine per mode=nearest
lon
Longitudine per mode=nearest (alias: lng)
radius_km
Raggio di ricerca in km per mode=nearest (predefinito 30; alias: radius)
ppid
ID del valico per mode=border (es. id_13)
fuel_type
Facoltativo, per mode=nearest: diesel | e5 | e10 | superplus | super100 | premdiesel | truckdiesel | hvo | lpg | cng | adblue | e85 | lng (la disponibilità varia per distributore/regione). 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.
lang
Codice lingua per le etichette
limit
Numero massimo di stazioni per mode=nearest/border (predefinito 5)
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.
Campo
Descrizione
data.stations[]
One entry per physical station, nearest first — NOT one per price. Replaces v1 `data.data`. `limit` counts stations here.
data.stations[].id
Station id where the station index answered. Null on the legacy path, where the underlying id is a price row rather than a station — use station_ref there.
data.stations[].station_ref
Stable 12-char key for the physical station (name + position). Safe to key on in every case; `id` is not, and in v1 it repeated across the rows of one station.
data.stations[].prices
Grades at that station, keyed by canonical grade: price, currency (ISO 4217 — v1 sent the € glyph), currency_symbol, grade, local_name, label, updated_at, age_hours, stale.
data.stations[].prices.*.local_name
What a driver in THAT country calls the grade — Poland ON / Pb95 / Pb98, Ukraine ДП / А-95, Czechia Nafta, Hungary Gázolaj, Romania Motorină, Slovenia Dizel. 44 countries; full table at /api/v2/data/fuel-grades.
data.stations[].prices.*.updated_at
When that price last CHANGED, floored to the hour - not when we last polled. A quote that has held steady keeps the same value across refreshes, so a moving timestamp means a moving price and nothing else. Use age_hours/stale, not this field, to judge how recently the quote was confirmed.
data.stations[].prices.*.stale
True once a price is older than 48 h — one full refresh cycle missed. v1 gave you a timestamp and no way to tell a two-hour-old price from a two-week-old one in the same response.
data.stations[].grades
The grade keys present, and freshest_age_hours / stale roll up the station.
data.total_found
Stations matching inside the radius before `limit` was applied. v1 had no way to tell you there were more.
data.notices
Present only when a parameter was adjusted: param, requested, applied, reason. v1 clamped radius_km silently.