Skip to main content

Ranges v2

API Retrieves Car/LCV Range Data with Optional Cutoff Date

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 vehicle range data with an optional cutoff date.

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

725 PHANTOM 8927 phantom 81845
728 CONTINENTAL GT 836continental-gt 101263
745 REXTON 10236 rexton 97125
746 TOURAN 12243 touran 89308

Range Attributes

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


Returned Fields

Expand to view the returned fields

id - integer
CAP range ID.

name - string
CAP range name.

manufacturer_id - integer
CAP manufacturer ID.

slug - string
Slug of Name.

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

Did this answer your question?