GET api/{version}/Teams/{teamId}/Seasons/{seasonId}/Competitions/{competitionId}/Players/{playerId}/Stats
Details of every player for specified team based on the specified season and competition.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
teamId |
The ID of the team. |
string |
Required |
competitionId |
The ID of the competition. |
string |
Required |
seasonId |
The ID of the season. |
string |
Required |
playerId |
The ID of the player. |
string |
Required |
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
TeamPlayerWithStatsName | Description | Type | Additional information |
---|---|---|---|
PlayerStats |
Details of player stats |
PlayerStats |
None. |
Player |
Details of player |
Player |
None. |
Team |
Details of the team |
Team |
None. |
Competition |
Details of competition |
Competition |
None. |
Season |
Details of season |
Season |
None. |
RequestStatus |
Details of request status |
APIRequestStatus |
None. |
Response Formats
application/json, text/json
Sample:
{ "PlayerStats": { "Offsides": 1, "TimePlayed": 2, "SubstitedOn": 3, "SuccessfulLayOff": 4, "Goals": 5, "RightFootGoals": 6, "ShotsOffTarget": 7, "TotalTackles": 8, "TotalPasses": 9, "SubstitedOff": 10, "TotalFoulsConceded": 11, "TotalShots": 12, "TotalUnsuccessfulPasses": 13, "Starts": 14, "Appearances": 15, "ShotsOnTarget": 16, "GoalsConceded": 17, "GamesPlayed": 18, "GoalAssists": 19, "TotalSuccessfulPasses": 20, "CleanSheets": 21, "TacklesWon": 22, "TacklesLost": 23, "TackleWinPercent": 24.0, "SuccessfulPassesPercent": 25.0, "TotalClearances": 26, "BlockedShots": 27, "Interceptions": 28, "SavesMade": 29, "SavesPerGame": 30.0, "ShotsSavedPercent": 31.0, "MinsPerGoalConceded": 32.0, "AerialDuelsWon": 33, "AerialDuels": 34, "AerialDuelsWinPercent": 35.0, "GoalsFromInsideBox": 36, "GoalsFromOutsideBox": 37, "GoalsConversionRate": 38.0 }, "Player": { "Id": "sample string 1", "FullName": "sample string 2", "FirstName": "sample string 3", "MiddleName": "sample string 4", "LastName": "sample string 5", "Position": "sample string 6", "BirthDate": "2021-01-23T10:38:04.9318583+00:00", "Weight": "sample string 8", "Height": "sample string 9", "ShirtNumber": 1, "RealPosition": "sample string 10", "JoinDate": "2021-01-23T10:38:05.0724814+00:00", "Country": "sample string 12", "OnLoan": true }, "Team": { "Id": "sample string 1", "Name": "sample string 2", "Logo": { "SVGLogo": "sample string 1", "PNGLogo": "sample string 2", "RequestStatus": { "Success": true, "StatusMessage": "sample string 2" } } }, "Competition": { "CompetitionId": "sample string 1", "CompetitionCode": "sample string 2", "CompetitionName": "sample string 3" }, "Season": { "Id": "sample string 1", "SeasonName": "sample string 2" }, "RequestStatus": { "Success": true, "StatusMessage": "sample string 2" } }
application/xml, text/xml
Sample:
<TeamPlayerWithStats xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Green4.WebApi.Stats.Interface.Stats"> <Competition> <CompetitionCode>sample string 2</CompetitionCode> <CompetitionId>sample string 1</CompetitionId> <CompetitionName>sample string 3</CompetitionName> </Competition> <Player> <BirthDate>2021-01-23T10:38:04.9318583+00:00</BirthDate> <Country>sample string 12</Country> <FirstName>sample string 3</FirstName> <FullName>sample string 2</FullName> <Height>sample string 9</Height> <Id>sample string 1</Id> <JoinDate>2021-01-23T10:38:05.0724814+00:00</JoinDate> <LastName>sample string 5</LastName> <MiddleName>sample string 4</MiddleName> <OnLoan>true</OnLoan> <Position>sample string 6</Position> <RealPosition>sample string 10</RealPosition> <ShirtNumber>1</ShirtNumber> <Weight>sample string 8</Weight> </Player> <RequestStatus> <StatusMessage>sample string 2</StatusMessage> <Success>true</Success> </RequestStatus> <Season> <Id>sample string 1</Id> <SeasonName>sample string 2</SeasonName> </Season> <Team> <Id>sample string 1</Id> <Logo> <PNGLogo>sample string 2</PNGLogo> <RequestStatus> <StatusMessage>sample string 2</StatusMessage> <Success>true</Success> </RequestStatus> <SVGLogo>sample string 1</SVGLogo> </Logo> <Name>sample string 2</Name> </Team> <PlayerStats> <AerialDuels>34</AerialDuels> <AerialDuelsWinPercent>35</AerialDuelsWinPercent> <AerialDuelsWon>33</AerialDuelsWon> <Appearances>15</Appearances> <BlockedShots>27</BlockedShots> <CleanSheets>21</CleanSheets> <GamesPlayed>18</GamesPlayed> <GoalAssists>19</GoalAssists> <Goals>5</Goals> <GoalsConceded>17</GoalsConceded> <GoalsConversionRate>38</GoalsConversionRate> <GoalsFromInsideBox>36</GoalsFromInsideBox> <GoalsFromOutsideBox>37</GoalsFromOutsideBox> <Interceptions>28</Interceptions> <MinsPerGoalConceded>32</MinsPerGoalConceded> <Offsides>1</Offsides> <RightFootGoals>6</RightFootGoals> <SavesMade>29</SavesMade> <SavesPerGame>30</SavesPerGame> <ShotsOffTarget>7</ShotsOffTarget> <ShotsOnTarget>16</ShotsOnTarget> <ShotsSavedPercent>31</ShotsSavedPercent> <Starts>14</Starts> <SubstitedOff>10</SubstitedOff> <SubstitedOn>3</SubstitedOn> <SuccessfulLayOff>4</SuccessfulLayOff> <SuccessfulPassesPercent>25</SuccessfulPassesPercent> <TackleWinPercent>24</TackleWinPercent> <TacklesLost>23</TacklesLost> <TacklesWon>22</TacklesWon> <TimePlayed>2</TimePlayed> <TotalClearances>26</TotalClearances> <TotalFoulsConceded>11</TotalFoulsConceded> <TotalPasses>9</TotalPasses> <TotalShots>12</TotalShots> <TotalSuccessfulPasses>20</TotalSuccessfulPasses> <TotalTackles>8</TotalTackles> <TotalUnsuccessfulPasses>13</TotalUnsuccessfulPasses> </PlayerStats> </TeamPlayerWithStats>