EPL Injury Report

Returns the current list of injured EPL players. Healthy players are not included. Updated in real time as new injuries are reported.

Attributes

Top-Level Fields

FieldTypeDescription
Leaguestring
Playersarray

Players Object

FieldTypeDescription
Firstnamestring
Lastnamestring
Positionstring
Injuryobject
Idstring

Example Response

{
  "League": "EPL",
  "Players": [
    {
      "Firstname": "Zach",
      "Lastname": "Abbott",
      "Position": "D",
      "Injury": {"Type": "Head", "Status": "GTD", "Detail": null, "ReturnDate": "2026-05-17"},
      "Id": "38401"
    }
  ]
}
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