UnifyAPI
← Back to catalog

brreg.entity

mock data$0.001 / call

Brreg Entity Detail

Retrieve full details for a specific Norwegian company or organisation by its 9-digit organisation number. Returns: name, organisation form, website, phone, email, employee count, registration date, founding date, VAT registration, bankruptcy/winding-up status, up to 3 NACE industry codes, municipality, postal address, business address, last annual report year, and parent entity. Ideal for KYB (Know Your Business) verification of Norwegian entities. Source: Brønnøysundregistrene, NLOD 2.0.

Businessprovider: Brreg#brreg#business

Input schema

org_numberrequired

Norwegian organisation number — exactly 9 digits (e.g. "923609016" for Equinor, "982463718" for DNB). No spaces or dashes.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/brreg.entity \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"org_number":"<org_number>"}'

Try it

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