The Geological Survey of Norway (NGU)
Geological maps, groundwater data, radon maps, sediment maps and mineral resources. Important for the construction industry, planning authorities and mining.
—
Data volume
Quarterly
Updates
4
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/geologyPlannedBerggrunnskart
Show curl example
# GET https://data.ketl.no/api/connectors/ngu/geology
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/ngu/geology"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/groundwaterGrunnvannsdata
- municipality optional
- Kommunenummer (4 siffer). Minst én av municipality/county/(lat&lon)
municipality=0301 - kommunenr optional
- Alias for `municipality`. `municipality` vinner hvis begge er gitt.
kommunenr=0301 - county optional
- Fylkesnummer
county=03 - fylkenr optional
- Alias for `county`. `county` vinner hvis begge er gitt.
fylkenr=03 - lat optional
- Breddegrad (med lon)
lat=59.91 - lon optional
- Lengdegrad (med lat)
lon=10.75 - radius optional
- Søkeradius i meter rundt lat/lon (≥ 1). Sendes urørt videre til NGU; vi klemmer den ikke, og kildens øvre tak er ukjent.
radius=5000 - limit optional
- Maks antall brønner (1–200). En verdi utenfor intervallet AVVISES med 400 — den klemmes ikke.
limit=20
Show curl example
# GET https://data.ketl.no/api/connectors/ngu/groundwater
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/ngu/groundwater"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/radonPlannedRadonkart
Show curl example
# GET https://data.ketl.no/api/connectors/ngu/radon
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/ngu/radon"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/boreholesGeotekniske borehull fra NADAG (596 233 stk). Romlig oppslag: lat+lon med radius i meter.
- lat required
- Breddegrad (WGS84 desimalgrader)
lat=59.9133 - lon required
- Lengdegrad (WGS84 desimalgrader)
lon=10.7078 - radius optional
- Søkeradius i meter (standard 1000)
radius=1000 - limit optional
- Maks antall borehull (standard 50)
limit=20
Show curl example
# GET https://data.ketl.no/api/connectors/ngu/boreholes?lat=59.9133&lon=10.7078
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/ngu/boreholes?lat=59.9133&lon=10.7078"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/mineralsPlannedPLANLAGT (501) — mineralforekomster fra NGU MinNo
MinNo eksponerer dataene via GeoServer WFS, ikke REST. Ruta svarer 501 not_implemented inntil en WFS-klient er på plass. I mellomtiden: ogc.ngu.no/geoserver/mineralressurser/wfs eller GeoNorge-portalen.
- bbox optional
- Avgrensningsboks lat1,lon1,lat2,lon2
bbox=59.8,10.6,60.0,10.9
Show curl example
# GET https://data.ketl.no/api/connectors/ngu/minerals
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/ngu/minerals"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.