MLB Injury Report

Attributes

Top-Level Fields

FieldTypeDescription
Playersarray

Players Object

FieldTypeDescription
IdintegerThe RotoWire player ID.
OnDisabledListinteger1 = on disabled list, 0 = not on disabled list.
FirstNamestring
LastNamestring
Positionstring
InjuryobjectInjury information for the player. Fields are empty strings when the player is not injured. Note: status value casing differs by endpoint — the News endpoints return uppercase (e.g. 10-DAY IL, DAY-TO-DAY) while the Injuries endpoint returns title case (e.g. 10-Day IL, Day-To-Day).
TeamobjectThe player's current team. Contains only Id and Code (no Name or Nickname). Both fields will be absent when the player has been released and has no active team affiliation.
InjuryTypestring
InjuryStatusstringCurrent injury designation. Uses title-case values (unlike the News endpoints which return uppercase). Known values: Day-To-Day, Out, 7-Day IL, 10-Day IL, 15-Day IL, 60-Day IL, Suspension, Paternity, Bereavement, Developmental List.
ReturnDatestringEstimated return date. Format YYYY-MM-DD. Empty string when not applicable.
InjuryDetailstring
InjurySidestringWhich side of the body the injury occurred on. Empty string when not applicable.

Example Response

{
  "Players": [
    {
      "Id": 10501,
      "OnDisabledList": 1,
      "FirstName": "Wade",
      "LastName": "Miley",
      "Position": "P",
      "Injury": {
        "Type": "Forearm",
        "Status": "Out",
        "Detail": "Strain",
        "Side": "Left",
        "ReturnDate": "2026-05-11"
      },
      "Team": {},
      "InjuryType": "Forearm",
      "InjuryStatus": "Out",
      "InjuryDetail": "Strain",
      "InjurySide": "Left",
      "ReturnDate": "2026-05-11"
    }
  ]
}
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