← Back to catalog
safety.complaints
mock data$0.001 / callVehicle 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)
Input schema
makerequired
stringVehicle manufacturer name (e.g. "Toyota", "Ford", "Tesla", "Honda")
modelrequired
stringVehicle model name (e.g. "Camry", "Model 3", "Civic")
model_yearrequired
integerModel year (e.g. 2023). NHTSA complaint data available from ~1995 to present
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}'