worldtimeapi.org Open in urlscan Pro
2a09:8280:1::3:e  Public Scan

Submitted URL: http://worldtimeapi.org/
Effective URL: https://worldtimeapi.org/
Submission: On April 14 via manual from PH — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

WORLD TIME API

Examples Schema Spec FAQs

WorldTimeAPI is a simple web service which returns the current local time for a
given timezone as either plain-text or JSON.

# curl "http://worldtimeapi.org/api/timezone/Europe/Berlin"

{
  "abbreviation": "CEST",
  "client_ip": "2001:ac8:20:3d00:1011:75b:981f:8f7",
  "datetime": "2024-04-14T11:25:41.060935+02:00",
  "day_of_week": 0,
  "day_of_year": 105,
  "dst": true,
  "dst_from": "2024-03-31T01:00:00+00:00",
  "dst_offset": 3600,
  "dst_until": "2024-10-27T01:00:00+00:00",
  "raw_offset": 3600,
  "timezone": "Europe/Berlin",
  "unixtime": 1713086741,
  "utc_datetime": "2024-04-14T09:25:41.060935+00:00",
  "utc_offset": "+02:00",
  "week_number": 15
}

Additional information is also provided, including whether that timezone is
currently in Daylight Savings Time, when DST starts and ends, the UTC offset,
etc.

The full list of timezones can be found here, and further details about this
service can be found in the FAQs.

Show your support with a donation!

Build your backend in minutes Appwrite: open-source Firebase alternative. Get
started
Ads by EthicalAds

🍪 We don't use cookies! More details in our Privacy Policy.

Home Spec Examples Schema FAQs Privacy Changelog Donate

Version: 0.6.9

Copyright © 2024. All rights reserved.