Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,35.36705,24.48858)["landuse"="recreation_ground"][name];
way(around:1000,35.36705,24.48858)["landuse"="recreation_ground"][name];
rel(around:1000,35.36705,24.48858)["landuse"="recreation_ground"][name];
node(around:1000,35.36705,24.48858)["leisure"="recreation_ground"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,35.36705,24.48858)["leisure"="recreation_ground"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,35.36705,24.48858)["leisure"="recreation_ground"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,35.36705,24.48858)[natural=beach][name];
way(around:1000,35.36705,24.48858)[natural=beach][name];
rel(around:1000,35.36705,24.48858)[natural=beach][name];
);
out center tags;