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. The National Archives (Arkivverket)
LawStandardNLOD

The National Archives (Arkivverket)

The National Archives offer the OAI-PMH protocol for harvesting archival metadata from Arkivverket's collections. Supports Identify, ListSets and ListRecords with incremental synchronisation via from/until date parameters and resumptionToken.

—

Data volume

Weekly

Updates

3

MCP tools

Example response — /api/connectors/nasjonalarkivet/identify
{
  "data": "..."
}

MCP integration

Available MCP tools
nasjonalarkivet_identify
nasjonalarkivet_records
nasjonalarkivet_sets
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "nasjonalarkivet": {
      "url": "https://data.ketl.no/mcp/nasjonalarkivet",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

API endpoints

GET
/identify

OAI-PMH Identify

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

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

GET
/sets

OAI-PMH ListSets

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

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

GET
/records

OAI-PMH ListRecords

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

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

Access and pricing

The National Archives (Arkivverket) is openly available — create an account to get started.

arkivoai-pmhmetadatakulturarvhistorisk
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