From e667ef81ce3d94a95296e5565b58493c152f6bcf Mon Sep 17 00:00:00 2001 From: 50439 <35639504+50439@users.noreply.github.com> Date: Sun, 16 Aug 2026 14:51:20 +0300 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index adda625b..1f34313a 100644 --- a/README.md +++ b/README.md @@ -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 |