get
https://api.rotowire.com/Hockey/NHL/RestOfSeasonProjections.php
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
date | string | No | The date from which to calculate rest-of-season projections. Format YYYY-MM-DD. Defaults to today. |
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Season | integer | |
Date | string | |
Players | array |
Example Response
{"Season": 2025, "Date": "2026-05-14", "Players": [{"Firstname": "Zach", "Lastname": "Benson", "Position": "LW", "Team": {"Id": "4", "Code": "BUF"}, "Projections": {"GamesPlayed": 2.97, "Goals": 1.016, "Assists": 1.175, "Shots": 6.371}, "Id": "6932"}]}