Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,52.41351,13.09448)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,52.41351,13.09448)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,52.41351,13.09448)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,52.41351,13.09448)["building:levels"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,52.41351,13.09448)["building:levels"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,52.41351,13.09448)["building:levels"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,52.41351,13.09448)[tourism=attraction][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,52.41351,13.09448)[tourism=attraction][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,52.41351,13.09448)[tourism=attraction][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,52.41351,13.09448)[tourism=viewpoint][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,52.41351,13.09448)[tourism=viewpoint][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,52.41351,13.09448)[tourism=viewpoint][~"^(addr:housenumber|.*name.*)$"~".",i];
);
out center tags;