UnifyAPI
← Back to catalog

brreg.sub_units

mock data$0.001 / call

Brreg 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.

Businessprovider: Brreg#brreg#business

Input schema

page

Zero-based page number for pagination (default 0).

integer
size

Number of sub-units per page (1–50, default 10).

integer
org_numberrequired

Organisation number of the parent company (9 digits). Returns all registered sub-units (branches, departments, locations) that belong to this parent entity.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.