Name | Type | Description | Notes |
---|---|---|---|
id | int | The unique identifier of the athlete | [optional] |
resource_state | int | Resource state, indicates level of detail. Possible values: 1 -> "meta", 2 -> "summary", 3 -> "detail" | [optional] |
firstname | str | The athlete's first name. | [optional] |
lastname | str | The athlete's last name. | [optional] |
profile_medium | str | URL to a 62x62 pixel profile picture. | [optional] |
profile | str | URL to a 124x124 pixel profile picture. | [optional] |
city | str | The athlete's city. | [optional] |
state | str | The athlete's state or geographical region. | [optional] |
country | str | The athlete's country. | [optional] |
sex | str | The athlete's sex. | [optional] |
friend | str | Whether the currently logged-in athlete follows this athlete. | [optional] |
follower | str | Whether this athlete follows the currently logged-in athlete. | [optional] |
premium | bool | The athlete's premium status. | [optional] |
created_at | datetime | The time at which the athlete was created. | [optional] |
updated_at | datetime | The time at which the athlete was last updated. | [optional] |
follower_count | int | The athlete's follower count. | [optional] |
friend_count | int | The athlete's friend count. | [optional] |
mutual_friend_count | int | The number or athletes mutually followed by this athlete and the currently logged-in athlete. | [optional] |
measurement_preference | str | The athlete's preferred unit system. | [optional] |
str | The athlete's email address. | [optional] | |
ftp | int | The athlete's FTP (Functional Threshold Power). | [optional] |
weight | float | The athlete's weight. | [optional] |
clubs | list[SummaryClub] | The athlete's clubs. | [optional] |
bikes | list[SummaryGear] | The athlete's bikes. | [optional] |
shoes | list[SummaryGear] | The athlete's shoes. | [optional] |