Skip to content

Instantly share code, notes, and snippets.

@kamakazikamikaze
Created June 9, 2017 18:08
Show Gist options
  • Save kamakazikamikaze/c0e2893a03f34ff983b7fd3e0eca10b4 to your computer and use it in GitHub Desktop.
Save kamakazikamikaze/c0e2893a03f34ff983b7fd3e0eca10b4 to your computer and use it in GitHub Desktop.
Xbox API for World of Tanks
{
"groups":[
{
"name":"Hero",
"titleid":840116976,
"statlistscollection":[
{
"arrangebyfield":"xuid",
"arrangebyfieldid":2533274804226806,
"stats":[
{
"groupproperties":{
"Ordinal":1,
"SortOrder":"Descending",
"DisplayName":"Maximum Tank Tier",
"DisplayFormat":"Integer"
},
"xuid":2533274804226806,
"scid":"3a660100-4a3c-4d9f-9aa6-0ab532132af0",
"name":"MaxTierAchieved",
"type":"Integer",
"value":10,
"properties":{"DisplayName":"Maximum Tank Tier"}
},
{
"groupproperties":{
"Ordinal":2,
"SortOrder":"Descending",
"DisplayName":"Total Damage Dealt",
"DisplayFormat":"Integer"
},
"xuid":2533274804226806,
"scid":"3a660100-4a3c-4d9f-9aa6-0ab532132af0",
"name":"TotalDamageDealt",
"type":"Integer",
"value":5171199,
"properties":{"DisplayName":"Total Damage Dealt"}
},
{
"groupproperties":{
"Ordinal":3,
"SortOrder":"Descending",
"DisplayName":"Medals Earned",
"DisplayFormat":"Integer",
"DisplaySemantic":"Cumulative"
},
"xuid":2533274804226806,
"scid":"3a660100-4a3c-4d9f-9aa6-0ab532132af0",
"name":"TotalMedalCount",
"type":"Integer",
"value":197,
"properties":{"DisplayName":"Medals Earned"}
},
{
"groupproperties":{
"Ordinal":4,
"SortOrder":"Descending",
"DisplayName":"Tanks Destroyed",
"DisplayFormat":"Integer"
},
"xuid":2533274804226806,
"scid":"3a660100-4a3c-4d9f-9aa6-0ab532132af0",
"name":"TotalTankKills",
"type":"Integer",
"value":5000,
"properties":{"DisplayName":"Tanks Destroyed"}
},
{
"groupproperties":{
"Ordinal":5,
"SortOrder":"Descending",
"DisplayName":"Tanks Unlocked",
"DisplayFormat":"Integer"
},
"xuid":2533274804226806,
"scid":"3a660100-4a3c-4d9f-9aa6-0ab532132af0",
"name":"TotalTanksUnlocked",
"type":"Integer",
"value":154,
"properties":{"DisplayName":"Tanks Unlocked"}
},
{
"groupproperties":{
"Ordinal":6,
"SortOrder":"Descending",
"DisplayName":"Total XP Earned",
"DisplayFormat":"Integer"
},
"xuid":2533274804226806,
"scid":"3a660100-4a3c-4d9f-9aa6-0ab532132af0",
"name":"TotalXPEarned",
"type":"Integer",
"value":5207337,
"properties":{"DisplayName":"Total XP Earned"}
},
{
"groupproperties":{
"Ordinal":7,
"SortOrder":"Descending",
"DisplayName":"Most Destroyed In a Match",
"DisplayFormat":"Integer"
},
"xuid":2533274804226806,
"scid":"3a660100-4a3c-4d9f-9aa6-0ab532132af0",
"name":"MaxKillsPerGame",
"type":"Integer",
"value":9,
"properties":{"DisplayName":"Most Destroyed In a Match"}
},
{
"groupproperties":{
"Ordinal":8,
"SortOrder":"Descending",
"DisplayName":"Operations Completed",
"DisplayFormat":"Integer"
},
"xuid":2533274804226806,
"scid":"3a660100-4a3c-4d9f-9aa6-0ab532132af0",
"name":"TotalOpsCompleted",
"type":"Integer",
"value":2686,
"properties":{"DisplayName":"Operations Completed"}
},
{
"groupproperties":{
"Ordinal":9,
"SortOrder":"Descending",
"DisplayName":"Maximum Damage in a Match",
"DisplayFormat":"Integer"
},
"xuid":2533274804226806,
"scid":"3a660100-4a3c-4d9f-9aa6-0ab532132af0",
"name":"MaxDamagePerGame",
"type":"Integer",
"value":6596,
"properties":{"DisplayName":"Maximum Damage in a Match"}
},
{
"groupproperties":{
"Ordinal":10,
"SortOrder":"Descending",
"DisplayName":"Favorite Tank"
},
"xuid":2533274804226806,
"scid":"3a660100-4a3c-4d9f-9aa6-0ab532132af0",
"name":"UserFavoriteTank",
"type":"String",
"value":"Tortoise",
"properties":{"DisplayName":"Favorite Tank"}
}
]
}
]
}
],
"statlistscollection":[
{
"arrangebyfield":"xuid",
"arrangebyfieldid":2533274804226806,
"stats":[
{
"groupproperties":[],
"xuid":2533274804226806,
"scid":"3a660100-4a3c-4d9f-9aa6-0ab532132af0",
"titleid":840116976,
"name":"MinutesPlayed",
"type":"Integer",
"value":48780,
"properties":[]
},
{
"groupproperties":[],
"xuid":2533274804226806,
"scid":"3a660100-4a3c-4d9f-9aa6-0ab532132af0",
"titleid":840116976,
"name":"GameProgress",
"type":"Double",
"value":45.427727,
"properties":{
"DisplayDescription":"Become a master tanker and research all tanks currently available in the game (excluding premium tanks)."
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment