get
https://api.rotowire.com/Hockey/NHL/Injuries.php
Returns the current list of injured NHL players. Healthy players are not included. Updated in real time.
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Players | array |
Players Object
| Field | Type | Description |
|---|---|---|
FirstName | string | |
LastName | string | |
Position | string | |
Injury | object | |
Team | object | |
Id | string |
Example Response
{"Players": [{"FirstName": "Shea", "LastName": "Weber", "Position": "D", "Injury": {"Type": "Ankle", "Status": "IR-LT", "Side": "Left", "ReturnDate": "2026-07-01"}, "Team": {"Id": "7", "Code": "CHI"}, "Id": "1954"}]}