← Viro

Viron kunnallisteknisen hinnat

GET /estonian-utilities

Kaikki Viron kunnallistekniset hinnat yhdessä vastauksessa: vesi (Tallinna Vesi), kaukolämpö (Utilitas), sähköverkkomaksut (Elektrilevi), maakaasu ja jätehuolto. Sisältää säännellyt hinnat, palveluntarjoajat ja linkit virallisiin lähteisiin. Hinnat on hyväksynyt Konkurentsiamet.

Esimerkkipyynnöt

Peruskäyttö
curl https://nordapi.ee/api/v1/estonian-utilities

Reaaliaikainen vastaus

{
  "data": {
    "currency": "EUR",
    "last_updated": "2026-03-30",
    "note": "Prices exclude VAT (22%) unless noted. District heating prices are regulated by Konkurentsiamet.",
    "utilities": [
      {
        "provider": "Tallinna Vesi AS",
        "rates": {
          "business": {
            "water_supply": {
              "note": "From May 2025",
              "price": 3.33,
              "unit": "EUR/m³"
            }
          },
          "maardu": {
            "water_supply": {
              "note": "Both residential and business",
              "price": 4.03,
              "unit": "EUR/m³"
            }
          },
          "residential": {
            "connection_fee": {
              "note": "Meter maintenance",
              "price": 1.47,
              "unit": "EUR/month"
            },
            "sewerage": {
              "note": "Combined water service price",
              "price": "included"
            },
            "water_supply": {
              "note": "From May 2025",
              "price": 2.1,
              "unit": "EUR/m³"
            }
          }
        },
        "regulator": "Konkurentsiamet (Competition Authority)",
        "service_area": "Tallinn, Saue, Maardu",
        "type": "water",
        "website": "https://tallinnavesi.ee"
      },
      {
        "provider": "Utilitas AS",
        "rates": {
          "note": "Prices vary by network area and season. Check utilitas.ee for current month prices.",
          "tallinn": {
            "max_price": 52.75,
            "note": "Maximum approved price, actual may be lower",
            "unit": "EUR/MWh"
          }
        },
        "regulator": "Konkurentsiamet (Competition Authority)",
        "service_areas": [
          "Tallinn",
          "Maardu",
          "Rapla",
          "Haapsalu",
          "Keila",
          "Paide",
          "Valga",
          "Jõgeva",
          "Kärdla"
        ],
        "type": "district_heating",
        "website": "https://utilitas.ee"
      },
      {
        "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"
      },
      {
        "network_operator": "Elering AS (transmission), Gaasivõrk (distribution)",
        "rates": {
          "distribution_fee": {
            "note": "Approximate, varies by operator",
            "price": 0.98,
            "unit": "cent/kWh"
          },
          "excise_duty": {
            "price": 0.0793,
            "unit": "EUR/m³"
          },
          "note": "Gas price is market-based. Network fees are regulated."
        },
        "regulator": "Konkurentsiamet (Competition Authority)",
        "sellers": [
          "Eesti Gaas",
          "Alexela",
          "Enefit"
        ],
        "type": "natural_gas",
        "website": "https://gaas.ee"
      },
      {
        "free_for_residents": true,
        "note": "Waste delivery is free for Tallinn residents at city waste treatment centers. Collection contracts vary by provider and district.",
        "providers": [
          {
            "name": "Ragn-Sells AS",
            "website": "https://ragn-sells.ee"
          },
          {
            "name": "Eesti Keskkonnateenused AS",
            "website": "https://keskkonnateenused.ee"
          },
          {
            "name": "Tallinna Jäätmete Taaskasutuskeskus",
            "website": "https://jaatmekeskus.ee"
          }
        ],
        "tallinn_waste_centers": 4,
        "type": "waste_collection",
        "waste_center_info": "https://www.jaatmejaam.ee"
      }
    ]
  },
  "success": true
}