TimeAPI.io
Current time, time-zone and conversion by zone
TimeAPI.io returns the current date-time for any IANA time zone plus conversion, day-of-week and DST helpers. Free and keyless JSON — a modern option for scheduling apps that need reliable time-zone math without bundling tzdata.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗
On our probe schedule. Uptime charts appear after the first check lands.
GET https://timeapi.io/api/Time/current/zone?timeZone=UTC
{
"year": 2026,
"month": 7,
"day": 5,
"hour": 15,
"minute": 37,
"seconds": 25,
"milliSeconds": 327,
"dateTime": "2026-07-05T15:37:25.3273451"
}curl "https://timeapi.io/api/Time/current/zone?timeZone=UTC"const res = await fetch("https://timeapi.io/api/Time/current/zone?timeZone=UTC");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://timeapi.io/api/Time/current/zone?timeZone=UTC")
print(res.json())/Time/current/zone?timeZone=UTCPROBEDCurrent time, time-zone and conversion by zone
/TimeTime — documented GET route.
/Time/1Time details by ID (example: 1).
/Time?limit=10Time — documented GET route.
/Time/search?q=testSearch by query parameters.
/Time/current/zone?limit=5Zone — documented GET route.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Not tracked yet. Shape-change history starts once this API joins our probe schedule.
TimeAPI.io: common questions
Is TimeAPI.io free to use?
Yes — TimeAPI.io is a free social & work API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.
Does TimeAPI.io need an API key?
No — TimeAPI.io needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).
Can I call TimeAPI.io from the browser?
Yes — TimeAPI.io returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.
Is TimeAPI.io up right now?
TimeAPI.io is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.