← LiveDataLink Blog

How to decode a VIN and find recalls for a vehicle (free NHTSA lookup)

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.

The 17 characters of a VIN

Decode it

Feed the full VIN to vin_decode to expand it into full specifications.

{
  "method": "tools/call",
  "params": {
    "name": "vin_decode",
    "arguments": { "vin": "1HGCM82633A004352" }
  }
}

Find the recalls

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.

When to do this

FAQ

Can a VIN tell me the mileage or accident history?

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.

Why are there no letters I and O in a VIN?

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.

Are recall repairs free?

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.

Try this workflow

Use the free tier to test the tools with your own inputs, or request a focused pilot if you are evaluating this for a team.

Get a free API key · Browse the tools · Choose a pilot

Last reviewed: August 29, 2026 · LiveDataLink home