Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,36.97586,139.81200)[location=underground][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,36.97586,139.81200)[location=underground][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,36.97586,139.81200)[location=underground][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,36.97586,139.81200)["natural"="cave_entrance"][name];
way(around:1000,36.97586,139.81200)["natural"="cave_entrance"][name];
rel(around:1000,36.97586,139.81200)["natural"="cave_entrance"][name];
);
out center tags;