Electric vehicle data API โ battery capacity, charging and range
Battery, charging, range and motor data for electric and hybrid vehicles.
Also known as: EV data ยท battery data ยท electric vehicle lookup ยท EV range by reg
Overview
Electric and hybrid specifics by registration: total and usable battery capacity, chemistry and voltage, manufacturer battery warranty, every charge port with its 10-80% charge times, real-world range and efficiency, and motor power and drivetrain.
Features
- Total and usable battery capacity
- Battery chemistry, voltage and warranty
- Charge ports with 10-80% charge times
- Real-world range and efficiency
- Motor power, torque and drivetrain
Example response
A successful lookup for AB12CDE. Illustrative values.
{
"data": {
"vrm": "AB12CDE",
"battery": {
"capacity": "75 kWh",
"usable_capacity": "72.5 kWh",
"type": "Lithium-Ion",
"voltage": 320,
"location": "Under Floor/Middle",
"warranty_months": 96,
"warranty_miles": 150000,
"charge_port": "Type 2",
"charge_time": 49,
"charge_ports": [
{
"type": "Type 2",
"location": "Left/Rear",
"max_charge_kw": 16.60000000000000142108547152020037174224853515625,
"is_standard": true,
"charge_times_10_to_80": [
{
"charge_kw": 7.5,
"minutes": 600
},
{
"charge_kw": 16.60000000000000142108547152020037174224853515625,
"minutes": 271
}
]
},
{
"type": "CCS",
"location": "Left/Rear",
"max_charge_kw": 142,
"is_standard": true,
"charge_times_10_to_80": [
{
"charge_kw": 50,
"minutes": 140
},
{
"charge_kw": 142,
"minutes": 49
}
]
}
],
"batteries": [
{
"total_capacity_kwh": 75,
"usable_capacity_kwh": 72.5,
"description": "Tesla/Panasonic Model S 75 kWh NCR18650A",
"chemistry": "Lithium-Ion",
"voltage": 320,
"location": "Under Floor/Middle",
"warranty_months": 96,
"warranty_miles": 150000
}
],
"motors": [
{
"manufacturer": "Tesla",
"model": "Model S 75",
"motor_type": "AC induction/asynchronous",
"power_kw": 285,
"max_torque_nm": 440,
"supports_regenerative_braking": true,
"location": "Rear",
"driven_axle": "Rear"
}
],
"range": {
"zero_emission_miles": 249,
"miles_per_charge_hour": 471,
"test_cycles": [
{
"type": "NEDC",
"city_miles": 298.30000000000001136868377216160297393798828125
},
{
"type": "EPA",
"city_miles": 249
}
]
},
"efficiency_wh_per_mile": 240,
"max_charge_input_kw": 142
}
},
"credit_balance": 499
}
Fields returned
| Field | Type | Description |
|---|---|---|
| battery.capacity | string | Total battery capacity. |
| battery.usable_capacity | string | Usable battery capacity. |
| battery.type | string | Battery chemistry / type. |
| battery.voltage | integer | Battery pack voltage. |
| battery.location | string | Where the battery pack sits on the vehicle. |
| battery.warranty_months | integer | Manufacturer battery warranty, months from new. |
| battery.warranty_miles | integer | Manufacturer battery warranty, miles from new. |
| battery.charge_port | string | Primary (standard-fit) charging connector type. |
| battery.charge_time | integer | Fastest 10-80% charge across all ports, in minutes. |
| battery.charge_ports | array | Every charge port with its max power and 10-80% charge times per charge rate. |
| battery.batteries | array | Full detail per battery pack. |
| battery.motors | array | Motor power, torque and drivetrain per motor. |
| battery.range | object | Range figures: zero-emission miles, miles gained per charge hour, and per-test-cycle (NEDC/EPA/WLTP) figures. |
| battery.efficiency_wh_per_mile | integer | Energy used per mile, in watt-hours. |
| battery.max_charge_input_kw | integer | Maximum charge power the vehicle can accept. |
Who uses this
You might also need
Official registers
Vehicle records from the DVLA Vehicle Enquiry Service, MOT records from the DVSA MOT History API.
Charged on delivery
You are charged on a successful lookup. A lookup that returns nothing costs nothing.
No lock-in
No contract and no minimum. Credits last 12 months; monthly plans are rolling.
UK data protection
You act as controller and we act as processor for delivery, under the UK GDPR and the Data Protection Act 2018.
Battery and Charging Data for UK Electric Vehicles
Why "fuel type: electric" is where the problem starts, what battery capacity and chemistry resolved from a registration...
Read the guide โ API GuidesThe Complete Guide to UK Vehicle Data APIs
What a UK vehicle data API actually returns, how DVLA, DVSA and provenance data fit together behind one normalised JSON...
Read the guide โ Free toolNumber plate checker
Validate a UK registration and decode the year and period it was issued.
Open the tool โ Free toolAPI cost calculator
Estimate your monthly cost from your expected lookup volume and product mix.
Open the tool โ