Vehicle Data
Battery & EV Data
Battery capacity, chemistry and charging data for electric and hybrid vehicles.
Overview
Electric and hybrid specifics by registration — battery capacity, chemistry/type, charge times and connector type.
Features
- Battery capacity
- Battery chemistry / type
- Charge times and connector type
Example response
A successful lookup for AB12CDE. Illustrative values.
{
"data": {
"vrm": "AB12CDE",
"battery": {
"capacity": "58 kWh",
"charge_port": "CCS Type 2",
"charge_time": "8h (7kW AC) / 35min 10–80% (100kW DC)",
"type": "Lithium-ion"
}
},
"credit_balance": 499
}
Fields returned
| Field | Type | Description |
|---|---|---|
| battery.capacity | string | Battery capacity, as reported by UKVD. |
| battery.charge_port | string | Charging connector type. |
| battery.charge_time | string | Charge-time summary. |
| battery.type | string | Battery chemistry / type. |