pl_team
Get team details for a competition by providing competition ID and team ID. Returns team name, short name, abbreviation, and player ID for use in odds and stats comparisons.
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. |