ConsoleCatalog
Sign in
Mountain Project logo

Mountain Project

mountainproject.comSportsno auth

Climbing regions, crags, route grades, ratings, photos, and ticks.

Area Details

ASYNCREADNo auth

Returns area metadata, breadcrumb trail, child areas, and route IDs.

ParametersFormJSON

Mountain Project numeric area ID from the URL path

URL slug for the area (e.g. cloud-tower for Cloud Tower, Nevada)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_mountainproject_area_detail",
    "params": {
      "area_id": "105732005",
      "area_slug": "cloud-tower"
    }
  }'