[GIS] Get regions containing a coordinate in Overpass-API

areaopenstreetmapoverpass-api

I am using the Overpass-API to access OSM data. I want to retrieve all relations or ways (don't really know which of them, since I'm very new to this…) containing a given coordinate. I thought of using the way(around:10, lat, lon) selector of the API but this seems to only give ways where one defining node is inside a circle with radius 10 around the position.

Is there any way to come around this?

Related Question