Getting started
Link to the address page
Link from your own system to the address's page on our site — using only its id.
Every address has a public page on our site with a map, BBR, cadastre and more. Link to it with the address id from the response:
TEXT
https://danskadresseapi.dk/en/a/{id}The link redirects to the right page, e.g.:
TEXT
https://danskadresseapi.dk/en/a/0fdb5925-b6e9-432e-8ba2-14e21df81a91
→ https://danskadresseapi.dk/en/address/olof-palmes-alle-11t/8200-aarhus-n/4-3Which id?
- Access address (house number):
idfrom/adgangsadresser, ordata.idfrom
/autocomplete when type is adgangsadresse.
- Address (with floor and door):
idfrom/adresser, ordata.idwhentypeisadresse.
Both work with the same link. The ids are the same in /dawa and /v1.
Danish page
Leave out /en: https://danskadresseapi.dk/a/{id}.
Don't build the URL from the street name yourself. The rules for characters such as
æ, ø, å, é and ü may change, but /a/{id} keeps working.
Good to know
- The link needs no API key and doesn't count towards your usage.
- An unknown or retired id returns a regular 404 page.
