Sports
Mountain Project logo

Mountain Project API

mountainproject.com

Mountain Project - climbing regions, crags, route grades, ratings, photos, and ticks.

Actions
5
Category
Sports
Login
Not required
Output
JSON

Call the Mountain Project API

Submit a task, then poll the job until it settles. This example runs act_mountainproject_area_detail.

curl -X POST https://api.anakin.io/v1/wire/task \
  -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"
    }
  }'

5 actions on mountainproject.com

Read

  • Area Details

    act_mountainproject_area_detailread2 credits / call

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

    area_id
    string · required
    area_slug
    string · required
  • Homepage

    act_mountainproject_homepage_ssrread1 credit / call

    Returns featured routes and areas with grades, locations, and links.

    country
    string
  • Route Comments and Ticks

    act_mountainproject_route_comments_ticksread2 credits / call

    Returns route ticks and climber comments with authors and dates.

    route_id
    string · required
    sort_order
    string
    show_all
    string
  • Route Details

    act_mountainproject_route_detailread2 credits / call

    Returns route name, grade, rating, description, photos, and parent area.

    route_id
    string · required
    route_slug
    string · required
  • Route Photos

    act_mountainproject_route_photos_modalread1 credit / call

    Returns route photos with captions and image URLs in multiple sizes.

    photo_id
    string · required

Mountain Project API questions

Is there an API for Mountain Project?
Mountain Project does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for mountainproject.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Mountain Project data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when mountainproject.com changes its markup, Anakin updates the action.
Do I need a Mountain Project account?
No. Every Mountain Project action listed here runs anonymously — no account and no credentials required.
What does the Mountain Project API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Sports APIs

All Sports sites