List Vehicle Fuels
List Vehicle Fuels
Retrieve all available fuel types with emission factors and units
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
Bearer token for authenticationFormat:
Bearer {API_KEY} or Bearer {JWT_TOKEN}Response
Array of fuel type objects
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key500 Internal Server Error
Cause: Server error retrieving fuel dataUse 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:Related Endpoints
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

