get
https://api.rotowire.com/Football/CFL/DepthChart.php
Returns depth charts for all CFL teams, listing players at each position ranked by their standing.
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Teams | array |
Teams Object
| Field | Type | Description |
|---|---|---|
Id | string | |
Code | string | |
Players | array |
Example Response
{"Teams": [{"Id": "1", "Code": "BC", "Players": [{"Id": "2858", "Rank": "1", "FirstName": "Riley", "LastName": "Pickett", "Position": "FB"}]}]}