UnifyAPI
← Back to catalog

weatherapi.current

mock data$0.001 / call

Current 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)

Weatherprovider: Weatherapi#weatherapi#weather

Input schema

qrequired

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")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.