Skip to main content

Models v2

API Endpoint for Vehicle Model Data: Retrieve car or LCV model information with optional filtering.

Written by Tom White

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 Model Data Requests

GEt

Get - Return vehicle model data with an optional cutoff date.

https://{{subdomain}}.quotevineapp.com/qvine/quotevine/web/v1/models/{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.

81547 GIULIA SALOON 1 1327 saloon 99816 giulia-saloon SALOON2016
86021 STELVIO ESTATE 1 1346 estate 99813 stelvio-estate ESTATE2017
86024 STELVIO DIESEL ESTATE 1 1346 diesel-estate 99814 stelvio-diesel-estate DIESEL ESTATE2017

Range Attributes

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

Returned Fields

Expand to view the returned fields

id - integer
CAP trim ID.

description - string
CAP model description

manufacturer_id - integer
CAP manufacturer ID

range_id - integer
CAP range ID.

slug - string
Slug of description (not including range name).

vehicle_id - integer
CAP derivative ID of a reference vehicle for the model.

full_slug - string
Slug of description (including range name).

Did this answer your question?