← Eistland

Staða eistneskrar raforkukerfis

GET /elering/system

Real-time status of the Estonian raforkukerfi from Elering (Estonian TSO). Skilar current production, consumption, grid frequency, system balance, AC balance, and renewable energy production in MW.

Dæmi um fyrirspurnir

Grunnnotkun
curl https://nordapi.ee/api/v1/elering/system

Lifandi svar

{
  "data": {
    "ac_balance": null,
    "consumption": 987.85,
    "frequency": 50.01,
    "production": 428.34,
    "production_renewable": null,
    "solar_energy_production": null,
    "system_balance": null,
    "timestamp": 1775414700
  },
  "success": true
}