lookup_addressZoek een Nederlands adres op aan de hand van postcode en huisnummer. Retourneert volledige adresdetails inclusief straat, woonplaats, gemeente en coördinaten.
Parameters
| Naam | Type | Verplicht | Beschrijving |
|---|---|---|---|
| postcode | string | Verplicht | Nederlandse postcode (formaat: 1234AB, 6 tekens) |
| number | integer | Verplicht | Huisnummer |
| letter | string | Optioneel | Optionele huisletter (A, B, etc.) |
| addition | string | Optioneel | Optionele huisnummertoevoeging (I, II, bis, etc.) |
| include_geometry | boolean | Optioneel | Voeg GeoJSON-geometrie toe aan de response (standaard: false) |