yahoo_player_stats
Retrieve player statistics for a specified season, week, or date range from Yahoo Fantasy Sports.
Instructions
One or more players' stats for a season or week.
Returns: {fantasy_content:{players:{'0':{player:[[{player_key}, {name}, {editorial_team_abbr}, {display_position}], {player_stats:{coverage_type, season, stats:[{stat:{stat_id, value}}]}}, {player_points:{total}}]}, count}}} — SHAPE FROM VENDOR DOCS. Batching keys is how you stay inside the rate limit.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: A player's season {"playerKeys": "449.p.31883", "type": "season"}
Auth: needs your own key in YAHOO_CLIENT_ID or YAHOO_CLIENT_SECRET or YAHOO_REFRESH_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Aggregation window. One of: season, week, date, lastweek, lastmonth, average_season. | season |
| format | No | Leave as json. | json |
| playerKeys | Yes | Comma-separated player keys, e.g. '449.p.31883'. Batch several in one call. Required — part of the URL path. |