Decode a VIN into normalized vehicle identity, configuration, and specification data.
Connect directly through a simple API and return structured vehicle information inside your application, customer experience, or internal process.
GET /api/vin-decode
{
"vin-decode": {
"vin": "1C6RD7MT7CS******",
"year": "2012",
"make": "RAM",
"model": "1500",
"trim": "Sport Crew Cab",
"name": "2012 RAM 1500",
"engine": "5.7L V8 OHV 16V",
"style": "Pickup",
"transmission": "Automatic, 6-Spd",
"driveType": "4WD",
"fuel": "Gasoline",
"GVWR": "Class 2E: 6,001 - 7,000 lb (2,722 - 3,175 kg)",
"color": {
"name": "White",
"abbreviation": "WHT"
},
"image": {
"imageFound": true,
"url": "https://imget.io/vehicles/collection/307371c9-dda6-4e93-b692-c4ae4be8af37.png"
}
}
}
REST-style requests and structured JSON make implementation straightforward.
Designed for real-world automotive and enterprise use cases.
Talk with our team about your workflow, volume, and integration requirements.