ConsoleCatalog
Sign in
FantasyCalc logo

FantasyCalc

fantasycalc.comSportsno auth

Fantasy football trade values, rankings, value history, and trade data.

Player Details

ASYNCREADNo auth

Returns a player's trade value, overall and position ranks, 30-day trend, and profile.

ParametersFormJSON

FantasyCalc numeric player ID (e.g. from profile URL slug)

Dynasty vs redraft league format toggle

League quarterback count (1 or 2)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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"
    }
  }'