whatisthetime.now
**7 endpoints, one key:** - `/time/:city` - Current time with DST status for any of 990 cities - `/convert` - Convert any time between cities (handles half-hour offsets correctly) - `/compare/:city1/:city2` - Time difference + business hours overlap window - `/dst/:country` - DST transition dates and current status for any country - `/sunrise/:city` - Sunrise, sunset, solar noon, day length -…
whatisthetime.now endpoints
| Method | Endpoint | Description |
|---|---|---|
| time | ||
| GET |
getTime /time/{city} |
|
| convert | ||
| GET |
convertTime /convert |
|
| compare | ||
| GET |
compareCities /compare/{city1}/{city2} |
|
| dst | ||
| GET |
getDST /dst/{country} |
|
| sunrise | ||
| GET |
getSunrise /sunrise/{city} |
|
| timezone | ||
| GET |
getTimezone /timezone/{area}/{location} |
|
| search | ||
| GET |
searchCities /search |
|
whatisthetime.now pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 30 / minute |
|
| PRO | Free | 300 / second |
|
| ULTRA | $39 / month | 600 / second |
|
| MEGA | $69 / month | 1000 / second |
|