stravalib.client.Client.get_athlete_stats

Client.get_athlete_stats(athlete_id=None)[source]

Returns Statistics for the athlete. athlete_id must be the id of the authenticated athlete or left blank. If it is left blank two requests will be made - first to get the authenticated athlete’s id and second to get the Stats.

https://developers.strava.com/docs/reference/#api-Athletes-getStats

Returns

A model containing the Stats

Return type

stravalib.model.AthleteStats