Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.38 KB | None | 0 0
  1. {
  2.   "status": "ok",
  3.   "data": [
  4.     {
  5.       "subid": "surrender",
  6.       "data": {
  7.         "user_id": 2
  8.       },
  9.       "id": "duel"
  10.     },
  11.     {
  12.       "data": {
  13.         "winner": -1,
  14.         "id": 84
  15.       },
  16.       "subid": "finish",
  17.       "events": [
  18.         {
  19.           "subid": "change",
  20.           "data": {
  21.             "new": {
  22.               "is_legendary": false,
  23.               "icon": "ranks/1_1.png",
  24.               "percent": 0,
  25.               "rank": "Bronze I",
  26.               "rating": 1200
  27.             },
  28.             "current": {
  29.               "is_legendary": false,
  30.               "icon": "ranks/1_1.png",
  31.               "percent": 0,
  32.               "rank": "Bronze I",
  33.               "rating": 1200
  34.             }
  35.           },
  36.           "id": "rating"
  37.         },
  38.         {
  39.           "subid": "reward",
  40.           "data": [
  41.             {
  42.               "type": "booster",
  43.               "data": {
  44.                 "cards": [
  45.                   {
  46.                     "card_id": "1",
  47.                     "shards": 58,
  48.                     "is_new": false
  49.                   },
  50.                   {
  51.                     "card_id": "30",
  52.                     "shards": 21,
  53.                     "is_new": false
  54.                   },
  55.                   {
  56.                     "card_id": "2",
  57.                     "shards": 10,
  58.                     "is_new": false
  59.                   },
  60.                   {
  61.                     "card_id": "53",
  62.                     "shards": 5,
  63.                     "is_new": false
  64.                   },
  65.                   {
  66.                     "card_id": "31",
  67.                     "shards": 6,
  68.                     "is_new": false
  69.                   }
  70.                 ],
  71.                 "coins": {
  72.                   "amount": 3,
  73.                   "currency": "soft"
  74.                 }
  75.               }
  76.             },
  77.             {
  78.               "type": "card",
  79.               "data": [
  80.                 {
  81.                   "1": 110
  82.                 },
  83.                 {
  84.                   "2": 10
  85.                 }
  86.               ]
  87.             },
  88.             {
  89.               "type": "coins",
  90.               "data": [
  91.                 {
  92.                   "currency": "soft",
  93.                   "amount": 1300
  94.                 }
  95.               ]
  96.             }
  97.           ],
  98.           "id": "duel"
  99.         }
  100.       ],
  101.       "id": "duel"
  102.     }
  103.   ]
  104. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement