Utilities
World Time
Get the current time and related data for any timezone.
4
Endpoints
—
Status
—
Latency
CODE EXAMPLES
JavaScript (Fetch)
fetch('http://worldtimeapi.org/api/ip/8.8.8.8', {
method: 'GET',
headers: {},
})
.then(response => response.json())
.then(data => console.log(data));cURL
curl -X GET 'http://worldtimeapi.org/api/ip/8.8.8.8'World Time
0.0%
UTILITIES
Get the current time and related data for any timezone.
PERFORMANCE TELEMETRY
RATE LIMITSCHECK DOCS
API TESTING INTERFACE
READY
SIGN IN TO EXECUTE TEST
Please sign in to test API endpoints
RESPONSE TELEMETRY
Execute API test to view telemetry data