VIN Decoder
GET
/decode/car/{vin}/specs
VIN Decoder API
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://marketcheck-prod.apigee.net/v2/decode/car//specs'
Response Response Example
200 - Example 1
{
"antibrake_sys": "string",
"body_subtype": "string",
"body_type": "string",
"city_miles": "string",
"city_mpg": 0,
"cylinders": 0,
"doors": 0,
"drivetrain": "string",
"engine": "string",
"engine_aspiration": "string",
"engine_block": "string",
"engine_measure": "string",
"engine_size": 0,
"fuel_type": "string",
"highway_miles": "string",
"highway_mpg": 0,
"made_in": "string",
"make": "string",
"model": "string",
"opt_seating": "string",
"overall_height": "string",
"overall_length": "string",
"overall_width": "string",
"powertrain_type": "string",
"short_trim": "string",
"std_seating": "string",
"steering_type": "string",
"tank_size": "string",
"transmission": "string",
"trim": "string",
"trim_r": "string",
"vehicle_type": "string",
"year": 0
}
Request
Path Params
vin
stringÂ
required
Query Params
api_key
stringÂ
optional
Responses
Modified at 2023-08-15 07:36:55