nrl_competitions
Retrieve competition IDs and season/round counts for NRL and other Champion Data sports to feed into nrl_fixture or nrl_match.
Instructions
Global Champion Data competition catalogue. Returns every competition id (NRL, State of Origin, plus other Champion Data sports) with its season and round count. Find the NRL competitionId here (e.g. 12999 = 2026 NRL Premiership, 13009 = 2026 State of Origin) to pass to nrl_fixture / nrl_match.
Returns: {competitionDetails:{competition:[{id, name, season, rounds, regulationPeriods, regulationPeriodLength}]}}
Example: All Champion Data competitions (filter client-side for NRL by name/season).
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||