Sports
FantasyCalc logo

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 / call

    Returns 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 / call

    Returns the full player index with IDs, names, and positions for lookup.

    isDynasty
    boolean · required
  • Rankings Listing

    act_fantasycalc_redraft_rankings_listingread1 credit / call

    Returns 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 / call

    Returns 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 / call

    Returns 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

All Sports sites