Skip to content

Releases: henrygd/ncaa-api

v2.0.0

28 Dec 00:05
Compare
Choose a tag to compare

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-index route to return a big list of all schools.
  • /game/id route 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

06 Dec 21:35
Compare
Choose a tag to compare

Minify JSON responses and cached data.

v1.3.0

05 Dec 21:16
Compare
Choose a tag to compare

Adds /game routes.

Example game: https://www.ncaa.com/game/6305900

  • /game/6305900 or /game/6305900/boxscore returns box score
  • /game/6305900/play-by-play returns play by play
  • /game/6305900/scoring-summary returns scoring summary if available
  • /game/6305900/team-stats returns team stats if available

Full Changelog: v1.2.5...v1.3.0

v1.2.5

29 Jun 19:38
Compare
Choose a tag to compare
  • 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