Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,49.25015,6.86011)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,49.25015,6.86011)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,49.25015,6.86011)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,49.25015,6.86011)[office][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,49.25015,6.86011)[office][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,49.25015,6.86011)[office][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,49.25015,6.86011)[amenity=courthouse][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,49.25015,6.86011)[amenity=courthouse][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,49.25015,6.86011)[amenity=courthouse][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,49.25015,6.86011)["amenity"="public_building"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,49.25015,6.86011)["amenity"="public_building"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,49.25015,6.86011)["amenity"="public_building"][~"^(addr:housenumber|.*name.*)$"~".",i];
);
out center tags;