Id |
int32 |
The unique identifier of the athlete |
[optional] [default to null] |
ResourceState |
int32 |
Resource state, indicates level of detail. Possible values: 1 -> "meta", 2 -> "summary", 3 -> "detail" |
[optional] [default to null] |
Firstname |
string |
The athlete's first name. |
[optional] [default to null] |
Lastname |
string |
The athlete's last name. |
[optional] [default to null] |
ProfileMedium |
string |
URL to a 62x62 pixel profile picture. |
[optional] [default to null] |
Profile |
string |
URL to a 124x124 pixel profile picture. |
[optional] [default to null] |
City |
string |
The athlete's city. |
[optional] [default to null] |
State |
string |
The athlete's state or geographical region. |
[optional] [default to null] |
Country |
string |
The athlete's country. |
[optional] [default to null] |
Sex |
string |
The athlete's sex. |
[optional] [default to null] |
Friend |
string |
Whether the currently logged-in athlete follows this athlete. |
[optional] [default to null] |
Follower |
string |
Whether this athlete follows the currently logged-in athlete. |
[optional] [default to null] |
Premium |
bool |
Deprecated. Use summit field instead. Whether the athlete has any Summit subscription. |
[optional] [default to null] |
Summit |
bool |
Whether the athlete has any Summit subscription. |
[optional] [default to null] |
CreatedAt |
time.Time |
The time at which the athlete was created. |
[optional] [default to null] |
UpdatedAt |
time.Time |
The time at which the athlete was last updated. |
[optional] [default to null] |
FollowerCount |
int32 |
The athlete's follower count. |
[optional] [default to null] |
FriendCount |
int32 |
The athlete's friend count. |
[optional] [default to null] |
MutualFriendCount |
int32 |
The number or athletes mutually followed by this athlete and the currently logged-in athlete. |
[optional] [default to null] |
MeasurementPreference |
string |
The athlete's preferred unit system. |
[optional] [default to null] |
Ftp |
int32 |
The athlete's FTP (Functional Threshold Power). |
[optional] [default to null] |
Weight |
float32 |
The athlete's weight. |
[optional] [default to null] |
Clubs |
[]SummaryClub |
The athlete's clubs. |
[optional] [default to null] |
Bikes |
[]SummaryGear |
The athlete's bikes. |
[optional] [default to null] |
Shoes |
[]SummaryGear |
The athlete's shoes. |
[optional] [default to null] |