Vehicle
VIN Decode
Data
- Overview
- Auction
- Dealer
- Finance & Insurance
- IoT
- Listings
- Manufacturer
- Market
- Service
- Title & Registration
- Transport
- Vehicle
API Reference
- Finance & Insurance
- Listings
- Title & Registration
- Vehicle
- Analytics
Vehicle
VIN Decode
Decode a VIN to find the year, make, model, and more.
GET
/
{vin}
vin
string
*
vin
Required
string
The Vehicle Identification Number (e.g. 1C4HJXEN5MW592818)
Copy
curl --request GET \
--url https://ctx.vin/{vin}
Copy
{
"vin": "1C4HJXEN5MW592818",
"squishVin": "1C4HJXENMW",
"checkDigit": "5",
"checksum": true,
"year": "2021",
"make": "Jeep",
"model": "Wrangler",
"styleId": "401858048",
"vehicle": {
"vin": "1C4HJXEN5MW592818",
"year": "2021",
"make": "Jeep",
"model": "Wrangler"
}
}
The Vehicle Identification Number (e.g. 1C4HJXEN5MW592818)
Copy
curl --request GET \
--url https://ctx.vin/{vin}
Copy
{
"vin": "1C4HJXEN5MW592818",
"squishVin": "1C4HJXENMW",
"checkDigit": "5",
"checksum": true,
"year": "2021",
"make": "Jeep",
"model": "Wrangler",
"styleId": "401858048",
"vehicle": {
"vin": "1C4HJXEN5MW592818",
"year": "2021",
"make": "Jeep",
"model": "Wrangler"
}
}