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. GeoNorge map catalogue
GeographyStandardCC-BY-4.0

GeoNorge map catalogue

GeoNorge (the Norwegian Mapping Authority) is Norway's national catalogue for geographic information: datasets, map services (WMS/WFS), downloads and product sheets from Kartverket, the Environment Agency, NVE, NGU and other geodata agencies. The map catalogue API offers free-text search with a type facet and full ISO 19115 metadata per UUID (organisation, themes, distribution formats, access restrictions). A discovery engine for Norwegian geodata — the gateway to the DOK datasets (the public map base). Open API, no auth.

—

Data volume

Daily

Updates

3

MCP tools

Example response — /connectors/geonorge/search
{
  "data": "..."
}

MCP integration

Available MCP tools
geonorge.catalog.search
geonorge.dataset.downloads
geonorge.metadata.get
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "geonorge": {
      "url": "https://data.ketl.no/mcp/geonorge",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

API endpoints

GET
/search

Fritekst-søk i kartkatalogen (datasett, tjenester, nedlastinger)

text required
Fritekst-søkestreng (norsk) text=matrikkel
limit optional
Antall treff (1–100) limit=20
offset optional
Paginering-offset (0–10000) offset=0
type optional
Filtrer på metadatatype type=dataset
Show curl example
# GET https://data.ketl.no/api/connectors/geonorge/search?text=matrikkel
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/geonorge/search?text=matrikkel"

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

GET
/dataset/{uuid}

Full ISO 19115-metadata for én katalogoppføring

Show curl example
# GET https://data.ketl.no/api/connectors/geonorge/dataset/{uuid}
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/geonorge/dataset/{uuid}"

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

Access and pricing

GeoNorge map catalogue is openly available — create an account to get started.

geodatakartkatalogwmswfsdokkartverket
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 3c86f6f3