GET /elering/system
Sanntidsstatus for det estiske strømnettet fra Elering (estisk TSO). Returnerer nåværende produksjon, forbruk, nettfrekvens, systembalanse, AC-balanse og fornybar energiproduksjon i MW.
curl https://nordapi.ee/api/v1/elering/system
{
"data": {
"ac_balance": null,
"consumption": 761.38,
"frequency": 50.0,
"production": 389.98,
"production_renewable": null,
"solar_energy_production": null,
"system_balance": null,
"timestamp": 1779385500
},
"success": true
}