GET {format}/PlayerGameStatsBySeason/{season}/{playerid}/{numberofgames}

sportsdata.io:nhl-v3-stats

Summary: Player Game Logs By Season
Operation ID: PlayerGameLogsBySeason
Auth: unknown

Parameters (4)

format (string, path, required)

Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.

Constraints: {'enum': ['XML', 'JSON']}

numberofgames (string, path, required)

How many games to return. Example <code>all</code>, <code>10</code>, <code>25</code>

playerid (string, path, required)

Unique FantasyData Player ID. Example:<code>30000651</code>.

season (string, path, required)

Season to get games from. Example <code>2019POST</code>, <code>2020</code>

No probe data for this endpoint yet.