← 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.

Example Requests

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

Live Response

{
  "data": {
    "count": 15,
    "warnings": [
      {
        "area_eng": "Harju County",
        "area_est": "Harju maakond",
        "content_eng": "Fire hazard is very high!",
        "content_est": "Tuleoht on väga kõrge!",
        "timestamp": "1778144766"
      },
      {
        "area_eng": "Hiiu County",
        "area_est": "Hiiu maakond",
        "content_eng": "Fire hazard is very high!",
        "content_est": "Tuleoht on väga kõrge!",
        "timestamp": "1778144766"
      },
      {
        "area_eng": "Ida-Viru County",
        "area_est": "Ida-Viru maakond",
        "content_eng": "Fire hazard is very high!",
        "content_est": "Tuleoht on väga kõrge!",
        "timestamp": "1778144766"
      },
      {
        "area_eng": "Jõgeva County",
        "area_est": "Jõgeva maakond",
        "content_eng": "Fire hazard is very high!",
        "content_est": "Tuleoht on väga kõrge!",
        "timestamp": "1778144766"
      },
      {
        "area_eng": "Järva County",
        "area_est": "Järva maakond",
        "content_eng": "Fire hazard is very high!",
        "content_est": "Tuleoht on väga kõrge!",
        "timestamp": "1778144766"
      },
      {
        "area_eng": "Lääne County",
        "area_est": "Lääne maakond",
        "content_eng": "Fire hazard is very high!",
        "content_est": "Tuleoht on väga kõrge!",
        "timestamp": "1778144766"
      },
      {
        "area_eng": "Lääne-Viru County",
        "area_est": "Lääne-Viru maakond",
        "content_eng": "Fire hazard is very high!",
        "content_est": "Tuleoht on väga kõrge!",
        "timestamp": "1778144766"
      },
      {
        "area_eng": "Põlva County",
        "area_est": "Põlva maakond",
        "content_eng": "Fire hazard is very high!",
        "content_est": "Tuleoht on väga kõrge!",
        "timestamp": "1778144766"
      },
      {
        "area_eng": "Pärnu County",
        "area_est": "Pärnu maakond",
        "content_eng": "Fire hazard is very high!",
        "content_est": "Tuleoht on väga kõrge!",
        "timestamp": "1778144766"
      },
      {
        "area_eng": "Rapla County",
        "area_est": "Rapla maakond",
        "content_eng": "Fire hazard is very high!",
        "content_est": "Tuleoht on väga kõrge!",
        "timestamp": "1778144766"
      },
      {
        "area_eng": "Saare County",
        "area_est": "Saare maakond",
        "content_eng": "Fire hazard is very high!",
        "content_est": "Tuleoht on väga kõrge!",
        "timestamp": "1778144766"
      },
      {
        "area_eng": "Tartu County",
        "area_est": "Tartu maakond",
        "content_eng": "Fire hazard is very high!",
        "content_est": "Tuleoht on väga kõrge!",
        "timestamp": "1778144766"
      },
      {
        "area_eng": "Valga County",
        "area_est": "Valga maakond",
        "content_eng": "Fire hazard is very high!",
        "content_est": "Tuleoht on väga kõrge!",
        "timestamp": "1778144766"
      },
      {
        "area_eng": "Viljandi County",
        "area_est": "Viljandi maakond",
        "content_eng": "Fire hazard is very high!",
        "content_est": "Tuleoht on väga kõrge!",
        "timestamp": "1778144766"
      },
      {
        "area_eng": "Võru County",
        "area_est": "Võru maakond",
        "content_eng": "Fire hazard is very high!",
        "content_est": "Tuleoht on väga kõrge!",
        "timestamp": "1778144766"
      }
    ]
  },
  "success": true
}