GET /{format}/PlayerGameStatsBySeason/{season}/{playerid}/{numberofgames}
Summary: Player Game Logs By Season
Operation ID: PlayerGameLogsBySeason
Auth: unknown
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': ['JSON', 'XML']}
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>10001365</code>.
season
(string, path, required)
Season to get games from. Example <code>2019POST</code>, <code>2020</code>
No probe data for this endpoint yet.