v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Environment

Aggregate greenhouse-gas time series for a named region

Returns every column in the OWID CO2 bundle for a named aggregate entity. Supported regions include continental groupings (Africa, Asia, Europe, North America, Oceania, South America), the European Union (27-member and 28-member compositions), OECD and non-OECD groupings, World Bank income groupings (High-income, Upper-middle-income, Lower-middle-income, Low-income), sectoral aggregates (International aviation, International shipping), and (GCP) variants provided by the Global Carbon Project. Call /catalog for the full allowlist of valid region names. Published under CC BY 4.0 with dual attribution to Our World in Data and the primary upstream providers.

get/api/v1/environment/co2/region/{region}

Path parameters

regionstring required

Region name exactly as returned in /catalog.regions. Case-sensitive.

Region name exactly as returned in /catalog.regions. Case-sensitive.

Response

Aggregate time series across all 79 columns for the requested region.

Example response

{
  "data": {
    "region": "European Union (27)",
    "observations": [
      {
        "year": 2022
      }
    ],
    "count": 74
  },
  "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": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}