← Ciencia y espacio

Carbono de la red del Reino Unido (actual)

GET /carbonintensity/current

Get the current intensidad de carbono 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. Data from the UK National Grid ESO Carbon Intensity API. Esencial para hogar inteligente systems that shift energy-intensive tasks to low-carbon periods, EV charging optimizers, and UK energy paneles.

Ejemplos de solicitudes

Uso basico
curl https://nordapi.ee/api/v1/carbonintensity/current

Respuesta en vivo

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