No-signup Clock API — no API keys + CORS
If timezones have ever made you suffer, this might help.
This DEV post shares a free world time API that doesn’t require sign-ups or API keys, and it’s ready for browser fetch. timezone + DST API
Nice bits:
- Offsets + dst flag included
- an /ip endpoint for timezone auto-detect
- Simple GET requests
Read it here: https://dev.to/time-now-api/i-built-a-free-open-world-time-api-no-api-keys-cors-enabled-5en
Useful for global scheduling. Cheers.