Timezone API
The 7x Timezone API maps a latitude / longitude pair to one or more IANA timezone identifiers, including coastal and disputed regions that resolve to multiple zones.
Pair it with the 7x Date and Time API to convert any location on Earth into a current local timestamp without shipping a timezone database.
Common use cases
- Convert a GPS coordinate to a usable IANA timezone
- Stamp user events with the correct local timezone
- Schedule reminders at the right wall-clock time per user location
- Detect timezone for a delivery or pickup address
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /timezone | Timezone(s) for a latitude / longitude pair. |
Try it - full API reference
Explore the OpenAPI specification below. Sign up for a free API key to make live requests.