DanskAdresseAPIv1
Ejendomsdata

Assessment history for a single property

Public property assessment per BFE number: property value, land value and the land tax ceiling, year by year from 2012 to 2024. The land tax ceiling is the figure land tax is calculated from, and is therefore the most used field. Source: the Danish Property Assessment Agency via Datafordeleren.

GET/v1/vurderinger/{bfenummer}

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Parameters

bfenummerstringpathrequired

BFE number (Danish property id), e.g. 2755588.

Request

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

Response

application/json

Vurderinger for ejendommen, nyeste år først.

401Missing key
{
  "error": {
    "code": "unauthorized",
    "message": "Missing or invalid API key."
  }
}