DAWA — dawa.aws.dk — has been the backbone of Danish address integrations since 2013. It shuts down permanently on 17 August 2026. 62 days left.
The Danish Climate Data Agency (SDFI) has announced that DAWA's functionality is being consolidated into Datafordeleren. Official source: danmarksadresser.dk.
For developers this means: every integration that hits dawa.aws.dk stops working on 17 August 2026 at 00:00 UTC. Datafordeleren has a completely different API form (GraphQL, OAuth2, enterprise agreement) — you can't just flip the base URL.
WooCommerce, Shopify, Magento, PrestaShop, DanDomain. Most use DAWA for checkout autocomplete.
Salesforce, HubSpot, Microsoft Dynamics — address validation at customer onboarding.
Municipal self-service, health platforms, parking apps — lookups based on a citizen's registered address.
DTU Transport, Postnord, hauliers — geocoding delivery points, ETA calculation.
BBR + DAGI for risk profiling: exterior wall, roof, flood zone, police district.
Property portals, agency systems — building data + parcels from an address.
| Date | What happens |
|---|---|
| Now — 30 June 2026 | DAWA runs in parallel mode. Test your migration risk-free. |
| 1 July 2026 | Deprecation headers (X-Sunset-Date) added to DAWA responses. |
| 1 August 2026 | SDFI sends the last warning email to all registered DAWA users. |
| 17 August 2026, 00:00 UTC | DAWA shuts down. dawa.aws.dk no longer responds. |
| 17 August 2026 — onwards | Datafordeleren is the only official source. Or us. |
dawa.aws.dk → api.danadresse.dk.X-Api-Key: dawa_live_….That's it. No other code changes — we mirror DAWA's JSON shape 1:1.
# Before (DAWA) curl 'https://dawa.aws.dk/autocomplete?q=Rådhuspladsen' # After (Danadresse) — same response curl 'https://api.danadresse.dk/autocomplete?q=Rådhuspladsen' \ -H 'X-Api-Key: dawa_live_…'
No. We use the same UUIDs as DAR (the Climate Data Agency's authoritative register). DAWA's id === our id. No database migration on your side.
Our replication stream is native and live — event-based sync with senesteSekvensnummer, just like DAWA.
Yes. We have both dawa_test_* keys (sandbox mode) and a migration CLI: npx @danadresse/migrate-cli scan ./src which scans your codebase for DAWA references.
DAWA is free because it's state-funded. We're free up to 1,000 calls/day per IP. After that 99 DKK/mo for 100k calls — cheaper than the alternatives.
The date has been fixed since the first announcement. Official resources: danmarksadresser.dk. Even if it's pushed — our API keeps running.
Address data is public (CC BY 4.0 from the Climate Data Agency). We have the same licensing basis DAWA had.
Get a free key now. Test your migration. Skip the surprises.
Start free → Read the migration guide →