RotoWire Fantasy Sports API
## RotoWire Fantasy Sports API Real-time fantasy sports player news across six sports plus daily MLB lineups, returned as clean JSON. ### Endpoints - **News** per sport (MLB, NBA, NFL, NHL, soccer, golf) — player, position, team, headline, analysis, timestamp - **Combined** cross-sport news feed - **Team filter** — news for a specific team - **MLB daily lineups** — batting orders, positions, and…
RotoWire Fantasy Sports API endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
getSports /api/v1/sports |
|
| GET |
getNewsForTeam /api/v1/news/{sport}/teams/{team} |
|
| GET |
getNewsForSport /api/v1/news/{sport} |
|
| GET |
getInjuriesForSport /api/v1/injuries/{sport} |
Current injury report for one sport. Filter by team, position and status. Available for mlb, nba, nfl and nhl. |
| GET |
getBaseballLineups /api/v1/lineups/baseball |
Today's MLB starting lineups — batting orders, positions, and starting pitchers per game. |
| GET |
getAllNews /api/v1/news |
Interleaved feed of the latest player news from every supported sport. |
| GET |
getAllInjuries /api/v1/injuries |
Interleaved feed of current injuries from MLB, NBA, NFL and NHL. |
RotoWire Fantasy Sports API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA Recommended | $29 / month | — |
|
| MEGA | $149 / month | — |
|