Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,36.30108,139.78353)[sport][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,36.30108,139.78353)[sport][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,36.30108,139.78353)[sport][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,36.30108,139.78353)["amenity"="community_centre"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,36.30108,139.78353)["amenity"="community_centre"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,36.30108,139.78353)["amenity"="community_centre"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,36.30108,139.78353)[amenity=theatre][name];
way(around:1000,36.30108,139.78353)[amenity=theatre][name];
rel(around:1000,36.30108,139.78353)[amenity=theatre][name];
node(around:1000,36.30108,139.78353)["landuse"="recreation_ground"][name];
way(around:1000,36.30108,139.78353)["landuse"="recreation_ground"][name];
rel(around:1000,36.30108,139.78353)["landuse"="recreation_ground"][name];
node(around:1000,36.30108,139.78353)["leisure"="sports_centre"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,36.30108,139.78353)["leisure"="sports_centre"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,36.30108,139.78353)["leisure"="sports_centre"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,36.30108,139.78353)[leisure=stadium][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,36.30108,139.78353)[leisure=stadium][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,36.30108,139.78353)[leisure=stadium][~"^(addr:housenumber|.*name.*)$"~".",i];
);
out center tags;