Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,48.75340,9.95134)[place=neighbourhood][name];
way(around:1000,48.75340,9.95134)[place=neighbourhood][name];
rel(around:1000,48.75340,9.95134)[place=neighbourhood][name];
node(around:1000,48.75340,9.95134)[place=suburb][name];
way(around:1000,48.75340,9.95134)[place=suburb][name];
rel(around:1000,48.75340,9.95134)[place=suburb][name];
);
out center tags;