DAWA (dawa.aws.dk) shuts down 17 August 2026. Danadresse is a 1:1 replacement — same endpoints, same parameters, same JSON, same UUIDs.
https://dawa.aws.dk → https://api.danadresse.dkX-Api-Key: dawa_live_… (or ?api_key= as a query)Get a free key: danadresse.dk/dashboard/signup · 1,000 calls/day · no credit card.
| DAWA | Danadresse |
|---|---|
https://dawa.aws.dk/autocomplete?q=Rådhuspladsen | https://api.danadresse.dk/autocomplete?q=Rådhuspladsen |
/adresser?postnr=1050 | /adresser?postnr=1050 |
/adresser/0a3f50a8… | /adresser/0a3f50a8… (same UUID) |
/datavask/adresser?betegnelse=… | /datavask/adresser?betegnelse=… |
| Endpoint | Status | Note |
|---|---|---|
/autocomplete | ✓ Native | Meilisearch, typo-tolerant |
/adresser + /{id} | ✓ Native | JSON + CSV (?format=csv) |
/adresser/reverse | ✓ Native | Reverse geocoder |
/adgangsadresser + /{id} + /reverse | ✓ Native | SRID 4326 + 25832 |
/datavask/adresser + /adgangsadresser | ✓ Native | GET + POST, category A/B/C |
/postnumre, /kommuner, /vejnavne, /vejstykker | ✓ Native | Indexed in MySQL |
/sogne, /regioner, /retskredse, /politikredse | ✓ Native | DAGI |
/ejerlav, /jordstykker, /stednavne, /steder | ✓ Native | Cadastre + place names |
/replikering/*, /haendelser/* | ✓ Native | Event-based sync |
All core DAWA endpoints work natively today — independent of DAWA after the shutdown.
id_lokalId === DAWA's id. You do NOT need to migrate database references.per_side, side, srid, struktur, fuzzy — all work.{"error":{"code","message"}}.# Before (DAWA) curl 'https://dawa.aws.dk/autocomplete?q=Rådhuspladsen+1' # After (Danadresse) — same JSON back curl 'https://api.danadresse.dk/autocomplete?q=Rådhuspladsen+1' \ -H 'X-Api-Key: dawa_live_…' # Or with a query param instead of a header curl 'https://api.danadresse.dk/autocomplete?q=Rådhuspladsen+1&api_key=dawa_live_…'
We have a plugin that replaces the DAWA integration in one click. Install from GitHub or composer require danadresse/checkout.
npm install @danadresse/js
// dawa.js → danadresse.js
import { autocomplete } from '@danadresse/js';
const hits = await autocomplete('Rådhuspladsen 1');
pip install danadresse
# dawa-python → danadresse
from danadresse import Client
c = Client(api_key="dawa_live_…")
hits = c.autocomplete("Rådhuspladsen 1")
We built a CLI that scans your code for dawa.aws.dk references and suggests fixes:
npx @danadresse/migrate-cli scan ./src npx @danadresse/migrate-cli rewrite ./src --apikey dawa_live_…
For you: nothing. We run on our own data from Datafordeleren — address IDs stay the same. No code changes, no data migration.
Email us at hello@lynbro.dk or open an issue on GitHub.
1,000 calls/day · no credit card · 30 seconds
← Tilbage til danadresse.dk · LynBro ApS · CVR (TBD)