Compare two NFL players
compare_playersCompare any two NFL players head to head for fantasy football: points per game in the requested scoring format, volume stats, bye weeks, and which one produced more. Use this for start/sit, draft, and trade questions about two specific players.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_a | Yes | First player name, e.g. "Bijan Robinson". | |
| player_b | Yes | Second player name, e.g. "Jahmyr Gibbs". | |
| 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. | |
| tier_a | No | The tier this player sits in at his position, or null when he is outside the ranked pool. | |
| tier_b | No | The tier this player sits in at his position, or null when he is outside the ranked pool. | |
| player_a | Yes | ||
| player_b | Yes | ||
| same_tier | Yes | True only when both play the same position and land in the same tier. | |
| higher_ppg | Yes | Name of the higher scorer, or null when the two are level. | |
| ppg_margin | Yes | ||
| shared_bye | 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 |