VIN Decode
vin_decodeDecode a 17-character Vehicle Identification Number. Offline ISO 3779/3780 structural decode (syntax, check digit, country, model year) + NHTSA vPIC enrichment (make / model / trim / body / engine / plant). Use for insurance underwriting, used-car listing validation, fleet management.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vin | Yes | 17-character VIN (case-insensitive, no I/O/Q characters per ISO 3779). | |
| use_vpic | No | When false, skip NHTSA vPIC enrichment and return offline-only fields. |