Zephiel API

Timezone

Free tier

IANA timezones, offsets, and DST transitions anywhere on earth.

4.512 reviewsby Zephiel Labs13k subscribers
timezonedsttzdataschedulingutc

Starts at

$8/mo

Choose a plan

Create a free account to subscribe.

Latency
33ms
Uptime
99.99%
Endpoints
3

About this API

Resolve a coordinate, IP, or place name to its IANA zone with the current UTC offset, DST status, next transition timestamp, and localized time formatting, backed by a tzdata mirror updated within hours of each release.

Common use cases

Meeting schedulers
Global notifications
Log normalization
Booking systems

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/timezone-api/zone" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "zone": "Africa/Lagos",
  "utc_offset": "+01:00",
  "dst_active": false,
  "local_time": "2026-08-26T15:04:22+01:00"
}

Related APIs in Location & Geo