Request
POST https://opendata.zilina.sk/api/datasets/v1/city-dashboard/environment/list-meteo-alarms
Parameters
{
"validityDate": "2025-12-06 07:00:00.000Z"
}
validityDate (string, optional, datetime) – The date and time for which valid weather alerts should be returned. The format corresponds to a UTC date and time (e.g. "2025-12-06 07:00:00.000Z"). If the parameter is not specified, all future alerts valid from the current time will be returned.
USER GUIDE
Detailed instructions for querying datasets are available here.
Answer
[
{
"_id": "6933724b122ae80e9acd1ea9",
"itemId": "6539132d28736600010505e0",
"from": "2025-12-05T16:00:00.000Z",
"to": "2025-12-06T09:00:00.000Z",
"type": "Fog",
"severity": "Moderate",
"description": "V okrese Žilina sa OJEDINELE očakáva výskyt hmiel s dohľadnosťou 50 - 200 m. Znížená dohľadnosť predstavuje potenciálne nebezpečenstvo pre dopravné aktivity. Výskyt hmiel s uvedenou dohľadnosťou je v danej ročnej dobe a oblasti bežný, ale môže spôsobiť škody menšieho rozsahu. ZVÝŠTE POZORNOSŤ pred bežnými, ale lokálne hustými hmlami. Môžu výrazne ovplyvniť bežné aktivity vonku. Môžu spôsobiť uzatvorenia letísk a meškania, nepriaznivé jazdné podmienky a predĺžené časy cestovania. Zdroj: Slovak Hydrometeorological Institute (http://www.shmu.sk/?page=987)",
"eventId": "7b612ff5-07d0-4617-824a-59035311ba45",
"timestamp": "2025-12-06T00:01:15.743Z"
},
{
"_id": "6933eb45122ae80e9acfcbd6",
"itemId": "6539132d28736600010505e0",
"from": "2025-12-05T16:00:00.000Z",
"to": "2025-12-06T11:00:00.000Z",
"type": "Fog",
"severity": "Moderate",
"description": "V okrese Žilina sa OJEDINELE očakáva výskyt hmiel s dohľadnosťou 50 - 200 m. Znížená dohľadnosť predstavuje potenciálne nebezpečenstvo pre dopravné aktivity. Výskyt hmiel s uvedenou dohľadnosťou je v danej ročnej dobe a oblasti bežný, ale môže spôsobiť škody menšieho rozsahu. ZVÝŠTE POZORNOSŤ pred bežnými, ale lokálne hustými hmlami. Môžu výrazne ovplyvniť bežné aktivity vonku. Môžu spôsobiť uzatvorenia letísk a meškania, nepriaznivé jazdné podmienky a predĺžené časy cestovania. Zdroj: Slovak Hydrometeorological Institute (http://www.shmu.sk/?page=987)",
"eventId": "af8faafa-fa89-4290-b1d6-1655c942fb89",
"timestamp": "2025-12-06T08:37:25.466Z"
}
]
_id (string) – Internal identifier of the weather alert record.
itemId (string) – Identifier of the related object or area in the system (e.g. district or monitored entity).
from (string, date and time) – Start of the weather alert validity in UTC.
to (string, date and time) – End of the weather alert validity in UTC.
type (string) – Type of weather phenomenon to which the alert applies (e.g. "Fog").
severity (string) – Severity level of the alert (e.g. "Moderate").
description (string) – Detailed text description of the weather situation, its impacts and recommended behavior. The text may also contain a link to the source of information.
eventId (string) – Identifier of a specific event/alert in the provider's system.
timestamp (string, date and time) – Time of creation or last update of the given alert record.
Note
The source of meteorological data and alert texts is the Slovak Hydrometeorological Institute (SHMÚ).