Get all nodes, ways and relations around a certain point

Hello everybody,

I am try to get all nodes, ways and relations for a specify:

Sofare I tried the following:

  1. Attempt
[out:json];
node(around:5, 49.1259340,9.2101538);
>;
way(around:5, 49.1259340,9.2101538);
>;
relation(around:5, 49.1259340,9.2101538);
out;

Help is much appreciated.

See https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#Relative_to_other_elements_.28around.29 and retry with this examples and given lat/lon formats in examples.