World entity - the harmonised global aggregate. Covers global CO2 totals, CO2 by source, consumption emissions, cumulative CO2 since 1750, methane, nitrous oxide, total greenhouse gases, global temperature-change contributions, and energy aggregates. For continent- or income-group aggregates (Asia, Africa, OECD, EU27, High-income countries) use /region/{region}. Published under CC BY 4.0 with dual attribution to Our World in Data and the primary upstream providers.x-api-key: ********************curl --location '/api/v1/environment/co2/world?start_year=1900&end_year=2023' \
--header 'x-api-key: <api-key>'{
"data": {
"region": "World",
"observations": [
{
"year": 2022,
"property1": "string",
"property2": "string"
}
],
"count": 275,
"start_year": 0,
"end_year": 0,
"attribution": "string"
},
"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
}
}