# House types

**Possible house-type inputs**

*Update August 2022*

\['Vrijstaande woning', '2 onder 1 kap woning', 'Geschakelde 2 onder 1 kapwoning', 'Geschakelde woning', 'Tussen/rijwoning', 'Hoekwoning', 'Eindwoning', 'Galerijflat', 'Portiekflat', 'Corridorflat', 'Maisonnette', 'Benedenwoning', 'Bovenwoning', 'Portiekwoning']

#### Example request for updating the house type in the API call

```
{
"postcode": "1234AB",
"housenumber": 1,
"housetype": "Vrijstaande woning"
}
```

### Mapping house types for the Sustainability API house\_type input

The [Sustainability API](/english/sustainability/sustainability-api.md) takes in five types of house type. Using the AVM API output of house type requires the following mapping:

*AVM API output = Sustainability API input*

* '2 onder 1 kap woning', 'Geschakelde 2 onder 1 kapwoning = 1
* 'Hoekwoning', 'Eindwoning = 2
* 'Geschakelde woning', 'Tussen/rijwoning' = 3&#x20;
* 'Vrijstaande woning' = 4&#x20;
* 'Galerijflat', 'Portiekflat', 'Corridorflat', 'Maisonnette', 'Benedenwoning', 'Bovenwoning', 'Portiekwoning' = 5


---

# Agent Instructions: 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.altum.ai/english/property-valuation-and-market/avm-api/house-types.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.
