GET /carbonintensity/generation
Hae Yhdistyneen kuningaskunnan nykyinen sähköntuotannon jakauma, joka näyttää kunkin energianlähteen prosenttiosuuden: tuuli, aurinko, ydin, kaasu, hiili, vesi, biomassa, tuonti ja muut. Tarjoaa reaaliaikaisen tilannekuvan siitä, miten Yhdistyneen kuningaskunnan sähköä tuotetaan juuri nyt. Hyödyllinen energian kojelaudoille, ilmasto-opetuksen työkaluille ja sovelluksille, jotka auttavat käyttäjiä ymmärtämään, milloin uusiutuvan energian osuus on korkeimmillaan.Hae the current UK electricity generation mix showing the percentage contribution from each energy source: wind, solar, nuclear, gas, coal, hydro, biomass, imports, and others. Tarjoaa a reaaliaikainen snapshot of how the UK's electricity is being produced right now. Hyödyllinen energy dashboards, climate education tools, and apps that help users understand when renewable energy percentage is highest.
curl https://nordapi.ee/api/v1/carbonintensity/generation
{
"data": {
"from": "2026-05-22T14:00Z",
"mix": [
{
"fuel": "biomass",
"percentage": 1.6
},
{
"fuel": "coal",
"percentage": 0
},
{
"fuel": "imports",
"percentage": 16.6
},
{
"fuel": "gas",
"percentage": 7
},
{
"fuel": "nuclear",
"percentage": 6.8
},
{
"fuel": "other",
"percentage": 0
},
{
"fuel": "hydro",
"percentage": 0
},
{
"fuel": "solar",
"percentage": 36.9
},
{
"fuel": "wind",
"percentage": 31
}
],
"to": "2026-05-22T14:30Z"
},
"success": true
}