Elhub Energy Data API v0 gir åpne, aggregerte tall for norsk kraftmarked: produksjon per gruppe, forbruk per gruppe og utveksling per MBA, alt på time-oppløsning per prisområde. Migrert til Firebase Function med Firestore TTL-cache (7d ferskt / 30d arkiv) for kostnadskontroll og lav latency. Brukes i revisjon (A), eiendom (G) og ESG/Scope 3-flater.
—
Datamengde
Daglig
Oppdatering
4
MCP-verktøy
{
"data": "..."
}/api/connectors/elhub/price-areasPrisområder NO1–NO5 med etikett
# GET https://data.ketl.no/api/connectors/elhub/api/connectors/elhub/price-areas
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/elhub/api/connectors/elhub/price-areas"Authentisert kall: legg til -H "x-api-key: ketl_…" eller -H "Authorization: Bearer …". Se /docs for full referanse.
/api/connectors/elhub/productionProduksjon per gruppe per time (area, start, end)
# GET https://data.ketl.no/api/connectors/elhub/api/connectors/elhub/production
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/elhub/api/connectors/elhub/production"Authentisert kall: legg til -H "x-api-key: ketl_…" eller -H "Authorization: Bearer …". Se /docs for full referanse.
/api/connectors/elhub/consumptionForbruk per gruppe per time (area, start, end)
# GET https://data.ketl.no/api/connectors/elhub/api/connectors/elhub/consumption
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/elhub/api/connectors/elhub/consumption"Authentisert kall: legg til -H "x-api-key: ketl_…" eller -H "Authorization: Bearer …". Se /docs for full referanse.
/api/connectors/elhub/exchangeUtveksling per MBA per time (area, start, end)
# GET https://data.ketl.no/api/connectors/elhub/api/connectors/elhub/exchange
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/elhub/api/connectors/elhub/exchange"Authentisert kall: legg til -H "x-api-key: ketl_…" eller -H "Authorization: Bearer …". Se /docs for full referanse.