Method
API call for requesting player stats like Top Scorers, Top Assists and Players Cards List of a league (if is available in the available standing_types call)
Possible standing_type values:
- topscorer_list
- card_list
- assists
GET | /standings |
Parameter
id | League ID | Integer – Required |
standing_type | Standing type Name | String – Required |
limit | Limit the number of results | Integer – Optional |
Request Example
Response Sample
HTML
Coding Example
JS