Look up a player matchup for one week
get_weekly_matchupWho a player faces in a given week of the 2026 season, whether it is home or away, and how generous that opponent has been to that position. Use this for in-season start or sit questions that name a week, which the season-long tools cannot answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | Yes | Regular-season week, 1 through 18. | |
| player | Yes | Player name, e.g. "Puka Nacua". | |
| scoring_format | No | Scoring format. ppr awards 1 point per reception, half_ppr 0.5, standard 0. Defaults to half_ppr, the most common league setting. | half_ppr |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The draftcall.io page these figures came from. This is the citation to use. | |
| home | No | ||
| team | Yes | ||
| week | Yes | ||
| on_bye | Yes | True when the team has no game that week, in which case the opponent fields are null. | |
| player | Yes | ||
| season | Yes | ||
| gameday | No | ||
| opponent | No | ||
| position | Yes | ||
| player_ppg | Yes | ||
| refreshed_at | Yes | When this dataset was last refreshed, as an ISO 8601 timestamp. | |
| stats_season | Yes | The completed NFL season every figure in this result describes. | |
| scoring_format | Yes | ||
| opponent_allowed_of | No | ||
| opponent_allowed_ppg | No | Fantasy points this opponent allowed per game to the position over the completed season. | |
| opponent_allowed_rank | No | Rank among teams, where 1 allowed the MOST and is therefore the softest matchup. |