← Back to catalog
safety.investigations
mock data$0.001 / callDefect Investigations
Search NHTSA defect investigation records by manufacturer and model. Returns investigation number, type (preliminary/engineering analysis), description, latest activity date, and NHTSA action number. Covers active and closed investigations for US vehicles (NHTSA)
Input schema
makerequired
stringVehicle manufacturer name (e.g. "Tesla", "GM", "Ford")
model
stringVehicle model name to narrow results (e.g. "Model 3", "Bolt EV")
Call via REST
curl -X POST https://unifyapi.pro/api/call/safety.investigations \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"make":"<make>","model":"<model>"}'