UCL Injury Report

Returns the current list of injured UEFA Champions League players. Updated in real time.

Attributes

Top-Level Fields

FieldTypeDescription
Leaguestring
Playersarray

Players Object

FieldTypeDescription
Firstnamestring
Lastnamestring
Positionstring
Injuryobject
Idstring

Example Response

{
  "League": "UCL",
  "Players": [
    {
      "Firstname": "Riccardo","Lastname": "Calafiori","Position": "D",
      "Injury": {"Type": "Undisclosed","Status": "GTD","Detail": null,"Side": "Not Specified","ReturnDate": "2026-05-18"},
      "Id": "30620"
    }
  ]
}
Query Params
string
enum
required
Defaults to json

Response format. Always json.

Allowed:
Response

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json