← Norræn raforka

Tilboðssvæði

GET /electricity/zones

Skráðu allar 9 Nordic electricity tilboðssvæði with their codes, names, and countries. Norway has 5 zones (NO1-NO5) and Sweden has 4 zones (SE1-SE4), hverja with potentially different raforkuverð due to grid capacity and local supply/demand. Use this to uppgötvaðu valid zone codes fyrir aðra electricity endapunktar. Essential reference data for Nordic energy forrit and snjallheimili kerfi.

Dæmi um fyrirspurnir

Grunnnotkun
curl https://nordapi.ee/api/v1/electricity/zones

Lifandi svar

{
  "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
}