Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,37.23862,23.44044)[reef][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,37.23862,23.44044)[reef][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,37.23862,23.44044)[reef][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,37.23862,23.44044)[natural=reef][name];
way(around:1000,37.23862,23.44044)[natural=reef][name];
rel(around:1000,37.23862,23.44044)[natural=reef][name];
node(around:1000,37.23862,23.44044)[natural=shoal][name];
way(around:1000,37.23862,23.44044)[natural=shoal][name];
rel(around:1000,37.23862,23.44044)[natural=shoal][name];
node(around:1000,37.23862,23.44044)[place=island][name];
way(around:1000,37.23862,23.44044)[place=island][name];
rel(around:1000,37.23862,23.44044)[place=island][name];
);
out center tags;