Since today we are consistently receiving a 500 Internal Server Error when calling the following BAG API endpoint:
https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/adressen
This endpoint was working previously and nothing has changed on our side.
How to reproduce:
curl -X 'GET' \ 'https://api.bag.kadaster.nl/lvbag/individuelebevragingen/v2/adressen?postcode=6922KZ&huisnummer=11&exacteMatch=false&page=1&pageSize=20&inclusiefEindStatus=true' \ -H 'accept: application/hal+json' \ -H 'X-Api-Key: xxxxxxxxxxxxxx'
Result:
→ HTTP 500 Internal Server Error
Expected result:
A normal API response with address data, as before.
Please let me know if you need additional logs or test details.