Skip to main content
GET
List Vehicle Fuels

List Vehicle Fuels

Retrieve all available fuel types in the system. Each fuel type includes emission factors and available units of measurement for accurate CO2e calculations.
Reference Data: This endpoint returns standardized fuel types used across the platform. Use the fuel IDs returned here when creating or updating vehicles.

Request

Headers

string
required
Your API key for authenticationFormat: Your API key string

Response

array[object]
Array of fuel type objects

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key
Solution: Verify your API key is valid and active. Get a new one from Settings → API.

500 Internal Server Error

Cause: Server error retrieving fuel data
Solution: Contact support if the error persists.

Use Cases

Get All Fuels for Vehicle Creation

Retrieve available fuels before creating a vehicle:

Filter Fuels by Country

Get fuel types specific to a country:

Group Fuels by Type

Organize fuels for display:

Build Fuel Selection Dropdown

Create a user-friendly fuel selector:

Cache Fuel Data Locally

Cache fuel reference data to minimize API calls:

Create Vehicle

Create vehicles with specific fuel types

Update Vehicle

Update vehicle fuel type

Unknown Vehicles

Browse vehicle type classifications

Vehicles API

Manage your vehicle fleet