World Time & Weather
Current weather, local time, UTC offset and DST rules for 400 cities as static JSON
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Yes
- Category
- Weather
- Documentation / URL
- https://worldtimeweather.com/api.html
Overview
World Time & Weather combines timezone and weather data for cities worldwide — keyless, CORS-enabled.
Note (verified 2026-08): the API 301-redirects to the trailing-slash version (
/api/) — follow redirects (curl -L).
Quick Start
City data (follow the redirect):
curl -L "https://worldtimeweather.com/api/"
{ "time": "2026-08-22T12:00:00", "weather": { "temp": 22, "condition": "Clear" } }
Authentication
None — keyless.
Rate Limits & Notes
- Free; be polite — no hard published limit.
- Combine time + weather for a location.
FAQ
Is World Time & Weather free? Yes — free and keyless.
Why 301?
The API canonicalizes to /api/ (verified) — use curl -L.
What does it return? Time and weather for cities.