Releases: henrygd/ncaa-api
v3.2.0
- Add experimental
/bracketsendpoint (#8) - Add RSS news feed endpoint by @Tyler-widd in #23
- Add
darkparam for logos
Full Changelog: v3.1.0...v3.2.0
v3.1.0
Try the API here: https://ncaa-api.henrygd.me/openapi
- Add
logoroute (https://ncaa-api.henrygd.me/logo/michigan.svg) - Fix women's basketball game details for games starting with
652(#19)
Full Changelog: v3.0.0...v3.1.0
v3.0.0
This release updates the API to be mostly compatible with major upstream changes.
https://ncaa-api.henrygd.me/openapi
Breaking changes to game routes
The old data.ncaa.com/casablanca endpoints we used seem to be fully disabled now, which has forced game sub-resources (box score, etc.) to move to a newer response format.
Some sports / seasons may return 502 or empty data. If you run into this, please open an issue.
Full Changelog: v2.0.1...v3.0.0
v2.0.1
v2.0.0
Important
The /game/id route has been changed to return general game information. If you were previously using this for box scores, please update to use /game/id/boxscore instead.
New Features
- Adds
/schools-indexroute to return a big list of all schools. /game/idroute to return general information about a game. This gives you things like live stats (possession, field position, etc.), line scores, venue (if available), and which subroutes exist.
Full Changelog: v1.3.1...v2.0.0
v1.3.1
v1.3.0
Adds /game routes.
Example game: https://www.ncaa.com/game/6305900
/game/6305900or/game/6305900/boxscorereturns box score/game/6305900/play-by-playreturns play by play/game/6305900/scoring-summaryreturns scoring summary if available/game/6305900/team-statsreturns team stats if available
Full Changelog: v1.2.5...v1.3.0
v1.2.5
- Add semaphores (@henrygd/semaphore) to scoreboard route to improve cache hit rate and prevent possible race condition if resource doesn't exist in cache
- Add graceful SIGINT handling
- Update dependencies
Full Changelog: v1.2.4...v1.2.5