TimeAPI.io

Current time, time-zone and conversion by zone

AUTH NONECORS AGENT ?HTTPS COMMERCIAL ?

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.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
ON PROBE SCHEDULE

We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗

Uptime historystarts after first probe

On our probe schedule. Uptime charts appear after the first check lands.

Example responsefrom provider docs — not verified by us
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"
}
Call itcurl · fetch · python
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())
Endpoints · 6On scheduleFULL DOCS ↗
On schedule — GET /Time/current/zone?timeZone=UTC awaits first probe
GET/Time/current/zone?timeZone=UTCPROBED

Current time, time-zone and conversion by zone

GET/Time

Time — documented GET route.

GET/Time/1

Time details by ID (example: 1).

GET/Time?limit=10

Time — documented GET route.

GET/Time/search?q=test

Search by query parameters.

GET/Time/current/zone?limit=5

Zone — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

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.