MLS 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.

Attributes

Top-Level Fields

FieldTypeDescription
Datestring
Updatesarray

Updates Object

FieldTypeDescription
Idstring
DateTimestring
Prioritystring
IsTransactioninteger
Headlinestring
Notesstring
Playerobject
Teamobject

Example Response

{
  "Date": "2026-05-14",
  "Updates": [
    {
      "Id": "515858",
      "DateTime": "2026-05-14 00:05:14.533",
      "Priority": "3",
      "IsTransaction": 0,
      "Headline": "Suspended one game",
      "Notes": "D'Avilla will serve a one-match ban due to an accumulation of five yellow cards in the MLS.",
      "Player": {"FirstName": "Dje","LastName": "D'Avilla","Position": "M/D","Id": "46416"},
      "Team": {"Name": "Chicago Fire","Id": "134"}
    }
  ]
}
Query Params
date

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

integer

Return news from the last N hours.

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