Discover/RotoGrinders API
live

RotoGrinders APIrotogrinders.com

Access WNBA projected starting lineups and per-player DFS stat projections from RotoGrinders, including fantasy points, ownership %, salary, and game context.

This API takes change requests — .
Endpoint health
verified 3h ago
get_projected_lineups
get_player_projections
2/2 passing latest checkself-healing
Endpoints
2
Verified account required
Updated
3h ago

What is the RotoGrinders API?

The RotoGrinders API provides WNBA daily fantasy data across 2 endpoints, covering projected starting lineups and per-player stat projections. The get_player_projections endpoint returns over a dozen fields per player — including projected minutes, fantasy points, floor/ceiling, ownership percentage, and combo stats — while get_projected_lineups maps each player to their game context, DFS salary, and lineup status for a given slate.

This call costs1 credit / call— charged only on success
Try it
DFS platform for salary context. Determines which salary values are shown.
api.parse.bot/scraper/f3c05899-8813-4fa3-b88e-7813a52fe61c/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/f3c05899-8813-4fa3-b88e-7813a52fe61c/get_projected_lineups?site=draftkings' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalmissing one? ·

Returns projected starting lineups for upcoming WNBA games. Each entry includes the player name, team, position, lineup status, salary, and game context (opponent, schedule ID). Data is sourced from RotoGrinders' free preview of their WNBA projections page. Results vary by DFS site due to different salary structures. Returns players for today's scheduled games.

Input
ParamTypeDescription
sitestringDFS platform for salary context. Determines which salary values are shown.
Response
{
  "type": "object",
  "fields": {
    "site": "DFS platform used for this request",
    "games": "Array of scheduled games with schedule_id and participating teams",
    "lineups": "Array of player lineup entries with name, team, position, status, salary, and opponent",
    "date_info": "Page title with date context for the projections",
    "player_count": "Total number of players returned"
  },
  "sample": {
    "data": {
      "site": "draftkings",
      "games": [
        {
          "teams": [
            "GSV",
            "MIN"
          ],
          "schedule_id": "11949550"
        },
        {
          "teams": [
            "ATL",
            "LAS"
          ],
          "schedule_id": "11949560"
        }
      ],
      "lineups": [
        {
          "team": "MIN",
          "salary": 11000,
          "status": "A",
          "opponent": "GSV",
          "position": "F",
          "team_name": "Minnesota Lynx",
          "player_name": "Napheesa Collier",
          "schedule_id": "11949550"
        },
        {
          "team": "LAS",
          "salary": 5800,
          "status": "A",
          "opponent": "ATL",
          "position": "G",
          "team_name": "Los Angeles Sparks",
          "player_name": "Ariel Atkins",
          "schedule_id": "11949560"
        }
      ],
      "date_info": "WNBA DFS, pOWN%, & Stat Projections for Monday, August 24th",
      "player_count": 6
    },
    "status": "success"
  }
}

About the RotoGrinders API

Projected Starting Lineups

The get_projected_lineups endpoint returns a list of players expected to start for upcoming WNBA games. Each entry in the lineups array includes the player's name, team, position, status, salary, and opponent. A parallel games array lists each scheduled game with its schedule_id and participating teams, letting you join lineup data to specific matchups. The optional site parameter controls which DFS platform's salary scale is used — useful when building slates for different contests.

Per-Player Stat Projections

The get_player_projections endpoint returns a detailed projection object for each player on a given WNBA slate. The projections array includes standard counting stats (points, rebounds, assists, steals, blocks, turnovers, three-pointers), projected minutes, fantasy points (FPTS), value expressed as FPTS-per-dollar, a floor and ceiling range, projected ownership percentage, and combo stats such as PRA (points-rebounds-assists) and PA (points-assists). Like the lineups endpoint, the site parameter determines which scoring system and salary scale the FPTS and value fields reflect.

Date Context and Slate Coverage

Both endpoints return a date_info field containing the page title with date context, so you can confirm which slate the data corresponds to. The player_count field gives a quick count of returned players without requiring you to iterate the full array. Data reflects the free-preview tier of RotoGrinders' WNBA projections page, meaning coverage is limited to what that preview exposes on a given day.

