v1
latestOpenAPI 3.0.32026-07-13353343.5 KBVehicles
Engine Oil Life
Description
Returns the remaining life span of a vehicle’s engine oil.
Permission
read_engine_oil
Response body
| Name | Type | Boolean |
|---|---|---|
| lifeRemaining | number | The 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
Example response
{
"lifeRemaining": 0.75
}