nrl_fixture
Retrieve a competition's full fixture with results, including rounds, kickoff times, squad scores, and venue. Use it to list round games and find matchId for match details.
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). {"competitionId": 12999}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| competitionId | Yes | Champion Data competition id (e.g. 12999). From nrl_competitions / nrl_application_settings. Required — part of the URL path. |