Skip to content

Instantly share code, notes, and snippets.

@danieljennings
Created January 30, 2013 18:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danieljennings/4675491 to your computer and use it in GitHub Desktop.
Save danieljennings/4675491 to your computer and use it in GitHub Desktop.
GetLiveLeagueGames Example
{
"result": {
"games": [
{
"players": [
{
"account_id": 26290891,
"name": "HolyMaster",
"hero_id": 0,
"team": 4
},
{
"account_id": 293763,
"name": "aL pandasaurusrex",
"hero_id": 79,
"team": 1
},
{
"account_id": 83707346,
"name": "4FC eresloco",
"hero_id": 86,
"team": 0
},
{
"account_id": 27738470,
"name": "4FC Chrillee",
"hero_id": 80,
"team": 0
},
{
"account_id": 24191321,
"name": "4FC Noez",
"hero_id": 21,
"team": 0
},
{
"account_id": 18711079,
"name": "aL linkoo",
"hero_id": 47,
"team": 1
},
{
"account_id": 11603325,
"name": "Fire",
"hero_id": 55,
"team": 1
},
{
"account_id": 86739706,
"name": "aL chroMium",
"hero_id": 41,
"team": 1
},
{
"account_id": 2553754,
"name": "4FC boomski",
"hero_id": 88,
"team": 0
},
{
"account_id": 33366656,
"name": "joinDOTA|Tob|Wan!",
"hero_id": 0,
"team": 2
},
{
"account_id": 86714306,
"name": "aL aCidrain",
"hero_id": 20,
"team": 1
},
{
"account_id": 57835748,
"name": "4FC strangby`",
"hero_id": 54,
"team": 0
},
{
"account_id": 72262321,
"name": "DOTA2.cz | @MartyDOTA",
"hero_id": 0,
"team": 2
}
]
,
"radiant_team": {
"team_name": "4 Friends + Chrillee",
"team_id": 41,
"complete": false
},
"dire_team": {
"team_name": "Absolute Legends Academy",
"team_id": 231312,
"complete": false
},
"lobby_id": 22808886272694732,
"spectators": 1104,
"tower_state": 4194303,
"league_id": 21
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment