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