starcraft2 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 80965e6dcd25102080b3304790e2aa9540ba9539
4
- data.tar.gz: b8f9d5acb4266ab7d20bf9d284f7a776fc31d5ed
3
+ metadata.gz: 289ad66c7ad9a879f23a2dd1cd6cfb46e8c9247b
4
+ data.tar.gz: da8e93fe98d213bcb5f4bd6facc9670654aefaa8
5
5
  SHA512:
6
- metadata.gz: 3d2502fd9634db4fbce38825517ade4f2912077a9a5a293094a42e215c4b0193468f8b95c71dfb88637f99dbc04d3b9526e3b75bfffccf9e2d3983f14f8fef4e
7
- data.tar.gz: 4c223349442b56e23c2ef7d9d50f7a75090180866de7d35b7e84c34f1ae490276408a28bae284999b66adb137de9ed864fc52c561098db534db2e82b2563defc
6
+ metadata.gz: fa6f2fd509ed995ac62b979a032f343e6f2943bfb140a1d191668e21ab38f2c7a07340824f6c1c361bf2eb833f5af27d965de8f83f4fcce2e16b5aae6f0d063f
7
+ data.tar.gz: 7a9ab4656eb12cc34797ec034f19af93f896a59ca2ddc9003bde2fc34ef91e6bf44b7734cca46447fd8aafee94cf7ecaa0392cd16d5f750bcb8424a0792e31e1
data/README.md CHANGED
@@ -14,11 +14,52 @@ Then `bundle install`.
14
14
 
15
15
  ## Usage
16
16
 
17
+ The Client class is the starting point for all calls made to the API. A full list of hosts and locales can be found in the API documentation above.
18
+
19
+ ```ruby
20
+ client = Starcraft2::Client.new(:host => 'us.battle.net', :locale => 'en_US')
21
+ ```
22
+
23
+ ### Profiles
24
+
25
+ `Starcraft2::Profile` contains all profile information. Realm, character name and id can all be found in a player's profile url.
26
+
27
+ ```ruby
28
+ profile = client.profile(realm: 1, character_name: "Minigun", id: 288081)
29
+ ```
30
+
31
+ **Call a player's league**
32
+
33
+ ```ruby
34
+ profile.career.league
35
+ ```
36
+
37
+ **Fetch a profile's ladders**
38
+
39
+ ```ruby
40
+ profile.ladders
41
+ ```
42
+
43
+ **Fetch a profile's recent matches**
44
+
45
+ ```ruby
46
+ profile.matches
47
+ ```
48
+
49
+ ### Game Info
50
+
51
+ **Fetch all achievements**
52
+
53
+ ```ruby
54
+ client.achievements
55
+ ```
56
+
57
+ **Fetch all rewards**
58
+
17
59
  ```ruby
18
- Starcraft2::Client.new(:host => 'us.battle.net', :locale => 'en_US')
60
+ client.rewards
19
61
  ```
20
62
 
21
- A full list of hosts and locales can be found in the API documentation above.
22
63
 
23
64
  ## Build Status
