Timezone Lookup
The Timezone API covers coordinates, IPs, cities, local-time conversion, DST, business-hours overlap, timezone boundaries, and scheduling helpers. Every endpoint is designed around rich timezone and time metadata so callers get multiple ready-to-use time formats in one response.
Timezone Lookup endpoints
| Method | Endpoint | Description |
|---|---|---|
| Timezone | ||
| GET |
/v1/timezone/lookup /v1/timezone/lookup |
Resolve a timezone from coordinates and return rich current time metadata for that location. |
| GET |
/v1/timezone/ip /v1/timezone/ip |
Resolve timezone, local time, city, and country metadata from an IP address. |
| GET |
/v1/timezone/city /v1/timezone/city |
Resolve timezone and current local time by city name with optional country narrowing. |
| GET |
/v1/timezone/time/now /v1/timezone/time/now |
Return the current local time in multiple useful formats for any valid IANA timezone. |
| GET |
/v1/timezone/time/convert /v1/timezone/time/convert |
Interpret a local datetime in the source timezone and convert it into the destination timezone. |
| GET |
/v1/timezone/time/overlap /v1/timezone/time/overlap |
Calculate the current-day business-hours overlap between two real timezones with UTC and local windows. |
| GET |
/v1/timezone/time/business-hours /v1/timezone/time/business-hours |
Check whether a timezone is inside default business hours and return the evaluated local time. |
| GET |
/v1/timezone/boundary /v1/timezone/boundary |
Return boundary GeoJSON for a timezone together with current timezone metadata. |
| GET |
/v1/timezone/list /v1/timezone/list |
List all supported timezones with current offset, DST support, and current local time snapshots. |
| GET |
/v1/timezone/list/country /v1/timezone/list/country |
List all timezones for a country code with current local time snapshots. |
| POST |
/v1/timezone/schedule/optimize /v1/timezone/schedule/optimize |
Recommend the best meeting windows across multiple timezones with rich UTC and local time views. |
Timezone Lookup pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|