Getting Started
The Canadian Football League (CFL) API offers full access to the league's database of statistical information going back to 2004. It is a RESTful API that implements the JSON API specification.If you're experiencing downtime or bugs with the API, check the API Status Page, and if needed get in touch with us at tech@cfl.ca and let us know what's up. If you'd like to make use of the CFL API yourself, please make use of the API key request form.
The CFL API is still under active development. If you'd like to see what changes occurred lately, see the Release Notes page.
Authentication
All requests made to the CFL API require an authorization key that has been provided to you by the league. When making any request to the API, simply pass key as a URL parameter:Games
The data about football games that is available via the CFL API can be used to:- Display the up-to-the-second accurate score of a football game that's currently underway
- List the date/time, participants, linescores, box score, rosters and play-by-play information for games of the current or previous season
- Retrieve a list of games that match custom criteria like temperature and attendance numbers
Endpoints
GET/v1/games/[season]
Get a list of all games in a particular season
Get all games in the 2015 season
GET /v1/games/2015View Response
{ "data":[ { "game_id":2172, "date_start":"2015-06-08T19:30:00-04:00", "game_number":1, "week":1, "season":2015, "attendance":0, "event_type":{ "event_type_id":0, "name":"Preseason", "title":"" }, "event_status":{ "event_status_id":4, "name":"Final", "is_active":false, "quarter":4, "minutes":0, "seconds":0, "down":3, "yards_to_go":13 }, "venue":{ "venue_id":4, "name":"Tim Hortons Field" }, "weather":{ "temperature":21, "sky":"Overcast", "wind_speed":"", "wind_direction":"6km\/h SW", "field_conditions":"Dry" }, "coin_toss":{ "coin_toss_winner":"", "coin_toss_winner_election":"Ottawa won coin toss and elected to receive." }, "tickets_url":"http:\/\/www.ticats.ca\/tickets\/", "team_1":{ "team_id":6, "location":"Ottawa", "nickname":"Redblacks", "abbreviation":"OTT", "score":10, "venue_id":6, "linescores":[ { "quarter":1, "score":0 }, { "quarter":2, "score":0 }, { "quarter":3, "score":0 }, { "quarter":4, "score":10 } ], "is_at_home":false, "is_winner":false }, "team_2":{ "team_id":4, "location":"Hamilton", "nickname":"Tiger-Cats", "abbreviation":"HAM", "score":37, "venue_id":4, "linescores":[ { "quarter":1, "score":7 }, { "quarter":2, "score":13 }, { "quarter":3, "score":14 }, { "quarter":4, "score":3 } ], "is_at_home":true, "is_winner":true } }, { "game_id":2173, "date_start":"2015-06-09T19:30:00-04:00", "game_number":2, "week":2, "season":2015, "attendance":5000, "event_type":{ "event_type_id":0, "name":"Preseason", "title":"" }, "event_status":{ "event_status_id":4, "name":"Final", "is_active":false, "quarter":4, "minutes":0, "seconds":0, "down":1, "yards_to_go":10 }, "venue":{ "venue_id":10, "name":"Toronto: Varsity Stadium" }, "weather":{ "temperature":16, "sky":"Cloudy", "wind_speed":"", "wind_direction":"5 km per hour", "field_conditions":"Dry, artificial turf" }, "coin_toss":{ "coin_toss_winner":"", "coin_toss_winner_election":"Coin toss: Toronto won the toss and elected to receive." }, "tickets_url":"http:\/\/www.argonauts.ca\/tickets\/", "team_1":{ "team_id":9, "location":"Winnipeg", "nickname":"Blue Bombers", "abbreviation":"WPG", "score":34, "venue_id":9, "linescores":[ { "quarter":1, "score":3 }, { "quarter":2, "score":10 }, { "quarter":3, "score":14 }, { "quarter":4, "score":7 } ], "is_at_home":false, "is_winner":true }, "team_2":{ "team_id":8, "location":"Toronto", "nickname":"Argonauts", "abbreviation":"TOR", "score":27, "venue_id":8, "linescores":[ { "quarter":1, "score":6 }, { "quarter":2, "score":0 }, { "quarter":3, "score":8 }, { "quarter":4, "score":13 } ], "is_at_home":true, "is_winner":false } }, // ... games continue ... ], "errors":[ ], "meta":{ "copyright":"Copyright 2017 Canadian Football League." } }
GET/v1/games/[season]/game/[game_id]
Get data for a specific game
Get the data, including the boxscore and play-by-play information, about game ID #2172
GET /v1/games/2015/game/2221?include=boxscore,play_by_playView Response
{ "data":[ { "game_id":2221, "date_start":"2015-09-03T19:30:00-04:00", "game_number":50, "week":11, "season":2015, "attendance":21885, "event_type":{ "event_type_id":1, "name":"Regular Season", "title":"" }, "event_status":{ "event_status_id":4, "name":"Final", "is_active":false, "quarter":4, "minutes":0, "seconds":0, "down":3, "yards_to_go":12 }, "venue":{ "venue_id":5, "name":"Percival Molson Memorial Stadium" }, "weather":{ "temperature":26, "sky":"Clear", "wind_speed":"", "wind_direction":"Light", "field_conditions":"Dry (Turf)" }, "coin_toss":{ "coin_toss_winner":"", "coin_toss_winner_election":"B.C wins the coin toss and defers. Montreal will receive the ball and defend the west end-zone" }, "tickets_url":"http:\/\/www.montrealalouettes.com\/alouettes-billets\/", "team_1":{ "team_id":1, "location":"BC", "nickname":"Lions", "abbreviation":"BC", "score":25, "venue_id":1, "linescores":[ { "quarter":1, "score":10 }, { "quarter":2, "score":7 }, { "quarter":3, "score":7 }, { "quarter":4, "score":1 } ], "is_at_home":false, "is_winner":true }, "team_2":{ "team_id":5, "location":"Montreal", "nickname":"Alouettes", "abbreviation":"MTL", "score":16, "venue_id":5, "linescores":[ { "quarter":1, "score":0 }, { "quarter":2, "score":6 }, { "quarter":3, "score":7 }, { "quarter":4, "score":3 } ], "is_at_home":true, "is_winner":false }, "boxscore":{ "teams":{ "team_1":{ "abbreviation":"BC", "team_id":1, "offence":{ "offence_possession_time":"33:01", "downs":[ { "down":0, "attempts":12, "yards":0 }, { "down":1, "attempts":34, "yards":160 }, { "down":2, "attempts":30, "yards":119 }, { "down":3, "attempts":15, "yards":-1 } ] }, "turnovers":{ "fumbles":0, "interceptions":2, "downs":2 }, "passing":{ "pass_attempts":26, "pass_completions":16, "pass_net_yards":131, "pass_long":22, "pass_touchdowns":2, "pass_completion_percentage":"61.5%", "pass_efficiency":"67.95", "pass_interceptions":2 }, "rushing":{ "rush_attempts":27, "rush_net_yards":91, "rush_long":34, "rush_touchdowns":0, "rush_long_touchdowns":0 }, "receiving":{ "receive_attempts":24, "receive_caught":16, "receive_yards":131, "receive_long":66, "receive_touchdowns":2, "receive_long_touchdowns":21, "receive_yards_after_catch":0 }, "punts":{ "punts":9, "punt_yards":440, "punt_net_yards":327, "punt_long":60, "punt_singles":0, "punts_blocked":0, "punts_in_10":0, "punts_in_20":0, "punts_returned":9 }, "punt_returns":{ "punt_returns":4, "punt_returns_yards":69, "punt_returns_touchdowns":0, "punt_returns_long":39, "punt_returns_touchdowns_long":0 }, "kick_returns":{ "kick_returns":2, "kick_returns_yards":51, "kick_returns_touchdowns":0, "kick_returns_long":26, "kick_returns_touchdowns_long":0 }, "field_goals":{ "field_goal_attempts":3, "field_goal_made":1, "field_goal_yards":46, "field_goal_singles":1, "field_goal_long":46, "field_goal_points":3 }, "kicking":{ "kicks":4, "kick_yards":277, "kicks_net_yards":121, "kicks_long":77, "kicks_singles":0, "kicks_out_of_end_zone":0, "kicks_onside":0 }, "converts":{ "one_point_converts":{ "attempts":3, "made":3 }, "two_point_converts":{ "attempts":0, "made":0 } }, "defence":{ "tackles_total":44, "tackles_defensive":30, "tackles_special_teams":14, "sacks_qb_made":3, "interceptions":5, "fumbles_forced":1, "fumbles_recovered":1, "passes_knocked_down":0, "defensive_touchdowns":1, "defensive_safeties":0 }, "penalties":{ "total":10, "yards":92, "offence_total":9, "offence_yards":82, "defence_total":1, "defence_yards":10, "special_teams_coverage_total":0, "special_teams_coverage_yards":0, "special_teams_return_total":0, "special_teams_return_yards":0 }, "players":{ "passing":[ { "player":{ "cfl_central_id":126516, "first_name":"John", "middle_name":"", "last_name":"BECK", "birth_date":"1981-08-21" }, "pass_attempts":22, "pass_completions":14, "pass_net_yards":114, "pass_long":13, "pass_touchdowns":2, "pass_completion_percentage":"63.6%", "pass_efficiency":"69.13", "pass_interceptions":2 }, { "player":{ "cfl_central_id":114942, "first_name":"Travis", "middle_name":"", "last_name":"LULAY", "birth_date":"1983-09-27" }, "pass_attempts":4, "pass_completions":2, "pass_net_yards":17, "pass_long":9, "pass_touchdowns":0, "pass_completion_percentage":"50.0%", "pass_efficiency":"61.46", "pass_interceptions":0 } ], "rushing":[ { "player":{ "cfl_central_id":143711, "first_name":"Andrew", "middle_name":"", "last_name":"HARRIS", "birth_date":"1987-04-24" }, "rush_attempts":21, "rush_net_yards":65, "rush_long":8, "rush_touchdowns":0, "rush_long_touchdowns":0 }, { "player":{ "cfl_central_id":159482, "first_name":"Chris", "middle_name":"", "last_name":"RAINEY", "birth_date":"1988-03-02" }, "rush_attempts":1, "rush_net_yards":14, "rush_long":14, "rush_touchdowns":0, "rush_long_touchdowns":0 }, { "player":{ "cfl_central_id":158154, "first_name":"Shawn", "middle_name":"", "last_name":"GORE", "birth_date":"1987-04-12" }, "rush_attempts":1, "rush_net_yards":5, "rush_long":5, "rush_touchdowns":0, "rush_long_touchdowns":0 }, { "player":{ "cfl_central_id":114942, "first_name":"Travis", "middle_name":"", "last_name":"LULAY", "birth_date":"1983-09-27" }, "rush_attempts":1, "rush_net_yards":4, "rush_long":4, "rush_touchdowns":0, "rush_long_touchdowns":0 }, { "player":{ "cfl_central_id":126516, "first_name":"John", "middle_name":"", "last_name":"BECK", "birth_date":"1981-08-21" }, "rush_attempts":1, "rush_net_yards":3, "rush_long":3, "rush_touchdowns":0, "rush_long_touchdowns":0 }, { "player":{ "cfl_central_id":159701, "first_name":"Lavelle", "middle_name":"", "last_name":"HAWKINS", "birth_date":"1986-07-12" }, "rush_attempts":1, "rush_net_yards":0, "rush_long":0, "rush_touchdowns":0, "rush_long_touchdowns":0 }, { "player":{ "cfl_central_id":160212, "first_name":"Jonathon", "middle_name":"", "last_name":"JENNINGS", "birth_date":"1992-07-21" }, "rush_attempts":1, "rush_net_yards":0, "rush_long":0, "rush_touchdowns":0, "rush_long_touchdowns":0 } ], "receiving":[ { "player":{ "cfl_central_id":160743, "first_name":"Bryan", "middle_name":"", "last_name":"BURNHAM", "birth_date":"1990-04-03" }, "receive_attempts":7, "receive_caught":4, "receive_yards":37, "receive_long":12, "receive_touchdowns":0, "receive_long_touchdowns":0, "receive_yards_after_catch":0 }, { "player":{ "cfl_central_id":160201, "first_name":"Austin", "middle_name":"", "last_name":"COLLIE", "birth_date":"1985-11-11" }, "receive_attempts":4, "receive_caught":3, "receive_yards":27, "receive_long":11, "receive_touchdowns":1, "receive_long_touchdowns":11, "receive_yards_after_catch":0 }, { "player":{ "cfl_central_id":158154, "first_name":"Shawn", "middle_name":"", "last_name":"GORE", "birth_date":"1987-04-12" }, "receive_attempts":3, "receive_caught":2, "receive_yards":18, "receive_long":9, "receive_touchdowns":0, "receive_long_touchdowns":0, "receive_yards_after_catch":0 }, { "player":{ "cfl_central_id":159701, "first_name":"Lavelle", "middle_name":"", "last_name":"HAWKINS", "birth_date":"1986-07-12" }, "receive_attempts":4, "receive_caught":2, "receive_yards":18, "receive_long":10, "receive_touchdowns":1, "receive_long_touchdowns":10, "receive_yards_after_catch":0 }, { "player":{ "cfl_central_id":149562, "first_name":"Emmanuel", "middle_name":"", "last_name":"ARCENEAUX", "birth_date":"1987-09-17" }, "receive_attempts":2, "receive_caught":2, "receive_yards":15, "receive_long":8, "receive_touchdowns":0, "receive_long_touchdowns":0, "receive_yards_after_catch":0 }, { "player":{ "cfl_central_id":143711, "first_name":"Andrew", "middle_name":"", "last_name":"HARRIS", "birth_date":"1987-04-24" }, "receive_attempts":3, "receive_caught":2, "receive_yards":13, "receive_long":13, "receive_touchdowns":0, "receive_long_touchdowns":0, "receive_yards_after_catch":0 }, { "player":{ "cfl_central_id":143283, "first_name":"Rolly", "middle_name":"", "last_name":"LUMBALA", "birth_date":"1986-01-30" }, "receive_attempts":1, "receive_caught":1, "receive_yards":3, "receive_long":3, "receive_touchdowns":0, "receive_long_touchdowns":0, "receive_yards_after_catch":0 } ], "punts":[ { "player":{ "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10" }, "punts":9, "punt_yards":440, "punt_net_yards":327, "punt_long":60, "punt_singles":0, "punts_blocked":0, "punts_in_10":0, "punts_in_20":0, "punts_returned":9 } ], "punt_returns":[ { "player":{ "cfl_central_id":159482, "first_name":"Chris", "middle_name":"", "last_name":"RAINEY", "birth_date":"1988-03-02" }, "punt_returns":4, "punt_returns_yards":69, "punt_returns_touchdowns":0, "punt_returns_long":39, "punt_returns_touchdowns_long":0 } ], "kick_returns":[ { "player":{ "cfl_central_id":159482, "first_name":"Chris", "middle_name":"", "last_name":"RAINEY", "birth_date":"1988-03-02" }, "kick_returns":2, "kick_returns_yards":51, "kick_returns_touchdowns":0, "kick_returns_long":26, "kick_returns_touchdowns_long":0 } ], "field_goals":[ { "player":{ "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10" }, "field_goal_attempts":3, "field_goal_made":1, "field_goal_yards":46, "field_goal_singles":1, "field_goal_long":46, "field_goal_missed_list":"", "field_goal_points":3 } ], "field_goal_returns":[ ], "kicking":[ { "player":{ "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10" }, "kicks":4, "kick_yards":277, "kicks_net_yards":121, "kicks_long":77, "kicks_singles":0, "kicks_out_of_end_zone":0, "kicks_onside":0 } ], "one_point_converts":[ { "player":{ "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10" }, "one_point_converts_attempts":3, "one_point_converts_made":3 } ], "two_point_converts":[ ], "defence":[ { "player":{ "cfl_central_id":159278, "first_name":"Alex", "middle_name":"", "last_name":"HOFFMAN-ELLIS", "birth_date":"1989-08-14" }, "tackles_total":7, "tackles_defensive":4, "tackles_special_teams":3, "sacks_qb_made":0, "interceptions":1, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":160953, "first_name":"Steven", "middle_name":"", "last_name":"CLARKE", "birth_date":"1991-04-19" }, "tackles_total":3, "tackles_defensive":3, "tackles_special_teams":0, "sacks_qb_made":0, "interceptions":1, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":158272, "first_name":"Adam", "middle_name":"", "last_name":"BIGHILL", "birth_date":"1988-10-16" }, "tackles_total":3, "tackles_defensive":3, "tackles_special_teams":0, "sacks_qb_made":0, "interceptions":0, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":159889, "first_name":"Zach", "middle_name":"", "last_name":"MINTER", "birth_date":"1991-11-06" }, "tackles_total":3, "tackles_defensive":3, "tackles_special_teams":0, "sacks_qb_made":1, "interceptions":0, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":160046, "first_name":"Ronnie", "middle_name":"", "last_name":"YELL", "birth_date":"1991-04-15" }, "tackles_total":3, "tackles_defensive":3, "tackles_special_teams":0, "sacks_qb_made":0, "interceptions":0, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":118002, "first_name":"Ryan", "middle_name":"", "last_name":"PHILLIPS", "birth_date":"1982-11-15" }, "tackles_total":2, "tackles_defensive":2, "tackles_special_teams":0, "sacks_qb_made":0, "interceptions":1, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":151355, "first_name":"Eric", "middle_name":"", "last_name":"FRASER", "birth_date":"1987-05-05" }, "tackles_total":3, "tackles_defensive":2, "tackles_special_teams":1, "sacks_qb_made":0, "interceptions":1, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":160159, "first_name":"Josh", "middle_name":"", "last_name":"JOHNSON", "birth_date":"1990-09-10" }, "tackles_total":2, "tackles_defensive":2, "tackles_special_teams":0, "sacks_qb_made":0, "interceptions":0, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":158910, "first_name":"Jabar", "middle_name":"", "last_name":"WESTERMAN", "birth_date":"1989-05-13" }, "tackles_total":2, "tackles_defensive":2, "tackles_special_teams":0, "sacks_qb_made":1, "interceptions":0, "fumbles_forced":1, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":159525, "first_name":"Mic'hael", "middle_name":"", "last_name":"BROOKS", "birth_date":"1991-08-28" }, "tackles_total":2, "tackles_defensive":2, "tackles_special_teams":0, "sacks_qb_made":0, "interceptions":0, "fumbles_forced":0, "fumbles_recovered":1, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":160463, "first_name":"TJ", "middle_name":"", "last_name":"LEE", "birth_date":"1991-03-20" }, "tackles_total":1, "tackles_defensive":1, "tackles_special_teams":0, "sacks_qb_made":0, "interceptions":1, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":160539, "first_name":"Alex", "middle_name":"", "last_name":"BAZZIE", "birth_date":"1990-08-05" }, "tackles_total":2, "tackles_defensive":1, "tackles_special_teams":1, "sacks_qb_made":1, "interceptions":0, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":160618, "first_name":"David", "middle_name":"", "last_name":"MENARD", "birth_date":"1990-06-15" }, "tackles_total":1, "tackles_defensive":1, "tackles_special_teams":0, "sacks_qb_made":0, "interceptions":0, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":160743, "first_name":"Bryan", "middle_name":"", "last_name":"BURNHAM", "birth_date":"1990-04-03" }, "tackles_total":1, "tackles_defensive":1, "tackles_special_teams":0, "sacks_qb_made":0, "interceptions":0, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":170270, "first_name":"Bo", "middle_name":"", "last_name":"LOKOMBO", "birth_date":"1990-10-15" }, "tackles_total":1, "tackles_defensive":0, "tackles_special_teams":1, "sacks_qb_made":0, "interceptions":0, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":160600, "first_name":"Pascal", "middle_name":"", "last_name":"LOCHARD", "birth_date":"1990-06-19" }, "tackles_total":1, "tackles_defensive":0, "tackles_special_teams":1, "sacks_qb_made":0, "interceptions":0, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10" }, "tackles_total":1, "tackles_defensive":0, "tackles_special_teams":1, "sacks_qb_made":0, "interceptions":0, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":161133, "first_name":"JoJo", "middle_name":"", "last_name":"DICKSON", "birth_date":"1989-07-13" }, "tackles_total":1, "tackles_defensive":0, "tackles_special_teams":1, "sacks_qb_made":0, "interceptions":0, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":143283, "first_name":"Rolly", "middle_name":"", "last_name":"LUMBALA", "birth_date":"1986-01-30" }, "tackles_total":1, "tackles_defensive":0, "tackles_special_teams":1, "sacks_qb_made":0, "interceptions":0, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":143302, "first_name":"Jason", "middle_name":"", "last_name":"ARAKGI", "birth_date":"1985-05-12" }, "tackles_total":1, "tackles_defensive":0, "tackles_special_teams":1, "sacks_qb_made":0, "interceptions":0, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":158950, "first_name":"Keynan", "middle_name":"", "last_name":"PARKER", "birth_date":"1990-11-17" }, "tackles_total":2, "tackles_defensive":0, "tackles_special_teams":2, "sacks_qb_made":0, "interceptions":0, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 }, { "player":{ "cfl_central_id":159046, "first_name":"Mike", "middle_name":"", "last_name":"BENSON", "birth_date":"1987-05-13" }, "tackles_total":1, "tackles_defensive":0, "tackles_special_teams":1, "sacks_qb_made":0, "interceptions":0, "fumbles_forced":0, "fumbles_recovered":0, "passes_knocked_down":0 } ] } }, "team_2":{ // ... data for team 2 appears here ... } } }, "play_by_play":[ { "play_id":164815, "play_sequence":1, "quarter":1, "play_clock_start":"15:00", "play_clock_start_in_secs":900, "field_position_start":"B35", "field_position_end":"B54", "down":0, "yards_to_go":0, "is_in_red_zone":false, "team_home_score":0, "team_visitor_score":0, "play_type_id":4, "play_type_description":"Kickoff", "play_result_type_id":0, "play_result_type_description":"", "play_result_yards":19, "play_result_points":0, "play_success_id":29, "play_success_description":"Success (Kick)", "play_change_of_possession_occurred":true, "team_abbreviation":"BC", "team_id":1, "players":{ "quarterback":{ "cfl_central_id":0, "first_name":"", "middle_name":"", "last_name":"", "birth_date":"" }, "ball_carrier":{ "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10" }, "primary_defender":{ "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10" } }, "play_summary":"(15:00) R. LEONE Kickoff M10 (65 yds), S. LOGAN Kickoff Return M10 (46 yds), R. LEONE Special Teams Tackle" }, { "play_id":164816, "play_sequence":2, "quarter":1, "play_clock_start":"14:47", "play_clock_start_in_secs":887, "field_position_start":"B54", "field_position_end":"B51", "down":1, "yards_to_go":10, "is_in_red_zone":false, "team_home_score":0, "team_visitor_score":0, "play_type_id":1, "play_type_description":"Rush", "play_result_type_id":0, "play_result_type_description":"", "play_result_yards":3, "play_result_points":0, "play_success_id":74, "play_success_description":"Success (Rush)", "play_change_of_possession_occurred":false, "team_abbreviation":"MTL", "team_id":5, "players":{ "quarterback":{ "cfl_central_id":0, "first_name":"", "middle_name":"", "last_name":"", "birth_date":"" }, "ball_carrier":{ "cfl_central_id":150070, "first_name":"Tyrell", "middle_name":"", "last_name":"SUTTON", "birth_date":"1986-12-19" }, "primary_defender":{ "cfl_central_id":159525, "first_name":"Mic'hael", "middle_name":"", "last_name":"BROOKS", "birth_date":"1991-08-28" } }, "play_summary":"(14:47) T. SUTTON Run (3 yds), Tackle: M. BROOKS" }, // ... play by play continues ... ] } ], "errors":[ ], "meta":{ "copyright":"Copyright 2017 Canadian Football League." } }
Additional Data
Box scores and play by play data can be optionally accessed through use of the include parameter. To get both the box score and play-by-play data in a single API request, pass both values separated by a comma: include=boxscore,play_by_play
include=boxscoreOptional |
If boxscore is passed as a value for the include parameter, team and individual box score data will be provided for a game (if available).
Box score data will only be returned if a specific game has been requested; if multiple games are returned, the boxscore parameter is ignored. |
include=play_by_playOptional |
If play_by_play is passed as a value for the include parameter, each play recorded for the game will be output in order, with indications as to the time of the play, the field position, the time/length of the possession, if scoring resulted from the play, etc.
Play-by-play data will only be returned if a specific game has been requested; if multiple games are returned, the play_by_play parameter is ignored. |
include=rostersOptional |
If rosters is passed as a value for the include parameter, each the rosters for each team for this particular game will be provided.
Roster data will only be returned if a specific game has been requested; if multiple games are returned, the rosters parameter is ignored. |
include=penaltiesOptional |
If penalties is passed as a value for the include parameter, a full list of penalties incurred during a game will be output in array form.
Penalty data will only be returned if a specific game has been requested; if multiple games are returned, the penalties parameter is ignored. |
include=play_reviewsOptional |
If play_reviews is passed as a value for the include parameter, a full list of play reviews that occur during a game will be output in array form.
Play review data will only be returned if a specific game has been requested; if multiple games are returned, the play_reviews parameter is ignored. |
Properties
game_id |
{ "game_id": 2172 }A unique numeric identifier for the game. |
date_start |
{ "date_start": "2015-06-25T19:30:00+00:00" }The date and time when the game was scheduled to start. The API returns this value in ISO 8601 format. |
game_number |
{ "game_id": 1 }The in-season game number. This number is unique within a particular season and is best used to understand the sequence/order of games in a season. |
week |
{ "week": 1 }An integer value indicating the week number the game was scheduled for. Note: Preseason games will have week numbers that begin at 1 and increment and there, but when regular season games begin that week value will reset to 1 and start to increment from there a second time. Be sure to test event_type_id in addition to week to ensure your application does not mistakenly mix data from pre-season and regular season games together. |
season |
{ "season": 2015 }An integer value indicating the season the game was scheduled for. |
attendance |
{ "attendance": 21524 }An integer value indicating the number of attendees to the game. Returns a value of 0 until the attendance figures have been officially reported (within 24 hours of the conclusion of the game). |
game_duration |
{ "game_duration": 181 }An integer value indicating the number of minutes the game went on for. Returns a value of 0 until the game has ended. This value was only calculated in 2017 onwards; a null value is returned prior to that season. |
event_type_idChild element of event_type |
{ "event_type_id": 1 }An integer value indicating the type of game played. Possible values are:
|
titleChild element of event_type |
{ "title": "Western Final" }An string value indicating the formal title of the game. Possible values can include:
|
event_status_idChild element of event_status |
{ "event_status_id": 1 }An integer value indicating the current status of the game. Possible values are:
|
is_activeChild element of event_status |
{ "is_active": false }A Boolean value indicating if play is currently live in this game. If play is live at the time of the API request, the value returned is true; else it is false. |
quarterChild element of event_status |
{ "quarter": 4 }If this game is in progress, contains an integer value indicating the current quarter of play. Contains null if the game is not in play. |
minutesChild element of event_status |
{ "minutes": 2 }If this game is in progress, contains an integer value indicating the last recorded minute value of the game clock. Contains null if the game is not in play. |
secondsChild element of event_status |
{ "seconds": 3 }If this game is in progress, contains an integer value indicating the last recorded second value of the game clock. Contains null if the game is not in play. |
downChild element of event_status |
{ "down": 3 }If this game is in progress, contains an integer value indicating the down of the last recorded play. Contains null if the game is not in play. |
yards_to_goChild element of event_status |
{ "yards_to_go": 6 }If this game is in progress, contains an integer value indicating the last recorded number of yards to a first down. Contains null if the game is not in play. |
venue_idChild element of venue |
{ "venue_id": 5 }A unique numeric value assigned to the stadium / venue the game is held within. |
nameChild element of venue |
{ "name": "Percival Molson Memorial Stadium" }The name of the stadium / venue the game is held within. |
temperatureChild element of weather |
{ "temperature": 21 }An integer value indicating the temperature taken at the stadium / venue the game is held at. Note that this value can be zero or negative. |
coin_toss_winner_electionChild element of coin_toss |
{ "coin_toss_winner_election": "Montreal wins the coin toss and elects to receive the ball. They will defend the west end-zone" }A free-form string that contains information on the winner of the game-starting coin toss, and what the team elected to do. The structure of this value is not normalized and as such should be used programmatically with caution. |
team_idChild element of team_1 or team_2 |
{ "team_id": 1 }An integer value indicating the team involved in the game.
|
locationChild element of team_1 or team_2 |
{ "location": "Ottawa" }The location portion of the team name. |
nicknameChild element of team_1 or team_2 |
{ "nickname": "Redblacks" }The nickname portion of the team name. |
abbreviationChild element of team_1 or team_2 |
{ "abbreviation": "OTT" }The unique string identifier of this team. |
scoreChild element of team_1 or team_2 |
{ "score": 20 }An integer value indicating the number of points the team has scored in this game at the time of the API request. |
venue_idChild element of team_1 or team_2 |
{ "venue_id": 6 }A unique numeric value assigned to the home stadium / venue for this team. |
linescoresChild element of team_1 or team_2 |
{ "linescores": [ { "quarter": 1, "score": 0 }, { "quarter": 2, "score": 5 }, { "quarter": 3, "score": 8 }, { "quarter": 4, "score": 7 }, { "quarter": "ot", "score": 0 } ] }An array of five elements, with each element consisting of an object containing that quarter's number and the team's score in that quarter. Overtime scoring is rolled up into a single "ot" array element. |
is_at_homeChild element of team_1 or team_2 |
{ "is_at_home": false }A Boolean value that is true if the team is playing this game at its home venue, and false if it is not. Note that if the game is playing at a special venue, both teams may return false. |
is_winnerChild element of team_1 or team_2 |
{ "is_winner": true }A Boolean value that is true, false or null based on if the team won the game (true), lost the game (false), or the game result has not yet been determined (null). |
boxscoreChild element of team_1 or team_2 |
A selection of team and individual box score statistics; see the endpoint examine for a specific game for further information. |
play_by_playChild element of team_1 or team_2 |
"play_by_play":[ { "play_id":164815, "play_sequence":1, "quarter":1, "play_clock_start":"15:00", "play_clock_start_in_secs":900, "field_position_start":"B35", "field_position_end":"B54", "down":0, "yards_to_go":0, "team_home_score":0, "team_visitor_score":0, "play_type_id":4, "play_type_description":"Kickoff", "play_result_type_id":0, "play_result_type_description":"Unknown", "play_result_yards":19, "play_result_points":0, "play_change_of_possession_occurred":true, "team_abbreviation":"BC", "team_id":1, "players":{ "quarterback":{ "cfl_central_id":0, "first_name":"", "middle_name":"", "last_name":"", "birth_date":"" }, "ball_carrier":{ "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10" }, "primary_defender":{ "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10" } }, "play_summary":"(15:00) R. LEONE Kickoff M10 (65 yds), S. LOGAN Kickoff Return M10 (46 yds), R. LEONE Special Teams Tackle" }, ... ] }An array of objects containing play-by-play information. |
Sorting
To specify how to sort the games returned, use the sort parameter. Sorting by multiple parameters can be accomplished by specifying multiple fields separated by a comma:date_start
season
week
temperature
attendance
team_1
team_2
Filters
To filter the games returned according to specific criteria, use the filter parameter. The parameter should be specified in the format of filter[field_name][operator]=value ; thus, to retrieve a list of all games that the Toronto Argonauts have been in, you should specify:game_id
date_start
season
week
temperature
attendance
team
team_1
team_2
event_type_id
- eq: Equals to
- ne: Not equal to
- gt: Is greater than
- lt: Is less than
- ge: Is greater or equal to
- le: Is less than or equal to
- in: Is within a set of values (separated by a comma without spaces, like: 2172,2173)
Paging
To specify how many and which games should be returned in an API request, use the page[number] and page[size] parameters. By default, 20 games from page 1 of the result set will be returned. If a specific season of games has been requested, all games are always returned.To return 20 games from the second result page set, call:
Players
The CFL API also contains extensive information about the players of the league, including:- Basic player vitals
- Defensive, offensive and special team statistics sorted by season, team, and per-game
Endpoints
GET/v1/players
Get a list of all players
Get all players, listed alphabetically
GET /v1/playersView Response
{ "data":[ { "cfl_central_id":148636, "stats_inc_id":301760, "first_name":"Tokumbo", "middle_name":"", "last_name":"ABANIKANDA", "birth_date":"", "birth_place":"", "height":"0.00", "weight":0, "rookie_year":null, "foreign_player":true, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/t\/tokumbo-abanikanda-148636.png", "school":{ "school_id":601, "name":"Southern Mississippi" }, "position":{ "position_id":11, "offence_defence_or_special":"D", "abbreviation":"LB", "description":"Linebacker" } }, { "cfl_central_id":87742, "stats_inc_id":24813, "first_name":"Rahim", "middle_name":"", "last_name":"ABDULLAH", "birth_date":"1976-03-22", "birth_place":"Jacksonville, Florida", "height":"6.06", "weight":250, "rookie_year":2002, "foreign_player":true, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/r\/rahim-abdullah-87742.png", "school":{ "school_id":122, "name":"Clemson" }, "position":{ "position_id":13, "offence_defence_or_special":"D", "abbreviation":"DL", "description":"Defensive Lineman" } }, { "cfl_central_id":99370, "stats_inc_id":134576, "first_name":"Khalid", "middle_name":"", "last_name":"ABDULLAH", "birth_date":"1979-03-06", "birth_place":"Jacksonville, Florida", "height":"6.03", "weight":238, "rookie_year":2006, "foreign_player":true, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/k\/khalid-abdullah-99370.png", "school":{ "school_id":328, "name":"Mars Hill College" }, "position":{ "position_id":11, "offence_defence_or_special":"D", "abbreviation":"LB", "description":"Linebacker" } }, { "cfl_central_id":62533, "stats_inc_id":286448, "first_name":"Mike", "middle_name":"", "last_name":"ABOU-MECHREK", "birth_date":"1975-10-14", "birth_place":"Toronto, Ontario", "height":"6.06", "weight":300, "rookie_year":1999, "foreign_player":false, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/m\/mike-abou-mechrek-62533.png", "school":{ "school_id":747, "name":"Western University" }, "position":{ "position_id":5, "offence_defence_or_special":"O", "abbreviation":"OL", "description":"Offensive Lineman" } }, { "cfl_central_id":54887, "stats_inc_id":0, "first_name":"Clifton", "middle_name":"Eugene", "last_name":"ABRAHAM", "birth_date":"1971-12-09", "birth_place":"Dallas, Texas", "height":"5.09", "weight":188, "rookie_year":1998, "foreign_player":true, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/c\/clifton-abraham-54887.png", "school":{ "school_id":197, "name":"Florida State" }, "position":{ "position_id":12, "offence_defence_or_special":"D", "abbreviation":"DB", "description":"Defensive Back" } }, { "cfl_central_id":125938, "stats_inc_id":0, "first_name":"Jean Philippe", "middle_name":"", "last_name":"ABRAHAM", "birth_date":"1982-06-21", "birth_place":"St. Augustin, Quebec", "height":"6.00", "weight":216, "rookie_year":2006, "foreign_player":false, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/j\/jean-philippe-abraham-125938.png", "school":{ "school_id":295, "name":"Laval" }, "position":{ "position_id":11, "offence_defence_or_special":"D", "abbreviation":"LB", "description":"Linebacker" } }, { "cfl_central_id":156168, "stats_inc_id":268515, "first_name":"Josh", "middle_name":"", "last_name":"ABRAMS", "birth_date":"1986-01-18", "birth_place":"Fayetteville, North Carolina", "height":"6.00", "weight":208, "rookie_year":2010, "foreign_player":true, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/j\/josh-abrams-156168.png", "school":{ "school_id":473, "name":"Ohio" }, "position":{ "position_id":12, "offence_defence_or_special":"D", "abbreviation":"DB", "description":"Defensive Back" } }, { "cfl_central_id":64211, "stats_inc_id":0, "first_name":"Alli", "middle_name":"", "last_name":"ABREW", "birth_date":"1974-07-03", "birth_place":"Oakland, California", "height":"6.10", "weight":200, "rookie_year":1999, "foreign_player":true, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/a\/alli-abrew-64211.png", "school":{ "school_id":86, "name":"California State Poly (Pomona)" }, "position":{ "position_id":1, "offence_defence_or_special":"O", "abbreviation":"QB", "description":"Quarterback" } }, { "cfl_central_id":108724, "stats_inc_id":140628, "first_name":"D.D.", "middle_name":"", "last_name":"ACHOLONU", "birth_date":"1980-10-17", "birth_place":"Seattle, Washington", "height":"6.03", "weight":257, "rookie_year":2006, "foreign_player":true, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/d\/d-d--acholonu-108724.png", "school":{ "school_id":720, "name":"Washington State" }, "position":{ "position_id":7, "offence_defence_or_special":"D", "abbreviation":"DE", "description":"Defensive End" } }, { "cfl_central_id":62793, "stats_inc_id":0, "first_name":"T.J.", "middle_name":"", "last_name":"ACKERMAN", "birth_date":"1975-08-20", "birth_place":"Bellingham, Washington", "height":"6.06", "weight":310, "rookie_year":1999, "foreign_player":true, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/t\/t-j--ackerman-62793.png", "school":{ "school_id":177, "name":"Eastern Washington" }, "position":{ "position_id":25, "offence_defence_or_special":"O", "abbreviation":"OT", "description":"Offensive Tackle" } }, { "cfl_central_id":135443, "stats_inc_id":386107, "first_name":"Ryan", "middle_name":"", "last_name":"ACKERMAN", "birth_date":"1985-08-09", "birth_place":"Regina, Saskatchewan", "height":"6.03", "weight":298, "rookie_year":null, "foreign_player":false, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/r\/ryan-ackerman-135443.png", "school":{ "school_id":520, "name":"Regina" }, "position":{ "position_id":5, "offence_defence_or_special":"O", "abbreviation":"OL", "description":"Offensive Lineman" } }, { "cfl_central_id":161500, "stats_inc_id":870956, "first_name":"Chris", "middle_name":"", "last_name":"ACKIE", "birth_date":"1992-01-26", "birth_place":"Toronto, Ontario", "height":"6.02", "weight":205, "rookie_year":2015, "foreign_player":false, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/c\/chris-ackie-161500.png", "school":{ "school_id":755, "name":"Wilfrid Laurier" }, "position":{ "position_id":12, "offence_defence_or_special":"D", "abbreviation":"DB", "description":"Defensive Back" } }, { "cfl_central_id":117995, "stats_inc_id":159033, "first_name":"T.J.", "middle_name":"", "last_name":"ACREE", "birth_date":"1982-07-21", "birth_place":"Pocatello, Idaho", "height":"5.11", "weight":174, "rookie_year":2005, "foreign_player":true, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/t\/t-j--acree-117995.png", "school":{ "school_id":55, "name":"Boise State" }, "position":{ "position_id":8, "offence_defence_or_special":"O", "abbreviation":"WR", "description":"Wide Receiver" } }, { "cfl_central_id":161284, "stats_inc_id":557675, "first_name":"Matt", "middle_name":"", "last_name":"ACREE", "birth_date":"1900-01-01", "birth_place":"", "height":"6.03", "weight":295, "rookie_year":null, "foreign_player":false, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/m\/matt-acree-161284.png", "school":{ "school_id":158, "name":"Drake" }, "position":{ "position_id":18, "offence_defence_or_special":"D", "abbreviation":"DT", "description":"Defensive Tackle" } }, { "cfl_central_id":117818, "stats_inc_id":0, "first_name":"Jerome", "middle_name":"", "last_name":"ACY", "birth_date":"1982-07-26", "birth_place":"Cleveland, Ohio", "height":"5.10", "weight":184, "rookie_year":null, "foreign_player":true, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/j\/jerome-acy-117818.png", "school":{ "school_id":66, "name":"Bucknell" }, "position":{ "position_id":21, "offence_defence_or_special":"D", "abbreviation":"CB", "description":"Corner Back" } }, { "cfl_central_id":5949, "stats_inc_id":0, "first_name":"Frank", "middle_name":"", "last_name":"ADAMS", "birth_date":"1970-11-07", "birth_place":"", "height":"5.08", "weight":175, "rookie_year":1995, "foreign_player":true, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/f\/frank-adams-5949.png", "school":{ "school_id":582, "name":"South Carolina" }, "position":{ "position_id":21, "offence_defence_or_special":"D", "abbreviation":"CB", "description":"Corner Back" } }, { "cfl_central_id":8350, "stats_inc_id":0, "first_name":"Stefan", "middle_name":"", "last_name":"ADAMS", "birth_date":"1963-08-11", "birth_place":"", "height":"5.10", "weight":190, "rookie_year":1995, "foreign_player":true, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/s\/stefan-adams-8350.png", "school":{ "school_id":161, "name":"East Carolina" }, "position":{ "position_id":12, "offence_defence_or_special":"D", "abbreviation":"DB", "description":"Defensive Back" } }, { "cfl_central_id":62276, "stats_inc_id":0, "first_name":"Mike", "middle_name":"", "last_name":"ADAMS", "birth_date":"1974-03-25", "birth_place":"Dallas, Texas", "height":"6.00", "weight":190, "rookie_year":2000, "foreign_player":true, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/m\/mike-adams-62276.png", "school":{ "school_id":638, "name":"Texas" }, "position":{ "position_id":8, "offence_defence_or_special":"O", "abbreviation":"WR", "description":"Wide Receiver" } }, { "cfl_central_id":80119, "stats_inc_id":0, "first_name":"Raymonn", "middle_name":"", "last_name":"ADAMS", "birth_date":"1978-10-23", "birth_place":"Long Beach, California", "height":"6.00", "weight":207, "rookie_year":2002, "foreign_player":true, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/r\/raymonn-adams-80119.png", "school":{ "school_id":157, "name":"Doane College" }, "position":{ "position_id":2, "offence_defence_or_special":"O", "abbreviation":"RB", "description":"Running Back" } }, { "cfl_central_id":100914, "stats_inc_id":120326, "first_name":"Marcus", "middle_name":"", "last_name":"ADAMS", "birth_date":"1979-07-20", "birth_place":"Indianapolis, Indiana", "height":"5.11", "weight":285, "rookie_year":2003, "foreign_player":true, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/m\/marcus-adams-100914.png", "school":{ "school_id":172, "name":"Eastern Kentucky" }, "position":{ "position_id":13, "offence_defence_or_special":"D", "abbreviation":"DL", "description":"Defensive Lineman" } } ], "errors":[ ], "meta":{ "copyright":"Copyright 2017 Canadian Football League." } }
GET/v1/players/[cfl_central_id]
Get all data for a specific player
Get all data, include season and game-by-game statistics, about player ID #159141
GET /v1/players/159141?include=seasons,game_by_gameView Response
{ "data":[ { "cfl_central_id":159141, "stats_inc_id":657313, "first_name":"Anthony", "middle_name":"", "last_name":"ALIX", "birth_date":"1986-08-12", "birth_place":"Saint-Vallier, France", "height":"6.00", "weight":187, "rookie_year":2012, "foreign_player":false, "image_url":"http:\/\/d3ham790trbkqy.cloudfront.net\/wp-content\/uploads\/players\/a\/anthony-alix-159141.png", "school":{ "school_id":616, "name":"St. Francis Xavier" }, "position":{ "position_id":16, "offence_defence_or_special":"S", "abbreviation":"K", "description":"Kicker" }, "team":{ "is_set":false }, "seasons":{ "field_goals":[ { "season":2012, "team_abbreviation":"TOR", "games_played":3, "field_goals_attempts":3, "field_goals_made":2, "field_goals_long":19, "field_goals_singles":1, "field_goals_blocked":0, "field_goals_made_01_19":2, "field_goals_made_20_29":0, "field_goals_made_30_39":0, "field_goals_made_40_49":0, "field_goals_made_50_plus":0, "extra_point_attempts":1, "extra_point_made":1, "extra_point_yards":0, "points":8 }, { "season":2015, "team_abbreviation":"OTT", "games_played":6, "field_goals_attempts":0, "field_goals_made":0, "field_goals_long":0, "field_goals_singles":0, "field_goals_blocked":0, "field_goals_made_01_19":0, "field_goals_made_20_29":0, "field_goals_made_30_39":0, "field_goals_made_40_49":0, "field_goals_made_50_plus":0, "extra_point_attempts":0, "extra_point_made":0, "extra_point_yards":0, "points":0 }, { "season":2015, "team_abbreviation":"TOR", "games_played":2, "field_goals_attempts":0, "field_goals_made":0, "field_goals_long":0, "field_goals_singles":0, "field_goals_blocked":0, "field_goals_made_01_19":0, "field_goals_made_20_29":0, "field_goals_made_30_39":0, "field_goals_made_40_49":0, "field_goals_made_50_plus":0, "extra_point_attempts":0, "extra_point_made":0, "extra_point_yards":0, "points":0 } ], "punts":[ { "season":2012, "team_abbreviation":"TOR", "games_played":3, "punts":2, "punts_yards":93, "punts_net_yards":89, "punts_long":48, "punts_singles":0, "punts_blocked":0, "punts_in_10":0, "punts_in_20":0, "punts_returned":2 }, { "season":2015, "team_abbreviation":"OTT", "games_played":6, "punts":37, "punts_yards":1569, "punts_net_yards":1216, "punts_long":58, "punts_singles":0, "punts_blocked":0, "punts_in_10":0, "punts_in_20":0, "punts_returned":31 }, { "season":2015, "team_abbreviation":"TOR", "games_played":2, "punts":11, "punts_yards":421, "punts_net_yards":403, "punts_long":49, "punts_singles":0, "punts_blocked":0, "punts_in_10":0, "punts_in_20":0, "punts_returned":7 } ] }, "game_by_game":{ "field_goals":[ { "game_id":1831, "game_date":"2012-07-14", "week":3, "season":2012, "opponent_team_abbreviation":"HAM", "field_goals_attempts":3, "field_goals_made":2, "field_goals_long":19, "field_goals_singles":1, "field_goals_blocked":0, "field_goals_made_01_19":2, "field_goals_made_20_29":0, "field_goals_made_30_39":0, "field_goals_made_40_49":0, "field_goals_made_50_plus":0, "extra_point_attempts":1, "extra_point_made":1, "extra_point_yards":0, "points":8 }, { "game_id":1832, "game_date":"2012-07-18", "week":4, "season":2012, "opponent_team_abbreviation":"WPG", "field_goals_attempts":0, "field_goals_made":0, "field_goals_long":0, "field_goals_singles":0, "field_goals_blocked":0, "field_goals_made_01_19":0, "field_goals_made_20_29":0, "field_goals_made_30_39":0, "field_goals_made_40_49":0, "field_goals_made_50_plus":0, "extra_point_attempts":0, "extra_point_made":0, "extra_point_yards":0, "points":0 }, { "game_id":1837, "game_date":"2012-07-27", "week":5, "season":2012, "opponent_team_abbreviation":"MTL", "field_goals_attempts":0, "field_goals_made":0, "field_goals_long":0, "field_goals_singles":0, "field_goals_blocked":0, "field_goals_made_01_19":0, "field_goals_made_20_29":0, "field_goals_made_30_39":0, "field_goals_made_40_49":0, "field_goals_made_50_plus":0, "extra_point_attempts":0, "extra_point_made":0, "extra_point_yards":0, "points":0 }, { "game_id":2181, "game_date":"2015-06-25", "week":1, "season":2015, "opponent_team_abbreviation":"MTL", "field_goals_attempts":0, "field_goals_made":0, "field_goals_long":0, "field_goals_singles":0, "field_goals_blocked":0, "field_goals_made_01_19":0, "field_goals_made_20_29":0, "field_goals_made_30_39":0, "field_goals_made_40_49":0, "field_goals_made_50_plus":0, "extra_point_attempts":0, "extra_point_made":0, "extra_point_yards":0, "points":0 }, { "game_id":2187, "game_date":"2015-07-04", "week":2, "season":2015, "opponent_team_abbreviation":"BC", "field_goals_attempts":0, "field_goals_made":0, "field_goals_long":0, "field_goals_singles":0, "field_goals_blocked":0, "field_goals_made_01_19":0, "field_goals_made_20_29":0, "field_goals_made_30_39":0, "field_goals_made_40_49":0, "field_goals_made_50_plus":0, "extra_point_attempts":0, "extra_point_made":0, "extra_point_yards":0, "points":0 }, { "game_id":2189, "game_date":"2015-07-09", "week":3, "season":2015, "opponent_team_abbreviation":"EDM", "field_goals_attempts":0, "field_goals_made":0, "field_goals_long":0, "field_goals_singles":0, "field_goals_blocked":0, "field_goals_made_01_19":0, "field_goals_made_20_29":0, "field_goals_made_30_39":0, "field_goals_made_40_49":0, "field_goals_made_50_plus":0, "extra_point_attempts":0, "extra_point_made":0, "extra_point_yards":0, "points":0 }, { "game_id":2194, "game_date":"2015-07-17", "week":4, "season":2015, "opponent_team_abbreviation":"EDM", "field_goals_attempts":0, "field_goals_made":0, "field_goals_long":0, "field_goals_singles":0, "field_goals_blocked":0, "field_goals_made_01_19":0, "field_goals_made_20_29":0, "field_goals_made_30_39":0, "field_goals_made_40_49":0, "field_goals_made_50_plus":0, "extra_point_attempts":0, "extra_point_made":0, "extra_point_yards":0, "points":0 }, { "game_id":2197, "game_date":"2015-07-24", "week":5, "season":2015, "opponent_team_abbreviation":"CGY", "field_goals_attempts":0, "field_goals_made":0, "field_goals_long":0, "field_goals_singles":0, "field_goals_blocked":0, "field_goals_made_01_19":0, "field_goals_made_20_29":0, "field_goals_made_30_39":0, "field_goals_made_40_49":0, "field_goals_made_50_plus":0, "extra_point_attempts":0, "extra_point_made":0, "extra_point_yards":0, "points":0 }, { "game_id":2206, "game_date":"2015-08-07", "week":7, "season":2015, "opponent_team_abbreviation":"MTL", "field_goals_attempts":0, "field_goals_made":0, "field_goals_long":0, "field_goals_singles":0, "field_goals_blocked":0, "field_goals_made_01_19":0, "field_goals_made_20_29":0, "field_goals_made_30_39":0, "field_goals_made_40_49":0, "field_goals_made_50_plus":0, "extra_point_attempts":0, "extra_point_made":0, "extra_point_yards":0, "points":0 }, { "game_id":2241, "game_date":"2015-10-06", "week":16, "season":2015, "opponent_team_abbreviation":"OTT", "field_goals_attempts":0, "field_goals_made":0, "field_goals_long":0, "field_goals_singles":0, "field_goals_blocked":0, "field_goals_made_01_19":0, "field_goals_made_20_29":0, "field_goals_made_30_39":0, "field_goals_made_40_49":0, "field_goals_made_50_plus":0, "extra_point_attempts":0, "extra_point_made":0, "extra_point_yards":0, "points":0 }, { "game_id":2245, "game_date":"2015-10-12", "week":16, "season":2015, "opponent_team_abbreviation":"MTL", "field_goals_attempts":0, "field_goals_made":0, "field_goals_long":0, "field_goals_singles":0, "field_goals_blocked":0, "field_goals_made_01_19":0, "field_goals_made_20_29":0, "field_goals_made_30_39":0, "field_goals_made_40_49":0, "field_goals_made_50_plus":0, "extra_point_attempts":0, "extra_point_made":0, "extra_point_yards":0, "points":0 } ], "punts":[ { "game_id":1831, "game_date":"2012-07-14", "week":3, "season":2012, "opponent_team_abbreviation":"HAM", "punts":2, "punts_yards":93, "punts_net_yards":89, "punts_long":48, "punts_singles":0, "punts_blocked":0, "punts_in_10":0, "punts_in_20":0, "punts_returned":2 }, { "game_id":1832, "game_date":"2012-07-18", "week":4, "season":2012, "opponent_team_abbreviation":"WPG", "punts":0, "punts_yards":0, "punts_net_yards":0, "punts_long":0, "punts_singles":0, "punts_blocked":0, "punts_in_10":0, "punts_in_20":0, "punts_returned":0 }, { "game_id":1837, "game_date":"2012-07-27", "week":5, "season":2012, "opponent_team_abbreviation":"MTL", "punts":0, "punts_yards":0, "punts_net_yards":0, "punts_long":0, "punts_singles":0, "punts_blocked":0, "punts_in_10":0, "punts_in_20":0, "punts_returned":0 }, { "game_id":2181, "game_date":"2015-06-25", "week":1, "season":2015, "opponent_team_abbreviation":"MTL", "punts":6, "punts_yards":262, "punts_net_yards":228, "punts_long":52, "punts_singles":0, "punts_blocked":0, "punts_in_10":0, "punts_in_20":0, "punts_returned":6 }, { "game_id":2187, "game_date":"2015-07-04", "week":2, "season":2015, "opponent_team_abbreviation":"BC", "punts":5, "punts_yards":198, "punts_net_yards":167, "punts_long":46, "punts_singles":0, "punts_blocked":0, "punts_in_10":0, "punts_in_20":0, "punts_returned":4 }, { "game_id":2189, "game_date":"2015-07-09", "week":3, "season":2015, "opponent_team_abbreviation":"EDM", "punts":9, "punts_yards":394, "punts_net_yards":246, "punts_long":58, "punts_singles":0, "punts_blocked":0, "punts_in_10":0, "punts_in_20":0, "punts_returned":9 }, { "game_id":2194, "game_date":"2015-07-17", "week":4, "season":2015, "opponent_team_abbreviation":"EDM", "punts":7, "punts_yards":315, "punts_net_yards":258, "punts_long":51, "punts_singles":0, "punts_blocked":0, "punts_in_10":0, "punts_in_20":0, "punts_returned":5 }, { "game_id":2197, "game_date":"2015-07-24", "week":5, "season":2015, "opponent_team_abbreviation":"CGY", "punts":7, "punts_yards":292, "punts_net_yards":233, "punts_long":52, "punts_singles":0, "punts_blocked":0, "punts_in_10":0, "punts_in_20":0, "punts_returned":5 }, { "game_id":2206, "game_date":"2015-08-07", "week":7, "season":2015, "opponent_team_abbreviation":"MTL", "punts":3, "punts_yards":108, "punts_net_yards":84, "punts_long":48, "punts_singles":0, "punts_blocked":0, "punts_in_10":0, "punts_in_20":0, "punts_returned":2 }, { "game_id":2241, "game_date":"2015-10-06", "week":16, "season":2015, "opponent_team_abbreviation":"OTT", "punts":6, "punts_yards":260, "punts_net_yards":257, "punts_long":49, "punts_singles":0, "punts_blocked":0, "punts_in_10":0, "punts_in_20":0, "punts_returned":5 }, { "game_id":2245, "game_date":"2015-10-12", "week":16, "season":2015, "opponent_team_abbreviation":"MTL", "punts":5, "punts_yards":161, "punts_net_yards":146, "punts_long":42, "punts_singles":0, "punts_blocked":0, "punts_in_10":0, "punts_in_20":0, "punts_returned":2 } ] } } ], "errors":[ ], "meta":{ "copyright":"Copyright 2017 Canadian Football League." } }
Additional Data
Box scores and play by play data can be optionally accessed through use of the include parameter. To get both season and game-by-game data in a single API request, pass both values separated by a comma: include=seasons,game_by_game
include=seasonsOptional |
If seasons is passed as a value for the include parameter, statistics for the player grouped by each season they were in the league will be displayed.
Season statistics data will only be returned if a specific player has been requested; if multiple players are returned, the boxscore parameter is ignored. |
include=game_by_gameOptional |
If game_by_game is passed as a value for the include parameter, statistics for the player in each game they were listed on a roster for will be displayed.
Game-by-game statistics data will only be returned if a specific player has been requested; if multiple players are returned, the boxscore parameter is ignored. |
include=current_teamOptional |
If current_team is passed as a value for the include parameter, the API will attempt to look up the current team the player plays for, returning that data in a team element with an is_set Boolean noting whether team data is available. |
Properties
cfl_central_id |
{ "cfl_central_id": 15850 }The CFL's unique numeric identifier for the player. |
stats_inc_id |
{ "stats_inc_id": 25875 }Stats Inc's unique numeric identifier for the player. |
first_name |
{ "first_name": "Henry" }The first name of the player. |
middle_name |
{ "middle_name": "" }The middle name of the player. If the player has no middle name, an empty string will be returned. |
last_name |
{ "last_name": "BURRIS" }The last name of the player. Note: All last names returned are in all-capitalized form. |
birth_date |
{ "birth_date": "1975-05-04" }The date in YYYY-MM-DD form of when the player was born. |
birth_place |
{ "birth_place": "Spiro, Oklahoma" }A free-form string containing the city and state/province of the player's birth. Note: This field does not include/indicate the country of birth for a player. |
height |
{ "height": "6.01" }An string value indicating the height of the player rounded to 2 decimal places and expressed in feet and inches. |
weight |
{ "weight": 190 }An integer value indicating the weight of the player expressed in pounds. |
rookie_year |
{ "rookie_year": 1997 }The year in which the player entered the league. |
foreign_player |
{ "foreign_player": true }A Boolean value that is true if the player is an International Player, and false if the player is considered a National Player. See the explanation of the Game Rule Ratio for further information. |
school_idChild element of school |
{ "school_id": 632 }An integer value indicating the unique numeric identifier for the school the player attended. |
nameChild element of school |
{ "name": "Temple" }The name of the school the player attended. |
position_idChild element of position |
{ "position_id": 1 }An integer value indicating the unique numeric identifier for the position the player plays. Possible values are:
|
offence_defence_or_specialChild element of position |
{ "offence_defence_or_special": "O" }A string value indicating the type of position the player plays. Possible values are:
|
abbreviationChild element of position |
{ "abbreviation": "QB" }A string value containing the common abbreviation for the position the player plays. |
descriptionChild element of position |
{ "description": "Quarterback" }A string value containing the full name/description of the position the player plays. |
Sorting
To specify how to sort the players returned, use the sort parameter. Sorting by multiple parameters can be accomplished by specifying multiple fields separated by a comma:cfl_central_id
first_name
middle_name
last_name
birth_date
height
weight
rookie_year
foreign_player
school_id
school_name
position_id
position_abbreviation
offence_defence_or_special
Filters
To filter the players returned according to specific criteria, use the filter parameter. The parameter should be specified in the format of filter[field_name][operator]=value ; thus, to retrieve a list of all players playing the QB (quarterback) position, you should specify:cfl_central_id
first_name
middle_name
last_name
name (a combination of first_name and last_name)
birth_date
height
weight
rookie_year
foreign_player
school_id
school_name
position_id
position_abbreviation
offence_defence_or_special
season
game_id
game_date
- eq: Equals to
- ne: Not equal to
- gt: Is greater than
- lt: Is less than
- ge: Is greater or equal to
- le: Is less than or equal to
- in: Is within a set of values (separated by a comma, like: 148636,87742)
- like: Wildcard search; for example, allows you to search the last_name field for "burr" to match Henry Burris
Paging
To specify how many and which games should be returned in an API request, use the page[number] and page[size] parameters. By default, 20 players from page 1 of the result set will be returned.To return 20 players from the second result page set, call:
Custom Fields
By default, the arrays of statistics returned for a Player are selected based on what position they play (for example, a QB has a passing and rushing array returned).These defaults can be overridden through use of the custom_response_fields URL parameter. Pass the names of the the arrays of the statistics to be returned separated by a comma: custom_response_fields=rushing,defence . The full list of arrays of statistics available are listed below.
defence |
Returns defensive data include tackles, sacks, interceptions and pass knockdowns. |
field_goals |
Returns field goal and extra point kick data. |
punts |
Returns punt and punt block data. |
kickoffs |
Returns kickoff and singles data. |
passing |
Returns passing and interceptions data. |
rushing |
Returns rushing data. |
punt_returns |
Returns punt return data. |
kickoff_returns |
Returns kickoff return data. |
missed_fg_returns |
Returns missed field goal return data. |
receiving |
Returns reception and fumble data. |
Leaders
An API call exists that returns the leading players for any of the following categories:- Converts (1-point)
- Converts (2-point)
- Field Goals
- Field Goal Missed Returns (by yards)
- Fumbles Forced
- Fumbles Recovered
- Interceptions
- Kickoffs (by yards)
- Kicks Blocked
- Kick Returns (by yards)
- Kickoff Returns (by yards)
- Passing (by touchdowns thrown)
- Passing (by yards)
- Receiving (by touchdowns)
- Receiving (by yards)
- Receptions Caught
- Receptions Targeted
- Rushing (by touchdowns)
- Rushing (by yards)
- Sacks
- Tackles (defensive)
- Tackles (special teams)
- All offensive stat categories
- All defensive stat categories
- All special teams stat categories
Endpoints
GET/v1/leaders/[season]/category/converts
Get a list of 1-point conversion leaders
Get the top 20 1-point conversion leaders in 2015
GET /v1/leaders/2015/category/convertsView Response
{ "data":[ { "season":2015, "converts":49, "cfl_central_id":149157, "first_name":"Justin", "middle_name":"", "last_name":"MEDLOCK", "birth_date":"1983-10-23", "uniform":7, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "converts":34, "cfl_central_id":170219, "first_name":"Christopher", "middle_name":"", "last_name":"MILO", "birth_date":"1986-11-02", "uniform":30, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "converts":27, "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10", "uniform":3, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "converts":26, "cfl_central_id":158244, "first_name":"Rene", "middle_name":"", "last_name":"PAREDES", "birth_date":"1985-05-15", "uniform":30, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "converts":25, "cfl_central_id":160216, "first_name":"Boris", "middle_name":"", "last_name":"BEDE", "birth_date":"1989-11-20", "uniform":14, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "converts":19, "cfl_central_id":158155, "first_name":"Grant", "middle_name":"", "last_name":"SHAW", "birth_date":"1984-08-03", "uniform":11, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "converts":18, "cfl_central_id":8002, "first_name":"Paul", "middle_name":"", "last_name":"MCCALLUM", "birth_date":"1970-01-07", "uniform":15, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "converts":15, "cfl_central_id":160189, "first_name":"Lirim", "middle_name":"", "last_name":"HAJRULLAHU", "birth_date":"1990-04-24", "uniform":70, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "converts":14, "cfl_central_id":136193, "first_name":"Sean", "middle_name":"", "last_name":"WHYTE", "birth_date":"1985-10-23", "uniform":6, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "converts":14, "cfl_central_id":158181, "first_name":"Justin", "middle_name":"", "last_name":"PALARDY", "birth_date":"1988-05-24", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "converts":11, "cfl_central_id":161667, "first_name":"Ronald", "middle_name":"", "last_name":"PFEFFER", "birth_date":"1992-06-17", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "converts":7, "cfl_central_id":156354, "first_name":"Swayze", "middle_name":"", "last_name":"WATERS", "birth_date":"1987-10-18", "uniform":34, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "converts":5, "cfl_central_id":160702, "first_name":"Tyler", "middle_name":"", "last_name":"CRAPIGNA", "birth_date":"1992-08-04", "uniform":14, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "converts":5, "cfl_central_id":161331, "first_name":"Sergio", "middle_name":"", "last_name":"CASTILLO", "birth_date":"1990-11-01", "uniform":33, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "converts":4, "cfl_central_id":159672, "first_name":"Delbert", "middle_name":"", "last_name":"ALVARADO", "birth_date":"1989-01-03", "uniform":48, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "converts":2, "cfl_central_id":102713, "first_name":"Dave", "middle_name":"", "last_name":"STALA", "birth_date":"1979-10-25", "uniform":88, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "converts":2, "cfl_central_id":161274, "first_name":"Jake", "middle_name":"", "last_name":"ROGERS", "birth_date":"1987-05-24", "uniform":42, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "converts":0, "cfl_central_id":158075, "first_name":"Chevon", "middle_name":"", "last_name":"WALKER", "birth_date":"1987-09-05", "uniform":24, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "converts":0, "cfl_central_id":157693, "first_name":"Matt", "middle_name":"", "last_name":"NICHOLS", "birth_date":"1987-03-19", "uniform":16, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Elks" }, { "season":2015, "converts":0, "cfl_central_id":63531, "first_name":"Kevin", "middle_name":"", "last_name":"GLENN", "birth_date":"1979-06-12", "uniform":5, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" } ], "errors":[ ], "meta":{ "copyright":"Copyright 2016 Canadian Football League." } }
GET/v1/leaders/[season]/category/converts_2pt
Get a list of 2-point conversion leaders
Get the top 20 2-point conversion leaders in 2015
GET /v1/leaders/2015/category/converts_2pt
GET/v1/leaders/[season]/category/field_goals
Get a list of field goal kicking leaders
Get the top 20 field goal kicking leaders in 2015
GET /v1/leaders/2015/category/field_goals
GET/v1/leaders/[season]/category/field_goal_missed_return_yards
Get a list of field goal missed return (by yards) leaders
Get the top 20 field goal missed return (by yards) leaders in 2015
GET /v1/leaders/2015/category/field_goal_missed_return_yards
GET/v1/leaders/[season]/category/fumbles_forced
Get a list of forced fumble leaders
Get the top 20 forced fumble leaders in 2015
GET /v1/leaders/2015/category/fumbles_forced
GET/v1/leaders/[season]/category/fumbles_recoveries
Get a list of fumble recovery leaders
Get the top 20 fumble recovery leaders in 2015
GET /v1/leaders/2015/category/fumbles_recoveries
GET/v1/leaders/[season]/category/interceptions
Get a list of interceptions leaders
Get the top 10 interceptions leaders in 2015
GET /v1/leaders/2015/category/interceptions
GET/v1/leaders/[season]/category/kickoff_return_yards
Get a list of kickoff return leaders
Get the top 20 kickoff return leaders in 2015
GET /v1/leaders/2015/category/kickoff_return_yards
GET/v1/leaders/[season]/category/kickoff_yards
Get a list of kickoff (by yards) leaders
Get the top 20 kickoff (by yards) leaders in 2015
GET /v1/leaders/2015/category/kickoff_yards
GET/v1/leaders/[season]/category/kicks_blocked
Get a list of kick blocking leaders
Get the top 20 kick blocking leaders in 2015
GET /v1/leaders/2015/category/kicks_blocked
GET/v1/leaders/[season]/category/passing_touchdowns
Get a list of passing (by touchdowns) leaders
Get the top 5 passing (by touchdowns) leaders in 2015
GET /v1/leaders/2015/category/passing_touchdowns?page[size]=5
GET/v1/leaders/[season]/category/passing_yards
Get a list of passing (by yards) leaders
Get the top 5 passing (by yards) leaders in 2015
GET /v1/leaders/2015/category/passing_yards?page[size]=5
GET/v1/leaders/[season]/category/receiving_touchdowns
Get a list of receiving (by touchdowns) leaders
Get the top 5 receiving (by touchdowns) leaders in 2015
GET /v1/leaders/2015/category/receiving_touchdowns?page[size]=5
GET/v1/leaders/[season]/category/receiving_yards
Get a list of receiving (by yards) leaders
Get the top 5 receiving (by yards) leaders in 2015
GET /v1/leaders/2015/category/receiving_yards?page[size]=5
GET/v1/leaders/[season]/category/receiving_caught
Get a list of reception caught leaders
Get the top 20 receptions caught leaders in 2015
GET /v1/leaders/2015/category/tackles_special_teams
GET/v1/leaders/[season]/category/receiving_targeted
Get a list of reception targeted leaders
Get the top 20 reception targeted leaders in 2015
GET /v1/leaders/2015/category/receiving_targeted
GET/v1/leaders/[season]/category/return_yards
Get a list of returns (by yards) leaders
Get the top 10 returns (by yards) leaders in 2015
GET /v1/leaders/2015/category/return_yards
GET/v1/leaders/[season]/category/rushing_touchdowns
Get a list of rushing (by touchdowns) leaders
Get the top 3 rushing (by touchdowns) leaders in 2015
GET /v1/leaders/2015/category/rushing_touchdowns?page[size]=3
GET/v1/leaders/[season]/category/rushing_yards
Get a list of rushing (by yards) leaders
Get the top 5 rushing (by yards) leaders in 2015
GET /v1/leaders/2015/category/rushing_yards?page[size]=5
GET/v1/leaders/[season]/category/sacks
Get a list of sacks leaders
Get the top 20 sacks leaders in 2015
GET /v1/leaders/2015/category/sacks
GET/v1/leaders/[season]/category/tackles_defensive
Get a list of defensive tackles leaders
Get the top 20 defensive tackles leaders in 2015
GET /v1/leaders/2015/category/tackles_defensive
GET/v1/leaders/[season]/category/offence
Get a list of leaders in all offensive stat categories
Get the top 20 leaders in 2015 for all offensive stat categories
GET /v1/leaders/2015/category/offenceView Response
{ "data":{ "passing_yards":[ { "season":2015, "passing_yards":5693, "cfl_central_id":15850, "first_name":"Henry", "middle_name":"", "last_name":"BURRIS", "birth_date":"1975-05-04", "uniform":1, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "passing_yards":4551, "cfl_central_id":158222, "first_name":"Bo Levi", "middle_name":"", "last_name":"MITCHELL", "birth_date":"1990-03-03", "uniform":19, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "passing_yards":4354, "cfl_central_id":156305, "first_name":"Trevor", "middle_name":"", "last_name":"HARRIS", "birth_date":"1986-05-31", "uniform":7, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "passing_yards":3376, "cfl_central_id":155276, "first_name":"Zach", "middle_name":"", "last_name":"COLLAROS", "birth_date":"1988-08-27", "uniform":4, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "passing_yards":3245, "cfl_central_id":157693, "first_name":"Matt", "middle_name":"", "last_name":"NICHOLS", "birth_date":"1987-03-19", "uniform":16, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Elks" }, { "season":2015, "passing_yards":2930, "cfl_central_id":63531, "first_name":"Kevin", "middle_name":"", "last_name":"GLENN", "birth_date":"1979-06-12", "uniform":5, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "passing_yards":2449, "cfl_central_id":131087, "first_name":"Mike", "middle_name":"", "last_name":"REILLY", "birth_date":"1985-01-25", "uniform":13, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "passing_yards":2167, "cfl_central_id":159395, "first_name":"Rakeem", "middle_name":"", "last_name":"CATO", "birth_date":"1992-03-28", "uniform":12, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "passing_yards":2004, "cfl_central_id":160212, "first_name":"Jonathon", "middle_name":"", "last_name":"JENNINGS", "birth_date":"1992-07-21", "uniform":10, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "passing_yards":1953, "cfl_central_id":114942, "first_name":"Travis", "middle_name":"", "last_name":"LULAY", "birth_date":"1983-09-27", "uniform":14, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "passing_yards":1822, "cfl_central_id":160119, "first_name":"Brett", "middle_name":"", "last_name":"SMITH", "birth_date":"1992-06-08", "uniform":16, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "passing_yards":1458, "cfl_central_id":159627, "first_name":"Jeff", "middle_name":"", "last_name":"MATHEWS", "birth_date":"1991-08-25", "uniform":15, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "passing_yards":1434, "cfl_central_id":158723, "first_name":"Drew", "middle_name":"", "last_name":"WILLY", "birth_date":"1986-11-13", "uniform":5, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "passing_yards":973, "cfl_central_id":160152, "first_name":"James", "middle_name":"", "last_name":"FRANKLIN", "birth_date":"1991-07-23", "uniform":14, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "passing_yards":498, "cfl_central_id":126516, "first_name":"John", "middle_name":"", "last_name":"BECK", "birth_date":"1981-08-21", "uniform":12, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "passing_yards":453, "cfl_central_id":158565, "first_name":"Brian", "middle_name":"", "last_name":"BROHM", "birth_date":"1985-09-23", "uniform":12, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "passing_yards":423, "cfl_central_id":80458, "first_name":"Ricky", "middle_name":"", "last_name":"RAY", "birth_date":"1979-10-22", "uniform":15, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "passing_yards":407, "cfl_central_id":158566, "first_name":"Keith", "middle_name":"", "last_name":"PRICE", "birth_date":"1991-06-28", "uniform":19, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "passing_yards":346, "cfl_central_id":157713, "first_name":"Robert", "middle_name":"", "last_name":"MARVE", "birth_date":"1989-02-10", "uniform":16, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "passing_yards":329, "cfl_central_id":157417, "first_name":"Jonathon", "middle_name":"", "last_name":"CROMPTON", "birth_date":"1987-07-25", "uniform":18, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" } ], "passing_touchdowns":[ { "season":2015, "passing_touchdowns":33, "cfl_central_id":156305, "first_name":"Trevor", "middle_name":"", "last_name":"HARRIS", "birth_date":"1986-05-31", "uniform":7, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "passing_touchdowns":26, "cfl_central_id":15850, "first_name":"Henry", "middle_name":"", "last_name":"BURRIS", "birth_date":"1975-05-04", "uniform":1, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "passing_touchdowns":26, "cfl_central_id":158222, "first_name":"Bo Levi", "middle_name":"", "last_name":"MITCHELL", "birth_date":"1990-03-03", "uniform":19, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "passing_touchdowns":25, "cfl_central_id":155276, "first_name":"Zach", "middle_name":"", "last_name":"COLLAROS", "birth_date":"1988-08-27", "uniform":4, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "passing_touchdowns":19, "cfl_central_id":157693, "first_name":"Matt", "middle_name":"", "last_name":"NICHOLS", "birth_date":"1987-03-19", "uniform":16, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Elks" }, { "season":2015, "passing_touchdowns":16, "cfl_central_id":63531, "first_name":"Kevin", "middle_name":"", "last_name":"GLENN", "birth_date":"1979-06-12", "uniform":5, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "passing_touchdowns":15, "cfl_central_id":131087, "first_name":"Mike", "middle_name":"", "last_name":"REILLY", "birth_date":"1985-01-25", "uniform":13, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "passing_touchdowns":15, "cfl_central_id":160119, "first_name":"Brett", "middle_name":"", "last_name":"SMITH", "birth_date":"1992-06-08", "uniform":16, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "passing_touchdowns":15, "cfl_central_id":160212, "first_name":"Jonathon", "middle_name":"", "last_name":"JENNINGS", "birth_date":"1992-07-21", "uniform":10, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "passing_touchdowns":12, "cfl_central_id":114942, "first_name":"Travis", "middle_name":"", "last_name":"LULAY", "birth_date":"1983-09-27", "uniform":14, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "passing_touchdowns":9, "cfl_central_id":159395, "first_name":"Rakeem", "middle_name":"", "last_name":"CATO", "birth_date":"1992-03-28", "uniform":12, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "passing_touchdowns":8, "cfl_central_id":158723, "first_name":"Drew", "middle_name":"", "last_name":"WILLY", "birth_date":"1986-11-13", "uniform":5, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "passing_touchdowns":6, "cfl_central_id":159627, "first_name":"Jeff", "middle_name":"", "last_name":"MATHEWS", "birth_date":"1991-08-25", "uniform":15, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "passing_touchdowns":6, "cfl_central_id":160152, "first_name":"James", "middle_name":"", "last_name":"FRANKLIN", "birth_date":"1991-07-23", "uniform":14, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "passing_touchdowns":4, "cfl_central_id":126516, "first_name":"John", "middle_name":"", "last_name":"BECK", "birth_date":"1981-08-21", "uniform":12, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "passing_touchdowns":3, "cfl_central_id":157417, "first_name":"Jonathon", "middle_name":"", "last_name":"CROMPTON", "birth_date":"1987-07-25", "uniform":18, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "passing_touchdowns":3, "cfl_central_id":115481, "first_name":"Drew", "middle_name":"", "last_name":"TATE", "birth_date":"1984-10-08", "uniform":4, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "passing_touchdowns":3, "cfl_central_id":158566, "first_name":"Keith", "middle_name":"", "last_name":"PRICE", "birth_date":"1991-06-28", "uniform":19, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "passing_touchdowns":2, "cfl_central_id":92407, "first_name":"Darian", "middle_name":"", "last_name":"DURANT", "birth_date":"1982-08-19", "uniform":4, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "passing_touchdowns":2, "cfl_central_id":80458, "first_name":"Ricky", "middle_name":"", "last_name":"RAY", "birth_date":"1979-10-22", "uniform":15, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" } ], "rushing_yards":[ { "season":2015, "rushing_yards":1059, "cfl_central_id":150070, "first_name":"Tyrell", "middle_name":"", "last_name":"SUTTON", "birth_date":"1986-12-19", "uniform":20, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "rushing_yards":1039, "cfl_central_id":143711, "first_name":"Andrew", "middle_name":"", "last_name":"HARRIS", "birth_date":"1987-04-24", "uniform":33, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "rushing_yards":1006, "cfl_central_id":143357, "first_name":"Jerome", "middle_name":"", "last_name":"MESSAM", "birth_date":"1985-04-02", "uniform":33, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Stampeders" }, { "season":2015, "rushing_yards":636, "cfl_central_id":144023, "first_name":"Brandon", "middle_name":"", "last_name":"WHITAKER", "birth_date":"1985-09-07", "uniform":3, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "rushing_yards":633, "cfl_central_id":161117, "first_name":"Shakir", "middle_name":"", "last_name":"BELL", "birth_date":"1992-04-10", "uniform":33, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "rushing_yards":622, "cfl_central_id":125917, "first_name":"Jon", "middle_name":"", "last_name":"CORNISH", "birth_date":"1984-11-05", "uniform":9, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "rushing_yards":614, "cfl_central_id":161066, "first_name":"Cameron", "middle_name":"", "last_name":"MARSHALL", "birth_date":"1991-10-14", "uniform":32, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "rushing_yards":574, "cfl_central_id":160812, "first_name":"Anthony", "middle_name":"", "last_name":"ALLEN", "birth_date":"1988-08-06", "uniform":26, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "rushing_yards":454, "cfl_central_id":158525, "first_name":"Brandon", "middle_name":"", "last_name":"RUTLEY", "birth_date":"1988-04-09", "uniform":33, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "rushing_yards":448, "cfl_central_id":148186, "first_name":"Jeremiah", "middle_name":"", "last_name":"JOHNSON", "birth_date":"1987-02-15", "uniform":27, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "rushing_yards":447, "cfl_central_id":161719, "first_name":"William", "middle_name":"", "last_name":"POWELL", "birth_date":"1988-03-09", "uniform":29, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "rushing_yards":444, "cfl_central_id":160119, "first_name":"Brett", "middle_name":"", "last_name":"SMITH", "birth_date":"1992-06-08", "uniform":16, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "rushing_yards":377, "cfl_central_id":170223, "first_name":"Matt", "middle_name":"", "last_name":"WALTER", "birth_date":"1989-09-20", "uniform":14, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "rushing_yards":364, "cfl_central_id":158075, "first_name":"Chevon", "middle_name":"", "last_name":"WALKER", "birth_date":"1987-09-05", "uniform":35, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Redblacks" }, { "season":2015, "rushing_yards":324, "cfl_central_id":131087, "first_name":"Mike", "middle_name":"", "last_name":"REILLY", "birth_date":"1985-01-25", "uniform":13, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "rushing_yards":309, "cfl_central_id":161613, "first_name":"Ray", "middle_name":"", "last_name":"HOLLEY", "birth_date":"1990-06-14", "uniform":25, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "rushing_yards":293, "cfl_central_id":158766, "first_name":"CJ", "middle_name":"", "last_name":"GABLE", "birth_date":"1987-10-19", "uniform":32, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "rushing_yards":290, "cfl_central_id":145430, "first_name":"Chad", "middle_name":"", "last_name":"SIMPSON", "birth_date":"1985-08-22", "uniform":10, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "rushing_yards":274, "cfl_central_id":15850, "first_name":"Henry", "middle_name":"", "last_name":"BURRIS", "birth_date":"1975-05-04", "uniform":1, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "rushing_yards":273, "cfl_central_id":160925, "first_name":"Tory", "middle_name":"", "last_name":"HARRISON", "birth_date":"1987-12-13", "uniform":34, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" } ], "rushing_touchdowns":[ { "season":2015, "rushing_touchdowns":9, "cfl_central_id":148186, "first_name":"Jeremiah", "middle_name":"", "last_name":"JOHNSON", "birth_date":"1987-02-15", "uniform":27, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "rushing_touchdowns":8, "cfl_central_id":143711, "first_name":"Andrew", "middle_name":"", "last_name":"HARRIS", "birth_date":"1987-04-24", "uniform":33, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "rushing_touchdowns":7, "cfl_central_id":15850, "first_name":"Henry", "middle_name":"", "last_name":"BURRIS", "birth_date":"1975-05-04", "uniform":1, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "rushing_touchdowns":6, "cfl_central_id":159627, "first_name":"Jeff", "middle_name":"", "last_name":"MATHEWS", "birth_date":"1991-08-25", "uniform":15, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "rushing_touchdowns":5, "cfl_central_id":150070, "first_name":"Tyrell", "middle_name":"", "last_name":"SUTTON", "birth_date":"1986-12-19", "uniform":20, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "rushing_touchdowns":5, "cfl_central_id":157688, "first_name":"Bryant", "middle_name":"", "last_name":"MONIZ", "birth_date":"1989-01-01", "uniform":20, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "rushing_touchdowns":5, "cfl_central_id":161066, "first_name":"Cameron", "middle_name":"", "last_name":"MARSHALL", "birth_date":"1991-10-14", "uniform":32, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "rushing_touchdowns":4, "cfl_central_id":125917, "first_name":"Jon", "middle_name":"", "last_name":"CORNISH", "birth_date":"1984-11-05", "uniform":9, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "rushing_touchdowns":4, "cfl_central_id":158565, "first_name":"Brian", "middle_name":"", "last_name":"BROHM", "birth_date":"1985-09-23", "uniform":12, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "rushing_touchdowns":4, "cfl_central_id":159368, "first_name":"Jordan", "middle_name":"", "last_name":"LYNCH", "birth_date":"1990-10-03", "uniform":5, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "rushing_touchdowns":3, "cfl_central_id":136256, "first_name":"Rob", "middle_name":"", "last_name":"BAGG", "birth_date":"1985-03-02", "uniform":6, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "rushing_touchdowns":3, "cfl_central_id":144023, "first_name":"Brandon", "middle_name":"", "last_name":"WHITAKER", "birth_date":"1985-09-07", "uniform":3, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "rushing_touchdowns":3, "cfl_central_id":158222, "first_name":"Bo Levi", "middle_name":"", "last_name":"MITCHELL", "birth_date":"1990-03-03", "uniform":19, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "rushing_touchdowns":3, "cfl_central_id":159885, "first_name":"Tanner", "middle_name":"", "last_name":"MARSH", "birth_date":"1990-05-29", "uniform":4, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "rushing_touchdowns":3, "cfl_central_id":160119, "first_name":"Brett", "middle_name":"", "last_name":"SMITH", "birth_date":"1992-06-08", "uniform":16, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "rushing_touchdowns":3, "cfl_central_id":160812, "first_name":"Anthony", "middle_name":"", "last_name":"ALLEN", "birth_date":"1988-08-06", "uniform":26, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "rushing_touchdowns":2, "cfl_central_id":143357, "first_name":"Jerome", "middle_name":"", "last_name":"MESSAM", "birth_date":"1985-04-02", "uniform":33, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Stampeders" }, { "season":2015, "rushing_touchdowns":2, "cfl_central_id":103879, "first_name":"Adrian", "middle_name":"", "last_name":"MCPHERSON", "birth_date":"1983-05-08", "uniform":6, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "rushing_touchdowns":2, "cfl_central_id":131087, "first_name":"Mike", "middle_name":"", "last_name":"REILLY", "birth_date":"1985-01-25", "uniform":13, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "rushing_touchdowns":2, "cfl_central_id":160022, "first_name":"Kendial", "middle_name":"", "last_name":"LAWRENCE", "birth_date":"1989-10-29", "uniform":32, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" } ], "receiving_yards":[ { "season":2015, "receiving_yards":1448, "cfl_central_id":160253, "first_name":"Eric", "middle_name":"", "last_name":"ROGERS", "birth_date":"1991-02-12", "uniform":80, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "receiving_yards":1304, "cfl_central_id":143266, "first_name":"Adarius", "middle_name":"", "last_name":"BOWMAN", "birth_date":"1985-07-10", "uniform":4, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "receiving_yards":1214, "cfl_central_id":147207, "first_name":"Chris", "middle_name":"", "last_name":"WILLIAMS", "birth_date":"1987-09-16", "uniform":80, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "receiving_yards":1151, "cfl_central_id":149562, "first_name":"Emmanuel", "middle_name":"", "last_name":"ARCENEAUX", "birth_date":"1987-09-17", "uniform":84, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "receiving_yards":1110, "cfl_central_id":161298, "first_name":"Derel", "middle_name":"", "last_name":"WALKER", "birth_date":"1991-06-29", "uniform":87, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "receiving_yards":1066, "cfl_central_id":160037, "first_name":"Luke", "middle_name":"", "last_name":"TASKER", "birth_date":"1991-01-18", "uniform":17, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "receiving_yards":1061, "cfl_central_id":159820, "first_name":"Greg", "middle_name":"", "last_name":"ELLINGSON", "birth_date":"1988-12-30", "uniform":82, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "receiving_yards":1038, "cfl_central_id":138303, "first_name":"Marquay", "middle_name":"", "last_name":"MCDANIEL", "birth_date":"1984-04-20", "uniform":16, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "receiving_yards":1036, "cfl_central_id":135351, "first_name":"S.J.", "middle_name":"", "last_name":"GREEN", "birth_date":"1985-06-20", "uniform":19, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "receiving_yards":1036, "cfl_central_id":150685, "first_name":"Ernest", "middle_name":"", "last_name":"JACKSON", "birth_date":"1986-09-10", "uniform":9, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "receiving_yards":1035, "cfl_central_id":170218, "first_name":"Brad", "middle_name":"", "last_name":"SINOPOLI", "birth_date":"1988-04-14", "uniform":88, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "receiving_yards":1030, "cfl_central_id":159987, "first_name":"Terrell", "middle_name":"", "last_name":"SINKFIELD", "birth_date":"1990-12-10", "uniform":14, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "receiving_yards":991, "cfl_central_id":160460, "first_name":"Ryan", "middle_name":"", "last_name":"SMITH", "birth_date":"1991-08-19", "uniform":2, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "receiving_yards":941, "cfl_central_id":138985, "first_name":"Weston", "middle_name":"", "last_name":"DRESSLER", "birth_date":"1985-07-14", "uniform":7, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "receiving_yards":899, "cfl_central_id":157755, "first_name":"Nick", "middle_name":"", "last_name":"MOORE", "birth_date":"1986-06-25", "uniform":17, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "receiving_yards":839, "cfl_central_id":159470, "first_name":"Darvin", "middle_name":"", "last_name":"ADAMS", "birth_date":"1990-01-05", "uniform":4, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "receiving_yards":803, "cfl_central_id":159189, "first_name":"Vidal", "middle_name":"", "last_name":"HAZELTON", "birth_date":"1988-01-29", "uniform":21, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "receiving_yards":791, "cfl_central_id":160791, "first_name":"Tori", "middle_name":"", "last_name":"GURLEY", "birth_date":"1987-11-22", "uniform":81, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "receiving_yards":743, "cfl_central_id":111798, "first_name":"Nikolas", "middle_name":"", "last_name":"LEWIS", "birth_date":"1982-03-06", "uniform":8, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "receiving_yards":732, "cfl_central_id":159879, "first_name":"Kenny", "middle_name":"", "last_name":"STAFFORD", "birth_date":"1990-04-20", "uniform":7, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" } ], "receiving_touchdowns":[ { "season":2015, "receiving_touchdowns":10, "cfl_central_id":160253, "first_name":"Eric", "middle_name":"", "last_name":"ROGERS", "birth_date":"1991-02-12", "uniform":80, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "receiving_touchdowns":10, "cfl_central_id":160791, "first_name":"Tori", "middle_name":"", "last_name":"GURLEY", "birth_date":"1987-11-22", "uniform":81, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "receiving_touchdowns":9, "cfl_central_id":149562, "first_name":"Emmanuel", "middle_name":"", "last_name":"ARCENEAUX", "birth_date":"1987-09-17", "uniform":84, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "receiving_touchdowns":9, "cfl_central_id":159820, "first_name":"Greg", "middle_name":"", "last_name":"ELLINGSON", "birth_date":"1988-12-30", "uniform":82, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "receiving_touchdowns":9, "cfl_central_id":159879, "first_name":"Kenny", "middle_name":"", "last_name":"STAFFORD", "birth_date":"1990-04-20", "uniform":7, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "receiving_touchdowns":8, "cfl_central_id":160935, "first_name":"Kevin", "middle_name":"", "last_name":"ELLIOTT", "birth_date":"1988-12-21", "uniform":13, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "receiving_touchdowns":7, "cfl_central_id":143266, "first_name":"Adarius", "middle_name":"", "last_name":"BOWMAN", "birth_date":"1985-07-10", "uniform":4, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "receiving_touchdowns":7, "cfl_central_id":160201, "first_name":"Austin", "middle_name":"", "last_name":"COLLIE", "birth_date":"1985-11-11", "uniform":17, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "receiving_touchdowns":7, "cfl_central_id":160460, "first_name":"Ryan", "middle_name":"", "last_name":"SMITH", "birth_date":"1991-08-19", "uniform":2, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "receiving_touchdowns":6, "cfl_central_id":138985, "first_name":"Weston", "middle_name":"", "last_name":"DRESSLER", "birth_date":"1985-07-14", "uniform":7, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "receiving_touchdowns":6, "cfl_central_id":158113, "first_name":"Terrence", "middle_name":"", "last_name":"TOLIVER", "birth_date":"1988-05-07", "uniform":80, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "receiving_touchdowns":6, "cfl_central_id":159189, "first_name":"Vidal", "middle_name":"", "last_name":"HAZELTON", "birth_date":"1988-01-29", "uniform":21, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "receiving_touchdowns":6, "cfl_central_id":159470, "first_name":"Darvin", "middle_name":"", "last_name":"ADAMS", "birth_date":"1990-01-05", "uniform":4, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "receiving_touchdowns":6, "cfl_central_id":159987, "first_name":"Terrell", "middle_name":"", "last_name":"SINKFIELD", "birth_date":"1990-12-10", "uniform":14, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "receiving_touchdowns":6, "cfl_central_id":160037, "first_name":"Luke", "middle_name":"", "last_name":"TASKER", "birth_date":"1991-01-18", "uniform":17, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "receiving_touchdowns":6, "cfl_central_id":161283, "first_name":"AC", "middle_name":"", "last_name":"LEONARD", "birth_date":"2016-06-11", "uniform":88, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "receiving_touchdowns":6, "cfl_central_id":161298, "first_name":"Derel", "middle_name":"", "last_name":"WALKER", "birth_date":"1991-06-29", "uniform":87, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "receiving_touchdowns":5, "cfl_central_id":112008, "first_name":"Fred", "middle_name":"", "last_name":"STAMPS", "birth_date":"1980-12-10", "uniform":2, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "receiving_touchdowns":5, "cfl_central_id":147207, "first_name":"Chris", "middle_name":"", "last_name":"WILLIAMS", "birth_date":"1987-09-16", "uniform":80, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "receiving_touchdowns":5, "cfl_central_id":150685, "first_name":"Ernest", "middle_name":"", "last_name":"JACKSON", "birth_date":"1986-09-10", "uniform":9, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" } ], "receiving_caught":[ { "season":2015, "receiving_caught":93, "cfl_central_id":143266, "first_name":"Adarius", "middle_name":"", "last_name":"BOWMAN", "birth_date":"1985-07-10", "uniform":4, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "receiving_caught":89, "cfl_central_id":161298, "first_name":"Derel", "middle_name":"", "last_name":"WALKER", "birth_date":"1991-06-29", "uniform":87, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "receiving_caught":88, "cfl_central_id":147207, "first_name":"Chris", "middle_name":"", "last_name":"WILLIAMS", "birth_date":"1987-09-16", "uniform":80, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "receiving_caught":87, "cfl_central_id":160253, "first_name":"Eric", "middle_name":"", "last_name":"ROGERS", "birth_date":"1991-02-12", "uniform":80, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "receiving_caught":86, "cfl_central_id":138303, "first_name":"Marquay", "middle_name":"", "last_name":"MCDANIEL", "birth_date":"1984-04-20", "uniform":16, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "receiving_caught":86, "cfl_central_id":170218, "first_name":"Brad", "middle_name":"", "last_name":"SINOPOLI", "birth_date":"1988-04-14", "uniform":88, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "receiving_caught":84, "cfl_central_id":150685, "first_name":"Ernest", "middle_name":"", "last_name":"JACKSON", "birth_date":"1986-09-10", "uniform":9, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "receiving_caught":76, "cfl_central_id":149562, "first_name":"Emmanuel", "middle_name":"", "last_name":"ARCENEAUX", "birth_date":"1987-09-17", "uniform":84, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "receiving_caught":76, "cfl_central_id":157755, "first_name":"Nick", "middle_name":"", "last_name":"MOORE", "birth_date":"1986-06-25", "uniform":17, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "receiving_caught":76, "cfl_central_id":160037, "first_name":"Luke", "middle_name":"", "last_name":"TASKER", "birth_date":"1991-01-18", "uniform":17, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "receiving_caught":71, "cfl_central_id":135351, "first_name":"S.J.", "middle_name":"", "last_name":"GREEN", "birth_date":"1985-06-20", "uniform":19, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "receiving_caught":70, "cfl_central_id":138985, "first_name":"Weston", "middle_name":"", "last_name":"DRESSLER", "birth_date":"1985-07-14", "uniform":7, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "receiving_caught":70, "cfl_central_id":111798, "first_name":"Nikolas", "middle_name":"", "last_name":"LEWIS", "birth_date":"1982-03-06", "uniform":8, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "receiving_caught":70, "cfl_central_id":159189, "first_name":"Vidal", "middle_name":"", "last_name":"HAZELTON", "birth_date":"1988-01-29", "uniform":21, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "receiving_caught":69, "cfl_central_id":159820, "first_name":"Greg", "middle_name":"", "last_name":"ELLINGSON", "birth_date":"1988-12-30", "uniform":82, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "receiving_caught":69, "cfl_central_id":159987, "first_name":"Terrell", "middle_name":"", "last_name":"SINKFIELD", "birth_date":"1990-12-10", "uniform":14, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "receiving_caught":61, "cfl_central_id":159470, "first_name":"Darvin", "middle_name":"", "last_name":"ADAMS", "birth_date":"1990-01-05", "uniform":4, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "receiving_caught":59, "cfl_central_id":160460, "first_name":"Ryan", "middle_name":"", "last_name":"SMITH", "birth_date":"1991-08-19", "uniform":2, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "receiving_caught":58, "cfl_central_id":133498, "first_name":"Maurice", "middle_name":"", "last_name":"PRICE", "birth_date":"1985-09-11", "uniform":7, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "receiving_caught":58, "cfl_central_id":160791, "first_name":"Tori", "middle_name":"", "last_name":"GURLEY", "birth_date":"1987-11-22", "uniform":81, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" } ], "receiving_targeted":[ { "season":2015, "receiving_targeted":160, "cfl_central_id":143266, "first_name":"Adarius", "middle_name":"", "last_name":"BOWMAN", "birth_date":"1985-07-10", "uniform":4, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "receiving_targeted":138, "cfl_central_id":161298, "first_name":"Derel", "middle_name":"", "last_name":"WALKER", "birth_date":"1991-06-29", "uniform":87, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "receiving_targeted":135, "cfl_central_id":147207, "first_name":"Chris", "middle_name":"", "last_name":"WILLIAMS", "birth_date":"1987-09-16", "uniform":80, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "receiving_targeted":135, "cfl_central_id":160253, "first_name":"Eric", "middle_name":"", "last_name":"ROGERS", "birth_date":"1991-02-12", "uniform":80, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "receiving_targeted":124, "cfl_central_id":135351, "first_name":"S.J.", "middle_name":"", "last_name":"GREEN", "birth_date":"1985-06-20", "uniform":19, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "receiving_targeted":122, "cfl_central_id":150685, "first_name":"Ernest", "middle_name":"", "last_name":"JACKSON", "birth_date":"1986-09-10", "uniform":9, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "receiving_targeted":118, "cfl_central_id":138985, "first_name":"Weston", "middle_name":"", "last_name":"DRESSLER", "birth_date":"1985-07-14", "uniform":7, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "receiving_targeted":118, "cfl_central_id":149562, "first_name":"Emmanuel", "middle_name":"", "last_name":"ARCENEAUX", "birth_date":"1987-09-17", "uniform":84, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "receiving_targeted":113, "cfl_central_id":157755, "first_name":"Nick", "middle_name":"", "last_name":"MOORE", "birth_date":"1986-06-25", "uniform":17, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "receiving_targeted":110, "cfl_central_id":159189, "first_name":"Vidal", "middle_name":"", "last_name":"HAZELTON", "birth_date":"1988-01-29", "uniform":21, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "receiving_targeted":109, "cfl_central_id":138303, "first_name":"Marquay", "middle_name":"", "last_name":"MCDANIEL", "birth_date":"1984-04-20", "uniform":16, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "receiving_targeted":108, "cfl_central_id":160037, "first_name":"Luke", "middle_name":"", "last_name":"TASKER", "birth_date":"1991-01-18", "uniform":17, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "receiving_targeted":107, "cfl_central_id":170218, "first_name":"Brad", "middle_name":"", "last_name":"SINOPOLI", "birth_date":"1988-04-14", "uniform":88, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "receiving_targeted":101, "cfl_central_id":159820, "first_name":"Greg", "middle_name":"", "last_name":"ELLINGSON", "birth_date":"1988-12-30", "uniform":82, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "receiving_targeted":100, "cfl_central_id":159470, "first_name":"Darvin", "middle_name":"", "last_name":"ADAMS", "birth_date":"1990-01-05", "uniform":4, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "receiving_targeted":99, "cfl_central_id":133498, "first_name":"Maurice", "middle_name":"", "last_name":"PRICE", "birth_date":"1985-09-11", "uniform":7, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "receiving_targeted":94, "cfl_central_id":159987, "first_name":"Terrell", "middle_name":"", "last_name":"SINKFIELD", "birth_date":"1990-12-10", "uniform":14, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "receiving_targeted":93, "cfl_central_id":111798, "first_name":"Nikolas", "middle_name":"", "last_name":"LEWIS", "birth_date":"1982-03-06", "uniform":8, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "receiving_targeted":92, "cfl_central_id":159258, "first_name":"Jeff", "middle_name":"", "last_name":"FULLER", "birth_date":"1990-04-20", "uniform":3, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "receiving_targeted":91, "cfl_central_id":136256, "first_name":"Rob", "middle_name":"", "last_name":"BAGG", "birth_date":"1985-03-02", "uniform":6, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" } ] }, "errors":[ ], "meta":{ "copyright":"Copyright 2016 Canadian Football League." } }
GET/v1/leaders/[season]/category/defence
Get a list of leaders in all defensive stat categories
Get the top 20 leaders in 2015 for all defensive stat categories
GET /v1/leaders/2015/category/defenceView Response
{ "data":{ "field_goals":[ { "season":2015, "field_goals":42, "cfl_central_id":149157, "first_name":"Justin", "middle_name":"", "last_name":"MEDLOCK", "birth_date":"1983-10-23", "uniform":7, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "field_goals":41, "cfl_central_id":158244, "first_name":"Rene", "middle_name":"", "last_name":"PAREDES", "birth_date":"1985-05-15", "uniform":30, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "field_goals":36, "cfl_central_id":160216, "first_name":"Boris", "middle_name":"", "last_name":"BEDE", "birth_date":"1989-11-20", "uniform":14, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "field_goals":32, "cfl_central_id":170219, "first_name":"Christopher", "middle_name":"", "last_name":"MILO", "birth_date":"1986-11-02", "uniform":30, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "field_goals":30, "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10", "uniform":3, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "field_goals":29, "cfl_central_id":8002, "first_name":"Paul", "middle_name":"", "last_name":"MCCALLUM", "birth_date":"1970-01-07", "uniform":15, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "field_goals":24, "cfl_central_id":136193, "first_name":"Sean", "middle_name":"", "last_name":"WHYTE", "birth_date":"1985-10-23", "uniform":6, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "field_goals":22, "cfl_central_id":160189, "first_name":"Lirim", "middle_name":"", "last_name":"HAJRULLAHU", "birth_date":"1990-04-24", "uniform":70, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "field_goals":21, "cfl_central_id":158155, "first_name":"Grant", "middle_name":"", "last_name":"SHAW", "birth_date":"1984-08-03", "uniform":11, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "field_goals":12, "cfl_central_id":161667, "first_name":"Ronald", "middle_name":"", "last_name":"PFEFFER", "birth_date":"1992-06-17", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "field_goals":11, "cfl_central_id":159672, "first_name":"Delbert", "middle_name":"", "last_name":"ALVARADO", "birth_date":"1989-01-03", "uniform":48, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "field_goals":10, "cfl_central_id":161331, "first_name":"Sergio", "middle_name":"", "last_name":"CASTILLO", "birth_date":"1990-11-01", "uniform":33, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "field_goals":8, "cfl_central_id":158181, "first_name":"Justin", "middle_name":"", "last_name":"PALARDY", "birth_date":"1988-05-24", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "field_goals":4, "cfl_central_id":156354, "first_name":"Swayze", "middle_name":"", "last_name":"WATERS", "birth_date":"1987-10-18", "uniform":34, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "field_goals":4, "cfl_central_id":160702, "first_name":"Tyler", "middle_name":"", "last_name":"CRAPIGNA", "birth_date":"1992-08-04", "uniform":14, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "field_goals":3, "cfl_central_id":161274, "first_name":"Jake", "middle_name":"", "last_name":"ROGERS", "birth_date":"1987-05-24", "uniform":42, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "field_goals":2, "cfl_central_id":161278, "first_name":"Anthony", "middle_name":"", "last_name":"FERA", "birth_date":"1991-06-18", "uniform":19, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "field_goals":0, "cfl_central_id":161321, "first_name":"Ray", "middle_name":"", "last_name":"EARLY", "birth_date":"1992-06-03", "uniform":39, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "field_goals":0, "cfl_central_id":102713, "first_name":"Dave", "middle_name":"", "last_name":"STALA", "birth_date":"1979-10-25", "uniform":88, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" } ], "kicking":[ { "season":2015, "kicking":6118, "cfl_central_id":158147, "first_name":"Rob", "middle_name":"", "last_name":"MAVER", "birth_date":"1986-03-12", "uniform":6, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders", "extended_data":{ "punting":"6118" } }, { "season":2015, "kicking":5893, "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10", "uniform":3, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions", "extended_data":{ "punting":"5893" } }, { "season":2015, "kicking":5729, "cfl_central_id":160189, "first_name":"Lirim", "middle_name":"", "last_name":"HAJRULLAHU", "birth_date":"1990-04-24", "uniform":70, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers", "extended_data":{ "punting":"5729" } }, { "season":2015, "kicking":4955, "cfl_central_id":161321, "first_name":"Ray", "middle_name":"", "last_name":"EARLY", "birth_date":"1992-06-03", "uniform":39, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders", "extended_data":{ "punting":"4955" } }, { "season":2015, "kicking":4783, "cfl_central_id":160216, "first_name":"Boris", "middle_name":"", "last_name":"BEDE", "birth_date":"1989-11-20", "uniform":14, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes", "extended_data":{ "punting":"4783" } }, { "season":2015, "kicking":3466, "cfl_central_id":158155, "first_name":"Grant", "middle_name":"", "last_name":"SHAW", "birth_date":"1984-08-03", "uniform":11, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks", "extended_data":{ "punting":"3466" } }, { "season":2015, "kicking":2719, "cfl_central_id":161667, "first_name":"Ronald", "middle_name":"", "last_name":"PFEFFER", "birth_date":"1992-06-17", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Redblacks", "extended_data":{ "punting":"2719" } }, { "season":2015, "kicking":2657, "cfl_central_id":149157, "first_name":"Justin", "middle_name":"", "last_name":"MEDLOCK", "birth_date":"1983-10-23", "uniform":7, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats", "extended_data":{ "punting":"2657" } }, { "season":2015, "kicking":2379, "cfl_central_id":136193, "first_name":"Sean", "middle_name":"", "last_name":"WHYTE", "birth_date":"1985-10-23", "uniform":6, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks", "extended_data":{ "punting":"2379" } }, { "season":2015, "kicking":1990, "cfl_central_id":159141, "first_name":"Anthony", "middle_name":"", "last_name":"ALIX", "birth_date":"1986-08-12", "uniform":15, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Redblacks", "extended_data":{ "punting":"1990" } }, { "season":2015, "kicking":1586, "cfl_central_id":170201, "first_name":"Hugh", "middle_name":"", "last_name":"O'NEILL", "birth_date":"1990-01-20", "uniform":13, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats", "extended_data":{ "punting":"1586" } }, { "season":2015, "kicking":1298, "cfl_central_id":156354, "first_name":"Swayze", "middle_name":"", "last_name":"WATERS", "birth_date":"1987-10-18", "uniform":34, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts", "extended_data":{ "punting":"1298" } }, { "season":2015, "kicking":965, "cfl_central_id":160360, "first_name":"Brett", "middle_name":"", "last_name":"MAHER", "birth_date":"1989-11-21", "uniform":3, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks", "extended_data":{ "punting":"965" } }, { "season":2015, "kicking":754, "cfl_central_id":158181, "first_name":"Justin", "middle_name":"", "last_name":"PALARDY", "birth_date":"1988-05-24", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts", "extended_data":{ "punting":"754" } }, { "season":2015, "kicking":714, "cfl_central_id":161274, "first_name":"Jake", "middle_name":"", "last_name":"ROGERS", "birth_date":"1987-05-24", "uniform":42, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts", "extended_data":{ "punting":"714" } }, { "season":2015, "kicking":532, "cfl_central_id":170219, "first_name":"Christopher", "middle_name":"", "last_name":"MILO", "birth_date":"1986-11-02", "uniform":30, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders", "extended_data":{ "punting":"532" } }, { "season":2015, "kicking":460, "cfl_central_id":158874, "first_name":"Thomas", "middle_name":"", "last_name":"DEMARCO", "birth_date":"1989-01-01", "uniform":17, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks", "extended_data":{ "punting":"460" } }, { "season":2015, "kicking":348, "cfl_central_id":161331, "first_name":"Sergio", "middle_name":"", "last_name":"CASTILLO", "birth_date":"1990-11-01", "uniform":33, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers", "extended_data":{ "punting":"348" } }, { "season":2015, "kicking":297, "cfl_central_id":161278, "first_name":"Anthony", "middle_name":"", "last_name":"FERA", "birth_date":"1991-06-18", "uniform":19, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions", "extended_data":{ "punting":"297" } }, { "season":2015, "kicking":288, "cfl_central_id":160916, "first_name":"Michael", "middle_name":"", "last_name":"PALARDY", "birth_date":"1992-07-06", "uniform":14, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts", "extended_data":{ "punting":"288" } } ], "returns":[ { "season":2015, "returns":93, "cfl_central_id":160022, "first_name":"Kendial", "middle_name":"", "last_name":"LAWRENCE", "birth_date":"1989-10-29", "uniform":32, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "returns":88, "cfl_central_id":133582, "first_name":"Stefan", "middle_name":"", "last_name":"LOGAN", "birth_date":"1981-06-02", "uniform":0, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "returns":75, "cfl_central_id":152593, "first_name":"Brandon", "middle_name":"", "last_name":"BANKS", "birth_date":"1987-12-21", "uniform":16, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "returns":67, "cfl_central_id":160014, "first_name":"Troy", "middle_name":"", "last_name":"STOUDERMIRE", "birth_date":"1990-04-01", "uniform":1, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "returns":64, "cfl_central_id":158085, "first_name":"Tim", "middle_name":"", "last_name":"BROWN", "birth_date":"1984-10-25", "uniform":2, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "returns":57, "cfl_central_id":147207, "first_name":"Chris", "middle_name":"", "last_name":"WILLIAMS", "birth_date":"1987-09-16", "uniform":80, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "returns":48, "cfl_central_id":159482, "first_name":"Chris", "middle_name":"", "last_name":"RAINEY", "birth_date":"1988-03-02", "uniform":28, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "returns":45, "cfl_central_id":161502, "first_name":"Nic", "middle_name":"", "last_name":"DEMSKI", "birth_date":"1993-12-14", "uniform":9, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "returns":37, "cfl_central_id":115154, "first_name":"Chad", "middle_name":"", "last_name":"OWENS", "birth_date":"1982-04-03", "uniform":2, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "returns":32, "cfl_central_id":159532, "first_name":"Skye", "middle_name":"", "last_name":"DAWSON", "birth_date":"1989-12-02", "uniform":88, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Stampeders" }, { "season":2015, "returns":26, "cfl_central_id":157681, "first_name":"AJ", "middle_name":"", "last_name":"JEFFERSON", "birth_date":"1988-04-04", "uniform":24, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "returns":14, "cfl_central_id":159501, "first_name":"Jamill", "middle_name":"", "last_name":"SMITH", "birth_date":"1991-02-23", "uniform":84, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "returns":14, "cfl_central_id":170196, "first_name":"Marco", "middle_name":"", "last_name":"IANNUZZI", "birth_date":"1987-05-21", "uniform":87, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "returns":13, "cfl_central_id":161300, "first_name":"Alexander", "middle_name":"", "last_name":"TILLMAN", "birth_date":"1991-05-29", "uniform":28, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "returns":13, "cfl_central_id":160083, "first_name":"Steven", "middle_name":"", "last_name":"MILLER", "birth_date":"1991-03-23", "uniform":10, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "returns":12, "cfl_central_id":160513, "first_name":"Keola", "middle_name":"", "last_name":"ANTOLIN", "birth_date":"1989-01-14", "uniform":1, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "returns":12, "cfl_central_id":157706, "first_name":"Joe", "middle_name":"", "last_name":"BURNETT", "birth_date":"1986-11-28", "uniform":24, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "returns":11, "cfl_central_id":160410, "first_name":"Nathan", "middle_name":"", "last_name":"SLAUGHTER", "birth_date":"1992-08-21", "uniform":83, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "returns":9, "cfl_central_id":159832, "first_name":"Justin", "middle_name":"", "last_name":"VELTUNG", "birth_date":"1991-03-30", "uniform":19, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "returns":8, "cfl_central_id":159987, "first_name":"Terrell", "middle_name":"", "last_name":"SINKFIELD", "birth_date":"1990-12-10", "uniform":14, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" } ], "return_yards":[ { "season":2015, "return_yards":1073, "cfl_central_id":133582, "first_name":"Stefan", "middle_name":"", "last_name":"LOGAN", "birth_date":"1981-06-02", "uniform":0, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "return_yards":963, "cfl_central_id":160022, "first_name":"Kendial", "middle_name":"", "last_name":"LAWRENCE", "birth_date":"1989-10-29", "uniform":32, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "return_yards":930, "cfl_central_id":152593, "first_name":"Brandon", "middle_name":"", "last_name":"BANKS", "birth_date":"1987-12-21", "uniform":16, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "return_yards":677, "cfl_central_id":160014, "first_name":"Troy", "middle_name":"", "last_name":"STOUDERMIRE", "birth_date":"1990-04-01", "uniform":1, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "return_yards":602, "cfl_central_id":159482, "first_name":"Chris", "middle_name":"", "last_name":"RAINEY", "birth_date":"1988-03-02", "uniform":28, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "return_yards":559, "cfl_central_id":158085, "first_name":"Tim", "middle_name":"", "last_name":"BROWN", "birth_date":"1984-10-25", "uniform":2, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "return_yards":468, "cfl_central_id":115154, "first_name":"Chad", "middle_name":"", "last_name":"OWENS", "birth_date":"1982-04-03", "uniform":2, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "return_yards":384, "cfl_central_id":159532, "first_name":"Skye", "middle_name":"", "last_name":"DAWSON", "birth_date":"1989-12-02", "uniform":88, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Stampeders" }, { "season":2015, "return_yards":377, "cfl_central_id":161502, "first_name":"Nic", "middle_name":"", "last_name":"DEMSKI", "birth_date":"1993-12-14", "uniform":9, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "return_yards":338, "cfl_central_id":147207, "first_name":"Chris", "middle_name":"", "last_name":"WILLIAMS", "birth_date":"1987-09-16", "uniform":80, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "return_yards":324, "cfl_central_id":157681, "first_name":"AJ", "middle_name":"", "last_name":"JEFFERSON", "birth_date":"1988-04-04", "uniform":24, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "return_yards":173, "cfl_central_id":170196, "first_name":"Marco", "middle_name":"", "last_name":"IANNUZZI", "birth_date":"1987-05-21", "uniform":87, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "return_yards":139, "cfl_central_id":157706, "first_name":"Joe", "middle_name":"", "last_name":"BURNETT", "birth_date":"1986-11-28", "uniform":24, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "return_yards":125, "cfl_central_id":159501, "first_name":"Jamill", "middle_name":"", "last_name":"SMITH", "birth_date":"1991-02-23", "uniform":84, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "return_yards":115, "cfl_central_id":159987, "first_name":"Terrell", "middle_name":"", "last_name":"SINKFIELD", "birth_date":"1990-12-10", "uniform":14, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "return_yards":103, "cfl_central_id":161300, "first_name":"Alexander", "middle_name":"", "last_name":"TILLMAN", "birth_date":"1991-05-29", "uniform":28, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "return_yards":97, "cfl_central_id":160513, "first_name":"Keola", "middle_name":"", "last_name":"ANTOLIN", "birth_date":"1989-01-14", "uniform":1, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "return_yards":84, "cfl_central_id":160083, "first_name":"Steven", "middle_name":"", "last_name":"MILLER", "birth_date":"1991-03-23", "uniform":10, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "return_yards":76, "cfl_central_id":160410, "first_name":"Nathan", "middle_name":"", "last_name":"SLAUGHTER", "birth_date":"1992-08-21", "uniform":83, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "return_yards":73, "cfl_central_id":159832, "first_name":"Justin", "middle_name":"", "last_name":"VELTUNG", "birth_date":"1991-03-30", "uniform":19, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" } ], "field_goal_missed_return_yards":[ { "season":2015, "field_goal_missed_return_yards":179, "cfl_central_id":133582, "first_name":"Stefan", "middle_name":"", "last_name":"LOGAN", "birth_date":"1981-06-02", "uniform":0, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "field_goal_missed_return_yards":163, "cfl_central_id":160022, "first_name":"Kendial", "middle_name":"", "last_name":"LAWRENCE", "birth_date":"1989-10-29", "uniform":32, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "field_goal_missed_return_yards":122, "cfl_central_id":161502, "first_name":"Nic", "middle_name":"", "last_name":"DEMSKI", "birth_date":"1993-12-14", "uniform":9, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "field_goal_missed_return_yards":119, "cfl_central_id":158085, "first_name":"Tim", "middle_name":"", "last_name":"BROWN", "birth_date":"1984-10-25", "uniform":2, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "field_goal_missed_return_yards":97, "cfl_central_id":159532, "first_name":"Skye", "middle_name":"", "last_name":"DAWSON", "birth_date":"1989-12-02", "uniform":17, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "field_goal_missed_return_yards":68, "cfl_central_id":170196, "first_name":"Marco", "middle_name":"", "last_name":"IANNUZZI", "birth_date":"1987-05-21", "uniform":87, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "field_goal_missed_return_yards":55, "cfl_central_id":138985, "first_name":"Weston", "middle_name":"", "last_name":"DRESSLER", "birth_date":"1985-07-14", "uniform":7, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "field_goal_missed_return_yards":54, "cfl_central_id":152593, "first_name":"Brandon", "middle_name":"", "last_name":"BANKS", "birth_date":"1987-12-21", "uniform":16, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "field_goal_missed_return_yards":36, "cfl_central_id":161480, "first_name":"Henry", "middle_name":"", "last_name":"JOSEY", "birth_date":"1991-09-25", "uniform":20, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "field_goal_missed_return_yards":35, "cfl_central_id":161864, "first_name":"Spencer", "middle_name":"", "last_name":"DAVIS", "birth_date":"1992-06-30", "uniform":88, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "field_goal_missed_return_yards":35, "cfl_central_id":160495, "first_name":"Sederrik", "middle_name":"", "last_name":"CUNNINGHAM", "birth_date":"1989-07-18", "uniform":82, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "field_goal_missed_return_yards":30, "cfl_central_id":159501, "first_name":"Jamill", "middle_name":"", "last_name":"SMITH", "birth_date":"1991-02-23", "uniform":84, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "field_goal_missed_return_yards":28, "cfl_central_id":139834, "first_name":"Tristan", "middle_name":"", "last_name":"JACKSON", "birth_date":"1986-05-05", "uniform":38, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "field_goal_missed_return_yards":27, "cfl_central_id":160410, "first_name":"Nathan", "middle_name":"", "last_name":"SLAUGHTER", "birth_date":"1992-08-21", "uniform":83, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "field_goal_missed_return_yards":22, "cfl_central_id":170193, "first_name":"Anthony", "middle_name":"", "last_name":"PARKER", "birth_date":"1989-11-21", "uniform":86, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "field_goal_missed_return_yards":16, "cfl_central_id":160580, "first_name":"Cordelius", "middle_name":"", "last_name":"PARKS", "birth_date":"1986-11-12", "uniform":26, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "field_goal_missed_return_yards":13, "cfl_central_id":147086, "first_name":"Jock", "middle_name":"", "last_name":"SANDERS", "birth_date":"1988-06-14", "uniform":19, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "field_goal_missed_return_yards":7, "cfl_central_id":147207, "first_name":"Chris", "middle_name":"", "last_name":"WILLIAMS", "birth_date":"1987-09-16", "uniform":80, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "field_goal_missed_return_yards":7, "cfl_central_id":160207, "first_name":"Diontae", "middle_name":"", "last_name":"SPENCER", "birth_date":"1992-03-19", "uniform":85, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "field_goal_missed_return_yards":1, "cfl_central_id":161158, "first_name":"Travis", "middle_name":"", "last_name":"HAWKINS", "birth_date":"1991-02-18", "uniform":30, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" } ], "kickoff_yards":[ { "season":2015, "kickoff_yards":5212, "cfl_central_id":149157, "first_name":"Justin", "middle_name":"", "last_name":"MEDLOCK", "birth_date":"1983-10-23", "uniform":7, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "kickoff_yards":4601, "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10", "uniform":3, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "kickoff_yards":4542, "cfl_central_id":158244, "first_name":"Rene", "middle_name":"", "last_name":"PAREDES", "birth_date":"1985-05-15", "uniform":30, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "kickoff_yards":3980, "cfl_central_id":160216, "first_name":"Boris", "middle_name":"", "last_name":"BEDE", "birth_date":"1989-11-20", "uniform":14, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "kickoff_yards":3826, "cfl_central_id":161321, "first_name":"Ray", "middle_name":"", "last_name":"EARLY", "birth_date":"1992-06-03", "uniform":39, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "kickoff_yards":3468, "cfl_central_id":158155, "first_name":"Grant", "middle_name":"", "last_name":"SHAW", "birth_date":"1984-08-03", "uniform":11, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "kickoff_yards":2974, "cfl_central_id":160189, "first_name":"Lirim", "middle_name":"", "last_name":"HAJRULLAHU", "birth_date":"1990-04-24", "uniform":70, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "kickoff_yards":2896, "cfl_central_id":161667, "first_name":"Ronald", "middle_name":"", "last_name":"PFEFFER", "birth_date":"1992-06-17", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Redblacks" }, { "season":2015, "kickoff_yards":1426, "cfl_central_id":136193, "first_name":"Sean", "middle_name":"", "last_name":"WHYTE", "birth_date":"1985-10-23", "uniform":6, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "kickoff_yards":1204, "cfl_central_id":160360, "first_name":"Brett", "middle_name":"", "last_name":"MAHER", "birth_date":"1989-11-21", "uniform":3, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "kickoff_yards":1184, "cfl_central_id":159141, "first_name":"Anthony", "middle_name":"", "last_name":"ALIX", "birth_date":"1986-08-12", "uniform":15, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Redblacks" }, { "season":2015, "kickoff_yards":846, "cfl_central_id":170219, "first_name":"Christopher", "middle_name":"", "last_name":"MILO", "birth_date":"1986-11-02", "uniform":30, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "kickoff_yards":817, "cfl_central_id":156354, "first_name":"Swayze", "middle_name":"", "last_name":"WATERS", "birth_date":"1987-10-18", "uniform":34, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kickoff_yards":808, "cfl_central_id":161331, "first_name":"Sergio", "middle_name":"", "last_name":"CASTILLO", "birth_date":"1990-11-01", "uniform":33, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "kickoff_yards":544, "cfl_central_id":159672, "first_name":"Delbert", "middle_name":"", "last_name":"ALVARADO", "birth_date":"1989-01-03", "uniform":48, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "kickoff_yards":485, "cfl_central_id":158181, "first_name":"Justin", "middle_name":"", "last_name":"PALARDY", "birth_date":"1988-05-24", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kickoff_yards":375, "cfl_central_id":161274, "first_name":"Jake", "middle_name":"", "last_name":"ROGERS", "birth_date":"1987-05-24", "uniform":42, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kickoff_yards":325, "cfl_central_id":160916, "first_name":"Michael", "middle_name":"", "last_name":"PALARDY", "birth_date":"1992-07-06", "uniform":14, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kickoff_yards":317, "cfl_central_id":102713, "first_name":"Dave", "middle_name":"", "last_name":"STALA", "birth_date":"1979-10-25", "uniform":88, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kickoff_yards":273, "cfl_central_id":160494, "first_name":"Andrew", "middle_name":"", "last_name":"WILDER", "birth_date":"1990-07-05", "uniform":41, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" } ], "tackles_special_teams":[ { "season":2015, "tackles_special_teams":24, "cfl_central_id":170270, "first_name":"Bo", "middle_name":"", "last_name":"LOKOMBO", "birth_date":"1990-10-15", "uniform":8, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "tackles_special_teams":23, "cfl_central_id":159609, "first_name":"Deon", "middle_name":"", "last_name":"LACEY", "birth_date":"1990-07-18", "uniform":40, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "tackles_special_teams":20, "cfl_central_id":161556, "first_name":"Blair", "middle_name":"", "last_name":"SMITH", "birth_date":"1990-09-25", "uniform":48, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "tackles_special_teams":18, "cfl_central_id":143302, "first_name":"Jason", "middle_name":"", "last_name":"ARAKGI", "birth_date":"1985-05-12", "uniform":45, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "tackles_special_teams":18, "cfl_central_id":159955, "first_name":"Frederic", "middle_name":"", "last_name":"PLESIUS", "birth_date":"1988-02-19", "uniform":33, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "tackles_special_teams":18, "cfl_central_id":160660, "first_name":"Antoine", "middle_name":"", "last_name":"PRUNEAU", "birth_date":"1989-10-20", "uniform":6, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "tackles_special_teams":17, "cfl_central_id":158129, "first_name":"Michael", "middle_name":"", "last_name":"MILLER", "birth_date":"1989-03-15", "uniform":25, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "tackles_special_teams":17, "cfl_central_id":159293, "first_name":"Greg", "middle_name":"", "last_name":"JONES", "birth_date":"1988-10-05", "uniform":53, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "tackles_special_teams":17, "cfl_central_id":160682, "first_name":"Nigel", "middle_name":"", "last_name":"ROMICK", "birth_date":"1991-04-22", "uniform":47, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "tackles_special_teams":16, "cfl_central_id":151351, "first_name":"James", "middle_name":"", "last_name":"YURICHUK", "birth_date":"1986-11-01", "uniform":47, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "tackles_special_teams":15, "cfl_central_id":151366, "first_name":"James", "middle_name":"", "last_name":"GREEN", "birth_date":"1983-06-22", "uniform":38, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "tackles_special_teams":15, "cfl_central_id":158290, "first_name":"Daryl", "middle_name":"", "last_name":"TOWNSEND", "birth_date":"1985-09-25", "uniform":36, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "tackles_special_teams":15, "cfl_central_id":160691, "first_name":"Derek", "middle_name":"", "last_name":"JONES", "birth_date":"1992-05-22", "uniform":41, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "tackles_special_teams":14, "cfl_central_id":159774, "first_name":"Brendan", "middle_name":"", "last_name":"GILLANDERS", "birth_date":"1990-11-27", "uniform":45, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "tackles_special_teams":14, "cfl_central_id":160664, "first_name":"Beau", "middle_name":"", "last_name":"LANDRY", "birth_date":"1991-09-24", "uniform":23, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "tackles_special_teams":13, "cfl_central_id":157871, "first_name":"J.C.", "middle_name":"", "last_name":"SHERRITT", "birth_date":"1988-05-02", "uniform":47, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "tackles_special_teams":13, "cfl_central_id":159816, "first_name":"Keynan", "middle_name":"", "last_name":"PARKER", "birth_date":"1990-11-17", "uniform":20, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "tackles_special_teams":13, "cfl_central_id":159845, "first_name":"Herve", "middle_name":"", "last_name":"TONYE-TONYE", "birth_date":"1988-05-15", "uniform":40, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "tackles_special_teams":13, "cfl_central_id":160051, "first_name":"Korey", "middle_name":"", "last_name":"JONES", "birth_date":"1989-04-04", "uniform":44, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "tackles_special_teams":13, "cfl_central_id":160683, "first_name":"Adam", "middle_name":"", "last_name":"THIBAULT", "birth_date":"1990-03-26", "uniform":41, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" } ], "kicks_blocked":[ { "season":2015, "kicks_blocked":1, "cfl_central_id":170294, "first_name":"Michael", "middle_name":"", "last_name":"DALY", "birth_date":"1990-05-30", "uniform":35, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":170292, "first_name":"Neil", "middle_name":"", "last_name":"KING", "birth_date":"1988-09-10", "uniform":43, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":170269, "first_name":"Carl", "middle_name":"", "last_name":"FITZGERALD", "birth_date":"1990-01-13", "uniform":45, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":170224, "first_name":"Gregory", "middle_name":"", "last_name":"ALEXANDRE", "birth_date":"1985-05-31", "uniform":95, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":161269, "first_name":"Jeff", "middle_name":"", "last_name":"KNOX JR.", "birth_date":"1992-02-22", "uniform":49, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":161158, "first_name":"Travis", "middle_name":"", "last_name":"HAWKINS", "birth_date":"1991-02-18", "uniform":30, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10", "uniform":3, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":160691, "first_name":"Derek", "middle_name":"", "last_name":"JONES", "birth_date":"1992-05-22", "uniform":41, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":160172, "first_name":"Markus", "middle_name":"", "last_name":"WHITE", "birth_date":"1987-11-25", "uniform":98, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":159525, "first_name":"Michael", "middle_name":"", "last_name":"BROOKS", "birth_date":"1991-08-28", "uniform":90, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":159522, "first_name":"Adam", "middle_name":"", "last_name":"BERGER", "birth_date":"1990-06-28", "uniform":21, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":159393, "first_name":"Teague", "middle_name":"", "last_name":"SHERMAN", "birth_date":"1988-03-29", "uniform":27, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":158806, "first_name":"Ed", "middle_name":"", "last_name":"GAINEY", "birth_date":"1990-06-06", "uniform":11, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":158118, "first_name":"Bryan", "middle_name":"", "last_name":"HALL", "birth_date":"1988-09-12", "uniform":6, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":157607, "first_name":"David", "middle_name":"", "last_name":"CALDWELL", "birth_date":"1987-05-19", "uniform":42, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":153918, "first_name":"Bruce", "middle_name":"", "last_name":"JOHNSON", "birth_date":"1987-12-18", "uniform":25, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":151380, "first_name":"Scott", "middle_name":"", "last_name":"MCHENRY", "birth_date":"1987-05-25", "uniform":18, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":127220, "first_name":"John", "middle_name":"", "last_name":"BOWMAN", "birth_date":"1982-07-09", "uniform":7, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":125907, "first_name":"Ricky", "middle_name":"", "last_name":"FOLEY", "birth_date":"1982-06-09", "uniform":95, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":117077, "first_name":"Lin-J", "middle_name":"", "last_name":"SHELL", "birth_date":"1981-10-22", "uniform":14, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" } ], "kickoff_return_yards":[ { "season":2015, "kickoff_return_yards":51, "cfl_central_id":133582, "first_name":"Stefan", "middle_name":"", "last_name":"LOGAN", "birth_date":"1981-06-02", "uniform":0, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "kickoff_return_yards":47, "cfl_central_id":160014, "first_name":"Troy", "middle_name":"", "last_name":"STOUDERMIRE", "birth_date":"1990-04-01", "uniform":1, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "kickoff_return_yards":45, "cfl_central_id":152593, "first_name":"Brandon", "middle_name":"", "last_name":"BANKS", "birth_date":"1987-12-21", "uniform":16, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "kickoff_return_yards":42, "cfl_central_id":161519, "first_name":"Shaquille", "middle_name":"", "last_name":"MURRAY-LAWRENCE", "birth_date":"1992-10-30", "uniform":35, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "kickoff_return_yards":33, "cfl_central_id":160022, "first_name":"Kendial", "middle_name":"", "last_name":"LAWRENCE", "birth_date":"1989-10-29", "uniform":32, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "kickoff_return_yards":32, "cfl_central_id":139834, "first_name":"Tristan", "middle_name":"", "last_name":"JACKSON", "birth_date":"1986-05-05", "uniform":38, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "kickoff_return_yards":27, "cfl_central_id":159482, "first_name":"Chris", "middle_name":"", "last_name":"RAINEY", "birth_date":"1988-03-02", "uniform":28, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "kickoff_return_yards":27, "cfl_central_id":160207, "first_name":"Diontae", "middle_name":"", "last_name":"SPENCER", "birth_date":"1992-03-19", "uniform":85, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kickoff_return_yards":26, "cfl_central_id":158085, "first_name":"Tim", "middle_name":"", "last_name":"BROWN", "birth_date":"1984-10-25", "uniform":2, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "kickoff_return_yards":16, "cfl_central_id":147086, "first_name":"Jock", "middle_name":"", "last_name":"SANDERS", "birth_date":"1988-06-14", "uniform":19, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "kickoff_return_yards":16, "cfl_central_id":160083, "first_name":"Steven", "middle_name":"", "last_name":"MILLER", "birth_date":"1991-03-23", "uniform":10, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "kickoff_return_yards":14, "cfl_central_id":161502, "first_name":"Nic", "middle_name":"", "last_name":"DEMSKI", "birth_date":"1993-12-14", "uniform":9, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "kickoff_return_yards":13, "cfl_central_id":159532, "first_name":"Skye", "middle_name":"", "last_name":"DAWSON", "birth_date":"1989-12-02", "uniform":88, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Stampeders" }, { "season":2015, "kickoff_return_yards":13, "cfl_central_id":161719, "first_name":"William", "middle_name":"", "last_name":"POWELL", "birth_date":"1988-03-09", "uniform":29, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "kickoff_return_yards":12, "cfl_central_id":158075, "first_name":"Chevon", "middle_name":"", "last_name":"WALKER", "birth_date":"1987-09-05", "uniform":29, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Redblacks" }, { "season":2015, "kickoff_return_yards":11, "cfl_central_id":161480, "first_name":"Henry", "middle_name":"", "last_name":"JOSEY", "birth_date":"1991-09-25", "uniform":20, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kickoff_return_yards":9, "cfl_central_id":160513, "first_name":"Keola", "middle_name":"", "last_name":"ANTOLIN", "birth_date":"1989-01-14", "uniform":1, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "kickoff_return_yards":8, "cfl_central_id":159832, "first_name":"Justin", "middle_name":"", "last_name":"VELTUNG", "birth_date":"1991-03-30", "uniform":19, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "kickoff_return_yards":8, "cfl_central_id":160067, "first_name":"Akwasi", "middle_name":"", "last_name":"OWUSU-ANSAH", "birth_date":"1988-04-10", "uniform":9, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kickoff_return_yards":8, "cfl_central_id":160410, "first_name":"Nathan", "middle_name":"", "last_name":"SLAUGHTER", "birth_date":"1992-08-21", "uniform":83, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" } ], "converts":[ { "season":2015, "converts":49, "cfl_central_id":149157, "first_name":"Justin", "middle_name":"", "last_name":"MEDLOCK", "birth_date":"1983-10-23", "uniform":7, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "converts":34, "cfl_central_id":170219, "first_name":"Christopher", "middle_name":"", "last_name":"MILO", "birth_date":"1986-11-02", "uniform":30, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "converts":27, "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10", "uniform":3, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "converts":26, "cfl_central_id":158244, "first_name":"Rene", "middle_name":"", "last_name":"PAREDES", "birth_date":"1985-05-15", "uniform":30, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "converts":25, "cfl_central_id":160216, "first_name":"Boris", "middle_name":"", "last_name":"BEDE", "birth_date":"1989-11-20", "uniform":14, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "converts":19, "cfl_central_id":158155, "first_name":"Grant", "middle_name":"", "last_name":"SHAW", "birth_date":"1984-08-03", "uniform":11, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "converts":18, "cfl_central_id":8002, "first_name":"Paul", "middle_name":"", "last_name":"MCCALLUM", "birth_date":"1970-01-07", "uniform":15, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "converts":15, "cfl_central_id":160189, "first_name":"Lirim", "middle_name":"", "last_name":"HAJRULLAHU", "birth_date":"1990-04-24", "uniform":70, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "converts":14, "cfl_central_id":136193, "first_name":"Sean", "middle_name":"", "last_name":"WHYTE", "birth_date":"1985-10-23", "uniform":6, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "converts":14, "cfl_central_id":158181, "first_name":"Justin", "middle_name":"", "last_name":"PALARDY", "birth_date":"1988-05-24", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "converts":11, "cfl_central_id":161667, "first_name":"Ronald", "middle_name":"", "last_name":"PFEFFER", "birth_date":"1992-06-17", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "converts":7, "cfl_central_id":156354, "first_name":"Swayze", "middle_name":"", "last_name":"WATERS", "birth_date":"1987-10-18", "uniform":34, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "converts":5, "cfl_central_id":160702, "first_name":"Tyler", "middle_name":"", "last_name":"CRAPIGNA", "birth_date":"1992-08-04", "uniform":14, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "converts":5, "cfl_central_id":161331, "first_name":"Sergio", "middle_name":"", "last_name":"CASTILLO", "birth_date":"1990-11-01", "uniform":33, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "converts":4, "cfl_central_id":159672, "first_name":"Delbert", "middle_name":"", "last_name":"ALVARADO", "birth_date":"1989-01-03", "uniform":48, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "converts":2, "cfl_central_id":102713, "first_name":"Dave", "middle_name":"", "last_name":"STALA", "birth_date":"1979-10-25", "uniform":88, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "converts":2, "cfl_central_id":161274, "first_name":"Jake", "middle_name":"", "last_name":"ROGERS", "birth_date":"1987-05-24", "uniform":42, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "converts":0, "cfl_central_id":158075, "first_name":"Chevon", "middle_name":"", "last_name":"WALKER", "birth_date":"1987-09-05", "uniform":24, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "converts":0, "cfl_central_id":157693, "first_name":"Matt", "middle_name":"", "last_name":"NICHOLS", "birth_date":"1987-03-19", "uniform":16, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Elks" }, { "season":2015, "converts":0, "cfl_central_id":63531, "first_name":"Kevin", "middle_name":"", "last_name":"GLENN", "birth_date":"1979-06-12", "uniform":5, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" } ], "converts_2pt":[ { "season":2015, "converts_2pt":9, "cfl_central_id":158222, "first_name":"Bo Levi", "middle_name":"", "last_name":"MITCHELL", "birth_date":"1990-03-03", "uniform":19, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "converts_2pt":5, "cfl_central_id":156305, "first_name":"Trevor", "middle_name":"", "last_name":"HARRIS", "birth_date":"1986-05-31", "uniform":7, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "converts_2pt":5, "cfl_central_id":160119, "first_name":"Brett", "middle_name":"", "last_name":"SMITH", "birth_date":"1992-06-08", "uniform":16, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "converts_2pt":4, "cfl_central_id":131087, "first_name":"Mike", "middle_name":"", "last_name":"REILLY", "birth_date":"1985-01-25", "uniform":13, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "converts_2pt":3, "cfl_central_id":63531, "first_name":"Kevin", "middle_name":"", "last_name":"GLENN", "birth_date":"1979-06-12", "uniform":5, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "converts_2pt":3, "cfl_central_id":15850, "first_name":"Henry", "middle_name":"", "last_name":"BURRIS", "birth_date":"1975-05-04", "uniform":1, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "converts_2pt":3, "cfl_central_id":161066, "first_name":"Cameron", "middle_name":"", "last_name":"MARSHALL", "birth_date":"1991-10-14", "uniform":32, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "converts_2pt":2, "cfl_central_id":155276, "first_name":"Zach", "middle_name":"", "last_name":"COLLAROS", "birth_date":"1988-08-27", "uniform":4, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "converts_2pt":2, "cfl_central_id":143357, "first_name":"Jerome", "middle_name":"", "last_name":"MESSAM", "birth_date":"1985-04-02", "uniform":33, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Stampeders" }, { "season":2015, "converts_2pt":2, "cfl_central_id":157693, "first_name":"Matt", "middle_name":"", "last_name":"NICHOLS", "birth_date":"1987-03-19", "uniform":16, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Elks" }, { "season":2015, "converts_2pt":2, "cfl_central_id":125917, "first_name":"Jon", "middle_name":"", "last_name":"CORNISH", "birth_date":"1984-11-05", "uniform":9, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "converts_2pt":2, "cfl_central_id":114942, "first_name":"Travis", "middle_name":"", "last_name":"LULAY", "birth_date":"1983-09-27", "uniform":14, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "converts_2pt":2, "cfl_central_id":159395, "first_name":"Rakeem", "middle_name":"", "last_name":"CATO", "birth_date":"1992-03-28", "uniform":12, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "converts_2pt":2, "cfl_central_id":160212, "first_name":"Jonathon", "middle_name":"", "last_name":"JENNINGS", "birth_date":"1992-07-21", "uniform":10, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "converts_2pt":1, "cfl_central_id":126516, "first_name":"John", "middle_name":"", "last_name":"BECK", "birth_date":"1981-08-21", "uniform":12, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "converts_2pt":1, "cfl_central_id":143711, "first_name":"Andrew", "middle_name":"", "last_name":"HARRIS", "birth_date":"1987-04-24", "uniform":33, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "converts_2pt":1, "cfl_central_id":158565, "first_name":"Brian", "middle_name":"", "last_name":"BROHM", "birth_date":"1985-09-23", "uniform":12, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "converts_2pt":1, "cfl_central_id":159885, "first_name":"Tanner", "middle_name":"", "last_name":"MARSH", "birth_date":"1990-05-29", "uniform":4, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "converts_2pt":1, "cfl_central_id":160022, "first_name":"Kendial", "middle_name":"", "last_name":"LAWRENCE", "birth_date":"1989-10-29", "uniform":32, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "converts_2pt":1, "cfl_central_id":160269, "first_name":"Anthony", "middle_name":"", "last_name":"BOONE", "birth_date":"1991-10-29", "uniform":5, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" } ] }, "errors":[ ], "meta":{ "copyright":"Copyright 2016 Canadian Football League." } }
GET/v1/leaders/[season]/category/special_teams
Get a list of leaders in all special teams stat categories
Get the top 20 leaders in 2015 for all special teams stat categories
GET /v1/leaders/2015/category/special_teamsView Response
{ "data":{ "field_goals":[ { "season":2015, "field_goals":42, "cfl_central_id":149157, "first_name":"Justin", "middle_name":"", "last_name":"MEDLOCK", "birth_date":"1983-10-23", "uniform":7, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "field_goals":41, "cfl_central_id":158244, "first_name":"Rene", "middle_name":"", "last_name":"PAREDES", "birth_date":"1985-05-15", "uniform":30, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "field_goals":36, "cfl_central_id":160216, "first_name":"Boris", "middle_name":"", "last_name":"BEDE", "birth_date":"1989-11-20", "uniform":14, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "field_goals":32, "cfl_central_id":170219, "first_name":"Christopher", "middle_name":"", "last_name":"MILO", "birth_date":"1986-11-02", "uniform":30, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "field_goals":30, "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10", "uniform":3, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "field_goals":29, "cfl_central_id":8002, "first_name":"Paul", "middle_name":"", "last_name":"MCCALLUM", "birth_date":"1970-01-07", "uniform":15, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "field_goals":24, "cfl_central_id":136193, "first_name":"Sean", "middle_name":"", "last_name":"WHYTE", "birth_date":"1985-10-23", "uniform":6, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "field_goals":22, "cfl_central_id":160189, "first_name":"Lirim", "middle_name":"", "last_name":"HAJRULLAHU", "birth_date":"1990-04-24", "uniform":70, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "field_goals":21, "cfl_central_id":158155, "first_name":"Grant", "middle_name":"", "last_name":"SHAW", "birth_date":"1984-08-03", "uniform":11, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "field_goals":12, "cfl_central_id":161667, "first_name":"Ronald", "middle_name":"", "last_name":"PFEFFER", "birth_date":"1992-06-17", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "field_goals":11, "cfl_central_id":159672, "first_name":"Delbert", "middle_name":"", "last_name":"ALVARADO", "birth_date":"1989-01-03", "uniform":48, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "field_goals":10, "cfl_central_id":161331, "first_name":"Sergio", "middle_name":"", "last_name":"CASTILLO", "birth_date":"1990-11-01", "uniform":33, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "field_goals":8, "cfl_central_id":158181, "first_name":"Justin", "middle_name":"", "last_name":"PALARDY", "birth_date":"1988-05-24", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "field_goals":4, "cfl_central_id":156354, "first_name":"Swayze", "middle_name":"", "last_name":"WATERS", "birth_date":"1987-10-18", "uniform":34, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "field_goals":4, "cfl_central_id":160702, "first_name":"Tyler", "middle_name":"", "last_name":"CRAPIGNA", "birth_date":"1992-08-04", "uniform":14, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "field_goals":3, "cfl_central_id":161274, "first_name":"Jake", "middle_name":"", "last_name":"ROGERS", "birth_date":"1987-05-24", "uniform":42, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "field_goals":2, "cfl_central_id":161278, "first_name":"Anthony", "middle_name":"", "last_name":"FERA", "birth_date":"1991-06-18", "uniform":19, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "field_goals":0, "cfl_central_id":161321, "first_name":"Ray", "middle_name":"", "last_name":"EARLY", "birth_date":"1992-06-03", "uniform":39, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "field_goals":0, "cfl_central_id":102713, "first_name":"Dave", "middle_name":"", "last_name":"STALA", "birth_date":"1979-10-25", "uniform":88, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" } ], "kicking":[ { "season":2015, "kicking":6118, "cfl_central_id":158147, "first_name":"Rob", "middle_name":"", "last_name":"MAVER", "birth_date":"1986-03-12", "uniform":6, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders", "extended_data":{ "punting":"6118" } }, { "season":2015, "kicking":5893, "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10", "uniform":3, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions", "extended_data":{ "punting":"5893" } }, { "season":2015, "kicking":5729, "cfl_central_id":160189, "first_name":"Lirim", "middle_name":"", "last_name":"HAJRULLAHU", "birth_date":"1990-04-24", "uniform":70, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers", "extended_data":{ "punting":"5729" } }, { "season":2015, "kicking":4955, "cfl_central_id":161321, "first_name":"Ray", "middle_name":"", "last_name":"EARLY", "birth_date":"1992-06-03", "uniform":39, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders", "extended_data":{ "punting":"4955" } }, { "season":2015, "kicking":4783, "cfl_central_id":160216, "first_name":"Boris", "middle_name":"", "last_name":"BEDE", "birth_date":"1989-11-20", "uniform":14, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes", "extended_data":{ "punting":"4783" } }, { "season":2015, "kicking":3466, "cfl_central_id":158155, "first_name":"Grant", "middle_name":"", "last_name":"SHAW", "birth_date":"1984-08-03", "uniform":11, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks", "extended_data":{ "punting":"3466" } }, { "season":2015, "kicking":2719, "cfl_central_id":161667, "first_name":"Ronald", "middle_name":"", "last_name":"PFEFFER", "birth_date":"1992-06-17", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Redblacks", "extended_data":{ "punting":"2719" } }, { "season":2015, "kicking":2657, "cfl_central_id":149157, "first_name":"Justin", "middle_name":"", "last_name":"MEDLOCK", "birth_date":"1983-10-23", "uniform":7, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats", "extended_data":{ "punting":"2657" } }, { "season":2015, "kicking":2379, "cfl_central_id":136193, "first_name":"Sean", "middle_name":"", "last_name":"WHYTE", "birth_date":"1985-10-23", "uniform":6, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks", "extended_data":{ "punting":"2379" } }, { "season":2015, "kicking":1990, "cfl_central_id":159141, "first_name":"Anthony", "middle_name":"", "last_name":"ALIX", "birth_date":"1986-08-12", "uniform":15, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Redblacks", "extended_data":{ "punting":"1990" } }, { "season":2015, "kicking":1586, "cfl_central_id":170201, "first_name":"Hugh", "middle_name":"", "last_name":"O'NEILL", "birth_date":"1990-01-20", "uniform":13, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats", "extended_data":{ "punting":"1586" } }, { "season":2015, "kicking":1298, "cfl_central_id":156354, "first_name":"Swayze", "middle_name":"", "last_name":"WATERS", "birth_date":"1987-10-18", "uniform":34, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts", "extended_data":{ "punting":"1298" } }, { "season":2015, "kicking":965, "cfl_central_id":160360, "first_name":"Brett", "middle_name":"", "last_name":"MAHER", "birth_date":"1989-11-21", "uniform":3, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks", "extended_data":{ "punting":"965" } }, { "season":2015, "kicking":754, "cfl_central_id":158181, "first_name":"Justin", "middle_name":"", "last_name":"PALARDY", "birth_date":"1988-05-24", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts", "extended_data":{ "punting":"754" } }, { "season":2015, "kicking":714, "cfl_central_id":161274, "first_name":"Jake", "middle_name":"", "last_name":"ROGERS", "birth_date":"1987-05-24", "uniform":42, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts", "extended_data":{ "punting":"714" } }, { "season":2015, "kicking":532, "cfl_central_id":170219, "first_name":"Christopher", "middle_name":"", "last_name":"MILO", "birth_date":"1986-11-02", "uniform":30, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders", "extended_data":{ "punting":"532" } }, { "season":2015, "kicking":460, "cfl_central_id":158874, "first_name":"Thomas", "middle_name":"", "last_name":"DEMARCO", "birth_date":"1989-01-01", "uniform":17, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks", "extended_data":{ "punting":"460" } }, { "season":2015, "kicking":348, "cfl_central_id":161331, "first_name":"Sergio", "middle_name":"", "last_name":"CASTILLO", "birth_date":"1990-11-01", "uniform":33, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers", "extended_data":{ "punting":"348" } }, { "season":2015, "kicking":297, "cfl_central_id":161278, "first_name":"Anthony", "middle_name":"", "last_name":"FERA", "birth_date":"1991-06-18", "uniform":19, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions", "extended_data":{ "punting":"297" } }, { "season":2015, "kicking":288, "cfl_central_id":160916, "first_name":"Michael", "middle_name":"", "last_name":"PALARDY", "birth_date":"1992-07-06", "uniform":14, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts", "extended_data":{ "punting":"288" } } ], "returns":[ { "season":2015, "returns":93, "cfl_central_id":160022, "first_name":"Kendial", "middle_name":"", "last_name":"LAWRENCE", "birth_date":"1989-10-29", "uniform":32, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "returns":88, "cfl_central_id":133582, "first_name":"Stefan", "middle_name":"", "last_name":"LOGAN", "birth_date":"1981-06-02", "uniform":0, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "returns":75, "cfl_central_id":152593, "first_name":"Brandon", "middle_name":"", "last_name":"BANKS", "birth_date":"1987-12-21", "uniform":16, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "returns":67, "cfl_central_id":160014, "first_name":"Troy", "middle_name":"", "last_name":"STOUDERMIRE", "birth_date":"1990-04-01", "uniform":1, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "returns":64, "cfl_central_id":158085, "first_name":"Tim", "middle_name":"", "last_name":"BROWN", "birth_date":"1984-10-25", "uniform":2, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "returns":57, "cfl_central_id":147207, "first_name":"Chris", "middle_name":"", "last_name":"WILLIAMS", "birth_date":"1987-09-16", "uniform":80, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "returns":48, "cfl_central_id":159482, "first_name":"Chris", "middle_name":"", "last_name":"RAINEY", "birth_date":"1988-03-02", "uniform":28, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "returns":45, "cfl_central_id":161502, "first_name":"Nic", "middle_name":"", "last_name":"DEMSKI", "birth_date":"1993-12-14", "uniform":9, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "returns":37, "cfl_central_id":115154, "first_name":"Chad", "middle_name":"", "last_name":"OWENS", "birth_date":"1982-04-03", "uniform":2, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "returns":32, "cfl_central_id":159532, "first_name":"Skye", "middle_name":"", "last_name":"DAWSON", "birth_date":"1989-12-02", "uniform":88, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Stampeders" }, { "season":2015, "returns":26, "cfl_central_id":157681, "first_name":"AJ", "middle_name":"", "last_name":"JEFFERSON", "birth_date":"1988-04-04", "uniform":24, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "returns":14, "cfl_central_id":159501, "first_name":"Jamill", "middle_name":"", "last_name":"SMITH", "birth_date":"1991-02-23", "uniform":84, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "returns":14, "cfl_central_id":170196, "first_name":"Marco", "middle_name":"", "last_name":"IANNUZZI", "birth_date":"1987-05-21", "uniform":87, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "returns":13, "cfl_central_id":161300, "first_name":"Alexander", "middle_name":"", "last_name":"TILLMAN", "birth_date":"1991-05-29", "uniform":28, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "returns":13, "cfl_central_id":160083, "first_name":"Steven", "middle_name":"", "last_name":"MILLER", "birth_date":"1991-03-23", "uniform":10, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "returns":12, "cfl_central_id":160513, "first_name":"Keola", "middle_name":"", "last_name":"ANTOLIN", "birth_date":"1989-01-14", "uniform":1, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "returns":12, "cfl_central_id":157706, "first_name":"Joe", "middle_name":"", "last_name":"BURNETT", "birth_date":"1986-11-28", "uniform":24, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "returns":11, "cfl_central_id":160410, "first_name":"Nathan", "middle_name":"", "last_name":"SLAUGHTER", "birth_date":"1992-08-21", "uniform":83, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "returns":9, "cfl_central_id":159832, "first_name":"Justin", "middle_name":"", "last_name":"VELTUNG", "birth_date":"1991-03-30", "uniform":19, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "returns":8, "cfl_central_id":159987, "first_name":"Terrell", "middle_name":"", "last_name":"SINKFIELD", "birth_date":"1990-12-10", "uniform":14, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" } ], "return_yards":[ { "season":2015, "return_yards":1073, "cfl_central_id":133582, "first_name":"Stefan", "middle_name":"", "last_name":"LOGAN", "birth_date":"1981-06-02", "uniform":0, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "return_yards":963, "cfl_central_id":160022, "first_name":"Kendial", "middle_name":"", "last_name":"LAWRENCE", "birth_date":"1989-10-29", "uniform":32, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "return_yards":930, "cfl_central_id":152593, "first_name":"Brandon", "middle_name":"", "last_name":"BANKS", "birth_date":"1987-12-21", "uniform":16, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "return_yards":677, "cfl_central_id":160014, "first_name":"Troy", "middle_name":"", "last_name":"STOUDERMIRE", "birth_date":"1990-04-01", "uniform":1, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "return_yards":602, "cfl_central_id":159482, "first_name":"Chris", "middle_name":"", "last_name":"RAINEY", "birth_date":"1988-03-02", "uniform":28, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "return_yards":559, "cfl_central_id":158085, "first_name":"Tim", "middle_name":"", "last_name":"BROWN", "birth_date":"1984-10-25", "uniform":2, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "return_yards":468, "cfl_central_id":115154, "first_name":"Chad", "middle_name":"", "last_name":"OWENS", "birth_date":"1982-04-03", "uniform":2, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "return_yards":384, "cfl_central_id":159532, "first_name":"Skye", "middle_name":"", "last_name":"DAWSON", "birth_date":"1989-12-02", "uniform":88, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Stampeders" }, { "season":2015, "return_yards":377, "cfl_central_id":161502, "first_name":"Nic", "middle_name":"", "last_name":"DEMSKI", "birth_date":"1993-12-14", "uniform":9, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "return_yards":338, "cfl_central_id":147207, "first_name":"Chris", "middle_name":"", "last_name":"WILLIAMS", "birth_date":"1987-09-16", "uniform":80, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "return_yards":324, "cfl_central_id":157681, "first_name":"AJ", "middle_name":"", "last_name":"JEFFERSON", "birth_date":"1988-04-04", "uniform":24, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "return_yards":173, "cfl_central_id":170196, "first_name":"Marco", "middle_name":"", "last_name":"IANNUZZI", "birth_date":"1987-05-21", "uniform":87, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "return_yards":139, "cfl_central_id":157706, "first_name":"Joe", "middle_name":"", "last_name":"BURNETT", "birth_date":"1986-11-28", "uniform":24, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "return_yards":125, "cfl_central_id":159501, "first_name":"Jamill", "middle_name":"", "last_name":"SMITH", "birth_date":"1991-02-23", "uniform":84, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "return_yards":115, "cfl_central_id":159987, "first_name":"Terrell", "middle_name":"", "last_name":"SINKFIELD", "birth_date":"1990-12-10", "uniform":14, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "return_yards":103, "cfl_central_id":161300, "first_name":"Alexander", "middle_name":"", "last_name":"TILLMAN", "birth_date":"1991-05-29", "uniform":28, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "return_yards":97, "cfl_central_id":160513, "first_name":"Keola", "middle_name":"", "last_name":"ANTOLIN", "birth_date":"1989-01-14", "uniform":1, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "return_yards":84, "cfl_central_id":160083, "first_name":"Steven", "middle_name":"", "last_name":"MILLER", "birth_date":"1991-03-23", "uniform":10, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "return_yards":76, "cfl_central_id":160410, "first_name":"Nathan", "middle_name":"", "last_name":"SLAUGHTER", "birth_date":"1992-08-21", "uniform":83, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "return_yards":73, "cfl_central_id":159832, "first_name":"Justin", "middle_name":"", "last_name":"VELTUNG", "birth_date":"1991-03-30", "uniform":19, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" } ], "field_goal_missed_return_yards":[ { "season":2015, "field_goal_missed_return_yards":179, "cfl_central_id":133582, "first_name":"Stefan", "middle_name":"", "last_name":"LOGAN", "birth_date":"1981-06-02", "uniform":0, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "field_goal_missed_return_yards":163, "cfl_central_id":160022, "first_name":"Kendial", "middle_name":"", "last_name":"LAWRENCE", "birth_date":"1989-10-29", "uniform":32, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "field_goal_missed_return_yards":122, "cfl_central_id":161502, "first_name":"Nic", "middle_name":"", "last_name":"DEMSKI", "birth_date":"1993-12-14", "uniform":9, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "field_goal_missed_return_yards":119, "cfl_central_id":158085, "first_name":"Tim", "middle_name":"", "last_name":"BROWN", "birth_date":"1984-10-25", "uniform":2, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "field_goal_missed_return_yards":97, "cfl_central_id":159532, "first_name":"Skye", "middle_name":"", "last_name":"DAWSON", "birth_date":"1989-12-02", "uniform":17, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "field_goal_missed_return_yards":68, "cfl_central_id":170196, "first_name":"Marco", "middle_name":"", "last_name":"IANNUZZI", "birth_date":"1987-05-21", "uniform":87, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "field_goal_missed_return_yards":55, "cfl_central_id":138985, "first_name":"Weston", "middle_name":"", "last_name":"DRESSLER", "birth_date":"1985-07-14", "uniform":7, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "field_goal_missed_return_yards":54, "cfl_central_id":152593, "first_name":"Brandon", "middle_name":"", "last_name":"BANKS", "birth_date":"1987-12-21", "uniform":16, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "field_goal_missed_return_yards":36, "cfl_central_id":161480, "first_name":"Henry", "middle_name":"", "last_name":"JOSEY", "birth_date":"1991-09-25", "uniform":20, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "field_goal_missed_return_yards":35, "cfl_central_id":161864, "first_name":"Spencer", "middle_name":"", "last_name":"DAVIS", "birth_date":"1992-06-30", "uniform":88, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "field_goal_missed_return_yards":35, "cfl_central_id":160495, "first_name":"Sederrik", "middle_name":"", "last_name":"CUNNINGHAM", "birth_date":"1989-07-18", "uniform":82, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "field_goal_missed_return_yards":30, "cfl_central_id":159501, "first_name":"Jamill", "middle_name":"", "last_name":"SMITH", "birth_date":"1991-02-23", "uniform":84, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "field_goal_missed_return_yards":28, "cfl_central_id":139834, "first_name":"Tristan", "middle_name":"", "last_name":"JACKSON", "birth_date":"1986-05-05", "uniform":38, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "field_goal_missed_return_yards":27, "cfl_central_id":160410, "first_name":"Nathan", "middle_name":"", "last_name":"SLAUGHTER", "birth_date":"1992-08-21", "uniform":83, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "field_goal_missed_return_yards":22, "cfl_central_id":170193, "first_name":"Anthony", "middle_name":"", "last_name":"PARKER", "birth_date":"1989-11-21", "uniform":86, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "field_goal_missed_return_yards":16, "cfl_central_id":160580, "first_name":"Cordelius", "middle_name":"", "last_name":"PARKS", "birth_date":"1986-11-12", "uniform":26, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "field_goal_missed_return_yards":13, "cfl_central_id":147086, "first_name":"Jock", "middle_name":"", "last_name":"SANDERS", "birth_date":"1988-06-14", "uniform":19, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "field_goal_missed_return_yards":7, "cfl_central_id":147207, "first_name":"Chris", "middle_name":"", "last_name":"WILLIAMS", "birth_date":"1987-09-16", "uniform":80, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "field_goal_missed_return_yards":7, "cfl_central_id":160207, "first_name":"Diontae", "middle_name":"", "last_name":"SPENCER", "birth_date":"1992-03-19", "uniform":85, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "field_goal_missed_return_yards":1, "cfl_central_id":161158, "first_name":"Travis", "middle_name":"", "last_name":"HAWKINS", "birth_date":"1991-02-18", "uniform":30, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" } ], "kickoff_yards":[ { "season":2015, "kickoff_yards":5212, "cfl_central_id":149157, "first_name":"Justin", "middle_name":"", "last_name":"MEDLOCK", "birth_date":"1983-10-23", "uniform":7, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "kickoff_yards":4601, "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10", "uniform":3, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "kickoff_yards":4542, "cfl_central_id":158244, "first_name":"Rene", "middle_name":"", "last_name":"PAREDES", "birth_date":"1985-05-15", "uniform":30, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "kickoff_yards":3980, "cfl_central_id":160216, "first_name":"Boris", "middle_name":"", "last_name":"BEDE", "birth_date":"1989-11-20", "uniform":14, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "kickoff_yards":3826, "cfl_central_id":161321, "first_name":"Ray", "middle_name":"", "last_name":"EARLY", "birth_date":"1992-06-03", "uniform":39, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "kickoff_yards":3468, "cfl_central_id":158155, "first_name":"Grant", "middle_name":"", "last_name":"SHAW", "birth_date":"1984-08-03", "uniform":11, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "kickoff_yards":2974, "cfl_central_id":160189, "first_name":"Lirim", "middle_name":"", "last_name":"HAJRULLAHU", "birth_date":"1990-04-24", "uniform":70, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "kickoff_yards":2896, "cfl_central_id":161667, "first_name":"Ronald", "middle_name":"", "last_name":"PFEFFER", "birth_date":"1992-06-17", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Redblacks" }, { "season":2015, "kickoff_yards":1426, "cfl_central_id":136193, "first_name":"Sean", "middle_name":"", "last_name":"WHYTE", "birth_date":"1985-10-23", "uniform":6, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "kickoff_yards":1204, "cfl_central_id":160360, "first_name":"Brett", "middle_name":"", "last_name":"MAHER", "birth_date":"1989-11-21", "uniform":3, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "kickoff_yards":1184, "cfl_central_id":159141, "first_name":"Anthony", "middle_name":"", "last_name":"ALIX", "birth_date":"1986-08-12", "uniform":15, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Redblacks" }, { "season":2015, "kickoff_yards":846, "cfl_central_id":170219, "first_name":"Christopher", "middle_name":"", "last_name":"MILO", "birth_date":"1986-11-02", "uniform":30, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "kickoff_yards":817, "cfl_central_id":156354, "first_name":"Swayze", "middle_name":"", "last_name":"WATERS", "birth_date":"1987-10-18", "uniform":34, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kickoff_yards":808, "cfl_central_id":161331, "first_name":"Sergio", "middle_name":"", "last_name":"CASTILLO", "birth_date":"1990-11-01", "uniform":33, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "kickoff_yards":544, "cfl_central_id":159672, "first_name":"Delbert", "middle_name":"", "last_name":"ALVARADO", "birth_date":"1989-01-03", "uniform":48, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "kickoff_yards":485, "cfl_central_id":158181, "first_name":"Justin", "middle_name":"", "last_name":"PALARDY", "birth_date":"1988-05-24", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kickoff_yards":375, "cfl_central_id":161274, "first_name":"Jake", "middle_name":"", "last_name":"ROGERS", "birth_date":"1987-05-24", "uniform":42, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kickoff_yards":325, "cfl_central_id":160916, "first_name":"Michael", "middle_name":"", "last_name":"PALARDY", "birth_date":"1992-07-06", "uniform":14, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kickoff_yards":317, "cfl_central_id":102713, "first_name":"Dave", "middle_name":"", "last_name":"STALA", "birth_date":"1979-10-25", "uniform":88, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kickoff_yards":273, "cfl_central_id":160494, "first_name":"Andrew", "middle_name":"", "last_name":"WILDER", "birth_date":"1990-07-05", "uniform":41, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" } ], "tackles_special_teams":[ { "season":2015, "tackles_special_teams":24, "cfl_central_id":170270, "first_name":"Bo", "middle_name":"", "last_name":"LOKOMBO", "birth_date":"1990-10-15", "uniform":8, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "tackles_special_teams":23, "cfl_central_id":159609, "first_name":"Deon", "middle_name":"", "last_name":"LACEY", "birth_date":"1990-07-18", "uniform":40, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "tackles_special_teams":20, "cfl_central_id":161556, "first_name":"Blair", "middle_name":"", "last_name":"SMITH", "birth_date":"1990-09-25", "uniform":48, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "tackles_special_teams":18, "cfl_central_id":143302, "first_name":"Jason", "middle_name":"", "last_name":"ARAKGI", "birth_date":"1985-05-12", "uniform":45, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "tackles_special_teams":18, "cfl_central_id":159955, "first_name":"Frederic", "middle_name":"", "last_name":"PLESIUS", "birth_date":"1988-02-19", "uniform":33, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "tackles_special_teams":18, "cfl_central_id":160660, "first_name":"Antoine", "middle_name":"", "last_name":"PRUNEAU", "birth_date":"1989-10-20", "uniform":6, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "tackles_special_teams":17, "cfl_central_id":158129, "first_name":"Michael", "middle_name":"", "last_name":"MILLER", "birth_date":"1989-03-15", "uniform":25, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "tackles_special_teams":17, "cfl_central_id":159293, "first_name":"Greg", "middle_name":"", "last_name":"JONES", "birth_date":"1988-10-05", "uniform":53, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "tackles_special_teams":17, "cfl_central_id":160682, "first_name":"Nigel", "middle_name":"", "last_name":"ROMICK", "birth_date":"1991-04-22", "uniform":47, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "tackles_special_teams":16, "cfl_central_id":151351, "first_name":"James", "middle_name":"", "last_name":"YURICHUK", "birth_date":"1986-11-01", "uniform":47, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "tackles_special_teams":15, "cfl_central_id":151366, "first_name":"James", "middle_name":"", "last_name":"GREEN", "birth_date":"1983-06-22", "uniform":38, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "tackles_special_teams":15, "cfl_central_id":158290, "first_name":"Daryl", "middle_name":"", "last_name":"TOWNSEND", "birth_date":"1985-09-25", "uniform":36, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "tackles_special_teams":15, "cfl_central_id":160691, "first_name":"Derek", "middle_name":"", "last_name":"JONES", "birth_date":"1992-05-22", "uniform":41, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "tackles_special_teams":14, "cfl_central_id":159774, "first_name":"Brendan", "middle_name":"", "last_name":"GILLANDERS", "birth_date":"1990-11-27", "uniform":45, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "tackles_special_teams":14, "cfl_central_id":160664, "first_name":"Beau", "middle_name":"", "last_name":"LANDRY", "birth_date":"1991-09-24", "uniform":23, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "tackles_special_teams":13, "cfl_central_id":157871, "first_name":"J.C.", "middle_name":"", "last_name":"SHERRITT", "birth_date":"1988-05-02", "uniform":47, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "tackles_special_teams":13, "cfl_central_id":159816, "first_name":"Keynan", "middle_name":"", "last_name":"PARKER", "birth_date":"1990-11-17", "uniform":20, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "tackles_special_teams":13, "cfl_central_id":159845, "first_name":"Herve", "middle_name":"", "last_name":"TONYE-TONYE", "birth_date":"1988-05-15", "uniform":40, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "tackles_special_teams":13, "cfl_central_id":160051, "first_name":"Korey", "middle_name":"", "last_name":"JONES", "birth_date":"1989-04-04", "uniform":44, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "tackles_special_teams":13, "cfl_central_id":160683, "first_name":"Adam", "middle_name":"", "last_name":"THIBAULT", "birth_date":"1990-03-26", "uniform":41, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" } ], "kicks_blocked":[ { "season":2015, "kicks_blocked":1, "cfl_central_id":170294, "first_name":"Michael", "middle_name":"", "last_name":"DALY", "birth_date":"1990-05-30", "uniform":35, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":170292, "first_name":"Neil", "middle_name":"", "last_name":"KING", "birth_date":"1988-09-10", "uniform":43, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":170269, "first_name":"Carl", "middle_name":"", "last_name":"FITZGERALD", "birth_date":"1990-01-13", "uniform":45, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":170224, "first_name":"Gregory", "middle_name":"", "last_name":"ALEXANDRE", "birth_date":"1985-05-31", "uniform":95, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":161269, "first_name":"Jeff", "middle_name":"", "last_name":"KNOX JR.", "birth_date":"1992-02-22", "uniform":49, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":161158, "first_name":"Travis", "middle_name":"", "last_name":"HAWKINS", "birth_date":"1991-02-18", "uniform":30, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10", "uniform":3, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":160691, "first_name":"Derek", "middle_name":"", "last_name":"JONES", "birth_date":"1992-05-22", "uniform":41, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":160172, "first_name":"Markus", "middle_name":"", "last_name":"WHITE", "birth_date":"1987-11-25", "uniform":98, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":159525, "first_name":"Michael", "middle_name":"", "last_name":"BROOKS", "birth_date":"1991-08-28", "uniform":90, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":159522, "first_name":"Adam", "middle_name":"", "last_name":"BERGER", "birth_date":"1990-06-28", "uniform":21, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":159393, "first_name":"Teague", "middle_name":"", "last_name":"SHERMAN", "birth_date":"1988-03-29", "uniform":27, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":158806, "first_name":"Ed", "middle_name":"", "last_name":"GAINEY", "birth_date":"1990-06-06", "uniform":11, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":158118, "first_name":"Bryan", "middle_name":"", "last_name":"HALL", "birth_date":"1988-09-12", "uniform":6, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":157607, "first_name":"David", "middle_name":"", "last_name":"CALDWELL", "birth_date":"1987-05-19", "uniform":42, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":153918, "first_name":"Bruce", "middle_name":"", "last_name":"JOHNSON", "birth_date":"1987-12-18", "uniform":25, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":151380, "first_name":"Scott", "middle_name":"", "last_name":"MCHENRY", "birth_date":"1987-05-25", "uniform":18, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":127220, "first_name":"John", "middle_name":"", "last_name":"BOWMAN", "birth_date":"1982-07-09", "uniform":7, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":125907, "first_name":"Ricky", "middle_name":"", "last_name":"FOLEY", "birth_date":"1982-06-09", "uniform":95, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kicks_blocked":1, "cfl_central_id":117077, "first_name":"Lin-J", "middle_name":"", "last_name":"SHELL", "birth_date":"1981-10-22", "uniform":14, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" } ], "kickoff_return_yards":[ { "season":2015, "kickoff_return_yards":51, "cfl_central_id":133582, "first_name":"Stefan", "middle_name":"", "last_name":"LOGAN", "birth_date":"1981-06-02", "uniform":0, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "kickoff_return_yards":47, "cfl_central_id":160014, "first_name":"Troy", "middle_name":"", "last_name":"STOUDERMIRE", "birth_date":"1990-04-01", "uniform":1, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "kickoff_return_yards":45, "cfl_central_id":152593, "first_name":"Brandon", "middle_name":"", "last_name":"BANKS", "birth_date":"1987-12-21", "uniform":16, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "kickoff_return_yards":42, "cfl_central_id":161519, "first_name":"Shaquille", "middle_name":"", "last_name":"MURRAY-LAWRENCE", "birth_date":"1992-10-30", "uniform":35, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "kickoff_return_yards":33, "cfl_central_id":160022, "first_name":"Kendial", "middle_name":"", "last_name":"LAWRENCE", "birth_date":"1989-10-29", "uniform":32, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "kickoff_return_yards":32, "cfl_central_id":139834, "first_name":"Tristan", "middle_name":"", "last_name":"JACKSON", "birth_date":"1986-05-05", "uniform":38, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "kickoff_return_yards":27, "cfl_central_id":159482, "first_name":"Chris", "middle_name":"", "last_name":"RAINEY", "birth_date":"1988-03-02", "uniform":28, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "kickoff_return_yards":27, "cfl_central_id":160207, "first_name":"Diontae", "middle_name":"", "last_name":"SPENCER", "birth_date":"1992-03-19", "uniform":85, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kickoff_return_yards":26, "cfl_central_id":158085, "first_name":"Tim", "middle_name":"", "last_name":"BROWN", "birth_date":"1984-10-25", "uniform":2, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "kickoff_return_yards":16, "cfl_central_id":147086, "first_name":"Jock", "middle_name":"", "last_name":"SANDERS", "birth_date":"1988-06-14", "uniform":19, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "kickoff_return_yards":16, "cfl_central_id":160083, "first_name":"Steven", "middle_name":"", "last_name":"MILLER", "birth_date":"1991-03-23", "uniform":10, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "kickoff_return_yards":14, "cfl_central_id":161502, "first_name":"Nic", "middle_name":"", "last_name":"DEMSKI", "birth_date":"1993-12-14", "uniform":9, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "kickoff_return_yards":13, "cfl_central_id":159532, "first_name":"Skye", "middle_name":"", "last_name":"DAWSON", "birth_date":"1989-12-02", "uniform":88, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Stampeders" }, { "season":2015, "kickoff_return_yards":13, "cfl_central_id":161719, "first_name":"William", "middle_name":"", "last_name":"POWELL", "birth_date":"1988-03-09", "uniform":29, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "kickoff_return_yards":12, "cfl_central_id":158075, "first_name":"Chevon", "middle_name":"", "last_name":"WALKER", "birth_date":"1987-09-05", "uniform":29, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Redblacks" }, { "season":2015, "kickoff_return_yards":11, "cfl_central_id":161480, "first_name":"Henry", "middle_name":"", "last_name":"JOSEY", "birth_date":"1991-09-25", "uniform":20, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kickoff_return_yards":9, "cfl_central_id":160513, "first_name":"Keola", "middle_name":"", "last_name":"ANTOLIN", "birth_date":"1989-01-14", "uniform":1, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "kickoff_return_yards":8, "cfl_central_id":159832, "first_name":"Justin", "middle_name":"", "last_name":"VELTUNG", "birth_date":"1991-03-30", "uniform":19, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "kickoff_return_yards":8, "cfl_central_id":160067, "first_name":"Akwasi", "middle_name":"", "last_name":"OWUSU-ANSAH", "birth_date":"1988-04-10", "uniform":9, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "kickoff_return_yards":8, "cfl_central_id":160410, "first_name":"Nathan", "middle_name":"", "last_name":"SLAUGHTER", "birth_date":"1992-08-21", "uniform":83, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" } ], "converts":[ { "season":2015, "converts":49, "cfl_central_id":149157, "first_name":"Justin", "middle_name":"", "last_name":"MEDLOCK", "birth_date":"1983-10-23", "uniform":7, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "converts":34, "cfl_central_id":170219, "first_name":"Christopher", "middle_name":"", "last_name":"MILO", "birth_date":"1986-11-02", "uniform":30, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "converts":27, "cfl_central_id":161073, "first_name":"Richie", "middle_name":"", "last_name":"LEONE", "birth_date":"1992-03-10", "uniform":3, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "converts":26, "cfl_central_id":158244, "first_name":"Rene", "middle_name":"", "last_name":"PAREDES", "birth_date":"1985-05-15", "uniform":30, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "converts":25, "cfl_central_id":160216, "first_name":"Boris", "middle_name":"", "last_name":"BEDE", "birth_date":"1989-11-20", "uniform":14, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "converts":19, "cfl_central_id":158155, "first_name":"Grant", "middle_name":"", "last_name":"SHAW", "birth_date":"1984-08-03", "uniform":11, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "converts":18, "cfl_central_id":8002, "first_name":"Paul", "middle_name":"", "last_name":"MCCALLUM", "birth_date":"1970-01-07", "uniform":15, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "converts":15, "cfl_central_id":160189, "first_name":"Lirim", "middle_name":"", "last_name":"HAJRULLAHU", "birth_date":"1990-04-24", "uniform":70, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "converts":14, "cfl_central_id":136193, "first_name":"Sean", "middle_name":"", "last_name":"WHYTE", "birth_date":"1985-10-23", "uniform":6, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "converts":14, "cfl_central_id":158181, "first_name":"Justin", "middle_name":"", "last_name":"PALARDY", "birth_date":"1988-05-24", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "converts":11, "cfl_central_id":161667, "first_name":"Ronald", "middle_name":"", "last_name":"PFEFFER", "birth_date":"1992-06-17", "uniform":17, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "converts":7, "cfl_central_id":156354, "first_name":"Swayze", "middle_name":"", "last_name":"WATERS", "birth_date":"1987-10-18", "uniform":34, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "converts":5, "cfl_central_id":160702, "first_name":"Tyler", "middle_name":"", "last_name":"CRAPIGNA", "birth_date":"1992-08-04", "uniform":14, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "converts":5, "cfl_central_id":161331, "first_name":"Sergio", "middle_name":"", "last_name":"CASTILLO", "birth_date":"1990-11-01", "uniform":33, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "converts":4, "cfl_central_id":159672, "first_name":"Delbert", "middle_name":"", "last_name":"ALVARADO", "birth_date":"1989-01-03", "uniform":48, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "converts":2, "cfl_central_id":102713, "first_name":"Dave", "middle_name":"", "last_name":"STALA", "birth_date":"1979-10-25", "uniform":88, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "converts":2, "cfl_central_id":161274, "first_name":"Jake", "middle_name":"", "last_name":"ROGERS", "birth_date":"1987-05-24", "uniform":42, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "converts":0, "cfl_central_id":158075, "first_name":"Chevon", "middle_name":"", "last_name":"WALKER", "birth_date":"1987-09-05", "uniform":24, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "converts":0, "cfl_central_id":157693, "first_name":"Matt", "middle_name":"", "last_name":"NICHOLS", "birth_date":"1987-03-19", "uniform":16, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Elks" }, { "season":2015, "converts":0, "cfl_central_id":63531, "first_name":"Kevin", "middle_name":"", "last_name":"GLENN", "birth_date":"1979-06-12", "uniform":5, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" } ], "converts_2pt":[ { "season":2015, "converts_2pt":9, "cfl_central_id":158222, "first_name":"Bo Levi", "middle_name":"", "last_name":"MITCHELL", "birth_date":"1990-03-03", "uniform":19, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "converts_2pt":5, "cfl_central_id":156305, "first_name":"Trevor", "middle_name":"", "last_name":"HARRIS", "birth_date":"1986-05-31", "uniform":7, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "converts_2pt":5, "cfl_central_id":160119, "first_name":"Brett", "middle_name":"", "last_name":"SMITH", "birth_date":"1992-06-08", "uniform":16, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "converts_2pt":4, "cfl_central_id":131087, "first_name":"Mike", "middle_name":"", "last_name":"REILLY", "birth_date":"1985-01-25", "uniform":13, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "converts_2pt":3, "cfl_central_id":63531, "first_name":"Kevin", "middle_name":"", "last_name":"GLENN", "birth_date":"1979-06-12", "uniform":5, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "converts_2pt":3, "cfl_central_id":15850, "first_name":"Henry", "middle_name":"", "last_name":"BURRIS", "birth_date":"1975-05-04", "uniform":1, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "converts_2pt":3, "cfl_central_id":161066, "first_name":"Cameron", "middle_name":"", "last_name":"MARSHALL", "birth_date":"1991-10-14", "uniform":32, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "converts_2pt":2, "cfl_central_id":155276, "first_name":"Zach", "middle_name":"", "last_name":"COLLAROS", "birth_date":"1988-08-27", "uniform":4, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "converts_2pt":2, "cfl_central_id":143357, "first_name":"Jerome", "middle_name":"", "last_name":"MESSAM", "birth_date":"1985-04-02", "uniform":33, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Stampeders" }, { "season":2015, "converts_2pt":2, "cfl_central_id":157693, "first_name":"Matt", "middle_name":"", "last_name":"NICHOLS", "birth_date":"1987-03-19", "uniform":16, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Elks" }, { "season":2015, "converts_2pt":2, "cfl_central_id":125917, "first_name":"Jon", "middle_name":"", "last_name":"CORNISH", "birth_date":"1984-11-05", "uniform":9, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "converts_2pt":2, "cfl_central_id":114942, "first_name":"Travis", "middle_name":"", "last_name":"LULAY", "birth_date":"1983-09-27", "uniform":14, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "converts_2pt":2, "cfl_central_id":159395, "first_name":"Rakeem", "middle_name":"", "last_name":"CATO", "birth_date":"1992-03-28", "uniform":12, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "converts_2pt":2, "cfl_central_id":160212, "first_name":"Jonathon", "middle_name":"", "last_name":"JENNINGS", "birth_date":"1992-07-21", "uniform":10, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "converts_2pt":1, "cfl_central_id":126516, "first_name":"John", "middle_name":"", "last_name":"BECK", "birth_date":"1981-08-21", "uniform":12, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "converts_2pt":1, "cfl_central_id":143711, "first_name":"Andrew", "middle_name":"", "last_name":"HARRIS", "birth_date":"1987-04-24", "uniform":33, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "converts_2pt":1, "cfl_central_id":158565, "first_name":"Brian", "middle_name":"", "last_name":"BROHM", "birth_date":"1985-09-23", "uniform":12, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "converts_2pt":1, "cfl_central_id":159885, "first_name":"Tanner", "middle_name":"", "last_name":"MARSH", "birth_date":"1990-05-29", "uniform":4, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "converts_2pt":1, "cfl_central_id":160022, "first_name":"Kendial", "middle_name":"", "last_name":"LAWRENCE", "birth_date":"1989-10-29", "uniform":32, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "converts_2pt":1, "cfl_central_id":160269, "first_name":"Anthony", "middle_name":"", "last_name":"BOONE", "birth_date":"1991-10-29", "uniform":5, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" } ] }, "errors":[ ], "meta":{ "copyright":"Copyright 2016 Canadian Football League." } }
Additional Data
More than just the stat category value itself can be optionally accessed through use of the include parameter.
include=extended_dataOptional |
If extended_data is passed as a value for the include parameter, the other relevant stat columns for the stat category requested will be returned as part of a extended_stats attribute.
Extended data will only be returned if a specific stat category has been requested; if all categories are requested, the include parameter is ignored. |
Filters
To filter the leaders returned according to specific criteria, use the filter parameter. The parameter should be specified in the format of filter[field_name][operator]=value ; thus, to retrieve a list of players leading in the passing (by yards) category on the Toronto Argonauts in 2015, specify:cfl_central_id
first_name
middle_name
last_name
name
team_id
end_date
season
week
games_played
opponent_team_abbreviation
location
event_type_id
game_starter
passing_completions
passing_attempts
passing_percentage
passing_yards
passing_long
passing_touchdowns
passing_touchdowns_long
passing_interceptions
passing_average
rushing_attempts
rushing_yards
rushing_average
rushing_long
rushing_touchdowns
rushing_touchdowns_long
rushing_min_10
rushing_min_20
receiving_caught
receiving_attempts
receiving_yards
receiving_yards_after_catch
receiving_average
receiving_long
receiving_touchdowns
receiving_touchdowns_long
receiving_min_30
receiving_sd_conversions
field_goals
field_goals_attempts
field_goals_made
field_goals_pct
field_goals_long
field_goals_singles
field_goals_blocked
field_goals_made_01_19
field_goals_made_20_29
field_goals_made_30_39
field_goals_made_40_49
field_goals_made_50_plus
extra_point_attempts
extra_point_made
extra_point_yards
interceptions
interceptions_yards
interceptions_long
interceptions_touchdowns
interceptions_touchdowns_long
punt_returns
punt_returns_yards
punt_returns_average
punt_returns_long
punt_returns_touchdowns
kick_returns
kick_returns_yards
kick_returns_average
kick_returns_long
kick_returns_touchdowns
punts
punts_yards
punts_net_yards
punts_average
punts_long
punts_singles
punts_blocked
punts_in_10
punts_in_20
punts_returned
kicks
kicks_yards
kicks_net_yards
kicks_average
kicks_long
kicks_singles
kicks_onside
tackles_total
tackles_yards
tackles_defensive
tackles_specialteams
tackles_for_loss
sacks_qb_made
sacks_qb_yards
interceptions_made
interceptions_yards
interceptions_long
interceptions_touchdowns
interceptions_touchdowns_long
fumbles_forced
fumble_returns
fumble_returns_yards
fumble_returns_long
fumble_returns_touchdowns
fumble_returns_touchdowns_long
passes_knocked_down
- eq: Equals to
- ne: Not equal to
- gt: Is greater than
- lt: Is less than
- ge: Is greater or equal to
- le: Is less than or equal to
Grouping
You can vary how results are grouped through use of the group_by parameter. By default, leaders are grouped by the individual player; which is equivalent to specifying:The full list of fields available to group upon are:
player
game
Paging
To specify how many leaders should be returned in an API request, use the page[size] parameter. By default, 10 leaders from the result set will be returned.To return 5 leaders, call:
Team Leaders
An API call exists that returns the leading teams for any of the following categories:- Offence
- Game Stats
- Passing
- Rushing
- Receiving
- Kicking
- Field Goals & Converts
- Punting & Kickoffs
- Punt & Kickoff Returns
- Defence
- Passing
- Rushing
- Receiving
- Tackles
Endpoints
GET/v1.1/team_leaders/[season]/offence/category/game_stats
Get a list of overall team statistics regarding points, plays, yards, downs, penalties and fumbles
Get a list of overall team statistics, grouped by team, ordered by points, for 2018
GET /v1.1/team_leaders/2018/offence/category/game_statsView Response
GET/v1.1/team_leaders/[season]/offence/category/passing
Get a list of team statistics in the passing category
Get offensive passing statistics, grouped by team, ordered by points, for 2018
GET /v1.1/team_leaders/2018/offence/category/passingView Response
GET/v1.1/team_leaders/[season]/offence/category/rushing
Get a list of team statistics in the rushing category
Get offensive rushing statistics, grouped by team, ordered by points, for 2018
GET /v1.1/team_leaders/2018/offence/category/rushingView Response
GET/v1.1/team_leaders/[season]/offence/category/receiving
Get a list of team statistics in the receiving category
Get offensive receiving statistics, grouped by team, ordered by points, for 2018
GET /v1.1/team_leaders/2018/offence/category/receivingView Response
GET/v1.1/team_leaders/[season]/offence/category/kicking
Get a list of team statistics in the kicking category
Get offensive kicking statistics, grouped by team, ordered by points, for 2018
GET /v1.1/team_leaders/2018/offence/category/kickingView Response
GET/v1.1/team_leaders/[season]/offence/category/field_goals_converts
Get a list of team statistics in the field goals and converts categories
Get offensive field goals and converts statistics, grouped by team, ordered by points, for 2018
GET /v1.1/team_leaders/2018/offence/category/field_goals_convertsView Response
GET/v1.1/team_leaders/[season]/offence/category/punting_kickoffs
Get a list of team statistics in the punts and kickoffs categories
Get offensive punt and kickoffs statistics, grouped by team, ordered by points, for 2018
GET /v1.1/team_leaders/2018/offence/category/punting_kickoffsView Response
GET/v1.1/team_leaders/[season]/offence/category/punt_kickoff_returns
Get a list of team statistics in the punt and kickoff returns categories
Get offensive punt and kickoff returns statistics, grouped by team, ordered by points, for 2018
GET /v1.1/team_leaders/2018/offence/category/punt_kickoff_returnsView Response
GET/v1.1/team_leaders/[season]/defence/category/passing
Get a list of team statistics for pass defence
Get pass defense statistics, grouped by team, ordered by points, for 2018
GET /v1.1/team_leaders/2018/defence/category/passingView Response
GET/v1.1/team_leaders/[season]/defence/category/rushing
Get a list of team statistics for rush defence
Get rush defense statistics, grouped by team, ordered by points, for 2018
GET /v1.1/team_leaders/2018/defence/category/rushingView Response
GET/v1.1/team_leaders/[season]/defence/category/receiving
Get a list of team statistics for receiving defence
Get receiving defense statistics, grouped by team, ordered by points, for 2018
GET /v1.1/team_leaders/2018/defence/category/receivingView Response
GET/v1.1/team_leaders/[season]/defence/category/tackles
Get a list of defensive team statistics in the tackles, sacks, interceptions and fumbles categories
Get defensive tackles, sacks, interceptions and fumbles statistics, grouped by team, ordered by points, for 2018
GET /v1.1/team_leaders/2018/defence/category/tacklesView Response
Filters
To filter the team leaders returned according to specific criteria, use the filter parameter. The parameter should be specified in the format of filter[field_name][operator]=value ; thus, to retrieve a list of teams in the offensive passing category with over 150 points scored by passing in 2018, specify:team_id
end_date
season
week
games_played
opponent_team_abbreviation
location
event_type_id
game_stats_points
game_stats_plays
game_stats_yards
game_stats_points_pgp
game_stats_plays_pgp
game_stats_yards_pgp
game_stats_yards_per_plays
passing_points
passing_points_pgp
passing_attempts
passing_completions
passing_completions_pct
passing_attempts_pgp
passing_yards
passing_yards_average
passing_yards_pgp
passing_touchdowns
passing_interceptions
passing_first_downs_passing
passing_first_downs_pct
passing_long
passing_sacks
rushing_points
rushing_points_pgp
rushing_attempts
rushing_attempts_pgp
rushing_yards
rushing_yards_average
rushing_yards_pgp
rushing_touchdowns
rushing_long
rushing_first_downs_rushing
rushing_first_downs_pct
rushing_min_10
rushing_min_20
receiving_points
receiving_points_pgp
receiving_receptions
receiving_yards
receiving_yards_after_catch
receiving_yards_average
receiving_yards_pgp
receiving_long
receiving_touchdowns
receiving_min_30
receiving_first_downs_passing
receiving_first_downs_pct
receiving_fumbles
kicking_kickoffs
kicking_yards
kicking_kicks_average
kicking_kicks_pct
kicking_kick_returns
kicking_kick_return_average
kicking_return_touchdowns
kicking_onside_kicks
kicking_onside_kicks_returned
field_goals_attempts
field_goals_made
field_goals_pct
field_goals_long
field_goals_singles
field_goals_made_01_19
field_goals_made_20_29
field_goals_made_30_39
field_goals_made_40_49
field_goals_made_50_plus
field_goals_c1_attempts
field_goals_c1_made
punting_punts
punting_punts_yards
punting_punts_net_yards
punting_punts_average
punting_punts_net_average
punting_punts_long
punting_punts_singles
kickoffs_kickoffs
kickoffs_yards
kickoffs_net_yards
kickoffs_average
kickoffs_net_average
kickoffs_long
kickoffs_singles
punt_kickoff_returns_points
punt_kickoff_returns_points_pgp
punt_returns
punt_returns_yards
punt_returns_average
punt_returns_long
punt_returns_touchdowns
kickoff_returns
kickoff_returns_yards
kickoff_returns_average
kickoff_returns_long
kickoff_returns_touchdowns
- eq: Equals to
- ne: Not equal to
- gt: Is greater than
- lt: Is less than
- ge: Is greater or equal to
- le: Is less than or equal to
Standings
The standings of the league for all seasons going back to (and including) 1996 can be retrieved using the API endpoint described below.Endpoints
GET/v1/standings/[season]
Get the team standings for a given season
Get the team standings for the 2015 season
GET /v1/standings/2015View Response
{ "data":{ "divisions":{ "east":{ "division_id":1, "division_name":"East", "division_slug":"east", "standings":[ { "season":2015, "division_id":1, "division_name":"East", "place":1, "flags":"y", "team_id":6, "letter":"O", "abbreviation":"OTT", "location":"Ottawa", "nickname":"Redblacks", "full_name":"Ottawa Redblacks", "games_played":18, "wins":12, "losses":6, "ties":0, "points":24, "winning_percentage":66.67, "points_for":464, "points_against":454, "home_wins":7, "home_losses":2, "home_ties":0, "away_wins":5, "away_losses":4, "away_ties":0, "division_wins":5, "division_losses":3, "division_ties":0 }, { "season":2015, "division_id":1, "division_name":"East", "place":2, "flags":"x", "team_id":4, "letter":"H", "abbreviation":"HAM", "location":"Hamilton", "nickname":"Tiger-Cats", "full_name":"Hamilton Tiger-Cats", "games_played":18, "wins":10, "losses":8, "ties":0, "points":20, "winning_percentage":55.56, "points_for":530, "points_against":391, "home_wins":5, "home_losses":4, "home_ties":0, "away_wins":5, "away_losses":4, "away_ties":0, "division_wins":4, "division_losses":4, "division_ties":0 }, { "season":2015, "division_id":1, "division_name":"East", "place":3, "flags":"x", "team_id":8, "letter":"T", "abbreviation":"TOR", "location":"Toronto", "nickname":"Argonauts", "full_name":"Toronto Argonauts", "games_played":18, "wins":10, "losses":8, "ties":0, "points":20, "winning_percentage":55.56, "points_for":438, "points_against":499, "home_wins":5, "home_losses":4, "home_ties":0, "away_wins":5, "away_losses":4, "away_ties":0, "division_wins":4, "division_losses":4, "division_ties":0 }, { "season":2015, "division_id":1, "division_name":"East", "place":4, "flags":"", "team_id":5, "letter":"M", "abbreviation":"MTL", "location":"Montreal", "nickname":"Alouettes", "full_name":"Montreal Alouettes", "games_played":18, "wins":6, "losses":12, "ties":0, "points":12, "winning_percentage":33.33, "points_for":388, "points_against":402, "home_wins":3, "home_losses":6, "home_ties":0, "away_wins":3, "away_losses":6, "away_ties":0, "division_wins":3, "division_losses":5, "division_ties":0 } ] }, "west":{ "division_id":2, "division_name":"West", "division_slug":"west", "standings":[ { "season":2015, "division_id":2, "division_name":"West", "place":1, "flags":"y", "team_id":3, "letter":"E", "abbreviation":"EDM", "location":"Edmonton", "nickname":"Elks", "full_name":"Edmonton Elks", "games_played":18, "wins":14, "losses":4, "ties":0, "points":28, "winning_percentage":77.78, "points_for":466, "points_against":341, "home_wins":8, "home_losses":1, "home_ties":0, "away_wins":6, "away_losses":3, "away_ties":0, "division_wins":8, "division_losses":2, "division_ties":0 }, { "season":2015, "division_id":2, "division_name":"West", "place":2, "flags":"x", "team_id":2, "letter":"C", "abbreviation":"CGY", "location":"Calgary", "nickname":"Stampeders", "full_name":"Calgary Stampeders", "games_played":18, "wins":14, "losses":4, "ties":0, "points":28, "winning_percentage":77.78, "points_for":478, "points_against":346, "home_wins":8, "home_losses":1, "home_ties":0, "away_wins":6, "away_losses":3, "away_ties":0, "division_wins":8, "division_losses":2, "division_ties":0 }, { "season":2015, "division_id":2, "division_name":"West", "place":3, "flags":"x", "team_id":1, "letter":"B", "abbreviation":"BC", "location":"BC", "nickname":"Lions", "full_name":"BC Lions", "games_played":18, "wins":7, "losses":11, "ties":0, "points":14, "winning_percentage":38.89, "points_for":437, "points_against":486, "home_wins":4, "home_losses":5, "home_ties":0, "away_wins":3, "away_losses":6, "away_ties":0, "division_wins":4, "division_losses":6, "division_ties":0 }, { "season":2015, "division_id":2, "division_name":"West", "place":4, "flags":"", "team_id":9, "letter":"W", "abbreviation":"WPG", "location":"Winnipeg", "nickname":"Blue Bombers", "full_name":"Winnipeg Blue Bombers", "games_played":18, "wins":5, "losses":13, "ties":0, "points":10, "winning_percentage":27.78, "points_for":353, "points_against":502, "home_wins":3, "home_losses":6, "home_ties":0, "away_wins":2, "away_losses":7, "away_ties":0, "division_wins":4, "division_losses":6, "division_ties":0 }, { "season":2015, "division_id":2, "division_name":"West", "place":5, "flags":"", "team_id":7, "letter":"S", "abbreviation":"SSK", "location":"Saskatchewan", "nickname":"Roughriders", "full_name":"Saskatchewan Roughriders", "games_played":18, "wins":3, "losses":15, "ties":0, "points":6, "winning_percentage":16.67, "points_for":430, "points_against":563, "home_wins":2, "home_losses":7, "home_ties":0, "away_wins":1, "away_losses":8, "away_ties":0, "division_wins":1, "division_losses":9, "division_ties":0 } ] } } }, "errors":[ ], "meta":{ "copyright":"Copyright 2016 Canadian Football League." } }
GET/v1/standings/crossover/[season]
Get the crossover team standings for a given season
Get the team standings for the 2014 season
GET /v1/standings/crossover/2014View Response
{ "data":{ "divisions":{ "west":{ "division_id":2, "division_name":"West", "division_slug":"west", "standings":[ { "season":2014, "division_id":2, "division_name":"West", "place":1, "flags":"y", "team_id":2, "letter":"C", "abbreviation":"CGY", "location":"Calgary", "nickname":"Stampeders", "full_name":"Calgary Stampeders", "games_played":18, "wins":15, "losses":3, "ties":0, "points":30, "winning_percentage":83.33, "points_for":511, "points_against":347, "home_wins":7, "home_losses":2, "home_ties":0, "away_wins":8, "away_losses":1, "away_ties":0, "division_wins":8, "division_losses":2, "division_ties":0, "qualifies_for_playoffs":true }, { "season":2014, "division_id":2, "division_name":"West", "place":2, "flags":"x", "team_id":3, "letter":"E", "abbreviation":"EDM", "location":"Edmonton", "nickname":"Elks", "full_name":"Edmonton Elks", "games_played":18, "wins":12, "losses":6, "ties":0, "points":24, "winning_percentage":66.67, "points_for":492, "points_against":340, "home_wins":7, "home_losses":2, "home_ties":0, "away_wins":5, "away_losses":4, "away_ties":0, "division_wins":6, "division_losses":4, "division_ties":0, "qualifies_for_playoffs":true }, { "season":2014, "division_id":2, "division_name":"West", "place":3, "flags":"x", "team_id":7, "letter":"S", "abbreviation":"SSK", "location":"Saskatchewan", "nickname":"Roughriders", "full_name":"Saskatchewan Roughriders", "games_played":18, "wins":10, "losses":8, "ties":0, "points":20, "winning_percentage":55.56, "points_for":399, "points_against":441, "home_wins":6, "home_losses":3, "home_ties":0, "away_wins":4, "away_losses":5, "away_ties":0, "division_wins":5, "division_losses":5, "division_ties":0, "qualifies_for_playoffs":true } ] }, "east":{ "division_id":1, "division_name":"East", "division_slug":"east", "standings":[ { "season":2014, "division_id":1, "division_name":"East", "place":1, "flags":"y", "team_id":4, "letter":"H", "abbreviation":"HAM", "location":"Hamilton", "nickname":"Tiger-Cats", "full_name":"Hamilton Tiger-Cats", "games_played":18, "wins":9, "losses":9, "ties":0, "points":18, "winning_percentage":50, "points_for":417, "points_against":395, "home_wins":7, "home_losses":2, "home_ties":0, "away_wins":2, "away_losses":7, "away_ties":0, "division_wins":5, "division_losses":3, "division_ties":0, "qualifies_for_playoffs":true }, { "season":2014, "division_id":1, "division_name":"East", "place":2, "flags":"x", "team_id":5, "letter":"M", "abbreviation":"MTL", "location":"Montreal", "nickname":"Alouettes", "full_name":"Montreal Alouettes", "games_played":18, "wins":9, "losses":9, "ties":0, "points":18, "winning_percentage":50, "points_for":360, "points_against":394, "home_wins":6, "home_losses":3, "home_ties":0, "away_wins":3, "away_losses":6, "away_ties":0, "division_wins":6, "division_losses":2, "division_ties":0, "qualifies_for_playoffs":true } ] }, "crossover":{ "division_id":0, "division_name":"Crossover", "division_slug":"crossover", "standings":[ { "season":2014, "division_id":2, "division_name":"West", "place":4, "flags":"xc", "team_id":1, "letter":"B", "abbreviation":"BC", "location":"BC", "nickname":"Lions", "full_name":"BC Lions", "games_played":18, "wins":9, "losses":9, "ties":0, "points":18, "winning_percentage":50, "points_for":380, "points_against":365, "home_wins":4, "home_losses":5, "home_ties":0, "away_wins":5, "away_losses":4, "away_ties":0, "division_wins":4, "division_losses":6, "division_ties":0, "qualifies_for_playoffs":true } ] }, "out_of_playoffs":{ "division_id":0, "division_name":"Out", "division_slug":"out_of_playoffs", "standings":[ { "season":2014, "division_id":2, "division_name":"West", "place":5, "flags":"", "team_id":9, "letter":"W", "abbreviation":"WPG", "location":"Winnipeg", "nickname":"Blue Bombers", "full_name":"Winnipeg Blue Bombers", "games_played":18, "wins":7, "losses":11, "ties":0, "points":14, "winning_percentage":38.89, "points_for":397, "points_against":481, "home_wins":3, "home_losses":6, "home_ties":0, "away_wins":4, "away_losses":5, "away_ties":0, "division_wins":2, "division_losses":8, "division_ties":0 }, { "season":2014, "division_id":1, "division_name":"East", "place":3, "flags":"", "team_id":8, "letter":"T", "abbreviation":"TOR", "location":"Toronto", "nickname":"Argonauts", "full_name":"Toronto Argonauts", "games_played":18, "wins":8, "losses":10, "ties":0, "points":16, "winning_percentage":44.44, "points_for":450, "points_against":456, "home_wins":6, "home_losses":3, "home_ties":0, "away_wins":2, "away_losses":7, "away_ties":0, "division_wins":4, "division_losses":4, "division_ties":0 }, { "season":2014, "division_id":1, "division_name":"East", "place":4, "flags":"", "team_id":6, "letter":"O", "abbreviation":"OTT", "location":"Ottawa", "nickname":"Redblacks", "full_name":"Ottawa Redblacks", "games_played":18, "wins":2, "losses":16, "ties":0, "points":4, "winning_percentage":11.11, "points_for":278, "points_against":465, "home_wins":2, "home_losses":7, "home_ties":0, "away_wins":0, "away_losses":9, "away_ties":0, "division_wins":1, "division_losses":7, "division_ties":0 } ] } } }, "errors":[ ], "meta":{ "copyright":"Copyright 2016 Canadian Football League." } }
GET/v1/standings/week_by_week/[season]
Get the standings at the end of each regular season week
Get the standings at the end of each regular season week for the 1958 season
GET /v1/standings/week_by_week/1958View Response
{ "data":[ { "season":1958, "week":1, "date_week_start":"1958-08-12", "date_week_end":"1958-08-25", "standings":{ "divisions":{ "irfu":{ "division_id":7, "division_name":"IRFU", "division_slug":"irfu", "standings":[ { "division_id":7, "division_name":"IRFU", "place":1, "flags":"", "team_id":4, "letter":"H", "abbreviation":"HAM", "location":"Hamilton", "nickname":"Tiger-Cats", "full_name":"Hamilton Tiger-Cats", "games_played":2, "wins":2, "losses":0, "ties":0, "points":4, "winning_percentage":1, "points_for":40, "points_against":21, "home_wins":1, "home_losses":0, "home_ties":0, "away_wins":1, "away_losses":0, "away_ties":0, "division_wins":2, "division_losses":0, "division_ties":0, "season":1958, "division_games_played":2, "division_points_for":40, "division_points_against":21, "net_aggregate_points":19, "quotient_of_points":1.904761904761904656169235749985091388225555419921875, "division_winning_percentage":1, "division_net_aggregate_points":19, "division_quotient_of_points":1.904761904761904656169235749985091388225555419921875 }, { "division_id":7, "division_name":"IRFU", "place":2, "flags":"", "team_id":17, "letter":"O", "abbreviation":"OTT", "location":"Ottawa", "nickname":"Rough Riders", "full_name":"Ottawa Rough Riders", "games_played":2, "wins":1, "losses":1, "ties":0, "points":2, "winning_percentage":0.5, "points_for":51, "points_against":20, "home_wins":1, "home_losses":0, "home_ties":0, "away_wins":0, "away_losses":1, "away_ties":0, "division_wins":1, "division_losses":1, "division_ties":0, "season":1958, "division_games_played":2, "division_points_for":51, "division_points_against":20, "net_aggregate_points":31, "quotient_of_points":2.54999999999999982236431605997495353221893310546875, "division_winning_percentage":0.5, "division_net_aggregate_points":31, "division_quotient_of_points":2.54999999999999982236431605997495353221893310546875 }, { "division_id":7, "division_name":"IRFU", "place":3, "flags":"", "team_id":8, "letter":"T", "abbreviation":"TOR", "location":"Toronto", "nickname":"Argonauts", "full_name":"Toronto Argonauts", "games_played":2, "wins":1, "losses":1, "ties":0, "points":2, "winning_percentage":0.5, "points_for":22, "points_against":58, "home_wins":1, "home_losses":0, "home_ties":0, "away_wins":0, "away_losses":1, "away_ties":0, "division_wins":1, "division_losses":1, "division_ties":0, "season":1958, "division_games_played":2, "division_points_for":22, "division_points_against":58, "net_aggregate_points":-36, "quotient_of_points":0.37931034482758618775477543749730102717876434326171875, "division_winning_percentage":0.5, "division_net_aggregate_points":-36, "division_quotient_of_points":0.37931034482758618775477543749730102717876434326171875 }, { "division_id":7, "division_name":"IRFU", "place":4, "flags":"", "team_id":5, "letter":"M", "abbreviation":"MTL", "location":"Montreal", "nickname":"Alouettes", "full_name":"Montreal Alouettes", "games_played":2, "wins":0, "losses":2, "ties":0, "points":0, "winning_percentage":0, "points_for":28, "points_against":42, "home_wins":0, "home_losses":1, "home_ties":0, "away_wins":0, "away_losses":1, "away_ties":0, "division_wins":0, "division_losses":2, "division_ties":0, "season":1958, "division_games_played":2, "division_points_for":28, "division_points_against":42, "net_aggregate_points":-14, "quotient_of_points":0.66666666666666662965923251249478198587894439697265625, "division_winning_percentage":0, "division_net_aggregate_points":-14, "division_quotient_of_points":0.66666666666666662965923251249478198587894439697265625 } ] }, "wifu":{ "division_id":8, "division_name":"WIFU", "division_slug":"wifu", "standings":[ { "division_id":8, "division_name":"WIFU", "place":1, "flags":"", "team_id":9, "letter":"W", "abbreviation":"WPG", "location":"Winnipeg", "nickname":"Blue Bombers", "full_name":"Winnipeg Blue Bombers", "games_played":1, "wins":1, "losses":0, "ties":0, "points":2, "winning_percentage":1, "points_for":29, "points_against":21, "home_wins":1, "home_losses":0, "home_ties":0, "away_wins":0, "away_losses":0, "away_ties":0, "division_wins":1, "division_losses":0, "division_ties":0, "season":1958, "division_games_played":1, "division_points_for":29, "division_points_against":21, "net_aggregate_points":8, "quotient_of_points":1.380952380952380931233847149997018277645111083984375, "division_winning_percentage":1, "division_net_aggregate_points":8, "division_quotient_of_points":1.380952380952380931233847149997018277645111083984375 }, { "division_id":8, "division_name":"WIFU", "place":2, "flags":"", "team_id":3, "letter":"E", "abbreviation":"EDM", "location":"Edmonton", "nickname":"Elks", "full_name":"Edmonton Elks", "games_played":2, "wins":1, "losses":1, "ties":0, "points":2, "winning_percentage":0.5, "points_for":61, "points_against":35, "home_wins":1, "home_losses":0, "home_ties":0, "away_wins":0, "away_losses":1, "away_ties":0, "division_wins":1, "division_losses":1, "division_ties":0, "season":1958, "division_games_played":2, "division_points_for":61, "division_points_against":35, "net_aggregate_points":26, "quotient_of_points":1.74285714285714288251938342000357806682586669921875, "division_winning_percentage":0.5, "division_net_aggregate_points":26, "division_quotient_of_points":1.74285714285714288251938342000357806682586669921875 }, { "division_id":8, "division_name":"WIFU", "place":3, "flags":"", "team_id":2, "letter":"C", "abbreviation":"CGY", "location":"Calgary", "nickname":"Stampeders", "full_name":"Calgary Stampeders", "games_played":1, "wins":1, "losses":0, "ties":0, "points":2, "winning_percentage":1, "points_for":42, "points_against":0, "home_wins":1, "home_losses":0, "home_ties":0, "away_wins":0, "away_losses":0, "away_ties":0, "division_wins":1, "division_losses":0, "division_ties":0, "season":1958, "division_games_played":1, "division_points_for":42, "division_points_against":0, "net_aggregate_points":0, "quotient_of_points":0, "division_winning_percentage":1, "division_net_aggregate_points":0, "division_quotient_of_points":0 }, { "division_id":8, "division_name":"WIFU", "place":4, "flags":"", "team_id":7, "letter":"S", "abbreviation":"SSK", "location":"Saskatchewan", "nickname":"Roughriders", "full_name":"Saskatchewan Roughriders", "games_played":2, "wins":1, "losses":1, "ties":0, "points":2, "winning_percentage":0.5, "points_for":55, "points_against":73, "home_wins":0, "home_losses":0, "home_ties":0, "away_wins":1, "away_losses":1, "away_ties":0, "division_wins":1, "division_losses":1, "division_ties":0, "season":1958, "division_games_played":2, "division_points_for":55, "division_points_against":73, "net_aggregate_points":-18, "quotient_of_points":0.75342465753424658903014687894028611481189727783203125, "division_winning_percentage":0.5, "division_net_aggregate_points":-18, "division_quotient_of_points":0.75342465753424658903014687894028611481189727783203125 }, { "division_id":8, "division_name":"WIFU", "place":5, "flags":"", "team_id":1, "letter":"B", "abbreviation":"BC", "location":"BC", "nickname":"Lions", "full_name":"BC Lions", "games_played":2, "wins":0, "losses":2, "ties":0, "points":0, "winning_percentage":0, "points_for":33, "points_against":91, "home_wins":0, "home_losses":1, "home_ties":0, "away_wins":0, "away_losses":1, "away_ties":0, "division_wins":0, "division_losses":2, "division_ties":0, "season":1958, "division_games_played":2, "division_points_for":33, "division_points_against":91, "net_aggregate_points":-58, "quotient_of_points":0.362637362637362625772396995671442709863185882568359375, "division_winning_percentage":0, "division_net_aggregate_points":-58, "division_quotient_of_points":0.362637362637362625772396995671442709863185882568359375 } ] } } } }, { "season":1958, "week":2, "date_week_start":"1958-08-19", "date_week_end":"1958-08-25", "standings":{ "divisions":{ "irfu":{ "division_id":7, "division_name":"IRFU", "division_slug":"irfu", "standings":[ { "division_id":7, "division_name":"IRFU", "place":1, "flags":"", "team_id":4, "letter":"H", "abbreviation":"HAM", "location":"Hamilton", "nickname":"Tiger-Cats", "full_name":"Hamilton Tiger-Cats", "games_played":3, "wins":3, "losses":0, "ties":0, "points":6, "winning_percentage":1, "points_for":71, "points_against":45, "home_wins":2, "home_losses":0, "home_ties":0, "away_wins":1, "away_losses":0, "away_ties":0, "division_wins":3, "division_losses":0, "division_ties":0, "season":1958, "division_games_played":3, "division_points_for":71, "division_points_against":45, "net_aggregate_points":26, "quotient_of_points":1.5777777777777777235002076849923469126224517822265625, "division_winning_percentage":1, "division_net_aggregate_points":26, "division_quotient_of_points":1.5777777777777777235002076849923469126224517822265625 }, { "division_id":7, "division_name":"IRFU", "place":2, "flags":"", "team_id":17, "letter":"O", "abbreviation":"OTT", "location":"Ottawa", "nickname":"Rough Riders", "full_name":"Ottawa Rough Riders", "games_played":3, "wins":1, "losses":2, "ties":0, "points":2, "winning_percentage":0.333333333333333314829616256247390992939472198486328125, "points_for":60, "points_against":31, "home_wins":1, "home_losses":0, "home_ties":0, "away_wins":0, "away_losses":2, "away_ties":0, "division_wins":1, "division_losses":2, "division_ties":0, "season":1958, "division_games_played":3, "division_points_for":60, "division_points_against":31, "net_aggregate_points":29, "quotient_of_points":1.9354838709677419927857044967822730541229248046875, "division_winning_percentage":0.333333333333333314829616256247390992939472198486328125, "division_net_aggregate_points":29, "division_quotient_of_points":1.9354838709677419927857044967822730541229248046875 }, { "division_id":7, "division_name":"IRFU", "place":3, "flags":"", "team_id":5, "letter":"M", "abbreviation":"MTL", "location":"Montreal", "nickname":"Alouettes", "full_name":"Montreal Alouettes", "games_played":3, "wins":1, "losses":2, "ties":0, "points":2, "winning_percentage":0.333333333333333314829616256247390992939472198486328125, "points_for":39, "points_against":51, "home_wins":1, "home_losses":1, "home_ties":0, "away_wins":0, "away_losses":1, "away_ties":0, "division_wins":1, "division_losses":2, "division_ties":0, "season":1958, "division_games_played":3, "division_points_for":39, "division_points_against":51, "net_aggregate_points":-12, "quotient_of_points":0.76470588235294112422479884116910398006439208984375, "division_winning_percentage":0.333333333333333314829616256247390992939472198486328125, "division_net_aggregate_points":-12, "division_quotient_of_points":0.76470588235294112422479884116910398006439208984375 }, { "division_id":7, "division_name":"IRFU", "place":4, "flags":"", "team_id":8, "letter":"T", "abbreviation":"TOR", "location":"Toronto", "nickname":"Argonauts", "full_name":"Toronto Argonauts", "games_played":3, "wins":1, "losses":2, "ties":0, "points":2, "winning_percentage":0.333333333333333314829616256247390992939472198486328125, "points_for":46, "points_against":89, "home_wins":1, "home_losses":0, "home_ties":0, "away_wins":0, "away_losses":2, "away_ties":0, "division_wins":1, "division_losses":2, "division_ties":0, "season":1958, "division_games_played":3, "division_points_for":46, "division_points_against":89, "net_aggregate_points":-43, "quotient_of_points":0.51685393258426970408692113778670318424701690673828125, "division_winning_percentage":0.333333333333333314829616256247390992939472198486328125, "division_net_aggregate_points":-43, "division_quotient_of_points":0.51685393258426970408692113778670318424701690673828125 } ] }, "wifu":{ "division_id":8, "division_name":"WIFU", "division_slug":"wifu", "standings":[ { "division_id":8, "division_name":"WIFU", "place":1, "flags":"", "team_id":2, "letter":"C", "abbreviation":"CGY", "location":"Calgary", "nickname":"Stampeders", "full_name":"Calgary Stampeders", "games_played":3, "wins":3, "losses":0, "ties":0, "points":6, "winning_percentage":1, "points_for":111, "points_against":20, "home_wins":2, "home_losses":0, "home_ties":0, "away_wins":1, "away_losses":0, "away_ties":0, "division_wins":3, "division_losses":0, "division_ties":0, "season":1958, "division_games_played":3, "division_points_for":111, "division_points_against":20, "net_aggregate_points":91, "quotient_of_points":5.54999999999999982236431605997495353221893310546875, "division_winning_percentage":1, "division_net_aggregate_points":91, "division_quotient_of_points":5.54999999999999982236431605997495353221893310546875 }, { "division_id":8, "division_name":"WIFU", "place":2, "flags":"", "team_id":7, "letter":"S", "abbreviation":"SSK", "location":"Saskatchewan", "nickname":"Roughriders", "full_name":"Saskatchewan Roughriders", "games_played":3, "wins":2, "losses":1, "ties":0, "points":4, "winning_percentage":0.66666666666666662965923251249478198587894439697265625, "points_for":76, "points_against":86, "home_wins":1, "home_losses":0, "home_ties":0, "away_wins":1, "away_losses":1, "away_ties":0, "division_wins":2, "division_losses":1, "division_ties":0, "season":1958, "division_games_played":3, "division_points_for":76, "division_points_against":86, "net_aggregate_points":-10, "quotient_of_points":0.8837209302325581550263677854673005640506744384765625, "division_winning_percentage":0.66666666666666662965923251249478198587894439697265625, "division_net_aggregate_points":-10, "division_quotient_of_points":0.8837209302325581550263677854673005640506744384765625 }, { "division_id":8, "division_name":"WIFU", "place":3, "flags":"", "team_id":9, "letter":"W", "abbreviation":"WPG", "location":"Winnipeg", "nickname":"Blue Bombers", "full_name":"Winnipeg Blue Bombers", "games_played":3, "wins":2, "losses":1, "ties":0, "points":4, "winning_percentage":0.66666666666666662965923251249478198587894439697265625, "points_for":57, "points_against":50, "home_wins":1, "home_losses":0, "home_ties":0, "away_wins":1, "away_losses":1, "away_ties":0, "division_wins":2, "division_losses":1, "division_ties":0, "season":1958, "division_games_played":3, "division_points_for":57, "division_points_against":50, "net_aggregate_points":7, "quotient_of_points":1.1399999999999999023003738329862244427204132080078125, "division_winning_percentage":0.66666666666666662965923251249478198587894439697265625, "division_net_aggregate_points":7, "division_quotient_of_points":1.1399999999999999023003738329862244427204132080078125 }, { "division_id":8, "division_name":"WIFU", "place":4, "flags":"", "team_id":3, "letter":"E", "abbreviation":"EDM", "location":"Edmonton", "nickname":"Elks", "full_name":"Edmonton Elks", "games_played":4, "wins":1, "losses":3, "ties":0, "points":2, "winning_percentage":0.25, "points_for":76, "points_against":85, "home_wins":1, "home_losses":1, "home_ties":0, "away_wins":0, "away_losses":2, "away_ties":0, "division_wins":1, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":4, "division_points_for":76, "division_points_against":85, "net_aggregate_points":-9, "quotient_of_points":0.89411764705882357251454095603548921644687652587890625, "division_winning_percentage":0.25, "division_net_aggregate_points":-9, "division_quotient_of_points":0.89411764705882357251454095603548921644687652587890625 }, { "division_id":8, "division_name":"WIFU", "place":5, "flags":"", "team_id":1, "letter":"B", "abbreviation":"BC", "location":"BC", "nickname":"Lions", "full_name":"BC Lions", "games_played":3, "wins":0, "losses":3, "ties":0, "points":0, "winning_percentage":0, "points_for":46, "points_against":125, "home_wins":0, "home_losses":2, "home_ties":0, "away_wins":0, "away_losses":1, "away_ties":0, "division_wins":0, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":3, "division_points_for":46, "division_points_against":125, "net_aggregate_points":-79, "quotient_of_points":0.36799999999999999378275106209912337362766265869140625, "division_winning_percentage":0, "division_net_aggregate_points":-79, "division_quotient_of_points":0.36799999999999999378275106209912337362766265869140625 } ] } } } }, { "season":1958, "week":3, "date_week_start":"1958-08-26", "date_week_end":"1958-09-08", "standings":{ "divisions":{ "irfu":{ "division_id":7, "division_name":"IRFU", "division_slug":"irfu", "standings":[ { "division_id":7, "division_name":"IRFU", "place":1, "flags":"", "team_id":4, "letter":"H", "abbreviation":"HAM", "location":"Hamilton", "nickname":"Tiger-Cats", "full_name":"Hamilton Tiger-Cats", "games_played":4, "wins":4, "losses":0, "ties":0, "points":8, "winning_percentage":1, "points_for":97, "points_against":62, "home_wins":2, "home_losses":0, "home_ties":0, "away_wins":2, "away_losses":0, "away_ties":0, "division_wins":4, "division_losses":0, "division_ties":0, "season":1958, "division_games_played":4, "division_points_for":97, "division_points_against":62, "net_aggregate_points":35, "quotient_of_points":1.5645161290322580072142955032177269458770751953125, "division_winning_percentage":1, "division_net_aggregate_points":35, "division_quotient_of_points":1.5645161290322580072142955032177269458770751953125 }, { "division_id":7, "division_name":"IRFU", "place":2, "flags":"", "team_id":17, "letter":"O", "abbreviation":"OTT", "location":"Ottawa", "nickname":"Rough Riders", "full_name":"Ottawa Rough Riders", "games_played":4, "wins":2, "losses":2, "ties":0, "points":4, "winning_percentage":0.5, "points_for":77, "points_against":32, "home_wins":2, "home_losses":0, "home_ties":0, "away_wins":0, "away_losses":2, "away_ties":0, "division_wins":2, "division_losses":2, "division_ties":0, "season":1958, "division_games_played":4, "division_points_for":77, "division_points_against":32, "net_aggregate_points":45, "quotient_of_points":2.40625, "division_winning_percentage":0.5, "division_net_aggregate_points":45, "division_quotient_of_points":2.40625 }, { "division_id":7, "division_name":"IRFU", "place":3, "flags":"", "team_id":8, "letter":"T", "abbreviation":"TOR", "location":"Toronto", "nickname":"Argonauts", "full_name":"Toronto Argonauts", "games_played":4, "wins":1, "losses":3, "ties":0, "points":2, "winning_percentage":0.25, "points_for":63, "points_against":115, "home_wins":1, "home_losses":1, "home_ties":0, "away_wins":0, "away_losses":2, "away_ties":0, "division_wins":1, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":4, "division_points_for":63, "division_points_against":115, "net_aggregate_points":-52, "quotient_of_points":0.54782608695652168506740053999237716197967529296875, "division_winning_percentage":0.25, "division_net_aggregate_points":-52, "division_quotient_of_points":0.54782608695652168506740053999237716197967529296875 }, { "division_id":7, "division_name":"IRFU", "place":4, "flags":"", "team_id":5, "letter":"M", "abbreviation":"MTL", "location":"Montreal", "nickname":"Alouettes", "full_name":"Montreal Alouettes", "games_played":4, "wins":1, "losses":3, "ties":0, "points":2, "winning_percentage":0.25, "points_for":40, "points_against":68, "home_wins":1, "home_losses":1, "home_ties":0, "away_wins":0, "away_losses":2, "away_ties":0, "division_wins":1, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":4, "division_points_for":40, "division_points_against":68, "net_aggregate_points":-28, "quotient_of_points":0.58823529411764707841570043456158600747585296630859375, "division_winning_percentage":0.25, "division_net_aggregate_points":-28, "division_quotient_of_points":0.58823529411764707841570043456158600747585296630859375 } ] }, "wifu":{ "division_id":8, "division_name":"WIFU", "division_slug":"wifu", "standings":[ { "division_id":8, "division_name":"WIFU", "place":1, "flags":"", "team_id":2, "letter":"C", "abbreviation":"CGY", "location":"Calgary", "nickname":"Stampeders", "full_name":"Calgary Stampeders", "games_played":4, "wins":4, "losses":0, "ties":0, "points":8, "winning_percentage":1, "points_for":122, "points_against":23, "home_wins":3, "home_losses":0, "home_ties":0, "away_wins":1, "away_losses":0, "away_ties":0, "division_wins":4, "division_losses":0, "division_ties":0, "season":1958, "division_games_played":4, "division_points_for":122, "division_points_against":23, "net_aggregate_points":99, "quotient_of_points":5.30434782608695609695814709994010627269744873046875, "division_winning_percentage":1, "division_net_aggregate_points":99, "division_quotient_of_points":5.30434782608695609695814709994010627269744873046875 }, { "division_id":8, "division_name":"WIFU", "place":2, "flags":"", "team_id":7, "letter":"S", "abbreviation":"SSK", "location":"Saskatchewan", "nickname":"Roughriders", "full_name":"Saskatchewan Roughriders", "games_played":4, "wins":3, "losses":1, "ties":0, "points":6, "winning_percentage":0.75, "points_for":98, "points_against":100, "home_wins":2, "home_losses":0, "home_ties":0, "away_wins":1, "away_losses":1, "away_ties":0, "division_wins":3, "division_losses":1, "division_ties":0, "season":1958, "division_games_played":4, "division_points_for":98, "division_points_against":100, "net_aggregate_points":-2, "quotient_of_points":0.979999999999999982236431605997495353221893310546875, "division_winning_percentage":0.75, "division_net_aggregate_points":-2, "division_quotient_of_points":0.979999999999999982236431605997495353221893310546875 }, { "division_id":8, "division_name":"WIFU", "place":3, "flags":"", "team_id":9, "letter":"W", "abbreviation":"WPG", "location":"Winnipeg", "nickname":"Blue Bombers", "full_name":"Winnipeg Blue Bombers", "games_played":5, "wins":3, "losses":2, "ties":0, "points":6, "winning_percentage":0.59999999999999997779553950749686919152736663818359375, "points_for":91, "points_against":62, "home_wins":2, "home_losses":0, "home_ties":0, "away_wins":1, "away_losses":2, "away_ties":0, "division_wins":3, "division_losses":2, "division_ties":0, "season":1958, "division_games_played":5, "division_points_for":91, "division_points_against":62, "net_aggregate_points":29, "quotient_of_points":1.46774193548387099639285224839113652706146240234375, "division_winning_percentage":0.59999999999999997779553950749686919152736663818359375, "division_net_aggregate_points":29, "division_quotient_of_points":1.46774193548387099639285224839113652706146240234375 }, { "division_id":8, "division_name":"WIFU", "place":4, "flags":"", "team_id":3, "letter":"E", "abbreviation":"EDM", "location":"Edmonton", "nickname":"Elks", "full_name":"Edmonton Elks", "games_played":4, "wins":1, "losses":3, "ties":0, "points":2, "winning_percentage":0.25, "points_for":76, "points_against":85, "home_wins":1, "home_losses":1, "home_ties":0, "away_wins":0, "away_losses":2, "away_ties":0, "division_wins":1, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":4, "division_points_for":76, "division_points_against":85, "net_aggregate_points":-9, "quotient_of_points":0.89411764705882357251454095603548921644687652587890625, "division_winning_percentage":0.25, "division_net_aggregate_points":-9, "division_quotient_of_points":0.89411764705882357251454095603548921644687652587890625 }, { "division_id":8, "division_name":"WIFU", "place":5, "flags":"", "team_id":1, "letter":"B", "abbreviation":"BC", "location":"BC", "nickname":"Lions", "full_name":"BC Lions", "games_played":5, "wins":0, "losses":5, "ties":0, "points":0, "winning_percentage":0, "points_for":61, "points_against":178, "home_wins":0, "home_losses":2, "home_ties":0, "away_wins":0, "away_losses":3, "away_ties":0, "division_wins":0, "division_losses":5, "division_ties":0, "season":1958, "division_games_played":5, "division_points_for":61, "division_points_against":178, "net_aggregate_points":-117, "quotient_of_points":0.342696629213483150433461332795559428632259368896484375, "division_winning_percentage":0, "division_net_aggregate_points":-117, "division_quotient_of_points":0.342696629213483150433461332795559428632259368896484375 } ] } } } }, { "season":1958, "week":4, "date_week_start":"1958-09-02", "date_week_end":"1958-09-08", "standings":{ "divisions":{ "irfu":{ "division_id":7, "division_name":"IRFU", "division_slug":"irfu", "standings":[ { "division_id":7, "division_name":"IRFU", "place":1, "flags":"", "team_id":4, "letter":"H", "abbreviation":"HAM", "location":"Hamilton", "nickname":"Tiger-Cats", "full_name":"Hamilton Tiger-Cats", "games_played":5, "wins":5, "losses":0, "ties":0, "points":10, "winning_percentage":1, "points_for":121, "points_against":80, "home_wins":3, "home_losses":0, "home_ties":0, "away_wins":2, "away_losses":0, "away_ties":0, "division_wins":5, "division_losses":0, "division_ties":0, "season":1958, "division_games_played":5, "division_points_for":121, "division_points_against":80, "net_aggregate_points":41, "quotient_of_points":1.5124999999999999555910790149937383830547332763671875, "division_winning_percentage":1, "division_net_aggregate_points":41, "division_quotient_of_points":1.5124999999999999555910790149937383830547332763671875 }, { "division_id":7, "division_name":"IRFU", "place":2, "flags":"", "team_id":17, "letter":"O", "abbreviation":"OTT", "location":"Ottawa", "nickname":"Rough Riders", "full_name":"Ottawa Rough Riders", "games_played":5, "wins":2, "losses":3, "ties":0, "points":4, "winning_percentage":0.40000000000000002220446049250313080847263336181640625, "points_for":95, "points_against":56, "home_wins":2, "home_losses":0, "home_ties":0, "away_wins":0, "away_losses":3, "away_ties":0, "division_wins":2, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":5, "division_points_for":95, "division_points_against":56, "net_aggregate_points":39, "quotient_of_points":1.6964285714285713968507707249955274164676666259765625, "division_winning_percentage":0.40000000000000002220446049250313080847263336181640625, "division_net_aggregate_points":39, "division_quotient_of_points":1.6964285714285713968507707249955274164676666259765625 }, { "division_id":7, "division_name":"IRFU", "place":3, "flags":"", "team_id":5, "letter":"M", "abbreviation":"MTL", "location":"Montreal", "nickname":"Alouettes", "full_name":"Montreal Alouettes", "games_played":5, "wins":2, "losses":3, "ties":0, "points":4, "winning_percentage":0.40000000000000002220446049250313080847263336181640625, "points_for":64, "points_against":89, "home_wins":2, "home_losses":1, "home_ties":0, "away_wins":0, "away_losses":2, "away_ties":0, "division_wins":2, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":5, "division_points_for":64, "division_points_against":89, "net_aggregate_points":-25, "quotient_of_points":0.7191011235955055980184624786488711833953857421875, "division_winning_percentage":0.40000000000000002220446049250313080847263336181640625, "division_net_aggregate_points":-25, "division_quotient_of_points":0.7191011235955055980184624786488711833953857421875 }, { "division_id":7, "division_name":"IRFU", "place":4, "flags":"", "team_id":8, "letter":"T", "abbreviation":"TOR", "location":"Toronto", "nickname":"Argonauts", "full_name":"Toronto Argonauts", "games_played":5, "wins":1, "losses":4, "ties":0, "points":2, "winning_percentage":0.200000000000000011102230246251565404236316680908203125, "points_for":84, "points_against":139, "home_wins":1, "home_losses":1, "home_ties":0, "away_wins":0, "away_losses":3, "away_ties":0, "division_wins":1, "division_losses":4, "division_ties":0, "season":1958, "division_games_played":5, "division_points_for":84, "division_points_against":139, "net_aggregate_points":-55, "quotient_of_points":0.6043165467625899456294291667290963232517242431640625, "division_winning_percentage":0.200000000000000011102230246251565404236316680908203125, "division_net_aggregate_points":-55, "division_quotient_of_points":0.6043165467625899456294291667290963232517242431640625 } ] }, "wifu":{ "division_id":8, "division_name":"WIFU", "division_slug":"wifu", "standings":[ { "division_id":8, "division_name":"WIFU", "place":1, "flags":"", "team_id":2, "letter":"C", "abbreviation":"CGY", "location":"Calgary", "nickname":"Stampeders", "full_name":"Calgary Stampeders", "games_played":5, "wins":4, "losses":1, "ties":0, "points":8, "winning_percentage":0.8000000000000000444089209850062616169452667236328125, "points_for":150, "points_against":55, "home_wins":3, "home_losses":0, "home_ties":0, "away_wins":1, "away_losses":1, "away_ties":0, "division_wins":4, "division_losses":1, "division_ties":0, "season":1958, "division_games_played":5, "division_points_for":150, "division_points_against":55, "net_aggregate_points":95, "quotient_of_points":2.727272727272727070868540977244265377521514892578125, "division_winning_percentage":0.8000000000000000444089209850062616169452667236328125, "division_net_aggregate_points":95, "division_quotient_of_points":2.727272727272727070868540977244265377521514892578125 }, { "division_id":8, "division_name":"WIFU", "place":2, "flags":"", "team_id":9, "letter":"W", "abbreviation":"WPG", "location":"Winnipeg", "nickname":"Blue Bombers", "full_name":"Winnipeg Blue Bombers", "games_played":6, "wins":4, "losses":2, "ties":0, "points":8, "winning_percentage":0.66666666666666662965923251249478198587894439697265625, "points_for":118, "points_against":68, "home_wins":3, "home_losses":0, "home_ties":0, "away_wins":1, "away_losses":2, "away_ties":0, "division_wins":4, "division_losses":2, "division_ties":0, "season":1958, "division_games_played":6, "division_points_for":118, "division_points_against":68, "net_aggregate_points":50, "quotient_of_points":1.73529411764705887577520115883089601993560791015625, "division_winning_percentage":0.66666666666666662965923251249478198587894439697265625, "division_net_aggregate_points":50, "division_quotient_of_points":1.73529411764705887577520115883089601993560791015625 }, { "division_id":8, "division_name":"WIFU", "place":3, "flags":"", "team_id":3, "letter":"E", "abbreviation":"EDM", "location":"Edmonton", "nickname":"Elks", "full_name":"Edmonton Elks", "games_played":6, "wins":3, "losses":3, "ties":0, "points":6, "winning_percentage":0.5, "points_for":134, "points_against":120, "home_wins":2, "home_losses":1, "home_ties":0, "away_wins":1, "away_losses":2, "away_ties":0, "division_wins":3, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":6, "division_points_for":134, "division_points_against":120, "net_aggregate_points":14, "quotient_of_points":1.116666666666666696272613990004174411296844482421875, "division_winning_percentage":0.5, "division_net_aggregate_points":14, "division_quotient_of_points":1.116666666666666696272613990004174411296844482421875 }, { "division_id":8, "division_name":"WIFU", "place":4, "flags":"", "team_id":7, "letter":"S", "abbreviation":"SSK", "location":"Saskatchewan", "nickname":"Roughriders", "full_name":"Saskatchewan Roughriders", "games_played":5, "wins":3, "losses":2, "ties":0, "points":6, "winning_percentage":0.59999999999999997779553950749686919152736663818359375, "points_for":104, "points_against":127, "home_wins":2, "home_losses":0, "home_ties":0, "away_wins":1, "away_losses":2, "away_ties":0, "division_wins":3, "division_losses":2, "division_ties":0, "season":1958, "division_games_played":5, "division_points_for":104, "division_points_against":127, "net_aggregate_points":-23, "quotient_of_points":0.81889763779527557918669344871887005865573883056640625, "division_winning_percentage":0.59999999999999997779553950749686919152736663818359375, "division_net_aggregate_points":-23, "division_quotient_of_points":0.81889763779527557918669344871887005865573883056640625 }, { "division_id":8, "division_name":"WIFU", "place":5, "flags":"", "team_id":1, "letter":"B", "abbreviation":"BC", "location":"BC", "nickname":"Lions", "full_name":"BC Lions", "games_played":6, "wins":0, "losses":6, "ties":0, "points":0, "winning_percentage":0, "points_for":68, "points_against":204, "home_wins":0, "home_losses":3, "home_ties":0, "away_wins":0, "away_losses":3, "away_ties":0, "division_wins":0, "division_losses":6, "division_ties":0, "season":1958, "division_games_played":6, "division_points_for":68, "division_points_against":204, "net_aggregate_points":-136, "quotient_of_points":0.333333333333333314829616256247390992939472198486328125, "division_winning_percentage":0, "division_net_aggregate_points":-136, "division_quotient_of_points":0.333333333333333314829616256247390992939472198486328125 } ] } } } }, { "season":1958, "week":5, "date_week_start":"1958-09-09", "date_week_end":"1958-09-22", "standings":{ "divisions":{ "irfu":{ "division_id":7, "division_name":"IRFU", "division_slug":"irfu", "standings":[ { "division_id":7, "division_name":"IRFU", "place":1, "flags":"", "team_id":4, "letter":"H", "abbreviation":"HAM", "location":"Hamilton", "nickname":"Tiger-Cats", "full_name":"Hamilton Tiger-Cats", "games_played":6, "wins":5, "losses":0, "ties":1, "points":11, "winning_percentage":0.83333333333333337034076748750521801412105560302734375, "points_for":142, "points_against":101, "home_wins":3, "home_losses":0, "home_ties":0, "away_wins":2, "away_losses":0, "away_ties":1, "division_wins":5, "division_losses":0, "division_ties":1, "season":1958, "division_games_played":6, "division_points_for":142, "division_points_against":101, "net_aggregate_points":41, "quotient_of_points":1.405940594059405857052524879691191017627716064453125, "division_winning_percentage":0.83333333333333337034076748750521801412105560302734375, "division_net_aggregate_points":41, "division_quotient_of_points":1.405940594059405857052524879691191017627716064453125 }, { "division_id":7, "division_name":"IRFU", "place":2, "flags":"", "team_id":17, "letter":"O", "abbreviation":"OTT", "location":"Ottawa", "nickname":"Rough Riders", "full_name":"Ottawa Rough Riders", "games_played":6, "wins":3, "losses":3, "ties":0, "points":6, "winning_percentage":0.5, "points_for":112, "points_against":70, "home_wins":2, "home_losses":0, "home_ties":0, "away_wins":1, "away_losses":3, "away_ties":0, "division_wins":3, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":6, "division_points_for":112, "division_points_against":70, "net_aggregate_points":42, "quotient_of_points":1.600000000000000088817841970012523233890533447265625, "division_winning_percentage":0.5, "division_net_aggregate_points":42, "division_quotient_of_points":1.600000000000000088817841970012523233890533447265625 }, { "division_id":7, "division_name":"IRFU", "place":3, "flags":"", "team_id":5, "letter":"M", "abbreviation":"MTL", "location":"Montreal", "nickname":"Alouettes", "full_name":"Montreal Alouettes", "games_played":6, "wins":2, "losses":3, "ties":1, "points":5, "winning_percentage":0.333333333333333314829616256247390992939472198486328125, "points_for":85, "points_against":110, "home_wins":2, "home_losses":1, "home_ties":1, "away_wins":0, "away_losses":2, "away_ties":0, "division_wins":2, "division_losses":3, "division_ties":1, "season":1958, "division_games_played":6, "division_points_for":85, "division_points_against":110, "net_aggregate_points":-25, "quotient_of_points":0.7727272727272727070868540977244265377521514892578125, "division_winning_percentage":0.333333333333333314829616256247390992939472198486328125, "division_net_aggregate_points":-25, "division_quotient_of_points":0.7727272727272727070868540977244265377521514892578125 }, { "division_id":7, "division_name":"IRFU", "place":4, "flags":"", "team_id":8, "letter":"T", "abbreviation":"TOR", "location":"Toronto", "nickname":"Argonauts", "full_name":"Toronto Argonauts", "games_played":6, "wins":1, "losses":5, "ties":0, "points":2, "winning_percentage":0.1666666666666666574148081281236954964697360992431640625, "points_for":98, "points_against":156, "home_wins":1, "home_losses":2, "home_ties":0, "away_wins":0, "away_losses":3, "away_ties":0, "division_wins":1, "division_losses":5, "division_ties":0, "season":1958, "division_games_played":6, "division_points_for":98, "division_points_against":156, "net_aggregate_points":-58, "quotient_of_points":0.628205128205128193741302311536855995655059814453125, "division_winning_percentage":0.1666666666666666574148081281236954964697360992431640625, "division_net_aggregate_points":-58, "division_quotient_of_points":0.628205128205128193741302311536855995655059814453125 } ] }, "wifu":{ "division_id":8, "division_name":"WIFU", "division_slug":"wifu", "standings":[ { "division_id":8, "division_name":"WIFU", "place":1, "flags":"", "team_id":9, "letter":"W", "abbreviation":"WPG", "location":"Winnipeg", "nickname":"Blue Bombers", "full_name":"Winnipeg Blue Bombers", "games_played":8, "wins":6, "losses":2, "ties":0, "points":12, "winning_percentage":0.75, "points_for":157, "points_against":83, "home_wins":3, "home_losses":0, "home_ties":0, "away_wins":3, "away_losses":2, "away_ties":0, "division_wins":6, "division_losses":2, "division_ties":0, "season":1958, "division_games_played":8, "division_points_for":157, "division_points_against":83, "net_aggregate_points":74, "quotient_of_points":1.891566265060240947804004463250748813152313232421875, "division_winning_percentage":0.75, "division_net_aggregate_points":74, "division_quotient_of_points":1.891566265060240947804004463250748813152313232421875 }, { "division_id":8, "division_name":"WIFU", "place":2, "flags":"", "team_id":3, "letter":"E", "abbreviation":"EDM", "location":"Edmonton", "nickname":"Elks", "full_name":"Edmonton Elks", "games_played":7, "wins":4, "losses":3, "ties":0, "points":8, "winning_percentage":0.5714285714285713968507707249955274164676666259765625, "points_for":147, "points_against":127, "home_wins":3, "home_losses":1, "home_ties":0, "away_wins":1, "away_losses":2, "away_ties":0, "division_wins":4, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":7, "division_points_for":147, "division_points_against":127, "net_aggregate_points":20, "quotient_of_points":1.1574803149606298635632128934958018362522125244140625, "division_winning_percentage":0.5714285714285713968507707249955274164676666259765625, "division_net_aggregate_points":20, "division_quotient_of_points":1.1574803149606298635632128934958018362522125244140625 }, { "division_id":8, "division_name":"WIFU", "place":3, "flags":"", "team_id":7, "letter":"S", "abbreviation":"SSK", "location":"Saskatchewan", "nickname":"Roughriders", "full_name":"Saskatchewan Roughriders", "games_played":6, "wins":4, "losses":2, "ties":0, "points":8, "winning_percentage":0.66666666666666662965923251249478198587894439697265625, "points_for":134, "points_against":134, "home_wins":3, "home_losses":0, "home_ties":0, "away_wins":1, "away_losses":2, "away_ties":0, "division_wins":4, "division_losses":2, "division_ties":0, "season":1958, "division_games_played":6, "division_points_for":134, "division_points_against":134, "net_aggregate_points":0, "quotient_of_points":1, "division_winning_percentage":0.66666666666666662965923251249478198587894439697265625, "division_net_aggregate_points":0, "division_quotient_of_points":1 }, { "division_id":8, "division_name":"WIFU", "place":4, "flags":"", "team_id":2, "letter":"C", "abbreviation":"CGY", "location":"Calgary", "nickname":"Stampeders", "full_name":"Calgary Stampeders", "games_played":7, "wins":4, "losses":3, "ties":0, "points":8, "winning_percentage":0.5714285714285713968507707249955274164676666259765625, "points_for":164, "points_against":105, "home_wins":3, "home_losses":1, "home_ties":0, "away_wins":1, "away_losses":2, "away_ties":0, "division_wins":4, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":7, "division_points_for":164, "division_points_against":105, "net_aggregate_points":59, "quotient_of_points":1.5619047619047619068766152850002981722354888916015625, "division_winning_percentage":0.5714285714285713968507707249955274164676666259765625, "division_net_aggregate_points":59, "division_quotient_of_points":1.5619047619047619068766152850002981722354888916015625 }, { "division_id":8, "division_name":"WIFU", "place":5, "flags":"", "team_id":1, "letter":"B", "abbreviation":"BC", "location":"BC", "nickname":"Lions", "full_name":"BC Lions", "games_played":8, "wins":0, "losses":8, "ties":0, "points":0, "winning_percentage":0, "points_for":83, "points_against":236, "home_wins":0, "home_losses":4, "home_ties":0, "away_wins":0, "away_losses":4, "away_ties":0, "division_wins":0, "division_losses":8, "division_ties":0, "season":1958, "division_games_played":8, "division_points_for":83, "division_points_against":236, "net_aggregate_points":-153, "quotient_of_points":0.351694915254237294721662010488216765224933624267578125, "division_winning_percentage":0, "division_net_aggregate_points":-153, "division_quotient_of_points":0.351694915254237294721662010488216765224933624267578125 } ] } } } }, { "season":1958, "week":6, "date_week_start":"1958-09-23", "date_week_end":"1958-09-29", "standings":{ "divisions":{ "irfu":{ "division_id":7, "division_name":"IRFU", "division_slug":"irfu", "standings":[ { "division_id":7, "division_name":"IRFU", "place":1, "flags":"", "team_id":4, "letter":"H", "abbreviation":"HAM", "location":"Hamilton", "nickname":"Tiger-Cats", "full_name":"Hamilton Tiger-Cats", "games_played":7, "wins":6, "losses":0, "ties":1, "points":13, "winning_percentage":0.85714285714285709527615608749329112470149993896484375, "points_for":177, "points_against":130, "home_wins":4, "home_losses":0, "home_ties":0, "away_wins":2, "away_losses":0, "away_ties":1, "division_wins":6, "division_losses":0, "division_ties":1, "season":1958, "division_games_played":7, "division_points_for":177, "division_points_against":130, "net_aggregate_points":47, "quotient_of_points":1.361538461538461586286530291545204818248748779296875, "division_winning_percentage":0.85714285714285709527615608749329112470149993896484375, "division_net_aggregate_points":47, "division_quotient_of_points":1.361538461538461586286530291545204818248748779296875 }, { "division_id":7, "division_name":"IRFU", "place":2, "flags":"", "team_id":17, "letter":"O", "abbreviation":"OTT", "location":"Ottawa", "nickname":"Rough Riders", "full_name":"Ottawa Rough Riders", "games_played":7, "wins":4, "losses":3, "ties":0, "points":8, "winning_percentage":0.5714285714285713968507707249955274164676666259765625, "points_for":140, "points_against":74, "home_wins":3, "home_losses":0, "home_ties":0, "away_wins":1, "away_losses":3, "away_ties":0, "division_wins":4, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":7, "division_points_for":140, "division_points_against":74, "net_aggregate_points":66, "quotient_of_points":1.8918918918918918858906863533775322139263153076171875, "division_winning_percentage":0.5714285714285713968507707249955274164676666259765625, "division_net_aggregate_points":66, "division_quotient_of_points":1.8918918918918918858906863533775322139263153076171875 }, { "division_id":7, "division_name":"IRFU", "place":3, "flags":"", "team_id":5, "letter":"M", "abbreviation":"MTL", "location":"Montreal", "nickname":"Alouettes", "full_name":"Montreal Alouettes", "games_played":7, "wins":2, "losses":4, "ties":1, "points":5, "winning_percentage":0.28571428571428569842538536249776370823383331298828125, "points_for":114, "points_against":145, "home_wins":2, "home_losses":1, "home_ties":1, "away_wins":0, "away_losses":3, "away_ties":0, "division_wins":2, "division_losses":4, "division_ties":1, "season":1958, "division_games_played":7, "division_points_for":114, "division_points_against":145, "net_aggregate_points":-31, "quotient_of_points":0.7862068965517241547757976150023750960826873779296875, "division_winning_percentage":0.28571428571428569842538536249776370823383331298828125, "division_net_aggregate_points":-31, "division_quotient_of_points":0.7862068965517241547757976150023750960826873779296875 }, { "division_id":7, "division_name":"IRFU", "place":4, "flags":"", "team_id":8, "letter":"T", "abbreviation":"TOR", "location":"Toronto", "nickname":"Argonauts", "full_name":"Toronto Argonauts", "games_played":7, "wins":1, "losses":6, "ties":0, "points":2, "winning_percentage":0.142857142857142849212692681248881854116916656494140625, "points_for":102, "points_against":184, "home_wins":1, "home_losses":2, "home_ties":0, "away_wins":0, "away_losses":4, "away_ties":0, "division_wins":1, "division_losses":6, "division_ties":0, "season":1958, "division_games_played":7, "division_points_for":102, "division_points_against":184, "net_aggregate_points":-82, "quotient_of_points":0.554347826086956541047356950002722442150115966796875, "division_winning_percentage":0.142857142857142849212692681248881854116916656494140625, "division_net_aggregate_points":-82, "division_quotient_of_points":0.554347826086956541047356950002722442150115966796875 } ] }, "wifu":{ "division_id":8, "division_name":"WIFU", "division_slug":"wifu", "standings":[ { "division_id":8, "division_name":"WIFU", "place":1, "flags":"", "team_id":9, "letter":"W", "abbreviation":"WPG", "location":"Winnipeg", "nickname":"Blue Bombers", "full_name":"Winnipeg Blue Bombers", "games_played":9, "wins":7, "losses":2, "ties":0, "points":14, "winning_percentage":0.77777777777777779011358916250173933804035186767578125, "points_for":193, "points_against":92, "home_wins":4, "home_losses":0, "home_ties":0, "away_wins":3, "away_losses":2, "away_ties":0, "division_wins":7, "division_losses":2, "division_ties":0, "season":1958, "division_games_played":9, "division_points_for":193, "division_points_against":92, "net_aggregate_points":101, "quotient_of_points":2.097826086956521951520926450029946863651275634765625, "division_winning_percentage":0.77777777777777779011358916250173933804035186767578125, "division_net_aggregate_points":101, "division_quotient_of_points":2.097826086956521951520926450029946863651275634765625 }, { "division_id":8, "division_name":"WIFU", "place":2, "flags":"", "team_id":3, "letter":"E", "abbreviation":"EDM", "location":"Edmonton", "nickname":"Elks", "full_name":"Edmonton Elks", "games_played":8, "wins":5, "losses":3, "ties":0, "points":10, "winning_percentage":0.625, "points_for":173, "points_against":140, "home_wins":3, "home_losses":1, "home_ties":0, "away_wins":2, "away_losses":2, "away_ties":0, "division_wins":5, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":8, "division_points_for":173, "division_points_against":140, "net_aggregate_points":33, "quotient_of_points":1.2357142857142857650387668400071561336517333984375, "division_winning_percentage":0.625, "division_net_aggregate_points":33, "division_quotient_of_points":1.2357142857142857650387668400071561336517333984375 }, { "division_id":8, "division_name":"WIFU", "place":3, "flags":"", "team_id":7, "letter":"S", "abbreviation":"SSK", "location":"Saskatchewan", "nickname":"Roughriders", "full_name":"Saskatchewan Roughriders", "games_played":7, "wins":4, "losses":3, "ties":0, "points":8, "winning_percentage":0.5714285714285713968507707249955274164676666259765625, "points_for":147, "points_against":160, "home_wins":3, "home_losses":1, "home_ties":0, "away_wins":1, "away_losses":2, "away_ties":0, "division_wins":4, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":7, "division_points_for":147, "division_points_against":160, "net_aggregate_points":-13, "quotient_of_points":0.9187499999999999555910790149937383830547332763671875, "division_winning_percentage":0.5714285714285713968507707249955274164676666259765625, "division_net_aggregate_points":-13, "division_quotient_of_points":0.9187499999999999555910790149937383830547332763671875 }, { "division_id":8, "division_name":"WIFU", "place":4, "flags":"", "team_id":2, "letter":"C", "abbreviation":"CGY", "location":"Calgary", "nickname":"Stampeders", "full_name":"Calgary Stampeders", "games_played":8, "wins":4, "losses":4, "ties":0, "points":8, "winning_percentage":0.5, "points_for":173, "points_against":141, "home_wins":3, "home_losses":1, "home_ties":0, "away_wins":1, "away_losses":3, "away_ties":0, "division_wins":4, "division_losses":4, "division_ties":0, "season":1958, "division_games_played":8, "division_points_for":173, "division_points_against":141, "net_aggregate_points":32, "quotient_of_points":1.2269503546099291835247413473553024232387542724609375, "division_winning_percentage":0.5, "division_net_aggregate_points":32, "division_quotient_of_points":1.2269503546099291835247413473553024232387542724609375 }, { "division_id":8, "division_name":"WIFU", "place":5, "flags":"", "team_id":1, "letter":"B", "abbreviation":"BC", "location":"BC", "nickname":"Lions", "full_name":"BC Lions", "games_played":8, "wins":0, "losses":8, "ties":0, "points":0, "winning_percentage":0, "points_for":83, "points_against":236, "home_wins":0, "home_losses":4, "home_ties":0, "away_wins":0, "away_losses":4, "away_ties":0, "division_wins":0, "division_losses":8, "division_ties":0, "season":1958, "division_games_played":8, "division_points_for":83, "division_points_against":236, "net_aggregate_points":-153, "quotient_of_points":0.351694915254237294721662010488216765224933624267578125, "division_winning_percentage":0, "division_net_aggregate_points":-153, "division_quotient_of_points":0.351694915254237294721662010488216765224933624267578125 } ] } } } }, { "season":1958, "week":7, "date_week_start":"1958-09-23", "date_week_end":"1958-09-29", "standings":{ "divisions":{ "irfu":{ "division_id":7, "division_name":"IRFU", "division_slug":"irfu", "standings":[ { "division_id":7, "division_name":"IRFU", "place":1, "flags":"", "team_id":4, "letter":"H", "abbreviation":"HAM", "location":"Hamilton", "nickname":"Tiger-Cats", "full_name":"Hamilton Tiger-Cats", "games_played":8, "wins":7, "losses":0, "ties":1, "points":15, "winning_percentage":0.875, "points_for":191, "points_against":131, "home_wins":4, "home_losses":0, "home_ties":0, "away_wins":3, "away_losses":0, "away_ties":1, "division_wins":7, "division_losses":0, "division_ties":1, "season":1958, "division_games_played":8, "division_points_for":191, "division_points_against":131, "net_aggregate_points":60, "quotient_of_points":1.4580152671755726156987975627998821437358856201171875, "division_winning_percentage":0.875, "division_net_aggregate_points":60, "division_quotient_of_points":1.4580152671755726156987975627998821437358856201171875 }, { "division_id":7, "division_name":"IRFU", "place":2, "flags":"", "team_id":17, "letter":"O", "abbreviation":"OTT", "location":"Ottawa", "nickname":"Rough Riders", "full_name":"Ottawa Rough Riders", "games_played":8, "wins":4, "losses":4, "ties":0, "points":8, "winning_percentage":0.5, "points_for":141, "points_against":88, "home_wins":3, "home_losses":1, "home_ties":0, "away_wins":1, "away_losses":3, "away_ties":0, "division_wins":4, "division_losses":4, "division_ties":0, "season":1958, "division_games_played":8, "division_points_for":141, "division_points_against":88, "net_aggregate_points":53, "quotient_of_points":1.6022727272727272929131459022755734622478485107421875, "division_winning_percentage":0.5, "division_net_aggregate_points":53, "division_quotient_of_points":1.6022727272727272929131459022755734622478485107421875 }, { "division_id":7, "division_name":"IRFU", "place":3, "flags":"", "team_id":5, "letter":"M", "abbreviation":"MTL", "location":"Montreal", "nickname":"Alouettes", "full_name":"Montreal Alouettes", "games_played":8, "wins":3, "losses":4, "ties":1, "points":7, "winning_percentage":0.375, "points_for":128, "points_against":155, "home_wins":2, "home_losses":1, "home_ties":1, "away_wins":1, "away_losses":3, "away_ties":0, "division_wins":3, "division_losses":4, "division_ties":1, "season":1958, "division_games_played":8, "division_points_for":128, "division_points_against":155, "net_aggregate_points":-27, "quotient_of_points":0.82580645161290322509017869379022158682346343994140625, "division_winning_percentage":0.375, "division_net_aggregate_points":-27, "division_quotient_of_points":0.82580645161290322509017869379022158682346343994140625 }, { "division_id":7, "division_name":"IRFU", "place":4, "flags":"", "team_id":8, "letter":"T", "abbreviation":"TOR", "location":"Toronto", "nickname":"Argonauts", "full_name":"Toronto Argonauts", "games_played":8, "wins":1, "losses":7, "ties":0, "points":2, "winning_percentage":0.125, "points_for":112, "points_against":198, "home_wins":1, "home_losses":3, "home_ties":0, "away_wins":0, "away_losses":4, "away_ties":0, "division_wins":1, "division_losses":7, "division_ties":0, "season":1958, "division_games_played":8, "division_points_for":112, "division_points_against":198, "net_aggregate_points":-86, "quotient_of_points":0.56565656565656563525834599204245023429393768310546875, "division_winning_percentage":0.125, "division_net_aggregate_points":-86, "division_quotient_of_points":0.56565656565656563525834599204245023429393768310546875 } ] }, "wifu":{ "division_id":8, "division_name":"WIFU", "division_slug":"wifu", "standings":[ { "division_id":8, "division_name":"WIFU", "place":1, "flags":"", "team_id":9, "letter":"W", "abbreviation":"WPG", "location":"Winnipeg", "nickname":"Blue Bombers", "full_name":"Winnipeg Blue Bombers", "games_played":10, "wins":8, "losses":2, "ties":0, "points":16, "winning_percentage":0.8000000000000000444089209850062616169452667236328125, "points_for":236, "points_against":105, "home_wins":5, "home_losses":0, "home_ties":0, "away_wins":3, "away_losses":2, "away_ties":0, "division_wins":8, "division_losses":2, "division_ties":0, "season":1958, "division_games_played":10, "division_points_for":236, "division_points_against":105, "net_aggregate_points":131, "quotient_of_points":2.24761904761904762750646114000119268894195556640625, "division_winning_percentage":0.8000000000000000444089209850062616169452667236328125, "division_net_aggregate_points":131, "division_quotient_of_points":2.24761904761904762750646114000119268894195556640625 }, { "division_id":8, "division_name":"WIFU", "place":2, "flags":"", "team_id":3, "letter":"E", "abbreviation":"EDM", "location":"Edmonton", "nickname":"Elks", "full_name":"Edmonton Elks", "games_played":10, "wins":5, "losses":4, "ties":1, "points":11, "winning_percentage":0.5, "points_for":197, "points_against":194, "home_wins":3, "home_losses":1, "home_ties":1, "away_wins":2, "away_losses":3, "away_ties":0, "division_wins":5, "division_losses":4, "division_ties":1, "season":1958, "division_games_played":10, "division_points_for":197, "division_points_against":194, "net_aggregate_points":3, "quotient_of_points":1.0154639175257731409374173381365835666656494140625, "division_winning_percentage":0.5, "division_net_aggregate_points":3, "division_quotient_of_points":1.0154639175257731409374173381365835666656494140625 }, { "division_id":8, "division_name":"WIFU", "place":3, "flags":"", "team_id":7, "letter":"S", "abbreviation":"SSK", "location":"Saskatchewan", "nickname":"Roughriders", "full_name":"Saskatchewan Roughriders", "games_played":9, "wins":5, "losses":3, "ties":1, "points":11, "winning_percentage":0.5555555555555555802271783250034786760807037353515625, "points_for":180, "points_against":177, "home_wins":3, "home_losses":1, "home_ties":0, "away_wins":2, "away_losses":2, "away_ties":1, "division_wins":5, "division_losses":3, "division_ties":1, "season":1958, "division_games_played":9, "division_points_for":180, "division_points_against":177, "net_aggregate_points":3, "quotient_of_points":1.01694915254237283619431764236651360988616943359375, "division_winning_percentage":0.5555555555555555802271783250034786760807037353515625, "division_net_aggregate_points":3, "division_quotient_of_points":1.01694915254237283619431764236651360988616943359375 }, { "division_id":8, "division_name":"WIFU", "place":4, "flags":"", "team_id":2, "letter":"C", "abbreviation":"CGY", "location":"Calgary", "nickname":"Stampeders", "full_name":"Calgary Stampeders", "games_played":9, "wins":5, "losses":4, "ties":0, "points":10, "winning_percentage":0.5555555555555555802271783250034786760807037353515625, "points_for":202, "points_against":156, "home_wins":4, "home_losses":1, "home_ties":0, "away_wins":1, "away_losses":3, "away_ties":0, "division_wins":5, "division_losses":4, "division_ties":0, "season":1958, "division_games_played":9, "division_points_for":202, "division_points_against":156, "net_aggregate_points":46, "quotient_of_points":1.2948717948717949344228372865472920238971710205078125, "division_winning_percentage":0.5555555555555555802271783250034786760807037353515625, "division_net_aggregate_points":46, "division_quotient_of_points":1.2948717948717949344228372865472920238971710205078125 }, { "division_id":8, "division_name":"WIFU", "place":5, "flags":"", "team_id":1, "letter":"B", "abbreviation":"BC", "location":"BC", "nickname":"Lions", "full_name":"BC Lions", "games_played":10, "wins":0, "losses":10, "ties":0, "points":0, "winning_percentage":0, "points_for":104, "points_against":287, "home_wins":0, "home_losses":5, "home_ties":0, "away_wins":0, "away_losses":5, "away_ties":0, "division_wins":0, "division_losses":10, "division_ties":0, "season":1958, "division_games_played":10, "division_points_for":104, "division_points_against":287, "net_aggregate_points":-183, "quotient_of_points":0.36236933797909409715742867774679325520992279052734375, "division_winning_percentage":0, "division_net_aggregate_points":-183, "division_quotient_of_points":0.36236933797909409715742867774679325520992279052734375 } ] } } } }, { "season":1958, "week":8, "date_week_start":"1958-10-07", "date_week_end":"1958-10-06", "standings":{ "divisions":{ "irfu":{ "division_id":7, "division_name":"IRFU", "division_slug":"irfu", "standings":[ { "division_id":7, "division_name":"IRFU", "place":1, "flags":"", "team_id":4, "letter":"H", "abbreviation":"HAM", "location":"Hamilton", "nickname":"Tiger-Cats", "full_name":"Hamilton Tiger-Cats", "games_played":10, "wins":8, "losses":1, "ties":1, "points":17, "winning_percentage":0.8000000000000000444089209850062616169452667236328125, "points_for":219, "points_against":183, "home_wins":5, "home_losses":0, "home_ties":0, "away_wins":3, "away_losses":1, "away_ties":1, "division_wins":8, "division_losses":1, "division_ties":1, "season":1958, "division_games_played":10, "division_points_for":219, "division_points_against":183, "net_aggregate_points":36, "quotient_of_points":1.1967213114754098324254982799175195395946502685546875, "division_winning_percentage":0.8000000000000000444089209850062616169452667236328125, "division_net_aggregate_points":36, "division_quotient_of_points":1.1967213114754098324254982799175195395946502685546875 }, { "division_id":7, "division_name":"IRFU", "place":2, "flags":"", "team_id":17, "letter":"O", "abbreviation":"OTT", "location":"Ottawa", "nickname":"Rough Riders", "full_name":"Ottawa Rough Riders", "games_played":10, "wins":5, "losses":5, "ties":0, "points":10, "winning_percentage":0.5, "points_for":195, "points_against":129, "home_wins":4, "home_losses":1, "home_ties":0, "away_wins":1, "away_losses":4, "away_ties":0, "division_wins":5, "division_losses":5, "division_ties":0, "season":1958, "division_games_played":10, "division_points_for":195, "division_points_against":129, "net_aggregate_points":66, "quotient_of_points":1.51162790697674420670182371395640075206756591796875, "division_winning_percentage":0.5, "division_net_aggregate_points":66, "division_quotient_of_points":1.51162790697674420670182371395640075206756591796875 }, { "division_id":7, "division_name":"IRFU", "place":3, "flags":"", "team_id":5, "letter":"M", "abbreviation":"MTL", "location":"Montreal", "nickname":"Alouettes", "full_name":"Montreal Alouettes", "games_played":10, "wins":4, "losses":5, "ties":1, "points":9, "winning_percentage":0.40000000000000002220446049250313080847263336181640625, "points_for":169, "points_against":209, "home_wins":3, "home_losses":1, "home_ties":1, "away_wins":1, "away_losses":4, "away_ties":0, "division_wins":4, "division_losses":5, "division_ties":1, "season":1958, "division_games_played":10, "division_points_for":169, "division_points_against":209, "net_aggregate_points":-40, "quotient_of_points":0.80861244019138756033981962900725193321704864501953125, "division_winning_percentage":0.40000000000000002220446049250313080847263336181640625, "division_net_aggregate_points":-40, "division_quotient_of_points":0.80861244019138756033981962900725193321704864501953125 }, { "division_id":7, "division_name":"IRFU", "place":4, "flags":"", "team_id":8, "letter":"T", "abbreviation":"TOR", "location":"Toronto", "nickname":"Argonauts", "full_name":"Toronto Argonauts", "games_played":10, "wins":2, "losses":8, "ties":0, "points":4, "winning_percentage":0.200000000000000011102230246251565404236316680908203125, "points_for":164, "points_against":226, "home_wins":2, "home_losses":3, "home_ties":0, "away_wins":0, "away_losses":5, "away_ties":0, "division_wins":2, "division_losses":8, "division_ties":0, "season":1958, "division_games_played":10, "division_points_for":164, "division_points_against":226, "net_aggregate_points":-62, "quotient_of_points":0.7256637168141593097203667639405466616153717041015625, "division_winning_percentage":0.200000000000000011102230246251565404236316680908203125, "division_net_aggregate_points":-62, "division_quotient_of_points":0.7256637168141593097203667639405466616153717041015625 } ] }, "wifu":{ "division_id":8, "division_name":"WIFU", "division_slug":"wifu", "standings":[ { "division_id":8, "division_name":"WIFU", "place":1, "flags":"", "team_id":9, "letter":"W", "abbreviation":"WPG", "location":"Winnipeg", "nickname":"Blue Bombers", "full_name":"Winnipeg Blue Bombers", "games_played":12, "wins":10, "losses":2, "ties":0, "points":20, "winning_percentage":0.83333333333333337034076748750521801412105560302734375, "points_for":271, "points_against":133, "home_wins":5, "home_losses":0, "home_ties":0, "away_wins":5, "away_losses":2, "away_ties":0, "division_wins":10, "division_losses":2, "division_ties":0, "season":1958, "division_games_played":12, "division_points_for":271, "division_points_against":133, "net_aggregate_points":138, "quotient_of_points":2.03759398496240606846185983158648014068603515625, "division_winning_percentage":0.83333333333333337034076748750521801412105560302734375, "division_net_aggregate_points":138, "division_quotient_of_points":2.03759398496240606846185983158648014068603515625 }, { "division_id":8, "division_name":"WIFU", "place":2, "flags":"", "team_id":7, "letter":"S", "abbreviation":"SSK", "location":"Saskatchewan", "nickname":"Roughriders", "full_name":"Saskatchewan Roughriders", "games_played":11, "wins":6, "losses":4, "ties":1, "points":13, "winning_percentage":0.545454545454545414173708195448853075504302978515625, "points_for":215, "points_against":205, "home_wins":3, "home_losses":2, "home_ties":0, "away_wins":3, "away_losses":2, "away_ties":1, "division_wins":6, "division_losses":4, "division_ties":1, "season":1958, "division_games_played":11, "division_points_for":215, "division_points_against":205, "net_aggregate_points":10, "quotient_of_points":1.0487804878048780921062643756158649921417236328125, "division_winning_percentage":0.545454545454545414173708195448853075504302978515625, "division_net_aggregate_points":10, "division_quotient_of_points":1.0487804878048780921062643756158649921417236328125 }, { "division_id":8, "division_name":"WIFU", "place":3, "flags":"", "team_id":3, "letter":"E", "abbreviation":"EDM", "location":"Edmonton", "nickname":"Elks", "full_name":"Edmonton Elks", "games_played":11, "wins":5, "losses":5, "ties":1, "points":11, "winning_percentage":0.454545454545454530315140573293319903314113616943359375, "points_for":212, "points_against":215, "home_wins":3, "home_losses":2, "home_ties":1, "away_wins":2, "away_losses":3, "away_ties":0, "division_wins":5, "division_losses":5, "division_ties":1, "season":1958, "division_games_played":11, "division_points_for":212, "division_points_against":215, "net_aggregate_points":-3, "quotient_of_points":0.98604651162790701857119302076171152293682098388671875, "division_winning_percentage":0.454545454545454530315140573293319903314113616943359375, "division_net_aggregate_points":-3, "division_quotient_of_points":0.98604651162790701857119302076171152293682098388671875 }, { "division_id":8, "division_name":"WIFU", "place":4, "flags":"", "team_id":2, "letter":"C", "abbreviation":"CGY", "location":"Calgary", "nickname":"Stampeders", "full_name":"Calgary Stampeders", "games_played":11, "wins":5, "losses":6, "ties":0, "points":10, "winning_percentage":0.454545454545454530315140573293319903314113616943359375, "points_for":230, "points_against":193, "home_wins":4, "home_losses":2, "home_ties":0, "away_wins":1, "away_losses":4, "away_ties":0, "division_wins":5, "division_losses":6, "division_ties":0, "season":1958, "division_games_played":11, "division_points_for":230, "division_points_against":193, "net_aggregate_points":37, "quotient_of_points":1.1917098445595855071843516270746476948261260986328125, "division_winning_percentage":0.454545454545454530315140573293319903314113616943359375, "division_net_aggregate_points":37, "division_quotient_of_points":1.1917098445595855071843516270746476948261260986328125 }, { "division_id":8, "division_name":"WIFU", "place":5, "flags":"", "team_id":1, "letter":"B", "abbreviation":"BC", "location":"BC", "nickname":"Lions", "full_name":"BC Lions", "games_played":11, "wins":1, "losses":10, "ties":0, "points":2, "winning_percentage":0.0909090909090909116141432377844466827809810638427734375, "points_for":119, "points_against":301, "home_wins":1, "home_losses":5, "home_ties":0, "away_wins":0, "away_losses":5, "away_ties":0, "division_wins":1, "division_losses":10, "division_ties":0, "season":1958, "division_games_played":11, "division_points_for":119, "division_points_against":301, "net_aggregate_points":-182, "quotient_of_points":0.395348837209302306217040268165874294936656951904296875, "division_winning_percentage":0.0909090909090909116141432377844466827809810638427734375, "division_net_aggregate_points":-182, "division_quotient_of_points":0.395348837209302306217040268165874294936656951904296875 } ] } } } }, { "season":1958, "week":9, "date_week_start":"1958-10-07", "date_week_end":"1958-10-13", "standings":{ "divisions":{ "irfu":{ "division_id":7, "division_name":"IRFU", "division_slug":"irfu", "standings":[ { "division_id":7, "division_name":"IRFU", "place":1, "flags":"", "team_id":4, "letter":"H", "abbreviation":"HAM", "location":"Hamilton", "nickname":"Tiger-Cats", "full_name":"Hamilton Tiger-Cats", "games_played":11, "wins":9, "losses":1, "ties":1, "points":19, "winning_percentage":0.81818181818181823228286475568893365561962127685546875, "points_for":248, "points_against":193, "home_wins":6, "home_losses":0, "home_ties":0, "away_wins":3, "away_losses":1, "away_ties":1, "division_wins":9, "division_losses":1, "division_ties":1, "season":1958, "division_games_played":11, "division_points_for":248, "division_points_against":193, "net_aggregate_points":55, "quotient_of_points":1.2849740932642486068715470537426881492137908935546875, "division_winning_percentage":0.81818181818181823228286475568893365561962127685546875, "division_net_aggregate_points":55, "division_quotient_of_points":1.2849740932642486068715470537426881492137908935546875 }, { "division_id":7, "division_name":"IRFU", "place":2, "flags":"", "team_id":17, "letter":"O", "abbreviation":"OTT", "location":"Ottawa", "nickname":"Rough Riders", "full_name":"Ottawa Rough Riders", "games_played":11, "wins":5, "losses":6, "ties":0, "points":10, "winning_percentage":0.454545454545454530315140573293319903314113616943359375, "points_for":195, "points_against":170, "home_wins":4, "home_losses":2, "home_ties":0, "away_wins":1, "away_losses":4, "away_ties":0, "division_wins":5, "division_losses":6, "division_ties":0, "season":1958, "division_games_played":11, "division_points_for":195, "division_points_against":170, "net_aggregate_points":25, "quotient_of_points":1.147058823529411686337198261753655970096588134765625, "division_winning_percentage":0.454545454545454530315140573293319903314113616943359375, "division_net_aggregate_points":25, "division_quotient_of_points":1.147058823529411686337198261753655970096588134765625 }, { "division_id":7, "division_name":"IRFU", "place":3, "flags":"", "team_id":5, "letter":"M", "abbreviation":"MTL", "location":"Montreal", "nickname":"Alouettes", "full_name":"Montreal Alouettes", "games_played":11, "wins":4, "losses":6, "ties":1, "points":9, "winning_percentage":0.36363636363636364645657295113778673112392425537109375, "points_for":179, "points_against":238, "home_wins":3, "home_losses":1, "home_ties":1, "away_wins":1, "away_losses":5, "away_ties":0, "division_wins":4, "division_losses":6, "division_ties":1, "season":1958, "division_games_played":11, "division_points_for":179, "division_points_against":238, "net_aggregate_points":-59, "quotient_of_points":0.75210084033613444631782840588130056858062744140625, "division_winning_percentage":0.36363636363636364645657295113778673112392425537109375, "division_net_aggregate_points":-59, "division_quotient_of_points":0.75210084033613444631782840588130056858062744140625 }, { "division_id":7, "division_name":"IRFU", "place":4, "flags":"", "team_id":8, "letter":"T", "abbreviation":"TOR", "location":"Toronto", "nickname":"Argonauts", "full_name":"Toronto Argonauts", "games_played":11, "wins":3, "losses":8, "ties":0, "points":6, "winning_percentage":0.2727272727272727070868540977244265377521514892578125, "points_for":205, "points_against":226, "home_wins":2, "home_losses":3, "home_ties":0, "away_wins":1, "away_losses":5, "away_ties":0, "division_wins":3, "division_losses":8, "division_ties":0, "season":1958, "division_games_played":11, "division_points_for":205, "division_points_against":226, "net_aggregate_points":-21, "quotient_of_points":0.9070796460176990816393072236678563058376312255859375, "division_winning_percentage":0.2727272727272727070868540977244265377521514892578125, "division_net_aggregate_points":-21, "division_quotient_of_points":0.9070796460176990816393072236678563058376312255859375 } ] }, "wifu":{ "division_id":8, "division_name":"WIFU", "division_slug":"wifu", "standings":[ { "division_id":8, "division_name":"WIFU", "place":1, "flags":"", "team_id":9, "letter":"W", "abbreviation":"WPG", "location":"Winnipeg", "nickname":"Blue Bombers", "full_name":"Winnipeg Blue Bombers", "games_played":13, "wins":10, "losses":3, "ties":0, "points":20, "winning_percentage":0.76923076923076927347011633173679001629352569580078125, "points_for":279, "points_against":143, "home_wins":5, "home_losses":1, "home_ties":0, "away_wins":5, "away_losses":2, "away_ties":0, "division_wins":10, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":13, "division_points_for":279, "division_points_against":143, "net_aggregate_points":136, "quotient_of_points":1.9510489510489510411872515760478563606739044189453125, "division_winning_percentage":0.76923076923076927347011633173679001629352569580078125, "division_net_aggregate_points":136, "division_quotient_of_points":1.9510489510489510411872515760478563606739044189453125 }, { "division_id":8, "division_name":"WIFU", "place":2, "flags":"", "team_id":3, "letter":"E", "abbreviation":"EDM", "location":"Edmonton", "nickname":"Elks", "full_name":"Edmonton Elks", "games_played":13, "wins":7, "losses":5, "ties":1, "points":15, "winning_percentage":0.53846153846153843591793020095792599022388458251953125, "points_for":248, "points_against":239, "home_wins":4, "home_losses":2, "home_ties":1, "away_wins":3, "away_losses":3, "away_ties":0, "division_wins":7, "division_losses":5, "division_ties":1, "season":1958, "division_games_played":13, "division_points_for":248, "division_points_against":239, "net_aggregate_points":9, "quotient_of_points":1.037656903765690419305656178039498627185821533203125, "division_winning_percentage":0.53846153846153843591793020095792599022388458251953125, "division_net_aggregate_points":9, "division_quotient_of_points":1.037656903765690419305656178039498627185821533203125 }, { "division_id":8, "division_name":"WIFU", "place":3, "flags":"", "team_id":7, "letter":"S", "abbreviation":"SSK", "location":"Saskatchewan", "nickname":"Roughriders", "full_name":"Saskatchewan Roughriders", "games_played":12, "wins":6, "losses":5, "ties":1, "points":13, "winning_percentage":0.5, "points_for":231, "points_against":239, "home_wins":3, "home_losses":3, "home_ties":0, "away_wins":3, "away_losses":2, "away_ties":1, "division_wins":6, "division_losses":5, "division_ties":1, "season":1958, "division_games_played":12, "division_points_for":231, "division_points_against":239, "net_aggregate_points":-8, "quotient_of_points":0.96652719665271968896291809869580902159214019775390625, "division_winning_percentage":0.5, "division_net_aggregate_points":-8, "division_quotient_of_points":0.96652719665271968896291809869580902159214019775390625 }, { "division_id":8, "division_name":"WIFU", "place":4, "flags":"", "team_id":2, "letter":"C", "abbreviation":"CGY", "location":"Calgary", "nickname":"Stampeders", "full_name":"Calgary Stampeders", "games_played":13, "wins":5, "losses":8, "ties":0, "points":10, "winning_percentage":0.384615384615384636735058165868395008146762847900390625, "points_for":254, "points_against":229, "home_wins":4, "home_losses":3, "home_ties":0, "away_wins":1, "away_losses":5, "away_ties":0, "division_wins":5, "division_losses":8, "division_ties":0, "season":1958, "division_games_played":13, "division_points_for":254, "division_points_against":229, "net_aggregate_points":25, "quotient_of_points":1.1091703056768558166567117950762622058391571044921875, "division_winning_percentage":0.384615384615384636735058165868395008146762847900390625, "division_net_aggregate_points":25, "division_quotient_of_points":1.1091703056768558166567117950762622058391571044921875 }, { "division_id":8, "division_name":"WIFU", "place":5, "flags":"", "team_id":1, "letter":"B", "abbreviation":"BC", "location":"BC", "nickname":"Lions", "full_name":"BC Lions", "games_played":13, "wins":3, "losses":10, "ties":0, "points":6, "winning_percentage":0.230769230769230782041034899521037004888057708740234375, "points_for":163, "points_against":325, "home_wins":1, "home_losses":5, "home_ties":0, "away_wins":2, "away_losses":5, "away_ties":0, "division_wins":3, "division_losses":10, "division_ties":0, "season":1958, "division_games_played":13, "division_points_for":163, "division_points_against":325, "net_aggregate_points":-162, "quotient_of_points":0.5015384615384614885869041245314292609691619873046875, "division_winning_percentage":0.230769230769230782041034899521037004888057708740234375, "division_net_aggregate_points":-162, "division_quotient_of_points":0.5015384615384614885869041245314292609691619873046875 } ] } } } }, { "season":1958, "week":10, "date_week_start":"1958-10-14", "date_week_end":"1958-10-27", "standings":{ "divisions":{ "irfu":{ "division_id":7, "division_name":"IRFU", "division_slug":"irfu", "standings":[ { "division_id":7, "division_name":"IRFU", "place":1, "flags":"", "team_id":4, "letter":"H", "abbreviation":"HAM", "location":"Hamilton", "nickname":"Tiger-Cats", "full_name":"Hamilton Tiger-Cats", "games_played":12, "wins":9, "losses":2, "ties":1, "points":19, "winning_percentage":0.75, "points_for":260, "points_against":221, "home_wins":6, "home_losses":0, "home_ties":0, "away_wins":3, "away_losses":2, "away_ties":1, "division_wins":9, "division_losses":2, "division_ties":1, "season":1958, "division_games_played":12, "division_points_for":260, "division_points_against":221, "net_aggregate_points":39, "quotient_of_points":1.1764705882352941568314008691231720149517059326171875, "division_winning_percentage":0.75, "division_net_aggregate_points":39, "division_quotient_of_points":1.1764705882352941568314008691231720149517059326171875 }, { "division_id":7, "division_name":"IRFU", "place":2, "flags":"", "team_id":5, "letter":"M", "abbreviation":"MTL", "location":"Montreal", "nickname":"Alouettes", "full_name":"Montreal Alouettes", "games_played":12, "wins":5, "losses":6, "ties":1, "points":11, "winning_percentage":0.416666666666666685170383743752609007060527801513671875, "points_for":207, "points_against":250, "home_wins":4, "home_losses":1, "home_ties":1, "away_wins":1, "away_losses":5, "away_ties":0, "division_wins":5, "division_losses":6, "division_ties":1, "season":1958, "division_games_played":12, "division_points_for":207, "division_points_against":250, "net_aggregate_points":-43, "quotient_of_points":0.82799999999999995825561427409411408007144927978515625, "division_winning_percentage":0.416666666666666685170383743752609007060527801513671875, "division_net_aggregate_points":-43, "division_quotient_of_points":0.82799999999999995825561427409411408007144927978515625 }, { "division_id":7, "division_name":"IRFU", "place":3, "flags":"", "team_id":17, "letter":"O", "abbreviation":"OTT", "location":"Ottawa", "nickname":"Rough Riders", "full_name":"Ottawa Rough Riders", "games_played":12, "wins":5, "losses":7, "ties":0, "points":10, "winning_percentage":0.416666666666666685170383743752609007060527801513671875, "points_for":219, "points_against":212, "home_wins":4, "home_losses":2, "home_ties":0, "away_wins":1, "away_losses":5, "away_ties":0, "division_wins":5, "division_losses":7, "division_ties":0, "season":1958, "division_games_played":12, "division_points_for":219, "division_points_against":212, "net_aggregate_points":7, "quotient_of_points":1.0330188679245282390439797381986863911151885986328125, "division_winning_percentage":0.416666666666666685170383743752609007060527801513671875, "division_net_aggregate_points":7, "division_quotient_of_points":1.0330188679245282390439797381986863911151885986328125 }, { "division_id":7, "division_name":"IRFU", "place":4, "flags":"", "team_id":8, "letter":"T", "abbreviation":"TOR", "location":"Toronto", "nickname":"Argonauts", "full_name":"Toronto Argonauts", "games_played":12, "wins":4, "losses":8, "ties":0, "points":8, "winning_percentage":0.333333333333333314829616256247390992939472198486328125, "points_for":247, "points_against":250, "home_wins":3, "home_losses":3, "home_ties":0, "away_wins":1, "away_losses":5, "away_ties":0, "division_wins":4, "division_losses":8, "division_ties":0, "season":1958, "division_games_played":12, "division_points_for":247, "division_points_against":250, "net_aggregate_points":-3, "quotient_of_points":0.987999999999999989341858963598497211933135986328125, "division_winning_percentage":0.333333333333333314829616256247390992939472198486328125, "division_net_aggregate_points":-3, "division_quotient_of_points":0.987999999999999989341858963598497211933135986328125 } ] }, "wifu":{ "division_id":8, "division_name":"WIFU", "division_slug":"wifu", "standings":[ { "division_id":8, "division_name":"WIFU", "place":1, "flags":"", "team_id":9, "letter":"W", "abbreviation":"WPG", "location":"Winnipeg", "nickname":"Blue Bombers", "full_name":"Winnipeg Blue Bombers", "games_played":14, "wins":11, "losses":3, "ties":0, "points":22, "winning_percentage":0.78571428571428569842538536249776370823383331298828125, "points_for":300, "points_against":158, "home_wins":6, "home_losses":1, "home_ties":0, "away_wins":5, "away_losses":2, "away_ties":0, "division_wins":11, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":14, "division_points_for":300, "division_points_against":158, "net_aggregate_points":142, "quotient_of_points":1.898734177215189777854220665176399052143096923828125, "division_winning_percentage":0.78571428571428569842538536249776370823383331298828125, "division_net_aggregate_points":142, "division_quotient_of_points":1.898734177215189777854220665176399052143096923828125 }, { "division_id":8, "division_name":"WIFU", "place":2, "flags":"", "team_id":3, "letter":"E", "abbreviation":"EDM", "location":"Edmonton", "nickname":"Elks", "full_name":"Edmonton Elks", "games_played":14, "wins":8, "losses":5, "ties":1, "points":17, "winning_percentage":0.5714285714285713968507707249955274164676666259765625, "points_for":273, "points_against":261, "home_wins":4, "home_losses":2, "home_ties":1, "away_wins":4, "away_losses":3, "away_ties":0, "division_wins":8, "division_losses":5, "division_ties":1, "season":1958, "division_games_played":14, "division_points_for":273, "division_points_against":261, "net_aggregate_points":12, "quotient_of_points":1.045977011494252817414007949992083013057708740234375, "division_winning_percentage":0.5714285714285713968507707249955274164676666259765625, "division_net_aggregate_points":12, "division_quotient_of_points":1.045977011494252817414007949992083013057708740234375 }, { "division_id":8, "division_name":"WIFU", "place":3, "flags":"", "team_id":7, "letter":"S", "abbreviation":"SSK", "location":"Saskatchewan", "nickname":"Roughriders", "full_name":"Saskatchewan Roughriders", "games_played":14, "wins":6, "losses":7, "ties":1, "points":13, "winning_percentage":0.428571428571428547638078043746645562350749969482421875, "points_for":263, "points_against":281, "home_wins":3, "home_losses":4, "home_ties":0, "away_wins":3, "away_losses":3, "away_ties":1, "division_wins":6, "division_losses":7, "division_ties":1, "season":1958, "division_games_played":14, "division_points_for":263, "division_points_against":281, "net_aggregate_points":-18, "quotient_of_points":0.93594306049822062476550854626111686229705810546875, "division_winning_percentage":0.428571428571428547638078043746645562350749969482421875, "division_net_aggregate_points":-18, "division_quotient_of_points":0.93594306049822062476550854626111686229705810546875 }, { "division_id":8, "division_name":"WIFU", "place":4, "flags":"", "team_id":2, "letter":"C", "abbreviation":"CGY", "location":"Calgary", "nickname":"Stampeders", "full_name":"Calgary Stampeders", "games_played":14, "wins":6, "losses":8, "ties":0, "points":12, "winning_percentage":0.428571428571428547638078043746645562350749969482421875, "points_for":275, "points_against":246, "home_wins":4, "home_losses":3, "home_ties":0, "away_wins":2, "away_losses":5, "away_ties":0, "division_wins":6, "division_losses":8, "division_ties":0, "season":1958, "division_games_played":14, "division_points_for":275, "division_points_against":246, "net_aggregate_points":29, "quotient_of_points":1.1178861788617886485752705993945710361003875732421875, "division_winning_percentage":0.428571428571428547638078043746645562350749969482421875, "division_net_aggregate_points":29, "division_quotient_of_points":1.1178861788617886485752705993945710361003875732421875 }, { "division_id":8, "division_name":"WIFU", "place":5, "flags":"", "team_id":1, "letter":"B", "abbreviation":"BC", "location":"BC", "nickname":"Lions", "full_name":"BC Lions", "games_played":14, "wins":3, "losses":11, "ties":0, "points":6, "winning_percentage":0.2142857142857142738190390218733227811753749847412109375, "points_for":185, "points_against":350, "home_wins":1, "home_losses":6, "home_ties":0, "away_wins":2, "away_losses":5, "away_ties":0, "division_wins":3, "division_losses":11, "division_ties":0, "season":1958, "division_games_played":14, "division_points_for":185, "division_points_against":350, "net_aggregate_points":-165, "quotient_of_points":0.52857142857142858094476878250134177505970001220703125, "division_winning_percentage":0.2142857142857142738190390218733227811753749847412109375, "division_net_aggregate_points":-165, "division_quotient_of_points":0.52857142857142858094476878250134177505970001220703125 } ] } } } }, { "season":1958, "week":11, "date_week_start":"1958-10-21", "date_week_end":"1958-10-27", "standings":{ "divisions":{ "irfu":{ "division_id":7, "division_name":"IRFU", "division_slug":"irfu", "standings":[ { "division_id":7, "division_name":"IRFU", "place":1, "flags":"", "team_id":4, "letter":"H", "abbreviation":"HAM", "location":"Hamilton", "nickname":"Tiger-Cats", "full_name":"Hamilton Tiger-Cats", "games_played":13, "wins":9, "losses":3, "ties":1, "points":19, "winning_percentage":0.6923076923076922906119534673052839934825897216796875, "points_for":268, "points_against":235, "home_wins":6, "home_losses":0, "home_ties":0, "away_wins":3, "away_losses":3, "away_ties":1, "division_wins":9, "division_losses":3, "division_ties":1, "season":1958, "division_games_played":13, "division_points_for":268, "division_points_against":235, "net_aggregate_points":33, "quotient_of_points":1.1404255319148937086737305435235612094402313232421875, "division_winning_percentage":0.6923076923076922906119534673052839934825897216796875, "division_net_aggregate_points":33, "division_quotient_of_points":1.1404255319148937086737305435235612094402313232421875 }, { "division_id":7, "division_name":"IRFU", "place":2, "flags":"", "team_id":5, "letter":"M", "abbreviation":"MTL", "location":"Montreal", "nickname":"Alouettes", "full_name":"Montreal Alouettes", "games_played":13, "wins":6, "losses":6, "ties":1, "points":13, "winning_percentage":0.46153846153846156408206979904207400977611541748046875, "points_for":251, "points_against":257, "home_wins":4, "home_losses":1, "home_ties":1, "away_wins":2, "away_losses":5, "away_ties":0, "division_wins":6, "division_losses":6, "division_ties":1, "season":1958, "division_games_played":13, "division_points_for":251, "division_points_against":257, "net_aggregate_points":-6, "quotient_of_points":0.97665369649805444662860054449993185698986053466796875, "division_winning_percentage":0.46153846153846156408206979904207400977611541748046875, "division_net_aggregate_points":-6, "division_quotient_of_points":0.97665369649805444662860054449993185698986053466796875 }, { "division_id":7, "division_name":"IRFU", "place":3, "flags":"", "team_id":17, "letter":"O", "abbreviation":"OTT", "location":"Ottawa", "nickname":"Rough Riders", "full_name":"Ottawa Rough Riders", "games_played":13, "wins":6, "losses":7, "ties":0, "points":12, "winning_percentage":0.46153846153846156408206979904207400977611541748046875, "points_for":233, "points_against":220, "home_wins":5, "home_losses":2, "home_ties":0, "away_wins":1, "away_losses":5, "away_ties":0, "division_wins":6, "division_losses":7, "division_ties":0, "season":1958, "division_games_played":13, "division_points_for":233, "division_points_against":220, "net_aggregate_points":13, "quotient_of_points":1.059090909090909082834741639089770615100860595703125, "division_winning_percentage":0.46153846153846156408206979904207400977611541748046875, "division_net_aggregate_points":13, "division_quotient_of_points":1.059090909090909082834741639089770615100860595703125 }, { "division_id":7, "division_name":"IRFU", "place":4, "flags":"", "team_id":8, "letter":"T", "abbreviation":"TOR", "location":"Toronto", "nickname":"Argonauts", "full_name":"Toronto Argonauts", "games_played":13, "wins":4, "losses":9, "ties":0, "points":8, "winning_percentage":0.3076923076923077093880465326947160065174102783203125, "points_for":254, "points_against":294, "home_wins":3, "home_losses":4, "home_ties":0, "away_wins":1, "away_losses":5, "away_ties":0, "division_wins":4, "division_losses":9, "division_ties":0, "season":1958, "division_games_played":13, "division_points_for":254, "division_points_against":294, "net_aggregate_points":-40, "quotient_of_points":0.86394557823129247697835353392292745411396026611328125, "division_winning_percentage":0.3076923076923077093880465326947160065174102783203125, "division_net_aggregate_points":-40, "division_quotient_of_points":0.86394557823129247697835353392292745411396026611328125 } ] }, "wifu":{ "division_id":8, "division_name":"WIFU", "division_slug":"wifu", "standings":[ { "division_id":8, "division_name":"WIFU", "place":1, "flags":"", "team_id":9, "letter":"W", "abbreviation":"WPG", "location":"Winnipeg", "nickname":"Blue Bombers", "full_name":"Winnipeg Blue Bombers", "games_played":15, "wins":12, "losses":3, "ties":0, "points":24, "winning_percentage":0.8000000000000000444089209850062616169452667236328125, "points_for":337, "points_against":168, "home_wins":7, "home_losses":1, "home_ties":0, "away_wins":5, "away_losses":2, "away_ties":0, "division_wins":12, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":15, "division_points_for":337, "division_points_against":168, "net_aggregate_points":169, "quotient_of_points":2.005952380952380931233847149997018277645111083984375, "division_winning_percentage":0.8000000000000000444089209850062616169452667236328125, "division_net_aggregate_points":169, "division_quotient_of_points":2.005952380952380931233847149997018277645111083984375 }, { "division_id":8, "division_name":"WIFU", "place":2, "flags":"", "team_id":3, "letter":"E", "abbreviation":"EDM", "location":"Edmonton", "nickname":"Elks", "full_name":"Edmonton Elks", "games_played":15, "wins":9, "losses":5, "ties":1, "points":19, "winning_percentage":0.59999999999999997779553950749686919152736663818359375, "points_for":298, "points_against":264, "home_wins":5, "home_losses":2, "home_ties":1, "away_wins":4, "away_losses":3, "away_ties":0, "division_wins":9, "division_losses":5, "division_ties":1, "season":1958, "division_games_played":15, "division_points_for":298, "division_points_against":264, "net_aggregate_points":34, "quotient_of_points":1.128787878787878895536778145469725131988525390625, "division_winning_percentage":0.59999999999999997779553950749686919152736663818359375, "division_net_aggregate_points":34, "division_quotient_of_points":1.128787878787878895536778145469725131988525390625 }, { "division_id":8, "division_name":"WIFU", "place":3, "flags":"", "team_id":7, "letter":"S", "abbreviation":"SSK", "location":"Saskatchewan", "nickname":"Roughriders", "full_name":"Saskatchewan Roughriders", "games_played":15, "wins":6, "losses":7, "ties":2, "points":14, "winning_percentage":0.40000000000000002220446049250313080847263336181640625, "points_for":292, "points_against":310, "home_wins":3, "home_losses":4, "home_ties":0, "away_wins":3, "away_losses":3, "away_ties":2, "division_wins":6, "division_losses":7, "division_ties":2, "season":1958, "division_games_played":15, "division_points_for":292, "division_points_against":310, "net_aggregate_points":-18, "quotient_of_points":0.941935483870967704689292077091522514820098876953125, "division_winning_percentage":0.40000000000000002220446049250313080847263336181640625, "division_net_aggregate_points":-18, "division_quotient_of_points":0.941935483870967704689292077091522514820098876953125 }, { "division_id":8, "division_name":"WIFU", "place":4, "flags":"", "team_id":2, "letter":"C", "abbreviation":"CGY", "location":"Calgary", "nickname":"Stampeders", "full_name":"Calgary Stampeders", "games_played":16, "wins":6, "losses":9, "ties":1, "points":13, "winning_percentage":0.375, "points_for":314, "points_against":312, "home_wins":4, "home_losses":3, "home_ties":1, "away_wins":2, "away_losses":6, "away_ties":0, "division_wins":6, "division_losses":9, "division_ties":1, "season":1958, "division_games_played":16, "division_points_for":314, "division_points_against":312, "net_aggregate_points":2, "quotient_of_points":1.00641025641025638748260462307371199131011962890625, "division_winning_percentage":0.375, "division_net_aggregate_points":2, "division_quotient_of_points":1.00641025641025638748260462307371199131011962890625 }, { "division_id":8, "division_name":"WIFU", "place":5, "flags":"", "team_id":1, "letter":"B", "abbreviation":"BC", "location":"BC", "nickname":"Lions", "full_name":"BC Lions", "games_played":15, "wins":3, "losses":12, "ties":0, "points":6, "winning_percentage":0.200000000000000011102230246251565404236316680908203125, "points_for":188, "points_against":375, "home_wins":1, "home_losses":6, "home_ties":0, "away_wins":2, "away_losses":6, "away_ties":0, "division_wins":3, "division_losses":12, "division_ties":0, "season":1958, "division_games_played":15, "division_points_for":188, "division_points_against":375, "net_aggregate_points":-187, "quotient_of_points":0.50133333333333329751013707209494896233081817626953125, "division_winning_percentage":0.200000000000000011102230246251565404236316680908203125, "division_net_aggregate_points":-187, "division_quotient_of_points":0.50133333333333329751013707209494896233081817626953125 } ] } } } }, { "season":1958, "week":12, "date_week_start":"1958-10-28", "date_week_end":"1958-11-03", "standings":{ "divisions":{ "irfu":{ "division_id":7, "division_name":"IRFU", "division_slug":"irfu", "standings":[ { "division_id":7, "division_name":"IRFU", "place":1, "flags":"", "team_id":4, "letter":"H", "abbreviation":"HAM", "location":"Hamilton", "nickname":"Tiger-Cats", "full_name":"Hamilton Tiger-Cats", "games_played":14, "wins":10, "losses":3, "ties":1, "points":21, "winning_percentage":0.71428571428571430157461463750223629176616668701171875, "points_for":291, "points_against":235, "home_wins":7, "home_losses":0, "home_ties":0, "away_wins":3, "away_losses":3, "away_ties":1, "division_wins":10, "division_losses":3, "division_ties":1, "season":1958, "division_games_played":14, "division_points_for":291, "division_points_against":235, "net_aggregate_points":56, "quotient_of_points":1.238297872340425431758603735943324863910675048828125, "division_winning_percentage":0.71428571428571430157461463750223629176616668701171875, "division_net_aggregate_points":56, "division_quotient_of_points":1.238297872340425431758603735943324863910675048828125 }, { "division_id":7, "division_name":"IRFU", "place":2, "flags":"", "team_id":5, "letter":"M", "abbreviation":"MTL", "location":"Montreal", "nickname":"Alouettes", "full_name":"Montreal Alouettes", "games_played":14, "wins":7, "losses":6, "ties":1, "points":15, "winning_percentage":0.5, "points_for":265, "points_against":269, "home_wins":5, "home_losses":1, "home_ties":1, "away_wins":2, "away_losses":5, "away_ties":0, "division_wins":7, "division_losses":6, "division_ties":1, "season":1958, "division_games_played":14, "division_points_for":265, "division_points_against":269, "net_aggregate_points":-4, "quotient_of_points":0.985130111524163520897445778246037662029266357421875, "division_winning_percentage":0.5, "division_net_aggregate_points":-4, "division_quotient_of_points":0.985130111524163520897445778246037662029266357421875 }, { "division_id":7, "division_name":"IRFU", "place":3, "flags":"", "team_id":17, "letter":"O", "abbreviation":"OTT", "location":"Ottawa", "nickname":"Rough Riders", "full_name":"Ottawa Rough Riders", "games_played":14, "wins":6, "losses":8, "ties":0, "points":12, "winning_percentage":0.428571428571428547638078043746645562350749969482421875, "points_for":233, "points_against":243, "home_wins":5, "home_losses":2, "home_ties":0, "away_wins":1, "away_losses":6, "away_ties":0, "division_wins":6, "division_losses":8, "division_ties":0, "season":1958, "division_games_played":14, "division_points_for":233, "division_points_against":243, "net_aggregate_points":-10, "quotient_of_points":0.958847736625514368569156431476585566997528076171875, "division_winning_percentage":0.428571428571428547638078043746645562350749969482421875, "division_net_aggregate_points":-10, "division_quotient_of_points":0.958847736625514368569156431476585566997528076171875 }, { "division_id":7, "division_name":"IRFU", "place":4, "flags":"", "team_id":8, "letter":"T", "abbreviation":"TOR", "location":"Toronto", "nickname":"Argonauts", "full_name":"Toronto Argonauts", "games_played":14, "wins":4, "losses":10, "ties":0, "points":8, "winning_percentage":0.28571428571428569842538536249776370823383331298828125, "points_for":266, "points_against":308, "home_wins":3, "home_losses":4, "home_ties":0, "away_wins":1, "away_losses":6, "away_ties":0, "division_wins":4, "division_losses":10, "division_ties":0, "season":1958, "division_games_played":14, "division_points_for":266, "division_points_against":308, "net_aggregate_points":-42, "quotient_of_points":0.86363636363636364645657295113778673112392425537109375, "division_winning_percentage":0.28571428571428569842538536249776370823383331298828125, "division_net_aggregate_points":-42, "division_quotient_of_points":0.86363636363636364645657295113778673112392425537109375 } ] }, "wifu":{ "division_id":8, "division_name":"WIFU", "division_slug":"wifu", "standings":[ { "division_id":8, "division_name":"WIFU", "place":1, "flags":"", "team_id":9, "letter":"W", "abbreviation":"WPG", "location":"Winnipeg", "nickname":"Blue Bombers", "full_name":"Winnipeg Blue Bombers", "games_played":16, "wins":13, "losses":3, "ties":0, "points":26, "winning_percentage":0.8125, "points_for":361, "points_against":182, "home_wins":7, "home_losses":1, "home_ties":0, "away_wins":6, "away_losses":2, "away_ties":0, "division_wins":13, "division_losses":3, "division_ties":0, "season":1958, "division_games_played":16, "division_points_for":361, "division_points_against":182, "net_aggregate_points":179, "quotient_of_points":1.9835164835164835750447309692390263080596923828125, "division_winning_percentage":0.8125, "division_net_aggregate_points":179, "division_quotient_of_points":1.9835164835164835750447309692390263080596923828125 }, { "division_id":8, "division_name":"WIFU", "place":2, "flags":"", "team_id":3, "letter":"E", "abbreviation":"EDM", "location":"Edmonton", "nickname":"Elks", "full_name":"Edmonton Elks", "games_played":16, "wins":9, "losses":6, "ties":1, "points":19, "winning_percentage":0.5625, "points_for":312, "points_against":292, "home_wins":5, "home_losses":2, "home_ties":1, "away_wins":4, "away_losses":4, "away_ties":0, "division_wins":9, "division_losses":6, "division_ties":1, "season":1958, "division_games_played":16, "division_points_for":312, "division_points_against":292, "net_aggregate_points":20, "quotient_of_points":1.0684931506849315585583326537744142115116119384765625, "division_winning_percentage":0.5625, "division_net_aggregate_points":20, "division_quotient_of_points":1.0684931506849315585583326537744142115116119384765625 }, { "division_id":8, "division_name":"WIFU", "place":3, "flags":"", "team_id":7, "letter":"S", "abbreviation":"SSK", "location":"Saskatchewan", "nickname":"Roughriders", "full_name":"Saskatchewan Roughriders", "games_played":16, "wins":7, "losses":7, "ties":2, "points":16, "winning_percentage":0.4375, "points_for":320, "points_against":324, "home_wins":4, "home_losses":4, "home_ties":0, "away_wins":3, "away_losses":3, "away_ties":2, "division_wins":7, "division_losses":7, "division_ties":2, "season":1958, "division_games_played":16, "division_points_for":320, "division_points_against":324, "net_aggregate_points":-4, "quotient_of_points":0.98765432098765426616182594443671405315399169921875, "division_winning_percentage":0.4375, "division_net_aggregate_points":-4, "division_quotient_of_points":0.98765432098765426616182594443671405315399169921875 }, { "division_id":8, "division_name":"WIFU", "place":4, "flags":"", "team_id":2, "letter":"C", "abbreviation":"CGY", "location":"Calgary", "nickname":"Stampeders", "full_name":"Calgary Stampeders", "games_played":16, "wins":6, "losses":9, "ties":1, "points":13, "winning_percentage":0.375, "points_for":314, "points_against":312, "home_wins":4, "home_losses":3, "home_ties":1, "away_wins":2, "away_losses":6, "away_ties":0, "division_wins":6, "division_losses":9, "division_ties":1, "season":1958, "division_games_played":16, "division_points_for":314, "division_points_against":312, "net_aggregate_points":2, "quotient_of_points":1.00641025641025638748260462307371199131011962890625, "division_winning_percentage":0.375, "division_net_aggregate_points":2, "division_quotient_of_points":1.00641025641025638748260462307371199131011962890625 }, { "division_id":8, "division_name":"WIFU", "place":5, "flags":"", "team_id":1, "letter":"B", "abbreviation":"BC", "location":"BC", "nickname":"Lions", "full_name":"BC Lions", "games_played":16, "wins":3, "losses":13, "ties":0, "points":6, "winning_percentage":0.1875, "points_for":202, "points_against":399, "home_wins":1, "home_losses":7, "home_ties":0, "away_wins":2, "away_losses":6, "away_ties":0, "division_wins":3, "division_losses":13, "division_ties":0, "season":1958, "division_games_played":16, "division_points_for":202, "division_points_against":399, "net_aggregate_points":-197, "quotient_of_points":0.50626566416040097440287581775919534265995025634765625, "division_winning_percentage":0.1875, "division_net_aggregate_points":-197, "division_quotient_of_points":0.50626566416040097440287581775919534265995025634765625 } ] } } } } ], "errors":[ ], "meta":{ "copyright":"Copyright 2020 Canadian Football League." } }
Teams
Basic information about each team in the CFL is available through use of the API endpoint found below.Endpoints
GET/v1/teams
Get a list of teams in the league
Get a list of teams in the league
GET /v1/teamsView Response
{ "data":[ { "team_id":1, "letter":"B", "abbreviation":"BC", "location":"BC", "nickname":"Lions", "full_name":"BC Lions", "venue_id":1, "venue_name":"BC Place", "venue_capacity":27000, "division_id":2, "division_name":"West", "logo_image_url":null, "images":{ "logo_image_url":"http:\/\/api.cfl.ca\/images\/logos\/bc.svg", "tablet_image_url":"http:\/\/api.cfl.ca\/images\/logos\/tablet\/bc.png", "mobile_image_url":"http:\/\/api.cfl.ca\/images\/logos\/mobile\/bc.png" } }, { "team_id":2, "letter":"C", "abbreviation":"CGY", "location":"Calgary", "nickname":"Stampeders", "full_name":"Calgary Stampeders", "venue_id":2, "venue_name":"McMahon Stadium", "venue_capacity":35650, "division_id":2, "division_name":"West", "logo_image_url":null, "images":{ "logo_image_url":"http:\/\/api.cfl.ca\/images\/logos\/cgy.svg", "tablet_image_url":"http:\/\/api.cfl.ca\/images\/logos\/tablet\/cgy.png", "mobile_image_url":"http:\/\/api.cfl.ca\/images\/logos\/mobile\/cgy.png" } }, { "team_id":3, "letter":"E", "abbreviation":"EDM", "location":"Edmonton", "nickname":"Elks", "full_name":"Edmonton Elks", "venue_id":3, "venue_name":"Commonwealth Stadium", "venue_capacity":56302, "division_id":2, "division_name":"West", "logo_image_url":null, "images":{ "logo_image_url":"http:\/\/api.cfl.ca\/images\/logos\/edm.svg", "tablet_image_url":"http:\/\/api.cfl.ca\/images\/logos\/tablet\/edm.png", "mobile_image_url":"http:\/\/api.cfl.ca\/images\/logos\/mobile\/edm.png" } }, { "team_id":4, "letter":"H", "abbreviation":"HAM", "location":"Hamilton", "nickname":"Tiger-Cats", "full_name":"Hamilton Tiger-Cats", "venue_id":4, "venue_name":"Tim Hortons Field", "venue_capacity":23218, "division_id":1, "division_name":"East", "logo_image_url":null, "images":{ "logo_image_url":"http:\/\/api.cfl.ca\/images\/logos\/ham.svg", "tablet_image_url":"http:\/\/api.cfl.ca\/images\/logos\/tablet\/ham.png", "mobile_image_url":"http:\/\/api.cfl.ca\/images\/logos\/mobile\/ham.png" } }, { "team_id":5, "letter":"M", "abbreviation":"MTL", "location":"Montreal", "nickname":"Alouettes", "full_name":"Montreal Alouettes", "venue_id":5, "venue_name":"Percival Molson Memorial Stadium", "venue_capacity":23420, "division_id":1, "division_name":"East", "logo_image_url":null, "images":{ "logo_image_url":"http:\/\/api.cfl.ca\/images\/logos\/mtl.svg", "tablet_image_url":"http:\/\/api.cfl.ca\/images\/logos\/tablet\/mtl.png", "mobile_image_url":"http:\/\/api.cfl.ca\/images\/logos\/mobile\/mtl.png" } }, { "team_id":6, "letter":"O", "abbreviation":"OTT", "location":"Ottawa", "nickname":"Redblacks", "full_name":"Ottawa Redblacks", "venue_id":6, "venue_name":"TD Place Stadium", "venue_capacity":24000, "division_id":1, "division_name":"East", "logo_image_url":null, "images":{ "logo_image_url":"http:\/\/api.cfl.ca\/images\/logos\/ott.svg", "tablet_image_url":"http:\/\/api.cfl.ca\/images\/logos\/tablet\/ott.png", "mobile_image_url":"http:\/\/api.cfl.ca\/images\/logos\/mobile\/ott.png" } }, { "team_id":7, "letter":"S", "abbreviation":"SSK", "location":"Saskatchewan", "nickname":"Roughriders", "full_name":"Saskatchewan Roughriders", "venue_id":26, "venue_name":"Mosaic Stadium", "venue_capacity":33350, "division_id":2, "division_name":"West", "logo_image_url":null, "images":{ "logo_image_url":"http:\/\/api.cfl.ca\/images\/logos\/ssk.svg", "tablet_image_url":"http:\/\/api.cfl.ca\/images\/logos\/tablet\/ssk.png", "mobile_image_url":"http:\/\/api.cfl.ca\/images\/logos\/mobile\/ssk.png" } }, { "team_id":8, "letter":"T", "abbreviation":"TOR", "location":"Toronto", "nickname":"Argonauts", "full_name":"Toronto Argonauts", "venue_id":25, "venue_name":"BMO Field", "venue_capacity":26000, "division_id":1, "division_name":"East", "logo_image_url":null, "images":{ "logo_image_url":"http:\/\/api.cfl.ca\/images\/logos\/tor.svg", "tablet_image_url":"http:\/\/api.cfl.ca\/images\/logos\/tablet\/tor.png", "mobile_image_url":"http:\/\/api.cfl.ca\/images\/logos\/mobile\/tor.png" } }, { "team_id":9, "letter":"W", "abbreviation":"WPG", "location":"Winnipeg", "nickname":"Blue Bombers", "full_name":"Winnipeg Blue Bombers", "venue_id":9, "venue_name":"IG Field", "venue_capacity":33422, "division_id":2, "division_name":"West", "logo_image_url":null, "images":{ "logo_image_url":"http:\/\/api.cfl.ca\/images\/logos\/wpg.svg", "tablet_image_url":"http:\/\/api.cfl.ca\/images\/logos\/tablet\/wpg.png", "mobile_image_url":"http:\/\/api.cfl.ca\/images\/logos\/mobile\/wpg.png" } } ], "errors":[ ], "meta":{ "copyright":"Copyright 2020 Canadian Football League." } }
GET/v1/teams/venues
Get a list of football venues used by the league
Get a list of football venues used by the league
GET /v1/teams/venuesView Response
{ "data":[ { "VenueID":"1", "Name":"BC Place", "Capacity":"27000" }, { "VenueID":"25", "Name":"BMO Field", "Capacity":"26000" }, { "VenueID":"3", "Name":"Commonwealth Stadium", "Capacity":"56302" }, { "VenueID":"9", "Name":"IG Field", "Capacity":"33422" }, { "VenueID":"2", "Name":"McMahon Stadium", "Capacity":"35650" }, { "VenueID":"23", "Name":"Medavie Blue Cross Stadium", "Capacity":"10000" }, { "VenueID":"26", "Name":"Mosaic Stadium", "Capacity":"33350" }, { "VenueID":"22", "Name":"Olympic Stadium", "Capacity":"66308" }, { "VenueID":"5", "Name":"Percival Molson Memorial Stadium", "Capacity":"23420" }, { "VenueID":"8", "Name":"Rogers Centre", "Capacity":"52000" }, { "VenueID":"11", "Name":"Stade TELUS-Universite Laval", "Capacity":"12817" }, { "VenueID":"6", "Name":"TD Place Stadium", "Capacity":"24000" }, { "VenueID":"4", "Name":"Tim Hortons Field", "Capacity":"23218" }, { "VenueID":"28", "Name":"Undefined", "Capacity":null }, { "VenueID":"0", "Name":"Unknown Venue", "Capacity":null } ], "errors":[ ], "meta":{ "copyright":"Copyright 2020 Canadian Football League." } }
Play-By-Play
Through use of the include parameter, you may query a Game for a list of plays in that game (referred to as the play-by-play data).Properties
play_type_id |
{ "play_type_id": 1 }An integer value indicating the intended type of play undertaken by the team with ball possession.
|
play_result_type_id |
{ "play_result_type_id": 1 }An integer value indicating the result of the play. Note that if a play ends as intended (for example, if a pass is completed), the result is indicated with a play_result_type_id of 0.
|
play_success_id |
{ "play_success_id": 1 }An integer value indicating the type of success that resulted from this play.
|
Filters
To more quickly retrieve the latest play-by-play information in a game, you can filter on the play-by-play sequence number using the pbp parameter. For example, to only return plays in game 2267 with a sequence number greater than or equal to 167, call:pbp
- eq: Equals to
- ne: Not equal to
- gt: Is greater than
- lt: Is less than
- ge: Is greater or equal to
- le: Is less than or equal to
- in: Is within a set of values (separated by a comma without spaces, like: 2172,2173)
Seasons
Data about the start and end of recent CFL seasons, including what the current season and week is, is available through use of the API endpoint found below.Endpoints
GET/v1/seasons
Get a list of teams in the league
Get the start and end dates of the most recent season, plus the current season and week value
GET /v1/seasonsView Response
{ "data":{ "seasons":[ { "season":2015, "preseason":{ "start":"2015-06-02", "end":"2015-06-22" }, "regular_season":{ "start":"2015-06-23", "end":"2015-11-09" }, "semifinals":{ "start":"2015-11-10", "end":"2015-11-16" }, "finals":{ "start":"2015-11-17", "end":"2015-11-23" }, "grey_cup":{ "start":"2015-11-24", "end":"2015-11-29" } }, { "season":2016, "preseason":{ "start":"2016-06-07", "end":"2016-06-20" }, "regular_season":{ "start":"2016-06-21", "end":"2016-11-07" }, "semifinals":{ "start":"2016-11-08", "end":"2016-11-14" }, "finals":{ "start":"2016-11-15", "end":"2016-11-21" }, "grey_cup":{ "start":"2016-11-22", "end":"2016-11-28" } }, { "season":2017, "preseason":{ "start":"2017-06-06", "end":"2017-06-19" }, "regular_season":{ "start":"2017-06-20", "end":"2017-11-06" }, "semifinals":{ "start":"2017-11-07", "end":"2017-11-13" }, "finals":{ "start":"2017-11-14", "end":"2017-11-20" }, "grey_cup":{ "start":"2017-11-21", "end":"2017-11-27" } }, { "season":2018, "preseason":{ "start":"2018-05-22", "end":"2018-06-11" }, "regular_season":{ "start":"2018-06-12", "end":"2018-11-05" }, "semifinals":{ "start":"2018-11-06", "end":"2018-11-12" }, "finals":{ "start":"2018-11-13", "end":"2018-11-19" }, "grey_cup":{ "start":"2018-11-20", "end":"2018-11-26" } } ], "current":{ "season":2018, "week":"19" } }, "errors":[ ], "meta":{ "copyright":"Copyright 2018 Canadian Football League." } }
Transactions
Data about Player transactions amongst teams in the Canadian Football League.Endpoints
GET/v1/transactions/[season]
Get a list of player transactions in the league
Get a date-ordered list of player transactions for the 2019 season
GET /v1/transactions/2019View Response
{ "data":[ { "transaction_id":293868, "transaction_date":"2019-01-03", "cfl_central_id":162544, "first_name":"Eric", "last_name":"PATTERSON", "old_status_id":"SU", "old_status_description":"SUSPENDED", "new_status_id":"AC", "new_status_description":"ACTIVE", "action_id":2, "action_abbreviation":"ADD FROM", "action_description":"Add From", "action_additional_text":"", "from_team_abbreviation":"WPG", "to_team_abbreviation":"WPG", "position_abbreviation":"DB", "school_name":"Ball State", "foreign_player":true }, { "transaction_id":293867, "transaction_date":"2019-01-03", "cfl_central_id":160792, "first_name":"Jermarcus", "last_name":"HARDRICK", "old_status_id":"AC", "old_status_description":"ACTIVE", "new_status_id":"AC", "new_status_description":"ACTIVE", "action_id":1, "action_abbreviation":"ADD", "action_description":"Add", "action_additional_text":"", "from_team_abbreviation":"WPG", "to_team_abbreviation":"WPG", "position_abbreviation":"OL", "school_name":"Nebraska", "foreign_player":true }, { "transaction_id":293866, "transaction_date":"2019-01-03", "cfl_central_id":160603, "first_name":"Jesse", "last_name":"BRIGGS", "old_status_id":"AC", "old_status_description":"ACTIVE", "new_status_id":"AC", "new_status_description":"ACTIVE", "action_id":1, "action_abbreviation":"ADD", "action_description":"Add", "action_additional_text":"", "from_team_abbreviation":"WPG", "to_team_abbreviation":"WPG", "position_abbreviation":"LB", "school_name":"McGill", "foreign_player":false }, { "transaction_id":293865, "transaction_date":"2019-01-03", "cfl_central_id":158129, "first_name":"Mike", "last_name":"MILLER", "old_status_id":"AC", "old_status_description":"ACTIVE", "new_status_id":"AC", "new_status_description":"ACTIVE", "action_id":1, "action_abbreviation":"ADD", "action_description":"Add", "action_additional_text":"", "from_team_abbreviation":"WPG", "to_team_abbreviation":"WPG", "position_abbreviation":"FB", "school_name":"Acadia", "foreign_player":false }, { "transaction_id":293864, "transaction_date":"2019-01-03", "cfl_central_id":161543, "first_name":"Tevaughn", "last_name":"CAMPBELL", "old_status_id":"AC", "old_status_description":"ACTIVE", "new_status_id":"FA", "new_status_description":"FREE AGENT", "action_id":3, "action_abbreviation":"DEL", "action_description":"Delete", "action_additional_text":"", "from_team_abbreviation":"MTL", "to_team_abbreviation":"MTL", "position_abbreviation":"DB", "school_name":"Regina", "foreign_player":false }, { "transaction_id":293863, "transaction_date":"2019-01-03", "cfl_central_id":163347, "first_name":"Jameer", "last_name":"THURMAN", "old_status_id":"AC", "old_status_description":"ACTIVE", "new_status_id":"FA", "new_status_description":"FREE AGENT", "action_id":3, "action_abbreviation":"DEL", "action_description":"Delete", "action_additional_text":"", "from_team_abbreviation":"CGY", "to_team_abbreviation":"CGY", "position_abbreviation":"LB", "school_name":"Indiana State", "foreign_player":true }, { "transaction_id":293862, "transaction_date":"2019-01-03", "cfl_central_id":162211, "first_name":"Mercy", "last_name":"MASTAN", "old_status_id":"AC", "old_status_description":"ACTIVE", "new_status_id":"FA", "new_status_description":"FREE AGENT", "action_id":3, "action_abbreviation":"DEL", "action_description":"Delete", "action_additional_text":"", "from_team_abbreviation":"EDM", "to_team_abbreviation":"EDM", "position_abbreviation":"DB", "school_name":"Boise State", "foreign_player":true }, { "transaction_id":293857, "transaction_date":"2019-01-03", "cfl_central_id":163788, "first_name":"Cameron", "last_name":"ECHOLS-LUPER", "old_status_id":"FA", "old_status_description":"FREE AGENT", "new_status_id":"AC", "new_status_description":"ACTIVE", "action_id":1, "action_abbreviation":"ADD", "action_description":"Add", "action_additional_text":"", "from_team_abbreviation":"HAM", "to_team_abbreviation":"HAM", "position_abbreviation":"WR", "school_name":"Western Kentucky", "foreign_player":true }, { "transaction_id":293847, "transaction_date":"2019-01-02", "cfl_central_id":162020, "first_name":"Samuel", "last_name":"EGUAVOEN", "old_status_id":"AC", "old_status_description":"ACTIVE", "new_status_id":"FA", "new_status_description":"FREE AGENT", "action_id":3, "action_abbreviation":"DEL", "action_description":"Delete", "action_additional_text":"", "from_team_abbreviation":"SSK", "to_team_abbreviation":"SSK", "position_abbreviation":"LB", "school_name":"Texas Tech", "foreign_player":false }, { "transaction_id":293846, "transaction_date":"2019-01-02", "cfl_central_id":160892, "first_name":"Kenny", "last_name":"SHAW", "old_status_id":"AC", "old_status_description":"ACTIVE", "new_status_id":"FA", "new_status_description":"FREE AGENT", "action_id":3, "action_abbreviation":"DEL", "action_description":"Delete", "action_additional_text":"", "from_team_abbreviation":"SSK", "to_team_abbreviation":"SSK", "position_abbreviation":"WR", "school_name":"Florida State", "foreign_player":true }, { "transaction_id":293845, "transaction_date":"2019-01-02", "cfl_central_id":162428, "first_name":"Jake", "last_name":"CERESNA", "old_status_id":"AC", "old_status_description":"ACTIVE", "new_status_id":"FA", "new_status_description":"FREE AGENT", "action_id":3, "action_abbreviation":"DEL", "action_description":"Delete", "action_additional_text":"", "from_team_abbreviation":"EDM", "to_team_abbreviation":"EDM", "position_abbreviation":"DL", "school_name":"Cortland State", "foreign_player":true }, { "transaction_id":293844, "transaction_date":"2019-01-02", "cfl_central_id":162475, "first_name":"James", "last_name":"VAUGHTERS", "old_status_id":"AC", "old_status_description":"ACTIVE", "new_status_id":"FA", "new_status_description":"FREE AGENT", "action_id":3, "action_abbreviation":"DEL", "action_description":"Delete", "action_additional_text":"", "from_team_abbreviation":"CGY", "to_team_abbreviation":"CGY", "position_abbreviation":"DL", "school_name":"Stanford", "foreign_player":true }, { "transaction_id":293843, "transaction_date":"2019-01-02", "cfl_central_id":162706, "first_name":"Marken", "last_name":"MICHEL", "old_status_id":"AC", "old_status_description":"ACTIVE", "new_status_id":"FA", "new_status_description":"FREE AGENT", "action_id":3, "action_abbreviation":"DEL", "action_description":"Delete", "action_additional_text":"", "from_team_abbreviation":"CGY", "to_team_abbreviation":"CGY", "position_abbreviation":"WR", "school_name":"Massachusetts", "foreign_player":true } ], "errors":[ ], "meta":{ "copyright":"Copyright 2019 Canadian Football League." } }
Paging
To specify how many and which transactions should be returned in an API request, use the page[number] and page[size] parameters. By default, 20 transactions from page 1 of the result set will be returned.To return 100 transactions from the second result page set, call:
Deprecated Endpoints
In order to maintain long-term compatibility, no endpoints that have been listed on this documentation page will be removed. However, new versions of various API endpoints will be released over time, and the API endpoints they replace will have their documentation moved to the section found below.Team Leaders (v1)
To populate the list of teams that led various statistical categories, an API call exists that returns the single-season leaders of the following categories:- Total yards
- Passing (by yards)
- Passing (by touchdowns thrown)
- Rushing (by yards)
- Rushing (by touchdowns)
- Sacks
- Interceptions
- Forced Fumbles
- Passes Defended
- All of the above
Endpoints
GET/v1/team_leaders/[season]/category/total_yards
Get a list of teams that led the total (offensive) yards category
Get the top 9 leading teams by total yards in 2015
GET /v1/team_leaders/2015/category/total_yardsView Response
{ "data":[ { "season":2015, "total_yards":7342, "games_played":18, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "total_yards":6946, "games_played":18, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "total_yards":6822, "games_played":18, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "total_yards":6640, "games_played":18, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "total_yards":6621, "games_played":18, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "total_yards":6235, "games_played":18, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "total_yards":6128, "games_played":18, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "total_yards":5968, "games_played":18, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "total_yards":5691, "games_played":18, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" } ], "errors":[ ], "meta":{ "copyright":"Copyright 2016 Canadian Football League." } }
GET/v1/team_leaders/[season]/category/passing_yards
Get a list of teams that led the passing (by yards) category
Get the top 9 passing (by yards) leading teams in 2015
GET /v1/team_leaders/2015/category/passing_yards
GET/v1/team_leaders/[season]/category/passing_touchdowns
Get a list of teams that led the passing (by touchdowns) category
Get the top 5 passing (by touchdowns) leading teams in 2015
GET /v1/team_leaders/2015/category/passing_touchdowns?page[size]=5
GET/v1/team_leaders/[season]/category/rushing_yards
Get a list of teams that led the rushing (by yards) category
Get the top 5 rushing (by yards) leading teams in 2015
GET /v1/team_leaders/2015/category/rushing_yards?page[size]=5
GET/v1/team_leaders/[season]/category/rushing_touchdowns
Get a list of teams that led the rushing (by touchdowns) category
Get the top 3 rushing (by touchdowns) leading teams in 2015
GET /v1/team_leaders/2015/category/rushing_touchdowns?page[size]=3
GET/v1/team_leaders/[season]/category/sacks
Get a list of teams that led the sacks category
Get the top 9 sacks leading teams in 2015
GET /v1/team_leaders/2015/category/sacks
GET/v1/team_leaders/[season]/category/interceptions
Get a list of teams that led the interceptions category
Get the top 9 interceptions leading teams in 2015
GET /v1/team_leaders/2015/category/interceptions
GET/v1/team_leaders/[season]/category/fumbles_forced
Get a list of teams that led the forced fumbles category
Get the top 9 forced fumbles leading teams in 2015
GET /v1/team_leaders/2015/category/fumbles_forced
GET/v1/team_leaders/[season]/category/passes_defended
Get a list of teams that led the passes defended category
Get the top 9 pass defending leading teams in 2015
GET /v1/team_leaders/2015/category/passes_defended
GET/v1/team_leaders/[season]/category/all
Get a list of leading teams in all available categories
Get the top 9 leading teams in 2015 for all available categories
GET /v1/team_leaders/2015/category/allView Response
{ "data":{ "total_yards":[ { "season":2015, "total_yards":7342, "games_played":18, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "total_yards":6946, "games_played":18, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "total_yards":6822, "games_played":18, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "total_yards":6640, "games_played":18, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "total_yards":6621, "games_played":18, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "total_yards":6235, "games_played":18, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "total_yards":6128, "games_played":18, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "total_yards":5968, "games_played":18, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "total_yards":5691, "games_played":18, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" } ], "passing_yards":[ { "season":2015, "passing_yards":5806, "games_played":18, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "passing_yards":5148, "games_played":18, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "passing_yards":4924, "games_played":18, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "passing_yards":4902, "games_played":18, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "passing_yards":4850, "games_played":18, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "passing_yards":4796, "games_played":18, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "passing_yards":4504, "games_played":18, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "passing_yards":4165, "games_played":18, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "passing_yards":4052, "games_played":18, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" } ], "passing_touchdowns":[ { "season":2015, "passing_touchdowns":37, "games_played":18, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "passing_touchdowns":32, "games_played":18, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "passing_touchdowns":32, "games_played":18, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "passing_touchdowns":31, "games_played":18, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "passing_touchdowns":30, "games_played":18, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "passing_touchdowns":29, "games_played":18, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "passing_touchdowns":26, "games_played":18, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "passing_touchdowns":24, "games_played":18, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "passing_touchdowns":20, "games_played":18, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" } ], "rushing_yards":[ { "season":2015, "rushing_yards":2150, "games_played":18, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "rushing_yards":2076, "games_played":18, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "rushing_yards":1898, "games_played":18, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "rushing_yards":1738, "games_played":18, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "rushing_yards":1536, "games_played":18, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "rushing_yards":1526, "games_played":18, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "rushing_yards":1473, "games_played":18, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "rushing_yards":1464, "games_played":18, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "rushing_yards":1385, "games_played":18, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" } ], "rushing_touchdowns":[ { "season":2015, "rushing_touchdowns":18, "games_played":18, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "rushing_touchdowns":14, "games_played":18, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "rushing_touchdowns":11, "games_played":18, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "rushing_touchdowns":11, "games_played":18, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "rushing_touchdowns":10, "games_played":18, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "rushing_touchdowns":10, "games_played":18, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "rushing_touchdowns":10, "games_played":18, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "rushing_touchdowns":10, "games_played":18, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "rushing_touchdowns":6, "games_played":18, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" } ], "sacks":[ { "season":2015, "sacks":62, "games_played":18, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "sacks":55, "games_played":18, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "sacks":49, "games_played":18, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "sacks":49, "games_played":18, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "sacks":48, "games_played":18, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "sacks":46, "games_played":18, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "sacks":46, "games_played":18, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "sacks":38, "games_played":18, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "sacks":34, "games_played":18, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" } ], "interceptions":[ { "season":2015, "interceptions":26, "games_played":18, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "interceptions":26, "games_played":18, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "interceptions":23, "games_played":18, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "interceptions":23, "games_played":18, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "interceptions":21, "games_played":18, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "interceptions":18, "games_played":18, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "interceptions":17, "games_played":18, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "interceptions":13, "games_played":18, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "interceptions":10, "games_played":18, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" } ], "fumbles_forced":[ { "season":2015, "fumbles_forced":21, "games_played":18, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "fumbles_forced":18, "games_played":18, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "fumbles_forced":17, "games_played":18, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "fumbles_forced":14, "games_played":18, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "fumbles_forced":13, "games_played":18, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" }, { "season":2015, "fumbles_forced":13, "games_played":18, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "fumbles_forced":13, "games_played":18, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "fumbles_forced":9, "games_played":18, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "fumbles_forced":8, "games_played":18, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" } ], "passes_defended":[ { "season":2015, "passes_defended":62, "games_played":18, "team_abbreviation":"CGY", "team_location":"Calgary", "team_nickname":"Stampeders" }, { "season":2015, "passes_defended":50, "games_played":18, "team_abbreviation":"OTT", "team_location":"Ottawa", "team_nickname":"Redblacks" }, { "season":2015, "passes_defended":44, "games_played":18, "team_abbreviation":"HAM", "team_location":"Hamilton", "team_nickname":"Tiger-Cats" }, { "season":2015, "passes_defended":43, "games_played":18, "team_abbreviation":"EDM", "team_location":"Edmonton", "team_nickname":"Elks" }, { "season":2015, "passes_defended":34, "games_played":18, "team_abbreviation":"BC", "team_location":"BC", "team_nickname":"Lions" }, { "season":2015, "passes_defended":34, "games_played":18, "team_abbreviation":"TOR", "team_location":"Toronto", "team_nickname":"Argonauts" }, { "season":2015, "passes_defended":28, "games_played":18, "team_abbreviation":"WPG", "team_location":"Winnipeg", "team_nickname":"Blue Bombers" }, { "season":2015, "passes_defended":28, "games_played":18, "team_abbreviation":"SSK", "team_location":"Saskatchewan", "team_nickname":"Roughriders" }, { "season":2015, "passes_defended":28, "games_played":18, "team_abbreviation":"MTL", "team_location":"Montreal", "team_nickname":"Alouettes" } ] }, "errors":[ ], "meta":{ "copyright":"Copyright 2016 Canadian Football League." } }
Filters
To filter the leaders returned according to specific criteria, use the filter parameter. The parameter should be specified in the format of filter[field_name][operator]=value ; thus, to retrieve a list of players leading in the passing (by yards) category on the Toronto Argonauts in 2015, specify:team_id
end_date
week
- eq: Equals to
- ne: Not equal to
- gt: Is greater than
- lt: Is less than
- ge: Is greater or equal to
- le: Is less than or equal to
Paging
To specify how many leading teams should be returned in an API request, use the page[size] parameter. By default, 10 leaders from the result set will be returned.To return 5 leaders, call: