← Back to catalog
weather.current
live upstream$0.001 / callCurrent Conditions
Current temperature, wind, and weather code for a coordinate.
Input schema
latituderequired
numberlongituderequired
numberCall via REST
curl -X POST https://unifyapi.pro/api/call/weather.current \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"latitude":0,"longitude":0}'