Woningwaarde API
Voor wie is het?
Wat moet ik weten?
Postal code
1251NJHouse number
22House letter
House number extension
Type of dwelling
2-onder-1-kapwoningPossible values: Indication of the year in which the building will originally be delivered in, or is architecturally ready. Also known as construction year.
1955The usable surface area of a property object in m2.
104The lot/parcel surface in m2.
338Volume in m3.
411Number of rooms.
5A label indicating how well the property object is insulated.
EPossible values: Boolean indicating whether the house is a monument.
falseExample: falseValuation date
2026-08-13Example: 2026-08-13HomevalueValueResponse
stringsuccessHTTP 400
HTTP 401
HTTP 403
HTTP 404
HTTP 500
GET /v1/homevalue/value?postalCode=1251NJ&houseNumber=22&buildType=2-onder-1-kapwoning&buildYear=1955&useSurface=104 HTTP/1.1
Host: api.matrixian.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "string",
"params": {
"postalCode": "1251NJ",
"houseNumber": 22,
"houseLetter": null,
"houseNumberExt": null,
"buildType": "2-onder-1-kapwoning",
"buildYear": 1955,
"useSurface": 104,
"parcelSurface": 338,
"volume": 411,
"numberOfRooms": 5,
"energyLabel": "E",
"monument": false,
"valuationDate": "2026-08-13"
},
"data": {
"weightedValue": 1,
"confidenceClass": 1
},
"error": {},
"meta": {},
"status": "success"
}Postal code
1251NJHouse number
22House letter
House number extension
Type of dwelling
2-onder-1-kapwoningPossible values: Indication of the year in which the building will originally be delivered in, or is architecturally ready. Also known as construction year.
1955The usable surface area of a property object in m2.
104The lot/parcel surface in m2.
338Volume in m3.
411Number of rooms.
5A label indicating how well the property object is insulated.
EPossible values: Boolean indicating whether the house is a monument.
falseExample: falseValuation date
2026-08-11Example: 2026-08-11HomevalueAvailableResponse
stringsuccessHTTP 400
HTTP 401
HTTP 403
HTTP 404
HTTP 500
GET /v1/homevalue/available?postalCode=1251NJ&houseNumber=22&buildType=2-onder-1-kapwoning&buildYear=1955&useSurface=104 HTTP/1.1
Host: api.matrixian.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "string",
"params": {
"postalCode": "1251NJ",
"houseNumber": 22,
"houseLetter": null,
"houseNumberExt": null,
"buildType": "2-onder-1-kapwoning",
"buildYear": 1955,
"useSurface": 104,
"parcelSurface": 338,
"volume": 411,
"numberOfRooms": 5,
"energyLabel": "E",
"monument": false,
"valuationDate": "2026-08-11"
},
"data": {
"available": true
},
"error": {},
"meta": {},
"status": "success"
}Last updated
