data.vin-decode
Decode a full 17-character VIN into normalized NHTSA vPIC make, model, year, body, engine, transmission, plant, fuel, and occupancy fields with official source evidence and explicit missing-data semantics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vin | Yes | Full 17-character vehicle identification number; letters I, O, and Q are invalid | |
| model_year | No | Optional model-year hint used by NHTSA when VIN encoding is ambiguous |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured NHTSA vehicle VIN decoder result | |
| meta | Yes | ||
| service | Yes | ||
| version | Yes | ||
| request_id | Yes | Unique request identifier |