Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,39.03694,22.99528)[natural=cape][name];
way(around:1000,39.03694,22.99528)[natural=cape][name];
rel(around:1000,39.03694,22.99528)[natural=cape][name];
node(around:1000,39.03694,22.99528)[natural=peninsula][name];
way(around:1000,39.03694,22.99528)[natural=peninsula][name];
rel(around:1000,39.03694,22.99528)[natural=peninsula][name];
);
out center tags;