← Norway

Elhub Price Areas

GET /norway/elhub/price-areas

Norwegian price/bidding areas (NO1–NO5) from Elhub. JSON:API. Source: api.elhub.no (no auth).

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/norway/elhub/price-areas

Live Response

{
  "data": {
    "data": [
      {
        "attributes": {
          "country": "NO",
          "eic": "10YNO-3--------J",
          "name": "NO3"
        },
        "id": "NO3",
        "type": "price-areas"
      },
      {
        "attributes": {
          "country": "NO",
          "eic": "10Y1001A1001A48H",
          "name": "NO5"
        },
        "id": "NO5",
        "type": "price-areas"
      },
      {
        "attributes": {
          "country": "NO",
          "eic": "10YNO-4--------9",
          "name": "NO4"
        },
        "id": "NO4",
        "type": "price-areas"
      },
      {
        "attributes": {
          "country": "NO",
          "eic": "10YNO-1--------2",
          "name": "NO1"
        },
        "id": "NO1",
        "type": "price-areas"
      },
      {
        "attributes": {
          "country": "NO",
          "eic": "10YNO-2--------T",
          "name": "NO2"
        },
        "id": "NO2",
        "type": "price-areas"
      }
    ],
    "links": {
      "self": "https://api.elhub.no/energy-data/v0/price-areas"
    },
    "meta": {
      "created": "2026-06-26T17:20:28+02:00",
      "lastUpdated": "2026-06-26T17:20:28+02:00"
    }
  },
  "success": true
}