get
https://api.rotowire.com/Soccer/LIGUE/Injuries.php
Returns the current list of injured Ligue 1 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": "LIGUE",
"Players": [
{
"Firstname": "Mohamed","Lastname": "Abdelmonem","Position": "D",
"Injury": {"Type": "Knee","Status": "GTD","Detail": null,"Side": null,"ReturnDate": "2026-05-17"},
"Id": "44133"
}
]
}