---
title: "Fuel Tank (US Only)"
method: GET
path: "/vehicles/{vehicle_id}/fuel"
tags: ["Vehicles"]
---

# Fuel Tank (US Only)

`GET /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|Description|
|--|--|--|
|`range`|number|The estimated remaining distance the car can travel (in kilometers by default or in miles using the [sc-unit-system](https://smartcar.com/docs/api?version=v2.0&language=cURL#request-headers)).|
|`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](https://smartcar.com/docs/api?version=v2.0&language=cURL#request-headers)).|

## Response `200`

return fuel tank reading

- FuelTank
  - `range` number, float — The estimated remaining distance the car can travel (in kilometers by default or in miles using the sc-unit-system).
  - `percentRemaining` number, float — The remaining level of fuel in the tank (in percent).
  - `amountRemaining` number, float — The amount of fuel in the tank (in liters by default or in gallons (U.S.) using the sc-unit-system).

---

[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)
