From 28958c06f5e5a5ff7670ecd0176fd24aec2e5016 Mon Sep 17 00:00:00 2001 From: deepshekhardas Date: Sat, 12 Sep 2026 13:56:34 +0530 Subject: [PATCH] feat: Add KNMI API Add KNMI Dutch weather API to Weather, alphabetically between IPMA and Meltema. Auth: apiKey, HTTPS: Yes, CORS: Unknown. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b32de659..2cb14d0f 100644 --- a/README.md +++ b/README.md @@ -2231,6 +2231,7 @@ API | Description | Auth | HTTPS | CORS | | [HG Weather](https://hgbrasil.com/status/weather) | Provides weather forecast data for cities in Brazil | `apiKey` | Yes | Yes | | [Hong Kong Obervatory](https://www.hko.gov.hk/en/abouthko/opendata_intro.htm) | Provide weather information, earthquake information, and climate data | No | Yes | Unknown | | [IPMA](https://api.ipma.pt/open-data/) | Portuguese weather and climate data | No | Yes | Unknown | +| [KNMI](https://developer.dataplatform.knmi.nl/) | Dutch weather, radar and climate data | `apiKey` | Yes | Unknown | | [Meltema](https://meltema.com/docs) | Multi-model weather: GFS, ECMWF AIFS/IFS and a 31-member GEFS ensemble, keyless point forecasts | No | Yes | No | | [Meteorologisk Institutt](https://api.met.no/weatherapi/documentation) | Weather and climate data | `User-Agent` | Yes | Unknown | | [Micro Weather](https://m3o.com/weather/api) | Real time weather forecasts and historic data | `apiKey` | Yes | Unknown |