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