← Back to catalog
safety.recalls
mock data$0.001 / callVehicle Recall Search
Search NHTSA vehicle recalls by make, model, and year. Returns campaign number, manufacturer, subject, summary, consequence, remedy, affected components, and units affected. Covers all US recalls from 1966 to present. Essential for automotive safety, insurance, and fleet management agents (NHTSA)
Input schema
makerequired
stringVehicle manufacturer name (e.g. "Toyota", "Ford", "Tesla", "BMW")
modelrequired
stringVehicle model name (e.g. "Camry", "Model 3", "F-150", "X5")
model_yearrequired
integerModel year (e.g. 2023). NHTSA recall data available from 1966 to present
Call via REST
curl -X POST https://unifyapi.pro/api/call/safety.recalls \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"make":"<make>","model":"<model>","model_year":0}'