Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,47.81056,-121.71000)[natural=water][name];
way(around:1000,47.81056,-121.71000)[natural=water][name];
rel(around:1000,47.81056,-121.71000)[natural=water][name];
node(around:1000,47.81056,-121.71000)[water=lake][name];
way(around:1000,47.81056,-121.71000)[water=lake][name];
rel(around:1000,47.81056,-121.71000)[water=lake][name];
);
out center tags;