EPL 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

Example Response

{
  "Date": "2026-05-14",
  "Updates": [
    {
      "Id": "515881",
      "DateTime": "2026-05-14 01:03:34.400",
      "Priority": "3",
      "IsTransaction": 0,
      "Headline": "Available for Aston Villa",
      "Notes": "Konate has been cleared and is available for Friday's clash against Aston Villa.",
      "Player": {"FirstName": "Ibrahima", "LastName": "Konate", "Position": "D", "Id": "24554"},
      "Team": {"Name": "Liverpool", "Id": "9"}
    }
  ]
}
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