Get Emissions Summary
Get Emissions Summary
Get aggregated CO2e emissions grouped by scope, category, or month
GET
Get Emissions Summary
Get Emissions Summary
Retrieve aggregated CO2e emissions for your organization over a date range. Use thegroup_by parameter to control how results are broken down.
New API: This endpoint is part of the new API architecture with improved design and maintainability.
Request
Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUID. Use
include_children=true to also aggregate emissions from subsidiaries.Example: a8315ef3-dd50-43f8-b7ce-d839e68d51faQuery Parameters
string
required
Start date in ISO format (YYYY-MM-DD)Example:
2025-01-01string
required
End date in ISO format (YYYY-MM-DD). Maximum range: 2 years (730 days).Example:
2025-12-31string
default:"scope"
How to group the results. One of:
scope, category, month.scope— Aggregate by GHG Protocol scope (1, 2, 3)category— Aggregate by emission category within each scopemonth— Aggregate by calendar month
boolean
default:"false"
Whether to include emissions from child organizations (subsidiaries). When
false, only the specified organization’s emissions are returned.Response
string
The organization UUID
date
Start date of the queried period
date
End date of the queried period
string
Unit of measurement — always
tCO2enumber
Total CO2e emissions in tonnes across all items
array
Array of emission breakdown items. Shape depends on
group_by:Example
By Scope (default)
Successful Response
By Category
Successful Response
By Month
Successful Response
Common Errors
400 Bad Request
Cause:start_date is after end_date, or date range exceeds 2 years (730 days)
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization422 Unprocessable Entity
Cause: Missing required query parameters (start_date or end_date)
Related Endpoints
Organization Tree
View your organization hierarchy
Invoices
Manage energy invoices (Scope 2)
Vehicles
Manage vehicles (Scope 1)
Purchases
Manage purchased goods (Scope 3)