Find useful specific details of your vehicle. VIN Decoder covers all passenger and light commerical vehicle back to 1990. For reduced fields and reduced cost, use VIN Decoder Lite.
Attributes
vin
string
A unique 17 character code used to identify individual motor vehicles.
make
string
Manufacturer of the vehicle.
model
string
The specific product within the manufacturers range.
series
string
Internal code denoting the manufacturers product.
variant
string
Manufacturers specific variant or grade of the vehicle.
build_year
integer
Year the vehicle was assembled.
model_year
float
Manufacturers model year of production.
body_style
string
Body style of the vehicle.
doors
integer
Number of doors fitted to the vehicle.
seats
integer
Number of seats fitted to the vehicle.
fuel.type
string
Fuel type powering the vehicle.
drive
string
Which axle and wheels are driving the vehicle.
engine.cylinders
integer
Number of individual cylinders within the engine.
engine.size_litres
float
Size of the engine measured in litres.
transmission.type
string
Type of transmission fitted to the vehicle.
1https://sandbox.blueflag.com.au/vin_decoder?vin=KMHH351EMKU00TEST"
1curl "https://sandbox.blueflag.com.au/vin_decoder?vin=KMHH351EMKU00TEST" -H "Authorization: secret_SANDBOX_f1nlZOh0Xr1JvMgJy0d0l9i5JybnBEAYfl7isuU0_o-1GkBsaN8f"
1{2"request_id": "baf6dcfb-0a34-4881-9365-87dffc9d1e31",3"result": {4"vin": "KMHH351EMKU00TEST",5"make": "Hyundai",6"model": "i30",7"series": "PD2",8"variant": "Active",9"build_year": 2019,10"model_year": 2019,11"body_style": "Hatchback",12"doors": 4,13"seats": 5,14"fuel": {15"type": "Petrol"16},17"drive": "FWD",18"engine": {19"cylinders": 4,20"size_litres": 221},22"transmission": {23"type": "Auto"24}25}26}