Private BetaFound a bug or have feedback? Share it →

Timezone

Current time for any IANA timezone worldwide (e.g. America/Chicago, Europe/London). Free, no key required. Powered by timeapi.io.

Healthy
UtilitiesNo upstream key required

Base URL

https://api.apiclearinghouse.com/v1/call/timezone

Authenticate with X-Api-Key: chk_live_... header.

GET/current

Parameters

NameTypeRequiredDescription
timezonestringrequiredIANA timezone string (e.g. America/Chicago, Europe/London, Asia/Tokyo)

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/timezone/current?timezone={timezone}" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "date": "example",
    "time": "example",
    "datetime": "example",
    "timezone": "example",
    "dst_active": "example"
  }
}

Try it live

No setup required. Sign in and run Timezone directly from your browser.

Open in Explorer →

Rate Limits

Free10/min
Pro100/min
Elite500/min

Monthly limits also apply per plan.

Authentication

Pass your API key in the request header:

X-Api-Key: chk_live_...
Join the beta
← Back to catalog
timezone API Documentation — API Clearinghouse