Recently we made the switch from DAWA to Adressevælger as described in #246.
The Adressevælger does not come with a matrikel endpoint. Consequently, separate calls to datafordeler-endpoints was needed.
The endpoints used are
https://services.datafordeler.dk/DAR/DAR/3.0.0/rest/husnummerTilJordstykke
https://services.datafordeler.dk/Matriklen2/Matrikel/2.0.0/rest/SamletFastEjendom
cf. os2web_datalookup::DatafordelerMatrikulaLookup.
As per DAR and Matriklen2 these are deprecated with aimed EOL in late 2026.
Instead, like with CVR- and P-nummer lookups, we should use the 'modernised' datafordeler GraphQL. At first glance, it looks like the following GraphQL should be used: DAR_Husnummer and MAT-SamletFastEjendom
Recently we made the switch from DAWA to
Adressevælgeras described in #246.The
Adressevælgerdoes not come with a matrikel endpoint. Consequently, separate calls to datafordeler-endpoints was needed.The endpoints used are
https://services.datafordeler.dk/DAR/DAR/3.0.0/rest/husnummerTilJordstykkehttps://services.datafordeler.dk/Matriklen2/Matrikel/2.0.0/rest/SamletFastEjendomcf. os2web_datalookup::DatafordelerMatrikulaLookup.
As per DAR and Matriklen2 these are deprecated with aimed EOL in late 2026.
Instead, like with CVR- and P-nummer lookups, we should use the 'modernised' datafordeler GraphQL. At first glance, it looks like the following GraphQL should be used: DAR_Husnummer and MAT-SamletFastEjendom