imgw_synop
Retrieve current weather station data from IMGW-PIB for Poland, including temperature, wind, humidity, and precipitation for all stations or specific locations.
Instructions
Retrieve current synoptic (weather) station readings from IMGW-PIB (danepubliczne.imgw.pl). Returns JSON with temperature, wind speed, humidity, pressure, precipitation, and more for all active synoptic stations in Poland, or for a single station when station_id or station_name is provided. Data is refreshed roughly every hour. station_id: numeric SYNOP station identifier (e.g. 12500 for Jelenia Góra). station_name: station name without Polish diacritic characters (e.g. 'jeleniagora'). Providing both station_id and station_name — station_id takes precedence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| station_id | No | Numeric synoptic station ID, e.g. '12500'. Overrides station_name if both given. | |
| station_name | No | Station name without Polish diacritics, e.g. 'jeleniagora', 'warszawa', 'krakow'. |