Najnovšia predpoveď ALADIN na nasledujúce 3 dni. Zadajte buď station (ID stanice), alebo lat a lon (najbližšia stanica). Voliteľný parameter hours určuje počet hodinových krokov.
Coordinate responses include location_match (distance and station elevation). Optional max_distance_km (max 500) rejects matches that are too far.
Alias: /api/v1/weather with the same parameters.
Parameter
Description
station
Station ID. Alternative to lat + lon.
lat
Latitude (−90 to 90). Use together with lon.
lon
Longitude (−180 to 180). Use together with lat.
hours
Počet hodinových krokov v odpovedi.
max_distance_km
Maximum distance to the nearest station (lat/lon only).
Current weather as the hourly ALADIN step closest to the request time. This is not a live station observation — it is model guidance for “now”. Provide either station / stationId, or lat and lon.
Catalog of weather enums. Each entry has a stable code and a human-readable description. The same values appear in the weather field of hourly and daily forecasts. Day index date_index is 0 = Monday … 6 = Sunday (Europe/Bratislava).
Indicators derived from the hourly forecast (frost, heat, wind, heavy rain, snow, mixed precipitation, low-cloud mountain caution). These are not official SHMU warnings — every item has official: false and source_kind: "forecast".
Parameter
Description
station / lat+lon
Same rules as the forecast endpoint.
type
Comma-separated type filter, e.g. frost,wind,heavy_rain.
The default limit is 10 requests per minute for each endpoint and IP address. When exceeded, the API returns status 429 and a Retry-After header. Documentation routes are not rate-limited.