Vehicle API
Last updated
Was this helpful?
Last updated
Was this helpful?
The endpoint for the vehicle API is: /citydriving/carinfo
We currently offer the following statistics APIs:
API
Documentation
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 .
ENDPOINT: /citydriving/carinfo
Name
Expected Value
key
{string} : API Key
vin
{string} : 5 letter Vehicle ID Number eg. AAAAB
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
REQUEST: ?key=YOUR_KEY&vin=aaaab&preowners=1&upgrades=1
RESPONSE: