get
https://api.rotowire.com/Basketball/EURO/Injuries.php
Returns the current list of injured EuroLeague players. Healthy players are not included. Updated in real time.
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Players | array |
Players Object
| Field | Type | Description |
|---|---|---|
FirstName | string | |
LastName | string | |
Position | string | |
InjuryStatus | string | |
Injury | object | |
Team | object | |
Id | string |
Example Response
{"Players": [{"FirstName": "Josep", "LastName": "Puerto", "Position": "G", "InjuryStatus": "GTD", "Injury": {"Status": "GTD", "Type": "Ankle", "Side": "Left", "ReturnDate": "2026-05-22"}, "Team": {"Name": "Valencia Basket", "Id": "15", "Code": "VBC"}, "Id": "465"}]}