UK Carbon Intensity
由 National Grid 开发的英国官方碳强度 API
- 认证方式
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 环境
简介
UK Carbon Intensity API(来自 National Grid ESO)报告英国电网的实时碳强度——每 kWh 多少克 CO₂,带低/中/高指数。免密钥且免费(实测可用),是“何时用电”应用和碳面板的优秀数据源。
快速开始
当前电网强度(实测可用):
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" }
}
]
}
某日期范围的强度:
curl "https://api.carbonintensity.org.uk/intensity/2026-08-20T00:00Z/2026-08-22T00:00Z"
预报:
curl "https://api.carbonintensity.org.uk/intensity/forecast"
发电结构:
curl "https://api.carbonintensity.org.uk/generation"
认证方式
无需认证——免密钥。
速率限制与注意事项
- 免费、National Grid ESO 公开数据——无密钥、无文档化硬性限制。
intensity单位是 gCO₂/kWh;index映射到 very low → very high 等级。- 端点:
/intensity(当前)、/intensity/{起}/{止}(范围)、/intensity/forecast、/generation(按燃料的发电结构)、/regional(区域细分)。 - 数据覆盖大不列颠(不是整个英国)——30 分钟间隔。
常见问题
UK Carbon Intensity API 免费吗? 是的——免费、免密钥、National Grid 公开数据。
intensity 是什么意思? 每 kWh 的克 CO₂——越低越绿(指数低时用大功率电器)。
覆盖整个英国吗? 覆盖大不列颠的国家电网(30 分钟间隔)。
环境 分类更多
| 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 | ↗ |