Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,51.43901,-0.98480)[historic][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,51.43901,-0.98480)[historic][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,51.43901,-0.98480)[historic][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,51.43901,-0.98480)[subject][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,51.43901,-0.98480)[subject][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,51.43901,-0.98480)[subject][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,51.43901,-0.98480)[landuse=meadow][name];
way(around:1000,51.43901,-0.98480)[landuse=meadow][name];
rel(around:1000,51.43901,-0.98480)[landuse=meadow][name];
node(around:1000,51.43901,-0.98480)[natural=grassland][name];
way(around:1000,51.43901,-0.98480)[natural=grassland][name];
rel(around:1000,51.43901,-0.98480)[natural=grassland][name];
node(around:1000,51.43901,-0.98480)[natural=water][name];
way(around:1000,51.43901,-0.98480)[natural=water][name];
rel(around:1000,51.43901,-0.98480)[natural=water][name];
node(around:1000,51.43901,-0.98480)[natural=wetland][name];
way(around:1000,51.43901,-0.98480)[natural=wetland][name];
rel(around:1000,51.43901,-0.98480)[natural=wetland][name];
);
out center tags;