get
https://api.rotowire.com/Soccer/LIGAMX/Injuries.php
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": "LIGAMX",
"Players": [
{
"Firstname": "Daniel","Lastname": "Aguirre","Position": "M/D",
"Injury": {"Type": "Undisclosed","Status": "OUT","Detail": null,"Side": null,"ReturnDate": "2026-05-16"},
"Id": "34860"
}
]
}