Check a stated figure against DraftCall data
verify_claimCheck a number you are about to state, or one a user has stated, against DraftCall data for one player: points per game, games played, bye week, positional rank, or any season stat such as rushingYards or receptions. Returns whether the figure matches and the actual value when it does not. Use this before quoting a figure from memory, and whenever a user asserts a stat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The figure being checked. | |
| metric | Yes | Which figure to check. ppg is points per game in scoring_format; rank is positional rank; the rest are season totals. | |
| 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. | |
| team | Yes | ||
| actual | Yes | The real figure, or null when DraftCall holds none. | |
| metric | Yes | ||
| player | Yes | ||
| claimed | Yes | The figure that was submitted for checking. | |
| verdict | Yes | unknown means the claim could be neither confirmed nor corrected, not that it was wrong. | |
| position | 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 | No | The format the figure was checked in, or null for metrics that do not vary by format. |