Reliability & maintenanceVerified

The RotoGrinders API is a managed, monitored endpoint for rotogrinders.com — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when rotogrinders.com changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official rotogrinders.com API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
3h ago
Latest check
2/2 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Identify projected starters and their DFS salaries to build WNBA lineups on FanDuel or DraftKings
  • Filter players by projected ownership percentage to find low-owned GPP tournament targets
  • Compare floor and ceiling projections to differentiate cash-game from tournament roster construction
  • Calculate value plays using the FPTS-per-dollar field against salary constraints
  • Track lineup status changes for late-swap decisions before a WNBA slate locks
  • Join lineup status from get_projected_lineups with stat projections from get_player_projections for a combined player view
  • Aggregate combo stats (PRA, PA) to target players in favorable matchups for specific DFS scoring formats
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does RotoGrinders have an official developer API?+
RotoGrinders does not publish an official public developer API. Their projection and lineup data is available to users on their website, rotogrinders.com, but there is no documented API endpoint or developer program for programmatic access.
What does the `site` parameter do, and which DFS platforms are supported?+
The site parameter on both endpoints controls which DFS platform's salary scale and scoring system is used to calculate the salary, FPTS, and value fields. Supported platforms correspond to the DFS sites RotoGrinders covers in their WNBA projections preview. Omitting the parameter returns a default platform's values.
Does the API cover men's NBA or other sports beyond WNBA?+
Currently the API covers WNBA projected lineups and player projections only. NBA, NFL, MLB, and other sports available on RotoGrinders are not included. You can fork this API on Parse and revise it to add endpoints covering those additional sports pages.
Are historical projections or past-slate data available through these endpoints?+
The endpoints return data for the current upcoming WNBA slate based on what RotoGrinders' projections preview exposes at the time of the request. Historical projection data from previous slates is not returned. You can fork the API on Parse and revise it to add an endpoint targeting archived projection pages if they are accessible.
How fresh is the projection data, and does the API reflect last-minute lineup changes?+
Projection data reflects the state of RotoGrinders' WNBA projections preview at the time of the API call. RotoGrinders updates projections as lineup news emerges, so making repeated calls closer to slate lock will return more current values. There is no push or webhook mechanism — freshness depends on your polling frequency.
Page content last updated . Spec covers 2 endpoints from rotogrinders.com.
Related APIs in SportsSee all →
rotowire.com API
Access MLB player news, statistics, projected lineups, and betting props from RotoWire. Search for players by name, retrieve season stats and performance projections, browse weekly lineup predictions, and explore player prop odds across multiple sportsbooks.
prizepicks.com API
Access real-time player prop projections and betting lines from PrizePicks across multiple sports leagues. Filter by league, US state, and live status to retrieve current lines, opening lines, player profiles, game metadata, and trending props.
fantasypros.com API
Access expert consensus rankings, player projections, average draft position data, injury reports, and the latest player news from FantasyPros. Search by player name or position to retrieve detailed stats, rankings, and expert analysis across all major scoring formats.
wnba.com API
Get detailed WNBA team playoff schedules and game scores, including series information and comprehensive game details for all teams. Track playoff matchups, results, and series progression throughout the postseason.
winwithodds.com API
Get detailed NFL season-long player prop projections filtered by position and scoring format to optimize your fantasy lineup decisions. Access comprehensive stats to compare player performance forecasts across different league settings.
basketball-reference.com API
Access data from basketball-reference.com.
draftsharks.com API
Get comprehensive fantasy football insights by accessing redraft and dynasty rankings, player projections, injury histories, team depth charts, and strength-of-schedule analysis. Search player profiles and stay updated with the latest news articles to optimize your draft strategy and roster decisions.
covers.com API
Get comprehensive NBA matchup information including team records, ATS/O-U trends, head-to-head statistics, injury reports, and the best betting odds across sportsbooks. Compare matchup details and betting projections to inform your analysis before placing bets.