← Põhjamaade elekter

Hinnapiirkonnad

GET /electricity/zones

Kuva all 9 Nordic electricity hinnapiirkonnad with their codes, names, and countries. Norway has 5 zones (NO1-NO5) and Sweden has 4 zones (SE1-SE4), each with potentially different elektrihinnad due to grid capacity and local supply/demand. Use this to discover valid zone codes for the other electricity lõpp-punkti. Essential reference data for Nordic energy apps and nutikodu systems.

Näidispäringud

Põhikasutus
curl https://nordapi.ee/api/v1/electricity/zones

Reaalajas vastus

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