v1
latestOpenAPI 3.0.02026-07-147195292.0 KBCars Market API
Predict fare value of car for UK based on YMMT & miles
Predict fare value of car for UK based on YMMT & miles
get/predict/car/uk/fmv
Query parameters
api_keystring
The API Authentication Key. Mandatory with all API calls.
vrmstring
Predict price for a VRM
yearinteger
Car manufacturing year
makestring
Car's make
modelstring
Car's model
variantstring
Car's variant
milesinteger
miles vehicle has driven in total
postal_codestring
Postal code of the car
radiusinteger
Radius around postal code
Response
Predict fare value of car for UK based on YMMT & miles
Example response
{
"avg_days_to_sold_local": 32,
"avg_days_to_sold_national": 42,
"fmv_local": 13854,
"fmv_national": 13915
}