# Factory Build Data

## Overview

To request an extensive factory build data list call the */build-data* endpoint. If the relevant manufacturer is participating in our Options data product, you will see it in the response.

{% openapi src="<https://2006860467-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5qLYvzu45gdlTAGQCN9d%2Fuploads%2FQNJ2oRfASYWNsu7VjJHE%2Fapi.yaml?alt=media&token=58a3820d-1bba-4403-8808-4c1bbeab3f41>" path="/v2/vehicles/vins/{vin}/build-data" method="get" %}
[api.yaml](https://2006860467-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5qLYvzu45gdlTAGQCN9d%2Fuploads%2FQNJ2oRfASYWNsu7VjJHE%2Fapi.yaml?alt=media\&token=58a3820d-1bba-4403-8808-4c1bbeab3f41)
{% endopenapi %}

If we are unable to provide build information for the requested VIN we will return an error like this.

```json
{
    "error": true,
    "message": "Invalid or Unsupported VIN"
}
```

If you are not using a valid VIN we will respond with this.

```json
{
    "error": true,
    "message": "Invalid VIN, must be 17 characters."
}
```

{% hint style="info" %}
We are developing a version of this endpoint that groups each item under its relevant options pack. Stay tuned for this release.&#x20;
{% endhint %}

{% hint style="info" %}
For basic fittable options, that is the options packs available on the vehicle refer to the [specifications](https://devhub.autograb.com/uk-autograb-api-doc/vehicle-data/broken-reference) or [vehicle](https://devhub.autograb.com/uk-autograb-api-doc/vehicle-search) endpoints.
{% endhint %}

## Coverage

The Factory build data program covers most major manufacturers back to vehicles built in 1999. Contact us to request if we have coverage of a specific area.&#x20;

As of 2023 the system has coverage across 40 manufacturers as below:

* Abarth
* Alfa Romeo
* Alpina
* Audi
* Bentley
* BMW
* Buick
* Cadillac
* Chevrolet
* Chrysler
* Citroën
* Dacia
* Daewoo
* Dodge
* DS
* Fiat
* Ford
* GMC
* Hummer
* Hyundai
* Isuzu
* Jaguar
* Jeep
* KIA
* Lancia
* Land Rover
* Lincoln
* Maybach
* Mercedes-Benz
* MINI
* Opel
* Porsche
* Peugeot
* Renault
* Rolls-Royce
* Saab
* SEAT
* Skoda
* smart
* Vauxhall
* Volkswagen
* Volvo
