Factory Build Data
Request data the vehicle was fitted with at the factory
Overview
/v2/vehicles/vins/SALWA2KE5EA312255/build-data?region=nz{
"success": true,
"vehicle": {
"vin": "WVWZZZAWZKU065305",
"build_date": "2019-03-19",
"make": "VOLKSWAGEN",
"model": "POLO",
"features": [
{
"code": "00A",
"value": "Rear overhang, short"
},
{
"code": "0A2",
"value": "4 doors"
},
{
"code": "0AR",
"value": "Front stabilizer bar"
},
{
"code": "0B1",
"value": "Wheelbase"
},
{
"code": "0EG",
"value": "Dual-clutch transmission DSG DQ200"
},
{
"code": "0FV",
"value": "South Africa manufacturing sequence"
},
{
"code": "0K0",
"value": "Without alternative drive system"
}
]
}
}
```Coverage
Was this helpful?