NHL Projected Goalies

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

ParameterTypeRequiredDescription
datestringNoDate to retrieve projected goalies for. Format YYYY-MM-DD. Defaults to current date.

Attributes

Top-Level Fields

FieldTypeDescription
Datestring
Gamesarray

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"}]}
Query Params
date

Date to retrieve projected goalies for. Format YYYY-MM-DD. Defaults to current date.

string
enum
required
Defaults to json

Response format. Always json.

Allowed:
Response

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json