nrl_fixture
Retrieve the full fixture and results for any NRL competition. Includes match details such as round, status, kickoff times, team scores, and venue to list games and obtain match IDs.
Instructions
Full fixture + results for one competition. One entry per match with round, status, kickoff times (local + UTC), home/away squad ids/names/scores and venue. Use it to list a round's games and to resolve the matchId for nrl_match.
Returns: {fixture:{match:[{matchId, roundNumber, matchStatus, utcStartTime, localStartTime, homeSquadId, homeSquadName, homeSquadScore, awaySquadId, awaySquadName, awaySquadScore, venueId, venueName}]}}
Example: Every 2026 NRL Premiership match (round + result).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| competitionId | Yes |