volleyball-data.json
The source file as-is, nested league → season → game. Best if you want the whole structure.
Every game on this site in 4 formats. Take it and run the numbers.
Everything here, played or still on the calendar, comes from one file: 91 games across 2 leagues and 5 seasons, with wins, losses, opponents, cancellations, and video links. Download it and work out our real win rate, or which team keeps beating us.
volleyball-data.jsonThe source file as-is, nested league → season → game. Best if you want the whole structure.
volleyball-games.jsonlOne game per line, with the league and season on each row. Easiest to load into jq, DuckDB, or pandas.
volleyball-games.csvThe same one-game-per-row data as a spreadsheet. Opens in Excel, Google Sheets, or Numbers.
volleyball-games.parquetThe same rows again, with typed columns (win and loss are integers). Reads straight into DuckDB, pandas, or Polars.