Fantasy consensus rankings, injury reports, and multi-sport navigation.
Consensus Rankings List
ASYNCREADNo auth
Returns expert consensus player rankings by sport, season, ranking type, and scoring format.
ParametersFormJSON
Sport identifier in lowercase for the URL path (e.g. mlb, nfl, nba)
Season year for the consensus rankings
Ranking type filter (e.g. ros for rest-of-season)
Scoring format for the rankings (e.g. ROTO, PPR)
Player position filter (e.g. H for hitters, P for pitchers)
MLB league filter (e.g. ALL, AL, NL)
Sport code in uppercase for the query string (e.g. MLB, NFL, NBA)
cost: 2 credits · 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_fantasypros_consensus_rankings_list", "params": { "sport_lower": "mlb", "year": "2026", "ranking_type": "ros", "scoring": "ROTO", "position": "H", "mlb_league": "ALL", "sport": "MLB" } }'