Stop losing customers at checkout: drop-in address autocomplete for all Danish checkout flows returns validated addresses in under 30 ms — regardless of framework.
Meilisearch index of 2.7M addresses served from Danish infrastructure — low latency for DK users.
Vanilla JS, React, Vue, Svelte, Angular — one REST call, no SDK required.
Finds addresses on partial match and typos — customers never need to spell perfectly.
curl 'https://api.danadresse.dk/autocomplete?q=R%C3%A5dhuspladsen&type=adresse' \
-H 'X-Api-Key: dawa_live_…'
Replace manual address fields with typeahead — reduce form abandonment at checkout.
Validate delivery address in real time for hotel, restaurant, or service bookings.
Capture clean, validated address at form submission — no data cleansing afterwards.
The slug /checkout-adresse follows DAWA's conventions — same paths, same JSON shape, same UUIDs. See the migration guide for the full picture.
See also