← Back to catalog
vin.decode
mock data$0.001 / callDecode VIN Number
Decode a 17-character VIN — make, model, year, body class, engine, fuel type, transmission, plant country. US Government open data, unlimited, no auth (NHTSA)
Input schema
vinrequired
string17-character Vehicle Identification Number (e.g. "1HGCM82633A004352")
Call via REST
curl -X POST https://unifyapi.pro/api/call/vin.decode \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"vin":"<vin>"}'