UnifyAPI
← Back to catalog

worldclock.current

mock data$0.001 / call

Current Time by Timezone

Get current date, time, and day of week for any IANA timezone. DST-aware. No auth, free, unlimited (TimeAPI.io)

Geo & Mapsprovider: Worldclock#worldclock#geo

Input schema

timezonerequired

IANA timezone name (e.g. "America/New_York", "Europe/London", "Asia/Tokyo", "UTC")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/worldclock.current \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"timezone":"<timezone>"}'

Try it

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