NCAA Men's Basketball Widgets
Sportradar offers a vast array of customizable NCAA Men's Basketball widgets, with in-depth statistics.
> Click here for our NCAA Men's Basketball Widget Showcase. >The Widget Showcase provides an interactive display of all widgets available. Each widget can be viewed in Desktop, Tablet, and Mobile widths, and with or without a border. >Click the three-barred icon to view an individual widget in a new window. Click the carrot icon to view integration code samples, and copy to your clipboard.Please check out our NCAA Men's Basketball product demonstration below for an overview of every possible configuration.
Reference the left sidebar or below table for a direct link to each individual widget, which includes product descriptions, parameter specifications, and live clickable samples.
### NCAA Men's Basketball Widgets by Type ## Articles us.common.articlesList displays a list of editorial articles. > To see a full-sized version of this widget, click here.Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
providerId |
number | optional | Provider ID. 2 for Associated Press, 3 for Associated Press Premium. |
|||
seasonId |
number | optional | Season ID | |||
matchId |
string | optional | Match ID | |||
playerId |
string | optional | Player ID | |||
numItems |
number | optional | Max number of items allowed in the list. | |||
editorialSeasonType |
string | optional | 'league' | Either 'league' or 'matches'. | ||
editorialMatchType |
string | optional | 'previews' | Either 'previews' or 'recaps'. | ||
border |
boolean | optional | If true enables a border around the widget. |
|||
onItemClick |
function | optional | Callback that is invoked when a user selects an article. Two arguments are given, type (a string) and parameters (an object). When type is 'article' , parameters will contain an articleId of the clicked article, which can then e.g. be used with the News widget. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Betting Player Comparison
us.betting.match.ncaab.playerComparison compares statistics of two players from a given game among a variety of timeframes (Provided Game, Last 5 Games, Season, or Career).
>
For the widget to render you must provide a valid matchId
. All other properties are optional.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
matchId |
number | required | Match ID | |||
type |
string | optional | Selects stats type dropdown. Valid options are match , matchup , last5 , season , or career . |
|||
awayPlayerId |
number | optional | Player ID from away team. | |||
homePlayerId |
number | optional | Player ID from home team. | |||
hasPlayed |
boolean | optional | If true only actually played games are considered for last matchup and last 5 meetings. |
|||
disableScore |
boolean | optional | If true disables the Setting Score header. |
|||
border |
boolean | optional | 'true' | If false hides a border around the widget. |
||
onItemClick |
function | optional | Function/event handler. Emits uniqueTeamId on team click or touch and matchId on widget click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handlers
Return to top
## Betting Score
us.betting.match.ncaab.score displays a small scoreboard with odds from a given game.
>
For the widget to render you must provide a valid matchId
. All other properties are optional.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
matchId |
number | required | Match ID | |||
showDate |
boolean | optional | 'true' | If true displays the scheduled date. |
||
showBroadcastNetwork |
boolean | optional | 'true' | If true displays broadcast network info. |
||
showVenueInfo |
boolean | optional | 'true' | If true diplays venue info. |
||
disableMatchClick |
boolean | optional | If true disables onItemClick handler for the game. |
|||
disableTeamClick |
boolean | optional | If true disables onItemClick handler for teams. |
|||
border |
boolean | optional | 'true' | If false hides a border around the widget. |
||
onItemClick |
function | optional | Function/event handler. Emits uniqueTeamId on team click or touch and matchId on widget click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handlers
Return to top
## Boxscore
us.match.ncaab.boxScore provides a structured summary of team totals and player statistics for a given game.
>
For the widget to render you must provide a valid matchId
.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | |||
---|---|---|---|---|---|
props |
object | properties | |||
Name | Type | Argument | Description | ||
matchId |
number | required | Match ID | ||
disableHeader |
boolean | optional | If true hides the header. |
||
enableTeamTabs |
boolean | optional | If true the widget displays tabs instead of a dropdown for mobile breakpoint, making apparent which teams are competing. |
||
enableSideBySideDisplay |
boolean | optional | If true places team tables side by side for desktop breakpoint. |
||
border |
boolean | optional | If true enables a border around the widget. |
||
onItemClick |
function | optional | Function/event handler. Emits playerId on player cell click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Future Odds
us.betting.season.futureOdds provides future odds for a variety of outrights.
>
For the widget to render you must provide a valid uniqueTournamentId
. All other properties are optional.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
uniqueTournamentId |
number | required | Unique Tournament ID | |||
outrightId |
number | optional | Outright ID | |||
competitorsLimit |
number | optional | '5' | Sets the competitor limit per outright. | ||
oddsTypeOverride |
string | optional | Overrides the default oddsType. Valid values are: us (money line), eu (decimal) and uk (fractional). |
|||
sanitizeOdds |
boolean | optional | true | If true filters out indeterminate odds. |
||
addWordOddsToOutrightNaming |
boolean | optional | If true includes the word "ODDS" in the title of each outright. |
|||
disableDropdown |
boolean | optional | If true disables the dropdown and displays the title of the outright. |
|||
displayGrid |
boolean | optional | If true displays all available outrights as a grid. outrightId prop and dropdown are disabled. |
|||
enableTeamColors |
boolean | optional | Team colors switch. | |||
border |
boolean | optional | If true draws a border around the widget. |
|||
onItemClick |
function | optional | Function/event handler. Emits uniqueTeamId on team click or touch and matchId on widget click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Future Odds Table
us.betting.season.futureOddsTable provides an outright odds table with specific bookmakers, as well as a consensus average betting line.
>
For the widget to render you must provide a valid uniqueTournamentId
. All other properties are optional.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Argument | Default | Description |
uniqueTournamentId |
number | required | Unique Tournament ID | |
outrightId |
number | optional | Outright ID | |
competitorId |
number | optional | Competitor ID | |
filter |
string | optional | Determines the entity by which outrights are grouped and filtered. It reflects the values in the dropdown. Valid values are: futures , competitors and competitorTypes . |
|
oddsTypeOverride |
string | optional | Overrides the default oddsType. Valid values are: us (money line), eu (decimal) and uk (fractional). |
|
sanitizeOdds |
boolean | optional | true | If true filters out indeterminate odds. |
addWordOddsToOutrightNaming |
boolean | optional | If true includes the word "ODDS" in the title of each outright. |
|
disableAvgColumn |
boolean | optional | If true hides the average column in the table. |
|
disableHeader |
boolean | optional | If true hides the header. |
|
disableTournamentDropdown |
boolean | optional | If true hides the tournament dropdown. |
|
disableFeatureDropdown |
boolean | optional | If true disables the feature dropdown. Applicable to the futures layout. |
|
disableCompetitorTypeDropdown |
boolean | optional | If true disables the competitor type dropdown. Applicable to the competitors and competitorsType layout. |
|
disableCompetitorDropdown |
boolean | optional | If true disables the competitor dropdown. Applicable to the competitors layout. |
|
disableSorting |
boolean | optional | If true disables the table sorting. Single-row tables have sorting turned off by default. |
|
enableTeamColors |
boolean | optional | Enables team colors. | |
border |
boolean | optional | If true draws a border around the widget. |
|
onItemClick |
function | optional | Function/event handler. Emits uniqueTeamId on team click or touch and matchId on widget click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Game Leaders
us.match.ncaa.leaders provides a moving carousel of stat leaders for each team in a given game.
>
For the widget to render you must provide a valid matchId
. All other properties are optional.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
matchId |
number | required | Match ID | |||
chartType |
string | optional | bars | Chart type: bars or circular . |
||
autoplay |
boolean | optional | true | If false stops the carousel autoplay. |
||
autoplaySpeed |
number | optional | 3000 | Carousel autoplay speed in milliseconds. | ||
disableHeader |
boolean | optional | If true hides the header. |
|||
disableHeaderDetails |
boolean | optional | If true hides the header details. |
|||
border |
boolean | optional | If true enables a border around the widget. |
|||
onItemClick |
function | optional | Function/event handler. Emits playerId on click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Programmatic
Return to top
## Game Odds
us.match.ncaa.odds provides odds data for a given NCAA basketball game.
>
For the widget to render you must provide a valid matchId
. All other properties are optional.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
matchId |
number | required | Match ID | |||
oddsTypes |
string | optional | all odds types | Comma-separated list of odds types. Options are: moneyline , 2way , spread , overunder. |
||
type |
string | optional | mixed | Determines the height of the odds market buttons. Valid values: mixed , line , block . |
||
disableHeader |
boolean | optional | false | When set to true hides the widget header. |
||
border |
boolean | optional | If true enables a border around the widget. |
Examples
HTML/Declarative
JS/Programmatic
Return to top
## Linescore
us.match.ncaab.linescore provides a score summary per half for a given game, including the current situation for a live game.
>
For the widget to render you must provide a valid matchId
.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | |||
---|---|---|---|---|---|
props |
object | properties | |||
Name | Type | Argument | Description | ||
matchId |
number | required | Match ID | ||
border |
boolean | optional | If true enables a border around the widget. |
||
onItemClick |
function | optiona> | Function/event handler. Emits teamId on click or touch. |
Examples
HTML/Declarative
JS/Programmatic
Return to top
## Live Game Carousel
us.match.ncaab.liveMatchCarousel displays a scrolling carousel of live or upcoming NCAA Men's Basketball games.
>
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
uniqueTrounamentId |
string | optional | all games | With this prop empty, both regular season and playoff games are displayed. Possible values are: 648 - regular season, 28370 - NCAA tournament, 24135 - NIT tournament, 28372 - CBI tournament, 28374 - CIT tournament, 30190 - all playoff games. |
||
division |
string | optional | 'dI' | The division to display. A list of valid division names can be found here. | ||
conference |
string | optional | The conference to display. A list of valid conference names can be found here. | |||
limit |
number | optional | 10 | Max number of games shown. | ||
autoplay |
boolean | optional | 'true' | If false stops carousel autoplay. |
||
autoplaySpeed |
number | optional | 5000 | Carousel autoplay speed in ms. | ||
showDate |
boolean | optional | If true displays date alongside game time. |
|||
border |
boolean | optional | If true enables a border around the widget. |
|||
onMatchesSet |
function | optional | Function/event handler. Emits matchIds array on team click or touch. |
|||
onItemClick |
function | optional | Function/click handler. Emits target and data on click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handlers
JS/Example of using Click Handlers
Return to top
## Live Match Tracker
us.match.lmt provides live scoring, statistics, and win probabilities for a given game.
>
For the widget to render you must provide a valid matchId
.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
matchId |
number | required | Match ID |
Examples
HTML/Declarative
JS/Programmatic
Return to top
## News
us.common.News displays full news articles, with the capability to filter by season, game, and player.
>
- To display player news, the parameters
playerId
,seasonId
andproviderId
must be set. - To display game news, the parameters
matchId
,providerId
andtype
must be set. - To display season news, the parameters
seasonId
andproviderId
must be set.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Description | ||||
seasonId |
number | optional | Season ID | |||
matchId |
string | optional | Match ID | |||
playerId |
string | optional | Player ID | |||
articleId |
string | optional | Article ID | |||
limit |
number | optional | Maximum number of articles to display. | |||
type |
string | optional | Type of content. Valid types: previews , recaps , or contents . |
|||
providerId |
number | optional | ID of the news provider. 2 for Associated Press, 3 for Associated Press Premium. |
|||
border |
boolean | optional | If true enables a border around the widget. |
Examples
HTML/Declarative
JS/Programmatic
Return to top
## Odds Comparison
us.betting.season.ncaab.oddsComparison is a compiled table of bookmaker odds. It displays pre-game and live odds based on the game's status and odds type.
>
To see a full-sized version of this widget, click here.
Parameters
Property Name | Type | Argument | Default | Description |
matchStatus |
string | optional | 'pre' | Match Status Filter. You can choose between pre or live . |
oddsType |
string | optional | 'spread' | Odds type filter. Choose between: spread , moneyLine , or overunder . |
bookmakers |
string | optional | Comma separated string for selected bookmakers. Options are: draftkings , fanduel , mgm , williamhillnewjersey , caesarsnewjersey , caesarspennsylvania , sugarhousenj , bet365newjersey , and pointsbet . |
|
division |
string | optional | 'dI' | Selected division. Currently only Division I is supported. |
conference |
string | optional | all conferences | Selected conference. See here for a list of valid conferences. Applies only to the regular season. |
playoffTournament |
string | optional | all tournaments | Selected playoff tournament. Options are: ncaa , nit , cbi , cit . |
selectedDate |
string | optional | Selects particular day. Format: YYYY-MM-DD . |
|
onItemClick |
function | optional | Function/event handler. Emits matchId on game click or touch. |
|
border |
boolean | optional | If true draws a border around the widget. |
|
enableLimit |
boolean | optional | 'true' | If true enables a 5 game limit on the table. If more games are available, a "more" button appears and after clicking it, 5 more games can be seen. |
disableDivisionDropdown |
boolean | optional | If true disables/hides the division dropdown. |
|
disableConferenceDropdown |
boolean | optional | If true disables/hides the conference dropdown. |
|
disableOddsColor |
boolean | optional | If true disables odds colors on live games. |
|
disableOddsHighlighting |
boolean | optional | If true disables highlighting for odds changes. |
|
disableHeader |
boolean | optional | If true disables the season info header. |
|
enableDeeplink |
boolean | If true bookmaker column headings become clickable, opening the corresponding bookmaker's website in a new browser tab. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Play by Play
us.match.ncaab.playByPlay displays a running timeline of every event in a given NCAA basketball game.
>
For the widget to render you must provide a valid matchId
.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
matchId |
number | required | Match ID | |||
sortOrder |
string | optional | 'ascending' | Determines sort order. Valid options are ascending or descending . |
||
isExpanded |
boolean | optional | 'false' | If true displays an expanded tree. |
||
disableFilter |
boolean | optional | If true hides all filters, selectors, dropdowns, and tabs. |
|||
flipOnLiveMatch |
boolean | optional | If true displays the last half only. |
|||
compactPeriodLayout |
boolean | optional | 'false' | If true displays a compact layout. |
||
showLast10 |
boolean | optional | 'false' | If true limits list to last 10 events. |
||
disableHeader |
boolean | optional | If true hides the header. |
|||
border |
boolean | optional | If true enables a border around the widget. |
|||
onToggle |
function | optional | Function/event handler. Emits toggle object on period header click or touch. |
|||
onItemClick |
function | optional | Function/event handler. Emits event object on player cell click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Programmatic
Return to top
## Player Career Stats
us.player.ncaab.CareerStats displays the career stats of a given NCAA player.
>
For the widget to render you must provide a valid playerId
.
To see a full-sized version of this widget, click here.
Parameters
Property Name | Type | Argument | Default | Description |
playerId |
number | required | Player ID | |
mode |
string | optional | 'totals' | Season type: totals , perGame |
type |
string | optional | 'professional' | Player career type: professional , college . |
seasonDefaultSortDirection |
string | optional | 'asc' | Sets initial season column sort direction. Valid options are: asc / desc . |
totalsColumns |
string | optional | Comma separated string of table statistics column keys. Used for picking fewer columns and different order. Valid options are: gp , gs , min , fgm , fga , fgp , 3pm , 3pa , 3pp , ftm , fta , ftp , oreb , dreb , reb , to , ast , stl , blk , ba , pf , pm , pts . A table of definitions is included below. |
|
perGameColumns |
string | optional | Comma separated string of table statistics column keys. Used for picking fewer columns and different order. Valid options are: gp , gs , min , fgm , fga , fgp , 3pm , 3pa , 3pp , ftm , fta , ftp , oreb , dreb , reb , to , ast , stl , blk , ba , pf , pm , pts . A table of definitions is included below. |
|
border |
boolean | optional | When set to true the table is displayed with a border. |
Option | Description |
---|---|
gp |
Games Played |
gs |
Games Started |
min |
Minutes |
fgm |
Field Goals Made |
fga |
Field Goals Attempted |
fgp |
Field Goal Percentage |
3pm |
Three Pointers Made |
3pa |
Three Pointers Attempted |
3pp |
Three Point Percentage |
ftm |
Free Throws Made |
fta |
Free Throws Attempted |
ftp |
Free Throw Percentage |
oreb |
Offensive Rebounds |
dreb |
Defensive Rebounds |
reb |
Rebounds |
to |
Turnovers |
ast |
Assists |
stl |
Steals |
blk |
Blocks |
ba |
Blocked Attempts |
pf |
Personal Fouls |
pm |
Plus/Minus |
pts |
Points |
Examples
HTML/Declarative
JS/Programmatic
Return to top
## Player Game Logs
us.player.ncaab.gameLogs shows game statistics for a given player in a season.
>
For the widget to render you must provide a valid playerId
and seasonId
.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Description | |||
playerId |
number | required | Player ID | |||
seasonId |
number | required | Season ID | |||
seasonType |
string | optional | Season Type: regular / playoffs |
|||
sortIdx |
string | optional | Overrides table default sort column index. 1, 2, 3..; Usually used with sortDirection . |
|||
sortDirection |
string | optional | Overrides table default sort direction. Valid options are asc and desc . Usually used with sortIdx . |
|||
enableLimit |
boolean | optional | Switches into limited mode. If there are more than 10 games, it shows only 10 games with an option to extend the games view. Games are sorted from newest on. | |||
border |
boolean | optional | If true enables a border around the widget. |
|||
onItemClick |
boolean | Function/event handler. Emits matchId and other props on table row click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Example of onItemClick targets and emitted props
match:{"matchId":15858244,"seasonId":56011,"tournamentId":698,"uniqueTournamentId":648,"realCategoryId":15,"sportId":2,"awayTeamUid":66378,"homeTeamUid":34614}
Return to top
## Player Header
us.player.ncaab.header provides biographical information and current seasonal stats for a given player.
>
For the widget to render you must provide a valid playerId
. All other properties are optional.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
playerId |
number | required | Player ID | |||
seasonId |
number | optional | active season | Season ID | ||
year |
number | optional | 'main' | Selected year as friendly alternative to seasonId . Used in conjunction with seasonType . |
||
seasonType |
string | optional | 'regular' | Season type. Valid options are: total , regular , and playoffs . |
||
border |
boolean | optional | If true enables a border around the widget. |
|||
onItemClick |
function | optional | Function/event handler. Emits uniqueTeamId on click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Player Header Small
us.player.ncaab.headerSmall provides basic player information.
>
For the widget to render you must provide a valid playerId
. All other properties are optional.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
playerId |
number | required | Player ID | |||
seasonId |
number | optional | active season | Season ID | ||
year |
number | optional | 'main' | Selected year as friendly alternative to seasonId . Used in conjunction with seasonType . |
||
seasonType |
string | optional | 'regular' | Season type. Valid options are: total , regular , and playoffs . |
||
border |
boolean | optional | If true enables a border around the widget. |
|||
onItemClick |
function | optional | Function/event handler. Emits uniqueTeamId on click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Player Seasonal Statistics
us.season.ncaab.playersStats displays seasonal statistics for NCAA basketball players.
>
All properties are optional. By default, the widget provides player statistics for the active season.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
seasonId |
number | optional | Season ID | |||
seasonType |
string | optional | 'regular' | Season type: total , regular , postseason . |
||
mode |
string | optional | 'perGame' | Statistics mode: totals / perGame |
||
conference |
string | optional | Conference filter. Click here for a list of valid conferences. | |||
pageLength |
number | optional | 50 | Number of players displayed per page. | ||
border |
boolean | optional | When set to true the table is displayed with a border. |
|||
qualifiesAsLeagueLeader |
boolean | optional | true | When set to true enables statistical minimums to qualify a player for inclusion in a statistical category. |
||
disableTitle |
boolean | optional | When set to true hides the widget title. |
|||
hideFilters |
boolean | optional | When set to true hides all filters / dropdown. |
|||
columns |
string | optional | Comma separated string of table statistics column keys. Used for picking fewer columns and a different order. Valid options are gp , pts , ast , reb , stl , blk , to , fgm , fga , fgp , ftm , fta , ftp , 3pm , 3pa , 3pp . |
|||
sortIdx |
string | optional | Overrides hitting table default sort statistics column index. 1, 2, 3... | |||
onItemClick |
function | optional | Function/event handler. Emits playerId , uniqueTeamId , seasonId , uniqueTournamentId on table row click or touch. |
Option | Description |
---|---|
gp |
Games Played |
pts |
Points |
ast |
Assists |
reb |
Rebounds |
stl |
Steals |
blk |
Blocks |
to |
Turnovers |
fgm |
Field Goals Made |
fga |
Field Goals Attempted |
fgp |
Field Goal Percentage |
ftm |
Free Throws Made |
fta |
Free Throws Attempted |
ftp |
Free Throw Percentage |
3pm |
Three Pointers Made |
3pa |
Three Pointers Attempted |
3pp |
Three Point Percentage |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Player Stats Graphic
us.season.ncaab.playerStatsGraphic visualizes seasonal statistics for a given player, including a breakdown of the last 5 games played.
>
For the widget to render you must provide a valid playerId
and seasonId
. All other properties are optional.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
playerId |
number | required | Player ID | |||
seasonId |
number | required | Season ID | |||
seasonType |
string | optional | 'regular' | Selected season type: total , regular or playoffs . |
||
disableHeader |
boolean | optional | If true hides the header. |
|||
qualifiesAsLeagueLeader |
boolean | optional | 'true' | If true enables statistical minimums to qualify a player for inclusion in a statistical category. |
||
border |
boolean | optional | If true enables a border around the widget. |
Examples
HTML/Declarative
JS/Programmatic
Return to top
## 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.
To see a full-sized version of this widget, click here.
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
HTML/Declarative
JS/Programmatic
Return to top
## Polls
us.season.ncaab.polls provides a display of the AP Poll and the USA Today Coaches Poll.
>
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
seasonId |
number | optional | Season ID. (Regular season ID only) | |||
pollTypes |
string | optional | 'ap' | Comma separated string of types of poll tables. When no pollTypes are provided, all are displayed. Valid options are: ap and us . |
||
border |
boolean | optional | When set to true the table is displayed with a border. |
|||
onItemClick |
function | optional | Function/event handler. Emits uniqueTeamId on table row click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Pregame Betting Statistics
us.betting.match.ncaab.pregameBettingStatistics displays betting statistics of a given game.
>
For the widget to render you must provide a valid matchId
. All other properties are optional.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Description | |||
matchId |
string | required | Match ID | |||
disableHeader |
boolean | optional | If true hides the widget header. |
|||
border |
boolean | optional | If false hides a border around the widget. |
|||
onItemClick |
function | optional | Function/event handler. Emits uniqueTeamId on team click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handlers
Return to top
## RPI Rankings
us.season.ncaab.rpiRankings provides the current and historical NCAA Men's Basketball RPI Rankings.
>
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
seasonId |
number | optional | Season ID. (Regular season ID only) | |||
year |
number | optional | Season year. | |||
limit |
number | optional | 25 | Number of teams to display. | ||
hideTitle |
boolean | optional | When set to true the widget title is hidden. |
|||
hideDropdowns |
boolean | optional | When set to true the season dropdown is hidden. |
|||
border |
boolean | optional | When set to true the table is displayed with a border. |
|||
onItemClick |
function | optional | Function/event handler. Emits uniqueTeamId on table row click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Score
us.match.ncaab.score is a variant of the smaller scoreboard with links. It features the current score, the teams represented by name and logo, the game status, and other key game-related information as collapsible content.
>
For the widget to render you must provide a valid matchId
. All other properties are optional.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
matchId |
number | required | Match ID | |||
showDate |
boolean | optional | If true shows the scheduled date beside the time (pre-game only). |
|||
isCollapsed |
boolean | optional | 'true' | If false collapses collapsible content (i.e. game information). |
||
showOdds |
boolean | optional | 'true' | If false hides odds (pre-game only). |
||
disableHeader |
boolean | optional | If true hides the header. |
|||
disableGameInfo |
boolean | optional | If true hides collapsible content (i.e. game information). |
|||
disableGameInfoXSmall |
function | optional | If true hides collapsible content (i.e. game information) on X-Small responsive breakpoint (<321px). |
|||
disableAttendance |
boolean | optional | If true hides attendance content. |
|||
disableTeamClick |
boolean | optional | If true disables onItemClick handler for teams. |
|||
disablePlayerClick |
boolean | optional | If true disables onItemClick handler for players (i.e. team leaders under game information). |
|||
enableMatchClick |
boolean | optional | If true the whole widget triggers match target event on onItemClick. All other targets are disabled. |
|||
preMatchLinks |
string | optional | Comma separated string of link keys for pre-game. Can be undefined , default , preview , boxscore , gametracker , recap , lineups , matchstats . Entering default is the same as entering 'preview' . |
|||
liveMatchLinks |
string | optional | Comma separated string of link keys for a live game. Can be undefined , default , preview , boxscore , gametracker , recap , lineups , matchstats . Entering default is the same as entering 'boxscore, gametracker' . |
|||
postMatchLinks |
string | optional | Comma separated string of link keys for post-game. Can be undefined , default , preview , boxscore , gametracker , recap , lineups , matchstats . Entering default is the same as entering 'boxscore, recap' . |
|||
border |
boolean | optional | 'true' | If false hides a border around the widget. |
||
onItemClick |
function | optional | Function/event handler. More info below. |
team
and player
.
The player
targets appear in the Game Information section depending on the game status. With preMatchLinks
, liveMatchLinks
and/or postMatchLinks
enabled, the Score widget can get additional targets: preview
, boxscore
, gametracker
, recap
, lineups
, and matchstats
.
When enableMatchClick
is set to true the whole Score widget becomes a match target and all other targets are disabled.
All targets emit the following match props on click or touch: matchId
, sportId
, realCategoryId
, seasonId
, tournamentId
, uniqueTournamentId
, awayTeamUid
, homeTeamUid
, matchStatus
.
Team target adds uniqueTeamId
; player target adds playerId
.
Valid matchStatus
values are: pre
, live
, post
.
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handlers
Examples of onItemClick targets and emitted props
"team",{"matchId":26536476,"seasonId":76813,"tournamentId":79167,"uniqueTournamentId":28370,"realCategoryId":15,"sportId":2,"awayTeamUid":34626,"homeTeamUid":66366,"matchStatus":"post","uniqueTeamId":34626}
"box_score",{"matchId":26536476,"seasonId":76813,"tournamentId":79167,"uniqueTournamentId":28370,"realCategoryId":15,"sportId":2,"awayTeamUid":34626,"homeTeamUid":66366,"matchStatus":"post"}
"box_score",{"matchId":27515036,"seasonId":79153,"tournamentId":10561,
"uniqueTournamentId":132,"realCategoryId":15,"sportId":2,"awayTeamUid":3416,
"homeTeamUid":3427,"matchStatus":"post"},
"match",{"matchId":26536476,"seasonId":76813,"tournamentId":79167,"uniqueTournamentId":28370,"realCategoryId":15,"sportId":2,"awayTeamUid":34626,"homeTeamUid":66366,"matchStatus":"post"}
Return to top
## Score Nano
us.match.ncaab.scorenano is a condensed version of the scoreboard widget. It provides the current score and status of a given NCAA basketball game.
>
For the widget to render you must provide a valid matchId
. Minimal widget width is 170px.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
matchId |
number | required | Match ID | |||
border |
boolean | optional | If false hides a border around the widget. |
|||
onItemClick |
function | optional | Function/event handler. Only target item is match . More info below. |
matchId
, sportId
, usSportId
, realCategoryId
, seasonId
, tournamentId
, uniqueTournamentId
, awayTeamUid
, homeTeamUid
, and matchStatus
.
Valid matchStatus
values are: pre
, live
, post
.
Examples
match: {"matchId":26536476,"seasonId":76813,"tournamentId":79167,"uniqueTournamentId":28370,"realCategoryId":15,"sportId":2,"awayTeamUid":34626,"homeTeamUid":66366,"matchStatus":"post"};
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handlers
Return to top
## Score Small
us.match.ncaab.ScoreSmall is a smaller version of the scoreboard widget. It provides the current score and status of a given NCAA basketball game.
>
For the widget to render you must provide a valid matchId
. All other properties are optional.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
matchId |
number | required | Match ID | |||
showDate |
boolean | optional | If true shows the date of future games. |
|||
showOdds |
boolean | optional | 'true' | If false hides the odds data. |
||
border |
boolean | optional | If false hides the border around the widget. |
|||
onItemClick |
function | optional | Function/event handler. Emits matchId , seasonId , tournamentId , uniqueTournamentId on click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handlers
Return to top
## Score Ticker
us.common.scoreTicker provides a condensed ticker of daily matchups. The user has the ability to view previous and upcoming dates, as well as all other leagues and sports currently offered.
>
To see a full-sized version of this widget, click here.
There are two options for generating the Score Ticker widget.
Option 1
WithoutmatchId
, sport
or uniqueTournamentId
props being set, the widget attempts to find and auto-select sports with live games.
If there are multiple sports that are live at one time, the widget follows this order of operations: NFL playoffs, NBA playoffs, NCAAF playoffs, NCAAB NCAA tournament, MLB playoffs, NHL playoffs, NFL pro bowl, NBA All-Star game, MLB All-Star game, NHL All-Star game, NFL regular season, NBA regular season, NCAAF regular season, NCAAB regular season, MLB regular season, NHL regular season, Premier League, Champions League, La Liga, Bundesliga, MLS playoffs, MLS regular season, Serie A, Ligue 1, Europa League, NCAAB NIT, NCAAB CBI, NCAAB CIT, NFL preseason, NBA preseason, MLB spring training, NHL preseason, NBA summer league.
The widget picks from the allowedSports
prop, if set. Otherwise, it picks from all supported sports. For soccer it further picks from the allowedUniqueTournaments
prop, if set. Otherwise, it picks from all supported unique tournaments.
Failing to find a live sport, and with the considerNearest
prop set to true, the widget will select a sport with the soonest upcoming game.
Failing to find a live sport or an upcoming game with the considerNearest
prop, the widget falls back to the NFL Score Ticker for the current day.
The widget automatically reselects live games, or the soonest upcoming sport, to follow status changes that occur over time.
Once a user selects another sport using the sport selector, the widget will stop automatically reselecting games and sports until the widget is reloaded.
Option 2
IfmatchId
, sport
or uniqueTournamentId
props are set, the widget will initialize with that sport. Auto-selecting sport is turned off in this scenario.
Parameters
Name | Type | Argument | Default | Description |
matchId |
number | optional | Match ID. Has priority over sport . |
|
sport |
number | string | optional | nfl | A name (string) or ID (number) of the sport that will initially be displayed. Supported: soccer (1 ), nba (2 ), mlb (3 ), nhl (4 ), nfl (5 ), ncaaf (6 ), ncaab (7 ). |
allowedSports |
array | string | optional | 'spread' | Array or comma-separated string of allowed sports (names or ids) to chose from sport selector or sport prop. Also denotes live/nearest sport auto-selecting feature and sport selector items order. If sport prop default is not on the list its default changes to first allowed sport. Supported: soccer (1 ), nba (2 ), mlb (3 ), nhl (4 ), nfl (5 ), ncaaf (6 ), ncaab (7 ). In case of one sport (with the exception of soccer - see allowedUniqueTournaments ), the sport toggle ability is removed and a sport label is displayed instead of the sport selector. |
uniqueTournamentId |
number | optional | Unique tournament ID (Soccer). Supported: 17 (EPL), 242 (MLS), 7 (UCL), 679 (UEL), 8 (LaLiga), 23 (Serie A), 35 (BundesLiga), 34 (Ligue 1). Has no effect in combination with other supported sports. |
|
allowedUniqueTournaments |
array | string | optional | Array or comma-separated string of allowed soccer unique tournaments IDs to choose from sport selector or uniqueTournamentId prop. Also impacts live/nearest auto-selecting feature and sport selector soccer items order. Supported: 17 (EPL), 242 (MLS), 7 (UCL), 679 (UEL), 8 (LaLiga), 23 (Serie A), 35 (BundesLiga), 34 (Ligue 1). In case of only soccer and one soccer unique tournament, the sport toggle ability is removed and a selected soccer unique tournament label is displayed instead of the sport selector. If not set, all supported soccer unique tournaments are allowed. |
|
prevDays |
number | optional | 1 | Number of previous days to select from the date control. |
nextDays |
number | optional | 1 | Number of upcoming days to select from the date control. |
flipOnEndDay |
boolean | optional | Forces to flip to the next day at day's end. If a sport has games being played on consecutive days (e.g. Monday and Tuesday), the ticker will automatically flip to Tuesday's games at the end of the current day/start of the next day. If, however, a sport has games separated by a day (e.g. Monday and Wednesday), then the flipOnEndDay prop can be set to "true" and force the ticker to flip at the end of Monday/start of Tuesday. If set to "false" or left as the default option, the ticker would not flip to the next set of games until the end of Tuesday/start of Wednesday. As a rule, NFL and NCAAF are not affected by this prop's functionality. These two sports are set to flip based on weekly timers. NFL is set to flip to the next week at 5 a.m. UTC on Wednesdays, while NCAAF is set to flip to the next week at 5 a.m. UTC on Tuesdays. If there are live games from the previous week still taking place at those times, the week flip will be delayed until the conclusion of those games. |
|
dayFlipUTCHours |
number | optional | Integer between 0 and 23. Forces flipping to current day's games at a specified time based on UTC time zone, but not before start of the current day (in local time). Although the time is set according to UTC, it will effect end users according to their local time zone. Example: if the current date is 1/19/22, a value of 20 will set flipping at 12:00 for a user in PST time zone, 15:00 for EST and 21:00 for CET. However, using a value of 6 will set flipping at 0:00 PST (rather than 1/18/22 22:00 PST), 1:00 EST and 7:00 CET. dayFlipUTCHours has priority over dayFlipHoursBefore . |
|
dayFlipHoursBefore |
number | optional | Integer between 0 and 23. Forces flipping to current day's games a specific number of hours before the scheduled time of the first match, but not before the start of the current day (in local time). Example: if the first game of the day is at 7:30pm EST, a value of 7 would leave last night's games displayed until 12:30pm EST. | |
mergeLive |
boolean | optional | Displays all live games no matter when they were originally scheduled/started. Any games that were scheduled the day before and continued past midnight will be moved to the previous day (their original displayed day) as soon as they are finished. | |
considerNearest |
boolean | optional | true | Auto-selects the sport with the soonest game if there are currently no live games. |
hasHorizontalSelectors |
number | optional | Renders horizontal selectors instead of dropdowns. Typical use case: the HTML Inline Frame element. | |
h80 |
boolean | optional | Sets the widget fixed height at 80px. Typical use case: the HTML Inline Frame element. | |
h90 |
boolean | optional | Sets the widget fixed height at 90px. Typical use case: the HTML Inline Frame element. | |
layout |
string | optional | 'normal' | Sets the type of layout. Valid values are normal and compact . normal breaks the navigation and match list for mobile breakpoint (480px) in 2 lines; compact layout keeps the sport selector and match list for mobile breakpoint in one line, omitting the date selector. The Compact layout also has different paddings and widths, and uses a carrot icon instead of hamburger icon for the sport selector. |
disableSportDropdown |
boolean | optional | If true hides the sports dropdown/label and takes away from the user the ability to change sport/unique tournament. In the case of a disabled sport selector and unset sport and uniqueTournamentId props, the widget will operate in auto-selecting mode indefinitely. |
|
onItemClick |
function | optional | Function/event handler. Possible target items are match and us-sport . When the target is match it means a match has been clicked or touched and it emits various match values: matchId , sportId , usSport , realCategoryId , seasonId , tournamentId, uniqueTournamentId , awayTeamUid , homeTeamUid , matchStatus . When the target is us-sport it means a different sport (or a different soccer league) has been selected in the score ticker, and it emits usSport and uniqueTournamentId values. Valid matchStatus values are: pre , live , post . The usSport value is a numerical sport ID, it can contains the same IDs as the sport prop. Example below. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handlers
JS/Allowing MLS(242) soccer league and all non soccer leagues (using array notation)
JS/Allowing European soccer leagues (using comma separated string notation)
onItemClick Example
Return to top
## Scoreboard
us.match.ncaab.scoreboard provides the current score of a given game, scores by half, and other top-level game information.
>
For the widget to render you must provide a valid matchId
. All other properties are optional.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
matchId |
number | required | Match ID | |||
showOdds |
boolean | optional | 'true' | If false hides odds (pre-game only). |
||
showWinsDrawsLosses |
boolean | optional | 'true' | If false hides WDL information (pre-game only). |
||
showMatchTitle |
boolean | optional | 'true' | If false hides the game title (playoffs only). |
||
border |
boolean | optional | If true enables a border around the widget. |
|||
onItemClick |
function | optional | Function/event handler. Emits uniqueTeamId on team click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handlers
Return to top
## Season Players Carousel
us.season.ncaab.playersCarousel provides a moving carousel of headers for provided players.
>
For the widget to render you must provide a valid seasonId
and any number of playerIds
. All other properties are optional.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
playerId |
number | required | Player ID or a comma separated list of player IDs. | |||
seasonId |
number | required | Season ID | |||
year |
number | optional | Season year. | |||
seasonType |
string | optional | 'regular' | Season Type. Valid options are: regular and playoffs . |
||
onItemClick |
function | optional | Function/event handler. Emits uniqueTeamId on click or touch. |
|||
disableHeader |
boolean | optional | If set to true disables the team header. |
|||
border |
boolean | optional | If true enables a border around the widget. |
Examples
HTML/Declarative
JS/Programmatic
Return to top
## Season Scores
us.season.ncaab.scores displays scoreboard information broken down by day (according to local time).
>
To see a full-sized version of this widget, click here.
Important to note when using this widget:
1. Selectdivision
, conference
, and playoffTournament
to determine what games are displayed in any given day. The date switcher control will allow you to navigate across every day of the current season. Selecting division
narrows the available games and the date switcher to games pertaining to that division. The conference
filtering applies only to regular season, and the playoffTournament
applies only to the postseason.
- By default, when
dateFilteringLast
is set tofalse
the date switcher control is applied after thedivision
filter and navigates through all selecteddivision
days where games are being played.conference
andplayoffTournament
are applied last and filter the games list for a selected day. Theconference
selector is displayed and enabled only for regular season games. In the postseason, theconference
selector is replaced with theplayoffTournament
selector. An empty list of games on a particular day is possible. A "No matches available" message will be displayed in this instance. - If
dateFilteringLast
is set totrue
theconference
andplayoffTournament
filters are applied after thedivision
narrows down the date navigation to only display the days in which a team from the specifiedconference
orplayoffTournament
is playing. Note that the date selector auto-selects among the available game days on everyconference
andplayoffTournament
change in this scenario. Theconference
andplayoffTournament
filters exclude each other. When one is selected, the other resets to all available items.
dayFlipUTCHours
or dayFlipHoursBefore
are set. In that case, the widget will display the previous day's results until the time passes current day dayFlipUTCHours
or dayFlipHoursBefore
scheduled time of the first game.
3. For older seasons, the auto-selected day is always the last day of the season.
4. Props selectedDate
and selectedIdx
allow you to select a particular day to display.
5. Among all the available NCAA scores, a Score widget is used to render each individual game and features the option to include links for navigating to other widgets/content.
6. Clickable items are teams and links, as noted in the Parameters section of the documentation.
Parameters
Name | Type | Argument | Default | Description |
seasonId |
number | optional | Season ID | |
division |
string | optional | Division ID. See here for a list of valid divisions. | |
conference |
string | optional | Conference ID. See here for a list of valid conferences. | |
playoffTournament |
string | optional | all tournaments | Selected playoff tournament. Options are: ncaa , nit , cbi , cit . |
selectedDate |
string | optional | Selected date in YYYY-MM-DD format. |
|
selectedIdx |
number | optional | Selects particular day. Index starts with 0. | |
dateFilteringLast |
boolean | optional | 'false' | If true the date switcher filtering is applied last. Selected conference or playoffTournament narrows down the available date switcher play days. |
showOdds |
boolean | optional | 'true' | If false odds for all pre-gamees visualizations are hidden. |
dayFlipUTCHours |
number (integer between 0 and 23) | optional | Forces flipping to current day's games at a specified time based on UTC time zone, but not before start of the current day (in local time). Although the time is set according to UTC, it will effect end users according to their local time zone. Example: if the current date is 1/19/22, a value of 20 will set flipping at 12:00 for a user in PST time zone, 15:00 for EST and 21:00 for CET. However, using a value of 6 will set flipping at 0:00 PST (rather than 1/18/22 22:00 PST), 1:00 EST and 7:00 CET. An integer between 0 and 23. dayFlipUTCHours has priority over dayFlipHoursBefore . |
|
dayFlipHoursBefore |
number (integer between 0 and 23) | optional | Forces flipping to current day's games a specific number of hours before scheduled time of the first match, but not before start of the current day (in local time). Example: if the first game of the day is at 7:30pm EST, a value of 7 would leave last night's games displayed until 12:30pm EST. An integer between 0 and 23. | |
disableDateSwitcher |
boolean | optional | If true hides the date switcher control. |
|
disableDivisionDropdown |
boolean | optional | If true hides the division dropdown. |
|
disableConferenceDropdown |
boolean | optional | If true hides the conference dropdown. |
|
disableGameHeader |
boolean | optional | If true the game headers are hidden. |
|
disableGameInfo |
boolean | optional | If true hides collapsible content (i.e. game information). |
|
disableGameInfoXSmall |
boolean | optional | 'true' | If true hides collapsible content (i.e. game information) on X-Small responsive breakpoint (<321px). |
preMatchLinks |
string | optional | Comma separated string of link keys for pre-game. Valid options are: undefined , default , preview , boxscore , gametracker , recap , lineups , and matchstats . Entering default is the same as entering preview . |
|
liveMatchLinks |
string | optional | Comma separated string of link keys for live games. Can be undefined , default , preview , boxscore , gametracker , recap , lineups . Entering default is the same as entering 'boxscore, gametracker '. |
|
postMatchLinks |
string | optional | Comma separated string of link keys for post-game. Can be undefined , default , preview , boxscore , gametracker , recap , lineups . Entering default is the same as entering 'boxscore, recap '. |
|
border |
boolean | optional | If true enables a border around the widget. |
|
onItemClick |
function | optional | Function/event handler. By default, the widget has two click target areas: team and player . The player targets appear in the Game Information section, depending on game status. With preMatchLinks , liveMatchLinks and/or postMatchLinks set, the Score widget can get additional targets: preview , boxscore , gametracker , recap , lineups , matchstats links. All targets emit the following match props on click or touch: matchId , sportId , realCategoryId , seasonId , tournamentId , uniqueTournamentId , awayTeamUid , homeTeamUid , matchStatus . Team target adds uniqueTeamId , player target adds playerId . Valid matchStatus values are: pre , live , post . |
Examples
HTML/Declarative
JS/Programmatic
JS/Programmatic using Event Handlers
Examples of onItemClick targets and emitted props
"team", {"matchId":26536476,"seasonId":76813,"tournamentId":79167,"uniqueTournamentId":28370,"realCategoryId":15,"sportId":2,"awayTeamUid":34626,"homeTeamUid":66366,"matchStatus":"post","uniqueTeamId":34626}
"box_score", {"matchId":26536476,"seasonId":76813,"tournamentId":79167,"uniqueTournamentId":28370,"realCategoryId":15,"sportId":2,"awayTeamUid":34626,"homeTeamUid":66366,"matchStatus":"post"}
"match", {"matchId":26536476,"seasonId":76813,"tournamentId":79167,"uniqueTournamentId":28370,"realCategoryId":15,"sportId":2,"awayTeamUid":34626,"homeTeamUid":66366,"matchStatus":"post"}
Return to top
## Season Team Stats
us.season.ncaab.teamsStats displays a sortable team statistics table for all teams in a given season. Data can be filtered by conference, per-game/totals, and season type (regular season, postseason, total).
>
All widget properties are optional. By default, the widget will provide a table for the active season.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
seasonId |
number | optional | active season | Season ID | ||
year |
number | optional | Season year. | |||
seasonType |
string | optional | 'regular' | Season type: total , regular , or postseason . |
||
mode |
string | optional | 'totals' | Initial mode to display. Options: totals or perGame . |
||
conference |
string | optional | all | Conference name. To find a list of valid names, click here. | ||
pageLength |
number | optional | 50 | Number of teams to display per page. | ||
border |
boolean | optional | When set to true the table is displayed with a border. |
|||
disableTitle |
boolean | optional | When set to true the widget title is hidden. |
|||
hideFilters |
boolean | optional | When set to true hides all filters / dropdown. |
|||
columns |
string | optional | Comma separated string of table statistics column keys. Used for picking fewer columns and different order. Valid options are: pts , reb , ast , stl , blk , to , pf , fgm , fga , fgp , ftm , fta , ftp , 3pm , 3pa , 3pp . |
|||
onItemClick |
function | optional | Function/event handler. Emits uniqueTeamId , seasonId , uniqueTournamentId on table row click or touch. |
Option | Description |
---|---|
pts |
Points |
reb |
Rebounds |
ast |
Assists |
stl |
Steals |
blk |
Blocks |
to |
Turnovers |
pf |
Personal Fouls |
fgm |
Field Goals Made |
fga |
Field Goals Attempted |
fgp |
Field Goal Percentage |
ftm |
Free Throws Made |
fta |
Free Throws Attempted |
ftp |
Free Throw Percentage |
3pm |
Three Pointers Made |
3pa |
Three Pointers Attempted |
3pp |
Three Point Percentage |
Examples
HTML/Declarative
JS/Programmatic
JS/Programmatic
Return to top
## Season Score Per Game Ranks
us.season.scorePerGameRanks displays the average score per game for each team competing in a given game.
>
For the widget to render you must provide 1. a valid matchId
or 2. teamUid1
& teamUid2
combined with one of the following: seasonId
, tournamentId
, or uniqueTournamentId
.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
matchId |
number | required | Match ID. Has priority over other options. | |||
teamUid1 |
number | optional | Unique Team Id 1 | |||
teamUid2 |
number | optional | Unique Team Id 2 | |||
seasonId |
number | Season ID | ||||
tournamentId |
number | Tournament ID. Deduces season. | ||||
uniqueTournamentId |
number | Unique Tournament ID. Deduces season. | ||||
showRankTitle |
boolean | optional | If set to true shows rank title. |
|||
statisticType |
string | optional | 'own' | Selects with score to show. Valid options are: own or opponent . |
||
disableHeader |
boolean | optional | If set to true hides the header. |
|||
border |
boolean | optional | If set to true enables a boarder around the widget. |
Examples
HTML/Declarative
JS/Programmatic
Return to top
## Standings
us.season.ncaab.standings provides detailed standings info for a given season.
>
By default, the widget provides the active season standings.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
seasonId |
number | optional | Season ID | |||
uniqueTournamentId |
string | optional | Unique tournament ID | |||
conference |
string | optional | Name of the conference. See here for a list of valid names. | |||
border |
boolean | optional | If true enables a border around the widget. |
|||
showSeasonSelector |
boolean | optional | 'true' | If false the season dropdow is hidden. |
||
onItemClick |
function | optional | Function/event handler. Emits uniqueTeamId on click or touch. |
|||
disableHeader |
boolean | optional | If true hides the header. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Standings Carousel
us.season.ncaab.standingscarousel provides a moving carousel of conference standings.
>
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
conferenceNames |
string | optional | aec | Conference names. Options are: aec , aac , a10 , acc , asun , big12 , bec , bsky , bsc , b1g , bwc , caa , cusa , gwc , horizon , indep , ivy , maac , mac , meac , mvc , mw , nec , ovc , pac12 , patriot , sec , southern , southland , swac , summit , sunbelt , wcc , wac . |
||
seasonId |
number | optional | active season | Season ID | ||
disableHeader |
boolean | optional | true | If set to true disables the header. |
||
autoplay |
boolean | optional | true | If set to true the carousel will automatically switch the selected item periodically. |
||
autoplaySpeed |
number | optional | 5000 | The speed for autoplay in milliseconds. |
||
border |
boolean | optional | If true enables a border around the widget. |
Examples
HTML/Declarative
JS/Programmatic
Return to top
## Standings Slim
us.season.ncaab.standingsSlim is a lightweight version of the standings table.
>
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
seasonId |
number | required | Season ID | |||
conferenceNames |
string | optional | aec | Conference names. Options are: aec , aac , a10 , acc , asun , big12 , bec , bsky , bsc , b1g , bwc , caa , cusa , gwc , horizon , indep , ivy , maac , mac , meac , mvc , mw , nec , ovc , pac12 , patriot , sec , southern , southland , swac , summit , sunbelt , wcc , wac . |
||
uniqueTeamId |
number | optional | Unique team ID | |||
disableHeader |
boolean | optional | If true hides the widget header. |
|||
enableDropdown |
boolean | optional | If true enables conference dropdown selector. Unless uniqueTeamId is set. |
|||
border |
boolean | optional | If true enables a border around the widget. |
|||
onItemClick |
function | optional | Function/event handler. Emits uniqueTeamId on click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Team Header
us.team.header provides the team record and standing for a given team and season.
>
For the widget to render you must provide a valid teamUid
and seasonId
.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Description | |||
teamUid |
number | required | Unique Team ID | |||
seasonId |
number | required | Season ID | |||
leagueType |
string | optional | Select league standings to display. Valid options are: full , division , conference , and all |
|||
tiedRankIndicator |
boolean | optional | If true displays a tie ranking indicator based solely on win percentage or total points (depending on the sport). It does not factor in all tiebreaking scenarios that you would otherwise see using the regular standings positions. |
|||
border |
boolean | optional | If true enables a border around the widget. |
|||
onItemClick |
function | optional | Function/event handler. Emits uniqueTournamentId on click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Team Header Small
us.team.headerSmall provides the team record and standing for a given team and season.
>
For the widget to render you must provide a valid teamUid
and seasonId
.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Description | |||
teamUid |
number | required | Unique Team ID | |||
seasonId |
number | required | Season ID | |||
leagueType |
string | optional | Select league standings to display. Valid options are: full , division , conference , and all |
|||
tiedRankIndicator |
boolean | optional | If true displays a tie ranking indicator based solely on win percentage or total points (depending on the sport). It does not factor in all tiebreaking scenarios that you would otherwise see using the regular standings positions. |
|||
border |
boolean | optional | If true enables a border around the widget. |
|||
onItemClick |
function | optional | Function/event handler. Emits uniqueTournamentId on click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Team Leaders
us.season.ncaab.teamLeaders displays leaders (points, rebounds, assists, steals. and more) for a provided team.
>
For the widget to render you must provide a valid uniqueTeamId
and seasonId
.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
uniqueTeamId |
number | required | Unique team ID | |||
seasonId |
number | required | Season ID | |||
qualifiesAsLeagueLeader |
boolean | optional | true | If true enables statistical minimums to qualify a player for inclusion in a statistical category. |
||
disableHeader |
boolean | optional | If true hides the widget header. |
|||
disableTeamTag |
boolean | optional | If true hides the header team tag. |
|||
disableHeaderDetails |
boolean | optional | If true hides the header season details. |
|||
border |
boolean | optional | If true enables a border around the widget. |
|||
onItemClick |
function | optional | Function/event handler. Emits playerId on click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Team Ranks
us.season.ncaab.teamRanks provides a given team's seasonal rankings for several statistics.
>
For the widget to render you must provide a valid teamUid
.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
teamUid |
number | required | Unique Team ID | |||
seasonId |
number | optional | Season ID | |||
rankType |
string | optional | 'division' | A choice between league or conference team rankings. Options are: division or conference . |
||
seasonType |
string | optional | 'regular' | Season type: total , regular , playoffs . |
||
allowedOffenseStats |
string | optional | Comma separated offensive stats to display. See below for valid options. | |||
allowedDefenseStats |
string | optional | Comma separated defensive stats to display. See below for valid options. | |||
disableHeader |
boolean | optional | If true hides the widget header. |
|||
border |
boolean | optional | If true enables a border around the widget. |
|||
onItemClick |
function | optional | Function/event handler. Emits uniqueTeamId on click or touch. |
points_per_game/td> |
field_goals_made_per_game/td> |
field_goals_attempted_per_game/td> |
field_goals_percentage/td> |
three_pointers_made_per_game/td> |
three_pointers_attempted_per_game/td> |
three_points_percentage/td> |
free_throws_made_per_game/td> |
free_throws_attempted_per_game/td> |
free_throws_percentage/td> |
rebounds_per_game/td> |
offensive_rebounds_per_game/td> |
defensive_rebounds_per_game/td> |
assists_per_game/td> |
steals_per_game/td> |
blocks_per_game/td> |
turnovers_per_game/td> |
opponents_points_per_game/td> |
opponents_field_goals_made_per_game/td> |
opponents_field_goals_attempted_per_game/td> |
opponents_field_goals_percentage/td> |
opponents_three_pointers_made_per_game/td> |
opponents_three_pointers_attempted_per_game/td> |
opponents_three_points_percentage/td> |
opponents_free_throws_made_per_game/td> |
opponents_free_throws_attempted_per_game/td> |
opponents_rebounds_per_game/td> |
opponents_offensive_rebounds_per_game/td> |
opponents_defensive_rebounds_per_game/td> |
opponents_assists_per_game/td> |
opponents_steals_per_game/td> |
opponents_blocks_per_game/td> |
opponents_turnovers_per_game/td> |
Examples
HTML/Declarative
JS/Programmatic
Return to top
## Team Recent Games
us.team.ncaab.recentGames displays upcoming and/or past games of a selected team.
>
For the widget to render you must provide a valid teamUid
.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Argument | Default | Description |
teamUid |
number | required | Unique team ID | |
division |
string | optional | 'dI' | The division to display: 'dI' , 'dII' , 'dIII' . |
pastGames |
number | optional | 20 | Number of past games to display. |
nextGames |
number | optional | 1 | Number of future games to display. |
currentSeason |
boolean | optional | true | If true provides games of current season only. |
sortDirection |
string | optional | desc | Changes groups and games sort direction. Valid options are: asc and desc . |
disableTeamDropdown |
boolean | optional | If true disables the team selection dropdown. |
|
disableHeader |
boolean | optional | If true disables the entire header. |
|
border |
boolean | optional | If true enables a border around the widget. |
|
onItemClick |
function | optional | Function/event handler. Emits matchId , seasonId , tournamentId , uniqueTournamentId and other props on table row upon click or touch. See example below. |
Examples
HTML/Declarative
Please note that in HTML prop names changes from CamelCase to hyphen-word-delimited notation, i.e. pastGames to past-games
JS/Programmatic
JS/Example of using Event Handler
Example of onItemClick targets and emitted props
match:{"matchId":26165080,"seasonId":76809,"tournamentId":84596,"uniqueTournamentId":648,"realCategoryId":15,"sportId":2,"awayTeamUid":41213,"homeTeamUid":49866,"matchStatus":"post"}
Return to top
## Team Roster
us.season.ncaab.teamRoster visualizes a complete team roster.
>
For the widget to render you must provide a valid uniqueTeamId
.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Description | |||
uniqueTeamId |
number | required | Unique team ID | |||
seasonId |
number | optional | Season ID. Has a priority over year . |
|||
year |
number | optional | Selected year as a friendly alternative to seasonId . |
|||
border |
boolean | optional | If true enables a border around the widget. |
|||
onItemClick |
function | optional | Function/event handler. Emits playerId on click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Team Schedule
us.team.ncaab.schedule displays the entire season schedule for a given team.
>
For the widget to render you must provide a valid teamUid
.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Argument | Default | Description |
teamUid |
number | required | Unique Team ID | |
seasonId |
number | optional | Season ID | |
sortDirection |
string | optional | asc | Changes groups and games sort direction. Valid options are: asc and desc . |
division |
string | optional | fbs | Division prop to filter teams in dropdown. Valid options are di , dii , diii . |
disableHeader |
boolean | optional | If true disables the entire header section and displays all groups and games. |
|
disableTeamDropdown |
boolean | optional | If true omits team dropdown. Team can still be set by "teamUid" props. |
|
disableGroupDropdown |
boolean | optional | true | If true omits group dropdown and displays all groups and games. |
border |
boolean | optional | If true enables a border around the widget. |
|
onItemClick |
function | optional | Function/event handler. Emits matchId , seasonId , tournamentId , uniqueTournamentId and other props on table row on click or touch. See example below. |
Examples
HTML/Declarative
Please note that in HTML prop names changes from CamelCase to hyphen-word-delimited notation, i.e. pastGames to past-games
JS/Programmatic
JS/Example of using Event Handler
Examples of onItemClick targets and emitted props
match:{"matchId":24501928,"seasonId":76809,"tournamentId":698,"uniqueTournamentId":648,"realCategoryId":15,"sportId":2,"awayTeamUid":66366,"homeTeamUid":86766,"matchStatus":"post"}
Return to top
## Team Score Small
us.team.ncaam.scoreSmall displays the score of a given game.
For the widget to render you must provide a valid matchId
.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Description | |||
matchId |
number | required | Match ID | |||
teamUid |
number | optional | Unique Team ID. The id must be one of the two teams that played in the provided game. | |||
border |
boolean | optional | If true enables a border around the widget. |
|||
onItemClick |
function | optional | Function/event handler. Emits matchId , matchStatus , uniqueTeamId , seasonId , tournamentId , uniqueTournamentId on click or touch. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Team Selector
us.common.TeamSelector displays all teams from a given league.
>
For the widget to render you must provide a valid seasonId
or uniqueTournamentId
. Entering uniqueTournamentId
without year
renders the active season.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Description | |||
seasonId |
number | optional | Season ID. Has priority over uniqueTournamentId . |
|||
uniqueTournamentId |
number | optional | Unique tournament ID. Valid options: 132 (NBA), 234 (NHL), 109 (MLB), 31 (NFL), 27653 (NCAAF), 648 (NCAAB), 242 (MLS), 7 (Champions League), 679 (Europa League), 17 (Premier League), 35 (Bundesliga), 8 (La Liga), 23 (Serie A), 34 (Ligue 1) |
|||
year |
number | optional | Season year (format: YYYY). Works with unique tournament ID. | |||
uniqueTeamId |
number | optional | Unique team ID | |||
border |
number | optional | When set to true draws a border around the widget. |
|||
onItemClick |
function | optional | OnClick callback function. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Team Stats
us.match.ncaab.TeamStats provides a comprehensive list of statistics for each team in a given game.
>
For the widget to render you must provide a valid matchId
.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | |||
---|---|---|---|---|---|
props |
object | properties | |||
Name | Type | Argument | Description | ||
matchId |
number | required | Match ID | ||
disableHeader |
boolean | optional | If true hides the header. |
||
border |
boolean | optional | If true enables a border around the widget. |
Examples
HTML/Declarative
JS/Programmatic
Return to top
## Team Stats Graphic
us.season.ncaab.teamStatsGraphic provides top-level team seasonal statistics, with a dropdown for team selection.
>
For the widget to render you must provide a valid seasonId
.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Description | |||
seasonId |
number | required | Season ID | |||
teamUid |
number | optional | Unique team ID | |||
disableTeamDropdown |
boolean | optional | If true hides the team dropdown. |
|||
disableModeDropdown |
boolean | optional | If true hides the mode dropdown. |
|||
disableSeasonDropdown |
boolean | optional | If true hides the season dropdown. |
|||
disableDropdown |
boolean | optional | If true hides all 3 dropdowns. |
|||
border |
boolean | optional | If true enables a border around the widget. |
|||
onItemClick |
function | optional | Function/event handler. Emits uniqueTeamId on team dropdown change. |
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Top Players
us.season.ncaab.topPlayers displays a top 5 leaderboard for a given season, with a dropdown to select by statistic.
>
All properties are optional. By default, the widget will display the active season.
To have specific stats for players, statType
must be set.
To see a full-sized version of this widget, click here.
Parameters
Description | |||||||
---|---|---|---|---|---|---|---|
properties | |||||||
Name | Type | Argument | Default | Description | |||
seasonId |
number | required | Season ID. Has priority over year and seasonType . |
||||
year |
number | optional | Selected year as friendly alternative to seasonId . Used in conjunction with seasonType . |
||||
seasonType |
string | optional | 'total' | Season type. Valid options are: regular , playoffs , or total . Used in conjunction with year . |
|||
statType |
string | optional | 'points' | Selected Stat. See below for valid options. | |||
playersLimit |
number | optional | 5 | Maximum number of players to display. | |||
division |
string | optional | dI | The division to display. Click here to see a list of valid options. | |||
conference |
string | optional | all conferences | The conference to display. Click here to see a list of valid conferences. | |||
disableDropdown |
boolean | optional | If true hides the dropdown. |
||||
disableHeader |
boolean | optional | If true hides the widget header. |
||||
showTitle |
boolean | optional | If true turns the dropdown into a title. |
||||
hidePlayers |
boolean | optional | true | If true hides player images. |
|||
border |
boolean | optional | If true enables a border around the widget. |
||||
onItemClick |
function | optional | Function/event handler. Emits playerId on click or touch. |
statType
:
- points
- rebounds
- assists
- blocks
- steals
- turnovers
- three_points_made
- field_goals_made
- points_per_game
- rebounds_per_game
- assists_per_game
- steals_per_game
- field_goals_made_per_game
- blocks_per_game
- field_goals_percentage
- three_points_percentage
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Top Players Carousel
us.season.ncaab.topPlayersCarousel displays a moving top 5 leaderboard for a variety of player statistics.
>
To have specific stats for players, statString
must be set.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
seasonId |
number | optional | Season ID | |||
year |
number | optional | Season year | |||
statString |
string | optional | String with stat Keys. See below for valid options. | |||
seasonType |
string | optional | 'regular' | Season type. Valid options are: regular , total or playoffs . |
||
conference |
string | optional | Conference names. See HERE for valid options. | |||
autoplay |
boolean | optional | 'true' | Carousel autoplay turned on/off. | ||
autoplaySpeed |
number | optional | 5000 | Carousel autoplay speed in milliseconds. | ||
border |
boolean | optional | If true enables a border around the widget. |
- ppg (Points per game)
- rpg (Rebounds per game)
- apg (Assists per game)
- spg (Steals per game)
- fgmpg (Field goals made per game)
- bpg (Blocks per game)
- pts (Points)
- reb (Rebounds)
- ast (Assists)
- stl (Steals)
- blk (Blocks)
- to (Turnovers)
- 3pm (Three pointers made)
- ftm (Free throws made)
- fgp (Field goal percentage)
- 3pp (Three point percentage)
- ftp (Free throw percentage)
Examples
HTML/Declarative
JS/Programmatic
Return to top
## Top Teams
us.season.ncaab.topTeams provides a team leaderboard for a selected statistic and season.
>
For the widget to render you must provide a valid seasonId
.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Argument | Default | Description |
seasonId |
number | required | Season ID | |
year |
number | optional | Selected year as friendly alternative to seasonId . Used in conjunction with seasonType . |
|
seasonType |
string | optional | 'regular' | Season type. Valid options are: regular , playoffs , or total . Used in conjunction with year . |
conference |
string | optional | all conferences | Selected conference. See here for a list of valid options. |
statType |
string | optional | 'points' | Selected Stat. See below for valid options. |
disableHeader |
boolean | optional | If true hides the header. |
|
disableStatsDropdown |
boolean | optional | If true hides the statistic type dropdown. |
|
disableConferenceDropdown |
boolean | optional | If true hides the conference dropdown. |
|
teamsLimit |
number | optional | 5 | Limits list length. |
border |
boolean | optional | If true enables a border around the widget. |
|
onItemClick |
function | optional | Function/event handler. Emits event on team row click or touch. |
statType
:
- points
- rebounds
- assists
- blocks
- steals
- turnovers
- three_points_made
- free_throws_made
- points_per_match
- rebounds_per_match
- assists_per_match
- blocks_per_match
- steals_per_match
- field_goals_percentage
- three_points_percentage
- free_throws_percentage
Examples
HTML/Declarative
JS/Programmatic
JS/Example of using Event Handler
Return to top
## Venue Header
us.common.VenueHeader displays the venue name for a given game, including the team logo and other relevant venue properties.
>
For the widget to render you must provide a valid matchId
or stadiumId
. All other properties are optional.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Description | |||
matchId |
number | string | required | Match ID | |||
stadiumId |
number | optional | Venue ID | |||
border |
boolean | optional | When set to true draws a border around the widget. |
Examples
HTML/Declarative
JS/Programmatic
Return to top
## Win Probability
us.match.ncaa.winProbability displays the win probability for each team in a given game.
>
For the widget to render you must provide a valid matchId
. All other properties are optional.
To see a full-sized version of this widget, click here.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Description | |||
matchId |
number | required | Match ID | |||
border |
boolean | optional | If true displays a border around the widget. |
Examples
HTML/Declarative
JS/Programmatic
Return to top
Docs Navigation
- Documentation
- Football (American Football)
- Football (Soccer)
- Australian Rules Football
- Baseball
- Basketball
- NBA v8
- NBA v7
- NBA v5
- NBA v4
- WNBA v8
- WNBA v7
- WNBA v4
- WNBA v3
- NBA G League v8
- NBA G League v7
- NBA G League v5
- NCAA Men's Basketball v8
- NCAA Men's Basketball v7
- NCAA Men's Basketball v4
- NCAA Men's Basketball v3
- NCAA Women's Basketball v8
- NCAA Women's Basketball v7
- NCAA Women's Basketball v3
- Global Basketball v2
- Global Basketball v1
- NBA Historical v1
- Combat Sports
- Cricket
- Editorial Content
- Golf
- Handball
- Hockey
- Images
- Insights
- Insights User Interface
- NBA Insights v1
- NHL Insights v1
- MLB Insights v1
- NFL Insights v1
- MLB Betting Splits v2
- MLB Betting Splits v1
- NBA Betting Splits v2
- NBA Betting Splits v1
- NCAAFB Betting Splits v2
- NCAAFB Betting Splits v1
- NCAAMB Betting Splits v2
- NCAAMB Betting Splits v1
- NFL Betting Splits v2
- NFL Betting Splits v1
- NHL Betting Splits v2
- NHL Betting Splits v1
- Soccer Betting Splits v2
- Soccer Betting Splits v1
- Odds
- Racing
- Rugby
- Tennis
- Widgets
- Baseline Sports Coverage
- Badminton v2
- Badminton v1
- Bandy v2
- Bandy v1
- Beach Soccer v2
- Beach Soccer v1
- Curling v2
- Curling v1
- Cycling v2
- Darts v2
- Darts v1
- Field Hockey v2
- Field Hockey v1
- Floorball v2
- Floorball v1
- Futsal v2
- Futsal v1
- Pesapallo v2
- Pesapallo v1
- Snooker v2
- Snooker v1
- Squash v2
- Squash v1
- Table Tennis v2
- Volleyball (Beach) v2
- Volleyball (Beach) v1
- Volleyball (Indoor) v2
- Volleyball (Indoor) v1
- Waterpolo v2
- Waterpolo v1
- Winter Sports v1