Ligue 1 Injury Report

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

Attributes

Top-Level Fields

FieldTypeDescription
Leaguestring
Playersarray

Players Object

FieldTypeDescription
Firstnamestring
Lastnamestring
Positionstring
Injuryobject
Idstring

Example Response

{
  "League": "LIGUE",
  "Players": [
    {
      "Firstname": "Mohamed","Lastname": "Abdelmonem","Position": "D",
      "Injury": {"Type": "Knee","Status": "GTD","Detail": null,"Side": null,"ReturnDate": "2026-05-17"},
      "Id": "44133"
    }
  ]
}
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