← Viro

Viron sääennuste

GET /estonian-weather/forecast

4 päivän sääennuste Virolle Ilmateenistukselta. Sisältää päivä- ja yöennusteet sääilmiöineen, lämpötila-alueineen, tekstikuvauksineen ja paikkakohtaisine ennusteineen Viron suurimmille kaupungeille. Saatavilla englanniksi ja viroksi.

Parametrit

lang valinnainen oletus: eng

Language: eng or est

Esimerkkipyynnöt

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

Reaaliaikainen vastaus

{
  "data": {
    "forecasts": [
      {
        "date": "2026-04-06",
        "day": {
          "phenomenon": "Moderate rain",
          "places": [
            {
              "name": "Harku",
              "phenomenon": "Moderate rain",
              "temp_max": 4.0,
              "temp_min": null
            },
            {
              "name": "Jõhvi",
              "phenomenon": "Moderate rain",
              "temp_max": 5.0,
              "temp_min": null
            },
            {
              "name": "Tartu",
              "phenomenon": "Moderate rain",
              "temp_max": 6.0,
              "temp_min": null
            },
            {
              "name": "Pärnu",
              "phenomenon": "Moderate rain",
              "temp_max": 4.0,
              "temp_min": null
            },
            {
              "name": "Kuressaare",
              "phenomenon": "Moderate rain",
              "temp_max": 5.0,
              "temp_min": null
            },
            {
              "name": "Türi",
              "phenomenon": "Moderate rain",
              "temp_max": 5.0,
              "temp_min": null
            }
          ],
          "temp_max": 7.0,
          "temp_min": 2.0,
          "text": "Mostly cloudy. Rain and also sleet. Southwest, west, before noon in eastern part also south wind 5-11, in gusts to 16, on islands and western coast 10-15, in gusts up to 21 m/s, towards evening some decreasing and on islands veering to northwest. Air temperature 2..7°C"
        },
        "night": {
          "phenomenon": "Moderate shower",
          "places": [
            {
              "name": "Harku",
              "phenomenon": "Moderate shower",
              "temp_max": null,
              "temp_min": 2.0
            },
            {
              "name": "Jõhvi",
              "phenomenon": "Moderate shower",
              "temp_max": null,
              "temp_min": 2.0
            },
            {
              "name": "Tartu",
              "phenomenon": "Moderate shower",
              "temp_max": null,
              "temp_min": 3.0
            },
            {
              "name": "Pärnu",
              "phenomenon": "Moderate shower",
              "temp_max": null,
              "temp_min": 2.0
            },
            {
              "name": "Kuressaare",
              "phenomenon": "Moderate shower",
              "temp_max": null,
              "temp_min": 3.0
            },
            {
              "name": "Türi",
              "phenomenon": "Moderate shower",
              "temp_max": null,
              "temp_min": 2.0
            }
          ],
          "temp_max": 5.0,
          "temp_min": 1.0,
          "text": "Variable cloudiness. Before midnight rain retreating behind the eastern border. In early morning ner area of rain and sleet spreading rapidly from islands to mainland. Southwest, south, before midnight in eastern Estonia also southeast wind 5-10, in gusts 15, on islands and western coast 10-15, in gusts up to 23 m/s. Air temperature 1..5°C"
        }
      },
      {
        "date": "2026-04-07",
        "day": {
          "phenomenon": "Moderate shower",
          "places": [],
          "temp_max": 8.0,
          "temp_min": 3.0,
          "text": "Cloudy with clear spells. Rain and sleet in many places, in the afternoon reducing. Northerly wind 5-10, in gusts 14, on islands and western coast north, northwest 7-13, in gusts up to 18 m/s, in the afternoon slowly decreasing. Air temperature 3..8°C."
        },
        "night": {
          "phenomenon": "Moderate sleet",
          "places": [],
          "temp_max": 3.0,
          "temp_min": 0.0,
          "text": "Cloudy. Rain and sleet. Wind is veering gradually northerly 3-8, in gustsup to 12, on islands and western coast northwest, north wind 8-14, in gusts up to 20 m/s. Air temperature 0..+3°C."
        }
      },
      {
        "date": "2026-04-08",
        "day": {
          "phenomenon": "Few clouds",
          "places": [],
          "temp_max": 8.0,
          "temp_min": 2.0,
          "text": "Clear or slightly, before noon locally variable clouds. Dry. North, northeast wind 5-10, in gusts up to 15 m/s. Air temperature 2..8°C."
        },
        "night": {
          "phenomenon": "Variable clouds",
          "places": [],
          "temp_max": 3.0,
          "temp_min": -1.0,
          "text": "Few and variable clouds. Before midnight in Southeastern Eestonia possible locally light rain. Northerly wind 5-11, on Virumaa coast in gusts up to 15 m/s. Air temperature -1..+3°C."
        }
      },
      {
        "date": "2026-04-09",
        "day": {
          "phenomenon": "Few clouds",
          "places": [],
          "temp_max": 8.0,
          "temp_min": 2.0,
          "text": "Clear or slightly cloudy and dry. Northeast, east wind 3-8,  in gusts up to 11 m/s. Air temperature 2..8°C."
        },
        "night": {
          "phenomenon": "Few clouds",
          "places": [],
          "temp_max": 0.0,
          "temp_min": -5.0,
          "text": "Clear or slightly cloudy and dry. Northeast, east wind 3-9, on coast in gusts up to 12 m/s. Air temperature -2..-5, on coast near 0°C."
        }
      }
    ]
  },
  "success": true
}