Current Weather
weather.weatherapi.currentRetrieve current weather conditions for any location using city name, coordinates, zip code, or airport code. Includes temperature, wind, humidity, pressure, UV index, cloud cover, and feels-like temp.
Instructions
Get current weather conditions for any location worldwide — temperature, wind, humidity, pressure, UV index, cloud cover, feels-like temp. Accepts city name, coordinates, zip code, or airport code. 100K+ stations globally (WeatherAPI.com)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Location query — city name (e.g. "London"), coordinates ("48.8,2.35"), US zip ("10001"), UK postcode ("SW1"), IP address, or IATA airport code ("JFK") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |