ahl_scraper 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/.ruby-version +1 -1
  3. data/CHANGELOG.md +49 -0
  4. data/Gemfile +8 -8
  5. data/Gemfile.lock +46 -41
  6. data/ahl_scraper.gemspec +1 -1
  7. data/lib/ahl_scraper/fetchers/game_data_fetcher.rb +1 -1
  8. data/lib/ahl_scraper/fetchers/player_data_fetcher.rb +1 -1
  9. data/lib/ahl_scraper/fetchers/player_games/data_fetcher.rb +1 -1
  10. data/lib/ahl_scraper/fetchers/season_type_fetcher.rb +1 -2
  11. data/lib/ahl_scraper/fixed_games/1001050.json +18 -18
  12. data/lib/ahl_scraper/fixed_games/1003351.json +2728 -0
  13. data/lib/ahl_scraper/fixed_games/1018774.json +4 -4
  14. data/lib/ahl_scraper/fixed_games/1020527.json +8 -8
  15. data/lib/ahl_scraper/resources/game.rb +4 -3
  16. data/lib/ahl_scraper/resources/game_list_item.rb +13 -13
  17. data/lib/ahl_scraper/resources/games/info.rb +1 -1
  18. data/lib/ahl_scraper/resources/games/penalty.rb +2 -2
  19. data/lib/ahl_scraper/resources/games/team.rb +2 -2
  20. data/lib/ahl_scraper/resources/goalie_game_list_item.rb +2 -1
  21. data/lib/ahl_scraper/resources/player.rb +2 -2
  22. data/lib/ahl_scraper/resources/playoff_bracket.rb +5 -5
  23. data/lib/ahl_scraper/resources/playoff_brackets/round.rb +1 -1
  24. data/lib/ahl_scraper/resources/playoff_brackets/series.rb +60 -20
  25. data/lib/ahl_scraper/resources/roster_player.rb +1 -1
  26. data/lib/ahl_scraper/resources/season.rb +13 -8
  27. data/lib/ahl_scraper/resources/season_list_item.rb +2 -2
  28. data/lib/ahl_scraper/resources/seasons/team.rb +4 -3
  29. data/lib/ahl_scraper/resources/skater_game_list_item.rb +2 -2
  30. data/lib/ahl_scraper/resources/team_game_list_item.rb +2 -3
  31. data/lib/ahl_scraper/resources/team_list_item.rb +1 -1
  32. data/lib/ahl_scraper/services/games/create_skaters_service.rb +1 -1
  33. data/lib/ahl_scraper/services/games/on_ice_statlines_service.rb +1 -1
  34. data/lib/ahl_scraper/services/games/scoring_statlines_service.rb +29 -25
  35. data/lib/ahl_scraper/services/games/team_on_ice_goals_service.rb +1 -1
  36. data/lib/ahl_scraper/team_games.rb +3 -1
  37. data/lib/ahl_scraper/version.rb +1 -1
  38. metadata +5 -4
