{{ error }}

Match Information

    {{ matchDetails.matchInfo.date }}

{{ matchDetails.matchInfo.teams[0] }}
vs
{{ matchDetails.matchInfo.teams[1] }}

{{ matchDetails.matchInfo.winner }} won by {{ matchDetails.matchInfo.result.wickets }} wickets won by {{ matchDetails.matchInfo.result.runs }} runs

{{ matchDetails.matchInfo.toss.winner }} won toss and chose to {{ matchDetails.matchInfo.toss.decision }}

{{ matchDetails.matchInfo.event.name }} - Match {{ matchDetails.matchInfo.event.match_number }}

Player of the Match

{{ matchDetails.matchInfo.playerOfMatch.join(', ') }}

Innings

{{ inning.team }} Innings


{{ inning.totalRuns }} / {{ inning.totalWickets }}

{{ inning.totalOvers }}


Batting Statistics

Player Runs Balls 4s 6s SR
{{ player.player }} {{ player.out ? (player.dismissal ? (player.dismissal.kind === 'lbw' ? 'lbw b ' + (player.dismissal.bowler || 'Unknown') : player.dismissal.kind === 'bowled' ? 'b ' + (player.dismissal.bowler || 'Unknown') : player.dismissal.kind === 'caught' ? 'c ' + (player.dismissal.fielder || 'Unknown') + ' b ' + (player.dismissal.bowler || 'Unknown') : player.dismissal.kind === 'run out' ? 'run out (' + (player.dismissal.fielder || 'Unknown') + ')' : player.dismissal.kind === 'stumped' ? 'st ' + (player.dismissal.fielder || 'Unknown') + ' b ' + (player.dismissal.bowler || 'Unknown') : player.dismissal.kind + (player.dismissal.bowler ? ' b ' + player.dismissal.bowler : '')) : 'out') : 'not out' }}
{{ player.runs }} {{ player.balls }} {{ player.fours }} {{ player.sixes }} {{ player.strikeRate }}
Extras {{ inning.extras.total }} (W: {{ inning.extras.wides }}, NB: {{ inning.extras.noBalls }}, B: {{ inning.extras.byes }}, LB: {{ inning.extras.legByes }})
Total {{ inning.totalRuns }}/{{ inning.totalWickets }} ({{ inning.totalOvers }} overs)

Fall of Wickets
  • {{ wicket.over }} ov
    {{ i + 1 }}
    {{ wicket.score }}/{{ i + 1 }} - {{ wicket.player }}

Did Not Bat
  • {{ player }}

Bowling Statistics

Bowler Overs Runs Wickets Economy
{{ bowler.bowler }}
{{ bowler.overs }} {{ bowler.runs }} {{ bowler.wickets }} {{ bowler.economy }}

Venue : {{ matchDetails.matchInfo.venue }}

Date : {{ matchDetails.matchInfo.date }}

OFFICIALS

Umpires: {{ matchDetails.matchInfo.officials.umpires.join(', ') }}

TV Umpires: {{ matchDetails.matchInfo.officials.tv_umpires.join(', ') }}

Match Referees: {{ matchDetails.matchInfo.officials.match_referees.join(', ') }}