squiggle_standings
Retrieve the current or historical AFL ladder with real wins, losses, and percentage. Specify year and round to view the standings as they stood at that point.
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. |