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. Norwegian emissions (the Norwegian Environment Agency)
EnvironmentStandardNLOD

Norwegian emissions (the Norwegian Environment Agency)

The Norwegian Environment Agency's norskeutslipp.no — a facility register plus emissions to air and water per component and year, linked to organisation numbers. A central source for ESG/CSRD/Scope 3 and audit. Migrated to a Firebase Function with a Firestore TTL cache (365d, annual publication) for cost control. The CSV parser handles `;` and Norwegian decimal commas. NLOD.

—

Data volume

Yearly

Updates

4

MCP tools

Example response — /api/connectors/norske-utslipp/facilities
{
  "data": "..."
}

MCP integration

Available MCP tools
norske_utslipp.air
norske_utslipp.facilities
norske_utslipp.search
norske_utslipp.water
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "norske-utslipp": {
      "url": "https://data.ketl.no/mcp/norske-utslipp",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on Norwegian emissions (the Norwegian Environment Agency) data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

Norwegian continental shelf
Oil and gas production, fields, wells and production licences.
Norwegian emissions
Search the Norwegian Environment Agency's emissions register — find facilities by name or org number and view historical emissions to air and water (CO2, NOX, SO2 and more) per year. CSRD-relevant Scope 1 data.
Emissions map
Interactive map of reported industrial emissions per facility. Filter by municipality and medium (air/water), click a marker to see emission volumes per substance. CSRD/ESG-relevant.

API endpoints

GET
/facilities

Anleggsregister (navn, kommune, fylke, bransje, koordinater)

Show curl example
# GET https://data.ketl.no/api/connectors/norske-utslipp/facilities
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/norske-utslipp/facilities"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/air

Utslipp til luft per anlegg (facilityId, yearFrom, yearTo)

facilityId required
Anleggs-ID facilityId=12345
yearFrom required
Fra-årstall (1990–2100) yearFrom=2020
yearTo required
Til-årstall (≥ yearFrom, ≤ 2100) yearTo=2022
Show curl example
# GET https://data.ketl.no/api/connectors/norske-utslipp/air?facilityId=12345&yearFrom=2020&yearTo=2022
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/norske-utslipp/air?facilityId=12345&yearFrom=2020&yearTo=2022"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/water

Utslipp til vann per anlegg (facilityId, yearFrom, yearTo)

facilityId required
Anleggs-ID facilityId=12345
yearFrom required
Fra-årstall (1990–2100) yearFrom=2020
yearTo required
Til-årstall (≥ yearFrom, ≤ 2100) yearTo=2022
Show curl example
# GET https://data.ketl.no/api/connectors/norske-utslipp/water?facilityId=12345&yearFrom=2020&yearTo=2022
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/norske-utslipp/water?facilityId=12345&yearFrom=2020&yearTo=2022"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/search

Anleggssøk på fritekst (anleggsnavn)

query optional
Fritekstsøk mot anleggsnavn. Vinner over aliaset `q`. Kilden har ikke organisasjonsnummer — søk på anleggs- eller selskapsnavn. query=Equinor
q optional
Alias for `query`. Ignoreres når `query` er satt. q=Equinor
Show curl example
# GET https://data.ketl.no/api/connectors/norske-utslipp/search
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/norske-utslipp/search"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

Access and pricing

Norwegian emissions (the Norwegian Environment Agency) is openly available — create an account to get started.

norgeutslippmiljoesgcsrdscope3industri
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