DanskAdresseAPIv1
Ejendomsdata

Search / list property foreclosure auctions (Statstidende)

Property foreclosure auctions as published in Statstidende (the Danish official gazette). Use kommende to get only auctions that have not been held yet.

GET/v1/tvangsauktioner

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.

kommendestringquery

true = only auctions that have not been held yet. Recommended for overviews.

postnrstringquery

Filter by postal code.

kommunekodestringquery

Filter by municipality code.

statusstringquery

Filter by status.

frastringquery

Earliest auction date (YYYY-MM-DD).

tilstringquery

Latest auction date (YYYY-MM-DD).

Request

curl --request GET \
  --url "https://api.danskadresseapi.dk/v1/tvangsauktioner" \
  --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."
  }
}