Skip to main content

Vehicles v2

Retrieve vehicle data with optional filters via Accelerate API.

Funmilola Olorode avatar
Written by Funmilola Olorode
Updated over 11 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 data Requests

GEt

Get - Return vehicle data with an optional cutoff date.

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

3067 41Citroen 6DISPATCH 78DISPATCH DIESEL 1.9 900Kg Platform Cab Turbo Citroen DISPATCH 4D DieselM Manual
19-900kg-platform-cab-turbo Standard standard FWD CIDI19900 4DTM2 1 L
3068 1268Renault 116MASTER 2258MASTER MWB DIESEL CCML35D Low Roof Chassis Cab Renault MASTER BD DieselM Manual
ccml35d-low-roof-chassis-cab Standard standard FWD R1MA25ML35BDIM2 1 L
3069 1268Renault 116MASTER 2258MASTER MWB DIESEL CCML35D Low Roof D/S Truck Renault MASTER DD DieselM Manual
ccml35d-low-roof-ds-truck Standard standard FWD R1MA25ML35DDIM2 1 L

Range Attributes

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

Returned Fields

Expand to view the returned fields

id - integer
CAP derivative ID

manufacturer_id - integer
CAP manufacturer ID

manufacturer_name - string
CAP manufacturer name

range_id - integer
CAP range ID

range_name - string
CAP range name

model_id - integer
CAP model ID

model_description - string
CAP model description

description - string
CAP derivative description

full_range_name - string
Concatenation of CAP manufacturer name and CAP range name

body_style_id - string
CAP body style ID

fuel_type_id - string
CAP fuel type ID

fuel_type_name - string
CAP fuel type name

transmission_id - string
CAP transmission ID

transmission_name - string
CAP transmission name

num_doors - integer
Number of doors

num_seats - integer
Number of seats (from CAP NVD Technical)

co2 - numeric
CO2 emissions (from CAP NVD Technical)

mpg_combined - numeric
MPG (Combined) fuel economy (from CAP NVD Technical)

p11d - numeric
P11D value (from CAP NVD Price)

slug - string
Slug of description

image_id - integer
CAP image ID

trim_description - string
CAP trim description

trim_slug - string
Slug of CAP trim description

trim_id - integer
CAP trim ID

Did this answer your question?