Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Referentiewoningen API

Aan de hand van een adres geeft dit endpoint tot 50 kwalitatief goede referentieobjecten terug. Deze referenties zijn voorzien van een geïndexeerde transactieprijs zodat u makkelijk de objecten in de lijst met elkaar kan vergelijken zonder rekening te houden met de verkoopdatum. Daarnaast is elke referentie voorzien van een referentiescore zodat u makkelijk kunt zien welke objecten de beste referentie zijn voor het te evalueren object. Deze score is gebaseerd op de karakteristieken van de woning, de verkoopdatum en de afstand tussen de objecten.

Voor wie is het?

  • U wilt een zo compleet mogelijke lijst van referentieobjecten voor een bepaald object

  • U wilt deze objecten graag in één oogopslag kunnen vergelijken

Wat moet ik weten?

  • Dit endpoint levert geen koopsommen terug. In plaats daarvan krijgt u toegang tot een geïndexeerde transactieprijs wat u in staat stelt om te vergelijken zonder rekening te houden met de verkoopdatum

  • Deze oplossing wordt gebruikt en regelmatig getest door onafhankelijke taxateurs

get

Returns comparable properties with price ranges.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
postalCodestringRequired

Postal code

Example: 1251NJ
houseNumberintegerRequired

House number

Example: 22
houseLetterstringOptional

House letter

houseNumberExtstringOptional

House number extension

valuationDatestring · dateOptional

Valuation date

Default: 2026-07-09Example: 2026-07-09
buildYearintegerOptional

Indication of the year in which the building will originally be delivered in, or is architecturally ready. Also known as construction year.

Example: 1955
houseTypestring · enumOptional

Type of dwelling.

Example: 2-onder-1-kapwoningPossible values:
useSurfaceintegerOptional

The usable surface area of a property object in m2.

Example: 104
parcelSurfaceintegerOptional

The lot/parcel surface in m2.

Example: 338
locationWeightnumberOptional

Measure of Location importance in finding reference objects.

Default: 0.4Example: 0.4
houseDetailsWeightnumberOptional

Measure of House details importance in finding WOZ reference objects.

Default: 0.4Example: 0.4
volumeintegerOptional

Volume in m3.

Example: 411
energyLabelstring · enumOptional

A label indicating how well the property object is insulated.

Example: EPossible values:
nReferencesintegerOptional

Amount of reference objects to return.

Default: 3Example: 3
minUseSurfaceintegerOptional

Minimal use surface of reference objects.

Example: 100
maxUseSurfaceintegerOptional

Maximal use surface of reference objects.

Example: 200
minBuildYearintegerOptional

Minimum build year of reference objects.

Example: 2020
maxBuildYearintegerOptional

Maximum build year of reference objects.

Example: 2026
minParcelSurfaceintegerOptional

Minimal parcel surface of reference objects.

Example: 100
maxParcelSurfaceintegerOptional

Maximum parcel surface of reference objects.

Example: 400
maxDistanceintegerOptional

Maximum distance from the valuation object to the reference object in meters.

Default: 10000
minTransportDatestring · dateOptional

Minimal transport date of reference objects.

maxTransportDatestring · dateOptional

Maximum transport date of reference objects.

transportDateWeightnumberOptional

Measure of transport date importance in finding reference objects.

Default: 0.2Example: 0.2
minReferenceScorenumberOptional

Minimal reference score of reference objects.

Default: 0.6Example: 0.6
Responses
200

MxReferenceFinderResponse

application/json
idstring · nullableOptionalExample: string
statusstringRequiredExample: success
get/mx-reference-finder
get

Returns a list of reference objects and their transaction prices.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
postalCodestringRequired

Postal code

Example: 1251NJ
houseNumberintegerRequired

House number

Example: 22
houseLetterstringOptional

House letter

houseNumberExtstringOptional

House number extension

valuationDatestring · dateOptional

Valuation date

Default: 2026-07-09Example: 2026-07-09
dateTransportstring · dateOptional

The acceptance date is the date on which you, as a buyer, become the owner of the house.

Responses
200

TransactionFinderResponse

application/json
idstring · nullableOptionalExample: string
statusstringRequiredExample: success
get/mx-transaction-finder

Last updated