GET
/
{vin}
curl --request GET \
  --url https://ctx.vin/{vin}
{
  "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"
  }
}
vin
string
required

The Vehicle Identification Number (e.g. 1C4HJXEN5MW592818)