get
https://api.rotowire.com/Football/CFL/Injuries.php
Returns the current list of injured CFL players. Healthy players are not included. Updated in real time.
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Players | array |
Players Object
| Field | Type | Description |
|---|---|---|
Id | string | |
FirstName | string | |
LastName | string | |
Position | string | |
Injury | object |
Example Response
{"Players": [{"Id": "145", "FirstName": "DaVaris", "LastName": "Daniels", "Position": "WR", "Injury": {"Status": "OUT", "Type": "Hip", "Side": "Not Specified"}}]}