get_all_players
Retrieve a paginated list of all players available in your subscription. Filter, sort, and include related data like country, teams, and statistics.
Instructions
Get all players available within your subscription (paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Semicolon-separated includes. e.g. country;position;teams;statistics;transfers;sidelined;nationality;penaltyShooting | |
| select | No | Comma-separated fields to return. | |
| filters | No | Filters to apply. | |
| sortBy | No | Field to sort by. | |
| locale | No | Language for name fields. | |
| page | No | Page number. | |
| per_page | No | Results per page. |