{"id":"arkivverket","name":"National Archives of Norway","description":"Search the 1910 census, historical properties and the National Archives catalogue.","documentation":"https://api.digitalarkivet.no/","operations":[{"name":"search_census_persons","description":"Search people in the 1910 Norwegian census (folketelling 1910), the\ntranscribed record of everyone present in Norway on 1 December 1910.","parameters":[{"name":"query","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Free-text term(s), e.g. \"ole hansen bergen\". Uses `match`."},{"name":"first_name","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Given name (fornavn), e.g. \"Ole\"."},{"name":"last_name","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Surname (etternavn), e.g. \"Hansen\"."},{"name":"sex","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"\"m\" (male) or \"k\" (female)."},{"name":"birth_year","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Birth year, e.g. \"1855\"."},{"name":"birth_place","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Birth place (f\u00f8dested), e.g. \"Bergen\"."},{"name":"residence","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Place of residence (bosted), e.g. \"Balestrand\"."},{"name":"occupation","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Occupation / civil standing (stilling_stand), e.g. \"skomaker\"."},{"name":"match","type":"string","schema":{"type":"string"},"display_type":"string","required":false,"default":"all","description":"For free-text only: \"all\" (default, all terms must match) or \"any\"."},{"name":"limit","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":25,"description":"Results per page, 1-100 (default 25)."},{"name":"page","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":1,"description":"Page number, 1-based (default 1)."},{"name":"offset","type":"integer","schema":{"type":"integer","minimum":0,"default":0},"display_type":"integer","required":false,"default":0,"description":"Number of list items to skip before returning the page."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_census_persons?query={query}&first_name={first_name}&last_name={last_name}&sex={sex}&birth_year={birth_year}&birth_place={birth_place}&residence={residence}&occupation={occupation}&match=all&limit=25&page=1&offset=0","output_fields":["count","returned","page","persons","persons[].pfid","persons[].fornavn","persons[].etternavn","persons[].kjonn","persons[].fodselsaar","persons[].fodested","persons[].bosted","persons[].stilling_stand","persons[].source","persons[].kommune_1947","persons[].property_id","persons[].household","persons[].link"],"output_fields_truncated":false,"canonical_field_aliases":{},"description_language":"en","documentation":"Search people in the 1910 Norwegian census (folketelling 1910), the\ntranscribed record of everyone present in Norway on 1 December 1910.\n\nTwo modes, use one or the other (not both):\n  - Free-text: pass `query` to match across name/place/occupation fields.\n  - Fielded: pass any of first_name/last_name/sex/birth_year/birth_place/\n    residence/occupation; these are ANDed together.\n\nArgs:\n    query: Free-text term(s), e.g. \"ole hansen bergen\". Uses `match`.\n    first_name: Given name (fornavn), e.g. \"Ole\".\n    last_name: Surname (etternavn), e.g. \"Hansen\".\n    sex: \"m\" (male) or \"k\" (female).\n    birth_year: Birth year, e.g. \"1855\".\n    birth_place: Birth place (f\u00f8dested), e.g. \"Bergen\".\n    residence: Place of residence (bosted), e.g. \"Balestrand\".\n    occupation: Occupation / civil standing (stilling_stand), e.g. \"skomaker\".\n    match: For free-text only: \"all\" (default, all terms must match) or\n        \"any\".\n    limit: Results per page, 1-100 (default 25).\n    page: Page number, 1-based (default 1).\n\nReturns `count` (total matches; caps at 10000, the search index ceiling),\n`returned`, `page`, and `persons`: each with pfid, name, sex, birth year/\nplace, residence, occupation, source title, household members and a link\nto the census person page. Pass a pfid to get_census_person for the full\nrecord. Source: Digitalarkivet, Arkivverket.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/arkivverket/search_census_persons/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/arkivverket/search_census_persons/?query={query}&first_name={first_name}&last_name={last_name}&sex={sex}&birth_year={birth_year}&birth_place={birth_place}&residence={residence}&occupation={occupation}&match=all&limit=25&page=1&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_census_persons","response_schema":{"type":"object","properties":{"count":{"type":["integer","null"]},"returned":{"type":"integer"},"page":{"type":["integer","null"]},"persons":{"type":"array","items":{"type":"object","properties":{"pfid":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"fornavn":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"etternavn":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"kjonn":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"fodselsaar":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"fodested":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"bosted":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"stilling_stand":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"source":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"kommune_1947":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"property_id":{"type":["string","null"]},"household":{"type":"boolean"},"link":{"type":"string"}},"additionalProperties":false}}},"additionalProperties":false},"response_schema_status":{"status":"incomplete","codegen_safe":false,"description":"Not suitable for typed model generation: the container shape and field names are useful, but unresolved values accept any JSON value."},"entity_projection":{"status":"projected","entity_types":["archive_record"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_census_persons/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_census_persons","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_census_persons?query={query}&first_name={first_name}&last_name={last_name}&sex={sex}&birth_year={birth_year}&birth_place={birth_place}&residence={residence}&occupation={occupation}&match=all&limit=25&page=1&offset=0"},{"name":"get_census_person","description":"Full 1910-census record for one person, with their whole household.","parameters":[{"name":"pfid","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":"Person id from search_census_persons(), e.g. \"pf01036717000799\"."},{"name":"limit","type":"integer","schema":{"type":"integer","minimum":1,"maximum":100,"default":25},"display_type":"integer","required":false,"default":25,"description":"Maximum list items returned by the gateway (default 25, maximum 100)."},{"name":"offset","type":"integer","schema":{"type":"integer","minimum":0,"default":0},"display_type":"integer","required":false,"default":0,"description":"Number of list items to skip before returning the page."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/get_census_person?pfid={pfid}&limit=25&offset=0","output_fields":["pfid","person","household","link"],"output_fields_truncated":false,"canonical_field_aliases":{},"description_language":"en","documentation":"Full 1910-census record for one person, with their whole household.\n\nArgs:\n    pfid: Person id from search_census_persons(), e.g. \"pf01036717000799\".\n\nReturns `person` (every recorded census field: names, kj\u00f8nn, sivilstand,\nyrke, f\u00f8dsels\u00e5r, f\u00f8dested, statsborgerskap, trossamfunn, familiestilling,\ndwelling numbers, ...) and `household` (the other people at the same\nresidence). Source: Digitalarkivet, Arkivverket.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/arkivverket/get_census_person/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/arkivverket/get_census_person/?pfid={pfid}&limit=25&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/get_census_person","response_schema":{"type":"object","properties":{"pfid":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"person":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"household":{"type":"array","items":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."}},"link":{"type":"string"}},"additionalProperties":false},"response_schema_status":{"status":"incomplete","codegen_safe":false,"description":"Not suitable for typed model generation: the container shape and field names are useful, but unresolved values accept any JSON value."},"entity_projection":{"status":"projected","entity_types":["archive_record"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/get_census_person/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/get_census_person","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/get_census_person?pfid={pfid}&limit=25&offset=0"},{"name":"search_census_properties","description":"Search residences / properties (bosteder) in the 1910 census - farms\n(g\u00e5rd/bruk) and urban addresses.","parameters":[{"name":"query","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Free-text term, e.g. \"Slangsvold\" or \"R\u00e5de\". Uses `match`. lat/lon: Point (WGS84) for a nearest-residence search."},{"name":"lat","type":"number","schema":{"anyOf":[{"type":"number"},{"type":"null"}]},"display_type":"decimal number","required":false,"default":null,"description":""},{"name":"lon","type":"number","schema":{"anyOf":[{"type":"number"},{"type":"null"}]},"display_type":"decimal number","required":false,"default":null,"description":""},{"name":"include_persons","type":"boolean","schema":{"type":"boolean"},"display_type":"yes/no","required":false,"default":false,"description":"Geographic mode only - also return the people living at each matched residence."},{"name":"match","type":"string","schema":{"type":"string"},"display_type":"string","required":false,"default":"all","description":"For free-text only: \"all\" (default) or \"any\"."},{"name":"limit","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":25,"description":"Results per page, 1-100 (default 25). Free-text mode only."},{"name":"page","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":1,"description":"Page number, 1-based (default 1). Free-text mode only."},{"name":"offset","type":"integer","schema":{"type":"integer","minimum":0,"default":0},"display_type":"integer","required":false,"default":0,"description":"Number of list items to skip before returning the page."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_census_properties?query={query}&lat={lat}&lon={lon}&include_persons=false&match=all&limit=25&page=1&offset=0","output_fields":["count","returned","properties","properties[].efid","properties[].gaardsnavn_gateadr","properties[].bruksnavn","properties[].gaardsnr","properties[].bruksnr","properties[].fylke","properties[].kommune_sokn","properties[].coordinates","properties[].source","properties[].residents"],"output_fields_truncated":false,"canonical_field_aliases":{},"description_language":"en","documentation":"Search residences / properties (bosteder) in the 1910 census - farms\n(g\u00e5rd/bruk) and urban addresses.\n\nTwo modes, use one or the other:\n  - Free-text: pass `query` (farm/place/address name).\n  - Geographic: pass `lat` and `lon` to find the nearest residence(s).\n\nArgs:\n    query: Free-text term, e.g. \"Slangsvold\" or \"R\u00e5de\". Uses `match`.\n    lat/lon: Point (WGS84) for a nearest-residence search.\n    include_persons: Geographic mode only - also return the people living\n        at each matched residence.\n    match: For free-text only: \"all\" (default) or \"any\".\n    limit: Results per page, 1-100 (default 25). Free-text mode only.\n    page: Page number, 1-based (default 1). Free-text mode only.\n\nReturns `count`, `returned` and `properties`: each with efid, farm/address\nname, gnr/bnr, fylke, kommune, WGS84 coordinates, source title, and (geo +\ninclude_persons) its residents. Pass an efid to get_census_property for the\nfull record. Source: Digitalarkivet, Arkivverket.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/arkivverket/search_census_properties/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/arkivverket/search_census_properties/?query={query}&lat={lat}&lon={lon}&include_persons=false&match=all&limit=25&page=1&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_census_properties","response_schema":{"type":"object","properties":{"count":{"type":["integer","null"]},"returned":{"type":"integer"},"properties":{"type":"array","items":{"type":"object","properties":{"efid":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"gaardsnavn_gateadr":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"bruksnavn":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"gaardsnr":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"bruksnr":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"fylke":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"kommune_sokn":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"coordinates":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"source":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"residents":{"type":"boolean"}},"additionalProperties":false}}},"additionalProperties":false},"response_schema_status":{"status":"incomplete","codegen_safe":false,"description":"Not suitable for typed model generation: the container shape and field names are useful, but unresolved values accept any JSON value."},"entity_projection":{"status":"projected","entity_types":["archive_record","place"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_census_properties/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_census_properties","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_census_properties?query={query}&lat={lat}&lon={lon}&include_persons=false&match=all&limit=25&page=1&offset=0"},{"name":"get_census_property","description":"Full 1910-census record for one residence, with all its residents.","parameters":[{"name":"efid","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":"Property id from search_census_properties() or a person's `property_id`, e.g. \"bf01036717000798\"."},{"name":"limit","type":"integer","schema":{"type":"integer","minimum":1,"maximum":100,"default":25},"display_type":"integer","required":false,"default":25,"description":"Maximum list items returned by the gateway (default 25, maximum 100)."},{"name":"offset","type":"integer","schema":{"type":"integer","minimum":0,"default":0},"display_type":"integer","required":false,"default":0,"description":"Number of list items to skip before returning the page."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/get_census_property?efid={efid}&limit=25&offset=0","output_fields":["efid","property","residents"],"output_fields_truncated":false,"canonical_field_aliases":{},"description_language":"en","documentation":"Full 1910-census record for one residence, with all its residents.\n\nArgs:\n    efid: Property id from search_census_properties() or a person's\n        `property_id`, e.g. \"bf01036717000798\".\n\nReturns `property` (dwelling details: name, gnr/bnr, occupant counts,\noutbuildings, ...) and `residents` (everyone recorded living there, each\nwith the full set of census fields). Source: Digitalarkivet, Arkivverket.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/arkivverket/get_census_property/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/arkivverket/get_census_property/?efid={efid}&limit=25&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/get_census_property","response_schema":{"type":"object","properties":{"efid":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"property":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"residents":{"type":"array","items":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."}}},"additionalProperties":false},"response_schema_status":{"status":"incomplete","codegen_safe":false,"description":"Not suitable for typed model generation: the container shape and field names are useful, but unresolved values accept any JSON value."},"entity_projection":{"status":"projected","entity_types":["archive_record"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/get_census_property/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/get_census_property","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/get_census_property?efid={efid}&limit=25&offset=0"},{"name":"search_archives","description":"Search Arkivportalen, the national archive catalogue: fonds, series and\nunits held by Norwegian archive institutions (statsarkiv, byarkiv,\nprivate archives, ...).","parameters":[{"name":"query","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":"Free-text search, e.g. an organisation, topic or place."},{"name":"limit","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":25,"description":"Results per page, 1-100 (default 25)."},{"name":"page","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":1,"description":"Page number, 1-based (default 1)."},{"name":"offset","type":"integer","schema":{"type":"integer","minimum":0,"default":0},"display_type":"integer","required":false,"default":0,"description":"Number of list items to skip before returning the page."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_archives?query={query}&limit=25&page=1&offset=0","output_fields":["total","total_exact","returned","page","results","results[].urn","results[].name","results[].identifier","results[].path","results[].unit_type","results[].institution","results[].country","results[].digitized_documents","results[].history","results[].link"],"output_fields_truncated":false,"canonical_field_aliases":{"name":["results[].name"],"identifier":["results[].identifier"]},"description_language":"en","documentation":"Search Arkivportalen, the national archive catalogue: fonds, series and\nunits held by Norwegian archive institutions (statsarkiv, byarkiv,\nprivate archives, ...).\n\nThis is catalogue *metadata* - it tells you which archive holds material\nabout something and where, not transcribed records. Use it to locate\narchive holdings; use the census tools for actual 1910 person records.\n\nArgs:\n    query: Free-text search, e.g. an organisation, topic or place.\n    limit: Results per page, 1-100 (default 25).\n    page: Page number, 1-based (default 1).\n\nReturns `total` (matches; `total_exact` is False when it is a lower bound,\ni.e. more than the index reports), `returned`, `page`, and `results`: each\nwith name, identifier, path, unit type, holding institution, place,\ndigitized-document count, a history note and a link to the Arkivportalen\nentry. Source: Arkivportalen, Arkivverket.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/arkivverket/search_archives/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/arkivverket/search_archives/?query={query}&limit=25&page=1&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_archives","response_schema":{"type":"object","properties":{"total":{"type":["integer","null"]},"total_exact":{"type":"boolean"},"returned":{"type":"integer"},"page":{"type":["integer","null"]},"results":{"type":"array","items":{"anyOf":[{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},{"type":"object","properties":{"urn":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"name":{"type":["string","null"]},"identifier":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"path":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"unit_type":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"institution":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"country":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"digitized_documents":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"history":{"type":"boolean"},"link":{"type":"string"}},"additionalProperties":false}]}}},"additionalProperties":false},"response_schema_status":{"status":"incomplete","codegen_safe":false,"description":"Not suitable for typed model generation: the container shape and field names are useful, but unresolved values accept any JSON value."},"entity_projection":{"status":"projected","entity_types":["archive_record"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_archives/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_archives","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_archives?query={query}&limit=25&page=1&offset=0"}],"operation_schema_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/{operation}/schema","related_sources":[],"_meta":{"retrieved_at":"2026-08-02T14:57:40Z","language":"en","content_languages":["en"],"sources":[{"id":"arkivverket","name":"National Archives of Norway","description":"Search the 1910 census, historical properties and the National Archives catalogue.","documentation":"https://api.digitalarkivet.no/","cache_ttl_seconds":300}]},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket","names":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket?view=names","compact":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket?view=compact","full":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket","wiki":"https://allemannsdata.com/wiki/kilder/arkivverket/"}}
