get
https://api.rotowire.com/Football/CFB/Injuries.php
Current injury report for college football players.
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 | |
SportDataIOId | string |
Example Response
{
"Players": [
{
"FirstName": "Micah","LastName": "Alejado","Position": "QB",
"Injury": {"Type": "Undisclosed","Status": "QUESTIONABLE","Detail": "Bruise","Side": "Right","ReturnDate": "2026-08-01"},
"Team": {"Id": "Hawaii","Name": "Hawaii","Nickname": "Rainbow Warriors"},
"Id": "45436","SportDataIOId": "50090306"
}
]
}