World Time API

Worldwide access to timezone information, current time, IP to timezone conversion and more.

Global Coverage
Access time data for any timezone worldwide

Get accurate time information for all 500+ timezones across the world.

Fast & Reliable
Lightning-fast responses with 99.9% uptime

Our API is distributed across multiple locations, ensuring minimal latency for users worldwide.

Simple JSON API
Easy to integrate with any application

RESTful API with clean JSON responses. Fully backwards compatible with worldtimeapi.org.

Scale as you go
Ready for personal and commercial use.

Generous free tier with affordable pricing if you need more requests.

Example

GET
https://gateway.timeapi.world/timezone/America/Chicago
{
  "abbreviation": "CDT",
  "datetime": "2025-09-21T08:05:23.449-05:00",
  "day_of_week": 0,
  "day_of_year": 264,
  "dst": true,
  "dst_from": "2025-03-09T08:00:00+00:00",
  "dst_offset": 3600,
  "dst_until": "2025-11-02T07:00:00+00:00",
  "raw_offset": -21600,
  "timezone": "America/Chicago",
  "unixtime": 1758459923,
  "utc_datetime": "2025-09-21T13:05:23.449+00:00",
  "utc_offset": "-05:00",
  "week_number": 38,
  "client_ip": "216.73.216.182"
}