| personId | integer | Unique identifier for the person | 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 | 
                
                    | linkDetailPerson | url | link for the person detail record | readonly | 
                
                    | leagueId | integer | Unique identifier for the league | readonly | 
                
                    | leagueName | string | League name | readonly | 
                
                    | linkDetailLeague | url | link for the league detail record | readonly | 
                
                    | teamId | integer | Unique identifier for the team | readonly | 
                
                    | teamName | string | Team name | readonly | 
                
                    | linkDetailTeam | url | link for the team detail record | readonly | 
                
                    | matchType | string | What type of matches the team was in. 
                      PRESEASONREGULARdefaultFINALSALL | readonly | 
                
                    | matchId | integer | Unique identifier for the match | readonly | 
                
                    | matchName | string | The name of the match | readonly | 
                
                    | matchTime | datetime | The start date/time of the match YYYY-MM-DD HH:MM:SS |  | 
                
                    | matchTimeUTC | datetime | The start date/time of the match YYYY-MM-DD HH:MM:SS in the UTC timezone | readonly | 
                
                    | roundNumber | string | The round number match is played in | readonly | 
                
                    | poolNumber | string | The optional pool number match is played in | readonly | 
                
                    | phaseName | string | phase/stage name for pools | readonly | 
                
                    | linkDetailMatch | url | link to the match detail record | readonly | 
                
                    | venueId | integer | A unique ID for the venue | readonly | 
                
                    | venueName | string | The name of the venue | readonly | 
                
                    | competitionId | integer | Unique identifier for the competition | readonly | 
                
                    | shirtNumber | string | Player's current shirt Number in the competition. | readonly | 
                
                    | playingPosition | string | Player's current Playing Position in the competition. | readonly | 
                
                    | isPlayer | integer | Was the person a player in this match | readonly | 
                
                    | isCoach | integer | Was the person a coach in this match ? 1=Yes, 0=No. | readonly | 
                
                    | isTeamOfficial | integer | Was the person a team official in this match ? 1=Yes, 0=No. | readonly | 
                
                    | resultPlacing | integer | result place (1=Won, 2=Lost, 3=3rd and so on) |  | 
                
                    | isDrawn | integer | in a draw for the resultPlacing ? 1=Yes, 0=No. |  | 
                
                    | scoreString | string | Score string for each competitor |  | 
                
                    | scoreSecondaryString | string | Score Secondary string for each competitor |  | 
                
                    | isHomeCompetitor | integer | Are they the home competitor ? 1=Yes, 0=No. |  | 
                
                | opposition
                        
                            | competitorName | string | name of the competitor | readonly |  
                            | linkDetailCompetitor | url | Unique URL to detail record of the competitor | readonly |  
                            | competitorType | string | Type of competitor 
                                    TEAMTeam based competitionPLAYERIndividual based competition | readonly |  
                                | scoreString | string | Score string for each competitor |  |  
                                | scoreSecondaryString | string | Score Secondary string for each competitor |  |  
                                | isHomeCompetitor | integer | Are they the home competitor ? 1=Yes, 0=No. |  |  
                                | resultPlacing | integer | result place (1=Won, 2=Lost,3=3rd and so on) |  |  
                                | isDrawn | integer | in a draw for the resultPlacing ? 1=Yes, 0=No. |  |  
                                | teamId | integer | Unique identifier for the team. Only present if competitorType is TEAM. | readonly |  
                                | teamName | string | Name of the team. Only present if competitorType is TEAM. | readonly |  
                                | teamCode | string | Code for the team. Only present if competitorType is TEAM. | readonly |  
                                | teamNickname | string | Nickname of the team. Only present if competitorType is TEAM. | readonly |  
                                | website | url | The website of the competitor. | readonly |  
                                | externalId | string | The externalId of the competitor. | readonly |  
                                | internationalReference | string | The internationalReference of the competitor. | readonly |  
                                | familyName | string | Only present if competitorType is PERSON. | readonly |  
                                | firstName | string | Only present if competitorType is PERSON. | readonly |  
                                | internationalFamilyName | string | Only present if competitorType is PERSON. | readonly |  
                                | internationalFirstName | string | Only present if competitorType is PERSON. | readonly |  
                                | scoreboardName | string | Only present if competitorType is PERSON. | readonly |  
                                | TVName | string | Only present if competitorType is PERSON. | readonly |  | 
					| The statistics columns returned depend upon the sport: |