current_weather
Get current weather conditions for any location using coordinates, city name, or zip code. Returns temperature, humidity, wind speed, and more in your chosen units and language.
Instructions
Fetch current weather data using coordinate value, place name or zip code
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lon | No | Longitude coordinate(Note. lat and lon value has priority over both place and zip value). use the lat and lon for more accurate and reliable weather data | 0 |
| lat | No | Latitude coordinate(Note. lat and lon value has priority over both place and zip value). use the lat and lon for more accurate and reliable weather data | 0 |
| place | No | City name, state code (only for the US) and country code divided by comma use like Zion,VA,US . Please use ISO 3166 country codes. Note. place value has priority over zip value | |
| zip | No | Zip code with optional country code(Note. Zip value will only be used if both lat,lon and place name not provided) | |
| units | No | Unit type (standard, metric, and imperial) | |
| lang | No | Language type | |
| mode | No | Mode type |