Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. "teamStats" : [ {
  2. "type" : {
  3. "displayName" : "statsSingleSeason"
  4. },
  5. "splits" : [ {
  6. "stat" : {
  7. "gamesPlayed" : 19,
  8. "wins" : 7,
  9. "losses" : 8,
  10. "ot" : 4,
  11. "pts" : 18,
  12. "ptPctg" : "47.4",
  13. "goalsPerGame" : 2.579,
  14. "goalsAgainstPerGame" : 3.474,
  15. "evGGARatio" : 0.7778,
  16. "powerPlayPercentage" : "14.3",
  17. "powerPlayGoals" : 10.0,
  18. "powerPlayGoalsAgainst" : 16.0,
  19. "powerPlayOpportunities" : 70.0,
  20. "penaltyKillPercentage" : "75.8",
  21. "shotsPerGame" : 29.2632,
  22. "shotsAllowed" : 30.2105,
  23. "winScoreFirst" : 0.364,
  24. "winOppScoreFirst" : 0.375,
  25. "winLeadFirstPer" : 0.444,
  26. "winLeadSecondPer" : 0.5,
  27. "winOutshootOpp" : 0.333,
  28. "winOutshotByOpp" : 0.385,
  29. "faceOffsTaken" : 1152.0,
  30. "faceOffsWon" : 554.0,
  31. "faceOffsLost" : 598.0,
  32. "faceOffWinPercentage" : "48.1",
  33. "shootingPctg" : 8.8,
  34. "savePctg" : 0.885
  35. },
  36. "team" : {
  37. "id" : 1,
  38. "name" : "New Jersey Devils",
  39. "link" : "/api/v1/teams/1"
  40. }
  41. }, {
  42. "stat" : {
  43. "wins" : "29th",
  44. "losses" : "22nd",
  45. "ot" : "11th",
  46. "pts" : "26th",
  47. "ptPctg" : "27th",
  48. "goalsPerGame" : "29th",
  49. "goalsAgainstPerGame" : "26th",
  50. "evGGARatio" : "27th",
  51. "powerPlayPercentage" : "26th",
  52. "powerPlayGoals" : "23rd",
  53. "powerPlayGoalsAgainst" : "26th",
  54. "powerPlayOpportunities" : "9th",
  55. "penaltyKillOpportunities" : "16th",
  56. "penaltyKillPercentage" : "23rd",
  57. "shotsPerGame" : "25th",
  58. "shotsAllowed" : "8th",
  59. "winScoreFirst" : "28th",
  60. "winOppScoreFirst" : "20th",
  61. "winLeadFirstPer" : "29th",
  62. "winLeadSecondPer" : "29th",
  63. "winOutshootOpp" : "29th",
  64. "winOutshotByOpp" : "29th",
  65. "faceOffsTaken" : "22nd",
  66. "faceOffsWon" : "25th",
  67. "faceOffsLost" : "19th",
  68. "faceOffWinPercentage" : "27th",
  69. "savePctRank" : "27th",
  70. "shootingPctRank" : "23rd"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement