NHTSA Vehicle Intelligence โ€” VIN Decoder, Recalls & Ratings avatar

NHTSA Vehicle Intelligence โ€” VIN Decoder, Recalls & Ratings

Pricing

Pay per usage

Go to Apify Store
NHTSA Vehicle Intelligence โ€” VIN Decoder, Recalls & Ratings

NHTSA Vehicle Intelligence โ€” VIN Decoder, Recalls & Ratings

Decode any VIN number to get vehicle make, model, year, engine specs, safety features โ€” plus lookup safety recalls, consumer complaints, and NCAP crash test ratings. Combines 4 free NHTSA APIs into one comprehensive vehicle intelligence actor. Pay-per-event pricing at $2.00 per 1,000 VINs.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Sourabh Kumar

Sourabh Kumar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

๐Ÿš— NHTSA Vehicle Intelligence โ€” VIN Decoder + Recalls + Complaints + Safety Ratings

Decode any VIN and instantly get comprehensive vehicle data from four official NHTSA public APIs. Get make, model, year, engine specs, safety features, recall history, consumer complaints, and crash test ratings โ€” all in one API call.

โšก Why this actor?

NHTSA maintains the most authoritative vehicle safety database in the US, but the data is spread across four different APIs with different formats. This actor combines them into a single, clean output:

  • ๐Ÿ”‘ VIN Decode: 25+ fields including make, model, year, engine, drivetrain, body type, and safety equipment
  • ๐Ÿ”” Recall History: Every NHTSA safety recall for the vehicle โ€” campaign numbers, components, summaries, remedies
  • ๐Ÿ“ Consumer Complaints: Real complaints filed with NHTSA โ€” crash/fire flags, injury counts, component details
  • โญ Safety Ratings: NCAP crash test ratings โ€” overall, frontal, side, rollover, and side pole scores

๐Ÿ’ฐ Key features

  • ๐Ÿš€ Fast: Pure API calls โ€” no browser, no proxy. Decodes a VIN in seconds.
  • ๐Ÿ“Š Comprehensive: 4 data sources combined into one record per VIN.
  • ๐Ÿ“ฆ Batch processing: Decode up to 50 VINs per run.
  • ๐Ÿ›๏ธ Official data: Directly from NHTSA โ€” the US government's vehicle safety authority.
  • ๐Ÿ’ฒ Affordable: Just $2.00 per 1,000 VINs decoded.
  • ๐Ÿ“‹ Clean output: Flat vehicle specs + structured recall/complaint/rating arrays. Ready for CSV, JSON, or API integration.

๐Ÿ“ฆ What data can you extract?

Vehicle Specifications (from VIN Decode)

FieldExample
MakeHonda
ModelAccord
Model Year2003
TrimEX
Body ClassSedan/Saloon
Vehicle TypePassenger Car
Drive TypeFWD
Doors4
Engine Cylinders4
Engine Displacement2.4L
Engine HP160
Fuel TypeGasoline
TransmissionAutomatic
Plant CountryUnited States
ManufacturerHonda Motor Co.
ABS, ESC, Traction ControlYes/No
Airbags (front, side, curtain)Type info

Recall Data

  • NHTSA campaign number
  • Affected component
  • Issue summary & consequence
  • Recommended remedy
  • Report received date

Complaint Data

  • ODI number
  • Component affected
  • Consumer summary
  • Crash and fire flags
  • Injury and death counts
  • Date filed

Safety Ratings (NCAP)

  • Overall rating (1-5 stars)
  • Frontal crash rating
  • Side crash rating
  • Rollover rating
  • Side pole crash rating

๐Ÿ’ฒ How much does it cost?

NHTSA Vehicle Intelligence uses pay-per-event pricing โ€” you only pay for what you decode:

  • $2.00 per 1,000 VINs

Example costs:

What you decodeVINsCost
Single VIN lookup1$0.002
Small fleet check50$0.10
Used car lot inventory500$1.00
Insurance batch5,000$10.00

๐ŸŽฏ Use cases

  • ๐Ÿช Used car dealerships: Decode inventory VINs and check for open recalls before listing vehicles for sale
  • ๐Ÿ›ก๏ธ Insurance companies: Batch-verify vehicle specs, safety equipment, and recall status for underwriting
  • ๐Ÿš› Fleet management: Monitor your fleet for open recalls and safety issues across all vehicles
  • ๐Ÿ” Vehicle history services: Enrich vehicle reports with official NHTSA recall and complaint data
  • ๐Ÿ  Consumer research: Check a vehicle's safety record before buying โ€” recalls, complaints, and crash test scores
  • ๐Ÿ“Š Automotive analytics: Aggregate complaint and recall trends by make/model/year for market research
  • ๐Ÿ”ง Repair shops: Look up recall status for customer vehicles and identify common complaint patterns
  • ๐Ÿ’ป Auto tech platforms: Integrate comprehensive vehicle data into apps, dashboards, and APIs

