UnifyAPI
← Back to catalog

weather.current

live upstream$0.001 / call

Current Conditions

Current temperature, wind, and weather code for a coordinate.

Weatherprovider: Open-Meteo#weather#current#live

Input schema

latituderequired
number
longituderequired
number

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

Try it

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