get_player_fantasy_log
Get game-by-game fantasy points for a player to judge form and reliability. See if a player's role changed by reading the sequence, not just the season average.
Instructions
Game-by-game fantasy points for one player, for judging form and reliability.
A season average hides the thing that decides drafts: whether a player's role changed.
Someone averaging 20 who went 8, 9, 10, then 35, 38, 40 is a different asset from
someone who scored 20 every night. Read the sequence, not only the mean.
Args:
person_code: canonical id from search_players.
season: season code, e.g. "E2025".
last_n: return only the most recent N games. 0 returns the whole season.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last_n | No | ||
| season | No | E2025 | |
| person_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||