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

# Changelog

#### 2.2 - 2022-09-28

* Probleem opgelost waarbij zowel hoofdletters als kleine letters niet werden geaccepteerd voor toevoegingsletters voor huisnummers.

#### 2.1  - 2022-08-02

* Bijgewerkte lijst met mogelijke woningtype invoer [Woningtypes](/taxeren-en-waarderen/woningwaarde-api/woningtypes.md)

#### 2.0 - 2022-03-21

* Toegevoegd: [AccuracyIndicator](/taxeren-en-waarderen/woningwaarde-api/accuratesse-indicator.md) aan het resultaat = "AccuracyIndicator": 1

#### 1.03 - 2021-07-27

#### Gewijzigd

* De gebruiker kan het huistype invoeren en overschrijven&#x20;
* Fout 400-reactie toegevoegd wanneer het huis niet in de database bestaat. De foutmelding is "Uitvoer: het opgegeven huisadres niet gevonden in database, de combinatie van postcode, huisnummer en huistoevoeging bestaat niet.".
* Fout 400-reactie toegevoegd wanneer de voorspelling te laag is. Het bericht is "Uitvoer: de voorspelling is te laag.".&#x20;
* Fout 400-reactie toegevoegd wanneer het huistype niet wordt ondersteund. Het bericht is "Uitvoer: het opgegeven huistype wordt niet ondersteund of is onbekend."

#### 1.0.2 - 2021-01-25

#### Toegevoegd

* Huistype toegevoegd als invoer "huistype" om standaard te overschrijven&#x20;
* Toegevoegd gebruik van interne referentie-API voor geoptimaliseerde referentieobjecten
* Nieuwste AVM-model met verhoogd [betrouwbaarheid](https://altum.ai/accuratesse-altum-ai/)

#### Vast

* BAG ID is nu 16 karakters

#### Verwijderd

* WOZ functionaliteit - dit is nu onderdeel van de [WOZ API](https://docs.altum.ai/apis/woz-api)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.altum.ai/taxeren-en-waarderen/woningwaarde-api/changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
