gadm_id), a GADM state or county, a city, a country group, a continent, or a set of owner entities. Data sourced from Climate TRACE under CC BY 4.0.x-api-key: ********************curl --location '/api/v1/environment/ct/sources/emissions?year=2023&gas=co2e_100yr§ors=power&subsectors=electricity-generation&gadm_id=USA&city_id=ghs-fua_2702&country_group=eu&continent=Europe&owner_ids=E100000001213' \
--header 'x-api-key: <api-key>'{
"data": {
"location": {
"name": "string",
"id": "string"
},
"totals": {
"start": "string",
"end": "string",
"gas": "string",
"emissionsQuantity": 0,
"emissionsFactor": 0,
"emissionsFactorUnits": "string",
"activity": 0,
"activityUnits": "string",
"capacity": 0,
"capacityUnits": "string",
"capacityFactor": 0,
"summaries": [
{
"gas": "string",
"emissionsQuantity": 0,
"percentage": 0
}
],
"timeseries": [
{
"year": 0,
"month": 0,
"gas": "string",
"sector": "string",
"subsector": "string",
"emissionsQuantity": 0
}
]
},
"sectors": {
"summaries": [
{
"sector": "string",
"gas": "string",
"emissionsQuantity": 0,
"percentage": 0
}
],
"timeseries": [
{
"year": 0,
"month": 0,
"gas": "string",
"sector": "string",
"subsector": "string",
"emissionsQuantity": 0
}
]
},
"subsectors": {
"summaries": [
{
"sector": "string",
"subsector": "string",
"gas": "string",
"emissionsQuantity": 0,
"percentage": 0
}
],
"timeseries": [
{
"year": 0,
"month": 0,
"gas": "string",
"sector": "string",
"subsector": "string",
"emissionsQuantity": 0
}
]
}
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}