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