football_api 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +15 -0
  3. data/.rspec +2 -0
  4. data/.ruby-gemset +1 -0
  5. data/.ruby-version +1 -0
  6. data/Gemfile +4 -0
  7. data/LICENSE.txt +22 -0
  8. data/README.md +31 -0
  9. data/Rakefile +2 -0
  10. data/football_api-0.0.1.gem +0 -0
  11. data/football_api-0.0.2.gem +0 -0
  12. data/football_api-0.0.3.gem +0 -0
  13. data/football_api.gemspec +36 -0
  14. data/lib/football_api/base_request.rb +75 -0
  15. data/lib/football_api/card.rb +19 -0
  16. data/lib/football_api/comment.rb +13 -0
  17. data/lib/football_api/commentary.rb +79 -0
  18. data/lib/football_api/competition.rb +54 -0
  19. data/lib/football_api/errors.rb +13 -0
  20. data/lib/football_api/event.rb +19 -0
  21. data/lib/football_api/fixture.rb +44 -0
  22. data/lib/football_api/goal.rb +17 -0
  23. data/lib/football_api/match.rb +59 -0
  24. data/lib/football_api/match_bench.rb +27 -0
  25. data/lib/football_api/match_info.rb +14 -0
  26. data/lib/football_api/match_stats.rb +29 -0
  27. data/lib/football_api/match_substitutions.rb +27 -0
  28. data/lib/football_api/match_summary.rb +39 -0
  29. data/lib/football_api/match_team.rb +22 -0
  30. data/lib/football_api/mixins/requestable.rb +19 -0
  31. data/lib/football_api/mixins/symbolizer.rb +59 -0
  32. data/lib/football_api/player.rb +12 -0
  33. data/lib/football_api/standing.rb +104 -0
  34. data/lib/football_api/version.rb +3 -0
  35. data/lib/football_api.rb +32 -0
  36. data/spec/commentary_spec.rb +112 -0
  37. data/spec/competition_spec.rb +27 -0
  38. data/spec/fixture_spec.rb +90 -0
  39. data/spec/helpers/json_helper.rb +41 -0
  40. data/spec/json/commentaries.json +1967 -0
  41. data/spec/json/competitions.json +23 -0
  42. data/spec/json/fixtures.json +4559 -0
  43. data/spec/json/matches.json +17 -0
  44. data/spec/json/standings.json +719 -0
  45. data/spec/match_spec.rb +25 -0
  46. data/spec/spec_helper.rb +115 -0
  47. data/spec/standing_spec.rb +37 -0
  48. metadata +346 -0
