Public World Time API — no API keys for frontend
If you ever fought, this might help.
Here’s a DEV write-up on a public world time API that works without accounts or API keys, check here and it’s CORS-enabled.
What I liked:
- 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
Useful for frontend countdowns. Happy coding.