pl_team
Retrieve a specific team's details from a competition by supplying competition and team IDs. Get name, short name, abbreviation, and player ID for odds and stats comparison.
Instructions
One team within a competition by id.
Returns: {name, shortName, abbreviation, player_id}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cid | Yes | Competition id (8). Required — part of the URL path. | |
| tid | Yes | Team id (Liverpool 14, Man City 43, Arsenal 3). Required — part of the URL path. |