← Estland

Estiske vejradvarsler

GET /estonian-weather/warnings

Aktive vejradvarsler fra Ilmateenistus for Estland og omkringliggende havområder. Returnerer advarselsområde, indhold på estisk og engelsk samt tidsstempel. Inkluderer stormadvarsler, vindadvarsler og marine advarsler.

Se det visualiseret

Eksempelforespørgsler

Grundlæggende brug
curl https://nordapi.ee/api/v1/estonian-weather/warnings

Livesvar

{
  "data": {
    "count": 6,
    "warnings": [
      {
        "area_eng": "Lake Peipus",
        "area_est": "Peipsi järv",
        "content_eng": "Mainly west 10, in gusts up to 15 m/s. Wave height 0.7-1.3 m. 2026-07-06 11:00 - 2026-07-06 22:00",
        "content_est": "Valdavalt läänetuul 10, puhanguti kuni 15 m/s. Laine kõrgus 0,7-1,3 m. 2026-07-06 11:00 - 2026-07-06 22:00",
        "timestamp": "1783244456"
      },
      {
        "area_eng": "Eastern Gulf of Finland",
        "area_est": "Soome lahe idaosa",
        "content_eng": "West, southwest in 13, gusts to 18 m/s. Wave height 1-2.5 m. 2026-07-06 14:00 - 2026-07-07 15:00",
        "content_est": "Lääne- ja edelatuul 13, puhanguti 18 m/s. Laine kõrgus 1-2,5 m. 2026-07-06 14:00 - 2026-07-07 15:00",
        "timestamp": "1783244325"
      },
      {
        "area_eng": "Western Gulf of Finland",
        "area_est": "Soome lahe lääneosa",
        "content_eng": "Southwest 12, in gusts up to 17 m/s. Wave height 1-2 m. 2026-07-06 22:00 - 2026-07-07 10:00",
        "content_est": "Edelatuul 12, puhanguti kuni 17 m/s. Laine kõrgus 1-2 m. 2026-07-06 22:00 - 2026-07-07 10:00",
        "timestamp": "1783244396"
      },
      {
        "area_eng": "Northern Baltic Sea",
        "area_est": "Läänemere põhjaosa",
        "content_eng": "Northwest 13, in gusts 18 m/s. Wave height 2-3 m. 2026-07-06 03:00 - 2026-07-06 18:00",
        "content_est": "Loodetuul 13, puhanguti 18 m/s. Laine kõrgus 2-3 m.  2026-07-06 03:00 - 2026-07-06 18:00",
        "timestamp": "1783244257"
      },
      {
        "area_eng": "Moonsund",
        "area_est": "Väinameri",
        "content_eng": "Northwest, west 12, in gusts 17 m/s. Wave height 0.8-1.2 m. 2026-07-06 10:00 - 2026-07-06 20:00",
        "content_est": "Loode- ja läänetuul 12,  puhanguti 17 m/s. Laine kõrgus 0,8-1,2 m.  2026-07-06 10:00 - 2026-07-06 20:00",
        "timestamp": "1783244309"
      },
      {
        "area_eng": "Northern Gulf of Riga",
        "area_est": "Liivi lahe põhjaosa",
        "content_eng": "Northwest, west 12, in gusts 17 m/s. Wave height 0.8-2 m. 2026-07-06 11:00 - 2026-07-06 20:00",
        "content_est": "Loode- ja läänetuul 12, puhanguti 17 m/s. Laine kõrgus 0,8-2 m. 2026-07-06 11:00 - 2026-07-06 20:00",
        "timestamp": "1783244241"
      }
    ]
  },
  "success": true
}