← Estland

Estniska vädervarningar

GET /estonian-weather/warnings

Aktiva vädervarningar från Ilmateenistus för Estland och omgivande havsområden. Returnerar varningsområde, innehåll på estniska och engelska samt tidsstämpel. Inkluderar stormvarningar, vindvarningar och sjövarningar.

Se det visualiserat

Exempelförfrågningar

Grundläggande användning
curl https://nordapi.ee/api/v1/estonian-weather/warnings

Livesvar

{
  "data": {
    "count": 10,
    "warnings": [
      {
        "area_eng": "Harju County",
        "area_est": "Harju maakond",
        "content_eng": "Northwest in gusts 15, on coast to 18 m/s. 2026-08-12 11:00 - 2026-08-12 20:00",
        "content_est": "Loodetuul puhanguti 15, rannikul kuni 18 m/s. 2026-08-12 11:00 - 2026-08-12 20:00",
        "timestamp": "1786456868"
      },
      {
        "area_eng": "Hiiu County",
        "area_est": "Hiiu maakond",
        "content_eng": "Northwest in gusts 15, on coast to 18 m/s. 2026-08-12 11:00 - 2026-08-12 20:00",
        "content_est": "Loodetuul puhanguti 15, rannikul kuni 18 m/s. 2026-08-12 11:00 - 2026-08-12 20:00",
        "timestamp": "1786456868"
      },
      {
        "area_eng": "Ida-Viru County",
        "area_est": "Ida-Viru maakond",
        "content_eng": "Northwest in gusts 15, on coast to 18 m/s. 2026-08-12 11:00 - 2026-08-12 20:00",
        "content_est": "Loodetuul puhanguti 15, rannikul kuni 18 m/s. 2026-08-12 11:00 - 2026-08-12 20:00",
        "timestamp": "1786456868"
      },
      {
        "area_eng": "Lääne County",
        "area_est": "Lääne maakond",
        "content_eng": "Northwest in gusts 15, on coast to 18 m/s. 2026-08-12 11:00 - 2026-08-12 20:00",
        "content_est": "Loodetuul puhanguti 15, rannikul kuni 18 m/s. 2026-08-12 11:00 - 2026-08-12 20:00",
        "timestamp": "1786456868"
      },
      {
        "area_eng": "Lääne-Viru County",
        "area_est": "Lääne-Viru maakond",
        "content_eng": "Northwest in gusts 15, on coast to 18 m/s. 2026-08-12 11:00 - 2026-08-12 20:00",
        "content_est": "Loodetuul puhanguti 15, rannikul kuni 18 m/s. 2026-08-12 11:00 - 2026-08-12 20:00",
        "timestamp": "1786456868"
      },
      {
        "area_eng": "Lake Peipus",
        "area_est": "Peipsi järv",
        "content_eng": "West, northwest 10, in gusts 15 m/s. Wave height 0.8-1.5 m. 2026-08-12 00:00 - 2026-08-13 00:00",
        "content_est": "Lääne- ja loodetuul 10, puhanguti 15 m/s. Laine kõrgus 0,8-1,5 m. 2026-08-12 00:00 - 2026-08-13 00:00",
        "timestamp": "1786489966"
      },
      {
        "area_eng": "Eastern Gulf of Finland",
        "area_est": "Soome lahe idaosa",
        "content_eng": "Northwest 12, in gusts to 18 m/s. Wave height 1-2.5 m. 2026-08-12 00:00 - 2026-08-13 04:00",
        "content_est": "Loodetuul 12, puhanguti kuni 18 m/s. Laine kõrgus 1-2,5 m. 2026-08-12 00:00 - 2026-08-13 04:00",
        "timestamp": "1786482702"
      },
      {
        "area_eng": "Western Gulf of Finland",
        "area_est": "Soome lahe lääneosa",
        "content_eng": "Northwest 12, in gusts to 18 m/s. Wave height 1-2.5 m. 2026-08-12 00:00 - 2026-08-13 00:00",
        "content_est": "Loodetuul 12, puhanguti kuni 18 m/s. Laine kõrgus 1-2,5 m. 2026-08-12 00:00 - 2026-08-13 00:00",
        "timestamp": "1786482648"
      },
      {
        "area_eng": "Moonsund",
        "area_est": "Väinameri",
        "content_eng": "Northwest 12, in gusts to 18 m/s. Wave height 0.7-1.5 m. 2026-08-12 00:00 - 2026-08-13 00:00",
        "content_est": "Loodetuul 12, puhanguti kuni 18 m/s. Laine kõrgus 0,7-1,5 m. 2026-08-12 00:00 - 2026-08-13 00:00",
        "timestamp": "1786482600"
      },
      {
        "area_eng": "Northern Gulf of Riga",
        "area_est": "Liivi lahe põhjaosa",
        "content_eng": "Northwest in gusts to 15 m/s. Wave height 0.5-1.5 m. 2026-08-12 06:00 - 2026-08-13 00:00",
        "content_est": "Loodetuul puhanguti kuni 15 m/s. Laine kõrgus 0,5-1,5 m. 2026-08-12 06:00 - 2026-08-13 00:00",
        "timestamp": "1786506148"
      }
    ]
  },
  "success": true
}