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
{
"data": "..."
}MCP integration
API endpoints
/arealressurserAR5-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.
/agricultureKommune-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.
/forestAR5 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.
/land-useAR5-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.