Fuel Tank (US Only)
GET https://api.smartcar.com/v2.0/vehicles/{{vehicle_id}}/fuel
Description
Returns the status of the fuel remaining in the vehicle’s gas tank. Note: The fuel tank API is only available for vehicles sold in the United States.
Permission
read_fuel
Response Body
Name | Type | Desciprtion |
---|---|---|
range | number | The estimated remaining distance the car can travel (in kilometers by default or in miles using the sc-unit-system). |
percentRemaining | number | The remaining level of fuel in the tank (in percent). |
amountRemaining | number | The amount of fuel in the tank (in liters by default or in gallons (U.S.) using the sc-unit-system). |