For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Get vehicle statistics

get
Authorizations
DriveKit-Admin-API-KeystringRequired
Path parameters
vehicleIdstringRequired
Header parameters
DriveKit-Admin-API-KeystringRequired

Admin API Key

Responses
200

OK

application/json
distanceintegerRequired

Vehicle mileage

analyzedDistanceintegerRequired

Analyzed distance

tripNumberintegerRequired

Total number of trips

get/drivekit/admin/vehicles/{vehicleId}/statistics

Response

The table below summarizes the list of vehicle statistics data.

Field
Type
Description

distance

integer

Vehicle mileage

analyzedDistance

integer

Analyzed distance

tripNumber

integer

Total number of trips

frontTire

Wear data for the front tire

rearTire

Wear data for the rear tire

frontBrake

Wear data for the front brake

rearBrake

Wear data for the rear brake

WearComponent

Field
Type
Description

analyzedDistance

integer

Total distance analyzed for the component (in km)

distance

integer

Total distance analyzed for the component (in km)

changeDate

string

Date of last component change, or null if the component has never been changed Date format: yyyy-MM-dd'T'HH:mm:ss.SSSZ

wear

number

Total worn mass percentage of the component (right/left)

Min: 0%

Max: 100%

autonomy

integer

Component remaining distance before change (in km)

Min: 0

Max: 1 000 000

wearRate

number

Average wear rate for the component (in %/1000 km)

Last updated

Was this helpful?