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