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. NIBIO
EnvironmentStandardCC-BY-4.0

NIBIO

The Norwegian Institute of Bioeconomy Research delivers land-resource maps (AR5), agricultural statistics, forest data from the National Forest Inventory and climate-zone maps.

—

Data volume

Quarterly

Updates

4

MCP tools

Example response — /connectors/nibio/arealressurser
{
  "data": "..."
}

MCP integration

Available MCP tools
nibio.agriculture.list
nibio.ar5_classes.list
nibio.config.status
nibio.landuse.list
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "nibio": {
      "url": "https://data.ketl.no/mcp/nibio",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

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

Agriculture
Agricultural statistics from NIBIO — crops, acreage and number of producers per municipality and county, with data on Norwegian grain production, forage and root crops.
Land use
Land resources (AR5) from NIBIO for ONE point — land type, forest site quality, tree species and ground conditions with the source's own freshness. Look up by coordinate (latitude/longitude).
Forest data
Forest data from NIBIO AR5 for ONE point — forest site quality, tree species and ground conditions. Look up by coordinate (latitude/longitude).

API endpoints

GET
/arealressurser

AR5-arealklassifisering i ETT punkt (alias for land-use)

lat required
Breddegrad (WGS84). lat=58.75
lon required
Lengdegrad (WGS84). lon=5.65
Show curl example
# GET https://data.ketl.no/api/connectors/nibio/arealressurser?lat=58.75&lon=5.65
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/nibio/arealressurser?lat=58.75&lon=5.65"

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

GET
/agriculture

Kommune-aggregert jordbruksstatistikk. Kilden (www.nibio.no/api/v1) er fjernet — stien svarer 404 fra enhver egress mens verten selv svarer 200. Se alternatives[] i svaret.

Show curl example
# GET https://data.ketl.no/api/connectors/nibio/agriculture
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/nibio/agriculture"

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

GET
/forest

AR5 skogbonitet (ARSKOGBON) og treslag (ARTRESLAG) i ETT punkt

lat required
Breddegrad (WGS84). lat=60.90
lon required
Lengdegrad (WGS84). lon=8.90
Show curl example
# GET https://data.ketl.no/api/connectors/nibio/forest?lat=60.90&lon=8.90
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/nibio/forest?lat=60.90&lon=8.90"

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

GET
/land-use

AR5-arealklassifisering i ETT punkt (engelsk alias)

lat required
Breddegrad (WGS84). lat=58.75
lon required
Lengdegrad (WGS84). lon=5.65
Show curl example
# GET https://data.ketl.no/api/connectors/nibio/land-use?lat=58.75&lon=5.65
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/nibio/land-use?lat=58.75&lon=5.65"

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

Access and pricing

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

jordbrukskogareallandbrukbiookonomi
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