Api documentation

Api documentation

Get Vehicle Details Through VIN Decoding

Spec: VIN Decoding
 
 
v2 v1
 
 

Response format

JSON Response

{
  "vin": {string},
  "squishVin": {string},
  "make": {object},
  "model": {object},
  "years": {array},
  "engine": {object},
  "transmission": {object},
  "drivenWheels": {string},
  "numOfDoors": {integer},
  "options": {option},
  "colors": {object},
  "equipment": {array},
  "manufacturer": {string},
  "manufacturerCode": {string},
  "matchingType": {string},
  "MPG": {
    "highway": {integer},
    "city": {integer}
  }
}
Property Description Visibility
vin The supplied vin Edmunds, Partners, Public
squishVin The car’s squishVin Edmunds, Partners, Public
make The car’s make details (id, name and nicename) Edmunds, Partners, Public
model The car’s model details (id, name and nicename) Edmunds, Partners, Public
year The car’s model year details. See Spec: Model Year Edmunds, Partners, Public
engine Engine details. See engine specs Edmunds, Partners, Public
transmission Transmission details. See transmission specs Edmunds, Partners, Public
drivenWheels The car drive Edmunds, Partners, Public
numOfDoors The number of doors on the car Edmunds, Partners, Public
options Options details. See options specs Edmunds, Partners, Public
colors Color details. See colors specs Edmunds, Partners, Public
equipment Standard equipment details. See equipment specs Edmunds, Partners, Public
manufacturer The name of the manufacturer Edmunds, Partners, Public
manufacturerCode The manufacturer code Edmunds, Partners, Public
matchingType The value indicates algorithm which used to decode the VIN. Possible values: VIN, SQUISHVIN Edmunds, Partners, Public
MPG The highway and city MPG details Edmunds, Partners, Public
warning The warning field contains information about VIN checking. Also, it can be missed if everything is OK Edmunds, Partners, Public