From 49bcda11536a4a39646a3c64f0c3550b6fd89559 Mon Sep 17 00:00:00 2001 From: jalcodev Date: Thu, 27 Aug 2026 16:23:01 +0200 Subject: [PATCH 1/2] Add GridHub API to Environment --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e762d6a4..6add88c0 100644 --- a/README.md +++ b/README.md @@ -825,6 +825,7 @@ API | Description | Auth | HTTPS | CORS | | [Cloverly](https://www.cloverly.com/carbon-offset-documentation) | API calculates the impact of common carbon-intensive activities in real time | `apiKey` | Yes | Unknown | | [CO2 Offset](https://co2offset.io/api.html) | API calculates and validates the carbon footprint | No | Yes | Unknown | | [Danish data service Energi](https://www.energidataservice.dk/) | Open energy data from Energinet to society | No | Yes | Unknown | +| [GridHub](https://grid-hub.app/developers) | Live electricity prices, demand, generation mix and carbon intensity across 25 grids | `apiKey` | Yes | Yes | | [GrünstromIndex](https://gruenstromindex.de/) | Green Power Index for Germany (Grünstromindex/GSI) | No | No | Yes | | [IQAir](https://www.iqair.com/air-pollution-data-api) | Air quality and weather data | `apiKey` | Yes | Unknown | | [kanari](https://kanari.io/en/api) | Real-time worldwide wildfire detections, water bomber tracking and open fire archive | No | Yes | Yes | From a245649cff0b5e17c955222667d9a687b9b6863b Mon Sep 17 00:00:00 2001 From: jalcodev Date: Wed, 2 Sep 2026 12:32:28 +0200 Subject: [PATCH 2/2] Correct GridHub description to metrics available in all zones --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6add88c0..1ffda07d 100644 --- a/README.md +++ b/README.md @@ -825,7 +825,7 @@ API | Description | Auth | HTTPS | CORS | | [Cloverly](https://www.cloverly.com/carbon-offset-documentation) | API calculates the impact of common carbon-intensive activities in real time | `apiKey` | Yes | Unknown | | [CO2 Offset](https://co2offset.io/api.html) | API calculates and validates the carbon footprint | No | Yes | Unknown | | [Danish data service Energi](https://www.energidataservice.dk/) | Open energy data from Energinet to society | No | Yes | Unknown | -| [GridHub](https://grid-hub.app/developers) | Live electricity prices, demand, generation mix and carbon intensity across 25 grids | `apiKey` | Yes | Yes | +| [GridHub](https://grid-hub.app/developers) | Live wholesale electricity prices and demand across 25 grid zones | `apiKey` | Yes | Yes | | [GrünstromIndex](https://gruenstromindex.de/) | Green Power Index for Germany (Grünstromindex/GSI) | No | No | Yes | | [IQAir](https://www.iqair.com/air-pollution-data-api) | Air quality and weather data | `apiKey` | Yes | Unknown | | [kanari](https://kanari.io/en/api) | Real-time worldwide wildfire detections, water bomber tracking and open fire archive | No | Yes | Yes |