GET /estonian-weather/forecast
Pronóstico meteorológico de 4 días para Estonia, de Ilmateenistus. Incluye pronósticos diurnos y nocturnos con fenómenos, rangos de temperatura, descripciones textuales y predicciones específicas por localidad para las principales ciudades estonias. Disponible en inglés y estonio.
lang
opcional
predeterminado: eng
Language: eng or est
| Nombre | Requerido | Predeterminado | Descripcion |
|---|---|---|---|
lang |
No | eng | Language: eng or est |
curl https://nordapi.ee/api/v1/estonian-weather/forecast
{
"data": {
"forecasts": [
{
"date": "2026-09-03",
"day": {
"phenomenon": "Moderate shower",
"places": [
{
"name": "Harku",
"phenomenon": "Light shower",
"temp_max": 18.0,
"temp_min": null
},
{
"name": "Jõhvi",
"phenomenon": "Moderate shower",
"temp_max": 18.0,
"temp_min": null
},
{
"name": "Tartu",
"phenomenon": "Moderate shower",
"temp_max": 18.0,
"temp_min": null
},
{
"name": "Pärnu",
"phenomenon": "Variable clouds",
"temp_max": 18.0,
"temp_min": null
},
{
"name": "Kuressaare",
"phenomenon": "Variable clouds",
"temp_max": 17.0,
"temp_min": null
},
{
"name": "Türi",
"phenomenon": "Thunderstorm",
"temp_max": 19.0,
"temp_min": null
}
],
"temp_max": 19.0,
"temp_min": 15.0,
"text": "Variable cloud cover. In the forenoon rain in many places, locally heavy rain and thunder, in the afternoon clouds and showers are thinning. Late in the evening a new area of dense rain approaching western islands from the sea. Southwest, west wind 4-10, in gusts 13, on coast to 16 m/s, late in the evening slightly decreasing and backing to south. Air temperature 15..19°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": 9.0
},
{
"name": "Tartu",
"phenomenon": "Variable clouds",
"temp_max": null,
"temp_min": 12.0
},
{
"name": "Pärnu",
"phenomenon": "Thunderstorm",
"temp_max": null,
"temp_min": 15.0
},
{
"name": "Kuressaare",
"phenomenon": "Thunderstorm",
"temp_max": null,
"temp_min": 15.0
},
{
"name": "Türi",
"phenomenon": "Moderate shower",
"temp_max": null,
"temp_min": 13.0
}
],
"temp_max": 16.0,
"temp_min": 8.0,
"text": "Slightly and partly cloudy. At first locally showers. Around mid-night heavier showers will arrive to western islands from the sea and spreading to the mainland, locally thunder. In some places fog. Southwest, west, after midnight also south wind 3-9, on coast in gusts to 14 m/s. Air temperature 8..13, on coast to 16°C."
}
},
{
"date": "2026-09-04",
"day": {
"phenomenon": "Moderate shower",
"places": [],
"temp_max": 19.0,
"temp_min": 14.0,
"text": "In Western part variably cloudy. Showers locally. In Eastern part before noon cloudy with clear spells. Rain, locally heavy, in afternoon clouds and rain are thinning. Wind is veering from islands to westerly 3-8, before noon in southern Estonia southwest, south wind in gusts to 15 m/s. Air temperature 14..19°C."
},
"night": {
"phenomenon": "Moderate rain",
"places": [],
"temp_max": 14.0,
"temp_min": 8.0,
"text": "Cloudiness is thickening and area of rain is spreading from Gulf of Riga over Estonia to northeast, locally heavy rain. Mainly southerly wind 3-9, around Gulf of Riga in gusts 15 m/s. Air temperature 8..14°C."
}
},
{
"date": "2026-09-05",
"day": {
"phenomenon": "Light shower",
"places": [],
"temp_max": 18.0,
"temp_min": 14.0,
"text": "Slightly and partly cloudy. In many places rain showers, by evening thinning. Northwest, west wind 4-9, in gusts to 13 m/s, in the evening some decreasing. Air tempeature 14..18°C."
},
"night": {
"phenomenon": "Light shower",
"places": [],
"temp_max": 13.0,
"temp_min": 7.0,
"text": "Cloudy with clear spells. Rain in many places. Variable wind 2-7, after midnight becoming northerly and on coast up to 10 m/s. Air temperature 7..13°C."
}
},
{
"date": "2026-09-06",
"day": {
"phenomenon": "Light shower",
"places": [],
"temp_max": 18.0,
"temp_min": 15.0,
"text": "Partly cloudy. Rain showers in many places, in the afternoon thinning. Northwest wind 4-10, in gusts 14 m/s. Air temperature 15..18°C."
},
"night": {
"phenomenon": "Variable clouds",
"places": [],
"temp_max": 14.0,
"temp_min": 6.0,
"text": "Few or partly cloudy. Rain showers locally. Westerly wind 2-7, on coast up to 10 m/s. Air temperature 6..11, on coast up to 14°C."
}
}
]
},
"success": true
}