๐Ÿ“ฅ Input

FieldTypeDescriptionDefault
vinstringVIN number(s) โ€” comma-separated or one per line. Up to 50 per run.required
includeRecallsbooleanInclude NHTSA safety recall datatrue
includeComplaintsbooleanInclude consumer complaint datatrue
includeSafetyRatingsbooleanInclude NCAP crash test ratingstrue

๐Ÿ’ก Example input

Single VIN:

{
"vin": "1HGCM82633A004352"
}

Multiple VINs:

{
"vin": "1HGCM82633A004352, 5YJSA1E26MF123456, 1FTEW1EP0KFC12345",
"includeRecalls": true,
"includeComplaints": true,
"includeSafetyRatings": true
}

VIN decode only (no extras):

{
"vin": "1HGCM82633A004352",
"includeRecalls": false,
"includeComplaints": false,
"includeSafetyRatings": false
}

๐Ÿ“ค Output

Each VIN produces one dataset record with decoded vehicle specs plus optional recall, complaint, and safety rating arrays:

{
"vin": "1HGCM82633A004352",
"make": "HONDA",
"model": "Accord",
"modelYear": 2003,
"trim": "EX",
"bodyClass": "Sedan/Saloon",
"vehicleType": "PASSENGER CAR",
"driveType": "FWD",
"doors": 4,
"engineCylinders": 4,
"engineDisplacementL": 2.4,
"engineHP": 160,
"fuelType": "Gasoline",
"transmissionStyle": "Automatic",
"transmissionSpeeds": "5",
"plantCountry": "UNITED STATES (USA)",
"plantCity": "MARYSVILLE",
"plantState": "OHIO",
"manufacturer": "AMERICAN HONDA MOTOR CO., INC.",
"gvwr": "Class 1C: 3,001 - 3,500 lb",
"abs": "Standard",
"esc": null,
"tractionControl": null,
"airbagFront": "1st Row (Driver and Passenger)",
"airbagSide": "1st Row (Driver and Passenger)",
"airbagCurtain": null,
"recalls": [
{
"nhtsaCampaignNumber": "14V373000",
"component": "AIR BAGS",
"summary": "Honda is recalling certain 2003 Accord vehicles...",
"consequence": "An inflator rupture may result in metal fragments...",
"remedy": "Honda will notify owners and dealers will replace...",
"reportReceivedDate": "06/11/2014"
}
],
"recallCount": 5,
"complaints": [
{
"odiNumber": "10012345",
"component": "ENGINE",
"summary": "The vehicle stalls intermittently while driving...",
"dateComplaintFiled": "03/15/2005",
"crash": false,
"fire": false,
"numberOfInjuries": 0,
"numberOfDeaths": 0
}
],
"complaintCount": 12,
"safetyRatings": {
"overallRating": "5",
"frontalCrashRating": "4",
"sideCrashRating": "5",
"rolloverRating": "4",
"sidePoleCrashRating": null,
"nhtsa_vehicleId": 1234
}
}

You can download results in JSON, CSV, Excel, or connect via API.

๐Ÿ›๏ธ Data source

All data comes directly from the National Highway Traffic Safety Administration (NHTSA), a division of the US Department of Transportation:

  • VIN Decoder API: https://vpic.nhtsa.dot.gov/api/ โ€” Product Information Catalog and Vehicle Listing
  • Recalls API: https://api.nhtsa.gov/recalls/ โ€” Safety recall campaigns
  • Complaints API: https://api.nhtsa.gov/complaints/ โ€” Consumer-reported vehicle defects
  • Safety Ratings API: https://api.nhtsa.gov/SafetyRatings/ โ€” NCAP crash test results

All four APIs are free, public, and require no API key. Data is updated regularly by NHTSA.

๐Ÿ’ก Tips and notes

  • ๐Ÿ”ข VIN format: A VIN is a 17-character alphanumeric code. The decoder will attempt to decode any string you provide, but results are most reliable with valid 17-character VINs.
  • ๐Ÿ“Š Batch mode: Enter multiple VINs separated by commas or newlines. Each VIN is processed independently โ€” if one fails, the rest continue.
  • ๐Ÿ”” Recall/complaint matching: Recalls and complaints are fetched using the make, model, and year decoded from the VIN. They show all reports for that vehicle configuration, not just your specific car.
  • โญ Safety ratings: Not all vehicles have NCAP crash test ratings. Ratings are most commonly available for popular passenger cars and light trucks.
  • โšก Speed: Each VIN requires 2-5 API calls (1 for decode + up to 4 for extras). Processing 50 VINs takes about 30-60 seconds.
  • ๐Ÿšซ No PII: VIN decoding reveals vehicle specs only โ€” no owner information, registration, or title history is included.