Skip to main content
Answered

Authentication from other Strava users

  • February 16, 2023
  • 2 replies
  • 40 views

Forum|alt.badge.img+6

Perhaps this is answered somewhere already, but so long as the athlete's posts are public, am I able to grab their activities with the API (as long as I've authenticated)? Or do I need them to do something for me so they're authenticated, too?

I would like to create an application that can grab the weekly activities from the athletes I coach and display them on a webpage. 

Best answer by Tyler11

As far as I know, it is not possible to directly get an athlete's activities that is not the authenticated athlete. However, this looks promising https://developers.strava.com/playground/#/Clubs/getClubActivitiesById. I would have all of the athletes you are joining join a club (which also might address the use case itself) and then you might be able to get their activities.

2 replies

Forum|alt.badge.img+7
  • Strava
  • Answer
  • February 17, 2023

As far as I know, it is not possible to directly get an athlete's activities that is not the authenticated athlete. However, this looks promising https://developers.strava.com/playground/#/Clubs/getClubActivitiesById. I would have all of the athletes you are joining join a club (which also might address the use case itself) and then you might be able to get their activities.


Forum|alt.badge.img+6
  • Author
  • Hub Rookie
  • February 22, 2023

Yup. Exactly what I ended up doing! 🙂