← Estonia

Estonian Weather Warnings

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.

See it visualized

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/estonian-weather/warnings

Live Response

{
  "data": {
    "count": 0,
    "warnings": []
  },
  "success": true
}