The Hub is now in read-only mode as we make improvements to the Hub experience. More information is available here.
08-02-2024 03:20 AM
I'm developing a web app to fetch athletes activities in daily basic ( eg cycling) using API. While fetching API im not able to fetch date/time of activity and Athlete ID. Even I contacted strava help but they dint helped and said to refer community forum.
Do someone have answer or reference to this issue. ( I hope strava limits are to ensure security) . Is there any way?
08-05-2024 01:54 AM - edited 08-05-2024 01:56 AM
Thanks Mount for your suggestion, I will try my app by using personal ID's. But some apps out there are using API feature to access club data
08-02-2024 08:49 AM
The Club API endpoints generally don't return enough information to do anything useful. The results are (partially) anonymized so you won't get athlete ID, full name, activity ID, date, etc... There have been several posts on the community forum asking for enhancements to those endpoints.
The best and currently only option you have is to have individual users authorize your app so you can receive webhook calls for their new activities. You can then process that activity data as needed.
Welcome to the Community - here is your guide to help you get started!