get
https://api.rotowire.com/Football/CFB/InjuriesNF.php
Non-football injury reports for college football players covering off-field medical news.
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Players | array |
Players Object
| Field | Type | Description |
|---|---|---|
FirstName | string | |
LastName | string | |
Position | string | |
Injury | 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"},
"Id": "45436","SportDataIOId": "50090306"
}
]
}