-
-
Notifications
You must be signed in to change notification settings - Fork 9
API LeagueOverseer
Vladimir Jimenez edited this page Feb 12, 2015
·
1 revision
To fetch a complete list of players and their team affiliations, make a teamInfoDump
query.
- query:
teamInfoDump
- apiVersion:
2
http://localhost/bzion/api/leagueOverseer?query=teamInfoDump&apiVersion=2
{
"team_list": [
{
"team": "Good Separation",
"members": "9736",
"team_id": 7,
"team_name": "Good Separation",
"team_members": "9736"
},
{
"team": "Fractious disinclination",
"members": "34353,49434",
"team_id": 8,
"team_name": "Fractious disinclination",
"team_members": "34353,49434"
}
]
}
Found an issue? Something not clear? Submit an issue to let us know!
BZiON's so easy, even brad can use it!