UnifyAPI
← Back to catalog

weatherapi.search

mock data$0.001 / call

Location Search

Search and autocomplete location names — returns matching cities with coordinates. Type partial name (e.g. "lon" → London, "mos" → Moscow). Use result coordinates with other weather tools (WeatherAPI.com)

Weatherprovider: Weatherapi#weatherapi#weather

Input schema

qrequired

Search query — partial city name for autocomplete (e.g. "lon" → London, "mos" → Moscow)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/weatherapi.search \
  -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.