Widget Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Widget Docs

Playoffs

us.season.ncaab.playoffs displays a full playoff tournament bracket, including the result of each matchup.

This widget will display the NCAA Tournament bracket for the active season by default.

Parameters

NameTypeDescription
propsobjectproperties
NameTypeArgumentDefaultDescription
seasonIdnumberoptionalSeason ID. Can be from any NCAAB unique tournament sequence (ALL: 29630, REGULAR: 648, NCAA: 28370, NIT: 24135, CBI: 28372, CIT: 28374)
uniqueTournamentIdnumberoptionalUnique Tournament ID. Valid IDs: NCAA: 28370, NIT: 24135, CBI: 28372, CIT: 28374.
yearnumberoptionalSelected year as friendly alternative to seasonId.
showHeaderTitlebooleanoptionaltrueIf false hides the header title.
showHeaderRoundsbooleanoptionaltrueIf false hides the rounds header.
showTournamentSelectorbooleanoptionaltrueIf false hides the tournament selector.
showYearSelectorbooleanoptionaltrueIf false hides the year selector.
hideTeamLogosbooleanoptionalIf true hides the team logo.
teamAbbrbooleanoptionalIf true displays team abbreviations instead of team names.
borderbooleanoptionalIf true enables a border around the widget.

Examples

<div class="sr-widget" data-sr-widget="us.season.ncaab.playoffs" data-sr-season-id="43374"></div>
<script type="application/javascript" src="https://widgets.media.sportradar.com/YOUR_CLIENT_ALIAS/widgetloader" data-sr-language="en_us" async></script>
<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.season.ncaab.playoffs', {seasonId: 64846});
</script>
<div id="sr-widget"></div>