Cricbuzz Cricket API
The Cricbuzz Cricket API provides fast, reliable, and real-time access to cricket data, including live match scores, player information, match schedules, series details, team line-ups, and ball-by-ball updates. Designed for developers, sports enthusiasts, and analytics platforms, this cricket API makes it simple to integrate comprehensive cricket insights directly into applications, websites, or…
Cricbuzz Cricket API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Matches | ||
| GET |
Live /matches/live |
Show live match data |
| GET |
Upcoming /matches/upcoming |
Upcoming matches |
| GET |
Recent /matches/recent |
Recent match data |
| GET |
Match Details /matches/{match_id} |
get individual match details |
| GET |
All Matches /matches/all |
get all matches |
| Team | ||
| GET |
Teams /teams |
Get all teams |
| GET |
Teams By Category /teams/category/{category} |
Get teams by category (international, domestic, league, women) |
| Players | ||
| GET |
Players Data /teams/i/{country_id}/players |
please pass country slug and country id to get layers data |
| GET |
Player Data /players/{player_id}/i |
Get individual player data |
| GET |
Players by Role /teams/i/{country_id}/players/role/{role} |
Players by Role : batsmen,bowlers,all-rounders,wicket-keepers |
| Ranking | ||
| GET |
Ranking Overview /rankings/overview |
Ranking overview |
| GET |
Team rankings /rankings/teams/{ranking} |
Team rankings test, odi, t20 |
| Schedule | ||
| GET |
Categories overview /schedule/{category} |
Get overview of all categories |
| GET |
Schedule today /schedule/today |
gets today's schedule |
Cricbuzz Cricket API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 60 / second |
|
| ULTRA | $30 / month | 60 / second |
|
| MEGA | $200 / month | 60 / second |
|