Continue your DAWA replication subscriber directly on Danadresse: the same <code>/replikering/haendelser</code> endpoint, the same sequence numbers from DAR, the same JSON shape. Change only the base URL.
DAR sequence numbers are identical — your subscriber continues from exactly where it stopped.
The haendelser array, entity types and operations are 1:1 with DAWA /replikering/haendelser.
Polling endpoint to find the latest sequence number — same endpoint, same response.
adresse, adgangsadresse, postnummer, vejstykke, kommune, region, sogn and more.
Danadresse syncs against DAR continuously — update frequency at parity with DAWA.
Replication API is an Enterprise feature with guaranteed uptime and priority support.
# Fetch events from sequence number
curl 'https://api.danadresse.dk/replikering/haendelser?sekvensnummerfra=12345&maxantal=1000' \
-H 'X-Api-Key: dawa_live_…'
# Find latest sequence number
curl 'https://api.danadresse.dk/replikering/senesteSekvensnummer' \
-H 'X-Api-Key: dawa_live_…'
Mirror all Danish addresses locally and keep them in sync via the event stream.
Feed address updates directly into your data warehouse or data lake.
Apps that work without network connection keep a local copy in sync via replication.
Log all address changes with timestamps for an audit trail.
The slug /replikering follows DAWA's conventions — same paths, same JSON shape, same UUIDs. See the migration guide for the full picture.
See also