Car: BASIC
Sample API Requests
A. Direct intensity (preferred when you know gCOβ/km)
{
"expand": ["items"],
"items": [
{
"audit": false,
"type": "car",
"methodology": "BASIC",
"external_reference": "TRIP-001",
"distance_in_km": 245.6,
"co2_grams_per_km": 120
}
]
}B. Consumption-based (derive g/km from 100-km consumption + fuel type)
C. With audit mode (for finalized/post-booking calculations)
D. Duration-based distance fallback (when distance is unknown)
Sample API Response
API Request Items
Default Values
Notes
Bibliography
Last updated