Get meteoblue weather forecast
get_forecastGet weather forecast JSON for a place name, postal code, IATA/ICAO code, or coordinates. Choose packages, forecast days, units, timezone, and language for tailored results.
Instructions
Get meteoblue forecast JSON by place name or coordinates. Place names are resolved through the Location Search API. Only packages documented for the Free Weather API are accepted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | en | |
| latitude | No | WGS84 latitude; required with longitude when location is omitted | |
| location | No | Place name, postal code, IATA, or ICAO code; resolved with meteoblue Location Search | |
| packages | No | ||
| timezone | No | IANA timezone such as Europe/Paris; auto-detected when omitted | |
| elevation | No | Elevation above sea level in metres | |
| longitude | No | WGS84 longitude; required with latitude when location is omitted | |
| countryCode | No | ||
| historyDays | No | ||
| forecastDays | No | ||
| windSpeedUnit | No | km/h | |
| temperatureUnit | No | C | |
| precipitationUnit | No | metric |