We use cookies for authentication and — with your consent — for analytics. Read more.

Skip to content
KETL Data
DataAppsMCPSign in
  1. Home
  2. Data catalogue
  3. Fri nettleie (grid tariffs per operator)
EnergyStandardCC0

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

Example response — /api/connectors/fri-nettleie/operators
{
  "data": "..."
}

MCP integration

Available MCP tools
fri_nettleie.operators
fri_nettleie.search
fri_nettleie.tariffs
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "fri-nettleie": {
      "url": "https://data.ketl.no/mcp/fri-nettleie",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on Fri nettleie (grid tariffs per operator) data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

Grid tariffs
Look up your grid operator and view current grid tariffs — fixed charge, energy charge and capacity tiers. Data from the fri-nettleie register (kraftsystemet.no).

API endpoints

GET
/operators

Liste 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.

GET
/tariffs

Tariffer 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.

GET
/search

Enkel 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.

Access and pricing

Fri nettleie (grid tariffs per operator) is openly available — create an account to get started.

norgeenerginettleietariffkraftdugnad
KETL Data

Nordic open-data and compliance infrastructure. Source, rule and confidence on every answer.

Product links

  • Data
  • Apps
  • MCP
  • Contact

Legal links

  • AI transparency
  • Privacy
  • Terms
  • SLA
  • Cookies
  • Security

© 2026 KETL Data

build 8f3b7512