GET /electricity/zones
Skráðu öll 9 norrænu raforku-tilboðssvæðin með kóðum, nöfnum og löndum. Noregur hefur 5 svæði (NO1-NO5) og Svíþjóð hefur 4 svæði (SE1-SE4), hvert með mögulega mismunandi raforkuverð vegna afkasta dreifikerfis og staðbundins framboðs/eftirspurnar. Notaðu þetta til að uppgötva gilda svæðiskóða fyrir önnur rafmagns-endpoints. Nauðsynleg uppflettigögn fyrir norræn orkuforrit og snjallheimakerfi.
curl https://nordapi.ee/api/v1/electricity/zones
{
"count": 9,
"data": [
{
"code": "NO1",
"country": "NO",
"name": "Oslo",
"region": "Eastern Norway"
},
{
"code": "NO2",
"country": "NO",
"name": "Kristiansand",
"region": "Southern Norway"
},
{
"code": "NO3",
"country": "NO",
"name": "Trondheim",
"region": "Central Norway"
},
{
"code": "NO4",
"country": "NO",
"name": "Tromsø",
"region": "Northern Norway"
},
{
"code": "NO5",
"country": "NO",
"name": "Bergen",
"region": "Western Norway"
},
{
"code": "SE1",
"country": "SE",
"name": "Luleå",
"region": "Northern Sweden"
},
{
"code": "SE2",
"country": "SE",
"name": "Sundsvall",
"region": "Central Sweden"
},
{
"code": "SE3",
"country": "SE",
"name": "Stockholm",
"region": "Southern Sweden"
},
{
"code": "SE4",
"country": "SE",
"name": "Malmö",
"region": "Southernmost Sweden"
}
],
"success": true
}