Consumption Calculation Steps
Consumption Calculation Steps
View the detailed emission calculation breakdown for a vehicle consumption
GET
Consumption Calculation Steps
Consumption Calculation Steps
Retrieve the full calculation chain showing how CO2e emissions were computed for a vehicle consumption record. The response breaks down each conversion step — from raw fuel quantity through emission factors to final CO2e — split by GHG scope and period.Request
Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
string
required
UUID of the vehicle consumption record
Response
number
Total CO2 equivalent emissions across all periods (kg)
number | null
Total energy across all periods (kWh)
array[object]
Breakdown by emission factor period
string
Period start date
string
Period end date
number
Scope 1 (direct combustion) emissions in kg CO2e
number
Scope 3 (upstream fuel generation) emissions in kg CO2e
number
Total emissions for this period in kg CO2e
array[object]
Emission factor sources used (name, version, reference year)
array[object]
Detailed conversion steps grouped by scope and category, showing the step-by-step calculation chain (raw value → conversion factor → calculated value)
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: The vehicle consumption record does not exist or belongs to another organizationRelated Endpoints
Get Consumption
View consumption record details
List Consumptions
Browse all consumptions for a vehicle