get
https://api.rotowire.com/Soccer/SERI/Injuries.php
Returns the current list of injured Serie A 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": "SERI",
"Players": [
{
"Firstname": "Zakaria","Lastname": "Aboukhlal","Position": "F/M",
"Injury": {"Type": "Knee","Status": "GTD","Detail": null,"Side": null,"ReturnDate": "2026-05-17"},
"Id": "26737"
}
]
}