NHTSA Vehicle Safety Data
Access vehicle safety recalls and consumer complaints from the National Highway Traffic Safety Administration.
Custom Streaming + One-shot
Fetch NHTSA vehicle recalls or complaints by make, model, and year.
What you can ask Delphi
- “What are the latest recalls for 2023 Ford F-150 trucks?”
- “How many complaints have been filed for the Tesla Model Y in 2022?”
- “Are there any active airbag-related recalls for 2019 Honda Civic models?”
- “Show me the total number of recalls reported for Chevrolet Silverado trucks between 2020 and 2024.”
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
nhtsa/get_vehicle_data
Fetch NHTSA vehicle recalls or complaints by make, model, and year.
schedule_nhtsa_vehicle_data
Create or update a recurring NHTSA vehicle data connector.
Inputs ▾
nhtsa/get_vehicle_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| make | string | yes | Vehicle make, e.g. 'Toyota'. |
| model | string | yes | Vehicle model, e.g. 'Camry'. Required by the NHTSA API. |
| modelYear | number | yes | Model year, e.g. 2024. Required by the NHTSA API. |
| dataType | string | no | Type of NHTSA data to retrieve. recalls complaints |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
schedule_nhtsa_vehicle_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| make | string | yes | Vehicle make, e.g. 'Toyota'. |
| model | string | yes | Vehicle model, e.g. 'Camry'. Required by the NHTSA API. |
| modelYear | number | yes | Model year, e.g. 2024. Required by the NHTSA API. |
| dataType | string | no | Type of NHTSA data to retrieve. recalls complaints |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
| polling_frequency | string | yes | How often to poll NHTSA for new data. |
| connectorId | string | no | If provided, updates an existing connector. |