Hi all,
I'm trying to assess the feasibility of exporting segment and effort data in a suitable format to be loaded by a Garmin Edge (820) and it doesn't seem possible based on my understanding of the current API.
Until a few months ago I was using a great service (
http://gniza.org/segments/) that allowed you to export athlete efforts for a given segment (leader of the segment, your best personal time, etc.) to a FIT file that you could load into Garmin devices but unfortunately this service is not working anymore due to changes in the Strava API.
First thing I have noticed is that I can get a segment leaderboard with the '/segments/{id}/leaderboard' call but the entries don't contain the effort id so I cannot link to those efforts to get the required information.
Anyway, let's suppose I go to Strava web site and manually find the effort id (so I could export at least the segment leader effort to use it as a reference)... but if I try to get effort information with '/segment_efforts/{id}' call I get an "Authorization Error" except for my own efforts.
So it seems it is not possible at all to compare my performance on a segment with other athletes efforts. Am I correct?
Thanks for your help,
Jose Luis