sportsdataio_nfl_projections
Project NFL player weekly stats, including passing, rushing, receiving, and fantasy points for DraftKings and FanDuel. Select the scoring column matching your operator.
Instructions
Projected NFL player game statistics for a week.
Returns: [{PlayerID, Name, Team, Position, PassingYards, PassingTouchdowns, RushingYards, ReceivingYards, Receptions, FantasyPoints, FantasyPointsPPR, FantasyPointsDraftKings, FantasyPointsFanDuel}] — SHAPE FROM VENDOR DOCS. Note the per-operator scoring columns: DraftKings and FanDuel score differently, so use the matching one.
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 projections {"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. Required — part of the URL path. |