Get current location of a company
GET/companies/:org_nr/current-location
Company Current Location Endpoint
Overview
Returns the company's currently-open occupancy interval — the address where the company's forretningsadresse is registered right now.
An open interval is one where valid_to is null. Returns 404 if the company is deregistered or has never been seen.
Data is sourced from the occupancy_intervals collection in the PropCloud Leads database, which is built from Enhetsregisteret address change events.
Example Request
curl -X 'GET' \
'https://apis.propcloud.no/api/public/companies/935112885/current-location' \
-H 'accept: application/json' \
-H 'api-key: YOUR_API_KEY'
Response Description
| Key | Description | Beskrivelse | Source |
|---|---|---|---|
orgNr | Organization number | Organisasjonsnummer | Enhetsregisteret |
orgName | Name of the organization | Navn på organisasjonen | Enhetsregisteret |
orgForm | Organization form code (e.g. AS, ENK) | Organisasjonsformkode (f.eks. AS, ENK) | Enhetsregisteret |
orgFormDescription | Human-readable description of the organization form | Lesbar beskrivelse av organisasjonsformen | Enhetsregisteret |
employeeCount | Number of registered employees at the start of the interval | Antall registrerte ansatte ved intervallets start | Enhetsregisteret |
propertyIdNma | PropCloud property identifier for the resolved location | PropCloud-eiendomsidentifikator for den løste lokasjonen | PropCloud |
businessAddress | Raw business address string as registered in Enhetsregisteret | Rå forretningsadresse slik den er registrert i Enhetsregisteret | Enhetsregisteret |
validFrom | Date when the company moved to this address (YYYY-MM-DD) | Dato da selskapet flyttet til denne adressen (YYYY-MM-DD) | Enhetsregisteret |
validFromIsLowerBound | true if validFrom is an estimated lower bound rather than the exact move-in date | true hvis validFrom er et estimert nedre grense og ikke den eksakte innflyttingsdatoen | PropCloud |
Request
Responses
- 200
- 422
Successful Response
Validation Error