| personId | integer | Unique identifier for the person | required | 
				
					| linkDetail | url | link to the detail record | readonly | 
				
					| linkDetailPerson | url | link to the person detail record | readonly | 
				
					| personName | string | Person name | readonly | 
                
                    | familyName | string | Person family name | readonly | 
                
                    | firstName | string | Person first name | readonly | 
                
                    | internationalFamilyName | string | Person international family name | readonly | 
                
                    | internationalFirstName | string | Person international first name | readonly | 
                
                    | scoreboardName | string | Person scoreboard name | readonly | 
                
                    | TVName | string | Person TV name | readonly | 
                
                    | nickName | string | Person nick name | readonly | 
                
                    | website | url | Person's website address | readonly | 
                
                    | externalId | string | Person's externalId | readonly | 
                
                    | internationalReference | string | Person's international Reference code | readonly | 
				
					| matchId | integer | Unique identifier for the match | required | 
				
					| competitionId | integer | Unique identifier for the competition | required | 
				
					| linkDetailMatch | url | link to the match detail record | readonly | 
				
					| teamId | integer | Unique identifier for the team the person was on | required | 
				
					| teamName | string | Team name | readonly | 
				
					| teamNameInternational | string | Team name suitable for international use. Latin characters only. | readonly | 
				
					| linkDetailTeam | url | link to the Team detail record | readonly | 
				
					| leagueId | integer | Unique identifier for the league the person was on | readonly | 
				
					| leagueName | string | League name | readonly | 
                
                    | shirtNumber | string | Player's shirt Number for the match. |  | 
                
                    | playingPosition | string | Player's Playing Position for the match. |  | 
				
					| isPlayer | integer | Was the person a player in this match. 1 = yes, 0 = no. |  | 
				
					| isTeamOfficial | integer | Was the person a team official in this match. 1 = yes, 0 = no. |  | 
				
					| isStarter | integer | Was the person on the playing surface at the beginning of the period. 1 = yes, 0 = no. If period = 0 then was the person on the playing surface at the beginning of the match. |  | 
				
					| periodNumber | integer | What period of the match is this statistic related to. 0 is valid and represents the value for the total match. Overtime periods should start at 1. |  | 
				
					| periodType | string | The type of period. |  | 
				
					| participated | integer | Did the person participate in the game. 1 = yes, 0 = no |  | 
				
					| DNPReason | string | Reason for Did Not Play |  | 
                
                    | linkDetailCompetitionPlayer | url | Link to the Competition Player Defaults | readonly | 
				
					| The statistics columns returned depend upon the sport: |