Fetch data related to persons
GET/persons/person-info
Person Information Endpoint
Overview
This API retrieves information of a person or persons based on a person id or person number or batch id.
It supports both single person retrieval and batch downloads.
The API returns info for both legal persons (companies / organizations) and physical persons (individuals).
It returns data such as a person's name, birthdate, address, and organization type.
Example Request
curl -X 'GET' \
'https://apis.propcloud.no/api/public/persons/person-info?person-id=2312701&person-number=06016932718' \
-H 'accept: application/json' \
-H 'api-key: YOUR_API_KEY'
Response Description
| Key | Description | Beskrivelse | Source |
|---|---|---|---|
batchId | Unique identifier for the batch | Unik identifikator for batchen | PropCloud |
personId | Unique identifier for the person | Unik identifikator for personen eller selskapet | Kartverket |
personNumber | For physical persons: 11 digit person number, For companies: 9 digit organization number | For fysiske personer: 11-sifret personnummer, For selskaper: 9-sifret organsiasjonsnummer | Kartverket |
fullName | The name of the person | Navnet paa personen | Kartverket |
firstName | The first name of the person | Fornavnet til personen | Kartverket |
lastName | The last name of the person | Etternavnet til personen | Kartverket |
fullBirthdate | The birth date, with day, month, and year | Fodselsdato, med dag, maaned og aar | Kartverket |
birthYear | The birth year | Fodselsaar | Kartverket |
fullAddress | The physical address of the person. | Personens fysiske adresse. | Kartverket |
organizationTypeName | For legal persons (companies / organizations) this gives the type of legal person | For juridiske personer (selskaper/organisasjoner) gir dette typen juridisk person | Kartverket |
organizationTypeCode | For legal persons (companies / organizations) this gives the legal person type code | For juridiske personer (selskaper/organisasjoner) gir dette koden for typen juridisk person | Kartverket |
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 |
Request
Responses
- 200
- 422
Successful Response
Validation Error