get
https://api.rotowire.com/Soccer/MLS/Injuries.php
Returns the current list of injured MLS 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": "MLS",
"Players": [
{
"Firstname": "Wessam","Lastname": "Abou Ali","Position": "F",
"Injury": {"Type": "Knee","Status": "OUT","Detail": null,"Side": "Right","ReturnDate": "2027-02-01"},
"Id": "46746"
}
]
}