Last reviewed: August 29, 2026
To decode a VIN and find recalls, run the 17-character VIN through NHTSA's decoder to get the make, model, year, engine, and plant, then check NHTSA's model-level recall results. The free LiveDataLink tools vin_decode and vehicle_recalls do both. The recall tool does not determine whether a particular VIN has an unrepaired recall; confirm that at NHTSA's VIN lookup.
Feed the full VIN to vin_decode to expand it into full specifications.
{
"method": "tools/call",
"params": {
"name": "vin_decode",
"arguments": { "vin": "1HGCM82633A004352" }
}
}
Once you know the year, make, and model, pull the NHTSA recalls published for that vehicle configuration with vehicle_recalls. For VIN-specific unrepaired-recall status, use NHTSA's VIN lookup.
{
"method": "tools/call",
"params": {
"name": "vehicle_recalls",
"arguments": { "year": "2003", "make": "Honda", "model": "Accord" }
}
}
Eligible open safety recalls are generally repaired at no charge by the manufacturer's dealer. Older recalls and some equipment have eligibility limits, so confirm the remedy with the manufacturer or NHTSA.
No. A VIN decodes the factory build (make, model, year, equipment). Mileage, title, and accident history come from separate vehicle-history reports, not from the VIN itself.
The letters I, O, and Q are not used in VINs because they look too much like the numbers 1 and 0, which would cause errors.
For an eligible open vehicle safety recall, the manufacturer provides the remedy at no charge through its dealer. Confirm eligibility and the repair status with NHTSA or the manufacturer.
Last reviewed: August 29, 2026 · LiveDataLink home