Nhtsa Search Complaints
nhtsa_search_complaintsSearch consumer safety complaints filed with NHTSA for a specific vehicle. Returns a component breakdown over all matching complaints plus a paginated slice of the most recent complaints. Use for common problems, failure patterns, or owner-reported issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make | Yes | Vehicle manufacturer. | |
| limit | No | Max complaint narratives to return. Defaults to 20; max 50. componentBreakdown always reflects all matching complaints. | |
| model | Yes | Vehicle model. | |
| offset | No | Pagination offset into the filing-date-descending complaint list. Defaults to 0. componentBreakdown is unaffected by pagination. | |
| component | No | Filter to a specific component (uppercase, e.g., "ENGINE", "AIR BAGS", "ELECTRICAL SYSTEM"). Matches within comma-separated component lists. Omit to see all. | |
| modelYear | Yes | Model year, a whole number. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when the call failed. Absent on success. | |
| limit | No | Pagination limit used for this page | |
| notice | No | Guidance when no complaints match the vehicle, or when the requested page overshoots the result set. | |
| offset | No | Pagination offset used for this page | |
| returned | No | Number of complaints in this page | |
| complaints | No | Paginated slice of the most recent complaints, date-descending | |
| totalCount | No | Total complaints matching criteria | |
| effectiveQuery | No | "make model modelYear" with optional component filter applied, as the server used it. | |
| componentBreakdown | No | Complaints grouped by component, sorted by frequency |