nrl_match
Fetch complete NRL match stats, including per-player and per-period breakdowns, rosters, sin bins, and on-report records using competition and match IDs.
Instructions
Full match file: per-player match statistics (tries, tackles, runMetres, lineBreaks, tryAssists, offloads, handlingErrors, metresGained, …), per-period player stats, team/player rosters, period durations, sin bins and on-report records. This is the per-player, per-match stat source. Decode stat codes via the nrl://stats/definitions resource.
Returns: {matchStats:{matchInfo, teamInfo:{team[]}, playerInfo:{player[]}, periodInfo:{qtr[]}, playerStats:{player[]}, playerPeriodStats:{player[]}, sinBins:{binned[]}, reports:{onReport[]}, created}, jobId}
Example: Knights v Cowboys, round 1 2026 — full player stat lines. {"competitionId": 12999, "matchId": 129990101}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matchId | Yes | Match id from nrl_fixture (e.g. 129990101). Required — part of the URL path. | |
| competitionId | Yes | Champion Data competition id (e.g. 12999). Required — part of the URL path. |