The fantasy data layer, as an API.
Expert consensus rankings, projections, player news, injuries and more, all from the same data powering millions of FantasyPros decisions, in one clean REST API across NFL, MLB, NBA & NHL.
curl "https://api.fantasypros.com/public/v2/json\
/nfl/2026/consensus-rankings\
?position=RB&scoring=PPR" \
-H "x-api-key: YOUR_API_KEY"
# → { "players": [
# { "rank_ecr": 1, "player_name": "Bijan Robinson",
# "player_team_id": "ATL", "tier": 1 }, … ] }
Everything behind FantasyPros, in one API
One base URL, one API key, predictable JSON. Pull exactly the datasets your product needs: rankings, projections, players, news, injuries and scoring, across every major sport.
Less scraping. More shipping.
Expert Consensus Rankings
ECR and ADP aggregated from 130+ ranked experts, with tiers and the spread of opinion (best, worst, std-dev). Includes types like Redraft, Dynasty and Rookies.
GET /{sport}/{season}/consensus-rankingsProjections
Weekly & rest-of-season player projections with full stat lines for NFL, MLB and NBA.
GET /nfl/{season}/projectionsPlayers & Metadata
Canonical FantasyPros player IDs, teams, positions and external-ID cross-references.
GET /{sport}/playersNews & Injuries
Breaking player news and notes by category, plus injury designations and practice-report status.
GET /{sport}/newsNFL Fantasy Points
Scored fantasy points accumulated by NFL players across any week range.
GET /nfl/{season}/player-pointsMLB Lineups
Confirmed and projected MLB game lineups with probable starters.
GET /mlb/lineupsExplore the API right here
Select an endpoint to preview the output each FantasyPros API returns. This is the same JSON response shape you'll get in production once you have an API key.
Every endpoint, one place
All requests go to https://api.fantasypros.com/public/v2/json over HTTPS and authenticate with your API key sent in the x-api-key header. Full parameters and response schemas live in the API docs ↗.
Players
Player list and metadata, with external IDs and optional positional rankings.
GET /{sport}/playersNews
Player news and notes, filterable by category, player and recency.
GET /{sport}/newsInjuries
Injury statuses by season/week, with optional practice-report probabilities.
GET /{sport}/injuriesCompare Players
Compare 2–4 players head-to-head across expert rankings.
GET /{sport}/compare-playersRankings
Per-expert and aggregate rankings with optional rank range and stats.
GET /{sport}/{season}/rankingsConsensus Rankings
Detailed consensus rankings and ADP by position, scoring and week, across types like Redraft and Dynasty.
GET /{sport}/{season}/consensus-rankingsRanking Experts
Expert profiles and their underlying ranking details.
GET /{sport}/{season}/rankings/expertsNFL Projections
Weekly, preseason and rest-of-season NFL projections by position.
GET /nfl/{season}/projectionsMLB Projections
Rest-of-season, daily and weekly MLB projections.
GET /mlb/{season}/projectionsNBA Projections
NBA player projections across season periods.
GET /nba/{season}/projectionsPlayer Points
Fantasy points accumulated by NFL players across a week range.
GET /nfl/{season}/player-pointsMLB Lineups
Game lineups and probable starters, confirmed or projected.
GET /mlb/lineupsFree to build. Priced to scale.
Prototype with a free key, get production access bundled with a FantasyPros MVP or HOF subscription, and move to Commercial for paid applications and high-volume use.
FantasyPros MVP and HOF subscriptions include personal production API keys for rankings, projections, players & news. Upgrade your membership, then activate access here.
Build, test, and prototype against the API.
Request a key- All endpoints, sample data
- Generous daily call limit
- Live explorer & full docs
- Non-production use
Bundled with FantasyPros MVP or HOF (from $5.99/mo annual). Personal & non-commercial apps.
Upgrade- Production keys for personal apps
- Rankings, projections, players, news & injuries
- All four sports, higher rate limits
- Personal-use license & community support
Commercial apps, sportsbooks, media & high-volume platforms.
Talk to sales- Commercial license & redistribution rights
- Highest rate limits & custom SLA
- Historical data & bulk access
- Solutions engineer & priority support
How do I get an API key?
Request a key at secure.fantasypros.com/api-keys/request. Send it on every request in the x-api-key header.
How does Premium work with my FantasyPros MVP or HOF subscription?
Every MVP or HOF member can activate personal production API keys at no extra cost: the full set of read endpoints (rankings, projections, players, news, injuries) for personal and non-commercial apps.
When do I need a Commercial plan?
Move to Commercial when you need a commercial license, redistribution rights, historical/bulk access, the highest rate limits, or a custom SLA. A fit for sportsbooks, media networks, and high-volume platforms.
What sports are supported?
NFL, MLB, NBA and NHL. Most endpoints take the sport as a path parameter, e.g. /nfl/2026/consensus-rankings. A few are sport-specific, like /mlb/lineups.
Build on the data fantasy runs on.
Get an API key and make your first call in minutes.