Add Danish address autocomplete to your WooCommerce checkout without heavy plugins: one fetch call to api.danadresse.dk and customers pick a validated address in two keystrokes.
Replace the address field with an autocomplete input — 5 lines of JS, zero dependencies.
All 2.7M Danish addresses from DAR — no typos in shipments.
Customers find 'Rådhuspladsen' even if they type 'Råduhspladsen'.
curl 'https://api.danadresse.dk/autocomplete?q=R%C3%A5dhuspladsen&type=adresse' \
-H 'X-Api-Key: dawa_live_…'
Customer types 3 characters — API returns address list — form fills automatically.
Validated address straight from DAR significantly reduces mis-deliveries.
Use the REST call from Next.js / React checkout just as easily as from vanilla JS.
The slug /woocommerce-adresse follows DAWA's conventions — same paths, same JSON shape, same UUIDs. See the migration guide for the full picture.
See also