Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,36.66597,139.44414)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,36.66597,139.44414)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,36.66597,139.44414)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,36.66597,139.44414)["disused:railway"="station"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,36.66597,139.44414)["disused:railway"="station"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,36.66597,139.44414)["disused:railway"="station"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,36.66597,139.44414)[disused=station][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,36.66597,139.44414)[disused=station][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,36.66597,139.44414)[disused=station][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,36.66597,139.44414)["historic"="train_station"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,36.66597,139.44414)["historic"="train_station"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,36.66597,139.44414)["historic"="train_station"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,36.66597,139.44414)[landuse=railway][name];
way(around:1000,36.66597,139.44414)[landuse=railway][name];
rel(around:1000,36.66597,139.44414)[landuse=railway][name];
node(around:1000,36.66597,139.44414)["public_transport"="platform"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,36.66597,139.44414)["public_transport"="platform"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,36.66597,139.44414)["public_transport"="platform"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,36.66597,139.44414)["public_transport"="station"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,36.66597,139.44414)["public_transport"="station"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,36.66597,139.44414)["public_transport"="station"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,36.66597,139.44414)["public_transport"="stop_position"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,36.66597,139.44414)["public_transport"="stop_position"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,36.66597,139.44414)["public_transport"="stop_position"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,36.66597,139.44414)["railway"="disused_station"][name];
way(around:1000,36.66597,139.44414)["railway"="disused_station"][name];
rel(around:1000,36.66597,139.44414)["railway"="disused_station"][name];
node(around:1000,36.66597,139.44414)["railway"="historic_station"][name];
way(around:1000,36.66597,139.44414)["railway"="historic_station"][name];
rel(around:1000,36.66597,139.44414)["railway"="historic_station"][name];
node(around:1000,36.66597,139.44414)[railway=station][name];
way(around:1000,36.66597,139.44414)[railway=station][name];
rel(around:1000,36.66597,139.44414)[railway=station][name];
node(around:1000,36.66597,139.44414)[railway=yard][name];
way(around:1000,36.66597,139.44414)[railway=yard][name];
rel(around:1000,36.66597,139.44414)[railway=yard][name];
);
out center tags;