get
https://api.rotowire.com/Hockey/NHL/ProjectedGoalies.php
Returns projected starting goalies for NHL games. This is the goalie grid — a separate feed from the main NHL Lineups endpoint and available at separate cost.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
date | string | No | Date to retrieve projected goalies for. Format YYYY-MM-DD. Defaults to current date. |
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Date | string | |
Games | array |
Example Response
{"Date": "2026-05-14", "Games": [{"Teams": [{"IsHome": 1, "Name": "Anaheim Ducks", "StartingGoalie": {"Designation": "EXPECTED", "Firstname": "Lukas", "Lastname": "Dostal", "Id": "5792"}, "Id": "1", "Code": "ANA"}], "Id": "37050"}]}