GET /estonian-weather/warnings
Active weather warnings from Ilmateenistus for Estonia and surrounding sea areas. Returns warning area, content in Estonian and English, and timestamp. Includes storm warnings, wind warnings, and marine warnings.
curl https://nordapi.ee/api/v1/estonian-weather/warnings
{
"data": {
"count": 0,
"warnings": []
},
"success": true
}