pl_players
Retrieve a paginated directory of players for a specific season, including details like name, position, country, current team, shirt number, and preferred foot.
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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cid | Yes | ||
| sid | Yes | ||
| limit | No | ||
| position | No | ||
| next_cursor | No |