Fetch the construction method for a property or listing
GET/listings/construction-method
Construction Method Endpoint
Overview
This API returns the construction method used by a property based on a batch ID or property ID NMA or Housing Association Id Nma or Finn code or Listing Date.
It supports both single property retrieval and batch downloads.
It returns data about the property's construction method, address, ad type, listing date etc.
For this API to return data about a property, there must have been a listing on the property with a paragraph describing the construction method.
Example Request
curl -X 'GET' \
'https://apis.propcloud.no/api/public/listings/construction-method?property-id-nma=3209-29-748-0-0' \
-H 'accept: application/json' \
-H 'api-key: YOUR_API_KEY'
Response Description
| Key | Description | Beskrivelse | Source |
|---|---|---|---|
finnCode | This code is used to identify ads in FINN | Kode brukt for aa identifisere annonsen | Finn.no |
byggemate | Building method described in the ad | Byggemaate beskrevet i annonsen | Finn.no |
byggebeskrivelse | Building description given in the ad | Byggebeskrivelse gitt i annonsen | Finn.no |
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 |
address | The physical address of the property. | Eiendommens fysiske adresse. | Finn.no, Hjem.no |
adtype | The type of listing (e.g., sale, rental). | Type oppforing (f.eks. salg, utleie). | Finn.no |
listingDate | The date when the property was listed or last updated. | Datoen da eiendommen ble lagt ut eller sist oppdatert. | Finn.no |
housingAssociationIdNma | Unique identifier for the housing association unit, formatted as organization number-share number, i.e. "924758716-4" | Unik identifikator for borettslagsandelen, formatert som organisasjonsnummer-andelsnummer, i.e. "924758716-4" | PropCloud |
batchId | Unique identifier for the batch of records. | Unik identifikator for batchen | PropCloud |
Request
Responses
- 200
- 422
Successful Response
Validation Error