afl_matches_list
Find AFL matches by competition, season, round, team, status, or date. Filter live and upcoming games, then get match details like teams, venue, and start time.
Instructions
List matches with filters (competition, season, round, team, status, date).
Returns: {meta:{pagination}, matches:[{id, providerId, round, home, away, venue, utcStartTime, status}]}
Example: Live + upcoming AFL matches from a date {"status": "L,U", "startDate": "", "competitionId": "1"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page number. | |
| sort | No | Sort direction. One of: asc, desc. | |
| status | No | Status CSV: U,L,C,P,B,S | |
| teamId | No | Team id(s), e.g. 11,9 | |
| endDate | No | Upper bound YYYY-MM-DD | |
| pageSize | No | Up to 300 | |
| startDate | No | Lower bound YYYY-MM-DD | |
| roundNumber | No | Round number within the competition season. | |
| compSeasonId | No | Comp season id | |
| competitionId | No | Competition id(s), comma-list ok |