← Pohjoismainen sähkö

Tarjousalueet

GET /electricity/zones

Listaa all 9 Nordic electricity bidding zones with their codes, names, and countries. Norway has 5 zones (NO1-NO5) and Sweden has 4 zones (SE1-SE4), each with potentially different electricity prices due to grid capacity and local supply/demand. Käytä tätä to discover valid zone codes for the other electricity endpoints. Essential reference data for Nordic energy apps and smart home systems.

Esimerkkipyynnöt

Peruskäyttö
curl https://nordapi.ee/api/v1/electricity/zones

Reaaliaikainen vastaus

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