Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.83 KB

DetailedClub.md

File metadata and controls

28 lines (24 loc) · 1.83 KB

DetailedClub

Properties

Name Type Description Notes
id int The club's unique identifier. [optional]
resource_state int Resource state, indicates level of detail. Possible values: 1 -> "meta", 2 -> "summary", 3 -> "detail" [optional]
name str The club's name. [optional]
profile_medium str URL to a 60x60 pixel profile picture. [optional]
cover_photo str URL to a ~1185x580 pixel cover photo. [optional]
cover_photo_small str URL to a ~360x176 pixel cover photo. [optional]
sport_type str [optional]
city str The club's city. [optional]
state str The club's state or geographical region. [optional]
country str The club's country. [optional]
private bool Whether the club is private. [optional]
member_count int The club's member count. [optional]
featured bool Whether the club is featured or not. [optional]
verified bool Whether the club is verified or not. [optional]
url str The club's vanity URL. [optional]
membership str The membership status of the logged-in athlete. [optional]
admin bool Whether the currently logged-in athlete is an administrator of this club. [optional]
owner bool Whether the currently logged-in athlete is the owner of this club. [optional]
following_count int The number of athletes in the club that the logged-in athlete follows. [optional]

[Back to Model list] [Back to API list] [Back to README]