{"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. Signature: search_census_persons(query: string, optional, default None; first_name: string, optional, default None; last_name: string, optional, default None; sex: string, optional, default None; birth_year: string, calendar year, optional, default None; birth_place: string, optional, default None; residence: string, optional, default None; occupation: string, optional, default None; match: string, optional, default 'all'; limit: integer, items, optional, default 25; page: integer, optional, default 1; offset: integer, items, optional, default 0).","signature":"search_census_persons(query: string, optional, default None; first_name: string, optional, default None; last_name: string, optional, default None; sex: string, optional, default None; birth_year: string, calendar year, optional, default None; birth_place: string, optional, default None; residence: string, optional, default None; occupation: string, optional, default None; match: string, optional, default 'all'; limit: integer, items, optional, default 25; page: integer, optional, default 1; offset: integer, items, optional, default 0)","parameters":[{"name":"query","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Free-text term(s), e.g. \"ole hansen bergen\". Uses `match`.","unit":null,"display_type":"string"},{"name":"first_name","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Given name (fornavn), e.g. \"Ole\".","unit":null,"display_type":"string"},{"name":"last_name","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Surname (etternavn), e.g. \"Hansen\".","unit":null,"display_type":"string"},{"name":"sex","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"\"m\" (male) or \"k\" (female).","unit":null,"display_type":"string"},{"name":"birth_year","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Birth year, e.g. \"1855\". Unit: calendar year.","unit":"calendar year","display_type":"string"},{"name":"birth_place","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Birth place (f\u00f8dested), e.g. \"Bergen\".","unit":null,"display_type":"string"},{"name":"residence","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Place of residence (bosted), e.g. \"Balestrand\".","unit":null,"display_type":"string"},{"name":"occupation","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Occupation / civil standing (stilling_stand), e.g. \"skomaker\".","unit":null,"display_type":"string"},{"name":"match","type":"string","schema":{"type":"string"},"required":false,"default":"all","description":"For free-text only: \"all\" (default, all terms must match) or \"any\".","unit":null,"display_type":"string"},{"name":"limit","type":"integer","schema":{"type":"integer"},"required":false,"default":25,"description":"Results per page, 1-100 (default 25). Unit: items.","unit":"items","display_type":"integer"},{"name":"page","type":"integer","schema":{"type":"integer"},"required":false,"default":1,"description":"Page number, 1-based (default 1).","unit":null,"display_type":"integer"},{"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.","unit":"items"}],"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[].person_id","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[].household[].name","persons[].household[].born","persons[].household[].rolle","persons[].link"],"output_fields_truncated":false,"canonical_field_aliases":{"name":["persons[].household[].name"]},"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.\n\nSignature: search_census_persons(query: string, optional, default None; first_name: string, optional, default None; last_name: string, optional, default None; sex: string, optional, default None; birth_year: string, calendar year, optional, default None; birth_place: string, optional, default None; residence: string, optional, default None; occupation: string, optional, default None; match: string, optional, default 'all'; limit: integer, items, optional, default 25; page: integer, optional, default 1; offset: integer, items, optional, default 0).","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"},"persons":{"type":"array","items":{"type":"object","properties":{"person_id":{"type":["string","null"]},"fornavn":{"type":["string","null"]},"etternavn":{"type":["string","null"]},"kjonn":{"type":["string","null"]},"fodselsaar":{"type":["string","null"]},"fodested":{"type":["string","null"]},"bosted":{"type":["string","null"]},"stilling_stand":{"type":["string","null"]},"source":{"type":["string","null"]},"kommune_1947":{"type":["array","null"],"items":{"type":"string"}},"property_id":{"type":["string","null"]},"household":{"type":["array","null"],"items":{"type":"object","properties":{"name":{"type":["string","null"]},"born":{"type":["string","null"]},"rolle":{"type":["string","null"]}},"additionalProperties":false}},"link":{"type":["string","null"],"format":"uri"}},"additionalProperties":false}}},"additionalProperties":false,"required":["count","returned","page","persons"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"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","response_example":{"source":"arkivverket","operation":"search_census_persons","parameters":{"query":"example value","first_name":"Example","last_name":"Example","sex":"example value","birth_year":"example value","birth_place":"example value","residence":"example value","occupation":"example value","match":"all","limit":25,"page":1},"data":{"count":1,"returned":1,"page":1,"persons":[{"person_id":"example-id","fornavn":"example value","etternavn":"example value","kjonn":"example value","fodselsaar":"example value","fodested":"example value","bosted":"example value","stilling_stand":"example value","source":"example value","kommune_1947":["example value"],"property_id":"example-id","household":[{"name":"Example","born":"example value","rolle":"example value"}],"link":"https://example.invalid/resource"}]},"entities":[],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","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.","cache_ttl_seconds":300,"documentation":"https://api.digitalarkivet.no/"}]},"_provenance":{"data":{"source":"arkivverket","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket"},"entities":{"source":"arkivverket","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_census_persons","source":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket","wiki":"https://allemannsdata.com/wiki/kilder/arkivverket/search_census_persons/","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"}}},{"name":"get_census_person","description":"Full 1910-census record for one person, with their whole household. Signature: get_census_person(person_id: string, required; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0).","signature":"get_census_person(person_id: string, required; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0)","parameters":[{"name":"person_id","type":"string","schema":{"type":"string"},"required":true,"default":null,"description":"Person id from search_census_persons(), e.g. \"pf01036717000799\".","unit":null,"display_type":"string"},{"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).","unit":"items"},{"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.","unit":"items"}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/get_census_person?person_id={person_id}&limit=25&offset=0","output_fields":["person_id","person","person.id","person.overid","person.fornavn","person.patronymikon","person.slektsnavn","person.kjonn","person.familiestilling","person.sivilstand","person.yrke","person.fodselsaar","person.fodested","person.bostatus","person.statsborgerskap","person.trossamfunn","household","household[].id","household[].overid","household[].fornavn","household[].patronymikon","household[].slektsnavn","household[].kjonn","household[].familiestilling","household[].sivilstand","household[].yrke","household[].fodselsaar","household[].fodested","household[].bostatus","household[].statsborgerskap"],"output_fields_truncated":true,"canonical_field_aliases":{"identifier":["person.id","household[].id"]},"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.\n\nSignature: get_census_person(person_id: string, required; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0).","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/?person_id={person_id}&limit=25&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/get_census_person","response_schema":{"type":"object","properties":{"person_id":{"type":"string"},"person":{"type":"object","properties":{"id":{"type":["string","null"]},"overid":{"type":["string","null"]},"fornavn":{"type":["string","null"]},"patronymikon":{"type":["string","null"]},"slektsnavn":{"type":["string","null"]},"kjonn":{"type":["string","null"]},"familiestilling":{"type":["string","null"]},"sivilstand":{"type":["string","null"]},"yrke":{"type":["string","null"]},"fodselsaar":{"type":["string","null"]},"fodested":{"type":["string","null"]},"bostatus":{"type":["string","null"]},"statsborgerskap":{"type":["string","null"]},"trossamfunn":{"type":["string","null"]}}},"household":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"overid":{"type":["string","null"]},"fornavn":{"type":["string","null"]},"patronymikon":{"type":["string","null"]},"slektsnavn":{"type":["string","null"]},"kjonn":{"type":["string","null"]},"familiestilling":{"type":["string","null"]},"sivilstand":{"type":["string","null"]},"yrke":{"type":["string","null"]},"fodselsaar":{"type":["string","null"]},"fodested":{"type":["string","null"]},"bostatus":{"type":["string","null"]},"statsborgerskap":{"type":["string","null"]},"trossamfunn":{"type":["string","null"]}}}},"link":{"type":"string","format":"uri"}},"additionalProperties":false,"required":["person_id","person","household","link"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"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?person_id={person_id}&limit=25&offset=0","response_example":{"source":"arkivverket","operation":"get_census_person","parameters":{"person_id":"example-id"},"data":{"person_id":"example-id","person":{"id":"example-id","overid":"example value","fornavn":"example value","patronymikon":"example value","slektsnavn":"example value","kjonn":"example value","familiestilling":"example value","sivilstand":"example value","yrke":"example value","fodselsaar":"example value","fodested":"example value","bostatus":"example value","statsborgerskap":"example value","trossamfunn":"example value"},"household":[{"id":"example-id","overid":"example value","fornavn":"example value","patronymikon":"example value","slektsnavn":"example value","kjonn":"example value","familiestilling":"example value","sivilstand":"example value","yrke":"example value","fodselsaar":"example value","fodested":"example value","bostatus":"example value","statsborgerskap":"example value","trossamfunn":"example value"}],"link":"https://example.invalid/resource"},"entities":[],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","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.","cache_ttl_seconds":300,"documentation":"https://api.digitalarkivet.no/"}]},"_provenance":{"data":{"source":"arkivverket","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket"},"entities":{"source":"arkivverket","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/get_census_person","source":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket","wiki":"https://allemannsdata.com/wiki/kilder/arkivverket/get_census_person/","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"}}},{"name":"search_census_properties","description":"Search residences / properties (bosteder) in the 1910 census - farms\n(g\u00e5rd/bruk) and urban addresses. Signature: search_census_properties(query: string, optional, default None; lat: decimal number, decimal degrees (WGS84), optional, default None; lon: decimal number, decimal degrees (WGS84), optional, default None; include_persons: yes/no, optional, default False; match: string, optional, default 'all'; limit: integer, items, optional, default 25; page: integer, optional, default 1; offset: integer, items, optional, default 0).","signature":"search_census_properties(query: string, optional, default None; lat: decimal number, decimal degrees (WGS84), optional, default None; lon: decimal number, decimal degrees (WGS84), optional, default None; include_persons: yes/no, optional, default False; match: string, optional, default 'all'; limit: integer, items, optional, default 25; page: integer, optional, default 1; offset: integer, items, optional, default 0)","parameters":[{"name":"query","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"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.","unit":null,"display_type":"string"},{"name":"lat","type":"number","schema":{"anyOf":[{"type":"number"},{"type":"null"}]},"required":false,"default":null,"description":"Unit: decimal degrees (WGS84).","unit":"decimal degrees (WGS84)","display_type":"decimal number"},{"name":"lon","type":"number","schema":{"anyOf":[{"type":"number"},{"type":"null"}]},"required":false,"default":null,"description":"Unit: decimal degrees (WGS84).","unit":"decimal degrees (WGS84)","display_type":"decimal number"},{"name":"include_persons","type":"boolean","schema":{"type":"boolean"},"required":false,"default":false,"description":"Geographic mode only - also return the people living at each matched residence.","unit":null,"display_type":"yes/no"},{"name":"match","type":"string","schema":{"type":"string"},"required":false,"default":"all","description":"For free-text only: \"all\" (default) or \"any\".","unit":null,"display_type":"string"},{"name":"limit","type":"integer","schema":{"type":"integer"},"required":false,"default":25,"description":"Results per page, 1-100 (default 25). Free-text mode only. Unit: items.","unit":"items","display_type":"integer"},{"name":"page","type":"integer","schema":{"type":"integer"},"required":false,"default":1,"description":"Page number, 1-based (default 1). Free-text mode only.","unit":null,"display_type":"integer"},{"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.","unit":"items"}],"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[].property_id","properties[].gaardsnavn_gateadr","properties[].bruksnavn","properties[].gaardsnr","properties[].bruksnr","properties[].fylke","properties[].kommune_sokn","properties[].coordinates","properties[].coordinates.lat","properties[].coordinates.lon","properties[].source","properties[].residents","properties[].residents[].person_id","properties[].residents[].name","properties[].residents[].kjonn","properties[].residents[].familiestilling","properties[].residents[].sivilstand","properties[].residents[].yrke","properties[].residents[].fodselsaar","properties[].residents[].fodested"],"output_fields_truncated":false,"canonical_field_aliases":{"latitude":["properties[].coordinates.lat"],"longitude":["properties[].coordinates.lon"],"name":["properties[].residents[].name"]},"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.\n\nSignature: search_census_properties(query: string, optional, default None; lat: decimal number, decimal degrees (WGS84), optional, default None; lon: decimal number, decimal degrees (WGS84), optional, default None; include_persons: yes/no, optional, default False; match: string, optional, default 'all'; limit: integer, items, optional, default 25; page: integer, optional, default 1; offset: integer, items, optional, default 0).","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":{"property_id":{"type":["string","null"]},"gaardsnavn_gateadr":{"type":["string","null"]},"bruksnavn":{"type":["string","null"]},"gaardsnr":{"type":["string","null"]},"bruksnr":{"type":["string","null"]},"fylke":{"type":["string","null"]},"kommune_sokn":{"type":["string","null"]},"coordinates":{"type":["object","null"],"properties":{"lat":{"type":["number","null"]},"lon":{"type":["number","null"]}}},"source":{"type":["string","null"]},"residents":{"type":["array","null"],"items":{"type":"object","properties":{"person_id":{"type":["string","null"]},"name":{"type":["string","null"]},"kjonn":{"type":["string","null"]},"familiestilling":{"type":["string","null"]},"sivilstand":{"type":["string","null"]},"yrke":{"type":["string","null"]},"fodselsaar":{"type":["string","null"]},"fodested":{"type":["string","null"]}},"additionalProperties":false}}},"additionalProperties":false}}},"additionalProperties":false,"required":["count","returned","properties"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"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","response_example":{"source":"arkivverket","operation":"search_census_properties","parameters":{"query":"example value","lat":59.91,"lon":10.75,"include_persons":false,"match":"all","limit":25,"page":1},"data":{"count":1,"returned":1,"properties":[{"property_id":"example-id","gaardsnavn_gateadr":"example value","bruksnavn":"example value","gaardsnr":"example value","bruksnr":"example value","fylke":"example value","kommune_sokn":"example value","coordinates":{"lat":59.91,"lon":10.75},"source":"example value","residents":[{"person_id":"example-id","name":"Example","kjonn":"example value","familiestilling":"example value","sivilstand":"example value","yrke":"example value","fodselsaar":"example value","fodested":"example value"}]}]},"entities":[{"type":"place","id":"59.91,10.75","name":"59.91, 10.75","source":"arkivverket","description":"Coordinate used as the operation input.","coordinates":{"lat":59.91,"lon":10.75,"crs":"WGS84"}}],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","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.","cache_ttl_seconds":300,"documentation":"https://api.digitalarkivet.no/"}]},"_provenance":{"data":{"source":"arkivverket","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket"},"entities":{"source":"arkivverket","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_census_properties","source":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket","wiki":"https://allemannsdata.com/wiki/kilder/arkivverket/search_census_properties/","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"}}},{"name":"get_census_property","description":"Full 1910-census record for one residence, with all its residents. Signature: get_census_property(property_id: string, required; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0).","signature":"get_census_property(property_id: string, required; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0)","parameters":[{"name":"property_id","type":"string","schema":{"type":"string"},"required":true,"default":null,"description":"Property id from search_census_properties() or a person's `property_id`, e.g. \"bf01036717000798\".","unit":null,"display_type":"string"},{"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).","unit":"items"},{"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.","unit":"items"}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/get_census_property?property_id={property_id}&limit=25&offset=0","output_fields":["property_id","property","property.id","property.overid","property.bostedets_navn","property.matrnr_gnr","property.lopenr_bnr","property.antall_tilstedevarende_personer","property.antall_hjemmehorende_personer","residents","residents[].id","residents[].overid","residents[].fornavn","residents[].patronymikon","residents[].slektsnavn","residents[].kjonn","residents[].familiestilling","residents[].sivilstand","residents[].yrke","residents[].fodselsaar","residents[].fodested","residents[].bostatus","residents[].statsborgerskap","residents[].trossamfunn"],"output_fields_truncated":false,"canonical_field_aliases":{"identifier":["property.id","residents[].id"]},"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.\n\nSignature: get_census_property(property_id: string, required; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0).","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/?property_id={property_id}&limit=25&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/get_census_property","response_schema":{"type":"object","properties":{"property_id":{"type":"string"},"property":{"type":"object","properties":{"id":{"type":["string","null"]},"overid":{"type":["string","null"]},"bostedets_navn":{"type":["string","null"]},"matrnr_gnr":{"type":["string","null"]},"lopenr_bnr":{"type":["string","null"]},"antall_tilstedevarende_personer":{"type":["string","null"]},"antall_hjemmehorende_personer":{"type":["string","null"]}}},"residents":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"overid":{"type":["string","null"]},"fornavn":{"type":["string","null"]},"patronymikon":{"type":["string","null"]},"slektsnavn":{"type":["string","null"]},"kjonn":{"type":["string","null"]},"familiestilling":{"type":["string","null"]},"sivilstand":{"type":["string","null"]},"yrke":{"type":["string","null"]},"fodselsaar":{"type":["string","null"]},"fodested":{"type":["string","null"]},"bostatus":{"type":["string","null"]},"statsborgerskap":{"type":["string","null"]},"trossamfunn":{"type":["string","null"]}}}}},"additionalProperties":false,"required":["property_id","property","residents"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"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?property_id={property_id}&limit=25&offset=0","response_example":{"source":"arkivverket","operation":"get_census_property","parameters":{"property_id":"example-id"},"data":{"property_id":"example-id","property":{"id":"example-id","overid":"example value","bostedets_navn":"example value","matrnr_gnr":"example value","lopenr_bnr":"example value","antall_tilstedevarende_personer":"example value","antall_hjemmehorende_personer":"example value"},"residents":[{"id":"example-id","overid":"example value","fornavn":"example value","patronymikon":"example value","slektsnavn":"example value","kjonn":"example value","familiestilling":"example value","sivilstand":"example value","yrke":"example value","fodselsaar":"example value","fodested":"example value","bostatus":"example value","statsborgerskap":"example value","trossamfunn":"example value"}]},"entities":[],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","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.","cache_ttl_seconds":300,"documentation":"https://api.digitalarkivet.no/"}]},"_provenance":{"data":{"source":"arkivverket","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket"},"entities":{"source":"arkivverket","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/get_census_property","source":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket","wiki":"https://allemannsdata.com/wiki/kilder/arkivverket/get_census_property/","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"}}},{"name":"search_archives","description":"Search Arkivportalen, the national archive catalogue: fonds, series and\nunits held by Norwegian archive institutions (statsarkiv, byarkiv,\nprivate archives, ...). Signature: search_archives(query: string, required; limit: integer, items, optional, default 25; page: integer, optional, default 1; offset: integer, items, optional, default 0).","signature":"search_archives(query: string, required; limit: integer, items, optional, default 25; page: integer, optional, default 1; offset: integer, items, optional, default 0)","parameters":[{"name":"query","type":"string","schema":{"type":"string"},"required":true,"default":null,"description":"Free-text search, e.g. an organisation, topic or place.","unit":null,"display_type":"string"},{"name":"limit","type":"integer","schema":{"type":"integer"},"required":false,"default":25,"description":"Results per page, 1-100 (default 25). Unit: items.","unit":"items","display_type":"integer"},{"name":"page","type":"integer","schema":{"type":"integer"},"required":false,"default":1,"description":"Page number, 1-based (default 1).","unit":null,"display_type":"integer"},{"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.","unit":"items"}],"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[].id","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[].id"]},"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.\n\nSignature: search_archives(query: string, required; limit: integer, items, optional, default 25; page: integer, optional, default 1; offset: integer, items, optional, default 0).","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"},"results":{"type":"array","items":{"type":"object","properties":{"urn":{"type":["string","null"]},"name":{"type":["string","null"]},"id":{"type":["string","null"]},"path":{"type":["string","null"]},"unit_type":{"type":["string","null"]},"institution":{"type":["string","null"]},"country":{"type":["string","null"]},"digitized_documents":{"type":["integer","null"]},"history":{"type":["string","null"]},"link":{"type":["string","null"],"format":"uri"}},"additionalProperties":false}}},"additionalProperties":false,"required":["total","total_exact","returned","page","results"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"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","response_example":{"source":"arkivverket","operation":"search_archives","parameters":{"query":"example value","limit":25,"page":1},"data":{"total":1,"total_exact":true,"returned":1,"page":1,"results":[{"urn":"example value","name":"Example","id":"example-id","path":"example value","unit_type":"example value","institution":"example value","country":"example value","digitized_documents":1,"history":"example value","link":"https://example.invalid/resource"}]},"entities":[],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","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.","cache_ttl_seconds":300,"documentation":"https://api.digitalarkivet.no/"}]},"_provenance":{"data":{"source":"arkivverket","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket"},"entities":{"source":"arkivverket","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_archives","source":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket","wiki":"https://allemannsdata.com/wiki/kilder/arkivverket/search_archives/","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"}}}],"operation_schema_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/{operation}/schema","related_sources":[],"_meta":{"retrieved_at":"2026-09-20T20:04:05Z","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/","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"}}
