UnifyAPI
← Back to catalog

safety.complaints

mock data$0.001 / call

Vehicle Consumer Complaints

Search consumer complaints filed with NHTSA about vehicles. Returns incident details including crash/fire flags, injuries, deaths, affected components, and complaint summary. Covers US vehicles from ~1995 to present. Critical for safety research and product liability analysis (NHTSA)

Healthprovider: Safety#safety#health

Input schema

makerequired

Vehicle manufacturer name (e.g. "Toyota", "Ford", "Tesla", "Honda")

string
modelrequired

Vehicle model name (e.g. "Camry", "Model 3", "Civic")

string
model_yearrequired

Model year (e.g. 2023). NHTSA complaint data available from ~1995 to present

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/safety.complaints \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"make":"<make>","model":"<model>","model_year":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.