pl_match_events
Retrieve match events—goals, cards, substitutions—split by home and away team, including player IDs, times, and periods. Provide a match ID to get structured event data.
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. |