← OLP Developer API

Vehicle Recalls API

Open NHTSA safety recalls for any US vehicle, queried the same way you query everything else about it.

Get a free API key →Read the docs

Recall checks belong in every intake flow — dealership check-ins, used-car listings, fleet audits, insurance quotes. NHTSA publishes the data but querying it per-vehicle alongside repair data means stitching two systems. OLP serves recalls in the same API as labor, specs, and fluids: one key, one style, one call per vehicle.

What you get

  • NHTSA recall campaigns matched to our verified vehicle catalog
  • Component, summary, consequence, and remedy text — ready to render
  • Variant-aware matching (a Camaro SS correctly inherits base-Camaro recalls)
  • Combine with labor times: show the recall AND what the related repair involves

One call, real data

curl -H "x-api-key: YOUR_KEY" \ "https://openlaborproject.com/api/v1/dtc-codes?make=chevrolet&model=silverado-1500&year=2019"
Response (abridged)
{ "data": [{ "campaign_number": "19V645000", "component": "ELECTRICAL SYSTEM", "summary": "...", "consequence": "...", "remedy": "..." }] }

Built with this endpoint

Dealer service check-in screensUsed-marketplace listing badgesFleet compliance dashboardsInsurance underwriting checks

Pricing

Free — 7 requests/day, full read access, prototype tonight · Builder $49/mo — 1,000/day, 300/min, production-ready · Business $149/mo — 10,000/day, webhooks, bulk export, white-label · Enterprise — custom volume + SLA. Full comparison →

Common questions

How fresh is the recall data?

Ingested from NHTSA's published dataset on a recurring schedule. For legal-compliance-critical flows, treat NHTSA.gov as the system of record and OLP as the integration layer.

Do you cover recalls for older vehicles?

We serve what NHTSA publishes, matched against our 1955-present catalog — older campaigns exist in the data and match where NHTSA recorded them.

Can I get recalls and repair data in one integration?

That's the whole point — same API key and conventions across recalls, labor times, torque, fluids, batteries, and DTC codes.

Key in your inbox within 30 minutes

Free tier, no card. Approval is automated — request now, be calling the API before your coffee cools.

Get your free key →
More API use cases
Labor Times APIAuto Repair Estimate APIVIN-to-Specs Lookup APITorque Specs APICar Repair Data APIClassic Car Data APILabor Data for Shop Management PlatformsDVI-to-Estimate API