x-api-key: ********************curl --location '/api/v1/environment/ct/rankings/countries?gas=co2e_100yr&start=2023&end=2023§ors=power%2Cmanufacturing&subsectors=electricity-generation&country_group=g20&continent=Europe' \
--header 'x-api-key: <api-key>'{
"data": {
"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
}
]
},
"location": {
"name": "string",
"id": "string"
},
"rankings": [
{
"rank": 0,
"country": "string",
"name": "string",
"continent": "string",
"emissionsQuantity": 0,
"emissionsPerCapita": 0,
"percentage": 0,
"emissionsPercentChange": 0,
"population": 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
}
}