Apr 02 | 04:00 PM
6
-
2
Location: {[{stats.bsgame.venue.location}]}
Time: {[{stats.bsgame.venue.time}]} Date: {[{stats.bsgame.venue.date}]}
Attendance: {[{stats.bsgame.venue.attend | number}]}
Box Score
Linescore | {[{I.number}]} | R | H | E | LOB |
---|---|---|---|---|---|
{[{stats.bsgame.team[0].id}]} | {[{S.score}]} | {[{stats.bsgame.team[0].linescore.runs}]} | {[{stats.bsgame.team[0].linescore.hits}]} | {[{stats.bsgame.team[0].linescore.errs}]} | {[{stats.bsgame.team[0].linescore.lob}]} |
{[{stats.bsgame.team[1].id}]} | {[{S.score}]} | {[{stats.bsgame.team[1].linescore.runs}]} | {[{stats.bsgame.team[1].linescore.hits}]} | {[{stats.bsgame.team[1].linescore.errs}]} | {[{stats.bsgame.team[1].linescore.lob}]} |
{[{stats.bsgame.team[0].name}]} {[{stats.bsgame.team[0].record}]}
Athlete | AB | Runs | Hits | 2B | 3B | HR | RBI | BB | SO | SB | CS | SF | SH | HBP | AVG | SLG | OBP | PO | A | E | FLD | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{[{p1.name}]}{[{p1.pos}]} | {[{p1.name}]}{[{p1.pos}]} | {[{p1.hitting.ab | ifEmpty:0}]} | {[{p1.hitting.r| ifEmpty:0}]} | {[{p1.hitting.h | ifEmpty:0}]} | {[{p1.hitting.double | ifEmpty:0}]} | {[{p1.hitting.triple | ifEmpty:0}]} | {[{p1.hitting.hr | ifEmpty:0}]} | {[{p1.hitting.rbi | ifEmpty:0}]} | {[{p1.hitting.bb | ifEmpty:0}]} | {[{p1.hitting.so | ifEmpty:0}]} | {[{p1.hitting.sb | ifEmpty:0}]} | {[{p1.hitting.cs | ifEmpty:0}]} | {[{p1.hitting.fly | ifEmpty:0}]} | {[{p1.hitting.sh | ifEmpty:0}]} | {[{p1.hitting.hbp | ifEmpty:0}]} | {[{(p1.hitting.h / p1.hitting.ab ) | ifEmpty:0 | number:3}]} | N/A | {[{((p1.hitting.h - 0) + (p1.hitting.double - 0) + (p1.hitting.triple - 0) * 2 + (p1.hitting.hr - 0) * 3) / p1.hitting.ab | ifEmpty:0 | number:3}]} | N/A | {[{((p1.hitting.h - 0) + (p1.hitting.bb - 0) + (p1.hitting.hbp - 0) ) / ((p1.hitting.ab - 0) + (p1.hitting.bb - 0) + (p1.hitting.hbp - 0) + (p1.hitting.fly - 0)) | ifEmpty: 0 | number: 3}]} | N/A | {[{p1.fielding.po}]} | {[{p1.fielding.a}]} | {[{p1.fielding.e}]} | {[{ (((p1.fielding.po - 0) + (p1.fielding.a - 0)) / ((p1.fielding.po - 0) + (p1.fielding.a - 0) + (p1.fielding.e - 0))) | ifEmpty:0 | number:3}]} |
Batting Totals | {[{stats.bsgame.team[0].totals.hitting.ab | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.hitting.r | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.hitting.h | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.hitting.double | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.hitting.triple | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.hitting.hr | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.hitting.rbi | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.hitting.bb | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.hitting.so | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.hitting.sb | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.hitting.cs | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.hitting.fly | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.hitting.sh | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.hitting.hbp | ifEmpty:0}]} | {[{(stats.bsgame.team[0].totals.hitting.h / stats.bsgame.team[0].totals.hitting.ab ) | ifEmpty:0 | number:3}]} N/A | {[{((stats.bsgame.team[0].totals.hitting.h - 0) + (stats.bsgame.team[0].totals.hitting.double - 0) + (stats.bsgame.team[0].totals.hitting.triple - 0) * 2 + (stats.bsgame.team[0].totals.hitting.hr - 0) * 3) / stats.bsgame.team[0].totals.hitting.ab | ifEmpty: 0 | number: 3}]} N/A | {[{((stats.bsgame.team[0].totals.hitting.h - 0) + (stats.bsgame.team[0].totals.hitting.bb - 0) + (stats.bsgame.team[0].totals.hitting.hbp - 0)) / ((stats.bsgame.team[0].totals.hitting.ab - 0) + (stats.bsgame.team[0].totals.hitting.bb - 0) + (stats.bsgame.team[0].totals.hitting.hbp - 0) + (stats.bsgame.team[0].totals.hitting.fly - 0)) | ifEmpty: 0 | number: 3}]} N/A | {[{stats.bsgame.team[0].totals.fielding.po | ifEmpty:0 }]} | {[{stats.bsgame.team[0].totals.fielding.a | ifEmpty:0 }]} | {[{stats.bsgame.team[0].totals.fielding.e | ifEmpty:0 }]} | {[{ (((stats.bsgame.team[0].totals.fielding.po - 0) + (stats.bsgame.team[0].totals.fielding.a - 0)) / ((stats.bsgame.team[0].totals.fielding.po - 0) + (stats.bsgame.team[0].totals.fielding.a - 0) + (stats.bsgame.team[0].totals.fielding.e - 0))) | ifEmpty:0 | number:3}]} |
Pitcher | IP | H | R | ER | BB | SO | 2B | 3B | HR | BF | AB | WP | HBP | BK | SFA | SHA | AVG | ERA | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{[{p1.name}]}{[{p1.pos}]} | {[{p1.name}]}{[{p1.pos}]} | {[{p1.pitching.ip | ifEmpty:0}]} | {[{p1.pitching.h | ifEmpty:0}]} | {[{p1.pitching.r | ifEmpty:0}]} | {[{p1.pitching.er | ifEmpty:0}]} | {[{p1.pitching.bb | ifEmpty:0}]} | {[{p1.pitching.so | ifEmpty:0}]} | {[{p1.pitching.double | ifEmpty:0}]} | {[{p1.pitching.triple | ifEmpty:0}]} | {[{p1.pitching.hr | ifEmpty:0}]} | {[{p1.pitching.bf | ifEmpty:0}]} | {[{p1.pitching.ab | ifEmpty:0}]} | {[{p1.pitching.wp | ifEmpty:0}]} | {[{p1.pitching.hbp | ifEmpty:0}]} | {[{p1.pitching.bk | ifEmpty:0}]} | {[{p1.pitching.sfa | ifEmpty:0}]} | {[{p1.pitching.sha | ifEmpty:0}]} | {[{ p1.pitching.h / p1.pitching.ab | number:3 | ifEmpty:0 }]} | {[{ (p1.pitching.er * 7)/p1.pitching.innings_pitched | number:2 | ifEmpty:0 }]} |
Pitching Totals | {[{stats.bsgame.team[0].totals.pitching.ip | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.pitching.h | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.pitching.r | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.pitching.er | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.pitching.bb | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.pitching.so | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.pitching.double | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.pitching.triple | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.pitching.hr | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.pitching.bf | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.pitching.ab | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.pitching.wp | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.pitching.hbp | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.pitching.bk | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.pitching.sfa | ifEmpty:0}]} | {[{stats.bsgame.team[0].totals.pitching.sha | ifEmpty:0}]} | {[{ stats.bsgame.team[0].totals.pitching.h / stats.bsgame.team[0].totals.pitching.ab | number:3 | ifEmpty:0 }]} | {[{ (stats.bsgame.team[0].totals.pitching.er * 7) / stats.bsgame.team[0].totals.pitching.innings_pitched | number:2 | ifEmpty:0 }]} |
{[{stats.bsgame.team[1].name}]} {[{stats.bsgame.team[1].record}]}
Athlete | AB | Runs | Hits | 2B | 3B | HR | RBI | BB | SO | SB | CS | SF | SH | HBP | AVG | SLG | OBP | PO | A | E | FLD | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{[{p1.name}]}{[{p1.pos}]} | {[{p1.name}]}{[{p1.pos}]} | {[{p1.hitting.ab | ifEmpty:0}]} | {[{p1.hitting.r| ifEmpty:0}]} | {[{p1.hitting.h | ifEmpty:0}]} | {[{p1.hitting.double | ifEmpty:0}]} | {[{p1.hitting.triple | ifEmpty:0}]} | {[{p1.hitting.hr | ifEmpty:0}]} | {[{p1.hitting.rbi | ifEmpty:0}]} | {[{p1.hitting.bb | ifEmpty:0}]} | {[{p1.hitting.so | ifEmpty:0}]} | {[{p1.hitting.sb | ifEmpty:0}]} | {[{p1.hitting.cs | ifEmpty:0}]} | {[{p1.hitting.fly | ifEmpty:0}]} | {[{p1.hitting.sh | ifEmpty:0}]} | {[{p1.hitting.hbp | ifEmpty:0}]} | {[{(p1.hitting.h / p1.hitting.ab ) | ifEmpty:0 | number:3}]} | N/A | {[{((p1.hitting.h - 0) + (p1.hitting.double - 0) + (p1.hitting.triple - 0) * 2 + (p1.hitting.hr - 0) * 3) / p1.hitting.ab | ifEmpty:0 | number:3}]} | N/A | {[{((p1.hitting.h - 0) + (p1.hitting.bb - 0) + (p1.hitting.hbp - 0) ) / ((p1.hitting.ab - 0) + (p1.hitting.bb - 0) + (p1.hitting.hbp - 0) + (p1.hitting.fly - 0)) | ifEmpty: 0 | number: 3}]} | N/A | {[{p1.fielding.po}]} | {[{p1.fielding.a}]} | {[{p1.fielding.e}]} | {[{ (((p1.fielding.po - 0) + (p1.fielding.a - 0)) / ((p1.fielding.po - 0) + (p1.fielding.a - 0) + (p1.fielding.e - 0))) | ifEmpty:0 | number:3}]} |
Batting Totals | {[{stats.bsgame.team[1].totals.hitting.ab | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.hitting.r | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.hitting.h | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.hitting.double | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.hitting.triple | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.hitting.hr | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.hitting.rbi | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.hitting.bb | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.hitting.so | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.hitting.sb | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.hitting.cs | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.hitting.fly | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.hitting.sh | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.hitting.hbp | ifEmpty:0}]} | {[{(stats.bsgame.team[1].totals.hitting.h - 0) / (stats.bsgame.team[1].totals.hitting.ab - 0) | ifEmpty:0 | number:3}]} N/A | {[{((stats.bsgame.team[1].totals.hitting.h - 0) + (stats.bsgame.team[1].totals.hitting.double - 0) + (stats.bsgame.team[1].totals.hitting.triple - 0) * 2 + (stats.bsgame.team[1].totals.hitting.hr - 0) * 3) / stats.bsgame.team[1].totals.hitting.ab | ifEmpty: 0 | number: 3}]} N/A | {[{((stats.bsgame.team[1].totals.hitting.h - 0) + (stats.bsgame.team[1].totals.hitting.bb - 0) + (stats.bsgame.team[1].totals.hitting.hbp - 0)) / ((stats.bsgame.team[1].totals.hitting.ab - 0) + (stats.bsgame.team[1].totals.hitting.bb - 0) + (stats.bsgame.team[1].totals.hitting.hbp - 0) + (stats.bsgame.team[1].totals.hitting.fly - 0)) | ifEmpty: 0 | number: 3}]} N/A | {[{stats.bsgame.team[1].totals.fielding.po | ifEmpty:0 }]} | {[{stats.bsgame.team[1].totals.fielding.a | ifEmpty:0 }]} | {[{stats.bsgame.team[1].totals.fielding.e | ifEmpty:0 }]} | {[{ (((stats.bsgame.team[1].totals.fielding.po - 0) + (stats.bsgame.team[1].totals.fielding.a - 0)) / ((stats.bsgame.team[1].totals.fielding.po - 0) + (stats.bsgame.team[1].totals.fielding.a - 0) + (stats.bsgame.team[1].totals.fielding.e - 0))) | ifEmpty:0 | number:3}]} |
Pitcher | IP | H | R | ER | BB | SO | 2B | 3B | HR | BF | AB | WP | HBP | BK | SFA | SHA | AVG | ERA | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{[{p1.name}]}{[{p1.pos}]} | {[{p1.name}]}{[{p1.pos}]} | {[{p1.pitching.ip | ifEmpty:0}]} | {[{p1.pitching.h | ifEmpty:0}]} | {[{p1.pitching.r | ifEmpty:0}]} | {[{p1.pitching.er | ifEmpty:0}]} | {[{p1.pitching.bb | ifEmpty:0}]} | {[{p1.pitching.so | ifEmpty:0}]} | {[{p1.pitching.double | ifEmpty:0}]} | {[{p1.pitching.triple | ifEmpty:0}]} | {[{p1.pitching.hr | ifEmpty:0}]} | {[{p1.pitching.bf | ifEmpty:0}]} | {[{p1.pitching.ab | ifEmpty:0}]} | {[{p1.pitching.wp | ifEmpty:0}]} | {[{p1.pitching.hbp | ifEmpty:0}]} | {[{p1.pitching.bk | ifEmpty:0}]} | {[{p1.pitching.sfa | ifEmpty:0}]} | {[{p1.pitching.sha | ifEmpty:0}]} | {[{ p1.pitching.h / p1.pitching.ab | number:3 | ifEmpty:0 }]} | {[{ (p1.pitching.er * 7)/p1.pitching.innings_pitched | number:2 | ifEmpty:0 }]} |
Pitching Totals | {[{stats.bsgame.team[1].totals.pitching.ip | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.pitching.h | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.pitching.r | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.pitching.er | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.pitching.bb | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.pitching.so | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.pitching.double | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.pitching.triple | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.pitching.hr | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.pitching.bf | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.pitching.ab | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.pitching.wp | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.pitching.hbp | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.pitching.bk | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.pitching.sfa | ifEmpty:0}]} | {[{stats.bsgame.team[1].totals.pitching.sha | ifEmpty:0}]} | {[{ stats.bsgame.team[1].totals.pitching.h / stats.bsgame.team[1].totals.pitching.ab | number:3 | ifEmpty:0 }]} | {[{ (stats.bsgame.team[1].totals.pitching.er * 7) / stats.bsgame.team[1].totals.pitching.innings_pitched | number:2 | ifEmpty:0 }]} |
Play By Play
Inning {[{I.number}]}
Play | Outs | {[{stats.bsgame.venue.visid}]} | {[{stats.bsgame.venue.homeid}]} |
---|---|---|---|
{[{I.batting[0].id}]} - {[{play.narrative.text}]} | {[{play.outs}]} | {[{play.hScore}]} | {[{play.vScore}]} |
{[{I.batting[1].id}]} - {[{play.narrative.text}]} | {[{play.outs}]} | {[{play.hScore}]} | {[{play.vScore}]} |