pl_team_stats
Retrieve all-time team aggregate stats for a competition, covering 130+ Opta metrics like goals, possession, and passing accuracy.
Instructions
Team aggregate stats (all-time in the competition) — ~130 Opta metrics.
Returns: {team, stats:{…Opta team metrics: goals, possessionPercentage, passingAccuracy, totalShots, …}}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cid | Yes | Competition id (8). Required — part of the URL path. | |
| tid | Yes | Team id. Required — part of the URL path. |