nrl_competitions
Returns Champion Data competition catalogue with season and round counts, including NRL, State of Origin, and other sports, to find the correct competition ID for fixture or match queries.
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 | |||