Weather forecast
v1_weatherWeather forecast: Current conditions, the next 12 hours with rain probability, a multi-day forecast, and a plain answer to "will it rain". Source: Open-Meteo / NWS. $0.005 per call · GET /v1/weather
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Place name, resolved and echoed back: 'London' returns location 'London, United Kingdom'. Use this OR lat/lon.. Example: 'London'. | |
| lat | No | Latitude, if you already have coordinates. Example: '51.5'. | |
| lon | No | Longitude, if you already have coordinates. Example: '-0.13'. | |
| days | No | Forecast days 1-16 (default 3). Example: '3'. |