I am using the Overpass API in order to fetch all the amenities. All the amenities are listed on the OSM wiki: Amenities.
I cannot seem to get this to work. I first have tried "amenity"="pub;bar;restaurant"
. But this does not work and I need to type out all the types. I have also tried "amenity"="sustenance"
and "amenity"="pub~restaurant~bar"
. But none of these return any values.