> For the complete documentation index, see [llms.txt](https://docs.matrixian.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.matrixian.com/waarderen-en-taxeren/woz-waarde-api.md).

# 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 /woz-value

> Returns all WOZ values from 2015 onwards.

```json
{"openapi":"3.0.3","info":{"title":"Matrixian API","version":"1.0.0"},"servers":[{"url":"https://api.matrixian.com/v1","description":"Matrixian API"}],"security":[{"BearerAuth":[]}],"components":{"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"{{API_KEY}}"}},"schemas":{"WozAddressInput":{"properties":{"postalCode":{"type":"string","title":"Postalcode","description":"Postal code"},"houseNumber":{"type":"integer","title":"Housenumber","description":"House number"},"houseLetter":{"title":"Houseletter","description":"House letter","type":"string","nullable":true},"houseNumberExt":{"title":"Housenumberext","description":"House number extension","type":"string","nullable":true}},"type":"object","required":["postalCode","houseNumber"],"title":"WozAddressInput"},"WozValueResponse":{"properties":{"id":{"type":"string","title":"Bag nummeraanduidingid","description":"Identification number according to the BAG."},"address":{"type":"string","title":"Address","description":"Formatted address string of the WOZ object"},"city":{"type":"string","title":"City","description":"City in which the WOZ object is located"},"postalCode":{"type":"string","title":"Postalcode","description":"Postal code of the WOZ object"},"houseNumber":{"type":"integer","title":"Huisnummer","description":"House number of the WOZ object"},"houseLetter":{"title":"Houseletter","description":"House letter","type":"string","nullable":true},"houseNumberExt":{"title":"Housenumberext","description":"House number extension","type":"string","nullable":true},"characteristics":{"description":"Characteristics of the WOZ object","allOf":[{"$ref":"#/components/schemas/Characteristics"}]},"wozValues":{"items":{"$ref":"#/components/schemas/WozValues"},"type":"array","title":"WOZ values","description":"WOZ values per valuation date."}},"type":"object","required":["id","address","city","postalCode","houseNumber","characteristics","wozValues"],"title":"WozValueResponse"},"Characteristics":{"properties":{"buildType":{"description":"Type of dwelling.","title":"Buildtype","type":"string"},"buildYear":{"description":"Indication of the year in which the building will originally be delivered in, or is architecturally ready. Also known as construction year.","title":"Buildyear","type":"integer"},"usePurpose":{"description":"The categorisation of the purposes of use of the relevant property object as stated in the permit or as established upon registration.","title":"Usepurpose","type":"string"},"useSurface":{"description":"The usable surface area of a property object in square meters.","title":"Usesurface","type":"integer"}},"required":["buildType","buildYear","usePurpose","useSurface"],"title":"Characteristics","type":"object"},"WozValues":{"properties":{"valuationDate":{"description":"Valuation date","format":"date","title":"Valuationdate","type":"string"},"wozValue":{"default":null,"description":"WOZ value","title":"Wozvalue","type":"integer","nullable":true}},"required":["valuationDate"],"title":"WozValues","type":"object"},"ErrorObject":{"properties":{"code":{"type":"integer","title":"Code"},"message":{"type":"string","title":"Message"},"errors":{"items":{"$ref":"#/components/schemas/ErrorDetail"},"type":"array","title":"Errors"}},"type":"object","required":["code","message","errors"],"title":"ErrorObject"},"ErrorDetail":{"properties":{"reason":{"type":"string","title":"Reason"},"message":{"type":"string","title":"Message"}},"type":"object","required":["reason","message"],"title":"ErrorDetail"}}},"paths":{"/woz-value":{"get":{"description":"Returns all WOZ values from 2015 onwards.","operationId":"wozWaarden","parameters":[{"description":"Postal code","required":true,"style":"form","explode":true,"schema":{"type":"string"},"name":"postalCode","in":"query"},{"description":"House number","required":true,"style":"form","explode":true,"schema":{"type":"integer"},"name":"houseNumber","in":"query"},{"description":"House letter","required":false,"style":"form","explode":true,"schema":{"type":"string"},"name":"houseLetter","in":"query"},{"description":"House number extension","required":false,"style":"form","explode":true,"schema":{"type":"string"},"name":"houseNumberExt","in":"query"}],"responses":{"200":{"description":"WozValueResponse","content":{"application/json":{"schema":{"properties":{"id":{"type":"string","nullable":true},"params":{"$ref":"#/components/schemas/WozAddressInput"},"data":{"$ref":"#/components/schemas/WozValueResponse"},"error":{"additionalProperties":{"type":"string"},"type":"object"},"meta":{"additionalProperties":{"type":"string"},"type":"object","nullable":true},"status":{"type":"string"}},"type":"object","required":["data","status"]}}}},"400":{"description":"HTTP 400","content":{"application/json":{"schema":{"properties":{"id":{"type":"string","nullable":true},"params":{"$ref":"#/components/schemas/WozAddressInput"},"data":{"additionalProperties":{"type":"string"},"type":"object"},"error":{"$ref":"#/components/schemas/ErrorObject"},"meta":{"additionalProperties":{"type":"string"},"type":"object","nullable":true},"status":{"type":"string"}},"type":"object","required":["error","status"]}}}},"401":{"description":"HTTP 401","content":{"application/json":{"schema":{"properties":{"id":{"type":"string","nullable":true},"params":{"$ref":"#/components/schemas/WozAddressInput"},"data":{"additionalProperties":{"type":"string"},"type":"object"},"error":{"$ref":"#/components/schemas/ErrorObject"},"meta":{"additionalProperties":{"type":"string"},"type":"object","nullable":true},"status":{"type":"string"}},"type":"object","required":["error","status"]}}}},"403":{"description":"HTTP 403","content":{"application/json":{"schema":{"properties":{"message":{"type":"string"}},"type":"object","required":["message"]}}}},"404":{"description":"HTTP 404","content":{"application/json":{"schema":{"properties":{"id":{"type":"string","nullable":true},"params":{"$ref":"#/components/schemas/WozAddressInput"},"data":{"additionalProperties":{"type":"string"},"type":"object"},"error":{"$ref":"#/components/schemas/ErrorObject"},"meta":{"additionalProperties":{"type":"string"},"type":"object","nullable":true},"status":{"type":"string"}},"type":"object","required":["error","status"]}}}},"500":{"description":"HTTP 500","content":{"application/json":{"schema":{"properties":{"id":{"type":"string","nullable":true},"params":{"$ref":"#/components/schemas/WozAddressInput"},"data":{"additionalProperties":{"type":"string"},"type":"object"},"error":{"$ref":"#/components/schemas/ErrorObject"},"meta":{"additionalProperties":{"type":"string"},"type":"object","nullable":true},"status":{"type":"string"}},"type":"object","required":["error","status"]}}}}}}}}}
```

## GET /woz-value/live

> Returns live WOZ values from 2015 onwards.

```json
{"openapi":"3.0.3","info":{"title":"Matrixian API","version":"1.0.0"},"servers":[{"url":"https://api.matrixian.com/v1","description":"Matrixian API"}],"security":[{"BearerAuth":[]}],"components":{"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"{{API_KEY}}"}},"schemas":{"WozAddressInput":{"properties":{"postalCode":{"type":"string","title":"Postalcode","description":"Postal code"},"houseNumber":{"type":"integer","title":"Housenumber","description":"House number"},"houseLetter":{"title":"Houseletter","description":"House letter","type":"string","nullable":true},"houseNumberExt":{"title":"Housenumberext","description":"House number extension","type":"string","nullable":true}},"type":"object","required":["postalCode","houseNumber"],"title":"WozAddressInput"},"WozValueResponse":{"properties":{"id":{"type":"string","title":"Bag nummeraanduidingid","description":"Identification number according to the BAG."},"address":{"type":"string","title":"Address","description":"Formatted address string of the WOZ object"},"city":{"type":"string","title":"City","description":"City in which the WOZ object is located"},"postalCode":{"type":"string","title":"Postalcode","description":"Postal code of the WOZ object"},"houseNumber":{"type":"integer","title":"Huisnummer","description":"House number of the WOZ object"},"houseLetter":{"title":"Houseletter","description":"House letter","type":"string","nullable":true},"houseNumberExt":{"title":"Housenumberext","description":"House number extension","type":"string","nullable":true},"characteristics":{"description":"Characteristics of the WOZ object","allOf":[{"$ref":"#/components/schemas/Characteristics"}]},"wozValues":{"items":{"$ref":"#/components/schemas/WozValues"},"type":"array","title":"WOZ values","description":"WOZ values per valuation date."}},"type":"object","required":["id","address","city","postalCode","houseNumber","characteristics","wozValues"],"title":"WozValueResponse"},"Characteristics":{"properties":{"buildType":{"description":"Type of dwelling.","title":"Buildtype","type":"string"},"buildYear":{"description":"Indication of the year in which the building will originally be delivered in, or is architecturally ready. Also known as construction year.","title":"Buildyear","type":"integer"},"usePurpose":{"description":"The categorisation of the purposes of use of the relevant property object as stated in the permit or as established upon registration.","title":"Usepurpose","type":"string"},"useSurface":{"description":"The usable surface area of a property object in square meters.","title":"Usesurface","type":"integer"}},"required":["buildType","buildYear","usePurpose","useSurface"],"title":"Characteristics","type":"object"},"WozValues":{"properties":{"valuationDate":{"description":"Valuation date","format":"date","title":"Valuationdate","type":"string"},"wozValue":{"default":null,"description":"WOZ value","title":"Wozvalue","type":"integer","nullable":true}},"required":["valuationDate"],"title":"WozValues","type":"object"},"ErrorObject":{"properties":{"code":{"type":"integer","title":"Code"},"message":{"type":"string","title":"Message"},"errors":{"items":{"$ref":"#/components/schemas/ErrorDetail"},"type":"array","title":"Errors"}},"type":"object","required":["code","message","errors"],"title":"ErrorObject"},"ErrorDetail":{"properties":{"reason":{"type":"string","title":"Reason"},"message":{"type":"string","title":"Message"}},"type":"object","required":["reason","message"],"title":"ErrorDetail"}}},"paths":{"/woz-value/live":{"get":{"description":"Returns live WOZ values from 2015 onwards.","operationId":"wozWaardenLive","parameters":[{"description":"Postal code","required":true,"style":"form","explode":true,"schema":{"type":"string"},"name":"postalCode","in":"query"},{"description":"House number","required":true,"style":"form","explode":true,"schema":{"type":"integer"},"name":"houseNumber","in":"query"},{"description":"House letter","required":false,"style":"form","explode":true,"schema":{"type":"string"},"name":"houseLetter","in":"query"},{"description":"House number extension","required":false,"style":"form","explode":true,"schema":{"type":"string"},"name":"houseNumberExt","in":"query"}],"responses":{"200":{"description":"WozValueResponse","content":{"application/json":{"schema":{"properties":{"id":{"type":"string","nullable":true},"params":{"$ref":"#/components/schemas/WozAddressInput"},"data":{"$ref":"#/components/schemas/WozValueResponse"},"error":{"additionalProperties":{"type":"string"},"type":"object"},"meta":{"additionalProperties":{"type":"string"},"type":"object","nullable":true},"status":{"type":"string"}},"type":"object","required":["data","status"]}}}},"400":{"description":"HTTP 400","content":{"application/json":{"schema":{"properties":{"id":{"type":"string","nullable":true},"params":{"$ref":"#/components/schemas/WozAddressInput"},"data":{"additionalProperties":{"type":"string"},"type":"object"},"error":{"$ref":"#/components/schemas/ErrorObject"},"meta":{"additionalProperties":{"type":"string"},"type":"object","nullable":true},"status":{"type":"string"}},"type":"object","required":["error","status"]}}}},"401":{"description":"HTTP 401","content":{"application/json":{"schema":{"properties":{"id":{"type":"string","nullable":true},"params":{"$ref":"#/components/schemas/WozAddressInput"},"data":{"additionalProperties":{"type":"string"},"type":"object"},"error":{"$ref":"#/components/schemas/ErrorObject"},"meta":{"additionalProperties":{"type":"string"},"type":"object","nullable":true},"status":{"type":"string"}},"type":"object","required":["error","status"]}}}},"403":{"description":"HTTP 403","content":{"application/json":{"schema":{"properties":{"message":{"type":"string"}},"type":"object","required":["message"]}}}},"404":{"description":"HTTP 404","content":{"application/json":{"schema":{"properties":{"id":{"type":"string","nullable":true},"params":{"$ref":"#/components/schemas/WozAddressInput"},"data":{"additionalProperties":{"type":"string"},"type":"object"},"error":{"$ref":"#/components/schemas/ErrorObject"},"meta":{"additionalProperties":{"type":"string"},"type":"object","nullable":true},"status":{"type":"string"}},"type":"object","required":["error","status"]}}}},"500":{"description":"HTTP 500","content":{"application/json":{"schema":{"properties":{"id":{"type":"string","nullable":true},"params":{"$ref":"#/components/schemas/WozAddressInput"},"data":{"additionalProperties":{"type":"string"},"type":"object"},"error":{"$ref":"#/components/schemas/ErrorObject"},"meta":{"additionalProperties":{"type":"string"},"type":"object","nullable":true},"status":{"type":"string"}},"type":"object","required":["error","status"]}}}}}}}}}
```

## The WozValueResponse object

```json
{"openapi":"3.0.3","info":{"title":"Matrixian API","version":"1.0.0"},"components":{"schemas":{"WozValueResponse":{"properties":{"id":{"type":"string","title":"Bag nummeraanduidingid","description":"Identification number according to the BAG."},"address":{"type":"string","title":"Address","description":"Formatted address string of the WOZ object"},"city":{"type":"string","title":"City","description":"City in which the WOZ object is located"},"postalCode":{"type":"string","title":"Postalcode","description":"Postal code of the WOZ object"},"houseNumber":{"type":"integer","title":"Huisnummer","description":"House number of the WOZ object"},"houseLetter":{"title":"Houseletter","description":"House letter","type":"string","nullable":true},"houseNumberExt":{"title":"Housenumberext","description":"House number extension","type":"string","nullable":true},"characteristics":{"description":"Characteristics of the WOZ object","allOf":[{"$ref":"#/components/schemas/Characteristics"}]},"wozValues":{"items":{"$ref":"#/components/schemas/WozValues"},"type":"array","title":"WOZ values","description":"WOZ values per valuation date."}},"type":"object","required":["id","address","city","postalCode","houseNumber","characteristics","wozValues"],"title":"WozValueResponse"},"Characteristics":{"properties":{"buildType":{"description":"Type of dwelling.","title":"Buildtype","type":"string"},"buildYear":{"description":"Indication of the year in which the building will originally be delivered in, or is architecturally ready. Also known as construction year.","title":"Buildyear","type":"integer"},"usePurpose":{"description":"The categorisation of the purposes of use of the relevant property object as stated in the permit or as established upon registration.","title":"Usepurpose","type":"string"},"useSurface":{"description":"The usable surface area of a property object in square meters.","title":"Usesurface","type":"integer"}},"required":["buildType","buildYear","usePurpose","useSurface"],"title":"Characteristics","type":"object"},"WozValues":{"properties":{"valuationDate":{"description":"Valuation date","format":"date","title":"Valuationdate","type":"string"},"wozValue":{"default":null,"description":"WOZ value","title":"Wozvalue","type":"integer","nullable":true}},"required":["valuationDate"],"title":"WozValues","type":"object"}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.matrixian.com/waarderen-en-taxeren/woz-waarde-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
