Guest User

v2/player/stats

a guest
Oct 21st, 2022
774
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.71 KB | None | 0 0
  1. {
  2.    "username":"",
  3.    "uuid":"",
  4.    "rank":"",
  5.    "meta":{
  6.       "firstJoin":"",
  7.       "lastJoin":"",
  8.       "location":{
  9.          "online":false,
  10.          "server":null
  11.       },
  12.       "playtime":0,
  13.       "tag":{
  14.          "display":true,
  15.          "value":""
  16.       },
  17.       "veteran":false
  18.    },
  19.    "characters":{
  20.       "uuid":{
  21.          "type":"",
  22.          "level":0,
  23.          "dungeons":{
  24.             "completed":0,
  25.             "list":[
  26.                {
  27.                   "name":"",
  28.                   "completed":0
  29.                }
  30.             ]
  31.          },
  32.          "raids":{
  33.             "completed":0,
  34.             "list":[
  35.                {
  36.                   "name":"",
  37.                   "completed":0
  38.                }
  39.             ]
  40.          },
  41.          "quests":{
  42.             "completed":0,
  43.             "list":[
  44.                ""
  45.             ]
  46.          },
  47.          "itemsIdentified":0,
  48.          "mobsKilled":0,
  49.          "pvp":{
  50.             "kills":0,
  51.             "deaths":0
  52.          },
  53.          "blocksWalked":0,
  54.          "logins":0,
  55.          "deaths":0,
  56.          "playtime":0,
  57.          "gamemode":{
  58.             "craftsman":false,
  59.             "hardcore":false,
  60.             "ironman":false,
  61.             "hunted":false
  62.          },
  63.          "skills":{
  64.             "strength":0,
  65.             "dexterity":0,
  66.             "intelligence":0,
  67.             "defence":0,
  68.             "defense":0,
  69.             "agility":0
  70.          },
  71.          "professions":{
  72.             "type":{
  73.                "level":0,
  74.                "xp":0.0
  75.             }
  76.          },
  77.          "discoveries":0,
  78.          "eventsWon":0,
  79.          "preEconomyUpdate":false
  80.       }
  81.    },
  82.    "global":{
  83.       "blocksWalked":0,
  84.       "itemsIdentified":0,
  85.       "mobsKilled":0,
  86.       "totalLevel":{
  87.          "combat":0,
  88.          "profession":0,
  89.          "combined":0
  90.       },
  91.       "pvp":{
  92.          "kills":0,
  93.          "deaths":0
  94.       },
  95.       "logins":0,
  96.       "deaths":0,
  97.       "discoveries":0,
  98.       "eventsWon":0
  99.    },
  100.    "ranking":{
  101.       "guild":null,
  102.       "player":{
  103.          "solo":{
  104.             "combat":null,
  105.             "woodcutting":null,
  106.             "mining":null,
  107.             "fishing":null,
  108.             "farming":null,
  109.             "alchemism":null,
  110.             "armouring":null,
  111.             "cooking":null,
  112.             "jeweling":null,
  113.             "scribing":null,
  114.             "tailoring":null,
  115.             "weaponsmithing":null,
  116.             "woodworking":null,
  117.             "profession":null,
  118.             "overall":null
  119.          },
  120.          "overall":{
  121.             "all":null,
  122.             "combat":null,
  123.             "profession":null
  124.          }
  125.       },
  126.       "pvp":null
  127.    }
  128. }
Advertisement
Add Comment
Please, Sign In to add comment