squiggle_teams
Fetch AFL team IDs from Squiggle, the foundational identifiers for querying other Squiggle tools; returns club names, abbreviations, logos, and active years.
Instructions
AFL clubs with Squiggle's team ids — the id every other Squiggle tool keys off.
Returns: {teams:[{id, name, abbrev, logo, debut, retirement}]} — retirement 9999 means still active
Example: All AFL clubs {"q": "teams"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Leave as-is. | teams |
| year | No | Restrict to teams active in this season. |