nrl_competitions
Retrieve competition IDs and details for NRL, State of Origin, and other Champion Data sports. Use the returned competitionId to query fixtures and matches.
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).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||