Timestamp API
This API provides endpoints to: - Check API status and uptime - Find timezone regions by coordinates - List all timezone regions and their bounding boxes - Find the nearest timezone region or city to a point - List all cities in a region, within a radius, by UTC offset, or with DST - Find the northernmost, southernmost, easternmost, and westernmost cities for a UTC offset
Timestamp API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
API status /status |
API status |
| GET |
All timezones /tz_regions |
All timezones |
| GET |
The nearest region to the given point /tz_region |
The nearest region to the given point |
| GET |
All cities with the specified UTC offset /tz_region_cities |
All cities with the specified UTC offset |
| GET |
All cities nearest the point /cities_nearest |
All cities nearest the point |
| GET |
All cities/timezones within the specified radius /cities_in_radius |
All cities/timezones within the specified radius |
| GET |
All cities in UTC offset /cities_by_utc_offset |
All cities in UTC offset |
| GET |
City extremes by offset /city_extremes |
City extremes by offset |
Timestamp API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | $50 / month | 60 / minute |
|
| ULTRA | $250 / month | 60 / minute |
|