MLB News Updates

Query Parameters

ParameterTypeRequiredDescription
datestringNoDate to retrieve news for. Format YYYY-MM-DD. Defaults to current date.
hoursintegerNoReturn news from the last N hours.
max_priorityintegerNoReturn only news at or above this priority level.

Attributes

Top-Level Fields

FieldTypeDescription
Datestring
Updatesarray

Updates Object

FieldTypeDescription
Idinteger
DateTimestring
Priorityinteger
Headlinestring
Notesstring
Playerobject
Teamobject

Example Response

{
  "Date": "2026-05-11",
  "Updates": [
    {
      "Id": 1002643,
      "DateTime": "2026-05-11T12:02:36-07:00",
      "Priority": 1,
      "Headline": "Not throwing, eyes late-May return",
      "Notes": "The Orioles announced Monday that Helsley (elbow) hasn't been cleared to start a throwing program.",
      "Player": {
        "Id": 14404,
        "FirstName": "Ryan",
        "LastName": "Helsley",
        "Position": "P",
        "LeagueLevel": "MAJORS",
        "Link": "https://www.rotowire.com/baseball/player/ryan-helsley-14404",
        "Injury": {
          "Status": "15-DAY IL",
          "Type": "Elbow",
          "Detail": "Inflammation",
          "Side": "Right",
          "ReturnDate": "2026-05-22"
        }
      },
      "Team": {
        "Id": 3,
        "Code": "BAL",
        "Name": "Baltimore Orioles",
        "Nickname": "Orioles"
      }
    }
  ]
}
Query Params
date

Date to retrieve news for. Format YYYY-MM-DD. Defaults to current date.

integer

Return news from the last N hours.

integer

Return only news at or above this priority level.

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