(year, value) series for a single metric column in the OWID CO2 bundle. The metric name must match one of the 76 column keys from the codebook exactly (e.g. co2, co2_per_capita, consumption_co2, methane, nitrous_oxide, temperature_change_from_co2, share_global_co2, cumulative_co2). Call /api/v1/environment/co2/codebook for the full column list with units and descriptions. Published under CC BY 4.0 with dual attribution - the response names the primary upstream provider for this specific column (Global Carbon Project, Jones et al., EIA, etc).x-api-key: ********************curl --location '/api/v1/environment/co2/country/USA/co2?start_year=2000&end_year=2023' \
--header 'x-api-key: <api-key>'{
"data": {
"iso_code": "USA",
"country": "string",
"metric": "co2",
"unit": "string",
"description": "string",
"upstream_source": "string",
"observations": [
{
"year": 2022,
"value": 0
}
],
"count": 30,
"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
}
}