← 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-07-06",
        "day": {
          "phenomenon": "Moderate shower",
          "places": [
            {
              "name": "Harku",
              "phenomenon": "Moderate shower",
              "temp_max": 16.0,
              "temp_min": null
            },
            {
              "name": "Jõhvi",
              "phenomenon": "Moderate shower",
              "temp_max": 17.0,
              "temp_min": null
            },
            {
              "name": "Tartu",
              "phenomenon": "Moderate shower",
              "temp_max": 18.0,
              "temp_min": null
            },
            {
              "name": "Pärnu",
              "phenomenon": "Light shower",
              "temp_max": 18.0,
              "temp_min": null
            },
            {
              "name": "Kuressaare",
              "phenomenon": "Light shower",
              "temp_max": 17.0,
              "temp_min": null
            },
            {
              "name": "Türi",
              "phenomenon": "Moderate shower",
              "temp_max": 17.0,
              "temp_min": null
            }
          ],
          "temp_max": 20.0,
          "temp_min": 15.0,
          "text": "Cloudy with clear spells. Showers, locally thunder, in the evening it is clearing up and and showers reducing. Mostly west, northwest wind 5-12, in gusts 15, on coast up to 18 m/s, in the evening somewhat decreasing. Air temperature 15..20°C."
        },
        "night": {
          "phenomenon": "Moderate shower",
          "places": [
            {
              "name": "Harku",
              "phenomenon": "Moderate shower",
              "temp_max": null,
              "temp_min": 13.0
            },
            {
              "name": "Jõhvi",
              "phenomenon": "Fog",
              "temp_max": null,
              "temp_min": 12.0
            },
            {
              "name": "Tartu",
              "phenomenon": "Moderate shower",
              "temp_max": null,
              "temp_min": 13.0
            },
            {
              "name": "Pärnu",
              "phenomenon": "Light shower",
              "temp_max": null,
              "temp_min": 14.0
            },
            {
              "name": "Kuressaare",
              "phenomenon": "Light shower",
              "temp_max": null,
              "temp_min": 15.0
            },
            {
              "name": "Türi",
              "phenomenon": "Moderate shower",
              "temp_max": null,
              "temp_min": 12.0
            }
          ],
          "temp_max": 16.0,
          "temp_min": 11.0,
          "text": "Cloudy with clear spells. Showers in many places, risk of thunder. Fog locally. Westerly wind 2-8, in gusts to 12 m/s, in the morning on islands and western coast northwest wind increasing in gusts up to 15 m/s. Air temperature 11..16°C."
        }
      },
      {
        "date": "2026-07-07",
        "day": {
          "phenomenon": "Moderate shower",
          "places": [],
          "temp_max": 20.0,
          "temp_min": 15.0,
          "text": "Variable cloudy. Showers in many places, locally risk of thunder. Southwest, west wind 3-9, on coast in gusts to 12, in northern coast up to 15 m/s, decreasing in evening. Air temperature 15..20°C."
        },
        "night": {
          "phenomenon": "Moderate shower",
          "places": [],
          "temp_max": 15.0,
          "temp_min": 7.0,
          "text": "Variable cloudy. Showers in many places, in some places thunder. South, southwest, before midnight also west wind 3-9, in gusts to 12, on coasts to 15 m/s. Air temperature 7..12, on coast up to 15°C."
        }
      },
      {
        "date": "2026-07-08",
        "day": {
          "phenomenon": "Moderate shower",
          "places": [],
          "temp_max": 19.0,
          "temp_min": 15.0,
          "text": "Cloudy, in some places cloudy with clear spells. Rain in many places, in afternoon risk of thunder locally. Easterly wind 4-10, in gusts to 13, on islands northeast, north up to 15 m/s. Air temperature 15..19°C."
        },
        "night": {
          "phenomenon": "Moderate rain",
          "places": [],
          "temp_max": 15.0,
          "temp_min": 9.0,
          "text": "Clouds thickening. In many places rain. Before midnight weak variable wind, after midnight turning to easterly 3-9 m/s, on islands increasing northeast wind 5-11, in gusts to 15 m/s. Air temperature 9..15°C."
        }
      },
      {
        "date": "2026-07-09",
        "day": {
          "phenomenon": "Moderate shower",
          "places": [],
          "temp_max": 22.0,
          "temp_min": 15.0,
          "text": "Cloudy with clear spells. Showers in many places, in some places thunder. Northerly wind 4-10, in gusts to 13, on islands and western coast north, northwest up to 15 m/s. Air temperature 15..19, in eastern and Southern part up to 22°C."
        },
        "night": {
          "phenomenon": "Moderate shower",
          "places": [],
          "temp_max": 16.0,
          "temp_min": 11.0,
          "text": "Cloudy with clear spells. Showers in many places, in some places thunder. North, northeast wind 4-10, in gusts to 13, on islands north, northwest up to 15 m/s. Air temperature 11..16°C."
        }
      }
    ]
  },
  "success": true
}