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
{
"data": "..."
}MCP integration
API endpoints
/searchFritekst-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.
/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.