@@ -0,0 +1,2728 @@
1
+ {
2
+ "details": {
3
+ "id": 1003351,
4
+ "date": "Saturday, April 28, 2007",
5
+ "gameNumber": "6",
6
+ "venue": "Copps Coliseum",
7
+ "attendance": 3221,
8
+ "startTime": "7:07 pm",
9
+ "endTime": "9:35 pm",
10
+ "duration": "2:28",
11
+ "gameReportUrl": "https://lscluster.hockeytech.com/game_reports/official-game-report.php?lang_id=1&client_code=ahl&game_id=1003351",
12
+ "textBoxscoreUrl": "https://lscluster.hockeytech.com/game_reports/text-game-report.php?lang_id=1&client_code=ahl&game_id=1003351",
13
+ "ticketsUrl": "",
14
+ "started": "1",
15
+ "final": "1",
16
+ "publicNotes": "",
17
+ "status": "Final",
18
+ "seasonId": "10",
19
+ "htvGameId": "",
20
+ "GameDateISO8601": "2007-04-28T19:00:00-04:00"
21
+ },
22
+ "referees": [
23
+ {
24
+ "firstName": "Dean",
25
+ "lastName": "Morton",
26
+ "jerseyNumber": 36,
27
+ "role": "Referee"
28
+ }
29
+ ],
30
+ "linesmen": [
31
+ {
32
+ "firstName": "Scott",
33
+ "lastName": "Cherrey",
34
+ "jerseyNumber": 50,
35
+ "role": "Linesman"
36
+ },
37
+ {
38
+ "firstName": "Ryan",
39
+ "lastName": "Lachine",
40
+ "jerseyNumber": 83,
41
+ "role": "Linesman"
42
+ }
43
+ ],
44
+ "mostValuablePlayers": [
45
+ {
46
+ "team": {
47
+ "id": 326,
48
+ "name": "Hamilton Bulldogs",
49
+ "city": "Hamilton",
50
+ "nickname": "Hamilton",
51
+ "abbreviation": "HAM",
52
+ "logo": "https://assets.leaguestat.com/ahl/logos/326.jpg",
53
+ "divisionName": "North Division"
54
+ },
55
+ "player": {
56
+ "info": {
57
+ "id": 551,
58
+ "firstName": "Maxim",
59
+ "lastName": "Lapierre",
60
+ "jerseyNumber": 26,
61
+ "position": "C",
62
+ "birthDate": "1985-03-29"
63
+ },
64
+ "stats": {
65
+ "goals": 2,
66
+ "assists": 0,
67
+ "points": 2,
68
+ "penaltyMinutes": 0,
69
+ "plusMinus": 1,
70
+ "faceoffAttempts": 0,
71
+ "faceoffWins": 0,
72
+ "shots": 5,
73
+ "hits": 0
74
+ },
75
+ "starting": 0,
76
+ "status": ""
77
+ },
78
+ "isGoalie": false,
79
+ "playerImage": "https://assets.leaguestat.com/ahl/240x240/551.jpg"
80
+ },
81
+ {
82
+ "team": {
83
+ "id": 326,
84
+ "name": "Hamilton Bulldogs",
85
+ "city": "Hamilton",
86
+ "nickname": "Hamilton",
87
+ "abbreviation": "HAM",
88
+ "logo": "https://assets.leaguestat.com/ahl/logos/326.jpg",
89
+ "divisionName": "North Division"
90
+ },
91
+ "player": {
92
+ "info": {
93
+ "id": 1470,
94
+ "firstName": "Ryan",
95
+ "lastName": "O'Byrne",
96
+ "jerseyNumber": 2,
97
+ "position": "D",
98
+ "birthDate": "1984-07-19"
99
+ },
100
+ "stats": {
101
+ "goals": 1,
102
+ "assists": 0,
103
+ "points": 1,
104
+ "penaltyMinutes": 0,
105
+ "plusMinus": 1,
106
+ "faceoffAttempts": 0,
107
+ "faceoffWins": 0,
108
+ "shots": 3,
109
+ "hits": 0
110
+ },
111
+ "starting": 0,
112
+ "status": ""
113
+ },
114
+ "isGoalie": false,
115
+ "playerImage": "https://assets.leaguestat.com/ahl/240x240/1470.jpg"
116
+ },
117
+ {
118
+ "team": {
119
+ "id": 323,
120
+ "name": "Rochester Americans",
121
+ "city": "Rochester",
122
+ "nickname": "Rochester",
123
+ "abbreviation": "ROC",
124
+ "logo": "https://assets.leaguestat.com/ahl/logos/323.jpg",
125
+ "divisionName": "North Division"
126
+ },
127
+ "player": {
128
+ "info": {
129
+ "id": 511,
130
+ "firstName": "Clarke",
131
+ "lastName": "MacArthur",
132
+ "jerseyNumber": 41,
133
+ "position": "LW",
134
+ "birthDate": "1985-04-06"
135
+ },
136
+ "stats": {
137
+ "goals": 1,
138
+ "assists": 0,
139
+ "points": 1,
140
+ "penaltyMinutes": 0,
141
+ "plusMinus": -1,
142
+ "faceoffAttempts": 0,
143
+ "faceoffWins": 0,
144
+ "shots": 2,
145
+ "hits": 0
146
+ },
147
+ "starting": 1,
148
+ "status": ""
149
+ },
150
+ "isGoalie": false,
151
+ "playerImage": "https://assets.leaguestat.com/ahl/240x240/511.jpg"
152
+ }
153
+ ],
154
+ "hasShootout": false,
155
+ "homeTeam": {
156
+ "info": {
157
+ "id": 326,
158
+ "name": "Hamilton Bulldogs",
159
+ "city": "Hamilton",
160
+ "nickname": "Hamilton",
161
+ "abbreviation": "HAM",
162
+ "logo": "https://assets.leaguestat.com/ahl/logos/326.jpg",
163
+ "divisionName": "North Division"
164
+ },
165
+ "stats": {
166
+ "shots": 33,
167
+ "goals": 6,
168
+ "hits": 0,
169
+ "powerPlayGoals": 1,
170
+ "powerPlayOpportunities": 6,
171
+ "goalCount": 6,
172
+ "assistCount": 8,
173
+ "penaltyMinuteCount": 8,
174
+ "infractionCount": 4
175
+ },
176
+ "media": { "audioUrl": "", "videoUrl": "", "webcastUrl": "" },
177
+ "coaches": [],
178
+ "skaters": [
179
+ {
180
+ "info": {
181
+ "id": 1470,
182
+ "firstName": "Ryan",
183
+ "lastName": "O'Byrne",
184
+ "jerseyNumber": 2,
185
+ "position": "D",
186
+ "birthDate": "1984-07-19"
187
+ },
188
+ "stats": {
189
+ "goals": 1,
190
+ "assists": 0,
191
+ "points": 1,
192
+ "penaltyMinutes": 0,
193
+ "plusMinus": 1,
194
+ "faceoffAttempts": 0,
195
+ "faceoffWins": 0,
196
+ "shots": 3,
197
+ "hits": 0
198
+ },
199
+ "starting": 0,
200
+ "status": ""
201
+ },
202
+ {
203
+ "info": {
204
+ "id": 345,
205
+ "firstName": "Dan",
206
+ "lastName": "Jancevski",
207
+ "jerseyNumber": 4,
208
+ "position": "D",
209
+ "birthDate": "1981-06-15"
210
+ },
211
+ "stats": {
212
+ "goals": 0,
213
+ "assists": 0,
214
+ "points": 0,
215
+ "penaltyMinutes": 0,
216
+ "plusMinus": 0,
217
+ "faceoffAttempts": 0,
218
+ "faceoffWins": 0,
219
+ "shots": 4,
220
+ "hits": 0
221
+ },
222
+ "starting": 1,
223
+ "status": "A"
224
+ },
225
+ {
226
+ "info": {
227
+ "id": 536,
228
+ "firstName": "Eric",
229
+ "lastName": "Manlow",
230
+ "jerseyNumber": 7,
231
+ "position": "LW",
232
+ "birthDate": "1975-04-07"
233
+ },
234
+ "stats": {
235
+ "goals": 1,
236
+ "assists": 0,
237
+ "points": 1,
238
+ "penaltyMinutes": 0,
239
+ "plusMinus": 0,
240
+ "faceoffAttempts": 0,
241
+ "faceoffWins": 0,
242
+ "shots": 1,
243
+ "hits": 0
244
+ },
245
+ "starting": 0,
246
+ "status": ""
247
+ },
248
+ {
249
+ "info": {
250
+ "id": 713,
251
+ "firstName": "Cory",
252
+ "lastName": "Urquhart",
253
+ "jerseyNumber": 10,
254
+ "position": "C",
255
+ "birthDate": "1984-10-01"
256
+ },
257
+ "stats": {
258
+ "goals": 0,
259
+ "assists": 0,
260
+ "points": 0,
261
+ "penaltyMinutes": 0,
262
+ "plusMinus": 0,
263
+ "faceoffAttempts": 0,
264
+ "faceoffWins": 0,
265
+ "shots": 0,
266
+ "hits": 0
267
+ },
268
+ "starting": 0,
269
+ "status": ""
270
+ },
271
+ {
272
+ "info": {
273
+ "id": 562,
274
+ "firstName": "Andre",
275
+ "lastName": "Benoit",
276
+ "jerseyNumber": 16,
277
+ "position": "D",
278
+ "birthDate": "1984-01-06"
279
+ },
280
+ "stats": {
281
+ "goals": 0,
282
+ "assists": 0,
283
+ "points": 0,
284
+ "penaltyMinutes": 0,
285
+ "plusMinus": 2,
286
+ "faceoffAttempts": 0,
287
+ "faceoffWins": 0,
288
+ "shots": 2,
289
+ "hits": 0
290
+ },
291
+ "starting": 0,
292
+ "status": ""
293
+ },
294
+ {
295
+ "info": {
296
+ "id": 1127,
297
+ "firstName": "Kyle",
298
+ "lastName": "Chipchura",
299
+ "jerseyNumber": 17,
300
+ "position": "C",
301
+ "birthDate": "1986-02-19"
302
+ },
303
+ "stats": {
304
+ "goals": 1,
305
+ "assists": 0,
306
+ "points": 1,
307
+ "penaltyMinutes": 2,
308
+ "plusMinus": 2,
309
+ "faceoffAttempts": 0,
310
+ "faceoffWins": 0,
311
+ "shots": 2,
312
+ "hits": 0
313
+ },
314
+ "starting": 1,
315
+ "status": ""
316
+ },
317
+ {
318
+ "info": {
319
+ "id": 555,
320
+ "firstName": "Duncan",
321
+ "lastName": "Milroy",
322
+ "jerseyNumber": 19,
323
+ "position": "RW",
324
+ "birthDate": "1983-02-08"
325
+ },
326
+ "stats": {
327
+ "goals": 0,
328
+ "assists": 1,
329
+ "points": 1,
330
+ "penaltyMinutes": 0,
331
+ "plusMinus": 2,
332
+ "faceoffAttempts": 0,
333
+ "faceoffWins": 0,
334
+ "shots": 4,
335
+ "hits": 0
336
+ },
337
+ "starting": 0,
338
+ "status": ""
339
+ },
340
+ {
341
+ "info": {
342
+ "id": 400,
343
+ "firstName": "Zack",
344
+ "lastName": "Stortini",
345
+ "jerseyNumber": 20,
346
+ "position": "C",
347
+ "birthDate": "1985-09-11"
348
+ },
349
+ "stats": {
350
+ "goals": 0,
351
+ "assists": 0,
352
+ "points": 0,
353
+ "penaltyMinutes": 0,
354
+ "plusMinus": 0,
355
+ "faceoffAttempts": 0,
356
+ "faceoffWins": 0,
357
+ "shots": 0,
358
+ "hits": 0
359
+ },
360
+ "starting": 0,
361
+ "status": ""
362
+ },
363
+ {
364
+ "info": {
365
+ "id": 547,
366
+ "firstName": "Jonathan",
367
+ "lastName": "Ferland",
368
+ "jerseyNumber": 21,
369
+ "position": "RW",
370
+ "birthDate": "1983-02-09"
371
+ },
372
+ "stats": {
373
+ "goals": 0,
374
+ "assists": 1,
375
+ "points": 1,
376
+ "penaltyMinutes": 0,
377
+ "plusMinus": 1,
378
+ "faceoffAttempts": 0,
379
+ "faceoffWins": 0,
380
+ "shots": 3,
381
+ "hits": 0
382
+ },
383
+ "starting": 1,
384
+ "status": "A"
385
+ },
386
+ {
387
+ "info": {
388
+ "id": 1460,
389
+ "firstName": "Matt",
390
+ "lastName": "D'Agostini",
391
+ "jerseyNumber": 22,
392
+ "position": "RW",
393
+ "birthDate": "1986-10-23"
394
+ },
395
+ "stats": {
396
+ "goals": 0,
397
+ "assists": 0,
398
+ "points": 0,
399
+ "penaltyMinutes": 2,
400
+ "plusMinus": 0,
401
+ "faceoffAttempts": 0,
402
+ "faceoffWins": 0,
403
+ "shots": 0,
404
+ "hits": 0
405
+ },
406
+ "starting": 0,
407
+ "status": ""
408
+ },
409
+ {
410
+ "info": {
411
+ "id": 552,
412
+ "firstName": "Francis",
413
+ "lastName": "Lemieux",
414
+ "jerseyNumber": 24,
415
+ "position": "RW",
416
+ "birthDate": "1984-02-22"
417
+ },
418
+ "stats": {
419
+ "goals": 0,
420
+ "assists": 0,
421
+ "points": 0,
422
+ "penaltyMinutes": 0,
423
+ "plusMinus": 0,
424
+ "faceoffAttempts": 0,
425
+ "faceoffWins": 0,
426
+ "shots": 0,
427
+ "hits": 0
428
+ },
429
+ "starting": 0,
430
+ "status": ""
431
+ },
432
+ {
433
+ "info": {
434
+ "id": 551,
435
+ "firstName": "Maxim",
436
+ "lastName": "Lapierre",
437
+ "jerseyNumber": 26,
438
+ "position": "C",
439
+ "birthDate": "1985-03-29"
440
+ },
441
+ "stats": {
442
+ "goals": 2,
443
+ "assists": 0,
444
+ "points": 2,
445
+ "penaltyMinutes": 0,
446
+ "plusMinus": 1,
447
+ "faceoffAttempts": 0,
448
+ "faceoffWins": 0,
449
+ "shots": 5,
450
+ "hits": 0
451
+ },
452
+ "starting": 0,
453
+ "status": ""
454
+ },
455
+ {
456
+ "info": {
457
+ "id": 1469,
458
+ "firstName": "Danny",
459
+ "lastName": "Groulx",
460
+ "jerseyNumber": 27,
461
+ "position": "D",
462
+ "birthDate": "1981-06-23"
463
+ },
464
+ "stats": {
465
+ "goals": 0,
466
+ "assists": 0,
467
+ "points": 0,
468
+ "penaltyMinutes": 0,
469
+ "plusMinus": 1,
470
+ "faceoffAttempts": 0,
471
+ "faceoffWins": 0,
472
+ "shots": 1,
473
+ "hits": 0
474
+ },
475
+ "starting": 0,
476
+ "status": ""
477
+ },
478
+ {
479
+ "info": {
480
+ "id": 1462,
481
+ "firstName": "Mikhail",
482
+ "lastName": "Grabovski",
483
+ "jerseyNumber": 31,
484
+ "position": "C",
485
+ "birthDate": "1984-01-31"
486
+ },
487
+ "stats": {
488
+ "goals": 0,
489
+ "assists": 1,
490
+ "points": 1,
491
+ "penaltyMinutes": 2,
492
+ "plusMinus": -1,
493
+ "faceoffAttempts": 0,
494
+ "faceoffWins": 0,
495
+ "shots": 1,
496
+ "hits": 0
497
+ },
498
+ "starting": 0,
499
+ "status": ""
500
+ },
501
+ {
502
+ "info": {
503
+ "id": 37,
504
+ "firstName": "Ajay",
505
+ "lastName": "Baines",
506
+ "jerseyNumber": 32,
507
+ "position": "C",
508
+ "birthDate": "1978-03-25"
509
+ },
510
+ "stats": {
511
+ "goals": 0,
512
+ "assists": 0,
513
+ "points": 0,
514
+ "penaltyMinutes": 0,
515
+ "plusMinus": 1,
516
+ "faceoffAttempts": 0,
517
+ "faceoffWins": 0,
518
+ "shots": 1,
519
+ "hits": 0
520
+ },
521
+ "starting": 1,
522
+ "status": "A"
523
+ },
524
+ {
525
+ "info": {
526
+ "id": 1416,
527
+ "firstName": "Mathieu",
528
+ "lastName": "Biron",
529
+ "jerseyNumber": 34,
530
+ "position": "D",
531
+ "birthDate": "1980-04-29"
532
+ },
533
+ "stats": {
534
+ "goals": 0,
535
+ "assists": 1,
536
+ "points": 1,
537
+ "penaltyMinutes": 0,
538
+ "plusMinus": 1,
539
+ "faceoffAttempts": 0,
540
+ "faceoffWins": 0,
541
+ "shots": 2,
542
+ "hits": 0
543
+ },
544
+ "starting": 1,
545
+ "status": ""
546
+ },
547
+ {
548
+ "info": {
549
+ "id": 561,
550
+ "firstName": "Andrew",
551
+ "lastName": "Archer",
552
+ "jerseyNumber": 55,
553
+ "position": "D",
554
+ "birthDate": "1983-05-15"
555
+ },
556
+ "stats": {
557
+ "goals": 0,
558
+ "assists": 1,
559
+ "points": 1,
560
+ "penaltyMinutes": 0,
561
+ "plusMinus": 1,
562
+ "faceoffAttempts": 0,
563
+ "faceoffWins": 0,
564
+ "shots": 0,
565
+ "hits": 0
566
+ },
567
+ "starting": 0,
568
+ "status": ""
569
+ },
570
+ {
571
+ "info": {
572
+ "id": 554,
573
+ "firstName": "Corey",
574
+ "lastName": "Locke",
575
+ "jerseyNumber": 84,
576
+ "position": "C",
577
+ "birthDate": "1984-05-08"
578
+ },
579
+ "stats": {
580
+ "goals": 1,
581
+ "assists": 2,
582
+ "points": 3,
583
+ "penaltyMinutes": 0,
584
+ "plusMinus": 1,
585
+ "faceoffAttempts": 0,
586
+ "faceoffWins": 0,
587
+ "shots": 4,
588
+ "hits": 0
589
+ },
590
+ "starting": 0,
591
+ "status": ""
592
+ }
593
+ ],
594
+ "goalies": [
595
+ {
596
+ "info": {
597
+ "id": 1834,
598
+ "firstName": "Carey",
599
+ "lastName": "Price",
600
+ "jerseyNumber": 29,
601
+ "position": "G",
602
+ "birthDate": "1987-08-16"
603
+ },
604
+ "stats": {
605
+ "goals": 0,
606
+ "assists": 1,
607
+ "points": 1,
608
+ "penaltyMinutes": 2,
609
+ "plusMinus": 0,
610
+ "faceoffAttempts": 0,
611
+ "faceoffWins": 0,
612
+ "timeOnIce": "59:49",
613
+ "shotsAgainst": 27,
614
+ "goalsAgainst": 2,
615
+ "saves": 25
616
+ },
617
+ "starting": 1,
618
+ "status": ""
619
+ },
620
+ {
621
+ "info": {
622
+ "id": 809,
623
+ "firstName": "Yann",
624
+ "lastName": "Danis",
625
+ "jerseyNumber": 35,
626
+ "position": "G",
627
+ "birthDate": "1981-06-21"
628
+ },
629
+ "stats": {
630
+ "goals": 0,
631
+ "assists": 0,
632
+ "points": 0,
633
+ "penaltyMinutes": 0,
634
+ "plusMinus": 0,
635
+ "faceoffAttempts": 0,
636
+ "faceoffWins": 0,
637
+ "timeOnIce": null,
638
+ "shotsAgainst": 0,
639
+ "goalsAgainst": 0,
640
+ "saves": 0
641
+ },
642
+ "starting": 0,
643
+ "status": ""
644
+ }
645
+ ],
646
+ "goalieLog": [
647
+ {
648
+ "info": {
649
+ "id": 1834,
650
+ "firstName": "Carey",
651
+ "lastName": "Price",
652
+ "jerseyNumber": 30,
653
+ "position": "G",
654
+ "birthDate": ""
655
+ },
656
+ "stats": {
657
+ "goals": 0,
658
+ "assists": 0,
659
+ "points": 0,
660
+ "penaltyMinutes": 0,
661
+ "plusMinus": 0,
662
+ "faceoffAttempts": 0,
663
+ "faceoffWins": 0,
664
+ "timeOnIce": "52:37",
665
+ "shotsAgainst": 27,
666
+ "goalsAgainst": 2,
667
+ "saves": 25
668
+ },
669
+ "periodStart": { "id": "1", "shortName": "1", "longName": "1st" },
670
+ "timeStart": "0:00",
671
+ "periodEnd": { "id": "3", "shortName": "3", "longName": "3rd" },
672
+ "timeEnd": "12:37",
673
+ "result": "W"
674
+ },
675
+ {
676
+ "info": {
677
+ "id": 1834,
678
+ "firstName": "Carey",
679
+ "lastName": "Price",
680
+ "jerseyNumber": 30,
681
+ "position": "G",
682
+ "birthDate": ""
683
+ },
684
+ "stats": {
685
+ "goals": 0,
686
+ "assists": 0,
687
+ "points": 0,
688
+ "penaltyMinutes": 0,
689
+ "plusMinus": 0,
690
+ "faceoffAttempts": 0,
691
+ "faceoffWins": 0,
692
+ "timeOnIce": "07:12",
693
+ "shotsAgainst": 0,
694
+ "goalsAgainst": 0,
695
+ "saves": 0
696
+ },
697
+ "periodStart": { "id": "3", "shortName": "3", "longName": "3rd" },
698
+ "timeStart": "12:48",
699
+ "periodEnd": { "id": "3", "shortName": "3", "longName": "3rd" },
700
+ "timeEnd": "20:00",
701
+ "result": "W"
702
+ }
703
+ ],
704
+ "seasonStats": []
705
+ },
706
+ "visitingTeam": {
707
+ "info": {
708
+ "id": 323,
709
+ "name": "Rochester Americans",
710
+ "city": "Rochester",
711
+ "nickname": "Rochester",
712
+ "abbreviation": "ROC",
713
+ "logo": "https://assets.leaguestat.com/ahl/logos/323.jpg",
714
+ "divisionName": "North Division"
715
+ },
716
+ "stats": {
717
+ "shots": 27,
718
+ "goals": 2,
719
+ "hits": 0,
720
+ "powerPlayGoals": 0,
721
+ "powerPlayOpportunities": 3,
722
+ "goalCount": 2,
723
+ "assistCount": 4,
724
+ "penaltyMinuteCount": 14,
725
+ "infractionCount": 7
726
+ },
727
+ "media": { "audioUrl": "", "videoUrl": "", "webcastUrl": "" },
728
+ "coaches": [],
729
+ "skaters": [
730
+ {
731
+ "info": {
732
+ "id": 1478,
733
+ "firstName": "Mike",
734
+ "lastName": "Card",
735
+ "jerseyNumber": 2,
736
+ "position": "D",
737
+ "birthDate": "1986-02-18"
738
+ },
739
+ "stats": {
740
+ "goals": 0,
741
+ "assists": 0,
742
+ "points": 0,
743
+ "penaltyMinutes": 0,
744
+ "plusMinus": -1,
745
+ "faceoffAttempts": 0,
746
+ "faceoffWins": 0,
747
+ "shots": 1,
748
+ "hits": 0
749
+ },
750
+ "starting": 1,
751
+ "status": ""
752
+ },
753
+ {
754
+ "info": {
755
+ "id": 777,
756
+ "firstName": "Jeremy",
757
+ "lastName": "Swanson",
758
+ "jerseyNumber": 3,
759
+ "position": "D",
760
+ "birthDate": "1984-06-21"
761
+ },
762
+ "stats": {
763
+ "goals": 0,
764
+ "assists": 0,
765
+ "points": 0,
766
+ "penaltyMinutes": 0,
767
+ "plusMinus": -2,
768
+ "faceoffAttempts": 0,
769
+ "faceoffWins": 0,
770
+ "shots": 1,
771
+ "hits": 0
772
+ },
773
+ "starting": 0,
774
+ "status": ""
775
+ },
776
+ {
777
+ "info": {
778
+ "id": 1479,
779
+ "firstName": "Michael",
780
+ "lastName": "Funk",
781
+ "jerseyNumber": 4,
782
+ "position": "D",
783
+ "birthDate": "1986-08-15"
784
+ },
785
+ "stats": {
786
+ "goals": 0,
787
+ "assists": 0,
788
+ "points": 0,
789
+ "penaltyMinutes": 2,
790
+ "plusMinus": 1,
791
+ "faceoffAttempts": 0,
792
+ "faceoffWins": 0,
793
+ "shots": 0,
794
+ "hits": 0
795
+ },
796
+ "starting": 0,
797
+ "status": ""
798
+ },
799
+ {
800
+ "info": {
801
+ "id": 731,
802
+ "firstName": "Timo",
803
+ "lastName": "Helbling",
804
+ "jerseyNumber": 5,
805
+ "position": "D",
806
+ "birthDate": "1981-07-21"
807
+ },
808
+ "stats": {
809
+ "goals": 1,
810
+ "assists": 0,
811
+ "points": 1,
812
+ "penaltyMinutes": 0,
813
+ "plusMinus": -1,
814
+ "faceoffAttempts": 0,
815
+ "faceoffWins": 0,
816
+ "shots": 2,
817
+ "hits": 0
818
+ },
819
+ "starting": 0,
820
+ "status": ""
821
+ },
822
+ {
823
+ "info": {
824
+ "id": 740,
825
+ "firstName": "Stefan",
826
+ "lastName": "Meyer",
827
+ "jerseyNumber": 10,
828
+ "position": "LW",
829
+ "birthDate": "1985-07-20"
830
+ },
831
+ "stats": {
832
+ "goals": 0,
833
+ "assists": 1,
834
+ "points": 1,
835
+ "penaltyMinutes": 0,
836
+ "plusMinus": 0,
837
+ "faceoffAttempts": 0,
838
+ "faceoffWins": 0,
839
+ "shots": 3,
840
+ "hits": 0
841
+ },
842
+ "starting": 0,
843
+ "status": ""
844
+ },
845
+ {
846
+ "info": {
847
+ "id": 1475,
848
+ "firstName": "David",
849
+ "lastName": "Booth",
850
+ "jerseyNumber": 12,
851
+ "position": "LW",
852
+ "birthDate": "1984-11-24"
853
+ },
854
+ "stats": {
855
+ "goals": 0,
856
+ "assists": 0,
857
+ "points": 0,
858
+ "penaltyMinutes": 0,
859
+ "plusMinus": -1,
860
+ "faceoffAttempts": 0,
861
+ "faceoffWins": 0,
862
+ "shots": 3,
863
+ "hits": 0
864
+ },
865
+ "starting": 0,
866
+ "status": ""
867
+ },
868
+ {
869
+ "info": {
870
+ "id": 446,
871
+ "firstName": "Michael",
872
+ "lastName": "Ryan",
873
+ "jerseyNumber": 17,
874
+ "position": "LW",
875
+ "birthDate": "1980-05-16"
876
+ },
877
+ "stats": {
878
+ "goals": 0,
879
+ "assists": 0,
880
+ "points": 0,
881
+ "penaltyMinutes": 2,
882
+ "plusMinus": -2,
883
+ "faceoffAttempts": 0,
884
+ "faceoffWins": 0,
885
+ "shots": 3,
886
+ "hits": 0
887
+ },
888
+ "starting": 0,
889
+ "status": "A"
890
+ },
891
+ {
892
+ "info": {
893
+ "id": 452,
894
+ "firstName": "Rob",
895
+ "lastName": "Globke",
896
+ "jerseyNumber": 18,
897
+ "position": "RW",
898
+ "birthDate": "1982-10-24"
899
+ },
900
+ "stats": {
901
+ "goals": 0,
902
+ "assists": 0,
903
+ "points": 0,
904
+ "penaltyMinutes": 0,
905
+ "plusMinus": 0,
906
+ "faceoffAttempts": 0,
907
+ "faceoffWins": 0,
908
+ "shots": 0,
909
+ "hits": 0
910
+ },
911
+ "starting": 0,
912
+ "status": ""
913
+ },
914
+ {
915
+ "info": {
916
+ "id": 1480,
917
+ "firstName": "Dylan",
918
+ "lastName": "Hunter",
919
+ "jerseyNumber": 19,
920
+ "position": "LW",
921
+ "birthDate": "1985-05-21"
922
+ },
923
+ "stats": {
924
+ "goals": 0,
925
+ "assists": 1,
926
+ "points": 1,
927
+ "penaltyMinutes": 0,
928
+ "plusMinus": 0,
929
+ "faceoffAttempts": 0,
930
+ "faceoffWins": 0,
931
+ "shots": 1,
932
+ "hits": 0
933
+ },
934
+ "starting": 0,
935
+ "status": ""
936
+ },
937
+ {
938
+ "info": {
939
+ "id": 669,
940
+ "firstName": "Greg",
941
+ "lastName": "Jacina",
942
+ "jerseyNumber": 22,
943
+ "position": "RW",
944
+ "birthDate": "1982-05-22"
945
+ },
946
+ "stats": {
947
+ "goals": 0,
948
+ "assists": 0,
949
+ "points": 0,
950
+ "penaltyMinutes": 2,
951
+ "plusMinus": 0,
952
+ "faceoffAttempts": 0,
953
+ "faceoffWins": 0,
954
+ "shots": 2,
955
+ "hits": 0
956
+ },
957
+ "starting": 0,
958
+ "status": ""
959
+ },
960
+ {
961
+ "info": {
962
+ "id": 1515,
963
+ "firstName": "Marek",
964
+ "lastName": "Zagrapan",
965
+ "jerseyNumber": 23,
966
+ "position": "C",
967
+ "birthDate": "1986-12-06"
968
+ },
969
+ "stats": {
970
+ "goals": 0,
971
+ "assists": 0,
972
+ "points": 0,
973
+ "penaltyMinutes": 0,
974
+ "plusMinus": -2,
975
+ "faceoffAttempts": 0,
976
+ "faceoffWins": 0,
977
+ "shots": 0,
978
+ "hits": 0
979
+ },
980
+ "starting": 0,
981
+ "status": ""
982
+ },
983
+ {
984
+ "info": {
985
+ "id": 487,
986
+ "firstName": "Anthony",
987
+ "lastName": "Stewart",
988
+ "jerseyNumber": 24,
989
+ "position": "RW",
990
+ "birthDate": "1985-01-05"
991
+ },
992
+ "stats": {
993
+ "goals": 0,
994
+ "assists": 0,
995
+ "points": 0,
996
+ "penaltyMinutes": 0,
997
+ "plusMinus": -1,
998
+ "faceoffAttempts": 0,
999
+ "faceoffWins": 0,
1000
+ "shots": 1,
1001
+ "hits": 0
1002
+ },
1003
+ "starting": 0,
1004
+ "status": ""
1005
+ },
1006
+ {
1007
+ "info": {
1008
+ "id": 681,
1009
+ "firstName": "Mark",
1010
+ "lastName": "Mancari",
1011
+ "jerseyNumber": 26,
1012
+ "position": "RW",
1013
+ "birthDate": "1985-07-11"
1014
+ },
1015
+ "stats": {
1016
+ "goals": 0,
1017
+ "assists": 1,
1018
+ "points": 1,
1019
+ "penaltyMinutes": 2,
1020
+ "plusMinus": -1,
1021
+ "faceoffAttempts": 0,
1022
+ "faceoffWins": 0,
1023
+ "shots": 1,
1024
+ "hits": 0
1025
+ },
1026
+ "starting": 1,
1027
+ "status": ""
1028
+ },
1029
+ {
1030
+ "info": {
1031
+ "id": 495,
1032
+ "firstName": "Brandon",
1033
+ "lastName": "Smith",
1034
+ "jerseyNumber": 27,
1035
+ "position": "D",
1036
+ "birthDate": "1973-02-25"
1037
+ },
1038
+ "stats": {
1039
+ "goals": 0,
1040
+ "assists": 0,
1041
+ "points": 0,
1042
+ "penaltyMinutes": 2,
1043
+ "plusMinus": 1,
1044
+ "faceoffAttempts": 0,
1045
+ "faceoffWins": 0,
1046
+ "shots": 2,
1047
+ "hits": 0
1048
+ },
1049
+ "starting": 0,
1050
+ "status": "C"
1051
+ },
1052
+ {
1053
+ "info": {
1054
+ "id": 500,
1055
+ "firstName": "Kamil",
1056
+ "lastName": "Kreps",
1057
+ "jerseyNumber": 28,
1058
+ "position": "C",
1059
+ "birthDate": "1984-11-18"
1060
+ },
1061
+ "stats": {
1062
+ "goals": 0,
1063
+ "assists": 0,
1064
+ "points": 0,
1065
+ "penaltyMinutes": 0,
1066
+ "plusMinus": -1,
1067
+ "faceoffAttempts": 0,
1068
+ "faceoffWins": 0,
1069
+ "shots": 3,
1070
+ "hits": 0
1071
+ },
1072
+ "starting": 0,
1073
+ "status": ""
1074
+ },
1075
+ {
1076
+ "info": {
1077
+ "id": 1516,
1078
+ "firstName": "Janis",
1079
+ "lastName": "Sprukts",
1080
+ "jerseyNumber": 33,
1081
+ "position": "C",
1082
+ "birthDate": "1982-01-31"
1083
+ },
1084
+ "stats": {
1085
+ "goals": 0,
1086
+ "assists": 1,
1087
+ "points": 1,
1088
+ "penaltyMinutes": 2,
1089
+ "plusMinus": -1,
1090
+ "faceoffAttempts": 0,
1091
+ "faceoffWins": 0,
1092
+ "shots": 1,
1093
+ "hits": 0
1094
+ },
1095
+ "starting": 1,
1096
+ "status": "A"
1097
+ },
1098
+ {
1099
+ "info": {
1100
+ "id": 511,
1101
+ "firstName": "Clarke",
1102
+ "lastName": "MacArthur",
1103
+ "jerseyNumber": 41,
1104
+ "position": "LW",
1105
+ "birthDate": "1985-04-06"
1106
+ },
1107
+ "stats": {
1108
+ "goals": 1,
1109
+ "assists": 0,
1110
+ "points": 1,
1111
+ "penaltyMinutes": 0,
1112
+ "plusMinus": -1,
1113
+ "faceoffAttempts": 0,
1114
+ "faceoffWins": 0,
1115
+ "shots": 2,
1116
+ "hits": 0
1117
+ },
1118
+ "starting": 1,
1119
+ "status": ""
1120
+ },
1121
+ {
1122
+ "info": {
1123
+ "id": 22,
1124
+ "firstName": "Noah",
1125
+ "lastName": "Welch",
1126
+ "jerseyNumber": 45,
1127
+ "position": "D",
1128
+ "birthDate": "1982-08-26"
1129
+ },
1130
+ "stats": {
1131
+ "goals": 0,
1132
+ "assists": 0,
1133
+ "points": 0,
1134
+ "penaltyMinutes": 2,
1135
+ "plusMinus": -2,
1136
+ "faceoffAttempts": 0,
1137
+ "faceoffWins": 0,
1138
+ "shots": 1,
1139
+ "hits": 0
1140
+ },
1141
+ "starting": 1,
1142
+ "status": ""
1143
+ }
1144
+ ],
1145
+ "goalies": [
1146
+ {
1147
+ "info": {
1148
+ "id": 1537,
1149
+ "firstName": "Adam",
1150
+ "lastName": "Dennis",
1151
+ "jerseyNumber": 29,
1152
+ "position": "G",
1153
+ "birthDate": "1985-02-08"
1154
+ },
1155
+ "stats": {
1156
+ "goals": 0,
1157
+ "assists": 0,
1158
+ "points": 0,
1159
+ "penaltyMinutes": 0,
1160
+ "plusMinus": 0,
1161
+ "faceoffAttempts": 0,
1162
+ "faceoffWins": 0,
1163
+ "timeOnIce": null,
1164
+ "shotsAgainst": 0,
1165
+ "goalsAgainst": 0,
1166
+ "saves": 0
1167
+ },
1168
+ "starting": 0,
1169
+ "status": ""
1170
+ },
1171
+ {
1172
+ "info": {
1173
+ "id": 1476,
1174
+ "firstName": "Craig",
1175
+ "lastName": "Anderson",
1176
+ "jerseyNumber": 30,
1177
+ "position": "G",
1178
+ "birthDate": "1981-05-21"
1179
+ },
1180
+ "stats": {
1181
+ "goals": 0,
1182
+ "assists": 0,
1183
+ "points": 0,
1184
+ "penaltyMinutes": 0,
1185
+ "plusMinus": 0,
1186
+ "faceoffAttempts": 0,
1187
+ "faceoffWins": 0,
1188
+ "timeOnIce": "58:24",
1189
+ "shotsAgainst": 32,
1190
+ "goalsAgainst": 5,
1191
+ "saves": 27
1192
+ },
1193
+ "starting": 1,
1194
+ "status": ""
1195
+ }
1196
+ ],
1197
+ "goalieLog": [
1198
+ {
1199
+ "info": {
1200
+ "id": 1476,
1201
+ "firstName": "Craig",
1202
+ "lastName": "Anderson",
1203
+ "jerseyNumber": 30,
1204
+ "position": "G",
1205
+ "birthDate": ""
1206
+ },
1207
+ "stats": {
1208
+ "goals": 0,
1209
+ "assists": 0,
1210
+ "points": 0,
1211
+ "penaltyMinutes": 0,
1212
+ "plusMinus": 0,
1213
+ "faceoffAttempts": 0,
1214
+ "faceoffWins": 0,
1215
+ "timeOnIce": "12:36",
1216
+ "shotsAgainst": 28,
1217
+ "goalsAgainst": 1,
1218
+ "saves": 27
1219
+ },
1220
+ "periodStart": { "id": "1", "shortName": "1", "longName": "1st" },
1221
+ "timeStart": "0:00",
1222
+ "periodEnd": { "id": "1", "shortName": "1", "longName": "1st" },
1223
+ "timeEnd": "12:36",
1224
+ "result": "L"
1225
+ },
1226
+ {
1227
+ "info": {
1228
+ "id": 1476,
1229
+ "firstName": "Craig",
1230
+ "lastName": "Anderson",
1231
+ "jerseyNumber": 30,
1232
+ "position": "G",
1233
+ "birthDate": ""
1234
+ },
1235
+ "stats": {
1236
+ "goals": 0,
1237
+ "assists": 0,
1238
+ "points": 0,
1239
+ "penaltyMinutes": 0,
1240
+ "plusMinus": 0,
1241
+ "faceoffAttempts": 0,
1242
+ "faceoffWins": 0,
1243
+ "timeOnIce": "45:48",
1244
+ "shotsAgainst": 3,
1245
+ "goalsAgainst": 3,
1246
+ "saves": 0
1247
+ },
1248
+ "periodStart": { "id": "1", "shortName": "1", "longName": "1st" },
1249
+ "timeStart": "12:45",
1250
+ "periodEnd": { "id": "3", "shortName": "3", "longName": "3rd" },
1251
+ "timeEnd": "18:33",
1252
+ "result": "L"
1253
+ }
1254
+ ],
1255
+ "seasonStats": []
1256
+ },
1257
+ "periods": [
1258
+ {
1259
+ "info": { "id": "1", "shortName": "1", "longName": "1st" },
1260
+ "stats": {
1261
+ "homeGoals": "1",
1262
+ "homeShots": "10",
1263
+ "visitingGoals": "1",
1264
+ "visitingShots": "9"
1265
+ },
1266
+ "goals": [
1267
+ {
1268
+ "game_goal_id": "13795",
1269
+ "team": {
1270
+ "id": 326,
1271
+ "name": "Hamilton Bulldogs",
1272
+ "city": "Hamilton",
1273
+ "nickname": "Hamilton",
1274
+ "abbreviation": "HAM",
1275
+ "logo": "https://assets.leaguestat.com/ahl/logos/326.jpg",
1276
+ "divisionName": "North Division"
1277
+ },
1278
+ "period": { "id": "1", "shortName": "", "longName": "1st" },
1279
+ "time": "8:55",
1280
+ "scorerGoalNumber": "2",
1281
+ "scoredBy": {
1282
+ "id": 536,
1283
+ "firstName": "Eric",
1284
+ "lastName": "Manlow",
1285
+ "jerseyNumber": 7,
1286
+ "position": "LW",
1287
+ "birthDate": ""
1288
+ },
1289
+ "assists": [
1290
+ {
1291
+ "id": 1462,
1292
+ "firstName": "Mikhail",
1293
+ "lastName": "Grabovski",
1294
+ "jerseyNumber": 31,
1295
+ "position": "C",
1296
+ "birthDate": ""
1297
+ },
1298
+ {
1299
+ "id": 561,
1300
+ "firstName": "Andrew",
1301
+ "lastName": "Archer",
1302
+ "jerseyNumber": 55,
1303
+ "position": "D",
1304
+ "birthDate": ""
1305
+ }
1306
+ ],
1307
+ "assistNumbers": ["1", "1"],
1308
+ "properties": {
1309
+ "isPowerPlay": "0",
1310
+ "isShortHanded": "0",
1311
+ "isEmptyNet": "0",
1312
+ "isPenaltyShot": "0",
1313
+ "isInsuranceGoal": "0",
1314
+ "isGameWinningGoal": "0"
1315
+ },
1316
+ "plus_players": [
1317
+ {
1318
+ "id": 536,
1319
+ "firstName": "Eric",
1320
+ "lastName": "Manlow",
1321
+ "jerseyNumber": 7,
1322
+ "position": "LW",
1323
+ "birthDate": ""
1324
+ },
1325
+ {
1326
+ "id": 1460,
1327
+ "firstName": "Matt",
1328
+ "lastName": "D'Agostini",
1329
+ "jerseyNumber": 22,
1330
+ "position": "RW",
1331
+ "birthDate": ""
1332
+ },
1333
+ {
1334
+ "id": 1469,
1335
+ "firstName": "Danny",
1336
+ "lastName": "Groulx",
1337
+ "jerseyNumber": 27,
1338
+ "position": "D",
1339
+ "birthDate": ""
1340
+ },
1341
+ {
1342
+ "id": 1462,
1343
+ "firstName": "Mikhail",
1344
+ "lastName": "Grabovski",
1345
+ "jerseyNumber": 31,
1346
+ "position": "C",
1347
+ "birthDate": ""
1348
+ },
1349
+ {
1350
+ "id": 561,
1351
+ "firstName": "Andrew",
1352
+ "lastName": "Archer",
1353
+ "jerseyNumber": 55,
1354
+ "position": "D",
1355
+ "birthDate": ""
1356
+ }
1357
+ ],
1358
+ "minus_players": [
1359
+ {
1360
+ "id": 1478,
1361
+ "firstName": "Mike",
1362
+ "lastName": "Card",
1363
+ "jerseyNumber": 2,
1364
+ "position": "D",
1365
+ "birthDate": ""
1366
+ },
1367
+ {
1368
+ "id": 446,
1369
+ "firstName": "Michael",
1370
+ "lastName": "Ryan",
1371
+ "jerseyNumber": 17,
1372
+ "position": "LW",
1373
+ "birthDate": ""
1374
+ },
1375
+ {
1376
+ "id": 669,
1377
+ "firstName": "Greg",
1378
+ "lastName": "Jacina",
1379
+ "jerseyNumber": 22,
1380
+ "position": "RW",
1381
+ "birthDate": ""
1382
+ },
1383
+ {
1384
+ "id": 1515,
1385
+ "firstName": "Marek",
1386
+ "lastName": "Zagrapan",
1387
+ "jerseyNumber": 23,
1388
+ "position": "C",
1389
+ "birthDate": ""
1390
+ },
1391
+ {
1392
+ "id": 22,
1393
+ "firstName": "Noah",
1394
+ "lastName": "Welch",
1395
+ "jerseyNumber": 45,
1396
+ "position": "D",
1397
+ "birthDate": ""
1398
+ }
1399
+ ]
1400
+ },
1401
+ {
1402
+ "game_goal_id": "13798",
1403
+ "team": {
1404
+ "id": 323,
1405
+ "name": "Rochester Americans",
1406
+ "city": "Rochester",
1407
+ "nickname": "Rochester",
1408
+ "abbreviation": "ROC",
1409
+ "logo": "https://assets.leaguestat.com/ahl/logos/323.jpg",
1410
+ "divisionName": "North Division"
1411
+ },
1412
+ "period": { "id": "1", "shortName": "", "longName": "1st" },
1413
+ "time": "14:46",
1414
+ "scorerGoalNumber": "2",
1415
+ "scoredBy": {
1416
+ "id": 731,
1417
+ "firstName": "Timo",
1418
+ "lastName": "Helbling",
1419
+ "jerseyNumber": 5,
1420
+ "position": "D",
1421
+ "birthDate": ""
1422
+ },
1423
+ "assists": [
1424
+ {
1425
+ "id": 1480,
1426
+ "firstName": "Dylan",
1427
+ "lastName": "Hunter",
1428
+ "jerseyNumber": 19,
1429
+ "position": "LW",
1430
+ "birthDate": ""
1431
+ },
1432
+ {
1433
+ "id": 740,
1434
+ "firstName": "Stefan",
1435
+ "lastName": "Meyer",
1436
+ "jerseyNumber": 10,
1437
+ "position": "LW",
1438
+ "birthDate": ""
1439
+ }
1440
+ ],
1441
+ "assistNumbers": ["2", "2"],
1442
+ "properties": {
1443
+ "isPowerPlay": "0",
1444
+ "isShortHanded": "0",
1445
+ "isEmptyNet": "0",
1446
+ "isPenaltyShot": "0",
1447
+ "isInsuranceGoal": "0",
1448
+ "isGameWinningGoal": "0"
1449
+ },
1450
+ "plus_players": [
1451
+ {
1452
+ "id": 731,
1453
+ "firstName": "Timo",
1454
+ "lastName": "Helbling",
1455
+ "jerseyNumber": 5,
1456
+ "position": "D",
1457
+ "birthDate": ""
1458
+ },
1459
+ {
1460
+ "id": 740,
1461
+ "firstName": "Stefan",
1462
+ "lastName": "Meyer",
1463
+ "jerseyNumber": 10,
1464
+ "position": "LW",
1465
+ "birthDate": ""
1466
+ },
1467
+ {
1468
+ "id": 1480,
1469
+ "firstName": "Dylan",
1470
+ "lastName": "Hunter",
1471
+ "jerseyNumber": 19,
1472
+ "position": "LW",
1473
+ "birthDate": ""
1474
+ },
1475
+ {
1476
+ "id": 669,
1477
+ "firstName": "Greg",
1478
+ "lastName": "Jacina",
1479
+ "jerseyNumber": 22,
1480
+ "position": "RW",
1481
+ "birthDate": ""
1482
+ },
1483
+ {
1484
+ "id": 22,
1485
+ "firstName": "Noah",
1486
+ "lastName": "Welch",
1487
+ "jerseyNumber": 45,
1488
+ "position": "D",
1489
+ "birthDate": ""
1490
+ }
1491
+ ],
1492
+ "minus_players": [
1493
+ {
1494
+ "id": 547,
1495
+ "firstName": "Jonathan",
1496
+ "lastName": "Ferland",
1497
+ "jerseyNumber": 21,
1498
+ "position": "RW",
1499
+ "birthDate": ""
1500
+ },
1501
+ {
1502
+ "id": 1469,
1503
+ "firstName": "Danny",
1504
+ "lastName": "Groulx",
1505
+ "jerseyNumber": 27,
1506
+ "position": "D",
1507
+ "birthDate": ""
1508
+ },
1509
+ {
1510
+ "id": 1462,
1511
+ "firstName": "Mikhail",
1512
+ "lastName": "Grabovski",
1513
+ "jerseyNumber": 31,
1514
+ "position": "C",
1515
+ "birthDate": ""
1516
+ },
1517
+ {
1518
+ "id": 561,
1519
+ "firstName": "Andrew",
1520
+ "lastName": "Archer",
1521
+ "jerseyNumber": 55,
1522
+ "position": "D",
1523
+ "birthDate": ""
1524
+ },
1525
+ {
1526
+ "id": 554,
1527
+ "firstName": "Corey",
1528
+ "lastName": "Locke",
1529
+ "jerseyNumber": 84,
1530
+ "position": "C",
1531
+ "birthDate": ""
1532
+ }
1533
+ ]
1534
+ }
1535
+ ],
1536
+ "penalties": [
1537
+ {
1538
+ "game_penalty_id": 37774,
1539
+ "period": { "id": "1", "shortName": "", "longName": "1st" },
1540
+ "time": "04:52",
1541
+ "againstTeam": {
1542
+ "id": 323,
1543
+ "name": "Rochester Americans",
1544
+ "city": "Rochester",
1545
+ "nickname": "Rochester",
1546
+ "abbreviation": "ROC",
1547
+ "logo": "https://assets.leaguestat.com/ahl/logos/323.jpg",
1548
+ "divisionName": "North Division"
1549
+ },
1550
+ "minutes": 2,
1551
+ "description": "Hooking",
1552
+ "ruleNumber": "",
1553
+ "takenBy": {
1554
+ "id": 681,
1555
+ "firstName": "Mark",
1556
+ "lastName": "Mancari",
1557
+ "jerseyNumber": 26,
1558
+ "position": "RW",
1559
+ "birthDate": ""
1560
+ },
1561
+ "servedBy": {
1562
+ "id": 681,
1563
+ "firstName": "Mark",
1564
+ "lastName": "Mancari",
1565
+ "jerseyNumber": 26,
1566
+ "position": "RW",
1567
+ "birthDate": ""
1568
+ },
1569
+ "isPowerPlay": true,
1570
+ "isBench": false
1571
+ },
1572
+ {
1573
+ "game_penalty_id": 37777,
1574
+ "period": { "id": "1", "shortName": "", "longName": "1st" },
1575
+ "time": "12:45",
1576
+ "againstTeam": {
1577
+ "id": 326,
1578
+ "name": "Hamilton Bulldogs",
1579
+ "city": "Hamilton",
1580
+ "nickname": "Hamilton",
1581
+ "abbreviation": "HAM",
1582
+ "logo": "https://assets.leaguestat.com/ahl/logos/326.jpg",
1583
+ "divisionName": "North Division"
1584
+ },
1585
+ "minutes": 2,
1586
+ "description": "High-sticking",
1587
+ "ruleNumber": "",
1588
+ "takenBy": {
1589
+ "id": 1462,
1590
+ "firstName": "Mikhail",
1591
+ "lastName": "Grabovski",
1592
+ "jerseyNumber": 0,
1593
+ "position": "C",
1594
+ "birthDate": ""
1595
+ },
1596
+ "servedBy": {
1597
+ "id": 1462,
1598
+ "firstName": "Mikhail",
1599
+ "lastName": "Grabovski",
1600
+ "jerseyNumber": 0,
1601
+ "position": "C",
1602
+ "birthDate": ""
1603
+ },
1604
+ "isPowerPlay": true,
1605
+ "isBench": false
1606
+ }
1607
+ ]
1608
+ },
1609
+ {
1610
+ "info": { "id": "2", "shortName": "2", "longName": "2nd" },
1611
+ "stats": {
1612
+ "homeGoals": "1",
1613
+ "homeShots": "7",
1614
+ "visitingGoals": "1",
1615
+ "visitingShots": "10"
1616
+ },
1617
+ "goals": [
1618
+ {
1619
+ "game_goal_id": "13802",
1620
+ "team": {
1621
+ "id": 326,
1622
+ "name": "Hamilton Bulldogs",
1623
+ "city": "Hamilton",
1624
+ "nickname": "Hamilton",
1625
+ "abbreviation": "HAM",
1626
+ "logo": "https://assets.leaguestat.com/ahl/logos/326.jpg",
1627
+ "divisionName": "North Division"
1628
+ },
1629
+ "period": { "id": "2", "shortName": "", "longName": "2nd" },
1630
+ "time": "4:57",
1631
+ "scorerGoalNumber": "3",
1632
+ "scoredBy": {
1633
+ "id": 551,
1634
+ "firstName": "Maxim",
1635
+ "lastName": "Lapierre",
1636
+ "jerseyNumber": 26,
1637
+ "position": "C",
1638
+ "birthDate": ""
1639
+ },
1640
+ "assists": [
1641
+ {
1642
+ "id": 554,
1643
+ "firstName": "Corey",
1644
+ "lastName": "Locke",
1645
+ "jerseyNumber": 84,
1646
+ "position": "C",
1647
+ "birthDate": ""
1648
+ }
1649
+ ],
1650
+ "assistNumbers": ["2", "0"],
1651
+ "properties": {
1652
+ "isPowerPlay": "0",
1653
+ "isShortHanded": "0",
1654
+ "isEmptyNet": "0",
1655
+ "isPenaltyShot": "0",
1656
+ "isInsuranceGoal": "0",
1657
+ "isGameWinningGoal": "0"
1658
+ },
1659
+ "plus_players": [
1660
+ {
1661
+ "id": 555,
1662
+ "firstName": "Duncan",
1663
+ "lastName": "Milroy",
1664
+ "jerseyNumber": 19,
1665
+ "position": "RW",
1666
+ "birthDate": ""
1667
+ },
1668
+ {
1669
+ "id": 551,
1670
+ "firstName": "Maxim",
1671
+ "lastName": "Lapierre",
1672
+ "jerseyNumber": 26,
1673
+ "position": "C",
1674
+ "birthDate": ""
1675
+ },
1676
+ {
1677
+ "id": 1469,
1678
+ "firstName": "Danny",
1679
+ "lastName": "Groulx",
1680
+ "jerseyNumber": 27,
1681
+ "position": "D",
1682
+ "birthDate": ""
1683
+ },
1684
+ {
1685
+ "id": 561,
1686
+ "firstName": "Andrew",
1687
+ "lastName": "Archer",
1688
+ "jerseyNumber": 55,
1689
+ "position": "D",
1690
+ "birthDate": ""
1691
+ },
1692
+ {
1693
+ "id": 554,
1694
+ "firstName": "Corey",
1695
+ "lastName": "Locke",
1696
+ "jerseyNumber": 84,
1697
+ "position": "C",
1698
+ "birthDate": ""
1699
+ }
1700
+ ],
1701
+ "minus_players": [
1702
+ {
1703
+ "id": 777,
1704
+ "firstName": "Jeremy",
1705
+ "lastName": "Swanson",
1706
+ "jerseyNumber": 3,
1707
+ "position": "D",
1708
+ "birthDate": ""
1709
+ },
1710
+ {
1711
+ "id": 731,
1712
+ "firstName": "Timo",
1713
+ "lastName": "Helbling",
1714
+ "jerseyNumber": 5,
1715
+ "position": "D",
1716
+ "birthDate": ""
1717
+ },
1718
+ {
1719
+ "id": 1475,
1720
+ "firstName": "David",
1721
+ "lastName": "Booth",
1722
+ "jerseyNumber": 12,
1723
+ "position": "LW",
1724
+ "birthDate": ""
1725
+ },
1726
+ {
1727
+ "id": 487,
1728
+ "firstName": "Anthony",
1729
+ "lastName": "Stewart",
1730
+ "jerseyNumber": 24,
1731
+ "position": "RW",
1732
+ "birthDate": ""
1733
+ },
1734
+ {
1735
+ "id": 500,
1736
+ "firstName": "Kamil",
1737
+ "lastName": "Kreps",
1738
+ "jerseyNumber": 28,
1739
+ "position": "C",
1740
+ "birthDate": ""
1741
+ }
1742
+ ]
1743
+ },
1744
+ {
1745
+ "game_goal_id": "13803",
1746
+ "team": {
1747
+ "id": 323,
1748
+ "name": "Rochester Americans",
1749
+ "city": "Rochester",
1750
+ "nickname": "Rochester",
1751
+ "abbreviation": "ROC",
1752
+ "logo": "https://assets.leaguestat.com/ahl/logos/323.jpg",
1753
+ "divisionName": "North Division"
1754
+ },
1755
+ "period": { "id": "2", "shortName": "", "longName": "2nd" },
1756
+ "time": "6:10",
1757
+ "scorerGoalNumber": "2",
1758
+ "scoredBy": {
1759
+ "id": 511,
1760
+ "firstName": "Clarke",
1761
+ "lastName": "MacArthur",
1762
+ "jerseyNumber": 41,
1763
+ "position": "LW",
1764
+ "birthDate": ""
1765
+ },
1766
+ "assists": [
1767
+ {
1768
+ "id": 1516,
1769
+ "firstName": "Janis",
1770
+ "lastName": "Sprukts",
1771
+ "jerseyNumber": 33,
1772
+ "position": "C",
1773
+ "birthDate": ""
1774
+ },
1775
+ {
1776
+ "id": 681,
1777
+ "firstName": "Mark",
1778
+ "lastName": "Mancari",
1779
+ "jerseyNumber": 26,
1780
+ "position": "RW",
1781
+ "birthDate": ""
1782
+ }
1783
+ ],
1784
+ "assistNumbers": ["3", "5"],
1785
+ "properties": {
1786
+ "isPowerPlay": "0",
1787
+ "isShortHanded": "0",
1788
+ "isEmptyNet": "0",
1789
+ "isPenaltyShot": "0",
1790
+ "isInsuranceGoal": "0",
1791
+ "isGameWinningGoal": "0"
1792
+ },
1793
+ "plus_players": [
1794
+ {
1795
+ "id": 1479,
1796
+ "firstName": "Michael",
1797
+ "lastName": "Funk",
1798
+ "jerseyNumber": 4,
1799
+ "position": "D",
1800
+ "birthDate": ""
1801
+ },
1802
+ {
1803
+ "id": 681,
1804
+ "firstName": "Mark",
1805
+ "lastName": "Mancari",
1806
+ "jerseyNumber": 26,
1807
+ "position": "RW",
1808
+ "birthDate": ""
1809
+ },
1810
+ {
1811
+ "id": 495,
1812
+ "firstName": "Brandon",
1813
+ "lastName": "Smith",
1814
+ "jerseyNumber": 27,
1815
+ "position": "D",
1816
+ "birthDate": ""
1817
+ },
1818
+ {
1819
+ "id": 1516,
1820
+ "firstName": "Janis",
1821
+ "lastName": "Sprukts",
1822
+ "jerseyNumber": 33,
1823
+ "position": "C",
1824
+ "birthDate": ""
1825
+ },
1826
+ {
1827
+ "id": 511,
1828
+ "firstName": "Clarke",
1829
+ "lastName": "MacArthur",
1830
+ "jerseyNumber": 41,
1831
+ "position": "LW",
1832
+ "birthDate": ""
1833
+ }
1834
+ ],
1835
+ "minus_players": [
1836
+ {
1837
+ "id": 345,
1838
+ "firstName": "Dan",
1839
+ "lastName": "Jancevski",
1840
+ "jerseyNumber": 4,
1841
+ "position": "D",
1842
+ "birthDate": ""
1843
+ },
1844
+ {
1845
+ "id": 536,
1846
+ "firstName": "Eric",
1847
+ "lastName": "Manlow",
1848
+ "jerseyNumber": 7,
1849
+ "position": "LW",
1850
+ "birthDate": ""
1851
+ },
1852
+ {
1853
+ "id": 1460,
1854
+ "firstName": "Matt",
1855
+ "lastName": "D'Agostini",
1856
+ "jerseyNumber": 22,
1857
+ "position": "RW",
1858
+ "birthDate": ""
1859
+ },
1860
+ {
1861
+ "id": 1462,
1862
+ "firstName": "Mikhail",
1863
+ "lastName": "Grabovski",
1864
+ "jerseyNumber": 31,
1865
+ "position": "C",
1866
+ "birthDate": ""
1867
+ },
1868
+ {
1869
+ "id": 1416,
1870
+ "firstName": "Mathieu",
1871
+ "lastName": "Biron",
1872
+ "jerseyNumber": 34,
1873
+ "position": "D",
1874
+ "birthDate": ""
1875
+ }
1876
+ ]
1877
+ }
1878
+ ],
1879
+ "penalties": [
1880
+ {
1881
+ "game_penalty_id": 37787,
1882
+ "period": { "id": "2", "shortName": "", "longName": "2nd" },
1883
+ "time": "12:06",
1884
+ "againstTeam": {
1885
+ "id": 323,
1886
+ "name": "Rochester Americans",
1887
+ "city": "Rochester",
1888
+ "nickname": "Rochester",
1889
+ "abbreviation": "ROC",
1890
+ "logo": "https://assets.leaguestat.com/ahl/logos/323.jpg",
1891
+ "divisionName": "North Division"
1892
+ },
1893
+ "minutes": 2,
1894
+ "description": "Cross-checking",
1895
+ "ruleNumber": "",
1896
+ "takenBy": {
1897
+ "id": 495,
1898
+ "firstName": "Brandon",
1899
+ "lastName": "Smith",
1900
+ "jerseyNumber": 27,
1901
+ "position": "D",
1902
+ "birthDate": ""
1903
+ },
1904
+ "servedBy": {
1905
+ "id": 495,
1906
+ "firstName": "Brandon",
1907
+ "lastName": "Smith",
1908
+ "jerseyNumber": 27,
1909
+ "position": "D",
1910
+ "birthDate": ""
1911
+ },
1912
+ "isPowerPlay": true,
1913
+ "isBench": false
1914
+ },
1915
+ {
1916
+ "game_penalty_id": 37790,
1917
+ "period": { "id": "2", "shortName": "", "longName": "2nd" },
1918
+ "time": "16:51",
1919
+ "againstTeam": {
1920
+ "id": 326,
1921
+ "name": "Hamilton Bulldogs",
1922
+ "city": "Hamilton",
1923
+ "nickname": "Hamilton",
1924
+ "abbreviation": "HAM",
1925
+ "logo": "https://assets.leaguestat.com/ahl/logos/326.jpg",
1926
+ "divisionName": "North Division"
1927
+ },
1928
+ "minutes": 2,
1929
+ "description": "Hooking",
1930
+ "ruleNumber": "",
1931
+ "takenBy": {
1932
+ "id": 1460,
1933
+ "firstName": "Matt",
1934
+ "lastName": "D'Agostini",
1935
+ "jerseyNumber": 22,
1936
+ "position": "RW",
1937
+ "birthDate": ""
1938
+ },
1939
+ "servedBy": {
1940
+ "id": 1460,
1941
+ "firstName": "Matt",
1942
+ "lastName": "D'Agostini",
1943
+ "jerseyNumber": 22,
1944
+ "position": "RW",
1945
+ "birthDate": ""
1946
+ },
1947
+ "isPowerPlay": true,
1948
+ "isBench": false
1949
+ },
1950
+ {
1951
+ "game_penalty_id": 37792,
1952
+ "period": { "id": "2", "shortName": "", "longName": "2nd" },
1953
+ "time": "19:18",
1954
+ "againstTeam": {
1955
+ "id": 323,
1956
+ "name": "Rochester Americans",
1957
+ "city": "Rochester",
1958
+ "nickname": "Rochester",
1959
+ "abbreviation": "ROC",
1960
+ "logo": "https://assets.leaguestat.com/ahl/logos/323.jpg",
1961
+ "divisionName": "North Division"
1962
+ },
1963
+ "minutes": 2,
1964
+ "description": "Holding",
1965
+ "ruleNumber": "",
1966
+ "takenBy": {
1967
+ "id": 22,
1968
+ "firstName": "Noah",
1969
+ "lastName": "Welch",
1970
+ "jerseyNumber": 3,
1971
+ "position": "D",
1972
+ "birthDate": ""
1973
+ },
1974
+ "servedBy": {
1975
+ "id": 22,
1976
+ "firstName": "Noah",
1977
+ "lastName": "Welch",
1978
+ "jerseyNumber": 3,
1979
+ "position": "D",
1980
+ "birthDate": ""
1981
+ },
1982
+ "isPowerPlay": true,
1983
+ "isBench": false
1984
+ }
1985
+ ]
1986
+ },
1987
+ {
1988
+ "info": { "id": "3", "shortName": "3", "longName": "3rd" },
1989
+ "stats": {
1990
+ "homeGoals": "4",
1991
+ "homeShots": "16",
1992
+ "visitingGoals": "0",
1993
+ "visitingShots": "8"
1994
+ },
1995
+ "goals": [
1996
+ {
1997
+ "game_goal_id": "13810",
1998
+ "team": {
1999
+ "id": 326,
2000
+ "name": "Hamilton Bulldogs",
2001
+ "city": "Hamilton",
2002
+ "nickname": "Hamilton",
2003
+ "abbreviation": "HAM",
2004
+ "logo": "https://assets.leaguestat.com/ahl/logos/326.jpg",
2005
+ "divisionName": "North Division"
2006
+ },
2007
+ "period": { "id": "3", "shortName": "", "longName": "3rd" },
2008
+ "time": "7:57",
2009
+ "scorerGoalNumber": "1",
2010
+ "scoredBy": {
2011
+ "id": 1470,
2012
+ "firstName": "Ryan",
2013
+ "lastName": "O'Byrne",
2014
+ "jerseyNumber": 2,
2015
+ "position": "D",
2016
+ "birthDate": ""
2017
+ },
2018
+ "assists": [],
2019
+ "assistNumbers": ["0", "0"],
2020
+ "properties": {
2021
+ "isPowerPlay": "0",
2022
+ "isShortHanded": "0",
2023
+ "isEmptyNet": "0",
2024
+ "isPenaltyShot": "0",
2025
+ "isInsuranceGoal": "0",
2026
+ "isGameWinningGoal": "1"
2027
+ },
2028
+ "plus_players": [
2029
+ {
2030
+ "id": 1470,
2031
+ "firstName": "Ryan",
2032
+ "lastName": "O'Byrne",
2033
+ "jerseyNumber": 2,
2034
+ "position": "D",
2035
+ "birthDate": ""
2036
+ },
2037
+ {
2038
+ "id": 562,
2039
+ "firstName": "Andre",
2040
+ "lastName": "Benoit",
2041
+ "jerseyNumber": 16,
2042
+ "position": "D",
2043
+ "birthDate": ""
2044
+ },
2045
+ {
2046
+ "id": 1127,
2047
+ "firstName": "Kyle",
2048
+ "lastName": "Chipchura",
2049
+ "jerseyNumber": 17,
2050
+ "position": "C",
2051
+ "birthDate": ""
2052
+ },
2053
+ {
2054
+ "id": 547,
2055
+ "firstName": "Jonathan",
2056
+ "lastName": "Ferland",
2057
+ "jerseyNumber": 21,
2058
+ "position": "RW",
2059
+ "birthDate": ""
2060
+ },
2061
+ {
2062
+ "id": 37,
2063
+ "firstName": "Ajay",
2064
+ "lastName": "Baines",
2065
+ "jerseyNumber": 32,
2066
+ "position": "C",
2067
+ "birthDate": ""
2068
+ }
2069
+ ],
2070
+ "minus_players": [
2071
+ {
2072
+ "id": 777,
2073
+ "firstName": "Jeremy",
2074
+ "lastName": "Swanson",
2075
+ "jerseyNumber": 3,
2076
+ "position": "D",
2077
+ "birthDate": ""
2078
+ },
2079
+ {
2080
+ "id": 731,
2081
+ "firstName": "Timo",
2082
+ "lastName": "Helbling",
2083
+ "jerseyNumber": 5,
2084
+ "position": "D",
2085
+ "birthDate": ""
2086
+ },
2087
+ {
2088
+ "id": 681,
2089
+ "firstName": "Mark",
2090
+ "lastName": "Mancari",
2091
+ "jerseyNumber": 26,
2092
+ "position": "RW",
2093
+ "birthDate": ""
2094
+ },
2095
+ {
2096
+ "id": 1516,
2097
+ "firstName": "Janis",
2098
+ "lastName": "Sprukts",
2099
+ "jerseyNumber": 33,
2100
+ "position": "C",
2101
+ "birthDate": ""
2102
+ },
2103
+ {
2104
+ "id": 511,
2105
+ "firstName": "Clarke",
2106
+ "lastName": "MacArthur",
2107
+ "jerseyNumber": 41,
2108
+ "position": "LW",
2109
+ "birthDate": ""
2110
+ }
2111
+ ]
2112
+ },
2113
+ {
2114
+ "game_goal_id": "13813",
2115
+ "team": {
2116
+ "id": 326,
2117
+ "name": "Hamilton Bulldogs",
2118
+ "city": "Hamilton",
2119
+ "nickname": "Hamilton",
2120
+ "abbreviation": "HAM",
2121
+ "logo": "https://assets.leaguestat.com/ahl/logos/326.jpg",
2122
+ "divisionName": "North Division"
2123
+ },
2124
+ "period": { "id": "3", "shortName": "", "longName": "3rd" },
2125
+ "time": "16:17",
2126
+ "scorerGoalNumber": "4",
2127
+ "scoredBy": {
2128
+ "id": 551,
2129
+ "firstName": "Maxim",
2130
+ "lastName": "Lapierre",
2131
+ "jerseyNumber": 26,
2132
+ "position": "C",
2133
+ "birthDate": ""
2134
+ },
2135
+ "assists": [
2136
+ {
2137
+ "id": 554,
2138
+ "firstName": "Corey",
2139
+ "lastName": "Locke",
2140
+ "jerseyNumber": 84,
2141
+ "position": "C",
2142
+ "birthDate": ""
2143
+ },
2144
+ {
2145
+ "id": 555,
2146
+ "firstName": "Duncan",
2147
+ "lastName": "Milroy",
2148
+ "jerseyNumber": 19,
2149
+ "position": "RW",
2150
+ "birthDate": ""
2151
+ }
2152
+ ],
2153
+ "assistNumbers": ["3", "5"],
2154
+ "properties": {
2155
+ "isPowerPlay": "1",
2156
+ "isShortHanded": "0",
2157
+ "isEmptyNet": "0",
2158
+ "isPenaltyShot": "0",
2159
+ "isInsuranceGoal": "1",
2160
+ "isGameWinningGoal": "0"
2161
+ },
2162
+ "plus_players": [
2163
+ {
2164
+ "id": 345,
2165
+ "firstName": "Dan",
2166
+ "lastName": "Jancevski",
2167
+ "jerseyNumber": 4,
2168
+ "position": "D",
2169
+ "birthDate": ""
2170
+ },
2171
+ {
2172
+ "id": 555,
2173
+ "firstName": "Duncan",
2174
+ "lastName": "Milroy",
2175
+ "jerseyNumber": 19,
2176
+ "position": "RW",
2177
+ "birthDate": ""
2178
+ },
2179
+ {
2180
+ "id": 551,
2181
+ "firstName": "Maxim",
2182
+ "lastName": "Lapierre",
2183
+ "jerseyNumber": 26,
2184
+ "position": "C",
2185
+ "birthDate": ""
2186
+ },
2187
+ {
2188
+ "id": 1416,
2189
+ "firstName": "Mathieu",
2190
+ "lastName": "Biron",
2191
+ "jerseyNumber": 34,
2192
+ "position": "D",
2193
+ "birthDate": ""
2194
+ },
2195
+ {
2196
+ "id": 554,
2197
+ "firstName": "Corey",
2198
+ "lastName": "Locke",
2199
+ "jerseyNumber": 84,
2200
+ "position": "C",
2201
+ "birthDate": ""
2202
+ }
2203
+ ],
2204
+ "minus_players": [
2205
+ {
2206
+ "id": 1475,
2207
+ "firstName": "David",
2208
+ "lastName": "Booth",
2209
+ "jerseyNumber": 12,
2210
+ "position": "LW",
2211
+ "birthDate": ""
2212
+ },
2213
+ {
2214
+ "id": 495,
2215
+ "firstName": "Brandon",
2216
+ "lastName": "Smith",
2217
+ "jerseyNumber": 27,
2218
+ "position": "D",
2219
+ "birthDate": ""
2220
+ },
2221
+ {
2222
+ "id": 511,
2223
+ "firstName": "Clarke",
2224
+ "lastName": "MacArthur",
2225
+ "jerseyNumber": 41,
2226
+ "position": "LW",
2227
+ "birthDate": ""
2228
+ },
2229
+ {
2230
+ "id": 22,
2231
+ "firstName": "Noah",
2232
+ "lastName": "Welch",
2233
+ "jerseyNumber": 45,
2234
+ "position": "D",
2235
+ "birthDate": ""
2236
+ }
2237
+ ]
2238
+ },
2239
+ {
2240
+ "game_goal_id": "13814",
2241
+ "team": {
2242
+ "id": 326,
2243
+ "name": "Hamilton Bulldogs",
2244
+ "city": "Hamilton",
2245
+ "nickname": "Hamilton",
2246
+ "abbreviation": "HAM",
2247
+ "logo": "https://assets.leaguestat.com/ahl/logos/326.jpg",
2248
+ "divisionName": "North Division"
2249
+ },
2250
+ "period": { "id": "3", "shortName": "", "longName": "3rd" },
2251
+ "time": "19:11",
2252
+ "scorerGoalNumber": "1",
2253
+ "scoredBy": {
2254
+ "id": 1127,
2255
+ "firstName": "Kyle",
2256
+ "lastName": "Chipchura",
2257
+ "jerseyNumber": 17,
2258
+ "position": "C",
2259
+ "birthDate": ""
2260
+ },
2261
+ "assists": [
2262
+ {
2263
+ "id": 1834,
2264
+ "firstName": "Carey",
2265
+ "lastName": "Price",
2266
+ "jerseyNumber": 29,
2267
+ "position": "G",
2268
+ "birthDate": ""
2269
+ }
2270
+ ],
2271
+ "assistNumbers": ["1", "0"],
2272
+ "properties": {
2273
+ "isPowerPlay": "0",
2274
+ "isShortHanded": "0",
2275
+ "isEmptyNet": "1",
2276
+ "isPenaltyShot": "0",
2277
+ "isInsuranceGoal": "0",
2278
+ "isGameWinningGoal": "0"
2279
+ },
2280
+ "plus_players": [
2281
+ {
2282
+ "id": 562,
2283
+ "firstName": "Andre",
2284
+ "lastName": "Benoit",
2285
+ "jerseyNumber": 16,
2286
+ "position": "D",
2287
+ "birthDate": ""
2288
+ },
2289
+ {
2290
+ "id": 1127,
2291
+ "firstName": "Kyle",
2292
+ "lastName": "Chipchura",
2293
+ "jerseyNumber": 17,
2294
+ "position": "C",
2295
+ "birthDate": ""
2296
+ },
2297
+ {
2298
+ "id": 555,
2299
+ "firstName": "Duncan",
2300
+ "lastName": "Milroy",
2301
+ "jerseyNumber": 19,
2302
+ "position": "RW",
2303
+ "birthDate": ""
2304
+ },
2305
+ {
2306
+ "id": 1416,
2307
+ "firstName": "Mathieu",
2308
+ "lastName": "Biron",
2309
+ "jerseyNumber": 34,
2310
+ "position": "D",
2311
+ "birthDate": ""
2312
+ }
2313
+ ],
2314
+ "minus_players": [
2315
+ {
2316
+ "id": 446,
2317
+ "firstName": "Michael",
2318
+ "lastName": "Ryan",
2319
+ "jerseyNumber": 17,
2320
+ "position": "LW",
2321
+ "birthDate": ""
2322
+ },
2323
+ {
2324
+ "id": 681,
2325
+ "firstName": "Mark",
2326
+ "lastName": "Mancari",
2327
+ "jerseyNumber": 26,
2328
+ "position": "RW",
2329
+ "birthDate": ""
2330
+ },
2331
+ {
2332
+ "id": 1516,
2333
+ "firstName": "Janis",
2334
+ "lastName": "Sprukts",
2335
+ "jerseyNumber": 33,
2336
+ "position": "C",
2337
+ "birthDate": ""
2338
+ },
2339
+ {
2340
+ "id": 511,
2341
+ "firstName": "Clarke",
2342
+ "lastName": "MacArthur",
2343
+ "jerseyNumber": 41,
2344
+ "position": "LW",
2345
+ "birthDate": ""
2346
+ },
2347
+ {
2348
+ "id": 22,
2349
+ "firstName": "Noah",
2350
+ "lastName": "Welch",
2351
+ "jerseyNumber": 45,
2352
+ "position": "D",
2353
+ "birthDate": ""
2354
+ }
2355
+ ]
2356
+ },
2357
+ {
2358
+ "game_goal_id": "13815",
2359
+ "team": {
2360
+ "id": 326,
2361
+ "name": "Hamilton Bulldogs",
2362
+ "city": "Hamilton",
2363
+ "nickname": "Hamilton",
2364
+ "abbreviation": "HAM",
2365
+ "logo": "https://assets.leaguestat.com/ahl/logos/326.jpg",
2366
+ "divisionName": "North Division"
2367
+ },
2368
+ "period": { "id": "3", "shortName": "", "longName": "3rd" },
2369
+ "time": "19:49",
2370
+ "scorerGoalNumber": "5",
2371
+ "scoredBy": {
2372
+ "id": 554,
2373
+ "firstName": "Corey",
2374
+ "lastName": "Locke",
2375
+ "jerseyNumber": 84,
2376
+ "position": "C",
2377
+ "birthDate": ""
2378
+ },
2379
+ "assists": [
2380
+ {
2381
+ "id": 547,
2382
+ "firstName": "Jonathan",
2383
+ "lastName": "Ferland",
2384
+ "jerseyNumber": 21,
2385
+ "position": "RW",
2386
+ "birthDate": ""
2387
+ },
2388
+ {
2389
+ "id": 1416,
2390
+ "firstName": "Mathieu",
2391
+ "lastName": "Biron",
2392
+ "jerseyNumber": 34,
2393
+ "position": "D",
2394
+ "birthDate": ""
2395
+ }
2396
+ ],
2397
+ "assistNumbers": ["2", "3"],
2398
+ "properties": {
2399
+ "isPowerPlay": "0",
2400
+ "isShortHanded": "0",
2401
+ "isEmptyNet": "0",
2402
+ "isPenaltyShot": "0",
2403
+ "isInsuranceGoal": "0",
2404
+ "isGameWinningGoal": "0"
2405
+ },
2406
+ "plus_players": [
2407
+ {
2408
+ "id": 345,
2409
+ "firstName": "Dan",
2410
+ "lastName": "Jancevski",
2411
+ "jerseyNumber": 4,
2412
+ "position": "D",
2413
+ "birthDate": ""
2414
+ },
2415
+ {
2416
+ "id": 547,
2417
+ "firstName": "Jonathan",
2418
+ "lastName": "Ferland",
2419
+ "jerseyNumber": 21,
2420
+ "position": "RW",
2421
+ "birthDate": ""
2422
+ },
2423
+ {
2424
+ "id": 1416,
2425
+ "firstName": "Mathieu",
2426
+ "lastName": "Biron",
2427
+ "jerseyNumber": 34,
2428
+ "position": "D",
2429
+ "birthDate": ""
2430
+ },
2431
+ {
2432
+ "id": 554,
2433
+ "firstName": "Corey",
2434
+ "lastName": "Locke",
2435
+ "jerseyNumber": 84,
2436
+ "position": "C",
2437
+ "birthDate": ""
2438
+ }
2439
+ ],
2440
+ "minus_players": [
2441
+ {
2442
+ "id": 740,
2443
+ "firstName": "Stefan",
2444
+ "lastName": "Meyer",
2445
+ "jerseyNumber": 10,
2446
+ "position": "LW",
2447
+ "birthDate": ""
2448
+ },
2449
+ {
2450
+ "id": 1480,
2451
+ "firstName": "Dylan",
2452
+ "lastName": "Hunter",
2453
+ "jerseyNumber": 19,
2454
+ "position": "LW",
2455
+ "birthDate": ""
2456
+ },
2457
+ {
2458
+ "id": 1515,
2459
+ "firstName": "Marek",
2460
+ "lastName": "Zagrapan",
2461
+ "jerseyNumber": 23,
2462
+ "position": "C",
2463
+ "birthDate": ""
2464
+ },
2465
+ {
2466
+ "id": 22,
2467
+ "firstName": "Noah",
2468
+ "lastName": "Welch",
2469
+ "jerseyNumber": 45,
2470
+ "position": "D",
2471
+ "birthDate": ""
2472
+ }
2473
+ ]
2474
+ }
2475
+ ],
2476
+ "penalties": [
2477
+ {
2478
+ "game_penalty_id": 37796,
2479
+ "period": { "id": "3", "shortName": "", "longName": "3rd" },
2480
+ "time": "03:20",
2481
+ "againstTeam": {
2482
+ "id": 326,
2483
+ "name": "Hamilton Bulldogs",
2484
+ "city": "Hamilton",
2485
+ "nickname": "Hamilton",
2486
+ "abbreviation": "HAM",
2487
+ "logo": "https://assets.leaguestat.com/ahl/logos/326.jpg",
2488
+ "divisionName": "North Division"
2489
+ },
2490
+ "minutes": 2,
2491
+ "description": "Boarding",
2492
+ "ruleNumber": "",
2493
+ "takenBy": {
2494
+ "id": 1127,
2495
+ "firstName": "Kyle",
2496
+ "lastName": "Chipchura",
2497
+ "jerseyNumber": 19,
2498
+ "position": "C",
2499
+ "birthDate": ""
2500
+ },
2501
+ "servedBy": {
2502
+ "id": 1127,
2503
+ "firstName": "Kyle",
2504
+ "lastName": "Chipchura",
2505
+ "jerseyNumber": 19,
2506
+ "position": "C",
2507
+ "birthDate": ""
2508
+ },
2509
+ "isPowerPlay": true,
2510
+ "isBench": false
2511
+ },
2512
+ {
2513
+ "game_penalty_id": 37800,
2514
+ "period": { "id": "3", "shortName": "", "longName": "3rd" },
2515
+ "time": "08:24",
2516
+ "againstTeam": {
2517
+ "id": 323,
2518
+ "name": "Rochester Americans",
2519
+ "city": "Rochester",
2520
+ "nickname": "Rochester",
2521
+ "abbreviation": "ROC",
2522
+ "logo": "https://assets.leaguestat.com/ahl/logos/323.jpg",
2523
+ "divisionName": "North Division"
2524
+ },
2525
+ "minutes": 2,
2526
+ "description": "Tripping",
2527
+ "ruleNumber": "",
2528
+ "takenBy": {
2529
+ "id": 446,
2530
+ "firstName": "Michael",
2531
+ "lastName": "Ryan",
2532
+ "jerseyNumber": 19,
2533
+ "position": "LW",
2534
+ "birthDate": ""
2535
+ },
2536
+ "servedBy": {
2537
+ "id": 446,
2538
+ "firstName": "Michael",
2539
+ "lastName": "Ryan",
2540
+ "jerseyNumber": 19,
2541
+ "position": "LW",
2542
+ "birthDate": ""
2543
+ },
2544
+ "isPowerPlay": true,
2545
+ "isBench": false
2546
+ },
2547
+ {
2548
+ "game_penalty_id": 37802,
2549
+ "period": { "id": "3", "shortName": "", "longName": "3rd" },
2550
+ "time": "12:48",
2551
+ "againstTeam": {
2552
+ "id": 323,
2553
+ "name": "Rochester Americans",
2554
+ "city": "Rochester",
2555
+ "nickname": "Rochester",
2556
+ "abbreviation": "ROC",
2557
+ "logo": "https://assets.leaguestat.com/ahl/logos/323.jpg",
2558
+ "divisionName": "North Division"
2559
+ },
2560
+ "minutes": 2,
2561
+ "description": "Tripping",
2562
+ "ruleNumber": "",
2563
+ "takenBy": {
2564
+ "id": 1516,
2565
+ "firstName": "Janis",
2566
+ "lastName": "Sprukts",
2567
+ "jerseyNumber": 5,
2568
+ "position": "C",
2569
+ "birthDate": ""
2570
+ },
2571
+ "servedBy": {
2572
+ "id": 1516,
2573
+ "firstName": "Janis",
2574
+ "lastName": "Sprukts",
2575
+ "jerseyNumber": 5,
2576
+ "position": "C",
2577
+ "birthDate": ""
2578
+ },
2579
+ "isPowerPlay": true,
2580
+ "isBench": false
2581
+ },
2582
+ {
2583
+ "game_penalty_id": 37806,
2584
+ "period": { "id": "3", "shortName": "", "longName": "3rd" },
2585
+ "time": "15:01",
2586
+ "againstTeam": {
2587
+ "id": 323,
2588
+ "name": "Rochester Americans",
2589
+ "city": "Rochester",
2590
+ "nickname": "Rochester",
2591
+ "abbreviation": "ROC",
2592
+ "logo": "https://assets.leaguestat.com/ahl/logos/323.jpg",
2593
+ "divisionName": "North Division"
2594
+ },
2595
+ "minutes": 2,
2596
+ "description": "Hooking",
2597
+ "ruleNumber": "",
2598
+ "takenBy": {
2599
+ "id": 1479,
2600
+ "firstName": "Michael",
2601
+ "lastName": "Funk",
2602
+ "jerseyNumber": 14,
2603
+ "position": "D",
2604
+ "birthDate": ""
2605
+ },
2606
+ "servedBy": {
2607
+ "id": 1479,
2608
+ "firstName": "Michael",
2609
+ "lastName": "Funk",
2610
+ "jerseyNumber": 14,
2611
+ "position": "D",
2612
+ "birthDate": ""
2613
+ },
2614
+ "isPowerPlay": true,
2615
+ "isBench": false
2616
+ },
2617
+ {
2618
+ "game_penalty_id": 37807,
2619
+ "period": { "id": "3", "shortName": "", "longName": "3rd" },
2620
+ "time": "19:00",
2621
+ "againstTeam": {
2622
+ "id": 323,
2623
+ "name": "Rochester Americans",
2624
+ "city": "Rochester",
2625
+ "nickname": "Rochester",
2626
+ "abbreviation": "ROC",
2627
+ "logo": "https://assets.leaguestat.com/ahl/logos/323.jpg",
2628
+ "divisionName": "North Division"
2629
+ },
2630
+ "minutes": 2,
2631
+ "description": "Goaltender interference",
2632
+ "ruleNumber": "",
2633
+ "takenBy": {
2634
+ "id": 669,
2635
+ "firstName": "Greg",
2636
+ "lastName": "Jacina",
2637
+ "jerseyNumber": 44,
2638
+ "position": "RW",
2639
+ "birthDate": ""
2640
+ },
2641
+ "servedBy": {
2642
+ "id": 669,
2643
+ "firstName": "Greg",
2644
+ "lastName": "Jacina",
2645
+ "jerseyNumber": 44,
2646
+ "position": "RW",
2647
+ "birthDate": ""
2648
+ },
2649
+ "isPowerPlay": false,
2650
+ "isBench": false
2651
+ },
2652
+ {
2653
+ "game_penalty_id": 37808,
2654
+ "period": { "id": "3", "shortName": "", "longName": "3rd" },
2655
+ "time": "19:00",
2656
+ "againstTeam": {
2657
+ "id": 326,
2658
+ "name": "Hamilton Bulldogs",
2659
+ "city": "Hamilton",
2660
+ "nickname": "Hamilton",
2661
+ "abbreviation": "HAM",
2662
+ "logo": "https://assets.leaguestat.com/ahl/logos/326.jpg",
2663
+ "divisionName": "North Division"
2664
+ },
2665
+ "minutes": 2,
2666
+ "description": "Leaving the crease",
2667
+ "ruleNumber": "",
2668
+ "takenBy": {
2669
+ "id": 1834,
2670
+ "firstName": "Carey",
2671
+ "lastName": "Price",
2672
+ "jerseyNumber": 30,
2673
+ "position": "G",
2674
+ "birthDate": ""
2675
+ },
2676
+ "servedBy": {
2677
+ "id": 1834,
2678
+ "firstName": "Carey",
2679
+ "lastName": "Price",
2680
+ "jerseyNumber": 30,
2681
+ "position": "G",
2682
+ "birthDate": ""
2683
+ },
2684
+ "isPowerPlay": false,
2685
+ "isBench": false
2686
+ }
2687
+ ]
2688
+ }
2689
+ ],
2690
+ "penaltyShots": { "homeTeam": [], "visitingTeam": [] },
2691
+ "featuredPlayer": {
2692
+ "team": {
2693
+ "id": 323,
2694
+ "name": "Rochester Americans",
2695
+ "city": "Rochester",
2696
+ "nickname": "Rochester",
2697
+ "abbreviation": "ROC",
2698
+ "logo": "https://assets.leaguestat.com/ahl/logos/323.jpg",
2699
+ "divisionName": "North Division"
2700
+ },
2701
+ "player": {
2702
+ "info": {
2703
+ "id": 0,
2704
+ "firstName": null,
2705
+ "lastName": null,
2706
+ "jerseyNumber": 0,
2707
+ "position": null,
2708
+ "birthDate": null
2709
+ },
2710
+ "stats": {
2711
+ "goals": 0,
2712
+ "assists": 0,
2713
+ "points": 0,
2714
+ "penaltyMinutes": 0,
2715
+ "plusMinus": 0,
2716
+ "faceoffAttempts": 0,
2717
+ "faceoffWins": 0,
2718
+ "shots": 0,
2719
+ "hits": 0
2720
+ },
2721
+ "starting": 0,
2722
+ "status": null
2723
+ },
2724
+ "isGoalie": false,
2725
+ "playerImage": " ",
2726
+ "sponsor": { "name": null, "image": null }
2727
+ }
2728
+ }