DAWA migration · /datavask/adresser
DAWA datavask replacement — address cleansing with A/B/C
DAWA's /datavask/adresser shuts down 17 August 2026. Danadresse serves the same address cleansing: correct messy addresses to authoritative DAR addresses with the same category model.
Cleansing addresses with DAWA's /datavask/adresser? Same endpoint (GET + POST), same betegnelse input and the same category result (A = certain, B = likely, C = uncertain) with a candidate list.
Before & after — one line changes
DAWA (closing 17 Aug 2026)
curl 'https://api.dataforsyningen.dk/datavask/adresser?betegnelse=Strandvejen+100,+2900+Hellerup'
Danadresse
curl 'https://api.danadresse.dk/datavask/adresser?betegnelse=Strandvejen+100,+2900+Hellerup' \
-H 'X-Api-Key: dawa_live_…'
Same path, same query parameters, same JSON response shape and the same DAR UUIDs — you only swap the host and add an X-Api-Key header.
What stays identical
Same input
?betegnelse= with a free-text address — or POST several at once.
A/B/C category
Same cleansing categories and scoring as DAWA — drop-in for your pipeline.
Authoritative ids
The result points to real DAR address UUIDs.