The Hub is now in read-only mode as we make improvements to the Hub experience. More information is available here.
07-29-2024 07:15 AM
I am developing a dashboard app and need to determine the best effort for an athlete over a 1-mile distance. Is there a quick and efficient method to obtain this information?
I want this information via API.
Solved! Go to Solution.
07-30-2024 07:41 PM
hi @shravan
I guess that using API get List Segment Efforts and filter to got your purpose
API from document here https://developers.strava.com/docs/reference/#api-SegmentEfforts-getEffortsBySegmentId
Hope this solves your problem.
08-30-2024 06:38 AM
Hey!
I saw you accepted the answer of @chuongtran. I'm also currently tying to retrieve my PRs/All Time Best Efforts, but it seems that this https://developers.strava.com/docs/reference/#api-SegmentEfforts-getEffortsBySegmentId only give you efforts on segments. So how did you manage to get the stats in the Best Effort section of your screenshot?
Thanks!
07-30-2024 07:41 PM
hi @shravan
I guess that using API get List Segment Efforts and filter to got your purpose
API from document here https://developers.strava.com/docs/reference/#api-SegmentEfforts-getEffortsBySegmentId
Hope this solves your problem.
Welcome to the Community - here is your guide to help you get started!