GuidesRelease Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

NHL API - Game-Tying Goals

We have added a new tying_goals statistic at the player and team seasonal level. Use this field to determine the number of game-tying goals for a player or team during a season.


☑️ Sample Requests

Player Profile - https://api.sportradar.com/nhl/trial/v7/en/players/433de553-0f24-11e2-8525-18a905767e44/profile.json

Seasonal Statistics - https://api.sportradar.com/nhl/trial/v7/en/seasons/2024/REG/teams/{team_id}/statistics.json


🔢 Versions


🔁 Endpoints Affected

  • Player Profile, League Leaders (Skaters), Seasonal Statistics

⚙️ Return Samples

<team id="4416091c-0f24-11e2-8525-18a905767e44" name="Wild" market="Minnesota" sr_id="sr:team:3689" reference="30">
      <team_records>
          <overall>
              <statistics>
                  <total games_played="82" goals="225" assists="369" penalties="257" penalty_minutes="612" team_penalties="7" team_penalty_minutes="14" shots="2263" blocked_att="1275" missed_shots="1109" hits="1645" giveaways="1224" takeaways="407" blocked_shots="1319" faceoffs_won="2081" faceoffs_lost="2375" powerplays="206" shooting_pct="9.9" faceoff_win_pct="46.7" faceoffs="4456" points="594" emptynet_goals="21" overtime_assists="16" overtime_goals="9" overtime_shots="29" penalties_major="23" penalties_match="1" penalties_minor="219" penalties_misconduct="2" plus_minus="-6" tying_goals="46">
{
  "id": "c5ca79d2-9e65-4987-84da-6f26237a47b3",
  "year": 2024,
  "type": "REG",
  "teams": [
            {
                "id": "4417b7d7-0f24-11e2-8525-18a905767e44",
                "name": "Penguins",
                "market": "Pittsburgh",
                "alias": "PIT",
                "sr_id": "sr:team:3697",
                "reference": "5",
                "statistics": {
                    "total": {
                        "games_played": 80,
                        "goals": 33,
                        "assists": 58,
                        "penalties": 14,
                        "penalty_minutes": 31,
                        "shots": 227,
                        "blocked_att": 76,
                        "missed_shots": 112,
                        "hits": 67,
                        "giveaways": 86,
                        "takeaways": 29,
                        "blocked_shots": 39,
                        "faceoffs_won": 1016,
                        "faceoffs_lost": 766,
                        "winning_goals": 10,
                        "plus_minus": -20,
                        "games_scratched": 2,
                        "games_started": 69,
                        "shooting_pct": 14.5,
                        "faceoff_win_pct": 57.0,
                        "faceoffs": 1782,
                        "points": 91,
                        "emptynet_goals": 3,
                        "first_star": 7,
                        "overtime_assists": 0,
                        "overtime_goals": 4,
                        "overtime_shots": 9,
                        "penalties_major": 1,
                        "penalties_match": 0,
                        "penalties_minor": 13,
                        "penalty_minutes_additional": 0,
                        "penalties_misconduct": 0,
                        "second_star": 8,
                        "third_star": 2,
                        "tying_goals": 5
                      },