Skip to content
Help center

Replication: keep your own copy in sync (Enterprise)

1 min read

Replication (Enterprise)

To mirror the whole address register locally, use /v1/replikering (requires Enterprise). The model follows DAWA's replication style (events/sequence + extract).

Typical flow:

  1. Take an initial extract of the current addresses.
  2. Fetch ongoing changes since the last sequence/timestamp.
  3. Store the last sequence number and continue from there next time.
Without Enterprise you get 403 "'replikering' kræver Enterprise-plan…". For most needs, single lookups or datavask batch (Pro) are plenty — replication is only for those needing a full, continuously updated local copy.

See the exact replication parameters in the docs: https://danskadresseapi.dk/docs

Was this helpful?