Api documentation

Api documentation

Get Vehicle Details by Squish VIN

Spec: Squish VIN
 
 
v2
 
 

Response format

JSON Response

{
  "squishVin": {string},
  "make": {object},
  "model": {object},
  "years": {array},
  "engine": {object},
  "transmission": {object},
  "drivenWheels": {string},
  "numOfDoors": {integer},
  "options": {option},
  "colors": {object},
  "manufacturer": {string},
  "MPG": {
    "highway": {integer},
    "city": {integer}
  }
}
Property Description Visibility
squishVin The supplied 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
manufacturer The name of the manufacturer Edmunds, Partners, Public
MPG The highway and city MPG details Edmunds, Partners, Public