Player Stats (League & Cup)
Update Time: 2022-03-21 10:47
Introduction
• This API endpoint returns players' seasonal technical statistics of specified league or cup id. You can use it with List of Player Stats (League&Cup) endpoint.
• The data return distinguishes between home and away matches, and the total data needs to be aggregated through home and away matches.
Related Plans
You can use this api by subscribing plans: Stats.
Request
- Path: /football_th/playerstats/league.aspx
- Method: GET
- Calls: This interface is limited to 10 second/call.
- Recommend Calls: 1 day/call
- Parameters:
Parameter | Value | Required | Description |
---|---|---|---|
leagueId | int | true | get the statistics of the specified league and cup. |
Response
Parameter | Value | Description |
---|---|---|
playerId | int | |
teamId | int | |
leagueId | int | |
season | string | e.g. 2018-2019 |
appearanceCount | int | |
substituteCount | int | |
playingTime | int | In minutes |
goals | int | Penalty not included |
penaltyGoals | int | |
shotCount | int | |
shotTargetCount | int | |
offsideCount | int | |
bestCount | int | |
rating | string | |
passCount | int | |
passSuccessCount | int | |
keyPassCount | int | |
assistCount | int | |
longPassCount | int | |
longPassSuccessCount | int | |
throughPassCount | int | |
throughPassSuccessCount | int | |
dribblesSuccessCount | int | |
crossPassCount | int | |
crossPassSuccessCount | int | |
tackleCount | int | |
interceptionCount | int | |
clearanceCount | int | |
dispossessedCount | int | |
shotBlockedCount | int | |
aerialSuccessCount | int | |
foulsCount | int | |
wasFouledCount | int | |
redCount | int | |
yellowCount | int | |
turnOverCount | int | |
modifyTime | date | Modify time, GMT +7 (Bangkok Time) |
homeTeam | boolean | Is it home team player stats? |