get
https://api.rotowire.com/Hockey/NHL/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": "591841", "Priority": "3", "Headline": "Could miss start of season", "Notes": "Grebenkin (upper body) may not be ready.", "Player": {"FirstName": "Nikita", "LastName": "Grebenkin", "Position": "RW", "Id": "7121"}, "Team": {"Id": "21", "Code": "PHI"}}]}