DanskAdresseAPIv1
BBR

BBR buildings at an access address

Lists the BBR buildings at an access address: area, year built, use, floors, roof and heating. Use include to fetch floors, stairwells, plots or technical installations along with it.

GET/v1/bbr/bygninger

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Parameters

adgangsadresseIdstringqueryrequired

DAR id (Husnummer). The DAWA-style adgangsadresseid is also accepted.

limitintegerquery

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

Request

curl --request GET \
  --url "https://api.danskadresseapi.dk/v1/bbr/bygninger" \
  --url-query "adgangsadresseId=<adgangsadresseId>" \
  --header "Authorization: Bearer $API_NOEGLE"

Response

application/json

Liste af bygninger (kompakt shape)

object[]

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