WOZ-waarde API
Vind de meest recente en historische WOZ waardes van elk (woon)object in Nederland. Deze API kan gebruikt worden om trendanalyses te maken, voor marktsegmentatie en natuurlijk voor het opstellen van WOZ-bezwaren.
Voor wie is het?
Vastgoedprofessionals die zich bezighouden met WOZ-bezwaren
Marktsegmentatie en trendanalyses
get
Returns all WOZ values from 2015 onwards.
Authorizations
Query parameters
postalCodestringRequiredExample:
Zipcode
1251NJ
houseNumberintegerRequiredExample:
House number
22
houseLetterstringOptional
House letter
houseNumberExtstringOptional
House number extention
Responses
200
WozValueResponse
application/json
400
HTTP 400
application/json
401
HTTP 401
application/json
403
HTTP 403
application/json
404
HTTP 404
application/json
500
HTTP 500
application/json
get
GET /v1/woz-value?postalCode=1251NJ&houseNumber=22 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": {
"postalCode": "1251NJ",
"houseNumber": "22"
},
"data": {
"id": 417200000001419,
"address": "Graafland 22, 1251NJ Laren",
"city": "Laren",
"postalCode": "1251NJ",
"houseNumber": 22,
"houseLetter": null,
"houseNumberExt": null,
"characteristics": {
"buildType": "2-onder-1-kapwoning",
"buildYear": 1955,
"usePurpose": "woonfunctie",
"useSurface": 104
},
"wozValues": [
{
"valuationDate": "2024-01-01",
"wozValue": 930000
}
]
},
"error": {},
"meta": {},
"status": "success"
}
}
Last updated