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-04-29T20:16:26.644164+02:00",
8 "currentDate": "2026-04-29",
9 "unixTimestamp": 1777486586,
10 "dayOfYear": 119,
11 "weekNumber": 18,
12 "dayOfWeek": "Wednesday"
13}