Add World Time & Weather API (Weather)

Adds World Time & Weather - a free static JSON API with local time, UTC offset, DST rules (winter/summer offsets), current weather and monthly climate normals (2021-2025) for 400 cities in 199 countries. No API key, no rate limit (plain static files regenerated every 30 min), HTTPS and CORS enabled. Docs: https://worldtimeweather.com/api.html Example: https://worldtimeweather.com/api/v1/city/madrid.json
This commit is contained in:
50439
2026-08-16 14:51:20 +03:00
committed by GitHub
parent 4f6e03bc47
commit e667ef81ce
+1
View File
@@ -2153,6 +2153,7 @@ API | Description | Auth | HTTPS | CORS |
| [weather-api](https://github.com/robertoduessmann/weather-api) | A RESTful free API to check the weather | No | Yes | No |
| [WeatherAPI](https://www.weatherapi.com/) | Weather API with other stuff like Astronomy and Geolocation API | `apiKey` | Yes | Yes |
| [Weatherbit](https://www.weatherbit.io/api) | Weather | `apiKey` | Yes | Unknown |
| [World Time & Weather](https://worldtimeweather.com/api.html) | Current weather, local time, UTC offset and DST rules for 400 cities as static JSON | No | Yes | Yes |
| [wttr.in](https://wttr.in/:help) | Weather in your terminal, supports JSON output | No | Yes | Yes |
| [Yandex.Weather](https://yandex.com/dev/weather/) | Assesses weather condition in specific locations | `apiKey` | Yes | No |