Fetch building and unit data from the Danish Building and Dwelling Register (BBR). 35 fields per building · auto-updated every 15 min · the same data source the tax authority uses.
Area, year built, usage code, heating, roofing, exterior-wall material — all in one lookup.
Residence, area, number of rooms, bathroom and kitchen facilities per dwelling/unit.
BBR's official taxonomy mapped to human-readable labels.
We follow Datafordeleren's replication stream — as soon as the municipality updates.
Add one query param on /adresser and get building data in the same response.
Look up directly by BFE number or building ID if you already have it.
curl https://api.danadresse.dk/api/v1/enrich/adresser/{id}/bbr \
-H 'X-Api-Key: dawa_live_…'
Auto-fill property sheets from an address — living area, year built, room count.
Per-property risk profile — exterior-wall material + heating + roof.
Match BBR data against EMO for consultant reports.
Building footprint + insulation status for CO2 models.
The slug /bbr follows DAWA's conventions — same paths, same JSON shape, same UUIDs. See the migration guide for the full picture.