← Estland

Estniska vädervarningar

GET /estonian-weather/warnings

Active vädervarningar från Ilmateenistus for Estland and surrounding sea områden. Returnerar warning area, innehåll in estnisk and English, and timestamp. Inkluderar stormvarningar, vindvarningar, and marina varningar.

Exempelförfrågningar

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

Livesvar

{
  "data": {
    "count": 3,
    "warnings": [
      {
        "area_eng": "Lake Peipus",
        "area_est": "Peipsi järv",
        "content_eng": "North, northeast 9, in gusts up to 13 m/s. Wave height in ice free waters 0.6-1.2 m.",
        "content_est": "Põhja- ja kirdetuul 9, puhanguti kuni 13 m/s. Laine kõrgus jäävabas vees 0,6-1,2 m.",
        "timestamp": "1775676638"
      },
      {
        "area_eng": "Eastern Gulf of Finland",
        "area_est": "Soome lahe idaosa",
        "content_eng": "Northeast in gusts 15 m/s. Wave height in ice-free waters 1-2 m.",
        "content_est": "Kirdetuul puhanguti 15 m/s. Laine kõrgus jäävabas vees 1-2 m.",
        "timestamp": "1775657431"
      },
      {
        "area_eng": "Western Gulf of Finland",
        "area_est": "Soome lahe lääneosa",
        "content_eng": "Northeast, north in gusts 15 m/s. Wave height 1-2 m.",
        "content_est": "Kirde- ja põhjatuul puhanguti 15 m/s. Laine kõrgus 1-2 m.",
        "timestamp": "1775704336"
      }
    ]
  },
  "success": true
}