DanskAdresseAPIv1
Ejendomsdata

Public property assessment (VUR) — property value and land value per year

Public property assessment (VUR): property value and land value per assessment year. Look up by BFE number or by cadastral district plus cadastral number. A dataset DAWA never had.

GET/v1/vurderinger

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Parameters

qstringquery

Free-text/prefix search.

limitintegerquery

Maximum number of results. The limit is set per endpoint — see default and maximum.

bfenummerstringquery

The property's BFE number. Either this or the cadastral district code MUST be given.

ejerlavskodestringquery

Cadastral district (ejerlav) code. Can be combined with matrikelnr.

matrikelnrstringquery

Filter by cadastral number.

aarstringquery

Assessment year. Without a filter the whole 2012–2024 history is returned.

Request

curl --request GET \
  --url "https://api.danskadresseapi.dk/v1/vurderinger" \
  --header "Authorization: Bearer $API_NOEGLE"

Response

application/json

Liste

countinteger
resultsobject[]
200Eksempel
{
  "count": 0,
  "results": [
    {}
  ]
}
401Missing key
{
  "error": {
    "code": "unauthorized",
    "message": "Missing or invalid API key."
  }
}