pl_players
Retrieve a paginated player directory for a competition and season, with details like position, team, and shirt number. Filter by position or use a cursor to navigate pages.
Instructions
Player directory for a season (paginated; the Players index page).
Returns: {pagination, data:[{id, name, position, country, currentTeam, shirtNum, preferredFoot}]}
Example: First page of 2025/26 players {"cid": 8, "sid": 2025, "limit": 10}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cid | Yes | Competition id (8). Required — part of the URL path. | |
| sid | Yes | Season id (2025 = 2025/26). Required — part of the URL path. | |
| limit | No | Page size. | |
| position | No | Position filter (Goalkeeper, Defender, Midfielder, Forward). | |
| next_cursor | No | Pagination cursor. |