afl_match_get
Fetch a specific AFL match by its integer ID, returning teams, venue, start time, and current score when available.
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?}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matchId | Yes | Match id (NOT providerId) Required — part of the URL path. |