Make
| API | Description |
|---|---|
| GET api/Make?regyear={regyear} |
Get a list of all vehicle makes available for the specified year |
Model
| API | Description |
|---|---|
| GET api/Model?regyear={regyear}&make={make} |
Get a list of all Models available for the specified Year and Make. The Model is the first word in the Variant description to make searching easier. Example - For a Q5 2.0 TDI QUATTRO STRONIC SPORT the Model will be Q5 |
RegistrationYear
| API | Description |
|---|---|
| GET api/RegistrationYear |
Get a list of all the years available |
Variant
| API | Description |
|---|---|
| GET api/Variant?regyear={regyear}&make={make}&model={model} |
Get a list of all Variants available for the specified Year, Make and Model |
VehicleValues
| API | Description |
|---|---|
| GET api/VehicleValues?regyear={regyear}&MMCode={MMCode} |
Returns the latest set of values for the search criteria provided |