get
https://api.rotowire.com/Soccer/BUND/Injuries.php
Returns the current list of injured Bundesliga players. Updated in real time.
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": "BUND",
"Players": [
{
"Firstname": "Ragnar","Lastname": "Ache","Position": "F",
"Injury": {"Type": "Thigh","Status": "OUT","Detail": null,"Side": null,"ReturnDate": "2026-08-01"},
"Id": "32826"
}
]
}