Fuel Tank API

Monitor fuel tank levels effortlessly

With Smartcar, checking the fuel tank level of your customer’s car is a breeze.

Fuel tank level

Retrieve the remaining range and the amount and percentage of fuel remaining in a vehicle’s tank.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
const smartcar = require('smartcar');

// Get all vehicles associated with this access token
const {vehicles} = await smartcar.getVehicles("<access-token>");

// Construct a new vehicle instance using the first vehicle's id
const vehicle = new smartcar.Vehicle(vehicles[0], "<access-token>");

// Fetch the vehicle's fuel tank level
const fuel = await vehicle.fuel();
// Example http response from Smartcar
{
  "amountRemaining": 53.2,
  "percentRemaining": 0.3,
  "range": 40.5
}
See the API docs

Product features

Compatible with 36 car brands

Compatible with 36 car brands

Friendly user consent flow

Friendly user consent flow

Works on 2015 and newer vehicles

Works on 2015 and newer vehicles

Trusted & secure

Trusted & secure

Access to live car data

Access to live car data

SDKs for Go, Java, Node.js, Python, and Ruby

SDKs for Go, Java, Node.js, Python, and Ruby

Learn more about Smartcar’s APIs

Related industries

Fleet management

Allow fleet managers to monitor fuel tank levels and driver efficiency across all vehicles in their fleet.

Learn more about fleet management

On-demand services

Remind customers to schedule their next fuel delivery whenever they run low on gas.

Learn more about on-demand services

What we’re building

Latency and frequency of data availability may vary between makes and models.