GuidesRelease Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

NHL API - Awards Endpoints

We've added two RESTful endpoints to our NHL API: Awards List and Seasonal Awards.

With these endpoints, dive into detailed data on awards like the Presidents' Trophy, Conn Smythe Trophy, and Stanley Cup for both leagues, including information on players, teams, and coaches.

  • Awards List - Provides a list of all NHL awards available in the API.
  • Seasonal Awards - Provides a list of all NHL awards for a given season and season type.

☑️ Sample Requests:

Awards List - https://api.sportradar.com/nhl/trial/v7/en/league/awards.json

Seasonal Awards - https://api.sportradar.com/nhl/trial/v7/en/seasons/2024/pst/awards.json


🔢 Version


🔁 Endpoints Affected

  • Awards List, Seasonal Awards

⚙️ Return Sample

<league xmlns="http://feed.elasticstats.com/schema/hockey/nhl/league/awards-v7.0.xsd" id="fd560107-a85b-4388-ab0d-655ad022aff7" name="NHL" alias="NHL">
    <awards id="e690472d-2991-42c1-9a73-0253dc43ff1a" name="Art Ross Trophy" description="This award is given to the player who leads the league in points at the end of the regular season." type="player"/>
    <awards id="af1497d6-b608-4fd4-b3e0-dc15b13a99f7" name="Bill Masterton Memorial Trophy" description="This award is given to the player who best exemplifies the qualities of perseverance, sportsmanship, and dedication to ice hockey." type="player"/>
    <awards id="4fb778f8-2891-4efa-9627-3d45f66716e8" name="Calder Memorial Trophy" description="This award is given to the league's top rookie." type="player"/>
    <awards id="18640e18-ea1c-4ea7-bb11-cbbbc77ee8f9" name="Clarence S. Campbell Bowl" description="Western Conference Playoff Champions" type="team"/>
    <awards id="2d396d94-d2a0-41cf-8a59-94c79962a251" name="Conn Smythe Trophy" description="This award is given to the most valuable player of the Stanley Cup playoffs." type="player"/>
    <awards id="979236f2-15dd-4594-bd5c-b26998b86fd9" name="Frank J. Selke Trophy" description="This award is given to the forward that demonstrates the most skill in the defensive component of the game." type="player"/>
{
    "league": {
        "id": "fd560107-a85b-4388-ab0d-655ad022aff7",
        "name": "NHL",
        "alias": "NHL"
    },
    "season": {
        "id": "89d406e7-9d45-4e55-bdb3-5bf2a95b26d4",
        "year": 2024,
        "type": "PST"
    },
    "awards": [
        {
            "award": {
                "name": "Prince of Wales Trophy",
                "description": "Eastern Conference Playoff Champions",
                "type": "team",
                "effective_date": "2025-05-28",
                "awarded_time_frequency": "annual",
                "awarded_time_period": "2025",
                "id": "2e407f51-49e6-4202-a909-cf8582cea63e",
                "recipients": [
                    {
                        "recipient": {
                            "level": "winner",
                            "name": "Florida Panthers",
                            "id": "4418464d-0f24-11e2-8525-18a905767e44"
                        }
                    }
                ]
            }
        },
        {
            "award": {
                "name": "Clarence S. Campbell Bowl",
                "description": "Western Conference Playoff Champions",
                "type": "team",
                "effective_date": "2025-05-29",
                "awarded_time_frequency": "annual",
                "awarded_time_period": "2025",
                "id": "18640e18-ea1c-4ea7-bb11-cbbbc77ee8f9",
                "recipients": [
                    {
                        "recipient": {
                            "level": "winner",
                            "name": "Edmonton Oilers",
                            "id": "4415ea6c-0f24-11e2-8525-18a905767e44"
                        }
                    }
                ]
            }
        },
        {
            "award": {
                "name": "Conn Smythe Trophy",
                "description": "This award is given to the most valuable player of the Stanley Cup playoffs.",
                "type": "player",
                "effective_date": "2025-06-17",
                "awarded_time_frequency": "annual",
                "awarded_time_period": "2025",
                "id": "2d396d94-d2a0-41cf-8a59-94c79962a251",
                "recipients": [
                    {
                        "recipient": {
                            "level": "winner",
                            "team": {
                                "id": "4d11da5f-245b-4729-bf9a-c4f4f273ee04",
                                "name": "Panthers",
                                "market": "Florida",
                                "alias": "FLA"
                            },
                            "name": "Sam Bennett",
                            "position": "F",
                            "id": "4833e4eb-8d91-4b19-82d5-88489e625a8d"
                        }
                    }
                ]
            }
        },