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
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
seasonId |
number | optional | Season ID. Can be from any NCAAB unique tournament sequence (ALL: 29630 , REGULAR: 648 , NCAA: 28370 , NIT: 24135 , CBI: 28372 , CIT: 28374 ) |
|||
uniqueTournamentId |
number | optional | Unique Tournament ID. Valid IDs: NCAA: 28370 , NIT: 24135 , CBI: 28372 , CIT: 28374 . |
|||
year |
number | optional | Selected year as friendly alternative to seasonId . |
|||
showHeaderTitle |
boolean | optional | true | If false hides the header title. |
||
showHeaderRounds |
boolean | optional | true | If false hides the rounds header. |
||
showTournamentSelector |
boolean | optional | true | If false hides the tournament selector. |
||
showYearSelector |
boolean | optional | true | If false hides the year selector. |
||
hideTeamLogos |
boolean | optional | If true hides the team logo. |
|||
teamAbbr |
boolean | optional | If true displays team abbreviations instead of team names. |
|||
border |
boolean | optional | If 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>
Updated over 1 year ago