# Woningtypes

**Mogelijke woningtype invoer**

*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']

#### Voorbeeldverzoek voor het bijwerken van het huistype in de API-aanroep

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

### Huistypes in kaart brengen voor de Sustainability API house\_type invoer

De [Sustainability API](/verduurzamen/verduurzaming-api.md) omvat vijf typen woningtypes. Het gebruik van de AVM API-uitvoer van het huistype vereist de volgende mapping:

*Woningwaarde API resultaat = Verduurzaming 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/taxeren-en-waarderen/woningwaarde-api/woningtypes.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.
