Player Career Stats
us.player.ncaaf.CareerStats displays the career stats of a given NCAA Football player.
For the widget to render you must provide a valid playerId
.
Parameters
Name | Type | Argument | Default | Description |
playerId |
number | required | Player ID | |
seasonDefaultSortDirection |
string | optional | 'asc' | Sets initial season column sort direction. Valid options are asc and desc . |
passingColumns |
string | optional | Comma separated string of table statistics column keys. Used for picking fewer columns and different order. Valid options are: pc , pa , pcp , pt , pi , py , pr , pyg , pya , ps , pl . |
|
rushingColumns |
string | optional | Comma separated string of table statistics column keys. Used for picking fewer columns and different order. Valid options are: ra , ry , ravg , rt , rag , ryg , rl . |
|
receivingColumns |
string | optional | Comma separated string of table statistics column keys. Used for picking fewer columns and different order. Valid options are: recr , recy , rect , recyg , recyr , recl . |
|
defenseColumns |
string | optional | Comma separated string of table statistics column keys. Used for picking fewer columns and different order. Valid options are: dt , dat , dct , dtfl , ds , dsy , ff , tfr , di , diy , dit . |
|
kickingColumns |
string | optional | Comma separated string of table statistics column keys. Used for picking fewer columns and different order. Valid options are: kt , ktb , kny , fgm , fga , fgp , sfgl , epkm , epka , epkp . |
|
puntingColumns |
string | optional | Comma separated string of table statistics column keys. Used for picking fewer columns and different order. Valid options are: puntt , puntgy , puntgya , puntb , punttb , puntio , puntl . |
|
kickoffReturnsColumns |
string | optional | Comma separated string of table statistics column keys. Used for picking fewer columns and different order. Valid options are: kr , kry , krya , krfc , krl , krt . |
|
puntReturnsColumns |
string | optional | Comma separated string of table statistics column keys. Used for picking fewer columns and different order. Valid options are: puntr , puntry , puntrya , puntrfc , puntrl , puntrt . |
|
filterSeasons |
boolean | optional | When set to true seasons are not added to category tables if all relevant stats are 0. If all category tables are empty, NoDataError is displayed. |
|
border |
boolean | optional | When set to true the table is displayed with a border. |
props.passingColumns Option Descriptions
Option | Description |
---|---|
pc |
Passing completions |
pa |
Passing attempts |
pcp |
Passing completion percentage |
pt |
Passing touchdowns |
pi |
Passing interceptions |
py |
Passing yards |
pr |
Passing rating |
pyg |
Passing yards per gameer |
pya |
Passing yards per attempt |
ps |
Passing sacks |
pl |
Passing longest |
Option | Description |
---|---|
ra |
Rushing attempts |
ry |
Rushing yards |
ravg |
Rushing average |
rt |
Rushing touchdowns |
rag |
Rushing attempts per game |
ryg |
Rushing yards per game |
rl |
Rushing longest |
Option | Description |
---|---|
recr |
Receptions |
recy |
Receiving yards |
rect |
Receiving touchdowns |
reypg |
Receiving yards per game |
recyr |
Yards per reception |
recl |
Receiving longest |
Option | Description |
---|---|
dt |
Defensive tackles |
dat |
Defensive assisted tackles |
dct |
Defensive combined tackles |
dtfl |
Defensive tackles for loss |
ds |
Defensive sacks |
dsy |
Defensive sack yards |
ff |
Forced fumbles |
tfr |
Total fumbles recovered |
di |
Defensive interceptions |
diy |
Defensive interception yards |
dit |
Defensive interception touchdowns |
Option | Description |
---|---|
kt |
Kickoffs total |
ktb |
Kickoff touchbacks |
kny |
Kickoff net yards |
fgm |
Field goals made |
fga |
Field goals attempted |
fgp |
Field goal percentage |
sfgl |
Special teams longest field goal |
epkm |
Extra points made |
epka |
Extra points attempted |
epkp |
Extra point percentage |
Option | Description |
---|---|
puntt |
Total punts |
puntgy |
Gross punt yards |
puntgya |
Gross punt yard average |
puntb |
Punts blocked |
punttb |
Punt touchbacks |
puntio |
Punts inside opponents 20 yardline |
puntl |
Longest Punt |
Option | Description |
---|---|
kr |
Kickoff returns |
kry |
Kickoff return yards |
krya |
Average kickoff return yards |
krfc |
Kickoff return fair catches |
krl |
Longest kickoff return |
krt |
Kickoff return touchdowns |
Option | Description |
---|---|
puntr |
Punt returns |
puntry |
Punt return yards |
puntrya |
Average punt return yards |
puntrfc |
Punt return fair catches |
puntrl |
Longest punt return |
puntrt |
Punt return touchdowns |
Examples
<div class="sr-widget" data-sr-widget="us.player.ncaaf.careerStats" data-sr-player-id="1196966"></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.player.ncaaf.careerStats', {playerId: '1196966'});
</script>
<div id="sr-widget"></div>
Updated over 1 year ago