24
65
  [![Build Status](https://travis-ci.org/zquestz/starcraft2.png)](https://travis-ci.org/zquestz/starcraft2)
@@ -0,0 +1,3237 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://us.battle.net/api/sc2/ladder/grandmaster/last
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers: {}
10
+ response:
11
+ status:
12
+ code: 200
13
+ message: OK
14
+ headers:
15
+ Date:
16
+ - Wed, 14 Aug 2013 08:52:03 GMT
17
+ Server:
18
+ - Apache
19
+ X-Frame-Options:
20
+ - SAMEORIGIN
21
+ Content-Language:
22
+ - en-US
23
+ Vary:
24
+ - Accept-Encoding
25
+ Transfer-Encoding:
26
+ - chunked
27
+ Content-Type:
28
+ - application/json;charset=UTF-8
29
+ body:
30
+ encoding: UTF-8
31
+ string: |-
32
+ {
33
+ "ladderMembers" : [ {
34
+ "character" : {
35
+ "id" : 2778732,
36
+ "realm" : 1,
37
+ "displayName" : "lIlIlIlIlIlI",
38
+ "clanName" : "",
39
+ "clanTag" : "",
40
+ "profilePath" : "/profile/2778732/1/lIlIlIlIlIlI/"
41
+ },
42
+ "joinTimestamp" : 1373859935,
43
+ "points" : 2374.0,
44
+ "wins" : 253,
45
+ "losses" : 102,
46
+ "highestRank" : 1,
47
+ "previousRank" : 1,
48
+ "favoriteRaceP1" : "PROTOSS"
49
+ }, {
50
+ "character" : {
51
+ "id" : 902213,
52
+ "realm" : 1,
53
+ "displayName" : "Suppy",
54
+ "clanName" : "Evil Geniuses",
55
+ "clanTag" : "EG",
56
+ "profilePath" : "/profile/902213/1/Suppy/"
57
+ },
58
+ "joinTimestamp" : 1371798640,
59
+ "points" : 2202.0,
60
+ "wins" : 229,
61
+ "losses" : 147,
62
+ "highestRank" : 1,
63
+ "previousRank" : 2,
64
+ "favoriteRaceP1" : "ZERG"
65
+ }, {
66
+ "character" : {
67
+ "id" : 288081,
68
+ "realm" : 1,
69
+ "displayName" : "Minigun",
70
+ "clanName" : "ROOT Gaming",
71
+ "clanTag" : "ROOT",
72
+ "profilePath" : "/profile/288081/1/Minigun/"
73
+ },
74
+ "joinTimestamp" : 1373700705,
75
+ "points" : 2189.0,
76
+ "wins" : 242,
77
+ "losses" : 158,
78
+ "highestRank" : 1,
79
+ "previousRank" : 5,
80
+ "favoriteRaceP1" : "PROTOSS"
81
+ }, {
82
+ "character" : {
83
+ "id" : 4070222,
84
+ "realm" : 1,
85
+ "displayName" : "Jig",
86
+ "clanName" : "Team Killing Spree",
87
+ "clanTag" : "TKS",
88
+ "profilePath" : "/profile/4070222/1/Jig/"
89
+ },
90
+ "joinTimestamp" : 1374076671,
91
+ "points" : 2155.0,
92
+ "wins" : 163,
93
+ "losses" : 100,
94
+ "highestRank" : 3,
95
+ "previousRank" : 15,
96
+ "favoriteRaceP1" : "ZERG"
97
+ }, {
98
+ "character" : {
99
+ "id" : 3949344,
100
+ "realm" : 1,
101
+ "displayName" : "IIIIlllIIIIl",
102
+ "clanName" : "",
103
+ "clanTag" : "",
104
+ "profilePath" : "/profile/3949344/1/IIIIlllIIIIl/"
105
+ },
106
+ "joinTimestamp" : 1375708710,
107
+ "points" : 2144.0,
108
+ "wins" : 129,
109
+ "losses" : 83,
110
+ "highestRank" : 5,
111
+ "previousRank" : 42,
112
+ "favoriteRaceP1" : "ZERG"
113
+ }, {
114
+ "character" : {
115
+ "id" : 2553612,
116
+ "realm" : 1,
117
+ "displayName" : "puCK",
118
+ "clanName" : "ROOT Gaming",
119
+ "clanTag" : "ROOT",
120
+ "profilePath" : "/profile/2553612/1/puCK/"
121
+ },
122
+ "joinTimestamp" : 1371484600,
123
+ "points" : 2142.0,
124
+ "wins" : 257,
125
+ "losses" : 158,
126
+ "highestRank" : 1,
127
+ "previousRank" : 8,
128
+ "favoriteRaceP1" : "PROTOSS"
129
+ }, {
130
+ "character" : {
131
+ "id" : 312838,
132
+ "realm" : 1,
133
+ "displayName" : "GoswseR",
134
+ "clanName" : "",
135
+ "clanTag" : "",
136
+ "profilePath" : "/profile/312838/1/GoswseR/"
137
+ },
138
+ "joinTimestamp" : 1375887610,
139
+ "points" : 2136.0,
140
+ "wins" : 154,
141
+ "losses" : 102,
142
+ "highestRank" : 1,
143
+ "previousRank" : 0,
144
+ "favoriteRaceP1" : "ZERG"
145
+ }, {
146
+ "character" : {
147
+ "id" : 1200256,
148
+ "realm" : 1,
149
+ "displayName" : "ROCCAT",
150
+ "clanName" : "Quantic Gaming",
151
+ "clanTag" : "Qntc",
152
+ "profilePath" : "/profile/1200256/1/ROCCAT/"
153
+ },
154
+ "joinTimestamp" : 1372615323,
155
+ "points" : 2130.0,
156
+ "wins" : 251,
157
+ "losses" : 158,
158
+ "highestRank" : 1,
159
+ "previousRank" : 19,
160
+ "favoriteRaceP1" : "ZERG"
161
+ }, {
162
+ "character" : {
163
+ "id" : 4220329,
164
+ "realm" : 1,
165
+ "displayName" : "ZeroReakcji",
166
+ "clanName" : "BeneWarsie",
167
+ "clanTag" : "1200ms",
168
+ "profilePath" : "/profile/4220329/1/ZeroReakcji/"
169
+ },
170
+ "joinTimestamp" : 1373509633,
171
+ "points" : 2126.0,
172
+ "wins" : 168,
173
+ "losses" : 85,
174
+ "highestRank" : 3,
175
+ "previousRank" : 9,
176
+ "favoriteRaceP1" : "PROTOSS"
177
+ }, {
178
+ "character" : {
179
+ "id" : 4734152,
180
+ "realm" : 1,
181
+ "displayName" : "lIIIlIIlllIl",
182
+ "clanName" : "",
183
+ "clanTag" : "",
184
+ "profilePath" : "/profile/4734152/1/lIIIlIIlllIl/"
185
+ },
186
+ "joinTimestamp" : 1374826913,
187
+ "points" : 2098.0,
188
+ "wins" : 130,
189
+ "losses" : 57,
190
+ "highestRank" : 4,
191
+ "previousRank" : 16,
192
+ "favoriteRaceP1" : "PROTOSS"
193
+ }, {
194
+ "character" : {
195
+ "id" : 3058160,
196
+ "realm" : 1,
197
+ "displayName" : "Dragon",
198
+ "clanName" : "Clarity Gaming",
199
+ "clanTag" : "CG",
200
+ "profilePath" : "/profile/3058160/1/Dragon/"
201
+ },
202
+ "joinTimestamp" : 1375034415,
203
+ "points" : 2095.0,
204
+ "wins" : 299,
205
+ "losses" : 221,
206
+ "highestRank" : 5,
207
+ "previousRank" : 6,
208
+ "favoriteRaceP1" : "TERRAN"
209
+ }, {
210
+ "character" : {
211
+ "id" : 3387981,
212
+ "realm" : 1,
213
+ "displayName" : "KoNtiNuE",
214
+ "clanName" : "Latest and Greatest Gaming",
215
+ "clanTag" : "lLaGl",
216
+ "profilePath" : "/profile/3387981/1/KoNtiNuE/"
217
+ },
218
+ "joinTimestamp" : 1371452828,
219
+ "points" : 2090.0,
220
+ "wins" : 301,
221
+ "losses" : 221,
222
+ "highestRank" : 6,
223
+ "previousRank" : 17,
224
+ "favoriteRaceP1" : "PROTOSS"
225
+ }, {
226
+ "character" : {
227
+ "id" : 2575821,
228
+ "realm" : 1,
229
+ "displayName" : "HuKRC",
230
+ "clanName" : "Evil Geniuses",
231
+ "clanTag" : "EG",
232
+ "profilePath" : "/profile/2575821/1/HuKRC/"
233
+ },
234
+ "joinTimestamp" : 1371927774,
235
+ "points" : 2074.0,
236
+ "wins" : 166,
237
+ "losses" : 103,
238
+ "highestRank" : 2,
239
+ "previousRank" : 11,
240
+ "favoriteRaceP1" : "PROTOSS"
241
+ }, {
242
+ "character" : {
243
+ "id" : 789884,
244
+ "realm" : 1,
245
+ "displayName" : "SeleCT",
246
+ "clanName" : "",
247
+ "clanTag" : "",
248
+ "profilePath" : "/profile/789884/1/SeleCT/"
249
+ },
250
+ "joinTimestamp" : 1371494855,
251
+ "points" : 2068.0,
252
+ "wins" : 457,
253
+ "losses" : 316,
254
+ "highestRank" : 2,
255
+ "previousRank" : 9,
256
+ "favoriteRaceP1" : "TERRAN"
257
+ }, {
258
+ "character" : {
259
+ "id" : 1102980,
260
+ "realm" : 1,
261
+ "displayName" : "ppgBubbles",
262
+ "clanName" : "Quantic Gaming",
263
+ "clanTag" : "Qntc",
264
+ "profilePath" : "/profile/1102980/1/ppgBubbles/"
265
+ },
266
+ "joinTimestamp" : 1371454350,
267
+ "points" : 2067.0,
268
+ "wins" : 298,
269
+ "losses" : 235,
270
+ "highestRank" : 12,
271
+ "previousRank" : 62,
272
+ "favoriteRaceP1" : "PROTOSS"
273
+ }, {
274
+ "character" : {
275
+ "id" : 2024036,
276
+ "realm" : 1,
277
+ "displayName" : "State",
278
+ "clanName" : "ROOT Gaming",
279
+ "clanTag" : "ROOT",
280
+ "profilePath" : "/profile/2024036/1/State/"
281
+ },
282
+ "joinTimestamp" : 1373743738,
283
+ "points" : 2065.0,
284
+ "wins" : 149,
285
+ "losses" : 83,
286
+ "highestRank" : 11,
287
+ "previousRank" : 33,
288
+ "favoriteRaceP1" : "PROTOSS"
289
+ }, {
290
+ "character" : {
291
+ "id" : 4174984,
292
+ "realm" : 1,
293
+ "displayName" : "llllllllllll",
294
+ "clanName" : "",
295
+ "clanTag" : "",
296
+ "profilePath" : "/profile/4174984/1/llllllllllll/"
297
+ },
298
+ "joinTimestamp" : 1371465799,
299
+ "points" : 2065.0,
300
+ "wins" : 106,
301
+ "losses" : 71,
302
+ "highestRank" : 14,
303
+ "previousRank" : 66,
304
+ "favoriteRaceP1" : "TERRAN"
305
+ }, {
306
+ "character" : {
307
+ "id" : 1341513,
308
+ "realm" : 1,
309
+ "displayName" : "rebOrn",
310
+ "clanName" : "Team SCA",
311
+ "clanTag" : "SCA",
312
+ "profilePath" : "/profile/1341513/1/rebOrn/"
313
+ },
314
+ "joinTimestamp" : 1371452766,
315
+ "points" : 2061.0,
316
+ "wins" : 211,
317
+ "losses" : 162,
318
+ "highestRank" : 14,
319
+ "previousRank" : 32,
320
+ "favoriteRaceP1" : "ZERG"
321
+ }, {
322
+ "character" : {
323
+ "id" : 4733954,
324
+ "realm" : 1,
325
+ "displayName" : "Pyx",
326
+ "clanName" : "Our Gaming Legacy",
327
+ "clanTag" : "oGL",
328
+ "profilePath" : "/profile/4733954/1/Pyx/"
329
+ },
330
+ "joinTimestamp" : 1371472061,
331
+ "points" : 2059.0,
332
+ "wins" : 107,
333
+ "losses" : 58,
334
+ "highestRank" : 2,
335
+ "previousRank" : 21,
336
+ "favoriteRaceP1" : "TERRAN"
337
+ }, {
338
+ "character" : {
339
+ "id" : 1614769,
340
+ "realm" : 1,
341
+ "displayName" : "Sonic",
342
+ "clanName" : "Core Professional Gaming Team",
343
+ "clanTag" : "Core",
344
+ "profilePath" : "/profile/1614769/1/Sonic/"
345
+ },
346
+ "joinTimestamp" : 1371493594,
347
+ "points" : 2056.0,
348
+ "wins" : 182,
349
+ "losses" : 140,
350
+ "highestRank" : 14,
351
+ "previousRank" : 20,
352
+ "favoriteRaceP1" : "TERRAN"
353
+ }, {
354
+ "character" : {
355
+ "id" : 694288,
356
+ "realm" : 1,
357
+ "displayName" : "cSaroVati",
358
+ "clanName" : "Clarity Gaming",
359
+ "clanTag" : "CG",
360
+ "profilePath" : "/profile/694288/1/cSaroVati/"
361
+ },
362
+ "joinTimestamp" : 1375672444,
363
+ "points" : 2047.0,
364
+ "wins" : 200,
365
+ "losses" : 132,
366
+ "highestRank" : 11,
367
+ "previousRank" : 16,
368
+ "favoriteRaceP1" : "PROTOSS"
369
+ }, {
370
+ "character" : {
371
+ "id" : 992628,
372
+ "realm" : 1,
373
+ "displayName" : "JonSnow",
374
+ "clanName" : "Core Professional Gaming Team",
375
+ "clanTag" : "Core",
376
+ "profilePath" : "/profile/992628/1/JonSnow/"
377
+ },
378
+ "joinTimestamp" : 1372099431,
379
+ "points" : 2046.0,
380
+ "wins" : 311,
381
+ "losses" : 242,
382
+ "highestRank" : 21,
383
+ "previousRank" : 59,
384
+ "favoriteRaceP1" : "ZERG"
385
+ }, {
386
+ "character" : {
387
+ "id" : 1158342,
388
+ "realm" : 1,
389
+ "displayName" : "RuFF",
390
+ "clanName" : "",
391
+ "clanTag" : "",
392
+ "profilePath" : "/profile/1158342/1/RuFF/"
393
+ },
394
+ "joinTimestamp" : 1375667646,
395
+ "points" : 2045.0,
396
+ "wins" : 136,
397
+ "losses" : 97,
398
+ "highestRank" : 23,
399
+ "previousRank" : 48,
400
+ "favoriteRaceP1" : "TERRAN"
401
+ }, {
402
+ "character" : {
403
+ "id" : 2182304,
404
+ "realm" : 1,
405
+ "displayName" : "hahaha",
406
+ "clanName" : "",
407
+ "clanTag" : "",
408
+ "profilePath" : "/profile/2182304/1/hahaha/"
409
+ },
410
+ "joinTimestamp" : 1375232576,
411
+ "points" : 2043.0,
412
+ "wins" : 155,
413
+ "losses" : 108,
414
+ "highestRank" : 19,
415
+ "previousRank" : 52,
416
+ "favoriteRaceP1" : "PROTOSS"
417
+ }, {
418
+ "character" : {
419
+ "id" : 2997983,
420
+ "realm" : 1,
421
+ "displayName" : "Petraeus",
422
+ "clanName" : "Frenetic Array",
423
+ "clanTag" : "fray",
424
+ "profilePath" : "/profile/2997983/1/Petraeus/"
425
+ },
426
+ "joinTimestamp" : 1371454922,
427
+ "points" : 2039.0,
428
+ "wins" : 511,
429
+ "losses" : 352,
430
+ "highestRank" : 13,
431
+ "previousRank" : 27,
432
+ "favoriteRaceP1" : "ZERG"
433
+ }, {
434
+ "character" : {
435
+ "id" : 3285610,
436
+ "realm" : 1,
437
+ "displayName" : "LGIMMvp",
438
+ "clanName" : "Incredible Miracle LG",
439
+ "clanTag" : "TeamIM",
440
+ "profilePath" : "/profile/3285610/1/LGIMMvp/"
441
+ },
442
+ "joinTimestamp" : 1371453044,
443
+ "points" : 2037.0,
444
+ "wins" : 94,
445
+ "losses" : 54,
446
+ "highestRank" : 9,
447
+ "previousRank" : 29,
448
+ "favoriteRaceP1" : "ZERG"
449
+ }, {
450
+ "character" : {
451
+ "id" : 2743223,
452
+ "realm" : 1,
453
+ "displayName" : "hellokitty",
454
+ "clanName" : "Fnatic",
455
+ "clanTag" : "Fnatc",
456
+ "profilePath" : "/profile/2743223/1/hellokitty/"
457
+ },
458
+ "joinTimestamp" : 1372613402,
459
+ "points" : 2037.0,
460
+ "wins" : 199,
461
+ "losses" : 138,
462
+ "highestRank" : 5,
463
+ "previousRank" : 14,
464
+ "favoriteRaceP1" : "PROTOSS"
465
+ }, {
466
+ "character" : {
467
+ "id" : 3923162,
468
+ "realm" : 1,
469
+ "displayName" : "Kane",
470
+ "clanName" : "ROOT Gaming",
471
+ "clanTag" : "ROOT",
472
+ "profilePath" : "/profile/3923162/1/Kane/"
473
+ },
474
+ "joinTimestamp" : 1376193855,
475
+ "points" : 2033.0,
476
+ "wins" : 223,
477
+ "losses" : 136,
478
+ "highestRank" : 4,
479
+ "previousRank" : 0,
480
+ "favoriteRaceP1" : "ZERG"
481
+ }, {
482
+ "character" : {
483
+ "id" : 4163302,
484
+ "realm" : 1,
485
+ "displayName" : "pal",
486
+ "clanName" : "MaxFloPlaY",
487
+ "clanTag" : "MaxFlo",
488
+ "profilePath" : "/profile/4163302/1/pal/"
489
+ },
490
+ "joinTimestamp" : 1371464092,
491
+ "points" : 2031.0,
492
+ "wins" : 92,
493
+ "losses" : 54,
494
+ "highestRank" : 24,
495
+ "previousRank" : 47,
496
+ "favoriteRaceP1" : "PROTOSS"
497
+ }, {
498
+ "character" : {
499
+ "id" : 693099,
500
+ "realm" : 1,
501
+ "displayName" : "IlIlIIllIlIl",
502
+ "clanName" : "",
503
+ "clanTag" : "",
504
+ "profilePath" : "/profile/693099/1/IlIlIIllIlIl/"
505
+ },
506
+ "joinTimestamp" : 1375084919,
507
+ "points" : 2024.0,
508
+ "wins" : 128,
509
+ "losses" : 52,
510
+ "highestRank" : 27,
511
+ "previousRank" : 47,
512
+ "favoriteRaceP1" : "PROTOSS"
513
+ }, {
514
+ "character" : {
515
+ "id" : 3924187,
516
+ "realm" : 1,
517
+ "displayName" : "llllllllllll",
518
+ "clanName" : "",
519
+ "clanTag" : "",
520
+ "profilePath" : "/profile/3924187/1/llllllllllll/"
521
+ },
522
+ "joinTimestamp" : 1375681486,
523
+ "points" : 2019.0,
524
+ "wins" : 156,
525
+ "losses" : 120,
526
+ "highestRank" : 31,
527
+ "previousRank" : 68,
528
+ "favoriteRaceP1" : "PROTOSS"
529
+ }, {
530
+ "character" : {
531
+ "id" : 3051386,
532
+ "realm" : 1,
533
+ "displayName" : "Siphonn",
534
+ "clanName" : "Clarity Gaming",
535
+ "clanTag" : "CG",
536
+ "profilePath" : "/profile/3051386/1/Siphonn/"
537
+ },
538
+ "joinTimestamp" : 1374077037,
539
+ "points" : 2008.0,
540
+ "wins" : 384,
541
+ "losses" : 329,
542
+ "highestRank" : 17,
543
+ "previousRank" : 22,
544
+ "favoriteRaceP1" : "PROTOSS"
545
+ }, {
546
+ "character" : {
547
+ "id" : 2777213,
548
+ "realm" : 1,
549
+ "displayName" : "Lightning",
550
+ "clanName" : "Team SCA",
551
+ "clanTag" : "SCA",
552
+ "profilePath" : "/profile/2777213/1/Lightning/"
553
+ },
554
+ "joinTimestamp" : 1371453266,
555
+ "points" : 2006.0,
556
+ "wins" : 238,
557
+ "losses" : 175,
558
+ "highestRank" : 21,
559
+ "previousRank" : 26,
560
+ "favoriteRaceP1" : "PROTOSS"
561
+ }, {
562
+ "character" : {
563
+ "id" : 2060165,
564
+ "realm" : 1,
565
+ "displayName" : "Astrea",
566
+ "clanName" : "Team SCA",
567
+ "clanTag" : "SCA",
568
+ "profilePath" : "/profile/2060165/1/Astrea/"
569
+ },
570
+ "joinTimestamp" : 1373875791,
571
+ "points" : 2006.0,
572
+ "wins" : 231,
573
+ "losses" : 145,
574
+ "highestRank" : 10,
575
+ "previousRank" : 21,
576
+ "favoriteRaceP1" : "PROTOSS"
577
+ }, {
578
+ "character" : {
579
+ "id" : 2871224,
580
+ "realm" : 1,
581
+ "displayName" : "sWs",
582
+ "clanName" : "Everyone in YMCMB hacks",
583
+ "clanTag" : "YMCMBH",
584
+ "profilePath" : "/profile/2871224/1/sWs/"
585
+ },
586
+ "joinTimestamp" : 1373063066,
587
+ "points" : 2005.0,
588
+ "wins" : 348,
589
+ "losses" : 267,
590
+ "highestRank" : 27,
591
+ "previousRank" : 37,
592
+ "favoriteRaceP1" : "PROTOSS"
593
+ }, {
594
+ "character" : {
595
+ "id" : 4246338,
596
+ "realm" : 1,
597
+ "displayName" : "ABomB",
598
+ "clanName" : "mYinsanityEU",
599
+ "clanTag" : "mYins",
600
+ "profilePath" : "/profile/4246338/1/ABomB/"
601
+ },
602
+ "joinTimestamp" : 1374892537,
603
+ "points" : 2003.0,
604
+ "wins" : 132,
605
+ "losses" : 84,
606
+ "highestRank" : 18,
607
+ "previousRank" : 38,
608
+ "favoriteRaceP1" : "PROTOSS"
609
+ }, {
610
+ "character" : {
611
+ "id" : 950222,
612
+ "realm" : 1,
613
+ "displayName" : "Rob",
614
+ "clanName" : "",
615
+ "clanTag" : "",
616
+ "profilePath" : "/profile/950222/1/Rob/"
617
+ },
618
+ "joinTimestamp" : 1371455191,
619
+ "points" : 2001.0,
620
+ "wins" : 508,
621
+ "losses" : 433,
622
+ "highestRank" : 29,
623
+ "previousRank" : 70,
624
+ "favoriteRaceP1" : "PROTOSS"
625
+ }, {
626
+ "character" : {
627
+ "id" : 2884793,
628
+ "realm" : 1,
629
+ "displayName" : "llllllllll",
630
+ "clanName" : "",
631
+ "clanTag" : "",
632
+ "profilePath" : "/profile/2884793/1/llllllllll/"
633
+ },
634
+ "joinTimestamp" : 1375600690,
635
+ "points" : 1999.0,
636
+ "wins" : 94,
637
+ "losses" : 28,
638
+ "highestRank" : 17,
639
+ "previousRank" : 0,
640
+ "favoriteRaceP1" : "TERRAN"
641
+ }, {
642
+ "character" : {
643
+ "id" : 429170,
644
+ "realm" : 1,
645
+ "displayName" : "Drunkenboi",
646
+ "clanName" : "Youngmoney",
647
+ "clanTag" : "YMCMB",
648
+ "profilePath" : "/profile/429170/1/Drunkenboi/"
649
+ },
650
+ "joinTimestamp" : 1371453090,
651
+ "points" : 1997.0,
652
+ "wins" : 156,
653
+ "losses" : 112,
654
+ "highestRank" : 12,
655
+ "previousRank" : 14,
656
+ "favoriteRaceP1" : "TERRAN"
657
+ }, {
658
+ "character" : {
659
+ "id" : 4854996,
660
+ "realm" : 1,
661
+ "displayName" : "KaWiKaAkirA",
662
+ "clanName" : "SC2Strategy",
663
+ "clanTag" : "SCS",
664
+ "profilePath" : "/profile/4854996/1/KaWiKaAkirA/"
665
+ },
666
+ "joinTimestamp" : 1374807634,
667
+ "points" : 1992.0,
668
+ "wins" : 113,
669
+ "losses" : 61,
670
+ "highestRank" : 28,
671
+ "previousRank" : 129,
672
+ "favoriteRaceP1" : "ZERG"
673
+ }, {
674
+ "character" : {
675
+ "id" : 4734629,
676
+ "realm" : 1,
677
+ "displayName" : "NanoClouD",
678
+ "clanName" : "Core Professional Gaming Team",
679
+ "clanTag" : "Core",
680
+ "profilePath" : "/profile/4734629/1/NanoClouD/"
681
+ },
682
+ "joinTimestamp" : 1372946221,
683
+ "points" : 1991.0,
684
+ "wins" : 178,
685
+ "losses" : 118,
686
+ "highestRank" : 20,
687
+ "previousRank" : 56,
688
+ "favoriteRaceP1" : "TERRAN"
689
+ }, {
690
+ "character" : {
691
+ "id" : 1852082,
692
+ "realm" : 1,
693
+ "displayName" : "MaSsan",
694
+ "clanName" : "Quantic Gaming",
695
+ "clanTag" : "Qntc",
696
+ "profilePath" : "/profile/1852082/1/MaSsan/"
697
+ },
698
+ "joinTimestamp" : 1371453140,
699
+ "points" : 1990.0,
700
+ "wins" : 434,
701
+ "losses" : 369,
702
+ "highestRank" : 30,
703
+ "previousRank" : 54,
704
+ "favoriteRaceP1" : "ZERG"
705
+ }, {
706
+ "character" : {
707
+ "id" : 373444,
708
+ "realm" : 1,
709
+ "displayName" : "iNcontroL",
710
+ "clanName" : "Evil Geniuses",
711
+ "clanTag" : "EG",
712
+ "profilePath" : "/profile/373444/1/iNcontroL/"
713
+ },
714
+ "joinTimestamp" : 1372467973,
715
+ "points" : 1989.0,
716
+ "wins" : 299,
717
+ "losses" : 263,
718
+ "highestRank" : 18,
719
+ "previousRank" : 54,
720
+ "favoriteRaceP1" : "PROTOSS"
721
+ }, {
722
+ "character" : {
723
+ "id" : 2045775,
724
+ "realm" : 1,
725
+ "displayName" : "OneTrickPony",
726
+ "clanName" : "",
727
+ "clanTag" : "",
728
+ "profilePath" : "/profile/2045775/1/OneTrickPony/"
729
+ },
730
+ "joinTimestamp" : 1371508409,
731
+ "points" : 1977.0,
732
+ "wins" : 112,
733
+ "losses" : 89,
734
+ "highestRank" : 27,
735
+ "previousRank" : 45,
736
+ "favoriteRaceP1" : "PROTOSS"
737
+ }, {
738
+ "character" : {
739
+ "id" : 1047968,
740
+ "realm" : 1,
741
+ "displayName" : "VTWhiplash",
742
+ "clanName" : "",
743
+ "clanTag" : "",
744
+ "profilePath" : "/profile/1047968/1/VTWhiplash/"
745
+ },
746
+ "joinTimestamp" : 1373138524,
747
+ "points" : 1977.0,
748
+ "wins" : 110,
749
+ "losses" : 62,
750
+ "highestRank" : 20,
751
+ "previousRank" : 28,
752
+ "favoriteRaceP1" : "ZERG"
753
+ }, {
754
+ "character" : {
755
+ "id" : 3980201,
756
+ "realm" : 1,
757
+ "displayName" : "JimRising",
758
+ "clanName" : "Kaos Latin Gamers",
759
+ "clanTag" : "KLG",
760
+ "profilePath" : "/profile/3980201/1/JimRising/"
761
+ },
762
+ "joinTimestamp" : 1371454679,
763
+ "points" : 1974.0,
764
+ "wins" : 132,
765
+ "losses" : 108,
766
+ "highestRank" : 31,
767
+ "previousRank" : 50,
768
+ "favoriteRaceP1" : "ZERG"
769
+ }, {
770
+ "character" : {
771
+ "id" : 3268843,
772
+ "realm" : 1,
773
+ "displayName" : "Kreos",
774
+ "clanName" : "Team Gravity",
775
+ "clanTag" : "Grav",
776
+ "profilePath" : "/profile/3268843/1/Kreos/"
777
+ },
778
+ "joinTimestamp" : 1372785911,
779
+ "points" : 1972.0,
780
+ "wins" : 477,
781
+ "losses" : 421,
782
+ "highestRank" : 29,
783
+ "previousRank" : 105,
784
+ "favoriteRaceP1" : "ZERG"
785
+ }, {
786
+ "character" : {
787
+ "id" : 2308717,
788
+ "realm" : 1,
789
+ "displayName" : "Skipper",
790
+ "clanName" : "sMi",
791
+ "clanTag" : "sMi",
792
+ "profilePath" : "/profile/2308717/1/Skipper/"
793
+ },
794
+ "joinTimestamp" : 1371496442,
795
+ "points" : 1967.0,
796
+ "wins" : 266,
797
+ "losses" : 221,
798
+ "highestRank" : 32,
799
+ "previousRank" : 53,
800
+ "favoriteRaceP1" : "TERRAN"
801
+ }, {
802
+ "character" : {
803
+ "id" : 2840641,
804
+ "realm" : 1,
805
+ "displayName" : "DeMusliMRC",
806
+ "clanName" : "Evil Geniuses",
807
+ "clanTag" : "EG",
808
+ "profilePath" : "/profile/2840641/1/DeMusliMRC/"
809
+ },
810
+ "joinTimestamp" : 1371495692,
811
+ "points" : 1964.0,
812
+ "wins" : 271,
813
+ "losses" : 159,
814
+ "highestRank" : 8,
815
+ "previousRank" : 41,
816
+ "favoriteRaceP1" : "TERRAN"
817
+ }, {
818
+ "character" : {
819
+ "id" : 2234495,
820
+ "realm" : 1,
821
+ "displayName" : "Darkness",
822
+ "clanName" : "Official Team NrG",
823
+ "clanTag" : "lNrGl",
824
+ "profilePath" : "/profile/2234495/1/Darkness/"
825
+ },
826
+ "joinTimestamp" : 1373228483,
827
+ "points" : 1958.0,
828
+ "wins" : 187,
829
+ "losses" : 145,
830
+ "highestRank" : 47,
831
+ "previousRank" : 105,
832
+ "favoriteRaceP1" : "PROTOSS"
833
+ }, {
834
+ "character" : {
835
+ "id" : 281892,
836
+ "realm" : 2,
837
+ "displayName" : "CoRRupT",
838
+ "clanName" : "International Xtreme Oza's",
839
+ "clanTag" : "IxO",
840
+ "profilePath" : "/profile/281892/2/CoRRupT/"
841
+ },
842
+ "joinTimestamp" : 1374723410,
843
+ "points" : 1955.0,
844
+ "wins" : 141,
845
+ "losses" : 92,
846
+ "highestRank" : 35,
847
+ "previousRank" : 53,
848
+ "favoriteRaceP1" : "ZERG"
849
+ }, {
850
+ "character" : {
851
+ "id" : 3310952,
852
+ "realm" : 1,
853
+ "displayName" : "intense",
854
+ "clanName" : "Love your girlfriend",
855
+ "clanTag" : "LYGF",
856
+ "profilePath" : "/profile/3310952/1/intense/"
857
+ },
858
+ "joinTimestamp" : 1371489802,
859
+ "points" : 1951.0,
860
+ "wins" : 266,
861
+ "losses" : 234,
862
+ "highestRank" : 22,
863
+ "previousRank" : 61,
864
+ "favoriteRaceP1" : "TERRAN"
865
+ }, {
866
+ "character" : {
867
+ "id" : 3514871,
868
+ "realm" : 1,
869
+ "displayName" : "FIGHTO",
870
+ "clanName" : "Game 3",
871
+ "clanTag" : "g3x",
872
+ "profilePath" : "/profile/3514871/1/FIGHTO/"
873
+ },
874
+ "joinTimestamp" : 1371452556,
875
+ "points" : 1944.0,
876
+ "wins" : 144,
877
+ "losses" : 119,
878
+ "highestRank" : 44,
879
+ "previousRank" : 68,
880
+ "favoriteRaceP1" : "PROTOSS"
881
+ }, {
882
+ "character" : {
883
+ "id" : 564358,
884
+ "realm" : 1,
885
+ "displayName" : "Jimmy",
886
+ "clanName" : "Chronic Facture",
887
+ "clanTag" : "xCF",
888
+ "profilePath" : "/profile/564358/1/Jimmy/"
889
+ },
890
+ "joinTimestamp" : 1375470002,
891
+ "points" : 1943.0,
892
+ "wins" : 234,
893
+ "losses" : 190,
894
+ "highestRank" : 27,
895
+ "previousRank" : 88,
896
+ "favoriteRaceP1" : "PROTOSS"
897
+ }, {
898
+ "character" : {
899
+ "id" : 4849789,
900
+ "realm" : 1,
901
+ "displayName" : "IllIIllIIllI",
902
+ "clanName" : "",
903
+ "clanTag" : "",
904
+ "profilePath" : "/profile/4849789/1/IllIIllIIllI/"
905
+ },
906
+ "joinTimestamp" : 1375053440,
907
+ "points" : 1941.0,
908
+ "wins" : 138,
909
+ "losses" : 75,
910
+ "highestRank" : 20,
911
+ "previousRank" : 46,
912
+ "favoriteRaceP1" : "PROTOSS"
913
+ }, {
914
+ "character" : {
915
+ "id" : 391090,
916
+ "realm" : 1,
917
+ "displayName" : "Bails",
918
+ "clanName" : "Clarity Gaming",
919
+ "clanTag" : "CG",
920
+ "profilePath" : "/profile/391090/1/Bails/"
921
+ },
922
+ "joinTimestamp" : 1371452679,
923
+ "points" : 1919.0,
924
+ "wins" : 142,
925
+ "losses" : 114,
926
+ "highestRank" : 38,
927
+ "previousRank" : 78,
928
+ "favoriteRaceP1" : "PROTOSS"
929
+ }, {
930
+ "character" : {
931
+ "id" : 4705446,
932
+ "realm" : 1,
933
+ "displayName" : "llllllllllll",
934
+ "clanName" : "",
935
+ "clanTag" : "",
936
+ "profilePath" : "/profile/4705446/1/llllllllllll/"
937
+ },
938
+ "joinTimestamp" : 1371488629,
939
+ "points" : 1918.0,
940
+ "wins" : 82,
941
+ "losses" : 59,
942
+ "highestRank" : 32,
943
+ "previousRank" : 65,
944
+ "favoriteRaceP1" : "ZERG"
945
+ }, {
946
+ "character" : {
947
+ "id" : 693604,
948
+ "realm" : 1,
949
+ "displayName" : "IdrA",
950
+ "clanName" : "",
951
+ "clanTag" : "",
952
+ "profilePath" : "/profile/693604/1/IdrA/"
953
+ },
954
+ "joinTimestamp" : 1376084057,
955
+ "points" : 1913.0,
956
+ "wins" : 228,
957
+ "losses" : 189,
958
+ "highestRank" : 5,
959
+ "previousRank" : 0,
960
+ "favoriteRaceP1" : "ZERG"
961
+ }, {
962
+ "character" : {
963
+ "id" : 3249198,
964
+ "realm" : 1,
965
+ "displayName" : "SKBS",
966
+ "clanName" : "",
967
+ "clanTag" : "",
968
+ "profilePath" : "/profile/3249198/1/SKBS/"
969
+ },
970
+ "joinTimestamp" : 1372527037,
971
+ "points" : 1912.0,
972
+ "wins" : 121,
973
+ "losses" : 69,
974
+ "highestRank" : 38,
975
+ "previousRank" : 72,
976
+ "favoriteRaceP1" : "ZERG"
977
+ }, {
978
+ "character" : {
979
+ "id" : 2777129,
980
+ "realm" : 1,
981
+ "displayName" : "ByRada",
982
+ "clanName" : "Isurus Gaming HyperX",
983
+ "clanTag" : "ISGHX",
984
+ "profilePath" : "/profile/2777129/1/ByRada/"
985
+ },
986
+ "joinTimestamp" : 1373060869,
987
+ "points" : 1911.0,
988
+ "wins" : 160,
989
+ "losses" : 128,
990
+ "highestRank" : 38,
991
+ "previousRank" : 78,
992
+ "favoriteRaceP1" : "ZERG"
993
+ }, {
994
+ "character" : {
995
+ "id" : 2615978,
996
+ "realm" : 1,
997
+ "displayName" : "CarrotTop",
998
+ "clanName" : "",
999
+ "clanTag" : "",
1000
+ "profilePath" : "/profile/2615978/1/CarrotTop/"
1001
+ },
1002
+ "joinTimestamp" : 1371453155,
1003
+ "points" : 1910.0,
1004
+ "wins" : 126,
1005
+ "losses" : 97,
1006
+ "highestRank" : 20,
1007
+ "previousRank" : 33,
1008
+ "favoriteRaceP1" : "TERRAN"
1009
+ }, {
1010
+ "character" : {
1011
+ "id" : 499891,
1012
+ "realm" : 1,
1013
+ "displayName" : "owmygroin",
1014
+ "clanName" : "Latest and Greatest Gaming",
1015
+ "clanTag" : "lLaGl",
1016
+ "profilePath" : "/profile/499891/1/owmygroin/"
1017
+ },
1018
+ "joinTimestamp" : 1373480886,
1019
+ "points" : 1909.0,
1020
+ "wins" : 519,
1021
+ "losses" : 463,
1022
+ "highestRank" : 48,
1023
+ "previousRank" : 54,
1024
+ "favoriteRaceP1" : "ZERG"
1025
+ }, {
1026
+ "character" : {
1027
+ "id" : 4162671,
1028
+ "realm" : 1,
1029
+ "displayName" : "Serenity",
1030
+ "clanName" : "",
1031
+ "clanTag" : "",
1032
+ "profilePath" : "/profile/4162671/1/Serenity/"
1033
+ },
1034
+ "joinTimestamp" : 1371453524,
1035
+ "points" : 1908.0,
1036
+ "wins" : 439,
1037
+ "losses" : 385,
1038
+ "highestRank" : 34,
1039
+ "previousRank" : 49,
1040
+ "favoriteRaceP1" : "PROTOSS"
1041
+ }, {
1042
+ "character" : {
1043
+ "id" : 3584165,
1044
+ "realm" : 1,
1045
+ "displayName" : "IlllIlllIIll",
1046
+ "clanName" : "",
1047
+ "clanTag" : "",
1048
+ "profilePath" : "/profile/3584165/1/IlllIlllIIll/"
1049
+ },
1050
+ "joinTimestamp" : 1371476413,
1051
+ "points" : 1895.0,
1052
+ "wins" : 171,
1053
+ "losses" : 137,
1054
+ "highestRank" : 52,
1055
+ "previousRank" : 68,
1056
+ "favoriteRaceP1" : "TERRAN"
1057
+ }, {
1058
+ "character" : {
1059
+ "id" : 2657249,
1060
+ "realm" : 1,
1061
+ "displayName" : "AiuR",
1062
+ "clanName" : "Team SCA",
1063
+ "clanTag" : "SCA",
1064
+ "profilePath" : "/profile/2657249/1/AiuR/"
1065
+ },
1066
+ "joinTimestamp" : 1374996301,
1067
+ "points" : 1893.0,
1068
+ "wins" : 268,
1069
+ "losses" : 212,
1070
+ "highestRank" : 33,
1071
+ "previousRank" : 48,
1072
+ "favoriteRaceP1" : "PROTOSS"
1073
+ }, {
1074
+ "character" : {
1075
+ "id" : 1585728,
1076
+ "realm" : 1,
1077
+ "displayName" : "Soulquest",
1078
+ "clanName" : "Impulse eSports",
1079
+ "clanTag" : "iMp",
1080
+ "profilePath" : "/profile/1585728/1/Soulquest/"
1081
+ },
1082
+ "joinTimestamp" : 1373165409,
1083
+ "points" : 1885.0,
1084
+ "wins" : 277,
1085
+ "losses" : 247,
1086
+ "highestRank" : 66,
1087
+ "previousRank" : 123,
1088
+ "favoriteRaceP1" : "PROTOSS"
1089
+ }, {
1090
+ "character" : {
1091
+ "id" : 2833044,
1092
+ "realm" : 1,
1093
+ "displayName" : "iloveKrnx",
1094
+ "clanName" : "Too much SWAG",
1095
+ "clanTag" : "SWAG1",
1096
+ "profilePath" : "/profile/2833044/1/iloveKrnx/"
1097
+ },
1098
+ "joinTimestamp" : 1375066107,
1099
+ "points" : 1881.0,
1100
+ "wins" : 143,
1101
+ "losses" : 77,
1102
+ "highestRank" : 57,
1103
+ "previousRank" : 162,
1104
+ "favoriteRaceP1" : "ZERG"
1105
+ }, {
1106
+ "character" : {
1107
+ "id" : 677001,
1108
+ "realm" : 1,
1109
+ "displayName" : "RSM",
1110
+ "clanName" : "",
1111
+ "clanTag" : "",
1112
+ "profilePath" : "/profile/677001/1/RSM/"
1113
+ },
1114
+ "joinTimestamp" : 1374844499,
1115
+ "points" : 1869.0,
1116
+ "wins" : 142,
1117
+ "losses" : 118,
1118
+ "highestRank" : 64,
1119
+ "previousRank" : 91,
1120
+ "favoriteRaceP1" : "ZERG"
1121
+ }, {
1122
+ "character" : {
1123
+ "id" : 4069375,
1124
+ "realm" : 1,
1125
+ "displayName" : "llllllllllll",
1126
+ "clanName" : "",
1127
+ "clanTag" : "",
1128
+ "profilePath" : "/profile/4069375/1/llllllllllll/"
1129
+ },
1130
+ "joinTimestamp" : 1375874576,
1131
+ "points" : 1866.0,
1132
+ "wins" : 82,
1133
+ "losses" : 38,
1134
+ "highestRank" : 45,
1135
+ "previousRank" : 0,
1136
+ "favoriteRaceP1" : "ZERG"
1137
+ }, {
1138
+ "character" : {
1139
+ "id" : 867686,
1140
+ "realm" : 1,
1141
+ "displayName" : "RuFF",
1142
+ "clanName" : "Team oGaming",
1143
+ "clanTag" : "oG",
1144
+ "profilePath" : "/profile/867686/1/RuFF/"
1145
+ },
1146
+ "joinTimestamp" : 1373926868,
1147
+ "points" : 1865.0,
1148
+ "wins" : 568,
1149
+ "losses" : 522,
1150
+ "highestRank" : 33,
1151
+ "previousRank" : 99,
1152
+ "favoriteRaceP1" : "TERRAN"
1153
+ }, {
1154
+ "character" : {
1155
+ "id" : 3458454,
1156
+ "realm" : 1,
1157
+ "displayName" : "Zeth",
1158
+ "clanName" : "Cascade 1xBet team",
1159
+ "clanTag" : "cSc1",
1160
+ "profilePath" : "/profile/3458454/1/Zeth/"
1161
+ },
1162
+ "joinTimestamp" : 1371495813,
1163
+ "points" : 1864.0,
1164
+ "wins" : 147,
1165
+ "losses" : 115,
1166
+ "highestRank" : 50,
1167
+ "previousRank" : 72,
1168
+ "favoriteRaceP1" : "PROTOSS"
1169
+ }, {
1170
+ "character" : {
1171
+ "id" : 318422,
1172
+ "realm" : 1,
1173
+ "displayName" : "LzGaMeR",
1174
+ "clanName" : "",
1175
+ "clanTag" : "",
1176
+ "profilePath" : "/profile/318422/1/LzGaMeR/"
1177
+ },
1178
+ "joinTimestamp" : 1374960253,
1179
+ "points" : 1857.0,
1180
+ "wins" : 182,
1181
+ "losses" : 159,
1182
+ "highestRank" : 62,
1183
+ "previousRank" : 111,
1184
+ "favoriteRaceP1" : "ZERG"
1185
+ }, {
1186
+ "character" : {
1187
+ "id" : 2334829,
1188
+ "realm" : 1,
1189
+ "displayName" : "Semper",
1190
+ "clanName" : "Team Gravity",
1191
+ "clanTag" : "Grav",
1192
+ "profilePath" : "/profile/2334829/1/Semper/"
1193
+ },
1194
+ "joinTimestamp" : 1371482292,
1195
+ "points" : 1855.0,
1196
+ "wins" : 78,
1197
+ "losses" : 66,
1198
+ "highestRank" : 69,
1199
+ "previousRank" : 127,
1200
+ "favoriteRaceP1" : "TERRAN"
1201
+ }, {
1202
+ "character" : {
1203
+ "id" : 4649430,
1204
+ "realm" : 1,
1205
+ "displayName" : "HTOLuigi",
1206
+ "clanName" : "Love your girlfriend",
1207
+ "clanTag" : "LYGF",
1208
+ "profilePath" : "/profile/4649430/1/HTOLuigi/"
1209
+ },
1210
+ "joinTimestamp" : 1376185550,
1211
+ "points" : 1854.0,
1212
+ "wins" : 112,
1213
+ "losses" : 86,
1214
+ "highestRank" : 1,
1215
+ "previousRank" : 0,
1216
+ "favoriteRaceP1" : "TERRAN"
1217
+ }, {
1218
+ "character" : {
1219
+ "id" : 3203375,
1220
+ "realm" : 1,
1221
+ "displayName" : "HTOMario",
1222
+ "clanName" : "Love your girlfriend",
1223
+ "clanTag" : "LYGF",
1224
+ "profilePath" : "/profile/3203375/1/HTOMario/"
1225
+ },
1226
+ "joinTimestamp" : 1372213692,
1227
+ "points" : 1851.0,
1228
+ "wins" : 283,
1229
+ "losses" : 230,
1230
+ "highestRank" : 54,
1231
+ "previousRank" : 118,
1232
+ "favoriteRaceP1" : "TERRAN"
1233
+ }, {
1234
+ "character" : {
1235
+ "id" : 569266,
1236
+ "realm" : 1,
1237
+ "displayName" : "Poo",
1238
+ "clanName" : "compLexity",
1239
+ "clanTag" : "coL",
1240
+ "profilePath" : "/profile/569266/1/Poo/"
1241
+ },
1242
+ "joinTimestamp" : 1371453826,
1243
+ "points" : 1850.0,
1244
+ "wins" : 279,
1245
+ "losses" : 243,
1246
+ "highestRank" : 33,
1247
+ "previousRank" : 58,
1248
+ "favoriteRaceP1" : "PROTOSS"
1249
+ }, {
1250
+ "character" : {
1251
+ "id" : 414221,
1252
+ "realm" : 1,
1253
+ "displayName" : "TTOne",
1254
+ "clanName" : "me wanna some nerd blood",
1255
+ "clanTag" : "TT1",
1256
+ "profilePath" : "/profile/414221/1/TTOne/"
1257
+ },
1258
+ "joinTimestamp" : 1375581939,
1259
+ "points" : 1849.0,
1260
+ "wins" : 168,
1261
+ "losses" : 129,
1262
+ "highestRank" : 40,
1263
+ "previousRank" : 60,
1264
+ "favoriteRaceP1" : "PROTOSS"
1265
+ }, {
1266
+ "character" : {
1267
+ "id" : 3732577,
1268
+ "realm" : 1,
1269
+ "displayName" : "Adonminus",
1270
+ "clanName" : "Cascade 1xBet team",
1271
+ "clanTag" : "cSc1",
1272
+ "profilePath" : "/profile/3732577/1/Adonminus/"
1273
+ },
1274
+ "joinTimestamp" : 1376134763,
1275
+ "points" : 1844.0,
1276
+ "wins" : 143,
1277
+ "losses" : 98,
1278
+ "highestRank" : 1,
1279
+ "previousRank" : 0,
1280
+ "favoriteRaceP1" : "PROTOSS"
1281
+ }, {
1282
+ "character" : {
1283
+ "id" : 3750477,
1284
+ "realm" : 1,
1285
+ "displayName" : "XionS",
1286
+ "clanName" : "Xtreme Professional Gaming",
1287
+ "clanTag" : "XPGe",
1288
+ "profilePath" : "/profile/3750477/1/XionS/"
1289
+ },
1290
+ "joinTimestamp" : 1374599859,
1291
+ "points" : 1842.0,
1292
+ "wins" : 240,
1293
+ "losses" : 205,
1294
+ "highestRank" : 37,
1295
+ "previousRank" : 107,
1296
+ "favoriteRaceP1" : "PROTOSS"
1297
+ }, {
1298
+ "character" : {
1299
+ "id" : 389855,
1300
+ "realm" : 1,
1301
+ "displayName" : "Wannabecool",
1302
+ "clanName" : "Core Professional Gaming Team",
1303
+ "clanTag" : "Core",
1304
+ "profilePath" : "/profile/389855/1/Wannabecool/"
1305
+ },
1306
+ "joinTimestamp" : 1371454344,
1307
+ "points" : 1842.0,
1308
+ "wins" : 231,
1309
+ "losses" : 203,
1310
+ "highestRank" : 71,
1311
+ "previousRank" : 138,
1312
+ "favoriteRaceP1" : "PROTOSS"
1313
+ }, {
1314
+ "character" : {
1315
+ "id" : 4176712,
1316
+ "realm" : 1,
1317
+ "displayName" : "GoatSwarm",
1318
+ "clanName" : "",
1319
+ "clanTag" : "",
1320
+ "profilePath" : "/profile/4176712/1/GoatSwarm/"
1321
+ },
1322
+ "joinTimestamp" : 1375557943,
1323
+ "points" : 1842.0,
1324
+ "wins" : 91,
1325
+ "losses" : 74,
1326
+ "highestRank" : 72,
1327
+ "previousRank" : 96,
1328
+ "favoriteRaceP1" : "ZERG"
1329
+ }, {
1330
+ "character" : {
1331
+ "id" : 4462289,
1332
+ "realm" : 1,
1333
+ "displayName" : "IIIIIIII",
1334
+ "clanName" : "",
1335
+ "clanTag" : "",
1336
+ "profilePath" : "/profile/4462289/1/IIIIIIII/"
1337
+ },
1338
+ "joinTimestamp" : 1375642435,
1339
+ "points" : 1841.0,
1340
+ "wins" : 176,
1341
+ "losses" : 103,
1342
+ "highestRank" : 68,
1343
+ "previousRank" : 88,
1344
+ "favoriteRaceP1" : "ZERG"
1345
+ }, {
1346
+ "character" : {
1347
+ "id" : 4729263,
1348
+ "realm" : 1,
1349
+ "displayName" : "Avilo",
1350
+ "clanName" : "FRITTZ",
1351
+ "clanTag" : "FRITTZ",
1352
+ "profilePath" : "/profile/4729263/1/Avilo/"
1353
+ },
1354
+ "joinTimestamp" : 1375409592,
1355
+ "points" : 1841.0,
1356
+ "wins" : 179,
1357
+ "losses" : 131,
1358
+ "highestRank" : 61,
1359
+ "previousRank" : 84,
1360
+ "favoriteRaceP1" : "PROTOSS"
1361
+ }, {
1362
+ "character" : {
1363
+ "id" : 2661999,
1364
+ "realm" : 1,
1365
+ "displayName" : "Moosegills",
1366
+ "clanName" : "Youngmoney",
1367
+ "clanTag" : "YMCMB",
1368
+ "profilePath" : "/profile/2661999/1/Moosegills/"
1369
+ },
1370
+ "joinTimestamp" : 1372550832,
1371
+ "points" : 1828.0,
1372
+ "wins" : 116,
1373
+ "losses" : 97,
1374
+ "highestRank" : 71,
1375
+ "previousRank" : 136,
1376
+ "favoriteRaceP1" : "ZERG"
1377
+ }, {
1378
+ "character" : {
1379
+ "id" : 358024,
1380
+ "realm" : 1,
1381
+ "displayName" : "EzTrouble",
1382
+ "clanName" : "International Xtreme Oza's",
1383
+ "clanTag" : "IxO",
1384
+ "profilePath" : "/profile/358024/1/EzTrouble/"
1385
+ },
1386
+ "joinTimestamp" : 1373477392,
1387
+ "points" : 1827.0,
1388
+ "wins" : 149,
1389
+ "losses" : 126,
1390
+ "highestRank" : 63,
1391
+ "previousRank" : 99,
1392
+ "favoriteRaceP1" : "ZERG"
1393
+ }, {
1394
+ "character" : {
1395
+ "id" : 2455827,
1396
+ "realm" : 1,
1397
+ "displayName" : "Kayle",
1398
+ "clanName" : "Team SCA",
1399
+ "clanTag" : "SCA",
1400
+ "profilePath" : "/profile/2455827/1/Kayle/"
1401
+ },
1402
+ "joinTimestamp" : 1375311791,
1403
+ "points" : 1826.0,
1404
+ "wins" : 159,
1405
+ "losses" : 110,
1406
+ "highestRank" : 62,
1407
+ "previousRank" : 129,
1408
+ "favoriteRaceP1" : "ZERG"
1409
+ }, {
1410
+ "character" : {
1411
+ "id" : 3917328,
1412
+ "realm" : 1,
1413
+ "displayName" : "CrystaX",
1414
+ "clanName" : "",
1415
+ "clanTag" : "",
1416
+ "profilePath" : "/profile/3917328/1/CrystaX/"
1417
+ },
1418
+ "joinTimestamp" : 1371466480,
1419
+ "points" : 1826.0,
1420
+ "wins" : 120,
1421
+ "losses" : 103,
1422
+ "highestRank" : 81,
1423
+ "previousRank" : 114,
1424
+ "favoriteRaceP1" : "PROTOSS"
1425
+ }, {
1426
+ "character" : {
1427
+ "id" : 985039,
1428
+ "realm" : 1,
1429
+ "displayName" : "Carnage",
1430
+ "clanName" : "",
1431
+ "clanTag" : "",
1432
+ "profilePath" : "/profile/985039/1/Carnage/"
1433
+ },
1434
+ "joinTimestamp" : 1376257344,
1435
+ "points" : 1825.0,
1436
+ "wins" : 313,
1437
+ "losses" : 275,
1438
+ "highestRank" : 2,
1439
+ "previousRank" : 0,
1440
+ "favoriteRaceP1" : "ZERG"
1441
+ }, {
1442
+ "character" : {
1443
+ "id" : 3272414,
1444
+ "realm" : 1,
1445
+ "displayName" : "SoupyTwist",
1446
+ "clanName" : "Team Fallacy",
1447
+ "clanTag" : "fLc",
1448
+ "profilePath" : "/profile/3272414/1/SoupyTwist/"
1449
+ },
1450
+ "joinTimestamp" : 1374354500,
1451
+ "points" : 1820.0,
1452
+ "wins" : 82,
1453
+ "losses" : 67,
1454
+ "highestRank" : 54,
1455
+ "previousRank" : 122,
1456
+ "favoriteRaceP1" : "PROTOSS"
1457
+ }, {
1458
+ "character" : {
1459
+ "id" : 2298749,
1460
+ "realm" : 1,
1461
+ "displayName" : "icArus",
1462
+ "clanName" : "Good Game Kids Team",
1463
+ "clanTag" : "GGKids",
1464
+ "profilePath" : "/profile/2298749/1/icArus/"
1465
+ },
1466
+ "joinTimestamp" : 1375304988,
1467
+ "points" : 1819.0,
1468
+ "wins" : 144,
1469
+ "losses" : 119,
1470
+ "highestRank" : 50,
1471
+ "previousRank" : 86,
1472
+ "favoriteRaceP1" : "ZERG"
1473
+ }, {
1474
+ "character" : {
1475
+ "id" : 668585,
1476
+ "realm" : 2,
1477
+ "displayName" : "Cham",
1478
+ "clanName" : "LaGPro",
1479
+ "clanTag" : "LaGPro",
1480
+ "profilePath" : "/profile/668585/2/Cham/"
1481
+ },
1482
+ "joinTimestamp" : 1373862153,
1483
+ "points" : 1818.0,
1484
+ "wins" : 112,
1485
+ "losses" : 91,
1486
+ "highestRank" : 66,
1487
+ "previousRank" : 104,
1488
+ "favoriteRaceP1" : "ZERG"
1489
+ }, {
1490
+ "character" : {
1491
+ "id" : 2003270,
1492
+ "realm" : 1,
1493
+ "displayName" : "Fabled",
1494
+ "clanName" : "Latest and Greatest Gaming",
1495
+ "clanTag" : "lLaGl",
1496
+ "profilePath" : "/profile/2003270/1/Fabled/"
1497
+ },
1498
+ "joinTimestamp" : 1371454818,
1499
+ "points" : 1816.0,
1500
+ "wins" : 84,
1501
+ "losses" : 63,
1502
+ "highestRank" : 37,
1503
+ "previousRank" : 109,
1504
+ "favoriteRaceP1" : "PROTOSS"
1505
+ }, {
1506
+ "character" : {
1507
+ "id" : 4024637,
1508
+ "realm" : 1,
1509
+ "displayName" : "mewby",
1510
+ "clanName" : "Clarity Gaming",
1511
+ "clanTag" : "CG",
1512
+ "profilePath" : "/profile/4024637/1/mewby/"
1513
+ },
1514
+ "joinTimestamp" : 1373516752,
1515
+ "points" : 1815.0,
1516
+ "wins" : 180,
1517
+ "losses" : 168,
1518
+ "highestRank" : 62,
1519
+ "previousRank" : 102,
1520
+ "favoriteRaceP1" : "TERRAN"
1521
+ }, {
1522
+ "character" : {
1523
+ "id" : 1443122,
1524
+ "realm" : 1,
1525
+ "displayName" : "DeeMo",
1526
+ "clanName" : "Official Team NrG",
1527
+ "clanTag" : "lNrGl",
1528
+ "profilePath" : "/profile/1443122/1/DeeMo/"
1529
+ },
1530
+ "joinTimestamp" : 1374949279,
1531
+ "points" : 1813.0,
1532
+ "wins" : 200,
1533
+ "losses" : 181,
1534
+ "highestRank" : 69,
1535
+ "previousRank" : 140,
1536
+ "favoriteRaceP1" : "TERRAN"
1537
+ }, {
1538
+ "character" : {
1539
+ "id" : 3101074,
1540
+ "realm" : 1,
1541
+ "displayName" : "desRow",
1542
+ "clanName" : "",
1543
+ "clanTag" : "",
1544
+ "profilePath" : "/profile/3101074/1/desRow/"
1545
+ },
1546
+ "joinTimestamp" : 1375756131,
1547
+ "points" : 1811.0,
1548
+ "wins" : 106,
1549
+ "losses" : 96,
1550
+ "highestRank" : 56,
1551
+ "previousRank" : 130,
1552
+ "favoriteRaceP1" : "PROTOSS"
1553
+ }, {
1554
+ "character" : {
1555
+ "id" : 3763965,
1556
+ "realm" : 1,
1557
+ "displayName" : "lIllIIIlIlII",
1558
+ "clanName" : "",
1559
+ "clanTag" : "",
1560
+ "profilePath" : "/profile/3763965/1/lIllIIIlIlII/"
1561
+ },
1562
+ "joinTimestamp" : 1376200410,
1563
+ "points" : 1809.0,
1564
+ "wins" : 87,
1565
+ "losses" : 46,
1566
+ "highestRank" : 3,
1567
+ "previousRank" : 0,
1568
+ "favoriteRaceP1" : "TERRAN"
1569
+ }, {
1570
+ "character" : {
1571
+ "id" : 2075865,
1572
+ "realm" : 1,
1573
+ "displayName" : "city",
1574
+ "clanName" : "Official Team NrG",
1575
+ "clanTag" : "lNrGl",
1576
+ "profilePath" : "/profile/2075865/1/city/"
1577
+ },
1578
+ "joinTimestamp" : 1374254639,
1579
+ "points" : 1809.0,
1580
+ "wins" : 89,
1581
+ "losses" : 78,
1582
+ "highestRank" : 87,
1583
+ "previousRank" : 106,
1584
+ "favoriteRaceP1" : "PROTOSS"
1585
+ }, {
1586
+ "character" : {
1587
+ "id" : 1724561,
1588
+ "realm" : 1,
1589
+ "displayName" : "LiquidFire",
1590
+ "clanName" : "Too EZ Bro",
1591
+ "clanTag" : "EzBM",
1592
+ "profilePath" : "/profile/1724561/1/LiquidFire/"
1593
+ },
1594
+ "joinTimestamp" : 1375508471,
1595
+ "points" : 1808.0,
1596
+ "wins" : 107,
1597
+ "losses" : 73,
1598
+ "highestRank" : 55,
1599
+ "previousRank" : 70,
1600
+ "favoriteRaceP1" : "PROTOSS"
1601
+ }, {
1602
+ "character" : {
1603
+ "id" : 1618140,
1604
+ "realm" : 1,
1605
+ "displayName" : "Hitman",
1606
+ "clanName" : "",
1607
+ "clanTag" : "",
1608
+ "profilePath" : "/profile/1618140/1/Hitman/"
1609
+ },
1610
+ "joinTimestamp" : 1375658253,
1611
+ "points" : 1806.0,
1612
+ "wins" : 159,
1613
+ "losses" : 110,
1614
+ "highestRank" : 19,
1615
+ "previousRank" : 82,
1616
+ "favoriteRaceP1" : "PROTOSS"
1617
+ }, {
1618
+ "character" : {
1619
+ "id" : 2509420,
1620
+ "realm" : 1,
1621
+ "displayName" : "Thecoolman",
1622
+ "clanName" : "Team SCA",
1623
+ "clanTag" : "SCA",
1624
+ "profilePath" : "/profile/2509420/1/Thecoolman/"
1625
+ },
1626
+ "joinTimestamp" : 1371454097,
1627
+ "points" : 1802.0,
1628
+ "wins" : 289,
1629
+ "losses" : 258,
1630
+ "highestRank" : 45,
1631
+ "previousRank" : 64,
1632
+ "favoriteRaceP1" : "ZERG"
1633
+ }, {
1634
+ "character" : {
1635
+ "id" : 4292153,
1636
+ "realm" : 1,
1637
+ "displayName" : "llllllllllll",
1638
+ "clanName" : "",
1639
+ "clanTag" : "",
1640
+ "profilePath" : "/profile/4292153/1/llllllllllll/"
1641
+ },
1642
+ "joinTimestamp" : 1375906542,
1643
+ "points" : 1801.0,
1644
+ "wins" : 170,
1645
+ "losses" : 127,
1646
+ "highestRank" : 1,
1647
+ "previousRank" : 0,
1648
+ "favoriteRaceP1" : "PROTOSS"
1649
+ }, {
1650
+ "character" : {
1651
+ "id" : 4480622,
1652
+ "realm" : 1,
1653
+ "displayName" : "IIIIIIIIIIII",
1654
+ "clanName" : "",
1655
+ "clanTag" : "",
1656
+ "profilePath" : "/profile/4480622/1/IIIIIIIIIIII/"
1657
+ },
1658
+ "joinTimestamp" : 1371497512,
1659
+ "points" : 1801.0,
1660
+ "wins" : 173,
1661
+ "losses" : 163,
1662
+ "highestRank" : 74,
1663
+ "previousRank" : 119,
1664
+ "favoriteRaceP1" : "PROTOSS"
1665
+ }, {
1666
+ "character" : {
1667
+ "id" : 617716,
1668
+ "realm" : 1,
1669
+ "displayName" : "IIIIIIIIIIII",
1670
+ "clanName" : "",
1671
+ "clanTag" : "",
1672
+ "profilePath" : "/profile/617716/1/IIIIIIIIIIII/"
1673
+ },
1674
+ "joinTimestamp" : 1375780666,
1675
+ "points" : 1798.0,
1676
+ "wins" : 194,
1677
+ "losses" : 148,
1678
+ "highestRank" : 1,
1679
+ "previousRank" : 111,
1680
+ "favoriteRaceP1" : "PROTOSS"
1681
+ }, {
1682
+ "character" : {
1683
+ "id" : 329730,
1684
+ "realm" : 1,
1685
+ "displayName" : "Shen",
1686
+ "clanName" : "",
1687
+ "clanTag" : "",
1688
+ "profilePath" : "/profile/329730/1/Shen/"
1689
+ },
1690
+ "joinTimestamp" : 1373823108,
1691
+ "points" : 1796.0,
1692
+ "wins" : 374,
1693
+ "losses" : 331,
1694
+ "highestRank" : 69,
1695
+ "previousRank" : 154,
1696
+ "favoriteRaceP1" : "TERRAN"
1697
+ }, {
1698
+ "character" : {
1699
+ "id" : 2537175,
1700
+ "realm" : 1,
1701
+ "displayName" : "Arium",
1702
+ "clanName" : "FRITTZ",
1703
+ "clanTag" : "FRITTZ",
1704
+ "profilePath" : "/profile/2537175/1/Arium/"
1705
+ },
1706
+ "joinTimestamp" : 1371453359,
1707
+ "points" : 1789.0,
1708
+ "wins" : 184,
1709
+ "losses" : 171,
1710
+ "highestRank" : 75,
1711
+ "previousRank" : 121,
1712
+ "favoriteRaceP1" : "PROTOSS"
1713
+ }, {
1714
+ "character" : {
1715
+ "id" : 3542084,
1716
+ "realm" : 1,
1717
+ "displayName" : "llllllllllll",
1718
+ "clanName" : "",
1719
+ "clanTag" : "",
1720
+ "profilePath" : "/profile/3542084/1/llllllllllll/"
1721
+ },
1722
+ "joinTimestamp" : 1374804475,
1723
+ "points" : 1786.0,
1724
+ "wins" : 234,
1725
+ "losses" : 202,
1726
+ "highestRank" : 65,
1727
+ "previousRank" : 105,
1728
+ "favoriteRaceP1" : "PROTOSS"
1729
+ }, {
1730
+ "character" : {
1731
+ "id" : 2946836,
1732
+ "realm" : 1,
1733
+ "displayName" : "IIIIIIIIIIII",
1734
+ "clanName" : "",
1735
+ "clanTag" : "",
1736
+ "profilePath" : "/profile/2946836/1/IIIIIIIIIIII/"
1737
+ },
1738
+ "joinTimestamp" : 1371482235,
1739
+ "points" : 1784.0,
1740
+ "wins" : 125,
1741
+ "losses" : 119,
1742
+ "highestRank" : 47,
1743
+ "previousRank" : 172,
1744
+ "favoriteRaceP1" : "PROTOSS"
1745
+ }, {
1746
+ "character" : {
1747
+ "id" : 4720831,
1748
+ "realm" : 1,
1749
+ "displayName" : "Bughouse",
1750
+ "clanName" : "Coca Cola",
1751
+ "clanTag" : "Coca",
1752
+ "profilePath" : "/profile/4720831/1/Bughouse/"
1753
+ },
1754
+ "joinTimestamp" : 1375306619,
1755
+ "points" : 1781.0,
1756
+ "wins" : 206,
1757
+ "losses" : 180,
1758
+ "highestRank" : 30,
1759
+ "previousRank" : 60,
1760
+ "favoriteRaceP1" : "PROTOSS"
1761
+ }, {
1762
+ "character" : {
1763
+ "id" : 2979721,
1764
+ "realm" : 1,
1765
+ "displayName" : "IlIIIIllllII",
1766
+ "clanName" : "Apocalipse Team",
1767
+ "clanTag" : "ApT",
1768
+ "profilePath" : "/profile/2979721/1/IlIIIIllllII/"
1769
+ },
1770
+ "joinTimestamp" : 1373983685,
1771
+ "points" : 1781.0,
1772
+ "wins" : 126,
1773
+ "losses" : 74,
1774
+ "highestRank" : 33,
1775
+ "previousRank" : 41,
1776
+ "favoriteRaceP1" : "ZERG"
1777
+ }, {
1778
+ "character" : {
1779
+ "id" : 3287984,
1780
+ "realm" : 1,
1781
+ "displayName" : "Qkrwogud",
1782
+ "clanName" : "Aoi no Kaze",
1783
+ "clanTag" : "AnK",
1784
+ "profilePath" : "/profile/3287984/1/Qkrwogud/"
1785
+ },
1786
+ "joinTimestamp" : 1371453724,
1787
+ "points" : 1779.0,
1788
+ "wins" : 90,
1789
+ "losses" : 78,
1790
+ "highestRank" : 75,
1791
+ "previousRank" : 119,
1792
+ "favoriteRaceP1" : "ZERG"
1793
+ }, {
1794
+ "character" : {
1795
+ "id" : 1539589,
1796
+ "realm" : 1,
1797
+ "displayName" : "Aruncart",
1798
+ "clanName" : "Cart",
1799
+ "clanTag" : "Cart",
1800
+ "profilePath" : "/profile/1539589/1/Aruncart/"
1801
+ },
1802
+ "joinTimestamp" : 1371454907,
1803
+ "points" : 1777.0,
1804
+ "wins" : 331,
1805
+ "losses" : 310,
1806
+ "highestRank" : 73,
1807
+ "previousRank" : 101,
1808
+ "favoriteRaceP1" : "PROTOSS"
1809
+ }, {
1810
+ "character" : {
1811
+ "id" : 1428705,
1812
+ "realm" : 1,
1813
+ "displayName" : "Rast",
1814
+ "clanName" : "Chronic Facture",
1815
+ "clanTag" : "xCF",
1816
+ "profilePath" : "/profile/1428705/1/Rast/"
1817
+ },
1818
+ "joinTimestamp" : 1375077908,
1819
+ "points" : 1777.0,
1820
+ "wins" : 342,
1821
+ "losses" : 302,
1822
+ "highestRank" : 112,
1823
+ "previousRank" : 175,
1824
+ "favoriteRaceP1" : "PROTOSS"
1825
+ }, {
1826
+ "character" : {
1827
+ "id" : 4645655,
1828
+ "realm" : 1,
1829
+ "displayName" : "EGPartingRC",
1830
+ "clanName" : "",
1831
+ "clanTag" : "",
1832
+ "profilePath" : "/profile/4645655/1/EGPartingRC/"
1833
+ },
1834
+ "joinTimestamp" : 1375130275,
1835
+ "points" : 1776.0,
1836
+ "wins" : 147,
1837
+ "losses" : 125,
1838
+ "highestRank" : 69,
1839
+ "previousRank" : 132,
1840
+ "favoriteRaceP1" : "PROTOSS"
1841
+ }, {
1842
+ "character" : {
1843
+ "id" : 1192826,
1844
+ "realm" : 1,
1845
+ "displayName" : "Strykerz",
1846
+ "clanName" : "Clarity Gaming",
1847
+ "clanTag" : "CG",
1848
+ "profilePath" : "/profile/1192826/1/Strykerz/"
1849
+ },
1850
+ "joinTimestamp" : 1375766502,
1851
+ "points" : 1776.0,
1852
+ "wins" : 103,
1853
+ "losses" : 81,
1854
+ "highestRank" : 1,
1855
+ "previousRank" : 105,
1856
+ "favoriteRaceP1" : "TERRAN"
1857
+ }, {
1858
+ "character" : {
1859
+ "id" : 621032,
1860
+ "realm" : 1,
1861
+ "displayName" : "QuanticPhog",
1862
+ "clanName" : "Quantic Gaming",
1863
+ "clanTag" : "Qntc",
1864
+ "profilePath" : "/profile/621032/1/QuanticPhog/"
1865
+ },
1866
+ "joinTimestamp" : 1371501778,
1867
+ "points" : 1775.0,
1868
+ "wins" : 138,
1869
+ "losses" : 104,
1870
+ "highestRank" : 57,
1871
+ "previousRank" : 114,
1872
+ "favoriteRaceP1" : "ZERG"
1873
+ }, {
1874
+ "character" : {
1875
+ "id" : 3256686,
1876
+ "realm" : 1,
1877
+ "displayName" : "fiveyearold",
1878
+ "clanName" : "",
1879
+ "clanTag" : "",
1880
+ "profilePath" : "/profile/3256686/1/fiveyearold/"
1881
+ },
1882
+ "joinTimestamp" : 1376460441,
1883
+ "points" : 1769.0,
1884
+ "wins" : 140,
1885
+ "losses" : 131,
1886
+ "highestRank" : 2,
1887
+ "previousRank" : 0,
1888
+ "favoriteRaceP1" : "PROTOSS"
1889
+ }, {
1890
+ "character" : {
1891
+ "id" : 3034307,
1892
+ "realm" : 1,
1893
+ "displayName" : "Forsaken",
1894
+ "clanName" : "Clarity Gaming",
1895
+ "clanTag" : "CG",
1896
+ "profilePath" : "/profile/3034307/1/Forsaken/"
1897
+ },
1898
+ "joinTimestamp" : 1371453942,
1899
+ "points" : 1765.0,
1900
+ "wins" : 191,
1901
+ "losses" : 177,
1902
+ "highestRank" : 116,
1903
+ "previousRank" : 152,
1904
+ "favoriteRaceP1" : "ZERG"
1905
+ }, {
1906
+ "character" : {
1907
+ "id" : 4164929,
1908
+ "realm" : 1,
1909
+ "displayName" : "IIIIIIIIIIII",
1910
+ "clanName" : "BeneWarsie",
1911
+ "clanTag" : "1200ms",
1912
+ "profilePath" : "/profile/4164929/1/IIIIIIIIIIII/"
1913
+ },
1914
+ "joinTimestamp" : 1375558530,
1915
+ "points" : 1764.0,
1916
+ "wins" : 128,
1917
+ "losses" : 100,
1918
+ "highestRank" : 89,
1919
+ "previousRank" : 162,
1920
+ "favoriteRaceP1" : "ZERG"
1921
+ }, {
1922
+ "character" : {
1923
+ "id" : 2313583,
1924
+ "realm" : 1,
1925
+ "displayName" : "Dnice",
1926
+ "clanName" : "",
1927
+ "clanTag" : "",
1928
+ "profilePath" : "/profile/2313583/1/Dnice/"
1929
+ },
1930
+ "joinTimestamp" : 1375477955,
1931
+ "points" : 1764.0,
1932
+ "wins" : 179,
1933
+ "losses" : 162,
1934
+ "highestRank" : 113,
1935
+ "previousRank" : 156,
1936
+ "favoriteRaceP1" : "TERRAN"
1937
+ }, {
1938
+ "character" : {
1939
+ "id" : 951060,
1940
+ "realm" : 1,
1941
+ "displayName" : "fLcCardris",
1942
+ "clanName" : "Team Fallacy",
1943
+ "clanTag" : "fLc",
1944
+ "profilePath" : "/profile/951060/1/fLcCardris/"
1945
+ },
1946
+ "joinTimestamp" : 1371464166,
1947
+ "points" : 1751.0,
1948
+ "wins" : 99,
1949
+ "losses" : 100,
1950
+ "highestRank" : 100,
1951
+ "previousRank" : 176,
1952
+ "favoriteRaceP1" : "PROTOSS"
1953
+ }, {
1954
+ "character" : {
1955
+ "id" : 2446261,
1956
+ "realm" : 1,
1957
+ "displayName" : "ElhayM",
1958
+ "clanName" : "Clarity Gaming",
1959
+ "clanTag" : "CG",
1960
+ "profilePath" : "/profile/2446261/1/ElhayM/"
1961
+ },
1962
+ "joinTimestamp" : 1371462537,
1963
+ "points" : 1751.0,
1964
+ "wins" : 75,
1965
+ "losses" : 66,
1966
+ "highestRank" : 118,
1967
+ "previousRank" : 143,
1968
+ "favoriteRaceP1" : "TERRAN"
1969
+ }, {
1970
+ "character" : {
1971
+ "id" : 2911057,
1972
+ "realm" : 1,
1973
+ "displayName" : "QuanticBoyo",
1974
+ "clanName" : "Quantic Gaming",
1975
+ "clanTag" : "Qntc",
1976
+ "profilePath" : "/profile/2911057/1/QuanticBoyo/"
1977
+ },
1978
+ "joinTimestamp" : 1376164634,
1979
+ "points" : 1748.0,
1980
+ "wins" : 115,
1981
+ "losses" : 74,
1982
+ "highestRank" : 1,
1983
+ "previousRank" : 0,
1984
+ "favoriteRaceP1" : "PROTOSS"
1985
+ }, {
1986
+ "character" : {
1987
+ "id" : 4710174,
1988
+ "realm" : 1,
1989
+ "displayName" : "llllllllllll",
1990
+ "clanName" : "",
1991
+ "clanTag" : "",
1992
+ "profilePath" : "/profile/4710174/1/llllllllllll/"
1993
+ },
1994
+ "joinTimestamp" : 1375702532,
1995
+ "points" : 1745.0,
1996
+ "wins" : 110,
1997
+ "losses" : 81,
1998
+ "highestRank" : 44,
1999
+ "previousRank" : 109,
2000
+ "favoriteRaceP1" : "ZERG"
2001
+ }, {
2002
+ "character" : {
2003
+ "id" : 344188,
2004
+ "realm" : 1,
2005
+ "displayName" : "Blade",
2006
+ "clanName" : "Outset Gaming",
2007
+ "clanTag" : "Outset",
2008
+ "profilePath" : "/profile/344188/1/Blade/"
2009
+ },
2010
+ "joinTimestamp" : 1371457691,
2011
+ "points" : 1744.0,
2012
+ "wins" : 77,
2013
+ "losses" : 79,
2014
+ "highestRank" : 109,
2015
+ "previousRank" : 143,
2016
+ "favoriteRaceP1" : "ZERG"
2017
+ }, {
2018
+ "character" : {
2019
+ "id" : 4482478,
2020
+ "realm" : 1,
2021
+ "displayName" : "IIIIIIIIIIII",
2022
+ "clanName" : "",
2023
+ "clanTag" : "",
2024
+ "profilePath" : "/profile/4482478/1/IIIIIIIIIIII/"
2025
+ },
2026
+ "joinTimestamp" : 1376413311,
2027
+ "points" : 1741.0,
2028
+ "wins" : 98,
2029
+ "losses" : 50,
2030
+ "highestRank" : 2,
2031
+ "previousRank" : 0,
2032
+ "favoriteRaceP1" : "PROTOSS"
2033
+ }, {
2034
+ "character" : {
2035
+ "id" : 4167637,
2036
+ "realm" : 1,
2037
+ "displayName" : "llllllllllll",
2038
+ "clanName" : "",
2039
+ "clanTag" : "",
2040
+ "profilePath" : "/profile/4167637/1/llllllllllll/"
2041
+ },
2042
+ "joinTimestamp" : 1376129434,
2043
+ "points" : 1740.0,
2044
+ "wins" : 141,
2045
+ "losses" : 111,
2046
+ "highestRank" : 1,
2047
+ "previousRank" : 0,
2048
+ "favoriteRaceP1" : "ZERG"
2049
+ }, {
2050
+ "character" : {
2051
+ "id" : 2933386,
2052
+ "realm" : 1,
2053
+ "displayName" : "AcolyteBitS",
2054
+ "clanName" : "Impulse eSports Community",
2055
+ "clanTag" : "iMpco",
2056
+ "profilePath" : "/profile/2933386/1/AcolyteBitS/"
2057
+ },
2058
+ "joinTimestamp" : 1374803024,
2059
+ "points" : 1739.0,
2060
+ "wins" : 304,
2061
+ "losses" : 278,
2062
+ "highestRank" : 40,
2063
+ "previousRank" : 70,
2064
+ "favoriteRaceP1" : "ZERG"
2065
+ }, {
2066
+ "character" : {
2067
+ "id" : 945960,
2068
+ "realm" : 1,
2069
+ "displayName" : "PsychO",
2070
+ "clanName" : "Team Fallacy",
2071
+ "clanTag" : "fLc",
2072
+ "profilePath" : "/profile/945960/1/PsychO/"
2073
+ },
2074
+ "joinTimestamp" : 1371452565,
2075
+ "points" : 1738.0,
2076
+ "wins" : 88,
2077
+ "losses" : 82,
2078
+ "highestRank" : 87,
2079
+ "previousRank" : 113,
2080
+ "favoriteRaceP1" : "ZERG"
2081
+ }, {
2082
+ "character" : {
2083
+ "id" : 3081818,
2084
+ "realm" : 1,
2085
+ "displayName" : "Fiasco",
2086
+ "clanName" : "",
2087
+ "clanTag" : "",
2088
+ "profilePath" : "/profile/3081818/1/Fiasco/"
2089
+ },
2090
+ "joinTimestamp" : 1371453351,
2091
+ "points" : 1738.0,
2092
+ "wins" : 86,
2093
+ "losses" : 88,
2094
+ "highestRank" : 124,
2095
+ "previousRank" : 183,
2096
+ "favoriteRaceP1" : "PROTOSS"
2097
+ }, {
2098
+ "character" : {
2099
+ "id" : 2677210,
2100
+ "realm" : 1,
2101
+ "displayName" : "Forte",
2102
+ "clanName" : "TaiKuai",
2103
+ "clanTag" : "Tai",
2104
+ "profilePath" : "/profile/2677210/1/Forte/"
2105
+ },
2106
+ "joinTimestamp" : 1374635907,
2107
+ "points" : 1736.0,
2108
+ "wins" : 188,
2109
+ "losses" : 153,
2110
+ "highestRank" : 87,
2111
+ "previousRank" : 145,
2112
+ "favoriteRaceP1" : "TERRAN"
2113
+ }, {
2114
+ "character" : {
2115
+ "id" : 3220187,
2116
+ "realm" : 1,
2117
+ "displayName" : "iwantproteam",
2118
+ "clanName" : "",
2119
+ "clanTag" : "",
2120
+ "profilePath" : "/profile/3220187/1/iwantproteam/"
2121
+ },
2122
+ "joinTimestamp" : 1374660236,
2123
+ "points" : 1732.0,
2124
+ "wins" : 243,
2125
+ "losses" : 198,
2126
+ "highestRank" : 82,
2127
+ "previousRank" : 97,
2128
+ "favoriteRaceP1" : "PROTOSS"
2129
+ }, {
2130
+ "character" : {
2131
+ "id" : 2540856,
2132
+ "realm" : 1,
2133
+ "displayName" : "acslayer",
2134
+ "clanName" : "The Walkers",
2135
+ "clanTag" : "GRIMEY",
2136
+ "profilePath" : "/profile/2540856/1/acslayer/"
2137
+ },
2138
+ "joinTimestamp" : 1372853811,
2139
+ "points" : 1730.0,
2140
+ "wins" : 67,
2141
+ "losses" : 64,
2142
+ "highestRank" : 120,
2143
+ "previousRank" : 167,
2144
+ "favoriteRaceP1" : "TERRAN"
2145
+ }, {
2146
+ "character" : {
2147
+ "id" : 1174812,
2148
+ "realm" : 1,
2149
+ "displayName" : "Days",
2150
+ "clanName" : "sMi",
2151
+ "clanTag" : "sMi",
2152
+ "profilePath" : "/profile/1174812/1/Days/"
2153
+ },
2154
+ "joinTimestamp" : 1371455416,
2155
+ "points" : 1728.0,
2156
+ "wins" : 376,
2157
+ "losses" : 343,
2158
+ "highestRank" : 59,
2159
+ "previousRank" : 145,
2160
+ "favoriteRaceP1" : "ZERG"
2161
+ }, {
2162
+ "character" : {
2163
+ "id" : 1976744,
2164
+ "realm" : 1,
2165
+ "displayName" : "ScrubbleS",
2166
+ "clanName" : "Youngmoney",
2167
+ "clanTag" : "YMCMB",
2168
+ "profilePath" : "/profile/1976744/1/ScrubbleS/"
2169
+ },
2170
+ "joinTimestamp" : 1374528777,
2171
+ "points" : 1726.0,
2172
+ "wins" : 115,
2173
+ "losses" : 97,
2174
+ "highestRank" : 106,
2175
+ "previousRank" : 132,
2176
+ "favoriteRaceP1" : "ZERG"
2177
+ }, {
2178
+ "character" : {
2179
+ "id" : 2680634,
2180
+ "realm" : 1,
2181
+ "displayName" : "SHAWSHANK",
2182
+ "clanName" : "",
2183
+ "clanTag" : "",
2184
+ "profilePath" : "/profile/2680634/1/SHAWSHANK/"
2185
+ },
2186
+ "joinTimestamp" : 1371454511,
2187
+ "points" : 1721.0,
2188
+ "wins" : 121,
2189
+ "losses" : 111,
2190
+ "highestRank" : 80,
2191
+ "previousRank" : 123,
2192
+ "favoriteRaceP1" : "ZERG"
2193
+ }, {
2194
+ "character" : {
2195
+ "id" : 3657933,
2196
+ "realm" : 1,
2197
+ "displayName" : "llllllllllll",
2198
+ "clanName" : "",
2199
+ "clanTag" : "",
2200
+ "profilePath" : "/profile/3657933/1/llllllllllll/"
2201
+ },
2202
+ "joinTimestamp" : 1372966769,
2203
+ "points" : 1720.0,
2204
+ "wins" : 183,
2205
+ "losses" : 159,
2206
+ "highestRank" : 42,
2207
+ "previousRank" : 99,
2208
+ "favoriteRaceP1" : "ZERG"
2209
+ }, {
2210
+ "character" : {
2211
+ "id" : 4240003,
2212
+ "realm" : 1,
2213
+ "displayName" : "IllIllIllIll",
2214
+ "clanName" : "Youngmoney",
2215
+ "clanTag" : "YMCMB",
2216
+ "profilePath" : "/profile/4240003/1/IllIllIllIll/"
2217
+ },
2218
+ "joinTimestamp" : 1371453116,
2219
+ "points" : 1719.0,
2220
+ "wins" : 70,
2221
+ "losses" : 59,
2222
+ "highestRank" : 55,
2223
+ "previousRank" : 113,
2224
+ "favoriteRaceP1" : "PROTOSS"
2225
+ }, {
2226
+ "character" : {
2227
+ "id" : 433550,
2228
+ "realm" : 1,
2229
+ "displayName" : "Niphik",
2230
+ "clanName" : "Team Fallacy",
2231
+ "clanTag" : "fLc",
2232
+ "profilePath" : "/profile/433550/1/Niphik/"
2233
+ },
2234
+ "joinTimestamp" : 1371453285,
2235
+ "points" : 1718.0,
2236
+ "wins" : 78,
2237
+ "losses" : 67,
2238
+ "highestRank" : 99,
2239
+ "previousRank" : 128,
2240
+ "favoriteRaceP1" : "PROTOSS"
2241
+ }, {
2242
+ "character" : {
2243
+ "id" : 3486739,
2244
+ "realm" : 1,
2245
+ "displayName" : "Virium",
2246
+ "clanName" : "Core Professional Gaming Team",
2247
+ "clanTag" : "Core",
2248
+ "profilePath" : "/profile/3486739/1/Virium/"
2249
+ },
2250
+ "joinTimestamp" : 1371454917,
2251
+ "points" : 1718.0,
2252
+ "wins" : 151,
2253
+ "losses" : 143,
2254
+ "highestRank" : 73,
2255
+ "previousRank" : 135,
2256
+ "favoriteRaceP1" : "PROTOSS"
2257
+ }, {
2258
+ "character" : {
2259
+ "id" : 2917048,
2260
+ "realm" : 1,
2261
+ "displayName" : "IIIIIIIIII",
2262
+ "clanName" : "Good Game Kids",
2263
+ "clanTag" : "GGK",
2264
+ "profilePath" : "/profile/2917048/1/IIIIIIIIII/"
2265
+ },
2266
+ "joinTimestamp" : 1376367643,
2267
+ "points" : 1717.0,
2268
+ "wins" : 83,
2269
+ "losses" : 56,
2270
+ "highestRank" : 2,
2271
+ "previousRank" : 0,
2272
+ "favoriteRaceP1" : "PROTOSS"
2273
+ }, {
2274
+ "character" : {
2275
+ "id" : 4287059,
2276
+ "realm" : 1,
2277
+ "displayName" : "llllllllll",
2278
+ "clanName" : "Team HuaLi",
2279
+ "clanTag" : "HuaLi",
2280
+ "profilePath" : "/profile/4287059/1/llllllllll/"
2281
+ },
2282
+ "joinTimestamp" : 1371453724,
2283
+ "points" : 1714.0,
2284
+ "wins" : 147,
2285
+ "losses" : 117,
2286
+ "highestRank" : 115,
2287
+ "previousRank" : 148,
2288
+ "favoriteRaceP1" : "ZERG"
2289
+ }, {
2290
+ "character" : {
2291
+ "id" : 1830362,
2292
+ "realm" : 1,
2293
+ "displayName" : "Zoku",
2294
+ "clanName" : "Impulse eSports",
2295
+ "clanTag" : "iMp",
2296
+ "profilePath" : "/profile/1830362/1/Zoku/"
2297
+ },
2298
+ "joinTimestamp" : 1374548157,
2299
+ "points" : 1713.0,
2300
+ "wins" : 230,
2301
+ "losses" : 211,
2302
+ "highestRank" : 64,
2303
+ "previousRank" : 84,
2304
+ "favoriteRaceP1" : "TERRAN"
2305
+ }, {
2306
+ "character" : {
2307
+ "id" : 1711920,
2308
+ "realm" : 1,
2309
+ "displayName" : "Debaser",
2310
+ "clanName" : "Team Gravity",
2311
+ "clanTag" : "Grav",
2312
+ "profilePath" : "/profile/1711920/1/Debaser/"
2313
+ },
2314
+ "joinTimestamp" : 1371488251,
2315
+ "points" : 1713.0,
2316
+ "wins" : 97,
2317
+ "losses" : 96,
2318
+ "highestRank" : 75,
2319
+ "previousRank" : 92,
2320
+ "favoriteRaceP1" : "TERRAN"
2321
+ }, {
2322
+ "character" : {
2323
+ "id" : 754745,
2324
+ "realm" : 1,
2325
+ "displayName" : "Kyo",
2326
+ "clanName" : "compLexity",
2327
+ "clanTag" : "coL",
2328
+ "profilePath" : "/profile/754745/1/Kyo/"
2329
+ },
2330
+ "joinTimestamp" : 1375129599,
2331
+ "points" : 1712.0,
2332
+ "wins" : 84,
2333
+ "losses" : 70,
2334
+ "highestRank" : 138,
2335
+ "previousRank" : 173,
2336
+ "favoriteRaceP1" : "PROTOSS"
2337
+ }, {
2338
+ "character" : {
2339
+ "id" : 471509,
2340
+ "realm" : 1,
2341
+ "displayName" : "Zark",
2342
+ "clanName" : "Element",
2343
+ "clanTag" : "LMnt",
2344
+ "profilePath" : "/profile/471509/1/Zark/"
2345
+ },
2346
+ "joinTimestamp" : 1371457169,
2347
+ "points" : 1707.0,
2348
+ "wins" : 122,
2349
+ "losses" : 113,
2350
+ "highestRank" : 110,
2351
+ "previousRank" : 154,
2352
+ "favoriteRaceP1" : "ZERG"
2353
+ }, {
2354
+ "character" : {
2355
+ "id" : 4164201,
2356
+ "realm" : 1,
2357
+ "displayName" : "Nogard",
2358
+ "clanName" : "Old School Clan",
2359
+ "clanTag" : "oScI",
2360
+ "profilePath" : "/profile/4164201/1/Nogard/"
2361
+ },
2362
+ "joinTimestamp" : 1371458577,
2363
+ "points" : 1706.0,
2364
+ "wins" : 84,
2365
+ "losses" : 72,
2366
+ "highestRank" : 125,
2367
+ "previousRank" : 162,
2368
+ "favoriteRaceP1" : "ZERG"
2369
+ }, {
2370
+ "character" : {
2371
+ "id" : 4160680,
2372
+ "realm" : 1,
2373
+ "displayName" : "Theobeo",
2374
+ "clanName" : "Core Professional Gaming Team",
2375
+ "clanTag" : "Core",
2376
+ "profilePath" : "/profile/4160680/1/Theobeo/"
2377
+ },
2378
+ "joinTimestamp" : 1375493701,
2379
+ "points" : 1704.0,
2380
+ "wins" : 170,
2381
+ "losses" : 115,
2382
+ "highestRank" : 132,
2383
+ "previousRank" : 151,
2384
+ "favoriteRaceP1" : "PROTOSS"
2385
+ }, {
2386
+ "character" : {
2387
+ "id" : 314228,
2388
+ "realm" : 1,
2389
+ "displayName" : "Bluemagic",
2390
+ "clanName" : "exSAGAcity Gaming",
2391
+ "clanTag" : "xSAGA",
2392
+ "profilePath" : "/profile/314228/1/Bluemagic/"
2393
+ },
2394
+ "joinTimestamp" : 1371503307,
2395
+ "points" : 1701.0,
2396
+ "wins" : 142,
2397
+ "losses" : 142,
2398
+ "highestRank" : 140,
2399
+ "previousRank" : 181,
2400
+ "favoriteRaceP1" : "ZERG"
2401
+ }, {
2402
+ "character" : {
2403
+ "id" : 2901396,
2404
+ "realm" : 1,
2405
+ "displayName" : "fLcQuix",
2406
+ "clanName" : "Youngmoney",
2407
+ "clanTag" : "YMCMB",
2408
+ "profilePath" : "/profile/2901396/1/fLcQuix/"
2409
+ },
2410
+ "joinTimestamp" : 1374791941,
2411
+ "points" : 1698.0,
2412
+ "wins" : 94,
2413
+ "losses" : 73,
2414
+ "highestRank" : 86,
2415
+ "previousRank" : 139,
2416
+ "favoriteRaceP1" : "PROTOSS"
2417
+ }, {
2418
+ "character" : {
2419
+ "id" : 415053,
2420
+ "realm" : 1,
2421
+ "displayName" : "Minkus",
2422
+ "clanName" : "Good Game Kids Team",
2423
+ "clanTag" : "GGKids",
2424
+ "profilePath" : "/profile/415053/1/Minkus/"
2425
+ },
2426
+ "joinTimestamp" : 1371453392,
2427
+ "points" : 1695.0,
2428
+ "wins" : 106,
2429
+ "losses" : 89,
2430
+ "highestRank" : 42,
2431
+ "previousRank" : 68,
2432
+ "favoriteRaceP1" : "ZERG"
2433
+ }, {
2434
+ "character" : {
2435
+ "id" : 515197,
2436
+ "realm" : 1,
2437
+ "displayName" : "SwitcH",
2438
+ "clanName" : "Outset Gaming",
2439
+ "clanTag" : "Outset",
2440
+ "profilePath" : "/profile/515197/1/SwitcH/"
2441
+ },
2442
+ "joinTimestamp" : 1374732899,
2443
+ "points" : 1694.0,
2444
+ "wins" : 265,
2445
+ "losses" : 230,
2446
+ "highestRank" : 116,
2447
+ "previousRank" : 158,
2448
+ "favoriteRaceP1" : "PROTOSS"
2449
+ }, {
2450
+ "character" : {
2451
+ "id" : 4920421,
2452
+ "realm" : 1,
2453
+ "displayName" : "Milhouse",
2454
+ "clanName" : "Latest and Greatest Gaming",
2455
+ "clanTag" : "lLaGl",
2456
+ "profilePath" : "/profile/4920421/1/Milhouse/"
2457
+ },
2458
+ "joinTimestamp" : 1375872969,
2459
+ "points" : 1689.0,
2460
+ "wins" : 125,
2461
+ "losses" : 85,
2462
+ "highestRank" : 1,
2463
+ "previousRank" : 0,
2464
+ "favoriteRaceP1" : "ZERG"
2465
+ }, {
2466
+ "character" : {
2467
+ "id" : 3468044,
2468
+ "realm" : 1,
2469
+ "displayName" : "iluvWoOk",
2470
+ "clanName" : "Impulse eSports",
2471
+ "clanTag" : "iMp",
2472
+ "profilePath" : "/profile/3468044/1/iluvWoOk/"
2473
+ },
2474
+ "joinTimestamp" : 1371476408,
2475
+ "points" : 1686.0,
2476
+ "wins" : 109,
2477
+ "losses" : 96,
2478
+ "highestRank" : 133,
2479
+ "previousRank" : 189,
2480
+ "favoriteRaceP1" : "PROTOSS"
2481
+ }, {
2482
+ "character" : {
2483
+ "id" : 4193843,
2484
+ "realm" : 1,
2485
+ "displayName" : "Expect",
2486
+ "clanName" : "Team SCA",
2487
+ "clanTag" : "SCA",
2488
+ "profilePath" : "/profile/4193843/1/Expect/"
2489
+ },
2490
+ "joinTimestamp" : 1375343714,
2491
+ "points" : 1685.0,
2492
+ "wins" : 106,
2493
+ "losses" : 65,
2494
+ "highestRank" : 64,
2495
+ "previousRank" : 92,
2496
+ "favoriteRaceP1" : "TERRAN"
2497
+ }, {
2498
+ "character" : {
2499
+ "id" : 3669320,
2500
+ "realm" : 1,
2501
+ "displayName" : "fts",
2502
+ "clanName" : "Core Professional Gaming Team",
2503
+ "clanTag" : "Core",
2504
+ "profilePath" : "/profile/3669320/1/fts/"
2505
+ },
2506
+ "joinTimestamp" : 1376176591,
2507
+ "points" : 1684.0,
2508
+ "wins" : 124,
2509
+ "losses" : 81,
2510
+ "highestRank" : 1,
2511
+ "previousRank" : 0,
2512
+ "favoriteRaceP1" : "TERRAN"
2513
+ }, {
2514
+ "character" : {
2515
+ "id" : 4163868,
2516
+ "realm" : 1,
2517
+ "displayName" : "ExZotiK",
2518
+ "clanName" : "",
2519
+ "clanTag" : "",
2520
+ "profilePath" : "/profile/4163868/1/ExZotiK/"
2521
+ },
2522
+ "joinTimestamp" : 1376048000,
2523
+ "points" : 1683.0,
2524
+ "wins" : 191,
2525
+ "losses" : 153,
2526
+ "highestRank" : 1,
2527
+ "previousRank" : 0,
2528
+ "favoriteRaceP1" : "PROTOSS"
2529
+ }, {
2530
+ "character" : {
2531
+ "id" : 3798776,
2532
+ "realm" : 1,
2533
+ "displayName" : "HypeR",
2534
+ "clanName" : "Team SCA",
2535
+ "clanTag" : "SCA",
2536
+ "profilePath" : "/profile/3798776/1/HypeR/"
2537
+ },
2538
+ "joinTimestamp" : 1373387023,
2539
+ "points" : 1676.0,
2540
+ "wins" : 288,
2541
+ "losses" : 249,
2542
+ "highestRank" : 109,
2543
+ "previousRank" : 147,
2544
+ "favoriteRaceP1" : "ZERG"
2545
+ }, {
2546
+ "character" : {
2547
+ "id" : 3115003,
2548
+ "realm" : 1,
2549
+ "displayName" : "Mercy",
2550
+ "clanName" : "Clan OverDosed",
2551
+ "clanTag" : "OD",
2552
+ "profilePath" : "/profile/3115003/1/Mercy/"
2553
+ },
2554
+ "joinTimestamp" : 1371454683,
2555
+ "points" : 1675.0,
2556
+ "wins" : 233,
2557
+ "losses" : 223,
2558
+ "highestRank" : 115,
2559
+ "previousRank" : 140,
2560
+ "favoriteRaceP1" : "PROTOSS"
2561
+ }, {
2562
+ "character" : {
2563
+ "id" : 639714,
2564
+ "realm" : 1,
2565
+ "displayName" : "Bonkarooni",
2566
+ "clanName" : "",
2567
+ "clanTag" : "",
2568
+ "profilePath" : "/profile/639714/1/Bonkarooni/"
2569
+ },
2570
+ "joinTimestamp" : 1371454919,
2571
+ "points" : 1673.0,
2572
+ "wins" : 313,
2573
+ "losses" : 292,
2574
+ "highestRank" : 127,
2575
+ "previousRank" : 172,
2576
+ "favoriteRaceP1" : "PROTOSS"
2577
+ }, {
2578
+ "character" : {
2579
+ "id" : 1102468,
2580
+ "realm" : 1,
2581
+ "displayName" : "Nutella",
2582
+ "clanName" : "",
2583
+ "clanTag" : "",
2584
+ "profilePath" : "/profile/1102468/1/Nutella/"
2585
+ },
2586
+ "joinTimestamp" : 1374787050,
2587
+ "points" : 1671.0,
2588
+ "wins" : 119,
2589
+ "losses" : 78,
2590
+ "highestRank" : 103,
2591
+ "previousRank" : 162,
2592
+ "favoriteRaceP1" : "ZERG"
2593
+ }, {
2594
+ "character" : {
2595
+ "id" : 302729,
2596
+ "realm" : 2,
2597
+ "displayName" : "Talentz",
2598
+ "clanName" : "Apocalipse Team",
2599
+ "clanTag" : "ApT",
2600
+ "profilePath" : "/profile/302729/2/Talentz/"
2601
+ },
2602
+ "joinTimestamp" : 1376365535,
2603
+ "points" : 1669.0,
2604
+ "wins" : 103,
2605
+ "losses" : 44,
2606
+ "highestRank" : 3,
2607
+ "previousRank" : 0,
2608
+ "favoriteRaceP1" : "ZERG"
2609
+ }, {
2610
+ "character" : {
2611
+ "id" : 3437555,
2612
+ "realm" : 1,
2613
+ "displayName" : "PerplexD",
2614
+ "clanName" : "Official Team NrG",
2615
+ "clanTag" : "lNrGl",
2616
+ "profilePath" : "/profile/3437555/1/PerplexD/"
2617
+ },
2618
+ "joinTimestamp" : 1371453376,
2619
+ "points" : 1666.0,
2620
+ "wins" : 107,
2621
+ "losses" : 92,
2622
+ "highestRank" : 133,
2623
+ "previousRank" : 147,
2624
+ "favoriteRaceP1" : "ZERG"
2625
+ }, {
2626
+ "character" : {
2627
+ "id" : 4164738,
2628
+ "realm" : 1,
2629
+ "displayName" : "IIIIIIIIIIII",
2630
+ "clanName" : "",
2631
+ "clanTag" : "",
2632
+ "profilePath" : "/profile/4164738/1/IIIIIIIIIIII/"
2633
+ },
2634
+ "joinTimestamp" : 1376338902,
2635
+ "points" : 1661.0,
2636
+ "wins" : 83,
2637
+ "losses" : 52,
2638
+ "highestRank" : 1,
2639
+ "previousRank" : 0,
2640
+ "favoriteRaceP1" : "TERRAN"
2641
+ }, {
2642
+ "character" : {
2643
+ "id" : 340431,
2644
+ "realm" : 1,
2645
+ "displayName" : "coyote",
2646
+ "clanName" : "SC2Strategy",
2647
+ "clanTag" : "SCS",
2648
+ "profilePath" : "/profile/340431/1/coyote/"
2649
+ },
2650
+ "joinTimestamp" : 1373068128,
2651
+ "points" : 1661.0,
2652
+ "wins" : 498,
2653
+ "losses" : 486,
2654
+ "highestRank" : 121,
2655
+ "previousRank" : 186,
2656
+ "favoriteRaceP1" : "ZERG"
2657
+ }, {
2658
+ "character" : {
2659
+ "id" : 2868603,
2660
+ "realm" : 1,
2661
+ "displayName" : "Pezz",
2662
+ "clanName" : "Team Silicon Sports",
2663
+ "clanTag" : "SLCN",
2664
+ "profilePath" : "/profile/2868603/1/Pezz/"
2665
+ },
2666
+ "joinTimestamp" : 1375759599,
2667
+ "points" : 1647.0,
2668
+ "wins" : 273,
2669
+ "losses" : 242,
2670
+ "highestRank" : 1,
2671
+ "previousRank" : 0,
2672
+ "favoriteRaceP1" : "PROTOSS"
2673
+ }, {
2674
+ "character" : {
2675
+ "id" : 1377259,
2676
+ "realm" : 1,
2677
+ "displayName" : "Jarppi",
2678
+ "clanName" : "RoHTeaM",
2679
+ "clanTag" : "RoH",
2680
+ "profilePath" : "/profile/1377259/1/Jarppi/"
2681
+ },
2682
+ "joinTimestamp" : 1371522990,
2683
+ "points" : 1647.0,
2684
+ "wins" : 199,
2685
+ "losses" : 176,
2686
+ "highestRank" : 82,
2687
+ "previousRank" : 161,
2688
+ "favoriteRaceP1" : "TERRAN"
2689
+ }, {
2690
+ "character" : {
2691
+ "id" : 4695631,
2692
+ "realm" : 1,
2693
+ "displayName" : "Reprieve",
2694
+ "clanName" : "Core Professional Gaming Team",
2695
+ "clanTag" : "Core",
2696
+ "profilePath" : "/profile/4695631/1/Reprieve/"
2697
+ },
2698
+ "joinTimestamp" : 1374997376,
2699
+ "points" : 1642.0,
2700
+ "wins" : 125,
2701
+ "losses" : 78,
2702
+ "highestRank" : 136,
2703
+ "previousRank" : 174,
2704
+ "favoriteRaceP1" : "TERRAN"
2705
+ }, {
2706
+ "character" : {
2707
+ "id" : 4179455,
2708
+ "realm" : 1,
2709
+ "displayName" : "LiquidJinro",
2710
+ "clanName" : "",
2711
+ "clanTag" : "",
2712
+ "profilePath" : "/profile/4179455/1/LiquidJinro/"
2713
+ },
2714
+ "joinTimestamp" : 1375482060,
2715
+ "points" : 1640.0,
2716
+ "wins" : 93,
2717
+ "losses" : 25,
2718
+ "highestRank" : 116,
2719
+ "previousRank" : 155,
2720
+ "favoriteRaceP1" : "TERRAN"
2721
+ }, {
2722
+ "character" : {
2723
+ "id" : 1005127,
2724
+ "realm" : 1,
2725
+ "displayName" : "Pluto",
2726
+ "clanName" : "Team Fallacy",
2727
+ "clanTag" : "fLc",
2728
+ "profilePath" : "/profile/1005127/1/Pluto/"
2729
+ },
2730
+ "joinTimestamp" : 1371493773,
2731
+ "points" : 1636.0,
2732
+ "wins" : 203,
2733
+ "losses" : 192,
2734
+ "highestRank" : 150,
2735
+ "previousRank" : 181,
2736
+ "favoriteRaceP1" : "ZERG"
2737
+ }, {
2738
+ "character" : {
2739
+ "id" : 4161872,
2740
+ "realm" : 1,
2741
+ "displayName" : "ColdScars",
2742
+ "clanName" : "Core Professional Gaming Team",
2743
+ "clanTag" : "Core",
2744
+ "profilePath" : "/profile/4161872/1/ColdScars/"
2745
+ },
2746
+ "joinTimestamp" : 1371467426,
2747
+ "points" : 1633.0,
2748
+ "wins" : 151,
2749
+ "losses" : 149,
2750
+ "highestRank" : 143,
2751
+ "previousRank" : 177,
2752
+ "favoriteRaceP1" : "TERRAN"
2753
+ }, {
2754
+ "character" : {
2755
+ "id" : 3514567,
2756
+ "realm" : 1,
2757
+ "displayName" : "Kirby",
2758
+ "clanName" : "420 blaze it",
2759
+ "clanTag" : "420",
2760
+ "profilePath" : "/profile/3514567/1/Kirby/"
2761
+ },
2762
+ "joinTimestamp" : 1371453203,
2763
+ "points" : 1633.0,
2764
+ "wins" : 110,
2765
+ "losses" : 118,
2766
+ "highestRank" : 162,
2767
+ "previousRank" : 180,
2768
+ "favoriteRaceP1" : "PROTOSS"
2769
+ }, {
2770
+ "character" : {
2771
+ "id" : 2657582,
2772
+ "realm" : 1,
2773
+ "displayName" : "llIIllIIllIl",
2774
+ "clanName" : "",
2775
+ "clanTag" : "",
2776
+ "profilePath" : "/profile/2657582/1/llIIllIIllIl/"
2777
+ },
2778
+ "joinTimestamp" : 1371469421,
2779
+ "points" : 1633.0,
2780
+ "wins" : 122,
2781
+ "losses" : 118,
2782
+ "highestRank" : 147,
2783
+ "previousRank" : 169,
2784
+ "favoriteRaceP1" : "TERRAN"
2785
+ }, {
2786
+ "character" : {
2787
+ "id" : 4175156,
2788
+ "realm" : 1,
2789
+ "displayName" : "Narcotic",
2790
+ "clanName" : "Old School Clan",
2791
+ "clanTag" : "oScI",
2792
+ "profilePath" : "/profile/4175156/1/Narcotic/"
2793
+ },
2794
+ "joinTimestamp" : 1371456201,
2795
+ "points" : 1632.0,
2796
+ "wins" : 161,
2797
+ "losses" : 148,
2798
+ "highestRank" : 165,
2799
+ "previousRank" : 182,
2800
+ "favoriteRaceP1" : "TERRAN"
2801
+ }, {
2802
+ "character" : {
2803
+ "id" : 2072274,
2804
+ "realm" : 1,
2805
+ "displayName" : "RisingStorm",
2806
+ "clanName" : "SC2Strategy",
2807
+ "clanTag" : "SCS",
2808
+ "profilePath" : "/profile/2072274/1/RisingStorm/"
2809
+ },
2810
+ "joinTimestamp" : 1375497938,
2811
+ "points" : 1629.0,
2812
+ "wins" : 377,
2813
+ "losses" : 321,
2814
+ "highestRank" : 119,
2815
+ "previousRank" : 146,
2816
+ "favoriteRaceP1" : "ZERG"
2817
+ }, {
2818
+ "character" : {
2819
+ "id" : 3575039,
2820
+ "realm" : 1,
2821
+ "displayName" : "Deadman",
2822
+ "clanName" : "",
2823
+ "clanTag" : "",
2824
+ "profilePath" : "/profile/3575039/1/Deadman/"
2825
+ },
2826
+ "joinTimestamp" : 1375980549,
2827
+ "points" : 1626.0,
2828
+ "wins" : 89,
2829
+ "losses" : 45,
2830
+ "highestRank" : 1,
2831
+ "previousRank" : 0,
2832
+ "favoriteRaceP1" : "PROTOSS"
2833
+ }, {
2834
+ "character" : {
2835
+ "id" : 3248220,
2836
+ "realm" : 1,
2837
+ "displayName" : "llIIllIIllII",
2838
+ "clanName" : "",
2839
+ "clanTag" : "",
2840
+ "profilePath" : "/profile/3248220/1/llIIllIIllII/"
2841
+ },
2842
+ "joinTimestamp" : 1371453949,
2843
+ "points" : 1626.0,
2844
+ "wins" : 228,
2845
+ "losses" : 223,
2846
+ "highestRank" : 132,
2847
+ "previousRank" : 173,
2848
+ "favoriteRaceP1" : "PROTOSS"
2849
+ }, {
2850
+ "character" : {
2851
+ "id" : 2419304,
2852
+ "realm" : 1,
2853
+ "displayName" : "Sterling",
2854
+ "clanName" : "Clarity Gaming",
2855
+ "clanTag" : "CG",
2856
+ "profilePath" : "/profile/2419304/1/Sterling/"
2857
+ },
2858
+ "joinTimestamp" : 1375650572,
2859
+ "points" : 1625.0,
2860
+ "wins" : 294,
2861
+ "losses" : 270,
2862
+ "highestRank" : 112,
2863
+ "previousRank" : 183,
2864
+ "favoriteRaceP1" : "TERRAN"
2865
+ }, {
2866
+ "character" : {
2867
+ "id" : 2466822,
2868
+ "realm" : 1,
2869
+ "displayName" : "Schnitzel",
2870
+ "clanName" : "Team SCA",
2871
+ "clanTag" : "SCA",
2872
+ "profilePath" : "/profile/2466822/1/Schnitzel/"
2873
+ },
2874
+ "joinTimestamp" : 1375625605,
2875
+ "points" : 1611.0,
2876
+ "wins" : 390,
2877
+ "losses" : 362,
2878
+ "highestRank" : 121,
2879
+ "previousRank" : 172,
2880
+ "favoriteRaceP1" : "TERRAN"
2881
+ }, {
2882
+ "character" : {
2883
+ "id" : 1248787,
2884
+ "realm" : 1,
2885
+ "displayName" : "Dashiz",
2886
+ "clanName" : "Kaos Latin Gamers",
2887
+ "clanTag" : "KLG",
2888
+ "profilePath" : "/profile/1248787/1/Dashiz/"
2889
+ },
2890
+ "joinTimestamp" : 1371452861,
2891
+ "points" : 1608.0,
2892
+ "wins" : 207,
2893
+ "losses" : 189,
2894
+ "highestRank" : 171,
2895
+ "previousRank" : 189,
2896
+ "favoriteRaceP1" : "TERRAN"
2897
+ }, {
2898
+ "character" : {
2899
+ "id" : 909257,
2900
+ "realm" : 1,
2901
+ "displayName" : "crBox",
2902
+ "clanName" : "",
2903
+ "clanTag" : "",
2904
+ "profilePath" : "/profile/909257/1/crBox/"
2905
+ },
2906
+ "joinTimestamp" : 1371492814,
2907
+ "points" : 1607.0,
2908
+ "wins" : 150,
2909
+ "losses" : 139,
2910
+ "highestRank" : 173,
2911
+ "previousRank" : 180,
2912
+ "favoriteRaceP1" : "ZERG"
2913
+ }, {
2914
+ "character" : {
2915
+ "id" : 2812699,
2916
+ "realm" : 1,
2917
+ "displayName" : "DeathEnD",
2918
+ "clanName" : "Latest and Greatest Gaming",
2919
+ "clanTag" : "lLaGl",
2920
+ "profilePath" : "/profile/2812699/1/DeathEnD/"
2921
+ },
2922
+ "joinTimestamp" : 1371453205,
2923
+ "points" : 1602.0,
2924
+ "wins" : 208,
2925
+ "losses" : 199,
2926
+ "highestRank" : 171,
2927
+ "previousRank" : 185,
2928
+ "favoriteRaceP1" : "PROTOSS"
2929
+ }, {
2930
+ "character" : {
2931
+ "id" : 2787184,
2932
+ "realm" : 1,
2933
+ "displayName" : "IMBACoaching",
2934
+ "clanName" : "twitch dot tv IMBACoaching",
2935
+ "clanTag" : "REAL",
2936
+ "profilePath" : "/profile/2787184/1/IMBACoaching/"
2937
+ },
2938
+ "joinTimestamp" : 1375365221,
2939
+ "points" : 1599.0,
2940
+ "wins" : 86,
2941
+ "losses" : 49,
2942
+ "highestRank" : 144,
2943
+ "previousRank" : 178,
2944
+ "favoriteRaceP1" : "ZERG"
2945
+ }, {
2946
+ "character" : {
2947
+ "id" : 3595294,
2948
+ "realm" : 1,
2949
+ "displayName" : "Playa",
2950
+ "clanName" : "Impulse eSports",
2951
+ "clanTag" : "iMp",
2952
+ "profilePath" : "/profile/3595294/1/Playa/"
2953
+ },
2954
+ "joinTimestamp" : 1373491643,
2955
+ "points" : 1597.0,
2956
+ "wins" : 207,
2957
+ "losses" : 172,
2958
+ "highestRank" : 131,
2959
+ "previousRank" : 148,
2960
+ "favoriteRaceP1" : "PROTOSS"
2961
+ }, {
2962
+ "character" : {
2963
+ "id" : 237708,
2964
+ "realm" : 2,
2965
+ "displayName" : "Kelazhur",
2966
+ "clanName" : "Get Over It",
2967
+ "clanTag" : "govT",
2968
+ "profilePath" : "/profile/237708/2/Kelazhur/"
2969
+ },
2970
+ "joinTimestamp" : 1375302207,
2971
+ "points" : 1594.0,
2972
+ "wins" : 232,
2973
+ "losses" : 203,
2974
+ "highestRank" : 146,
2975
+ "previousRank" : 167,
2976
+ "favoriteRaceP1" : "TERRAN"
2977
+ }, {
2978
+ "character" : {
2979
+ "id" : 4161722,
2980
+ "realm" : 1,
2981
+ "displayName" : "frozz",
2982
+ "clanName" : "",
2983
+ "clanTag" : "",
2984
+ "profilePath" : "/profile/4161722/1/frozz/"
2985
+ },
2986
+ "joinTimestamp" : 1371458458,
2987
+ "points" : 1587.0,
2988
+ "wins" : 78,
2989
+ "losses" : 75,
2990
+ "highestRank" : 111,
2991
+ "previousRank" : 148,
2992
+ "favoriteRaceP1" : "TERRAN"
2993
+ }, {
2994
+ "character" : {
2995
+ "id" : 450133,
2996
+ "realm" : 1,
2997
+ "displayName" : "TheoRy",
2998
+ "clanName" : "DALTON GEORGIA BLAZE IT",
2999
+ "clanTag" : "DALTON",
3000
+ "profilePath" : "/profile/450133/1/TheoRy/"
3001
+ },
3002
+ "joinTimestamp" : 1371453989,
3003
+ "points" : 1587.0,
3004
+ "wins" : 98,
3005
+ "losses" : 95,
3006
+ "highestRank" : 177,
3007
+ "previousRank" : 184,
3008
+ "favoriteRaceP1" : "PROTOSS"
3009
+ }, {
3010
+ "character" : {
3011
+ "id" : 436570,
3012
+ "realm" : 1,
3013
+ "displayName" : "Lunar",
3014
+ "clanName" : "Peanut Butter Tuesdays",
3015
+ "clanTag" : "PBTues",
3016
+ "profilePath" : "/profile/436570/1/Lunar/"
3017
+ },
3018
+ "joinTimestamp" : 1375608141,
3019
+ "points" : 1585.0,
3020
+ "wins" : 264,
3021
+ "losses" : 227,
3022
+ "highestRank" : 96,
3023
+ "previousRank" : 182,
3024
+ "favoriteRaceP1" : "TERRAN"
3025
+ }, {
3026
+ "character" : {
3027
+ "id" : 2179312,
3028
+ "realm" : 1,
3029
+ "displayName" : "ChuSeo",
3030
+ "clanName" : "Latest and Greatest Gaming",
3031
+ "clanTag" : "lLaGl",
3032
+ "profilePath" : "/profile/2179312/1/ChuSeo/"
3033
+ },
3034
+ "joinTimestamp" : 1371457267,
3035
+ "points" : 1585.0,
3036
+ "wins" : 96,
3037
+ "losses" : 98,
3038
+ "highestRank" : 146,
3039
+ "previousRank" : 172,
3040
+ "favoriteRaceP1" : "PROTOSS"
3041
+ }, {
3042
+ "character" : {
3043
+ "id" : 2735763,
3044
+ "realm" : 1,
3045
+ "displayName" : "KsSiTuaTioN",
3046
+ "clanName" : "Team Killing Spree",
3047
+ "clanTag" : "TKS",
3048
+ "profilePath" : "/profile/2735763/1/KsSiTuaTioN/"
3049
+ },
3050
+ "joinTimestamp" : 1371507082,
3051
+ "points" : 1584.0,
3052
+ "wins" : 140,
3053
+ "losses" : 139,
3054
+ "highestRank" : 168,
3055
+ "previousRank" : 179,
3056
+ "favoriteRaceP1" : "TERRAN"
3057
+ }, {
3058
+ "character" : {
3059
+ "id" : 3283395,
3060
+ "realm" : 1,
3061
+ "displayName" : "IIIIIIIIllll",
3062
+ "clanName" : "The United Federation",
3063
+ "clanTag" : "uFx",
3064
+ "profilePath" : "/profile/3283395/1/IIIIIIIIllll/"
3065
+ },
3066
+ "joinTimestamp" : 1375041076,
3067
+ "points" : 1576.0,
3068
+ "wins" : 174,
3069
+ "losses" : 152,
3070
+ "highestRank" : 131,
3071
+ "previousRank" : 183,
3072
+ "favoriteRaceP1" : "ZERG"
3073
+ }, {
3074
+ "character" : {
3075
+ "id" : 2220707,
3076
+ "realm" : 1,
3077
+ "displayName" : "ThuNdeR",
3078
+ "clanName" : "Isurus Gaming HyperX",
3079
+ "clanTag" : "ISGHX",
3080
+ "profilePath" : "/profile/2220707/1/ThuNdeR/"
3081
+ },
3082
+ "joinTimestamp" : 1375077197,
3083
+ "points" : 1535.0,
3084
+ "wins" : 180,
3085
+ "losses" : 147,
3086
+ "highestRank" : 160,
3087
+ "previousRank" : 187,
3088
+ "favoriteRaceP1" : "PROTOSS"
3089
+ }, {
3090
+ "character" : {
3091
+ "id" : 623098,
3092
+ "realm" : 1,
3093
+ "displayName" : "Tenza",
3094
+ "clanName" : "Team oGaming",
3095
+ "clanTag" : "oG",
3096
+ "profilePath" : "/profile/623098/1/Tenza/"
3097
+ },
3098
+ "joinTimestamp" : 1371457242,
3099
+ "points" : 1464.0,
3100
+ "wins" : 72,
3101
+ "losses" : 79,
3102
+ "highestRank" : 190,
3103
+ "previousRank" : 193,
3104
+ "favoriteRaceP1" : "ZERG"
3105
+ }, {
3106
+ "character" : {
3107
+ "id" : 2294961,
3108
+ "realm" : 1,
3109
+ "displayName" : "moosy",
3110
+ "clanName" : "",
3111
+ "clanTag" : "",
3112
+ "profilePath" : "/profile/2294961/1/moosy/"
3113
+ },
3114
+ "joinTimestamp" : 1371464007,
3115
+ "points" : 1450.0,
3116
+ "wins" : 91,
3117
+ "losses" : 100,
3118
+ "highestRank" : 172,
3119
+ "previousRank" : 190,
3120
+ "favoriteRaceP1" : "TERRAN"
3121
+ }, {
3122
+ "character" : {
3123
+ "id" : 4307498,
3124
+ "realm" : 1,
3125
+ "displayName" : "MiraCle",
3126
+ "clanName" : "Good Game Kids Team",
3127
+ "clanTag" : "GGKids",
3128
+ "profilePath" : "/profile/4307498/1/MiraCle/"
3129
+ },
3130
+ "joinTimestamp" : 1371649278,
3131
+ "points" : 1450.0,
3132
+ "wins" : 123,
3133
+ "losses" : 92,
3134
+ "highestRank" : 189,
3135
+ "previousRank" : 193,
3136
+ "favoriteRaceP1" : "PROTOSS"
3137
+ }, {
3138
+ "character" : {
3139
+ "id" : 3805020,
3140
+ "realm" : 1,
3141
+ "displayName" : "Gerudo",
3142
+ "clanName" : "Too EZ Bro",
3143
+ "clanTag" : "EzBM",
3144
+ "profilePath" : "/profile/3805020/1/Gerudo/"
3145
+ },
3146
+ "joinTimestamp" : 1374999725,
3147
+ "points" : 1403.0,
3148
+ "wins" : 147,
3149
+ "losses" : 117,
3150
+ "highestRank" : 187,
3151
+ "previousRank" : 178,
3152
+ "favoriteRaceP1" : "PROTOSS"
3153
+ }, {
3154
+ "character" : {
3155
+ "id" : 4118187,
3156
+ "realm" : 1,
3157
+ "displayName" : "llllllllllll",
3158
+ "clanName" : "",
3159
+ "clanTag" : "",
3160
+ "profilePath" : "/profile/4118187/1/llllllllllll/"
3161
+ },
3162
+ "joinTimestamp" : 1371452591,
3163
+ "points" : 1363.0,
3164
+ "wins" : 345,
3165
+ "losses" : 332,
3166
+ "highestRank" : 189,
3167
+ "previousRank" : 197,
3168
+ "favoriteRaceP1" : "ZERG"
3169
+ }, {
3170
+ "character" : {
3171
+ "id" : 4833652,
3172
+ "realm" : 1,
3173
+ "displayName" : "Nerffy",
3174
+ "clanName" : "Too EZ Bro",
3175
+ "clanTag" : "EzBM",
3176
+ "profilePath" : "/profile/4833652/1/Nerffy/"
3177
+ },
3178
+ "joinTimestamp" : 1372906612,
3179
+ "points" : 1340.0,
3180
+ "wins" : 216,
3181
+ "losses" : 179,
3182
+ "highestRank" : 190,
3183
+ "previousRank" : 194,
3184
+ "favoriteRaceP1" : "TERRAN"
3185
+ }, {
3186
+ "character" : {
3187
+ "id" : 4167433,
3188
+ "realm" : 1,
3189
+ "displayName" : "Xayf",
3190
+ "clanName" : "Too EZ Bro",
3191
+ "clanTag" : "EzBM",
3192
+ "profilePath" : "/profile/4167433/1/Xayf/"
3193
+ },
3194
+ "joinTimestamp" : 1371481691,
3195
+ "points" : 1238.0,
3196
+ "wins" : 145,
3197
+ "losses" : 150,
3198
+ "highestRank" : 195,
3199
+ "previousRank" : 199,
3200
+ "favoriteRaceP1" : "PROTOSS"
3201
+ }, {
3202
+ "character" : {
3203
+ "id" : 4838503,
3204
+ "realm" : 1,
3205
+ "displayName" : "RavenzAU",
3206
+ "clanName" : "Into the darkness",
3207
+ "clanTag" : "Gh0stX",
3208
+ "profilePath" : "/profile/4838503/1/RavenzAU/"
3209
+ },
3210
+ "joinTimestamp" : 1373076996,
3211
+ "points" : 1213.0,
3212
+ "wins" : 165,
3213
+ "losses" : 159,
3214
+ "highestRank" : 195,
3215
+ "previousRank" : 198,
3216
+ "favoriteRaceP1" : "ZERG"
3217
+ }, {
3218
+ "character" : {
3219
+ "id" : 3321825,
3220
+ "realm" : 1,
3221
+ "displayName" : "IlllllllIlll",
3222
+ "clanName" : "",
3223
+ "clanTag" : "",
3224
+ "profilePath" : "/profile/3321825/1/IlllllllIlll/"
3225
+ },
3226
+ "joinTimestamp" : 1371481353,
3227
+ "points" : 1204.0,
3228
+ "wins" : 104,
3229
+ "losses" : 117,
3230
+ "highestRank" : 197,
3231
+ "previousRank" : 198,
3232
+ "favoriteRaceP1" : "TERRAN"
3233
+ } ]
3234
+ }
3235
+ http_version:
3236
+ recorded_at: Wed, 14 Aug 2013 08:52:04 GMT
3237
+ recorded_with: VCR 2.5.0