List Available Fuel Types
List Available Fuel Types
List all active fuel types available for logistics recharges
GET
List Available Fuel Types
Documentation Index
Fetch the complete documentation index at: https://code.dcycle.io/llms.txt
Use this file to discover all available pages before exploring further.
List Available Fuel Types
Retrieve the full catalogue of active fuel types that can be used when creating a logistics recharge. Use the returnedid as the fuel_id field in POST /logistics/recharges.
Use this endpoint to discover fuels. Unlike
GET /recharges/unique-values?field=fuel_name, this endpoint returns the complete fuel catalogue regardless of whether your organization has already created recharges — making it the right choice for new integrations.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faResponse
Total number of active fuel types in the catalogue
List of available fuel types
Example
Successful Response
The same fuel name can appear multiple times with different
region values (e.g. diesel for EU and NA). Choose the one that matches the country where your recharge takes place.Fuel Catalogue
| Name | Region | Notes |
|---|---|---|
aviation_fuel | EU | |
b_1 … b_100 | GLO / EU | Biodiesel blends (B1 to B100) |
bio_ethanol | EU | |
bio_liquefied_natural_gas | EU | |
compressed_natural_gas | EU | |
diesel | EU, NA | |
gasoline | EU | |
heavy_fuel_oil | EU | |
hvo | NA | Hydrotreated Vegetable Oil |
liquefied_natural_gas | EU | |
liquefied_petroleum_gas | EU | |
marine_diesel_oil | NA | |
marine_gas_oil | NA |
Related Endpoints
Create Recharge
Create a fuel consumption record using a fuel_id from this endpoint
Create Recharges (Bulk)
Create up to 5,000 recharges in one request
Recharges Filter Options
Get fuel IDs already used by your organization (for filters)
Get Vehicle Types (TOCs)
List available vehicle types for recharges

