Chat with us, powered by LiveChat
Endpoint: /v1/ev

Electric Vehicle
Specifications

Power your EV applications with precise data. Retrieve Battery Capacity, EPA Range, Charging Speed, and Plug Type for any electric vehicle.

GET /ev/specs
const response = await fetch('/v1/ev/specs');
const data = await response.json();

// Response:
{
  "model": "Tesla Model 3",
  "battery": {
    "capacity_kwh": 82.0,
    "chemistry": "NCA"
  },
  "range": { "epa": 358 },
  "charging": {
    "max_dc_kw": 250,
    "plug_type": "NACS"
  }
}
$20k
Battery Replacement Cost
34 Days
Used EV Turn Time
100%
EV Model Coverage

Battery Technology: Chemistry Matters

The automotive industry is undergoing its biggest shift in a century. Internal Combustion Engines (ICE) are giving way to Electric Vehicles (EVs). But for data providers, EVs present a new challenge. Horsepower and MPG are no longer the defining metrics. Today, the questions are: "What is the usable battery capacity?" "Does it support 800V charging?" "Is it CCS or NACS?"

At the heart of every EV is its battery pack, and not all batteries are created equal. The chemistry of the battery determines its energy density, charging speed, lifespan, and cost.

Common Battery Chemistries

NMC (Nickel Manganese Cobalt)

The most common chemistry in EVs. Offers a good balance of energy density, cost, and safety. Used by most European and American manufacturers.

NCA (Nickel Cobalt Aluminum)

Higher energy density than NMC, but more expensive. Used by Tesla in Model S and Model X. Allows for longer range but requires sophisticated thermal management.

LFP (Lithium Iron Phosphate)

Lower energy density but much safer and longer-lasting. No cobalt, making it cheaper and more ethical. Used in Tesla Standard Range models and many Chinese EVs.

Solid-State (Future)

Next-generation technology replacing liquid electrolyte with solid material. Promises higher energy density and faster charging, but not yet in mass production.

Range Standards: EPA vs. WLTP vs. CLTC

One of the most confusing aspects of EV data is range. A car might claim 300 miles of range, but which test cycle was used? Different regions use different standards, and the results can vary by 20% or more.

  • EPA (United States): Generally considered the most conservative and realistic. Tests include highway and city driving, climate control usage, and aggressive acceleration.
  • WLTP (Europe): Worldwide Harmonized Light Vehicle Test Procedure. Typically yields 10-15% higher range estimates than EPA due to less aggressive testing conditions.
  • CLTC (China): China Light-Duty Vehicle Test Cycle. The most optimistic standard, often showing 20-30% higher range than EPA. Includes slower speeds and less climate control usage.

Our API returns range estimates for all applicable standards, allowing you to present accurate data to users in their region.

Charging Infrastructure: Connectors & Speeds

The EV charging landscape is fragmented, with multiple connector types and charging standards. Understanding which plug a vehicle uses is critical for charging network operators and navigation apps.

Connector Types

CCS1 (North America)

Combined Charging System. Standard for most non-Tesla EVs in North America. Supports AC (J1772) and DC fast charging.

CCS2 (Europe)

European variant of CCS. Different physical connector but same protocol. Used by VW, BMW, Mercedes, etc.

CHAdeMO (Japan)

Developed by Nissan and Mitsubishi. Being phased out in favor of CCS, but still common on older Leafs and i-MiEVs.

NACS (Tesla/North America)

Tesla's proprietary connector, now being adopted as the North American Charging Standard. Compact and supports up to 1MW charging.

Charging Speed: kW Ratings

The maximum DC fast charging speed (measured in kilowatts, kW) determines how quickly an EV can recharge. However, this is not a fixed number—it depends on the battery's state of charge, temperature, and the charger's capabilities.

For example, a Porsche Taycan can accept up to 270kW on an 800V charger, but only 50kW on a 400V charger. Our API returns both the vehicle's maximum charging speed and its voltage architecture.

Incentives & Tax Credits

Federal and state EV incentives can significantly impact a vehicle's total cost of ownership. However, eligibility is complex and changes frequently. Our API tracks which vehicles qualify for the federal $7,500 tax credit (Section 30D) based on:

  • MSRP Limits: $80,000 for trucks/SUVs, $55,000 for sedans
  • Battery Sourcing: Critical minerals and components must meet domestic content requirements
  • Final Assembly: Vehicle must be assembled in North America

We also track state-level incentives, which can add thousands more in rebates or tax credits.

Frequently Asked Questions

How do you track battery degradation?

We don't track individual vehicle battery health, but we do provide manufacturer-stated warranty information (e.g., "8 years / 100,000 miles, 70% capacity retention"). For used EV valuation, we recommend using third-party battery health reports.

Do you support plug-in hybrids (PHEVs)?

Yes. For PHEVs, we return both the electric-only range and the total combined range. We also indicate the engine type (e.g., "2.0L Turbo I4 + Electric Motor").

How often is the incentive data updated?

Federal tax credit eligibility is updated within 24 hours of IRS announcements. State incentives are reviewed monthly, as they change less frequently.

Power Your EV App

Get the most accurate EV specs on the market.

Related Topics

Related: EV specs | electric vehicle data