From 0e083e25483f1749192a9f1e22db4528a9011af4 Mon Sep 17 00:00:00 2001 From: Tommy Andrews Date: Sun, 29 Sep 2019 21:32:34 +0000 Subject: [PATCH 1/2] Adding stats modifier for yearByYear stats, which returns a response containing every season of a player's career --- stats-api.md | 1205 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1205 insertions(+) diff --git a/stats-api.md b/stats-api.md index 2c3ebcc..c36244b 100644 --- a/stats-api.md +++ b/stats-api.md @@ -304,7 +304,1212 @@ and does not include things like evenTimeOnIce and other time related stats* } ] } ] } + ``` + +`?stats=yearByYear` Provides a list of every season for a player's career +``` +{ + "copyright" : "NHL and the NHL Shield are registered trademarks of the National Hockey League. NHL and NHL team marks are the property of the NHL and its teams. © NHL 2019. All Rights Reserved.", + "stats" : [ { + "type" : { + "displayName" : "yearByYear" + }, + "splits" : [ { + "season" : "20012002", + "stat" : { + "timeOnIce" : "00:00", + "assists" : 8, + "goals" : 18, + "pim" : 20, + "games" : 19, + "powerPlayTimeOnIce" : "00:00", + "evenTimeOnIce" : "00:00", + "penaltyMinutes" : "20", + "faceOffPct" : 0.0, + "shortHandedTimeOnIce" : "00:00", + "points" : 26, + "shifts" : 0 + }, + "team" : { + "name" : "Dyn'o Moscow 2", + "link" : "/api/v1/teams/null" + }, + "league" : { + "name" : "Russia-3", + "link" : "/api/v1/league/null" + }, + "sequenceNumber" : 1 + }, { + "season" : "20012002", + "stat" : { + "timeOnIce" : "00:00", + "assists" : 4, + "goals" : 14, + "pim" : 0, + "games" : 8, + "powerPlayTimeOnIce" : "00:00", + "evenTimeOnIce" : "00:00", + "penaltyMinutes" : "0", + "faceOffPct" : 0.0, + "shortHandedTimeOnIce" : "00:00", + "points" : 18, + "shifts" : 0 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "WJ18-A", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 3 + }, { + "season" : "20022003", + "stat" : { + "timeOnIce" : "00:00", + "assists" : 7, + "goals" : 8, + "pim" : 28, + "games" : 40, + "powerPlayTimeOnIce" : "00:00", + "evenTimeOnIce" : "00:00", + "penaltyMinutes" : "28", + "faceOffPct" : 0.0, + "shortHandedTimeOnIce" : "00:00", + "points" : 15, + "shifts" : 0 + }, + "team" : { + "id" : 3028, + "name" : "Dynamo Moscow", + "link" : "/api/v1/teams/3028" + }, + "league" : { + "id" : 392, + "name" : "Russia", + "link" : "/api/v1/league/392" + }, + "sequenceNumber" : 1 + }, { + "season" : "20022003", + "stat" : { + "timeOnIce" : "00:00", + "assists" : 1, + "goals" : 6, + "pim" : 4, + "games" : 6, + "powerPlayTimeOnIce" : "00:00", + "evenTimeOnIce" : "00:00", + "penaltyMinutes" : "4", + "faceOffPct" : 0.0, + "shortHandedTimeOnIce" : "00:00", + "points" : 7, + "shifts" : 0 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "WJC-A", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 2 + }, { + "season" : "20022003", + "stat" : { + "timeOnIce" : "00:00", + "assists" : 4, + "goals" : 9, + "pim" : 8, + "games" : 6, + "powerPlayTimeOnIce" : "00:00", + "evenTimeOnIce" : "00:00", + "penaltyMinutes" : "8", + "faceOffPct" : 0.0, + "shortHandedTimeOnIce" : "00:00", + "points" : 13, + "shifts" : 0 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "WJ18-A", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 3 + }, { + "season" : "20032004", + "stat" : { + "timeOnIce" : "00:00", + "assists" : 11, + "goals" : 13, + "pim" : 40, + "games" : 53, + "powerPlayTimeOnIce" : "00:00", + "evenTimeOnIce" : "00:00", + "penaltyMinutes" : "40", + "faceOffPct" : 0.0, + "shortHandedTimeOnIce" : "00:00", + "points" : 24, + "shifts" : 0 + }, + "team" : { + "id" : 3028, + "name" : "Dynamo Moscow", + "link" : "/api/v1/teams/3028" + }, + "league" : { + "id" : 392, + "name" : "Russia", + "link" : "/api/v1/league/392" + }, + "sequenceNumber" : 1 + }, { + "season" : "20032004", + "stat" : { + "timeOnIce" : "00:00", + "assists" : 2, + "goals" : 5, + "pim" : 0, + "games" : 6, + "powerPlayTimeOnIce" : "00:00", + "evenTimeOnIce" : "00:00", + "penaltyMinutes" : "0", + "faceOffPct" : 0.0, + "shortHandedTimeOnIce" : "00:00", + "points" : 7, + "shifts" : 0 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "WJC-A", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 2 + }, { + "season" : "20032004", + "stat" : { + "timeOnIce" : "00:00", + "assists" : 1, + "goals" : 1, + "pim" : 0, + "games" : 6, + "powerPlayTimeOnIce" : "00:00", + "evenTimeOnIce" : "00:00", + "penaltyMinutes" : "0", + "faceOffPct" : 0.0, + "shortHandedTimeOnIce" : "00:00", + "points" : 2, + "shifts" : 0 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "WC-A", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 3 + }, { + "season" : "20042005", + "stat" : { + "assists" : 13, + "goals" : 13, + "pim" : 32, + "games" : 37, + "powerPlayTimeOnIce" : "00:00", + "evenTimeOnIce" : "00:00", + "penaltyMinutes" : "32", + "shortHandedTimeOnIce" : "00:00", + "points" : 26, + "shifts" : 0 + }, + "team" : { + "id" : 3028, + "name" : "Dynamo Moscow", + "link" : "/api/v1/teams/3028" + }, + "league" : { + "id" : 392, + "name" : "Russia", + "link" : "/api/v1/league/392" + }, + "sequenceNumber" : 2 + }, { + "season" : "20042005", + "stat" : { + "timeOnIce" : "00:00", + "assists" : 4, + "goals" : 7, + "pim" : 4, + "games" : 6, + "powerPlayTimeOnIce" : "00:00", + "evenTimeOnIce" : "00:00", + "penaltyMinutes" : "4", + "faceOffPct" : 0.0, + "shortHandedTimeOnIce" : "00:00", + "points" : 11, + "shifts" : 0 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "WJC-A", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 3 + }, { + "season" : "20042005", + "stat" : { + "timeOnIce" : "00:00", + "assists" : 3, + "goals" : 5, + "pim" : 4, + "games" : 8, + "powerPlayTimeOnIce" : "00:00", + "evenTimeOnIce" : "00:00", + "penaltyMinutes" : "4", + "faceOffPct" : 0.0, + "shortHandedTimeOnIce" : "00:00", + "points" : 8, + "shifts" : 0 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "WC-A", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 4 + }, { + "season" : "20052006", + "stat" : { + "timeOnIce" : "1751:22", + "assists" : 54, + "goals" : 52, + "pim" : 52, + "shots" : 425, + "games" : 81, + "hits" : 172, + "powerPlayGoals" : 21, + "powerPlayPoints" : 52, + "powerPlayTimeOnIce" : "544:33", + "evenTimeOnIce" : "1140:57", + "penaltyMinutes" : "52", + "faceOffPct" : 12.5, + "shotPct" : 12.2, + "gameWinningGoals" : 5, + "overTimeGoals" : 2, + "shortHandedGoals" : 3, + "shortHandedPoints" : 3, + "shortHandedTimeOnIce" : "65:52", + "blocked" : 20, + "plusMinus" : 2, + "points" : 106, + "shifts" : 1959 + }, + "team" : { + "id" : 15, + "name" : "Washington Capitals", + "link" : "/api/v1/teams/15" + }, + "league" : { + "id" : 133, + "name" : "National Hockey League", + "link" : "/api/v1/league/133" + }, + "sequenceNumber" : 1 + }, { + "season" : "20052006", + "stat" : { + "timeOnIce" : "00:00", + "assists" : 0, + "goals" : 5, + "pim" : 8, + "games" : 8, + "powerPlayTimeOnIce" : "00:00", + "evenTimeOnIce" : "00:00", + "penaltyMinutes" : "8", + "faceOffPct" : 0.0, + "shortHandedTimeOnIce" : "00:00", + "points" : 5, + "shifts" : 0 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "Olympics", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 3 + }, { + "season" : "20052006", + "stat" : { + "timeOnIce" : "00:00", + "assists" : 3, + "goals" : 6, + "pim" : 6, + "games" : 7, + "powerPlayTimeOnIce" : "00:00", + "evenTimeOnIce" : "00:00", + "penaltyMinutes" : "6", + "faceOffPct" : 0.0, + "shortHandedTimeOnIce" : "00:00", + "points" : 9, + "shifts" : 0 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "WC-A", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 5 + }, { + "season" : "20062007", + "stat" : { + "timeOnIce" : "1753:50", + "assists" : 46, + "goals" : 46, + "pim" : 52, + "shots" : 392, + "games" : 82, + "hits" : 184, + "powerPlayGoals" : 16, + "powerPlayPoints" : 37, + "powerPlayTimeOnIce" : "453:26", + "evenTimeOnIce" : "1284:04", + "penaltyMinutes" : "52", + "faceOffPct" : 47.06, + "shotPct" : 11.7, + "gameWinningGoals" : 8, + "overTimeGoals" : 1, + "shortHandedGoals" : 0, + "shortHandedPoints" : 0, + "shortHandedTimeOnIce" : "16:20", + "blocked" : 44, + "plusMinus" : -19, + "points" : 92, + "shifts" : 1985 + }, + "team" : { + "id" : 15, + "name" : "Washington Capitals", + "link" : "/api/v1/teams/15" + }, + "league" : { + "id" : 133, + "name" : "National Hockey League", + "link" : "/api/v1/league/133" + }, + "sequenceNumber" : 1 + }, { + "season" : "20062007", + "stat" : { + "assists" : 2, + "goals" : 1, + "pim" : 29, + "games" : 8, + "penaltyMinutes" : "29", + "points" : 3 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "WC-A", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 3 + }, { + "season" : "20072008", + "stat" : { + "timeOnIce" : "1894:19", + "assists" : 47, + "goals" : 65, + "pim" : 40, + "shots" : 446, + "games" : 82, + "hits" : 220, + "powerPlayGoals" : 22, + "powerPlayPoints" : 37, + "powerPlayTimeOnIce" : "465:11", + "evenTimeOnIce" : "1415:59", + "penaltyMinutes" : "40", + "faceOffPct" : 38.89, + "shotPct" : 14.6, + "gameWinningGoals" : 11, + "overTimeGoals" : 2, + "shortHandedGoals" : 0, + "shortHandedPoints" : 0, + "shortHandedTimeOnIce" : "13:09", + "blocked" : 44, + "plusMinus" : 28, + "points" : 112, + "shifts" : 1750 + }, + "team" : { + "id" : 15, + "name" : "Washington Capitals", + "link" : "/api/v1/teams/15" + }, + "league" : { + "id" : 133, + "name" : "National Hockey League", + "link" : "/api/v1/league/133" + }, + "sequenceNumber" : 1 + }, { + "season" : "20072008", + "stat" : { + "timeOnIce" : "00:00", + "assists" : 6, + "goals" : 6, + "pim" : 8, + "games" : 9, + "powerPlayTimeOnIce" : "00:00", + "evenTimeOnIce" : "00:00", + "penaltyMinutes" : "8", + "faceOffPct" : 0.0, + "shortHandedTimeOnIce" : "00:00", + "points" : 12, + "shifts" : 0 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "WC-A", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 3 + }, { + "season" : "20082009", + "stat" : { + "timeOnIce" : "1817:22", + "assists" : 54, + "goals" : 56, + "pim" : 72, + "shots" : 528, + "games" : 79, + "hits" : 243, + "powerPlayGoals" : 19, + "powerPlayPoints" : 46, + "powerPlayTimeOnIce" : "427:46", + "evenTimeOnIce" : "1316:11", + "penaltyMinutes" : "72", + "faceOffPct" : 25.0, + "shotPct" : 10.6, + "gameWinningGoals" : 10, + "overTimeGoals" : 2, + "shortHandedGoals" : 1, + "shortHandedPoints" : 1, + "shortHandedTimeOnIce" : "73:25", + "blocked" : 32, + "plusMinus" : 8, + "points" : 110, + "shifts" : 1694 + }, + "team" : { + "id" : 15, + "name" : "Washington Capitals", + "link" : "/api/v1/teams/15" + }, + "league" : { + "id" : 133, + "name" : "National Hockey League", + "link" : "/api/v1/league/133" + }, + "sequenceNumber" : 1 + }, { + "season" : "20092010", + "stat" : { + "timeOnIce" : "1569:25", + "assists" : 59, + "goals" : 50, + "pim" : 89, + "shots" : 368, + "games" : 72, + "hits" : 185, + "powerPlayGoals" : 13, + "powerPlayPoints" : 36, + "powerPlayTimeOnIce" : "364:04", + "evenTimeOnIce" : "1201:07", + "penaltyMinutes" : "89", + "faceOffPct" : 45.45, + "shotPct" : 13.6, + "gameWinningGoals" : 7, + "overTimeGoals" : 0, + "shortHandedGoals" : 0, + "shortHandedPoints" : 0, + "shortHandedTimeOnIce" : "04:14", + "blocked" : 20, + "plusMinus" : 45, + "points" : 109, + "shifts" : 1420 + }, + "team" : { + "id" : 15, + "name" : "Washington Capitals", + "link" : "/api/v1/teams/15" + }, + "league" : { + "id" : 133, + "name" : "National Hockey League", + "link" : "/api/v1/league/133" + }, + "sequenceNumber" : 1 + }, { + "season" : "20092010", + "stat" : { + "assists" : 2, + "goals" : 2, + "pim" : 2, + "games" : 4, + "penaltyMinutes" : "2", + "faceOffPct" : 0.0, + "points" : 4 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "Olympics", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 3 + }, { + "season" : "20092010", + "stat" : { + "assists" : 1, + "goals" : 5, + "pim" : 4, + "games" : 9, + "penaltyMinutes" : "4", + "faceOffPct" : 0.0, + "points" : 6 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "WC-A", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 5 + }, { + "season" : "20102011", + "stat" : { + "timeOnIce" : "1687:55", + "assists" : 53, + "goals" : 32, + "pim" : 41, + "shots" : 367, + "games" : 79, + "hits" : 241, + "powerPlayGoals" : 7, + "powerPlayPoints" : 24, + "powerPlayTimeOnIce" : "354:00", + "evenTimeOnIce" : "1330:18", + "penaltyMinutes" : "41", + "faceOffPct" : 33.33, + "shotPct" : 8.7, + "gameWinningGoals" : 11, + "overTimeGoals" : 3, + "shortHandedGoals" : 0, + "shortHandedPoints" : 0, + "shortHandedTimeOnIce" : "03:37", + "blocked" : 23, + "plusMinus" : 24, + "points" : 85, + "shifts" : 1716 + }, + "team" : { + "id" : 15, + "name" : "Washington Capitals", + "link" : "/api/v1/teams/15" + }, + "league" : { + "id" : 133, + "name" : "National Hockey League", + "link" : "/api/v1/league/133" + }, + "sequenceNumber" : 1 + }, { + "season" : "20102011", + "stat" : { + "assists" : 0, + "goals" : 0, + "pim" : 4, + "games" : 5, + "powerPlayGoals" : 0, + "penaltyMinutes" : "4", + "gameWinningGoals" : 0, + "shortHandedGoals" : 0, + "plusMinus" : -3, + "points" : 0 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "WC-A", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 2 + }, { + "season" : "20112012", + "stat" : { + "timeOnIce" : "1544:25", + "assists" : 27, + "goals" : 38, + "pim" : 26, + "shots" : 303, + "games" : 78, + "hits" : 215, + "powerPlayGoals" : 13, + "powerPlayPoints" : 23, + "powerPlayTimeOnIce" : "283:26", + "evenTimeOnIce" : "1258:58", + "penaltyMinutes" : "26", + "faceOffPct" : 40.0, + "shotPct" : 12.5, + "gameWinningGoals" : 3, + "overTimeGoals" : 2, + "shortHandedGoals" : 0, + "shortHandedPoints" : 0, + "shortHandedTimeOnIce" : "02:01", + "blocked" : 42, + "plusMinus" : -8, + "points" : 65, + "shifts" : 1651 + }, + "team" : { + "id" : 15, + "name" : "Washington Capitals", + "link" : "/api/v1/teams/15" + }, + "league" : { + "id" : 133, + "name" : "National Hockey League", + "link" : "/api/v1/league/133" + }, + "sequenceNumber" : 1 + }, { + "season" : "20112012", + "stat" : { + "assists" : 2, + "goals" : 2, + "pim" : 2, + "games" : 3, + "powerPlayGoals" : 0, + "penaltyMinutes" : "2", + "gameWinningGoals" : 1, + "shortHandedGoals" : 0, + "plusMinus" : 5, + "points" : 4 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "WC-A", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 2 + }, { + "season" : "20122013", + "stat" : { + "timeOnIce" : "1002:27", + "assists" : 24, + "goals" : 32, + "pim" : 36, + "shots" : 220, + "games" : 48, + "hits" : 120, + "powerPlayGoals" : 16, + "powerPlayPoints" : 27, + "powerPlayTimeOnIce" : "220:30", + "evenTimeOnIce" : "778:33", + "penaltyMinutes" : "36", + "faceOffPct" : 0.0, + "shotPct" : 14.5, + "gameWinningGoals" : 4, + "overTimeGoals" : 0, + "shortHandedGoals" : 0, + "shortHandedPoints" : 0, + "shortHandedTimeOnIce" : "03:24", + "blocked" : 18, + "plusMinus" : 2, + "points" : 56, + "shifts" : 1026 + }, + "team" : { + "id" : 15, + "name" : "Washington Capitals", + "link" : "/api/v1/teams/15" + }, + "league" : { + "id" : 133, + "name" : "National Hockey League", + "link" : "/api/v1/league/133" + }, + "sequenceNumber" : 1 + }, { + "season" : "20122013", + "stat" : { + "assists" : 1, + "goals" : 1, + "pim" : 0, + "games" : 1, + "powerPlayGoals" : 0, + "penaltyMinutes" : "0", + "gameWinningGoals" : 0, + "shortHandedGoals" : 0, + "plusMinus" : -2, + "points" : 2 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "WC-A", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 3 + }, { + "season" : "20132014", + "stat" : { + "timeOnIce" : "1602:32", + "assists" : 28, + "goals" : 51, + "pim" : 48, + "shots" : 386, + "games" : 78, + "hits" : 204, + "powerPlayGoals" : 24, + "powerPlayPoints" : 39, + "powerPlayTimeOnIce" : "392:46", + "evenTimeOnIce" : "1208:47", + "penaltyMinutes" : "48", + "faceOffPct" : 66.67, + "shotPct" : 13.2, + "gameWinningGoals" : 10, + "overTimeGoals" : 3, + "shortHandedGoals" : 0, + "shortHandedPoints" : 1, + "shortHandedTimeOnIce" : "00:59", + "blocked" : 22, + "plusMinus" : -35, + "points" : 79, + "shifts" : 1700 + }, + "team" : { + "id" : 15, + "name" : "Washington Capitals", + "link" : "/api/v1/teams/15" + }, + "league" : { + "id" : 133, + "name" : "National Hockey League", + "link" : "/api/v1/league/133" + }, + "sequenceNumber" : 1 + }, { + "season" : "20132014", + "stat" : { + "assists" : 1, + "goals" : 1, + "pim" : 0, + "shots" : 24, + "games" : 5, + "powerPlayGoals" : 0, + "penaltyMinutes" : "0", + "gameWinningGoals" : 0, + "shortHandedGoals" : 0, + "plusMinus" : 2, + "points" : 2 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "Olympics", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 2 + }, { + "season" : "20132014", + "stat" : { + "assists" : 7, + "goals" : 4, + "pim" : 8, + "shots" : 52, + "games" : 9, + "powerPlayGoals" : 2, + "penaltyMinutes" : "8", + "gameWinningGoals" : 1, + "shortHandedGoals" : 0, + "plusMinus" : 6, + "points" : 11 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "WC-A", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 3 + }, { + "season" : "20142015", + "stat" : { + "timeOnIce" : "1646:24", + "assists" : 28, + "goals" : 53, + "pim" : 58, + "shots" : 395, + "games" : 81, + "hits" : 259, + "powerPlayGoals" : 25, + "powerPlayPoints" : 34, + "powerPlayTimeOnIce" : "309:16", + "evenTimeOnIce" : "1335:43", + "penaltyMinutes" : "58", + "faceOffPct" : 40.0, + "shotPct" : 13.4, + "gameWinningGoals" : 11, + "overTimeGoals" : 0, + "shortHandedGoals" : 0, + "shortHandedPoints" : 0, + "shortHandedTimeOnIce" : "01:25", + "blocked" : 32, + "plusMinus" : 10, + "points" : 81, + "shifts" : 1816 + }, + "team" : { + "id" : 15, + "name" : "Washington Capitals", + "link" : "/api/v1/teams/15" + }, + "league" : { + "id" : 133, + "name" : "National Hockey League", + "link" : "/api/v1/league/133" + }, + "sequenceNumber" : 1 + }, { + "season" : "20142015", + "stat" : { + "assists" : 1, + "goals" : 1, + "pim" : 0, + "shots" : 6, + "games" : 2, + "powerPlayGoals" : 0, + "penaltyMinutes" : "0", + "gameWinningGoals" : 0, + "shortHandedGoals" : 0, + "plusMinus" : 1, + "points" : 2 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "WC-A", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 2 + }, { + "season" : "20152016", + "stat" : { + "timeOnIce" : "1604:22", + "assists" : 21, + "goals" : 50, + "pim" : 53, + "shots" : 398, + "games" : 79, + "hits" : 225, + "powerPlayGoals" : 19, + "powerPlayPoints" : 24, + "powerPlayTimeOnIce" : "339:25", + "evenTimeOnIce" : "1264:39", + "penaltyMinutes" : "53", + "faceOffPct" : 0.0, + "shotPct" : 12.6, + "gameWinningGoals" : 8, + "overTimeGoals" : 2, + "shortHandedGoals" : 0, + "shortHandedPoints" : 0, + "shortHandedTimeOnIce" : "00:18", + "blocked" : 34, + "plusMinus" : 21, + "points" : 71, + "shifts" : 1714 + }, + "team" : { + "id" : 15, + "name" : "Washington Capitals", + "link" : "/api/v1/teams/15" + }, + "league" : { + "id" : 133, + "name" : "National Hockey League", + "link" : "/api/v1/league/133" + }, + "sequenceNumber" : 1 + }, { + "season" : "20152016", + "stat" : { + "assists" : 1, + "goals" : 1, + "pim" : 2, + "shots" : 23, + "games" : 6, + "powerPlayGoals" : 0, + "penaltyMinutes" : "2", + "gameWinningGoals" : 0, + "shortHandedGoals" : 0, + "plusMinus" : 3, + "points" : 2 + }, + "team" : { + "id" : 64, + "name" : "Russia", + "link" : "/api/v1/teams/64" + }, + "league" : { + "id" : 147, + "name" : "WC-A", + "link" : "/api/v1/league/147" + }, + "sequenceNumber" : 2 + }, { + "season" : "20162017", + "stat" : { + "timeOnIce" : "1506:01", + "assists" : 36, + "goals" : 33, + "pim" : 50, + "shots" : 313, + "games" : 82, + "hits" : 216, + "powerPlayGoals" : 17, + "powerPlayPoints" : 26, + "powerPlayTimeOnIce" : "305:21", + "evenTimeOnIce" : "1198:26", + "penaltyMinutes" : "50", + "faceOffPct" : 0.0, + "shotPct" : 10.5, + "gameWinningGoals" : 7, + "overTimeGoals" : 2, + "shortHandedGoals" : 0, + "shortHandedPoints" : 0, + "shortHandedTimeOnIce" : "02:14", + "blocked" : 29, + "plusMinus" : 6, + "points" : 69, + "shifts" : 1737 + }, + "team" : { + "id" : 15, + "name" : "Washington Capitals", + "link" : "/api/v1/teams/15" + }, + "league" : { + "id" : 133, + "name" : "National Hockey League", + "link" : "/api/v1/league/133" + }, + "sequenceNumber" : 1 + }, { + "season" : "20162017", + "stat" : { + "assists" : 2, + "goals" : 1, + "pim" : 6, + "games" : 4, + "penaltyMinutes" : "6", + "plusMinus" : 1, + "points" : 3 + }, + "team" : { + "name" : "Russia", + "link" : "/api/v1/teams/null" + }, + "league" : { + "name" : "WCup", + "link" : "/api/v1/league/null" + }, + "sequenceNumber" : 16595 + }, { + "season" : "20172018", + "stat" : { + "timeOnIce" : "1651:50", + "assists" : 38, + "goals" : 49, + "pim" : 32, + "shots" : 355, + "games" : 82, + "hits" : 139, + "powerPlayGoals" : 17, + "powerPlayPoints" : 31, + "powerPlayTimeOnIce" : "344:51", + "evenTimeOnIce" : "1304:31", + "penaltyMinutes" : "32", + "faceOffPct" : 37.5, + "shotPct" : 13.8, + "gameWinningGoals" : 7, + "overTimeGoals" : 3, + "shortHandedGoals" : 0, + "shortHandedPoints" : 0, + "shortHandedTimeOnIce" : "02:28", + "blocked" : 21, + "plusMinus" : 3, + "points" : 87, + "shifts" : 1730 + }, + "team" : { + "id" : 15, + "name" : "Washington Capitals", + "link" : "/api/v1/teams/15" + }, + "league" : { + "id" : 133, + "name" : "National Hockey League", + "link" : "/api/v1/league/133" + }, + "sequenceNumber" : 1 + }, { + "season" : "20182019", + "stat" : { + "timeOnIce" : "1694:37", + "assists" : 38, + "goals" : 51, + "pim" : 40, + "shots" : 338, + "games" : 81, + "hits" : 223, + "powerPlayGoals" : 18, + "powerPlayPoints" : 28, + "powerPlayTimeOnIce" : "357:21", + "evenTimeOnIce" : "1336:39", + "penaltyMinutes" : "40", + "faceOffPct" : 20.0, + "shotPct" : 15.1, + "gameWinningGoals" : 5, + "overTimeGoals" : 0, + "shortHandedGoals" : 0, + "shortHandedPoints" : 0, + "shortHandedTimeOnIce" : "00:37", + "blocked" : 41, + "plusMinus" : 7, + "points" : 89, + "shifts" : 1682 + }, + "team" : { + "id" : 15, + "name" : "Washington Capitals", + "link" : "/api/v1/teams/15" + }, + "league" : { + "id" : 133, + "name" : "National Hockey League", + "link" : "/api/v1/league/133" + }, + "sequenceNumber" : 1 + }, { + "season" : "20182019", + "stat" : { + "assists" : 1, + "goals" : 2, + "pim" : 2, + "games" : 10, + "penaltyMinutes" : "2", + "plusMinus" : 6, + "points" : 3 + }, + "team" : { + "name" : "Russia", + "link" : "/api/v1/teams/null" + }, + "league" : { + "name" : "WC", + "link" : "/api/v1/league/null" + }, + "sequenceNumber" : 16551 + } ] + } ] +} +``` + `?stats=homeAndAway&season=20162017` Provides a split between home and away games. ``` { From 51855919b2b530870118a57c7981f83b0af6daaf Mon Sep 17 00:00:00 2001 From: Tommy Andrews Date: Sun, 29 Sep 2019 21:43:34 +0000 Subject: [PATCH 2/2] Update stats-api.md --- stats-api.md | 914 +-------------------------------------------------- 1 file changed, 10 insertions(+), 904 deletions(-) diff --git a/stats-api.md b/stats-api.md index c36244b..216f746 100644 --- a/stats-api.md +++ b/stats-api.md @@ -367,221 +367,11 @@ and does not include things like evenTimeOnIce and other time related stats* "link" : "/api/v1/league/147" }, "sequenceNumber" : 3 - }, { - "season" : "20022003", - "stat" : { - "timeOnIce" : "00:00", - "assists" : 7, - "goals" : 8, - "pim" : 28, - "games" : 40, - "powerPlayTimeOnIce" : "00:00", - "evenTimeOnIce" : "00:00", - "penaltyMinutes" : "28", - "faceOffPct" : 0.0, - "shortHandedTimeOnIce" : "00:00", - "points" : 15, - "shifts" : 0 - }, - "team" : { - "id" : 3028, - "name" : "Dynamo Moscow", - "link" : "/api/v1/teams/3028" - }, - "league" : { - "id" : 392, - "name" : "Russia", - "link" : "/api/v1/league/392" - }, - "sequenceNumber" : 1 - }, { - "season" : "20022003", - "stat" : { - "timeOnIce" : "00:00", - "assists" : 1, - "goals" : 6, - "pim" : 4, - "games" : 6, - "powerPlayTimeOnIce" : "00:00", - "evenTimeOnIce" : "00:00", - "penaltyMinutes" : "4", - "faceOffPct" : 0.0, - "shortHandedTimeOnIce" : "00:00", - "points" : 7, - "shifts" : 0 - }, - "team" : { - "id" : 64, - "name" : "Russia", - "link" : "/api/v1/teams/64" - }, - "league" : { - "id" : 147, - "name" : "WJC-A", - "link" : "/api/v1/league/147" - }, - "sequenceNumber" : 2 - }, { - "season" : "20022003", - "stat" : { - "timeOnIce" : "00:00", - "assists" : 4, - "goals" : 9, - "pim" : 8, - "games" : 6, - "powerPlayTimeOnIce" : "00:00", - "evenTimeOnIce" : "00:00", - "penaltyMinutes" : "8", - "faceOffPct" : 0.0, - "shortHandedTimeOnIce" : "00:00", - "points" : 13, - "shifts" : 0 - }, - "team" : { - "id" : 64, - "name" : "Russia", - "link" : "/api/v1/teams/64" - }, - "league" : { - "id" : 147, - "name" : "WJ18-A", - "link" : "/api/v1/league/147" - }, - "sequenceNumber" : 3 - }, { - "season" : "20032004", - "stat" : { - "timeOnIce" : "00:00", - "assists" : 11, - "goals" : 13, - "pim" : 40, - "games" : 53, - "powerPlayTimeOnIce" : "00:00", - "evenTimeOnIce" : "00:00", - "penaltyMinutes" : "40", - "faceOffPct" : 0.0, - "shortHandedTimeOnIce" : "00:00", - "points" : 24, - "shifts" : 0 - }, - "team" : { - "id" : 3028, - "name" : "Dynamo Moscow", - "link" : "/api/v1/teams/3028" - }, - "league" : { - "id" : 392, - "name" : "Russia", - "link" : "/api/v1/league/392" - }, - "sequenceNumber" : 1 - }, { - "season" : "20032004", - "stat" : { - "timeOnIce" : "00:00", - "assists" : 2, - "goals" : 5, - "pim" : 0, - "games" : 6, - "powerPlayTimeOnIce" : "00:00", - "evenTimeOnIce" : "00:00", - "penaltyMinutes" : "0", - "faceOffPct" : 0.0, - "shortHandedTimeOnIce" : "00:00", - "points" : 7, - "shifts" : 0 - }, - "team" : { - "id" : 64, - "name" : "Russia", - "link" : "/api/v1/teams/64" - }, - "league" : { - "id" : 147, - "name" : "WJC-A", - "link" : "/api/v1/league/147" - }, - "sequenceNumber" : 2 - }, { - "season" : "20032004", - "stat" : { - "timeOnIce" : "00:00", - "assists" : 1, - "goals" : 1, - "pim" : 0, - "games" : 6, - "powerPlayTimeOnIce" : "00:00", - "evenTimeOnIce" : "00:00", - "penaltyMinutes" : "0", - "faceOffPct" : 0.0, - "shortHandedTimeOnIce" : "00:00", - "points" : 2, - "shifts" : 0 - }, - "team" : { - "id" : 64, - "name" : "Russia", - "link" : "/api/v1/teams/64" - }, - "league" : { - "id" : 147, - "name" : "WC-A", - "link" : "/api/v1/league/147" - }, - "sequenceNumber" : 3 - }, { - "season" : "20042005", - "stat" : { - "assists" : 13, - "goals" : 13, - "pim" : 32, - "games" : 37, - "powerPlayTimeOnIce" : "00:00", - "evenTimeOnIce" : "00:00", - "penaltyMinutes" : "32", - "shortHandedTimeOnIce" : "00:00", - "points" : 26, - "shifts" : 0 - }, - "team" : { - "id" : 3028, - "name" : "Dynamo Moscow", - "link" : "/api/v1/teams/3028" - }, - "league" : { - "id" : 392, - "name" : "Russia", - "link" : "/api/v1/league/392" - }, - "sequenceNumber" : 2 - }, { - "season" : "20042005", - "stat" : { - "timeOnIce" : "00:00", - "assists" : 4, - "goals" : 7, - "pim" : 4, - "games" : 6, - "powerPlayTimeOnIce" : "00:00", - "evenTimeOnIce" : "00:00", - "penaltyMinutes" : "4", - "faceOffPct" : 0.0, - "shortHandedTimeOnIce" : "00:00", - "points" : 11, - "shifts" : 0 - }, - "team" : { - "id" : 64, - "name" : "Russia", - "link" : "/api/v1/teams/64" - }, - "league" : { - "id" : 147, - "name" : "WJC-A", - "link" : "/api/v1/league/147" - }, - "sequenceNumber" : 3 - }, { + }, + + ... + + , { "season" : "20042005", "stat" : { "timeOnIce" : "00:00", @@ -759,695 +549,11 @@ and does not include things like evenTimeOnIce and other time related stats* "link" : "/api/v1/league/147" }, "sequenceNumber" : 3 - }, { - "season" : "20072008", - "stat" : { - "timeOnIce" : "1894:19", - "assists" : 47, - "goals" : 65, - "pim" : 40, - "shots" : 446, - "games" : 82, - "hits" : 220, - "powerPlayGoals" : 22, - "powerPlayPoints" : 37, - "powerPlayTimeOnIce" : "465:11", - "evenTimeOnIce" : "1415:59", - "penaltyMinutes" : "40", - "faceOffPct" : 38.89, - "shotPct" : 14.6, - "gameWinningGoals" : 11, - "overTimeGoals" : 2, - "shortHandedGoals" : 0, - "shortHandedPoints" : 0, - "shortHandedTimeOnIce" : "13:09", - "blocked" : 44, - "plusMinus" : 28, - "points" : 112, - "shifts" : 1750 - }, - "team" : { - "id" : 15, - "name" : "Washington Capitals", - "link" : "/api/v1/teams/15" - }, - "league" : { - "id" : 133, - "name" : "National Hockey League", - "link" : "/api/v1/league/133" - }, - "sequenceNumber" : 1 - }, { - "season" : "20072008", - "stat" : { - "timeOnIce" : "00:00", - "assists" : 6, - "goals" : 6, - "pim" : 8, - "games" : 9, - "powerPlayTimeOnIce" : "00:00", - "evenTimeOnIce" : "00:00", - "penaltyMinutes" : "8", - "faceOffPct" : 0.0, - "shortHandedTimeOnIce" : "00:00", - "points" : 12, - "shifts" : 0 - }, - "team" : { - "id" : 64, - "name" : "Russia", - "link" : "/api/v1/teams/64" - }, - "league" : { - "id" : 147, - "name" : "WC-A", - "link" : "/api/v1/league/147" - }, - "sequenceNumber" : 3 - }, { - "season" : "20082009", - "stat" : { - "timeOnIce" : "1817:22", - "assists" : 54, - "goals" : 56, - "pim" : 72, - "shots" : 528, - "games" : 79, - "hits" : 243, - "powerPlayGoals" : 19, - "powerPlayPoints" : 46, - "powerPlayTimeOnIce" : "427:46", - "evenTimeOnIce" : "1316:11", - "penaltyMinutes" : "72", - "faceOffPct" : 25.0, - "shotPct" : 10.6, - "gameWinningGoals" : 10, - "overTimeGoals" : 2, - "shortHandedGoals" : 1, - "shortHandedPoints" : 1, - "shortHandedTimeOnIce" : "73:25", - "blocked" : 32, - "plusMinus" : 8, - "points" : 110, - "shifts" : 1694 - }, - "team" : { - "id" : 15, - "name" : "Washington Capitals", - "link" : "/api/v1/teams/15" - }, - "league" : { - "id" : 133, - "name" : "National Hockey League", - "link" : "/api/v1/league/133" - }, - "sequenceNumber" : 1 - }, { - "season" : "20092010", - "stat" : { - "timeOnIce" : "1569:25", - "assists" : 59, - "goals" : 50, - "pim" : 89, - "shots" : 368, - "games" : 72, - "hits" : 185, - "powerPlayGoals" : 13, - "powerPlayPoints" : 36, - "powerPlayTimeOnIce" : "364:04", - "evenTimeOnIce" : "1201:07", - "penaltyMinutes" : "89", - "faceOffPct" : 45.45, - "shotPct" : 13.6, - "gameWinningGoals" : 7, - "overTimeGoals" : 0, - "shortHandedGoals" : 0, - "shortHandedPoints" : 0, - "shortHandedTimeOnIce" : "04:14", - "blocked" : 20, - "plusMinus" : 45, - "points" : 109, - "shifts" : 1420 - }, - "team" : { - "id" : 15, - "name" : "Washington Capitals", - "link" : "/api/v1/teams/15" - }, - "league" : { - "id" : 133, - "name" : "National Hockey League", - "link" : "/api/v1/league/133" - }, - "sequenceNumber" : 1 - }, { - "season" : "20092010", - "stat" : { - "assists" : 2, - "goals" : 2, - "pim" : 2, - "games" : 4, - "penaltyMinutes" : "2", - "faceOffPct" : 0.0, - "points" : 4 - }, - "team" : { - "id" : 64, - "name" : "Russia", - "link" : "/api/v1/teams/64" - }, - "league" : { - "id" : 147, - "name" : "Olympics", - "link" : "/api/v1/league/147" - }, - "sequenceNumber" : 3 - }, { - "season" : "20092010", - "stat" : { - "assists" : 1, - "goals" : 5, - "pim" : 4, - "games" : 9, - "penaltyMinutes" : "4", - "faceOffPct" : 0.0, - "points" : 6 - }, - "team" : { - "id" : 64, - "name" : "Russia", - "link" : "/api/v1/teams/64" - }, - "league" : { - "id" : 147, - "name" : "WC-A", - "link" : "/api/v1/league/147" - }, - "sequenceNumber" : 5 - }, { - "season" : "20102011", - "stat" : { - "timeOnIce" : "1687:55", - "assists" : 53, - "goals" : 32, - "pim" : 41, - "shots" : 367, - "games" : 79, - "hits" : 241, - "powerPlayGoals" : 7, - "powerPlayPoints" : 24, - "powerPlayTimeOnIce" : "354:00", - "evenTimeOnIce" : "1330:18", - "penaltyMinutes" : "41", - "faceOffPct" : 33.33, - "shotPct" : 8.7, - "gameWinningGoals" : 11, - "overTimeGoals" : 3, - "shortHandedGoals" : 0, - "shortHandedPoints" : 0, - "shortHandedTimeOnIce" : "03:37", - "blocked" : 23, - "plusMinus" : 24, - "points" : 85, - "shifts" : 1716 - }, - "team" : { - "id" : 15, - "name" : "Washington Capitals", - "link" : "/api/v1/teams/15" - }, - "league" : { - "id" : 133, - "name" : "National Hockey League", - "link" : "/api/v1/league/133" - }, - "sequenceNumber" : 1 - }, { - "season" : "20102011", - "stat" : { - "assists" : 0, - "goals" : 0, - "pim" : 4, - "games" : 5, - "powerPlayGoals" : 0, - "penaltyMinutes" : "4", - "gameWinningGoals" : 0, - "shortHandedGoals" : 0, - "plusMinus" : -3, - "points" : 0 - }, - "team" : { - "id" : 64, - "name" : "Russia", - "link" : "/api/v1/teams/64" - }, - "league" : { - "id" : 147, - "name" : "WC-A", - "link" : "/api/v1/league/147" - }, - "sequenceNumber" : 2 - }, { - "season" : "20112012", - "stat" : { - "timeOnIce" : "1544:25", - "assists" : 27, - "goals" : 38, - "pim" : 26, - "shots" : 303, - "games" : 78, - "hits" : 215, - "powerPlayGoals" : 13, - "powerPlayPoints" : 23, - "powerPlayTimeOnIce" : "283:26", - "evenTimeOnIce" : "1258:58", - "penaltyMinutes" : "26", - "faceOffPct" : 40.0, - "shotPct" : 12.5, - "gameWinningGoals" : 3, - "overTimeGoals" : 2, - "shortHandedGoals" : 0, - "shortHandedPoints" : 0, - "shortHandedTimeOnIce" : "02:01", - "blocked" : 42, - "plusMinus" : -8, - "points" : 65, - "shifts" : 1651 - }, - "team" : { - "id" : 15, - "name" : "Washington Capitals", - "link" : "/api/v1/teams/15" - }, - "league" : { - "id" : 133, - "name" : "National Hockey League", - "link" : "/api/v1/league/133" - }, - "sequenceNumber" : 1 - }, { - "season" : "20112012", - "stat" : { - "assists" : 2, - "goals" : 2, - "pim" : 2, - "games" : 3, - "powerPlayGoals" : 0, - "penaltyMinutes" : "2", - "gameWinningGoals" : 1, - "shortHandedGoals" : 0, - "plusMinus" : 5, - "points" : 4 - }, - "team" : { - "id" : 64, - "name" : "Russia", - "link" : "/api/v1/teams/64" - }, - "league" : { - "id" : 147, - "name" : "WC-A", - "link" : "/api/v1/league/147" - }, - "sequenceNumber" : 2 - }, { - "season" : "20122013", - "stat" : { - "timeOnIce" : "1002:27", - "assists" : 24, - "goals" : 32, - "pim" : 36, - "shots" : 220, - "games" : 48, - "hits" : 120, - "powerPlayGoals" : 16, - "powerPlayPoints" : 27, - "powerPlayTimeOnIce" : "220:30", - "evenTimeOnIce" : "778:33", - "penaltyMinutes" : "36", - "faceOffPct" : 0.0, - "shotPct" : 14.5, - "gameWinningGoals" : 4, - "overTimeGoals" : 0, - "shortHandedGoals" : 0, - "shortHandedPoints" : 0, - "shortHandedTimeOnIce" : "03:24", - "blocked" : 18, - "plusMinus" : 2, - "points" : 56, - "shifts" : 1026 - }, - "team" : { - "id" : 15, - "name" : "Washington Capitals", - "link" : "/api/v1/teams/15" - }, - "league" : { - "id" : 133, - "name" : "National Hockey League", - "link" : "/api/v1/league/133" - }, - "sequenceNumber" : 1 - }, { - "season" : "20122013", - "stat" : { - "assists" : 1, - "goals" : 1, - "pim" : 0, - "games" : 1, - "powerPlayGoals" : 0, - "penaltyMinutes" : "0", - "gameWinningGoals" : 0, - "shortHandedGoals" : 0, - "plusMinus" : -2, - "points" : 2 - }, - "team" : { - "id" : 64, - "name" : "Russia", - "link" : "/api/v1/teams/64" - }, - "league" : { - "id" : 147, - "name" : "WC-A", - "link" : "/api/v1/league/147" - }, - "sequenceNumber" : 3 - }, { - "season" : "20132014", - "stat" : { - "timeOnIce" : "1602:32", - "assists" : 28, - "goals" : 51, - "pim" : 48, - "shots" : 386, - "games" : 78, - "hits" : 204, - "powerPlayGoals" : 24, - "powerPlayPoints" : 39, - "powerPlayTimeOnIce" : "392:46", - "evenTimeOnIce" : "1208:47", - "penaltyMinutes" : "48", - "faceOffPct" : 66.67, - "shotPct" : 13.2, - "gameWinningGoals" : 10, - "overTimeGoals" : 3, - "shortHandedGoals" : 0, - "shortHandedPoints" : 1, - "shortHandedTimeOnIce" : "00:59", - "blocked" : 22, - "plusMinus" : -35, - "points" : 79, - "shifts" : 1700 - }, - "team" : { - "id" : 15, - "name" : "Washington Capitals", - "link" : "/api/v1/teams/15" - }, - "league" : { - "id" : 133, - "name" : "National Hockey League", - "link" : "/api/v1/league/133" - }, - "sequenceNumber" : 1 - }, { - "season" : "20132014", - "stat" : { - "assists" : 1, - "goals" : 1, - "pim" : 0, - "shots" : 24, - "games" : 5, - "powerPlayGoals" : 0, - "penaltyMinutes" : "0", - "gameWinningGoals" : 0, - "shortHandedGoals" : 0, - "plusMinus" : 2, - "points" : 2 - }, - "team" : { - "id" : 64, - "name" : "Russia", - "link" : "/api/v1/teams/64" - }, - "league" : { - "id" : 147, - "name" : "Olympics", - "link" : "/api/v1/league/147" - }, - "sequenceNumber" : 2 - }, { - "season" : "20132014", - "stat" : { - "assists" : 7, - "goals" : 4, - "pim" : 8, - "shots" : 52, - "games" : 9, - "powerPlayGoals" : 2, - "penaltyMinutes" : "8", - "gameWinningGoals" : 1, - "shortHandedGoals" : 0, - "plusMinus" : 6, - "points" : 11 - }, - "team" : { - "id" : 64, - "name" : "Russia", - "link" : "/api/v1/teams/64" - }, - "league" : { - "id" : 147, - "name" : "WC-A", - "link" : "/api/v1/league/147" - }, - "sequenceNumber" : 3 - }, { - "season" : "20142015", - "stat" : { - "timeOnIce" : "1646:24", - "assists" : 28, - "goals" : 53, - "pim" : 58, - "shots" : 395, - "games" : 81, - "hits" : 259, - "powerPlayGoals" : 25, - "powerPlayPoints" : 34, - "powerPlayTimeOnIce" : "309:16", - "evenTimeOnIce" : "1335:43", - "penaltyMinutes" : "58", - "faceOffPct" : 40.0, - "shotPct" : 13.4, - "gameWinningGoals" : 11, - "overTimeGoals" : 0, - "shortHandedGoals" : 0, - "shortHandedPoints" : 0, - "shortHandedTimeOnIce" : "01:25", - "blocked" : 32, - "plusMinus" : 10, - "points" : 81, - "shifts" : 1816 - }, - "team" : { - "id" : 15, - "name" : "Washington Capitals", - "link" : "/api/v1/teams/15" - }, - "league" : { - "id" : 133, - "name" : "National Hockey League", - "link" : "/api/v1/league/133" - }, - "sequenceNumber" : 1 - }, { - "season" : "20142015", - "stat" : { - "assists" : 1, - "goals" : 1, - "pim" : 0, - "shots" : 6, - "games" : 2, - "powerPlayGoals" : 0, - "penaltyMinutes" : "0", - "gameWinningGoals" : 0, - "shortHandedGoals" : 0, - "plusMinus" : 1, - "points" : 2 - }, - "team" : { - "id" : 64, - "name" : "Russia", - "link" : "/api/v1/teams/64" - }, - "league" : { - "id" : 147, - "name" : "WC-A", - "link" : "/api/v1/league/147" - }, - "sequenceNumber" : 2 - }, { - "season" : "20152016", - "stat" : { - "timeOnIce" : "1604:22", - "assists" : 21, - "goals" : 50, - "pim" : 53, - "shots" : 398, - "games" : 79, - "hits" : 225, - "powerPlayGoals" : 19, - "powerPlayPoints" : 24, - "powerPlayTimeOnIce" : "339:25", - "evenTimeOnIce" : "1264:39", - "penaltyMinutes" : "53", - "faceOffPct" : 0.0, - "shotPct" : 12.6, - "gameWinningGoals" : 8, - "overTimeGoals" : 2, - "shortHandedGoals" : 0, - "shortHandedPoints" : 0, - "shortHandedTimeOnIce" : "00:18", - "blocked" : 34, - "plusMinus" : 21, - "points" : 71, - "shifts" : 1714 - }, - "team" : { - "id" : 15, - "name" : "Washington Capitals", - "link" : "/api/v1/teams/15" - }, - "league" : { - "id" : 133, - "name" : "National Hockey League", - "link" : "/api/v1/league/133" - }, - "sequenceNumber" : 1 - }, { - "season" : "20152016", - "stat" : { - "assists" : 1, - "goals" : 1, - "pim" : 2, - "shots" : 23, - "games" : 6, - "powerPlayGoals" : 0, - "penaltyMinutes" : "2", - "gameWinningGoals" : 0, - "shortHandedGoals" : 0, - "plusMinus" : 3, - "points" : 2 - }, - "team" : { - "id" : 64, - "name" : "Russia", - "link" : "/api/v1/teams/64" - }, - "league" : { - "id" : 147, - "name" : "WC-A", - "link" : "/api/v1/league/147" - }, - "sequenceNumber" : 2 - }, { - "season" : "20162017", - "stat" : { - "timeOnIce" : "1506:01", - "assists" : 36, - "goals" : 33, - "pim" : 50, - "shots" : 313, - "games" : 82, - "hits" : 216, - "powerPlayGoals" : 17, - "powerPlayPoints" : 26, - "powerPlayTimeOnIce" : "305:21", - "evenTimeOnIce" : "1198:26", - "penaltyMinutes" : "50", - "faceOffPct" : 0.0, - "shotPct" : 10.5, - "gameWinningGoals" : 7, - "overTimeGoals" : 2, - "shortHandedGoals" : 0, - "shortHandedPoints" : 0, - "shortHandedTimeOnIce" : "02:14", - "blocked" : 29, - "plusMinus" : 6, - "points" : 69, - "shifts" : 1737 - }, - "team" : { - "id" : 15, - "name" : "Washington Capitals", - "link" : "/api/v1/teams/15" - }, - "league" : { - "id" : 133, - "name" : "National Hockey League", - "link" : "/api/v1/league/133" - }, - "sequenceNumber" : 1 - }, { - "season" : "20162017", - "stat" : { - "assists" : 2, - "goals" : 1, - "pim" : 6, - "games" : 4, - "penaltyMinutes" : "6", - "plusMinus" : 1, - "points" : 3 - }, - "team" : { - "name" : "Russia", - "link" : "/api/v1/teams/null" - }, - "league" : { - "name" : "WCup", - "link" : "/api/v1/league/null" - }, - "sequenceNumber" : 16595 - }, { - "season" : "20172018", - "stat" : { - "timeOnIce" : "1651:50", - "assists" : 38, - "goals" : 49, - "pim" : 32, - "shots" : 355, - "games" : 82, - "hits" : 139, - "powerPlayGoals" : 17, - "powerPlayPoints" : 31, - "powerPlayTimeOnIce" : "344:51", - "evenTimeOnIce" : "1304:31", - "penaltyMinutes" : "32", - "faceOffPct" : 37.5, - "shotPct" : 13.8, - "gameWinningGoals" : 7, - "overTimeGoals" : 3, - "shortHandedGoals" : 0, - "shortHandedPoints" : 0, - "shortHandedTimeOnIce" : "02:28", - "blocked" : 21, - "plusMinus" : 3, - "points" : 87, - "shifts" : 1730 - }, - "team" : { - "id" : 15, - "name" : "Washington Capitals", - "link" : "/api/v1/teams/15" - }, - "league" : { - "id" : 133, - "name" : "National Hockey League", - "link" : "/api/v1/league/133" - }, - "sequenceNumber" : 1 - }, { + } + + ... + + { "season" : "20182019", "stat" : { "timeOnIce" : "1694:37",