get
https://api.rotowire.com/Soccer/UCL/Injuries.php
Returns the current list of injured UEFA Champions League 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": "UCL",
"Players": [
{
"Firstname": "Riccardo","Lastname": "Calafiori","Position": "D",
"Injury": {"Type": "Undisclosed","Status": "GTD","Detail": null,"Side": "Not Specified","ReturnDate": "2026-05-18"},
"Id": "30620"
}
]
}