Workflow page

Vehicle Complaint Trends API

A buyer review page for fleet quality teams, used-vehicle marketplaces, automotive analytics tools, and OEM competitive intelligence teams that want public NHTSA complaint records filtered by make, model, model year, component, filing date, crash flag, fire flag, and injury count.

GET /v1/vehicles/nhtsa/complaint-trends?makes=HONDA,TOYOTA&components=ENGINE,AIR%20BAGS&since=2026-01-01
{
  "data": [
    {
      "make": "HONDA",
      "model": "ACCORD",
      "modelYear": "2018",
      "component": "ENGINE",
      "complaintsFiled": 42,
      "crashCount": 1,
      "fireCount": 0,
      "injuryCount": 0,
      "latestFiledDate": "2026-07-01",
      "source": "NHTSA complaints API-compatible sample"
    }
  ],
  "meta": { "sampleOnly": true, "workflow": "vehicle-complaint-trends-api" }
}

Likely Buyers

This page is a product preview for comparing likely buyers, source coverage, and first API shapes.

Initial Data Scope

The first buyer-ready workflow should keep the source coverage narrow.

Availability. This workflow is available for buyer review. Direct requests are routed under the Vehicle Complaint Trend Monitor product catalog.