From 22ec7036ced7b23f590ef0584cc593793319c83b Mon Sep 17 00:00:00 2001 From: Ashika Rai N Date: Wed, 29 Apr 2026 20:26:35 +0530 Subject: [PATCH] Add Pirate Weather API to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22c4ced5..39da22da 100644 --- a/README.md +++ b/README.md @@ -1884,6 +1884,7 @@ API | Description | Auth | HTTPS | CORS | | [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 | | [Yandex.Weather](https://yandex.com/dev/weather/) | Assesses weather condition in specific locations | `apiKey` | Yes | No | +| [Pirate Weather](https://pirateweather.net/en/latest/) | Free weather API with forecast data similar to Dark Sky | No | Yes | Yes | **[⬆ Back to Index](#index)**