GET /{format}/SeasonLeagueLeaders/{season}/{position}/{column}
Summary: League Leaders by Season
Operation ID: LeagueLeadersBySeason
Auth: unknown
Operation ID: LeagueLeadersBySeason
Auth: unknown
Parameters (4)
column
(string, path, required)
Response member you would like results sorted by.
Constraints: {'enum': ['FantasyPoints', 'PassingYards', 'RushingYards', 'Receptions', 'Sacks', 'Interceptions', 'Touchdowns']}
format
(string, path, required, default: XML)
Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.
Constraints: {'enum': ['XML', 'JSON']}
position
(string, path, required, default: ALL)
Player’s position that you would like to filter by.
Constraints: {'enum': ['ALL', 'OFFENSE', 'QB', 'RB', 'WR', 'TE', 'DEFENSE', 'DL', 'LB', 'DB', 'K']}
season
(string, path, required)
Year of the season and the season type. If no season type is provided, then the default is regular season. <br>Examples: <code>2015REG</code>, <code>2015PRE</code>, <code>2015POST</code>.
No probe data for this endpoint yet.