UnifyAPI
← Back to catalog

vin.decode

mock data$0.001 / call

Decode 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)

Referenceprovider: Vin#vin#reference

Input schema

vinrequired

17-character Vehicle Identification Number (e.g. "1HGCM82633A004352")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.