Mountain Project Logo

View Climbs w/o Difficulty Listed (i.e. Vgrade, Yds)

Original Post
Andrew Dobson · · Boone NC · Joined Feb 2018 · Points: 10

Is it possible to view the routes/boulders on MP or in another online catalog absent v-grades?

Ideally I could find various boulders within a field and perhaps starting holds listed, finish, topo, or whatever info I would need to do the orginal climb but no v grade.

This would be cool for several reasons. Does anyone know if I can do this? Thanks.

chris b · · woodinville, wa · Joined Sep 2016 · Points: 11

you can. it's called going outside and looking at the rock without your phone

Andrew Dobson · · Boone NC · Joined Feb 2018 · Points: 10

Thanks Chris!

chris b · · woodinville, wa · Joined Sep 2016 · Points: 11

ok, honest answer, you can do this with terminal on mac/linux or somebody can convert to powershell for windows. go to the api docs and load up the routes query that you want using your api key. then pipe the results through `jq` to filter out route ratings. no UI but the data is there at least... paste the following in terminal and replace YOUR_API_KEY_HERE with your api key from the api docs key (called PRIVATE-key)

curl mountainproject.com/data/ge…\?routeIds\=105748391,105750454,105749956\&key\=YOUR_API_KEY_HERE | jq 'del(.routes | .[].rating)'

ok i can't get the link above to not hyperlinkify, but yeah. copy the right url you want.

Guideline #1: Don't be a jerk.

iPhone & Android App Feedback
Post a Reply to "View Climbs w/o Difficulty Listed (i.e. Vgrade,…"

Log In to Reply
Welcome

Join the Community! It's FREE

Already have an account? Login to close this notice.