From c32e2511e9219bee438f77292a356fe7d603ed6a Mon Sep 17 00:00:00 2001 From: deepshekhardas Date: Sat, 12 Sep 2026 13:57:49 +0530 Subject: [PATCH] feat: Add Meteo-France API Add Meteo-France weather API to Weather, alphabetically between Meltema and Meteorologisk Institutt. Auth: apiKey, HTTPS: Yes, CORS: Unknown. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b32de659..be715393 100644 --- a/README.md +++ b/README.md @@ -2232,6 +2232,7 @@ API | Description | Auth | HTTPS | CORS | | [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 | | [Meltema](https://meltema.com/docs) | Multi-model weather: GFS, ECMWF AIFS/IFS and a 31-member GEFS ensemble, keyless point forecasts | No | Yes | No | +| [Météo-France](https://portail-api.meteofrance.fr/) | French weather forecasts and alerts | `apiKey` | Yes | Unknown | | [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 | | [ODWeather](http://api.oceandrivers.com/static/docs.html) | Weather and weather webcams | No | No | Unknown |