UnifyAPI
← Back to catalog

worldclock.zones

mock data$0.001 / call

List All Timezones

List all 597 IANA timezone names. Use for timezone validation and discovery (TimeAPI.io)

Geo & Mapsprovider: Worldclock#worldclock#geo

Input schema

filter

Optional prefix filter for timezone names (e.g. "America", "Europe", "Asia"). Returns all 597 zones if omitted.

string

Call via REST

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

Try it

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