No-signup Clock API — no API keys + CORS
If you’ve ever battled, this is worth bookmarking.
Here’s a DEV write-up on a public world time API that doesn’t require sign-ups or API keys, and it’s ready for server verified time for frontend browser fetch.
Highlights:
- DST + offsets included
- IP-based timezone detection endpoint
- Simple GET requests
Link: https://dev.to/time-now-api/i-built-a-free-open-world-time-api-no-api-keys-cors-enabled-5en
If you’re building apps that need a trusted time source. Hope it helps.