← Eistland

Eistnesk veita eftir tegund

GET /estonian-utilities/:type

Get rates for a specific utility type: water, heating, electricity, gas, or waste.

Dæmi um fyrirspurnir

Grunnnotkun
curl https://nordapi.ee/api/v1/estonian-utilities/electricity

Lifandi svar

{
  "data": {
    "network_operator": "Elektrilevi OÜ",
    "outage_map": "https://elektrilevi.ee/en/katkestused/katkestuste-kaart",
    "rates": {
      "excise_duty": {
        "note": "Reduced rate through 2026",
        "price": 0.1,
        "unit": "cent/kWh"
      },
      "network_fee": {
        "day": {
          "hours": "07:00-22:00",
          "price": 4.38,
          "unit": "cent/kWh"
        },
        "flat": {
          "note": "Single rate plan",
          "price": 3.68,
          "unit": "cent/kWh"
        },
        "night": {
          "hours": "22:00-07:00",
          "price": 2.46,
          "unit": "cent/kWh"
        }
      },
      "note": "Network fee is regulated. Electricity price itself is market-based (NordPool). Use /elering/prices/today for current spot prices.",
      "renewable_energy_fee": {
        "price": 1.13,
        "unit": "cent/kWh"
      }
    },
    "regulator": "Konkurentsiamet (Competition Authority)",
    "sellers": [
      "Eesti Energia / Enefit",
      "Alexela Energia",
      "220 Energia",
      "Imatra Elekter"
    ],
    "type": "electricity",
    "website": "https://elektrilevi.ee"
  },
  "success": true
}