The Hub is now in read-only mode as we make improvements to the Hub experience. More information is available here.
02-16-2023 04:39 AM - last edited on 07-06-2023 12:56 PM by LouB
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.
Solved! Go to Solution.
02-16-2023 06:29 PM
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.
02-16-2023 06:29 PM
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.
02-22-2023 11:35 AM
Yup. Exactly what I ended up doing! 🙂
Welcome to the Community - here is your guide to help you get started!