afl_match_get
Retrieve an AFL match's details (teams, venue, start time, score if started) by its integer ID. Returns match metadata and status.
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. |