← Back to catalog
brreg.sub_units
mock data$0.001 / callBrreg Sub-Units
List all registered sub-units (underenheter) for a Norwegian parent company — branches, departments, production sites, and physical locations. Each sub-unit has its own organisation number, name, org form, NACE industry code, municipality, and employee count. Useful for mapping a company's operational footprint across Norway. Large companies like Equinor or NHO can have hundreds of sub-units. Paginated (up to 50/page). Source: Brønnøysundregistrene, NLOD 2.0.
Input schema
page
integerZero-based page number for pagination (default 0).
size
integerNumber of sub-units per page (1–50, default 10).
org_numberrequired
stringOrganisation number of the parent company (9 digits). Returns all registered sub-units (branches, departments, locations) that belong to this parent entity.
Call via REST
curl -X POST https://unifyapi.pro/api/call/brreg.sub_units \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"size":0,"org_number":"<org_number>"}'