afl_match_get
Retrieve details of a single AFL match by its ID, including teams, venue, start time, and score if started.
Instructions
Get a single match by integer id (teams, venue, time, score when started).
Returns: {meta, matches:[{id, providerId, home, away, venue, utcStartTime, status, score?}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matchId | Yes |