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