Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,44.39399,-1.16913)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,44.39399,-1.16913)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,44.39399,-1.16913)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,44.39399,-1.16913)[product][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,44.39399,-1.16913)[product][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,44.39399,-1.16913)[product][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,44.39399,-1.16913)[amenity=shelter][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,44.39399,-1.16913)[amenity=shelter][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,44.39399,-1.16913)[amenity=shelter][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,44.39399,-1.16913)["amenity"="social_facility"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,44.39399,-1.16913)["amenity"="social_facility"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,44.39399,-1.16913)["amenity"="social_facility"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,44.39399,-1.16913)["social_facility"="assisted_living"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,44.39399,-1.16913)["social_facility"="assisted_living"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,44.39399,-1.16913)["social_facility"="assisted_living"][~"^(addr:housenumber|.*name.*)$"~".",i];
);
out center tags;