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

Submitted URL: http://worldtimeapi.org/
Effective URL: https://worldtimeapi.org/
Submission Tags: falconsandbox
Submission: On May 06 via api from US — 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": "2a01:4a0:1338:92::12",
  "datetime": "2024-05-06T02:57:28.601716+02:00",
  "day_of_week": 1,
  "day_of_year": 127,
  "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": 1714957048,
  "utc_datetime": "2024-05-06T00:57:28.601716+00:00",
  "utc_offset": "+02:00",
  "week_number": 19
}

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!

View DOCX files in a React Web App. Try it with Apryse today.
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.