Gå til hovedinnhold

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

KeyDescriptionBeskrivelseSource
finnCodeThis code is used to identify ads in FINNKode brukt for aa identifisere annonsenFinn.no
byggemateBuilding method described in the adByggemaate beskrevet i annonsenFinn.no
byggebeskrivelseBuilding description given in the adByggebeskrivelse gitt i annonsenFinn.no
propertyIdNmaUnique identifier for the property, generated by PropCloud based on: city number, ground number, usage number, lease number and section numberUnik identifikator for eiendommen generert av PropCloud basert paa: kommunenummer, gaardsnummer, bruksnummer, festenummer og seksjonsnummerPropCloud
addressThe physical address of the property.Eiendommens fysiske adresse.Finn.no, Hjem.no
adtypeThe type of listing (e.g., sale, rental).Type oppforing (f.eks. salg, utleie).Finn.no
listingDateThe date when the property was listed or last updated.Datoen da eiendommen ble lagt ut eller sist oppdatert.Finn.no
housingAssociationIdNmaUnique 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
batchIdUnique identifier for the batch of records.Unik identifikator for batchenPropCloud

Request

Responses

Successful Response