stravalib.client.Client.get_club_members

Client.get_club_members(club_id, limit=None)[source]

Gets the member objects for specified club ID.

https://developers.strava.com/docs/reference/#api-Clubs-getClubMembersById

Parameters
  • club_id (int) – The numeric ID for the club.

  • limit (int) – Maximum number of athletes to return. (default unlimited)

Returns

An iterator of stravalib.model.Athlete objects.

Return type

BatchedResultsIterator