Provides buyers and users with real world charging performance data that factors in expected losses during charging, and the maximum capabilities of the vehicle's onboard charging equipment.
Key Features
Charge Port Type
The type of fast charging port (e.g. CCS)
Charge Port Location
The location of the charge port on the vehicle
Maximum Power
The maximum power capability of the onboard fast charger
Average Power
The average power once expected losses are factored in (used to determine real world performance)
Fast Charge Performance
Provides the real world 10-80% charge time (mins), and charge speed (mph)
Plug & Charge Status
Identifies whether plug and charge is supported
Sample Response
V1
Documentation
Introduction
This endpoint provides car drivers with accurate real world charging times for public charging stations.
Header
When making calls to our API, include the following header:
x-api-key:your-api-key-here
Example Request
https://api.oneautoapi.com/evdatabase/uk/car/fastcharging/?evdb_vehicle_id=1234
Example Sandbox Request
https://sandbox.oneautoapi.com/evdatabase/uk/car/fastcharging/?evdb_vehicle_id=1234
Request Parameters
evdb_vehicle_id
mandatory, string, e.g. 1234
EV Database Vehicle ID
Sample Response
{
"success": true,
"result": {
"fast_charger_port_type": "CCS",
"is_fast_charger_port_type_estimated": false,
"fast_charger_port_location": "Left Side - Front",
"fast_charger_max_power_kw": 109,
"fast_charger_average_power_kw": 78,
"fast_charger_chargetime_10to80_percent_mins": 40,
"fast_charger_chargespeed_10to80_percent_mph": 149.1290856,
"is_fast_charger_optional": false,
"is_autocharge_possible": true,
"plug_and_charge_iso15118_status": "Available",
"plug_and_charge_iso15118_2_status": "Available",
"plug_and_charge_iso15118_20_status": "Announced",
"is_fast_charger_data_estimated": false,
"is_fastned_tested": true,
"fast_charger_table": [
{
"is_fast_charger_ave_power_limited": true,
"fast_charger_max_power_kw": 49,
"fast_charger_average_power_kw": 47,
"fast_charger_chargetime_10to80_percent_mins": 66,
"is_fast_charger_max_power_limited": true,
"fast_charger_desc": "CCS-50-DC",
"fast_charger_chargespeed_10to80_percent_mph": 150
}
]
},
"error": "If there is an error the message would go here"
}Response Parameters
success
e.g. true
Whether the api call was successful
fast_charger_port_type
e.g. CCS
Fast charger port type.
is_fast_charger_port_type_estimated
e.g. false
Is the fast charger port type estimated.
fast_charger_port_location
e.g. Left Side - Front
Fast charger port location.
fast_charger_max_power_kw
e.g. 109
Fast charger maximum power in kw.
fast_charger_average_power_kw
e.g. 78
Fast charger average power in kw.
fast_charger_chargetime_10to80_percent_mins
e.g. 40
10-80% fast charger charge time in minutes
fast_charger_chargespeed_10to80_percent_mph
e.g. 149.1290856
10-80% fast charger charge speed miles per hour.
is_fast_charger_optional
e.g. false
Is the fast charger optional.
is_autocharge_possible
e.g. true
Is autocharging possible.
plug_and_charge_iso15118_status
e.g. Available
Status of the vehicle for Plug and Charge ISO15118.
plug_and_charge_iso15118_2_status
e.g. Available
Status of the vehicle for Plug and Charge ISO15118-2.
plug_and_charge_iso15118_20_status
e.g. Announced
Status of the vehicle for Plug and Charge ISO15118-20.
is_fast_charger_data_estimated
e.g. false
Is the fast charger data estimated.
is_fastned_tested
e.g. true
Is the fast charger tested for Fastned charging.
is_fast_charger_ave_power_limited
e.g. true
Is the fast charger average power limited.
fast_charger_max_power_kw
e.g. 49
Fast charger maximum power in kw.
fast_charger_average_power_kw
e.g. 47
Fast charger average power in kw.
fast_charger_chargetime_10to80_percent_mins
e.g. 66
10-80% fast charger charge time in minutes
is_fast_charger_max_power_limited
e.g. true
Is the fast charger maximum power limited.
fast_charger_desc
e.g. CCS-50-DC
Fast charger description.
fast_charger_chargespeed_10to80_percent_mph
e.g. 150
10-80% fast charger charge speed miles per hour.
error
e.g. If there is an error the message would go here
Details of what went wrong with the api call
Status Codes
200
success, chargeable
Request has been successfully received and a response has been sent.
202
accepted, non-chargeable
Request has been received and accepted for processing, but the action has not yet been completed.
204
no content, non-chargeable
Request has been successfully received but there is no content to return e.g. if an invalid VRM has been sent.
206
partial content, non-chargeable
Request has been successfully received but limited content is returned e.g. if an invalid VRM has been sent.
400
bad request, non-chargeable
Request was not received e.g. if any required parameters are missing.
403
forbidden, non-chargeable
Request was rejected e.g. if the API key is invalid or the service is not enabled.
429
too many requests, non-chargeable
API key rate limit/quota has been exceeded.
500
internal server error, non-chargeable
We are unable to process the request e.g. if the API is under extremely heavy load.
503
service unavailable, non-chargeable
Service is temporarily unavailable. Contact help@oneautoapi.com
