The Hub is now in read-only mode as we make improvements to the Hub experience. More information is available here.
04-10-2024 02:18 AM
Hello first of all thanks for the awesome app and easy to use API!
Im pulling the club data and everything works just perfect!
/clubs/{id}/activities
https://developers.strava.com/docs/reference/#api-Clubs-getClubActivitiesById
But unfortunetly in the reponse is no activity date field 😞
[ {
"resource_state" : 2,
"athlete" : {
"resource_state" : 2,
"firstname" : "Peter",
"lastname" : "S."
},
"name" : "World Championship",
"distance" : 2641.7,
"moving_time" : 577,
"elapsed_time" : 635,
"total_elevation_gain" : 8.8,
"type" : "Ride",
"sport_type" : "MountainBikeRide",
"workout_type" : null
} ]
So I was wondering if by any chance you could add activity date field to the response 🙏🙏
07-22-2024 10:20 PM
I am very surprised there is no date field for activities queried in this way. There is also no way to limit the query to "only within these dates", which means that this API has effectively no power for me. Womp womp, back to manually counting activities for my club. 😩
04-10-2024 02:33 AM
Also adding some unique identifier for each athlete would be super useful 😉
Welcome to the Community - here is your guide to help you get started!