Naturbase
Naturbase is the Norwegian Environment Agency's database of protected areas (nature reserves, national parks, natural monuments and more) and habitat types mapped under DN handbook 13. Exposed via ArcGIS REST with spatial bbox filtering (EPSG:4326), and links species observations from Artsdatabanken. Used in environmental assessments, land-use and development cases, and as a nature/land signal in the Living Business Record.
—
Data volume
Monthly
Updates
4
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/protected-areasVerneområder (bbox/kommune)
- bbox optional
- Geografisk utsnitt «minLon,minLat,maxLon,maxLat» i EPSG:4326 (WGS84). Kombineres med `kommune` som OG (geometri-envelope + where-klausul).
bbox=10.5,59.8,11.0,60.1 - kommune optional
- Firesifret kommunenummer. Kombineres med `bbox` som OG.
kommune=0301 - limit optional
- Maks antall rader (1–200). Klemmes til 200; ugyldig/utelatt gir 50.
limit=25
Show curl example
# GET https://data.ketl.no/api/connectors/naturbase/protected-areas
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/naturbase/protected-areas"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/protected-areas/{id}Slå opp ett verneområde på naturvernId (VV-formen)
Show curl example
# GET https://data.ketl.no/api/connectors/naturbase/protected-areas/{id}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/naturbase/protected-areas/{id}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/nature-typesNaturtyper HB13 (bbox/kommune)
- bbox optional
- Geografisk utsnitt «minLon,minLat,maxLon,maxLat» i EPSG:4326 (WGS84). Kombineres med `kommune` som OG (geometri-envelope + where-klausul).
bbox=10.5,59.8,11.0,60.1 - kommune optional
- Firesifret kommunenummer. Kombineres med `bbox` som OG.
kommune=0301 - limit optional
- Maks antall rader (1–200). Klemmes til 200; ugyldig/utelatt gir 50.
limit=25
Show curl example
# GET https://data.ketl.no/api/connectors/naturbase/nature-types
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/naturbase/nature-types"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/species/{taxonId}Artsoppslag (Artsdatabanken)
Show curl example
# GET https://data.ketl.no/api/connectors/naturbase/species/{taxonId}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/naturbase/species/{taxonId}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.