/vehicles namespace · APlicious

Vehicle API — EV range, fuel cost, CO2 emissions, and loan calculator

The /vehicles namespace's EV range calculator models temperature penalty, HVAC load, and driving style — not a flat battery-kWh-to-range ratio — alongside fuel cost, CO2 emissions, and loan calculators.

5vehicle endpoints
Get free API key View docs
GET /api/v1/vehicles/ev-range
const res = await fetch(
  'https://aplicious.com/api/v1/vehicles/ev-range?battery_kwh=75&temperature_c=5&driving_style=normal',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { estimated_range_km: 312, consumption_wh_per_km: 178.5 }

No credit card · Free tier forever · X-API-Key header auth

What's included in /vehicles

Real-world EV range modeling

Accounts for cold-weather battery penalty, HVAC load, driving style, and motorway vs. city consumption — not a single static ratio.

Fuel cost by country

Estimate trip or monthly fuel cost using country-specific fuel prices.

CO2 emissions calculator

Emissions by fuel type and vehicle class, using EU/EPA-aligned standards.

Tyre size decoder

Decode ISO metric tyre size notation into actual dimensions.

Loan calculator

Standard vehicle loan amortization, same formula family as /property's mortgage tools.

Start using the EV range calculator API today

Free tier — 500 calls/month, no credit card. Upgrade when you need more.

Get free API keyExplore /vehicles docs

Frequently asked questions

Does the range estimate account for cold weather?

Yes — a temperature penalty applies below 10°C (up to ~15% extra consumption at freezing) and a smaller penalty above 35°C.

Does driving style affect the estimate?

Yes — eco, normal, and sport driving styles apply different consumption multipliers (0.85x, 1.0x, 1.25x).

Is HVAC usage factored in?

Yes — pass ac_heating=true to add the energy cost of climate control to the estimate.

Related API guides

Property & Mortgage Calculator API — Amortization, Affordability, Stamp Duty

20 endpoints for real estate: loan amortization schedules, mortgage affordabilit

Read guide

Currency Conversion API — Live Rates, 170 Currencies, Free

Live currency exchange rates, historical rates, and conversion endpoints for 170

Read guide

Best Free API for Developers — 34 Namespaces, One Key, 500 Free Calls

Looking for the best free API? APlicious gives you 34 live namespaces — finance,

Read guide

One key unlocks all 34 namespaces — weather, finance, fitness, astrology, and more.

View all plans and pricing →