UnifyAPI
← Back to catalog

geo.timezone

live upstream$0.001 / call

Timezone Lookup

Return the timezone and current local time for a coordinate.

Geo & Mapsprovider: Mapbox#geo#timezone

Input schema

latituderequired
number
longituderequired
number

Call via REST

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