Check a specific Audi
The free GCC spec check reads a VIN and gives a verdict with a certainty score and the evidence behind it. The full VIN decoder returns every attribute the decode resolves, with the source of each one.
Audi is the larger half of the Volkswagen Group by value in this market, and it is also the one this decoder is weakest on. Here is the exact shape of the gap.
GCC specification is decided per vehicle, not per model. Two cars of the same model and the same year, built in the same factory in the same week, can go to different markets. So no page can tell you whether yours is a Gulf car, and this one does not try. What it can do is show you exactly what your own VIN encodes and where that stops.
A real European A4 reads WAUZZZ8K9BA, where ZZZ at positions 4 to 6 marks it as rest-of-world and 8K at positions 7 and 8 is the Audi type code for a B8 A4.
That type code is what a decoder needs and it is precisely what the American reference does not have, because US Audis carry a different descriptor entirely.
The mined table for Audi is therefore US-specification only. It cannot mis-fire on a European VIN, because the ZZZ head never matches a US-filed key, so a Gulf Audi gets make, manufacturer and country and stops rather than getting something plausible and wrong.
| WMI | Built by | Country of manufacture |
|---|---|---|
| WAU | Audi AG | Germany |
US-specification Audis only. A Gulf-market Audi resolves make and country.
The free GCC spec check reads a VIN and gives a verdict with a certainty score and the evidence behind it. The full VIN decoder returns every attribute the decode resolves, with the source of each one.