← Estonia

Estonian Weather Forecast

GET /estonian-weather/forecast

4-day weather forecast for Estonia from Ilmateenistus. Includes day and night forecasts with phenomena, temperature ranges, text descriptions, and place-specific predictions for major Estonian cities. Available in English and Estonian.

See it visualized

Parameters

lang optional default: eng

Language: eng or est

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/estonian-weather/forecast

Live Response

{
  "data": {
    "forecasts": [
      {
        "date": "2026-06-27",
        "day": {
          "phenomenon": "Moderate shower",
          "places": [
            {
              "name": "Harku",
              "phenomenon": "Thunderstorm",
              "temp_max": 24.0,
              "temp_min": null
            },
            {
              "name": "Jõhvi",
              "phenomenon": "Few clouds",
              "temp_max": 23.0,
              "temp_min": null
            },
            {
              "name": "Tartu",
              "phenomenon": "Moderate shower",
              "temp_max": 24.0,
              "temp_min": null
            },
            {
              "name": "Pärnu",
              "phenomenon": "Variable clouds",
              "temp_max": 22.0,
              "temp_min": null
            },
            {
              "name": "Kuressaare",
              "phenomenon": "Variable clouds",
              "temp_max": 24.0,
              "temp_min": null
            },
            {
              "name": "Türi",
              "phenomenon": "Thunderstorm",
              "temp_max": 25.0,
              "temp_min": null
            }
          ],
          "temp_max": 27.0,
          "temp_min": 18.0,
          "text": "Variably cloudy. Locally showers and thunder. On coast locally fog. In forenoon westerly wind 2-8 m/s, in afternoon weak variable wind. Air temperature 22..27, on coast locally 18°C."
        },
        "night": {
          "phenomenon": "Moderate shower",
          "places": [
            {
              "name": "Harku",
              "phenomenon": "Light shower",
              "temp_max": null,
              "temp_min": 14.0
            },
            {
              "name": "Jõhvi",
              "phenomenon": "Moderate rain",
              "temp_max": null,
              "temp_min": 13.0
            },
            {
              "name": "Tartu",
              "phenomenon": "Moderate rain",
              "temp_max": null,
              "temp_min": 16.0
            },
            {
              "name": "Pärnu",
              "phenomenon": "Cloudy with clear spells",
              "temp_max": null,
              "temp_min": 17.0
            },
            {
              "name": "Kuressaare",
              "phenomenon": "Light shower",
              "temp_max": null,
              "temp_min": 18.0
            },
            {
              "name": "Türi",
              "phenomenon": "Light rain",
              "temp_max": null,
              "temp_min": 15.0
            }
          ],
          "temp_max": 18.0,
          "temp_min": 13.0,
          "text": "Cloudy with clear spells. Showers in many places, risk of thunder. Westerly wind is becoming southerly 1-7, on coast 3-9, in gusts 13 m/s. Air temperature 13..18°C."
        }
      },
      {
        "date": "2026-06-28",
        "day": {
          "phenomenon": "Light shower",
          "places": [],
          "temp_max": 31.0,
          "temp_min": 20.0,
          "text": "Slightly and partly cloudy. In few places rain showers, risk of thunder. Wind is veering from southerly to westerly 2-8 m/s. Air temperature 25..31, on coast locally 20°C."
        },
        "night": {
          "phenomenon": "Light shower",
          "places": [],
          "temp_max": 18.0,
          "temp_min": 13.0,
          "text": "Slightly and partly cloudy with rain showers locally,risk of thunder. Before midnight variable wind, after midnight from islands becoming southerly 1-7 m/s. Air temperature 13..18°C."
        }
      },
      {
        "date": "2026-06-29",
        "day": {
          "phenomenon": "Light shower",
          "places": [],
          "temp_max": 30.0,
          "temp_min": 20.0,
          "text": "Slightly and partly cloudy. Rain showers locally. Westerly wind 3-9 m/s. Air temperature 25..30, on coast locally to 20°C."
        },
        "night": {
          "phenomenon": "Thunderstorm",
          "places": [],
          "temp_max": 20.0,
          "temp_min": 15.0,
          "text": "Variable cloudiness. In many places rain showers, locally thunder. Westerly wind 1-7 m/s. Air temperature 15..20°C."
        }
      },
      {
        "date": "2026-06-30",
        "day": {
          "phenomenon": "Variable clouds",
          "places": [],
          "temp_max": 28.0,
          "temp_min": 19.0,
          "text": "Slightly and partly cloudy. Mainly dry. West, northwest wind 3-9, on islands coast in gusts to 12 m/s. Air temperature 23..28, on coast locally 19°C."
        },
        "night": {
          "phenomenon": "Variable clouds",
          "places": [],
          "temp_max": 20.0,
          "temp_min": 15.0,
          "text": "Slightly and partly cloudy. Mainly dry. Westerly wind 3-9 m/s. Air temperature 15..20°C."
        }
      }
    ]
  },
  "success": true
}