MLS Injury Report

Returns the current list of injured MLS players. Updated in real time.

Attributes

Top-Level Fields

FieldTypeDescription
Leaguestring
Playersarray

Players Object

FieldTypeDescription
Firstnamestring
Lastnamestring
Positionstring
Injuryobject
Idstring

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"
    }
  ]
}
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