API Reference
Explore all ChronoKit API endpoints. Time, date, astronomy, weather, geography, and more.
Manage your API keys, billing, and usage stats in your account.
Go to AccountLive responses
GEThttps://chronokit.io/api/v1/time?tz=Europe/Amsterdam
1{
2 "timezone": "Europe/Amsterdam",
3 "abbreviation": "CEST",
4 "offset": "+02:00",
5 "offsetHours": 2,
6 "isDST": true,
7 "currentTime": "2026-06-14T03:46:42.405895+02:00",
8 "currentDate": "2026-06-14",
9 "unixTimestamp": 1781401602,
10 "dayOfYear": 165,
11 "weekNumber": 24,
12 "dayOfWeek": "Sunday"
13}