@@ -0,0 +1,1967 @@
1
+ {
2
+ "default": {
3
+ "APIVersion": 1,
4
+ "APIRequestsRemaining": 995,
5
+ "DeveloperAuthentication": "TRUE",
6
+ "commentaries": [
7
+ {
8
+ "comm_match_id": "1637926",
9
+ "comm_static_id": "1755579",
10
+ "comm_match_info": {
11
+ "stadium": {
12
+ "name": "Old Trafford, England"
13
+ },
14
+ "attendance": {
15
+ "name": ""
16
+ },
17
+ "time": {
18
+ "name": "Comments"
19
+ },
20
+ "referee": {
21
+ "name": ""
22
+ }
23
+ },
24
+ "comm_match_summary": {
25
+ "localteam": {
26
+ "goals": {
27
+ "player": {
28
+ "name": "Wayne Rooney",
29
+ "minute": "53",
30
+ "owngoal": "False",
31
+ "penalty": "False",
32
+ "id": "193"
33
+ }
34
+ },
35
+ "yellowcards": {
36
+ "player": {
37
+ "1": {
38
+ "name": "Ashley Young",
39
+ "minute": "86",
40
+ "id": "2553"
41
+ },
42
+ "2": {
43
+ "name": "Tyler Blackett",
44
+ "minute": "83",
45
+ "id": "321310"
46
+ }
47
+ }
48
+ },
49
+ "redcards": []
50
+ },
51
+ "visitorteam": {
52
+ "goals": {
53
+ "player": {
54
+ "1": {
55
+ "name": "Gylfi Sigurdsson",
56
+ "minute": "72",
57
+ "owngoal": "False",
58
+ "penalty": "False",
59
+ "id": "57707"
60
+ },
61
+ "2": {
62
+ "name": "Ki Sung-Yeung",
63
+ "minute": "28",
64
+ "owngoal": "False",
65
+ "penalty": "False",
66
+ "id": "26915"
67
+ }
68
+ }
69
+ },
70
+ "yellowcards": {
71
+ "player": {
72
+ "1": {
73
+ "name": "Ki Sung-Yeung",
74
+ "minute": "28",
75
+ "id": "26915"
76
+ },
77
+ "2": {
78
+ "name": "Jonjo Shelvey",
79
+ "minute": "54",
80
+ "id": "51243"
81
+ },
82
+ "3": {
83
+ "name": "Nathan Dyer",
84
+ "minute": "26",
85
+ "id": "15496"
86
+ },
87
+ "4": {
88
+ "name": "Neil Taylor",
89
+ "minute": "48",
90
+ "id": "36434"
91
+ }
92
+ }
93
+ },
94
+ "redcards": []
95
+ }
96
+ },
97
+ "comm_match_stats": {
98
+ "localteam": {
99
+ "shots": {
100
+ "total": "14",
101
+ "ongoal": "5"
102
+ },
103
+ "fouls": {
104
+ "total": "14"
105
+ },
106
+ "corners": {
107
+ "total": "4"
108
+ },
109
+ "offsides": {
110
+ "total": "1"
111
+ },
112
+ "possestiontime": {
113
+ "total": "60%"
114
+ },
115
+ "yellowcards": {
116
+ "total": "2"
117
+ },
118
+ "redcards": {
119
+ "total": "0"
120
+ },
121
+ "saves": {
122
+ "total": "2"
123
+ }
124
+ },
125
+ "visitorteam": {
126
+ "shots": {
127
+ "total": "5",
128
+ "ongoal": "4"
129
+ },
130
+ "fouls": {
131
+ "total": "20"
132
+ },
133
+ "corners": {
134
+ "total": "0"
135
+ },
136
+ "offsides": {
137
+ "total": "1"
138
+ },
139
+ "possestiontime": {
140
+ "total": "40%"
141
+ },
142
+ "yellowcards": {
143
+ "total": "4"
144
+ },
145
+ "redcards": {
146
+ "total": "0"
147
+ },
148
+ "saves": {
149
+ "total": "4"
150
+ }
151
+ }
152
+ },
153
+ "comm_match_teams": {
154
+ "localteam": {
155
+ "player": {
156
+ "1": {
157
+ "number": "4",
158
+ "name": "Phil Jones",
159
+ "pos": "D",
160
+ "id": "97299"
161
+ },
162
+ "2": {
163
+ "number": "12",
164
+ "name": "Chris Smalling",
165
+ "pos": "D",
166
+ "id": "79474"
167
+ },
168
+ "3": {
169
+ "number": "42",
170
+ "name": "Tyler Blackett",
171
+ "pos": "D",
172
+ "id": "321310"
173
+ },
174
+ "4": {
175
+ "number": "8",
176
+ "name": "Juan Mata",
177
+ "pos": "M",
178
+ "id": "19106"
179
+ },
180
+ "5": {
181
+ "number": "18",
182
+ "name": "Ashley Young",
183
+ "pos": "M",
184
+ "id": "2553"
185
+ },
186
+ "6": {
187
+ "number": "21",
188
+ "name": "Ander Herrera",
189
+ "pos": "M",
190
+ "id": "72451"
191
+ },
192
+ "7": {
193
+ "number": "24",
194
+ "name": "Darren Fletcher",
195
+ "pos": "M",
196
+ "id": "2911"
197
+ },
198
+ "8": {
199
+ "number": "35",
200
+ "name": "Jesse Lingard",
201
+ "pos": "M",
202
+ "id": "220119"
203
+ },
204
+ "9": {
205
+ "number": "10",
206
+ "name": "Wayne Rooney",
207
+ "pos": "F",
208
+ "id": "193"
209
+ },
210
+ "10": {
211
+ "number": "14",
212
+ "name": "Javier Hernández",
213
+ "pos": "F",
214
+ "id": "53937"
215
+ },
216
+ "11": {
217
+ "number": "1",
218
+ "name": "David De Gea",
219
+ "pos": "G",
220
+ "id": "61954"
221
+ }
222
+ }
223
+ },
224
+ "visitorteam": {
225
+ "player": {
226
+ "1": {
227
+ "number": "2",
228
+ "name": "Jordi Amat",
229
+ "pos": "D",
230
+ "id": "103174"
231
+ },
232
+ "2": {
233
+ "number": "3",
234
+ "name": "Neil Taylor",
235
+ "pos": "D",
236
+ "id": "36434"
237
+ },
238
+ "3": {
239
+ "number": "6",
240
+ "name": "Ashley Williams",
241
+ "pos": "D",
242
+ "id": "47555"
243
+ },
244
+ "4": {
245
+ "number": "22",
246
+ "name": "Angel Rangel",
247
+ "pos": "D",
248
+ "id": "47571"
249
+ },
250
+ "5": {
251
+ "number": "4",
252
+ "name": "Ki Sung-Yeung",
253
+ "pos": "M",
254
+ "id": "26915"
255
+ },
256
+ "6": {
257
+ "number": "8",
258
+ "name": "Jonjo Shelvey",
259
+ "pos": "M",
260
+ "id": "51243"
261
+ },
262
+ "7": {
263
+ "number": "12",
264
+ "name": "Nathan Dyer",
265
+ "pos": "M",
266
+ "id": "15496"
267
+ },
268
+ "8": {
269
+ "number": "15",
270
+ "name": "Wayne Routledge",
271
+ "pos": "M",
272
+ "id": "2946"
273
+ },
274
+ "9": {
275
+ "number": "23",
276
+ "name": "Gylfi Sigurdsson",
277
+ "pos": "M",
278
+ "id": "57707"
279
+ },
280
+ "10": {
281
+ "number": "10",
282
+ "name": "Wilfried Bony",
283
+ "pos": "F",
284
+ "id": "59705"
285
+ },
286
+ "11": {
287
+ "number": "1",
288
+ "name": "Lukasz Fabianski",
289
+ "pos": "G",
290
+ "id": "725"
291
+ }
292
+ }
293
+ }
294
+ },
295
+ "comm_match_subs": {
296
+ "localteam": {
297
+ "player": {
298
+ "1": {
299
+ "number": "41",
300
+ "name": "Reece James",
301
+ "pos": "D",
302
+ "id": "301885"
303
+ },
304
+ "2": {
305
+ "number": "11",
306
+ "name": "Adnan Januzaj",
307
+ "pos": "M",
308
+ "id": "294439"
309
+ },
310
+ "3": {
311
+ "number": "17",
312
+ "name": "Nani",
313
+ "pos": "M",
314
+ "id": "4647"
315
+ },
316
+ "4": {
317
+ "number": "26",
318
+ "name": "Shinji Kagawa",
319
+ "pos": "M",
320
+ "id": "25072"
321
+ },
322
+ "5": {
323
+ "number": "31",
324
+ "name": "Marouane Fellaini",
325
+ "pos": "M",
326
+ "id": "13519"
327
+ },
328
+ "6": {
329
+ "number": "38",
330
+ "name": "Michael Keane",
331
+ "pos": "M",
332
+ "id": "209638"
333
+ },
334
+ "7": {
335
+ "number": "40",
336
+ "name": "Ben Amos",
337
+ "pos": "G",
338
+ "id": "63899"
339
+ }
340
+ }
341
+ },
342
+ "visitorteam": {
343
+ "player": {
344
+ "1": {
345
+ "number": "19",
346
+ "name": "Dwight Tiendalli",
347
+ "pos": "D",
348
+ "id": "2488"
349
+ },
350
+ "2": {
351
+ "number": "27",
352
+ "name": "Kyle Bartley",
353
+ "pos": "D",
354
+ "id": "110393"
355
+ },
356
+ "3": {
357
+ "number": "20",
358
+ "name": "Jefferson Montero",
359
+ "pos": "M",
360
+ "id": "81504"
361
+ },
362
+ "4": {
363
+ "number": "29",
364
+ "name": "Ashley Richards",
365
+ "pos": "M",
366
+ "id": "75818"
367
+ },
368
+ "5": {
369
+ "number": "30",
370
+ "name": "Josh Sheehan",
371
+ "pos": "M",
372
+ "id": "272718"
373
+ },
374
+ "6": {
375
+ "number": "18",
376
+ "name": "Bafetimbi Gomis",
377
+ "pos": "F",
378
+ "id": "1331"
379
+ },
380
+ "7": {
381
+ "number": "25",
382
+ "name": "Gerhard Tremmel",
383
+ "pos": "G",
384
+ "id": "1596"
385
+ }
386
+ }
387
+ }
388
+ },
389
+ "comm_match_substitutions": {
390
+ "localteam": {
391
+ "substitution": {
392
+ "1": {
393
+ "off": "Javier Hernández",
394
+ "on": "Nani",
395
+ "minute": "45",
396
+ "on_id": "4647",
397
+ "off_id": "53937"
398
+ },
399
+ "2": {
400
+ "off": "Ander Herrera",
401
+ "on": "Marouane Fellaini",
402
+ "minute": "67",
403
+ "on_id": "13519",
404
+ "off_id": "72451"
405
+ },
406
+ "3": {
407
+ "off": "Jesse Lingard",
408
+ "on": "Adnan Januzaj",
409
+ "minute": "24",
410
+ "on_id": "294439",
411
+ "off_id": "220119"
412
+ }
413
+ }
414
+ },
415
+ "visitorteam": {
416
+ "substitution": {
417
+ "1": {
418
+ "off": "Nathan Dyer",
419
+ "on": "Jefferson Montero",
420
+ "minute": "67",
421
+ "on_id": "81504",
422
+ "off_id": "15496"
423
+ },
424
+ "2": {
425
+ "off": "Wilfried Bony",
426
+ "on": "Bafetimbi Gomis",
427
+ "minute": "77",
428
+ "on_id": "1331",
429
+ "off_id": "59705"
430
+ },
431
+ "3": {
432
+ "off": "Neil Taylor",
433
+ "on": "Dwight Tiendalli",
434
+ "minute": "53",
435
+ "on_id": "2488",
436
+ "off_id": "36434"
437
+ }
438
+ }
439
+ }
440
+ },
441
+ "comm_commentaries": {
442
+ "comment": {
443
+ "1": {
444
+ "important": "False",
445
+ "isgoal": "False",
446
+ "minute": "90'",
447
+ "comment": "Attempt missed. Chris Smalling (Manchester United) header from the centre of the box is too high. Assisted by Ashley Young with a cross.",
448
+ "id": "7626965"
449
+ },
450
+ "2": {
451
+ "important": "False",
452
+ "isgoal": "False",
453
+ "minute": "90'",
454
+ "comment": "Attempt blocked. Adnan Januzaj (Manchester United) left footed shot from the centre of the box is blocked. Assisted by Marouane Fellaini with a headed pass.",
455
+ "id": "7626898"
456
+ },
457
+ "3": {
458
+ "important": "False",
459
+ "isgoal": "False",
460
+ "minute": "90'",
461
+ "comment": "Delay over. They are ready to continue.",
462
+ "id": "7626864"
463
+ },
464
+ "4": {
465
+ "important": "False",
466
+ "isgoal": "False",
467
+ "minute": "90'",
468
+ "comment": "Delay in match Gylfi Sigurdsson (Swansea City) because of an injury.",
469
+ "id": "7626863"
470
+ },
471
+ "5": {
472
+ "important": "False",
473
+ "isgoal": "False",
474
+ "minute": "89'",
475
+ "comment": "Offside, Manchester United. Juan Mata tries a through ball, but Marouane Fellaini is caught offside.",
476
+ "id": "7626767"
477
+ },
478
+ "6": {
479
+ "important": "False",
480
+ "isgoal": "False",
481
+ "minute": "87'",
482
+ "comment": "Offside, Swansea City. Angel Rangel tries a through ball, but Bafétimbi Gomis is caught offside.",
483
+ "id": "7626766"
484
+ },
485
+ "7": {
486
+ "important": "False",
487
+ "isgoal": "False",
488
+ "minute": "86'",
489
+ "comment": "Ashley Young (Manchester United) is shown the yellow card for a bad foul.",
490
+ "id": "7626719"
491
+ },
492
+ "8": {
493
+ "important": "False",
494
+ "isgoal": "False",
495
+ "minute": "86'",
496
+ "comment": "Wayne Routledge (Swansea City) wins a free kick on the right wing.",
497
+ "id": "7626718"
498
+ },
499
+ "9": {
500
+ "important": "False",
501
+ "isgoal": "False",
502
+ "minute": "86'",
503
+ "comment": "Foul by Ashley Young (Manchester United).",
504
+ "id": "7626717"
505
+ },
506
+ "10": {
507
+ "important": "False",
508
+ "isgoal": "False",
509
+ "minute": "85'",
510
+ "comment": "Attempt saved. Ashley Young (Manchester United) right footed shot from outside the box is saved in the bottom left corner. Assisted by Marouane Fellaini.",
511
+ "id": "7626716"
512
+ },
513
+ "11": {
514
+ "important": "False",
515
+ "isgoal": "False",
516
+ "minute": "83'",
517
+ "comment": "Tyler Blackett (Manchester United) is shown the yellow card for a bad foul.",
518
+ "id": "7626705"
519
+ },
520
+ "12": {
521
+ "important": "False",
522
+ "isgoal": "False",
523
+ "minute": "83'",
524
+ "comment": "Foul by Tyler Blackett (Manchester United).",
525
+ "id": "7626704"
526
+ },
527
+ "13": {
528
+ "important": "False",
529
+ "isgoal": "False",
530
+ "minute": "83'",
531
+ "comment": "Bafétimbi Gomis (Swansea City) wins a free kick in the attacking half.",
532
+ "id": "7626703"
533
+ },
534
+ "14": {
535
+ "important": "False",
536
+ "isgoal": "False",
537
+ "minute": "82'",
538
+ "comment": "Ki Sung-Yueng (Swansea City) is shown the yellow card for a bad foul.",
539
+ "id": "7626699"
540
+ },
541
+ "15": {
542
+ "important": "False",
543
+ "isgoal": "False",
544
+ "minute": "82'",
545
+ "comment": "Marouane Fellaini (Manchester United) wins a free kick in the defensive half.",
546
+ "id": "7626698"
547
+ },
548
+ "16": {
549
+ "important": "False",
550
+ "isgoal": "False",
551
+ "minute": "82'",
552
+ "comment": "Foul by Ki Sung-Yueng (Swansea City).",
553
+ "id": "7626697"
554
+ },
555
+ "17": {
556
+ "important": "False",
557
+ "isgoal": "False",
558
+ "minute": "80'",
559
+ "comment": "Foul by Wayne Routledge (Swansea City).",
560
+ "id": "7626693"
561
+ },
562
+ "18": {
563
+ "important": "False",
564
+ "isgoal": "False",
565
+ "minute": "80'",
566
+ "comment": "Adnan Januzaj (Manchester United) wins a free kick on the left wing.",
567
+ "id": "7626692"
568
+ },
569
+ "19": {
570
+ "important": "False",
571
+ "isgoal": "False",
572
+ "minute": "80'",
573
+ "comment": "Corner, Manchester United. Conceded by Jonjo Shelvey.",
574
+ "id": "7626691"
575
+ },
576
+ "20": {
577
+ "important": "False",
578
+ "isgoal": "False",
579
+ "minute": "80'",
580
+ "comment": "Wayne Rooney (Manchester United) wins a free kick on the left wing.",
581
+ "id": "7626690"
582
+ },
583
+ "21": {
584
+ "important": "False",
585
+ "isgoal": "False",
586
+ "minute": "80'",
587
+ "comment": "Foul by Wayne Routledge (Swansea City).",
588
+ "id": "7626689"
589
+ },
590
+ "22": {
591
+ "important": "False",
592
+ "isgoal": "False",
593
+ "minute": "78'",
594
+ "comment": "Attempt blocked. Bafétimbi Gomis (Swansea City) left footed shot from outside the box is blocked. Assisted by Ashley Williams with a headed pass.",
595
+ "id": "7626688"
596
+ },
597
+ "23": {
598
+ "important": "False",
599
+ "isgoal": "False",
600
+ "minute": "77'",
601
+ "comment": "Substitution, Swansea City. Bafétimbi Gomis replaces Wilfried Bony.",
602
+ "id": "7626681"
603
+ },
604
+ "24": {
605
+ "important": "False",
606
+ "isgoal": "False",
607
+ "minute": "76'",
608
+ "comment": "Phil Jones (Manchester United) wins a free kick in the defensive half.",
609
+ "id": "7626680"
610
+ },
611
+ "25": {
612
+ "important": "False",
613
+ "isgoal": "False",
614
+ "minute": "76'",
615
+ "comment": "Foul by Jefferson Montero (Swansea City).",
616
+ "id": "7626679"
617
+ },
618
+ "26": {
619
+ "important": "True",
620
+ "isgoal": "True",
621
+ "minute": "72'",
622
+ "comment": "Goal! Manchester United 1, Swansea City 2. Gylfi Sigurdsson (Swansea City) left footed shot from the centre of the box to the centre of the goal. Assisted by Wayne Routledge.",
623
+ "id": "7626675"
624
+ },
625
+ "27": {
626
+ "important": "False",
627
+ "isgoal": "False",
628
+ "minute": "72'",
629
+ "comment": "Wilfried Bony (Swansea City) wins a free kick in the defensive half.",
630
+ "id": "7626674"
631
+ },
632
+ "28": {
633
+ "important": "False",
634
+ "isgoal": "False",
635
+ "minute": "72'",
636
+ "comment": "Foul by Chris Smalling (Manchester United).",
637
+ "id": "7626673"
638
+ },
639
+ "29": {
640
+ "important": "False",
641
+ "isgoal": "False",
642
+ "minute": "71'",
643
+ "comment": "Foul by Wilfried Bony (Swansea City).",
644
+ "id": "7626672"
645
+ },
646
+ "30": {
647
+ "important": "False",
648
+ "isgoal": "False",
649
+ "minute": "71'",
650
+ "comment": "Chris Smalling (Manchester United) wins a free kick in the defensive half.",
651
+ "id": "7626671"
652
+ },
653
+ "31": {
654
+ "important": "False",
655
+ "isgoal": "False",
656
+ "minute": "71'",
657
+ "comment": "Hand ball by Ashley Young (Manchester United).",
658
+ "id": "7626670"
659
+ },
660
+ "32": {
661
+ "important": "False",
662
+ "isgoal": "False",
663
+ "minute": "69'",
664
+ "comment": "Foul by Adnan Januzaj (Manchester United).",
665
+ "id": "7626666"
666
+ },
667
+ "33": {
668
+ "important": "False",
669
+ "isgoal": "False",
670
+ "minute": "69'",
671
+ "comment": "Dwight Tiendalli (Swansea City) wins a free kick in the defensive half.",
672
+ "id": "7626665"
673
+ },
674
+ "34": {
675
+ "important": "False",
676
+ "isgoal": "False",
677
+ "minute": "67'",
678
+ "comment": "Marouane Fellaini (Manchester United) wins a free kick on the left wing.",
679
+ "id": "7626656"
680
+ },
681
+ "35": {
682
+ "important": "False",
683
+ "isgoal": "False",
684
+ "minute": "67'",
685
+ "comment": "Foul by Wilfried Bony (Swansea City).",
686
+ "id": "7626655"
687
+ },
688
+ "36": {
689
+ "important": "False",
690
+ "isgoal": "False",
691
+ "minute": "67'",
692
+ "comment": "Substitution, Manchester United. Marouane Fellaini replaces Ander Herrera.",
693
+ "id": "7626654"
694
+ },
695
+ "37": {
696
+ "important": "False",
697
+ "isgoal": "False",
698
+ "minute": "67'",
699
+ "comment": "Substitution, Swansea City. Jefferson Montero replaces Nathan Dyer.",
700
+ "id": "7626653"
701
+ },
702
+ "38": {
703
+ "important": "False",
704
+ "isgoal": "False",
705
+ "minute": "66'",
706
+ "comment": "Wayne Rooney (Manchester United) hits the bar with a right footed shot from outside the box from a direct free kick.",
707
+ "id": "7626652"
708
+ },
709
+ "39": {
710
+ "important": "False",
711
+ "isgoal": "False",
712
+ "minute": "65'",
713
+ "comment": "Wayne Rooney (Manchester United) wins a free kick in the attacking half.",
714
+ "id": "7626651"
715
+ },
716
+ "40": {
717
+ "important": "False",
718
+ "isgoal": "False",
719
+ "minute": "65'",
720
+ "comment": "Foul by Jordi Amat (Swansea City).",
721
+ "id": "7626649"
722
+ },
723
+ "41": {
724
+ "important": "False",
725
+ "isgoal": "False",
726
+ "minute": "62'",
727
+ "comment": "Attempt missed. Adnan Januzaj (Manchester United) left footed shot from the right side of the box misses to the left. Assisted by Phil Jones.",
728
+ "id": "7626647"
729
+ },
730
+ "42": {
731
+ "important": "False",
732
+ "isgoal": "False",
733
+ "minute": "61'",
734
+ "comment": "Phil Jones (Manchester United) wins a free kick in the defensive half.",
735
+ "id": "7626644"
736
+ },
737
+ "43": {
738
+ "important": "False",
739
+ "isgoal": "False",
740
+ "minute": "61'",
741
+ "comment": "Foul by Wayne Routledge (Swansea City).",
742
+ "id": "7626643"
743
+ },
744
+ "44": {
745
+ "important": "False",
746
+ "isgoal": "False",
747
+ "minute": "59'",
748
+ "comment": "Foul by Dwight Tiendalli (Swansea City).",
749
+ "id": "7626642"
750
+ },
751
+ "45": {
752
+ "important": "False",
753
+ "isgoal": "False",
754
+ "minute": "59'",
755
+ "comment": "Adnan Januzaj (Manchester United) wins a free kick in the defensive half.",
756
+ "id": "7626639"
757
+ },
758
+ "46": {
759
+ "important": "False",
760
+ "isgoal": "False",
761
+ "minute": "56'",
762
+ "comment": "Ki Sung-Yueng (Swansea City) wins a free kick in the defensive half.",
763
+ "id": "7626626"
764
+ },
765
+ "47": {
766
+ "important": "False",
767
+ "isgoal": "False",
768
+ "minute": "56'",
769
+ "comment": "Foul by Ander Herrera (Manchester United).",
770
+ "id": "7626625"
771
+ },
772
+ "48": {
773
+ "important": "False",
774
+ "isgoal": "False",
775
+ "minute": "54'",
776
+ "comment": "Jonjo Shelvey (Swansea City) is shown the yellow card.",
777
+ "id": "7626624"
778
+ },
779
+ "49": {
780
+ "important": "False",
781
+ "isgoal": "False",
782
+ "minute": "54'",
783
+ "comment": "Juan Mata (Manchester United) wins a free kick on the left wing.",
784
+ "id": "7626623"
785
+ },
786
+ "50": {
787
+ "important": "False",
788
+ "isgoal": "False",
789
+ "minute": "54'",
790
+ "comment": "Foul by Jonjo Shelvey (Swansea City).",
791
+ "id": "7626622"
792
+ },
793
+ "51": {
794
+ "important": "False",
795
+ "isgoal": "False",
796
+ "minute": "53'",
797
+ "comment": "Substitution, Swansea City. Dwight Tiendalli replaces Neil Taylor.",
798
+ "id": "7626621"
799
+ },
800
+ "52": {
801
+ "important": "True",
802
+ "isgoal": "True",
803
+ "minute": "53'",
804
+ "comment": "Goal! Manchester United 1, Swansea City 1. Wayne Rooney (Manchester United) right footed shot from very close range to the bottom left corner following a corner.",
805
+ "id": "7626620"
806
+ },
807
+ "53": {
808
+ "important": "False",
809
+ "isgoal": "False",
810
+ "minute": "53'",
811
+ "comment": "Attempt blocked. Phil Jones (Manchester United) header from the right side of the six yard box is blocked. Assisted by Juan Mata with a cross.",
812
+ "id": "7626619"
813
+ },
814
+ "54": {
815
+ "important": "False",
816
+ "isgoal": "False",
817
+ "minute": "52'",
818
+ "comment": "Corner, Manchester United. Conceded by Ashley Williams.",
819
+ "id": "7626612"
820
+ },
821
+ "55": {
822
+ "important": "False",
823
+ "isgoal": "False",
824
+ "minute": "51'",
825
+ "comment": "Attempt saved. Wilfried Bony (Swansea City) right footed shot from outside the box is saved in the top right corner. Assisted by Wayne Routledge.",
826
+ "id": "7626611"
827
+ },
828
+ "56": {
829
+ "important": "False",
830
+ "isgoal": "False",
831
+ "minute": "49'",
832
+ "comment": "Nathan Dyer (Swansea City) wins a free kick in the defensive half.",
833
+ "id": "7626608"
834
+ },
835
+ "57": {
836
+ "important": "False",
837
+ "isgoal": "False",
838
+ "minute": "49'",
839
+ "comment": "Foul by Adnan Januzaj (Manchester United).",
840
+ "id": "7626607"
841
+ },
842
+ "58": {
843
+ "important": "False",
844
+ "isgoal": "False",
845
+ "minute": "48'",
846
+ "comment": "Neil Taylor (Swansea City) is shown the yellow card for a bad foul.",
847
+ "id": "7626601"
848
+ },
849
+ "59": {
850
+ "important": "False",
851
+ "isgoal": "False",
852
+ "minute": "48'",
853
+ "comment": "Foul by Neil Taylor (Swansea City).",
854
+ "id": "7626600"
855
+ },
856
+ "60": {
857
+ "important": "False",
858
+ "isgoal": "False",
859
+ "minute": "48'",
860
+ "comment": "Adnan Januzaj (Manchester United) wins a free kick on the right wing.",
861
+ "id": "7626599"
862
+ },
863
+ "61": {
864
+ "important": "False",
865
+ "isgoal": "False",
866
+ "minute": "47'",
867
+ "comment": "Nani (Manchester United) wins a free kick on the left wing.",
868
+ "id": "7626598"
869
+ },
870
+ "62": {
871
+ "important": "False",
872
+ "isgoal": "False",
873
+ "minute": "47'",
874
+ "comment": "Foul by Jonjo Shelvey (Swansea City).",
875
+ "id": "7626597"
876
+ },
877
+ "63": {
878
+ "important": "False",
879
+ "isgoal": "False",
880
+ "minute": "46'",
881
+ "comment": "Attempt missed. Adnan Januzaj (Manchester United) left footed shot from the right side of the box misses to the right. Assisted by Wayne Rooney.",
882
+ "id": "7626596"
883
+ },
884
+ "64": {
885
+ "important": "False",
886
+ "isgoal": "False",
887
+ "minute": "45'",
888
+ "comment": "Substitution, Manchester United. Nani replaces Javier Hernández.",
889
+ "id": "7626595"
890
+ },
891
+ "65": {
892
+ "important": "False",
893
+ "isgoal": "False",
894
+ "minute": "45'",
895
+ "comment": "Second Half begins Manchester United 0, Swansea City 1.",
896
+ "id": "7626589"
897
+ },
898
+ "66": {
899
+ "important": "False",
900
+ "isgoal": "False",
901
+ "minute": "45'",
902
+ "comment": "First Half ends, Manchester United 0, Swansea City 1.",
903
+ "id": "7626580"
904
+ },
905
+ "67": {
906
+ "important": "False",
907
+ "isgoal": "False",
908
+ "minute": "45'",
909
+ "comment": "Gylfi Sigurdsson (Swansea City) wins a free kick on the left wing.",
910
+ "id": "7626576"
911
+ },
912
+ "68": {
913
+ "important": "False",
914
+ "isgoal": "False",
915
+ "minute": "45'",
916
+ "comment": "Foul by Phil Jones (Manchester United).",
917
+ "id": "7626575"
918
+ },
919
+ "69": {
920
+ "important": "False",
921
+ "isgoal": "False",
922
+ "minute": "45'",
923
+ "comment": "Gylfi Sigurdsson (Swansea City) wins a free kick in the defensive half.",
924
+ "id": "7626574"
925
+ },
926
+ "70": {
927
+ "important": "False",
928
+ "isgoal": "False",
929
+ "minute": "45'",
930
+ "comment": "Foul by Ander Herrera (Manchester United).",
931
+ "id": "7626573"
932
+ },
933
+ "71": {
934
+ "important": "False",
935
+ "isgoal": "False",
936
+ "minute": "44'",
937
+ "comment": "Hand ball by Ashley Young (Manchester United).",
938
+ "id": "7626566"
939
+ },
940
+ "72": {
941
+ "important": "False",
942
+ "isgoal": "False",
943
+ "minute": "41'",
944
+ "comment": "Attempt blocked. Darren Fletcher (Manchester United) right footed shot from outside the box is blocked. Assisted by Juan Mata.",
945
+ "id": "7626565"
946
+ },
947
+ "73": {
948
+ "important": "False",
949
+ "isgoal": "False",
950
+ "minute": "39'",
951
+ "comment": "Foul by Wayne Routledge (Swansea City).",
952
+ "id": "7626562"
953
+ },
954
+ "74": {
955
+ "important": "False",
956
+ "isgoal": "False",
957
+ "minute": "39'",
958
+ "comment": "Ander Herrera (Manchester United) wins a free kick on the right wing.",
959
+ "id": "7626561"
960
+ },
961
+ "75": {
962
+ "important": "False",
963
+ "isgoal": "False",
964
+ "minute": "39'",
965
+ "comment": "Corner, Manchester United. Conceded by Neil Taylor.",
966
+ "id": "7626555"
967
+ },
968
+ "76": {
969
+ "important": "False",
970
+ "isgoal": "False",
971
+ "minute": "36'",
972
+ "comment": "Foul by Javier Hernández (Manchester United).",
973
+ "id": "7626554"
974
+ },
975
+ "77": {
976
+ "important": "False",
977
+ "isgoal": "False",
978
+ "minute": "36'",
979
+ "comment": "Angel Rangel (Swansea City) wins a free kick in the defensive half.",
980
+ "id": "7626553"
981
+ },
982
+ "78": {
983
+ "important": "False",
984
+ "isgoal": "False",
985
+ "minute": "36'",
986
+ "comment": "Foul by Jonjo Shelvey (Swansea City).",
987
+ "id": "7626547"
988
+ },
989
+ "79": {
990
+ "important": "False",
991
+ "isgoal": "False",
992
+ "minute": "36'",
993
+ "comment": "Adnan Januzaj (Manchester United) wins a free kick on the right wing.",
994
+ "id": "7626546"
995
+ },
996
+ "80": {
997
+ "important": "False",
998
+ "isgoal": "False",
999
+ "minute": "34'",
1000
+ "comment": "Attempt missed. Wayne Rooney (Manchester United) header from the centre of the box misses to the left. Assisted by Juan Mata with a cross following a corner.",
1001
+ "id": "7626543"
1002
+ },
1003
+ "81": {
1004
+ "important": "False",
1005
+ "isgoal": "False",
1006
+ "minute": "33'",
1007
+ "comment": "Corner, Manchester United. Conceded by Ki Sung-Yueng.",
1008
+ "id": "7626542"
1009
+ },
1010
+ "82": {
1011
+ "important": "False",
1012
+ "isgoal": "False",
1013
+ "minute": "33'",
1014
+ "comment": "Ki Sung-Yueng (Swansea City) wins a free kick in the defensive half.",
1015
+ "id": "7626538"
1016
+ },
1017
+ "83": {
1018
+ "important": "False",
1019
+ "isgoal": "False",
1020
+ "minute": "33'",
1021
+ "comment": "Foul by Adnan Januzaj (Manchester United).",
1022
+ "id": "7626537"
1023
+ },
1024
+ "84": {
1025
+ "important": "False",
1026
+ "isgoal": "False",
1027
+ "minute": "32'",
1028
+ "comment": "Hand ball by Javier Hernández (Manchester United).",
1029
+ "id": "7626533"
1030
+ },
1031
+ "85": {
1032
+ "important": "True",
1033
+ "isgoal": "True",
1034
+ "minute": "28'",
1035
+ "comment": "Goal! Manchester United 0, Swansea City 1. Ki Sung-Yueng (Swansea City) left footed shot from outside the box to the bottom right corner. Assisted by Gylfi Sigurdsson.",
1036
+ "id": "7626531"
1037
+ },
1038
+ "86": {
1039
+ "important": "False",
1040
+ "isgoal": "False",
1041
+ "minute": "27'",
1042
+ "comment": "Attempt saved. Wayne Rooney (Manchester United) header from the centre of the box is saved in the centre of the goal. Assisted by Ashley Young with a cross.",
1043
+ "id": "7626530"
1044
+ },
1045
+ "87": {
1046
+ "important": "False",
1047
+ "isgoal": "False",
1048
+ "minute": "26'",
1049
+ "comment": "Nathan Dyer (Swansea City) is shown the yellow card for a bad foul.",
1050
+ "id": "7626528"
1051
+ },
1052
+ "88": {
1053
+ "important": "False",
1054
+ "isgoal": "False",
1055
+ "minute": "26'",
1056
+ "comment": "Foul by Nathan Dyer (Swansea City).",
1057
+ "id": "7626527"
1058
+ },
1059
+ "89": {
1060
+ "important": "False",
1061
+ "isgoal": "False",
1062
+ "minute": "26'",
1063
+ "comment": "Ander Herrera (Manchester United) wins a free kick on the right wing.",
1064
+ "id": "7626521"
1065
+ },
1066
+ "90": {
1067
+ "important": "False",
1068
+ "isgoal": "False",
1069
+ "minute": "26'",
1070
+ "comment": "Attempt saved. Juan Mata (Manchester United) left footed shot from a difficult angle and long range on the right is saved in the centre of the goal.",
1071
+ "id": "7626520"
1072
+ },
1073
+ "91": {
1074
+ "important": "False",
1075
+ "isgoal": "False",
1076
+ "minute": "25'",
1077
+ "comment": "Phil Jones (Manchester United) wins a free kick on the right wing.",
1078
+ "id": "7626519"
1079
+ },
1080
+ "92": {
1081
+ "important": "False",
1082
+ "isgoal": "False",
1083
+ "minute": "25'",
1084
+ "comment": "Foul by Ashley Williams (Swansea City).",
1085
+ "id": "7626518"
1086
+ },
1087
+ "93": {
1088
+ "important": "False",
1089
+ "isgoal": "False",
1090
+ "minute": "24'",
1091
+ "comment": "Substitution, Manchester United. Adnan Januzaj replaces Jesse Lingard because of an injury.",
1092
+ "id": "7626516"
1093
+ },
1094
+ "94": {
1095
+ "important": "False",
1096
+ "isgoal": "False",
1097
+ "minute": "22'",
1098
+ "comment": "Javier Hernández (Manchester United) wins a free kick on the right wing.",
1099
+ "id": "7626515"
1100
+ },
1101
+ "95": {
1102
+ "important": "False",
1103
+ "isgoal": "False",
1104
+ "minute": "22'",
1105
+ "comment": "Foul by Gylfi Sigurdsson (Swansea City).",
1106
+ "id": "7626514"
1107
+ },
1108
+ "96": {
1109
+ "important": "False",
1110
+ "isgoal": "False",
1111
+ "minute": "21'",
1112
+ "comment": "Delay over. They are ready to continue.",
1113
+ "id": "7626510"
1114
+ },
1115
+ "97": {
1116
+ "important": "False",
1117
+ "isgoal": "False",
1118
+ "minute": "19'",
1119
+ "comment": "Delay in match Jesse Lingard (Manchester United) because of an injury.",
1120
+ "id": "7626509"
1121
+ },
1122
+ "98": {
1123
+ "important": "False",
1124
+ "isgoal": "False",
1125
+ "minute": "17'",
1126
+ "comment": "Attempt blocked. Wayne Rooney (Manchester United) right footed shot from outside the box is blocked. Assisted by Javier Hernández.",
1127
+ "id": "7626506"
1128
+ },
1129
+ "99": {
1130
+ "important": "False",
1131
+ "isgoal": "False",
1132
+ "minute": "14'",
1133
+ "comment": "Neil Taylor (Swansea City) wins a free kick on the left wing.",
1134
+ "id": "7626504"
1135
+ },
1136
+ "100": {
1137
+ "important": "False",
1138
+ "isgoal": "False",
1139
+ "minute": "14'",
1140
+ "comment": "Foul by Jesse Lingard (Manchester United).",
1141
+ "id": "7626503"
1142
+ },
1143
+ "101": {
1144
+ "important": "False",
1145
+ "isgoal": "False",
1146
+ "minute": "13'",
1147
+ "comment": "Attempt saved. Wayne Rooney (Manchester United) right footed shot from outside the box is saved in the centre of the goal. Assisted by Darren Fletcher.",
1148
+ "id": "7626498"
1149
+ },
1150
+ "102": {
1151
+ "important": "False",
1152
+ "isgoal": "False",
1153
+ "minute": "12'",
1154
+ "comment": "Attempt saved. Gylfi Sigurdsson (Swansea City) right footed shot from outside the box is saved in the bottom left corner. Assisted by Angel Rangel.",
1155
+ "id": "7626497"
1156
+ },
1157
+ "103": {
1158
+ "important": "False",
1159
+ "isgoal": "False",
1160
+ "minute": "11'",
1161
+ "comment": "Phil Jones (Manchester United) wins a free kick in the defensive half.",
1162
+ "id": "7626495"
1163
+ },
1164
+ "104": {
1165
+ "important": "False",
1166
+ "isgoal": "False",
1167
+ "minute": "11'",
1168
+ "comment": "Foul by Wilfried Bony (Swansea City).",
1169
+ "id": "7626493"
1170
+ },
1171
+ "105": {
1172
+ "important": "False",
1173
+ "isgoal": "False",
1174
+ "minute": "4'",
1175
+ "comment": "Jesse Lingard (Manchester United) wins a free kick on the right wing.",
1176
+ "id": "7626490"
1177
+ },
1178
+ "106": {
1179
+ "important": "False",
1180
+ "isgoal": "False",
1181
+ "minute": "4'",
1182
+ "comment": "Foul by Neil Taylor (Swansea City).",
1183
+ "id": "7626489"
1184
+ },
1185
+ "107": {
1186
+ "important": "False",
1187
+ "isgoal": "False",
1188
+ "minute": "2'",
1189
+ "comment": "Foul by Jonjo Shelvey (Swansea City).",
1190
+ "id": "7626488"
1191
+ },
1192
+ "108": {
1193
+ "important": "False",
1194
+ "isgoal": "False",
1195
+ "minute": "2'",
1196
+ "comment": "Ander Herrera (Manchester United) wins a free kick in the attacking half.",
1197
+ "id": "7626487"
1198
+ },
1199
+ "109": {
1200
+ "important": "False",
1201
+ "isgoal": "False",
1202
+ "minute": "",
1203
+ "comment": "Lineups are announced and players are warming up.",
1204
+ "id": "7626484"
1205
+ },
1206
+ "110": {
1207
+ "important": "False",
1208
+ "isgoal": "False",
1209
+ "minute": "",
1210
+ "comment": "First Half begins.",
1211
+ "id": "7626481"
1212
+ },
1213
+ "111": {
1214
+ "important": "False",
1215
+ "isgoal": "False",
1216
+ "minute": "90'",
1217
+ "comment": "Second Half ends, Manchester United 1, Swansea City 2.",
1218
+ "id": "7626966"
1219
+ }
1220
+ }
1221
+ },
1222
+ "comm_match_player_stats": {
1223
+ "localteam": {
1224
+ "player": {
1225
+ "1": {
1226
+ "num": "4",
1227
+ "name": "Phil Jones",
1228
+ "pos": "CD-R",
1229
+ "posx": "2",
1230
+ "posy": "3",
1231
+ "shots_total": "1",
1232
+ "shots_on_goal": "",
1233
+ "goals": "",
1234
+ "assists": "",
1235
+ "offsides": "",
1236
+ "fouls_drawn": "4",
1237
+ "fouls_commited": "1",
1238
+ "saves": "",
1239
+ "yellowcards": "",
1240
+ "redcards": "",
1241
+ "pen_score": "",
1242
+ "pen_miss": "",
1243
+ "id": "97299"
1244
+ },
1245
+ "2": {
1246
+ "num": "12",
1247
+ "name": "Chris Smalling",
1248
+ "pos": "CD",
1249
+ "posx": "2",
1250
+ "posy": "3",
1251
+ "shots_total": "1",
1252
+ "shots_on_goal": "",
1253
+ "goals": "",
1254
+ "assists": "",
1255
+ "offsides": "",
1256
+ "fouls_drawn": "1",
1257
+ "fouls_commited": "1",
1258
+ "saves": "",
1259
+ "yellowcards": "",
1260
+ "redcards": "",
1261
+ "pen_score": "",
1262
+ "pen_miss": "",
1263
+ "id": "79474"
1264
+ },
1265
+ "3": {
1266
+ "num": "42",
1267
+ "name": "Tyler Blackett",
1268
+ "pos": "CD-L",
1269
+ "posx": "2",
1270
+ "posy": "1",
1271
+ "shots_total": "",
1272
+ "shots_on_goal": "",
1273
+ "goals": "",
1274
+ "assists": "",
1275
+ "offsides": "",
1276
+ "fouls_drawn": "",
1277
+ "fouls_commited": "1",
1278
+ "saves": "",
1279
+ "yellowcards": "1",
1280
+ "redcards": "",
1281
+ "pen_score": "",
1282
+ "pen_miss": "",
1283
+ "id": "321310"
1284
+ },
1285
+ "4": {
1286
+ "num": "8",
1287
+ "name": "Juan Mata",
1288
+ "pos": "AM",
1289
+ "posx": "4",
1290
+ "posy": "3",
1291
+ "shots_total": "1",
1292
+ "shots_on_goal": "1",
1293
+ "goals": "",
1294
+ "assists": "",
1295
+ "offsides": "",
1296
+ "fouls_drawn": "1",
1297
+ "fouls_commited": "",
1298
+ "saves": "",
1299
+ "yellowcards": "",
1300
+ "redcards": "",
1301
+ "pen_score": "",
1302
+ "pen_miss": "",
1303
+ "id": "19106"
1304
+ },
1305
+ "5": {
1306
+ "num": "18",
1307
+ "name": "Ashley Young",
1308
+ "pos": "LM",
1309
+ "posx": "3",
1310
+ "posy": "2",
1311
+ "shots_total": "1",
1312
+ "shots_on_goal": "1",
1313
+ "goals": "",
1314
+ "assists": "",
1315
+ "offsides": "",
1316
+ "fouls_drawn": "",
1317
+ "fouls_commited": "3",
1318
+ "saves": "",
1319
+ "yellowcards": "1",
1320
+ "redcards": "",
1321
+ "pen_score": "",
1322
+ "pen_miss": "",
1323
+ "id": "2553"
1324
+ },
1325
+ "6": {
1326
+ "num": "21",
1327
+ "name": "Ander Herrera",
1328
+ "pos": "CM-L",
1329
+ "posx": "3",
1330
+ "posy": "2",
1331
+ "shots_total": "",
1332
+ "shots_on_goal": "",
1333
+ "goals": "",
1334
+ "assists": "",
1335
+ "offsides": "",
1336
+ "fouls_drawn": "3",
1337
+ "fouls_commited": "2",
1338
+ "saves": "",
1339
+ "yellowcards": "",
1340
+ "redcards": "",
1341
+ "pen_score": "",
1342
+ "pen_miss": "",
1343
+ "id": "72451"
1344
+ },
1345
+ "7": {
1346
+ "num": "24",
1347
+ "name": "Darren Fletcher",
1348
+ "pos": "CM-R",
1349
+ "posx": "3",
1350
+ "posy": "5",
1351
+ "shots_total": "1",
1352
+ "shots_on_goal": "",
1353
+ "goals": "",
1354
+ "assists": "",
1355
+ "offsides": "",
1356
+ "fouls_drawn": "",
1357
+ "fouls_commited": "",
1358
+ "saves": "",
1359
+ "yellowcards": "",
1360
+ "redcards": "",
1361
+ "pen_score": "",
1362
+ "pen_miss": "",
1363
+ "id": "2911"
1364
+ },
1365
+ "8": {
1366
+ "num": "35",
1367
+ "name": "Jesse Lingard",
1368
+ "pos": "RM",
1369
+ "posx": "4",
1370
+ "posy": "5",
1371
+ "shots_total": "",
1372
+ "shots_on_goal": "",
1373
+ "goals": "",
1374
+ "assists": "",
1375
+ "offsides": "",
1376
+ "fouls_drawn": "1",
1377
+ "fouls_commited": "1",
1378
+ "saves": "",
1379
+ "yellowcards": "",
1380
+ "redcards": "",
1381
+ "pen_score": "",
1382
+ "pen_miss": "",
1383
+ "id": "220119"
1384
+ },
1385
+ "9": {
1386
+ "num": "10",
1387
+ "name": "Wayne Rooney",
1388
+ "pos": "CF-L",
1389
+ "posx": "5",
1390
+ "posy": "1",
1391
+ "shots_total": "6",
1392
+ "shots_on_goal": "3",
1393
+ "goals": "1",
1394
+ "assists": "",
1395
+ "offsides": "",
1396
+ "fouls_drawn": "2",
1397
+ "fouls_commited": "",
1398
+ "saves": "",
1399
+ "yellowcards": "",
1400
+ "redcards": "",
1401
+ "pen_score": "",
1402
+ "pen_miss": "",
1403
+ "id": "193"
1404
+ },
1405
+ "10": {
1406
+ "num": "14",
1407
+ "name": "Javier Hernández",
1408
+ "pos": "CF-R",
1409
+ "posx": "5",
1410
+ "posy": "5",
1411
+ "shots_total": "",
1412
+ "shots_on_goal": "",
1413
+ "goals": "",
1414
+ "assists": "",
1415
+ "offsides": "",
1416
+ "fouls_drawn": "1",
1417
+ "fouls_commited": "2",
1418
+ "saves": "",
1419
+ "yellowcards": "",
1420
+ "redcards": "",
1421
+ "pen_score": "",
1422
+ "pen_miss": "",
1423
+ "id": "53937"
1424
+ },
1425
+ "11": {
1426
+ "num": "40",
1427
+ "name": "Ben Amos",
1428
+ "pos": "G",
1429
+ "posx": "0",
1430
+ "posy": "0",
1431
+ "shots_total": "",
1432
+ "shots_on_goal": "",
1433
+ "goals": "",
1434
+ "assists": "",
1435
+ "offsides": "",
1436
+ "fouls_drawn": "",
1437
+ "fouls_commited": "",
1438
+ "saves": "",
1439
+ "yellowcards": "",
1440
+ "redcards": "",
1441
+ "pen_score": "",
1442
+ "pen_miss": "",
1443
+ "id": "63899"
1444
+ },
1445
+ "12": {
1446
+ "num": "41",
1447
+ "name": "Reece James",
1448
+ "pos": "D",
1449
+ "posx": "0",
1450
+ "posy": "0",
1451
+ "shots_total": "",
1452
+ "shots_on_goal": "",
1453
+ "goals": "",
1454
+ "assists": "",
1455
+ "offsides": "",
1456
+ "fouls_drawn": "",
1457
+ "fouls_commited": "",
1458
+ "saves": "",
1459
+ "yellowcards": "",
1460
+ "redcards": "",
1461
+ "pen_score": "",
1462
+ "pen_miss": "",
1463
+ "id": "301885"
1464
+ },
1465
+ "13": {
1466
+ "num": "11",
1467
+ "name": "Adnan Januzaj",
1468
+ "pos": "M",
1469
+ "posx": "0",
1470
+ "posy": "0",
1471
+ "shots_total": "3",
1472
+ "shots_on_goal": "",
1473
+ "goals": "",
1474
+ "assists": "",
1475
+ "offsides": "",
1476
+ "fouls_drawn": "4",
1477
+ "fouls_commited": "3",
1478
+ "saves": "",
1479
+ "yellowcards": "",
1480
+ "redcards": "",
1481
+ "pen_score": "",
1482
+ "pen_miss": "",
1483
+ "id": "294439"
1484
+ },
1485
+ "14": {
1486
+ "num": "17",
1487
+ "name": "Nani",
1488
+ "pos": "M",
1489
+ "posx": "0",
1490
+ "posy": "0",
1491
+ "shots_total": "",
1492
+ "shots_on_goal": "",
1493
+ "goals": "",
1494
+ "assists": "",
1495
+ "offsides": "",
1496
+ "fouls_drawn": "1",
1497
+ "fouls_commited": "",
1498
+ "saves": "",
1499
+ "yellowcards": "",
1500
+ "redcards": "",
1501
+ "pen_score": "",
1502
+ "pen_miss": "",
1503
+ "id": "4647"
1504
+ },
1505
+ "15": {
1506
+ "num": "26",
1507
+ "name": "Shinji Kagawa",
1508
+ "pos": "M",
1509
+ "posx": "0",
1510
+ "posy": "0",
1511
+ "shots_total": "",
1512
+ "shots_on_goal": "",
1513
+ "goals": "",
1514
+ "assists": "",
1515
+ "offsides": "",
1516
+ "fouls_drawn": "",
1517
+ "fouls_commited": "",
1518
+ "saves": "",
1519
+ "yellowcards": "",
1520
+ "redcards": "",
1521
+ "pen_score": "",
1522
+ "pen_miss": "",
1523
+ "id": "25072"
1524
+ },
1525
+ "16": {
1526
+ "num": "31",
1527
+ "name": "Marouane Fellaini",
1528
+ "pos": "M",
1529
+ "posx": "0",
1530
+ "posy": "0",
1531
+ "shots_total": "",
1532
+ "shots_on_goal": "",
1533
+ "goals": "",
1534
+ "assists": "",
1535
+ "offsides": "1",
1536
+ "fouls_drawn": "2",
1537
+ "fouls_commited": "",
1538
+ "saves": "",
1539
+ "yellowcards": "",
1540
+ "redcards": "",
1541
+ "pen_score": "",
1542
+ "pen_miss": "",
1543
+ "id": "13519"
1544
+ },
1545
+ "17": {
1546
+ "num": "38",
1547
+ "name": "Michael Keane",
1548
+ "pos": "M",
1549
+ "posx": "0",
1550
+ "posy": "0",
1551
+ "shots_total": "",
1552
+ "shots_on_goal": "",
1553
+ "goals": "",
1554
+ "assists": "",
1555
+ "offsides": "",
1556
+ "fouls_drawn": "",
1557
+ "fouls_commited": "",
1558
+ "saves": "",
1559
+ "yellowcards": "",
1560
+ "redcards": "",
1561
+ "pen_score": "",
1562
+ "pen_miss": "",
1563
+ "id": "209638"
1564
+ },
1565
+ "18": {
1566
+ "num": "1",
1567
+ "name": "David De Gea",
1568
+ "pos": "G",
1569
+ "posx": "1",
1570
+ "posy": "3",
1571
+ "shots_total": "",
1572
+ "shots_on_goal": "",
1573
+ "goals": "",
1574
+ "assists": "",
1575
+ "offsides": "",
1576
+ "fouls_drawn": "",
1577
+ "fouls_commited": "",
1578
+ "saves": "2",
1579
+ "yellowcards": "",
1580
+ "redcards": "",
1581
+ "pen_score": "",
1582
+ "pen_miss": "",
1583
+ "id": "61954"
1584
+ }
1585
+ }
1586
+ },
1587
+ "visitorteam": {
1588
+ "player": {
1589
+ "1": {
1590
+ "num": "2",
1591
+ "name": "Jordi Amat",
1592
+ "pos": "CD-R",
1593
+ "posx": "2",
1594
+ "posy": "3",
1595
+ "shots_total": "",
1596
+ "shots_on_goal": "",
1597
+ "goals": "",
1598
+ "assists": "",
1599
+ "offsides": "",
1600
+ "fouls_drawn": "",
1601
+ "fouls_commited": "1",
1602
+ "saves": "",
1603
+ "yellowcards": "",
1604
+ "redcards": "",
1605
+ "pen_score": "",
1606
+ "pen_miss": "",
1607
+ "id": "103174"
1608
+ },
1609
+ "2": {
1610
+ "num": "3",
1611
+ "name": "Neil Taylor",
1612
+ "pos": "LB",
1613
+ "posx": "2",
1614
+ "posy": "1",
1615
+ "shots_total": "",
1616
+ "shots_on_goal": "",
1617
+ "goals": "",
1618
+ "assists": "",
1619
+ "offsides": "",
1620
+ "fouls_drawn": "1",
1621
+ "fouls_commited": "2",
1622
+ "saves": "",
1623
+ "yellowcards": "1",
1624
+ "redcards": "",
1625
+ "pen_score": "",
1626
+ "pen_miss": "",
1627
+ "id": "36434"
1628
+ },
1629
+ "3": {
1630
+ "num": "6",
1631
+ "name": "Ashley Williams",
1632
+ "pos": "CD-L",
1633
+ "posx": "2",
1634
+ "posy": "2",
1635
+ "shots_total": "",
1636
+ "shots_on_goal": "",
1637
+ "goals": "",
1638
+ "assists": "",
1639
+ "offsides": "",
1640
+ "fouls_drawn": "",
1641
+ "fouls_commited": "1",
1642
+ "saves": "",
1643
+ "yellowcards": "",
1644
+ "redcards": "",
1645
+ "pen_score": "",
1646
+ "pen_miss": "",
1647
+ "id": "47555"
1648
+ },
1649
+ "4": {
1650
+ "num": "22",
1651
+ "name": "Angel Rangel",
1652
+ "pos": "RB",
1653
+ "posx": "2",
1654
+ "posy": "5",
1655
+ "shots_total": "",
1656
+ "shots_on_goal": "",
1657
+ "goals": "",
1658
+ "assists": "",
1659
+ "offsides": "",
1660
+ "fouls_drawn": "1",
1661
+ "fouls_commited": "",
1662
+ "saves": "",
1663
+ "yellowcards": "",
1664
+ "redcards": "",
1665
+ "pen_score": "",
1666
+ "pen_miss": "",
1667
+ "id": "47571"
1668
+ },
1669
+ "5": {
1670
+ "num": "4",
1671
+ "name": "Ki Sung-Yeung",
1672
+ "pos": "RM",
1673
+ "posx": "3",
1674
+ "posy": "4",
1675
+ "shots_total": "1",
1676
+ "shots_on_goal": "1",
1677
+ "goals": "1",
1678
+ "assists": "",
1679
+ "offsides": "",
1680
+ "fouls_drawn": "2",
1681
+ "fouls_commited": "1",
1682
+ "saves": "",
1683
+ "yellowcards": "1",
1684
+ "redcards": "",
1685
+ "pen_score": "",
1686
+ "pen_miss": "",
1687
+ "id": "26915"
1688
+ },
1689
+ "6": {
1690
+ "num": "8",
1691
+ "name": "Jonjo Shelvey",
1692
+ "pos": "LM",
1693
+ "posx": "3",
1694
+ "posy": "2",
1695
+ "shots_total": "",
1696
+ "shots_on_goal": "",
1697
+ "goals": "",
1698
+ "assists": "",
1699
+ "offsides": "",
1700
+ "fouls_drawn": "",
1701
+ "fouls_commited": "4",
1702
+ "saves": "",
1703
+ "yellowcards": "1",
1704
+ "redcards": "",
1705
+ "pen_score": "",
1706
+ "pen_miss": "",
1707
+ "id": "51243"
1708
+ },
1709
+ "7": {
1710
+ "num": "12",
1711
+ "name": "Nathan Dyer",
1712
+ "pos": "AM-R",
1713
+ "posx": "4",
1714
+ "posy": "5",
1715
+ "shots_total": "",
1716
+ "shots_on_goal": "",
1717
+ "goals": "",
1718
+ "assists": "",
1719
+ "offsides": "",
1720
+ "fouls_drawn": "1",
1721
+ "fouls_commited": "1",
1722
+ "saves": "",
1723
+ "yellowcards": "1",
1724
+ "redcards": "",
1725
+ "pen_score": "",
1726
+ "pen_miss": "",
1727
+ "id": "15496"
1728
+ },
1729
+ "8": {
1730
+ "num": "15",
1731
+ "name": "Wayne Routledge",
1732
+ "pos": "AM-L",
1733
+ "posx": "4",
1734
+ "posy": "1",
1735
+ "shots_total": "",
1736
+ "shots_on_goal": "",
1737
+ "goals": "",
1738
+ "assists": "1",
1739
+ "offsides": "",
1740
+ "fouls_drawn": "1",
1741
+ "fouls_commited": "4",
1742
+ "saves": "",
1743
+ "yellowcards": "",
1744
+ "redcards": "",
1745
+ "pen_score": "",
1746
+ "pen_miss": "",
1747
+ "id": "2946"
1748
+ },
1749
+ "9": {
1750
+ "num": "23",
1751
+ "name": "Gylfi Sigurdsson",
1752
+ "pos": "AM",
1753
+ "posx": "4",
1754
+ "posy": "3",
1755
+ "shots_total": "2",
1756
+ "shots_on_goal": "2",
1757
+ "goals": "1",
1758
+ "assists": "1",
1759
+ "offsides": "",
1760
+ "fouls_drawn": "2",
1761
+ "fouls_commited": "1",
1762
+ "saves": "",
1763
+ "yellowcards": "",
1764
+ "redcards": "",
1765
+ "pen_score": "",
1766
+ "pen_miss": "",
1767
+ "id": "57707"
1768
+ },
1769
+ "10": {
1770
+ "num": "10",
1771
+ "name": "Wilfried Bony",
1772
+ "pos": "F",
1773
+ "posx": "5",
1774
+ "posy": "3",
1775
+ "shots_total": "1",
1776
+ "shots_on_goal": "1",
1777
+ "goals": "",
1778
+ "assists": "",
1779
+ "offsides": "",
1780
+ "fouls_drawn": "1",
1781
+ "fouls_commited": "3",
1782
+ "saves": "",
1783
+ "yellowcards": "",
1784
+ "redcards": "",
1785
+ "pen_score": "",
1786
+ "pen_miss": "",
1787
+ "id": "59705"
1788
+ },
1789
+ "11": {
1790
+ "num": "25",
1791
+ "name": "Gerhard Tremmel",
1792
+ "pos": "G",
1793
+ "posx": "0",
1794
+ "posy": "0",
1795
+ "shots_total": "",
1796
+ "shots_on_goal": "",
1797
+ "goals": "",
1798
+ "assists": "",
1799
+ "offsides": "",
1800
+ "fouls_drawn": "",
1801
+ "fouls_commited": "",
1802
+ "saves": "",
1803
+ "yellowcards": "",
1804
+ "redcards": "",
1805
+ "pen_score": "",
1806
+ "pen_miss": "",
1807
+ "id": "1596"
1808
+ },
1809
+ "12": {
1810
+ "num": "19",
1811
+ "name": "Dwight Tiendalli",
1812
+ "pos": "D",
1813
+ "posx": "0",
1814
+ "posy": "0",
1815
+ "shots_total": "",
1816
+ "shots_on_goal": "",
1817
+ "goals": "",
1818
+ "assists": "",
1819
+ "offsides": "",
1820
+ "fouls_drawn": "1",
1821
+ "fouls_commited": "1",
1822
+ "saves": "",
1823
+ "yellowcards": "",
1824
+ "redcards": "",
1825
+ "pen_score": "",
1826
+ "pen_miss": "",
1827
+ "id": "2488"
1828
+ },
1829
+ "13": {
1830
+ "num": "27",
1831
+ "name": "Kyle Bartley",
1832
+ "pos": "D",
1833
+ "posx": "0",
1834
+ "posy": "0",
1835
+ "shots_total": "",
1836
+ "shots_on_goal": "",
1837
+ "goals": "",
1838
+ "assists": "",
1839
+ "offsides": "",
1840
+ "fouls_drawn": "",
1841
+ "fouls_commited": "",
1842
+ "saves": "",
1843
+ "yellowcards": "",
1844
+ "redcards": "",
1845
+ "pen_score": "",
1846
+ "pen_miss": "",
1847
+ "id": "110393"
1848
+ },
1849
+ "14": {
1850
+ "num": "20",
1851
+ "name": "Jefferson Montero",
1852
+ "pos": "M",
1853
+ "posx": "0",
1854
+ "posy": "0",
1855
+ "shots_total": "",
1856
+ "shots_on_goal": "",
1857
+ "goals": "",
1858
+ "assists": "",
1859
+ "offsides": "",
1860
+ "fouls_drawn": "",
1861
+ "fouls_commited": "1",
1862
+ "saves": "",
1863
+ "yellowcards": "",
1864
+ "redcards": "",
1865
+ "pen_score": "",
1866
+ "pen_miss": "",
1867
+ "id": "81504"
1868
+ },
1869
+ "15": {
1870
+ "num": "29",
1871
+ "name": "Ashley Richards",
1872
+ "pos": "M",
1873
+ "posx": "0",
1874
+ "posy": "0",
1875
+ "shots_total": "",
1876
+ "shots_on_goal": "",
1877
+ "goals": "",
1878
+ "assists": "",
1879
+ "offsides": "",
1880
+ "fouls_drawn": "",
1881
+ "fouls_commited": "",
1882
+ "saves": "",
1883
+ "yellowcards": "",
1884
+ "redcards": "",
1885
+ "pen_score": "",
1886
+ "pen_miss": "",
1887
+ "id": "75818"
1888
+ },
1889
+ "16": {
1890
+ "num": "30",
1891
+ "name": "Josh Sheehan",
1892
+ "pos": "M",
1893
+ "posx": "0",
1894
+ "posy": "0",
1895
+ "shots_total": "",
1896
+ "shots_on_goal": "",
1897
+ "goals": "",
1898
+ "assists": "",
1899
+ "offsides": "",
1900
+ "fouls_drawn": "",
1901
+ "fouls_commited": "",
1902
+ "saves": "",
1903
+ "yellowcards": "",
1904
+ "redcards": "",
1905
+ "pen_score": "",
1906
+ "pen_miss": "",
1907
+ "id": "272718"
1908
+ },
1909
+ "17": {
1910
+ "num": "18",
1911
+ "name": "Bafetimbi Gomis",
1912
+ "pos": "F",
1913
+ "posx": "0",
1914
+ "posy": "0",
1915
+ "shots_total": "1",
1916
+ "shots_on_goal": "",
1917
+ "goals": "",
1918
+ "assists": "",
1919
+ "offsides": "1",
1920
+ "fouls_drawn": "1",
1921
+ "fouls_commited": "",
1922
+ "saves": "",
1923
+ "yellowcards": "",
1924
+ "redcards": "",
1925
+ "pen_score": "",
1926
+ "pen_miss": "",
1927
+ "id": "1331"
1928
+ },
1929
+ "18": {
1930
+ "num": "1",
1931
+ "name": "Lukasz Fabianski",
1932
+ "pos": "G",
1933
+ "posx": "1",
1934
+ "posy": "3",
1935
+ "shots_total": "",
1936
+ "shots_on_goal": "",
1937
+ "goals": "",
1938
+ "assists": "",
1939
+ "offsides": "",
1940
+ "fouls_drawn": "",
1941
+ "fouls_commited": "",
1942
+ "saves": "4",
1943
+ "yellowcards": "",
1944
+ "redcards": "",
1945
+ "pen_score": "",
1946
+ "pen_miss": "",
1947
+ "id": "725"
1948
+ }
1949
+ }
1950
+ }
1951
+ }
1952
+ }
1953
+ ],
1954
+ "Action": "commentaries",
1955
+ "Params": {
1956
+ "Action": "commentaries",
1957
+ "APIKey": "69216017-4bb7-96db-0deeadb1b645",
1958
+ "match_id": "1788007",
1959
+ "comm_static_id": "1755579"
1960
+ },
1961
+ "ComputationTime": 0.011729001998901,
1962
+ "IP": "85.240.34.77",
1963
+ "ERROR": "OK",
1964
+ "ServerName": "Football-API",
1965
+ "ServerAddress": "http://football-api.com/api"
1966
+ }
1967
+ }