The Norwegian Polar Institute
The Norwegian Polar Institute publishes open data about Norwegian polar regions via next.api.npolar.no. Includes authoritative place names (with coordinates and variants) for Svalbard, Jan Mayen and Antarctica, and a dataset register with metadata on climate, marine and cryosphere research. No authentication required.
50K rows
Data volume
Weekly
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/placenamesStedsnavn (Svalbard/Antarktis)
- q optional
- Fritekstsøk i stedsnavn. Utelates: hele registeret (side 1).
q=Longyearbyen - area optional
- Eksakt område-navn, filtrert klient-side (upstreams `filter-area` er upålitelig). NB: filteret virker på siden ETTER paginering.
area=Svalbard - limit optional
- Sidestørrelse. Håndheves server-side som `take`.
limit=3 - offset optional
- Hopp over N rader. Håndheves server-side som `skip`. Neste offset står i `page.nextOffset` når `page.truncated`.
offset=3
Show curl example
# GET https://data.ketl.no/api/connectors/polarinstitutt/placenames
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/polarinstitutt/placenames"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/placenames/{id}Ett stedsnavn med koordinater
Show curl example
# GET https://data.ketl.no/api/connectors/polarinstitutt/placenames/{id}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/polarinstitutt/placenames/{id}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/datasetsDatasettregister
- q optional
- Fritekstsøk i datasettregisteret. Utelates: hele registeret (side 1).
q=ice - limit optional
- Sidestørrelse. Håndheves server-side som `take`.
limit=3 - offset optional
- Hopp over N rader. Håndheves server-side som `skip`. Neste offset står i `page.nextOffset` når `page.truncated`.
offset=3
Show curl example
# GET https://data.ketl.no/api/connectors/polarinstitutt/datasets
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/polarinstitutt/datasets"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.