pl_match_stats
Retrieve full team match stats for a match ID, with possession, shots, xG, passes, tackles, and ~200 Opta metrics for home and away sides.
Instructions
Full team match stats — one block per side with ~200 granular Opta metrics (possession, shots, xG, passes, tackles, …).
Returns: [{side: Home, teamId, stats:{possessionPercentage, totalScoringAtt, expectedGoals, accuratePass, totalTackle, …}}, {side: Away, …}] (top-level array of 2)
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Match id. Required — part of the URL path. |