Skip to main content

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 🙏🙏

Also adding some unique identifier for each athlete would be super useful 😉 😉


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. 😩


Reply