How can I get a participant stats?
Question: How can I get a participant stats for specific seasons for the Ekstraklasa?
Step-by-step guide:
To get a list of seasons go to the seasons.index method with specified parameter: competition_id. |
---|
https://api.statscore.com/v2/seasons?token=your_token&competition_id=1498 |
To get a list participant stats go to seasons.participants-stats.index with specified parameter: season_id and type team or person |
---|
https://api.statscore.com/v2/seasons/53851/participants-stats?&type=person&token=your_token |
https://api.statscore.com/v2/seasons/53851/participants-stats?&type=team&token=your_token |
Â