Vehicle API
The endpoint for the vehicle API is: /citydriving/carinfo
API Index
We currently offer the following statistics APIs:
API
Documentation
Car Information
Car Information
The car information API lets you query the Vehicle ID Numbers (VINs) of all cars that have ever been built. You can use this API to retrieve more in-depth information about the cars from the User Profile API.
ENDPOINT: /citydriving/carinfo
Mandatory Parameters
Name
Expected Value
key
{string} : API Key
vin
{string} : 5 letter Vehicle ID Number eg. AAAAB
Optional Parameters
You can optionally request to see an array of previous owners and/or an array of upgrades on that car.
Name
Expected Value
preowners
{number} : 0 | 1
upgrades
{number} : 0 | 1
Example
REQUEST: ?key=YOUR_KEY&vin=aaaab&preowners=1&upgrades=1
RESPONSE:
Last updated
Was this helpful?