Fri nettleie (grid tariffs per operator)
The community dataset kraftsystemet/fri-nettleie collects grid-tariff structures (capacity tiers, energy charges) per grid operator as YAML on GitHub. Migrated to a Firebase Function with a Firestore TTL cache (24h) that ingests and normalises all YAML files for pricing/energy-efficiency apps and business insights.
—
Data volume
Daily
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/operatorsListe netteiere/operatører
Show curl example
# GET https://data.ketl.no/api/connectors/fri-nettleie/operators
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/fri-nettleie/operators"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/tariffsTariffer inkl. kapasitetstrinn for én netteier (operator)
- operator required
- Nettselskap/operatør-ID
operator=elvia-as
Show curl example
# GET https://data.ketl.no/api/connectors/fri-nettleie/tariffs?operator=elvia-as
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/fri-nettleie/tariffs?operator=elvia-as"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/searchEnkel søkeflate over netteiere (query)
- query optional
- Søkestreng (2–80 tegn). Vinner over aliaset `q`.
query=elvia - q optional
- Alias for `query` (#4199). Ignoreres når `query` er satt.
q=elvia
Show curl example
# GET https://data.ketl.no/api/connectors/fri-nettleie/search
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/fri-nettleie/search"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.