get
https://api.rotowire.com/Hockey/NHL/Rumors.php
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
date | string | No | Date to retrieve rumors for. Format YYYY-MM-DD. Defaults to current date. |
Attributes
Fields
| Field | Type | Description |
|---|---|---|
Id | string | |
DateTime | string | |
Headline | string | |
Notes | string | |
Analysis | string | |
Player | object | |
Team | object |
Example Response
[{"Id": "9818", "DateTime": "2026-05-14T07:33:00-07:00", "Headline": "Working in starter's crease", "Notes": "Luukkonen was occupying the starter's crease ahead of Game 5 versus the Canadiens.", "Player": {"FirstName": "Ukko-Pekka", "LastName": "Luukkonen", "Position": "G", "Id": "5516"}, "Team": {"Id": "4", "Code": "BUF"}}]