gamertag 1.1.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +11 -1
- data/LICENSE.md +11 -0
- data/README.md +84 -0
- data/gamertag.gemspec +25 -25
- data/lib/faraday/response/cleanup_xbox_leaders_naming.rb +30 -0
- data/lib/faraday/response/raise_xbox_leaders_error.rb +22 -0
- data/lib/gamertag.rb +21 -10
- data/lib/gamertag/client.rb +25 -0
- data/lib/gamertag/client/achievements.rb +15 -0
- data/lib/gamertag/client/friends.rb +14 -0
- data/lib/gamertag/client/games.rb +41 -0
- data/lib/gamertag/client/profile.rb +14 -0
- data/lib/gamertag/configuration.rb +48 -0
- data/lib/gamertag/connection.rb +22 -0
- data/lib/gamertag/error.rb +22 -0
- data/lib/gamertag/version.rb +2 -2
- data/spec/client/achievements_spec.rb +21 -0
- data/spec/client/friends_spec.rb +23 -0
- data/spec/client/games_spec.rb +49 -0
- data/spec/client/profile_spec.rb +22 -0
- data/spec/client_spec.rb +7 -0
- data/spec/faraday/xboxleader_cleanup_spec.rb +59 -0
- data/spec/faraday/xboxleader_error_spec.rb +63 -0
- data/spec/fixtures/achievements.json +654 -0
- data/spec/fixtures/errors/friends_not_found.json +9 -0
- data/spec/fixtures/errors/game_not_found.json +9 -0
- data/spec/fixtures/errors/gamertag_not_found.json +9 -0
- data/spec/fixtures/errors/invalid_game_id.json +9 -0
- data/spec/fixtures/errors/invalid_gamertag.json +9 -0
- data/spec/fixtures/friends.json +772 -0
- data/spec/fixtures/gamertag_not_found.json +9 -0
- data/spec/fixtures/games.json +2244 -0
- data/spec/fixtures/profile.json +125 -0
- data/spec/gamertag_spec.rb +13 -0
- data/spec/helper.rb +38 -0
- metadata +92 -124
- data/.gitignore +0 -9
- data/.rspec +0 -3
- data/.rvmrc +0 -1
- data/Gemfile +0 -4
- data/LICENSE +0 -20
- data/README.mdown +0 -106
- data/Rakefile +0 -12
- data/lib/gamertag/friends.rb +0 -25
- data/lib/gamertag/played_games.rb +0 -73
- data/lib/gamertag/profile.rb +0 -13
- data/lib/gamertag/simple_profile.rb +0 -68
- data/spec/fixtures/vcr_cassettes/Friends_Belial1984.yml +0 -520
- data/spec/fixtures/vcr_cassettes/PlayedGames_Belial1984.yml +0 -1309
- data/spec/fixtures/vcr_cassettes/PlayedGames_some_user.yml +0 -100
- data/spec/fixtures/vcr_cassettes/SimpleProfile_Belial1984.yml +0 -45
- data/spec/friends_spec.rb +0 -19
- data/spec/played_games_spec.rb +0 -25
- data/spec/profile_spec.rb +0 -15
- data/spec/simple_profile_spec.rb +0 -69
- data/spec/spec_helper.rb +0 -15
- data/spec/version_spec.rb +0 -7
@@ -0,0 +1,772 @@
|
|
1
|
+
{
|
2
|
+
"status": "success",
|
3
|
+
"version": "2.0",
|
4
|
+
"data": {
|
5
|
+
"total": 69,
|
6
|
+
"totalonline": 0,
|
7
|
+
"totaloffline": 69,
|
8
|
+
"friends": [
|
9
|
+
{
|
10
|
+
"friend": "Ageblaster",
|
11
|
+
"gamerpic": {
|
12
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.4b4b07d1/tile/0/18023",
|
13
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.4b4b07d1/tile/0/28023"
|
14
|
+
},
|
15
|
+
"gamerscore": 26615,
|
16
|
+
"online": false,
|
17
|
+
"status": "Offline",
|
18
|
+
"lastseen": "1041379200"
|
19
|
+
},
|
20
|
+
{
|
21
|
+
"friend": "Alch3mist87",
|
22
|
+
"gamerpic": {
|
23
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/Alch3mist87/avatarpic-s.png",
|
24
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/Alch3mist87/avatarpic-l.png"
|
25
|
+
},
|
26
|
+
"gamerscore": 5640,
|
27
|
+
"online": false,
|
28
|
+
"status": "Offline",
|
29
|
+
"lastseen": "1041379200"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"friend": "alcoholfairy",
|
33
|
+
"gamerpic": {
|
34
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/11020",
|
35
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/21020"
|
36
|
+
},
|
37
|
+
"gamerscore": 2030,
|
38
|
+
"online": false,
|
39
|
+
"status": "Offline",
|
40
|
+
"lastseen": "1041379200"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"friend": "Andrewnez",
|
44
|
+
"gamerpic": {
|
45
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/Andrewnez/avatarpic-s.png",
|
46
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/Andrewnez/avatarpic-l.png"
|
47
|
+
},
|
48
|
+
"gamerscore": 15925,
|
49
|
+
"online": false,
|
50
|
+
"status": "Offline",
|
51
|
+
"lastseen": "1041379200"
|
52
|
+
},
|
53
|
+
{
|
54
|
+
"friend": "ANDREWsALSTON",
|
55
|
+
"gamerpic": {
|
56
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/ANDREWsALSTON/avatarpic-s.png",
|
57
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/ANDREWsALSTON/avatarpic-l.png"
|
58
|
+
},
|
59
|
+
"gamerscore": 27025,
|
60
|
+
"online": false,
|
61
|
+
"status": "Last seen 8 hours ago playing Netflix",
|
62
|
+
"lastseen": "1371665949"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"friend": "barball",
|
66
|
+
"gamerpic": {
|
67
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/barball/avatarpic-s.png",
|
68
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/barball/avatarpic-l.png"
|
69
|
+
},
|
70
|
+
"gamerscore": 19674,
|
71
|
+
"online": false,
|
72
|
+
"status": "Offline",
|
73
|
+
"lastseen": "1041379200"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"friend": "BennyP83",
|
77
|
+
"gamerpic": {
|
78
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/BennyP83/avatarpic-s.png",
|
79
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/BennyP83/avatarpic-l.png"
|
80
|
+
},
|
81
|
+
"gamerscore": 3384,
|
82
|
+
"online": false,
|
83
|
+
"status": "Offline",
|
84
|
+
"lastseen": "1041379200"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"friend": "BigMFRick777",
|
88
|
+
"gamerpic": {
|
89
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.58410a5a/tile/0/1000d",
|
90
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.58410a5a/tile/0/2000d"
|
91
|
+
},
|
92
|
+
"gamerscore": 18520,
|
93
|
+
"online": false,
|
94
|
+
"status": "Last seen 21 minutes ago playing CoJ Gunslinger",
|
95
|
+
"lastseen": "1371694965"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"friend": "BillieBeardyPip",
|
99
|
+
"gamerpic": {
|
100
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/BillieBeardyPip/avatarpic-s.png",
|
101
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/BillieBeardyPip/avatarpic-l.png"
|
102
|
+
},
|
103
|
+
"gamerscore": 6640,
|
104
|
+
"online": false,
|
105
|
+
"status": "Offline",
|
106
|
+
"lastseen": "1041379200"
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"friend": "BladeHellSpawn",
|
110
|
+
"gamerpic": {
|
111
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/BladeHellSpawn/avatarpic-s.png",
|
112
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/BladeHellSpawn/avatarpic-l.png"
|
113
|
+
},
|
114
|
+
"gamerscore": 57847,
|
115
|
+
"online": false,
|
116
|
+
"status": "Offline",
|
117
|
+
"lastseen": "1041379200"
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"friend": "Brincat1983",
|
121
|
+
"gamerpic": {
|
122
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/Brincat1983/avatarpic-s.png",
|
123
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/Brincat1983/avatarpic-l.png"
|
124
|
+
},
|
125
|
+
"gamerscore": 5214,
|
126
|
+
"online": false,
|
127
|
+
"status": "Offline",
|
128
|
+
"lastseen": "1041379200"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"friend": "CennyddB",
|
132
|
+
"gamerpic": {
|
133
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/CennyddB/avatarpic-s.png",
|
134
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/CennyddB/avatarpic-l.png"
|
135
|
+
},
|
136
|
+
"gamerscore": 7229,
|
137
|
+
"online": false,
|
138
|
+
"status": "Offline",
|
139
|
+
"lastseen": "1041379200"
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"friend": "Chipmuck Killer",
|
143
|
+
"gamerpic": {
|
144
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/11016",
|
145
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/21016"
|
146
|
+
},
|
147
|
+
"gamerscore": 8335,
|
148
|
+
"online": false,
|
149
|
+
"status": "Offline",
|
150
|
+
"lastseen": "1041379200"
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"friend": "Claw MD",
|
154
|
+
"gamerpic": {
|
155
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/Claw%20MD/avatarpic-s.png",
|
156
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/Claw%20MD/avatarpic-l.png"
|
157
|
+
},
|
158
|
+
"gamerscore": 25170,
|
159
|
+
"online": false,
|
160
|
+
"status": "Last seen 12 hours ago playing Xbox Dashboard",
|
161
|
+
"lastseen": "1371650883"
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"friend": "Cushman12",
|
165
|
+
"gamerpic": {
|
166
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/Cushman12/avatarpic-s.png",
|
167
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/Cushman12/avatarpic-l.png"
|
168
|
+
},
|
169
|
+
"gamerscore": 2438,
|
170
|
+
"online": false,
|
171
|
+
"status": "Offline",
|
172
|
+
"lastseen": "1041379200"
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"friend": "DaftPix",
|
176
|
+
"gamerpic": {
|
177
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/DaftPix/avatarpic-s.png",
|
178
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/DaftPix/avatarpic-l.png"
|
179
|
+
},
|
180
|
+
"gamerscore": 6180,
|
181
|
+
"online": false,
|
182
|
+
"status": "Offline",
|
183
|
+
"lastseen": "1041379200"
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"friend": "Danvers",
|
187
|
+
"gamerpic": {
|
188
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/Danvers/avatarpic-s.png",
|
189
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/Danvers/avatarpic-l.png"
|
190
|
+
},
|
191
|
+
"gamerscore": 72050,
|
192
|
+
"online": false,
|
193
|
+
"status": "Offline",
|
194
|
+
"lastseen": "1041379200"
|
195
|
+
},
|
196
|
+
{
|
197
|
+
"friend": "daveyj666",
|
198
|
+
"gamerpic": {
|
199
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/daveyj666/avatarpic-s.png",
|
200
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/daveyj666/avatarpic-l.png"
|
201
|
+
},
|
202
|
+
"gamerscore": 35880,
|
203
|
+
"online": false,
|
204
|
+
"status": "Last seen 5 hours ago playing Battlefield 3",
|
205
|
+
"lastseen": "1371677522"
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"friend": "donkykong50",
|
209
|
+
"gamerpic": {
|
210
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/donkykong50/avatarpic-s.png",
|
211
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/donkykong50/avatarpic-l.png"
|
212
|
+
},
|
213
|
+
"gamerscore": 9432,
|
214
|
+
"online": false,
|
215
|
+
"status": "Offline",
|
216
|
+
"lastseen": "1041379200"
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"friend": "EJStyleS",
|
220
|
+
"gamerpic": {
|
221
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.58570a70/tile/0/10402",
|
222
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.58570a70/tile/0/20402"
|
223
|
+
},
|
224
|
+
"gamerscore": 85753,
|
225
|
+
"online": false,
|
226
|
+
"status": "Offline",
|
227
|
+
"lastseen": "1041379200"
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"friend": "ElZer0",
|
231
|
+
"gamerpic": {
|
232
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/ElZer0/avatarpic-s.png",
|
233
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/ElZer0/avatarpic-l.png"
|
234
|
+
},
|
235
|
+
"gamerscore": 93163,
|
236
|
+
"online": false,
|
237
|
+
"status": "Offline",
|
238
|
+
"lastseen": "1041379200"
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"friend": "Eternal Epoch",
|
242
|
+
"gamerpic": {
|
243
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/Eternal%20Epoch/avatarpic-s.png",
|
244
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/Eternal%20Epoch/avatarpic-l.png"
|
245
|
+
},
|
246
|
+
"gamerscore": 55791,
|
247
|
+
"online": false,
|
248
|
+
"status": "Offline",
|
249
|
+
"lastseen": "1041379200"
|
250
|
+
},
|
251
|
+
{
|
252
|
+
"friend": "French Mako",
|
253
|
+
"gamerpic": {
|
254
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.58410811/tile/0/1000d",
|
255
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.58410811/tile/0/2000d"
|
256
|
+
},
|
257
|
+
"gamerscore": 11635,
|
258
|
+
"online": false,
|
259
|
+
"status": "Last seen 4 hours ago playing Netflix",
|
260
|
+
"lastseen": "1371680604"
|
261
|
+
},
|
262
|
+
{
|
263
|
+
"friend": "Glancer914",
|
264
|
+
"gamerpic": {
|
265
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/Glancer914/avatarpic-s.png",
|
266
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/Glancer914/avatarpic-l.png"
|
267
|
+
},
|
268
|
+
"gamerscore": 20312,
|
269
|
+
"online": false,
|
270
|
+
"status": "Offline",
|
271
|
+
"lastseen": "1041379200"
|
272
|
+
},
|
273
|
+
{
|
274
|
+
"friend": "GreenFudge",
|
275
|
+
"gamerpic": {
|
276
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/GreenFudge/avatarpic-s.png",
|
277
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/GreenFudge/avatarpic-l.png"
|
278
|
+
},
|
279
|
+
"gamerscore": 7965,
|
280
|
+
"online": false,
|
281
|
+
"status": "Offline",
|
282
|
+
"lastseen": "1041379200"
|
283
|
+
},
|
284
|
+
{
|
285
|
+
"friend": "HD Playa",
|
286
|
+
"gamerpic": {
|
287
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/HD%20Playa/avatarpic-s.png",
|
288
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/HD%20Playa/avatarpic-l.png"
|
289
|
+
},
|
290
|
+
"gamerscore": 9225,
|
291
|
+
"online": false,
|
292
|
+
"status": "Offline",
|
293
|
+
"lastseen": "1041379200"
|
294
|
+
},
|
295
|
+
{
|
296
|
+
"friend": "hectic4",
|
297
|
+
"gamerpic": {
|
298
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.454107ef/tile/0/18001",
|
299
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.454107ef/tile/0/28001"
|
300
|
+
},
|
301
|
+
"gamerscore": 8074,
|
302
|
+
"online": false,
|
303
|
+
"status": "Offline",
|
304
|
+
"lastseen": "1041379200"
|
305
|
+
},
|
306
|
+
{
|
307
|
+
"friend": "Hemalkay",
|
308
|
+
"gamerpic": {
|
309
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/Hemalkay/avatarpic-s.png",
|
310
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/Hemalkay/avatarpic-l.png"
|
311
|
+
},
|
312
|
+
"gamerscore": 465,
|
313
|
+
"online": false,
|
314
|
+
"status": "Offline",
|
315
|
+
"lastseen": "1041379200"
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"friend": "herbiliza",
|
319
|
+
"gamerpic": {
|
320
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/herbiliza/avatarpic-s.png",
|
321
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/herbiliza/avatarpic-l.png"
|
322
|
+
},
|
323
|
+
"gamerscore": 19843,
|
324
|
+
"online": false,
|
325
|
+
"status": "Last seen 5 hours ago playing The Walking Dead",
|
326
|
+
"lastseen": "1371676528"
|
327
|
+
},
|
328
|
+
{
|
329
|
+
"friend": "jdimdam",
|
330
|
+
"gamerpic": {
|
331
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.41560855/tile/0/10429",
|
332
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.41560855/tile/0/20429"
|
333
|
+
},
|
334
|
+
"gamerscore": 6328,
|
335
|
+
"online": false,
|
336
|
+
"status": "Last seen 3 hours ago playing Xbox.com",
|
337
|
+
"lastseen": "1371681955"
|
338
|
+
},
|
339
|
+
{
|
340
|
+
"friend": "jokeday",
|
341
|
+
"gamerpic": {
|
342
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/10003",
|
343
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/20003"
|
344
|
+
},
|
345
|
+
"gamerscore": 2950,
|
346
|
+
"online": false,
|
347
|
+
"status": "Offline",
|
348
|
+
"lastseen": "1041379200"
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"friend": "Kretell",
|
352
|
+
"gamerpic": {
|
353
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.5841128f/tile/0/10410",
|
354
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.5841128f/tile/0/20410"
|
355
|
+
},
|
356
|
+
"gamerscore": 90130,
|
357
|
+
"online": false,
|
358
|
+
"status": "Offline",
|
359
|
+
"lastseen": "1041379200"
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"friend": "LA SuP3R Dr4G0n",
|
363
|
+
"gamerpic": {
|
364
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/11039",
|
365
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/21039"
|
366
|
+
},
|
367
|
+
"gamerscore": 7545,
|
368
|
+
"online": false,
|
369
|
+
"status": "Offline",
|
370
|
+
"lastseen": "1041379200"
|
371
|
+
},
|
372
|
+
{
|
373
|
+
"friend": "loopylewie",
|
374
|
+
"gamerpic": {
|
375
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/1000c",
|
376
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/2000c"
|
377
|
+
},
|
378
|
+
"gamerscore": 2650,
|
379
|
+
"online": false,
|
380
|
+
"status": "Offline",
|
381
|
+
"lastseen": "1041379200"
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"friend": "M5T4R 97",
|
385
|
+
"gamerpic": {
|
386
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/10007",
|
387
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/20007"
|
388
|
+
},
|
389
|
+
"gamerscore": 5150,
|
390
|
+
"online": false,
|
391
|
+
"status": "Last seen 6/18/2013 playing Xbox Dashboard",
|
392
|
+
"lastseen": "1371586418"
|
393
|
+
},
|
394
|
+
{
|
395
|
+
"friend": "Maceration",
|
396
|
+
"gamerpic": {
|
397
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/Maceration/avatarpic-s.png",
|
398
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/Maceration/avatarpic-l.png"
|
399
|
+
},
|
400
|
+
"gamerscore": 53019,
|
401
|
+
"online": false,
|
402
|
+
"status": "Last seen 3 minutes ago playing Netflix",
|
403
|
+
"lastseen": "1371696049"
|
404
|
+
},
|
405
|
+
{
|
406
|
+
"friend": "ManBearPig 1983",
|
407
|
+
"gamerpic": {
|
408
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.584111f7/tile/0/1000c",
|
409
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.584111f7/tile/0/2000c"
|
410
|
+
},
|
411
|
+
"gamerscore": 46410,
|
412
|
+
"online": false,
|
413
|
+
"status": "Last seen 5 hours ago playing Xbox Dashboard",
|
414
|
+
"lastseen": "1371677982"
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"friend": "ManyRanger048",
|
418
|
+
"gamerpic": {
|
419
|
+
"large": "https://avatar-ssl.xboxlive.com//global/t.FFFE07D1/tile/0/10000",
|
420
|
+
"small": "https://avatar-ssl.xboxlive.com//global/t.FFFE07D1/tile/0/20000"
|
421
|
+
},
|
422
|
+
"gamerscore": 2143,
|
423
|
+
"online": false,
|
424
|
+
"status": "Offline",
|
425
|
+
"lastseen": "1041379200"
|
426
|
+
},
|
427
|
+
{
|
428
|
+
"friend": "master xenxs",
|
429
|
+
"gamerpic": {
|
430
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/master%20xenxs/avatarpic-s.png",
|
431
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/master%20xenxs/avatarpic-l.png"
|
432
|
+
},
|
433
|
+
"gamerscore": 14832,
|
434
|
+
"online": false,
|
435
|
+
"status": "Offline",
|
436
|
+
"lastseen": "1041379200"
|
437
|
+
},
|
438
|
+
{
|
439
|
+
"friend": "MewtX",
|
440
|
+
"gamerpic": {
|
441
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/MewtX/avatarpic-s.png",
|
442
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/MewtX/avatarpic-l.png"
|
443
|
+
},
|
444
|
+
"gamerscore": 32916,
|
445
|
+
"online": false,
|
446
|
+
"status": "Offline",
|
447
|
+
"lastseen": "1041379200"
|
448
|
+
},
|
449
|
+
{
|
450
|
+
"friend": "MinTheMerciless",
|
451
|
+
"gamerpic": {
|
452
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.5841086e/tile/0/18005",
|
453
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.5841086e/tile/0/28005"
|
454
|
+
},
|
455
|
+
"gamerscore": 10330,
|
456
|
+
"online": false,
|
457
|
+
"status": "Offline",
|
458
|
+
"lastseen": "1041379200"
|
459
|
+
},
|
460
|
+
{
|
461
|
+
"friend": "mrdhugha",
|
462
|
+
"gamerpic": {
|
463
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/mrdhugha/avatarpic-s.png",
|
464
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/mrdhugha/avatarpic-l.png"
|
465
|
+
},
|
466
|
+
"gamerscore": 6679,
|
467
|
+
"online": false,
|
468
|
+
"status": "Offline",
|
469
|
+
"lastseen": "1041379200"
|
470
|
+
},
|
471
|
+
{
|
472
|
+
"friend": "Ms Elderflower",
|
473
|
+
"gamerpic": {
|
474
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/Ms%20Elderflower/avatarpic-s.png",
|
475
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/Ms%20Elderflower/avatarpic-l.png"
|
476
|
+
},
|
477
|
+
"gamerscore": 14468,
|
478
|
+
"online": false,
|
479
|
+
"status": "Offline",
|
480
|
+
"lastseen": "1041379200"
|
481
|
+
},
|
482
|
+
{
|
483
|
+
"friend": "Obsidien23",
|
484
|
+
"gamerpic": {
|
485
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/Obsidien23/avatarpic-s.png",
|
486
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/Obsidien23/avatarpic-l.png"
|
487
|
+
},
|
488
|
+
"gamerscore": 12600,
|
489
|
+
"online": false,
|
490
|
+
"status": "Last seen 6 hours ago playing 4oD",
|
491
|
+
"lastseen": "1371672697"
|
492
|
+
},
|
493
|
+
{
|
494
|
+
"friend": "ORANEJUICE99",
|
495
|
+
"gamerpic": {
|
496
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/10005",
|
497
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/20005"
|
498
|
+
},
|
499
|
+
"gamerscore": 480,
|
500
|
+
"online": false,
|
501
|
+
"status": "Offline",
|
502
|
+
"lastseen": "1041379200"
|
503
|
+
},
|
504
|
+
{
|
505
|
+
"friend": "OSIRlS",
|
506
|
+
"gamerpic": {
|
507
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.4d5307e6/tile/0/18001",
|
508
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.4d5307e6/tile/0/28001"
|
509
|
+
},
|
510
|
+
"gamerscore": 14365,
|
511
|
+
"online": false,
|
512
|
+
"status": "Offline",
|
513
|
+
"lastseen": "1041379200"
|
514
|
+
},
|
515
|
+
{
|
516
|
+
"friend": "plattedbumhair",
|
517
|
+
"gamerpic": {
|
518
|
+
"large": "https://avatar-ssl.xboxlive.com//global/t.FFFE07D1/tile/0/10000",
|
519
|
+
"small": "https://avatar-ssl.xboxlive.com//global/t.FFFE07D1/tile/0/20000"
|
520
|
+
},
|
521
|
+
"gamerscore": 960,
|
522
|
+
"online": false,
|
523
|
+
"status": "Offline",
|
524
|
+
"lastseen": "1041379200"
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"friend": "playriobeta",
|
528
|
+
"gamerpic": {
|
529
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/10001",
|
530
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/20001"
|
531
|
+
},
|
532
|
+
"gamerscore": 0,
|
533
|
+
"online": false,
|
534
|
+
"status": "Offline",
|
535
|
+
"lastseen": "1041379200"
|
536
|
+
},
|
537
|
+
{
|
538
|
+
"friend": "Pollomaverick",
|
539
|
+
"gamerpic": {
|
540
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/Pollomaverick/avatarpic-s.png",
|
541
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/Pollomaverick/avatarpic-l.png"
|
542
|
+
},
|
543
|
+
"gamerscore": 8570,
|
544
|
+
"online": false,
|
545
|
+
"status": "Last seen 6/18/2013 playing Xbox Dashboard",
|
546
|
+
"lastseen": "1371584135"
|
547
|
+
},
|
548
|
+
{
|
549
|
+
"friend": "RentokillXtreme",
|
550
|
+
"gamerpic": {
|
551
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/RentokillXtreme/avatarpic-s.png",
|
552
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/RentokillXtreme/avatarpic-l.png"
|
553
|
+
},
|
554
|
+
"gamerscore": 875,
|
555
|
+
"online": false,
|
556
|
+
"status": "Offline",
|
557
|
+
"lastseen": "1041379200"
|
558
|
+
},
|
559
|
+
{
|
560
|
+
"friend": "RobBucksVag",
|
561
|
+
"gamerpic": {
|
562
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/RobBucksVag/avatarpic-s.png",
|
563
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/RobBucksVag/avatarpic-l.png"
|
564
|
+
},
|
565
|
+
"gamerscore": 5315,
|
566
|
+
"online": false,
|
567
|
+
"status": "Offline",
|
568
|
+
"lastseen": "1041379200"
|
569
|
+
},
|
570
|
+
{
|
571
|
+
"friend": "RYL0N",
|
572
|
+
"gamerpic": {
|
573
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/RYL0N/avatarpic-s.png",
|
574
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/RYL0N/avatarpic-l.png"
|
575
|
+
},
|
576
|
+
"gamerscore": 5600,
|
577
|
+
"online": false,
|
578
|
+
"status": "Offline",
|
579
|
+
"lastseen": "1041379200"
|
580
|
+
},
|
581
|
+
{
|
582
|
+
"friend": "shinyhappydan",
|
583
|
+
"gamerpic": {
|
584
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/shinyhappydan/avatarpic-s.png",
|
585
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/shinyhappydan/avatarpic-l.png"
|
586
|
+
},
|
587
|
+
"gamerscore": 3420,
|
588
|
+
"online": false,
|
589
|
+
"status": "Offline",
|
590
|
+
"lastseen": "1041379200"
|
591
|
+
},
|
592
|
+
{
|
593
|
+
"friend": "skattyadz",
|
594
|
+
"gamerpic": {
|
595
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/11020",
|
596
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/21020"
|
597
|
+
},
|
598
|
+
"gamerscore": 8056,
|
599
|
+
"online": false,
|
600
|
+
"status": "Offline",
|
601
|
+
"lastseen": "1041379200"
|
602
|
+
},
|
603
|
+
{
|
604
|
+
"friend": "skolymenos7",
|
605
|
+
"gamerpic": {
|
606
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/skolymenos7/avatarpic-s.png",
|
607
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/skolymenos7/avatarpic-l.png"
|
608
|
+
},
|
609
|
+
"gamerscore": 8050,
|
610
|
+
"online": false,
|
611
|
+
"status": "Offline",
|
612
|
+
"lastseen": "1041379200"
|
613
|
+
},
|
614
|
+
{
|
615
|
+
"friend": "SNaKeW0LF",
|
616
|
+
"gamerpic": {
|
617
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/10002",
|
618
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/20002"
|
619
|
+
},
|
620
|
+
"gamerscore": 16835,
|
621
|
+
"online": false,
|
622
|
+
"status": "Offline",
|
623
|
+
"lastseen": "1041379200"
|
624
|
+
},
|
625
|
+
{
|
626
|
+
"friend": "StereoTaoTzu",
|
627
|
+
"gamerpic": {
|
628
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/StereoTaoTzu/avatarpic-s.png",
|
629
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/StereoTaoTzu/avatarpic-l.png"
|
630
|
+
},
|
631
|
+
"gamerscore": 9264,
|
632
|
+
"online": false,
|
633
|
+
"status": "Offline",
|
634
|
+
"lastseen": "1041379200"
|
635
|
+
},
|
636
|
+
{
|
637
|
+
"friend": "stewpinkila",
|
638
|
+
"gamerpic": {
|
639
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/10001",
|
640
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/20001"
|
641
|
+
},
|
642
|
+
"gamerscore": 660,
|
643
|
+
"online": false,
|
644
|
+
"status": "Offline",
|
645
|
+
"lastseen": "1041379200"
|
646
|
+
},
|
647
|
+
{
|
648
|
+
"friend": "STUCKIE UANK",
|
649
|
+
"gamerpic": {
|
650
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/STUCKIE%20UANK/avatarpic-s.png",
|
651
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/STUCKIE%20UANK/avatarpic-l.png"
|
652
|
+
},
|
653
|
+
"gamerscore": 355,
|
654
|
+
"online": false,
|
655
|
+
"status": "Offline",
|
656
|
+
"lastseen": "1041379200"
|
657
|
+
},
|
658
|
+
{
|
659
|
+
"friend": "Super Kayven",
|
660
|
+
"gamerpic": {
|
661
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/Super%20Kayven/avatarpic-s.png",
|
662
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/Super%20Kayven/avatarpic-l.png"
|
663
|
+
},
|
664
|
+
"gamerscore": 8375,
|
665
|
+
"online": false,
|
666
|
+
"status": "Offline",
|
667
|
+
"lastseen": "1041379200"
|
668
|
+
},
|
669
|
+
{
|
670
|
+
"friend": "TechEgg",
|
671
|
+
"gamerpic": {
|
672
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/10006",
|
673
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/20006"
|
674
|
+
},
|
675
|
+
"gamerscore": 2590,
|
676
|
+
"online": false,
|
677
|
+
"status": "Offline",
|
678
|
+
"lastseen": "1041379200"
|
679
|
+
},
|
680
|
+
{
|
681
|
+
"friend": "TheClocKwize",
|
682
|
+
"gamerpic": {
|
683
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/10002",
|
684
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/20002"
|
685
|
+
},
|
686
|
+
"gamerscore": 925,
|
687
|
+
"online": false,
|
688
|
+
"status": "Offline",
|
689
|
+
"lastseen": "1041379200"
|
690
|
+
},
|
691
|
+
{
|
692
|
+
"friend": "tod 49",
|
693
|
+
"gamerpic": {
|
694
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/tod%2049/avatarpic-s.png",
|
695
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/tod%2049/avatarpic-l.png"
|
696
|
+
},
|
697
|
+
"gamerscore": 10910,
|
698
|
+
"online": false,
|
699
|
+
"status": "Offline",
|
700
|
+
"lastseen": "1041379200"
|
701
|
+
},
|
702
|
+
{
|
703
|
+
"friend": "U eNGAGE",
|
704
|
+
"gamerpic": {
|
705
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/11013",
|
706
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/21013"
|
707
|
+
},
|
708
|
+
"gamerscore": 4445,
|
709
|
+
"online": false,
|
710
|
+
"status": "Offline",
|
711
|
+
"lastseen": "1041379200"
|
712
|
+
},
|
713
|
+
{
|
714
|
+
"friend": "UNIQUE SWITCHER",
|
715
|
+
"gamerpic": {
|
716
|
+
"large": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/11014",
|
717
|
+
"small": "https://avatar-ssl.xboxlive.com/global/t.fffe07d1/tile/0/21014"
|
718
|
+
},
|
719
|
+
"gamerscore": 10974,
|
720
|
+
"online": false,
|
721
|
+
"status": "Offline",
|
722
|
+
"lastseen": "1041379200"
|
723
|
+
},
|
724
|
+
{
|
725
|
+
"friend": "uzi1",
|
726
|
+
"gamerpic": {
|
727
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/uzi1/avatarpic-s.png",
|
728
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/uzi1/avatarpic-l.png"
|
729
|
+
},
|
730
|
+
"gamerscore": 6700,
|
731
|
+
"online": false,
|
732
|
+
"status": "Offline",
|
733
|
+
"lastseen": "1041379200"
|
734
|
+
},
|
735
|
+
{
|
736
|
+
"friend": "xs wardy",
|
737
|
+
"gamerpic": {
|
738
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/xs%20wardy/avatarpic-s.png",
|
739
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/xs%20wardy/avatarpic-l.png"
|
740
|
+
},
|
741
|
+
"gamerscore": 19071,
|
742
|
+
"online": false,
|
743
|
+
"status": "Last seen 3 hours ago playing COD: Black Ops II",
|
744
|
+
"lastseen": "1371683447"
|
745
|
+
},
|
746
|
+
{
|
747
|
+
"friend": "ZS mattltm",
|
748
|
+
"gamerpic": {
|
749
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/ZS%20mattltm/avatarpic-s.png",
|
750
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/ZS%20mattltm/avatarpic-l.png"
|
751
|
+
},
|
752
|
+
"gamerscore": 1820,
|
753
|
+
"online": false,
|
754
|
+
"status": "Last seen 3 hours ago playing Xbox Dashboard",
|
755
|
+
"lastseen": "1371682487"
|
756
|
+
},
|
757
|
+
{
|
758
|
+
"friend": "ZubK",
|
759
|
+
"gamerpic": {
|
760
|
+
"large": "https://avatar-ssl.xboxlive.com/avatar/ZubK/avatarpic-s.png",
|
761
|
+
"small": "https://avatar-ssl.xboxlive.com/avatar/ZubK/avatarpic-l.png"
|
762
|
+
},
|
763
|
+
"gamerscore": 6380,
|
764
|
+
"online": false,
|
765
|
+
"status": "Offline",
|
766
|
+
"lastseen": "1041379200"
|
767
|
+
}
|
768
|
+
],
|
769
|
+
"freshness": "new"
|
770
|
+
},
|
771
|
+
"runtime": 6.708
|
772
|
+
}
|