Vehicle Data
Spec & Options
The factory equipment and options fitted to a specific vehicle.
Overview
Every standard and optional item of equipment factory-fitted to the individual vehicle, grouped by category with list prices for paid options.
Features
- Standard and optional equipment for the exact vehicle
- Grouped by category (safety, comfort, technologyβ¦)
- List price for paid options where available
Example response
A successful lookup for AB12CDE. Illustrative values.
{
"data": {
"vrm": "AB12CDE",
"spec_options": [
{
"category": "Safety",
"name": "Electronic Stability Control",
"description": "ESC with traction control",
"fitment": "Standard",
"price": null
},
{
"category": "Comfort",
"name": "Winter Pack",
"description": "Heated front seats and heated windscreen",
"fitment": "Optional",
"price": "350"
}
]
},
"credit_balance": 499
}
Fields returned
| Field | Type | Description |
|---|---|---|
| spec_options[].category | string | Equipment category. |
| spec_options[].name | string | Equipment / option name. |
| spec_options[].description | string | Description of the equipment. |
| spec_options[].fitment | string | Whether the item is Standard or Optional. |
| spec_options[].price | string|null | List price where the item is a paid option. |