Widget Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Widget Docs

Team Stats Dash

us.team.mlb.statsDash displays quick pitching and hitting stats for a given team.

For the widget to render you must provide a valid uniqueTeamId.

Parameters

NameTypeDescription
propsobjectproperties
NameTypeArgumentDefaultDescription
uniqueTeamIdnumberrequiredUnique Team ID
seasonIdnumberoptionalActive seasonSeason ID
seasonTypestringoptional'regular'Season type. Valid options are: regular and playoffs.
categorystringoptional'pitching'Stat type. Valid options are: hitting and pitching.
disableHeaderbooleanoptionalIf true hides the header.
showSeasonYearTitlebooleanoptionalIf true displays season year with header title.
borderbooleanoptionalIf true enables a border around the widget.

Examples

<div class="sr-widget" data-sr-widget="us.team.mlb.statsDash" data-sr-unique-team-id="3656"></div>
<script type="application/javascript" src="https://widgets.media.sportradar.com/YOUR_CLIENT_ALIAS/widgetloader" data-sr-language="en_us" async></script>
📘

Please note that in HTML prop names change from CamelCase to hyphen-word-delimited notation (i.e. pastGames to past-games)

<script>
    (function(a,b,c,d,e,f,g,h,i){a[e]||(i=a[e]=function(){(a[e].q=a[e].q||[]).push(arguments)},i.l=1*new Date,i.o=f,
    g=b.createElement(c),h=b.getElementsByTagName(c)[0],g.async=1,g.src=d,g.setAttribute("n",e),h.parentNode.insertBefore(g,h)
    )})(window,document,"script","https://widgets.media.sportradar.com/YOUR_CLIENT_ALIAS/widgetloader","SIR", {
        language: 'en_us'
    });
    SIR('addWidget', '#sr-widget', 'us.team.mlb.statsDash', {uniqueTeamId: 3656});
</script>
<div id="sr-widget"></div>