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.
lang
optional
default: eng
Language: eng or est
| Name | Required | Default | Description |
|---|---|---|---|
lang |
No | eng | Language: eng or est |
curl https://nordapi.ee/api/v1/estonian-weather/forecast
{
"data": {
"forecasts": [
{
"date": "2026-05-11",
"day": {
"phenomenon": "Light shower",
"places": [
{
"name": "Harku",
"phenomenon": "Light shower",
"temp_max": 18.0,
"temp_min": null
},
{
"name": "Jõhvi",
"phenomenon": "Light shower",
"temp_max": 18.0,
"temp_min": null
},
{
"name": "Tartu",
"phenomenon": "Variable clouds",
"temp_max": 18.0,
"temp_min": null
},
{
"name": "Pärnu",
"phenomenon": "Variable clouds",
"temp_max": 16.0,
"temp_min": null
},
{
"name": "Kuressaare",
"phenomenon": "Moderate shower",
"temp_max": 13.0,
"temp_min": null
},
{
"name": "Türi",
"phenomenon": "Variable clouds",
"temp_max": 19.0,
"temp_min": null
}
],
"temp_max": 19.0,
"temp_min": 10.0,
"text": "Variable cloud cover. Rain showers locally. Southerly, on northern coast also east wind 3-9, on islands and western coast in gusts to 14 m/s, in evening on islands backing to easterly. Air temperature 15..19, on coast 10..14°C."
},
"night": {
"phenomenon": "Light shower",
"places": [
{
"name": "Harku",
"phenomenon": "Light shower",
"temp_max": null,
"temp_min": 5.0
},
{
"name": "Jõhvi",
"phenomenon": "Light rain",
"temp_max": null,
"temp_min": 7.0
},
{
"name": "Tartu",
"phenomenon": "Cloudy",
"temp_max": null,
"temp_min": 8.0
},
{
"name": "Pärnu",
"phenomenon": "Mist",
"temp_max": null,
"temp_min": 5.0
},
{
"name": "Kuressaare",
"phenomenon": "Light shower",
"temp_max": null,
"temp_min": 7.0
},
{
"name": "Türi",
"phenomenon": "Light shower",
"temp_max": null,
"temp_min": 3.0
}
],
"temp_max": 8.0,
"temp_min": 0.0,
"text": "Cloudy with clear spells. Locally light rain, fog possible. Southerly wind 1-7 m/s. Air temperature 2..8, in western Estonia may fall to 0°C."
}
},
{
"date": "2026-05-12",
"day": {
"phenomenon": "Moderate shower",
"places": [],
"temp_max": 20.0,
"temp_min": 9.0,
"text": "Cloudy with bright spells. Rain in many places in western Estonia, in eastern Estonia possibility for rain is small. Southeast wind 5-10, in gusts to 13, around Gulf of Riga in forenoon in gusts up to 15 m/s, by evening southerly wind decreasing. Air temperature in Western Estonia 9..15, in part 16..20°C."
},
"night": {
"phenomenon": "Moderate shower",
"places": [],
"temp_max": 10.0,
"temp_min": 6.0,
"text": "It is clouding up. Around midnight rain arrives on islands and spreading to mainland. Southeast wind 3-10 m/s, on islands and around in gusts to 15 m/s. Air temperature 6..10°C."
}
},
{
"date": "2026-05-13",
"day": {
"phenomenon": "Moderate rain",
"places": [],
"temp_max": 16.0,
"temp_min": 8.0,
"text": "Cloudy with bright spells. Rain, in afternoon from south less frequent. In forenoon southerly wind 3-8, in afternoon southwest 5-10, on cosat in in gusts to 14 m/s. Air temperature 8..13, in eastern part to 16°C."
},
"night": {
"phenomenon": "Moderate rain",
"places": [],
"temp_max": 11.0,
"temp_min": 7.0,
"text": "Mainly cloudy. Rain in many places. Southerly wind 2-7 m/s. Air temperature 7..11°C."
}
},
{
"date": "2026-05-14",
"day": {
"phenomenon": "Light shower",
"places": [],
"temp_max": 17.0,
"temp_min": 10.0,
"text": "Variable cloudy with rain showers locally. Mainly southerly wind 2-8 m/s. Air temperature 13..17, on coast locally 10°C."
},
"night": {
"phenomenon": "Light shower",
"places": [],
"temp_max": 7.0,
"temp_min": 2.0,
"text": "Slightly and partly cloudy. In northern Estonia rain showers locally. Southwest wind 5-10, on coat in gust to 15 m/s. Air temperature 2..7°C."
}
}
]
},
"success": true
}