← Back to catalog
weatherapi.search
mock data$0.001 / callLocation 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)
Input schema
qrequired
stringSearch query — partial city name for autocomplete (e.g. "lon" → London, "mos" → Moscow)
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>"}'