FootySphere
Custom Output Builder
Playground
Build a custom AFL output with guided filters and run it in the same table format as search.
How to read one game row
Filters map directly to these fields in each game row.
| Year | Round | Team | Opp | Result | Score | Venue | Pos | # | D | G |
|---|---|---|---|---|---|---|---|---|---|---|
| 2025 | R5 | COL | vs CAR | W | 96-78 | MCG | MID | 35 | 31 | 1 |
Year / Round: Use season scope and round filters to target these values.
Team / Opp: Team is the selected side, Opp is opponent (with home/away context).
Result / Score: Result is W/L/D, score is Team-Opponent points.
Venue / Pos: Venue is the ground, Pos is listed player position in that game.
# / Stats: Jersey number and stat columns (D, G, etc.) are game-level values.