DAWA is being phased out

A DAWA replacement for Danish addresses

DAWA (Danmarks Adressers Web API) is being retired. Soge gives you a DAWA-compatible address API — autocomplete and address lookup — with the same JSON shape, hosted in Denmark, and a free tier to migrate today.

Why migrate now

Thousands of Danish apps, CRMs and webshops rely on DAWA for address autocomplete and validation. When it shuts down, those integrations break. Soge is a drop-in-friendly alternative you can switch to before the deadline — no downtime, no data loss.

DAWA-compatible

Same JSON fields for autocomplete and addresses — change the URL, keep your code.

Danish data, in Denmark

Official address data, served from Denmark. GDPR-friendly, low latency.

Free to start

Generous free tier. Scale up only when you need to — transparent pricing, no hidden billing.

Migrate in minutes

Swap the endpoint and add your API key. The response format mirrors DAWA.

DAWA
fetch(
  "https://api.dataforsyningen.dk"
  + "/autocomplete?q=Rådhuspladsen"
)
Soge
fetch(
  "https://soge.dk/api/v1/adresser"
  + "/autocomplete?q=Rådhuspladsen",
  { headers: { "X-API-KEY": "your-key" } }
)

Address endpoints

GET/api/v1/adresser/autocomplete?q=…
GET/api/v1/adresser/{id}

Try it live

Get your free API key

Enter your email and we will create a free key instantly.

Frequently asked questions

When is DAWA shutting down?

DAWA is being phased out in favour of newer government distribution. Migrate well before the cut-off so your address features keep working.

Is Soge compatible with DAWA?

Yes. Our autocomplete and address-lookup responses use the same field names as DAWA, so most integrations only need a URL change and an API key header.

What does it cost?

There is a free tier to get started and test your migration. Paid plans add higher rate limits — see pricing.

Switch to Soge before DAWA closes