GET /electricity/current/:zone
Fáðu the current hour's staðverð rafmagns for a specific norrænt tilboðssvæði (t.d. NO1 for Oslo area, SE3 for Stockholm area). Skilar price in EUR/MWh along með current hour period. Nauðsynlegt fyrir snjallheimili automation that adjusts heating, rafbílahlöðslu, or appliance usage based on rauntíma electricity cost. Also gagnlegt fyrir energy cost monitoring mælaborð and price alert kerfi. Gögn frá Nord Pool.
zone
nauðsynlegt
Zone code (NO1, SE3, etc)
| Nafn | Nauðsynlegt | Sjálfgefið | Lýsing |
|---|---|---|---|
zone |
Já | - | Zone code (NO1, SE3, etc) |
curl https://nordapi.ee/api/v1/electricity/current/NO1
curl https://nordapi.ee/api/v1/electricity/current/NO1
curl https://nordapi.ee/api/v1/electricity/current/SE3
curl https://nordapi.ee/api/v1/electricity/current/NO5
{
"country": "NO",
"hour_end": "2026-04-05T21:00:00Z",
"hour_start": "2026-04-05T20:00:00Z",
"local_currency": "NOK",
"price_eur_kwh": 0.10407,
"price_eur_mwh": 104.07,
"price_local_kwh": 1.16642,
"success": true,
"zone": "NO1",
"zone_name": "Oslo"
}