afl_competitions_list
List all AFL competitions including AFL, AFLW, VFL, and SANFL with pagination. Retrieve competition IDs, codes, and names for use in 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) |