stravalib.client.Client.get_club_members#

Client.get_club_members(club_id: int, limit: int | None = None) BatchedResultsIterator[Athlete][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:

class – An iterator of stravalib.model.Athlete objects.

Return type:

BatchedResultsIterator