/sources/{source_id} for a single-asset drill-down with monthly time series. Data sourced from Climate TRACE under CC BY 4.0.x-api-key: ********************curl --location '/api/v1/environment/ct/sources?year=2023&gas=co2e_100yr§ors=power&subsectors=electricity-generation&gadm_id=USA.5_1&city_id=ghs-fua_2702&country_group=g7&continent=Asia&owner_ids=E100000001213&limit=25&offset=0' \
--header 'x-api-key: <api-key>'{
"data": {
"sources": [
{
"id": 0,
"name": "string",
"sector": "string",
"subsector": "string",
"country": "string",
"adminId": "string",
"cityId": "string",
"assetType": "string",
"sourceType": "string",
"centroid": {
"longitude": 0,
"latitude": 0,
"srid": 0
},
"gas": "string",
"emissionsQuantity": 0,
"emissionsFactor": 0,
"emissionsFactorUnits": "string",
"activity": 0,
"activityUnits": "string",
"capacity": 0,
"capacityUnits": "string",
"capacityFactor": 0,
"year": 0
}
],
"limit": 0,
"offset": 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
}
}