Fantasy Football
Fantasy Football projections and rankings, Includes weekly and remaining season projected points and rankings. Allows you to search PPR and nonPPR and narrow by position. Used by https://www.fanfootballapp.com
Fantasy Football endpoints
| Method | Endpoint | Description |
|---|---|---|
| Rest of Season Rankings | ||
| GET |
Season Rankings by Position (PPR) /season/rankings/ppr/{position} |
Returns the rankings of fantasy football players at specified position based on rest of season projections (PPR). |
| GET |
Season Rankings by Position (nonPPR) /season/rankings/nonppr/{position} |
Returns the rankings of fantasy football players at specified position based on rest of season projections (nonPPR). |
| Rest of Season Projections | ||
| GET |
Season Projections All (PPR) /season/projections/ppr |
Returns the remaining season projected points for each fantasy football player (PPR). |
| GET |
Season Projections by Position (PPR) /season/projections/ppr/{position} |
Returns the remaining projected points for all players at specified position (PPR). Positions: QB, RB, WR, TE, K, DST |
| GET |
Season Projections All (nonPPR) /season/projections/nonppr |
Returns the remaining season projected points for each fantasy football player (nonPPR). |
| GET |
Season Projections by Position (nonPPR) /season/projections/nonppr/{position} |
Returns the remaining projected points for all players at specified position (nonPPR). Positions: QB, RB, WR, TE, K, DST |
| GET |
Season Projections by Player (nonPPR) /season/projections/nonppr/player/{playerName} |
Returns the remaining projected points for a specific player (nonPPR). Use hyphenated name and capital first letters (i.e. Patrick-Mahomes) |
| GET |
Season Projections by Player (PPR) /season/projections/ppr/player/{playerName} |
Returns the remaining projected points for a specific player (PPR). Use hyphenated name and capital first letters (i.e. Patrick-Mahomes) |
| Weekly Rankings | ||
| GET |
Weekly Rank by Position (PPR) /weekly/rankings/pprPosition/{week}/{position} |
Returns the weekly rankings of players for the specified week and position (PPR). Positions: QB, RB, WR, TE, K, DST |
| GET |
Weekly Rank by Position (nonPPR) /weekly/rankings/nonpprPosition/{week}/{position} |
Returns the rankings for players for the specified week and position (nonPPR). Positions: QB, RB, WR, TE, K, DST |
| Weekly Projections | ||
| GET |
Weekly Projections All (PPR) /weekly/projections/ppr/{week} |
Returns the projected points for all fantasy football players for the specified week (PPR). |
| GET |
Weekly Proj by Position (PPR) /weekly/projections/pprPosition/{week}/{position} |
Returns the projected points for each fantasy football player for the specified week and position (nonPPR). Positions: QB, RB, WR, TE, K, DST |
| GET |
Weekly Projections All (nonPPR) /weekly/projections/nonppr/{week} |
Returns the projected points for all fantasy football players for the specified week (nonPPR). |
| GET |
Weekly Proj by Position (nonPPR) /weekly/projections/nonpprPosition/{week}/{position} |
Returns the projected points for each fantasy football player for the specified week and position (nonPPR). Positions: QB, RB, WR, TE, K, DST |
| GET |
Weekly Projections by Player (PPR) /weekly/projections/pprPlayer/{week}/{playerName} |
Returns projected points for specified week and specified player (PPR). Use hyphenated name and capital first letters (i.e. Patrick-Mahomes) |
| GET |
Weekly Projections by Player (nonPPR) /weekly/projections/nonpprPlayer/{week}/{playerName} |
Returns projected points for specified week and specified player (nonPPR). Use hyphenated name and capital first letters (i.e. Patrick-Mahomes) |
Fantasy Football pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | 100 / minute |
|
| ULTRA | $9.99 / month | 100 / minute |
|
| MEGA | $39.99 / month | 100 / minute |
|