pl_match_events
Retrieve match events (goals, cards, substitutions) for a match, split by home and away team with player ID, time, period, and timestamp. Use to analyze specific match actions.
Instructions
Match events — goals, cards, subs split by home/away team, each with playerId, time, period, timestamp.
Returns: {homeTeam:[{type, playerId, time, period, timestamp}], awayTeam:[…]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Match id. Required — part of the URL path. |