Additional data about electric vans to augment the data provided by other endpoints, including load carrying capabilities.
Key Features
Weights
Provides an array of vehicle, towing and load and laden weight data points.
Dimensions
Vehicle, wheelbase, load length and volume data to help determine suitability for purpose.
Drivetrain
Drivetrain and power details (bhp and kw)
Performance
Torque, acceleration and maximum speed
Safety
NCAP ratings and year tested
Miscellaneous
Additional model and specification details
Pricing
| Plan | GBP | EUR | USD |
|---|---|---|---|
| PAYG (Per Use) | 50p | 60c | 70c |
| Business (Per Use) | 25p | 30c | 35c |
| Enterprise (Per Use) | 12p | 15c | 17c |
Sample Response
V1
Documentation
Introduction
This endpoint returns a set of weights, dimensions, drivetrain, performance & safety data for an electric van.
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/van/vehicledata/?evdb_vehicle_id=12345
Example Sandbox Request
https://sandbox.oneautoapi.com/evdatabase/uk/van/vehicledata/?evdb_vehicle_id=12345
Request Parameters
evdb_vehicle_id
mandatory, string, e.g. 12345
EV Database Vehicle ID
Sample Response
{
"success": true,
"result": {
"dimensions_weights": {
"vehicle_length_mm": 4282,
"vehicle_width_mm": 1829,
"vehicle_width_inc_mirrors_mm": 2138,
"vehicle_height_mm": 1805,
"is_length_width_height_estimated": true,
"ground_clearance_mm": 184,
"cargo_volume_m3": 3,
"load_length_mm": 1731,
"vehicle_wheelbase_mm": 2697,
"is_wheelbase_estimated": false,
"vehicleweight_kg": 2044,
"minimum_unladen_weight_kg": false,
"maximum_unladen_weight_kg": false,
"is_weight_estimated": false,
"minimum_gross_vehicleweight_kg": 2830,
"maximum_gross_vehicleweight_kg": 2840,
"minimum_gross_trainweight_kg": 3830,
"maximum_gross_trainweight_kg": 3840,
"minimum_payload_weight_kg": 800,
"maximum_payload_weight_kg": 800,
"is_tow_hook_allowed": true,
"max_unbraked_towing_weight_kg": 750,
"max_braked_towing_weight_kg": 1500,
"is_towing_weight_estimated": false,
"max_vertical_towing_load_weight_kg": 100,
"min_roof_load_kg": 100,
"max_roof_load_kg": 100
},
"drivetrain_performance": {
"drivetrain_desc": "Rear Wheel Drive",
"is_drivetrain_desc_estimated": false,
"drivetrain_power_kw": 200,
"drivetrain_power_bhp": 268,
"is_drivetrain_power_estimated": false,
"torque_nm": 343,
"is_torque_estimated": false,
"acceleration_0to62_mph_seconds": 20.3,
"is_acceleration_estimated": false,
"top_speed_mph": 50,
"is_top_speed_estimated": false
},
"miscellaneous": {
"number_seats": 5,
"is_roof_rails_standard": false,
"is_isofix_standard": true,
"number_seats_isofix": 2,
"turning_circle_kerb_to_kerb_m": 11.6,
"vehicle_platform_desc": "PSA EMP21",
"is_dedicated_ev_platform": true
}
},
"error": "If there is an error the message would go here"
}Response Parameters
success
e.g. true
Whether the api call was successful
vehicle_length_mm
e.g. 4282
Overall length of the vehicle (bumper to bumper). Does not include any after market items, which may extended the length of the vehicle in millimetres.
vehicle_width_mm
e.g. 1829
Overall width, including the wing mirrors in millimetres.
vehicle_width_inc_mirrors_mm
e.g. 2138
Vehicle width including mirrors in mm
vehicle_height_mm
e.g. 1805
Overall height of the vehicle, including roof-bars or aerial in millimetres.
is_length_width_height_estimated
e.g. true
Is the length, width and height estimated
ground_clearance_mm
e.g. 184
The ground clearance in mm
cargo_volume_m3
e.g. 3
Cargo volume in cubic metres
load_length_mm
e.g. 1731
Load length from the bulk-head to the back doors in millimetres (applies to commercial vehicles).
vehicle_wheelbase_mm
e.g. 2697
Measurement between the centre of the wheels on either side of the vehicle in millimetres.
is_wheelbase_estimated
e.g. false
Is the wheelbase estimated
vehicleweight_kg
e.g. 2044
Vehicle weight in kilograms
minimum_unladen_weight_kg
e.g. false
Minimum unladen weight in kilograms.
maximum_unladen_weight_kg
e.g. false
Maximum unladen weight in kilograms
is_weight_estimated
e.g. false
Is the vehicle weight estimated
minimum_gross_vehicleweight_kg
e.g. 2830
Minimum gross vehicle weight in kilograms
maximum_gross_vehicleweight_kg
e.g. 2840
Maximum gross vehicle weight in kilograms
minimum_gross_trainweight_kg
e.g. 3830
Minimum gross train weight in kilograms
maximum_gross_trainweight_kg
e.g. 3840
Maximum gross train weight in kilograms
minimum_payload_weight_kg
e.g. 800
Maximum payload weight in kilograms
maximum_payload_weight_kg
e.g. 800
Maximum gross payload weight in kilograms
is_tow_hook_allowed
e.g. true
Is tow hook allowed
max_unbraked_towing_weight_kg
e.g. 750
Maximum unbraked towing weight in kilograms.
max_braked_towing_weight_kg
e.g. 1500
Maximum braked towing weight in kilograms,
is_towing_weight_estimated
e.g. false
Is towing weight estimated
max_vertical_towing_load_weight_kg
e.g. 100
Maximum vertical towing load weight in kg
min_roof_load_kg
e.g. 100
Minimum roof load in kilograms
max_roof_load_kg
e.g. 100
Maximum roof load in kilograms
drivetrain_desc
e.g. Rear Wheel Drive
Drivetrain
is_drivetrain_desc_estimated
e.g. false
Is drivetrain description estimated
drivetrain_power_kw
e.g. 200
Drivetrain power in kilowatts
drivetrain_power_bhp
e.g. 268
Drivetrain power bhp
is_drivetrain_power_estimated
e.g. false
Is drivetrain power estimated
torque_nm
e.g. 343
Maximum power described in Torque Nm (Torque Newton Metres).
is_torque_estimated
e.g. false
Is torque estimated
acceleration_0to62_mph_seconds
e.g. 20.3
Acceleration - number of seconds to go from Zero to 62 mph
is_acceleration_estimated
e.g. false
Is acceleration estimated
top_speed_mph
e.g. 50
Manufacturer's claimed top speed in miles per hour
is_top_speed_estimated
e.g. false
Is top speed estimated
number_seats
e.g. 5
Number of seats.
is_roof_rails_standard
e.g. false
Are roof rails standard
is_isofix_standard
e.g. true
Is ISOFIX standard
number_seats_isofix
e.g. 2
Number of ISOFIX seats
turning_circle_kerb_to_kerb_m
e.g. 11.6
Turning circle from kerb to kerb in metres
vehicle_platform_desc
e.g. PSA EMP21
Vehicle platform description
is_dedicated_ev_platform
e.g. true
Is dedicated EV platform
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
Also Available From EV Database
Data Providers:
Auto TraderAutoPredictBregoCartellCazanaClearWattDriveRightDataEV DatabaseEVOX ImagesExperianEzyvinMarketcheckSagacitySalvageGuideSolifi Vehicle DataUK Vehicle DataCategories:
Automotive Data APICar Images APICar Specification APIDigital Service History APIElectric Vehicle Data APIOE VIN Lookup APIRegistration Lookup APIVIN Decoder APIVehicle Build Sheet APIVehicle Check APIVehicle Data APIVehicle Images APIVehicle Mileage Check APIVehicle Recall Check APIVehicle Technical Data APIVehicle Valuation APISolutions:
Aftermarket & PartsAuction & RemarketingAutomotive Data ReportsCar BuyingConsultancyConsumer Vehicle ChecksConsumer WebsitesData CleansingData ProvidersFinance BrokersFleet OperatorsFranchised DealersIndependent DealersLead ManagementLeasing & Fleet ManagementLeasing BrokersManufacturersMotor FinanceMotor InsurersRetail PricingScrap & SalvageSoftware DevelopersVehicle Appraisal SoftwareVehicle AssessorsWhole Life Cost Data