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
{
"data": "..."
}MCP integration
API endpoints
/identifyOAI-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.
/setsOAI-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.
/recordsOAI-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.