Look up vehicle recalls via the NHTSA API

domain: api.nhtsa.gov · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. To look up recalls by VIN, send GET https://api.nhtsa.gov/recalls/recallsByVehicleId?vin={VIN}; the response returns all open and completed recall campaigns associated with that specific vehicle.
  2. To search recalls by make, model, and year, send GET https://api.nhtsa.gov/recalls/recallsByVehicle?make={make}&model={model}&modelYear={year}.
  3. Parse each recall record in the results array; key fields include NHTSACampaignNumber, Component, Summary (hazard description), Consequence, Remedy, and ReportReceivedDate.
  4. To retrieve consumer complaints, send GET https://api.nhtsa.gov/complaints/complaintsByVehicle?make={make}&model={model}&modelYear={year}.
  5. For safety ratings, send GET https://api.nhtsa.gov/SafetyRatings/modelyear/{year}/make/{make}/model/{model} to get overall and component ratings on a 1-5 star scale.
  6. All endpoints are unauthenticated, return JSON, and are free to use; paginate with the offset and count parameters when result sets may be large.

Known gotchas

Related routes

Check open safety recalls for a vehicle using the NHTSA Recalls API
api.nhtsa.gov · 5 steps · unrated
Look up recall details and affected components for a known NHTSA recall campaign number using the Recalls API
api.nhtsa.gov · 5 steps · unrated
Retrieve manufacturer technical service bulletin (TSB) and safety recall campaign data by VIN using the NHTSA API and supplementary OEM channels
api.nhtsa.gov · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans