vin_decode
ActiveTool of Ready APIs
Decode 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.
Parameters schema
{
"type": "object",
"required": [
"vin"
],
"properties": {
"vin": {
"type": "string",
"description": "17-character VIN (case-insensitive, no I/O/Q characters per ISO 3779)."
},
"use_vpic": {
"type": "boolean",
"default": true,
"description": "When false, skip NHTSA vPIC enrichment and return offline-only fields."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries