---
title: "Engine Oil Life"
method: GET
path: "/vehicles/{vehicle_id}/engine/oil"
tags: ["Vehicles"]
---

# Engine Oil Life

`GET /vehicles/{vehicle_id}/engine/oil`

__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).|

## Response `200`

return engine oil reading

- EngineOil
  - `lifeRemaining` number, float — The engine oil’s remaining life span (as a percentage). Oil life is based on the current quality of the oil. (in percent).

---

[API](https://skmtc.net/smartcar/apis/smartcar-api.md) · [All operations](https://skmtc.net/smartcar/apis/smartcar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartcar/smartcar-api/revisions/2101455240dc/schema)
