Releases: ojadeyemi/cfl-sdk
Releases · ojadeyemi/cfl-sdk
Release list
v0.0.3
What's Changed
- 2026 season support — default season updated to 2026 (preseason starts May 12, regular season June 2, Grey Cup Nov 10)
- Fix stats endpoints — CFL API permanently renamed
/stats/players→/stats/playerrecordsand
/stats/teams→/stats/teamrecords(308 redirects) - Type fixes —
Seasonfields are now optional for historical seasons;RosterPlayer.birthdateis nowstr | Noneto match actual API responses
v0.0.2 — Expanded API Coverage
What's New
- Added players, colleges, roster players endpoints
- Added team roster, fixture, and roster summary endpoints
- Fixed
limitparam being ignored in paginated requests - Updated fixtures with
home_team_id,away_team_id,venue_idfilters
v.0.0.1
CFL-SDK v0.0.1 – Initial Release 🚀
Overview
This is the first pre-release of CFL-SDK, a Python wrapper for the Canadian Football League (CFL) API.
The goal of this package is to provide a simple, consistent interface for retrieving CFL data for use in analytics, applications, and research.
See more details in the README.md file.