Links

WOZ API

With the WOZ API, you will be able to fetch the latest WOZ values for each property in Netherlands.
WOZ API voor het opvragen van actuele WOZ-waardes

Introduction

Every year, every municipality determines the value of houses, business premises, shops, and unbuilt plots. This value is called the WOZ(Waardering Onroerende Zaken) value. The municipality uses the WOZ value to determine the amount of taxes. With WOZ API, Altum AI creates a unique and simple modus operandi for retrieving WOZ Values ​​for homes and properties in the Netherlands. The source of the WOZ values is the official WOZ Website. This model will provide values for properties with either BAGID or House address as long their WOZ Values exist on the WOZ Website. The WOZ API also provides other details in its response like the Build Year, Coordinates, Purpose of property, etc.

How to use

For the WOZ API to be able to deliver the WOZ value and object details, the object details such as the zip code and house number or BagID has to be present.
Depending on the object and input, we generate a response. This response covers the details about the property such as the address, building type, building year, outer surface area, and other correlating information.

Index

Using "index": 1 in the request will add an indexed value, based on the Kadaster index, to the latest available WOZ value. Default = 0.

Cache

Using "cache": 0 in the request will trigger a live API call overriding the cache. Default = 1.
POST METHOD
Fig.1 WOZ API POST Method Illustration
GET METHOD
Fig.2 WOZ API GET Method Illustration
Input
Output
Zip code
House number
House number addition
OR
BagID
BAG ID
Zip code
House number
House number addition
Street City
HouseAddress
Build Year
House-type
WOZ Source Date
Outer surface area
Latitude
Longitude WOZ Values

Up next: