afl_broadcast_events
Retrieve AFL broadcast schedules with match details, channel listings, and start times. Filter by round, date range, or competition season.
Instructions
Broadcast schedule — one entry per match per channel.
Returns: {pageInfo, content:[{id, name, startDateTime, channels:[...], contentReference:{id, type}}]}
Auth: none needed.
Also answers this: espn_core_call, pl_broadcasting_events, pl_broadcast_match_events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| round | No | Round number within the competition season. | |
| toDate | No | ISO 8601 upper bound | |
| fromDate | No | ISO 8601 lower bound, e.g. 2026-05-25T07:00:00Z | |
| pageSize | No | Rows per page. | |
| compseason | No | Competition-season id (from afl_compseasons_list). |