Skip to main content

Manufacturers v2

API to retrieve car & LCV manufacturer data with optional filters. Returns ID, name & slug.

Funmilola Olorode avatar
Written by Funmilola Olorode
Updated over 7 months ago

Path Parameters

HTTP Header

api-key REQUIRED
string - Your Accelerate API Key

cutoff-months Optional
integer (positive) - Reduces the data set to only include ranges with at least one derivative current in the last x months.

URL Substitution

subdomain Required
string - Your Accelerate subdomain

asset type REQUIRED
string - Car or LCV. Returns car or LCV data respectively.


Vehicle Range Data Requests

GEt

Get - Return manufacturer data with an optional cutoff date.

https://{{subdomain}}.quotevineapp.com/qvine/quotevine/web/v1/manufacturers/{asset_type}/

Response

400


Returned if the request sent is invalid.

404
​

Returned if the request is not found or the user does not have permission to view it.

200
Returned if the request is successful

Expand to see example of a successful response.

1925 Dacia dacia
7381 1DS ds
77092 MCLAREN mclaren
97846 POLESTAR polestar
4256 Honda honda
22439 Mini mini

Range Attributes

When retrieving manufacturer data via the API, there are a number of fields returned.

Returned Fields

Expand to view the returned fields

id - integer
CAP manufacturer ID.

name - string
CAP manufacturer name.

slug - string
Slug of Name.

Did this answer your question?