pl_squad
Retrieve a team's complete squad for a season, including player shirt numbers, positions, physical stats, countries, and dates. Provide competition, season, and team IDs to get the roster.
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. |