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