Vehicle Endpoints
Fuel Tank
Returns the status of the fuel remaining in the vehicle’s fuel tank.
GET
/
vehicles
/
{id}
/
fuel
Permission
read_fuel
This endpoint may return null
values for vehicles sold in Europe. Please see the Notes section for details.
Request
Path
id
string
requiredThe vehicle ID of the vehicle you are making a request to.
Response
percentRemaining
number | null
The remaining level of fuel in the tank as a percentage.
amountRemaining
number | null
default: "liters"The amount of fuel in the tank.
range
number | null
default: "kilometers"The estimated remaining distance the car can travel.
Notes
The table below indicates values Smartcar attempts to retrieve from vehicles sold in Europe.
range | percentRemaining | amountRemaining | |
---|---|---|---|
Audi | ✅ | ✅ | |
BMW, MINI | ✅ | ✅ | ✅ |
Citroen, DS, Opel, Peugeot, Vauxhall | ✅ | ✅ | |
Ford | ✅ | ✅ | |
Hyundai | ✅ | ✅ | |
Jaguar, Land Rover | ✅ | ✅ | |
Kia | ✅ | ✅ | |
Mazda | ✅ | ✅ | |
Mercedes | ✅ | ✅ | |
Renault | ✅ | ✅ | |
Skoda, Volkswagen | ✅ | ✅ | |
Volvo | ✅ | ✅ | ✅ |
Was this page helpful?