TimeAPI.io

Current time, time-zone and conversion by zone

💬 Social & WorkHEALTHYchecked 3h ago
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.

87HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 87 · healthy
Uptime history
100%90 days
100%30 days
1040P50 · ms
3967P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 152 ms, slowest 2067 ms, most recent 176 ms.
Live response samplecaptured by our last successful check
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 · 6HealthyFULL DOCS ↗
Monitored path responding — GET /Time/current/zone?timeZone=UTC1040 mschecked 3h ago
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

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

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?

As of our last scheduled check, TimeAPI.io is healthy with 100% uptime over 90 days and a 1040 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.