afl_competitions_list
List all Australian Football League competitions including AFL, AFLW, VFL, and SANFL. Retrieve paginated competition IDs and names for odds and stats comparison.
Instructions
List all AFL competitions (AFL, AFLW, VFL, SANFL, …).
Returns: {meta:{pagination}, competitions:[{id, providerId, code, name}]}
Example: All 16 competitions {"pageSize": 50}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page index (0-based) | |
| pageSize | No | Items per page (≤50) |