I'm curious if it's possible to export to Excel a route's entire tick-list from users? Some buddies and I were thinking of climbing a popular route, and I was thinking this might be an easy way of identifying which day(s) of the week are slower than the rest.
I don't think there's an easy way, like if you're looking for something similar to the tool that allows you to export all of your own ticks as a .csv file :-(
There use to be an API, but I am unsure if that gave you access to ticks or not. Either way, the API is no longer available.
Another option might be web scraping, which is basically writing some computer code that looks at the website's source code and parses out just the tick information you want. This can be finicky, especially if the website MP changes, and your code no longer works.