Valuation data for passenger cars, covering list price, with a range of retail pricing and trade valuation points.
Key Features
VRM-based Lookup
Obtain valuations from a vehicle registration mark and mileage.
Franchised Dealer Retail Price
Franchised dealer forecourt price, prepared to approved used standards
Independent Dealer Retail Price
Independent motor trader retail price
Private Sale Values
Clean and average condition values for a private sale
Part-Exchange Value
The expected value for a part exchange or sale to a car buying service
Auction & Trade Values
Expected values at auction or for a trade sale
Sample Response
V2
Documentation
Introduction
This endpoint returns eight mileage adjusted valuations.
Header
When making calls to our API, include the following header:
x-api-key:your-api-key-here
Example Request
https://api.oneautoapi.com/ukvehicledata/valuationfromvrm?vehicle_registration_mark=AB21ABC¤t_mileage=12345
Example Sandbox Request
https://sandbox.oneautoapi.com/ukvehicledata/valuationfromvrm?vehicle_registration_mark=AB21ABC¤t_mileage=12345
Request Parameters
vehicle_registration_mark
mandatory, string, e.g. AB21ABC
Vehicle registration number.
current_mileage
mandatory, string, e.g. 12345
The current mileage of the vehicle.
Sample Response
{
"success": true,
"result": {
"vehicle_data": {
"vehicle_desc": "Mini Clubman Cooper S ALL4 Auto [Petrol / Automatic]",
"current_mileage": 70000,
"vehicle_registration_mark": "AB21ABC",
"year_plate": "2016-66",
"ukvd_uvc": "A-BCDEFG"
},
"valuation_data": {
"list_price_inc_delivery_vat": 29903,
"dealer_forecourt": 13550,
"trade_retail": 12629,
"private_clean": 11314,
"private_average": 10884,
"part_exchange": 10840,
"auction_value": 10365,
"trade_average": 9856,
"trade_poor": 8384,
"version": "2024-05-01"
},
"error": "If there is an error the message would go here"
}
}Response Parameters
success
e.g. true
Whether the api call was successful
vehicle_desc
e.g. Mini Clubman Cooper S ALL4 Auto [Petrol / Automatic]
The Vehicle description
current_mileage
e.g. 70000
Current mileage of the vehicle
vehicle_registration_mark
e.g. AB21ABC
Vehicle registration number (VRM).
year_plate
e.g. 2016-66
Year and plate.
ukvd_uvc
e.g. A-BCDEFG
UK Vehicle Data's UKVD UVC.
list_price_inc_delivery_vat
e.g. 29903
The list price + delivery price including VAT
dealer_forecourt
e.g. 13550
Retail price that a main dealer (franchise or independent) would ask for a vehicle in excellent condition.
trade_retail
e.g. 12629
Retail price that a smaller independent dealer would ask for a vehicle in excellent condition.
private_clean
e.g. 11314
Retail price that a private individual would ask when selling a clean condition vehicle for example in classified ads
private_average
e.g. 10884
Retail price that a private individual would ask when selling an average condition vehicle for example in classified ads
part_exchange
e.g. 10840
Price that a private individual should expect to get when trading his vehicle in against another vehicle at a dealership.
auction_value
e.g. 10365
Price that a dealer should expect to pay when buying the vehicle from a reputable car auction.
trade_average
e.g. 9856
Trade sale price of a vehicle in average condition.
trade_poor
e.g. 8384
Trade sale price of a vehicle in poor condition.
version
e.g. 2024-05-01
Date point of the valuation
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
