Cricket Fantasy Stats
Cricket Fantasy Stats API The complete cricket data API for fantasy sports apps, live-score platforms, analytics dashboards, and cricket bots. Access real-time IPL and T20 league data with fast, reliable APIs built for modern sports applications. Why Choose This API? Real-Time Match Data Live scores, innings updates, wickets, overs, and match state delivered in real time Dream11-Compatible…
Cricket Fantasy Stats endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Search Cricket Players /players/search |
Find players by name. Returns player IDs needed for other endpoints. |
| GET |
Get Player Profile /players/{player_id} |
Full career statistics for a player. Use player_id from Search endpoint. |
| GET |
Get Player Fantasy Points /players/{player_id}/fantasy |
Dream11-style fantasy points from last N innings for a player. |
| GET |
Get Live Match Scores /matches/live |
All currently live cricket matches with scores and status. |
| GET |
Get Upcoming Matches /matches/upcoming |
Cricket matches scheduled in the next 7 days. |
| GET |
Get Fantasy Scoring Rules /fantasy/rules |
Returns the complete Dream11-style scoring rules used by this API. |
| GET |
Get Fantasy Leaderboard /leaderboard/{type} |
Top players ranked by average fantasy points. Types: batsmen, bowlers, allrounders, wicketkeepers. |
| POST |
Calculate Fantasy Points /fantasy/calculate |
Pass a player scorecard and get Dream11-style fantasy points with full breakdown. |