-
Notifications
You must be signed in to change notification settings - Fork 8
/
player_stats.jl
519 lines (519 loc) · 346 KB
/
player_stats.jl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
{"Acceleration": "95", "Marking": "13", "Strength": "59", "Dribbling": "96", "1name": "lionel messi", "Stamina": "76", "Long Passing": "79", "Standing Tackle": "23", "Sliding Tackle": "21", "Ball Control": "96", "Passing": "86", "Interceptions": "22", "Agility": "92", "Long Shots": "88", "Shot Power": "80", "POS": "RW", "Jumping": "68", "Positioning": "90", "Curve": "89", "Sprint Speed": "90", "Crossing": "80", "Finishing": "93", "Balance": "95", "Heading": "71", "Vision": "90", "OVR": "94", "Reactions": "92", "Free Kick": "90", "Short Passing": "88", "Pace": "92", "Penalties": "74", "Defending": "24", "Volleys": "85", "Shooting": "88", "Aggression": "48", "Physical": "62"}
{"Acceleration": "92", "Marking": "13", "Strength": "73", "Dribbling": "89", "1name": "sergio aguero", "Stamina": "71", "Long Passing": "63", "Standing Tackle": "20", "Sliding Tackle": "12", "Ball Control": "89", "Passing": "78", "Interceptions": "24", "Agility": "86", "Long Shots": "81", "Shot Power": "85", "POS": "ST", "Jumping": "78", "Positioning": "91", "Curve": "83", "Sprint Speed": "86", "Crossing": "70", "Finishing": "91", "Balance": "90", "Heading": "68", "Vision": "84", "OVR": "88", "Reactions": "87", "Free Kick": "72", "Short Passing": "84", "Pace": "89", "Penalties": "83", "Defending": "23", "Volleys": "85", "Shooting": "88", "Aggression": "58", "Physical": "70"}
{"Acceleration": "79", "Marking": "25", "Strength": "82", "Dribbling": "85", "1name": "robert lewandowski", "Stamina": "79", "Long Passing": "65", "Standing Tackle": "43", "Sliding Tackle": "19", "Ball Control": "88", "Passing": "74", "Interceptions": "40", "Agility": "76", "Long Shots": "81", "Shot Power": "85", "POS": "ST", "Jumping": "84", "Positioning": "89", "Curve": "77", "Sprint Speed": "81", "Crossing": "62", "Finishing": "90", "Balance": "78", "Heading": "85", "Vision": "78", "OVR": "88", "Reactions": "89", "Free Kick": "68", "Short Passing": "82", "Pace": "80", "Penalties": "78", "Defending": "39", "Volleys": "83", "Shooting": "87", "Aggression": "81", "Physical": "81"}
{"Acceleration": "77", "Marking": "22", "Strength": "56", "Dribbling": "87", "1name": "mesut ozil", "Stamina": "64", "Long Passing": "83", "Standing Tackle": "16", "Sliding Tackle": "19", "Ball Control": "91", "Passing": "89", "Interceptions": "24", "Agility": "84", "Long Shots": "76", "Shot Power": "70", "POS": "CAM", "Jumping": "52", "Positioning": "84", "Curve": "87", "Sprint Speed": "68", "Crossing": "83", "Finishing": "75", "Balance": "70", "Heading": "54", "Vision": "96", "OVR": "88", "Reactions": "88", "Free Kick": "82", "Short Passing": "91", "Pace": "72", "Penalties": "77", "Defending": "24", "Volleys": "78", "Shooting": "75", "Aggression": "54", "Physical": "57"}
{"Acceleration": "67", "Marking": "85", "Strength": "85", "Dribbling": "60", "1name": "naldo", "Stamina": "62", "Long Passing": "70", "Standing Tackle": "88", "Sliding Tackle": "85", "Ball Control": "69", "Passing": "64", "Interceptions": "93", "Agility": "57", "Long Shots": "82", "Shot Power": "92", "POS": "CB", "Jumping": "48", "Positioning": "53", "Curve": "52", "Sprint Speed": "78", "Crossing": "45", "Finishing": "57", "Balance": "42", "Heading": "93", "Vision": "59", "OVR": "85", "Reactions": "83", "Free Kick": "76", "Short Passing": "76", "Pace": "73", "Penalties": "60", "Defending": "88", "Volleys": "60", "Shooting": "69", "Aggression": "76", "Physical": "76"}
{"Acceleration": "74", "Marking": "24", "Strength": "74", "Dribbling": "81", "1name": "edinson cavani", "Stamina": "90", "Long Passing": "50", "Standing Tackle": "45", "Sliding Tackle": "27", "Ball Control": "83", "Passing": "71", "Interceptions": "48", "Agility": "82", "Long Shots": "78", "Shot Power": "85", "POS": "ST", "Jumping": "88", "Positioning": "85", "Curve": "75", "Sprint Speed": "78", "Crossing": "70", "Finishing": "85", "Balance": "59", "Heading": "86", "Vision": "77", "OVR": "85", "Reactions": "85", "Free Kick": "77", "Short Passing": "77", "Pace": "76", "Penalties": "82", "Defending": "42", "Volleys": "82", "Shooting": "83", "Aggression": "82", "Physical": "80"}
{"Acceleration": "68", "Marking": "86", "Strength": "78", "Dribbling": "53", "1name": "diego godin", "Stamina": "73", "Long Passing": "69", "Standing Tackle": "86", "Sliding Tackle": "89", "Ball Control": "73", "Passing": "63", "Interceptions": "86", "Agility": "62", "Long Shots": "43", "Shot Power": "67", "POS": "CB", "Jumping": "85", "Positioning": "48", "Curve": "49", "Sprint Speed": "71", "Crossing": "55", "Finishing": "42", "Balance": "58", "Heading": "92", "Vision": "52", "OVR": "85", "Reactions": "83", "Free Kick": "51", "Short Passing": "76", "Pace": "70", "Penalties": "50", "Defending": "87", "Volleys": "47", "Shooting": "48", "Aggression": "84", "Physical": "78"}
{"Acceleration": "88", "Marking": "37", "Strength": "64", "Dribbling": "87", "1name": "angel di maria", "Stamina": "78", "Long Passing": "81", "Standing Tackle": "63", "Sliding Tackle": "61", "Ball Control": "86", "Passing": "83", "Interceptions": "38", "Agility": "90", "Long Shots": "79", "Shot Power": "87", "POS": "CAM", "Jumping": "72", "Positioning": "84", "Curve": "83", "Sprint Speed": "88", "Crossing": "90", "Finishing": "75", "Balance": "79", "Heading": "53", "Vision": "83", "OVR": "85", "Reactions": "80", "Free Kick": "72", "Short Passing": "81", "Pace": "88", "Penalties": "73", "Defending": "49", "Volleys": "77", "Shooting": "79", "Aggression": "76", "Physical": "70"}
{"Acceleration": "86", "Marking": "83", "Strength": "65", "Dribbling": "82", "1name": "david alaba", "Stamina": "88", "Long Passing": "80", "Standing Tackle": "85", "Sliding Tackle": "85", "Ball Control": "84", "Passing": "81", "Interceptions": "86", "Agility": "85", "Long Shots": "78", "Shot Power": "83", "POS": "LB", "Jumping": "82", "Positioning": "77", "Curve": "78", "Sprint Speed": "86", "Crossing": "82", "Finishing": "63", "Balance": "77", "Heading": "76", "Vision": "78", "OVR": "85", "Reactions": "84", "Free Kick": "83", "Short Passing": "84", "Pace": "86", "Penalties": "80", "Defending": "84", "Volleys": "68", "Shooting": "72", "Aggression": "69", "Physical": "72"}
{"Acceleration": "69", "Marking": "53", "Strength": "63", "Dribbling": "82", "1name": "ivan rakitic", "Stamina": "79", "Long Passing": "93", "Standing Tackle": "64", "Sliding Tackle": "52", "Ball Control": "87", "Passing": "87", "Interceptions": "67", "Agility": "72", "Long Shots": "86", "Shot Power": "86", "POS": "CM", "Jumping": "52", "Positioning": "80", "Curve": "88", "Sprint Speed": "68", "Crossing": "81", "Finishing": "80", "Balance": "66", "Heading": "51", "Vision": "88", "OVR": "85", "Reactions": "78", "Free Kick": "84", "Short Passing": "87", "Pace": "68", "Penalties": "78", "Defending": "59", "Volleys": "80", "Shooting": "83", "Aggression": "67", "Physical": "67"}
{"Acceleration": "74", "Marking": "29", "Strength": "85", "Dribbling": "80", "1name": "wayne rooney", "Stamina": "89", "Long Passing": "85", "Standing Tackle": "54", "Sliding Tackle": "37", "Ball Control": "85", "Passing": "81", "Interceptions": "54", "Agility": "77", "Long Shots": "85", "Shot Power": "88", "POS": "ST", "Jumping": "81", "Positioning": "87", "Curve": "84", "Sprint Speed": "75", "Crossing": "78", "Finishing": "86", "Balance": "77", "Heading": "80", "Vision": "83", "OVR": "86", "Reactions": "88", "Free Kick": "84", "Short Passing": "80", "Pace": "75", "Penalties": "81", "Defending": "47", "Volleys": "89", "Shooting": "86", "Aggression": "89", "Physical": "87"}
{"Acceleration": "51", "Marking": "68", "Strength": "78", "Dribbling": "79", "1name": "bastian schweinsteiger", "Stamina": "76", "Long Passing": "87", "Standing Tackle": "78", "Sliding Tackle": "76", "Ball Control": "83", "Passing": "84", "Interceptions": "86", "Agility": "73", "Long Shots": "81", "Shot Power": "84", "POS": "CM", "Jumping": "83", "Positioning": "80", "Curve": "82", "Sprint Speed": "53", "Crossing": "79", "Finishing": "76", "Balance": "61", "Heading": "79", "Vision": "86", "OVR": "86", "Reactions": "89", "Free Kick": "78", "Short Passing": "87", "Pace": "52", "Penalties": "83", "Defending": "76", "Volleys": "82", "Shooting": "79", "Aggression": "80", "Physical": "78"}
{"Acceleration": "90", "Marking": "39", "Strength": "81", "Dribbling": "87", "1name": "carlos tevez", "Stamina": "91", "Long Passing": "61", "Standing Tackle": "51", "Sliding Tackle": "51", "Ball Control": "90", "Passing": "76", "Interceptions": "34", "Agility": "83", "Long Shots": "88", "Shot Power": "90", "POS": "ST", "Jumping": "77", "Positioning": "91", "Curve": "84", "Sprint Speed": "85", "Crossing": "73", "Finishing": "88", "Balance": "91", "Heading": "60", "Vision": "80", "OVR": "86", "Reactions": "91", "Free Kick": "82", "Short Passing": "79", "Pace": "87", "Penalties": "82", "Defending": "45", "Volleys": "87", "Shooting": "88", "Aggression": "86", "Physical": "84"}
{"Acceleration": "82", "Marking": "13", "Strength": "78", "Dribbling": "82", "1name": "karim benzema", "Stamina": "76", "Long Passing": "47", "Standing Tackle": "15", "Sliding Tackle": "12", "Ball Control": "86", "Passing": "75", "Interceptions": "22", "Agility": "75", "Long Shots": "78", "Shot Power": "83", "POS": "ST", "Jumping": "70", "Positioning": "87", "Curve": "79", "Sprint Speed": "84", "Crossing": "75", "Finishing": "88", "Balance": "60", "Heading": "78", "Vision": "81", "OVR": "86", "Reactions": "83", "Free Kick": "73", "Short Passing": "84", "Pace": "83", "Penalties": "82", "Defending": "22", "Volleys": "77", "Shooting": "84", "Aggression": "65", "Physical": "74"}
{"Acceleration": "62", "Marking": "86", "Strength": "86", "Dribbling": "68", "1name": "mats hummels", "Stamina": "67", "Long Passing": "84", "Standing Tackle": "87", "Sliding Tackle": "86", "Ball Control": "77", "Passing": "74", "Interceptions": "91", "Agility": "60", "Long Shots": "51", "Shot Power": "71", "POS": "CB", "Jumping": "70", "Positioning": "56", "Curve": "65", "Sprint Speed": "66", "Crossing": "64", "Finishing": "55", "Balance": "58", "Heading": "90", "Vision": "79", "OVR": "86", "Reactions": "85", "Free Kick": "53", "Short Passing": "78", "Pace": "64", "Penalties": "68", "Defending": "88", "Volleys": "60", "Shooting": "58", "Aggression": "71", "Physical": "77"}
{"Acceleration": "79", "Marking": "28", "Strength": "91", "Dribbling": "82", "1name": "diego costa", "Stamina": "85", "Long Passing": "48", "Standing Tackle": "39", "Sliding Tackle": "34", "Ball Control": "82", "Passing": "63", "Interceptions": "40", "Agility": "63", "Long Shots": "69", "Shot Power": "83", "POS": "ST", "Jumping": "60", "Positioning": "89", "Curve": "58", "Sprint Speed": "85", "Crossing": "63", "Finishing": "90", "Balance": "52", "Heading": "82", "Vision": "74", "OVR": "86", "Reactions": "85", "Free Kick": "59", "Short Passing": "65", "Pace": "82", "Penalties": "76", "Defending": "40", "Volleys": "81", "Shooting": "83", "Aggression": "90", "Physical": "88"}
{"Acceleration": "79", "Marking": "76", "Strength": "75", "Dribbling": "81", "1name": "arturo vidal", "Stamina": "93", "Long Passing": "80", "Standing Tackle": "88", "Sliding Tackle": "89", "Ball Control": "83", "Passing": "80", "Interceptions": "88", "Agility": "75", "Long Shots": "81", "Shot Power": "83", "POS": "CM", "Jumping": "82", "Positioning": "80", "Curve": "76", "Sprint Speed": "76", "Crossing": "76", "Finishing": "76", "Balance": "77", "Heading": "74", "Vision": "82", "OVR": "86", "Reactions": "87", "Free Kick": "68", "Short Passing": "84", "Pace": "77", "Penalties": "86", "Defending": "83", "Volleys": "78", "Shooting": "79", "Aggression": "90", "Physical": "83"}
{"Acceleration": "89", "Marking": "30", "Strength": "64", "Dribbling": "88", "1name": "alexis sanchez", "Stamina": "86", "Long Passing": "73", "Standing Tackle": "39", "Sliding Tackle": "35", "Ball Control": "87", "Passing": "78", "Interceptions": "42", "Agility": "91", "Long Shots": "80", "Shot Power": "82", "POS": "LW", "Jumping": "72", "Positioning": "85", "Curve": "78", "Sprint Speed": "85", "Crossing": "76", "Finishing": "85", "Balance": "87", "Heading": "60", "Vision": "78", "OVR": "86", "Reactions": "84", "Free Kick": "77", "Short Passing": "80", "Pace": "87", "Penalties": "77", "Defending": "39", "Volleys": "78", "Shooting": "83", "Aggression": "80", "Physical": "73"}
{"Acceleration": "89", "Marking": "30", "Strength": "65", "Dribbling": "87", "1name": "marco reus", "Stamina": "73", "Long Passing": "79", "Standing Tackle": "36", "Sliding Tackle": "45", "Ball Control": "85", "Passing": "85", "Interceptions": "50", "Agility": "89", "Long Shots": "86", "Shot Power": "84", "POS": "LM", "Jumping": "70", "Positioning": "87", "Curve": "90", "Sprint Speed": "91", "Crossing": "85", "Finishing": "83", "Balance": "82", "Heading": "51", "Vision": "84", "OVR": "86", "Reactions": "87", "Free Kick": "87", "Short Passing": "87", "Pace": "90", "Penalties": "86", "Defending": "39", "Volleys": "82", "Shooting": "84", "Aggression": "47", "Physical": "64"}
{"Acceleration": "56", "Marking": "83", "Strength": "77", "Dribbling": "74", "1name": "sergio busquets", "Stamina": "86", "Long Passing": "81", "Standing Tackle": "86", "Sliding Tackle": "80", "Ball Control": "83", "Passing": "77", "Interceptions": "86", "Agility": "57", "Long Shots": "54", "Shot Power": "61", "POS": "CDM", "Jumping": "66", "Positioning": "77", "Curve": "66", "Sprint Speed": "51", "Crossing": "62", "Finishing": "60", "Balance": "55", "Heading": "70", "Vision": "85", "OVR": "86", "Reactions": "83", "Free Kick": "68", "Short Passing": "83", "Pace": "53", "Penalties": "60", "Defending": "83", "Volleys": "44", "Shooting": "59", "Aggression": "86", "Physical": "80"}
{"Acceleration": "76", "Marking": "32", "Strength": "68", "Dribbling": "78", "1name": "thomas muller", "Stamina": "90", "Long Passing": "77", "Standing Tackle": "41", "Sliding Tackle": "44", "Ball Control": "81", "Passing": "80", "Interceptions": "58", "Agility": "75", "Long Shots": "80", "Shot Power": "73", "POS": "CF", "Jumping": "81", "Positioning": "94", "Curve": "81", "Sprint Speed": "78", "Crossing": "79", "Finishing": "89", "Balance": "73", "Heading": "82", "Vision": "85", "OVR": "86", "Reactions": "91", "Free Kick": "59", "Short Passing": "83", "Pace": "77", "Penalties": "90", "Defending": "46", "Volleys": "83", "Shooting": "84", "Aggression": "57", "Physical": "72"}
{"Acceleration": "76", "Marking": "30", "Strength": "74", "Dribbling": "85", "1name": "kevin de bruyne", "Stamina": "85", "Long Passing": "82", "Standing Tackle": "39", "Sliding Tackle": "40", "Ball Control": "86", "Passing": "86", "Interceptions": "52", "Agility": "78", "Long Shots": "86", "Shot Power": "84", "POS": "CAM", "Jumping": "65", "Positioning": "83", "Curve": "77", "Sprint Speed": "78", "Crossing": "90", "Finishing": "82", "Balance": "76", "Heading": "53", "Vision": "88", "OVR": "86", "Reactions": "87", "Free Kick": "77", "Short Passing": "88", "Pace": "77", "Penalties": "77", "Defending": "40", "Volleys": "82", "Shooting": "83", "Aggression": "68", "Physical": "75"}
{"Acceleration": "75", "Marking": "71", "Strength": "91", "Dribbling": "88", "1name": "paul pogba", "Stamina": "87", "Long Passing": "81", "Standing Tackle": "77", "Sliding Tackle": "83", "Ball Control": "89", "Passing": "82", "Interceptions": "71", "Agility": "75", "Long Shots": "91", "Shot Power": "91", "POS": "CM", "Jumping": "85", "Positioning": "83", "Curve": "82", "Sprint Speed": "79", "Crossing": "76", "Finishing": "70", "Balance": "61", "Heading": "72", "Vision": "86", "OVR": "86", "Reactions": "86", "Free Kick": "80", "Short Passing": "85", "Pace": "77", "Penalties": "76", "Defending": "74", "Volleys": "84", "Shooting": "80", "Aggression": "80", "Physical": "88"}
{"Acceleration": "68", "Marking": "86", "Strength": "80", "Dribbling": "53", "1name": "diego godin", "Stamina": "74", "Long Passing": "70", "Standing Tackle": "86", "Sliding Tackle": "90", "Ball Control": "73", "Passing": "64", "Interceptions": "86", "Agility": "62", "Long Shots": "43", "Shot Power": "68", "POS": "CB", "Jumping": "87", "Positioning": "49", "Curve": "49", "Sprint Speed": "71", "Crossing": "55", "Finishing": "42", "Balance": "58", "Heading": "93", "Vision": "52", "OVR": "86", "Reactions": "83", "Free Kick": "51", "Short Passing": "77", "Pace": "70", "Penalties": "51", "Defending": "88", "Volleys": "47", "Shooting": "49", "Aggression": "86", "Physical": "80"}
{"Acceleration": "88", "Marking": "37", "Strength": "64", "Dribbling": "88", "1name": "angel di maria", "Stamina": "79", "Long Passing": "82", "Standing Tackle": "64", "Sliding Tackle": "62", "Ball Control": "87", "Passing": "85", "Interceptions": "38", "Agility": "91", "Long Shots": "80", "Shot Power": "88", "POS": "RW", "Jumping": "73", "Positioning": "85", "Curve": "85", "Sprint Speed": "88", "Crossing": "92", "Finishing": "75", "Balance": "79", "Heading": "54", "Vision": "85", "OVR": "86", "Reactions": "80", "Free Kick": "73", "Short Passing": "82", "Pace": "88", "Penalties": "73", "Defending": "50", "Volleys": "77", "Shooting": "80", "Aggression": "77", "Physical": "71"}
{"Acceleration": "79", "Marking": "16", "Strength": "82", "Dribbling": "83", "1name": "gonzalo higuain", "Stamina": "70", "Long Passing": "55", "Standing Tackle": "16", "Sliding Tackle": "10", "Ball Control": "85", "Passing": "68", "Interceptions": "20", "Agility": "72", "Long Shots": "78", "Shot Power": "86", "POS": "ST", "Jumping": "75", "Positioning": "90", "Curve": "72", "Sprint Speed": "82", "Crossing": "72", "Finishing": "91", "Balance": "60", "Heading": "84", "Vision": "70", "OVR": "86", "Reactions": "84", "Free Kick": "62", "Short Passing": "70", "Pace": "81", "Penalties": "75", "Defending": "24", "Volleys": "84", "Shooting": "86", "Aggression": "51", "Physical": "73"}
{"Acceleration": "77", "Marking": "87", "Strength": "59", "Dribbling": "82", "1name": "philipp lahm", "Stamina": "84", "Long Passing": "84", "Standing Tackle": "87", "Sliding Tackle": "95", "Ball Control": "87", "Passing": "84", "Interceptions": "93", "Agility": "83", "Long Shots": "65", "Shot Power": "57", "POS": "CDM", "Jumping": "72", "Positioning": "69", "Curve": "77", "Sprint Speed": "74", "Crossing": "84", "Finishing": "47", "Balance": "93", "Heading": "63", "Vision": "83", "OVR": "87", "Reactions": "91", "Free Kick": "59", "Short Passing": "88", "Pace": "75", "Penalties": "71", "Defending": "87", "Volleys": "66", "Shooting": "56", "Aggression": "58", "Physical": "66"}
{"Acceleration": "75", "Marking": "91", "Strength": "89", "Dribbling": "56", "1name": "giorgio chiellini", "Stamina": "69", "Long Passing": "65", "Standing Tackle": "91", "Sliding Tackle": "91", "Ball Control": "53", "Passing": "56", "Interceptions": "87", "Agility": "65", "Long Shots": "49", "Shot Power": "79", "POS": "CB", "Jumping": "89", "Positioning": "33", "Curve": "60", "Sprint Speed": "79", "Crossing": "62", "Finishing": "34", "Balance": "69", "Heading": "84", "Vision": "46", "OVR": "87", "Reactions": "80", "Free Kick": "31", "Short Passing": "57", "Pace": "77", "Penalties": "50", "Defending": "90", "Volleys": "45", "Shooting": "47", "Aggression": "88", "Physical": "84"}
{"Acceleration": "92", "Marking": "13", "Strength": "71", "Dribbling": "89", "1name": "sergio aguero", "Stamina": "69", "Long Passing": "63", "Standing Tackle": "20", "Sliding Tackle": "12", "Ball Control": "89", "Passing": "77", "Interceptions": "24", "Agility": "86", "Long Shots": "81", "Shot Power": "85", "POS": "ST", "Jumping": "76", "Positioning": "90", "Curve": "82", "Sprint Speed": "86", "Crossing": "70", "Finishing": "90", "Balance": "90", "Heading": "68", "Vision": "83", "OVR": "87", "Reactions": "87", "Free Kick": "72", "Short Passing": "83", "Pace": "89", "Penalties": "83", "Defending": "23", "Volleys": "85", "Shooting": "87", "Aggression": "57", "Physical": "68"}
{"Acceleration": "79", "Marking": "85", "Strength": "80", "Dribbling": "52", "1name": "sergio ramos", "Stamina": "81", "Long Passing": "70", "Standing Tackle": "89", "Sliding Tackle": "90", "Ball Control": "83", "Passing": "71", "Interceptions": "88", "Agility": "82", "Long Shots": "55", "Shot Power": "71", "POS": "CB", "Jumping": "91", "Positioning": "52", "Curve": "73", "Sprint Speed": "79", "Crossing": "74", "Finishing": "59", "Balance": "60", "Heading": "86", "Vision": "63", "OVR": "87", "Reactions": "82", "Free Kick": "64", "Short Passing": "76", "Pace": "79", "Penalties": "68", "Defending": "87", "Volleys": "55", "Shooting": "60", "Aggression": "83", "Physical": "81"}
{"Acceleration": "88", "Marking": "13", "Strength": "61", "Dribbling": "91", "1name": "franck ribery", "Stamina": "69", "Long Passing": "73", "Standing Tackle": "25", "Sliding Tackle": "26", "Ball Control": "91", "Passing": "84", "Interceptions": "36", "Agility": "90", "Long Shots": "73", "Shot Power": "76", "POS": "LM", "Jumping": "50", "Positioning": "83", "Curve": "83", "Sprint Speed": "86", "Crossing": "82", "Finishing": "78", "Balance": "91", "Heading": "41", "Vision": "88", "OVR": "87", "Reactions": "87", "Free Kick": "81", "Short Passing": "87", "Pace": "87", "Penalties": "80", "Defending": "25", "Volleys": "80", "Shooting": "77", "Aggression": "52", "Physical": "61"}
{"Acceleration": "67", "Marking": "62", "Strength": "64", "Dribbling": "81", "1name": "cesc fabregas", "Stamina": "83", "Long Passing": "92", "Standing Tackle": "66", "Sliding Tackle": "62", "Ball Control": "87", "Passing": "90", "Interceptions": "61", "Agility": "65", "Long Shots": "78", "Shot Power": "77", "POS": "CM", "Jumping": "68", "Positioning": "81", "Curve": "77", "Sprint Speed": "68", "Crossing": "86", "Finishing": "78", "Balance": "77", "Heading": "74", "Vision": "93", "OVR": "87", "Reactions": "83", "Free Kick": "81", "Short Passing": "93", "Pace": "68", "Penalties": "80", "Defending": "64", "Volleys": "81", "Shooting": "78", "Aggression": "45", "Physical": "65"}
{"Acceleration": "93", "Marking": "60", "Strength": "79", "Dribbling": "87", "1name": "gareth bale", "Stamina": "89", "Long Passing": "80", "Standing Tackle": "65", "Sliding Tackle": "62", "Ball Control": "85", "Passing": "83", "Interceptions": "59", "Agility": "75", "Long Shots": "88", "Shot Power": "87", "POS": "RM", "Jumping": "67", "Positioning": "83", "Curve": "87", "Sprint Speed": "95", "Crossing": "84", "Finishing": "81", "Balance": "65", "Heading": "74", "Vision": "79", "OVR": "87", "Reactions": "84", "Free Kick": "85", "Short Passing": "84", "Pace": "94", "Penalties": "76", "Defending": "63", "Volleys": "76", "Shooting": "83", "Aggression": "77", "Physical": "80"}
{"Acceleration": "77", "Marking": "22", "Strength": "56", "Dribbling": "86", "1name": "mesut ozil", "Stamina": "64", "Long Passing": "80", "Standing Tackle": "16", "Sliding Tackle": "19", "Ball Control": "90", "Passing": "85", "Interceptions": "24", "Agility": "84", "Long Shots": "75", "Shot Power": "70", "POS": "CAM", "Jumping": "52", "Positioning": "83", "Curve": "84", "Sprint Speed": "68", "Crossing": "80", "Finishing": "74", "Balance": "70", "Heading": "54", "Vision": "92", "OVR": "87", "Reactions": "87", "Free Kick": "79", "Short Passing": "87", "Pace": "72", "Penalties": "76", "Defending": "24", "Volleys": "77", "Shooting": "74", "Aggression": "54", "Physical": "57"}
{"Acceleration": "78", "Marking": "69", "Strength": "61", "Dribbling": "86", "1name": "luka modric", "Stamina": "86", "Long Passing": "83", "Standing Tackle": "75", "Sliding Tackle": "73", "Ball Control": "92", "Passing": "84", "Interceptions": "73", "Agility": "93", "Long Shots": "82", "Shot Power": "72", "POS": "CM", "Jumping": "67", "Positioning": "79", "Curve": "77", "Sprint Speed": "74", "Crossing": "78", "Finishing": "71", "Balance": "94", "Heading": "55", "Vision": "89", "OVR": "87", "Reactions": "88", "Free Kick": "77", "Short Passing": "86", "Pace": "76", "Penalties": "80", "Defending": "71", "Volleys": "75", "Shooting": "74", "Aggression": "62", "Physical": "68"}
{"Acceleration": "61", "Marking": "60", "Strength": "72", "Dribbling": "84", "1name": "toni kroos", "Stamina": "77", "Long Passing": "89", "Standing Tackle": "72", "Sliding Tackle": "59", "Ball Control": "86", "Passing": "88", "Interceptions": "75", "Agility": "71", "Long Shots": "89", "Shot Power": "87", "POS": "CM", "Jumping": "54", "Positioning": "76", "Curve": "84", "Sprint Speed": "52", "Crossing": "84", "Finishing": "76", "Balance": "62", "Heading": "54", "Vision": "88", "OVR": "87", "Reactions": "85", "Free Kick": "83", "Short Passing": "90", "Pace": "56", "Penalties": "73", "Defending": "66", "Volleys": "84", "Shooting": "81", "Aggression": "54", "Physical": "69"}
{"Acceleration": "74", "Marking": "84", "Strength": "90", "Dribbling": "67", "1name": "jerome boateng", "Stamina": "75", "Long Passing": "74", "Standing Tackle": "90", "Sliding Tackle": "91", "Ball Control": "73", "Passing": "69", "Interceptions": "84", "Agility": "58", "Long Shots": "58", "Shot Power": "79", "POS": "CB", "Jumping": "76", "Positioning": "47", "Curve": "56", "Sprint Speed": "83", "Crossing": "69", "Finishing": "34", "Balance": "54", "Heading": "87", "Vision": "67", "OVR": "87", "Reactions": "83", "Free Kick": "31", "Short Passing": "75", "Pace": "79", "Penalties": "46", "Defending": "87", "Volleys": "53", "Shooting": "50", "Aggression": "82", "Physical": "84"}
{"Acceleration": "79", "Marking": "25", "Strength": "81", "Dribbling": "84", "1name": "robert lewandowski", "Stamina": "79", "Long Passing": "65", "Standing Tackle": "42", "Sliding Tackle": "19", "Ball Control": "87", "Passing": "74", "Interceptions": "39", "Agility": "76", "Long Shots": "80", "Shot Power": "84", "POS": "ST", "Jumping": "83", "Positioning": "87", "Curve": "77", "Sprint Speed": "81", "Crossing": "62", "Finishing": "88", "Balance": "78", "Heading": "83", "Vision": "78", "OVR": "87", "Reactions": "88", "Free Kick": "68", "Short Passing": "82", "Pace": "80", "Penalties": "77", "Defending": "38", "Volleys": "82", "Shooting": "85", "Aggression": "80", "Physical": "80"}
{"Acceleration": "78", "Marking": "25", "Strength": "71", "Dribbling": "87", "1name": "james rodriguez", "Stamina": "74", "Long Passing": "80", "Standing Tackle": "36", "Sliding Tackle": "30", "Ball Control": "85", "Passing": "84", "Interceptions": "58", "Agility": "83", "Long Shots": "87", "Shot Power": "86", "POS": "CAM", "Jumping": "55", "Positioning": "83", "Curve": "82", "Sprint Speed": "78", "Crossing": "84", "Finishing": "85", "Balance": "74", "Heading": "68", "Vision": "87", "OVR": "87", "Reactions": "85", "Free Kick": "81", "Short Passing": "84", "Pace": "78", "Penalties": "81", "Defending": "40", "Volleys": "91", "Shooting": "86", "Aggression": "74", "Physical": "72"}
{"Acceleration": "76", "Marking": "57", "Strength": "59", "Dribbling": "90", "1name": "iniesta", "Stamina": "78", "Long Passing": "86", "Standing Tackle": "57", "Sliding Tackle": "56", "Ball Control": "92", "Passing": "87", "Interceptions": "68", "Agility": "83", "Long Shots": "74", "Shot Power": "65", "POS": "CM", "Jumping": "54", "Positioning": "85", "Curve": "80", "Sprint Speed": "75", "Crossing": "79", "Finishing": "73", "Balance": "86", "Heading": "54", "Vision": "92", "OVR": "88", "Reactions": "88", "Free Kick": "70", "Short Passing": "92", "Pace": "75", "Penalties": "71", "Defending": "59", "Volleys": "74", "Shooting": "72", "Aggression": "58", "Physical": "63"}
{"Acceleration": "72", "Marking": "90", "Strength": "81", "Dribbling": "68", "1name": "thiago silva", "Stamina": "74", "Long Passing": "81", "Standing Tackle": "91", "Sliding Tackle": "89", "Ball Control": "80", "Passing": "73", "Interceptions": "91", "Agility": "75", "Long Shots": "71", "Shot Power": "78", "POS": "CB", "Jumping": "93", "Positioning": "59", "Curve": "61", "Sprint Speed": "76", "Crossing": "60", "Finishing": "38", "Balance": "68", "Heading": "82", "Vision": "74", "OVR": "88", "Reactions": "84", "Free Kick": "73", "Short Passing": "79", "Pace": "74", "Penalties": "71", "Defending": "90", "Volleys": "63", "Shooting": "57", "Aggression": "77", "Physical": "79"}
{"Acceleration": "79", "Marking": "23", "Strength": "56", "Dribbling": "87", "1name": "david silva", "Stamina": "68", "Long Passing": "85", "Standing Tackle": "30", "Sliding Tackle": "29", "Ball Control": "91", "Passing": "89", "Interceptions": "41", "Agility": "93", "Long Shots": "79", "Shot Power": "71", "POS": "CAM", "Jumping": "66", "Positioning": "83", "Curve": "83", "Sprint Speed": "68", "Crossing": "85", "Finishing": "72", "Balance": "88", "Heading": "54", "Vision": "93", "OVR": "88", "Reactions": "84", "Free Kick": "77", "Short Passing": "92", "Pace": "73", "Penalties": "77", "Defending": "32", "Volleys": "80", "Shooting": "74", "Aggression": "51", "Physical": "58"}
{"Acceleration": "91", "Marking": "21", "Strength": "45", "Dribbling": "94", "1name": "neymar", "Stamina": "86", "Long Passing": "72", "Standing Tackle": "24", "Sliding Tackle": "33", "Ball Control": "90", "Passing": "72", "Interceptions": "36", "Agility": "92", "Long Shots": "70", "Shot Power": "77", "POS": "LW", "Jumping": "61", "Positioning": "87", "Curve": "78", "Sprint Speed": "90", "Crossing": "71", "Finishing": "85", "Balance": "84", "Heading": "62", "Vision": "72", "OVR": "88", "Reactions": "86", "Free Kick": "78", "Short Passing": "72", "Pace": "90", "Penalties": "81", "Defending": "30", "Volleys": "83", "Shooting": "80", "Aggression": "56", "Physical": "58"}
{"Acceleration": "72", "Marking": "15", "Strength": "93", "Dribbling": "87", "1name": "zlatan ibrahimovic", "Stamina": "75", "Long Passing": "76", "Standing Tackle": "41", "Sliding Tackle": "27", "Ball Control": "90", "Passing": "81", "Interceptions": "20", "Agility": "86", "Long Shots": "88", "Shot Power": "93", "POS": "ST", "Jumping": "72", "Positioning": "86", "Curve": "80", "Sprint Speed": "74", "Crossing": "76", "Finishing": "90", "Balance": "41", "Heading": "76", "Vision": "83", "OVR": "89", "Reactions": "85", "Free Kick": "80", "Short Passing": "84", "Pace": "73", "Penalties": "91", "Defending": "31", "Volleys": "92", "Shooting": "90", "Aggression": "84", "Physical": "86"}
{"Acceleration": "93", "Marking": "25", "Strength": "63", "Dribbling": "94", "1name": "eden hazard", "Stamina": "74", "Long Passing": "82", "Standing Tackle": "27", "Sliding Tackle": "22", "Ball Control": "90", "Passing": "84", "Interceptions": "41", "Agility": "92", "Long Shots": "82", "Shot Power": "79", "POS": "LM", "Jumping": "59", "Positioning": "86", "Curve": "82", "Sprint Speed": "87", "Crossing": "80", "Finishing": "83", "Balance": "90", "Heading": "57", "Vision": "86", "OVR": "89", "Reactions": "86", "Free Kick": "79", "Short Passing": "86", "Pace": "90", "Penalties": "86", "Defending": "32", "Volleys": "79", "Shooting": "82", "Aggression": "54", "Physical": "64"}
{"Acceleration": "92", "Marking": "29", "Strength": "65", "Dribbling": "93", "1name": "arjen robben", "Stamina": "76", "Long Passing": "74", "Standing Tackle": "26", "Sliding Tackle": "26", "Ball Control": "90", "Passing": "82", "Interceptions": "39", "Agility": "91", "Long Shots": "90", "Shot Power": "86", "POS": "RM", "Jumping": "61", "Positioning": "89", "Curve": "86", "Sprint Speed": "92", "Crossing": "80", "Finishing": "85", "Balance": "91", "Heading": "51", "Vision": "84", "OVR": "90", "Reactions": "91", "Free Kick": "83", "Short Passing": "85", "Pace": "92", "Penalties": "80", "Defending": "32", "Volleys": "86", "Shooting": "86", "Aggression": "47", "Physical": "64"}
{"Acceleration": "88", "Marking": "30", "Strength": "76", "Dribbling": "90", "1name": "luis suarez", "Stamina": "86", "Long Passing": "64", "Standing Tackle": "45", "Sliding Tackle": "38", "Ball Control": "91", "Passing": "79", "Interceptions": "41", "Agility": "86", "Long Shots": "85", "Shot Power": "88", "POS": "ST", "Jumping": "69", "Positioning": "89", "Curve": "86", "Sprint Speed": "78", "Crossing": "77", "Finishing": "90", "Balance": "60", "Heading": "77", "Vision": "84", "OVR": "90", "Reactions": "91", "Free Kick": "84", "Short Passing": "82", "Pace": "82", "Penalties": "85", "Defending": "42", "Volleys": "87", "Shooting": "88", "Aggression": "78", "Physical": "79"}
{"Acceleration": "91", "Marking": "22", "Strength": "79", "Dribbling": "93", "1name": "cristiano ronaldo", "Stamina": "87", "Long Passing": "72", "Standing Tackle": "31", "Sliding Tackle": "23", "Ball Control": "91", "Passing": "80", "Interceptions": "29", "Agility": "90", "Long Shots": "93", "Shot Power": "94", "POS": "LW", "Jumping": "94", "Positioning": "93", "Curve": "88", "Sprint Speed": "93", "Crossing": "82", "Finishing": "95", "Balance": "62", "Heading": "86", "Vision": "81", "OVR": "93", "Reactions": "92", "Free Kick": "78", "Short Passing": "81", "Pace": "92", "Penalties": "85", "Defending": "33", "Volleys": "87", "Shooting": "93", "Aggression": "62", "Physical": "78"}
{"Acceleration": "72", "Marking": "80", "Strength": "80", "Dribbling": "69", "1name": "luiz gustavo", "Stamina": "83", "Long Passing": "78", "Standing Tackle": "87", "Sliding Tackle": "88", "Ball Control": "76", "Passing": "70", "Interceptions": "85", "Agility": "66", "Long Shots": "72", "Shot Power": "82", "POS": "CDM", "Jumping": "75", "Positioning": "51", "Curve": "42", "Sprint Speed": "68", "Crossing": "63", "Finishing": "46", "Balance": "62", "Heading": "76", "Vision": "69", "OVR": "83", "Reactions": "83", "Free Kick": "45", "Short Passing": "80", "Pace": "70", "Penalties": "58", "Defending": "84", "Volleys": "54", "Shooting": "60", "Aggression": "88", "Physical": "82"}
{"Acceleration": "86", "Marking": "30", "Strength": "55", "Dribbling": "84", "1name": "pedro", "Stamina": "78", "Long Passing": "74", "Standing Tackle": "32", "Sliding Tackle": "31", "Ball Control": "85", "Passing": "77", "Interceptions": "49", "Agility": "84", "Long Shots": "73", "Shot Power": "71", "POS": "LW", "Jumping": "67", "Positioning": "84", "Curve": "81", "Sprint Speed": "79", "Crossing": "78", "Finishing": "80", "Balance": "82", "Heading": "55", "Vision": "74", "OVR": "83", "Reactions": "85", "Free Kick": "57", "Short Passing": "83", "Pace": "82", "Penalties": "66", "Defending": "37", "Volleys": "70", "Shooting": "76", "Aggression": "56", "Physical": "62"}
{"Acceleration": "77", "Marking": "49", "Strength": "59", "Dribbling": "90", "1name": "thiago", "Stamina": "69", "Long Passing": "83", "Standing Tackle": "58", "Sliding Tackle": "59", "Ball Control": "88", "Passing": "81", "Interceptions": "65", "Agility": "90", "Long Shots": "82", "Shot Power": "77", "POS": "CM", "Jumping": "72", "Positioning": "81", "Curve": "83", "Sprint Speed": "68", "Crossing": "64", "Finishing": "69", "Balance": "85", "Heading": "58", "Vision": "84", "OVR": "83", "Reactions": "80", "Free Kick": "77", "Short Passing": "88", "Pace": "72", "Penalties": "75", "Defending": "57", "Volleys": "88", "Shooting": "75", "Aggression": "67", "Physical": "64"}
{"Acceleration": "81", "Marking": "38", "Strength": "51", "Dribbling": "84", "1name": "christian eriksen", "Stamina": "87", "Long Passing": "82", "Standing Tackle": "54", "Sliding Tackle": "22", "Ball Control": "85", "Passing": "84", "Interceptions": "45", "Agility": "77", "Long Shots": "77", "Shot Power": "78", "POS": "CAM", "Jumping": "57", "Positioning": "75", "Curve": "85", "Sprint Speed": "74", "Crossing": "84", "Finishing": "75", "Balance": "79", "Heading": "52", "Vision": "85", "OVR": "83", "Reactions": "81", "Free Kick": "86", "Short Passing": "84", "Pace": "77", "Penalties": "67", "Defending": "44", "Volleys": "69", "Shooting": "75", "Aggression": "44", "Physical": "59"}
{"Acceleration": "74", "Marking": "85", "Strength": "74", "Dribbling": "77", "1name": "ricardo rodriguez", "Stamina": "78", "Long Passing": "78", "Standing Tackle": "84", "Sliding Tackle": "86", "Ball Control": "80", "Passing": "82", "Interceptions": "84", "Agility": "75", "Long Shots": "73", "Shot Power": "78", "POS": "LB", "Jumping": "75", "Positioning": "65", "Curve": "82", "Sprint Speed": "76", "Crossing": "92", "Finishing": "59", "Balance": "73", "Heading": "74", "Vision": "75", "OVR": "83", "Reactions": "85", "Free Kick": "86", "Short Passing": "80", "Pace": "75", "Penalties": "82", "Defending": "84", "Volleys": "66", "Shooting": "67", "Aggression": "79", "Physical": "76"}
{"Acceleration": "76", "Marking": "50", "Strength": "72", "Dribbling": "79", "1name": "koke", "Stamina": "80", "Long Passing": "86", "Standing Tackle": "51", "Sliding Tackle": "48", "Ball Control": "86", "Passing": "85", "Interceptions": "58", "Agility": "78", "Long Shots": "80", "Shot Power": "81", "POS": "CAM", "Jumping": "61", "Positioning": "76", "Curve": "85", "Sprint Speed": "73", "Crossing": "84", "Finishing": "68", "Balance": "79", "Heading": "62", "Vision": "88", "OVR": "83", "Reactions": "84", "Free Kick": "73", "Short Passing": "85", "Pace": "74", "Penalties": "59", "Defending": "53", "Volleys": "56", "Shooting": "72", "Aggression": "68", "Physical": "73"}
{"Acceleration": "86", "Marking": "23", "Strength": "62", "Dribbling": "86", "1name": "antoine griezmann", "Stamina": "75", "Long Passing": "75", "Standing Tackle": "22", "Sliding Tackle": "11", "Ball Control": "82", "Passing": "77", "Interceptions": "35", "Agility": "89", "Long Shots": "78", "Shot Power": "79", "POS": "ST", "Jumping": "79", "Positioning": "87", "Curve": "84", "Sprint Speed": "84", "Crossing": "82", "Finishing": "85", "Balance": "70", "Heading": "78", "Vision": "74", "OVR": "83", "Reactions": "82", "Free Kick": "70", "Short Passing": "77", "Pace": "85", "Penalties": "64", "Defending": "29", "Volleys": "83", "Shooting": "81", "Aggression": "69", "Physical": "68"}
{"Acceleration": "91", "Marking": "28", "Strength": "62", "Dribbling": "88", "1name": "karim bellarabi", "Stamina": "76", "Long Passing": "66", "Standing Tackle": "30", "Sliding Tackle": "33", "Ball Control": "84", "Passing": "76", "Interceptions": "36", "Agility": "87", "Long Shots": "77", "Shot Power": "81", "POS": "RM", "Jumping": "75", "Positioning": "81", "Curve": "70", "Sprint Speed": "90", "Crossing": "78", "Finishing": "75", "Balance": "78", "Heading": "48", "Vision": "78", "OVR": "83", "Reactions": "81", "Free Kick": "58", "Short Passing": "80", "Pace": "90", "Penalties": "57", "Defending": "33", "Volleys": "72", "Shooting": "76", "Aggression": "49", "Physical": "64"}
{"Acceleration": "71", "Marking": "86", "Strength": "83", "Dribbling": "55", "1name": "aymeric laporte", "Stamina": "72", "Long Passing": "79", "Standing Tackle": "88", "Sliding Tackle": "85", "Ball Control": "70", "Passing": "59", "Interceptions": "85", "Agility": "49", "Long Shots": "28", "Shot Power": "71", "POS": "CB", "Jumping": "77", "Positioning": "35", "Curve": "52", "Sprint Speed": "74", "Crossing": "32", "Finishing": "26", "Balance": "55", "Heading": "85", "Vision": "49", "OVR": "83", "Reactions": "81", "Free Kick": "77", "Short Passing": "70", "Pace": "73", "Penalties": "36", "Defending": "86", "Volleys": "31", "Shooting": "37", "Aggression": "72", "Physical": "78"}
{"Acceleration": "77", "Marking": "58", "Strength": "76", "Dribbling": "86", "1name": "ilkay gundogan", "Stamina": "76", "Long Passing": "82", "Standing Tackle": "65", "Sliding Tackle": "66", "Ball Control": "86", "Passing": "84", "Interceptions": "80", "Agility": "82", "Long Shots": "73", "Shot Power": "77", "POS": "CM", "Jumping": "63", "Positioning": "76", "Curve": "82", "Sprint Speed": "74", "Crossing": "75", "Finishing": "65", "Balance": "83", "Heading": "54", "Vision": "87", "OVR": "83", "Reactions": "84", "Free Kick": "74", "Short Passing": "90", "Pace": "75", "Penalties": "76", "Defending": "65", "Volleys": "75", "Shooting": "71", "Aggression": "69", "Physical": "74"}
{"Acceleration": "88", "Marking": "49", "Strength": "66", "Dribbling": "88", "1name": "henrikh mkhitaryan", "Stamina": "82", "Long Passing": "77", "Standing Tackle": "53", "Sliding Tackle": "55", "Ball Control": "87", "Passing": "79", "Interceptions": "68", "Agility": "91", "Long Shots": "76", "Shot Power": "89", "POS": "RM", "Jumping": "73", "Positioning": "85", "Curve": "86", "Sprint Speed": "84", "Crossing": "72", "Finishing": "66", "Balance": "81", "Heading": "53", "Vision": "85", "OVR": "83", "Reactions": "83", "Free Kick": "66", "Short Passing": "79", "Pace": "86", "Penalties": "75", "Defending": "55", "Volleys": "87", "Shooting": "75", "Aggression": "68", "Physical": "71"}
{"Acceleration": "75", "Marking": "16", "Strength": "63", "Dribbling": "82", "1name": "jonas", "Stamina": "74", "Long Passing": "62", "Standing Tackle": "25", "Sliding Tackle": "28", "Ball Control": "89", "Passing": "78", "Interceptions": "33", "Agility": "79", "Long Shots": "83", "Shot Power": "83", "POS": "ST", "Jumping": "65", "Positioning": "88", "Curve": "89", "Sprint Speed": "78", "Crossing": "77", "Finishing": "88", "Balance": "67", "Heading": "80", "Vision": "84", "OVR": "83", "Reactions": "85", "Free Kick": "80", "Short Passing": "80", "Pace": "77", "Penalties": "75", "Defending": "31", "Volleys": "79", "Shooting": "85", "Aggression": "59", "Physical": "65"}
{"Acceleration": "50", "Marking": "49", "Strength": "59", "Dribbling": "80", "1name": "andrea pirlo", "Stamina": "61", "Long Passing": "94", "Standing Tackle": "52", "Sliding Tackle": "48", "Ball Control": "90", "Passing": "93", "Interceptions": "65", "Agility": "50", "Long Shots": "82", "Shot Power": "78", "POS": "CM", "Jumping": "33", "Positioning": "48", "Curve": "94", "Sprint Speed": "33", "Crossing": "93", "Finishing": "64", "Balance": "83", "Heading": "54", "Vision": "94", "OVR": "84", "Reactions": "88", "Free Kick": "93", "Short Passing": "93", "Pace": "41", "Penalties": "83", "Defending": "54", "Volleys": "76", "Shooting": "71", "Aggression": "56", "Physical": "58"}
{"Acceleration": "64", "Marking": "23", "Strength": "72", "Dribbling": "82", "1name": "robin van persie", "Stamina": "68", "Long Passing": "75", "Standing Tackle": "32", "Sliding Tackle": "21", "Ball Control": "84", "Passing": "81", "Interceptions": "34", "Agility": "75", "Long Shots": "82", "Shot Power": "89", "POS": "ST", "Jumping": "59", "Positioning": "86", "Curve": "86", "Sprint Speed": "70", "Crossing": "81", "Finishing": "86", "Balance": "59", "Heading": "75", "Vision": "82", "OVR": "84", "Reactions": "85", "Free Kick": "81", "Short Passing": "82", "Pace": "67", "Penalties": "84", "Defending": "33", "Volleys": "92", "Shooting": "86", "Aggression": "55", "Physical": "67"}
{"Acceleration": "55", "Marking": "63", "Strength": "82", "Dribbling": "74", "1name": "steven gerrard", "Stamina": "74", "Long Passing": "87", "Standing Tackle": "73", "Sliding Tackle": "68", "Ball Control": "82", "Passing": "86", "Interceptions": "70", "Agility": "59", "Long Shots": "82", "Shot Power": "90", "POS": "CM", "Jumping": "71", "Positioning": "82", "Curve": "84", "Sprint Speed": "54", "Crossing": "86", "Finishing": "79", "Balance": "60", "Heading": "75", "Vision": "85", "OVR": "84", "Reactions": "86", "Free Kick": "82", "Short Passing": "86", "Pace": "54", "Penalties": "85", "Defending": "69", "Volleys": "80", "Shooting": "82", "Aggression": "85", "Physical": "80"}
{"Acceleration": "32", "Marking": "70", "Strength": "74", "Dribbling": "77", "1name": "xabi alonso", "Stamina": "62", "Long Passing": "93", "Standing Tackle": "77", "Sliding Tackle": "71", "Ball Control": "84", "Passing": "88", "Interceptions": "86", "Agility": "58", "Long Shots": "82", "Shot Power": "81", "POS": "CDM", "Jumping": "46", "Positioning": "77", "Curve": "82", "Sprint Speed": "33", "Crossing": "79", "Finishing": "56", "Balance": "67", "Heading": "72", "Vision": "88", "OVR": "84", "Reactions": "86", "Free Kick": "84", "Short Passing": "92", "Pace": "33", "Penalties": "80", "Defending": "76", "Volleys": "71", "Shooting": "69", "Aggression": "78", "Physical": "70"}
{"Acceleration": "68", "Marking": "84", "Strength": "83", "Dribbling": "58", "1name": "pepe", "Stamina": "75", "Long Passing": "60", "Standing Tackle": "88", "Sliding Tackle": "90", "Ball Control": "57", "Passing": "58", "Interceptions": "85", "Agility": "62", "Long Shots": "56", "Shot Power": "63", "POS": "CB", "Jumping": "76", "Positioning": "40", "Curve": "44", "Sprint Speed": "77", "Crossing": "46", "Finishing": "46", "Balance": "58", "Heading": "80", "Vision": "58", "OVR": "84", "Reactions": "74", "Free Kick": "47", "Short Passing": "67", "Pace": "73", "Penalties": "57", "Defending": "86", "Volleys": "23", "Shooting": "50", "Aggression": "94", "Physical": "83"}
{"Acceleration": "73", "Marking": "89", "Strength": "83", "Dribbling": "52", "1name": "andrea barzagli", "Stamina": "65", "Long Passing": "65", "Standing Tackle": "89", "Sliding Tackle": "89", "Ball Control": "65", "Passing": "55", "Interceptions": "89", "Agility": "61", "Long Shots": "39", "Shot Power": "51", "POS": "CB", "Jumping": "83", "Positioning": "33", "Curve": "50", "Sprint Speed": "77", "Crossing": "40", "Finishing": "26", "Balance": "69", "Heading": "76", "Vision": "50", "OVR": "84", "Reactions": "80", "Free Kick": "31", "Short Passing": "65", "Pace": "75", "Penalties": "50", "Defending": "88", "Volleys": "35", "Shooting": "36", "Aggression": "76", "Physical": "77"}
{"Acceleration": "75", "Marking": "42", "Strength": "61", "Dribbling": "83", "1name": "wesley sneijder", "Stamina": "65", "Long Passing": "87", "Standing Tackle": "50", "Sliding Tackle": "46", "Ball Control": "86", "Passing": "86", "Interceptions": "43", "Agility": "84", "Long Shots": "86", "Shot Power": "87", "POS": "CAM", "Jumping": "51", "Positioning": "75", "Curve": "88", "Sprint Speed": "75", "Crossing": "83", "Finishing": "75", "Balance": "85", "Heading": "45", "Vision": "86", "OVR": "84", "Reactions": "81", "Free Kick": "87", "Short Passing": "86", "Pace": "75", "Penalties": "77", "Defending": "45", "Volleys": "80", "Shooting": "80", "Aggression": "65", "Physical": "62"}
{"Acceleration": "84", "Marking": "70", "Strength": "56", "Dribbling": "81", "1name": "dani alves", "Stamina": "79", "Long Passing": "76", "Standing Tackle": "83", "Sliding Tackle": "86", "Ball Control": "85", "Passing": "76", "Interceptions": "83", "Agility": "84", "Long Shots": "77", "Shot Power": "88", "POS": "RB", "Jumping": "78", "Positioning": "63", "Curve": "77", "Sprint Speed": "88", "Crossing": "80", "Finishing": "60", "Balance": "82", "Heading": "71", "Vision": "67", "OVR": "84", "Reactions": "83", "Free Kick": "74", "Short Passing": "80", "Pace": "86", "Penalties": "70", "Defending": "78", "Volleys": "68", "Shooting": "70", "Aggression": "85", "Physical": "69"}
{"Acceleration": "79", "Marking": "15", "Strength": "80", "Dribbling": "82", "1name": "gonzalo higuain", "Stamina": "69", "Long Passing": "55", "Standing Tackle": "15", "Sliding Tackle": "10", "Ball Control": "84", "Passing": "68", "Interceptions": "19", "Agility": "72", "Long Shots": "77", "Shot Power": "84", "POS": "ST", "Jumping": "73", "Positioning": "88", "Curve": "72", "Sprint Speed": "81", "Crossing": "72", "Finishing": "89", "Balance": "60", "Heading": "77", "Vision": "70", "OVR": "84", "Reactions": "83", "Free Kick": "62", "Short Passing": "70", "Pace": "80", "Penalties": "74", "Defending": "22", "Volleys": "83", "Shooting": "84", "Aggression": "50", "Physical": "71"}
{"Acceleration": "74", "Marking": "86", "Strength": "80", "Dribbling": "49", "1name": "miranda", "Stamina": "71", "Long Passing": "65", "Standing Tackle": "87", "Sliding Tackle": "87", "Ball Control": "64", "Passing": "56", "Interceptions": "83", "Agility": "67", "Long Shots": "41", "Shot Power": "70", "POS": "CB", "Jumping": "86", "Positioning": "43", "Curve": "32", "Sprint Speed": "77", "Crossing": "48", "Finishing": "43", "Balance": "58", "Heading": "86", "Vision": "53", "OVR": "84", "Reactions": "75", "Free Kick": "39", "Short Passing": "64", "Pace": "76", "Penalties": "49", "Defending": "86", "Volleys": "51", "Shooting": "49", "Aggression": "88", "Physical": "80"}
{"Acceleration": "69", "Marking": "51", "Strength": "63", "Dribbling": "82", "1name": "ivan rakitic", "Stamina": "79", "Long Passing": "92", "Standing Tackle": "61", "Sliding Tackle": "50", "Ball Control": "87", "Passing": "86", "Interceptions": "64", "Agility": "72", "Long Shots": "85", "Shot Power": "85", "POS": "CM", "Jumping": "52", "Positioning": "80", "Curve": "87", "Sprint Speed": "68", "Crossing": "81", "Finishing": "80", "Balance": "66", "Heading": "49", "Vision": "87", "OVR": "84", "Reactions": "78", "Free Kick": "84", "Short Passing": "86", "Pace": "68", "Penalties": "78", "Defending": "56", "Volleys": "80", "Shooting": "82", "Aggression": "67", "Physical": "67"}
{"Acceleration": "74", "Marking": "82", "Strength": "73", "Dribbling": "73", "1name": "blaise matuidi", "Stamina": "94", "Long Passing": "79", "Standing Tackle": "84", "Sliding Tackle": "83", "Ball Control": "77", "Passing": "77", "Interceptions": "86", "Agility": "77", "Long Shots": "66", "Shot Power": "74", "POS": "CDM", "Jumping": "83", "Positioning": "70", "Curve": "65", "Sprint Speed": "76", "Crossing": "75", "Finishing": "65", "Balance": "79", "Heading": "73", "Vision": "74", "OVR": "84", "Reactions": "83", "Free Kick": "52", "Short Passing": "84", "Pace": "75", "Penalties": "56", "Defending": "83", "Volleys": "72", "Shooting": "67", "Aggression": "84", "Physical": "81"}
{"Acceleration": "81", "Marking": "75", "Strength": "71", "Dribbling": "82", "1name": "claudio marchisio", "Stamina": "89", "Long Passing": "83", "Standing Tackle": "79", "Sliding Tackle": "81", "Ball Control": "85", "Passing": "82", "Interceptions": "81", "Agility": "83", "Long Shots": "81", "Shot Power": "79", "POS": "CM", "Jumping": "69", "Positioning": "81", "Curve": "82", "Sprint Speed": "81", "Crossing": "76", "Finishing": "68", "Balance": "77", "Heading": "64", "Vision": "84", "OVR": "84", "Reactions": "86", "Free Kick": "78", "Short Passing": "85", "Pace": "81", "Penalties": "78", "Defending": "77", "Volleys": "78", "Shooting": "74", "Aggression": "84", "Physical": "78"}
{"Acceleration": "64", "Marking": "89", "Strength": "87", "Dribbling": "57", "1name": "medhi benatia", "Stamina": "75", "Long Passing": "62", "Standing Tackle": "88", "Sliding Tackle": "86", "Ball Control": "66", "Passing": "54", "Interceptions": "78", "Agility": "59", "Long Shots": "24", "Shot Power": "59", "POS": "CB", "Jumping": "79", "Positioning": "39", "Curve": "34", "Sprint Speed": "66", "Crossing": "45", "Finishing": "49", "Balance": "47", "Heading": "85", "Vision": "47", "OVR": "84", "Reactions": "81", "Free Kick": "27", "Short Passing": "66", "Pace": "65", "Penalties": "41", "Defending": "86", "Volleys": "31", "Shooting": "44", "Aggression": "84", "Physical": "83"}
{"Acceleration": "49", "Marking": "81", "Strength": "85", "Dribbling": "63", "1name": "javi martinez", "Stamina": "62", "Long Passing": "76", "Standing Tackle": "86", "Sliding Tackle": "87", "Ball Control": "71", "Passing": "71", "Interceptions": "85", "Agility": "54", "Long Shots": "63", "Shot Power": "78", "POS": "CB", "Jumping": "70", "Positioning": "57", "Curve": "61", "Sprint Speed": "54", "Crossing": "60", "Finishing": "55", "Balance": "58", "Heading": "86", "Vision": "76", "OVR": "84", "Reactions": "82", "Free Kick": "45", "Short Passing": "77", "Pace": "52", "Penalties": "52", "Defending": "84", "Volleys": "61", "Shooting": "61", "Aggression": "88", "Physical": "79"}
{"Acceleration": "80", "Marking": "15", "Strength": "43", "Dribbling": "85", "1name": "juan mata", "Stamina": "79", "Long Passing": "78", "Standing Tackle": "22", "Sliding Tackle": "16", "Ball Control": "88", "Passing": "84", "Interceptions": "39", "Agility": "90", "Long Shots": "72", "Shot Power": "74", "POS": "RM", "Jumping": "72", "Positioning": "84", "Curve": "82", "Sprint Speed": "63", "Crossing": "83", "Finishing": "77", "Balance": "89", "Heading": "66", "Vision": "88", "OVR": "84", "Reactions": "87", "Free Kick": "81", "Short Passing": "86", "Pace": "71", "Penalties": "71", "Defending": "27", "Volleys": "71", "Shooting": "75", "Aggression": "52", "Physical": "55"}
{"Acceleration": "72", "Marking": "57", "Strength": "60", "Dribbling": "83", "1name": "miralem pjanic", "Stamina": "76", "Long Passing": "85", "Standing Tackle": "67", "Sliding Tackle": "65", "Ball Control": "89", "Passing": "85", "Interceptions": "67", "Agility": "76", "Long Shots": "84", "Shot Power": "79", "POS": "CM", "Jumping": "66", "Positioning": "77", "Curve": "81", "Sprint Speed": "72", "Crossing": "77", "Finishing": "70", "Balance": "78", "Heading": "61", "Vision": "88", "OVR": "84", "Reactions": "83", "Free Kick": "85", "Short Passing": "89", "Pace": "72", "Penalties": "79", "Defending": "63", "Volleys": "71", "Shooting": "75", "Aggression": "67", "Physical": "66"}
{"Acceleration": "82", "Marking": "37", "Strength": "36", "Dribbling": "84", "1name": "oscar", "Stamina": "76", "Long Passing": "82", "Standing Tackle": "50", "Sliding Tackle": "47", "Ball Control": "85", "Passing": "81", "Interceptions": "34", "Agility": "86", "Long Shots": "77", "Shot Power": "76", "POS": "CAM", "Jumping": "66", "Positioning": "81", "Curve": "77", "Sprint Speed": "77", "Crossing": "70", "Finishing": "75", "Balance": "80", "Heading": "54", "Vision": "85", "OVR": "84", "Reactions": "81", "Free Kick": "77", "Short Passing": "85", "Pace": "79", "Penalties": "68", "Defending": "43", "Volleys": "63", "Shooting": "75", "Aggression": "31", "Physical": "46"}
{"Acceleration": "89", "Marking": "24", "Strength": "55", "Dribbling": "87", "1name": "coutinho", "Stamina": "73", "Long Passing": "78", "Standing Tackle": "38", "Sliding Tackle": "35", "Ball Control": "88", "Passing": "81", "Interceptions": "30", "Agility": "91", "Long Shots": "80", "Shot Power": "79", "POS": "CAM", "Jumping": "59", "Positioning": "76", "Curve": "84", "Sprint Speed": "77", "Crossing": "74", "Finishing": "70", "Balance": "91", "Heading": "47", "Vision": "87", "OVR": "84", "Reactions": "75", "Free Kick": "72", "Short Passing": "85", "Pace": "82", "Penalties": "64", "Defending": "33", "Volleys": "75", "Shooting": "74", "Aggression": "35", "Physical": "56"}
{"Acceleration": "93", "Marking": "79", "Strength": "67", "Dribbling": "80", "1name": "jordi alba", "Stamina": "92", "Long Passing": "70", "Standing Tackle": "84", "Sliding Tackle": "82", "Ball Control": "80", "Passing": "74", "Interceptions": "82", "Agility": "89", "Long Shots": "66", "Shot Power": "64", "POS": "LB", "Jumping": "81", "Positioning": "77", "Curve": "77", "Sprint Speed": "92", "Crossing": "81", "Finishing": "73", "Balance": "87", "Heading": "62", "Vision": "68", "OVR": "84", "Reactions": "81", "Free Kick": "64", "Short Passing": "76", "Pace": "92", "Penalties": "59", "Defending": "80", "Volleys": "60", "Shooting": "69", "Aggression": "77", "Physical": "76"}
{"Acceleration": "84", "Marking": "33", "Strength": "90", "Dribbling": "84", "1name": "hulk", "Stamina": "84", "Long Passing": "78", "Standing Tackle": "41", "Sliding Tackle": "28", "Ball Control": "84", "Passing": "81", "Interceptions": "55", "Agility": "72", "Long Shots": "90", "Shot Power": "94", "POS": "RW", "Jumping": "72", "Positioning": "83", "Curve": "80", "Sprint Speed": "85", "Crossing": "80", "Finishing": "85", "Balance": "59", "Heading": "68", "Vision": "80", "OVR": "84", "Reactions": "83", "Free Kick": "84", "Short Passing": "83", "Pace": "85", "Penalties": "80", "Defending": "43", "Volleys": "73", "Shooting": "87", "Aggression": "84", "Physical": "86"}
{"Acceleration": "72", "Marking": "49", "Strength": "68", "Dribbling": "89", "1name": "javier pastore", "Stamina": "75", "Long Passing": "83", "Standing Tackle": "59", "Sliding Tackle": "51", "Ball Control": "87", "Passing": "84", "Interceptions": "69", "Agility": "85", "Long Shots": "78", "Shot Power": "78", "POS": "CM", "Jumping": "49", "Positioning": "81", "Curve": "83", "Sprint Speed": "75", "Crossing": "78", "Finishing": "75", "Balance": "58", "Heading": "63", "Vision": "88", "OVR": "84", "Reactions": "84", "Free Kick": "69", "Short Passing": "87", "Pace": "74", "Penalties": "75", "Defending": "58", "Volleys": "78", "Shooting": "77", "Aggression": "65", "Physical": "68"}
{"Acceleration": "66", "Marking": "78", "Strength": "90", "Dribbling": "78", "1name": "nemanja matic", "Stamina": "90", "Long Passing": "81", "Standing Tackle": "85", "Sliding Tackle": "78", "Ball Control": "79", "Passing": "77", "Interceptions": "88", "Agility": "53", "Long Shots": "75", "Shot Power": "78", "POS": "CDM", "Jumping": "71", "Positioning": "70", "Curve": "68", "Sprint Speed": "68", "Crossing": "68", "Finishing": "64", "Balance": "53", "Heading": "77", "Vision": "77", "OVR": "84", "Reactions": "84", "Free Kick": "67", "Short Passing": "84", "Pace": "67", "Penalties": "69", "Defending": "82", "Volleys": "74", "Shooting": "70", "Aggression": "83", "Physical": "88"}
{"Acceleration": "76", "Marking": "16", "Strength": "64", "Dribbling": "90", "1name": "mario gotze", "Stamina": "68", "Long Passing": "75", "Standing Tackle": "29", "Sliding Tackle": "26", "Ball Control": "90", "Passing": "81", "Interceptions": "53", "Agility": "87", "Long Shots": "62", "Shot Power": "68", "POS": "CAM", "Jumping": "70", "Positioning": "84", "Curve": "80", "Sprint Speed": "68", "Crossing": "76", "Finishing": "78", "Balance": "84", "Heading": "54", "Vision": "84", "OVR": "84", "Reactions": "85", "Free Kick": "74", "Short Passing": "85", "Pace": "72", "Penalties": "65", "Defending": "32", "Volleys": "83", "Shooting": "73", "Aggression": "48", "Physical": "62"}
{"Acceleration": "74", "Marking": "87", "Strength": "82", "Dribbling": "43", "1name": "nicolas otamendi", "Stamina": "78", "Long Passing": "66", "Standing Tackle": "86", "Sliding Tackle": "88", "Ball Control": "60", "Passing": "56", "Interceptions": "86", "Agility": "71", "Long Shots": "56", "Shot Power": "69", "POS": "CB", "Jumping": "90", "Positioning": "49", "Curve": "50", "Sprint Speed": "76", "Crossing": "52", "Finishing": "53", "Balance": "62", "Heading": "86", "Vision": "45", "OVR": "84", "Reactions": "80", "Free Kick": "39", "Short Passing": "64", "Pace": "75", "Penalties": "44", "Defending": "86", "Volleys": "58", "Shooting": "56", "Aggression": "85", "Physical": "82"}
{"Acceleration": "88", "Marking": "23", "Strength": "74", "Dribbling": "85", "1name": "alexandre lacazette", "Stamina": "74", "Long Passing": "68", "Standing Tackle": "29", "Sliding Tackle": "30", "Ball Control": "84", "Passing": "74", "Interceptions": "40", "Agility": "88", "Long Shots": "78", "Shot Power": "84", "POS": "ST", "Jumping": "78", "Positioning": "86", "Curve": "74", "Sprint Speed": "88", "Crossing": "68", "Finishing": "88", "Balance": "84", "Heading": "75", "Vision": "76", "OVR": "84", "Reactions": "84", "Free Kick": "73", "Short Passing": "79", "Pace": "88", "Penalties": "82", "Defending": "34", "Volleys": "83", "Shooting": "85", "Aggression": "70", "Physical": "73"}
{"Acceleration": "77", "Marking": "27", "Strength": "87", "Dribbling": "79", "1name": "jackson martinez", "Stamina": "82", "Long Passing": "63", "Standing Tackle": "47", "Sliding Tackle": "33", "Ball Control": "82", "Passing": "67", "Interceptions": "47", "Agility": "81", "Long Shots": "70", "Shot Power": "83", "POS": "ST", "Jumping": "85", "Positioning": "86", "Curve": "73", "Sprint Speed": "85", "Crossing": "61", "Finishing": "88", "Balance": "58", "Heading": "86", "Vision": "72", "OVR": "84", "Reactions": "83", "Free Kick": "46", "Short Passing": "72", "Pace": "81", "Penalties": "70", "Defending": "44", "Volleys": "84", "Shooting": "82", "Aggression": "83", "Physical": "85"}
{"Acceleration": "77", "Marking": "25", "Strength": "59", "Dribbling": "87", "1name": "isco", "Stamina": "75", "Long Passing": "78", "Standing Tackle": "23", "Sliding Tackle": "26", "Ball Control": "89", "Passing": "80", "Interceptions": "43", "Agility": "84", "Long Shots": "81", "Shot Power": "72", "POS": "CAM", "Jumping": "64", "Positioning": "77", "Curve": "80", "Sprint Speed": "73", "Crossing": "72", "Finishing": "76", "Balance": "84", "Heading": "61", "Vision": "84", "OVR": "84", "Reactions": "79", "Free Kick": "74", "Short Passing": "85", "Pace": "75", "Penalties": "76", "Defending": "32", "Volleys": "59", "Shooting": "75", "Aggression": "58", "Physical": "63"}
{"Acceleration": "72", "Marking": "78", "Strength": "56", "Dribbling": "88", "1name": "marco verratti", "Stamina": "80", "Long Passing": "87", "Standing Tackle": "82", "Sliding Tackle": "74", "Ball Control": "85", "Passing": "83", "Interceptions": "83", "Agility": "87", "Long Shots": "58", "Shot Power": "66", "POS": "CM", "Jumping": "64", "Positioning": "71", "Curve": "73", "Sprint Speed": "64", "Crossing": "72", "Finishing": "52", "Balance": "94", "Heading": "55", "Vision": "84", "OVR": "84", "Reactions": "87", "Free Kick": "64", "Short Passing": "90", "Pace": "68", "Penalties": "64", "Defending": "78", "Volleys": "64", "Shooting": "58", "Aggression": "89", "Physical": "69"}
{"Acceleration": "97", "Marking": "28", "Strength": "77", "Dribbling": "81", "1name": "pierre emerick aubameyang", "Stamina": "79", "Long Passing": "64", "Standing Tackle": "25", "Sliding Tackle": "37", "Ball Control": "80", "Passing": "75", "Interceptions": "49", "Agility": "81", "Long Shots": "78", "Shot Power": "79", "POS": "ST", "Jumping": "76", "Positioning": "86", "Curve": "78", "Sprint Speed": "96", "Crossing": "81", "Finishing": "86", "Balance": "66", "Heading": "76", "Vision": "77", "OVR": "84", "Reactions": "84", "Free Kick": "74", "Short Passing": "76", "Pace": "96", "Penalties": "81", "Defending": "37", "Volleys": "83", "Shooting": "83", "Aggression": "45", "Physical": "71"}
{"Acceleration": "79", "Marking": "83", "Strength": "73", "Dribbling": "62", "1name": "laurent koscielny", "Stamina": "75", "Long Passing": "67", "Standing Tackle": "88", "Sliding Tackle": "86", "Ball Control": "68", "Passing": "62", "Interceptions": "85", "Agility": "71", "Long Shots": "47", "Shot Power": "54", "POS": "CB", "Jumping": "89", "Positioning": "31", "Curve": "22", "Sprint Speed": "78", "Crossing": "54", "Finishing": "32", "Balance": "62", "Heading": "81", "Vision": "56", "OVR": "84", "Reactions": "79", "Free Kick": "49", "Short Passing": "75", "Pace": "78", "Penalties": "51", "Defending": "85", "Volleys": "35", "Shooting": "40", "Aggression": "90", "Physical": "78"}
{"Acceleration": "33", "Marking": "87", "Strength": "86", "Dribbling": "45", "1name": "john terry", "Stamina": "67", "Long Passing": "64", "Standing Tackle": "87", "Sliding Tackle": "85", "Ball Control": "63", "Passing": "57", "Interceptions": "86", "Agility": "44", "Long Shots": "33", "Shot Power": "61", "POS": "CB", "Jumping": "78", "Positioning": "38", "Curve": "44", "Sprint Speed": "34", "Crossing": "42", "Finishing": "46", "Balance": "46", "Heading": "90", "Vision": "59", "OVR": "85", "Reactions": "85", "Free Kick": "31", "Short Passing": "66", "Pace": "34", "Penalties": "52", "Defending": "87", "Volleys": "55", "Shooting": "47", "Aggression": "88", "Physical": "81"}
{"Acceleration": "70", "Marking": "63", "Strength": "92", "Dribbling": "81", "1name": "yaya toure", "Stamina": "86", "Long Passing": "83", "Standing Tackle": "78", "Sliding Tackle": "75", "Ball Control": "83", "Passing": "81", "Interceptions": "66", "Agility": "64", "Long Shots": "84", "Shot Power": "86", "POS": "CM", "Jumping": "65", "Positioning": "81", "Curve": "80", "Sprint Speed": "80", "Crossing": "67", "Finishing": "82", "Balance": "55", "Heading": "74", "Vision": "85", "OVR": "85", "Reactions": "85", "Free Kick": "85", "Short Passing": "86", "Pace": "76", "Penalties": "85", "Defending": "70", "Volleys": "68", "Shooting": "83", "Aggression": "78", "Physical": "86"}
{"Acceleration": "68", "Marking": "86", "Strength": "88", "Dribbling": "64", "1name": "vincent kompany", "Stamina": "70", "Long Passing": "66", "Standing Tackle": "90", "Sliding Tackle": "87", "Ball Control": "68", "Passing": "62", "Interceptions": "78", "Agility": "63", "Long Shots": "55", "Shot Power": "76", "POS": "CB", "Jumping": "73", "Positioning": "41", "Curve": "61", "Sprint Speed": "70", "Crossing": "61", "Finishing": "45", "Balance": "42", "Heading": "84", "Vision": "59", "OVR": "85", "Reactions": "84", "Free Kick": "52", "Short Passing": "65", "Pace": "69", "Penalties": "63", "Defending": "86", "Volleys": "46", "Shooting": "54", "Aggression": "81", "Physical": "81"}
{"Acceleration": "79", "Marking": "56", "Strength": "60", "Dribbling": "87", "1name": "santi cazorla", "Stamina": "72", "Long Passing": "84", "Standing Tackle": "62", "Sliding Tackle": "48", "Ball Control": "86", "Passing": "85", "Interceptions": "55", "Agility": "86", "Long Shots": "82", "Shot Power": "78", "POS": "CAM", "Jumping": "71", "Positioning": "82", "Curve": "86", "Sprint Speed": "68", "Crossing": "87", "Finishing": "77", "Balance": "91", "Heading": "53", "Vision": "85", "OVR": "85", "Reactions": "85", "Free Kick": "78", "Short Passing": "86", "Pace": "73", "Penalties": "80", "Defending": "56", "Volleys": "67", "Shooting": "78", "Aggression": "60", "Physical": "64"}
{"Acceleration": "58", "Marking": "86", "Strength": "83", "Dribbling": "50", "1name": "pique", "Stamina": "69", "Long Passing": "80", "Standing Tackle": "87", "Sliding Tackle": "83", "Ball Control": "76", "Passing": "67", "Interceptions": "88", "Agility": "57", "Long Shots": "42", "Shot Power": "53", "POS": "CB", "Jumping": "74", "Positioning": "50", "Curve": "43", "Sprint Speed": "69", "Crossing": "50", "Finishing": "58", "Balance": "44", "Heading": "82", "Vision": "62", "OVR": "85", "Reactions": "81", "Free Kick": "43", "Short Passing": "82", "Pace": "64", "Penalties": "69", "Defending": "86", "Volleys": "57", "Shooting": "54", "Aggression": "68", "Physical": "76"}
{"Acceleration": "59", "Marking": "85", "Strength": "88", "Dribbling": "51", "1name": "kamil glik", "Stamina": "69", "Long Passing": "59", "Standing Tackle": "85", "Sliding Tackle": "84", "Ball Control": "59", "Passing": "43", "Interceptions": "86", "Agility": "33", "Long Shots": "20", "Shot Power": "57", "POS": "CB", "Jumping": "79", "Positioning": "24", "Curve": "35", "Sprint Speed": "65", "Crossing": "29", "Finishing": "11", "Balance": "55", "Heading": "88", "Vision": "23", "OVR": "82", "Reactions": "76", "Free Kick": "26", "Short Passing": "59", "Pace": "62", "Penalties": "39", "Defending": "85", "Volleys": "17", "Shooting": "24", "Aggression": "86", "Physical": "82"}
{"Acceleration": "85", "Marking": "82", "Strength": "71", "Dribbling": "82", "1name": "alex sandro", "Stamina": "85", "Long Passing": "73", "Standing Tackle": "83", "Sliding Tackle": "86", "Ball Control": "81", "Passing": "75", "Interceptions": "79", "Agility": "77", "Long Shots": "68", "Shot Power": "75", "POS": "LB", "Jumping": "75", "Positioning": "76", "Curve": "73", "Sprint Speed": "85", "Crossing": "82", "Finishing": "59", "Balance": "75", "Heading": "64", "Vision": "70", "OVR": "82", "Reactions": "82", "Free Kick": "59", "Short Passing": "77", "Pace": "85", "Penalties": "59", "Defending": "80", "Volleys": "61", "Shooting": "65", "Aggression": "74", "Physical": "75"}
{"Acceleration": "70", "Marking": "81", "Strength": "82", "Dribbling": "44", "1name": "shkodran mustafi", "Stamina": "75", "Long Passing": "66", "Standing Tackle": "84", "Sliding Tackle": "82", "Ball Control": "64", "Passing": "62", "Interceptions": "85", "Agility": "68", "Long Shots": "52", "Shot Power": "66", "POS": "CB", "Jumping": "82", "Positioning": "50", "Curve": "55", "Sprint Speed": "69", "Crossing": "51", "Finishing": "60", "Balance": "70", "Heading": "80", "Vision": "52", "OVR": "82", "Reactions": "76", "Free Kick": "47", "Short Passing": "74", "Pace": "69", "Penalties": "54", "Defending": "83", "Volleys": "33", "Shooting": "57", "Aggression": "79", "Physical": "80"}
{"Acceleration": "83", "Marking": "87", "Strength": "82", "Dribbling": "54", "1name": "kostas manolas", "Stamina": "79", "Long Passing": "61", "Standing Tackle": "85", "Sliding Tackle": "86", "Ball Control": "65", "Passing": "42", "Interceptions": "85", "Agility": "69", "Long Shots": "12", "Shot Power": "43", "POS": "CB", "Jumping": "86", "Positioning": "25", "Curve": "30", "Sprint Speed": "79", "Crossing": "27", "Finishing": "10", "Balance": "60", "Heading": "80", "Vision": "22", "OVR": "82", "Reactions": "77", "Free Kick": "10", "Short Passing": "60", "Pace": "81", "Penalties": "26", "Defending": "85", "Volleys": "16", "Shooting": "19", "Aggression": "86", "Physical": "82"}
{"Acceleration": "92", "Marking": "48", "Strength": "64", "Dribbling": "90", "1name": "juan cuadrado", "Stamina": "80", "Long Passing": "73", "Standing Tackle": "56", "Sliding Tackle": "62", "Ball Control": "84", "Passing": "75", "Interceptions": "55", "Agility": "90", "Long Shots": "80", "Shot Power": "83", "POS": "RM", "Jumping": "60", "Positioning": "78", "Curve": "73", "Sprint Speed": "94", "Crossing": "79", "Finishing": "75", "Balance": "77", "Heading": "59", "Vision": "68", "OVR": "82", "Reactions": "75", "Free Kick": "69", "Short Passing": "79", "Pace": "93", "Penalties": "65", "Defending": "54", "Volleys": "75", "Shooting": "77", "Aggression": "79", "Physical": "71"}
{"Acceleration": "68", "Marking": "83", "Strength": "79", "Dribbling": "67", "1name": "maxime gonalons", "Stamina": "91", "Long Passing": "78", "Standing Tackle": "85", "Sliding Tackle": "77", "Ball Control": "77", "Passing": "72", "Interceptions": "85", "Agility": "64", "Long Shots": "59", "Shot Power": "80", "POS": "CDM", "Jumping": "80", "Positioning": "60", "Curve": "57", "Sprint Speed": "67", "Crossing": "61", "Finishing": "55", "Balance": "65", "Heading": "78", "Vision": "72", "OVR": "82", "Reactions": "82", "Free Kick": "57", "Short Passing": "79", "Pace": "67", "Penalties": "71", "Defending": "83", "Volleys": "60", "Shooting": "62", "Aggression": "86", "Physical": "83"}
{"Acceleration": "67", "Marking": "84", "Strength": "92", "Dribbling": "52", "1name": "grzegorz krychowiak", "Stamina": "80", "Long Passing": "82", "Standing Tackle": "81", "Sliding Tackle": "70", "Ball Control": "79", "Passing": "72", "Interceptions": "87", "Agility": "59", "Long Shots": "70", "Shot Power": "80", "POS": "CDM", "Jumping": "75", "Positioning": "42", "Curve": "46", "Sprint Speed": "75", "Crossing": "59", "Finishing": "42", "Balance": "52", "Heading": "83", "Vision": "73", "OVR": "82", "Reactions": "79", "Free Kick": "62", "Short Passing": "81", "Pace": "71", "Penalties": "78", "Defending": "82", "Volleys": "40", "Shooting": "57", "Aggression": "88", "Physical": "87"}
{"Acceleration": "65", "Marking": "87", "Strength": "79", "Dribbling": "61", "1name": "stefan de vrij", "Stamina": "72", "Long Passing": "71", "Standing Tackle": "86", "Sliding Tackle": "82", "Ball Control": "72", "Passing": "58", "Interceptions": "87", "Agility": "68", "Long Shots": "60", "Shot Power": "65", "POS": "CB", "Jumping": "78", "Positioning": "32", "Curve": "45", "Sprint Speed": "67", "Crossing": "49", "Finishing": "25", "Balance": "56", "Heading": "77", "Vision": "51", "OVR": "82", "Reactions": "80", "Free Kick": "16", "Short Passing": "70", "Pace": "66", "Penalties": "41", "Defending": "85", "Volleys": "27", "Shooting": "41", "Aggression": "75", "Physical": "76"}
{"Acceleration": "80", "Marking": "30", "Strength": "62", "Dribbling": "84", "1name": "nolito", "Stamina": "68", "Long Passing": "67", "Standing Tackle": "39", "Sliding Tackle": "25", "Ball Control": "83", "Passing": "79", "Interceptions": "58", "Agility": "84", "Long Shots": "81", "Shot Power": "74", "POS": "LW", "Jumping": "63", "Positioning": "82", "Curve": "82", "Sprint Speed": "76", "Crossing": "81", "Finishing": "82", "Balance": "81", "Heading": "45", "Vision": "81", "OVR": "82", "Reactions": "81", "Free Kick": "82", "Short Passing": "80", "Pace": "78", "Penalties": "72", "Defending": "39", "Volleys": "65", "Shooting": "79", "Aggression": "73", "Physical": "66"}
{"Acceleration": "91", "Marking": "21", "Strength": "69", "Dribbling": "84", "1name": "yevgen konoplyanka", "Stamina": "76", "Long Passing": "80", "Standing Tackle": "38", "Sliding Tackle": "31", "Ball Control": "85", "Passing": "80", "Interceptions": "37", "Agility": "83", "Long Shots": "81", "Shot Power": "81", "POS": "LW", "Jumping": "66", "Positioning": "73", "Curve": "79", "Sprint Speed": "92", "Crossing": "77", "Finishing": "74", "Balance": "81", "Heading": "49", "Vision": "83", "OVR": "82", "Reactions": "77", "Free Kick": "77", "Short Passing": "81", "Pace": "92", "Penalties": "75", "Defending": "33", "Volleys": "70", "Shooting": "77", "Aggression": "48", "Physical": "66"}
{"Acceleration": "95", "Marking": "39", "Strength": "56", "Dribbling": "88", "1name": "lucas", "Stamina": "69", "Long Passing": "74", "Standing Tackle": "43", "Sliding Tackle": "48", "Ball Control": "84", "Passing": "75", "Interceptions": "50", "Agility": "93", "Long Shots": "73", "Shot Power": "79", "POS": "RW", "Jumping": "71", "Positioning": "77", "Curve": "69", "Sprint Speed": "91", "Crossing": "76", "Finishing": "69", "Balance": "85", "Heading": "50", "Vision": "76", "OVR": "82", "Reactions": "80", "Free Kick": "68", "Short Passing": "77", "Pace": "93", "Penalties": "75", "Defending": "44", "Volleys": "70", "Shooting": "73", "Aggression": "67", "Physical": "62"}
{"Acceleration": "78", "Marking": "82", "Strength": "80", "Dribbling": "57", "1name": "raphael varane", "Stamina": "69", "Long Passing": "74", "Standing Tackle": "86", "Sliding Tackle": "83", "Ball Control": "76", "Passing": "60", "Interceptions": "85", "Agility": "58", "Long Shots": "53", "Shot Power": "52", "POS": "CB", "Jumping": "74", "Positioning": "44", "Curve": "46", "Sprint Speed": "80", "Crossing": "36", "Finishing": "40", "Balance": "47", "Heading": "84", "Vision": "56", "OVR": "82", "Reactions": "78", "Free Kick": "54", "Short Passing": "73", "Pace": "79", "Penalties": "43", "Defending": "84", "Volleys": "42", "Shooting": "45", "Aggression": "73", "Physical": "76"}
{"Acceleration": "78", "Marking": "24", "Strength": "71", "Dribbling": "87", "1name": "roberto firmino", "Stamina": "84", "Long Passing": "74", "Standing Tackle": "52", "Sliding Tackle": "31", "Ball Control": "83", "Passing": "78", "Interceptions": "33", "Agility": "82", "Long Shots": "74", "Shot Power": "75", "POS": "CAM", "Jumping": "81", "Positioning": "81", "Curve": "75", "Sprint Speed": "75", "Crossing": "70", "Finishing": "77", "Balance": "78", "Heading": "70", "Vision": "83", "OVR": "82", "Reactions": "80", "Free Kick": "67", "Short Passing": "84", "Pace": "76", "Penalties": "72", "Defending": "40", "Volleys": "78", "Shooting": "76", "Aggression": "41", "Physical": "69"}
{"Acceleration": "94", "Marking": "48", "Strength": "64", "Dribbling": "87", "1name": "raheem sterling", "Stamina": "75", "Long Passing": "70", "Standing Tackle": "58", "Sliding Tackle": "54", "Ball Control": "85", "Passing": "73", "Interceptions": "26", "Agility": "90", "Long Shots": "70", "Shot Power": "68", "POS": "LM", "Jumping": "61", "Positioning": "81", "Curve": "64", "Sprint Speed": "92", "Crossing": "72", "Finishing": "73", "Balance": "91", "Heading": "38", "Vision": "76", "OVR": "82", "Reactions": "80", "Free Kick": "49", "Short Passing": "77", "Pace": "93", "Penalties": "63", "Defending": "46", "Volleys": "59", "Shooting": "71", "Aggression": "34", "Physical": "61"}
{"Acceleration": "84", "Marking": "12", "Strength": "81", "Dribbling": "80", "1name": "carlos bacca", "Stamina": "73", "Long Passing": "52", "Standing Tackle": "16", "Sliding Tackle": "14", "Ball Control": "79", "Passing": "65", "Interceptions": "34", "Agility": "83", "Long Shots": "80", "Shot Power": "81", "POS": "ST", "Jumping": "75", "Positioning": "85", "Curve": "74", "Sprint Speed": "83", "Crossing": "61", "Finishing": "85", "Balance": "71", "Heading": "71", "Vision": "66", "OVR": "82", "Reactions": "82", "Free Kick": "59", "Short Passing": "72", "Pace": "83", "Penalties": "79", "Defending": "24", "Volleys": "82", "Shooting": "83", "Aggression": "72", "Physical": "77"}
{"Acceleration": "87", "Marking": "22", "Strength": "57", "Dribbling": "74", "1name": "javier hernandez", "Stamina": "75", "Long Passing": "55", "Standing Tackle": "29", "Sliding Tackle": "25", "Ball Control": "77", "Passing": "65", "Interceptions": "26", "Agility": "79", "Long Shots": "69", "Shot Power": "75", "POS": "ST", "Jumping": "85", "Positioning": "87", "Curve": "67", "Sprint Speed": "85", "Crossing": "62", "Finishing": "88", "Balance": "84", "Heading": "82", "Vision": "72", "OVR": "82", "Reactions": "73", "Free Kick": "52", "Short Passing": "67", "Pace": "86", "Penalties": "80", "Defending": "31", "Volleys": "74", "Shooting": "82", "Aggression": "59", "Physical": "64"}
{"Acceleration": "42", "Marking": "73", "Strength": "83", "Dribbling": "74", "1name": "thiago motta", "Stamina": "74", "Long Passing": "86", "Standing Tackle": "82", "Sliding Tackle": "76", "Ball Control": "81", "Passing": "78", "Interceptions": "83", "Agility": "47", "Long Shots": "74", "Shot Power": "83", "POS": "CDM", "Jumping": "83", "Positioning": "65", "Curve": "67", "Sprint Speed": "45", "Crossing": "66", "Finishing": "54", "Balance": "50", "Heading": "81", "Vision": "76", "OVR": "82", "Reactions": "79", "Free Kick": "67", "Short Passing": "85", "Pace": "44", "Penalties": "71", "Defending": "79", "Volleys": "77", "Shooting": "67", "Aggression": "87", "Physical": "82"}
{"Acceleration": "48", "Marking": "72", "Strength": "75", "Dribbling": "69", "1name": "granit xhaka", "Stamina": "79", "Long Passing": "89", "Standing Tackle": "75", "Sliding Tackle": "67", "Ball Control": "81", "Passing": "81", "Interceptions": "76", "Agility": "59", "Long Shots": "85", "Shot Power": "89", "POS": "CM", "Jumping": "33", "Positioning": "79", "Curve": "68", "Sprint Speed": "54", "Crossing": "68", "Finishing": "49", "Balance": "63", "Heading": "60", "Vision": "87", "OVR": "82", "Reactions": "86", "Free Kick": "70", "Short Passing": "85", "Pace": "51", "Penalties": "59", "Defending": "72", "Volleys": "50", "Shooting": "67", "Aggression": "89", "Physical": "77"}
{"Acceleration": "79", "Marking": "29", "Strength": "75", "Dribbling": "85", "1name": "dimitri payet", "Stamina": "72", "Long Passing": "86", "Standing Tackle": "51", "Sliding Tackle": "48", "Ball Control": "83", "Passing": "84", "Interceptions": "44", "Agility": "79", "Long Shots": "85", "Shot Power": "79", "POS": "CAM", "Jumping": "48", "Positioning": "79", "Curve": "82", "Sprint Speed": "75", "Crossing": "85", "Finishing": "74", "Balance": "77", "Heading": "59", "Vision": "85", "OVR": "82", "Reactions": "77", "Free Kick": "80", "Short Passing": "84", "Pace": "77", "Penalties": "78", "Defending": "44", "Volleys": "81", "Shooting": "78", "Aggression": "54", "Physical": "69"}
{"Acceleration": "79", "Marking": "27", "Strength": "92", "Dribbling": "77", "1name": "romelu lukaku", "Stamina": "77", "Long Passing": "58", "Standing Tackle": "30", "Sliding Tackle": "30", "Ball Control": "77", "Passing": "67", "Interceptions": "27", "Agility": "64", "Long Shots": "73", "Shot Power": "87", "POS": "ST", "Jumping": "72", "Positioning": "79", "Curve": "64", "Sprint Speed": "86", "Crossing": "69", "Finishing": "84", "Balance": "48", "Heading": "80", "Vision": "70", "OVR": "82", "Reactions": "74", "Free Kick": "67", "Short Passing": "68", "Pace": "83", "Penalties": "82", "Defending": "34", "Volleys": "71", "Shooting": "82", "Aggression": "73", "Physical": "84"}
{"Acceleration": "75", "Marking": "83", "Strength": "83", "Dribbling": "64", "1name": "chris smalling", "Stamina": "80", "Long Passing": "57", "Standing Tackle": "87", "Sliding Tackle": "82", "Ball Control": "67", "Passing": "56", "Interceptions": "83", "Agility": "53", "Long Shots": "13", "Shot Power": "53", "POS": "CB", "Jumping": "76", "Positioning": "27", "Curve": "26", "Sprint Speed": "76", "Crossing": "52", "Finishing": "29", "Balance": "47", "Heading": "81", "Vision": "49", "OVR": "82", "Reactions": "82", "Free Kick": "22", "Short Passing": "69", "Pace": "76", "Penalties": "66", "Defending": "85", "Volleys": "30", "Shooting": "33", "Aggression": "82", "Physical": "82"}
{"Acceleration": "88", "Marking": "28", "Strength": "53", "Dribbling": "92", "1name": "yacine brahimi", "Stamina": "75", "Long Passing": "73", "Standing Tackle": "49", "Sliding Tackle": "30", "Ball Control": "87", "Passing": "78", "Interceptions": "48", "Agility": "91", "Long Shots": "69", "Shot Power": "81", "POS": "LW", "Jumping": "73", "Positioning": "81", "Curve": "79", "Sprint Speed": "76", "Crossing": "72", "Finishing": "74", "Balance": "88", "Heading": "46", "Vision": "79", "OVR": "82", "Reactions": "85", "Free Kick": "86", "Short Passing": "82", "Pace": "81", "Penalties": "65", "Defending": "40", "Volleys": "66", "Shooting": "74", "Aggression": "46", "Physical": "59"}
{"Acceleration": "78", "Marking": "86", "Strength": "80", "Dribbling": "76", "1name": "carvajal", "Stamina": "85", "Long Passing": "72", "Standing Tackle": "83", "Sliding Tackle": "85", "Ball Control": "83", "Passing": "72", "Interceptions": "83", "Agility": "84", "Long Shots": "39", "Shot Power": "68", "POS": "RB", "Jumping": "76", "Positioning": "63", "Curve": "73", "Sprint Speed": "73", "Crossing": "80", "Finishing": "33", "Balance": "83", "Heading": "61", "Vision": "57", "OVR": "82", "Reactions": "80", "Free Kick": "47", "Short Passing": "80", "Pace": "81", "Penalties": "49", "Defending": "82", "Volleys": "37", "Shooting": "44", "Aggression": "83", "Physical": "82"}
{"Acceleration": "69", "Marking": "75", "Strength": "84", "Dribbling": "69", "1name": "daniele de rossi", "Stamina": "84", "Long Passing": "80", "Standing Tackle": "85", "Sliding Tackle": "83", "Ball Control": "78", "Passing": "74", "Interceptions": "89", "Agility": "69", "Long Shots": "76", "Shot Power": "81", "POS": "CDM", "Jumping": "78", "Positioning": "59", "Curve": "67", "Sprint Speed": "68", "Crossing": "60", "Finishing": "53", "Balance": "72", "Heading": "84", "Vision": "72", "OVR": "83", "Reactions": "80", "Free Kick": "71", "Short Passing": "82", "Pace": "68", "Penalties": "75", "Defending": "82", "Volleys": "74", "Shooting": "66", "Aggression": "84", "Physical": "84"}
{"Acceleration": "29", "Marking": "88", "Strength": "88", "Dribbling": "39", "1name": "per mertesacker", "Stamina": "64", "Long Passing": "58", "Standing Tackle": "88", "Sliding Tackle": "86", "Ball Control": "65", "Passing": "57", "Interceptions": "88", "Agility": "29", "Long Shots": "25", "Shot Power": "71", "POS": "CB", "Jumping": "33", "Positioning": "43", "Curve": "39", "Sprint Speed": "33", "Crossing": "38", "Finishing": "36", "Balance": "28", "Heading": "87", "Vision": "58", "OVR": "83", "Reactions": "84", "Free Kick": "45", "Short Passing": "71", "Pace": "31", "Penalties": "42", "Defending": "88", "Volleys": "30", "Shooting": "41", "Aggression": "69", "Physical": "75"}
{"Acceleration": "72", "Marking": "83", "Strength": "90", "Dribbling": "45", "1name": "jeremy mathieu", "Stamina": "69", "Long Passing": "76", "Standing Tackle": "86", "Sliding Tackle": "80", "Ball Control": "65", "Passing": "66", "Interceptions": "85", "Agility": "65", "Long Shots": "77", "Shot Power": "80", "POS": "CB", "Jumping": "72", "Positioning": "48", "Curve": "79", "Sprint Speed": "79", "Crossing": "79", "Finishing": "52", "Balance": "50", "Heading": "80", "Vision": "42", "OVR": "83", "Reactions": "78", "Free Kick": "70", "Short Passing": "66", "Pace": "76", "Penalties": "60", "Defending": "84", "Volleys": "68", "Shooting": "64", "Aggression": "81", "Physical": "82"}
{"Acceleration": "49", "Marking": "86", "Strength": "92", "Dribbling": "43", "1name": "nemanja vidic", "Stamina": "52", "Long Passing": "57", "Standing Tackle": "86", "Sliding Tackle": "83", "Ball Control": "58", "Passing": "48", "Interceptions": "85", "Agility": "50", "Long Shots": "28", "Shot Power": "56", "POS": "CB", "Jumping": "85", "Positioning": "20", "Curve": "42", "Sprint Speed": "55", "Crossing": "34", "Finishing": "26", "Balance": "47", "Heading": "85", "Vision": "44", "OVR": "83", "Reactions": "73", "Free Kick": "32", "Short Passing": "58", "Pace": "52", "Penalties": "43", "Defending": "85", "Volleys": "35", "Shooting": "33", "Aggression": "85", "Physical": "80"}
{"Acceleration": "69", "Marking": "84", "Strength": "74", "Dribbling": "58", "1name": "javier mascherano", "Stamina": "87", "Long Passing": "75", "Standing Tackle": "87", "Sliding Tackle": "87", "Ball Control": "82", "Passing": "70", "Interceptions": "92", "Agility": "72", "Long Shots": "59", "Shot Power": "76", "POS": "CB", "Jumping": "75", "Positioning": "51", "Curve": "63", "Sprint Speed": "68", "Crossing": "63", "Finishing": "51", "Balance": "79", "Heading": "66", "Vision": "68", "OVR": "83", "Reactions": "83", "Free Kick": "50", "Short Passing": "78", "Pace": "68", "Penalties": "64", "Defending": "85", "Volleys": "59", "Shooting": "59", "Aggression": "89", "Physical": "80"}
{"Acceleration": "79", "Marking": "58", "Strength": "69", "Dribbling": "87", "1name": "arda turan", "Stamina": "76", "Long Passing": "79", "Standing Tackle": "64", "Sliding Tackle": "70", "Ball Control": "90", "Passing": "82", "Interceptions": "60", "Agility": "86", "Long Shots": "77", "Shot Power": "74", "POS": "RM", "Jumping": "79", "Positioning": "82", "Curve": "81", "Sprint Speed": "72", "Crossing": "83", "Finishing": "72", "Balance": "72", "Heading": "70", "Vision": "86", "OVR": "83", "Reactions": "81", "Free Kick": "64", "Short Passing": "84", "Pace": "75", "Penalties": "73", "Defending": "63", "Volleys": "80", "Shooting": "74", "Aggression": "78", "Physical": "73"}
{"Acceleration": "75", "Marking": "67", "Strength": "58", "Dribbling": "81", "1name": "joao moutinho", "Stamina": "91", "Long Passing": "83", "Standing Tackle": "75", "Sliding Tackle": "68", "Ball Control": "84", "Passing": "83", "Interceptions": "75", "Agility": "82", "Long Shots": "82", "Shot Power": "77", "POS": "CAM", "Jumping": "81", "Positioning": "78", "Curve": "82", "Sprint Speed": "67", "Crossing": "78", "Finishing": "73", "Balance": "84", "Heading": "68", "Vision": "84", "OVR": "83", "Reactions": "84", "Free Kick": "79", "Short Passing": "86", "Pace": "71", "Penalties": "70", "Defending": "71", "Volleys": "77", "Shooting": "76", "Aggression": "77", "Physical": "71"}
{"Acceleration": "76", "Marking": "83", "Strength": "69", "Dribbling": "77", "1name": "leighton baines", "Stamina": "86", "Long Passing": "74", "Standing Tackle": "84", "Sliding Tackle": "84", "Ball Control": "76", "Passing": "81", "Interceptions": "80", "Agility": "75", "Long Shots": "75", "Shot Power": "84", "POS": "LB", "Jumping": "72", "Positioning": "75", "Curve": "81", "Sprint Speed": "75", "Crossing": "91", "Finishing": "70", "Balance": "85", "Heading": "74", "Vision": "76", "OVR": "83", "Reactions": "80", "Free Kick": "82", "Short Passing": "81", "Pace": "75", "Penalties": "90", "Defending": "82", "Volleys": "63", "Shooting": "75", "Aggression": "74", "Physical": "74"}
{"Acceleration": "69", "Marking": "84", "Strength": "79", "Dribbling": "58", "1name": "gary cahill", "Stamina": "68", "Long Passing": "61", "Standing Tackle": "87", "Sliding Tackle": "88", "Ball Control": "64", "Passing": "52", "Interceptions": "86", "Agility": "67", "Long Shots": "66", "Shot Power": "63", "POS": "CB", "Jumping": "82", "Positioning": "45", "Curve": "48", "Sprint Speed": "77", "Crossing": "28", "Finishing": "56", "Balance": "51", "Heading": "86", "Vision": "56", "OVR": "83", "Reactions": "84", "Free Kick": "27", "Short Passing": "65", "Pace": "73", "Penalties": "53", "Defending": "86", "Volleys": "47", "Shooting": "58", "Aggression": "78", "Physical": "76"}
{"Acceleration": "79", "Marking": "83", "Strength": "71", "Dribbling": "62", "1name": "laurent koscielny", "Stamina": "73", "Long Passing": "67", "Standing Tackle": "87", "Sliding Tackle": "85", "Ball Control": "67", "Passing": "62", "Interceptions": "84", "Agility": "70", "Long Shots": "47", "Shot Power": "54", "POS": "CB", "Jumping": "86", "Positioning": "31", "Curve": "22", "Sprint Speed": "78", "Crossing": "54", "Finishing": "32", "Balance": "62", "Heading": "81", "Vision": "56", "OVR": "83", "Reactions": "78", "Free Kick": "49", "Short Passing": "75", "Pace": "78", "Penalties": "51", "Defending": "84", "Volleys": "35", "Shooting": "40", "Aggression": "87", "Physical": "75"}
{"Acceleration": "83", "Marking": "35", "Strength": "62", "Dribbling": "86", "1name": "samir nasri", "Stamina": "72", "Long Passing": "77", "Standing Tackle": "37", "Sliding Tackle": "44", "Ball Control": "88", "Passing": "83", "Interceptions": "37", "Agility": "82", "Long Shots": "77", "Shot Power": "75", "POS": "LM", "Jumping": "50", "Positioning": "81", "Curve": "78", "Sprint Speed": "79", "Crossing": "81", "Finishing": "76", "Balance": "92", "Heading": "42", "Vision": "85", "OVR": "83", "Reactions": "80", "Free Kick": "79", "Short Passing": "86", "Pace": "81", "Penalties": "77", "Defending": "38", "Volleys": "73", "Shooting": "76", "Aggression": "33", "Physical": "58"}
{"Acceleration": "75", "Marking": "16", "Strength": "73", "Dribbling": "75", "1name": "falcao", "Stamina": "71", "Long Passing": "53", "Standing Tackle": "42", "Sliding Tackle": "19", "Ball Control": "83", "Passing": "64", "Interceptions": "41", "Agility": "85", "Long Shots": "77", "Shot Power": "79", "POS": "ST", "Jumping": "92", "Positioning": "86", "Curve": "83", "Sprint Speed": "69", "Crossing": "55", "Finishing": "85", "Balance": "75", "Heading": "91", "Vision": "68", "OVR": "83", "Reactions": "86", "Free Kick": "71", "Short Passing": "69", "Pace": "72", "Penalties": "84", "Defending": "37", "Volleys": "85", "Shooting": "82", "Aggression": "70", "Physical": "73"}
{"Acceleration": "50", "Marking": "88", "Strength": "85", "Dribbling": "62", "1name": "ezequiel garay", "Stamina": "70", "Long Passing": "75", "Standing Tackle": "87", "Sliding Tackle": "82", "Ball Control": "73", "Passing": "68", "Interceptions": "87", "Agility": "57", "Long Shots": "60", "Shot Power": "76", "POS": "CB", "Jumping": "71", "Positioning": "49", "Curve": "55", "Sprint Speed": "54", "Crossing": "62", "Finishing": "48", "Balance": "38", "Heading": "86", "Vision": "63", "OVR": "83", "Reactions": "77", "Free Kick": "74", "Short Passing": "72", "Pace": "52", "Penalties": "66", "Defending": "87", "Volleys": "46", "Shooting": "57", "Aggression": "74", "Physical": "78"}
{"Acceleration": "88", "Marking": "15", "Strength": "73", "Dribbling": "84", "1name": "daniel sturridge", "Stamina": "72", "Long Passing": "62", "Standing Tackle": "24", "Sliding Tackle": "12", "Ball Control": "81", "Passing": "69", "Interceptions": "22", "Agility": "78", "Long Shots": "83", "Shot Power": "83", "POS": "ST", "Jumping": "74", "Positioning": "84", "Curve": "62", "Sprint Speed": "89", "Crossing": "62", "Finishing": "85", "Balance": "64", "Heading": "73", "Vision": "74", "OVR": "83", "Reactions": "82", "Free Kick": "68", "Short Passing": "75", "Pace": "89", "Penalties": "75", "Defending": "25", "Volleys": "76", "Shooting": "83", "Aggression": "60", "Physical": "70"}
{"Acceleration": "75", "Marking": "55", "Strength": "69", "Dribbling": "82", "1name": "marek hamsik", "Stamina": "78", "Long Passing": "75", "Standing Tackle": "59", "Sliding Tackle": "55", "Ball Control": "85", "Passing": "81", "Interceptions": "52", "Agility": "79", "Long Shots": "78", "Shot Power": "76", "POS": "CAM", "Jumping": "72", "Positioning": "83", "Curve": "81", "Sprint Speed": "73", "Crossing": "79", "Finishing": "77", "Balance": "63", "Heading": "74", "Vision": "83", "OVR": "83", "Reactions": "81", "Free Kick": "72", "Short Passing": "86", "Pace": "74", "Penalties": "70", "Defending": "58", "Volleys": "79", "Shooting": "77", "Aggression": "61", "Physical": "70"}
{"Acceleration": "72", "Marking": "88", "Strength": "86", "Dribbling": "58", "1name": "sokratis", "Stamina": "74", "Long Passing": "64", "Standing Tackle": "88", "Sliding Tackle": "89", "Ball Control": "59", "Passing": "57", "Interceptions": "78", "Agility": "64", "Long Shots": "49", "Shot Power": "79", "POS": "CB", "Jumping": "84", "Positioning": "51", "Curve": "38", "Sprint Speed": "77", "Crossing": "50", "Finishing": "44", "Balance": "67", "Heading": "84", "Vision": "57", "OVR": "83", "Reactions": "78", "Free Kick": "35", "Short Passing": "64", "Pace": "75", "Penalties": "51", "Defending": "86", "Volleys": "48", "Shooting": "53", "Aggression": "88", "Physical": "83"}
{"Acceleration": "87", "Marking": "41", "Strength": "69", "Dribbling": "86", "1name": "antonio candreva", "Stamina": "93", "Long Passing": "75", "Standing Tackle": "44", "Sliding Tackle": "44", "Ball Control": "87", "Passing": "82", "Interceptions": "49", "Agility": "79", "Long Shots": "87", "Shot Power": "90", "POS": "RW", "Jumping": "57", "Positioning": "77", "Curve": "83", "Sprint Speed": "85", "Crossing": "90", "Finishing": "75", "Balance": "76", "Heading": "55", "Vision": "82", "OVR": "83", "Reactions": "82", "Free Kick": "79", "Short Passing": "81", "Pace": "86", "Penalties": "88", "Defending": "45", "Volleys": "79", "Shooting": "81", "Aggression": "66", "Physical": "74"}
{"Acceleration": "78", "Marking": "79", "Strength": "75", "Dribbling": "83", "1name": "marcelo", "Stamina": "81", "Long Passing": "76", "Standing Tackle": "83", "Sliding Tackle": "86", "Ball Control": "86", "Passing": "77", "Interceptions": "83", "Agility": "78", "Long Shots": "65", "Shot Power": "83", "POS": "LB", "Jumping": "77", "Positioning": "67", "Curve": "78", "Sprint Speed": "83", "Crossing": "85", "Finishing": "64", "Balance": "84", "Heading": "69", "Vision": "70", "OVR": "83", "Reactions": "85", "Free Kick": "67", "Short Passing": "79", "Pace": "81", "Penalties": "59", "Defending": "81", "Volleys": "54", "Shooting": "67", "Aggression": "86", "Physical": "79"}
{"Acceleration": "82", "Marking": "76", "Strength": "78", "Dribbling": "79", "1name": "radja nainggolan", "Stamina": "94", "Long Passing": "82", "Standing Tackle": "85", "Sliding Tackle": "87", "Ball Control": "84", "Passing": "79", "Interceptions": "87", "Agility": "81", "Long Shots": "83", "Shot Power": "83", "POS": "CM", "Jumping": "76", "Positioning": "83", "Curve": "73", "Sprint Speed": "78", "Crossing": "73", "Finishing": "75", "Balance": "84", "Heading": "59", "Vision": "76", "OVR": "83", "Reactions": "83", "Free Kick": "68", "Short Passing": "85", "Pace": "80", "Penalties": "63", "Defending": "80", "Volleys": "75", "Shooting": "78", "Aggression": "90", "Physical": "84"}
{"Acceleration": "63", "Marking": "85", "Strength": "81", "Dribbling": "60", "1name": "benedikt howedes", "Stamina": "69", "Long Passing": "64", "Standing Tackle": "84", "Sliding Tackle": "84", "Ball Control": "70", "Passing": "63", "Interceptions": "85", "Agility": "65", "Long Shots": "31", "Shot Power": "62", "POS": "CB", "Jumping": "82", "Positioning": "51", "Curve": "38", "Sprint Speed": "67", "Crossing": "58", "Finishing": "48", "Balance": "61", "Heading": "84", "Vision": "57", "OVR": "83", "Reactions": "82", "Free Kick": "52", "Short Passing": "74", "Pace": "65", "Penalties": "56", "Defending": "84", "Volleys": "38", "Shooting": "47", "Aggression": "79", "Physical": "78"}
{"Acceleration": "59", "Marking": "79", "Strength": "89", "Dribbling": "68", "1name": "sami khedira", "Stamina": "85", "Long Passing": "75", "Standing Tackle": "87", "Sliding Tackle": "79", "Ball Control": "77", "Passing": "73", "Interceptions": "87", "Agility": "55", "Long Shots": "75", "Shot Power": "83", "POS": "CDM", "Jumping": "65", "Positioning": "73", "Curve": "68", "Sprint Speed": "65", "Crossing": "55", "Finishing": "62", "Balance": "55", "Heading": "76", "Vision": "78", "OVR": "83", "Reactions": "84", "Free Kick": "58", "Short Passing": "83", "Pace": "62", "Penalties": "61", "Defending": "83", "Volleys": "78", "Shooting": "70", "Aggression": "84", "Physical": "86"}
{"Acceleration": "72", "Marking": "81", "Strength": "77", "Dribbling": "70", "1name": "david luiz", "Stamina": "71", "Long Passing": "76", "Standing Tackle": "85", "Sliding Tackle": "84", "Ball Control": "79", "Passing": "73", "Interceptions": "80", "Agility": "74", "Long Shots": "71", "Shot Power": "74", "POS": "CB", "Jumping": "82", "Positioning": "54", "Curve": "70", "Sprint Speed": "73", "Crossing": "68", "Finishing": "56", "Balance": "56", "Heading": "83", "Vision": "68", "OVR": "83", "Reactions": "79", "Free Kick": "76", "Short Passing": "78", "Pace": "73", "Penalties": "75", "Defending": "82", "Volleys": "67", "Shooting": "64", "Aggression": "84", "Physical": "77"}
{"Acceleration": "75", "Marking": "25", "Strength": "87", "Dribbling": "75", "1name": "mario mandzukic", "Stamina": "81", "Long Passing": "41", "Standing Tackle": "35", "Sliding Tackle": "31", "Ball Control": "79", "Passing": "62", "Interceptions": "41", "Agility": "75", "Long Shots": "75", "Shot Power": "83", "POS": "ST", "Jumping": "87", "Positioning": "85", "Curve": "66", "Sprint Speed": "79", "Crossing": "64", "Finishing": "85", "Balance": "55", "Heading": "90", "Vision": "58", "OVR": "83", "Reactions": "84", "Free Kick": "45", "Short Passing": "73", "Pace": "77", "Penalties": "80", "Defending": "38", "Volleys": "82", "Shooting": "82", "Aggression": "88", "Physical": "86"}
{"Acceleration": "85", "Marking": "30", "Strength": "50", "Dribbling": "87", "1name": "nicolas gaitan", "Stamina": "70", "Long Passing": "81", "Standing Tackle": "42", "Sliding Tackle": "43", "Ball Control": "85", "Passing": "83", "Interceptions": "40", "Agility": "88", "Long Shots": "74", "Shot Power": "75", "POS": "LM", "Jumping": "68", "Positioning": "79", "Curve": "89", "Sprint Speed": "82", "Crossing": "86", "Finishing": "73", "Balance": "83", "Heading": "57", "Vision": "85", "OVR": "83", "Reactions": "83", "Free Kick": "72", "Short Passing": "82", "Pace": "83", "Penalties": "71", "Defending": "40", "Volleys": "84", "Shooting": "74", "Aggression": "57", "Physical": "57"}
{"Acceleration": "65", "Marking": "83", "Strength": "83", "Dribbling": "64", "1name": "leonardo bonucci", "Stamina": "75", "Long Passing": "77", "Standing Tackle": "87", "Sliding Tackle": "87", "Ball Control": "73", "Passing": "66", "Interceptions": "83", "Agility": "65", "Long Shots": "59", "Shot Power": "69", "POS": "CB", "Jumping": "85", "Positioning": "39", "Curve": "60", "Sprint Speed": "75", "Crossing": "48", "Finishing": "38", "Balance": "55", "Heading": "84", "Vision": "66", "OVR": "83", "Reactions": "82", "Free Kick": "61", "Short Passing": "73", "Pace": "70", "Penalties": "61", "Defending": "85", "Volleys": "55", "Shooting": "50", "Aggression": "84", "Physical": "81"}
{"Acceleration": "91", "Marking": "24", "Strength": "77", "Dribbling": "86", "1name": "memphis depay", "Stamina": "82", "Long Passing": "68", "Standing Tackle": "31", "Sliding Tackle": "20", "Ball Control": "83", "Passing": "73", "Interceptions": "21", "Agility": "82", "Long Shots": "82", "Shot Power": "88", "POS": "LW", "Jumping": "80", "Positioning": "80", "Curve": "85", "Sprint Speed": "90", "Crossing": "66", "Finishing": "74", "Balance": "86", "Heading": "60", "Vision": "75", "OVR": "81", "Reactions": "83", "Free Kick": "90", "Short Passing": "74", "Pace": "90", "Penalties": "66", "Defending": "29", "Volleys": "74", "Shooting": "78", "Aggression": "62", "Physical": "75"}
{"Acceleration": "73", "Marking": "85", "Strength": "79", "Dribbling": "53", "1name": "inigo martinez", "Stamina": "77", "Long Passing": "75", "Standing Tackle": "83", "Sliding Tackle": "83", "Ball Control": "67", "Passing": "55", "Interceptions": "83", "Agility": "67", "Long Shots": "74", "Shot Power": "79", "POS": "CB", "Jumping": "86", "Positioning": "31", "Curve": "72", "Sprint Speed": "75", "Crossing": "24", "Finishing": "42", "Balance": "64", "Heading": "76", "Vision": "46", "OVR": "81", "Reactions": "77", "Free Kick": "32", "Short Passing": "69", "Pace": "74", "Penalties": "32", "Defending": "83", "Volleys": "37", "Shooting": "54", "Aggression": "86", "Physical": "80"}
{"Acceleration": "66", "Marking": "86", "Strength": "77", "Dribbling": "47", "1name": "stefan savic", "Stamina": "67", "Long Passing": "69", "Standing Tackle": "82", "Sliding Tackle": "84", "Ball Control": "68", "Passing": "52", "Interceptions": "85", "Agility": "60", "Long Shots": "31", "Shot Power": "43", "POS": "CB", "Jumping": "84", "Positioning": "29", "Curve": "34", "Sprint Speed": "68", "Crossing": "35", "Finishing": "34", "Balance": "54", "Heading": "81", "Vision": "41", "OVR": "81", "Reactions": "78", "Free Kick": "28", "Short Passing": "67", "Pace": "67", "Penalties": "37", "Defending": "84", "Volleys": "27", "Shooting": "35", "Aggression": "85", "Physical": "76"}
{"Acceleration": "78", "Marking": "85", "Strength": "80", "Dribbling": "76", "1name": "carvajal", "Stamina": "85", "Long Passing": "71", "Standing Tackle": "82", "Sliding Tackle": "84", "Ball Control": "82", "Passing": "71", "Interceptions": "82", "Agility": "83", "Long Shots": "36", "Shot Power": "62", "POS": "RB", "Jumping": "76", "Positioning": "58", "Curve": "72", "Sprint Speed": "83", "Crossing": "79", "Finishing": "30", "Balance": "82", "Heading": "61", "Vision": "57", "OVR": "81", "Reactions": "79", "Free Kick": "47", "Short Passing": "79", "Pace": "81", "Penalties": "45", "Defending": "81", "Volleys": "34", "Shooting": "40", "Aggression": "83", "Physical": "82"}
{"Acceleration": "53", "Marking": "82", "Strength": "88", "Dribbling": "78", "1name": "william carvalho", "Stamina": "86", "Long Passing": "78", "Standing Tackle": "86", "Sliding Tackle": "78", "Ball Control": "79", "Passing": "72", "Interceptions": "86", "Agility": "49", "Long Shots": "62", "Shot Power": "67", "POS": "CDM", "Jumping": "70", "Positioning": "65", "Curve": "62", "Sprint Speed": "64", "Crossing": "65", "Finishing": "52", "Balance": "46", "Heading": "74", "Vision": "67", "OVR": "81", "Reactions": "76", "Free Kick": "44", "Short Passing": "81", "Pace": "59", "Penalties": "60", "Defending": "83", "Volleys": "60", "Shooting": "58", "Aggression": "82", "Physical": "85"}
{"Acceleration": "73", "Marking": "84", "Strength": "74", "Dribbling": "65", "1name": "marquinhos", "Stamina": "74", "Long Passing": "73", "Standing Tackle": "85", "Sliding Tackle": "86", "Ball Control": "76", "Passing": "67", "Interceptions": "84", "Agility": "68", "Long Shots": "35", "Shot Power": "53", "POS": "CB", "Jumping": "84", "Positioning": "46", "Curve": "49", "Sprint Speed": "73", "Crossing": "72", "Finishing": "33", "Balance": "68", "Heading": "78", "Vision": "51", "OVR": "81", "Reactions": "79", "Free Kick": "32", "Short Passing": "77", "Pace": "73", "Penalties": "31", "Defending": "84", "Volleys": "31", "Shooting": "38", "Aggression": "80", "Physical": "76"}
{"Acceleration": "53", "Marking": "80", "Strength": "82", "Dribbling": "60", "1name": "dante", "Stamina": "63", "Long Passing": "75", "Standing Tackle": "85", "Sliding Tackle": "87", "Ball Control": "72", "Passing": "67", "Interceptions": "81", "Agility": "57", "Long Shots": "54", "Shot Power": "67", "POS": "CB", "Jumping": "67", "Positioning": "41", "Curve": "51", "Sprint Speed": "58", "Crossing": "61", "Finishing": "48", "Balance": "64", "Heading": "84", "Vision": "62", "OVR": "81", "Reactions": "78", "Free Kick": "60", "Short Passing": "74", "Pace": "56", "Penalties": "57", "Defending": "83", "Volleys": "44", "Shooting": "53", "Aggression": "74", "Physical": "75"}
{"Acceleration": "68", "Marking": "54", "Strength": "81", "Dribbling": "77", "1name": "raul garcia", "Stamina": "79", "Long Passing": "84", "Standing Tackle": "71", "Sliding Tackle": "63", "Ball Control": "85", "Passing": "82", "Interceptions": "65", "Agility": "64", "Long Shots": "75", "Shot Power": "86", "POS": "CAM", "Jumping": "73", "Positioning": "85", "Curve": "74", "Sprint Speed": "67", "Crossing": "78", "Finishing": "74", "Balance": "63", "Heading": "88", "Vision": "81", "OVR": "81", "Reactions": "87", "Free Kick": "68", "Short Passing": "87", "Pace": "67", "Penalties": "76", "Defending": "66", "Volleys": "55", "Shooting": "76", "Aggression": "83", "Physical": "80"}
{"Acceleration": "71", "Marking": "40", "Strength": "71", "Dribbling": "83", "1name": "hernanes", "Stamina": "65", "Long Passing": "80", "Standing Tackle": "43", "Sliding Tackle": "40", "Ball Control": "86", "Passing": "83", "Interceptions": "59", "Agility": "77", "Long Shots": "86", "Shot Power": "85", "POS": "CAM", "Jumping": "73", "Positioning": "73", "Curve": "83", "Sprint Speed": "69", "Crossing": "80", "Finishing": "69", "Balance": "78", "Heading": "52", "Vision": "84", "OVR": "81", "Reactions": "76", "Free Kick": "85", "Short Passing": "85", "Pace": "70", "Penalties": "82", "Defending": "46", "Volleys": "79", "Shooting": "77", "Aggression": "65", "Physical": "68"}
{"Acceleration": "83", "Marking": "26", "Strength": "75", "Dribbling": "80", "1name": "ivan perisic", "Stamina": "77", "Long Passing": "76", "Standing Tackle": "41", "Sliding Tackle": "39", "Ball Control": "80", "Passing": "79", "Interceptions": "52", "Agility": "74", "Long Shots": "82", "Shot Power": "83", "POS": "LM", "Jumping": "83", "Positioning": "81", "Curve": "76", "Sprint Speed": "78", "Crossing": "83", "Finishing": "78", "Balance": "67", "Heading": "80", "Vision": "79", "OVR": "81", "Reactions": "80", "Free Kick": "76", "Short Passing": "79", "Pace": "80", "Penalties": "76", "Defending": "42", "Volleys": "85", "Shooting": "80", "Aggression": "67", "Physical": "74"}
{"Acceleration": "65", "Marking": "83", "Strength": "90", "Dribbling": "57", "1name": "aymen abdennour", "Stamina": "71", "Long Passing": "67", "Standing Tackle": "84", "Sliding Tackle": "81", "Ball Control": "72", "Passing": "63", "Interceptions": "81", "Agility": "65", "Long Shots": "66", "Shot Power": "75", "POS": "CB", "Jumping": "72", "Positioning": "53", "Curve": "48", "Sprint Speed": "68", "Crossing": "64", "Finishing": "51", "Balance": "68", "Heading": "76", "Vision": "53", "OVR": "81", "Reactions": "78", "Free Kick": "39", "Short Passing": "72", "Pace": "67", "Penalties": "51", "Defending": "82", "Volleys": "32", "Shooting": "58", "Aggression": "86", "Physical": "84"}
{"Acceleration": "85", "Marking": "57", "Strength": "57", "Dribbling": "81", "1name": "andres guardado", "Stamina": "88", "Long Passing": "75", "Standing Tackle": "75", "Sliding Tackle": "73", "Ball Control": "86", "Passing": "79", "Interceptions": "70", "Agility": "86", "Long Shots": "72", "Shot Power": "76", "POS": "CM", "Jumping": "74", "Positioning": "69", "Curve": "71", "Sprint Speed": "82", "Crossing": "75", "Finishing": "60", "Balance": "88", "Heading": "55", "Vision": "80", "OVR": "81", "Reactions": "85", "Free Kick": "72", "Short Passing": "84", "Pace": "83", "Penalties": "78", "Defending": "67", "Volleys": "70", "Shooting": "68", "Aggression": "63", "Physical": "67"}
{"Acceleration": "65", "Marking": "76", "Strength": "86", "Dribbling": "57", "1name": "ashley williams", "Stamina": "73", "Long Passing": "74", "Standing Tackle": "85", "Sliding Tackle": "79", "Ball Control": "69", "Passing": "56", "Interceptions": "83", "Agility": "58", "Long Shots": "40", "Shot Power": "64", "POS": "CB", "Jumping": "86", "Positioning": "28", "Curve": "34", "Sprint Speed": "70", "Crossing": "32", "Finishing": "37", "Balance": "59", "Heading": "82", "Vision": "53", "OVR": "81", "Reactions": "77", "Free Kick": "23", "Short Passing": "70", "Pace": "70", "Penalties": "45", "Defending": "82", "Volleys": "34", "Shooting": "43", "Aggression": "83", "Physical": "82"}
{"Acceleration": "69", "Marking": "42", "Strength": "80", "Dribbling": "79", "1name": "harry kane", "Stamina": "85", "Long Passing": "63", "Standing Tackle": "36", "Sliding Tackle": "38", "Ball Control": "80", "Passing": "71", "Interceptions": "31", "Agility": "71", "Long Shots": "74", "Shot Power": "80", "POS": "ST", "Jumping": "67", "Positioning": "88", "Curve": "68", "Sprint Speed": "76", "Crossing": "69", "Finishing": "86", "Balance": "61", "Heading": "81", "Vision": "71", "OVR": "81", "Reactions": "83", "Free Kick": "74", "Short Passing": "73", "Pace": "73", "Penalties": "82", "Defending": "42", "Volleys": "70", "Shooting": "82", "Aggression": "74", "Physical": "80"}
{"Acceleration": "67", "Marking": "82", "Strength": "81", "Dribbling": "63", "1name": "joel matip", "Stamina": "76", "Long Passing": "78", "Standing Tackle": "85", "Sliding Tackle": "78", "Ball Control": "71", "Passing": "69", "Interceptions": "85", "Agility": "62", "Long Shots": "48", "Shot Power": "66", "POS": "CB", "Jumping": "66", "Positioning": "51", "Curve": "63", "Sprint Speed": "78", "Crossing": "54", "Finishing": "36", "Balance": "50", "Heading": "88", "Vision": "72", "OVR": "81", "Reactions": "80", "Free Kick": "22", "Short Passing": "78", "Pace": "73", "Penalties": "42", "Defending": "84", "Volleys": "50", "Shooting": "46", "Aggression": "71", "Physical": "78"}
{"Acceleration": "89", "Marking": "15", "Strength": "53", "Dribbling": "87", "1name": "paulo dybala", "Stamina": "74", "Long Passing": "61", "Standing Tackle": "21", "Sliding Tackle": "21", "Ball Control": "91", "Passing": "75", "Interceptions": "32", "Agility": "93", "Long Shots": "79", "Shot Power": "73", "POS": "ST", "Jumping": "68", "Positioning": "88", "Curve": "87", "Sprint Speed": "85", "Crossing": "72", "Finishing": "87", "Balance": "86", "Heading": "54", "Vision": "79", "OVR": "81", "Reactions": "77", "Free Kick": "81", "Short Passing": "78", "Pace": "87", "Penalties": "83", "Defending": "25", "Volleys": "83", "Shooting": "83", "Aggression": "50", "Physical": "59"}
{"Acceleration": "66", "Marking": "69", "Strength": "68", "Dribbling": "73", "1name": "gabi", "Stamina": "82", "Long Passing": "86", "Standing Tackle": "77", "Sliding Tackle": "73", "Ball Control": "79", "Passing": "82", "Interceptions": "83", "Agility": "73", "Long Shots": "76", "Shot Power": "82", "POS": "CM", "Jumping": "60", "Positioning": "73", "Curve": "88", "Sprint Speed": "67", "Crossing": "68", "Finishing": "67", "Balance": "74", "Heading": "51", "Vision": "80", "OVR": "81", "Reactions": "81", "Free Kick": "76", "Short Passing": "87", "Pace": "67", "Penalties": "84", "Defending": "73", "Volleys": "64", "Shooting": "73", "Aggression": "77", "Physical": "73"}
{"Acceleration": "80", "Marking": "37", "Strength": "76", "Dribbling": "89", "1name": "hatem ben arfa", "Stamina": "72", "Long Passing": "75", "Standing Tackle": "42", "Sliding Tackle": "26", "Ball Control": "87", "Passing": "79", "Interceptions": "30", "Agility": "85", "Long Shots": "83", "Shot Power": "85", "POS": "CAM", "Jumping": "80", "Positioning": "73", "Curve": "81", "Sprint Speed": "80", "Crossing": "79", "Finishing": "78", "Balance": "82", "Heading": "74", "Vision": "81", "OVR": "81", "Reactions": "76", "Free Kick": "74", "Short Passing": "79", "Pace": "80", "Penalties": "82", "Defending": "40", "Volleys": "76", "Shooting": "81", "Aggression": "66", "Physical": "74"}
{"Acceleration": "68", "Marking": "57", "Strength": "68", "Dribbling": "81", "1name": "ever banega", "Stamina": "68", "Long Passing": "82", "Standing Tackle": "78", "Sliding Tackle": "61", "Ball Control": "85", "Passing": "84", "Interceptions": "70", "Agility": "85", "Long Shots": "77", "Shot Power": "74", "POS": "CAM", "Jumping": "59", "Positioning": "78", "Curve": "82", "Sprint Speed": "66", "Crossing": "79", "Finishing": "68", "Balance": "87", "Heading": "45", "Vision": "87", "OVR": "81", "Reactions": "80", "Free Kick": "77", "Short Passing": "87", "Pace": "67", "Penalties": "61", "Defending": "65", "Volleys": "66", "Shooting": "72", "Aggression": "78", "Physical": "70"}
{"Acceleration": "84", "Marking": "23", "Strength": "56", "Dribbling": "85", "1name": "danny", "Stamina": "72", "Long Passing": "80", "Standing Tackle": "33", "Sliding Tackle": "32", "Ball Control": "86", "Passing": "81", "Interceptions": "41", "Agility": "84", "Long Shots": "73", "Shot Power": "71", "POS": "CAM", "Jumping": "70", "Positioning": "82", "Curve": "85", "Sprint Speed": "84", "Crossing": "73", "Finishing": "76", "Balance": "75", "Heading": "47", "Vision": "84", "OVR": "82", "Reactions": "74", "Free Kick": "79", "Short Passing": "85", "Pace": "84", "Penalties": "67", "Defending": "33", "Volleys": "68", "Shooting": "74", "Aggression": "76", "Physical": "65"}
{"Acceleration": "70", "Marking": "47", "Strength": "82", "Dribbling": "73", "1name": "aduriz", "Stamina": "74", "Long Passing": "47", "Standing Tackle": "45", "Sliding Tackle": "50", "Ball Control": "78", "Passing": "63", "Interceptions": "24", "Agility": "54", "Long Shots": "77", "Shot Power": "81", "POS": "ST", "Jumping": "96", "Positioning": "87", "Curve": "62", "Sprint Speed": "72", "Crossing": "55", "Finishing": "86", "Balance": "58", "Heading": "95", "Vision": "74", "OVR": "82", "Reactions": "85", "Free Kick": "55", "Short Passing": "69", "Pace": "71", "Penalties": "76", "Defending": "47", "Volleys": "82", "Shooting": "83", "Aggression": "83", "Physical": "81"}
{"Acceleration": "81", "Marking": "78", "Strength": "71", "Dribbling": "74", "1name": "stephan lichtsteiner", "Stamina": "91", "Long Passing": "71", "Standing Tackle": "83", "Sliding Tackle": "86", "Ball Control": "75", "Passing": "72", "Interceptions": "81", "Agility": "77", "Long Shots": "71", "Shot Power": "77", "POS": "RB", "Jumping": "75", "Positioning": "69", "Curve": "70", "Sprint Speed": "85", "Crossing": "82", "Finishing": "46", "Balance": "77", "Heading": "64", "Vision": "62", "OVR": "82", "Reactions": "82", "Free Kick": "66", "Short Passing": "75", "Pace": "83", "Penalties": "66", "Defending": "80", "Volleys": "62", "Shooting": "60", "Aggression": "84", "Physical": "79"}
{"Acceleration": "52", "Marking": "68", "Strength": "79", "Dribbling": "69", "1name": "jeremy toulalan", "Stamina": "88", "Long Passing": "81", "Standing Tackle": "87", "Sliding Tackle": "75", "Ball Control": "79", "Passing": "76", "Interceptions": "88", "Agility": "57", "Long Shots": "72", "Shot Power": "78", "POS": "CDM", "Jumping": "71", "Positioning": "68", "Curve": "53", "Sprint Speed": "49", "Crossing": "68", "Finishing": "27", "Balance": "64", "Heading": "70", "Vision": "79", "OVR": "82", "Reactions": "81", "Free Kick": "56", "Short Passing": "82", "Pace": "50", "Penalties": "56", "Defending": "79", "Volleys": "27", "Shooting": "50", "Aggression": "82", "Physical": "81"}
{"Acceleration": "86", "Marking": "15", "Strength": "63", "Dribbling": "87", "1name": "nani", "Stamina": "77", "Long Passing": "83", "Standing Tackle": "22", "Sliding Tackle": "20", "Ball Control": "86", "Passing": "82", "Interceptions": "31", "Agility": "92", "Long Shots": "83", "Shot Power": "85", "POS": "LM", "Jumping": "51", "Positioning": "78", "Curve": "82", "Sprint Speed": "82", "Crossing": "82", "Finishing": "75", "Balance": "79", "Heading": "46", "Vision": "83", "OVR": "82", "Reactions": "80", "Free Kick": "75", "Short Passing": "81", "Pace": "84", "Penalties": "72", "Defending": "24", "Volleys": "75", "Shooting": "79", "Aggression": "58", "Physical": "65"}
{"Acceleration": "72", "Marking": "86", "Strength": "79", "Dribbling": "74", "1name": "pablo zabaleta", "Stamina": "85", "Long Passing": "64", "Standing Tackle": "87", "Sliding Tackle": "86", "Ball Control": "77", "Passing": "70", "Interceptions": "86", "Agility": "71", "Long Shots": "57", "Shot Power": "66", "POS": "RB", "Jumping": "84", "Positioning": "71", "Curve": "68", "Sprint Speed": "73", "Crossing": "75", "Finishing": "49", "Balance": "66", "Heading": "76", "Vision": "66", "OVR": "82", "Reactions": "86", "Free Kick": "66", "Short Passing": "72", "Pace": "73", "Penalties": "64", "Defending": "85", "Volleys": "53", "Shooting": "56", "Aggression": "90", "Physical": "83"}
{"Acceleration": "32", "Marking": "85", "Strength": "88", "Dribbling": "54", "1name": "luisao", "Stamina": "47", "Long Passing": "60", "Standing Tackle": "87", "Sliding Tackle": "82", "Ball Control": "70", "Passing": "59", "Interceptions": "84", "Agility": "34", "Long Shots": "45", "Shot Power": "78", "POS": "CB", "Jumping": "59", "Positioning": "36", "Curve": "36", "Sprint Speed": "44", "Crossing": "58", "Finishing": "45", "Balance": "32", "Heading": "86", "Vision": "48", "OVR": "82", "Reactions": "74", "Free Kick": "48", "Short Passing": "70", "Pace": "39", "Penalties": "66", "Defending": "85", "Volleys": "57", "Shooting": "53", "Aggression": "84", "Physical": "76"}
{"Acceleration": "65", "Marking": "20", "Strength": "77", "Dribbling": "69", "1name": "klaas jan huntelaar", "Stamina": "68", "Long Passing": "44", "Standing Tackle": "33", "Sliding Tackle": "23", "Ball Control": "76", "Passing": "64", "Interceptions": "27", "Agility": "65", "Long Shots": "78", "Shot Power": "87", "POS": "ST", "Jumping": "77", "Positioning": "87", "Curve": "73", "Sprint Speed": "67", "Crossing": "63", "Finishing": "86", "Balance": "62", "Heading": "85", "Vision": "61", "OVR": "82", "Reactions": "87", "Free Kick": "64", "Short Passing": "74", "Pace": "66", "Penalties": "77", "Defending": "32", "Volleys": "88", "Shooting": "84", "Aggression": "65", "Physical": "72"}
{"Acceleration": "81", "Marking": "61", "Strength": "69", "Dribbling": "79", "1name": "roman eremenko", "Stamina": "90", "Long Passing": "80", "Standing Tackle": "58", "Sliding Tackle": "60", "Ball Control": "84", "Passing": "83", "Interceptions": "46", "Agility": "79", "Long Shots": "83", "Shot Power": "79", "POS": "CAM", "Jumping": "69", "Positioning": "75", "Curve": "82", "Sprint Speed": "73", "Crossing": "77", "Finishing": "75", "Balance": "75", "Heading": "33", "Vision": "88", "OVR": "82", "Reactions": "78", "Free Kick": "73", "Short Passing": "86", "Pace": "77", "Penalties": "61", "Defending": "54", "Volleys": "87", "Shooting": "77", "Aggression": "63", "Physical": "73"}
{"Acceleration": "74", "Marking": "70", "Strength": "75", "Dribbling": "73", "1name": "lucas biglia", "Stamina": "82", "Long Passing": "81", "Standing Tackle": "82", "Sliding Tackle": "77", "Ball Control": "85", "Passing": "79", "Interceptions": "82", "Agility": "76", "Long Shots": "75", "Shot Power": "77", "POS": "CDM", "Jumping": "61", "Positioning": "55", "Curve": "76", "Sprint Speed": "64", "Crossing": "62", "Finishing": "52", "Balance": "77", "Heading": "55", "Vision": "82", "OVR": "82", "Reactions": "83", "Free Kick": "76", "Short Passing": "86", "Pace": "68", "Penalties": "64", "Defending": "75", "Volleys": "79", "Shooting": "64", "Aggression": "83", "Physical": "78"}
{"Acceleration": "69", "Marking": "86", "Strength": "79", "Dribbling": "62", "1name": "loic perrin", "Stamina": "79", "Long Passing": "77", "Standing Tackle": "86", "Sliding Tackle": "83", "Ball Control": "74", "Passing": "69", "Interceptions": "84", "Agility": "65", "Long Shots": "67", "Shot Power": "74", "POS": "CB", "Jumping": "87", "Positioning": "56", "Curve": "59", "Sprint Speed": "74", "Crossing": "69", "Finishing": "64", "Balance": "73", "Heading": "82", "Vision": "63", "OVR": "82", "Reactions": "78", "Free Kick": "51", "Short Passing": "74", "Pace": "72", "Penalties": "68", "Defending": "85", "Volleys": "44", "Shooting": "65", "Aggression": "81", "Physical": "80"}
{"Acceleration": "74", "Marking": "58", "Strength": "66", "Dribbling": "78", "1name": "borja valero", "Stamina": "76", "Long Passing": "86", "Standing Tackle": "68", "Sliding Tackle": "68", "Ball Control": "86", "Passing": "85", "Interceptions": "69", "Agility": "78", "Long Shots": "76", "Shot Power": "76", "POS": "CM", "Jumping": "68", "Positioning": "74", "Curve": "80", "Sprint Speed": "68", "Crossing": "80", "Finishing": "68", "Balance": "82", "Heading": "62", "Vision": "86", "OVR": "82", "Reactions": "82", "Free Kick": "76", "Short Passing": "88", "Pace": "71", "Penalties": "74", "Defending": "65", "Volleys": "66", "Shooting": "72", "Aggression": "58", "Physical": "67"}
{"Acceleration": "78", "Marking": "84", "Strength": "74", "Dribbling": "77", "1name": "filipe luis", "Stamina": "89", "Long Passing": "77", "Standing Tackle": "82", "Sliding Tackle": "85", "Ball Control": "78", "Passing": "76", "Interceptions": "80", "Agility": "74", "Long Shots": "60", "Shot Power": "71", "POS": "LB", "Jumping": "62", "Positioning": "71", "Curve": "74", "Sprint Speed": "85", "Crossing": "82", "Finishing": "59", "Balance": "60", "Heading": "66", "Vision": "70", "OVR": "82", "Reactions": "82", "Free Kick": "75", "Short Passing": "75", "Pace": "82", "Penalties": "65", "Defending": "81", "Volleys": "56", "Shooting": "62", "Aggression": "75", "Physical": "77"}
{"Acceleration": "87", "Marking": "12", "Strength": "69", "Dribbling": "84", "1name": "carlos vela", "Stamina": "64", "Long Passing": "63", "Standing Tackle": "22", "Sliding Tackle": "14", "Ball Control": "83", "Passing": "75", "Interceptions": "37", "Agility": "87", "Long Shots": "79", "Shot Power": "73", "POS": "RW", "Jumping": "69", "Positioning": "81", "Curve": "80", "Sprint Speed": "85", "Crossing": "74", "Finishing": "81", "Balance": "82", "Heading": "64", "Vision": "76", "OVR": "82", "Reactions": "78", "Free Kick": "67", "Short Passing": "80", "Pace": "86", "Penalties": "71", "Defending": "25", "Volleys": "84", "Shooting": "79", "Aggression": "57", "Physical": "65"}
{"Acceleration": "69", "Marking": "84", "Strength": "84", "Dribbling": "49", "1name": "leandro castan", "Stamina": "68", "Long Passing": "64", "Standing Tackle": "87", "Sliding Tackle": "86", "Ball Control": "69", "Passing": "47", "Interceptions": "85", "Agility": "51", "Long Shots": "36", "Shot Power": "63", "POS": "CB", "Jumping": "81", "Positioning": "22", "Curve": "31", "Sprint Speed": "74", "Crossing": "34", "Finishing": "21", "Balance": "59", "Heading": "78", "Vision": "37", "OVR": "82", "Reactions": "77", "Free Kick": "24", "Short Passing": "59", "Pace": "72", "Penalties": "40", "Defending": "85", "Volleys": "22", "Shooting": "33", "Aggression": "84", "Physical": "80"}
{"Acceleration": "69", "Marking": "81", "Strength": "81", "Dribbling": "66", "1name": "jan vertonghen", "Stamina": "79", "Long Passing": "74", "Standing Tackle": "85", "Sliding Tackle": "81", "Ball Control": "74", "Passing": "70", "Interceptions": "82", "Agility": "68", "Long Shots": "68", "Shot Power": "86", "POS": "CB", "Jumping": "80", "Positioning": "65", "Curve": "58", "Sprint Speed": "72", "Crossing": "68", "Finishing": "60", "Balance": "55", "Heading": "84", "Vision": "62", "OVR": "82", "Reactions": "80", "Free Kick": "73", "Short Passing": "75", "Pace": "71", "Penalties": "68", "Defending": "83", "Volleys": "52", "Shooting": "67", "Aggression": "83", "Physical": "81"}
{"Acceleration": "92", "Marking": "30", "Strength": "42", "Dribbling": "87", "1name": "dries mertens", "Stamina": "76", "Long Passing": "74", "Standing Tackle": "41", "Sliding Tackle": "40", "Ball Control": "87", "Passing": "80", "Interceptions": "43", "Agility": "93", "Long Shots": "82", "Shot Power": "79", "POS": "CAM", "Jumping": "59", "Positioning": "76", "Curve": "85", "Sprint Speed": "86", "Crossing": "79", "Finishing": "76", "Balance": "92", "Heading": "35", "Vision": "82", "OVR": "82", "Reactions": "77", "Free Kick": "82", "Short Passing": "81", "Pace": "89", "Penalties": "79", "Defending": "37", "Volleys": "69", "Shooting": "78", "Aggression": "64", "Physical": "56"}
{"Acceleration": "75", "Marking": "16", "Strength": "63", "Dribbling": "82", "1name": "jonas", "Stamina": "74", "Long Passing": "59", "Standing Tackle": "26", "Sliding Tackle": "28", "Ball Control": "88", "Passing": "74", "Interceptions": "32", "Agility": "79", "Long Shots": "82", "Shot Power": "82", "POS": "ST", "Jumping": "65", "Positioning": "86", "Curve": "85", "Sprint Speed": "78", "Crossing": "74", "Finishing": "86", "Balance": "67", "Heading": "78", "Vision": "80", "OVR": "82", "Reactions": "84", "Free Kick": "76", "Short Passing": "76", "Pace": "77", "Penalties": "74", "Defending": "30", "Volleys": "78", "Shooting": "83", "Aggression": "59", "Physical": "65"}
{"Acceleration": "69", "Marking": "77", "Strength": "78", "Dribbling": "73", "1name": "morgan schneiderlin", "Stamina": "90", "Long Passing": "83", "Standing Tackle": "84", "Sliding Tackle": "82", "Ball Control": "79", "Passing": "76", "Interceptions": "86", "Agility": "66", "Long Shots": "56", "Shot Power": "71", "POS": "CDM", "Jumping": "72", "Positioning": "67", "Curve": "68", "Sprint Speed": "59", "Crossing": "67", "Finishing": "64", "Balance": "66", "Heading": "65", "Vision": "75", "OVR": "82", "Reactions": "82", "Free Kick": "61", "Short Passing": "83", "Pace": "64", "Penalties": "56", "Defending": "80", "Volleys": "56", "Shooting": "63", "Aggression": "85", "Physical": "82"}
{"Acceleration": "65", "Marking": "26", "Strength": "88", "Dribbling": "69", "1name": "olivier giroud", "Stamina": "79", "Long Passing": "56", "Standing Tackle": "37", "Sliding Tackle": "20", "Ball Control": "82", "Passing": "69", "Interceptions": "41", "Agility": "58", "Long Shots": "76", "Shot Power": "84", "POS": "ST", "Jumping": "78", "Positioning": "84", "Curve": "70", "Sprint Speed": "68", "Crossing": "63", "Finishing": "83", "Balance": "45", "Heading": "85", "Vision": "75", "OVR": "82", "Reactions": "83", "Free Kick": "65", "Short Passing": "76", "Pace": "67", "Penalties": "81", "Defending": "38", "Volleys": "81", "Shooting": "82", "Aggression": "76", "Physical": "83"}
{"Acceleration": "92", "Marking": "43", "Strength": "61", "Dribbling": "86", "1name": "willian", "Stamina": "86", "Long Passing": "77", "Standing Tackle": "62", "Sliding Tackle": "51", "Ball Control": "85", "Passing": "78", "Interceptions": "55", "Agility": "87", "Long Shots": "80", "Shot Power": "71", "POS": "RM", "Jumping": "46", "Positioning": "77", "Curve": "74", "Sprint Speed": "86", "Crossing": "74", "Finishing": "75", "Balance": "82", "Heading": "29", "Vision": "80", "OVR": "82", "Reactions": "81", "Free Kick": "57", "Short Passing": "82", "Pace": "89", "Penalties": "60", "Defending": "50", "Volleys": "59", "Shooting": "74", "Aggression": "44", "Physical": "63"}
{"Acceleration": "75", "Marking": "25", "Strength": "92", "Dribbling": "75", "1name": "christian benteke", "Stamina": "77", "Long Passing": "48", "Standing Tackle": "30", "Sliding Tackle": "18", "Ball Control": "81", "Passing": "65", "Interceptions": "29", "Agility": "74", "Long Shots": "76", "Shot Power": "85", "POS": "ST", "Jumping": "82", "Positioning": "81", "Curve": "60", "Sprint Speed": "79", "Crossing": "58", "Finishing": "82", "Balance": "48", "Heading": "85", "Vision": "73", "OVR": "82", "Reactions": "75", "Free Kick": "67", "Short Passing": "72", "Pace": "77", "Penalties": "77", "Defending": "33", "Volleys": "74", "Shooting": "81", "Aggression": "76", "Physical": "85"}
{"Acceleration": "79", "Marking": "86", "Strength": "72", "Dribbling": "70", "1name": "azpilicueta", "Stamina": "86", "Long Passing": "74", "Standing Tackle": "87", "Sliding Tackle": "86", "Ball Control": "77", "Passing": "74", "Interceptions": "81", "Agility": "75", "Long Shots": "60", "Shot Power": "68", "POS": "LB", "Jumping": "74", "Positioning": "64", "Curve": "66", "Sprint Speed": "81", "Crossing": "78", "Finishing": "46", "Balance": "73", "Heading": "69", "Vision": "68", "OVR": "82", "Reactions": "87", "Free Kick": "58", "Short Passing": "80", "Pace": "80", "Penalties": "66", "Defending": "84", "Volleys": "54", "Shooting": "56", "Aggression": "76", "Physical": "76"}
{"Acceleration": "71", "Marking": "65", "Strength": "69", "Dribbling": "81", "1name": "aaron ramsey", "Stamina": "93", "Long Passing": "82", "Standing Tackle": "75", "Sliding Tackle": "65", "Ball Control": "82", "Passing": "79", "Interceptions": "67", "Agility": "74", "Long Shots": "78", "Shot Power": "81", "POS": "CM", "Jumping": "63", "Positioning": "84", "Curve": "64", "Sprint Speed": "68", "Crossing": "74", "Finishing": "75", "Balance": "75", "Heading": "58", "Vision": "81", "OVR": "82", "Reactions": "81", "Free Kick": "70", "Short Passing": "84", "Pace": "69", "Penalties": "76", "Defending": "68", "Volleys": "81", "Shooting": "78", "Aggression": "75", "Physical": "76"}
{"Acceleration": "77", "Marking": "57", "Strength": "74", "Dribbling": "85", "1name": "ilkay gundogan", "Stamina": "74", "Long Passing": "81", "Standing Tackle": "63", "Sliding Tackle": "64", "Ball Control": "85", "Passing": "82", "Interceptions": "78", "Agility": "82", "Long Shots": "73", "Shot Power": "77", "POS": "CM", "Jumping": "62", "Positioning": "76", "Curve": "81", "Sprint Speed": "74", "Crossing": "74", "Finishing": "65", "Balance": "83", "Heading": "53", "Vision": "85", "OVR": "82", "Reactions": "84", "Free Kick": "73", "Short Passing": "88", "Pace": "75", "Penalties": "76", "Defending": "63", "Volleys": "75", "Shooting": "71", "Aggression": "68", "Physical": "72"}
{"Acceleration": "90", "Marking": "73", "Strength": "70", "Dribbling": "86", "1name": "alex teixeira", "Stamina": "75", "Long Passing": "75", "Standing Tackle": "66", "Sliding Tackle": "59", "Ball Control": "86", "Passing": "76", "Interceptions": "69", "Agility": "90", "Long Shots": "75", "Shot Power": "69", "POS": "CAM", "Jumping": "52", "Positioning": "79", "Curve": "73", "Sprint Speed": "87", "Crossing": "71", "Finishing": "81", "Balance": "85", "Heading": "54", "Vision": "79", "OVR": "82", "Reactions": "82", "Free Kick": "49", "Short Passing": "82", "Pace": "88", "Penalties": "58", "Defending": "67", "Volleys": "76", "Shooting": "76", "Aggression": "45", "Physical": "65"}
{"Acceleration": "96", "Marking": "28", "Strength": "77", "Dribbling": "80", "1name": "pierre emerick aubameyang", "Stamina": "79", "Long Passing": "64", "Standing Tackle": "25", "Sliding Tackle": "36", "Ball Control": "79", "Passing": "75", "Interceptions": "48", "Agility": "80", "Long Shots": "77", "Shot Power": "78", "POS": "ST", "Jumping": "76", "Positioning": "84", "Curve": "78", "Sprint Speed": "95", "Crossing": "81", "Finishing": "84", "Balance": "66", "Heading": "74", "Vision": "77", "OVR": "82", "Reactions": "83", "Free Kick": "74", "Short Passing": "76", "Pace": "95", "Penalties": "80", "Defending": "36", "Volleys": "81", "Shooting": "81", "Aggression": "45", "Physical": "71"}
{"Acceleration": "87", "Marking": "30", "Strength": "39", "Dribbling": "87", "1name": "shinji kagawa", "Stamina": "80", "Long Passing": "72", "Standing Tackle": "23", "Sliding Tackle": "30", "Ball Control": "84", "Passing": "75", "Interceptions": "55", "Agility": "93", "Long Shots": "64", "Shot Power": "42", "POS": "CAM", "Jumping": "67", "Positioning": "80", "Curve": "77", "Sprint Speed": "74", "Crossing": "60", "Finishing": "75", "Balance": "92", "Heading": "45", "Vision": "80", "OVR": "82", "Reactions": "83", "Free Kick": "63", "Short Passing": "83", "Pace": "80", "Penalties": "78", "Defending": "34", "Volleys": "74", "Shooting": "67", "Aggression": "30", "Physical": "49"}
{"Acceleration": "62", "Marking": "52", "Strength": "73", "Dribbling": "79", "1name": "parejo", "Stamina": "81", "Long Passing": "86", "Standing Tackle": "55", "Sliding Tackle": "51", "Ball Control": "86", "Passing": "87", "Interceptions": "72", "Agility": "75", "Long Shots": "81", "Shot Power": "78", "POS": "CM", "Jumping": "60", "Positioning": "76", "Curve": "83", "Sprint Speed": "57", "Crossing": "84", "Finishing": "70", "Balance": "70", "Heading": "56", "Vision": "87", "OVR": "82", "Reactions": "74", "Free Kick": "82", "Short Passing": "91", "Pace": "59", "Penalties": "82", "Defending": "57", "Volleys": "74", "Shooting": "75", "Aggression": "51", "Physical": "70"}
{"Acceleration": "59", "Marking": "60", "Strength": "62", "Dribbling": "81", "1name": "nuri sahin", "Stamina": "63", "Long Passing": "86", "Standing Tackle": "70", "Sliding Tackle": "74", "Ball Control": "85", "Passing": "84", "Interceptions": "83", "Agility": "76", "Long Shots": "78", "Shot Power": "72", "POS": "CM", "Jumping": "59", "Positioning": "68", "Curve": "84", "Sprint Speed": "50", "Crossing": "84", "Finishing": "63", "Balance": "74", "Heading": "61", "Vision": "85", "OVR": "81", "Reactions": "83", "Free Kick": "80", "Short Passing": "83", "Pace": "54", "Penalties": "38", "Defending": "69", "Volleys": "78", "Shooting": "68", "Aggression": "56", "Physical": "61"}
{"Acceleration": "55", "Marking": "84", "Strength": "83", "Dribbling": "59", "1name": "jose fonte", "Stamina": "69", "Long Passing": "54", "Standing Tackle": "85", "Sliding Tackle": "84", "Ball Control": "64", "Passing": "52", "Interceptions": "85", "Agility": "62", "Long Shots": "29", "Shot Power": "29", "POS": "CB", "Jumping": "73", "Positioning": "40", "Curve": "33", "Sprint Speed": "57", "Crossing": "36", "Finishing": "40", "Balance": "56", "Heading": "77", "Vision": "55", "OVR": "81", "Reactions": "84", "Free Kick": "32", "Short Passing": "63", "Pace": "56", "Penalties": "43", "Defending": "84", "Volleys": "34", "Shooting": "35", "Aggression": "84", "Physical": "79"}
{"Acceleration": "75", "Marking": "81", "Strength": "79", "Dribbling": "74", "1name": "%C5%82ukasz piszczek", "Stamina": "79", "Long Passing": "68", "Standing Tackle": "86", "Sliding Tackle": "86", "Ball Control": "76", "Passing": "72", "Interceptions": "82", "Agility": "63", "Long Shots": "68", "Shot Power": "76", "POS": "RB", "Jumping": "75", "Positioning": "71", "Curve": "73", "Sprint Speed": "82", "Crossing": "81", "Finishing": "61", "Balance": "67", "Heading": "74", "Vision": "66", "OVR": "81", "Reactions": "81", "Free Kick": "47", "Short Passing": "75", "Pace": "79", "Penalties": "65", "Defending": "82", "Volleys": "66", "Shooting": "66", "Aggression": "83", "Physical": "80"}
{"Acceleration": "83", "Marking": "20", "Strength": "42", "Dribbling": "86", "1name": "bojan", "Stamina": "67", "Long Passing": "77", "Standing Tackle": "22", "Sliding Tackle": "19", "Ball Control": "84", "Passing": "78", "Interceptions": "29", "Agility": "83", "Long Shots": "74", "Shot Power": "77", "POS": "CAM", "Jumping": "48", "Positioning": "76", "Curve": "83", "Sprint Speed": "76", "Crossing": "68", "Finishing": "71", "Balance": "84", "Heading": "42", "Vision": "83", "OVR": "81", "Reactions": "79", "Free Kick": "66", "Short Passing": "81", "Pace": "79", "Penalties": "68", "Defending": "24", "Volleys": "79", "Shooting": "73", "Aggression": "30", "Physical": "46"}
{"Acceleration": "90", "Marking": "21", "Strength": "35", "Dribbling": "80", "1name": "mathieu valbuena", "Stamina": "76", "Long Passing": "75", "Standing Tackle": "26", "Sliding Tackle": "34", "Ball Control": "83", "Passing": "80", "Interceptions": "39", "Agility": "91", "Long Shots": "76", "Shot Power": "75", "POS": "CAM", "Jumping": "42", "Positioning": "76", "Curve": "82", "Sprint Speed": "82", "Crossing": "80", "Finishing": "71", "Balance": "93", "Heading": "58", "Vision": "80", "OVR": "81", "Reactions": "78", "Free Kick": "75", "Short Passing": "82", "Pace": "86", "Penalties": "65", "Defending": "31", "Volleys": "72", "Shooting": "73", "Aggression": "52", "Physical": "49"}
{"Acceleration": "79", "Marking": "29", "Strength": "74", "Dribbling": "83", "1name": "dimitri payet", "Stamina": "71", "Long Passing": "84", "Standing Tackle": "51", "Sliding Tackle": "48", "Ball Control": "81", "Passing": "82", "Interceptions": "44", "Agility": "78", "Long Shots": "83", "Shot Power": "77", "POS": "CAM", "Jumping": "48", "Positioning": "77", "Curve": "81", "Sprint Speed": "75", "Crossing": "83", "Finishing": "73", "Balance": "76", "Heading": "59", "Vision": "83", "OVR": "81", "Reactions": "76", "Free Kick": "79", "Short Passing": "82", "Pace": "77", "Penalties": "76", "Defending": "44", "Volleys": "79", "Shooting": "76", "Aggression": "54", "Physical": "68"}
{"Acceleration": "67", "Marking": "69", "Strength": "79", "Dribbling": "83", "1name": "axel witsel", "Stamina": "85", "Long Passing": "78", "Standing Tackle": "73", "Sliding Tackle": "71", "Ball Control": "85", "Passing": "77", "Interceptions": "85", "Agility": "82", "Long Shots": "74", "Shot Power": "78", "POS": "CM", "Jumping": "72", "Positioning": "75", "Curve": "69", "Sprint Speed": "74", "Crossing": "69", "Finishing": "71", "Balance": "60", "Heading": "77", "Vision": "78", "OVR": "81", "Reactions": "81", "Free Kick": "68", "Short Passing": "83", "Pace": "71", "Penalties": "81", "Defending": "74", "Volleys": "67", "Shooting": "74", "Aggression": "78", "Physical": "80"}
{"Acceleration": "66", "Marking": "78", "Strength": "76", "Dribbling": "73", "1name": "lars bender", "Stamina": "94", "Long Passing": "82", "Standing Tackle": "85", "Sliding Tackle": "82", "Ball Control": "76", "Passing": "76", "Interceptions": "87", "Agility": "65", "Long Shots": "71", "Shot Power": "74", "POS": "CM", "Jumping": "76", "Positioning": "69", "Curve": "49", "Sprint Speed": "69", "Crossing": "69", "Finishing": "59", "Balance": "66", "Heading": "73", "Vision": "78", "OVR": "81", "Reactions": "82", "Free Kick": "47", "Short Passing": "83", "Pace": "68", "Penalties": "52", "Defending": "82", "Volleys": "57", "Shooting": "64", "Aggression": "78", "Physical": "81"}
{"Acceleration": "84", "Marking": "80", "Strength": "66", "Dribbling": "75", "1name": "benoit tremoulinas", "Stamina": "90", "Long Passing": "77", "Standing Tackle": "80", "Sliding Tackle": "81", "Ball Control": "80", "Passing": "79", "Interceptions": "72", "Agility": "83", "Long Shots": "65", "Shot Power": "74", "POS": "LB", "Jumping": "74", "Positioning": "73", "Curve": "82", "Sprint Speed": "85", "Crossing": "83", "Finishing": "58", "Balance": "79", "Heading": "67", "Vision": "79", "OVR": "81", "Reactions": "82", "Free Kick": "59", "Short Passing": "81", "Pace": "85", "Penalties": "77", "Defending": "77", "Volleys": "47", "Shooting": "64", "Aggression": "75", "Physical": "74"}
{"Acceleration": "89", "Marking": "23", "Strength": "72", "Dribbling": "73", "1name": "loic remy", "Stamina": "75", "Long Passing": "60", "Standing Tackle": "24", "Sliding Tackle": "21", "Ball Control": "76", "Passing": "68", "Interceptions": "48", "Agility": "77", "Long Shots": "77", "Shot Power": "78", "POS": "ST", "Jumping": "90", "Positioning": "81", "Curve": "66", "Sprint Speed": "91", "Crossing": "61", "Finishing": "83", "Balance": "65", "Heading": "81", "Vision": "71", "OVR": "81", "Reactions": "77", "Free Kick": "51", "Short Passing": "77", "Pace": "90", "Penalties": "78", "Defending": "34", "Volleys": "71", "Shooting": "80", "Aggression": "57", "Physical": "71"}
{"Acceleration": "62", "Marking": "85", "Strength": "83", "Dribbling": "42", "1name": "simon kj%C3%A6r", "Stamina": "78", "Long Passing": "70", "Standing Tackle": "85", "Sliding Tackle": "81", "Ball Control": "67", "Passing": "63", "Interceptions": "84", "Agility": "48", "Long Shots": "41", "Shot Power": "70", "POS": "CB", "Jumping": "62", "Positioning": "31", "Curve": "52", "Sprint Speed": "69", "Crossing": "54", "Finishing": "32", "Balance": "58", "Heading": "81", "Vision": "49", "OVR": "81", "Reactions": "78", "Free Kick": "54", "Short Passing": "76", "Pace": "66", "Penalties": "46", "Defending": "84", "Volleys": "37", "Shooting": "42", "Aggression": "82", "Physical": "80"}
{"Acceleration": "79", "Marking": "83", "Strength": "73", "Dribbling": "78", "1name": "seamus coleman", "Stamina": "90", "Long Passing": "70", "Standing Tackle": "84", "Sliding Tackle": "84", "Ball Control": "77", "Passing": "72", "Interceptions": "77", "Agility": "77", "Long Shots": "68", "Shot Power": "75", "POS": "RB", "Jumping": "72", "Positioning": "76", "Curve": "42", "Sprint Speed": "80", "Crossing": "81", "Finishing": "65", "Balance": "74", "Heading": "67", "Vision": "70", "OVR": "81", "Reactions": "81", "Free Kick": "35", "Short Passing": "77", "Pace": "80", "Penalties": "60", "Defending": "81", "Volleys": "64", "Shooting": "68", "Aggression": "78", "Physical": "78"}
{"Acceleration": "68", "Marking": "11", "Strength": "80", "Dribbling": "74", "1name": "edin dzeko", "Stamina": "72", "Long Passing": "59", "Standing Tackle": "28", "Sliding Tackle": "16", "Ball Control": "78", "Passing": "67", "Interceptions": "50", "Agility": "58", "Long Shots": "81", "Shot Power": "88", "POS": "ST", "Jumping": "66", "Positioning": "85", "Curve": "70", "Sprint Speed": "65", "Crossing": "63", "Finishing": "84", "Balance": "42", "Heading": "81", "Vision": "70", "OVR": "81", "Reactions": "81", "Free Kick": "54", "Short Passing": "72", "Pace": "66", "Penalties": "74", "Defending": "31", "Volleys": "84", "Shooting": "84", "Aggression": "51", "Physical": "72"}
{"Acceleration": "77", "Marking": "27", "Strength": "74", "Dribbling": "85", "1name": "stevan jovetic", "Stamina": "75", "Long Passing": "73", "Standing Tackle": "36", "Sliding Tackle": "34", "Ball Control": "82", "Passing": "78", "Interceptions": "30", "Agility": "83", "Long Shots": "80", "Shot Power": "83", "POS": "ST", "Jumping": "70", "Positioning": "81", "Curve": "84", "Sprint Speed": "77", "Crossing": "72", "Finishing": "81", "Balance": "62", "Heading": "76", "Vision": "80", "OVR": "81", "Reactions": "83", "Free Kick": "72", "Short Passing": "82", "Pace": "77", "Penalties": "84", "Defending": "36", "Volleys": "81", "Shooting": "81", "Aggression": "50", "Physical": "69"}
{"Acceleration": "83", "Marking": "87", "Strength": "71", "Dribbling": "60", "1name": "martin caceres", "Stamina": "75", "Long Passing": "65", "Standing Tackle": "87", "Sliding Tackle": "87", "Ball Control": "65", "Passing": "63", "Interceptions": "85", "Agility": "85", "Long Shots": "59", "Shot Power": "71", "POS": "CB", "Jumping": "93", "Positioning": "47", "Curve": "72", "Sprint Speed": "83", "Crossing": "68", "Finishing": "38", "Balance": "77", "Heading": "76", "Vision": "58", "OVR": "81", "Reactions": "78", "Free Kick": "41", "Short Passing": "65", "Pace": "83", "Penalties": "50", "Defending": "86", "Volleys": "65", "Shooting": "51", "Aggression": "80", "Physical": "75"}
{"Acceleration": "72", "Marking": "81", "Strength": "90", "Dribbling": "67", "1name": "aurelien chedjou", "Stamina": "74", "Long Passing": "69", "Standing Tackle": "85", "Sliding Tackle": "79", "Ball Control": "67", "Passing": "64", "Interceptions": "79", "Agility": "68", "Long Shots": "59", "Shot Power": "74", "POS": "CB", "Jumping": "90", "Positioning": "46", "Curve": "51", "Sprint Speed": "76", "Crossing": "57", "Finishing": "56", "Balance": "58", "Heading": "84", "Vision": "56", "OVR": "81", "Reactions": "78", "Free Kick": "58", "Short Passing": "73", "Pace": "74", "Penalties": "57", "Defending": "82", "Volleys": "59", "Shooting": "60", "Aggression": "80", "Physical": "84"}
{"Acceleration": "72", "Marking": "71", "Strength": "79", "Dribbling": "75", "1name": "marco parolo", "Stamina": "84", "Long Passing": "82", "Standing Tackle": "80", "Sliding Tackle": "82", "Ball Control": "79", "Passing": "77", "Interceptions": "82", "Agility": "69", "Long Shots": "86", "Shot Power": "87", "POS": "CM", "Jumping": "77", "Positioning": "84", "Curve": "67", "Sprint Speed": "76", "Crossing": "74", "Finishing": "75", "Balance": "71", "Heading": "73", "Vision": "78", "OVR": "81", "Reactions": "83", "Free Kick": "55", "Short Passing": "81", "Pace": "74", "Penalties": "45", "Defending": "77", "Volleys": "76", "Shooting": "79", "Aggression": "89", "Physical": "82"}
{"Acceleration": "74", "Marking": "35", "Strength": "72", "Dribbling": "83", "1name": "max kruse", "Stamina": "84", "Long Passing": "69", "Standing Tackle": "38", "Sliding Tackle": "39", "Ball Control": "82", "Passing": "78", "Interceptions": "39", "Agility": "77", "Long Shots": "78", "Shot Power": "79", "POS": "CF", "Jumping": "69", "Positioning": "83", "Curve": "76", "Sprint Speed": "76", "Crossing": "80", "Finishing": "81", "Balance": "76", "Heading": "59", "Vision": "80", "OVR": "81", "Reactions": "83", "Free Kick": "69", "Short Passing": "81", "Pace": "75", "Penalties": "84", "Defending": "40", "Volleys": "79", "Shooting": "80", "Aggression": "65", "Physical": "73"}
{"Acceleration": "62", "Marking": "82", "Strength": "81", "Dribbling": "61", "1name": "toby alderweireld", "Stamina": "74", "Long Passing": "78", "Standing Tackle": "85", "Sliding Tackle": "83", "Ball Control": "68", "Passing": "67", "Interceptions": "83", "Agility": "60", "Long Shots": "68", "Shot Power": "86", "POS": "CB", "Jumping": "78", "Positioning": "56", "Curve": "63", "Sprint Speed": "63", "Crossing": "59", "Finishing": "45", "Balance": "49", "Heading": "78", "Vision": "52", "OVR": "81", "Reactions": "80", "Free Kick": "69", "Short Passing": "77", "Pace": "63", "Penalties": "60", "Defending": "83", "Volleys": "38", "Shooting": "59", "Aggression": "79", "Physical": "79"}
{"Acceleration": "55", "Marking": "68", "Strength": "75", "Dribbling": "72", "1name": "bruno", "Stamina": "76", "Long Passing": "84", "Standing Tackle": "84", "Sliding Tackle": "76", "Ball Control": "81", "Passing": "77", "Interceptions": "83", "Agility": "60", "Long Shots": "76", "Shot Power": "78", "POS": "CM", "Jumping": "66", "Positioning": "80", "Curve": "65", "Sprint Speed": "59", "Crossing": "58", "Finishing": "59", "Balance": "68", "Heading": "61", "Vision": "81", "OVR": "81", "Reactions": "79", "Free Kick": "69", "Short Passing": "86", "Pace": "57", "Penalties": "67", "Defending": "76", "Volleys": "48", "Shooting": "67", "Aggression": "78", "Physical": "75"}
{"Acceleration": "79", "Marking": "81", "Strength": "70", "Dribbling": "69", "1name": "matteo darmian", "Stamina": "91", "Long Passing": "68", "Standing Tackle": "83", "Sliding Tackle": "87", "Ball Control": "75", "Passing": "69", "Interceptions": "82", "Agility": "79", "Long Shots": "56", "Shot Power": "70", "POS": "RB", "Jumping": "70", "Positioning": "64", "Curve": "71", "Sprint Speed": "79", "Crossing": "78", "Finishing": "38", "Balance": "77", "Heading": "72", "Vision": "60", "OVR": "81", "Reactions": "78", "Free Kick": "35", "Short Passing": "74", "Pace": "79", "Penalties": "45", "Defending": "82", "Volleys": "59", "Shooting": "51", "Aggression": "84", "Physical": "78"}
{"Acceleration": "91", "Marking": "23", "Strength": "48", "Dribbling": "84", "1name": "sebastian giovinco", "Stamina": "75", "Long Passing": "70", "Standing Tackle": "23", "Sliding Tackle": "28", "Ball Control": "85", "Passing": "79", "Interceptions": "26", "Agility": "93", "Long Shots": "80", "Shot Power": "72", "POS": "CF", "Jumping": "53", "Positioning": "83", "Curve": "86", "Sprint Speed": "89", "Crossing": "75", "Finishing": "78", "Balance": "93", "Heading": "39", "Vision": "83", "OVR": "81", "Reactions": "77", "Free Kick": "86", "Short Passing": "82", "Pace": "90", "Penalties": "75", "Defending": "26", "Volleys": "70", "Shooting": "77", "Aggression": "73", "Physical": "60"}
{"Acceleration": "87", "Marking": "25", "Strength": "58", "Dribbling": "87", "1name": "sofiane feghouli", "Stamina": "85", "Long Passing": "71", "Standing Tackle": "32", "Sliding Tackle": "31", "Ball Control": "84", "Passing": "76", "Interceptions": "31", "Agility": "86", "Long Shots": "73", "Shot Power": "83", "POS": "RW", "Jumping": "72", "Positioning": "81", "Curve": "57", "Sprint Speed": "91", "Crossing": "81", "Finishing": "70", "Balance": "80", "Heading": "58", "Vision": "76", "OVR": "81", "Reactions": "79", "Free Kick": "68", "Short Passing": "78", "Pace": "89", "Penalties": "62", "Defending": "32", "Volleys": "72", "Shooting": "73", "Aggression": "46", "Physical": "63"}
{"Acceleration": "89", "Marking": "14", "Strength": "55", "Dribbling": "82", "1name": "jose callejon", "Stamina": "83", "Long Passing": "55", "Standing Tackle": "13", "Sliding Tackle": "17", "Ball Control": "84", "Passing": "73", "Interceptions": "29", "Agility": "83", "Long Shots": "81", "Shot Power": "81", "POS": "CAM", "Jumping": "73", "Positioning": "86", "Curve": "70", "Sprint Speed": "90", "Crossing": "77", "Finishing": "80", "Balance": "81", "Heading": "55", "Vision": "77", "OVR": "81", "Reactions": "80", "Free Kick": "68", "Short Passing": "77", "Pace": "90", "Penalties": "64", "Defending": "21", "Volleys": "80", "Shooting": "80", "Aggression": "53", "Physical": "62"}
{"Acceleration": "74", "Marking": "85", "Strength": "78", "Dribbling": "62", "1name": "omer toprak", "Stamina": "65", "Long Passing": "68", "Standing Tackle": "84", "Sliding Tackle": "82", "Ball Control": "71", "Passing": "62", "Interceptions": "83", "Agility": "65", "Long Shots": "36", "Shot Power": "63", "POS": "CB", "Jumping": "81", "Positioning": "35", "Curve": "44", "Sprint Speed": "76", "Crossing": "49", "Finishing": "28", "Balance": "60", "Heading": "82", "Vision": "58", "OVR": "81", "Reactions": "81", "Free Kick": "33", "Short Passing": "75", "Pace": "75", "Penalties": "48", "Defending": "84", "Volleys": "55", "Shooting": "39", "Aggression": "73", "Physical": "74"}
{"Acceleration": "67", "Marking": "84", "Strength": "79", "Dribbling": "43", "1name": "mateo musacchio", "Stamina": "76", "Long Passing": "69", "Standing Tackle": "83", "Sliding Tackle": "85", "Ball Control": "70", "Passing": "65", "Interceptions": "85", "Agility": "75", "Long Shots": "53", "Shot Power": "57", "POS": "CB", "Jumping": "84", "Positioning": "50", "Curve": "53", "Sprint Speed": "69", "Crossing": "55", "Finishing": "48", "Balance": "59", "Heading": "80", "Vision": "64", "OVR": "81", "Reactions": "81", "Free Kick": "45", "Short Passing": "74", "Pace": "68", "Penalties": "57", "Defending": "84", "Volleys": "36", "Shooting": "51", "Aggression": "80", "Physical": "79"}
{"Acceleration": "69", "Marking": "76", "Strength": "81", "Dribbling": "64", "1name": "camacho", "Stamina": "90", "Long Passing": "74", "Standing Tackle": "83", "Sliding Tackle": "74", "Ball Control": "76", "Passing": "72", "Interceptions": "85", "Agility": "73", "Long Shots": "54", "Shot Power": "76", "POS": "CDM", "Jumping": "85", "Positioning": "66", "Curve": "62", "Sprint Speed": "66", "Crossing": "50", "Finishing": "53", "Balance": "64", "Heading": "83", "Vision": "80", "OVR": "81", "Reactions": "79", "Free Kick": "59", "Short Passing": "82", "Pace": "67", "Penalties": "48", "Defending": "80", "Volleys": "52", "Shooting": "58", "Aggression": "85", "Physical": "84"}
{"Acceleration": "73", "Marking": "82", "Strength": "75", "Dribbling": "64", "1name": "nicolas nkoulou", "Stamina": "70", "Long Passing": "76", "Standing Tackle": "84", "Sliding Tackle": "82", "Ball Control": "76", "Passing": "67", "Interceptions": "82", "Agility": "68", "Long Shots": "46", "Shot Power": "58", "POS": "CB", "Jumping": "86", "Positioning": "54", "Curve": "37", "Sprint Speed": "78", "Crossing": "60", "Finishing": "33", "Balance": "78", "Heading": "74", "Vision": "67", "OVR": "81", "Reactions": "80", "Free Kick": "28", "Short Passing": "77", "Pace": "76", "Penalties": "50", "Defending": "82", "Volleys": "64", "Shooting": "44", "Aggression": "79", "Physical": "75"}
{"Acceleration": "79", "Marking": "61", "Strength": "66", "Dribbling": "84", "1name": "jack wilshere", "Stamina": "82", "Long Passing": "83", "Standing Tackle": "63", "Sliding Tackle": "65", "Ball Control": "84", "Passing": "81", "Interceptions": "61", "Agility": "83", "Long Shots": "73", "Shot Power": "75", "POS": "CM", "Jumping": "67", "Positioning": "80", "Curve": "80", "Sprint Speed": "74", "Crossing": "73", "Finishing": "64", "Balance": "87", "Heading": "58", "Vision": "85", "OVR": "81", "Reactions": "80", "Free Kick": "72", "Short Passing": "84", "Pace": "76", "Penalties": "65", "Defending": "62", "Volleys": "64", "Shooting": "69", "Aggression": "83", "Physical": "73"}
{"Acceleration": "54", "Marking": "76", "Strength": "86", "Dribbling": "67", "1name": "iborra", "Stamina": "78", "Long Passing": "82", "Standing Tackle": "84", "Sliding Tackle": "75", "Ball Control": "80", "Passing": "74", "Interceptions": "85", "Agility": "53", "Long Shots": "65", "Shot Power": "87", "POS": "CDM", "Jumping": "68", "Positioning": "62", "Curve": "66", "Sprint Speed": "53", "Crossing": "53", "Finishing": "61", "Balance": "50", "Heading": "81", "Vision": "79", "OVR": "81", "Reactions": "75", "Free Kick": "75", "Short Passing": "81", "Pace": "53", "Penalties": "72", "Defending": "81", "Volleys": "66", "Shooting": "68", "Aggression": "84", "Physical": "83"}
{"Acceleration": "75", "Marking": "73", "Strength": "80", "Dribbling": "68", "1name": "iturraspe", "Stamina": "81", "Long Passing": "83", "Standing Tackle": "84", "Sliding Tackle": "79", "Ball Control": "79", "Passing": "77", "Interceptions": "84", "Agility": "54", "Long Shots": "67", "Shot Power": "67", "POS": "CDM", "Jumping": "54", "Positioning": "68", "Curve": "69", "Sprint Speed": "69", "Crossing": "57", "Finishing": "58", "Balance": "45", "Heading": "79", "Vision": "80", "OVR": "81", "Reactions": "82", "Free Kick": "67", "Short Passing": "86", "Pace": "72", "Penalties": "59", "Defending": "80", "Volleys": "47", "Shooting": "62", "Aggression": "66", "Physical": "76"}
{"Acceleration": "69", "Marking": "25", "Strength": "94", "Dribbling": "74", "1name": "wilfried bony", "Stamina": "78", "Long Passing": "45", "Standing Tackle": "42", "Sliding Tackle": "28", "Ball Control": "76", "Passing": "59", "Interceptions": "38", "Agility": "67", "Long Shots": "80", "Shot Power": "89", "POS": "ST", "Jumping": "86", "Positioning": "85", "Curve": "66", "Sprint Speed": "75", "Crossing": "45", "Finishing": "83", "Balance": "72", "Heading": "84", "Vision": "65", "OVR": "81", "Reactions": "81", "Free Kick": "58", "Short Passing": "68", "Pace": "72", "Penalties": "77", "Defending": "39", "Volleys": "76", "Shooting": "83", "Aggression": "70", "Physical": "85"}
{"Acceleration": "87", "Marking": "80", "Strength": "71", "Dribbling": "78", "1name": "nathaniel clyne", "Stamina": "87", "Long Passing": "67", "Standing Tackle": "83", "Sliding Tackle": "86", "Ball Control": "76", "Passing": "71", "Interceptions": "76", "Agility": "84", "Long Shots": "69", "Shot Power": "74", "POS": "RB", "Jumping": "73", "Positioning": "64", "Curve": "64", "Sprint Speed": "86", "Crossing": "80", "Finishing": "54", "Balance": "76", "Heading": "66", "Vision": "64", "OVR": "81", "Reactions": "75", "Free Kick": "39", "Short Passing": "76", "Pace": "86", "Penalties": "46", "Defending": "79", "Volleys": "45", "Shooting": "61", "Aggression": "76", "Physical": "76"}
{"Acceleration": "94", "Marking": "41", "Strength": "60", "Dribbling": "86", "1name": "douglas costa", "Stamina": "76", "Long Passing": "74", "Standing Tackle": "62", "Sliding Tackle": "47", "Ball Control": "86", "Passing": "78", "Interceptions": "43", "Agility": "88", "Long Shots": "77", "Shot Power": "81", "POS": "RM", "Jumping": "61", "Positioning": "78", "Curve": "81", "Sprint Speed": "87", "Crossing": "75", "Finishing": "72", "Balance": "87", "Heading": "58", "Vision": "81", "OVR": "81", "Reactions": "77", "Free Kick": "78", "Short Passing": "80", "Pace": "90", "Penalties": "77", "Defending": "50", "Volleys": "67", "Shooting": "75", "Aggression": "55", "Physical": "63"}
{"Acceleration": "78", "Marking": "47", "Strength": "59", "Dribbling": "83", "1name": "ander herrera", "Stamina": "68", "Long Passing": "81", "Standing Tackle": "60", "Sliding Tackle": "48", "Ball Control": "87", "Passing": "79", "Interceptions": "66", "Agility": "84", "Long Shots": "74", "Shot Power": "69", "POS": "CM", "Jumping": "63", "Positioning": "80", "Curve": "72", "Sprint Speed": "72", "Crossing": "60", "Finishing": "68", "Balance": "78", "Heading": "38", "Vision": "85", "OVR": "81", "Reactions": "81", "Free Kick": "70", "Short Passing": "88", "Pace": "75", "Penalties": "68", "Defending": "54", "Volleys": "60", "Shooting": "70", "Aggression": "77", "Physical": "65"}
{"Acceleration": "88", "Marking": "49", "Strength": "66", "Dribbling": "87", "1name": "henrikh mkhitaryan", "Stamina": "82", "Long Passing": "75", "Standing Tackle": "53", "Sliding Tackle": "55", "Ball Control": "86", "Passing": "76", "Interceptions": "68", "Agility": "90", "Long Shots": "73", "Shot Power": "86", "POS": "RM", "Jumping": "73", "Positioning": "82", "Curve": "83", "Sprint Speed": "84", "Crossing": "70", "Finishing": "64", "Balance": "81", "Heading": "53", "Vision": "82", "OVR": "81", "Reactions": "83", "Free Kick": "64", "Short Passing": "76", "Pace": "86", "Penalties": "72", "Defending": "55", "Volleys": "84", "Shooting": "72", "Aggression": "68", "Physical": "71"}
{"Acceleration": "85", "Marking": "71", "Strength": "65", "Dribbling": "86", "1name": "roberto pereyra", "Stamina": "91", "Long Passing": "79", "Standing Tackle": "77", "Sliding Tackle": "81", "Ball Control": "85", "Passing": "81", "Interceptions": "75", "Agility": "85", "Long Shots": "79", "Shot Power": "69", "POS": "CAM", "Jumping": "69", "Positioning": "77", "Curve": "84", "Sprint Speed": "85", "Crossing": "78", "Finishing": "66", "Balance": "75", "Heading": "60", "Vision": "82", "OVR": "81", "Reactions": "78", "Free Kick": "76", "Short Passing": "83", "Pace": "85", "Penalties": "72", "Defending": "74", "Volleys": "76", "Shooting": "71", "Aggression": "80", "Physical": "75"}
{"Acceleration": "65", "Marking": "79", "Strength": "85", "Dribbling": "56", "1name": "victor ruiz", "Stamina": "67", "Long Passing": "70", "Standing Tackle": "84", "Sliding Tackle": "82", "Ball Control": "73", "Passing": "65", "Interceptions": "83", "Agility": "57", "Long Shots": "38", "Shot Power": "59", "POS": "CB", "Jumping": "78", "Positioning": "39", "Curve": "67", "Sprint Speed": "68", "Crossing": "54", "Finishing": "37", "Balance": "58", "Heading": "79", "Vision": "56", "OVR": "81", "Reactions": "77", "Free Kick": "46", "Short Passing": "76", "Pace": "67", "Penalties": "46", "Defending": "82", "Volleys": "39", "Shooting": "42", "Aggression": "79", "Physical": "79"}
{"Acceleration": "77", "Marking": "79", "Strength": "86", "Dribbling": "65", "1name": "gary medel", "Stamina": "92", "Long Passing": "76", "Standing Tackle": "83", "Sliding Tackle": "77", "Ball Control": "74", "Passing": "69", "Interceptions": "85", "Agility": "63", "Long Shots": "59", "Shot Power": "72", "POS": "CDM", "Jumping": "90", "Positioning": "59", "Curve": "40", "Sprint Speed": "76", "Crossing": "59", "Finishing": "34", "Balance": "92", "Heading": "55", "Vision": "70", "OVR": "81", "Reactions": "81", "Free Kick": "50", "Short Passing": "78", "Pace": "76", "Penalties": "62", "Defending": "79", "Volleys": "61", "Shooting": "51", "Aggression": "91", "Physical": "89"}
{"Acceleration": "90", "Marking": "27", "Strength": "56", "Dribbling": "85", "1name": "patrick herrmann", "Stamina": "74", "Long Passing": "64", "Standing Tackle": "26", "Sliding Tackle": "40", "Ball Control": "79", "Passing": "75", "Interceptions": "29", "Agility": "88", "Long Shots": "74", "Shot Power": "78", "POS": "RM", "Jumping": "69", "Positioning": "82", "Curve": "74", "Sprint Speed": "92", "Crossing": "79", "Finishing": "76", "Balance": "82", "Heading": "55", "Vision": "78", "OVR": "81", "Reactions": "83", "Free Kick": "50", "Short Passing": "79", "Pace": "91", "Penalties": "61", "Defending": "31", "Volleys": "74", "Shooting": "75", "Aggression": "58", "Physical": "62"}
{"Acceleration": "93", "Marking": "25", "Strength": "37", "Dribbling": "86", "1name": "lorenzo insigne", "Stamina": "77", "Long Passing": "74", "Standing Tackle": "25", "Sliding Tackle": "20", "Ball Control": "87", "Passing": "78", "Interceptions": "21", "Agility": "95", "Long Shots": "75", "Shot Power": "69", "POS": "CAM", "Jumping": "54", "Positioning": "76", "Curve": "83", "Sprint Speed": "85", "Crossing": "77", "Finishing": "68", "Balance": "93", "Heading": "56", "Vision": "82", "OVR": "81", "Reactions": "75", "Free Kick": "74", "Short Passing": "78", "Pace": "89", "Penalties": "61", "Defending": "27", "Volleys": "68", "Shooting": "70", "Aggression": "33", "Physical": "47"}
{"Acceleration": "78", "Marking": "79", "Strength": "80", "Dribbling": "79", "1name": "danilo", "Stamina": "84", "Long Passing": "75", "Standing Tackle": "81", "Sliding Tackle": "83", "Ball Control": "80", "Passing": "77", "Interceptions": "81", "Agility": "76", "Long Shots": "83", "Shot Power": "86", "POS": "RB", "Jumping": "75", "Positioning": "78", "Curve": "70", "Sprint Speed": "84", "Crossing": "79", "Finishing": "68", "Balance": "66", "Heading": "71", "Vision": "77", "OVR": "81", "Reactions": "81", "Free Kick": "72", "Short Passing": "78", "Pace": "81", "Penalties": "75", "Defending": "80", "Volleys": "72", "Shooting": "76", "Aggression": "74", "Physical": "80"}
{"Acceleration": "48", "Marking": "70", "Strength": "75", "Dribbling": "68", "1name": "granit xhaka", "Stamina": "79", "Long Passing": "88", "Standing Tackle": "73", "Sliding Tackle": "66", "Ball Control": "79", "Passing": "80", "Interceptions": "74", "Agility": "58", "Long Shots": "84", "Shot Power": "88", "POS": "CM", "Jumping": "33", "Positioning": "78", "Curve": "68", "Sprint Speed": "54", "Crossing": "68", "Finishing": "49", "Balance": "62", "Heading": "59", "Vision": "86", "OVR": "81", "Reactions": "84", "Free Kick": "70", "Short Passing": "84", "Pace": "51", "Penalties": "59", "Defending": "70", "Volleys": "50", "Shooting": "66", "Aggression": "89", "Physical": "77"}
{"Acceleration": "79", "Marking": "25", "Strength": "76", "Dribbling": "83", "1name": "vitolo", "Stamina": "74", "Long Passing": "81", "Standing Tackle": "21", "Sliding Tackle": "23", "Ball Control": "85", "Passing": "80", "Interceptions": "25", "Agility": "74", "Long Shots": "76", "Shot Power": "70", "POS": "LM", "Jumping": "59", "Positioning": "80", "Curve": "71", "Sprint Speed": "80", "Crossing": "80", "Finishing": "75", "Balance": "64", "Heading": "59", "Vision": "80", "OVR": "81", "Reactions": "79", "Free Kick": "62", "Short Passing": "83", "Pace": "80", "Penalties": "74", "Defending": "27", "Volleys": "55", "Shooting": "73", "Aggression": "62", "Physical": "72"}
{"Acceleration": "79", "Marking": "76", "Strength": "73", "Dribbling": "77", "1name": "allan", "Stamina": "94", "Long Passing": "76", "Standing Tackle": "84", "Sliding Tackle": "83", "Ball Control": "78", "Passing": "73", "Interceptions": "84", "Agility": "76", "Long Shots": "61", "Shot Power": "70", "POS": "CDM", "Jumping": "69", "Positioning": "71", "Curve": "65", "Sprint Speed": "73", "Crossing": "69", "Finishing": "50", "Balance": "82", "Heading": "59", "Vision": "76", "OVR": "81", "Reactions": "84", "Free Kick": "49", "Short Passing": "78", "Pace": "76", "Penalties": "53", "Defending": "79", "Volleys": "56", "Shooting": "58", "Aggression": "86", "Physical": "81"}
{"Acceleration": "83", "Marking": "15", "Strength": "79", "Dribbling": "84", "1name": "morata", "Stamina": "75", "Long Passing": "51", "Standing Tackle": "19", "Sliding Tackle": "15", "Ball Control": "85", "Passing": "66", "Interceptions": "21", "Agility": "75", "Long Shots": "77", "Shot Power": "79", "POS": "ST", "Jumping": "75", "Positioning": "85", "Curve": "80", "Sprint Speed": "85", "Crossing": "67", "Finishing": "84", "Balance": "65", "Heading": "72", "Vision": "70", "OVR": "81", "Reactions": "78", "Free Kick": "43", "Short Passing": "71", "Pace": "84", "Penalties": "78", "Defending": "23", "Volleys": "76", "Shooting": "81", "Aggression": "56", "Physical": "73"}
{"Acceleration": "70", "Marking": "80", "Strength": "83", "Dribbling": "65", "1name": "marcos rojo", "Stamina": "78", "Long Passing": "74", "Standing Tackle": "84", "Sliding Tackle": "81", "Ball Control": "66", "Passing": "66", "Interceptions": "79", "Agility": "73", "Long Shots": "63", "Shot Power": "79", "POS": "CB", "Jumping": "86", "Positioning": "55", "Curve": "53", "Sprint Speed": "74", "Crossing": "75", "Finishing": "52", "Balance": "62", "Heading": "82", "Vision": "56", "OVR": "81", "Reactions": "74", "Free Kick": "57", "Short Passing": "66", "Pace": "72", "Penalties": "64", "Defending": "81", "Volleys": "49", "Shooting": "60", "Aggression": "86", "Physical": "82"}
{"Acceleration": "63", "Marking": "85", "Strength": "86", "Dribbling": "49", "1name": "nikola maksimovic", "Stamina": "68", "Long Passing": "59", "Standing Tackle": "85", "Sliding Tackle": "79", "Ball Control": "61", "Passing": "47", "Interceptions": "83", "Agility": "54", "Long Shots": "29", "Shot Power": "39", "POS": "CB", "Jumping": "68", "Positioning": "29", "Curve": "29", "Sprint Speed": "69", "Crossing": "45", "Finishing": "22", "Balance": "58", "Heading": "82", "Vision": "31", "OVR": "80", "Reactions": "71", "Free Kick": "23", "Short Passing": "59", "Pace": "66", "Penalties": "26", "Defending": "84", "Volleys": "28", "Shooting": "28", "Aggression": "79", "Physical": "79"}
{"Acceleration": "83", "Marking": "55", "Strength": "72", "Dribbling": "82", "1name": "jakub b%C5%82aszczykowski", "Stamina": "75", "Long Passing": "73", "Standing Tackle": "59", "Sliding Tackle": "63", "Ball Control": "81", "Passing": "78", "Interceptions": "64", "Agility": "81", "Long Shots": "70", "Shot Power": "77", "POS": "RM", "Jumping": "64", "Positioning": "77", "Curve": "78", "Sprint Speed": "82", "Crossing": "81", "Finishing": "69", "Balance": "80", "Heading": "49", "Vision": "79", "OVR": "80", "Reactions": "81", "Free Kick": "67", "Short Passing": "80", "Pace": "82", "Penalties": "70", "Defending": "58", "Volleys": "81", "Shooting": "72", "Aggression": "70", "Physical": "72"}
{"Acceleration": "78", "Marking": "77", "Strength": "65", "Dribbling": "81", "1name": "fabio coentrao", "Stamina": "79", "Long Passing": "69", "Standing Tackle": "77", "Sliding Tackle": "84", "Ball Control": "79", "Passing": "73", "Interceptions": "80", "Agility": "71", "Long Shots": "66", "Shot Power": "69", "POS": "LB", "Jumping": "77", "Positioning": "70", "Curve": "78", "Sprint Speed": "78", "Crossing": "78", "Finishing": "65", "Balance": "77", "Heading": "71", "Vision": "69", "OVR": "80", "Reactions": "83", "Free Kick": "60", "Short Passing": "75", "Pace": "78", "Penalties": "54", "Defending": "78", "Volleys": "64", "Shooting": "66", "Aggression": "82", "Physical": "72"}
{"Acceleration": "87", "Marking": "22", "Strength": "57", "Dribbling": "74", "1name": "javier hernandez", "Stamina": "75", "Long Passing": "55", "Standing Tackle": "29", "Sliding Tackle": "25", "Ball Control": "77", "Passing": "64", "Interceptions": "26", "Agility": "79", "Long Shots": "69", "Shot Power": "75", "POS": "ST", "Jumping": "85", "Positioning": "87", "Curve": "67", "Sprint Speed": "85", "Crossing": "62", "Finishing": "88", "Balance": "84", "Heading": "82", "Vision": "72", "OVR": "80", "Reactions": "73", "Free Kick": "52", "Short Passing": "67", "Pace": "86", "Penalties": "80", "Defending": "31", "Volleys": "74", "Shooting": "80", "Aggression": "59", "Physical": "63"}
{"Acceleration": "78", "Marking": "25", "Strength": "63", "Dribbling": "86", "1name": "julian draxler", "Stamina": "69", "Long Passing": "74", "Standing Tackle": "35", "Sliding Tackle": "26", "Ball Control": "84", "Passing": "79", "Interceptions": "36", "Agility": "83", "Long Shots": "85", "Shot Power": "81", "POS": "LM", "Jumping": "67", "Positioning": "77", "Curve": "78", "Sprint Speed": "77", "Crossing": "78", "Finishing": "75", "Balance": "75", "Heading": "58", "Vision": "77", "OVR": "80", "Reactions": "81", "Free Kick": "72", "Short Passing": "83", "Pace": "77", "Penalties": "62", "Defending": "34", "Volleys": "79", "Shooting": "78", "Aggression": "48", "Physical": "62"}
{"Acceleration": "76", "Marking": "35", "Strength": "54", "Dribbling": "87", "1name": "andres dalessandro", "Stamina": "70", "Long Passing": "81", "Standing Tackle": "29", "Sliding Tackle": "25", "Ball Control": "86", "Passing": "82", "Interceptions": "52", "Agility": "79", "Long Shots": "78", "Shot Power": "76", "POS": "CAM", "Jumping": "57", "Positioning": "73", "Curve": "82", "Sprint Speed": "66", "Crossing": "83", "Finishing": "70", "Balance": "82", "Heading": "45", "Vision": "83", "OVR": "80", "Reactions": "71", "Free Kick": "80", "Short Passing": "83", "Pace": "70", "Penalties": "80", "Defending": "37", "Volleys": "76", "Shooting": "74", "Aggression": "80", "Physical": "63"}
{"Acceleration": "55", "Marking": "82", "Strength": "91", "Dribbling": "59", "1name": "dede", "Stamina": "70", "Long Passing": "72", "Standing Tackle": "85", "Sliding Tackle": "80", "Ball Control": "71", "Passing": "66", "Interceptions": "78", "Agility": "52", "Long Shots": "41", "Shot Power": "68", "POS": "CB", "Jumping": "34", "Positioning": "58", "Curve": "65", "Sprint Speed": "78", "Crossing": "62", "Finishing": "43", "Balance": "33", "Heading": "85", "Vision": "52", "OVR": "80", "Reactions": "72", "Free Kick": "70", "Short Passing": "73", "Pace": "68", "Penalties": "47", "Defending": "82", "Volleys": "36", "Shooting": "48", "Aggression": "80", "Physical": "81"}
{"Acceleration": "73", "Marking": "20", "Strength": "70", "Dribbling": "80", "1name": "samuel etoo", "Stamina": "68", "Long Passing": "64", "Standing Tackle": "39", "Sliding Tackle": "35", "Ball Control": "80", "Passing": "74", "Interceptions": "39", "Agility": "79", "Long Shots": "74", "Shot Power": "87", "POS": "ST", "Jumping": "85", "Positioning": "83", "Curve": "81", "Sprint Speed": "75", "Crossing": "71", "Finishing": "82", "Balance": "74", "Heading": "75", "Vision": "77", "OVR": "80", "Reactions": "79", "Free Kick": "75", "Short Passing": "75", "Pace": "74", "Penalties": "87", "Defending": "36", "Volleys": "82", "Shooting": "82", "Aggression": "75", "Physical": "71"}
{"Acceleration": "71", "Marking": "25", "Strength": "94", "Dribbling": "71", "1name": "artem dzyuba", "Stamina": "79", "Long Passing": "64", "Standing Tackle": "15", "Sliding Tackle": "19", "Ball Control": "76", "Passing": "70", "Interceptions": "35", "Agility": "33", "Long Shots": "76", "Shot Power": "84", "POS": "ST", "Jumping": "60", "Positioning": "86", "Curve": "61", "Sprint Speed": "78", "Crossing": "61", "Finishing": "82", "Balance": "34", "Heading": "86", "Vision": "77", "OVR": "80", "Reactions": "75", "Free Kick": "71", "Short Passing": "76", "Pace": "75", "Penalties": "79", "Defending": "30", "Volleys": "71", "Shooting": "81", "Aggression": "78", "Physical": "86"}
{"Acceleration": "72", "Marking": "63", "Strength": "68", "Dribbling": "76", "1name": "lars stindl", "Stamina": "80", "Long Passing": "65", "Standing Tackle": "65", "Sliding Tackle": "57", "Ball Control": "79", "Passing": "77", "Interceptions": "69", "Agility": "75", "Long Shots": "81", "Shot Power": "83", "POS": "CF", "Jumping": "72", "Positioning": "81", "Curve": "78", "Sprint Speed": "68", "Crossing": "76", "Finishing": "77", "Balance": "78", "Heading": "66", "Vision": "81", "OVR": "80", "Reactions": "83", "Free Kick": "69", "Short Passing": "82", "Pace": "70", "Penalties": "70", "Defending": "65", "Volleys": "79", "Shooting": "81", "Aggression": "70", "Physical": "72"}
{"Acceleration": "66", "Marking": "71", "Strength": "68", "Dribbling": "75", "1name": "yohan cabaye", "Stamina": "81", "Long Passing": "82", "Standing Tackle": "75", "Sliding Tackle": "71", "Ball Control": "84", "Passing": "82", "Interceptions": "78", "Agility": "74", "Long Shots": "80", "Shot Power": "82", "POS": "CDM", "Jumping": "70", "Positioning": "71", "Curve": "80", "Sprint Speed": "68", "Crossing": "77", "Finishing": "71", "Balance": "77", "Heading": "71", "Vision": "82", "OVR": "80", "Reactions": "79", "Free Kick": "81", "Short Passing": "84", "Pace": "67", "Penalties": "84", "Defending": "74", "Volleys": "73", "Shooting": "76", "Aggression": "78", "Physical": "74"}
{"Acceleration": "89", "Marking": "19", "Strength": "57", "Dribbling": "89", "1name": "deulofeu", "Stamina": "77", "Long Passing": "58", "Standing Tackle": "29", "Sliding Tackle": "23", "Ball Control": "86", "Passing": "72", "Interceptions": "23", "Agility": "93", "Long Shots": "65", "Shot Power": "64", "POS": "RM", "Jumping": "73", "Positioning": "78", "Curve": "90", "Sprint Speed": "92", "Crossing": "80", "Finishing": "73", "Balance": "77", "Heading": "43", "Vision": "66", "OVR": "80", "Reactions": "77", "Free Kick": "80", "Short Passing": "72", "Pace": "91", "Penalties": "70", "Defending": "26", "Volleys": "55", "Shooting": "69", "Aggression": "40", "Physical": "60"}
{"Acceleration": "69", "Marking": "29", "Strength": "85", "Dribbling": "70", "1name": "islam slimani", "Stamina": "89", "Long Passing": "53", "Standing Tackle": "43", "Sliding Tackle": "22", "Ball Control": "74", "Passing": "66", "Interceptions": "53", "Agility": "67", "Long Shots": "68", "Shot Power": "86", "POS": "ST", "Jumping": "88", "Positioning": "89", "Curve": "71", "Sprint Speed": "75", "Crossing": "50", "Finishing": "79", "Balance": "59", "Heading": "99", "Vision": "77", "OVR": "80", "Reactions": "82", "Free Kick": "51", "Short Passing": "75", "Pace": "72", "Penalties": "75", "Defending": "45", "Volleys": "82", "Shooting": "79", "Aggression": "84", "Physical": "87"}
{"Acceleration": "84", "Marking": "32", "Strength": "52", "Dribbling": "88", "1name": "erik lamela", "Stamina": "72", "Long Passing": "71", "Standing Tackle": "38", "Sliding Tackle": "32", "Ball Control": "83", "Passing": "79", "Interceptions": "32", "Agility": "78", "Long Shots": "83", "Shot Power": "81", "POS": "RM", "Jumping": "67", "Positioning": "77", "Curve": "84", "Sprint Speed": "77", "Crossing": "75", "Finishing": "74", "Balance": "71", "Heading": "88", "Vision": "80", "OVR": "80", "Reactions": "76", "Free Kick": "80", "Short Passing": "82", "Pace": "80", "Penalties": "75", "Defending": "40", "Volleys": "81", "Shooting": "78", "Aggression": "62", "Physical": "60"}
{"Acceleration": "79", "Marking": "79", "Strength": "76", "Dribbling": "77", "1name": "dusan basta", "Stamina": "82", "Long Passing": "75", "Standing Tackle": "82", "Sliding Tackle": "81", "Ball Control": "79", "Passing": "72", "Interceptions": "83", "Agility": "70", "Long Shots": "77", "Shot Power": "82", "POS": "RB", "Jumping": "70", "Positioning": "66", "Curve": "74", "Sprint Speed": "82", "Crossing": "79", "Finishing": "60", "Balance": "68", "Heading": "71", "Vision": "56", "OVR": "80", "Reactions": "79", "Free Kick": "66", "Short Passing": "77", "Pace": "81", "Penalties": "55", "Defending": "80", "Volleys": "68", "Shooting": "68", "Aggression": "80", "Physical": "78"}
{"Acceleration": "70", "Marking": "33", "Strength": "71", "Dribbling": "76", "1name": "soldado", "Stamina": "76", "Long Passing": "62", "Standing Tackle": "41", "Sliding Tackle": "38", "Ball Control": "81", "Passing": "72", "Interceptions": "41", "Agility": "71", "Long Shots": "74", "Shot Power": "84", "POS": "ST", "Jumping": "84", "Positioning": "84", "Curve": "78", "Sprint Speed": "70", "Crossing": "70", "Finishing": "78", "Balance": "71", "Heading": "81", "Vision": "77", "OVR": "80", "Reactions": "82", "Free Kick": "67", "Short Passing": "74", "Pace": "70", "Penalties": "85", "Defending": "42", "Volleys": "83", "Shooting": "80", "Aggression": "74", "Physical": "74"}
{"Acceleration": "79", "Marking": "56", "Strength": "78", "Dribbling": "86", "1name": "ross barkley", "Stamina": "76", "Long Passing": "79", "Standing Tackle": "60", "Sliding Tackle": "52", "Ball Control": "84", "Passing": "77", "Interceptions": "45", "Agility": "70", "Long Shots": "78", "Shot Power": "80", "POS": "CAM", "Jumping": "64", "Positioning": "72", "Curve": "55", "Sprint Speed": "77", "Crossing": "64", "Finishing": "71", "Balance": "56", "Heading": "65", "Vision": "83", "OVR": "80", "Reactions": "77", "Free Kick": "57", "Short Passing": "86", "Pace": "78", "Penalties": "66", "Defending": "56", "Volleys": "62", "Shooting": "74", "Aggression": "74", "Physical": "76"}
{"Acceleration": "91", "Marking": "75", "Strength": "69", "Dribbling": "80", "1name": "bruno peres", "Stamina": "92", "Long Passing": "69", "Standing Tackle": "79", "Sliding Tackle": "81", "Ball Control": "77", "Passing": "72", "Interceptions": "75", "Agility": "84", "Long Shots": "81", "Shot Power": "87", "POS": "RWB", "Jumping": "69", "Positioning": "73", "Curve": "80", "Sprint Speed": "93", "Crossing": "80", "Finishing": "53", "Balance": "84", "Heading": "57", "Vision": "57", "OVR": "80", "Reactions": "75", "Free Kick": "59", "Short Passing": "76", "Pace": "92", "Penalties": "59", "Defending": "75", "Volleys": "71", "Shooting": "68", "Aggression": "78", "Physical": "77"}
{"Acceleration": "83", "Marking": "53", "Strength": "68", "Dribbling": "82", "1name": "giacomo bonaventura", "Stamina": "84", "Long Passing": "78", "Standing Tackle": "66", "Sliding Tackle": "68", "Ball Control": "84", "Passing": "80", "Interceptions": "70", "Agility": "76", "Long Shots": "82", "Shot Power": "82", "POS": "LM", "Jumping": "66", "Positioning": "75", "Curve": "78", "Sprint Speed": "79", "Crossing": "81", "Finishing": "73", "Balance": "76", "Heading": "61", "Vision": "78", "OVR": "80", "Reactions": "76", "Free Kick": "68", "Short Passing": "83", "Pace": "81", "Penalties": "67", "Defending": "63", "Volleys": "71", "Shooting": "77", "Aggression": "73", "Physical": "73"}
{"Acceleration": "68", "Marking": "87", "Strength": "80", "Dribbling": "59", "1name": "paulo oliveira", "Stamina": "72", "Long Passing": "49", "Standing Tackle": "86", "Sliding Tackle": "80", "Ball Control": "64", "Passing": "52", "Interceptions": "79", "Agility": "52", "Long Shots": "29", "Shot Power": "61", "POS": "CB", "Jumping": "89", "Positioning": "31", "Curve": "33", "Sprint Speed": "76", "Crossing": "36", "Finishing": "25", "Balance": "53", "Heading": "77", "Vision": "52", "OVR": "80", "Reactions": "77", "Free Kick": "29", "Short Passing": "67", "Pace": "73", "Penalties": "45", "Defending": "84", "Volleys": "36", "Shooting": "35", "Aggression": "71", "Physical": "77"}
{"Acceleration": "85", "Marking": "18", "Strength": "45", "Dribbling": "87", "1name": "fabian orellana", "Stamina": "63", "Long Passing": "59", "Standing Tackle": "38", "Sliding Tackle": "25", "Ball Control": "83", "Passing": "75", "Interceptions": "32", "Agility": "90", "Long Shots": "80", "Shot Power": "59", "POS": "RW", "Jumping": "73", "Positioning": "73", "Curve": "86", "Sprint Speed": "79", "Crossing": "76", "Finishing": "77", "Balance": "79", "Heading": "64", "Vision": "76", "OVR": "80", "Reactions": "78", "Free Kick": "79", "Short Passing": "77", "Pace": "82", "Penalties": "69", "Defending": "32", "Volleys": "61", "Shooting": "73", "Aggression": "54", "Physical": "53"}
{"Acceleration": "70", "Marking": "20", "Strength": "86", "Dribbling": "69", "1name": "mario gomez", "Stamina": "66", "Long Passing": "41", "Standing Tackle": "24", "Sliding Tackle": "20", "Ball Control": "76", "Passing": "60", "Interceptions": "20", "Agility": "64", "Long Shots": "62", "Shot Power": "86", "POS": "ST", "Jumping": "76", "Positioning": "92", "Curve": "67", "Sprint Speed": "76", "Crossing": "57", "Finishing": "88", "Balance": "55", "Heading": "85", "Vision": "64", "OVR": "80", "Reactions": "71", "Free Kick": "37", "Short Passing": "68", "Pace": "73", "Penalties": "79", "Defending": "28", "Volleys": "79", "Shooting": "82", "Aggression": "72", "Physical": "78"}
{"Acceleration": "52", "Marking": "87", "Strength": "85", "Dribbling": "43", "1name": "martin stranzl", "Stamina": "61", "Long Passing": "59", "Standing Tackle": "88", "Sliding Tackle": "86", "Ball Control": "57", "Passing": "54", "Interceptions": "83", "Agility": "48", "Long Shots": "32", "Shot Power": "70", "POS": "CB", "Jumping": "55", "Positioning": "37", "Curve": "34", "Sprint Speed": "53", "Crossing": "47", "Finishing": "32", "Balance": "44", "Heading": "81", "Vision": "46", "OVR": "81", "Reactions": "83", "Free Kick": "37", "Short Passing": "65", "Pace": "53", "Penalties": "56", "Defending": "86", "Volleys": "28", "Shooting": "41", "Aggression": "83", "Physical": "77"}
{"Acceleration": "62", "Marking": "53", "Strength": "76", "Dribbling": "72", "1name": "tiago", "Stamina": "75", "Long Passing": "83", "Standing Tackle": "79", "Sliding Tackle": "70", "Ball Control": "84", "Passing": "78", "Interceptions": "71", "Agility": "59", "Long Shots": "75", "Shot Power": "79", "POS": "CM", "Jumping": "76", "Positioning": "74", "Curve": "78", "Sprint Speed": "64", "Crossing": "61", "Finishing": "62", "Balance": "60", "Heading": "75", "Vision": "82", "OVR": "81", "Reactions": "79", "Free Kick": "68", "Short Passing": "84", "Pace": "63", "Penalties": "57", "Defending": "68", "Volleys": "67", "Shooting": "69", "Aggression": "83", "Physical": "77"}
{"Acceleration": "55", "Marking": "12", "Strength": "74", "Dribbling": "86", "1name": "antonio cassano", "Stamina": "55", "Long Passing": "84", "Standing Tackle": "15", "Sliding Tackle": "10", "Ball Control": "90", "Passing": "87", "Interceptions": "17", "Agility": "65", "Long Shots": "79", "Shot Power": "74", "POS": "CF", "Jumping": "39", "Positioning": "79", "Curve": "87", "Sprint Speed": "52", "Crossing": "87", "Finishing": "78", "Balance": "82", "Heading": "53", "Vision": "87", "OVR": "81", "Reactions": "84", "Free Kick": "79", "Short Passing": "89", "Pace": "53", "Penalties": "84", "Defending": "18", "Volleys": "81", "Shooting": "78", "Aggression": "31", "Physical": "59"}
{"Acceleration": "71", "Marking": "15", "Strength": "72", "Dribbling": "73", "1name": "miroslav klose", "Stamina": "53", "Long Passing": "43", "Standing Tackle": "27", "Sliding Tackle": "19", "Ball Control": "78", "Passing": "63", "Interceptions": "23", "Agility": "64", "Long Shots": "52", "Shot Power": "76", "POS": "ST", "Jumping": "90", "Positioning": "87", "Curve": "74", "Sprint Speed": "69", "Crossing": "64", "Finishing": "86", "Balance": "61", "Heading": "89", "Vision": "63", "OVR": "81", "Reactions": "77", "Free Kick": "50", "Short Passing": "71", "Pace": "70", "Penalties": "81", "Defending": "28", "Volleys": "78", "Shooting": "77", "Aggression": "46", "Physical": "63"}
{"Acceleration": "85", "Marking": "10", "Strength": "65", "Dribbling": "88", "1name": "quaresma", "Stamina": "68", "Long Passing": "72", "Standing Tackle": "17", "Sliding Tackle": "13", "Ball Control": "87", "Passing": "79", "Interceptions": "24", "Agility": "84", "Long Shots": "85", "Shot Power": "83", "POS": "RM", "Jumping": "63", "Positioning": "76", "Curve": "92", "Sprint Speed": "83", "Crossing": "83", "Finishing": "70", "Balance": "79", "Heading": "41", "Vision": "79", "OVR": "81", "Reactions": "77", "Free Kick": "78", "Short Passing": "78", "Pace": "84", "Penalties": "74", "Defending": "18", "Volleys": "80", "Shooting": "77", "Aggression": "62", "Physical": "65"}
{"Acceleration": "64", "Marking": "22", "Strength": "83", "Dribbling": "77", "1name": "didier drogba", "Stamina": "66", "Long Passing": "66", "Standing Tackle": "32", "Sliding Tackle": "29", "Ball Control": "80", "Passing": "74", "Interceptions": "42", "Agility": "63", "Long Shots": "80", "Shot Power": "86", "POS": "ST", "Jumping": "78", "Positioning": "83", "Curve": "75", "Sprint Speed": "63", "Crossing": "73", "Finishing": "83", "Balance": "52", "Heading": "88", "Vision": "81", "OVR": "81", "Reactions": "75", "Free Kick": "80", "Short Passing": "72", "Pace": "63", "Penalties": "84", "Defending": "36", "Volleys": "77", "Shooting": "83", "Aggression": "79", "Physical": "78"}
{"Acceleration": "46", "Marking": "71", "Strength": "61", "Dribbling": "76", "1name": "mikel arteta", "Stamina": "67", "Long Passing": "84", "Standing Tackle": "73", "Sliding Tackle": "71", "Ball Control": "84", "Passing": "82", "Interceptions": "78", "Agility": "66", "Long Shots": "76", "Shot Power": "79", "POS": "CM", "Jumping": "65", "Positioning": "74", "Curve": "83", "Sprint Speed": "41", "Crossing": "80", "Finishing": "68", "Balance": "78", "Heading": "70", "Vision": "81", "OVR": "81", "Reactions": "82", "Free Kick": "79", "Short Passing": "83", "Pace": "43", "Penalties": "86", "Defending": "73", "Volleys": "77", "Shooting": "73", "Aggression": "71", "Physical": "65"}
{"Acceleration": "42", "Marking": "72", "Strength": "83", "Dribbling": "73", "1name": "thiago motta", "Stamina": "74", "Long Passing": "85", "Standing Tackle": "80", "Sliding Tackle": "75", "Ball Control": "80", "Passing": "77", "Interceptions": "81", "Agility": "47", "Long Shots": "73", "Shot Power": "82", "POS": "CDM", "Jumping": "83", "Positioning": "65", "Curve": "67", "Sprint Speed": "45", "Crossing": "66", "Finishing": "54", "Balance": "50", "Heading": "79", "Vision": "76", "OVR": "81", "Reactions": "78", "Free Kick": "67", "Short Passing": "84", "Pace": "44", "Penalties": "70", "Defending": "77", "Volleys": "76", "Shooting": "66", "Aggression": "87", "Physical": "82"}
{"Acceleration": "79", "Marking": "82", "Strength": "69", "Dribbling": "74", "1name": "patrice evra", "Stamina": "75", "Long Passing": "71", "Standing Tackle": "83", "Sliding Tackle": "86", "Ball Control": "75", "Passing": "72", "Interceptions": "85", "Agility": "79", "Long Shots": "63", "Shot Power": "75", "POS": "LB", "Jumping": "89", "Positioning": "61", "Curve": "76", "Sprint Speed": "77", "Crossing": "80", "Finishing": "34", "Balance": "85", "Heading": "72", "Vision": "62", "OVR": "81", "Reactions": "80", "Free Kick": "51", "Short Passing": "75", "Pace": "78", "Penalties": "57", "Defending": "82", "Volleys": "53", "Shooting": "51", "Aggression": "80", "Physical": "74"}
{"Acceleration": "74", "Marking": "74", "Strength": "86", "Dribbling": "65", "1name": "nigel de jong", "Stamina": "84", "Long Passing": "76", "Standing Tackle": "81", "Sliding Tackle": "83", "Ball Control": "77", "Passing": "69", "Interceptions": "86", "Agility": "72", "Long Shots": "56", "Shot Power": "71", "POS": "CDM", "Jumping": "79", "Positioning": "58", "Curve": "59", "Sprint Speed": "68", "Crossing": "59", "Finishing": "39", "Balance": "86", "Heading": "61", "Vision": "69", "OVR": "81", "Reactions": "78", "Free Kick": "50", "Short Passing": "77", "Pace": "71", "Penalties": "58", "Defending": "78", "Volleys": "53", "Shooting": "51", "Aggression": "88", "Physical": "86"}
{"Acceleration": "66", "Marking": "82", "Strength": "83", "Dribbling": "49", "1name": "phil jagielka", "Stamina": "78", "Long Passing": "66", "Standing Tackle": "85", "Sliding Tackle": "83", "Ball Control": "62", "Passing": "58", "Interceptions": "85", "Agility": "51", "Long Shots": "54", "Shot Power": "69", "POS": "CB", "Jumping": "90", "Positioning": "51", "Curve": "55", "Sprint Speed": "68", "Crossing": "55", "Finishing": "30", "Balance": "64", "Heading": "79", "Vision": "39", "OVR": "81", "Reactions": "74", "Free Kick": "31", "Short Passing": "71", "Pace": "67", "Penalties": "68", "Defending": "83", "Volleys": "44", "Shooting": "46", "Aggression": "79", "Physical": "81"}
{"Acceleration": "33", "Marking": "83", "Strength": "86", "Dribbling": "43", "1name": "martin demichelis", "Stamina": "49", "Long Passing": "63", "Standing Tackle": "82", "Sliding Tackle": "76", "Ball Control": "59", "Passing": "53", "Interceptions": "86", "Agility": "32", "Long Shots": "35", "Shot Power": "48", "POS": "CB", "Jumping": "72", "Positioning": "29", "Curve": "27", "Sprint Speed": "34", "Crossing": "53", "Finishing": "39", "Balance": "55", "Heading": "85", "Vision": "40", "OVR": "81", "Reactions": "76", "Free Kick": "31", "Short Passing": "64", "Pace": "34", "Penalties": "46", "Defending": "83", "Volleys": "36", "Shooting": "40", "Aggression": "87", "Physical": "76"}
{"Acceleration": "50", "Marking": "84", "Strength": "90", "Dribbling": "50", "1name": "alex", "Stamina": "64", "Long Passing": "62", "Standing Tackle": "84", "Sliding Tackle": "82", "Ball Control": "58", "Passing": "50", "Interceptions": "84", "Agility": "45", "Long Shots": "76", "Shot Power": "88", "POS": "CB", "Jumping": "84", "Positioning": "25", "Curve": "47", "Sprint Speed": "55", "Crossing": "32", "Finishing": "40", "Balance": "43", "Heading": "80", "Vision": "35", "OVR": "81", "Reactions": "70", "Free Kick": "70", "Short Passing": "60", "Pace": "53", "Penalties": "75", "Defending": "83", "Volleys": "36", "Shooting": "58", "Aggression": "80", "Physical": "81"}
{"Acceleration": "67", "Marking": "14", "Strength": "70", "Dribbling": "82", "1name": "kaka", "Stamina": "55", "Long Passing": "73", "Standing Tackle": "31", "Sliding Tackle": "31", "Ball Control": "84", "Passing": "81", "Interceptions": "42", "Agility": "69", "Long Shots": "80", "Shot Power": "76", "POS": "CAM", "Jumping": "55", "Positioning": "79", "Curve": "84", "Sprint Speed": "69", "Crossing": "77", "Finishing": "76", "Balance": "64", "Heading": "52", "Vision": "86", "OVR": "81", "Reactions": "77", "Free Kick": "70", "Short Passing": "84", "Pace": "68", "Penalties": "84", "Defending": "30", "Volleys": "86", "Shooting": "78", "Aggression": "45", "Physical": "60"}
{"Acceleration": "69", "Marking": "80", "Strength": "72", "Dribbling": "72", "1name": "darijo srna", "Stamina": "83", "Long Passing": "87", "Standing Tackle": "79", "Sliding Tackle": "78", "Ball Control": "81", "Passing": "85", "Interceptions": "85", "Agility": "71", "Long Shots": "77", "Shot Power": "83", "POS": "RB", "Jumping": "67", "Positioning": "76", "Curve": "86", "Sprint Speed": "83", "Crossing": "87", "Finishing": "69", "Balance": "65", "Heading": "60", "Vision": "83", "OVR": "81", "Reactions": "83", "Free Kick": "83", "Short Passing": "83", "Pace": "77", "Penalties": "84", "Defending": "78", "Volleys": "72", "Shooting": "75", "Aggression": "85", "Physical": "77"}
{"Acceleration": "77", "Marking": "29", "Strength": "63", "Dribbling": "86", "1name": "raffael", "Stamina": "76", "Long Passing": "76", "Standing Tackle": "42", "Sliding Tackle": "31", "Ball Control": "83", "Passing": "79", "Interceptions": "53", "Agility": "84", "Long Shots": "77", "Shot Power": "77", "POS": "CF", "Jumping": "71", "Positioning": "82", "Curve": "80", "Sprint Speed": "72", "Crossing": "73", "Finishing": "78", "Balance": "83", "Heading": "63", "Vision": "81", "OVR": "81", "Reactions": "83", "Free Kick": "73", "Short Passing": "82", "Pace": "74", "Penalties": "72", "Defending": "41", "Volleys": "74", "Shooting": "77", "Aggression": "66", "Physical": "67"}
{"Acceleration": "69", "Marking": "36", "Strength": "90", "Dribbling": "75", "1name": "negredo", "Stamina": "72", "Long Passing": "66", "Standing Tackle": "34", "Sliding Tackle": "32", "Ball Control": "81", "Passing": "68", "Interceptions": "32", "Agility": "68", "Long Shots": "77", "Shot Power": "84", "POS": "ST", "Jumping": "76", "Positioning": "82", "Curve": "68", "Sprint Speed": "71", "Crossing": "53", "Finishing": "81", "Balance": "55", "Heading": "84", "Vision": "68", "OVR": "81", "Reactions": "79", "Free Kick": "69", "Short Passing": "76", "Pace": "70", "Penalties": "82", "Defending": "39", "Volleys": "82", "Shooting": "81", "Aggression": "80", "Physical": "83"}
{"Acceleration": "91", "Marking": "27", "Strength": "34", "Dribbling": "82", "1name": "jesus navas", "Stamina": "79", "Long Passing": "74", "Standing Tackle": "20", "Sliding Tackle": "26", "Ball Control": "82", "Passing": "76", "Interceptions": "33", "Agility": "91", "Long Shots": "74", "Shot Power": "75", "POS": "RM", "Jumping": "62", "Positioning": "74", "Curve": "80", "Sprint Speed": "88", "Crossing": "83", "Finishing": "66", "Balance": "87", "Heading": "47", "Vision": "76", "OVR": "81", "Reactions": "77", "Free Kick": "46", "Short Passing": "77", "Pace": "89", "Penalties": "56", "Defending": "28", "Volleys": "79", "Shooting": "70", "Aggression": "50", "Physical": "50"}
{"Acceleration": "79", "Marking": "80", "Strength": "74", "Dribbling": "77", "1name": "juanfran", "Stamina": "90", "Long Passing": "66", "Standing Tackle": "83", "Sliding Tackle": "77", "Ball Control": "79", "Passing": "73", "Interceptions": "77", "Agility": "76", "Long Shots": "55", "Shot Power": "68", "POS": "RB", "Jumping": "68", "Positioning": "68", "Curve": "80", "Sprint Speed": "88", "Crossing": "83", "Finishing": "56", "Balance": "62", "Heading": "53", "Vision": "72", "OVR": "81", "Reactions": "82", "Free Kick": "59", "Short Passing": "73", "Pace": "84", "Penalties": "66", "Defending": "77", "Volleys": "49", "Shooting": "59", "Aggression": "78", "Physical": "78"}
{"Acceleration": "69", "Marking": "22", "Strength": "83", "Dribbling": "75", "1name": "andre pierre gignac", "Stamina": "67", "Long Passing": "62", "Standing Tackle": "41", "Sliding Tackle": "12", "Ball Control": "77", "Passing": "71", "Interceptions": "41", "Agility": "66", "Long Shots": "81", "Shot Power": "84", "POS": "ST", "Jumping": "70", "Positioning": "83", "Curve": "76", "Sprint Speed": "70", "Crossing": "72", "Finishing": "84", "Balance": "51", "Heading": "81", "Vision": "72", "OVR": "81", "Reactions": "79", "Free Kick": "69", "Short Passing": "72", "Pace": "70", "Penalties": "78", "Defending": "36", "Volleys": "82", "Shooting": "83", "Aggression": "80", "Physical": "78"}
{"Acceleration": "73", "Marking": "31", "Strength": "74", "Dribbling": "83", "1name": "clint dempsey", "Stamina": "79", "Long Passing": "67", "Standing Tackle": "45", "Sliding Tackle": "47", "Ball Control": "83", "Passing": "74", "Interceptions": "33", "Agility": "79", "Long Shots": "80", "Shot Power": "83", "POS": "ST", "Jumping": "84", "Positioning": "81", "Curve": "72", "Sprint Speed": "73", "Crossing": "70", "Finishing": "80", "Balance": "70", "Heading": "82", "Vision": "76", "OVR": "81", "Reactions": "79", "Free Kick": "73", "Short Passing": "80", "Pace": "73", "Penalties": "71", "Defending": "42", "Volleys": "76", "Shooting": "80", "Aggression": "70", "Physical": "75"}
{"Acceleration": "60", "Marking": "85", "Strength": "82", "Dribbling": "54", "1name": "raul albiol", "Stamina": "62", "Long Passing": "65", "Standing Tackle": "86", "Sliding Tackle": "82", "Ball Control": "66", "Passing": "57", "Interceptions": "84", "Agility": "56", "Long Shots": "53", "Shot Power": "65", "POS": "CB", "Jumping": "77", "Positioning": "30", "Curve": "53", "Sprint Speed": "62", "Crossing": "38", "Finishing": "27", "Balance": "56", "Heading": "77", "Vision": "49", "OVR": "81", "Reactions": "78", "Free Kick": "45", "Short Passing": "71", "Pace": "61", "Penalties": "37", "Defending": "84", "Volleys": "31", "Shooting": "41", "Aggression": "79", "Physical": "76"}
{"Acceleration": "85", "Marking": "24", "Strength": "60", "Dribbling": "86", "1name": "jeremy menez", "Stamina": "68", "Long Passing": "60", "Standing Tackle": "30", "Sliding Tackle": "28", "Ball Control": "87", "Passing": "71", "Interceptions": "34", "Agility": "84", "Long Shots": "70", "Shot Power": "73", "POS": "CF", "Jumping": "69", "Positioning": "79", "Curve": "80", "Sprint Speed": "87", "Crossing": "70", "Finishing": "81", "Balance": "76", "Heading": "61", "Vision": "71", "OVR": "81", "Reactions": "77", "Free Kick": "70", "Short Passing": "76", "Pace": "86", "Penalties": "84", "Defending": "32", "Volleys": "76", "Shooting": "77", "Aggression": "48", "Physical": "60"}
{"Acceleration": "95", "Marking": "27", "Strength": "59", "Dribbling": "81", "1name": "theo walcott", "Stamina": "75", "Long Passing": "65", "Standing Tackle": "33", "Sliding Tackle": "36", "Ball Control": "80", "Passing": "74", "Interceptions": "31", "Agility": "83", "Long Shots": "67", "Shot Power": "76", "POS": "RM", "Jumping": "59", "Positioning": "79", "Curve": "72", "Sprint Speed": "96", "Crossing": "78", "Finishing": "82", "Balance": "80", "Heading": "53", "Vision": "74", "OVR": "81", "Reactions": "80", "Free Kick": "73", "Short Passing": "77", "Pace": "96", "Penalties": "73", "Defending": "33", "Volleys": "71", "Shooting": "77", "Aggression": "61", "Physical": "63"}
{"Acceleration": "54", "Marking": "79", "Strength": "85", "Dribbling": "46", "1name": "martin skrtel", "Stamina": "75", "Long Passing": "62", "Standing Tackle": "85", "Sliding Tackle": "83", "Ball Control": "59", "Passing": "48", "Interceptions": "78", "Agility": "62", "Long Shots": "35", "Shot Power": "46", "POS": "CB", "Jumping": "75", "Positioning": "33", "Curve": "33", "Sprint Speed": "68", "Crossing": "39", "Finishing": "35", "Balance": "52", "Heading": "86", "Vision": "28", "OVR": "81", "Reactions": "73", "Free Kick": "27", "Short Passing": "65", "Pace": "62", "Penalties": "52", "Defending": "82", "Volleys": "43", "Shooting": "38", "Aggression": "84", "Physical": "82"}
{"Acceleration": "76", "Marking": "76", "Strength": "64", "Dribbling": "81", "1name": "gonzalo castro", "Stamina": "81", "Long Passing": "80", "Standing Tackle": "74", "Sliding Tackle": "74", "Ball Control": "82", "Passing": "82", "Interceptions": "83", "Agility": "80", "Long Shots": "71", "Shot Power": "76", "POS": "CM", "Jumping": "77", "Positioning": "78", "Curve": "79", "Sprint Speed": "72", "Crossing": "82", "Finishing": "67", "Balance": "83", "Heading": "60", "Vision": "81", "OVR": "81", "Reactions": "83", "Free Kick": "72", "Short Passing": "84", "Pace": "74", "Penalties": "55", "Defending": "75", "Volleys": "62", "Shooting": "69", "Aggression": "63", "Physical": "69"}
{"Acceleration": "67", "Marking": "85", "Strength": "82", "Dribbling": "41", "1name": "neven subotic", "Stamina": "69", "Long Passing": "69", "Standing Tackle": "88", "Sliding Tackle": "85", "Ball Control": "48", "Passing": "54", "Interceptions": "70", "Agility": "62", "Long Shots": "47", "Shot Power": "81", "POS": "CB", "Jumping": "75", "Positioning": "48", "Curve": "33", "Sprint Speed": "74", "Crossing": "47", "Finishing": "39", "Balance": "60", "Heading": "86", "Vision": "44", "OVR": "80", "Reactions": "76", "Free Kick": "58", "Short Passing": "59", "Pace": "71", "Penalties": "43", "Defending": "83", "Volleys": "32", "Shooting": "49", "Aggression": "82", "Physical": "78"}
{"Acceleration": "89", "Marking": "36", "Strength": "52", "Dribbling": "82", "1name": "pablo piatti", "Stamina": "75", "Long Passing": "63", "Standing Tackle": "35", "Sliding Tackle": "38", "Ball Control": "80", "Passing": "75", "Interceptions": "51", "Agility": "86", "Long Shots": "70", "Shot Power": "65", "POS": "LW", "Jumping": "70", "Positioning": "80", "Curve": "81", "Sprint Speed": "85", "Crossing": "81", "Finishing": "74", "Balance": "91", "Heading": "65", "Vision": "74", "OVR": "80", "Reactions": "75", "Free Kick": "58", "Short Passing": "80", "Pace": "87", "Penalties": "59", "Defending": "42", "Volleys": "74", "Shooting": "71", "Aggression": "55", "Physical": "59"}
{"Acceleration": "88", "Marking": "28", "Strength": "53", "Dribbling": "90", "1name": "yacine brahimi", "Stamina": "74", "Long Passing": "71", "Standing Tackle": "49", "Sliding Tackle": "30", "Ball Control": "86", "Passing": "75", "Interceptions": "48", "Agility": "89", "Long Shots": "67", "Shot Power": "78", "POS": "LW", "Jumping": "72", "Positioning": "78", "Curve": "76", "Sprint Speed": "76", "Crossing": "70", "Finishing": "71", "Balance": "87", "Heading": "46", "Vision": "76", "OVR": "80", "Reactions": "84", "Free Kick": "83", "Short Passing": "79", "Pace": "81", "Penalties": "63", "Defending": "40", "Volleys": "64", "Shooting": "71", "Aggression": "46", "Physical": "58"}
{"Acceleration": "60", "Marking": "61", "Strength": "66", "Dribbling": "79", "1name": "adrien silva", "Stamina": "72", "Long Passing": "84", "Standing Tackle": "73", "Sliding Tackle": "68", "Ball Control": "84", "Passing": "82", "Interceptions": "75", "Agility": "71", "Long Shots": "81", "Shot Power": "84", "POS": "CM", "Jumping": "56", "Positioning": "74", "Curve": "75", "Sprint Speed": "60", "Crossing": "78", "Finishing": "69", "Balance": "68", "Heading": "61", "Vision": "85", "OVR": "80", "Reactions": "71", "Free Kick": "79", "Short Passing": "82", "Pace": "60", "Penalties": "85", "Defending": "68", "Volleys": "77", "Shooting": "76", "Aggression": "74", "Physical": "69"}
{"Acceleration": "86", "Marking": "76", "Strength": "59", "Dribbling": "82", "1name": "ramires", "Stamina": "94", "Long Passing": "74", "Standing Tackle": "82", "Sliding Tackle": "78", "Ball Control": "82", "Passing": "76", "Interceptions": "77", "Agility": "78", "Long Shots": "66", "Shot Power": "75", "POS": "CDM", "Jumping": "81", "Positioning": "73", "Curve": "69", "Sprint Speed": "89", "Crossing": "76", "Finishing": "67", "Balance": "75", "Heading": "75", "Vision": "76", "OVR": "80", "Reactions": "84", "Free Kick": "50", "Short Passing": "83", "Pace": "88", "Penalties": "67", "Defending": "78", "Volleys": "69", "Shooting": "69", "Aggression": "79", "Physical": "73"}
{"Acceleration": "48", "Marking": "73", "Strength": "83", "Dribbling": "62", "1name": "mikel san jose", "Stamina": "67", "Long Passing": "80", "Standing Tackle": "84", "Sliding Tackle": "75", "Ball Control": "74", "Passing": "67", "Interceptions": "84", "Agility": "46", "Long Shots": "72", "Shot Power": "71", "POS": "CB", "Jumping": "78", "Positioning": "54", "Curve": "32", "Sprint Speed": "66", "Crossing": "48", "Finishing": "59", "Balance": "55", "Heading": "85", "Vision": "59", "OVR": "80", "Reactions": "82", "Free Kick": "45", "Short Passing": "84", "Pace": "58", "Penalties": "52", "Defending": "80", "Volleys": "69", "Shooting": "64", "Aggression": "74", "Physical": "77"}
{"Acceleration": "79", "Marking": "80", "Strength": "69", "Dribbling": "78", "1name": "kieran gibbs", "Stamina": "77", "Long Passing": "65", "Standing Tackle": "84", "Sliding Tackle": "85", "Ball Control": "76", "Passing": "72", "Interceptions": "79", "Agility": "73", "Long Shots": "65", "Shot Power": "72", "POS": "LB", "Jumping": "70", "Positioning": "65", "Curve": "64", "Sprint Speed": "83", "Crossing": "76", "Finishing": "47", "Balance": "74", "Heading": "68", "Vision": "69", "OVR": "80", "Reactions": "81", "Free Kick": "52", "Short Passing": "78", "Pace": "81", "Penalties": "63", "Defending": "80", "Volleys": "47", "Shooting": "57", "Aggression": "72", "Physical": "72"}
{"Acceleration": "72", "Marking": "15", "Strength": "90", "Dribbling": "69", "1name": "filip djordjevic", "Stamina": "78", "Long Passing": "37", "Standing Tackle": "42", "Sliding Tackle": "34", "Ball Control": "77", "Passing": "58", "Interceptions": "39", "Agility": "64", "Long Shots": "67", "Shot Power": "80", "POS": "ST", "Jumping": "89", "Positioning": "86", "Curve": "64", "Sprint Speed": "77", "Crossing": "48", "Finishing": "84", "Balance": "65", "Heading": "87", "Vision": "62", "OVR": "80", "Reactions": "82", "Free Kick": "55", "Short Passing": "69", "Pace": "75", "Penalties": "74", "Defending": "37", "Volleys": "76", "Shooting": "79", "Aggression": "75", "Physical": "84"}
{"Acceleration": "77", "Marking": "24", "Strength": "85", "Dribbling": "81", "1name": "mario balotelli", "Stamina": "72", "Long Passing": "49", "Standing Tackle": "24", "Sliding Tackle": "24", "Ball Control": "84", "Passing": "68", "Interceptions": "32", "Agility": "77", "Long Shots": "76", "Shot Power": "85", "POS": "ST", "Jumping": "71", "Positioning": "77", "Curve": "79", "Sprint Speed": "77", "Crossing": "65", "Finishing": "78", "Balance": "54", "Heading": "71", "Vision": "71", "OVR": "80", "Reactions": "66", "Free Kick": "75", "Short Passing": "73", "Pace": "77", "Penalties": "92", "Defending": "30", "Volleys": "79", "Shooting": "80", "Aggression": "69", "Physical": "78"}
{"Acceleration": "69", "Marking": "83", "Strength": "83", "Dribbling": "55", "1name": "mauricio", "Stamina": "74", "Long Passing": "56", "Standing Tackle": "84", "Sliding Tackle": "81", "Ball Control": "61", "Passing": "56", "Interceptions": "80", "Agility": "58", "Long Shots": "53", "Shot Power": "56", "POS": "CB", "Jumping": "88", "Positioning": "32", "Curve": "44", "Sprint Speed": "73", "Crossing": "54", "Finishing": "52", "Balance": "60", "Heading": "83", "Vision": "46", "OVR": "80", "Reactions": "76", "Free Kick": "45", "Short Passing": "66", "Pace": "71", "Penalties": "52", "Defending": "82", "Volleys": "51", "Shooting": "52", "Aggression": "78", "Physical": "80"}
{"Acceleration": "84", "Marking": "83", "Strength": "68", "Dribbling": "73", "1name": "igor smolnikov", "Stamina": "83", "Long Passing": "79", "Standing Tackle": "78", "Sliding Tackle": "81", "Ball Control": "76", "Passing": "77", "Interceptions": "71", "Agility": "80", "Long Shots": "57", "Shot Power": "67", "POS": "RB", "Jumping": "77", "Positioning": "78", "Curve": "49", "Sprint Speed": "90", "Crossing": "80", "Finishing": "66", "Balance": "76", "Heading": "69", "Vision": "78", "OVR": "80", "Reactions": "80", "Free Kick": "46", "Short Passing": "82", "Pace": "87", "Penalties": "41", "Defending": "78", "Volleys": "57", "Shooting": "63", "Aggression": "65", "Physical": "72"}
{"Acceleration": "75", "Marking": "81", "Strength": "78", "Dribbling": "78", "1name": "james mccarthy", "Stamina": "91", "Long Passing": "83", "Standing Tackle": "79", "Sliding Tackle": "78", "Ball Control": "77", "Passing": "76", "Interceptions": "79", "Agility": "66", "Long Shots": "73", "Shot Power": "67", "POS": "CDM", "Jumping": "66", "Positioning": "69", "Curve": "64", "Sprint Speed": "69", "Crossing": "68", "Finishing": "65", "Balance": "71", "Heading": "63", "Vision": "75", "OVR": "80", "Reactions": "75", "Free Kick": "64", "Short Passing": "82", "Pace": "72", "Penalties": "60", "Defending": "78", "Volleys": "61", "Shooting": "67", "Aggression": "79", "Physical": "81"}
{"Acceleration": "91", "Marking": "38", "Strength": "62", "Dribbling": "85", "1name": "taison", "Stamina": "70", "Long Passing": "75", "Standing Tackle": "53", "Sliding Tackle": "40", "Ball Control": "85", "Passing": "74", "Interceptions": "49", "Agility": "89", "Long Shots": "80", "Shot Power": "83", "POS": "CAM", "Jumping": "62", "Positioning": "74", "Curve": "52", "Sprint Speed": "89", "Crossing": "73", "Finishing": "73", "Balance": "83", "Heading": "58", "Vision": "79", "OVR": "80", "Reactions": "79", "Free Kick": "65", "Short Passing": "77", "Pace": "90", "Penalties": "75", "Defending": "47", "Volleys": "82", "Shooting": "77", "Aggression": "56", "Physical": "63"}
{"Acceleration": "63", "Marking": "76", "Strength": "79", "Dribbling": "62", "1name": "daniel carrico", "Stamina": "79", "Long Passing": "79", "Standing Tackle": "85", "Sliding Tackle": "81", "Ball Control": "69", "Passing": "68", "Interceptions": "84", "Agility": "59", "Long Shots": "50", "Shot Power": "66", "POS": "CB", "Jumping": "91", "Positioning": "57", "Curve": "39", "Sprint Speed": "67", "Crossing": "61", "Finishing": "48", "Balance": "69", "Heading": "80", "Vision": "62", "OVR": "80", "Reactions": "70", "Free Kick": "54", "Short Passing": "78", "Pace": "65", "Penalties": "62", "Defending": "81", "Volleys": "47", "Shooting": "53", "Aggression": "86", "Physical": "81"}
{"Acceleration": "78", "Marking": "25", "Strength": "91", "Dribbling": "75", "1name": "salomon rondon", "Stamina": "68", "Long Passing": "40", "Standing Tackle": "23", "Sliding Tackle": "13", "Ball Control": "76", "Passing": "56", "Interceptions": "33", "Agility": "72", "Long Shots": "70", "Shot Power": "85", "POS": "ST", "Jumping": "67", "Positioning": "82", "Curve": "53", "Sprint Speed": "81", "Crossing": "48", "Finishing": "80", "Balance": "48", "Heading": "86", "Vision": "53", "OVR": "80", "Reactions": "73", "Free Kick": "52", "Short Passing": "69", "Pace": "80", "Penalties": "62", "Defending": "31", "Volleys": "73", "Shooting": "78", "Aggression": "72", "Physical": "80"}
{"Acceleration": "88", "Marking": "34", "Strength": "47", "Dribbling": "83", "1name": "muniain", "Stamina": "51", "Long Passing": "66", "Standing Tackle": "55", "Sliding Tackle": "35", "Ball Control": "82", "Passing": "73", "Interceptions": "45", "Agility": "90", "Long Shots": "73", "Shot Power": "61", "POS": "LW", "Jumping": "73", "Positioning": "81", "Curve": "79", "Sprint Speed": "82", "Crossing": "75", "Finishing": "75", "Balance": "95", "Heading": "44", "Vision": "72", "OVR": "80", "Reactions": "85", "Free Kick": "70", "Short Passing": "74", "Pace": "85", "Penalties": "62", "Defending": "44", "Volleys": "64", "Shooting": "71", "Aggression": "67", "Physical": "53"}
{"Acceleration": "66", "Marking": "69", "Strength": "84", "Dribbling": "74", "1name": "kevin strootman", "Stamina": "79", "Long Passing": "83", "Standing Tackle": "80", "Sliding Tackle": "77", "Ball Control": "82", "Passing": "79", "Interceptions": "81", "Agility": "66", "Long Shots": "78", "Shot Power": "85", "POS": "CM", "Jumping": "55", "Positioning": "75", "Curve": "75", "Sprint Speed": "68", "Crossing": "69", "Finishing": "66", "Balance": "68", "Heading": "64", "Vision": "81", "OVR": "80", "Reactions": "81", "Free Kick": "73", "Short Passing": "83", "Pace": "67", "Penalties": "71", "Defending": "75", "Volleys": "57", "Shooting": "72", "Aggression": "83", "Physical": "81"}
{"Acceleration": "85", "Marking": "66", "Strength": "74", "Dribbling": "76", "1name": "de marcos", "Stamina": "93", "Long Passing": "69", "Standing Tackle": "80", "Sliding Tackle": "80", "Ball Control": "81", "Passing": "73", "Interceptions": "80", "Agility": "80", "Long Shots": "56", "Shot Power": "74", "POS": "RB", "Jumping": "81", "Positioning": "80", "Curve": "78", "Sprint Speed": "92", "Crossing": "79", "Finishing": "59", "Balance": "76", "Heading": "59", "Vision": "66", "OVR": "80", "Reactions": "85", "Free Kick": "53", "Short Passing": "77", "Pace": "89", "Penalties": "56", "Defending": "74", "Volleys": "57", "Shooting": "62", "Aggression": "76", "Physical": "80"}
{"Acceleration": "67", "Marking": "86", "Strength": "74", "Dribbling": "63", "1name": "tony jantschke", "Stamina": "78", "Long Passing": "72", "Standing Tackle": "86", "Sliding Tackle": "83", "Ball Control": "70", "Passing": "65", "Interceptions": "85", "Agility": "72", "Long Shots": "44", "Shot Power": "48", "POS": "CB", "Jumping": "86", "Positioning": "52", "Curve": "43", "Sprint Speed": "65", "Crossing": "58", "Finishing": "35", "Balance": "77", "Heading": "71", "Vision": "58", "OVR": "80", "Reactions": "84", "Free Kick": "50", "Short Passing": "74", "Pace": "66", "Penalties": "51", "Defending": "84", "Volleys": "37", "Shooting": "41", "Aggression": "77", "Physical": "76"}
{"Acceleration": "70", "Marking": "79", "Strength": "86", "Dribbling": "56", "1name": "eliaquim mangala", "Stamina": "77", "Long Passing": "59", "Standing Tackle": "79", "Sliding Tackle": "84", "Ball Control": "66", "Passing": "56", "Interceptions": "75", "Agility": "62", "Long Shots": "41", "Shot Power": "72", "POS": "CB", "Jumping": "86", "Positioning": "39", "Curve": "47", "Sprint Speed": "83", "Crossing": "59", "Finishing": "27", "Balance": "57", "Heading": "83", "Vision": "47", "OVR": "80", "Reactions": "76", "Free Kick": "48", "Short Passing": "61", "Pace": "77", "Penalties": "46", "Defending": "79", "Volleys": "44", "Shooting": "41", "Aggression": "90", "Physical": "85"}
{"Acceleration": "86", "Marking": "25", "Strength": "57", "Dribbling": "84", "1name": "stephan el shaarawy", "Stamina": "72", "Long Passing": "61", "Standing Tackle": "30", "Sliding Tackle": "25", "Ball Control": "87", "Passing": "71", "Interceptions": "36", "Agility": "83", "Long Shots": "75", "Shot Power": "75", "POS": "LW", "Jumping": "60", "Positioning": "77", "Curve": "86", "Sprint Speed": "86", "Crossing": "71", "Finishing": "75", "Balance": "82", "Heading": "51", "Vision": "73", "OVR": "80", "Reactions": "74", "Free Kick": "71", "Short Passing": "71", "Pace": "86", "Penalties": "74", "Defending": "31", "Volleys": "77", "Shooting": "75", "Aggression": "54", "Physical": "60"}
{"Acceleration": "65", "Marking": "69", "Strength": "73", "Dribbling": "73", "1name": "daley blind", "Stamina": "92", "Long Passing": "76", "Standing Tackle": "80", "Sliding Tackle": "77", "Ball Control": "79", "Passing": "74", "Interceptions": "80", "Agility": "73", "Long Shots": "64", "Shot Power": "68", "POS": "CDM", "Jumping": "66", "Positioning": "68", "Curve": "65", "Sprint Speed": "59", "Crossing": "63", "Finishing": "42", "Balance": "65", "Heading": "67", "Vision": "75", "OVR": "80", "Reactions": "84", "Free Kick": "55", "Short Passing": "83", "Pace": "62", "Penalties": "56", "Defending": "75", "Volleys": "61", "Shooting": "55", "Aggression": "74", "Physical": "78"}
{"Acceleration": "91", "Marking": "40", "Strength": "60", "Dribbling": "86", "1name": "eduardo salvio", "Stamina": "83", "Long Passing": "70", "Standing Tackle": "38", "Sliding Tackle": "33", "Ball Control": "83", "Passing": "73", "Interceptions": "52", "Agility": "86", "Long Shots": "75", "Shot Power": "77", "POS": "RM", "Jumping": "90", "Positioning": "83", "Curve": "75", "Sprint Speed": "87", "Crossing": "79", "Finishing": "75", "Balance": "84", "Heading": "67", "Vision": "70", "OVR": "80", "Reactions": "76", "Free Kick": "64", "Short Passing": "74", "Pace": "89", "Penalties": "60", "Defending": "44", "Volleys": "72", "Shooting": "75", "Aggression": "69", "Physical": "69"}
{"Acceleration": "86", "Marking": "24", "Strength": "79", "Dribbling": "86", "1name": "gokhan tore", "Stamina": "73", "Long Passing": "81", "Standing Tackle": "38", "Sliding Tackle": "36", "Ball Control": "86", "Passing": "79", "Interceptions": "48", "Agility": "84", "Long Shots": "78", "Shot Power": "79", "POS": "RM", "Jumping": "71", "Positioning": "72", "Curve": "78", "Sprint Speed": "87", "Crossing": "80", "Finishing": "68", "Balance": "84", "Heading": "59", "Vision": "77", "OVR": "80", "Reactions": "74", "Free Kick": "70", "Short Passing": "79", "Pace": "87", "Penalties": "70", "Defending": "38", "Volleys": "68", "Shooting": "72", "Aggression": "75", "Physical": "76"}
{"Acceleration": "64", "Marking": "81", "Strength": "88", "Dribbling": "59", "1name": "maicon", "Stamina": "72", "Long Passing": "64", "Standing Tackle": "84", "Sliding Tackle": "77", "Ball Control": "63", "Passing": "66", "Interceptions": "79", "Agility": "39", "Long Shots": "62", "Shot Power": "86", "POS": "CB", "Jumping": "71", "Positioning": "45", "Curve": "70", "Sprint Speed": "68", "Crossing": "72", "Finishing": "40", "Balance": "45", "Heading": "83", "Vision": "55", "OVR": "80", "Reactions": "68", "Free Kick": "74", "Short Passing": "68", "Pace": "66", "Penalties": "43", "Defending": "81", "Volleys": "29", "Shooting": "53", "Aggression": "88", "Physical": "83"}
{"Acceleration": "79", "Marking": "27", "Strength": "90", "Dribbling": "76", "1name": "romelu lukaku", "Stamina": "76", "Long Passing": "58", "Standing Tackle": "30", "Sliding Tackle": "30", "Ball Control": "76", "Passing": "66", "Interceptions": "27", "Agility": "64", "Long Shots": "72", "Shot Power": "85", "POS": "ST", "Jumping": "71", "Positioning": "78", "Curve": "64", "Sprint Speed": "85", "Crossing": "68", "Finishing": "82", "Balance": "48", "Heading": "78", "Vision": "69", "OVR": "80", "Reactions": "73", "Free Kick": "66", "Short Passing": "67", "Pace": "82", "Penalties": "80", "Defending": "33", "Volleys": "70", "Shooting": "80", "Aggression": "72", "Physical": "82"}
{"Acceleration": "51", "Marking": "80", "Strength": "88", "Dribbling": "55", "1name": "marko basa", "Stamina": "64", "Long Passing": "75", "Standing Tackle": "84", "Sliding Tackle": "82", "Ball Control": "67", "Passing": "58", "Interceptions": "78", "Agility": "31", "Long Shots": "53", "Shot Power": "65", "POS": "CB", "Jumping": "83", "Positioning": "41", "Curve": "38", "Sprint Speed": "64", "Crossing": "31", "Finishing": "55", "Balance": "34", "Heading": "82", "Vision": "53", "OVR": "80", "Reactions": "74", "Free Kick": "39", "Short Passing": "76", "Pace": "58", "Penalties": "64", "Defending": "81", "Volleys": "47", "Shooting": "56", "Aggression": "81", "Physical": "80"}
{"Acceleration": "48", "Marking": "79", "Strength": "84", "Dribbling": "44", "1name": "holger badstuber", "Stamina": "50", "Long Passing": "77", "Standing Tackle": "83", "Sliding Tackle": "82", "Ball Control": "71", "Passing": "72", "Interceptions": "81", "Agility": "41", "Long Shots": "59", "Shot Power": "77", "POS": "CB", "Jumping": "59", "Positioning": "41", "Curve": "74", "Sprint Speed": "65", "Crossing": "71", "Finishing": "35", "Balance": "45", "Heading": "81", "Vision": "63", "OVR": "80", "Reactions": "80", "Free Kick": "74", "Short Passing": "75", "Pace": "57", "Penalties": "64", "Defending": "81", "Volleys": "49", "Shooting": "51", "Aggression": "77", "Physical": "73"}
{"Acceleration": "92", "Marking": "23", "Strength": "64", "Dribbling": "84", "1name": "andre schurrle", "Stamina": "74", "Long Passing": "63", "Standing Tackle": "32", "Sliding Tackle": "39", "Ball Control": "79", "Passing": "75", "Interceptions": "43", "Agility": "84", "Long Shots": "83", "Shot Power": "85", "POS": "LM", "Jumping": "72", "Positioning": "78", "Curve": "77", "Sprint Speed": "86", "Crossing": "76", "Finishing": "77", "Balance": "78", "Heading": "61", "Vision": "75", "OVR": "80", "Reactions": "82", "Free Kick": "70", "Short Passing": "79", "Pace": "89", "Penalties": "81", "Defending": "35", "Volleys": "80", "Shooting": "80", "Aggression": "64", "Physical": "67"}
{"Acceleration": "91", "Marking": "58", "Strength": "74", "Dribbling": "85", "1name": "xherdan shaqiri", "Stamina": "78", "Long Passing": "75", "Standing Tackle": "60", "Sliding Tackle": "53", "Ball Control": "83", "Passing": "77", "Interceptions": "65", "Agility": "87", "Long Shots": "80", "Shot Power": "84", "POS": "RM", "Jumping": "63", "Positioning": "77", "Curve": "82", "Sprint Speed": "84", "Crossing": "74", "Finishing": "74", "Balance": "94", "Heading": "37", "Vision": "77", "OVR": "80", "Reactions": "79", "Free Kick": "78", "Short Passing": "79", "Pace": "87", "Penalties": "65", "Defending": "57", "Volleys": "76", "Shooting": "77", "Aggression": "73", "Physical": "74"}
{"Acceleration": "63", "Marking": "83", "Strength": "78", "Dribbling": "59", "1name": "phil jones", "Stamina": "79", "Long Passing": "67", "Standing Tackle": "84", "Sliding Tackle": "82", "Ball Control": "69", "Passing": "65", "Interceptions": "80", "Agility": "43", "Long Shots": "59", "Shot Power": "68", "POS": "CB", "Jumping": "84", "Positioning": "42", "Curve": "38", "Sprint Speed": "68", "Crossing": "64", "Finishing": "50", "Balance": "58", "Heading": "75", "Vision": "59", "OVR": "80", "Reactions": "78", "Free Kick": "35", "Short Passing": "77", "Pace": "66", "Penalties": "55", "Defending": "82", "Volleys": "60", "Shooting": "56", "Aggression": "85", "Physical": "80"}
{"Acceleration": "67", "Marking": "81", "Strength": "79", "Dribbling": "63", "1name": "joel matip", "Stamina": "75", "Long Passing": "77", "Standing Tackle": "83", "Sliding Tackle": "77", "Ball Control": "71", "Passing": "68", "Interceptions": "83", "Agility": "62", "Long Shots": "48", "Shot Power": "66", "POS": "CB", "Jumping": "65", "Positioning": "51", "Curve": "63", "Sprint Speed": "77", "Crossing": "54", "Finishing": "36", "Balance": "50", "Heading": "86", "Vision": "71", "OVR": "80", "Reactions": "80", "Free Kick": "22", "Short Passing": "77", "Pace": "72", "Penalties": "42", "Defending": "82", "Volleys": "50", "Shooting": "46", "Aggression": "70", "Physical": "76"}
{"Acceleration": "84", "Marking": "79", "Strength": "77", "Dribbling": "76", "1name": "serge aurier", "Stamina": "87", "Long Passing": "71", "Standing Tackle": "79", "Sliding Tackle": "80", "Ball Control": "77", "Passing": "73", "Interceptions": "75", "Agility": "76", "Long Shots": "58", "Shot Power": "78", "POS": "RB", "Jumping": "93", "Positioning": "74", "Curve": "69", "Sprint Speed": "85", "Crossing": "79", "Finishing": "65", "Balance": "78", "Heading": "75", "Vision": "71", "OVR": "80", "Reactions": "79", "Free Kick": "30", "Short Passing": "77", "Pace": "85", "Penalties": "66", "Defending": "78", "Volleys": "50", "Shooting": "66", "Aggression": "81", "Physical": "81"}
{"Acceleration": "71", "Marking": "83", "Strength": "73", "Dribbling": "62", "1name": "marc bartra", "Stamina": "64", "Long Passing": "73", "Standing Tackle": "87", "Sliding Tackle": "82", "Ball Control": "75", "Passing": "62", "Interceptions": "83", "Agility": "67", "Long Shots": "36", "Shot Power": "58", "POS": "CB", "Jumping": "85", "Positioning": "58", "Curve": "56", "Sprint Speed": "72", "Crossing": "50", "Finishing": "43", "Balance": "69", "Heading": "77", "Vision": "43", "OVR": "80", "Reactions": "76", "Free Kick": "45", "Short Passing": "79", "Pace": "72", "Penalties": "52", "Defending": "84", "Volleys": "43", "Shooting": "46", "Aggression": "63", "Physical": "69"}
{"Acceleration": "73", "Marking": "74", "Strength": "70", "Dribbling": "78", "1name": "bibras natcho", "Stamina": "77", "Long Passing": "85", "Standing Tackle": "75", "Sliding Tackle": "64", "Ball Control": "82", "Passing": "82", "Interceptions": "65", "Agility": "77", "Long Shots": "73", "Shot Power": "73", "POS": "CM", "Jumping": "54", "Positioning": "68", "Curve": "75", "Sprint Speed": "65", "Crossing": "73", "Finishing": "71", "Balance": "79", "Heading": "57", "Vision": "87", "OVR": "80", "Reactions": "80", "Free Kick": "78", "Short Passing": "86", "Pace": "69", "Penalties": "90", "Defending": "70", "Volleys": "64", "Shooting": "72", "Aggression": "74", "Physical": "72"}
{"Acceleration": "65", "Marking": "82", "Strength": "85", "Dribbling": "58", "1name": "bruno martins indi", "Stamina": "77", "Long Passing": "69", "Standing Tackle": "85", "Sliding Tackle": "79", "Ball Control": "68", "Passing": "60", "Interceptions": "78", "Agility": "53", "Long Shots": "48", "Shot Power": "63", "POS": "CB", "Jumping": "80", "Positioning": "42", "Curve": "30", "Sprint Speed": "70", "Crossing": "71", "Finishing": "45", "Balance": "64", "Heading": "75", "Vision": "35", "OVR": "80", "Reactions": "76", "Free Kick": "46", "Short Passing": "69", "Pace": "68", "Penalties": "42", "Defending": "81", "Volleys": "36", "Shooting": "48", "Aggression": "86", "Physical": "83"}
{"Acceleration": "80", "Marking": "26", "Strength": "70", "Dribbling": "70", "1name": "paco alcacer", "Stamina": "76", "Long Passing": "51", "Standing Tackle": "21", "Sliding Tackle": "26", "Ball Control": "81", "Passing": "62", "Interceptions": "26", "Agility": "81", "Long Shots": "68", "Shot Power": "83", "POS": "ST", "Jumping": "75", "Positioning": "86", "Curve": "66", "Sprint Speed": "76", "Crossing": "53", "Finishing": "85", "Balance": "81", "Heading": "78", "Vision": "63", "OVR": "80", "Reactions": "84", "Free Kick": "59", "Short Passing": "72", "Pace": "78", "Penalties": "71", "Defending": "30", "Volleys": "85", "Shooting": "81", "Aggression": "68", "Physical": "71"}
{"Acceleration": "82", "Marking": "17", "Strength": "81", "Dribbling": "81", "1name": "kevin volland", "Stamina": "90", "Long Passing": "67", "Standing Tackle": "50", "Sliding Tackle": "33", "Ball Control": "81", "Passing": "77", "Interceptions": "44", "Agility": "77", "Long Shots": "80", "Shot Power": "84", "POS": "RM", "Jumping": "77", "Positioning": "80", "Curve": "79", "Sprint Speed": "81", "Crossing": "78", "Finishing": "81", "Balance": "81", "Heading": "69", "Vision": "79", "OVR": "80", "Reactions": "81", "Free Kick": "76", "Short Passing": "79", "Pace": "81", "Penalties": "71", "Defending": "39", "Volleys": "68", "Shooting": "80", "Aggression": "75", "Physical": "82"}
{"Acceleration": "82", "Marking": "80", "Strength": "72", "Dribbling": "76", "1name": "layvin kurzawa", "Stamina": "80", "Long Passing": "71", "Standing Tackle": "79", "Sliding Tackle": "81", "Ball Control": "80", "Passing": "76", "Interceptions": "78", "Agility": "75", "Long Shots": "67", "Shot Power": "69", "POS": "LB", "Jumping": "81", "Positioning": "74", "Curve": "73", "Sprint Speed": "76", "Crossing": "81", "Finishing": "71", "Balance": "75", "Heading": "76", "Vision": "75", "OVR": "80", "Reactions": "80", "Free Kick": "53", "Short Passing": "81", "Pace": "79", "Penalties": "62", "Defending": "79", "Volleys": "61", "Shooting": "69", "Aggression": "75", "Physical": "75"}
{"Acceleration": "90", "Marking": "19", "Strength": "70", "Dribbling": "83", "1name": "andre carrillo", "Stamina": "82", "Long Passing": "65", "Standing Tackle": "31", "Sliding Tackle": "25", "Ball Control": "80", "Passing": "74", "Interceptions": "25", "Agility": "86", "Long Shots": "78", "Shot Power": "81", "POS": "RM", "Jumping": "74", "Positioning": "81", "Curve": "81", "Sprint Speed": "91", "Crossing": "80", "Finishing": "75", "Balance": "80", "Heading": "70", "Vision": "78", "OVR": "80", "Reactions": "82", "Free Kick": "55", "Short Passing": "75", "Pace": "91", "Penalties": "68", "Defending": "30", "Volleys": "76", "Shooting": "77", "Aggression": "55", "Physical": "70"}
{"Acceleration": "83", "Marking": "48", "Strength": "66", "Dribbling": "82", "1name": "oleg shatov", "Stamina": "70", "Long Passing": "77", "Standing Tackle": "47", "Sliding Tackle": "44", "Ball Control": "82", "Passing": "76", "Interceptions": "69", "Agility": "83", "Long Shots": "75", "Shot Power": "75", "POS": "LW", "Jumping": "59", "Positioning": "75", "Curve": "67", "Sprint Speed": "91", "Crossing": "74", "Finishing": "76", "Balance": "78", "Heading": "55", "Vision": "81", "OVR": "80", "Reactions": "77", "Free Kick": "38", "Short Passing": "81", "Pace": "87", "Penalties": "60", "Defending": "52", "Volleys": "69", "Shooting": "74", "Aggression": "70", "Physical": "67"}
{"Acceleration": "60", "Marking": "75", "Strength": "83", "Dribbling": "75", "1name": "andreas samaris", "Stamina": "80", "Long Passing": "78", "Standing Tackle": "82", "Sliding Tackle": "76", "Ball Control": "78", "Passing": "76", "Interceptions": "84", "Agility": "65", "Long Shots": "73", "Shot Power": "77", "POS": "CDM", "Jumping": "75", "Positioning": "69", "Curve": "78", "Sprint Speed": "63", "Crossing": "70", "Finishing": "64", "Balance": "59", "Heading": "60", "Vision": "73", "OVR": "80", "Reactions": "76", "Free Kick": "73", "Short Passing": "80", "Pace": "62", "Penalties": "66", "Defending": "78", "Volleys": "57", "Shooting": "68", "Aggression": "86", "Physical": "82"}
{"Acceleration": "86", "Marking": "25", "Strength": "61", "Dribbling": "82", "1name": "quincy promes", "Stamina": "80", "Long Passing": "59", "Standing Tackle": "24", "Sliding Tackle": "27", "Ball Control": "82", "Passing": "72", "Interceptions": "24", "Agility": "87", "Long Shots": "83", "Shot Power": "82", "POS": "RW", "Jumping": "82", "Positioning": "79", "Curve": "75", "Sprint Speed": "89", "Crossing": "73", "Finishing": "80", "Balance": "78", "Heading": "60", "Vision": "74", "OVR": "80", "Reactions": "73", "Free Kick": "76", "Short Passing": "74", "Pace": "88", "Penalties": "65", "Defending": "28", "Volleys": "68", "Shooting": "80", "Aggression": "60", "Physical": "67"}
{"Acceleration": "92", "Marking": "37", "Strength": "60", "Dribbling": "86", "1name": "mohamed salah", "Stamina": "77", "Long Passing": "67", "Standing Tackle": "43", "Sliding Tackle": "41", "Ball Control": "86", "Passing": "71", "Interceptions": "55", "Agility": "86", "Long Shots": "61", "Shot Power": "75", "POS": "RW", "Jumping": "70", "Positioning": "77", "Curve": "64", "Sprint Speed": "91", "Crossing": "68", "Finishing": "77", "Balance": "84", "Heading": "59", "Vision": "71", "OVR": "80", "Reactions": "75", "Free Kick": "68", "Short Passing": "75", "Pace": "91", "Penalties": "63", "Defending": "45", "Volleys": "69", "Shooting": "72", "Aggression": "63", "Physical": "65"}
{"Acceleration": "86", "Marking": "22", "Strength": "64", "Dribbling": "85", "1name": "domenico berardi", "Stamina": "81", "Long Passing": "78", "Standing Tackle": "30", "Sliding Tackle": "30", "Ball Control": "83", "Passing": "75", "Interceptions": "26", "Agility": "85", "Long Shots": "78", "Shot Power": "79", "POS": "RW", "Jumping": "65", "Positioning": "79", "Curve": "76", "Sprint Speed": "87", "Crossing": "76", "Finishing": "80", "Balance": "73", "Heading": "62", "Vision": "76", "OVR": "80", "Reactions": "74", "Free Kick": "68", "Short Passing": "74", "Pace": "87", "Penalties": "86", "Defending": "30", "Volleys": "75", "Shooting": "79", "Aggression": "74", "Physical": "70"}
{"Acceleration": "57", "Marking": "65", "Strength": "82", "Dribbling": "85", "1name": "andre gomes", "Stamina": "77", "Long Passing": "79", "Standing Tackle": "75", "Sliding Tackle": "58", "Ball Control": "85", "Passing": "76", "Interceptions": "73", "Agility": "64", "Long Shots": "75", "Shot Power": "80", "POS": "CM", "Jumping": "65", "Positioning": "73", "Curve": "70", "Sprint Speed": "68", "Crossing": "59", "Finishing": "64", "Balance": "50", "Heading": "69", "Vision": "79", "OVR": "80", "Reactions": "76", "Free Kick": "68", "Short Passing": "85", "Pace": "63", "Penalties": "55", "Defending": "69", "Volleys": "58", "Shooting": "69", "Aggression": "80", "Physical": "80"}
{"Acceleration": "85", "Marking": "81", "Strength": "62", "Dribbling": "77", "1name": "gaya", "Stamina": "80", "Long Passing": "81", "Standing Tackle": "81", "Sliding Tackle": "81", "Ball Control": "76", "Passing": "76", "Interceptions": "76", "Agility": "81", "Long Shots": "59", "Shot Power": "63", "POS": "LB", "Jumping": "75", "Positioning": "72", "Curve": "79", "Sprint Speed": "89", "Crossing": "83", "Finishing": "61", "Balance": "83", "Heading": "60", "Vision": "70", "OVR": "80", "Reactions": "78", "Free Kick": "49", "Short Passing": "78", "Pace": "87", "Penalties": "52", "Defending": "78", "Volleys": "66", "Shooting": "61", "Aggression": "69", "Physical": "69"}
{"Acceleration": "54", "Marking": "84", "Strength": "87", "Dribbling": "55", "1name": "aderlan santos", "Stamina": "63", "Long Passing": "47", "Standing Tackle": "87", "Sliding Tackle": "80", "Ball Control": "65", "Passing": "48", "Interceptions": "80", "Agility": "55", "Long Shots": "73", "Shot Power": "84", "POS": "CB", "Jumping": "60", "Positioning": "27", "Curve": "51", "Sprint Speed": "55", "Crossing": "34", "Finishing": "34", "Balance": "47", "Heading": "85", "Vision": "34", "OVR": "80", "Reactions": "74", "Free Kick": "61", "Short Passing": "62", "Pace": "55", "Penalties": "60", "Defending": "84", "Volleys": "46", "Shooting": "53", "Aggression": "82", "Physical": "79"}
{"Acceleration": "77", "Marking": "70", "Strength": "73", "Dribbling": "79", "1name": "fernandinho", "Stamina": "82", "Long Passing": "81", "Standing Tackle": "78", "Sliding Tackle": "75", "Ball Control": "81", "Passing": "78", "Interceptions": "84", "Agility": "79", "Long Shots": "81", "Shot Power": "81", "POS": "CM", "Jumping": "72", "Positioning": "68", "Curve": "70", "Sprint Speed": "77", "Crossing": "77", "Finishing": "70", "Balance": "79", "Heading": "55", "Vision": "75", "OVR": "80", "Reactions": "82", "Free Kick": "71", "Short Passing": "81", "Pace": "77", "Penalties": "61", "Defending": "74", "Volleys": "76", "Shooting": "74", "Aggression": "83", "Physical": "77"}
{"Acceleration": "64", "Marking": "26", "Strength": "80", "Dribbling": "69", "1name": "stefan kie%C3%9Fling", "Stamina": "86", "Long Passing": "59", "Standing Tackle": "50", "Sliding Tackle": "41", "Ball Control": "71", "Passing": "70", "Interceptions": "44", "Agility": "48", "Long Shots": "73", "Shot Power": "84", "POS": "ST", "Jumping": "79", "Positioning": "84", "Curve": "66", "Sprint Speed": "68", "Crossing": "68", "Finishing": "85", "Balance": "45", "Heading": "88", "Vision": "75", "OVR": "80", "Reactions": "83", "Free Kick": "49", "Short Passing": "76", "Pace": "66", "Penalties": "79", "Defending": "44", "Volleys": "82", "Shooting": "82", "Aggression": "77", "Physical": "81"}
{"Acceleration": "70", "Marking": "67", "Strength": "71", "Dribbling": "77", "1name": "james milner", "Stamina": "91", "Long Passing": "82", "Standing Tackle": "68", "Sliding Tackle": "70", "Ball Control": "78", "Passing": "83", "Interceptions": "72", "Agility": "71", "Long Shots": "81", "Shot Power": "87", "POS": "CM", "Jumping": "64", "Positioning": "77", "Curve": "81", "Sprint Speed": "67", "Crossing": "86", "Finishing": "68", "Balance": "73", "Heading": "69", "Vision": "78", "OVR": "80", "Reactions": "84", "Free Kick": "79", "Short Passing": "85", "Pace": "68", "Penalties": "79", "Defending": "69", "Volleys": "79", "Shooting": "76", "Aggression": "71", "Physical": "76"}
{"Acceleration": "68", "Marking": "83", "Strength": "78", "Dribbling": "60", "1name": "gonzalo rodriguez", "Stamina": "66", "Long Passing": "76", "Standing Tackle": "84", "Sliding Tackle": "82", "Ball Control": "72", "Passing": "60", "Interceptions": "84", "Agility": "62", "Long Shots": "36", "Shot Power": "68", "POS": "CB", "Jumping": "84", "Positioning": "32", "Curve": "50", "Sprint Speed": "68", "Crossing": "38", "Finishing": "38", "Balance": "60", "Heading": "80", "Vision": "60", "OVR": "80", "Reactions": "76", "Free Kick": "46", "Short Passing": "70", "Pace": "68", "Penalties": "74", "Defending": "83", "Volleys": "22", "Shooting": "44", "Aggression": "78", "Physical": "75"}
{"Acceleration": "77", "Marking": "81", "Strength": "49", "Dribbling": "67", "1name": "tito", "Stamina": "87", "Long Passing": "72", "Standing Tackle": "82", "Sliding Tackle": "84", "Ball Control": "78", "Passing": "68", "Interceptions": "81", "Agility": "76", "Long Shots": "37", "Shot Power": "63", "POS": "RB", "Jumping": "80", "Positioning": "49", "Curve": "41", "Sprint Speed": "79", "Crossing": "80", "Finishing": "44", "Balance": "71", "Heading": "59", "Vision": "59", "OVR": "80", "Reactions": "79", "Free Kick": "43", "Short Passing": "72", "Pace": "78", "Penalties": "45", "Defending": "79", "Volleys": "37", "Shooting": "46", "Aggression": "80", "Physical": "66"}
{"Acceleration": "69", "Marking": "75", "Strength": "77", "Dribbling": "62", "1name": "javi fuego", "Stamina": "87", "Long Passing": "75", "Standing Tackle": "84", "Sliding Tackle": "82", "Ball Control": "74", "Passing": "71", "Interceptions": "85", "Agility": "67", "Long Shots": "64", "Shot Power": "72", "POS": "CDM", "Jumping": "70", "Positioning": "59", "Curve": "70", "Sprint Speed": "66", "Crossing": "61", "Finishing": "54", "Balance": "60", "Heading": "60", "Vision": "69", "OVR": "80", "Reactions": "84", "Free Kick": "62", "Short Passing": "77", "Pace": "67", "Penalties": "60", "Defending": "79", "Volleys": "53", "Shooting": "60", "Aggression": "87", "Physical": "81"}
{"Acceleration": "69", "Marking": "83", "Strength": "77", "Dribbling": "61", "1name": "arbeloa", "Stamina": "80", "Long Passing": "69", "Standing Tackle": "83", "Sliding Tackle": "87", "Ball Control": "64", "Passing": "72", "Interceptions": "83", "Agility": "60", "Long Shots": "57", "Shot Power": "72", "POS": "RB", "Jumping": "68", "Positioning": "65", "Curve": "56", "Sprint Speed": "76", "Crossing": "77", "Finishing": "59", "Balance": "60", "Heading": "70", "Vision": "67", "OVR": "80", "Reactions": "74", "Free Kick": "49", "Short Passing": "78", "Pace": "73", "Penalties": "49", "Defending": "82", "Volleys": "60", "Shooting": "61", "Aggression": "78", "Physical": "78"}
{"Acceleration": "66", "Marking": "69", "Strength": "68", "Dribbling": "73", "1name": "gabi", "Stamina": "81", "Long Passing": "84", "Standing Tackle": "76", "Sliding Tackle": "72", "Ball Control": "78", "Passing": "80", "Interceptions": "82", "Agility": "73", "Long Shots": "75", "Shot Power": "81", "POS": "CM", "Jumping": "60", "Positioning": "72", "Curve": "86", "Sprint Speed": "67", "Crossing": "67", "Finishing": "67", "Balance": "74", "Heading": "51", "Vision": "79", "OVR": "80", "Reactions": "80", "Free Kick": "75", "Short Passing": "85", "Pace": "67", "Penalties": "83", "Defending": "72", "Volleys": "64", "Shooting": "72", "Aggression": "76", "Physical": "72"}
{"Acceleration": "75", "Marking": "82", "Strength": "62", "Dribbling": "74", "1name": "igor denisov", "Stamina": "91", "Long Passing": "75", "Standing Tackle": "84", "Sliding Tackle": "73", "Ball Control": "79", "Passing": "75", "Interceptions": "83", "Agility": "78", "Long Shots": "77", "Shot Power": "67", "POS": "CDM", "Jumping": "76", "Positioning": "69", "Curve": "62", "Sprint Speed": "77", "Crossing": "71", "Finishing": "64", "Balance": "74", "Heading": "59", "Vision": "76", "OVR": "80", "Reactions": "75", "Free Kick": "54", "Short Passing": "82", "Pace": "76", "Penalties": "62", "Defending": "80", "Volleys": "64", "Shooting": "67", "Aggression": "87", "Physical": "75"}
{"Acceleration": "66", "Marking": "82", "Strength": "77", "Dribbling": "56", "1name": "daniel agger", "Stamina": "65", "Long Passing": "72", "Standing Tackle": "81", "Sliding Tackle": "82", "Ball Control": "70", "Passing": "67", "Interceptions": "79", "Agility": "53", "Long Shots": "70", "Shot Power": "84", "POS": "CB", "Jumping": "67", "Positioning": "42", "Curve": "52", "Sprint Speed": "75", "Crossing": "54", "Finishing": "58", "Balance": "47", "Heading": "80", "Vision": "65", "OVR": "80", "Reactions": "75", "Free Kick": "69", "Short Passing": "74", "Pace": "71", "Penalties": "67", "Defending": "81", "Volleys": "38", "Shooting": "64", "Aggression": "79", "Physical": "74"}
{"Acceleration": "82", "Marking": "80", "Strength": "66", "Dribbling": "71", "1name": "gael clichy", "Stamina": "82", "Long Passing": "69", "Standing Tackle": "82", "Sliding Tackle": "86", "Ball Control": "78", "Passing": "65", "Interceptions": "77", "Agility": "77", "Long Shots": "43", "Shot Power": "52", "POS": "LB", "Jumping": "70", "Positioning": "66", "Curve": "64", "Sprint Speed": "85", "Crossing": "79", "Finishing": "34", "Balance": "75", "Heading": "70", "Vision": "59", "OVR": "80", "Reactions": "72", "Free Kick": "38", "Short Passing": "64", "Pace": "84", "Penalties": "45", "Defending": "80", "Volleys": "59", "Shooting": "43", "Aggression": "55", "Physical": "68"}
{"Acceleration": "88", "Marking": "25", "Strength": "53", "Dribbling": "83", "1name": "ashley young", "Stamina": "69", "Long Passing": "71", "Standing Tackle": "30", "Sliding Tackle": "51", "Ball Control": "81", "Passing": "78", "Interceptions": "47", "Agility": "84", "Long Shots": "76", "Shot Power": "77", "POS": "LM", "Jumping": "57", "Positioning": "70", "Curve": "83", "Sprint Speed": "82", "Crossing": "84", "Finishing": "73", "Balance": "77", "Heading": "41", "Vision": "79", "OVR": "80", "Reactions": "76", "Free Kick": "78", "Short Passing": "75", "Pace": "85", "Penalties": "71", "Defending": "35", "Volleys": "75", "Shooting": "74", "Aggression": "46", "Physical": "56"}
{"Acceleration": "86", "Marking": "31", "Strength": "61", "Dribbling": "83", "1name": "rodrigo palacio", "Stamina": "79", "Long Passing": "65", "Standing Tackle": "33", "Sliding Tackle": "30", "Ball Control": "86", "Passing": "76", "Interceptions": "39", "Agility": "83", "Long Shots": "62", "Shot Power": "73", "POS": "ST", "Jumping": "79", "Positioning": "86", "Curve": "83", "Sprint Speed": "84", "Crossing": "75", "Finishing": "85", "Balance": "83", "Heading": "78", "Vision": "78", "OVR": "80", "Reactions": "80", "Free Kick": "67", "Short Passing": "79", "Pace": "85", "Penalties": "83", "Defending": "38", "Volleys": "79", "Shooting": "78", "Aggression": "85", "Physical": "71"}
{"Acceleration": "68", "Marking": "72", "Strength": "80", "Dribbling": "79", "1name": "michael bradley", "Stamina": "93", "Long Passing": "84", "Standing Tackle": "71", "Sliding Tackle": "70", "Ball Control": "79", "Passing": "79", "Interceptions": "74", "Agility": "75", "Long Shots": "72", "Shot Power": "79", "POS": "CM", "Jumping": "69", "Positioning": "72", "Curve": "72", "Sprint Speed": "69", "Crossing": "69", "Finishing": "62", "Balance": "74", "Heading": "68", "Vision": "83", "OVR": "80", "Reactions": "76", "Free Kick": "73", "Short Passing": "82", "Pace": "69", "Penalties": "71", "Defending": "72", "Volleys": "71", "Shooting": "69", "Aggression": "81", "Physical": "83"}
{"Acceleration": "72", "Marking": "81", "Strength": "79", "Dribbling": "61", "1name": "thomas vermaelen", "Stamina": "67", "Long Passing": "74", "Standing Tackle": "82", "Sliding Tackle": "82", "Ball Control": "69", "Passing": "70", "Interceptions": "76", "Agility": "66", "Long Shots": "71", "Shot Power": "84", "POS": "CB", "Jumping": "93", "Positioning": "41", "Curve": "61", "Sprint Speed": "69", "Crossing": "63", "Finishing": "56", "Balance": "60", "Heading": "84", "Vision": "63", "OVR": "80", "Reactions": "76", "Free Kick": "66", "Short Passing": "78", "Pace": "70", "Penalties": "66", "Defending": "81", "Volleys": "56", "Shooting": "64", "Aggression": "77", "Physical": "76"}
{"Acceleration": "77", "Marking": "80", "Strength": "71", "Dribbling": "72", "1name": "mathieu debuchy", "Stamina": "89", "Long Passing": "73", "Standing Tackle": "83", "Sliding Tackle": "82", "Ball Control": "75", "Passing": "73", "Interceptions": "76", "Agility": "77", "Long Shots": "68", "Shot Power": "74", "POS": "RB", "Jumping": "81", "Positioning": "67", "Curve": "74", "Sprint Speed": "73", "Crossing": "80", "Finishing": "59", "Balance": "74", "Heading": "75", "Vision": "64", "OVR": "80", "Reactions": "76", "Free Kick": "61", "Short Passing": "77", "Pace": "75", "Penalties": "66", "Defending": "80", "Volleys": "62", "Shooting": "65", "Aggression": "80", "Physical": "78"}
{"Acceleration": "69", "Marking": "70", "Strength": "76", "Dribbling": "73", "1name": "gokhan inler", "Stamina": "79", "Long Passing": "84", "Standing Tackle": "80", "Sliding Tackle": "78", "Ball Control": "79", "Passing": "78", "Interceptions": "80", "Agility": "68", "Long Shots": "86", "Shot Power": "89", "POS": "CDM", "Jumping": "75", "Positioning": "70", "Curve": "64", "Sprint Speed": "65", "Crossing": "70", "Finishing": "56", "Balance": "59", "Heading": "68", "Vision": "79", "OVR": "80", "Reactions": "76", "Free Kick": "68", "Short Passing": "82", "Pace": "67", "Penalties": "74", "Defending": "76", "Volleys": "78", "Shooting": "71", "Aggression": "80", "Physical": "78"}
{"Acceleration": "81", "Marking": "21", "Strength": "74", "Dribbling": "83", "1name": "ezequiel lavezzi", "Stamina": "67", "Long Passing": "61", "Standing Tackle": "40", "Sliding Tackle": "37", "Ball Control": "81", "Passing": "74", "Interceptions": "31", "Agility": "82", "Long Shots": "69", "Shot Power": "76", "POS": "LW", "Jumping": "72", "Positioning": "77", "Curve": "74", "Sprint Speed": "82", "Crossing": "77", "Finishing": "73", "Balance": "85", "Heading": "48", "Vision": "75", "OVR": "80", "Reactions": "77", "Free Kick": "76", "Short Passing": "78", "Pace": "82", "Penalties": "69", "Defending": "33", "Volleys": "76", "Shooting": "73", "Aggression": "76", "Physical": "73"}
{"Acceleration": "47", "Marking": "72", "Strength": "71", "Dribbling": "74", "1name": "trashorras", "Stamina": "70", "Long Passing": "90", "Standing Tackle": "77", "Sliding Tackle": "61", "Ball Control": "82", "Passing": "86", "Interceptions": "80", "Agility": "49", "Long Shots": "77", "Shot Power": "74", "POS": "CDM", "Jumping": "33", "Positioning": "64", "Curve": "86", "Sprint Speed": "34", "Crossing": "78", "Finishing": "67", "Balance": "63", "Heading": "49", "Vision": "85", "OVR": "80", "Reactions": "84", "Free Kick": "87", "Short Passing": "90", "Pace": "40", "Penalties": "70", "Defending": "72", "Volleys": "62", "Shooting": "70", "Aggression": "79", "Physical": "70"}
{"Acceleration": "55", "Marking": "57", "Strength": "69", "Dribbling": "74", "1name": "riccardo montolivo", "Stamina": "68", "Long Passing": "87", "Standing Tackle": "67", "Sliding Tackle": "65", "Ball Control": "84", "Passing": "83", "Interceptions": "75", "Agility": "70", "Long Shots": "83", "Shot Power": "83", "POS": "CM", "Jumping": "60", "Positioning": "65", "Curve": "79", "Sprint Speed": "60", "Crossing": "77", "Finishing": "61", "Balance": "72", "Heading": "61", "Vision": "85", "OVR": "80", "Reactions": "69", "Free Kick": "77", "Short Passing": "85", "Pace": "58", "Penalties": "77", "Defending": "65", "Volleys": "77", "Shooting": "72", "Aggression": "75", "Physical": "70"}
{"Acceleration": "61", "Marking": "77", "Strength": "89", "Dribbling": "66", "1name": "javi garcia", "Stamina": "77", "Long Passing": "76", "Standing Tackle": "79", "Sliding Tackle": "74", "Ball Control": "74", "Passing": "75", "Interceptions": "85", "Agility": "62", "Long Shots": "74", "Shot Power": "82", "POS": "CDM", "Jumping": "90", "Positioning": "63", "Curve": "68", "Sprint Speed": "65", "Crossing": "69", "Finishing": "60", "Balance": "55", "Heading": "86", "Vision": "73", "OVR": "80", "Reactions": "79", "Free Kick": "63", "Short Passing": "82", "Pace": "63", "Penalties": "61", "Defending": "80", "Volleys": "59", "Shooting": "67", "Aggression": "89", "Physical": "86"}
{"Acceleration": "55", "Marking": "15", "Strength": "91", "Dribbling": "70", "1name": "llorente", "Stamina": "65", "Long Passing": "51", "Standing Tackle": "25", "Sliding Tackle": "15", "Ball Control": "79", "Passing": "60", "Interceptions": "25", "Agility": "45", "Long Shots": "65", "Shot Power": "79", "POS": "ST", "Jumping": "55", "Positioning": "85", "Curve": "60", "Sprint Speed": "65", "Crossing": "44", "Finishing": "82", "Balance": "33", "Heading": "90", "Vision": "70", "OVR": "80", "Reactions": "80", "Free Kick": "40", "Short Passing": "71", "Pace": "60", "Penalties": "70", "Defending": "28", "Volleys": "80", "Shooting": "77", "Aggression": "60", "Physical": "76"}
{"Acceleration": "78", "Marking": "62", "Strength": "86", "Dribbling": "85", "1name": "moussa dembele", "Stamina": "82", "Long Passing": "79", "Standing Tackle": "76", "Sliding Tackle": "64", "Ball Control": "84", "Passing": "75", "Interceptions": "73", "Agility": "82", "Long Shots": "72", "Shot Power": "85", "POS": "CM", "Jumping": "77", "Positioning": "71", "Curve": "65", "Sprint Speed": "77", "Crossing": "65", "Finishing": "66", "Balance": "53", "Heading": "68", "Vision": "76", "OVR": "80", "Reactions": "78", "Free Kick": "55", "Short Passing": "84", "Pace": "77", "Penalties": "67", "Defending": "69", "Volleys": "77", "Shooting": "72", "Aggression": "74", "Physical": "82"}
{"Acceleration": "86", "Marking": "10", "Strength": "55", "Dribbling": "83", "1name": "giuseppe rossi", "Stamina": "65", "Long Passing": "67", "Standing Tackle": "24", "Sliding Tackle": "19", "Ball Control": "87", "Passing": "74", "Interceptions": "17", "Agility": "84", "Long Shots": "82", "Shot Power": "79", "POS": "ST", "Jumping": "61", "Positioning": "87", "Curve": "79", "Sprint Speed": "78", "Crossing": "69", "Finishing": "85", "Balance": "86", "Heading": "63", "Vision": "77", "OVR": "80", "Reactions": "79", "Free Kick": "77", "Short Passing": "77", "Pace": "82", "Penalties": "87", "Defending": "22", "Volleys": "83", "Shooting": "83", "Aggression": "24", "Physical": "52"}
{"Acceleration": "78", "Marking": "80", "Strength": "54", "Dribbling": "73", "1name": "lassana diarra", "Stamina": "85", "Long Passing": "77", "Standing Tackle": "85", "Sliding Tackle": "80", "Ball Control": "77", "Passing": "72", "Interceptions": "82", "Agility": "77", "Long Shots": "67", "Shot Power": "76", "POS": "CDM", "Jumping": "77", "Positioning": "50", "Curve": "57", "Sprint Speed": "77", "Crossing": "68", "Finishing": "38", "Balance": "77", "Heading": "59", "Vision": "72", "OVR": "80", "Reactions": "77", "Free Kick": "41", "Short Passing": "80", "Pace": "77", "Penalties": "49", "Defending": "80", "Volleys": "37", "Shooting": "52", "Aggression": "85", "Physical": "69"}
{"Acceleration": "65", "Marking": "76", "Strength": "86", "Dribbling": "57", "1name": "ashley williams", "Stamina": "73", "Long Passing": "74", "Standing Tackle": "85", "Sliding Tackle": "79", "Ball Control": "69", "Passing": "55", "Interceptions": "83", "Agility": "58", "Long Shots": "40", "Shot Power": "64", "POS": "CB", "Jumping": "86", "Positioning": "28", "Curve": "34", "Sprint Speed": "70", "Crossing": "32", "Finishing": "37", "Balance": "59", "Heading": "82", "Vision": "53", "OVR": "80", "Reactions": "77", "Free Kick": "23", "Short Passing": "70", "Pace": "68", "Penalties": "45", "Defending": "81", "Volleys": "34", "Shooting": "43", "Aggression": "83", "Physical": "82"}
{"Acceleration": "84", "Marking": "35", "Strength": "34", "Dribbling": "84", "1name": "mbark boussoufa", "Stamina": "84", "Long Passing": "80", "Standing Tackle": "42", "Sliding Tackle": "47", "Ball Control": "80", "Passing": "82", "Interceptions": "47", "Agility": "92", "Long Shots": "74", "Shot Power": "72", "POS": "CAM", "Jumping": "80", "Positioning": "76", "Curve": "79", "Sprint Speed": "76", "Crossing": "81", "Finishing": "72", "Balance": "91", "Heading": "45", "Vision": "84", "OVR": "80", "Reactions": "77", "Free Kick": "77", "Short Passing": "82", "Pace": "80", "Penalties": "72", "Defending": "42", "Volleys": "69", "Shooting": "72", "Aggression": "66", "Physical": "55"}
{"Acceleration": "55", "Marking": "69", "Strength": "73", "Dribbling": "75", "1name": "roman shirokov", "Stamina": "75", "Long Passing": "83", "Standing Tackle": "70", "Sliding Tackle": "71", "Ball Control": "78", "Passing": "82", "Interceptions": "75", "Agility": "72", "Long Shots": "77", "Shot Power": "81", "POS": "CM", "Jumping": "34", "Positioning": "82", "Curve": "71", "Sprint Speed": "60", "Crossing": "74", "Finishing": "79", "Balance": "55", "Heading": "75", "Vision": "84", "OVR": "80", "Reactions": "78", "Free Kick": "70", "Short Passing": "87", "Pace": "58", "Penalties": "71", "Defending": "71", "Volleys": "73", "Shooting": "78", "Aggression": "73", "Physical": "72"}
{"Acceleration": "55", "Marking": "83", "Strength": "88", "Dribbling": "54", "1name": "jardel", "Stamina": "69", "Long Passing": "53", "Standing Tackle": "85", "Sliding Tackle": "80", "Ball Control": "60", "Passing": "51", "Interceptions": "82", "Agility": "34", "Long Shots": "37", "Shot Power": "67", "POS": "CB", "Jumping": "70", "Positioning": "30", "Curve": "30", "Sprint Speed": "69", "Crossing": "46", "Finishing": "38", "Balance": "34", "Heading": "83", "Vision": "51", "OVR": "80", "Reactions": "76", "Free Kick": "35", "Short Passing": "57", "Pace": "63", "Penalties": "57", "Defending": "83", "Volleys": "27", "Shooting": "44", "Aggression": "84", "Physical": "82"}
{"Acceleration": "78", "Marking": "63", "Strength": "90", "Dribbling": "84", "1name": "fredy guarin", "Stamina": "88", "Long Passing": "77", "Standing Tackle": "75", "Sliding Tackle": "70", "Ball Control": "81", "Passing": "79", "Interceptions": "75", "Agility": "79", "Long Shots": "90", "Shot Power": "92", "POS": "CM", "Jumping": "77", "Positioning": "75", "Curve": "73", "Sprint Speed": "79", "Crossing": "76", "Finishing": "71", "Balance": "77", "Heading": "65", "Vision": "80", "OVR": "80", "Reactions": "76", "Free Kick": "82", "Short Passing": "82", "Pace": "79", "Penalties": "74", "Defending": "70", "Volleys": "75", "Shooting": "80", "Aggression": "85", "Physical": "88"}
{"Acceleration": "54", "Marking": "82", "Strength": "88", "Dribbling": "42", "1name": "ryan shawcross", "Stamina": "79", "Long Passing": "69", "Standing Tackle": "83", "Sliding Tackle": "80", "Ball Control": "54", "Passing": "52", "Interceptions": "82", "Agility": "62", "Long Shots": "28", "Shot Power": "44", "POS": "CB", "Jumping": "72", "Positioning": "31", "Curve": "34", "Sprint Speed": "64", "Crossing": "33", "Finishing": "53", "Balance": "57", "Heading": "84", "Vision": "50", "OVR": "80", "Reactions": "73", "Free Kick": "24", "Short Passing": "63", "Pace": "60", "Penalties": "48", "Defending": "82", "Volleys": "35", "Shooting": "44", "Aggression": "85", "Physical": "84"}
{"Acceleration": "91", "Marking": "13", "Strength": "55", "Dribbling": "82", "1name": "gervinho", "Stamina": "91", "Long Passing": "67", "Standing Tackle": "29", "Sliding Tackle": "15", "Ball Control": "79", "Passing": "70", "Interceptions": "39", "Agility": "88", "Long Shots": "60", "Shot Power": "69", "POS": "LW", "Jumping": "65", "Positioning": "81", "Curve": "69", "Sprint Speed": "92", "Crossing": "75", "Finishing": "72", "Balance": "76", "Heading": "63", "Vision": "74", "OVR": "80", "Reactions": "78", "Free Kick": "43", "Short Passing": "71", "Pace": "92", "Penalties": "63", "Defending": "28", "Volleys": "70", "Shooting": "69", "Aggression": "51", "Physical": "64"}
{"Acceleration": "85", "Marking": "57", "Strength": "57", "Dribbling": "81", "1name": "andres guardado", "Stamina": "88", "Long Passing": "74", "Standing Tackle": "74", "Sliding Tackle": "72", "Ball Control": "85", "Passing": "77", "Interceptions": "69", "Agility": "85", "Long Shots": "71", "Shot Power": "75", "POS": "CM", "Jumping": "74", "Positioning": "68", "Curve": "70", "Sprint Speed": "82", "Crossing": "74", "Finishing": "60", "Balance": "87", "Heading": "55", "Vision": "78", "OVR": "80", "Reactions": "84", "Free Kick": "71", "Short Passing": "82", "Pace": "83", "Penalties": "77", "Defending": "66", "Volleys": "69", "Shooting": "67", "Aggression": "63", "Physical": "67"}
{"Acceleration": "89", "Marking": "40", "Strength": "61", "Dribbling": "84", "1name": "kevin mirallas", "Stamina": "76", "Long Passing": "77", "Standing Tackle": "55", "Sliding Tackle": "53", "Ball Control": "82", "Passing": "77", "Interceptions": "35", "Agility": "86", "Long Shots": "76", "Shot Power": "77", "POS": "LM", "Jumping": "73", "Positioning": "80", "Curve": "77", "Sprint Speed": "87", "Crossing": "82", "Finishing": "78", "Balance": "74", "Heading": "64", "Vision": "67", "OVR": "80", "Reactions": "76", "Free Kick": "74", "Short Passing": "80", "Pace": "88", "Penalties": "75", "Defending": "47", "Volleys": "76", "Shooting": "77", "Aggression": "48", "Physical": "63"}
{"Acceleration": "68", "Marking": "83", "Strength": "84", "Dribbling": "47", "1name": "mikel gonzalez", "Stamina": "76", "Long Passing": "53", "Standing Tackle": "83", "Sliding Tackle": "84", "Ball Control": "55", "Passing": "61", "Interceptions": "76", "Agility": "55", "Long Shots": "31", "Shot Power": "62", "POS": "CB", "Jumping": "80", "Positioning": "51", "Curve": "44", "Sprint Speed": "68", "Crossing": "52", "Finishing": "42", "Balance": "59", "Heading": "80", "Vision": "60", "OVR": "80", "Reactions": "72", "Free Kick": "50", "Short Passing": "74", "Pace": "68", "Penalties": "49", "Defending": "81", "Volleys": "41", "Shooting": "45", "Aggression": "85", "Physical": "82"}
{"Acceleration": "75", "Marking": "76", "Strength": "71", "Dribbling": "72", "1name": "coke", "Stamina": "82", "Long Passing": "66", "Standing Tackle": "82", "Sliding Tackle": "80", "Ball Control": "78", "Passing": "70", "Interceptions": "77", "Agility": "77", "Long Shots": "60", "Shot Power": "70", "POS": "RB", "Jumping": "74", "Positioning": "62", "Curve": "70", "Sprint Speed": "78", "Crossing": "80", "Finishing": "62", "Balance": "59", "Heading": "83", "Vision": "60", "OVR": "80", "Reactions": "86", "Free Kick": "36", "Short Passing": "78", "Pace": "77", "Penalties": "74", "Defending": "79", "Volleys": "43", "Shooting": "63", "Aggression": "74", "Physical": "74"}
{"Acceleration": "82", "Marking": "80", "Strength": "71", "Dribbling": "74", "1name": "domenico criscito", "Stamina": "86", "Long Passing": "77", "Standing Tackle": "83", "Sliding Tackle": "83", "Ball Control": "79", "Passing": "73", "Interceptions": "77", "Agility": "68", "Long Shots": "73", "Shot Power": "72", "POS": "LB", "Jumping": "74", "Positioning": "69", "Curve": "73", "Sprint Speed": "82", "Crossing": "77", "Finishing": "56", "Balance": "65", "Heading": "66", "Vision": "71", "OVR": "80", "Reactions": "79", "Free Kick": "51", "Short Passing": "74", "Pace": "82", "Penalties": "50", "Defending": "79", "Volleys": "60", "Shooting": "63", "Aggression": "83", "Physical": "77"}
{"Acceleration": "64", "Marking": "81", "Strength": "77", "Dribbling": "58", "1name": "sven bender", "Stamina": "91", "Long Passing": "73", "Standing Tackle": "86", "Sliding Tackle": "87", "Ball Control": "71", "Passing": "65", "Interceptions": "86", "Agility": "60", "Long Shots": "62", "Shot Power": "73", "POS": "CDM", "Jumping": "77", "Positioning": "49", "Curve": "33", "Sprint Speed": "66", "Crossing": "52", "Finishing": "44", "Balance": "62", "Heading": "77", "Vision": "66", "OVR": "80", "Reactions": "80", "Free Kick": "40", "Short Passing": "77", "Pace": "65", "Penalties": "52", "Defending": "84", "Volleys": "54", "Shooting": "55", "Aggression": "87", "Physical": "82"}
{"Acceleration": "84", "Marking": "67", "Strength": "57", "Dribbling": "87", "1name": "vieirinha", "Stamina": "75", "Long Passing": "67", "Standing Tackle": "64", "Sliding Tackle": "64", "Ball Control": "84", "Passing": "76", "Interceptions": "69", "Agility": "86", "Long Shots": "76", "Shot Power": "78", "POS": "RM", "Jumping": "69", "Positioning": "78", "Curve": "74", "Sprint Speed": "76", "Crossing": "80", "Finishing": "73", "Balance": "85", "Heading": "42", "Vision": "78", "OVR": "80", "Reactions": "81", "Free Kick": "67", "Short Passing": "79", "Pace": "80", "Penalties": "66", "Defending": "64", "Volleys": "65", "Shooting": "74", "Aggression": "75", "Physical": "66"}
{"Acceleration": "68", "Marking": "60", "Strength": "71", "Dribbling": "73", "1name": "benat", "Stamina": "76", "Long Passing": "86", "Standing Tackle": "76", "Sliding Tackle": "66", "Ball Control": "80", "Passing": "84", "Interceptions": "70", "Agility": "72", "Long Shots": "82", "Shot Power": "88", "POS": "CM", "Jumping": "59", "Positioning": "78", "Curve": "83", "Sprint Speed": "64", "Crossing": "82", "Finishing": "69", "Balance": "75", "Heading": "48", "Vision": "84", "OVR": "80", "Reactions": "80", "Free Kick": "86", "Short Passing": "85", "Pace": "66", "Penalties": "69", "Defending": "66", "Volleys": "62", "Shooting": "76", "Aggression": "80", "Physical": "73"}
{"Acceleration": "79", "Marking": "83", "Strength": "65", "Dribbling": "74", "1name": "nacho monreal", "Stamina": "85", "Long Passing": "61", "Standing Tackle": "84", "Sliding Tackle": "82", "Ball Control": "77", "Passing": "72", "Interceptions": "82", "Agility": "75", "Long Shots": "61", "Shot Power": "71", "POS": "LB", "Jumping": "75", "Positioning": "61", "Curve": "74", "Sprint Speed": "75", "Crossing": "81", "Finishing": "39", "Balance": "67", "Heading": "62", "Vision": "66", "OVR": "80", "Reactions": "79", "Free Kick": "59", "Short Passing": "77", "Pace": "77", "Penalties": "61", "Defending": "81", "Volleys": "56", "Shooting": "53", "Aggression": "74", "Physical": "72"}
{"Acceleration": "63", "Marking": "87", "Strength": "85", "Dribbling": "58", "1name": "branislav ivanovic", "Stamina": "78", "Long Passing": "56", "Standing Tackle": "89", "Sliding Tackle": "88", "Ball Control": "66", "Passing": "64", "Interceptions": "85", "Agility": "54", "Long Shots": "62", "Shot Power": "73", "POS": "RB", "Jumping": "83", "Positioning": "61", "Curve": "70", "Sprint Speed": "66", "Crossing": "72", "Finishing": "57", "Balance": "47", "Heading": "87", "Vision": "57", "OVR": "80", "Reactions": "85", "Free Kick": "48", "Short Passing": "68", "Pace": "65", "Penalties": "58", "Defending": "87", "Volleys": "48", "Shooting": "61", "Aggression": "90", "Physical": "84"}
{"Acceleration": "68", "Marking": "57", "Strength": "68", "Dribbling": "81", "1name": "ever banega", "Stamina": "68", "Long Passing": "82", "Standing Tackle": "78", "Sliding Tackle": "61", "Ball Control": "84", "Passing": "83", "Interceptions": "70", "Agility": "84", "Long Shots": "75", "Shot Power": "72", "POS": "CAM", "Jumping": "59", "Positioning": "76", "Curve": "82", "Sprint Speed": "66", "Crossing": "79", "Finishing": "67", "Balance": "86", "Heading": "45", "Vision": "86", "OVR": "80", "Reactions": "80", "Free Kick": "77", "Short Passing": "86", "Pace": "67", "Penalties": "60", "Defending": "65", "Volleys": "65", "Shooting": "70", "Aggression": "77", "Physical": "69"}
{"Acceleration": "76", "Marking": "30", "Strength": "67", "Dribbling": "85", "1name": "adam lallana", "Stamina": "83", "Long Passing": "74", "Standing Tackle": "52", "Sliding Tackle": "38", "Ball Control": "82", "Passing": "79", "Interceptions": "61", "Agility": "83", "Long Shots": "72", "Shot Power": "68", "POS": "CAM", "Jumping": "73", "Positioning": "76", "Curve": "77", "Sprint Speed": "68", "Crossing": "74", "Finishing": "73", "Balance": "76", "Heading": "67", "Vision": "83", "OVR": "80", "Reactions": "75", "Free Kick": "66", "Short Passing": "83", "Pace": "72", "Penalties": "61", "Defending": "47", "Volleys": "72", "Shooting": "71", "Aggression": "46", "Physical": "67"}
{"Acceleration": "79", "Marking": "52", "Strength": "64", "Dribbling": "86", "1name": "georginio wijnaldum", "Stamina": "86", "Long Passing": "66", "Standing Tackle": "55", "Sliding Tackle": "42", "Ball Control": "84", "Passing": "73", "Interceptions": "65", "Agility": "82", "Long Shots": "69", "Shot Power": "77", "POS": "CAM", "Jumping": "82", "Positioning": "78", "Curve": "76", "Sprint Speed": "85", "Crossing": "65", "Finishing": "76", "Balance": "80", "Heading": "72", "Vision": "76", "OVR": "80", "Reactions": "82", "Free Kick": "71", "Short Passing": "79", "Pace": "82", "Penalties": "74", "Defending": "56", "Volleys": "73", "Shooting": "75", "Aggression": "61", "Physical": "70"}
{"Acceleration": "49", "Marking": "83", "Strength": "84", "Dribbling": "65", "1name": "vedran corluka", "Stamina": "80", "Long Passing": "69", "Standing Tackle": "83", "Sliding Tackle": "82", "Ball Control": "73", "Passing": "67", "Interceptions": "77", "Agility": "57", "Long Shots": "53", "Shot Power": "64", "POS": "CB", "Jumping": "80", "Positioning": "45", "Curve": "69", "Sprint Speed": "52", "Crossing": "68", "Finishing": "38", "Balance": "46", "Heading": "83", "Vision": "60", "OVR": "80", "Reactions": "77", "Free Kick": "60", "Short Passing": "70", "Pace": "51", "Penalties": "49", "Defending": "82", "Volleys": "38", "Shooting": "47", "Aggression": "81", "Physical": "82"}
{"Acceleration": "77", "Marking": "81", "Strength": "68", "Dribbling": "77", "1name": "maximiliano pereira", "Stamina": "92", "Long Passing": "74", "Standing Tackle": "84", "Sliding Tackle": "83", "Ball Control": "78", "Passing": "74", "Interceptions": "79", "Agility": "76", "Long Shots": "69", "Shot Power": "83", "POS": "RB", "Jumping": "76", "Positioning": "78", "Curve": "70", "Sprint Speed": "76", "Crossing": "79", "Finishing": "63", "Balance": "83", "Heading": "70", "Vision": "69", "OVR": "80", "Reactions": "79", "Free Kick": "64", "Short Passing": "77", "Pace": "76", "Penalties": "69", "Defending": "81", "Volleys": "61", "Shooting": "69", "Aggression": "92", "Physical": "79"}
{"Acceleration": "84", "Marking": "29", "Strength": "69", "Dribbling": "80", "1name": "balazs dzsudzsak", "Stamina": "79", "Long Passing": "72", "Standing Tackle": "23", "Sliding Tackle": "20", "Ball Control": "79", "Passing": "78", "Interceptions": "25", "Agility": "85", "Long Shots": "86", "Shot Power": "88", "POS": "LM", "Jumping": "63", "Positioning": "73", "Curve": "85", "Sprint Speed": "79", "Crossing": "87", "Finishing": "76", "Balance": "73", "Heading": "42", "Vision": "76", "OVR": "80", "Reactions": "79", "Free Kick": "87", "Short Passing": "74", "Pace": "81", "Penalties": "85", "Defending": "27", "Volleys": "75", "Shooting": "81", "Aggression": "53", "Physical": "68"}
{"Acceleration": "69", "Marking": "33", "Strength": "74", "Dribbling": "85", "1name": "franco vazquez", "Stamina": "76", "Long Passing": "77", "Standing Tackle": "40", "Sliding Tackle": "37", "Ball Control": "87", "Passing": "78", "Interceptions": "47", "Agility": "74", "Long Shots": "81", "Shot Power": "79", "POS": "CF", "Jumping": "55", "Positioning": "73", "Curve": "79", "Sprint Speed": "69", "Crossing": "71", "Finishing": "73", "Balance": "48", "Heading": "67", "Vision": "80", "OVR": "79", "Reactions": "76", "Free Kick": "65", "Short Passing": "83", "Pace": "69", "Penalties": "71", "Defending": "42", "Volleys": "77", "Shooting": "76", "Aggression": "55", "Physical": "70"}
{"Acceleration": "77", "Marking": "33", "Strength": "35", "Dribbling": "85", "1name": "oliver torres", "Stamina": "68", "Long Passing": "73", "Standing Tackle": "42", "Sliding Tackle": "31", "Ball Control": "83", "Passing": "77", "Interceptions": "53", "Agility": "86", "Long Shots": "64", "Shot Power": "51", "POS": "CAM", "Jumping": "62", "Positioning": "74", "Curve": "77", "Sprint Speed": "72", "Crossing": "61", "Finishing": "62", "Balance": "83", "Heading": "53", "Vision": "85", "OVR": "79", "Reactions": "81", "Free Kick": "64", "Short Passing": "84", "Pace": "74", "Penalties": "65", "Defending": "42", "Volleys": "53", "Shooting": "60", "Aggression": "44", "Physical": "46"}
{"Acceleration": "91", "Marking": "73", "Strength": "69", "Dribbling": "79", "1name": "bruno peres", "Stamina": "91", "Long Passing": "69", "Standing Tackle": "77", "Sliding Tackle": "79", "Ball Control": "77", "Passing": "71", "Interceptions": "73", "Agility": "83", "Long Shots": "81", "Shot Power": "87", "POS": "RWB", "Jumping": "69", "Positioning": "73", "Curve": "79", "Sprint Speed": "93", "Crossing": "79", "Finishing": "53", "Balance": "83", "Heading": "56", "Vision": "57", "OVR": "79", "Reactions": "75", "Free Kick": "59", "Short Passing": "75", "Pace": "92", "Penalties": "59", "Defending": "73", "Volleys": "71", "Shooting": "68", "Aggression": "77", "Physical": "76"}
{"Acceleration": "68", "Marking": "86", "Strength": "78", "Dribbling": "59", "1name": "paulo oliveira", "Stamina": "71", "Long Passing": "49", "Standing Tackle": "85", "Sliding Tackle": "80", "Ball Control": "63", "Passing": "52", "Interceptions": "79", "Agility": "52", "Long Shots": "29", "Shot Power": "61", "POS": "CB", "Jumping": "87", "Positioning": "31", "Curve": "33", "Sprint Speed": "75", "Crossing": "36", "Finishing": "25", "Balance": "53", "Heading": "77", "Vision": "52", "OVR": "79", "Reactions": "76", "Free Kick": "29", "Short Passing": "67", "Pace": "72", "Penalties": "45", "Defending": "83", "Volleys": "36", "Shooting": "35", "Aggression": "70", "Physical": "75"}
{"Acceleration": "74", "Marking": "50", "Strength": "69", "Dribbling": "77", "1name": "federico mancuello", "Stamina": "92", "Long Passing": "78", "Standing Tackle": "64", "Sliding Tackle": "63", "Ball Control": "81", "Passing": "80", "Interceptions": "67", "Agility": "72", "Long Shots": "82", "Shot Power": "80", "POS": "CM", "Jumping": "60", "Positioning": "80", "Curve": "83", "Sprint Speed": "78", "Crossing": "80", "Finishing": "72", "Balance": "75", "Heading": "65", "Vision": "80", "OVR": "79", "Reactions": "82", "Free Kick": "81", "Short Passing": "79", "Pace": "76", "Penalties": "63", "Defending": "60", "Volleys": "46", "Shooting": "74", "Aggression": "77", "Physical": "76"}
{"Acceleration": "82", "Marking": "24", "Strength": "74", "Dribbling": "87", "1name": "nabil fekir", "Stamina": "76", "Long Passing": "72", "Standing Tackle": "33", "Sliding Tackle": "30", "Ball Control": "87", "Passing": "78", "Interceptions": "28", "Agility": "86", "Long Shots": "70", "Shot Power": "84", "POS": "ST", "Jumping": "70", "Positioning": "85", "Curve": "80", "Sprint Speed": "83", "Crossing": "74", "Finishing": "80", "Balance": "89", "Heading": "49", "Vision": "79", "OVR": "79", "Reactions": "78", "Free Kick": "75", "Short Passing": "81", "Pace": "83", "Penalties": "70", "Defending": "31", "Volleys": "74", "Shooting": "78", "Aggression": "77", "Physical": "75"}
{"Acceleration": "81", "Marking": "46", "Strength": "54", "Dribbling": "83", "1name": "bernardo silva", "Stamina": "74", "Long Passing": "76", "Standing Tackle": "44", "Sliding Tackle": "35", "Ball Control": "80", "Passing": "77", "Interceptions": "49", "Agility": "85", "Long Shots": "58", "Shot Power": "69", "POS": "RM", "Jumping": "53", "Positioning": "75", "Curve": "75", "Sprint Speed": "77", "Crossing": "75", "Finishing": "72", "Balance": "81", "Heading": "51", "Vision": "80", "OVR": "79", "Reactions": "81", "Free Kick": "63", "Short Passing": "80", "Pace": "79", "Penalties": "64", "Defending": "45", "Volleys": "65", "Shooting": "68", "Aggression": "58", "Physical": "60"}
{"Acceleration": "76", "Marking": "29", "Strength": "60", "Dribbling": "83", "1name": "joaquin", "Stamina": "69", "Long Passing": "79", "Standing Tackle": "41", "Sliding Tackle": "39", "Ball Control": "85", "Passing": "82", "Interceptions": "35", "Agility": "76", "Long Shots": "77", "Shot Power": "74", "POS": "RM", "Jumping": "60", "Positioning": "77", "Curve": "89", "Sprint Speed": "76", "Crossing": "87", "Finishing": "69", "Balance": "79", "Heading": "61", "Vision": "81", "OVR": "79", "Reactions": "71", "Free Kick": "77", "Short Passing": "81", "Pace": "76", "Penalties": "75", "Defending": "38", "Volleys": "71", "Shooting": "72", "Aggression": "53", "Physical": "61"}
{"Acceleration": "72", "Marking": "76", "Strength": "85", "Dribbling": "74", "1name": "felipe melo", "Stamina": "75", "Long Passing": "76", "Standing Tackle": "81", "Sliding Tackle": "80", "Ball Control": "76", "Passing": "74", "Interceptions": "77", "Agility": "69", "Long Shots": "74", "Shot Power": "84", "POS": "CDM", "Jumping": "84", "Positioning": "69", "Curve": "72", "Sprint Speed": "74", "Crossing": "67", "Finishing": "64", "Balance": "66", "Heading": "84", "Vision": "73", "OVR": "79", "Reactions": "76", "Free Kick": "68", "Short Passing": "79", "Pace": "73", "Penalties": "74", "Defending": "79", "Volleys": "67", "Shooting": "71", "Aggression": "91", "Physical": "84"}
{"Acceleration": "53", "Marking": "82", "Strength": "85", "Dribbling": "57", "1name": "joleon lescott", "Stamina": "67", "Long Passing": "60", "Standing Tackle": "83", "Sliding Tackle": "82", "Ball Control": "61", "Passing": "58", "Interceptions": "76", "Agility": "57", "Long Shots": "40", "Shot Power": "66", "POS": "CB", "Jumping": "80", "Positioning": "39", "Curve": "42", "Sprint Speed": "53", "Crossing": "59", "Finishing": "52", "Balance": "46", "Heading": "85", "Vision": "48", "OVR": "79", "Reactions": "75", "Free Kick": "52", "Short Passing": "65", "Pace": "53", "Penalties": "48", "Defending": "81", "Volleys": "45", "Shooting": "51", "Aggression": "82", "Physical": "80"}
{"Acceleration": "68", "Marking": "76", "Strength": "82", "Dribbling": "65", "1name": "alexandre song", "Stamina": "86", "Long Passing": "73", "Standing Tackle": "79", "Sliding Tackle": "73", "Ball Control": "77", "Passing": "69", "Interceptions": "79", "Agility": "69", "Long Shots": "42", "Shot Power": "68", "POS": "CDM", "Jumping": "71", "Positioning": "62", "Curve": "57", "Sprint Speed": "72", "Crossing": "62", "Finishing": "61", "Balance": "63", "Heading": "73", "Vision": "76", "OVR": "79", "Reactions": "78", "Free Kick": "41", "Short Passing": "74", "Pace": "70", "Penalties": "66", "Defending": "77", "Volleys": "53", "Shooting": "58", "Aggression": "87", "Physical": "83"}
{"Acceleration": "82", "Marking": "79", "Strength": "63", "Dribbling": "72", "1name": "cristian ansaldi", "Stamina": "92", "Long Passing": "72", "Standing Tackle": "77", "Sliding Tackle": "83", "Ball Control": "73", "Passing": "72", "Interceptions": "75", "Agility": "79", "Long Shots": "66", "Shot Power": "60", "POS": "LB", "Jumping": "70", "Positioning": "65", "Curve": "62", "Sprint Speed": "86", "Crossing": "76", "Finishing": "57", "Balance": "66", "Heading": "70", "Vision": "71", "OVR": "79", "Reactions": "81", "Free Kick": "45", "Short Passing": "75", "Pace": "84", "Penalties": "52", "Defending": "77", "Volleys": "51", "Shooting": "59", "Aggression": "77", "Physical": "73"}
{"Acceleration": "82", "Marking": "23", "Strength": "64", "Dribbling": "82", "1name": "adem ljajic", "Stamina": "68", "Long Passing": "74", "Standing Tackle": "35", "Sliding Tackle": "35", "Ball Control": "84", "Passing": "77", "Interceptions": "33", "Agility": "82", "Long Shots": "81", "Shot Power": "79", "POS": "LW", "Jumping": "68", "Positioning": "76", "Curve": "80", "Sprint Speed": "79", "Crossing": "73", "Finishing": "77", "Balance": "76", "Heading": "47", "Vision": "80", "OVR": "79", "Reactions": "70", "Free Kick": "82", "Short Passing": "77", "Pace": "80", "Penalties": "78", "Defending": "32", "Volleys": "74", "Shooting": "78", "Aggression": "44", "Physical": "61"}
{"Acceleration": "74", "Marking": "66", "Strength": "70", "Dribbling": "75", "1name": "cleiton xavier", "Stamina": "69", "Long Passing": "82", "Standing Tackle": "61", "Sliding Tackle": "50", "Ball Control": "80", "Passing": "82", "Interceptions": "55", "Agility": "70", "Long Shots": "82", "Shot Power": "76", "POS": "CAM", "Jumping": "68", "Positioning": "85", "Curve": "82", "Sprint Speed": "75", "Crossing": "83", "Finishing": "71", "Balance": "78", "Heading": "65", "Vision": "84", "OVR": "79", "Reactions": "79", "Free Kick": "80", "Short Passing": "80", "Pace": "75", "Penalties": "78", "Defending": "61", "Volleys": "60", "Shooting": "75", "Aggression": "57", "Physical": "67"}
{"Acceleration": "87", "Marking": "16", "Strength": "73", "Dribbling": "83", "1name": "alexandre pato", "Stamina": "60", "Long Passing": "53", "Standing Tackle": "23", "Sliding Tackle": "19", "Ball Control": "81", "Passing": "67", "Interceptions": "29", "Agility": "78", "Long Shots": "74", "Shot Power": "78", "POS": "ST", "Jumping": "81", "Positioning": "77", "Curve": "77", "Sprint Speed": "83", "Crossing": "68", "Finishing": "78", "Balance": "69", "Heading": "74", "Vision": "66", "OVR": "79", "Reactions": "79", "Free Kick": "63", "Short Passing": "73", "Pace": "85", "Penalties": "77", "Defending": "27", "Volleys": "75", "Shooting": "77", "Aggression": "63", "Physical": "68"}
{"Acceleration": "84", "Marking": "47", "Strength": "52", "Dribbling": "85", "1name": "giuliano", "Stamina": "67", "Long Passing": "71", "Standing Tackle": "43", "Sliding Tackle": "38", "Ball Control": "81", "Passing": "75", "Interceptions": "40", "Agility": "87", "Long Shots": "75", "Shot Power": "77", "POS": "CAM", "Jumping": "61", "Positioning": "74", "Curve": "70", "Sprint Speed": "81", "Crossing": "74", "Finishing": "77", "Balance": "85", "Heading": "59", "Vision": "77", "OVR": "79", "Reactions": "85", "Free Kick": "70", "Short Passing": "78", "Pace": "82", "Penalties": "72", "Defending": "45", "Volleys": "66", "Shooting": "76", "Aggression": "69", "Physical": "60"}
{"Acceleration": "84", "Marking": "25", "Strength": "81", "Dribbling": "83", "1name": "anthony martial", "Stamina": "75", "Long Passing": "61", "Standing Tackle": "21", "Sliding Tackle": "20", "Ball Control": "82", "Passing": "65", "Interceptions": "20", "Agility": "78", "Long Shots": "64", "Shot Power": "78", "POS": "ST", "Jumping": "90", "Positioning": "82", "Curve": "52", "Sprint Speed": "88", "Crossing": "45", "Finishing": "81", "Balance": "71", "Heading": "83", "Vision": "66", "OVR": "79", "Reactions": "78", "Free Kick": "60", "Short Passing": "78", "Pace": "87", "Penalties": "73", "Defending": "29", "Volleys": "75", "Shooting": "77", "Aggression": "42", "Physical": "72"}
{"Acceleration": "64", "Marking": "82", "Strength": "82", "Dribbling": "63", "1name": "jesus gamez", "Stamina": "90", "Long Passing": "67", "Standing Tackle": "86", "Sliding Tackle": "85", "Ball Control": "75", "Passing": "65", "Interceptions": "83", "Agility": "57", "Long Shots": "51", "Shot Power": "84", "POS": "RB", "Jumping": "77", "Positioning": "47", "Curve": "66", "Sprint Speed": "77", "Crossing": "81", "Finishing": "37", "Balance": "57", "Heading": "63", "Vision": "49", "OVR": "79", "Reactions": "75", "Free Kick": "51", "Short Passing": "65", "Pace": "72", "Penalties": "53", "Defending": "82", "Volleys": "44", "Shooting": "51", "Aggression": "86", "Physical": "85"}
{"Acceleration": "66", "Marking": "84", "Strength": "82", "Dribbling": "42", "1name": "jose maria gimenez", "Stamina": "72", "Long Passing": "60", "Standing Tackle": "83", "Sliding Tackle": "85", "Ball Control": "55", "Passing": "50", "Interceptions": "79", "Agility": "58", "Long Shots": "48", "Shot Power": "72", "POS": "CB", "Jumping": "88", "Positioning": "24", "Curve": "37", "Sprint Speed": "71", "Crossing": "48", "Finishing": "37", "Balance": "56", "Heading": "74", "Vision": "28", "OVR": "79", "Reactions": "66", "Free Kick": "45", "Short Passing": "61", "Pace": "69", "Penalties": "38", "Defending": "82", "Volleys": "30", "Shooting": "45", "Aggression": "90", "Physical": "82"}
{"Acceleration": "91", "Marking": "32", "Strength": "38", "Dribbling": "87", "1name": "ibrahima traore", "Stamina": "68", "Long Passing": "58", "Standing Tackle": "34", "Sliding Tackle": "40", "Ball Control": "78", "Passing": "75", "Interceptions": "41", "Agility": "95", "Long Shots": "78", "Shot Power": "76", "POS": "RM", "Jumping": "74", "Positioning": "79", "Curve": "85", "Sprint Speed": "85", "Crossing": "83", "Finishing": "65", "Balance": "94", "Heading": "44", "Vision": "77", "OVR": "79", "Reactions": "78", "Free Kick": "64", "Short Passing": "75", "Pace": "88", "Penalties": "57", "Defending": "36", "Volleys": "54", "Shooting": "70", "Aggression": "42", "Physical": "49"}
{"Acceleration": "80", "Marking": "16", "Strength": "78", "Dribbling": "78", "1name": "michy batshuayi", "Stamina": "65", "Long Passing": "36", "Standing Tackle": "26", "Sliding Tackle": "22", "Ball Control": "79", "Passing": "59", "Interceptions": "23", "Agility": "84", "Long Shots": "77", "Shot Power": "84", "POS": "ST", "Jumping": "84", "Positioning": "86", "Curve": "62", "Sprint Speed": "84", "Crossing": "66", "Finishing": "81", "Balance": "73", "Heading": "72", "Vision": "64", "OVR": "79", "Reactions": "77", "Free Kick": "46", "Short Passing": "63", "Pace": "82", "Penalties": "68", "Defending": "27", "Volleys": "74", "Shooting": "80", "Aggression": "59", "Physical": "72"}
{"Acceleration": "69", "Marking": "79", "Strength": "86", "Dribbling": "48", "1name": "kurt zouma", "Stamina": "72", "Long Passing": "56", "Standing Tackle": "82", "Sliding Tackle": "78", "Ball Control": "67", "Passing": "58", "Interceptions": "78", "Agility": "48", "Long Shots": "49", "Shot Power": "56", "POS": "CB", "Jumping": "85", "Positioning": "53", "Curve": "59", "Sprint Speed": "77", "Crossing": "54", "Finishing": "47", "Balance": "52", "Heading": "79", "Vision": "57", "OVR": "79", "Reactions": "75", "Free Kick": "60", "Short Passing": "62", "Pace": "73", "Penalties": "61", "Defending": "80", "Volleys": "47", "Shooting": "50", "Aggression": "74", "Physical": "81"}
{"Acceleration": "77", "Marking": "53", "Strength": "67", "Dribbling": "82", "1name": "oguzhan ozyakup", "Stamina": "74", "Long Passing": "83", "Standing Tackle": "60", "Sliding Tackle": "49", "Ball Control": "82", "Passing": "83", "Interceptions": "64", "Agility": "89", "Long Shots": "79", "Shot Power": "79", "POS": "CM", "Jumping": "73", "Positioning": "75", "Curve": "80", "Sprint Speed": "77", "Crossing": "80", "Finishing": "71", "Balance": "74", "Heading": "55", "Vision": "83", "OVR": "79", "Reactions": "69", "Free Kick": "78", "Short Passing": "84", "Pace": "77", "Penalties": "73", "Defending": "58", "Volleys": "69", "Shooting": "75", "Aggression": "75", "Physical": "71"}
{"Acceleration": "79", "Marking": "47", "Strength": "86", "Dribbling": "84", "1name": "marko arnautovic", "Stamina": "71", "Long Passing": "63", "Standing Tackle": "58", "Sliding Tackle": "30", "Ball Control": "84", "Passing": "78", "Interceptions": "46", "Agility": "76", "Long Shots": "71", "Shot Power": "77", "POS": "LM", "Jumping": "71", "Positioning": "79", "Curve": "80", "Sprint Speed": "77", "Crossing": "84", "Finishing": "70", "Balance": "57", "Heading": "72", "Vision": "80", "OVR": "79", "Reactions": "73", "Free Kick": "75", "Short Passing": "80", "Pace": "78", "Penalties": "78", "Defending": "51", "Volleys": "81", "Shooting": "74", "Aggression": "76", "Physical": "80"}
{"Acceleration": "69", "Marking": "28", "Strength": "69", "Dribbling": "83", "1name": "josip ilicic", "Stamina": "69", "Long Passing": "80", "Standing Tackle": "34", "Sliding Tackle": "30", "Ball Control": "87", "Passing": "82", "Interceptions": "47", "Agility": "66", "Long Shots": "88", "Shot Power": "90", "POS": "CF", "Jumping": "34", "Positioning": "76", "Curve": "86", "Sprint Speed": "74", "Crossing": "83", "Finishing": "71", "Balance": "38", "Heading": "57", "Vision": "78", "OVR": "79", "Reactions": "70", "Free Kick": "83", "Short Passing": "83", "Pace": "72", "Penalties": "74", "Defending": "37", "Volleys": "76", "Shooting": "79", "Aggression": "58", "Physical": "65"}
{"Acceleration": "69", "Marking": "79", "Strength": "79", "Dribbling": "57", "1name": "jeison murillo", "Stamina": "74", "Long Passing": "68", "Standing Tackle": "82", "Sliding Tackle": "86", "Ball Control": "70", "Passing": "60", "Interceptions": "77", "Agility": "86", "Long Shots": "16", "Shot Power": "85", "POS": "CB", "Jumping": "87", "Positioning": "56", "Curve": "45", "Sprint Speed": "79", "Crossing": "45", "Finishing": "23", "Balance": "77", "Heading": "85", "Vision": "57", "OVR": "79", "Reactions": "80", "Free Kick": "31", "Short Passing": "70", "Pace": "75", "Penalties": "57", "Defending": "81", "Volleys": "55", "Shooting": "40", "Aggression": "76", "Physical": "78"}
{"Acceleration": "65", "Marking": "82", "Strength": "80", "Dribbling": "61", "1name": "marcano", "Stamina": "73", "Long Passing": "69", "Standing Tackle": "84", "Sliding Tackle": "78", "Ball Control": "68", "Passing": "67", "Interceptions": "80", "Agility": "52", "Long Shots": "49", "Shot Power": "70", "POS": "CB", "Jumping": "73", "Positioning": "55", "Curve": "53", "Sprint Speed": "72", "Crossing": "71", "Finishing": "45", "Balance": "56", "Heading": "77", "Vision": "63", "OVR": "79", "Reactions": "72", "Free Kick": "42", "Short Passing": "73", "Pace": "69", "Penalties": "35", "Defending": "82", "Volleys": "35", "Shooting": "50", "Aggression": "79", "Physical": "78"}
{"Acceleration": "57", "Marking": "76", "Strength": "83", "Dribbling": "65", "1name": "pontus wernbloom", "Stamina": "93", "Long Passing": "72", "Standing Tackle": "78", "Sliding Tackle": "80", "Ball Control": "75", "Passing": "67", "Interceptions": "80", "Agility": "53", "Long Shots": "76", "Shot Power": "83", "POS": "CDM", "Jumping": "49", "Positioning": "76", "Curve": "53", "Sprint Speed": "62", "Crossing": "58", "Finishing": "59", "Balance": "55", "Heading": "89", "Vision": "69", "OVR": "79", "Reactions": "77", "Free Kick": "32", "Short Passing": "77", "Pace": "60", "Penalties": "66", "Defending": "80", "Volleys": "46", "Shooting": "68", "Aggression": "89", "Physical": "85"}
{"Acceleration": "72", "Marking": "54", "Strength": "62", "Dribbling": "81", "1name": "jonathan dos santos", "Stamina": "70", "Long Passing": "83", "Standing Tackle": "58", "Sliding Tackle": "50", "Ball Control": "86", "Passing": "83", "Interceptions": "64", "Agility": "73", "Long Shots": "78", "Shot Power": "77", "POS": "RM", "Jumping": "72", "Positioning": "81", "Curve": "75", "Sprint Speed": "67", "Crossing": "81", "Finishing": "62", "Balance": "74", "Heading": "59", "Vision": "83", "OVR": "79", "Reactions": "79", "Free Kick": "76", "Short Passing": "87", "Pace": "70", "Penalties": "59", "Defending": "58", "Volleys": "75", "Shooting": "70", "Aggression": "58", "Physical": "64"}
{"Acceleration": "85", "Marking": "31", "Strength": "77", "Dribbling": "80", "1name": "cedric bakambu", "Stamina": "81", "Long Passing": "66", "Standing Tackle": "30", "Sliding Tackle": "22", "Ball Control": "80", "Passing": "71", "Interceptions": "31", "Agility": "88", "Long Shots": "73", "Shot Power": "81", "POS": "ST", "Jumping": "78", "Positioning": "75", "Curve": "72", "Sprint Speed": "86", "Crossing": "74", "Finishing": "77", "Balance": "76", "Heading": "74", "Vision": "72", "OVR": "79", "Reactions": "66", "Free Kick": "57", "Short Passing": "73", "Pace": "86", "Penalties": "77", "Defending": "35", "Volleys": "77", "Shooting": "77", "Aggression": "63", "Physical": "76"}
{"Acceleration": "68", "Marking": "80", "Strength": "84", "Dribbling": "43", "1name": "winston reid", "Stamina": "77", "Long Passing": "64", "Standing Tackle": "85", "Sliding Tackle": "82", "Ball Control": "58", "Passing": "51", "Interceptions": "77", "Agility": "55", "Long Shots": "53", "Shot Power": "75", "POS": "CB", "Jumping": "72", "Positioning": "42", "Curve": "33", "Sprint Speed": "77", "Crossing": "28", "Finishing": "46", "Balance": "43", "Heading": "85", "Vision": "44", "OVR": "79", "Reactions": "72", "Free Kick": "38", "Short Passing": "65", "Pace": "73", "Penalties": "55", "Defending": "82", "Volleys": "30", "Shooting": "53", "Aggression": "79", "Physical": "81"}
{"Acceleration": "69", "Marking": "72", "Strength": "71", "Dribbling": "74", "1name": "francis coquelin", "Stamina": "80", "Long Passing": "74", "Standing Tackle": "81", "Sliding Tackle": "78", "Ball Control": "79", "Passing": "72", "Interceptions": "85", "Agility": "77", "Long Shots": "59", "Shot Power": "71", "POS": "CDM", "Jumping": "70", "Positioning": "64", "Curve": "56", "Sprint Speed": "71", "Crossing": "61", "Finishing": "45", "Balance": "84", "Heading": "50", "Vision": "75", "OVR": "79", "Reactions": "77", "Free Kick": "42", "Short Passing": "80", "Pace": "71", "Penalties": "52", "Defending": "76", "Volleys": "43", "Shooting": "54", "Aggression": "89", "Physical": "79"}
{"Acceleration": "69", "Marking": "78", "Strength": "94", "Dribbling": "40", "1name": "kalidou koulibaly", "Stamina": "75", "Long Passing": "46", "Standing Tackle": "83", "Sliding Tackle": "80", "Ball Control": "69", "Passing": "41", "Interceptions": "75", "Agility": "67", "Long Shots": "15", "Shot Power": "55", "POS": "CB", "Jumping": "78", "Positioning": "17", "Curve": "29", "Sprint Speed": "78", "Crossing": "30", "Finishing": "19", "Balance": "61", "Heading": "77", "Vision": "26", "OVR": "79", "Reactions": "83", "Free Kick": "29", "Short Passing": "56", "Pace": "74", "Penalties": "33", "Defending": "80", "Volleys": "14", "Shooting": "26", "Aggression": "87", "Physical": "87"}
{"Acceleration": "86", "Marking": "71", "Strength": "62", "Dribbling": "78", "1name": "alessandro florenzi", "Stamina": "98", "Long Passing": "75", "Standing Tackle": "77", "Sliding Tackle": "79", "Ball Control": "83", "Passing": "78", "Interceptions": "70", "Agility": "87", "Long Shots": "80", "Shot Power": "82", "POS": "RB", "Jumping": "79", "Positioning": "82", "Curve": "74", "Sprint Speed": "84", "Crossing": "76", "Finishing": "76", "Balance": "84", "Heading": "72", "Vision": "74", "OVR": "79", "Reactions": "79", "Free Kick": "80", "Short Passing": "82", "Pace": "85", "Penalties": "76", "Defending": "74", "Volleys": "87", "Shooting": "79", "Aggression": "86", "Physical": "77"}
{"Acceleration": "77", "Marking": "24", "Strength": "60", "Dribbling": "86", "1name": "reyes", "Stamina": "56", "Long Passing": "79", "Standing Tackle": "27", "Sliding Tackle": "23", "Ball Control": "86", "Passing": "81", "Interceptions": "23", "Agility": "75", "Long Shots": "80", "Shot Power": "73", "POS": "RM", "Jumping": "54", "Positioning": "69", "Curve": "86", "Sprint Speed": "68", "Crossing": "82", "Finishing": "70", "Balance": "76", "Heading": "57", "Vision": "77", "OVR": "79", "Reactions": "73", "Free Kick": "77", "Short Passing": "82", "Pace": "72", "Penalties": "73", "Defending": "28", "Volleys": "69", "Shooting": "73", "Aggression": "52", "Physical": "58"}
{"Acceleration": "67", "Marking": "83", "Strength": "91", "Dribbling": "55", "1name": "adil rami", "Stamina": "64", "Long Passing": "66", "Standing Tackle": "85", "Sliding Tackle": "80", "Ball Control": "57", "Passing": "47", "Interceptions": "80", "Agility": "59", "Long Shots": "67", "Shot Power": "98", "POS": "CB", "Jumping": "80", "Positioning": "27", "Curve": "44", "Sprint Speed": "68", "Crossing": "29", "Finishing": "26", "Balance": "50", "Heading": "76", "Vision": "22", "OVR": "79", "Reactions": "64", "Free Kick": "57", "Short Passing": "60", "Pace": "68", "Penalties": "55", "Defending": "82", "Volleys": "51", "Shooting": "52", "Aggression": "82", "Physical": "82"}
{"Acceleration": "75", "Marking": "24", "Strength": "89", "Dribbling": "74", "1name": "jonathas", "Stamina": "77", "Long Passing": "49", "Standing Tackle": "24", "Sliding Tackle": "32", "Ball Control": "76", "Passing": "58", "Interceptions": "28", "Agility": "69", "Long Shots": "75", "Shot Power": "90", "POS": "ST", "Jumping": "81", "Positioning": "78", "Curve": "42", "Sprint Speed": "73", "Crossing": "50", "Finishing": "78", "Balance": "48", "Heading": "77", "Vision": "65", "OVR": "79", "Reactions": "70", "Free Kick": "40", "Short Passing": "67", "Pace": "74", "Penalties": "82", "Defending": "31", "Volleys": "76", "Shooting": "81", "Aggression": "64", "Physical": "81"}
{"Acceleration": "94", "Marking": "19", "Strength": "59", "Dribbling": "84", "1name": "cristian tello", "Stamina": "76", "Long Passing": "68", "Standing Tackle": "23", "Sliding Tackle": "19", "Ball Control": "82", "Passing": "73", "Interceptions": "26", "Agility": "84", "Long Shots": "70", "Shot Power": "82", "POS": "RW", "Jumping": "71", "Positioning": "74", "Curve": "77", "Sprint Speed": "91", "Crossing": "75", "Finishing": "73", "Balance": "73", "Heading": "47", "Vision": "69", "OVR": "79", "Reactions": "75", "Free Kick": "75", "Short Passing": "75", "Pace": "92", "Penalties": "51", "Defending": "24", "Volleys": "58", "Shooting": "72", "Aggression": "48", "Physical": "62"}
{"Acceleration": "73", "Marking": "28", "Strength": "68", "Dribbling": "82", "1name": "robbie keane", "Stamina": "72", "Long Passing": "63", "Standing Tackle": "26", "Sliding Tackle": "17", "Ball Control": "86", "Passing": "75", "Interceptions": "34", "Agility": "77", "Long Shots": "81", "Shot Power": "82", "POS": "ST", "Jumping": "62", "Positioning": "85", "Curve": "82", "Sprint Speed": "68", "Crossing": "68", "Finishing": "85", "Balance": "83", "Heading": "63", "Vision": "82", "OVR": "80", "Reactions": "83", "Free Kick": "63", "Short Passing": "81", "Pace": "70", "Penalties": "75", "Defending": "31", "Volleys": "84", "Shooting": "83", "Aggression": "67", "Physical": "68"}
{"Acceleration": "43", "Marking": "14", "Strength": "78", "Dribbling": "80", "1name": "francesco totti", "Stamina": "54", "Long Passing": "87", "Standing Tackle": "24", "Sliding Tackle": "10", "Ball Control": "90", "Passing": "87", "Interceptions": "24", "Agility": "69", "Long Shots": "86", "Shot Power": "88", "POS": "CF", "Jumping": "34", "Positioning": "79", "Curve": "77", "Sprint Speed": "34", "Crossing": "83", "Finishing": "81", "Balance": "60", "Heading": "42", "Vision": "90", "OVR": "80", "Reactions": "83", "Free Kick": "79", "Short Passing": "90", "Pace": "38", "Penalties": "90", "Defending": "21", "Volleys": "90", "Shooting": "84", "Aggression": "69", "Physical": "68"}
{"Acceleration": "75", "Marking": "32", "Strength": "59", "Dribbling": "84", "1name": "tomas rosicky", "Stamina": "68", "Long Passing": "80", "Standing Tackle": "45", "Sliding Tackle": "56", "Ball Control": "85", "Passing": "81", "Interceptions": "49", "Agility": "78", "Long Shots": "70", "Shot Power": "76", "POS": "CAM", "Jumping": "58", "Positioning": "79", "Curve": "81", "Sprint Speed": "70", "Crossing": "77", "Finishing": "65", "Balance": "73", "Heading": "46", "Vision": "83", "OVR": "80", "Reactions": "77", "Free Kick": "70", "Short Passing": "83", "Pace": "72", "Penalties": "74", "Defending": "43", "Volleys": "71", "Shooting": "70", "Aggression": "74", "Physical": "64"}
{"Acceleration": "53", "Marking": "71", "Strength": "64", "Dribbling": "71", "1name": "michael carrick", "Stamina": "74", "Long Passing": "85", "Standing Tackle": "74", "Sliding Tackle": "72", "Ball Control": "78", "Passing": "80", "Interceptions": "86", "Agility": "58", "Long Shots": "73", "Shot Power": "78", "POS": "CM", "Jumping": "72", "Positioning": "61", "Curve": "64", "Sprint Speed": "54", "Crossing": "72", "Finishing": "63", "Balance": "63", "Heading": "73", "Vision": "79", "OVR": "80", "Reactions": "80", "Free Kick": "75", "Short Passing": "86", "Pace": "54", "Penalties": "64", "Defending": "75", "Volleys": "67", "Shooting": "68", "Aggression": "67", "Physical": "68"}
{"Acceleration": "69", "Marking": "56", "Strength": "78", "Dribbling": "75", "1name": "stefano mauri", "Stamina": "66", "Long Passing": "80", "Standing Tackle": "74", "Sliding Tackle": "70", "Ball Control": "83", "Passing": "80", "Interceptions": "68", "Agility": "86", "Long Shots": "75", "Shot Power": "77", "POS": "CAM", "Jumping": "78", "Positioning": "84", "Curve": "82", "Sprint Speed": "68", "Crossing": "79", "Finishing": "77", "Balance": "56", "Heading": "80", "Vision": "80", "OVR": "80", "Reactions": "83", "Free Kick": "78", "Short Passing": "82", "Pace": "68", "Penalties": "76", "Defending": "68", "Volleys": "85", "Shooting": "77", "Aggression": "67", "Physical": "73"}
{"Acceleration": "87", "Marking": "13", "Strength": "48", "Dribbling": "87", "1name": "zoran tosic", "Stamina": "79", "Long Passing": "77", "Standing Tackle": "14", "Sliding Tackle": "13", "Ball Control": "85", "Passing": "76", "Interceptions": "36", "Agility": "84", "Long Shots": "80", "Shot Power": "75", "POS": "RM", "Jumping": "75", "Positioning": "79", "Curve": "76", "Sprint Speed": "90", "Crossing": "70", "Finishing": "79", "Balance": "82", "Heading": "52", "Vision": "74", "OVR": "80", "Reactions": "75", "Free Kick": "84", "Short Passing": "78", "Pace": "89", "Penalties": "67", "Defending": "22", "Volleys": "69", "Shooting": "77", "Aggression": "33", "Physical": "54"}
{"Acceleration": "79", "Marking": "84", "Strength": "78", "Dribbling": "80", "1name": "iraola", "Stamina": "87", "Long Passing": "79", "Standing Tackle": "81", "Sliding Tackle": "81", "Ball Control": "78", "Passing": "77", "Interceptions": "82", "Agility": "71", "Long Shots": "68", "Shot Power": "73", "POS": "RB", "Jumping": "74", "Positioning": "78", "Curve": "79", "Sprint Speed": "78", "Crossing": "81", "Finishing": "59", "Balance": "71", "Heading": "62", "Vision": "76", "OVR": "80", "Reactions": "83", "Free Kick": "64", "Short Passing": "76", "Pace": "78", "Penalties": "63", "Defending": "80", "Volleys": "47", "Shooting": "64", "Aggression": "81", "Physical": "81"}
{"Acceleration": "75", "Marking": "22", "Strength": "66", "Dribbling": "82", "1name": "david villa", "Stamina": "62", "Long Passing": "61", "Standing Tackle": "28", "Sliding Tackle": "38", "Ball Control": "84", "Passing": "72", "Interceptions": "29", "Agility": "76", "Long Shots": "81", "Shot Power": "80", "POS": "ST", "Jumping": "73", "Positioning": "81", "Curve": "83", "Sprint Speed": "69", "Crossing": "71", "Finishing": "84", "Balance": "75", "Heading": "69", "Vision": "71", "OVR": "80", "Reactions": "82", "Free Kick": "78", "Short Passing": "74", "Pace": "72", "Penalties": "92", "Defending": "32", "Volleys": "78", "Shooting": "83", "Aggression": "61", "Physical": "64"}
{"Acceleration": "67", "Marking": "63", "Strength": "65", "Dribbling": "81", "1name": "selcuk inan", "Stamina": "77", "Long Passing": "81", "Standing Tackle": "73", "Sliding Tackle": "64", "Ball Control": "83", "Passing": "82", "Interceptions": "80", "Agility": "76", "Long Shots": "79", "Shot Power": "81", "POS": "CM", "Jumping": "54", "Positioning": "73", "Curve": "83", "Sprint Speed": "69", "Crossing": "80", "Finishing": "73", "Balance": "68", "Heading": "59", "Vision": "81", "OVR": "80", "Reactions": "79", "Free Kick": "85", "Short Passing": "83", "Pace": "68", "Penalties": "83", "Defending": "69", "Volleys": "71", "Shooting": "76", "Aggression": "67", "Physical": "68"}
{"Acceleration": "76", "Marking": "75", "Strength": "78", "Dribbling": "77", "1name": "maicon", "Stamina": "74", "Long Passing": "77", "Standing Tackle": "82", "Sliding Tackle": "82", "Ball Control": "81", "Passing": "77", "Interceptions": "78", "Agility": "72", "Long Shots": "78", "Shot Power": "83", "POS": "RB", "Jumping": "71", "Positioning": "80", "Curve": "80", "Sprint Speed": "79", "Crossing": "85", "Finishing": "64", "Balance": "71", "Heading": "69", "Vision": "65", "OVR": "80", "Reactions": "82", "Free Kick": "72", "Short Passing": "80", "Pace": "78", "Penalties": "66", "Defending": "78", "Volleys": "80", "Shooting": "72", "Aggression": "83", "Physical": "78"}
{"Acceleration": "54", "Marking": "29", "Strength": "84", "Dribbling": "44", "1name": "bas dost", "Stamina": "64", "Long Passing": "37", "Standing Tackle": "40", "Sliding Tackle": "22", "Ball Control": "68", "Passing": "51", "Interceptions": "39", "Agility": "37", "Long Shots": "73", "Shot Power": "84", "POS": "ST", "Jumping": "55", "Positioning": "87", "Curve": "35", "Sprint Speed": "65", "Crossing": "38", "Finishing": "86", "Balance": "42", "Heading": "89", "Vision": "51", "OVR": "79", "Reactions": "84", "Free Kick": "32", "Short Passing": "69", "Pace": "60", "Penalties": "76", "Defending": "40", "Volleys": "79", "Shooting": "82", "Aggression": "67", "Physical": "74"}
{"Acceleration": "60", "Marking": "39", "Strength": "78", "Dribbling": "72", "1name": "luuk de jong", "Stamina": "76", "Long Passing": "58", "Standing Tackle": "40", "Sliding Tackle": "37", "Ball Control": "78", "Passing": "70", "Interceptions": "25", "Agility": "74", "Long Shots": "72", "Shot Power": "82", "POS": "ST", "Jumping": "81", "Positioning": "84", "Curve": "68", "Sprint Speed": "66", "Crossing": "70", "Finishing": "76", "Balance": "57", "Heading": "92", "Vision": "73", "OVR": "79", "Reactions": "82", "Free Kick": "65", "Short Passing": "75", "Pace": "63", "Penalties": "78", "Defending": "42", "Volleys": "80", "Shooting": "77", "Aggression": "50", "Physical": "72"}
{"Acceleration": "75", "Marking": "82", "Strength": "77", "Dribbling": "61", "1name": "chris smalling", "Stamina": "75", "Long Passing": "56", "Standing Tackle": "85", "Sliding Tackle": "81", "Ball Control": "64", "Passing": "55", "Interceptions": "82", "Agility": "51", "Long Shots": "11", "Shot Power": "42", "POS": "CB", "Jumping": "71", "Positioning": "22", "Curve": "26", "Sprint Speed": "76", "Crossing": "52", "Finishing": "23", "Balance": "45", "Heading": "80", "Vision": "49", "OVR": "79", "Reactions": "79", "Free Kick": "22", "Short Passing": "68", "Pace": "76", "Penalties": "52", "Defending": "83", "Volleys": "24", "Shooting": "26", "Aggression": "76", "Physical": "76"}
{"Acceleration": "79", "Marking": "79", "Strength": "73", "Dribbling": "74", "1name": "balenziaga", "Stamina": "89", "Long Passing": "74", "Standing Tackle": "82", "Sliding Tackle": "80", "Ball Control": "79", "Passing": "72", "Interceptions": "79", "Agility": "72", "Long Shots": "53", "Shot Power": "57", "POS": "LB", "Jumping": "81", "Positioning": "55", "Curve": "77", "Sprint Speed": "80", "Crossing": "83", "Finishing": "42", "Balance": "71", "Heading": "67", "Vision": "63", "OVR": "79", "Reactions": "73", "Free Kick": "32", "Short Passing": "75", "Pace": "80", "Penalties": "45", "Defending": "79", "Volleys": "48", "Shooting": "48", "Aggression": "78", "Physical": "78"}
{"Acceleration": "82", "Marking": "35", "Strength": "52", "Dribbling": "85", "1name": "iago falque", "Stamina": "73", "Long Passing": "71", "Standing Tackle": "33", "Sliding Tackle": "31", "Ball Control": "85", "Passing": "74", "Interceptions": "26", "Agility": "87", "Long Shots": "73", "Shot Power": "61", "POS": "RW", "Jumping": "41", "Positioning": "76", "Curve": "84", "Sprint Speed": "79", "Crossing": "74", "Finishing": "76", "Balance": "82", "Heading": "43", "Vision": "72", "OVR": "79", "Reactions": "75", "Free Kick": "73", "Short Passing": "76", "Pace": "80", "Penalties": "70", "Defending": "33", "Volleys": "64", "Shooting": "72", "Aggression": "48", "Physical": "56"}
{"Acceleration": "72", "Marking": "14", "Strength": "66", "Dribbling": "81", "1name": "canales", "Stamina": "67", "Long Passing": "72", "Standing Tackle": "23", "Sliding Tackle": "16", "Ball Control": "82", "Passing": "80", "Interceptions": "46", "Agility": "82", "Long Shots": "76", "Shot Power": "68", "POS": "CAM", "Jumping": "44", "Positioning": "77", "Curve": "81", "Sprint Speed": "72", "Crossing": "74", "Finishing": "77", "Balance": "70", "Heading": "38", "Vision": "83", "OVR": "79", "Reactions": "66", "Free Kick": "78", "Short Passing": "86", "Pace": "72", "Penalties": "66", "Defending": "26", "Volleys": "64", "Shooting": "74", "Aggression": "55", "Physical": "63"}
{"Acceleration": "68", "Marking": "72", "Strength": "67", "Dribbling": "76", "1name": "illarramendi", "Stamina": "78", "Long Passing": "78", "Standing Tackle": "77", "Sliding Tackle": "74", "Ball Control": "81", "Passing": "79", "Interceptions": "79", "Agility": "71", "Long Shots": "70", "Shot Power": "73", "POS": "CM", "Jumping": "55", "Positioning": "78", "Curve": "78", "Sprint Speed": "65", "Crossing": "74", "Finishing": "53", "Balance": "75", "Heading": "58", "Vision": "81", "OVR": "79", "Reactions": "78", "Free Kick": "68", "Short Passing": "82", "Pace": "66", "Penalties": "50", "Defending": "74", "Volleys": "58", "Shooting": "62", "Aggression": "69", "Physical": "70"}
{"Acceleration": "64", "Marking": "80", "Strength": "79", "Dribbling": "67", "1name": "lamine sane", "Stamina": "73", "Long Passing": "72", "Standing Tackle": "81", "Sliding Tackle": "77", "Ball Control": "69", "Passing": "63", "Interceptions": "78", "Agility": "56", "Long Shots": "59", "Shot Power": "71", "POS": "CB", "Jumping": "83", "Positioning": "42", "Curve": "48", "Sprint Speed": "74", "Crossing": "49", "Finishing": "29", "Balance": "54", "Heading": "83", "Vision": "63", "OVR": "79", "Reactions": "76", "Free Kick": "23", "Short Passing": "75", "Pace": "70", "Penalties": "33", "Defending": "80", "Volleys": "22", "Shooting": "44", "Aggression": "79", "Physical": "78"}
{"Acceleration": "71", "Marking": "21", "Strength": "74", "Dribbling": "76", "1name": "ciro immobile", "Stamina": "76", "Long Passing": "49", "Standing Tackle": "33", "Sliding Tackle": "33", "Ball Control": "76", "Passing": "61", "Interceptions": "40", "Agility": "75", "Long Shots": "74", "Shot Power": "87", "POS": "ST", "Jumping": "78", "Positioning": "84", "Curve": "74", "Sprint Speed": "76", "Crossing": "55", "Finishing": "82", "Balance": "62", "Heading": "73", "Vision": "59", "OVR": "79", "Reactions": "84", "Free Kick": "51", "Short Passing": "71", "Pace": "74", "Penalties": "75", "Defending": "35", "Volleys": "79", "Shooting": "81", "Aggression": "73", "Physical": "74"}
{"Acceleration": "85", "Marking": "18", "Strength": "45", "Dribbling": "86", "1name": "fabian orellana", "Stamina": "63", "Long Passing": "58", "Standing Tackle": "37", "Sliding Tackle": "25", "Ball Control": "83", "Passing": "73", "Interceptions": "31", "Agility": "89", "Long Shots": "79", "Shot Power": "59", "POS": "RW", "Jumping": "73", "Positioning": "72", "Curve": "84", "Sprint Speed": "79", "Crossing": "74", "Finishing": "76", "Balance": "79", "Heading": "62", "Vision": "74", "OVR": "79", "Reactions": "78", "Free Kick": "77", "Short Passing": "75", "Pace": "82", "Penalties": "69", "Defending": "31", "Volleys": "61", "Shooting": "72", "Aggression": "54", "Physical": "53"}
{"Acceleration": "83", "Marking": "42", "Strength": "66", "Dribbling": "81", "1name": "romain hamouma", "Stamina": "73", "Long Passing": "78", "Standing Tackle": "47", "Sliding Tackle": "41", "Ball Control": "81", "Passing": "79", "Interceptions": "39", "Agility": "83", "Long Shots": "80", "Shot Power": "82", "POS": "RM", "Jumping": "60", "Positioning": "75", "Curve": "80", "Sprint Speed": "83", "Crossing": "81", "Finishing": "80", "Balance": "79", "Heading": "63", "Vision": "78", "OVR": "79", "Reactions": "75", "Free Kick": "73", "Short Passing": "80", "Pace": "83", "Penalties": "72", "Defending": "45", "Volleys": "78", "Shooting": "80", "Aggression": "59", "Physical": "66"}
{"Acceleration": "79", "Marking": "83", "Strength": "75", "Dribbling": "70", "1name": "mario gaspar", "Stamina": "83", "Long Passing": "71", "Standing Tackle": "80", "Sliding Tackle": "82", "Ball Control": "73", "Passing": "70", "Interceptions": "79", "Agility": "70", "Long Shots": "59", "Shot Power": "61", "POS": "RB", "Jumping": "70", "Positioning": "64", "Curve": "75", "Sprint Speed": "80", "Crossing": "78", "Finishing": "56", "Balance": "60", "Heading": "69", "Vision": "57", "OVR": "79", "Reactions": "82", "Free Kick": "54", "Short Passing": "75", "Pace": "80", "Penalties": "50", "Defending": "80", "Volleys": "61", "Shooting": "58", "Aggression": "82", "Physical": "78"}
{"Acceleration": "86", "Marking": "47", "Strength": "53", "Dribbling": "86", "1name": "remy cabella", "Stamina": "73", "Long Passing": "72", "Standing Tackle": "69", "Sliding Tackle": "60", "Ball Control": "83", "Passing": "77", "Interceptions": "46", "Agility": "89", "Long Shots": "74", "Shot Power": "76", "POS": "CAM", "Jumping": "42", "Positioning": "75", "Curve": "75", "Sprint Speed": "78", "Crossing": "76", "Finishing": "72", "Balance": "84", "Heading": "58", "Vision": "81", "OVR": "79", "Reactions": "73", "Free Kick": "81", "Short Passing": "78", "Pace": "82", "Penalties": "73", "Defending": "56", "Volleys": "72", "Shooting": "73", "Aggression": "47", "Physical": "56"}
{"Acceleration": "79", "Marking": "85", "Strength": "75", "Dribbling": "67", "1name": "mario fernandes", "Stamina": "81", "Long Passing": "70", "Standing Tackle": "83", "Sliding Tackle": "83", "Ball Control": "74", "Passing": "71", "Interceptions": "77", "Agility": "79", "Long Shots": "62", "Shot Power": "72", "POS": "RB", "Jumping": "78", "Positioning": "71", "Curve": "66", "Sprint Speed": "83", "Crossing": "75", "Finishing": "53", "Balance": "55", "Heading": "73", "Vision": "69", "OVR": "79", "Reactions": "73", "Free Kick": "39", "Short Passing": "75", "Pace": "81", "Penalties": "53", "Defending": "81", "Volleys": "45", "Shooting": "59", "Aggression": "75", "Physical": "77"}
{"Acceleration": "84", "Marking": "76", "Strength": "69", "Dribbling": "73", "1name": "montoya", "Stamina": "88", "Long Passing": "75", "Standing Tackle": "77", "Sliding Tackle": "81", "Ball Control": "78", "Passing": "72", "Interceptions": "79", "Agility": "79", "Long Shots": "69", "Shot Power": "83", "POS": "RB", "Jumping": "78", "Positioning": "63", "Curve": "77", "Sprint Speed": "87", "Crossing": "76", "Finishing": "24", "Balance": "83", "Heading": "60", "Vision": "59", "OVR": "79", "Reactions": "75", "Free Kick": "55", "Short Passing": "78", "Pace": "86", "Penalties": "50", "Defending": "76", "Volleys": "66", "Shooting": "50", "Aggression": "80", "Physical": "76"}
{"Acceleration": "74", "Marking": "26", "Strength": "68", "Dribbling": "80", "1name": "wahbi khazri", "Stamina": "63", "Long Passing": "69", "Standing Tackle": "49", "Sliding Tackle": "30", "Ball Control": "79", "Passing": "79", "Interceptions": "61", "Agility": "78", "Long Shots": "84", "Shot Power": "81", "POS": "CAM", "Jumping": "44", "Positioning": "78", "Curve": "80", "Sprint Speed": "74", "Crossing": "82", "Finishing": "77", "Balance": "67", "Heading": "52", "Vision": "79", "OVR": "79", "Reactions": "79", "Free Kick": "83", "Short Passing": "80", "Pace": "74", "Penalties": "75", "Defending": "43", "Volleys": "57", "Shooting": "78", "Aggression": "74", "Physical": "67"}
{"Acceleration": "55", "Marking": "83", "Strength": "81", "Dribbling": "64", "1name": "dejan lovren", "Stamina": "70", "Long Passing": "68", "Standing Tackle": "85", "Sliding Tackle": "86", "Ball Control": "67", "Passing": "60", "Interceptions": "70", "Agility": "49", "Long Shots": "34", "Shot Power": "63", "POS": "CB", "Jumping": "76", "Positioning": "21", "Curve": "26", "Sprint Speed": "56", "Crossing": "59", "Finishing": "33", "Balance": "41", "Heading": "75", "Vision": "56", "OVR": "79", "Reactions": "75", "Free Kick": "18", "Short Passing": "70", "Pace": "56", "Penalties": "52", "Defending": "80", "Volleys": "42", "Shooting": "40", "Aggression": "87", "Physical": "79"}
{"Acceleration": "74", "Marking": "13", "Strength": "76", "Dribbling": "80", "1name": "teofilo gutierrez", "Stamina": "68", "Long Passing": "65", "Standing Tackle": "26", "Sliding Tackle": "20", "Ball Control": "84", "Passing": "71", "Interceptions": "25", "Agility": "76", "Long Shots": "76", "Shot Power": "80", "POS": "ST", "Jumping": "80", "Positioning": "84", "Curve": "67", "Sprint Speed": "74", "Crossing": "73", "Finishing": "83", "Balance": "74", "Heading": "75", "Vision": "76", "OVR": "79", "Reactions": "79", "Free Kick": "63", "Short Passing": "71", "Pace": "74", "Penalties": "72", "Defending": "26", "Volleys": "74", "Shooting": "80", "Aggression": "85", "Physical": "76"}
{"Acceleration": "82", "Marking": "74", "Strength": "76", "Dribbling": "75", "1name": "enzo perez", "Stamina": "92", "Long Passing": "73", "Standing Tackle": "77", "Sliding Tackle": "81", "Ball Control": "83", "Passing": "75", "Interceptions": "82", "Agility": "81", "Long Shots": "74", "Shot Power": "77", "POS": "CM", "Jumping": "75", "Positioning": "74", "Curve": "76", "Sprint Speed": "73", "Crossing": "69", "Finishing": "69", "Balance": "81", "Heading": "59", "Vision": "77", "OVR": "79", "Reactions": "81", "Free Kick": "67", "Short Passing": "79", "Pace": "77", "Penalties": "82", "Defending": "76", "Volleys": "68", "Shooting": "72", "Aggression": "86", "Physical": "82"}
{"Acceleration": "85", "Marking": "50", "Strength": "65", "Dribbling": "81", "1name": "pizzi", "Stamina": "73", "Long Passing": "77", "Standing Tackle": "63", "Sliding Tackle": "62", "Ball Control": "82", "Passing": "79", "Interceptions": "66", "Agility": "80", "Long Shots": "77", "Shot Power": "74", "POS": "CAM", "Jumping": "67", "Positioning": "74", "Curve": "85", "Sprint Speed": "79", "Crossing": "79", "Finishing": "70", "Balance": "86", "Heading": "45", "Vision": "80", "OVR": "79", "Reactions": "75", "Free Kick": "75", "Short Passing": "80", "Pace": "82", "Penalties": "76", "Defending": "58", "Volleys": "60", "Shooting": "72", "Aggression": "57", "Physical": "66"}
{"Acceleration": "84", "Marking": "26", "Strength": "71", "Dribbling": "82", "1name": "rodrigo", "Stamina": "75", "Long Passing": "60", "Standing Tackle": "28", "Sliding Tackle": "29", "Ball Control": "79", "Passing": "70", "Interceptions": "31", "Agility": "80", "Long Shots": "76", "Shot Power": "78", "POS": "ST", "Jumping": "74", "Positioning": "83", "Curve": "76", "Sprint Speed": "84", "Crossing": "69", "Finishing": "78", "Balance": "69", "Heading": "75", "Vision": "71", "OVR": "79", "Reactions": "81", "Free Kick": "67", "Short Passing": "75", "Pace": "84", "Penalties": "82", "Defending": "33", "Volleys": "80", "Shooting": "78", "Aggression": "67", "Physical": "71"}
{"Acceleration": "89", "Marking": "37", "Strength": "69", "Dribbling": "86", "1name": "alex oxlade chamberlain", "Stamina": "75", "Long Passing": "73", "Standing Tackle": "48", "Sliding Tackle": "44", "Ball Control": "83", "Passing": "73", "Interceptions": "41", "Agility": "84", "Long Shots": "77", "Shot Power": "75", "POS": "RM", "Jumping": "65", "Positioning": "74", "Curve": "67", "Sprint Speed": "89", "Crossing": "73", "Finishing": "70", "Balance": "88", "Heading": "34", "Vision": "71", "OVR": "79", "Reactions": "75", "Free Kick": "53", "Short Passing": "77", "Pace": "89", "Penalties": "69", "Defending": "42", "Volleys": "59", "Shooting": "72", "Aggression": "66", "Physical": "70"}
{"Acceleration": "82", "Marking": "12", "Strength": "84", "Dribbling": "74", "1name": "vincent aboubakar", "Stamina": "79", "Long Passing": "66", "Standing Tackle": "23", "Sliding Tackle": "19", "Ball Control": "77", "Passing": "68", "Interceptions": "33", "Agility": "77", "Long Shots": "75", "Shot Power": "87", "POS": "ST", "Jumping": "78", "Positioning": "80", "Curve": "69", "Sprint Speed": "87", "Crossing": "57", "Finishing": "81", "Balance": "63", "Heading": "73", "Vision": "75", "OVR": "79", "Reactions": "76", "Free Kick": "40", "Short Passing": "75", "Pace": "85", "Penalties": "76", "Defending": "26", "Volleys": "70", "Shooting": "80", "Aggression": "79", "Physical": "81"}
{"Acceleration": "79", "Marking": "56", "Strength": "76", "Dribbling": "85", "1name": "ross barkley", "Stamina": "74", "Long Passing": "77", "Standing Tackle": "60", "Sliding Tackle": "52", "Ball Control": "83", "Passing": "75", "Interceptions": "45", "Agility": "70", "Long Shots": "76", "Shot Power": "78", "POS": "CAM", "Jumping": "63", "Positioning": "71", "Curve": "54", "Sprint Speed": "77", "Crossing": "63", "Finishing": "70", "Balance": "56", "Heading": "65", "Vision": "81", "OVR": "79", "Reactions": "77", "Free Kick": "56", "Short Passing": "84", "Pace": "78", "Penalties": "65", "Defending": "56", "Volleys": "61", "Shooting": "72", "Aggression": "73", "Physical": "74"}
{"Acceleration": "75", "Marking": "40", "Strength": "67", "Dribbling": "83", "1name": "dusan tadic", "Stamina": "73", "Long Passing": "77", "Standing Tackle": "34", "Sliding Tackle": "26", "Ball Control": "84", "Passing": "80", "Interceptions": "31", "Agility": "81", "Long Shots": "66", "Shot Power": "69", "POS": "LM", "Jumping": "65", "Positioning": "73", "Curve": "83", "Sprint Speed": "73", "Crossing": "79", "Finishing": "69", "Balance": "77", "Heading": "63", "Vision": "84", "OVR": "79", "Reactions": "80", "Free Kick": "76", "Short Passing": "81", "Pace": "74", "Penalties": "81", "Defending": "37", "Volleys": "73", "Shooting": "69", "Aggression": "56", "Physical": "66"}
{"Acceleration": "77", "Marking": "77", "Strength": "70", "Dribbling": "72", "1name": "sebastian rode", "Stamina": "87", "Long Passing": "73", "Standing Tackle": "83", "Sliding Tackle": "82", "Ball Control": "77", "Passing": "72", "Interceptions": "82", "Agility": "71", "Long Shots": "65", "Shot Power": "75", "POS": "CDM", "Jumping": "81", "Positioning": "70", "Curve": "51", "Sprint Speed": "75", "Crossing": "69", "Finishing": "55", "Balance": "76", "Heading": "66", "Vision": "73", "OVR": "79", "Reactions": "78", "Free Kick": "57", "Short Passing": "78", "Pace": "76", "Penalties": "51", "Defending": "79", "Volleys": "55", "Shooting": "62", "Aggression": "85", "Physical": "78"}
{"Acceleration": "94", "Marking": "19", "Strength": "59", "Dribbling": "84", "1name": "cristian tello", "Stamina": "76", "Long Passing": "68", "Standing Tackle": "23", "Sliding Tackle": "19", "Ball Control": "82", "Passing": "73", "Interceptions": "26", "Agility": "84", "Long Shots": "70", "Shot Power": "82", "POS": "RW", "Jumping": "71", "Positioning": "74", "Curve": "77", "Sprint Speed": "91", "Crossing": "75", "Finishing": "73", "Balance": "73", "Heading": "47", "Vision": "69", "OVR": "79", "Reactions": "75", "Free Kick": "75", "Short Passing": "75", "Pace": "92", "Penalties": "51", "Defending": "24", "Volleys": "58", "Shooting": "72", "Aggression": "48", "Physical": "62"}
{"Acceleration": "78", "Marking": "37", "Strength": "83", "Dribbling": "83", "1name": "nacer chadli", "Stamina": "84", "Long Passing": "68", "Standing Tackle": "48", "Sliding Tackle": "44", "Ball Control": "81", "Passing": "76", "Interceptions": "43", "Agility": "65", "Long Shots": "74", "Shot Power": "81", "POS": "LM", "Jumping": "71", "Positioning": "77", "Curve": "77", "Sprint Speed": "79", "Crossing": "77", "Finishing": "75", "Balance": "54", "Heading": "65", "Vision": "78", "OVR": "79", "Reactions": "78", "Free Kick": "78", "Short Passing": "78", "Pace": "79", "Penalties": "76", "Defending": "45", "Volleys": "73", "Shooting": "76", "Aggression": "59", "Physical": "78"}
{"Acceleration": "79", "Marking": "81", "Strength": "84", "Dribbling": "59", "1name": "juan jesus", "Stamina": "79", "Long Passing": "56", "Standing Tackle": "82", "Sliding Tackle": "78", "Ball Control": "54", "Passing": "51", "Interceptions": "83", "Agility": "62", "Long Shots": "35", "Shot Power": "62", "POS": "CB", "Jumping": "92", "Positioning": "38", "Curve": "50", "Sprint Speed": "80", "Crossing": "64", "Finishing": "20", "Balance": "59", "Heading": "72", "Vision": "30", "OVR": "79", "Reactions": "72", "Free Kick": "36", "Short Passing": "55", "Pace": "80", "Penalties": "37", "Defending": "80", "Volleys": "17", "Shooting": "33", "Aggression": "89", "Physical": "84"}
{"Acceleration": "68", "Marking": "74", "Strength": "88", "Dribbling": "72", "1name": "danilo pereira", "Stamina": "84", "Long Passing": "73", "Standing Tackle": "84", "Sliding Tackle": "73", "Ball Control": "75", "Passing": "66", "Interceptions": "83", "Agility": "71", "Long Shots": "67", "Shot Power": "85", "POS": "CDM", "Jumping": "68", "Positioning": "61", "Curve": "46", "Sprint Speed": "67", "Crossing": "49", "Finishing": "47", "Balance": "69", "Heading": "77", "Vision": "60", "OVR": "79", "Reactions": "75", "Free Kick": "62", "Short Passing": "79", "Pace": "67", "Penalties": "43", "Defending": "79", "Volleys": "54", "Shooting": "59", "Aggression": "89", "Physical": "86"}
{"Acceleration": "69", "Marking": "82", "Strength": "69", "Dribbling": "64", "1name": "aissa mandi", "Stamina": "73", "Long Passing": "74", "Standing Tackle": "82", "Sliding Tackle": "85", "Ball Control": "74", "Passing": "74", "Interceptions": "79", "Agility": "69", "Long Shots": "49", "Shot Power": "52", "POS": "RB", "Jumping": "79", "Positioning": "67", "Curve": "67", "Sprint Speed": "73", "Crossing": "78", "Finishing": "41", "Balance": "69", "Heading": "81", "Vision": "71", "OVR": "79", "Reactions": "79", "Free Kick": "49", "Short Passing": "77", "Pace": "71", "Penalties": "35", "Defending": "82", "Volleys": "36", "Shooting": "46", "Aggression": "77", "Physical": "72"}
{"Acceleration": "79", "Marking": "19", "Strength": "75", "Dribbling": "72", "1name": "mauro icardi", "Stamina": "71", "Long Passing": "53", "Standing Tackle": "21", "Sliding Tackle": "21", "Ball Control": "77", "Passing": "59", "Interceptions": "22", "Agility": "77", "Long Shots": "66", "Shot Power": "78", "POS": "ST", "Jumping": "90", "Positioning": "86", "Curve": "60", "Sprint Speed": "79", "Crossing": "45", "Finishing": "86", "Balance": "76", "Heading": "79", "Vision": "63", "OVR": "79", "Reactions": "77", "Free Kick": "45", "Short Passing": "70", "Pace": "79", "Penalties": "78", "Defending": "26", "Volleys": "73", "Shooting": "79", "Aggression": "62", "Physical": "72"}
{"Acceleration": "77", "Marking": "47", "Strength": "70", "Dribbling": "87", "1name": "rafinha", "Stamina": "77", "Long Passing": "76", "Standing Tackle": "74", "Sliding Tackle": "66", "Ball Control": "85", "Passing": "76", "Interceptions": "73", "Agility": "78", "Long Shots": "79", "Shot Power": "75", "POS": "CM", "Jumping": "75", "Positioning": "77", "Curve": "68", "Sprint Speed": "76", "Crossing": "70", "Finishing": "69", "Balance": "79", "Heading": "57", "Vision": "76", "OVR": "79", "Reactions": "76", "Free Kick": "61", "Short Passing": "82", "Pace": "76", "Penalties": "67", "Defending": "63", "Volleys": "70", "Shooting": "73", "Aggression": "44", "Physical": "67"}
{"Acceleration": "90", "Marking": "22", "Strength": "74", "Dribbling": "84", "1name": "paul georges ntep", "Stamina": "73", "Long Passing": "70", "Standing Tackle": "25", "Sliding Tackle": "15", "Ball Control": "84", "Passing": "74", "Interceptions": "28", "Agility": "86", "Long Shots": "76", "Shot Power": "79", "POS": "LM", "Jumping": "49", "Positioning": "75", "Curve": "77", "Sprint Speed": "91", "Crossing": "77", "Finishing": "77", "Balance": "75", "Heading": "43", "Vision": "71", "OVR": "79", "Reactions": "77", "Free Kick": "73", "Short Passing": "75", "Pace": "91", "Penalties": "70", "Defending": "26", "Volleys": "74", "Shooting": "77", "Aggression": "75", "Physical": "73"}
{"Acceleration": "93", "Marking": "30", "Strength": "56", "Dribbling": "87", "1name": "felipe anderson", "Stamina": "77", "Long Passing": "73", "Standing Tackle": "34", "Sliding Tackle": "32", "Ball Control": "83", "Passing": "74", "Interceptions": "26", "Agility": "91", "Long Shots": "84", "Shot Power": "83", "POS": "LW", "Jumping": "49", "Positioning": "70", "Curve": "76", "Sprint Speed": "91", "Crossing": "73", "Finishing": "71", "Balance": "88", "Heading": "44", "Vision": "70", "OVR": "79", "Reactions": "67", "Free Kick": "75", "Short Passing": "76", "Pace": "92", "Penalties": "55", "Defending": "32", "Volleys": "61", "Shooting": "75", "Aggression": "31", "Physical": "56"}
{"Acceleration": "55", "Marking": "76", "Strength": "76", "Dribbling": "71", "1name": "johannes geis", "Stamina": "81", "Long Passing": "87", "Standing Tackle": "79", "Sliding Tackle": "73", "Ball Control": "78", "Passing": "83", "Interceptions": "78", "Agility": "68", "Long Shots": "79", "Shot Power": "88", "POS": "CDM", "Jumping": "82", "Positioning": "73", "Curve": "90", "Sprint Speed": "62", "Crossing": "88", "Finishing": "51", "Balance": "76", "Heading": "68", "Vision": "82", "OVR": "79", "Reactions": "79", "Free Kick": "85", "Short Passing": "79", "Pace": "59", "Penalties": "71", "Defending": "76", "Volleys": "66", "Shooting": "67", "Aggression": "76", "Physical": "78"}
{"Acceleration": "89", "Marking": "33", "Strength": "68", "Dribbling": "84", "1name": "aleix vidal", "Stamina": "90", "Long Passing": "64", "Standing Tackle": "39", "Sliding Tackle": "35", "Ball Control": "82", "Passing": "71", "Interceptions": "43", "Agility": "80", "Long Shots": "61", "Shot Power": "84", "POS": "RM", "Jumping": "82", "Positioning": "73", "Curve": "69", "Sprint Speed": "93", "Crossing": "72", "Finishing": "67", "Balance": "79", "Heading": "39", "Vision": "72", "OVR": "79", "Reactions": "77", "Free Kick": "46", "Short Passing": "76", "Pace": "91", "Penalties": "51", "Defending": "58", "Volleys": "48", "Shooting": "68", "Aggression": "82", "Physical": "77"}
{"Acceleration": "72", "Marking": "58", "Strength": "74", "Dribbling": "73", "1name": "davy klaassen", "Stamina": "85", "Long Passing": "69", "Standing Tackle": "71", "Sliding Tackle": "56", "Ball Control": "83", "Passing": "73", "Interceptions": "67", "Agility": "67", "Long Shots": "74", "Shot Power": "79", "POS": "CAM", "Jumping": "84", "Positioning": "83", "Curve": "62", "Sprint Speed": "73", "Crossing": "63", "Finishing": "78", "Balance": "63", "Heading": "75", "Vision": "80", "OVR": "79", "Reactions": "83", "Free Kick": "44", "Short Passing": "82", "Pace": "73", "Penalties": "70", "Defending": "65", "Volleys": "81", "Shooting": "77", "Aggression": "76", "Physical": "78"}
{"Acceleration": "91", "Marking": "66", "Strength": "33", "Dribbling": "79", "1name": "joaozinho", "Stamina": "73", "Long Passing": "77", "Standing Tackle": "54", "Sliding Tackle": "64", "Ball Control": "75", "Passing": "78", "Interceptions": "57", "Agility": "94", "Long Shots": "79", "Shot Power": "76", "POS": "LM", "Jumping": "83", "Positioning": "77", "Curve": "75", "Sprint Speed": "92", "Crossing": "76", "Finishing": "76", "Balance": "94", "Heading": "69", "Vision": "81", "OVR": "79", "Reactions": "74", "Free Kick": "76", "Short Passing": "80", "Pace": "92", "Penalties": "83", "Defending": "61", "Volleys": "68", "Shooting": "77", "Aggression": "65", "Physical": "52"}
{"Acceleration": "66", "Marking": "79", "Strength": "69", "Dribbling": "73", "1name": "christoph kramer", "Stamina": "95", "Long Passing": "73", "Standing Tackle": "81", "Sliding Tackle": "76", "Ball Control": "77", "Passing": "70", "Interceptions": "82", "Agility": "66", "Long Shots": "40", "Shot Power": "53", "POS": "CDM", "Jumping": "51", "Positioning": "70", "Curve": "54", "Sprint Speed": "67", "Crossing": "61", "Finishing": "41", "Balance": "52", "Heading": "58", "Vision": "70", "OVR": "79", "Reactions": "82", "Free Kick": "51", "Short Passing": "78", "Pace": "67", "Penalties": "47", "Defending": "78", "Volleys": "42", "Shooting": "45", "Aggression": "79", "Physical": "77"}
{"Acceleration": "72", "Marking": "57", "Strength": "57", "Dribbling": "78", "1name": "ruben pardo", "Stamina": "67", "Long Passing": "86", "Standing Tackle": "61", "Sliding Tackle": "58", "Ball Control": "83", "Passing": "81", "Interceptions": "60", "Agility": "78", "Long Shots": "71", "Shot Power": "79", "POS": "CM", "Jumping": "65", "Positioning": "66", "Curve": "78", "Sprint Speed": "73", "Crossing": "62", "Finishing": "54", "Balance": "80", "Heading": "52", "Vision": "81", "OVR": "79", "Reactions": "80", "Free Kick": "77", "Short Passing": "91", "Pace": "73", "Penalties": "69", "Defending": "58", "Volleys": "42", "Shooting": "63", "Aggression": "59", "Physical": "60"}
{"Acceleration": "85", "Marking": "82", "Strength": "57", "Dribbling": "81", "1name": "bernat", "Stamina": "79", "Long Passing": "72", "Standing Tackle": "82", "Sliding Tackle": "81", "Ball Control": "83", "Passing": "76", "Interceptions": "77", "Agility": "84", "Long Shots": "62", "Shot Power": "63", "POS": "LB", "Jumping": "73", "Positioning": "74", "Curve": "76", "Sprint Speed": "78", "Crossing": "82", "Finishing": "57", "Balance": "88", "Heading": "53", "Vision": "70", "OVR": "79", "Reactions": "78", "Free Kick": "51", "Short Passing": "81", "Pace": "81", "Penalties": "53", "Defending": "78", "Volleys": "59", "Shooting": "60", "Aggression": "74", "Physical": "67"}
{"Acceleration": "66", "Marking": "81", "Strength": "78", "Dribbling": "35", "1name": "matija nastasic", "Stamina": "65", "Long Passing": "63", "Standing Tackle": "84", "Sliding Tackle": "86", "Ball Control": "66", "Passing": "55", "Interceptions": "78", "Agility": "64", "Long Shots": "22", "Shot Power": "44", "POS": "CB", "Jumping": "81", "Positioning": "30", "Curve": "29", "Sprint Speed": "74", "Crossing": "46", "Finishing": "27", "Balance": "58", "Heading": "79", "Vision": "46", "OVR": "79", "Reactions": "79", "Free Kick": "32", "Short Passing": "69", "Pace": "70", "Penalties": "47", "Defending": "82", "Volleys": "32", "Shooting": "31", "Aggression": "75", "Physical": "74"}
{"Acceleration": "88", "Marking": "72", "Strength": "60", "Dribbling": "77", "1name": "alberto moreno", "Stamina": "85", "Long Passing": "64", "Standing Tackle": "74", "Sliding Tackle": "76", "Ball Control": "81", "Passing": "70", "Interceptions": "75", "Agility": "86", "Long Shots": "77", "Shot Power": "73", "POS": "LWB", "Jumping": "85", "Positioning": "70", "Curve": "59", "Sprint Speed": "87", "Crossing": "83", "Finishing": "65", "Balance": "87", "Heading": "61", "Vision": "58", "OVR": "79", "Reactions": "74", "Free Kick": "40", "Short Passing": "77", "Pace": "87", "Penalties": "43", "Defending": "72", "Volleys": "35", "Shooting": "67", "Aggression": "71", "Physical": "70"}
{"Acceleration": "72", "Marking": "79", "Strength": "76", "Dribbling": "69", "1name": "samuel umtiti", "Stamina": "82", "Long Passing": "71", "Standing Tackle": "79", "Sliding Tackle": "86", "Ball Control": "73", "Passing": "67", "Interceptions": "83", "Agility": "68", "Long Shots": "64", "Shot Power": "83", "POS": "CB", "Jumping": "92", "Positioning": "58", "Curve": "62", "Sprint Speed": "75", "Crossing": "64", "Finishing": "51", "Balance": "66", "Heading": "78", "Vision": "56", "OVR": "79", "Reactions": "73", "Free Kick": "63", "Short Passing": "74", "Pace": "74", "Penalties": "61", "Defending": "80", "Volleys": "70", "Shooting": "62", "Aggression": "79", "Physical": "79"}
{"Acceleration": "78", "Marking": "17", "Strength": "67", "Dribbling": "85", "1name": "leo baptistao", "Stamina": "67", "Long Passing": "60", "Standing Tackle": "24", "Sliding Tackle": "19", "Ball Control": "85", "Passing": "69", "Interceptions": "20", "Agility": "78", "Long Shots": "76", "Shot Power": "75", "POS": "ST", "Jumping": "69", "Positioning": "81", "Curve": "70", "Sprint Speed": "76", "Crossing": "69", "Finishing": "79", "Balance": "66", "Heading": "80", "Vision": "66", "OVR": "79", "Reactions": "78", "Free Kick": "59", "Short Passing": "76", "Pace": "77", "Penalties": "65", "Defending": "26", "Volleys": "63", "Shooting": "76", "Aggression": "38", "Physical": "61"}
{"Acceleration": "70", "Marking": "61", "Strength": "64", "Dribbling": "73", "1name": "manu trigueros", "Stamina": "79", "Long Passing": "81", "Standing Tackle": "76", "Sliding Tackle": "61", "Ball Control": "82", "Passing": "79", "Interceptions": "70", "Agility": "79", "Long Shots": "79", "Shot Power": "80", "POS": "CM", "Jumping": "75", "Positioning": "77", "Curve": "71", "Sprint Speed": "68", "Crossing": "72", "Finishing": "60", "Balance": "70", "Heading": "61", "Vision": "78", "OVR": "79", "Reactions": "73", "Free Kick": "70", "Short Passing": "85", "Pace": "69", "Penalties": "60", "Defending": "67", "Volleys": "71", "Shooting": "69", "Aggression": "52", "Physical": "66"}
{"Acceleration": "79", "Marking": "23", "Strength": "54", "Dribbling": "86", "1name": "luciano vietto", "Stamina": "79", "Long Passing": "60", "Standing Tackle": "40", "Sliding Tackle": "32", "Ball Control": "85", "Passing": "72", "Interceptions": "35", "Agility": "80", "Long Shots": "74", "Shot Power": "68", "POS": "ST", "Jumping": "74", "Positioning": "85", "Curve": "82", "Sprint Speed": "79", "Crossing": "66", "Finishing": "87", "Balance": "87", "Heading": "69", "Vision": "73", "OVR": "79", "Reactions": "82", "Free Kick": "70", "Short Passing": "79", "Pace": "79", "Penalties": "69", "Defending": "36", "Volleys": "83", "Shooting": "79", "Aggression": "66", "Physical": "64"}
{"Acceleration": "76", "Marking": "79", "Strength": "76", "Dribbling": "76", "1name": "dusan basta", "Stamina": "82", "Long Passing": "74", "Standing Tackle": "82", "Sliding Tackle": "81", "Ball Control": "78", "Passing": "71", "Interceptions": "83", "Agility": "70", "Long Shots": "77", "Shot Power": "82", "POS": "RB", "Jumping": "70", "Positioning": "66", "Curve": "73", "Sprint Speed": "78", "Crossing": "78", "Finishing": "60", "Balance": "68", "Heading": "71", "Vision": "56", "OVR": "79", "Reactions": "78", "Free Kick": "66", "Short Passing": "76", "Pace": "77", "Penalties": "55", "Defending": "80", "Volleys": "68", "Shooting": "68", "Aggression": "80", "Physical": "78"}
{"Acceleration": "63", "Marking": "70", "Strength": "70", "Dribbling": "64", "1name": "rasmus elm", "Stamina": "90", "Long Passing": "84", "Standing Tackle": "76", "Sliding Tackle": "69", "Ball Control": "81", "Passing": "83", "Interceptions": "77", "Agility": "76", "Long Shots": "79", "Shot Power": "86", "POS": "CDM", "Jumping": "63", "Positioning": "74", "Curve": "88", "Sprint Speed": "66", "Crossing": "74", "Finishing": "60", "Balance": "60", "Heading": "68", "Vision": "85", "OVR": "79", "Reactions": "82", "Free Kick": "89", "Short Passing": "85", "Pace": "65", "Penalties": "85", "Defending": "73", "Volleys": "77", "Shooting": "72", "Aggression": "75", "Physical": "76"}
{"Acceleration": "79", "Marking": "59", "Strength": "73", "Dribbling": "82", "1name": "antonio valencia", "Stamina": "82", "Long Passing": "73", "Standing Tackle": "62", "Sliding Tackle": "65", "Ball Control": "79", "Passing": "77", "Interceptions": "65", "Agility": "79", "Long Shots": "64", "Shot Power": "82", "POS": "RM", "Jumping": "63", "Positioning": "74", "Curve": "69", "Sprint Speed": "83", "Crossing": "84", "Finishing": "63", "Balance": "74", "Heading": "66", "Vision": "73", "OVR": "79", "Reactions": "79", "Free Kick": "66", "Short Passing": "79", "Pace": "81", "Penalties": "70", "Defending": "62", "Volleys": "70", "Shooting": "68", "Aggression": "74", "Physical": "75"}
{"Acceleration": "66", "Marking": "70", "Strength": "68", "Dribbling": "75", "1name": "yohan cabaye", "Stamina": "80", "Long Passing": "82", "Standing Tackle": "73", "Sliding Tackle": "70", "Ball Control": "83", "Passing": "82", "Interceptions": "76", "Agility": "74", "Long Shots": "80", "Shot Power": "82", "POS": "CDM", "Jumping": "70", "Positioning": "71", "Curve": "80", "Sprint Speed": "68", "Crossing": "77", "Finishing": "71", "Balance": "77", "Heading": "70", "Vision": "82", "OVR": "79", "Reactions": "78", "Free Kick": "81", "Short Passing": "84", "Pace": "67", "Penalties": "84", "Defending": "72", "Volleys": "73", "Shooting": "76", "Aggression": "77", "Physical": "73"}
{"Acceleration": "74", "Marking": "77", "Strength": "90", "Dribbling": "63", "1name": "micah richards", "Stamina": "74", "Long Passing": "63", "Standing Tackle": "78", "Sliding Tackle": "80", "Ball Control": "67", "Passing": "61", "Interceptions": "75", "Agility": "70", "Long Shots": "40", "Shot Power": "71", "POS": "CB", "Jumping": "91", "Positioning": "59", "Curve": "46", "Sprint Speed": "78", "Crossing": "67", "Finishing": "46", "Balance": "68", "Heading": "85", "Vision": "51", "OVR": "79", "Reactions": "70", "Free Kick": "32", "Short Passing": "68", "Pace": "76", "Penalties": "54", "Defending": "78", "Volleys": "45", "Shooting": "51", "Aggression": "85", "Physical": "85"}
{"Acceleration": "84", "Marking": "26", "Strength": "50", "Dribbling": "87", "1name": "erik lamela", "Stamina": "69", "Long Passing": "71", "Standing Tackle": "31", "Sliding Tackle": "26", "Ball Control": "83", "Passing": "78", "Interceptions": "26", "Agility": "78", "Long Shots": "82", "Shot Power": "80", "POS": "RM", "Jumping": "64", "Positioning": "77", "Curve": "83", "Sprint Speed": "77", "Crossing": "75", "Finishing": "74", "Balance": "71", "Heading": "71", "Vision": "79", "OVR": "79", "Reactions": "76", "Free Kick": "79", "Short Passing": "81", "Pace": "80", "Penalties": "75", "Defending": "32", "Volleys": "80", "Shooting": "77", "Aggression": "59", "Physical": "57"}
{"Acceleration": "87", "Marking": "21", "Strength": "45", "Dribbling": "88", "1name": "giovani dos santos", "Stamina": "68", "Long Passing": "71", "Standing Tackle": "28", "Sliding Tackle": "23", "Ball Control": "87", "Passing": "69", "Interceptions": "28", "Agility": "89", "Long Shots": "81", "Shot Power": "80", "POS": "ST", "Jumping": "65", "Positioning": "80", "Curve": "73", "Sprint Speed": "86", "Crossing": "71", "Finishing": "82", "Balance": "89", "Heading": "63", "Vision": "62", "OVR": "79", "Reactions": "80", "Free Kick": "80", "Short Passing": "69", "Pace": "86", "Penalties": "70", "Defending": "29", "Volleys": "79", "Shooting": "81", "Aggression": "53", "Physical": "53"}
{"Acceleration": "74", "Marking": "79", "Strength": "86", "Dribbling": "70", "1name": "cheick tiote", "Stamina": "91", "Long Passing": "67", "Standing Tackle": "83", "Sliding Tackle": "80", "Ball Control": "73", "Passing": "67", "Interceptions": "81", "Agility": "76", "Long Shots": "63", "Shot Power": "74", "POS": "CDM", "Jumping": "78", "Positioning": "53", "Curve": "44", "Sprint Speed": "70", "Crossing": "64", "Finishing": "47", "Balance": "71", "Heading": "64", "Vision": "65", "OVR": "79", "Reactions": "77", "Free Kick": "42", "Short Passing": "76", "Pace": "72", "Penalties": "52", "Defending": "79", "Volleys": "68", "Shooting": "57", "Aggression": "92", "Physical": "88"}
{"Acceleration": "60", "Marking": "76", "Strength": "84", "Dribbling": "75", "1name": "mario suarez", "Stamina": "83", "Long Passing": "80", "Standing Tackle": "79", "Sliding Tackle": "72", "Ball Control": "79", "Passing": "77", "Interceptions": "82", "Agility": "52", "Long Shots": "70", "Shot Power": "81", "POS": "CM", "Jumping": "58", "Positioning": "75", "Curve": "67", "Sprint Speed": "65", "Crossing": "66", "Finishing": "64", "Balance": "60", "Heading": "69", "Vision": "76", "OVR": "79", "Reactions": "81", "Free Kick": "72", "Short Passing": "84", "Pace": "63", "Penalties": "69", "Defending": "77", "Volleys": "43", "Shooting": "68", "Aggression": "79", "Physical": "81"}
{"Acceleration": "67", "Marking": "84", "Strength": "82", "Dribbling": "43", "1name": "davide astori", "Stamina": "69", "Long Passing": "63", "Standing Tackle": "83", "Sliding Tackle": "82", "Ball Control": "58", "Passing": "45", "Interceptions": "83", "Agility": "58", "Long Shots": "36", "Shot Power": "65", "POS": "CB", "Jumping": "84", "Positioning": "29", "Curve": "33", "Sprint Speed": "69", "Crossing": "34", "Finishing": "25", "Balance": "54", "Heading": "76", "Vision": "29", "OVR": "79", "Reactions": "75", "Free Kick": "17", "Short Passing": "59", "Pace": "68", "Penalties": "27", "Defending": "82", "Volleys": "27", "Shooting": "36", "Aggression": "80", "Physical": "78"}
{"Acceleration": "68", "Marking": "82", "Strength": "78", "Dribbling": "56", "1name": "hector moreno", "Stamina": "72", "Long Passing": "68", "Standing Tackle": "84", "Sliding Tackle": "85", "Ball Control": "68", "Passing": "62", "Interceptions": "74", "Agility": "68", "Long Shots": "39", "Shot Power": "63", "POS": "CB", "Jumping": "69", "Positioning": "35", "Curve": "48", "Sprint Speed": "67", "Crossing": "50", "Finishing": "33", "Balance": "62", "Heading": "77", "Vision": "59", "OVR": "79", "Reactions": "77", "Free Kick": "28", "Short Passing": "74", "Pace": "67", "Penalties": "63", "Defending": "81", "Volleys": "55", "Shooting": "43", "Aggression": "78", "Physical": "76"}
{"Acceleration": "78", "Marking": "70", "Strength": "63", "Dribbling": "78", "1name": "zlatko junuzovic", "Stamina": "94", "Long Passing": "79", "Standing Tackle": "71", "Sliding Tackle": "65", "Ball Control": "80", "Passing": "83", "Interceptions": "76", "Agility": "87", "Long Shots": "80", "Shot Power": "76", "POS": "CM", "Jumping": "67", "Positioning": "72", "Curve": "89", "Sprint Speed": "76", "Crossing": "86", "Finishing": "69", "Balance": "90", "Heading": "58", "Vision": "79", "OVR": "79", "Reactions": "80", "Free Kick": "92", "Short Passing": "82", "Pace": "77", "Penalties": "71", "Defending": "70", "Volleys": "74", "Shooting": "73", "Aggression": "79", "Physical": "74"}
{"Acceleration": "84", "Marking": "23", "Strength": "57", "Dribbling": "84", "1name": "gonzalo castro", "Stamina": "66", "Long Passing": "65", "Standing Tackle": "42", "Sliding Tackle": "37", "Ball Control": "80", "Passing": "73", "Interceptions": "40", "Agility": "79", "Long Shots": "75", "Shot Power": "75", "POS": "LW", "Jumping": "68", "Positioning": "80", "Curve": "72", "Sprint Speed": "78", "Crossing": "77", "Finishing": "74", "Balance": "83", "Heading": "55", "Vision": "71", "OVR": "79", "Reactions": "83", "Free Kick": "69", "Short Passing": "75", "Pace": "81", "Penalties": "64", "Defending": "37", "Volleys": "64", "Shooting": "74", "Aggression": "53", "Physical": "59"}
{"Acceleration": "74", "Marking": "42", "Strength": "92", "Dribbling": "78", "1name": "felipe caicedo", "Stamina": "71", "Long Passing": "53", "Standing Tackle": "44", "Sliding Tackle": "47", "Ball Control": "77", "Passing": "63", "Interceptions": "43", "Agility": "68", "Long Shots": "70", "Shot Power": "82", "POS": "ST", "Jumping": "75", "Positioning": "82", "Curve": "66", "Sprint Speed": "76", "Crossing": "59", "Finishing": "80", "Balance": "68", "Heading": "76", "Vision": "61", "OVR": "79", "Reactions": "78", "Free Kick": "68", "Short Passing": "70", "Pace": "75", "Penalties": "73", "Defending": "47", "Volleys": "75", "Shooting": "78", "Aggression": "81", "Physical": "84"}
{"Acceleration": "74", "Marking": "34", "Strength": "59", "Dribbling": "84", "1name": "pedro leon", "Stamina": "62", "Long Passing": "87", "Standing Tackle": "44", "Sliding Tackle": "42", "Ball Control": "81", "Passing": "86", "Interceptions": "43", "Agility": "69", "Long Shots": "75", "Shot Power": "80", "POS": "RM", "Jumping": "33", "Positioning": "71", "Curve": "87", "Sprint Speed": "76", "Crossing": "89", "Finishing": "72", "Balance": "74", "Heading": "46", "Vision": "83", "OVR": "79", "Reactions": "73", "Free Kick": "80", "Short Passing": "85", "Pace": "75", "Penalties": "70", "Defending": "41", "Volleys": "68", "Shooting": "74", "Aggression": "55", "Physical": "58"}
{"Acceleration": "55", "Marking": "80", "Strength": "73", "Dribbling": "69", "1name": "lucas leiva", "Stamina": "77", "Long Passing": "73", "Standing Tackle": "80", "Sliding Tackle": "78", "Ball Control": "74", "Passing": "70", "Interceptions": "83", "Agility": "70", "Long Shots": "35", "Shot Power": "71", "POS": "CDM", "Jumping": "82", "Positioning": "52", "Curve": "66", "Sprint Speed": "57", "Crossing": "63", "Finishing": "23", "Balance": "73", "Heading": "65", "Vision": "69", "OVR": "79", "Reactions": "78", "Free Kick": "47", "Short Passing": "77", "Pace": "56", "Penalties": "61", "Defending": "79", "Volleys": "47", "Shooting": "40", "Aggression": "83", "Physical": "76"}
{"Acceleration": "78", "Marking": "54", "Strength": "68", "Dribbling": "80", "1name": "andre ayew", "Stamina": "88", "Long Passing": "71", "Standing Tackle": "62", "Sliding Tackle": "75", "Ball Control": "81", "Passing": "75", "Interceptions": "63", "Agility": "86", "Long Shots": "75", "Shot Power": "75", "POS": "LM", "Jumping": "92", "Positioning": "75", "Curve": "74", "Sprint Speed": "78", "Crossing": "80", "Finishing": "73", "Balance": "81", "Heading": "80", "Vision": "73", "OVR": "79", "Reactions": "75", "Free Kick": "57", "Short Passing": "78", "Pace": "78", "Penalties": "71", "Defending": "63", "Volleys": "65", "Shooting": "73", "Aggression": "78", "Physical": "76"}
{"Acceleration": "83", "Marking": "23", "Strength": "66", "Dribbling": "74", "1name": "kevin gameiro", "Stamina": "71", "Long Passing": "72", "Standing Tackle": "34", "Sliding Tackle": "38", "Ball Control": "80", "Passing": "75", "Interceptions": "38", "Agility": "85", "Long Shots": "77", "Shot Power": "72", "POS": "ST", "Jumping": "82", "Positioning": "85", "Curve": "76", "Sprint Speed": "78", "Crossing": "70", "Finishing": "82", "Balance": "81", "Heading": "68", "Vision": "76", "OVR": "79", "Reactions": "81", "Free Kick": "69", "Short Passing": "80", "Pace": "80", "Penalties": "77", "Defending": "35", "Volleys": "79", "Shooting": "79", "Aggression": "66", "Physical": "68"}
{"Acceleration": "68", "Marking": "36", "Strength": "67", "Dribbling": "78", "1name": "augusto fernandez", "Stamina": "66", "Long Passing": "80", "Standing Tackle": "65", "Sliding Tackle": "56", "Ball Control": "82", "Passing": "77", "Interceptions": "74", "Agility": "75", "Long Shots": "74", "Shot Power": "75", "POS": "CM", "Jumping": "59", "Positioning": "82", "Curve": "65", "Sprint Speed": "74", "Crossing": "70", "Finishing": "70", "Balance": "64", "Heading": "60", "Vision": "82", "OVR": "79", "Reactions": "85", "Free Kick": "61", "Short Passing": "81", "Pace": "71", "Penalties": "62", "Defending": "57", "Volleys": "58", "Shooting": "71", "Aggression": "70", "Physical": "67"}
{"Acceleration": "68", "Marking": "45", "Strength": "57", "Dribbling": "85", "1name": "bryan ruiz", "Stamina": "75", "Long Passing": "72", "Standing Tackle": "57", "Sliding Tackle": "48", "Ball Control": "85", "Passing": "79", "Interceptions": "49", "Agility": "80", "Long Shots": "71", "Shot Power": "76", "POS": "LM", "Jumping": "56", "Positioning": "79", "Curve": "80", "Sprint Speed": "69", "Crossing": "77", "Finishing": "71", "Balance": "75", "Heading": "79", "Vision": "82", "OVR": "79", "Reactions": "79", "Free Kick": "74", "Short Passing": "82", "Pace": "69", "Penalties": "71", "Defending": "53", "Volleys": "81", "Shooting": "73", "Aggression": "33", "Physical": "57"}
{"Acceleration": "67", "Marking": "80", "Strength": "78", "Dribbling": "63", "1name": "serdar tasci", "Stamina": "55", "Long Passing": "78", "Standing Tackle": "82", "Sliding Tackle": "81", "Ball Control": "74", "Passing": "64", "Interceptions": "79", "Agility": "59", "Long Shots": "34", "Shot Power": "64", "POS": "CB", "Jumping": "76", "Positioning": "39", "Curve": "37", "Sprint Speed": "66", "Crossing": "50", "Finishing": "33", "Balance": "58", "Heading": "82", "Vision": "57", "OVR": "79", "Reactions": "78", "Free Kick": "45", "Short Passing": "76", "Pace": "66", "Penalties": "42", "Defending": "81", "Volleys": "50", "Shooting": "41", "Aggression": "75", "Physical": "72"}
{"Acceleration": "67", "Marking": "55", "Strength": "70", "Dribbling": "75", "1name": "granero", "Stamina": "67", "Long Passing": "83", "Standing Tackle": "70", "Sliding Tackle": "60", "Ball Control": "82", "Passing": "84", "Interceptions": "70", "Agility": "76", "Long Shots": "74", "Shot Power": "79", "POS": "CM", "Jumping": "60", "Positioning": "76", "Curve": "83", "Sprint Speed": "65", "Crossing": "82", "Finishing": "68", "Balance": "75", "Heading": "61", "Vision": "85", "OVR": "79", "Reactions": "78", "Free Kick": "78", "Short Passing": "85", "Pace": "66", "Penalties": "73", "Defending": "64", "Volleys": "55", "Shooting": "71", "Aggression": "71", "Physical": "69"}
{"Acceleration": "81", "Marking": "22", "Strength": "76", "Dribbling": "83", "1name": "jeremain lens", "Stamina": "73", "Long Passing": "61", "Standing Tackle": "39", "Sliding Tackle": "32", "Ball Control": "81", "Passing": "76", "Interceptions": "23", "Agility": "75", "Long Shots": "75", "Shot Power": "80", "POS": "LW", "Jumping": "73", "Positioning": "69", "Curve": "71", "Sprint Speed": "86", "Crossing": "81", "Finishing": "76", "Balance": "81", "Heading": "63", "Vision": "77", "OVR": "79", "Reactions": "83", "Free Kick": "65", "Short Passing": "80", "Pace": "84", "Penalties": "67", "Defending": "32", "Volleys": "87", "Shooting": "76", "Aggression": "53", "Physical": "70"}
{"Acceleration": "78", "Marking": "29", "Strength": "68", "Dribbling": "86", "1name": "adel taarabt", "Stamina": "55", "Long Passing": "71", "Standing Tackle": "30", "Sliding Tackle": "30", "Ball Control": "84", "Passing": "78", "Interceptions": "39", "Agility": "84", "Long Shots": "77", "Shot Power": "73", "POS": "CAM", "Jumping": "45", "Positioning": "75", "Curve": "80", "Sprint Speed": "71", "Crossing": "79", "Finishing": "71", "Balance": "78", "Heading": "36", "Vision": "77", "OVR": "79", "Reactions": "75", "Free Kick": "73", "Short Passing": "81", "Pace": "74", "Penalties": "77", "Defending": "32", "Volleys": "77", "Shooting": "73", "Aggression": "59", "Physical": "62"}
{"Acceleration": "87", "Marking": "18", "Strength": "57", "Dribbling": "81", "1name": "eder", "Stamina": "72", "Long Passing": "55", "Standing Tackle": "20", "Sliding Tackle": "26", "Ball Control": "81", "Passing": "73", "Interceptions": "23", "Agility": "84", "Long Shots": "76", "Shot Power": "81", "POS": "LW", "Jumping": "53", "Positioning": "78", "Curve": "78", "Sprint Speed": "84", "Crossing": "71", "Finishing": "78", "Balance": "82", "Heading": "63", "Vision": "78", "OVR": "79", "Reactions": "75", "Free Kick": "76", "Short Passing": "78", "Pace": "85", "Penalties": "77", "Defending": "25", "Volleys": "74", "Shooting": "78", "Aggression": "61", "Physical": "61"}
{"Acceleration": "78", "Marking": "81", "Strength": "80", "Dribbling": "75", "1name": "emiliano insua", "Stamina": "78", "Long Passing": "68", "Standing Tackle": "83", "Sliding Tackle": "79", "Ball Control": "74", "Passing": "72", "Interceptions": "82", "Agility": "69", "Long Shots": "84", "Shot Power": "88", "POS": "LB", "Jumping": "72", "Positioning": "78", "Curve": "59", "Sprint Speed": "78", "Crossing": "76", "Finishing": "61", "Balance": "74", "Heading": "75", "Vision": "68", "OVR": "79", "Reactions": "77", "Free Kick": "73", "Short Passing": "76", "Pace": "78", "Penalties": "69", "Defending": "81", "Volleys": "70", "Shooting": "73", "Aggression": "79", "Physical": "79"}
{"Acceleration": "53", "Marking": "82", "Strength": "90", "Dribbling": "56", "1name": "rhodolfo", "Stamina": "75", "Long Passing": "65", "Standing Tackle": "83", "Sliding Tackle": "81", "Ball Control": "68", "Passing": "57", "Interceptions": "79", "Agility": "33", "Long Shots": "56", "Shot Power": "65", "POS": "CB", "Jumping": "38", "Positioning": "47", "Curve": "45", "Sprint Speed": "53", "Crossing": "47", "Finishing": "48", "Balance": "32", "Heading": "81", "Vision": "44", "OVR": "79", "Reactions": "77", "Free Kick": "57", "Short Passing": "68", "Pace": "53", "Penalties": "51", "Defending": "82", "Volleys": "53", "Shooting": "53", "Aggression": "81", "Physical": "82"}
{"Acceleration": "78", "Marking": "24", "Strength": "79", "Dribbling": "77", "1name": "luiz adriano", "Stamina": "73", "Long Passing": "42", "Standing Tackle": "28", "Sliding Tackle": "23", "Ball Control": "80", "Passing": "59", "Interceptions": "24", "Agility": "77", "Long Shots": "83", "Shot Power": "78", "POS": "ST", "Jumping": "84", "Positioning": "85", "Curve": "76", "Sprint Speed": "78", "Crossing": "58", "Finishing": "83", "Balance": "69", "Heading": "78", "Vision": "59", "OVR": "79", "Reactions": "73", "Free Kick": "42", "Short Passing": "68", "Pace": "78", "Penalties": "80", "Defending": "30", "Volleys": "80", "Shooting": "82", "Aggression": "37", "Physical": "69"}
{"Acceleration": "89", "Marking": "38", "Strength": "55", "Dribbling": "83", "1name": "max gradel", "Stamina": "72", "Long Passing": "64", "Standing Tackle": "40", "Sliding Tackle": "35", "Ball Control": "81", "Passing": "71", "Interceptions": "51", "Agility": "85", "Long Shots": "71", "Shot Power": "73", "POS": "LW", "Jumping": "68", "Positioning": "74", "Curve": "68", "Sprint Speed": "88", "Crossing": "73", "Finishing": "75", "Balance": "69", "Heading": "66", "Vision": "70", "OVR": "79", "Reactions": "79", "Free Kick": "74", "Short Passing": "74", "Pace": "88", "Penalties": "75", "Defending": "44", "Volleys": "70", "Shooting": "74", "Aggression": "55", "Physical": "60"}
{"Acceleration": "90", "Marking": "36", "Strength": "56", "Dribbling": "79", "1name": "claudio beauvue", "Stamina": "70", "Long Passing": "64", "Standing Tackle": "45", "Sliding Tackle": "21", "Ball Control": "78", "Passing": "70", "Interceptions": "43", "Agility": "90", "Long Shots": "67", "Shot Power": "81", "POS": "ST", "Jumping": "95", "Positioning": "81", "Curve": "61", "Sprint Speed": "89", "Crossing": "72", "Finishing": "81", "Balance": "86", "Heading": "87", "Vision": "71", "OVR": "79", "Reactions": "75", "Free Kick": "71", "Short Passing": "73", "Pace": "89", "Penalties": "70", "Defending": "44", "Volleys": "79", "Shooting": "78", "Aggression": "54", "Physical": "61"}
{"Acceleration": "76", "Marking": "67", "Strength": "73", "Dribbling": "74", "1name": "jordan henderson", "Stamina": "93", "Long Passing": "81", "Standing Tackle": "75", "Sliding Tackle": "68", "Ball Control": "78", "Passing": "81", "Interceptions": "72", "Agility": "74", "Long Shots": "71", "Shot Power": "75", "POS": "CM", "Jumping": "81", "Positioning": "74", "Curve": "80", "Sprint Speed": "73", "Crossing": "81", "Finishing": "67", "Balance": "71", "Heading": "65", "Vision": "80", "OVR": "79", "Reactions": "79", "Free Kick": "71", "Short Passing": "83", "Pace": "74", "Penalties": "64", "Defending": "70", "Volleys": "72", "Shooting": "70", "Aggression": "78", "Physical": "79"}
{"Acceleration": "69", "Marking": "86", "Strength": "89", "Dribbling": "56", "1name": "angelo ogbonna", "Stamina": "69", "Long Passing": "55", "Standing Tackle": "84", "Sliding Tackle": "84", "Ball Control": "55", "Passing": "48", "Interceptions": "80", "Agility": "69", "Long Shots": "46", "Shot Power": "71", "POS": "CB", "Jumping": "90", "Positioning": "30", "Curve": "51", "Sprint Speed": "77", "Crossing": "51", "Finishing": "25", "Balance": "54", "Heading": "78", "Vision": "28", "OVR": "79", "Reactions": "64", "Free Kick": "36", "Short Passing": "55", "Pace": "73", "Penalties": "39", "Defending": "83", "Volleys": "30", "Shooting": "40", "Aggression": "70", "Physical": "80"}
{"Acceleration": "66", "Marking": "82", "Strength": "81", "Dribbling": "63", "1name": "fernando", "Stamina": "84", "Long Passing": "73", "Standing Tackle": "82", "Sliding Tackle": "85", "Ball Control": "74", "Passing": "68", "Interceptions": "83", "Agility": "79", "Long Shots": "68", "Shot Power": "76", "POS": "CDM", "Jumping": "72", "Positioning": "59", "Curve": "65", "Sprint Speed": "68", "Crossing": "60", "Finishing": "54", "Balance": "57", "Heading": "70", "Vision": "65", "OVR": "79", "Reactions": "79", "Free Kick": "53", "Short Passing": "75", "Pace": "67", "Penalties": "54", "Defending": "81", "Volleys": "41", "Shooting": "61", "Aggression": "87", "Physical": "82"}
{"Acceleration": "63", "Marking": "79", "Strength": "90", "Dribbling": "42", "1name": "kyriakos papadopoulos", "Stamina": "63", "Long Passing": "52", "Standing Tackle": "81", "Sliding Tackle": "84", "Ball Control": "56", "Passing": "52", "Interceptions": "67", "Agility": "51", "Long Shots": "59", "Shot Power": "83", "POS": "CB", "Jumping": "91", "Positioning": "35", "Curve": "42", "Sprint Speed": "66", "Crossing": "55", "Finishing": "23", "Balance": "61", "Heading": "87", "Vision": "44", "OVR": "79", "Reactions": "73", "Free Kick": "54", "Short Passing": "57", "Pace": "65", "Penalties": "46", "Defending": "78", "Volleys": "45", "Shooting": "45", "Aggression": "92", "Physical": "84"}
{"Acceleration": "70", "Marking": "79", "Strength": "78", "Dribbling": "78", "1name": "aleksandar kolarov", "Stamina": "77", "Long Passing": "77", "Standing Tackle": "84", "Sliding Tackle": "82", "Ball Control": "78", "Passing": "78", "Interceptions": "80", "Agility": "64", "Long Shots": "80", "Shot Power": "91", "POS": "LB", "Jumping": "78", "Positioning": "66", "Curve": "85", "Sprint Speed": "66", "Crossing": "90", "Finishing": "55", "Balance": "58", "Heading": "75", "Vision": "76", "OVR": "79", "Reactions": "79", "Free Kick": "81", "Short Passing": "70", "Pace": "68", "Penalties": "74", "Defending": "81", "Volleys": "61", "Shooting": "69", "Aggression": "84", "Physical": "79"}
{"Acceleration": "85", "Marking": "24", "Strength": "57", "Dribbling": "86", "1name": "diego perotti", "Stamina": "73", "Long Passing": "73", "Standing Tackle": "31", "Sliding Tackle": "22", "Ball Control": "85", "Passing": "77", "Interceptions": "36", "Agility": "80", "Long Shots": "75", "Shot Power": "73", "POS": "LW", "Jumping": "64", "Positioning": "74", "Curve": "77", "Sprint Speed": "79", "Crossing": "79", "Finishing": "66", "Balance": "79", "Heading": "57", "Vision": "75", "OVR": "79", "Reactions": "75", "Free Kick": "73", "Short Passing": "78", "Pace": "82", "Penalties": "70", "Defending": "32", "Volleys": "60", "Shooting": "70", "Aggression": "51", "Physical": "60"}
{"Acceleration": "86", "Marking": "23", "Strength": "75", "Dribbling": "81", "1name": "danny welbeck", "Stamina": "84", "Long Passing": "64", "Standing Tackle": "38", "Sliding Tackle": "33", "Ball Control": "79", "Passing": "72", "Interceptions": "22", "Agility": "85", "Long Shots": "75", "Shot Power": "77", "POS": "ST", "Jumping": "84", "Positioning": "82", "Curve": "61", "Sprint Speed": "84", "Crossing": "69", "Finishing": "77", "Balance": "64", "Heading": "80", "Vision": "69", "OVR": "79", "Reactions": "78", "Free Kick": "62", "Short Passing": "83", "Pace": "85", "Penalties": "70", "Defending": "34", "Volleys": "76", "Shooting": "76", "Aggression": "77", "Physical": "78"}
{"Acceleration": "74", "Marking": "22", "Strength": "78", "Dribbling": "77", "1name": "franco di santo", "Stamina": "75", "Long Passing": "57", "Standing Tackle": "30", "Sliding Tackle": "23", "Ball Control": "81", "Passing": "66", "Interceptions": "38", "Agility": "67", "Long Shots": "76", "Shot Power": "80", "POS": "ST", "Jumping": "61", "Positioning": "78", "Curve": "70", "Sprint Speed": "78", "Crossing": "60", "Finishing": "82", "Balance": "59", "Heading": "76", "Vision": "70", "OVR": "79", "Reactions": "79", "Free Kick": "49", "Short Passing": "74", "Pace": "76", "Penalties": "75", "Defending": "33", "Volleys": "81", "Shooting": "80", "Aggression": "77", "Physical": "76"}
{"Acceleration": "83", "Marking": "71", "Strength": "79", "Dribbling": "84", "1name": "kwadwo asamoah", "Stamina": "81", "Long Passing": "73", "Standing Tackle": "77", "Sliding Tackle": "77", "Ball Control": "81", "Passing": "76", "Interceptions": "73", "Agility": "83", "Long Shots": "83", "Shot Power": "87", "POS": "LM", "Jumping": "79", "Positioning": "77", "Curve": "74", "Sprint Speed": "81", "Crossing": "78", "Finishing": "70", "Balance": "81", "Heading": "56", "Vision": "74", "OVR": "79", "Reactions": "78", "Free Kick": "68", "Short Passing": "79", "Pace": "82", "Penalties": "64", "Defending": "72", "Volleys": "78", "Shooting": "76", "Aggression": "76", "Physical": "79"}
{"Acceleration": "72", "Marking": "63", "Strength": "68", "Dribbling": "76", "1name": "lars stindl", "Stamina": "80", "Long Passing": "65", "Standing Tackle": "65", "Sliding Tackle": "57", "Ball Control": "79", "Passing": "77", "Interceptions": "69", "Agility": "75", "Long Shots": "81", "Shot Power": "83", "POS": "CAM", "Jumping": "72", "Positioning": "81", "Curve": "78", "Sprint Speed": "68", "Crossing": "76", "Finishing": "77", "Balance": "78", "Heading": "66", "Vision": "81", "OVR": "79", "Reactions": "83", "Free Kick": "69", "Short Passing": "82", "Pace": "70", "Penalties": "70", "Defending": "64", "Volleys": "79", "Shooting": "79", "Aggression": "70", "Physical": "72"}