GET /estonian-weather/forecast
Nelja päeva ilmaprognoos Eesti jaoks Ilmateenistuselt. Sisaldab päeva ja öö prognoose koos ilmastikunähtuste, temperatuurivahemike, tekstiliste kirjelduste ja kohapõhiste prognoosidega Eesti suuremate linnade kohta. Saadaval inglise ja eesti keeles.
lang
valikuline
vaikeväärtus: eng
Language: eng or est
| Nimi | Kohustuslik | Vaikeväärtus | Kirjeldus |
|---|---|---|---|
lang |
Ei | eng | Language: eng or est |
curl https://nordapi.ee/api/v1/estonian-weather/forecast
{
"data": {
"forecasts": [
{
"date": "2026-05-22",
"day": {
"phenomenon": "Moderate shower",
"places": [
{
"name": "Harku",
"phenomenon": "Moderate shower",
"temp_max": 14.0,
"temp_min": null
},
{
"name": "Jõhvi",
"phenomenon": "Moderate shower",
"temp_max": 16.0,
"temp_min": null
},
{
"name": "Tartu",
"phenomenon": "Moderate shower",
"temp_max": 14.0,
"temp_min": null
},
{
"name": "Pärnu",
"phenomenon": "Moderate rain",
"temp_max": 12.0,
"temp_min": null
},
{
"name": "Kuressaare",
"phenomenon": "Cloudy with clear spells",
"temp_max": 13.0,
"temp_min": null
},
{
"name": "Türi",
"phenomenon": "Moderate rain",
"temp_max": 14.0,
"temp_min": null
}
],
"temp_max": 17.0,
"temp_min": 10.0,
"text": "Cloudy with clear spells. Rain in many places, locally thunder and heavy rain. In the evening from west clouds and showers are reducing. On coast locally fog. Westerly wind 3-9, in gusts to 12 m/s. Air temperature 12..17, on coast locally to 10°C."
},
"night": {
"phenomenon": "Moderate shower",
"places": [
{
"name": "Harku",
"phenomenon": "Fog",
"temp_max": null,
"temp_min": 7.0
},
{
"name": "Jõhvi",
"phenomenon": "Moderate rain",
"temp_max": null,
"temp_min": 10.0
},
{
"name": "Tartu",
"phenomenon": "Moderate rain",
"temp_max": null,
"temp_min": 11.0
},
{
"name": "Pärnu",
"phenomenon": "Moderate shower",
"temp_max": null,
"temp_min": 9.0
},
{
"name": "Kuressaare",
"phenomenon": "Moderate rain",
"temp_max": null,
"temp_min": 10.0
},
{
"name": "Türi",
"phenomenon": "Fog",
"temp_max": null,
"temp_min": 8.0
}
],
"temp_max": 12.0,
"temp_min": 6.0,
"text": "Cloudy with clear spells. Rain in many places, locally thunder and heavy rain possible. In some places fog. Weak variable wind, on coast also westerly wind up to 9 m/s. Air temperature 6..12°C."
}
},
{
"date": "2026-05-23",
"day": {
"phenomenon": "Moderate shower",
"places": [],
"temp_max": 23.0,
"temp_min": 14.0,
"text": "Slightly and partly cloudy. Locally rain showers, possibility is higher in eastern part. West, southwest wind 3-9, in gusts 12, on northern coast up to 14 m/s. Air temperature 17..23, on windward coast to 14°C."
},
"night": {
"phenomenon": "Light shower",
"places": [],
"temp_max": 11.0,
"temp_min": 6.0,
"text": "Clear or slightly cloudy, only in Eastern Estonia before midnight locally rain showers. West, southwest wind 2-8, on northern coast in gusts 12 m/s. Air temperature 6..11°C."
}
},
{
"date": "2026-05-24",
"day": {
"phenomenon": "Moderate shower",
"places": [],
"temp_max": 18.0,
"temp_min": 11.0,
"text": "Cloudy with clear spells. On mainland in many places rain showers. After midday from west the sky is clearing up and showers are dying out. West, northwest, before noon on mainland also southwest wind 5-12, on coast in gusts up to 17 m/s. Air temperature 11..18°C."
},
"night": {
"phenomenon": "Moderate shower",
"places": [],
"temp_max": 13.0,
"temp_min": 9.0,
"text": "Cloudy with clear spells. From islands spreading rain over the land to eastwards. Southwest, west, on islands in morning northwest wind 3-9, in gusts 12, on coasts to 15 m/s. Air temperature 9..13°C."
}
},
{
"date": "2026-05-25",
"day": {
"phenomenon": "Light shower",
"places": [],
"temp_max": 19.0,
"temp_min": 11.0,
"text": "Variable clouds. Locally rain showers. West, northwest wind 5-11, on northern coast in gusts 15 m/s. Air temperature 13..19, on coast locally to 11°C."
},
"night": {
"phenomenon": "Few clouds",
"places": [],
"temp_max": 12.0,
"temp_min": 7.0,
"text": "Clear or slightly cloudy. Dry. West, northwest wind 3-9, in gusts 12, on northern coast up to 15 m/s. Air temperature 7..12°C."
}
}
]
},
"success": true
}