Skip to content

API LeagueOverseer

Vladimir Jimenez edited this page Feb 12, 2015 · 1 revision

Team Dump Query

To fetch a complete list of players and their team affiliations, make a teamInfoDump query.

Parameters

  • query: teamInfoDump
  • apiVersion: 2

Example

http://localhost/bzion/api/leagueOverseer?query=teamInfoDump&apiVersion=2

Returns

{
    "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"
        }
    ]
}
Clone this wiki locally