Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,49.41611,9.98796)[subject][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,49.41611,9.98796)[subject][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,49.41611,9.98796)[subject][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,49.41611,9.98796)[basin=detention][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,49.41611,9.98796)[basin=detention][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,49.41611,9.98796)[basin=detention][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,49.41611,9.98796)["landuse"="recreation_ground"][name];
way(around:1000,49.41611,9.98796)["landuse"="recreation_ground"][name];
rel(around:1000,49.41611,9.98796)["landuse"="recreation_ground"][name];
node(around:1000,49.41611,9.98796)["leisure"="recreation_ground"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,49.41611,9.98796)["leisure"="recreation_ground"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,49.41611,9.98796)["leisure"="recreation_ground"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,49.41611,9.98796)[natural=water][name];
way(around:1000,49.41611,9.98796)[natural=water][name];
rel(around:1000,49.41611,9.98796)[natural=water][name];
node(around:1000,49.41611,9.98796)[water=lake][name];
way(around:1000,49.41611,9.98796)[water=lake][name];
rel(around:1000,49.41611,9.98796)[water=lake][name];
node(around:1000,49.41611,9.98796)[water=reservoir][name];
way(around:1000,49.41611,9.98796)[water=reservoir][name];
rel(around:1000,49.41611,9.98796)[water=reservoir][name];
);
out center tags;