supercoach_real_fixture
Retrieve fixtures with kickoff times, teams, venue, final scores, live match status, and head-to-head bookmaker odds for a sport and season. Filter by round or retrieve all.
Instructions
Fixtures for one game+season — each carries kickoff, both teams, venue/location, final scores (team1_score/team2_score + verbose), live match_status/period, AND the head-to-head bookmaker odds (team1_odds/team2_odds + bookmaker title/link). Pass round for one round, or omit it for the whole season (AFL ≈ 207 rows). Paginate with page/page_size.
Returns: array of {id, season, round, kickoff, team1, team2, location, venue, team1_score, team2_score, team1_score_verbose, team2_score_verbose, team1_odds, team2_odds, margin_game, match_status, period, period_status, featured, team1_bookmaker_title, team1_bookmaker_link, …}
Example: AFL round-16 fixtures + scores + odds
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | classic | |
| page | No | ||
| year | Yes | ||
| round | No | ||
| sport | Yes | ||
| page_size | No |