pl_squad
Retrieve a team's full squad for a specified competition and season, including player names, shirt numbers, positions, physical stats, and nationalities.
Instructions
Full squad for a team in a season — players[] with name, shirtNum, position, height/weight, dates, country.
Returns: {id, team, players:[{id, name, shirtNum, position, height, weight, country, dates}]}
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. | |
| tid | Yes | Team id (e.g. 14 = Liverpool). Required — part of the URL path. |