Skip to main content
POST
/
api
/
brreg
/
companies
/brreg/companies
curl --request POST \
  --url https://api.anysite.io/api/brreg/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "organization_number": "<string>",
  "timeout": 300
}
'
[
  {
    "organization_number": "<string>",
    "name": "<string>",
    "@type": "@brreg_company",
    "organization_form": "<string>",
    "organization_form_description": "<string>",
    "registration_date": "<string>",
    "foundation_date": "<string>",
    "statute_date": "<string>",
    "deregistered_date": "<string>",
    "homepage": "<string>",
    "email": "<string>",
    "phone": "<string>",
    "mobile": "<string>",
    "language_form": "<string>",
    "employee_count": 123,
    "has_registered_employee_count": false,
    "business_address": {
      "@type": "@brreg_address",
      "address": [],
      "postal_code": "<string>",
      "city": "<string>",
      "municipality": "<string>",
      "municipality_number": "<string>",
      "country": "<string>",
      "country_code": "<string>"
    },
    "postal_address": {
      "@type": "@brreg_address",
      "address": [],
      "postal_code": "<string>",
      "city": "<string>",
      "municipality": "<string>",
      "municipality_number": "<string>",
      "country": "<string>",
      "country_code": "<string>"
    },
    "industry_code_1": {
      "@type": "@brreg_industry_code",
      "code": "<string>",
      "description": "<string>"
    },
    "industry_code_2": {
      "@type": "@brreg_industry_code",
      "code": "<string>",
      "description": "<string>"
    },
    "industry_code_3": {
      "@type": "@brreg_industry_code",
      "code": "<string>",
      "description": "<string>"
    },
    "sector": {
      "@type": "@brreg_sector",
      "code": "<string>",
      "description": "<string>"
    },
    "capital": {
      "@type": "@brreg_capital",
      "capital_amount": 123,
      "capital_currency": "<string>",
      "capital_type": "<string>",
      "share_count": 123,
      "registered_at": "<string>"
    },
    "historic_names": [],
    "purpose": [],
    "activity": [],
    "last_submitted_annual_accounts": "<string>",
    "in_group": false,
    "bankruptcy": false,
    "under_liquidation": false,
    "under_forced_liquidation": false,
    "registered_in_business_register": false,
    "registered_in_vat_register": false,
    "registered_in_foundation_register": false,
    "registered_in_voluntary_register": false,
    "registered_in_party_register": false
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
organization_number
string
required

Norwegian organization number (9 digits)

Example:

"923609016"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

organization_number
string
required
name
string
required
@type
string
default:@brreg_company
organization_form
string | null
organization_form_description
string | null
registration_date
string | null
foundation_date
string | null
statute_date
string | null
deregistered_date
string | null
homepage
string | null
email
string | null
phone
string | null
mobile
string | null
language_form
string | null
employee_count
integer | null
has_registered_employee_count
boolean
default:false
business_address
BrregAddress · object
postal_address
BrregAddress · object
industry_code_1
BrregIndustryCode · object
industry_code_2
BrregIndustryCode · object
industry_code_3
BrregIndustryCode · object
sector
BrregSector · object
capital
BrregCapital · object
historic_names
BrregHistoricName · object[]
purpose
string[]
activity
string[]
last_submitted_annual_accounts
string | null
in_group
boolean
default:false
bankruptcy
boolean
default:false
under_liquidation
boolean
default:false
under_forced_liquidation
boolean
default:false
registered_in_business_register
boolean
default:false
registered_in_vat_register
boolean
default:false
registered_in_foundation_register
boolean
default:false
registered_in_voluntary_register
boolean
default:false
registered_in_party_register
boolean
default:false