← Teadus ja kosmos

Ühendkuningriigi võrgu süsinik (praegune)

GET /carbonintensity/current

Saage the current süsinikuintensiivsus of the UK electricity grid in grams of CO2 per kilowatt-hour (gCO2/kWh), along with the forecast for the next few hours. Lower values mean cleaner electricity. Andmed UK National Grid ESO Carbon Intensity API. Hädavajalik nutikodu systems that shift energy-intensive tasks to low-carbon periods, EV charging optimizers, and UK energy dashboards.

Näidispäringud

Põhikasutus
curl https://nordapi.ee/api/v1/carbonintensity/current

Reaalajas vastus

{
  "data": {
    "actual": 71,
    "forecast": 78,
    "from": "2026-04-05T22:00Z",
    "index": "low",
    "to": "2026-04-05T22:30Z"
  },
  "success": true
}