← Back to catalog
weatherapi.current
mock data$0.001 / callCurrent Weather
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
qrequired
stringLocation query — city name (e.g. "London"), coordinates ("48.8,2.35"), US zip ("10001"), UK postcode ("SW1"), IP address, or IATA airport code ("JFK")
Call via REST
curl -X POST https://unifyapi.pro/api/call/weatherapi.current \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"q":"<q>"}'