← 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": 3,
    "warnings": [
      {
        "area_eng": "Põlva County",
        "area_est": "Põlva maakond",
        "content_eng": "Risk of thunder!",
        "content_est": "Äikeseoht!",
        "timestamp": "1779371642"
      },
      {
        "area_eng": "Võru County",
        "area_est": "Võru maakond",
        "content_eng": "Risk of thunder!",
        "content_est": "Äikeseoht!",
        "timestamp": "1779371642"
      },
      {
        "area_eng": "Lake Peipus",
        "area_est": "Peipsi järv",
        "content_eng": "Southwest, west 8, in gusts to 12 m/s. Wave height 0.6-1.1 m.",
        "content_est": "Edela- ja läänetuul 8, puhanguti kuni 12 m/s. Laine kõrgus 0.6-1.1 m.",
        "timestamp": "1779351411"
      }
    ]
  },
  "success": true
}