World Time API
A simple API to get the current time based on a request with a timezone.
Base URL:
Auth: unknown
Endpoints: 12
Reachable: unknown
CORS: unknown
http://worldtimeapi.org/api/Auth: unknown
Endpoints: 12
Reachable: unknown
CORS: unknown
Endpoints
| Method | Path | Summary | Auth | Last Status | Latency |
|---|---|---|---|---|---|
GET |
/ip | request the current time based on the ip of the request. note: this is a "best guess" obtained from open-source data. | — | — | — |
GET |
/ip.txt | request the current time based on the ip of the request. note: this is a "best guess" obtained from open-source data. | — | — | — |
GET |
/ip/{ipv4} | request the current time based on the ip of the request. note: this is a "best guess" obtained from open-source data. | — | — | — |
GET |
/ip/{ipv4}.txt | request the current time based on the ip of the request. note: this is a "best guess" obtained from open-source data. | — | — | — |
GET |
/timezone | a listing of all timezones. | — | — | — |
GET |
/timezone.txt | a listing of all timezones. | — | — | — |
GET |
/timezone/{area} | a listing of all timezones available for that area. | — | — | — |
GET |
/timezone/{area}.txt | a listing of all timezones available for that area. | — | — | — |
GET |
/timezone/{area}/{location} | request the current time for a timezone. | — | — | — |
GET |
/timezone/{area}/{location}.txt | request the current time for a timezone. | — | — | — |
GET |
/timezone/{area}/{location}/{region} | request the current time for a timezone. | — | — | — |
GET |
/timezone/{area}/{location}/{region}.txt | request the current time for a timezone. | — | — | — |