| clubId | integer | Unique identifier for the club | readonly | 
				
					| clubName | string | The name of the club | required | 
				
					| linkDetail | url | link to the detail record | readonly | 
                
                    | clubNickname | string | A non-offical name of the club |  | 
                
                    | clubNameInternational | string | The name of the club suitable for international purposes. Latin characters only. |  | 
                
                    | clubNicknameInternational | string | A non-offical name of the club suitable for international purposes. Latin characters only. |  | 
               
                    | clubCode | string | A three letter code for this club |  | 
                 
                    | clubCodeInternational | string | A three letter code for this club suitable for international purposes. Latin characters only. |  | 
				
					| address1 | string | Line 1 of the address |  | 
				
					| address2 | string | Line 2 of the address |  | 
				
					| address3 | string | Line 3 of the address |  | 
				
					| suburb | string | The suburb/town of the club |  | 
				
					| state | string | The state/region of the club |  | 
				
					| postalCode | string | The postal delivery code of the club |  | 
				
					| country | string | The country of the club | readonly | 
				
					| countryCode | string | The ISO 3166 two letter country code | required | 
				
					| countryCodeIOC | string | The IOC three letter country code | readonly | 
				
					| phone | string | The public phone number for the club |  | 
				
					| fax | string | The public fax number for the club |  | 
				
					| email | email address | The public email address for the club |  | 
				
					| facebook | string | The public facebook account for the club |  | 
				
					| twitter | string | The public twitter account for the club |  | 
				
					| keywords | string | A comma-separated string of keywords relevant to this club. |  | 
                
                    | status | string | 
                            ACTIVEActiveINACTIVEinactive |  | 
                
                    | website | string | Club's external website url |  | 
				
					| clubDemographicsFromAge | string | Minimum Age in years club allows |  | 
				
					| clubDemographicsToAge | string | Maximum Age in years club allows |  | 
				
					| clubDemographicsGenders | string | Gender/s the club allows.  Comma seperated single characters.  M,F |  | 
                
                    | ticketURL | string | URL of ticket purchasing |  | 
				
					| externalId | string | A unique ID for this club set by the owner of this league. |  | 
				
					| leagueId | integer | Unique identifier for the league | readonly | 
				
					| leagueName | string | The name of the league | readonly | 
				
					| linkDetailLeague | url | link to the detail record of the League | readonly | 
                
                    | images
                            
                                | logo | structure | The files sub-structure from the Upload Resource. Only present if this club has a logo that has been uploaded. | readonly |  
                                | jersey | structure | The files sub-structure from the Upload Resource. Only present if this club has a jersey that has been uploaded. | readonly |  |