rugbyclaw standings

Docs version: v0.1.11GitHub ReleasesCHANGELOG.md

View league tables with full standings data — positions, wins, draws, losses, points, bonus points, try stats, and form.

Usage

rugbyclaw standings [league] [options]

Examples

Top 14 table

rugbyclaw standings top14

Premiership table

rugbyclaw standings premiership

All favorite leagues

rugbyclaw standings

JSON output

rugbyclaw standings top14 --json

Options

Option Description Default
--json Output as JSON false
--agent Agent envelope output false
--no-followups Suppress follow-up hints false

Output

Each team entry includes:

  • Position — league ranking
  • P, W, D, L — played, won, drawn, lost
  • PF, PA, PD — points for, against, differential
  • BP — bonus points (try bonus + losing bonus when available)
  • Pts — total league points
  • Form — recent results (W/L/D)

Playoff and relegation zones are highlighted in terminal output.

Data Sources

Standings data comes from API-Sports as the primary source, with optional ESPN enrichment:

  • API-Sports — primary data source (paid API, full coverage)
  • ESPN — optional bonus point enrichment (silent fallback if unavailable)

Related Commands