Woningwaarde+ API
Wanneer u naast een accurate woningwaarde ook geïnteresseerd bent in de achterliggende data, bijvoorbeeld omdat u zelf een rapport samen wilt stellen voor uw klanten of een diepere analyse wilt doen op de prijs, dan is deze API geschikt voor u. U krijgt niet alleen uitgebreide informatie over het object zelf, maar u krijgt ook toegang tot de drie best vergelijkbare woningen inclusief de meest recente transactieprijzen.
Voor wie is het?
U wilt diepere analyses doen op de waarde van een object
U wilt data hebben om een rapport te vullen voor uw cliënten
Toegang tot onderbouwing van de waarde is belangrijk voor u
Wat moet ik weten?
Het Matrixian AVM is gerenommeerd en wordt gebruikt door verschillende brancheorganisaties in de taxatie- en makelaarswereld
Het model wordt continu beoordeeld en verbeterd zodat we nooit achterlopen op de markt en u zeker bent van betrouwbare informatie
Locatie, locatie, locatie! Prijstrends, referentieverkopen en gebiedskenmerken worden allemaal meegenomen in het model
Returns the predicted market value and related information.
Zipcode
1251NJ
House number
22
House letter
House number extention
Type of dwelling
2-onder-1-kapwoning
Possible values: Indication of the year in which the building will originally be delivered in, or is architectually ready. Also known as construction year.
1955
The usable surface area of a property object in m2.
104
The lot/parcel surface in m2.
338
Volume in m3.
411
Number of rooms.
5
A label indicating how well the property object is insulated.
E
Possible values: Boolean indicating whether the house is a monument.
false
Example: false
Valuation date
2025-10-03
Example: 2025-10-03
Minimal accuracy score
HomevalueResponse
HTTP 400
HTTP 401
HTTP 403
HTTP 404
HTTP 500
GET /v1/homevalue?postal_code=1251NJ&houseNumber=22&type=2-onder-1-kapwoning&year=1955&use_surface=104 HTTP/1.1
Host: api.matrixian.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"statusCode": 200,
"headers": {
"Content-Type": "application/json"
},
"isBase64Encoded": false,
"body": {
"id": "string",
"params": {
"postal_code": "1251NJ",
"houseNumber": "22",
"type": "2-onder-1-kapwoning",
"year": "1955",
"use_surface": "104",
"parcelSurface": "338",
"volume": "411",
"rooms": "5",
"energyLabel": "E",
"monument": "False",
"date": "2025-10-03"
},
"data": {
"houseNumber": 22,
"houseNumberExt": null,
"postalCode": "1251NJ",
"street": "Graafland",
"city": "Laren",
"municipality": "Laren (NH.)",
"state": "Noord-Holland",
"country": "The Netherlands",
"bagId": 417200000001419,
"energyLabel": "E",
"rooms": 5,
"monument": false,
"valueDate": "2025-10-03",
"indexedPrice": 1,
"buildYear": 2020,
"inputBuildYear": 1,
"useSurface": 104,
"inputUseSurface": 1,
"volume": 411,
"parcelSurface": 338,
"inputParcelSurface": 1,
"buildType": "2-onder-1-kapwoning",
"inputBuildType": "text",
"predictedValue": 1,
"accuracy": 1,
"confidenceClass": 1,
"histTransactionPrice": 1,
"histTransactionDate": "2025-10-05",
"references": [
{
"amount": 1,
"bagId": 417200000001419,
"buildType": "2-onder-1-kapwoning",
"buildYear": 1,
"buildYearCat": "text",
"city": "Laren",
"date": "2025-10-05",
"distance": 200,
"equality": 1,
"houseNumber": 22,
"houseNumberExt": null,
"indexedPrice": 1,
"monument": false,
"parcelSurface": 338,
"postalCode": "1251NJ",
"state": "Noord-Holland",
"street": "Graafland",
"useSurface": 104,
"volume": 411
}
],
"weightedValue": 1,
"numZipAllTypes": 1,
"medZipAllTypes": 1,
"numZipSameType": 1,
"medZipSameType": 1,
"numStrAllTypes": 1,
"medStrAllTypes": 1,
"numStrSameType": 1,
"medStrSameType": 1
},
"error": {},
"meta": {},
"status": "success"
}
}
Last updated