v1

latestOpenAPI 3.1.02026-08-04204105.4 KB
Specifications

Vehicle Specifications (VIN decoder)

Decode a 17-character VIN and return detailed vehicle specifications, including attributes, colors, equipment and warranties. If the VIN cannot be decoded, an International VIN decoding check is run as a fallback unless disableIntVINDecoding=1 is set.

get/specs

Query parameters

vinstring required

The 17 character long vehicle identification number.

format'json' | 'xml'

The format of the response. One of json or xml.

deepdata'1'

Request extra data. Set to 1 to use. Significantly slower than the regular request but retrieves additional data.

disableIntVINDecoding'1'

Set to 1 to disable the International VIN decoding fallback and return an error instead of a potential partial response.

Response

Vehicle specifications retrieved.

successboolean
inputobject

Echo of the input parameters specified by the query.

timestampstring
attributesobject

A map of specifications about the VIN (year, make, model, trim, style, type, size, category, made_in, doors, fuel_type, engine, transmission, drivetrain, dimensions, pricing and more).

equipmentobject

Equipment details based on the vehicle's year, make and model.

deepdataobject

More information on the vehicle from the deep data search (present when deepdata=1).