get
https://api.rotowire.com/Soccer/EPL/Injuries.php
Returns the current list of injured EPL players. Healthy players are not included. Updated in real time as new injuries are reported.
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
League | string | |
Players | array |
Players Object
| Field | Type | Description |
|---|---|---|
Firstname | string | |
Lastname | string | |
Position | string | |
Injury | object | |
Id | string |
Example Response
{
"League": "EPL",
"Players": [
{
"Firstname": "Zach",
"Lastname": "Abbott",
"Position": "D",
"Injury": {"Type": "Head", "Status": "GTD", "Detail": null, "ReturnDate": "2026-05-17"},
"Id": "38401"
}
]
}