diff --git a/climbing.json b/climbing.json
new file mode 100644
index 0000000..2624bc3
--- /dev/null
+++ b/climbing.json
@@ -0,0 +1,15 @@
+{
+    "type": "overpass",
+    "name": {
+        "en": "Climbing"
+    },
+    "query": {
+        "11": [
+            "(",
+            "nwr[sport~\"^(.*;|)climbing(|;.*)$\"];",
+            "nwr[highway=via_ferrata];",
+            "nwr[climbing~\"^(route|crag|boulder)$\"];",
+            ")"
+        ]
+    }
+}