Map features in Overpass API

Hi, I’m new to Openstreetmap and the Overpass API, so I hope I’m posting this question on the right place.
I’ve been trying to get data on map features like national parks, natural reserves, protected areas, natural sanctuaries, etc. Is there a general map feature that encompasses all of those categories?

I have been testing on overpass turbo with queries like this.

node
  [boundary=protected_area]
  ({{bbox}});
out;

2 posts - 2 participants

Read full topic


Ce sujet de discussion accompagne la publication sur https://community.openstreetmap.org/t/map-features-in-overpass-api/105065