Get vehicle details from a VIN.
The Vehicle VIN API allows you to search for vehicles by VIN. The request requires only a region, VIN & API key. This will return either a matching vehicle with possible option packs, or a null.
Copy curl "https://api.autograb.com.au/v2/vehicles/vins/WVWZZZ6RZAU020000?region=nz" \
-H 'ApiKey: {API_KEY}'
Copy {
"success": true,
"vehicle": {
"id": "5233518187642880",
"region": "nz",
"title": "2010 Volkswagen Polo Comfortline Automatic",
"year": "2010",
"make": "Volkswagen",
"model": "Polo",
"badge": "Comfortline",
"series": "6R",
"model_year": "MY10",
"release_month": 1,
"release_year": 2010,
"body_type": "Hatchback",
"body_config": null,
"transmission": "Dual Clutch Automatic (DCT)",
"transmission_type": "Automatic",
"wheelbase": null,
"wheelbase_type": null,
"fuel": "Petrol",
"fuel_type": "Petrol",
"engine": "Piston",
"engine_type": "Piston",
"drive": "FWD",
"drive_type": "Front Wheel Drive",
"num_doors": 5,
"num_seats": 5,
"num_gears": 7,
"num_cylinders": 4,
"capacity_cc": 1390,
"power_kw": 63,
"torque_nm": 132,
"range": null,
"options": []
},
"upstream_vehicle": "2010 Volkswagen POLO Polo Hatchback Automatic Petrol 1,380cc",
"confidence": "standard",
"additional_vehicles": []
}