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 22 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": "2001:1b60:2:240:3247::7",
  "datetime": "2024-04-22T18:12:09.355990+02:00",
  "day_of_week": 1,
  "day_of_year": 113,
  "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": 1713802329,
  "utc_datetime": "2024-04-22T16:12:09.355990+00:00",
  "utc_offset": "+02:00",
  "week_number": 17
}

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!

Try Saleor for free. The GraphQL Open Source e-commerce platform built with DX
in mind.
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.