← Back to catalog
autodev.vin_decode
mock data$0.003 / callGlobal VIN Decode
Decode any VIN worldwide (100+ countries) — make, model, year, trim, engine, transmission, drive type, body style, origin country, manufacturer. Covers EU, Asia, and other markets beyond US-only NHTSA. Static data cached 24h (Auto.dev)
Input schema
vinrequired
string17-character Vehicle Identification Number (e.g. "WP0AF2A99KS165242" for Porsche, "WBAFR7C51BC603689" for BMW)
Call via REST
curl -X POST https://unifyapi.pro/api/call/autodev.vin_decode \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"vin":"<vin>"}'