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