Statistics
For each vehicle in your fleet, you can access to a set of data:
The number of trips.
The total distance analyzed.
The vehicule mileage.
The wear percentages of the front/rear tires and brakes.
If you have your admin API key, you can try the API via this link.
Vehicle statistics
GET
https://service.drivequant.com/v3/drivekit/admin/vehicles/{vehicleId}/statistics
Retrieve vehicle statistics using the vehicle unique identifier.
Path Parameters
vehicleId
string
Vehicle unique identifier
Headers
DriveKit-Admin-API-Key
string
Admin API Key
Response
The table below summarizes the list of vehicle statistics data.
distance
int
Vehicle mileage
analyzedDistance
int
Analyzed distance
tripNumber
int
Total number of trips
WearComponent
analyzedDistance
int
Total distance analyzed for the component (in km)
distance
int
Total distance analyzed for the component (in km)
changeDate
date
Date of last component change, null if the component was never changed
Date format: yyyy-MM-dd'T'HH:mm:ss.SSSZ
wear
double
Total worn mass percentage of the component (right/left)
Min. value = 0% / Max. value = 100%
autonomy
int
Component remaining distance before change (in km)
Min. value = 0 / Max. value = 1 000 000
wearRate
double
Average wear rate for the component (in %/1000 km)
Last updated