Meteo: Get Forecast
Meteo via Parse · weather
Fetch detailed weather forecast data for a location. Returns a time series of hourly meteorological parameters (temperature, dew point, pressure, wind speed/direction, precipitation, cloud cover, visibility, humidity) aligned by date_time. Either location or both lat and lon must be provided. The model auto-selects um4_60 for Central Europe coordinates or gfs otherwise. UM models cover Central Europe only; requesting them for out-of-range coordinates returns empty data. API to extract detailed weather forecasts from meteo.pl (ICM UW) including temperature, pressure, wind, precipitation, and cloud data for multiple models (UM, GFS). Fulfilled by Parse from meteo.pl.
- government-public
- maps-geo
- meteo
- meteo-pl
- parse
- platform-key
- weather
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- weather
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/42cc9553-a71b-4a4e-820c-56bbd6760c9d/get_forecast
- Interface artifact
- sha256:ab153f821f06d603ad8af5594d83b8774e3645c8807a77cc982e0d8320ba9392
- Manifest digest
- sha256:f3f26c7b1d1796c34ee790f84de0378bbe988d835c563f7e5819a53e97585711
Request fields
- lat (number): Latitude. Required if location is not provided.
- lon (number): Longitude. Required if location is not provided.
- date (integer): Unix timestamp of the forecast run. If omitted, uses the latest available run. Valid values from get_available_forecasts.
- model (string): Forecast model to use.
- location (string): Location name (city). Coordinates will be resolved via geocoding. Required if lat and lon are not provided.
Example queries
- {"location":"Warsaw"}