FantasyCalc API
fantasycalc.com
FantasyCalc - fantasy football trade values, rankings, value history, and trade data.
- Actions
- 5
- Category
- Sports
- Login
- Not required
- Output
- JSON
Call the FantasyCalc API
Submit a task, then poll the job until it settles. This example runs act_fantasycalc_player_detail.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_fantasycalc_player_detail",
"params": {
"player_id": 9833,
"isDynasty": true,
"numQbs": 1
}
}'5 actions on fantasycalc.com
Read
Player Details
act_fantasycalc_player_detailread1 credit / callReturns a player's trade value, overall and position ranks, 30-day trend, and profile.
- player_id
- integer · required
- isDynasty
- boolean · required
- numQbs
- integer · required
Player Index
act_fantasycalc_player_search_indexread1 credit / callReturns the full player index with IDs, names, and positions for lookup.
- isDynasty
- boolean · required
Rankings Listing
act_fantasycalc_redraft_rankings_listingread1 credit / callReturns ranked players with trade values, overall and position ranks, and tiers for league settings.
- isDynasty
- boolean · required
- numQbs
- integer · required
- numTeams
- integer · required
- ppr
- number · required
Trade Implied History
act_fantasycalc_trade_implied_historyread1 credit / callReturns a player's daily trade value history as a time series for trend charting.
- player_id
- integer · required
- isDynasty
- boolean · required
- numQbs
- integer · required
Trade Suggestions
act_fantasycalc_trade_suggestionsread2 credits / callReturns recent real trades comparable to a player, with dates and both sides' players.
- isDynasty
- boolean · required
- numTeams
- integer · required
- ppr
- number · required
- numQbs
- integer · required
- side1
- integer · required
FantasyCalc API questions
- Is there an API for FantasyCalc?
- FantasyCalc does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for fantasycalc.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape FantasyCalc data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when fantasycalc.com changes its markup, Anakin updates the action.
- Do I need a FantasyCalc account?
- No. Every FantasyCalc action listed here runs anonymously — no account and no credentials required.
- What does the FantasyCalc API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Sports APIs
247Sports
Browse recruiting rankings, read team news, view player profiles, and search prospects from USA.
90min
90min - soccer news, transfer rumors, previews, fixtures, and standings.
Aiscore
Aiscore - live soccer scores, fixtures, standings, lineups, and head-to-head stats.
AS (Diario AS)
Spanish sports news - live scores, standings, schedules, and articles.
Autosport UK
Autosport - racing news, results, championship standings, and driver features.
Barstool Sports
Barstool Sports - sports and entertainment news, blogs, feeds, and video clips.