UK Carbon Intensity
The Official Carbon Intensity API for Great Britain developed by National Grid
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Environment
Overview
The UK Carbon Intensity API (from National Grid ESO) reports the real-time carbon intensity of Britain’s electricity grid — how many grams of CO₂ per kWh, with a low/medium/high index. Keyless and free (verified live), it’s a great data source for “when to use electricity” apps and carbon dashboards.
Quick Start
Current grid intensity (verified live):
curl "https://api.carbonintensity.org.uk/intensity"
{
"data": [
{
"from": "2026-08-22T05:30Z",
"to": "2026-08-22T06:00Z",
"intensity": { "forecast": 64, "actual": 66, "index": "low" }
}
]
}
Intensity for a date range:
curl "https://api.carbonintensity.org.uk/intensity/2026-08-20T00:00Z/2026-08-22T00:00Z"
Forecast:
curl "https://api.carbonintensity.org.uk/intensity/forecast"
Generation mix:
curl "https://api.carbonintensity.org.uk/generation"
Authentication
None — keyless.
Rate Limits & Notes
- Free, public data from National Grid ESO — no key, no documented hard limit.
intensityis in gCO₂/kWh;indexmaps to very low → very high bands.- Endpoints:
/intensity(current),/intensity/{from}/{to}(range),/intensity/forecast,/generation(mix by fuel),/regional(regional breakdown). - Data is for Great Britain (not the whole UK) — 30-minute intervals.
FAQ
Is the UK Carbon Intensity API free? Yes — free, keyless, public National Grid data.
What does intensity mean? gCO₂ per kWh — lower is greener (use-heavy appliances when it’s low).
Does it cover all of the UK? It covers Great Britain’s national grid (30-minute intervals).
More in Environment
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| BreezoMeter Pollen Daily Forecast pollen conditions data for a specific location | API Key | Yes | Unknown | ↗ |
| Carbon Interface API to calculate carbon (C02) emissions estimates for common C02 emitting activities | API Key | Yes | Yes | ↗ |
| Climatiq Calculate the environmental footprint created by a broad range of emission-generating activities | API Key | Yes | Yes | ↗ |
| Cloverly API calculates the impact of common carbon-intensive activities in real time | API Key | Yes | Unknown | ↗ |
| CO2 Offset API calculates and validates the carbon footprint | No auth | Yes | Unknown | ↗ |