VIN Safety Intelligence avatar

VIN Safety Intelligence

Pricing

from $2.00 / 1,000 vehicle safety reports

Go to Apify Store
VIN Safety Intelligence

VIN Safety Intelligence

Decode VINs and return NHTSA recalls, complaints, crash/fire/injury signals, and a normalized safety summary.

Pricing

from $2.00 / 1,000 vehicle safety reports

Rating

0.0

(0)

Developer

smile flow

smile flow

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Categories

Share

Decode a VIN and get a normalized vehicle safety report using public U.S. NHTSA data.

What you get

  • Vehicle make, model and year
  • Manufacturer and vehicle details
  • Matching NHTSA recall campaigns
  • Consumer complaints
  • Crash and fire reports
  • Reported injuries and deaths
  • Park It / Park Outside recall signals
  • Normalized safety summary

Main API endpoint

GET /v1/safety/{vin}

Example:

GET /v1/safety/1HGCM82633A004352

Example response

{
"vehicle": {
"vin": "1HGCM82633A004352",
"make": "HONDA",
"model": "Accord",
"model_year": "2003"
},
"summary": {
"matching_recall_count": 24,
"complaint_count": 2013,
"complaints_reporting_crash": 158,
"complaints_reporting_fire": 19,
"reported_injuries_total": 157,
"reported_deaths_total": 1
}
}
## Important
Recall campaigns are matched using the decoded model year, make, and model.
This does not confirm whether a specific VIN currently has an outstanding recall.
Consumer complaints are user-submitted reports and should not be interpreted as verified defect findings.
This is an independent service and is not affiliated with or endorsed by NHTSA.