Skip to main content
GET
Calculation Steps

Calculation Steps

Retrieve the full CO2e conversion breakdown for a commuting period. Each step shows the raw value, conversion factor applied, calculated result, and the emission factor source — useful for auditing and understanding how commuting emissions are computed. Steps are grouped by year period (since a commuting period can span multiple years) and split into:
  • common_steps — activity/unit normalization (e.g. person × km → pkm)
  • details — emission factor application, broken down by greenhouse gas (CO2, CH4, N2O)

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Path Parameters

string
required
The commuting period UUIDExample: 660e8400-e29b-41d4-a716-446655440000

Response

Returns the calculation breakdown (HTTP 200).
number
Total CO2e emissions in kg for the entire commuting period.
array[object]
Calculation steps grouped by year period.

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

Cause: The authenticated user is not a member of the organization

404 Not Found

Cause: Commuting period not found

List Commuting Periods

List all commuting periods

Get Commuting Period

Get a specific commuting period