squiggle_standings
Retrieve actual AFL ladder standings for any season and round. Returns real wins, losses, percentage, and team ranks from actual results, enabling accurate league comparisons.
Instructions
The ACTUAL AFL ladder — real wins/losses/percentage, not a projection.
Returns: {standings:[{rank, id, name, played, wins, losses, draws, pts, for, against, percentage, goals_for, goals_against, behinds_for, behinds_against}]}
Example: Current 2026 ladder {"q": "standings", "year": 2026}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Leave as-is. | standings |
| year | No | Season. | |
| round | No | Ladder as it stood after this round. |