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. Naturbase
EnvironmentStandardNLOD

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

Example response — /protected-areas
{
  "data": "..."
}

MCP integration

Available MCP tools
naturbase.nature_types
naturbase.protected_areas
naturbase.protected_areas.lookup
naturbase.species.lookup
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "naturbase": {
      "url": "https://data.ketl.no/mcp/naturbase",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on Naturbase data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

Real estate
Cadastral and area analysis for a property — cadastral information, price history and adjacent nature and area data from Kartverket and Naturbase. For plain address geocoding, use Adressesøk.
Naturbase — protected areas
Explore Norway's protected areas — national parks, nature reserves and protected areas — straight from the Norwegian Environment Agency's ArcGIS Naturbase. Filter by municipality or bbox, with direct links to fact sheets. For mapped habitat types (NiN/HB13) per municipality, see the Nature conservation app.
Nature conservation — mapped habitat types (NiN/HB13)
Look up mapped habitat types per municipality from the Norwegian Environment Agency's Naturbase — NiN/HB13 localities with nature value and area. Protected areas (national parks and reserves) are covered primarily by the Naturbase app.

API endpoints

GET
/protected-areas

Verneområ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.

GET
/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.

GET
/nature-types

Naturtyper 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.

GET
/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.

Access and pricing

Naturbase is openly available — create an account to get started.

naturverneområdernaturtypergeodatamiljo
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