v1

latestOpenAPI 3.0.02026-07-147195292.0 KB
Cars 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

avg_days_to_sold_localinteger

Average days to sold of car around given postal code & radius

avg_days_to_sold_nationalinteger

Average days to sold of car for all available listings

fmv_localinteger

Fare value calculated for all available listing around given postal code & radius

fmv_nationalinteger

Fare value calculated for all available listing

Example response

{
  "avg_days_to_sold_local": 32,
  "avg_days_to_sold_national": 42,
  "fmv_local": 13854,
  "fmv_national": 13915
}