← Estonia

Alertas meteorológicas de Estonia

GET /estonian-weather/warnings

Avisos meteorológicos activos de Ilmateenistus para Estonia y las zonas marítimas circundantes. Devuelve el área del aviso, el contenido en estonio e inglés y la marca de tiempo. Incluye avisos de tormenta, de viento y marítimos.

Véalo visualizado

Ejemplos de solicitudes

Uso basico
curl https://nordapi.ee/api/v1/estonian-weather/warnings

Respuesta en vivo

{
  "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
}