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-08-12",
"day": {
"phenomenon": "Moderate shower",
"places": [
{
"name": "Harku",
"phenomenon": "Light shower",
"temp_max": 17.0,
"temp_min": null
},
{
"name": "Jõhvi",
"phenomenon": "Light shower",
"temp_max": 17.0,
"temp_min": null
},
{
"name": "Tartu",
"phenomenon": "Light shower",
"temp_max": 18.0,
"temp_min": null
},
{
"name": "Pärnu",
"phenomenon": "Variable clouds",
"temp_max": 19.0,
"temp_min": null
},
{
"name": "Kuressaare",
"phenomenon": "Variable clouds",
"temp_max": 17.0,
"temp_min": null
},
{
"name": "Türi",
"phenomenon": "Moderate shower",
"temp_max": 17.0,
"temp_min": null
}
],
"temp_max": 19.0,
"temp_min": 16.0,
"text": "Variable cloudy. In some places rain showers. Northwest wind 5-12, in gusts 15, on northern coast to 18 m/s, in the evening slightly decreasing. Air temperature 16..19°C."
},
"night": {
"phenomenon": "Light shower",
"places": [
{
"name": "Harku",
"phenomenon": "Few clouds",
"temp_max": null,
"temp_min": 12.0
},
{
"name": "Jõhvi",
"phenomenon": "Moderate shower",
"temp_max": null,
"temp_min": 11.0
},
{
"name": "Tartu",
"phenomenon": "Variable clouds",
"temp_max": null,
"temp_min": 10.0
},
{
"name": "Pärnu",
"phenomenon": "Few clouds",
"temp_max": null,
"temp_min": 12.0
},
{
"name": "Kuressaare",
"phenomenon": "Variable clouds",
"temp_max": null,
"temp_min": 13.0
},
{
"name": "Türi",
"phenomenon": "Few clouds",
"temp_max": null,
"temp_min": 9.0
}
],
"temp_max": 16.0,
"temp_min": 8.0,
"text": "Slightly and partly cloudy. Rain showers locally, beofee midnight possible thunder. West, northwest wind 3-9, in gusts 12, on coast 6-12, in gusts to 18 m/s. Air temperature 8..13, on coast to 16°C."
}
},
{
"date": "2026-08-13",
"day": {
"phenomenon": "Light shower",
"places": [],
"temp_max": 22.0,
"temp_min": 17.0,
"text": "Slightly and partly cloudy. In Eastern Estonia locally showers possible. On mainland northwest, west wind 3-8, in gusts to 12 m/s, on islands weak, variable wind. Air temperature 17..22°C."
},
"night": {
"phenomenon": "Light shower",
"places": [],
"temp_max": 16.0,
"temp_min": 6.0,
"text": "Slightly or partly cloudy. Locally showers. Northwest, west wind 4-10, on coast in gusts to 15 m/s, by morning decreasing. Air temperature 6..12, on coast to 16°C."
}
},
{
"date": "2026-08-14",
"day": {
"phenomenon": "Variable clouds",
"places": [],
"temp_max": 23.0,
"temp_min": 19.0,
"text": "Slightly and partly cloudy, mostly dry. Southwest, south wind 3-9, on coast in gusts to 12 m/s. Air temperature 19..23°C."
},
"night": {
"phenomenon": "Variable clouds",
"places": [],
"temp_max": 17.0,
"temp_min": 7.0,
"text": "Slightly and partly cloudy, dry. On mainland mostly westerly, on islands southerly wind 2-8, on coast in gusts 10 m/s. Air temperature 7..12, on coast to 17°C."
}
},
{
"date": "2026-08-15",
"day": {
"phenomenon": "Light shower",
"places": [],
"temp_max": 26.0,
"temp_min": 20.0,
"text": "Slightly and partly cloudy. Locally showers. Mainly southwest, south wind 3-9, on coast in gusts 13 m/s. Air temperature 22..26, on coast to 20°C."
},
"night": {
"phenomenon": "Light shower",
"places": [],
"temp_max": 18.0,
"temp_min": 11.0,
"text": "Slightly and partly cloudy. Locally showers. Southwest, south wind 2-8, on coast in gusts 11 m/s. Air temperature 11..15, on coast to 18°C."
}
}
]
},
"success": true
}