Cricbuzz
communityIndia leading cricket news and scorecard website with live scores, ball-by-ball commentary, schedules, and cricket statistics for all international and domestic matches.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/api/v1/matches/liveGet live cricket match scores and commentary
Parameters
typeinternational|domestic|league (stringoptionalReturns
matches[] with id, title, status, teams[], current_innings, score, overs, last_wicket, commentaryGET
/api/v1/matches/scheduleGet upcoming cricket match schedule
Parameters
daysintegeroptionaltypeinternational|domestic|ipl (stringoptionalReturns
matches[] with id, title, teams[], venue, start_time, match_type, seriesGET
/api/v1/player/{player_id}Get cricket player statistics and profile
Returns
player with name, country, role, batting_stats{runs, average, strike_rate, centuries}, bowling_stats{wickets, economy, average}