get_player_stats_all_weeks
Fetch all weekly real game stats and season totals for a specific player in a given fantasy football season, with PPR scoring.
Instructions
Get real stats for all weeks of a season for a specific player.
Args: player_id: The Sleeper player ID (required). Will be converted to string. Cannot be empty. Example: "4046" for Patrick Mahomes season: The season year (optional). Can be integer or string. Valid range: 2009-2030. Defaults to current season if not provided.
Returns comprehensive stats including:
Player information (name, position, team, status)
Week-by-week real game stats (fantasy points and game statistics)
Season totals aggregating all weeks
Games played count
Only includes weeks that have been played (no future weeks)
Note: This fetches real game stats, not projections. Stats are organized by week with PPR scoring and relevant statistics.
Returns: Dict containing player info, weekly stats, and season totals
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | ||
| player_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||