Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,36.56294,139.88739)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,36.56294,139.88739)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,36.56294,139.88739)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,36.56294,139.88739)[amenity=cinema][name];
way(around:1000,36.56294,139.88739)[amenity=cinema][name];
rel(around:1000,36.56294,139.88739)[amenity=cinema][name];
node(around:1000,36.56294,139.88739)["amenity"="events_venue"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,36.56294,139.88739)["amenity"="events_venue"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,36.56294,139.88739)["amenity"="events_venue"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,36.56294,139.88739)[amenity=theatre][name];
way(around:1000,36.56294,139.88739)[amenity=theatre][name];
rel(around:1000,36.56294,139.88739)[amenity=theatre][name];
);
out center tags;