UnifyAPI
← Back to catalog

safety.investigations

mock data$0.001 / call

Defect 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)

Healthprovider: Safety#safety#health

Input schema

makerequired

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

string
model

Vehicle model name to narrow results (e.g. "Model 3", "Bolt EV")

string

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>"}'

Try it

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