Player Seasonal Statistics
us.season.ncaaf.playersStats displays seasonal statistics for NCAA Football players.
All properties are optional. By default, the widget provides player statistics for the active season.
Parameters
| Name | Type | Argument | Default | Description |
seasonId | number | optional | Season ID | |
category | string | optional | 'passing' | Statistics mode: passing, rushing, receiving, defense, kicking, punting, returns. |
pageLength | number | optional | 50 | Number of players to display per page. |
conference | string | optional | Filter teams by conference. Valid options are: aac, acc, big12, b1g, cusa, indepfbs, mac, mw, pac12, sec, sunbelt. | |
seasonType | string | optional | 'regular' | Season type. Valid options are: regular, playoffs. |
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. | |
defenseColumns | string | optional | Comma separated string of defensive statistics column keys. Used for picking fewer columns and different order. Valid options are team, defense_tackles, defense_assisted_tackles, defense_sacks, defense_sack_yards, fumbles_forced, defense_interception, defense_interception_yards, defense_tackles_for_loss. | |
kickingColumns | string | optional | Comma separated string of kicking table statistics column keys. Used for picking fewer columns and different order. Valid options are team, kickoffs_total, kickoffs_touchbacks_percent, kickoffs_net_yards, kickoffs_avg_yards, specteam_field_goal, specteam_field_goal_attempt, specteam_field_goal_percent. | |
passingColumns | string | optional | Comma separated string of passing statistics column keys. Used for picking fewer columns and different order. Valid options are: team, passing_completions, passing_attempts, passing_completions_percent, passing_touchdowns, passing_interception. | |
puntingColumns | string | optional | Comma separated string of punting table statistics column keys. Used for picking fewer columns and different order. Valid options are team, punts_total, punts_gross_yards, punts_gross_yards_avg, punts_blocked, punts_touchbacks. | |
receivingColumns | string | optional | Comma separated string of receiving statistics column keys. Used for picking fewer columns and different order. Valid options are team, receiving_receptions, receiving_yards, receiving_touchdowns, receiving_yards_per_reception. | |
puntReturnsColumns | string | optional | Comma separated string of punt returns table statistics column keys. Used for picking fewer columns and different order. Valid options are team, punts_returned, punt_return_yards, punt_return_yards_avg, punt_return_fair_catches, punt_return_touchdowns. | |
kickoffReturnsColumns | string | optional | Comma separated string of punt returns table statistics column keys. Used for picking fewer columns and different order. Valid options are team, kickoffs_returns, kickoffs_return_yards, kickoffs_return_yards_avg, kick_return_fair_catches, kick_return_touchdowns. | |
rushingColumns | string | optional | Comma separated string of rushing statistics column keys. Used for picking fewer columns and different order. Valid options are: team, rushing_attempts, rushing_yards, rushing_touchdowns, rushing_touchdowns_percent. | |
passingSortIdx | string | optional | Overrides passing table default sort statistics column index. 1, 2, 3.... | |
rushingSortIdx | string | optional | Overrides rushing table default sort statistics column index. 1, 2, 3.... | |
receivingSortIdx | string | optional | Overrides receiving table default sort statistics column index. 1, 2, 3.... | |
defenseSortIdx | string | optional | Overrides defensive table default sort statistics column index. 1, 2, 3.... | |
kickingSortIdx | string | optional | Overrides kicking table default sort statistics column index. 1, 2, 3.... | |
puntingSortIdx | string | optional | Overrides punting table default sort statistics column index. 1, 2, 3.... | |
puntReturnsSortIdx | string | optional | Overrides punt return table default sort statistics column index. 1, 2, 3.... | |
kickoffReturnsSortIdx | string | optional | Overrides kickoff return 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. |
Examples
<div class="sr-widget" data-sr-widget="us.season.ncaaf.playersstats"></div></code>
<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.ncaaf.playersStats', {});
</script>
<div id="sr-widget"></div><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.ncaaf.playersStats', {onItemClick: function(type, obj){alert('playerId: ' + playerId + ', uniqueTeamId: ' + obj.uniqueTeamId);}});
</script>
<div id="sr-widget"></div>Updated 2 months ago
