{"id":"brreg","name":"Br\u00f8nn\u00f8ysund Register Centre","description":"Live Central Coordinating Register lookups for businesses, official entity data, roles and group structures.","documentation":"https://data.brreg.no/enhetsregisteret/api/dokumentasjon/no/index.html","operations":[{"name":"search_entities","description":"Search live entities in Enhetsregisteret.","parameters":[{"name":"name","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Full or partial registered entity name."},{"name":"municipality","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Municipality name for the business address."},{"name":"industry_code","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Norwegian industry code, e.g. \"62.010\"."},{"name":"page","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":0,"description":"Zero-based result page."},{"name":"limit","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":20,"description":"Page size, 1-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/brreg/search_entities?name={name}&municipality={municipality}&industry_code={industry_code}&page=0&limit=20&offset=0","output_fields":["page","items","_links"],"output_fields_truncated":false,"canonical_field_aliases":{},"description_language":"en","documentation":"Search live entities in Enhetsregisteret.\n\nArgs:\n    name: Full or partial registered entity name.\n    municipality: Municipality name for the business address.\n    industry_code: Norwegian industry code, e.g. \"62.010\".\n    page: Zero-based result page.\n    limit: Page size, 1-100.\n\nAt least one filter should be supplied. Results are paginated and the\nupstream service limits any one search to the first 10,000 entities.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/brreg/search_entities/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/brreg/search_entities/?name={name}&municipality={municipality}&industry_code={industry_code}&page=0&limit=20&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/brreg/search_entities","response_schema":{"type":"object","properties":{"page":{"type":"object","properties":{},"additionalProperties":false},"items":{"type":"array","items":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."}},"_links":{"type":"object","properties":{},"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":["organization"],"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/brreg/search_entities/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/brreg/search_entities","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/brreg/search_entities?name={name}&municipality={municipality}&industry_code={industry_code}&page=0&limit=20&offset=0"},{"name":"get_entity","description":"Get the current official Enhetsregister record for a 9-digit organisation number.","parameters":[{"name":"org_nr","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":""},{"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/brreg/get_entity?org_nr={org_nr}&limit=25&offset=0","output_fields":["status","path"],"output_fields_truncated":false,"canonical_field_aliases":{},"description_language":"en","documentation":"Get the current official Enhetsregister record for a 9-digit organisation number.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/brreg/get_entity/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/brreg/get_entity/?org_nr={org_nr}&limit=25&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/brreg/get_entity","response_schema":{"anyOf":[{"type":"object","properties":{"status":{"type":"string"},"path":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."}},"additionalProperties":false},{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."}]},"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":["organization"],"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/brreg/get_entity/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/brreg/get_entity","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/brreg/get_entity?org_nr={org_nr}&limit=25&offset=0"},{"name":"get_roles","description":"Get public role groups registered for an entity.","parameters":[{"name":"org_nr","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":""},{"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/brreg/get_roles?org_nr={org_nr}&limit=25&offset=0","output_fields":["status","path"],"output_fields_truncated":false,"canonical_field_aliases":{},"description_language":"en","documentation":"Get public role groups registered for an entity.\n\nThe public response may include names and birth dates for roles attached\nto this entity, but never national identity numbers.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/brreg/get_roles/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/brreg/get_roles/?org_nr={org_nr}&limit=25&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/brreg/get_roles","response_schema":{"anyOf":[{"type":"object","properties":{"status":{"type":"string"},"path":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."}},"additionalProperties":false},{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."}]},"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":["organization"],"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/brreg/get_roles/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/brreg/get_roles","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/brreg/get_roles?org_nr={org_nr}&limit=25&offset=0"},{"name":"get_group_structure","description":"Get the hierarchical corporate group structure containing an entity.","parameters":[{"name":"org_nr","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":""},{"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/brreg/get_group_structure?org_nr={org_nr}&limit=25&offset=0","output_fields":["status","path"],"output_fields_truncated":false,"canonical_field_aliases":{},"description_language":"en","documentation":"Get the hierarchical corporate group structure containing an entity.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/brreg/get_group_structure/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/brreg/get_group_structure/?org_nr={org_nr}&limit=25&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/brreg/get_group_structure","response_schema":{"anyOf":[{"type":"object","properties":{"status":{"type":"string"},"path":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."}},"additionalProperties":false},{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."}]},"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":["organization"],"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/brreg/get_group_structure/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/brreg/get_group_structure","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/brreg/get_group_structure?org_nr={org_nr}&limit=25&offset=0"}],"operation_schema_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/brreg/{operation}/schema","related_sources":[{"id":"firmafakta","name":"Firmafakta","reason":"Owners, accounts, grants and intellectual property.","api":"https://allemannsdata.com/wiki/api/v1/kilder/firmafakta","wiki":"https://allemannsdata.com/wiki/kilder/firmafakta/"},{"id":"doffin","name":"Doffin and TED","reason":"Procurement linked to the organization number.","api":"https://allemannsdata.com/wiki/api/v1/kilder/doffin","wiki":"https://allemannsdata.com/wiki/kilder/doffin/"}],"_meta":{"retrieved_at":"2026-08-02T14:01:13Z","language":"en","content_languages":["en"],"sources":[{"id":"brreg","name":"Br\u00f8nn\u00f8ysund Register Centre","description":"Live Central Coordinating Register lookups for businesses, official entity data, roles and group structures.","documentation":"https://data.brreg.no/enhetsregisteret/api/dokumentasjon/no/index.html","cache_ttl_seconds":120}]},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/brreg","names":"https://allemannsdata.com/wiki/api/v1/kilder/brreg?view=names","compact":"https://allemannsdata.com/wiki/api/v1/kilder/brreg?view=compact","full":"https://allemannsdata.com/wiki/api/v1/kilder/brreg","wiki":"https://allemannsdata.com/wiki/kilder/brreg/"}}
