Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,-40.38167,-65.23472)["gnis:ftype"="Playa"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,-40.38167,-65.23472)["gnis:ftype"="Playa"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,-40.38167,-65.23472)["gnis:ftype"="Playa"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,-40.38167,-65.23472)[natural=beach][name];
way(around:1000,-40.38167,-65.23472)[natural=beach][name];
rel(around:1000,-40.38167,-65.23472)[natural=beach][name];
node(around:1000,-40.38167,-65.23472)[natural=sand][name];
way(around:1000,-40.38167,-65.23472)[natural=sand][name];
rel(around:1000,-40.38167,-65.23472)[natural=sand][name];
node(around:1000,-40.38167,-65.23472)[natural=water][name];
way(around:1000,-40.38167,-65.23472)[natural=water][name];
rel(around:1000,-40.38167,-65.23472)[natural=water][name];
node(around:1000,-40.38167,-65.23472)[water=lake][name];
way(around:1000,-40.38167,-65.23472)[water=lake][name];
rel(around:1000,-40.38167,-65.23472)[water=lake][name];
);
out center tags;