Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,51.48510,-0.50439)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,51.48510,-0.50439)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,51.48510,-0.50439)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,51.48510,-0.50439)[disused=station][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,51.48510,-0.50439)[disused=station][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,51.48510,-0.50439)[disused=station][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,51.48510,-0.50439)[landuse=railway][name];
way(around:1000,51.48510,-0.50439)[landuse=railway][name];
rel(around:1000,51.48510,-0.50439)[landuse=railway][name];
node(around:1000,51.48510,-0.50439)["public_transport"="platform"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,51.48510,-0.50439)["public_transport"="platform"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,51.48510,-0.50439)["public_transport"="platform"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,51.48510,-0.50439)["public_transport"="station"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,51.48510,-0.50439)["public_transport"="station"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,51.48510,-0.50439)["public_transport"="station"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,51.48510,-0.50439)["public_transport"="stop_area"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,51.48510,-0.50439)["public_transport"="stop_area"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,51.48510,-0.50439)["public_transport"="stop_area"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,51.48510,-0.50439)["public_transport"="stop_position"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,51.48510,-0.50439)["public_transport"="stop_position"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,51.48510,-0.50439)["public_transport"="stop_position"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,51.48510,-0.50439)["railway"="disused_station"][name];
way(around:1000,51.48510,-0.50439)["railway"="disused_station"][name];
rel(around:1000,51.48510,-0.50439)["railway"="disused_station"][name];
node(around:1000,51.48510,-0.50439)[railway=facility][name];
way(around:1000,51.48510,-0.50439)[railway=facility][name];
rel(around:1000,51.48510,-0.50439)[railway=facility][name];
node(around:1000,51.48510,-0.50439)[railway=halt][name];
way(around:1000,51.48510,-0.50439)[railway=halt][name];
rel(around:1000,51.48510,-0.50439)[railway=halt][name];
node(around:1000,51.48510,-0.50439)["railway"="historic_station"][name];
way(around:1000,51.48510,-0.50439)["railway"="historic_station"][name];
rel(around:1000,51.48510,-0.50439)["railway"="historic_station"][name];
node(around:1000,51.48510,-0.50439)[railway=station][name];
way(around:1000,51.48510,-0.50439)[railway=station][name];
rel(around:1000,51.48510,-0.50439)[railway=station][name];
node(around:1000,51.48510,-0.50439)["railway"="tram_stop"][name];
way(around:1000,51.48510,-0.50439)["railway"="tram_stop"][name];
rel(around:1000,51.48510,-0.50439)["railway"="tram_stop"][name];
rel(around:1000,51.48510,-0.50439)[site=railway][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,51.48510,-0.50439)["site"="railway_station"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,51.48510,-0.50439)[site=station][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,51.48510,-0.50439)[type=site][~"^(addr:housenumber|.*name.*)$"~".",i];
);
out center tags;