{"source":"arkivverket","operation":"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},{"name":"first_name","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Given name (fornavn), e.g. \"Ole\".","unit":null},{"name":"last_name","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Surname (etternavn), e.g. \"Hansen\".","unit":null},{"name":"sex","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"\"m\" (male) or \"k\" (female).","unit":null},{"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"},{"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},{"name":"residence","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Place of residence (bosted), e.g. \"Balestrand\".","unit":null},{"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},{"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},{"name":"limit","type":"integer","schema":{"type":"integer"},"required":false,"default":25,"description":"Results per page, 1-100 (default 25). Unit: items.","unit":"items"},{"name":"page","type":"integer","schema":{"type":"integer"},"required":false,"default":1,"description":"Page number, 1-based (default 1).","unit":null},{"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","schema_scope":"#/data in the successful operation envelope","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."},"error_contract":{"scope":"top-level HTTP error response; never part of a success payload","schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"details":{"type":"object"}},"additionalProperties":false,"required":["code","message","retryable"]},"suggestion":{"type":"string"},"_meta":{"type":"object","properties":{"retrieved_at":{"type":"string","format":"date-time"},"language":{"type":"string","const":"en"},"content_languages":{"type":"array","items":{"type":"string"}},"sources":{"type":"array","items":{"type":"object"}}},"required":["retrieved_at","language","content_languages","sources"]},"_links":{"type":"object","properties":{"self":{"type":"string","format":"uri"},"api_index":{"type":"string","format":"uri"},"feedback":{"type":"string","format":"uri"}},"required":["self","api_index","feedback"],"additionalProperties":false}},"additionalProperties":false,"required":["error","suggestion","_meta","_links"]},"statuses":{"400":{"codes":["MISSING_PARAMETER","INVALID_PARAMETER","INVALID_REQUEST"],"retryable":false},"404":{"codes":["SOURCE_NOT_FOUND","OPERATION_NOT_FOUND","ENTITY_NOT_FOUND"],"retryable":false},"429":{"codes":["RATE_LIMITED","GATEWAY_RATE_LIMITED"],"retryable":true},"502":{"codes":["SOURCE_UNAVAILABLE"],"retryable":true},"500":{"codes":["INTERNAL_ERROR"],"retryable":true}}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_census_persons/schema","operation":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket/search_census_persons","source":"https://allemannsdata.com/wiki/api/v1/kilder/arkivverket","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"},"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"]},"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"}}}
