v1

latestOpenAPI 3.0.32026-07-13353343.5 KB
Vehicles

Engine Oil Life

Description

Returns the remaining life span of a vehicle’s engine oil.

Permission

read_engine_oil

Response body

NameTypeBoolean
lifeRemainingnumberThe engine oil’s remaining life span (as a percentage). Oil life is based on the current quality of the oil. (in percent).
get/vehicles/{vehicle_id}/engine/oil

Response

return engine oil reading

lifeRemainingnumber float

The engine oil’s remaining life span (as a percentage). Oil life is based on the current quality of the oil. (in percent).

Example response

{
  "lifeRemaining": 0.75
}