# Hypotheekberekening API

### Introductie

De Hypotheekberekening API berekent een nauwkeurige hypotheekinschatting en geeft de uitkomst terug in een gestructureerd JSON-formaat. Je gebruikt deze API als hypotheekadviseur, bank of ontwikkelaar wanneer je snel en betrouwbaar hypotheekberekeningen wilt uitvoeren.

### Belangrijke kenmerken

De Hypotheekberekening API biedt onder andere:

* **Automatische verrijking van woningdata**: geef je een adres mee, dan haalt de API automatisch de WOZ-waarde op. Je hoeft de marktwaarde dus niet handmatig op te zoeken.
* **NHG 2026-conform**: de berekeningen volgen de meest recente normen van NHG.
* **Flexibele invoer**: je kunt de API gebruiken met of zonder adres.
  * Met adres: de API gebruikt woningdata zoals de WOZ-waarde.
  * Zonder adres: de API rekent met de opgegeven aankoopprijs.
  * Zonder adres én aankoopprijs: de API berekent op basis van inkomen en geeft de maximale hypotheek weer.


---

# 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/financieren/hypotheekberekening-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.
