Retrieve Information related to Companies
GET/companies/information
Company Information Endpoint
Overview
This API returns information about a company or companies based on a batch ID or property ID NMA or Organization ID.
It supports both single company retrieval, single property retrieval and batch downloads.
It returns data from the Norwegian Central Coordinating Register for Legal Entities (Enhetsregisteret) and PropCloud.
The API returns data about the company, including its name, industry classification (NACE code and description), organization type, registration details (such as VAT and Foretaksregisteret status), business and postal addresses, as well as key dates (registration and founding).
Example Request
curl -X 'GET' \
'https://apis.propcloud.no/api/public/companies/information?property-id-nma=0301-208-279-0-0&org-id=913418719' \
-H 'accept: application/json' \
-H 'api-key: YOUR_API_KEY'
Response Description
| Key | Description | Beskrivelse | Source |
|---|---|---|---|
orgId | Unique identifier for the organization | Unik identifikator for organisasjonen | Enhetsregisteret |
companyName | The name of the company | Navnet paa selskapet | Enhetsregisteret |
propertyIdNma | Unique identifier for the property, generated by PropCloud based on: city number, ground number, usage number, lease number, and section number | Unik identifikator for eiendommen generert av PropCloud basert paa: kommunenummer, gaardsnummer, bruksnummer, festenummer og seksjonsnummer | PropCloud |
organizationType | The type or classification of the organization (e.g., AS, ANS) | Organisasjonstype eller klassifisering av organisasjonen (f.eks. AS, ANS) | Enhetsregisteret |
naceIndustryCode | NACE industry classification code for the company's business activities | NACE-industri klassifiseringskode for selskapets virksomhet | Enhetsregisteret |
naceDescription | Description of the business activities corresponding to the NACE industry code | Beskrivelse av virksomhetsaktivitetene som tilsvarer NACE-industri koden | Enhetsregisteret |
website | The URL of the company's official website | Nettadressen til selskapets offisielle nettsted | Enhetsregisteret |
postalLocationPa | The postal location for the company's postal address | Poststed for selskapets postadresse | Enhetsregisteret |
streetAddressBa | The street address for the company's business address | Gateadresse for selskapets forretningsadresse | Enhetsregisteret |
postalLocationBa | The postal location for the company's business address | Poststed for selskapets forretningsadresse | Enhetsregisteret |
postalCodeBa | Postal code for the business address | Postnummer for forretningsadressen | Enhetsregisteret |
streetAddressPa | The street address for the company's postal address | Gateadresse for selskapets postadresse | Enhetsregisteret |
postalCodePa | Postal code for the postal address | Postnummer for postadressen | Enhetsregisteret |
registeredDate | The date when the company was registered | Datoen da selskapet ble registrert | Enhetsregisteret |
foundedDate | The date when the company was founded | Datoen da selskapet ble stiftet | Enhetsregisteret |
registeredMva | Indicates whether the company is registered for VAT (MVA) | Indikerer om selskapet er MVA-registrert | Enhetsregisteret |
registeredFr | Indicates whether the company is registered in the Norwegian non-profit registry | Indikerer om selskapet er registrert i Frivillighetsregisteret | Enhetsregisteret |
batchId | Unique identifier for the batch of records | Unik identifikator for batchen | PropCloud |
Request
Responses
- 200
- 422
Successful Response
Validation Error