Reference data, not another dashboard

Two lookups every EU carbon-compliance tool needs

CBAM default emission values and grid carbon intensity, kept current and served over a plain REST API — so you don't maintain the regulation's tables by hand.

Grid intensity is live — subscribe below and a key is issued automatically. CBAM is not yet open — the endpoint exists but no regulatory data is loaded until it's verified against the official source.
EU Implementing Regulation (EU) 2025/2621Ember Yearly Electricity Data — CC BY 4.0REST · JSON · per-key rate limiting
CBAM

Default emission value lookup

Given a product (CN code) and country of origin, get the EU's official CBAM default carbon emission value, with the regulation's yearly markup already applied. For customs brokers, trade-compliance teams, and CBAM reporting software.

Request
GET /api/v1/cbam/default-value
    ?cn_code=7208 10
    &country=CN
    &year=2026
Authorization: Bearer cbamrates_live_...
Response — shape only, not a real figure
{
  "cn_code": "7208 10",
  "country": "CN",
  "year": 2026,
  "product_name": "...",
  "sector": "iron_steel",
  "total_emissions_tco2_per_t":
    "pending regulation verification",
  "source_regulation":
    "Implementing Regulation (EU) 2025/2621"
}
Grid intensity

Grid carbon intensity lookup

Given a country and year, get grid carbon intensity in gCO2e/kWh — sourced from Ember's Yearly Electricity Data (CC BY 4.0). Built for carbon calculators, ESG dashboards, and anyone estimating Scope 2 electricity emissions.

Request
GET /api/v1/grid/intensity
    ?country=DEU
    &year=2025
Authorization: Bearer cbamrates_live_...
Response — real figure, from the verified dataset
{
  "country": "DEU",
  "year": 2025,
  "gco2_per_kwh": 330.023,
  "source":
    "Ember Yearly Electricity Data (CC BY 4.0)"
}
Grid carbon intensity, 2025 (gCO2e/kWh) — a sample of what the dataset holds
NOR
SWE
FRA
ESP
NLD
ITA
DEU
POL

Pricing

ProductFreePay per callStarterPro
CBAM default values€49/mo — not yet open€299/mo — not yet open
Grid carbon intensity
50 calls/mo, no card