← Back to catalog
worldclock.current
mock data$0.001 / callCurrent Time by Timezone
Get current date, time, and day of week for any IANA timezone. DST-aware. No auth, free, unlimited (TimeAPI.io)
Input schema
timezonerequired
stringIANA timezone name (e.g. "America/New_York", "Europe/London", "Asia/Tokyo", "UTC")
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>"}'