Bundesliga Injury Report

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

Attributes

Top-Level Fields

FieldTypeDescription
Leaguestring
Playersarray

Players Object

FieldTypeDescription
Firstnamestring
Lastnamestring
Positionstring
Injuryobject
Idstring

Example Response

{
  "League": "BUND",
  "Players": [
    {
      "Firstname": "Ragnar","Lastname": "Ache","Position": "F",
      "Injury": {"Type": "Thigh","Status": "OUT","Detail": null,"Side": null,"ReturnDate": "2026-08-01"},
      "Id": "32826"
    }
  ]
}
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