Accurate retail pricing based on live market data, postcode and dealer type.
Key Features
VRM Lookup
VRM lookup for easy data retrieval
Local Pricing
Postcode input for retail prices that reflects the local market
Dealer Type
Choose franchised or independent pricing
Live Market Data
Retail prices based on 600,000+ live listings
10,000+ Dealers
Data collected directly from dealer websites
Daily Updates
Dealer pricing updated daily
Sample Response
V2
Documentation
Introduction
Accurate retail pricing based on live market data, postcode and dealer type.
Header
When making calls to our API, include the following header:
x-api-key:your-api-key-here
Example Request
https://api.oneautoapi.com/marketcheck/pricepredictor?vehicle_registration_mark=AB21ABC¤t_mileage=21000&post_code=AB1 2CD&dealer_type=franchise
Example Sandbox Request
https://sandbox.oneautoapi.com/marketcheck/pricepredictor?vehicle_registration_mark=AB21ABC¤t_mileage=21000&post_code=AB1 2CD&dealer_type=franchise
Request Parameters
vehicle_registration_mark
mandatory, string, e.g. AB21ABC
Vehicle registration number (VRM).
current_mileage
mandatory, string, e.g. 21000
Current mileage of the vehicle
post_code
mandatory, string, e.g. AB1 2CD
The location of the stock vehicle used as the centre of the search.
dealer_type
mandatory, string, e.g. franchise
The dealer type.
Sample Response
{
"success": true,
"result": {
"retail_valuation": 10273
},
"error": "If there is an error the message would go here"
}Response Parameters
success
e.g. true
Whether the api call was successful
retail_valuation
e.g. 10273
The suggested market average retail valuation for the specified vehicle (cars only).
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
