Vehicle Models by Make/Year (NHTSA)
vehicle.vin.modelsList vehicle models by make and year using US government NHTSA data. Retrieve model information for any car make and specified year.
Instructions
List vehicle models for a make and/or year (e.g. Honda 2024). US Government data (NHTSA)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make | No | Vehicle make (e.g. "Honda", "Toyota", "Ford") | |
| year | No | Model year (e.g. 2024) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |