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.
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)