get
https://api.rotowire.com/Soccer/LIGA/News/Updates.php
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
date | string | No | Date to retrieve news for. Format YYYY-MM-DD. Defaults to current date. |
hours | integer | No | Return news from the last N hours. |
max_priority | integer | No | Return only news at or above this priority level. |
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Date | string | |
Updates | array |
Example Response
{
"Date": "2026-05-14",
"Updates": [{"Id": "515879", "Priority": "3", "Headline": "Set for suspension", "Notes": "Veiga will serve a one-match ban.", "Player": {"FirstName": "Renato", "LastName": "Veiga", "Position": "D", "Id": "36576"}, "Team": {"Name": "Villarreal", "Id": "96"}}]
}