squiggle_games
Retrieve AFL game fixtures and results with scores, goals/behinds, venue, and completion state. Filter by round, year, team, or game ID.
Instructions
AFL fixture + results: each game with scores by goals/behinds, venue, and completion state.
Returns: {games:[{id, round, year, date, unixtime, venue, hteam, hteamid, hscore, hgoals, hbehinds, ateam, ateamid, ascore, agoals, abehinds, complete, is_final, winnerteamid, updated}]}
Example: Round 1 of 2026 {"q": "games", "year": 2026, "round": 1}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Leave as-is. | games |
| game | No | A single game id. | |
| team | No | Only games involving this team id. | |
| year | No | Season, e.g. 2026. Omit for the current season. | |
| round | No | Round number. Omit for the whole season (~100 KB). | |
| complete | No | 100 = completed games only, 0 = not started. |