Skip to main content
Menu

← Tous les endpoints

API Prix des Carburants UE Online

Prix du carburant dans les pays de l'EU — moyennes par country, stations les plus proches par coordonnées, ou stations près d'un poste frontière. Agrégés à partir des registres nationaux officiels des prix et des données de marché.

GET https://nakordoni.eu/api/v1/data/fuel — classe de quota: cheap

ParamètreDescription
modecountry (default) | nearest | border. country = national average; nearest = stations near lat/lon; border = stations near a checkpoint
countryCode pays ISO (optionnel)
latLatitude (optionnel)
lonLongitude (optionnel)
radius_kmSearch radius km for mode=nearest (default 30; alias: radius)
ppidCheckpoint ID for mode=border (e.g. id_13)
fuel_typeOptional, for mode=nearest: diesel | e5 | e10 | superplus | super100 | premdiesel | truckdiesel | hvo | lpg | cng | adblue | e85 | lng (availability varies by station/region). Local pump names are accepted as well — ON, Olej napędowy, Pb95, Nafta, Dizel, Gázolaj, Motorină, Benzină 95, ДП, А-95, Motorin, Gasóleo, Sans plomb 95, Bleifrei … — resolved against `country` (or, for coordinate products, the country the point falls in), because the same wording is not the same grade everywhere: “95” is E10 at a Danish, Finnish, French, British, Belgian or Dutch pump and E5 at a Polish or German one. The response echoes `fuel_type` (canonical), `fuel_type_requested` (as you typed it) and `fuel_type_local`. A name we cannot place is never swapped for a default grade — the answer comes back empty and says so. Full table of names per country: /api/v2/data/fuel-grades.
langCode de langue
limitMax stations returned for mode=nearest/border (default 5)

Champs de la réponse — à l’intérieur de l’objet data de l’enveloppe. [] indique une liste : data.items[].name est donc le champ name de chaque élément. Un champ vaut null, est absent ou est une liste vide quand nous n’avons pas de valeur — jamais un espace réservé.

ChampDescription
data.data.countryISO-2 country the averages belong to, with country_name in the requested language.
data.data.petrolNational 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.dieselNational average for diesel.
data.data.lpgNational average for LPG, in the country's own currency; lpg_eur is the same figure converted to EUR for cross-country comparison.
data.data.updatedDate the averages are from — daily or weekly depending on the source, never live.
data.data.trend_petrolup | down | null against the previous reading, and trend_diesel the same for diesel.
data.gradesOne 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_keysReturned 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.labelsLocalised UI strings for the keys above — for rendering, not data.
curl "https://nakordoni.eu/api/v1/data/fuel?country=PL" \
  -H "Authorization: Bearer NKD-DEV-XXXX-XXXX-XXXX"
🔑 Connectez-vous en tant que développeur pour essayer cet endpoint en direct dans la sandbox — 50 appels de test gratuits par jour. Connexion