Decode any VIN in one API call
Turn a 17-character VIN into structured vehicle data
A fast, reliable VIN decoding API with transparent pricing and a dashboard that shows exactly what you're using. Structural decode for any VIN worldwide, vehicle attributes from official NHTSA data. Sign up and get your key in minutes.
Request
curl https://www.vinapi.app/api/v1/decode \
-H "Authorization: Bearer vin_live_..." \
-H "Content-Type: application/json" \
-d '{"vin":"1HGCM82633A004352"}'Response
{
"data": {
"vin": "1HGCM82633A004352",
"valid": true,
"vehicle": {
"make": "HONDA",
"model": "Accord",
"modelYear": 2003,
"trim": "EX-V6",
"bodyClass": "Coupe"
},
"engine": {
"cylinders": 6,
"fuelType": "Gasoline"
},
"sources": {
"structural": "internal",
"attributes": "vpic"
}
}
}One simple endpoint
POST a VIN, get clean structured JSON. No SDK required — just an HTTP call.
Built-in rate limiting
Per-minute and monthly limits scale with your plan, protecting you and us.
Usage you can see
Live dashboard with request charts, recent calls, and quota tracking.
Secure by default
Hashed API keys shown once, revoke anytime, and TLS on every request.
Simple, transparent pricing
Start free. Upgrade when you need more volume.
Free
$0 / month
- ✓100 decodes / month
- ✓10 requests / minute
- ✓Global structural decode + US-market attributes
- ✓Community support
Pro
Popular$29 / month
- ✓1,000 decodes / month
- ✓60 requests / minute
- ✓Everything in Free
- ✓Email support
Business
$99 / month
- ✓10,000 decodes / month
- ✓300 requests / minute
- ✓Everything in Pro
- ✓Priority email support