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