afl_players_list
Retrieve AFL player records from a comprehensive all-time catalogue with details like date of birth, draft year, and height. Use pagination to browse through the list.
Instructions
List players (17k+ all-time catalogue).
Returns: {players:[{id, providerId, firstName, surname, dateOfBirth, draftYear, heightInCm}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page number. | |
| pageSize | No | Rows per page. |