Subpage under development, new version coming soon!
Subject: Doubt about api
- 1
A question, do exist a function in api rest to get stats of players in a game? I talk about goals, assist, cards, etc.
There is no mechanism for overall stats (all players in game) if that is the question.
Otherwise, statistics are included for almost everything related to player requests or player lists (teams).
https://sokker.org/apidoc.html
For global stats, you can use Mikoo's players database.
https://sokker.org/forum_topic/ID_forum/1259/ID_topic/3547132/pg/1
Otherwise, statistics are included for almost everything related to player requests or player lists (teams).
https://sokker.org/apidoc.html
For global stats, you can use Mikoo's players database.
https://sokker.org/forum_topic/ID_forum/1259/ID_topic/3547132/pg/1
Thanks dude, I was interested in stats per game and how you say, we haven't some function to get that info.
You can get it in the XML https://sokker.org/xmlinfo.php with match-[match ID].xml
- 1