sportsdataio_nfl_dfs_slates
Get NFL DFS slates and player salaries for a season and week across DraftKings, FanDuel, and Yahoo. Use it to compare operator pricing and player values.
Instructions
DFS slates and player SALARIES for a week — DraftKings, FanDuel and Yahoo. Not available from the official NFL feeds.
Returns: [{SlateID, Operator:'DraftKings'|'FanDuel'|'Yahoo', OperatorSlateID, OperatorName, OperatorDay, OperatorStartTime, NumberOfGames, IsMultiDaySlate, DfsSlateGames:[…], DfsSlatePlayers:[{SlatePlayerID, PlayerID, OperatorPlayerName, OperatorPosition, OperatorSalary, FantasyPoints, FantasyPointsPerDollar}]}] — SHAPE FROM VENDOR DOCS. FantasyPointsPerDollar is value; salaries are integers in dollars.
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 week's DFS slates {"season": "2023", "week": 1}
Auth: needs your own key in SPORTSDATAIO_MLB_KEY or SPORTSDATAIO_NBA_KEY or SPORTSDATAIO_NFL_KEY or SPORTSDATAIO_NHL_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | Yes | Week number. Required — part of the URL path. | |
| season | Yes | Season, e.g. 2023. Required — part of the URL path. |